META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com/google/
com/google/devtools/
com/google/devtools/build/
com/google/devtools/build/buildjar/
com/google/devtools/build/buildjar/BazelJavaBuilder.class
BazelJavaBuilder.java package com.google.devtools.build.buildjar public com.google.devtools.build.buildjar.BazelJavaBuilder extends java.lang.Object { private static final String CMDNAME public void <init> () public static void main (java.lang.String[]) java.io.IOException e com.google.devtools.build.lib.worker.WorkRequestHandler workerHandler int exitCode int returnCode java.io.PrintWriter pw int returnCode String[] args com.google.devtools.build.buildjar.BazelJavaBuilder builder public int parseAndBuild (java.util.List, java.io.PrintWriter) com.google.devtools.build.buildjar.SimpleJavaLibraryBuilder builder com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.InvalidCommandLineException e Exception e java.util.List args java.io.PrintWriter pw protected int build (com.google.devtools.build.buildjar.SimpleJavaLibraryBuilder, com.google.devtools.build.buildjar.JavaLibraryBuildRequest, java.io.Writer) throws java.lang.Exception com.google.devtools.build.buildjar.javac.FormattedDiagnostic d com.google.devtools.build.buildjar.SimpleJavaLibraryBuilder builder com.google.devtools.build.buildjar.JavaLibraryBuildRequest buildRequest java.io.Writer err com.google.devtools.build.buildjar.javac.BlazeJavacResult result public com.google.devtools.build.buildjar.JavaLibraryBuildRequest parse (java.util.List) throws java.io.IOException com.google.devtools.build.buildjar.InvalidCommandLineException java.util.List args com.google.devtools.build.buildjar.OptionsParser optionsParser com.google.common.collect.ImmutableList plugins }
com/google/devtools/build/buildjar/BazelScannerSuppliers.class
BazelScannerSuppliers.java package com.google.devtools.build.buildjar final com.google.devtools.build.buildjar.BazelScannerSuppliers extends java.lang.Object { private static final com.google.common.collect.ImmutableSet ENABLED_ERRORS static com.google.errorprone.scanner.ScannerSupplier bazelChecks () private void <init> () static void <clinit> () }
com/google/devtools/build/buildjar/JavaLibraryBuildRequest.class
JavaLibraryBuildRequest.java package com.google.devtools.build.buildjar public final com.google.devtools.build.buildjar.JavaLibraryBuildRequest extends java.lang.Object { private com.google.common.collect.ImmutableList javacOpts private final java.nio.file.Path sourceGenDir private final java.nio.file.Path generatedSourcesOutputJar private final java.util.ArrayList sourceFiles private final com.google.common.collect.ImmutableList sourceJars private final com.google.common.collect.ImmutableList sourcePath private final com.google.common.collect.ImmutableList classPath private final com.google.common.collect.ImmutableList bootClassPath private final java.nio.file.Path system private final com.google.common.collect.ImmutableList processorPath private final java.util.List processorNames private final java.nio.file.Path outputJar private final java.nio.file.Path nativeHeaderOutput private final String targetLabel private final String injectingRuleKind private final java.nio.file.Path classDir private final java.nio.file.Path tempDir private com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor jacocoInstrumentationProcessor private final boolean compressJar private final com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode reduceClasspathMode private final int fullClasspathLength private final int reducedClasspathLength private final com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule dependencyModule private final com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule processingModule private final com.google.common.collect.ImmutableList plugins private final com.google.common.collect.ImmutableMap inputsAndDigest private final java.util.OptionalInt requestId public void <init> (com.google.devtools.build.buildjar.OptionsParser, java.util.List) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.io.IOException com.google.devtools.build.buildjar.OptionsParser optionsParser java.util.List extraPlugins public void <init> (com.google.devtools.build.buildjar.OptionsParser, java.util.List, com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.io.IOException com.google.devtools.build.buildjar.OptionsParser optionsParser java.util.List extraPlugins com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder depsBuilder public void <init> (com.google.devtools.build.buildjar.OptionsParser, java.util.List, com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder, com.google.common.collect.ImmutableMap, java.util.OptionalInt) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.io.IOException java.util.Map$Entry entry com.google.devtools.build.buildjar.OptionsParser optionsParser java.util.List extraPlugins com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder depsBuilder com.google.common.collect.ImmutableMap inputsAndDigest java.util.OptionalInt requestId com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$Builder processingBuilder com.google.common.collect.ImmutableList$Builder pluginsBuilder static java.nio.file.Path deriveDirectory (java.lang.String, java.lang.String, java.lang.String) throws java.io.IOException String label String outputJar String suffix java.nio.file.Path path String name String base private static com.google.common.collect.ImmutableList asPaths (java.util.Collection) java.util.Collection paths private static java.nio.file.Path asPath (java.lang.String) String path public com.google.common.collect.ImmutableList getJavacOpts () public java.nio.file.Path getSourceGenDir () public com.google.common.collect.ImmutableList getSourcePath () public java.nio.file.Path getGeneratedSourcesOutputJar () public java.util.ArrayList getSourceFiles () public com.google.common.collect.ImmutableList getSourceJars () public com.google.common.collect.ImmutableList getClassPath () public com.google.common.collect.ImmutableList getBootClassPath () public java.nio.file.Path getSystem () public com.google.common.collect.ImmutableList getProcessorPath () public java.util.List getProcessors () public java.nio.file.Path getOutputJar () public java.nio.file.Path getNativeHeaderOutput () public java.nio.file.Path getClassDir () public java.nio.file.Path getTempDir () public java.nio.file.Path getNativeHeaderDir () public com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor getJacocoInstrumentationProcessor () public boolean compressJar () public com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode reduceClasspathMode () public int fullClasspathLength () public int reducedClasspathLength () public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule getDependencyModule () public com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule getProcessingModule () public com.google.common.collect.ImmutableList getPlugins () public com.google.common.collect.ImmutableMap getInputsAndDigest () public java.util.OptionalInt getRequestId () public java.lang.String getTargetLabel () public java.lang.String getInjectingRuleKind () public com.google.devtools.build.buildjar.javac.BlazeJavacArguments toBlazeJavacArguments (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList classPath com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder builder void addJavacArguments (com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder) com.google.common.collect.ImmutableSet deduplicatedProcessorNames String option com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder builder com.google.devtools.build.buildjar.javac.JavacOptions$FilteredJavacopts filtered com.google.common.collect.ImmutableList javacOpts com.google.common.collect.ImmutableList$Builder javacArguments private static synthetic java.nio.file.Path lambda$asPaths$2 (java.lang.String) String x$0 private static synthetic java.nio.file.Path lambda$new$1 (java.lang.String) String x$0 private static synthetic java.nio.file.Path lambda$new$0 (java.lang.String) String x$0 }
com/google/devtools/build/buildjar/OptionsParser$ReduceClasspathMode.class
OptionsParser.java package com.google.devtools.build.buildjar public final enum com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode extends java.lang.Enum { public static final enum com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode BAZEL_REDUCED public static final enum com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode BAZEL_FALLBACK public static final enum com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode JAVABUILDER_REDUCED public static final enum com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode NONE private static final synthetic com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode[] $VALUES public static com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode[] values () public static com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode[] $values () static void <clinit> () }
com/google/devtools/build/buildjar/OptionsParser.class
OptionsParser.java package com.google.devtools.build.buildjar public final com.google.devtools.build.buildjar.OptionsParser extends java.lang.Object { private final java.util.List javacOpts private final java.util.Set directJars private String strictJavaDeps private String fixDepsTool private String outputDepsProtoFile private final java.util.Set depsArtifacts private com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode reduceClasspathMode private int fullClasspathLength private int reducedClasspathLength private String generatedSourcesOutputJar private String manifestProtoPath private final java.util.List sourceFiles private final java.util.List sourceJars private final java.util.List classPath private final java.util.List sourcePath private final java.util.List bootClassPath private String system private final java.util.List processorPath private final java.util.List processorNames private String outputJar private String nativeHeaderOutput private final java.util.Map postProcessors private boolean compressJar private String targetLabel private String injectingRuleKind private final com.google.devtools.build.buildjar.javac.JavacOptions normalizer private static final com.google.common.base.Splitter CLASSPATH_SPLITTER public void <init> (java.util.List) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.io.IOException java.util.List args public void <init> (java.util.List, com.google.devtools.build.buildjar.javac.JavacOptions) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.io.IOException java.util.List args com.google.devtools.build.buildjar.javac.JavacOptions normalizer private void processCommandlineArgs (java.util.Deque) throws com.google.devtools.build.buildjar.InvalidCommandLineException String arg java.util.Deque argQueue private void sourcePathFromJavacOpts () String curr java.util.Iterator it private static java.util.Deque expandArguments (java.util.List) throws java.io.IOException String arg java.util.List args java.util.Deque expanded private static void expandArgument (java.util.Deque, java.lang.String) throws java.io.IOException String line java.util.Deque expanded String arg private static void collectFlagArguments (java.util.Collection, java.util.Deque, java.lang.String) String arg java.util.Collection output java.util.Deque args String terminatorPrefix private static void readJavacopts (java.util.List, java.util.Deque) String arg java.util.List javacopts java.util.Deque argumentDeque private static void collectProcessorArguments (java.util.List, java.util.Deque, java.lang.String) throws com.google.devtools.build.buildjar.InvalidCommandLineException String arg java.util.List output java.util.Deque args String terminatorPrefix private static java.lang.String getArgument (java.util.Deque, java.lang.String) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.util.NoSuchElementException e java.util.Deque args String arg private void addExternalPostProcessor (java.util.Deque, java.lang.String) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.util.Deque args String arg String processorName java.util.List arguments public java.util.List getJavacOpts () public java.util.Set directJars () public java.lang.String getStrictJavaDeps () public java.lang.String getFixDepsTool () public java.lang.String getOutputDepsProtoFile () public java.util.Set getDepsArtifacts () public com.google.devtools.build.buildjar.OptionsParser$ReduceClasspathMode reduceClasspathMode () public int fullClasspathLength () public int reducedClasspathLength () public java.lang.String getGeneratedSourcesOutputJar () public java.lang.String getManifestProtoPath () public java.util.List getSourceFiles () public java.util.List getSourceJars () public java.util.List getClassPath () public java.util.List getBootClassPath () public java.lang.String getSystem () public java.util.List getSourcePath () public java.util.List getProcessorPath () public java.util.List getProcessorNames () public java.lang.String getOutputJar () public java.lang.String getNativeHeaderOutput () public java.util.Map getPostProcessors () public boolean compressJar () public java.lang.String getTargetLabel () public java.lang.String getInjectingRuleKind () static void <clinit> () }
com/google/devtools/build/buildjar/ReducedClasspathJavaLibraryBuilder$1.class
ReducedClasspathJavaLibraryBuilder.java package com.google.devtools.build.buildjar synthetic com.google.devtools.build.buildjar.ReducedClasspathJavaLibraryBuilder$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$devtools$build$buildjar$OptionsParser$ReduceClasspathMode static void <clinit> () }
com/google/devtools/build/buildjar/ReducedClasspathJavaLibraryBuilder.class
ReducedClasspathJavaLibraryBuilder.java package com.google.devtools.build.buildjar public com.google.devtools.build.buildjar.ReducedClasspathJavaLibraryBuilder extends com.google.devtools.build.buildjar.SimpleJavaLibraryBuilder { public void <init> () com.google.devtools.build.buildjar.javac.BlazeJavacResult compileSources (com.google.devtools.build.buildjar.JavaLibraryBuildRequest, com.google.devtools.build.buildjar.javac.JavacRunner) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.javac.JavacRunner javacRunner com.google.common.collect.ImmutableList compressedClasspath com.google.devtools.build.buildjar.javac.BlazeJavacResult result boolean fallback com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder stats private com.google.devtools.build.buildjar.javac.BlazeJavacResult fallback (com.google.devtools.build.buildjar.JavaLibraryBuildRequest, com.google.devtools.build.buildjar.javac.JavacRunner) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.javac.JavacRunner javacRunner private static boolean shouldFallBack (com.google.devtools.build.buildjar.javac.BlazeJavacResult) com.google.devtools.build.buildjar.javac.BlazeJavacResult result private static synthetic boolean lambda$shouldFallBack$1 (com.google.devtools.build.buildjar.javac.FormattedDiagnostic) com.google.devtools.build.buildjar.javac.FormattedDiagnostic d private static synthetic java.lang.String lambda$compileSources$0 (java.lang.String) String p }
com/google/devtools/build/buildjar/SimpleJavaLibraryBuilder.class
SimpleJavaLibraryBuilder.java package com.google.devtools.build.buildjar public com.google.devtools.build.buildjar.SimpleJavaLibraryBuilder extends java.lang.Object implements java.io.Closeable { private static final String PROTOBUF_META_NAME public void <init> () com.google.devtools.build.buildjar.javac.BlazeJavacResult compileSources (com.google.devtools.build.buildjar.JavaLibraryBuildRequest, com.google.devtools.build.buildjar.javac.JavacRunner) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.javac.JavacRunner javacRunner com.google.devtools.build.buildjar.javac.BlazeJavacResult result com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder stats protected void prepareSourceCompilation (com.google.devtools.build.buildjar.JavaLibraryBuildRequest) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build private static void cleanupDirectory (java.nio.file.Path) throws java.io.IOException java.io.IOException e java.nio.file.Path directory public void buildGensrcJar (com.google.devtools.build.buildjar.JavaLibraryBuildRequest) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.jarhelper.JarCreator jar private com.google.devtools.build.buildjar.javac.BlazeJavacResult compileJavaLibrary (com.google.devtools.build.buildjar.JavaLibraryBuildRequest) throws java.lang.Exception com.google.devtools.build.buildjar.JavaLibraryBuildRequest build public com.google.devtools.build.buildjar.javac.BlazeJavacResult run (com.google.devtools.build.buildjar.JavaLibraryBuildRequest) throws java.lang.Exception com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.javac.BlazeJavacResult result public void buildJar (com.google.devtools.build.buildjar.JavaLibraryBuildRequest) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.jarhelper.JarCreator jar com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor processor public void nativeHeaderOutput (com.google.devtools.build.buildjar.JavaLibraryBuildRequest) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.jarhelper.JarCreator jar private void setUpSourceJars (com.google.devtools.build.buildjar.JavaLibraryBuildRequest) throws java.io.IOException java.nio.file.Path to int root java.util.jar.JarEntry entry String fileName java.util.Enumeration entries java.util.jar.JarFile jarFile java.io.IOException e java.nio.file.Path sourceJar java.io.OutputStream outputStream com.google.devtools.build.buildjar.JavaLibraryBuildRequest build java.nio.file.Path sourcesDir java.io.ByteArrayOutputStream protobufMetadataBuffer java.nio.file.Path output public void close () throws java.io.IOException private static synthetic java.lang.String lambda$compileSources$0 (java.lang.String) String p }
com/google/devtools/build/buildjar/instrumentation/
com/google/devtools/build/buildjar/instrumentation/JacocoInstrumentationProcessor$1.class
JacocoInstrumentationProcessor.java package com.google.devtools.build.buildjar.instrumentation com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor$1 extends java.nio.file.SimpleFileVisitor { final synthetic java.nio.file.Path val$root final synthetic org.jacoco.core.instr.Instrumenter val$instr final synthetic com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor this$0 void <init> (com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor, java.nio.file.Path, org.jacoco.core.instr.Instrumenter) com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor this$0 public java.nio.file.FileVisitResult visitFile (java.nio.file.Path, java.nio.file.attribute.BasicFileAttributes) throws java.io.IOException java.nio.file.Path absoluteUninstrumentedCopy java.nio.file.Path uninstrumentedCopy java.io.OutputStream output java.io.InputStream input java.nio.file.Path file java.nio.file.attribute.BasicFileAttributes attrs java.nio.file.Path instrumentedCopy java.nio.file.Path uninstrumentedCopy public volatile synthetic java.nio.file.FileVisitResult visitFile (java.lang.Object, java.nio.file.attribute.BasicFileAttributes) throws java.io.IOException }
com/google/devtools/build/buildjar/instrumentation/JacocoInstrumentationProcessor.class
JacocoInstrumentationProcessor.java package com.google.devtools.build.buildjar.instrumentation public final com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor extends java.lang.Object { private java.nio.file.Path instrumentedClassesDirectory private final String coverageInformation private final boolean isNewCoverageImplementation public static com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor create (java.util.List) throws com.google.devtools.build.buildjar.InvalidCommandLineException java.util.List args private void <init> (java.lang.String) String coverageInfo public boolean isNewCoverageImplementation () public void processRequest (com.google.devtools.build.buildjar.JavaLibraryBuildRequest, com.google.devtools.build.buildjar.jarhelper.JarCreator) throws java.io.IOException com.google.devtools.build.buildjar.JavaLibraryBuildRequest build com.google.devtools.build.buildjar.jarhelper.JarCreator jar org.jacoco.core.instr.Instrumenter instr public void cleanup () throws java.io.IOException private static java.nio.file.Path getMetadataDirRelativeToJar (java.nio.file.Path) java.nio.file.Path outputJar private void instrumentRecursively (org.jacoco.core.instr.Instrumenter, java.nio.file.Path) throws java.io.IOException org.jacoco.core.instr.Instrumenter instr java.nio.file.Path root static synthetic boolean access$000 (com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor) com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor x0 static synthetic java.nio.file.Path access$100 (com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor) com.google.devtools.build.buildjar.instrumentation.JacocoInstrumentationProcessor x0 }
com/google/devtools/build/buildjar/InvalidCommandLineException.class
InvalidCommandLineException.java package com.google.devtools.build.buildjar public com.google.devtools.build.buildjar.InvalidCommandLineException extends java.lang.Exception { public void <init> (java.lang.String) String message public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
com/google/devtools/build/buildjar/jarhelper/
com/google/devtools/build/buildjar/jarhelper/JarCreator$1.class
JarCreator.java package com.google.devtools.build.buildjar.jarhelper com.google.devtools.build.buildjar.jarhelper.JarCreator$1 extends java.nio.file.SimpleFileVisitor { final synthetic java.nio.file.Path val$directory final synthetic com.google.devtools.build.buildjar.jarhelper.JarCreator this$0 void <init> (com.google.devtools.build.buildjar.jarhelper.JarCreator, java.nio.file.Path) com.google.devtools.build.buildjar.jarhelper.JarCreator this$0 public java.nio.file.FileVisitResult preVisitDirectory (java.nio.file.Path, java.nio.file.attribute.BasicFileAttributes) throws java.io.IOException java.nio.file.Path path java.nio.file.attribute.BasicFileAttributes attrs public java.nio.file.FileVisitResult visitFile (java.nio.file.Path, java.nio.file.attribute.BasicFileAttributes) throws java.io.IOException java.nio.file.Path path java.nio.file.attribute.BasicFileAttributes attrs void addEntry (java.nio.file.Path, boolean) java.nio.file.Path entry java.nio.file.Path path boolean isDirectory StringBuilder sb boolean first public volatile synthetic java.nio.file.FileVisitResult visitFile (java.lang.Object, java.nio.file.attribute.BasicFileAttributes) throws java.io.IOException public volatile synthetic java.nio.file.FileVisitResult preVisitDirectory (java.lang.Object, java.nio.file.attribute.BasicFileAttributes) throws java.io.IOException }
com/google/devtools/build/buildjar/jarhelper/JarCreator.class
JarCreator.java package com.google.devtools.build.buildjar.jarhelper public com.google.devtools.build.buildjar.jarhelper.JarCreator extends com.google.devtools.build.buildjar.jarhelper.JarHelper { private final java.util.TreeMap jarEntries private String manifestFile private String mainClass private String targetLabel private String injectingRuleKind public void <init> (java.lang.String) String fileName public void <init> (java.nio.file.Path) java.nio.file.Path path public boolean addEntry (java.lang.String, java.nio.file.Path) String entryName java.nio.file.Path path public boolean addEntry (java.lang.String, java.lang.String) String entryName String fileName public void addDirectory (java.lang.String) String directory public void addDirectory (java.nio.file.Path) java.io.IOException e java.nio.file.Path directory public void setMainClass (java.lang.String) String mainClass public void setJarOwner (java.lang.String, java.lang.String) String targetLabel String injectingRuleKind public void setManifestFile (java.lang.String) String manifestFile private byte[] manifestContent () throws java.io.IOException java.io.FileInputStream in private byte[] manifestContentImpl (java.util.jar.Manifest) throws java.io.IOException java.util.jar.Manifest manifest java.util.jar.Attributes attributes java.util.jar.Attributes$Name createdBy java.io.ByteArrayOutputStream out public void execute () throws java.io.IOException java.util.Map$Entry entry java.util.jar.JarOutputStream out java.io.BufferedOutputStream bos java.io.OutputStream os public static void main (java.lang.String[]) int i java.io.IOException e String[] args String output com.google.devtools.build.buildjar.jarhelper.JarCreator createJar long start long stop static synthetic java.util.TreeMap access$000 (com.google.devtools.build.buildjar.jarhelper.JarCreator) com.google.devtools.build.buildjar.jarhelper.JarCreator x0 }
com/google/devtools/build/buildjar/jarhelper/JarHelper.class
JarHelper.java package com.google.devtools.build.buildjar.jarhelper public com.google.devtools.build.buildjar.jarhelper.JarHelper extends java.lang.Object { public static final String MANIFEST_DIR public static final String MANIFEST_NAME public static final long DEFAULT_TIMESTAMP public static final java.util.jar.Attributes$Name TARGET_LABEL public static final java.util.jar.Attributes$Name INJECTING_RULE_KIND public static final long MINIMUM_TIMESTAMP_INCREMENT protected final java.nio.file.Path jarPath protected boolean normalize protected int storageMethod protected boolean verbose protected final java.util.Set names public void <init> (java.nio.file.Path) java.nio.file.Path path public void setNormalize (boolean) boolean normalize public void setCompression (boolean) boolean compression public void setVerbose (boolean) boolean verbose private long normalizedTimestamp (java.lang.String) String name protected long newEntryTimeMillis (java.lang.String) String filename protected void writeEntry (java.util.jar.JarOutputStream, java.lang.String, byte[]) throws java.io.IOException java.util.zip.CRC32 crc java.util.jar.JarEntry entry int size java.util.jar.JarOutputStream out String name byte[] content protected void writeManifestEntry (java.util.jar.JarOutputStream, byte[]) throws java.io.IOException java.util.jar.JarOutputStream out byte[] content int oldStorageMethod protected void copyEntry (java.util.jar.JarOutputStream, java.lang.String, java.nio.file.Path) throws java.io.IOException byte[] bytes java.util.zip.CRC32 crc long size java.util.jar.JarEntry outEntry long newtime boolean isDirectory java.util.jar.JarOutputStream out String name java.nio.file.Path path static void <clinit> () }
com/google/devtools/build/buildjar/javac/
com/google/devtools/build/buildjar/javac/AutoValue_BlazeJavacArguments$1.class
AutoValue_BlazeJavacArguments.java package com.google.devtools.build.buildjar.javac synthetic com.google.devtools.build.buildjar.javac.AutoValue_BlazeJavacArguments$1 extends java.lang.Object { }
com/google/devtools/build/buildjar/javac/AutoValue_BlazeJavacArguments$Builder.class
AutoValue_BlazeJavacArguments.java package com.google.devtools.build.buildjar.javac final com.google.devtools.build.buildjar.javac.AutoValue_BlazeJavacArguments$Builder extends java.lang.Object implements com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder { private com.google.common.collect.ImmutableList sourceFiles private com.google.common.collect.ImmutableList javacOptions private com.google.common.collect.ImmutableList blazeJavacOptions private com.google.common.collect.ImmutableList classPath private com.google.common.collect.ImmutableList bootClassPath private java.nio.file.Path system private com.google.common.collect.ImmutableList sourcePath private com.google.common.collect.ImmutableList processorPath private com.google.common.collect.ImmutableList plugins private java.nio.file.Path classOutput private java.nio.file.Path nativeHeaderOutput private java.nio.file.Path sourceOutput private Boolean failFast private com.google.common.collect.ImmutableMap inputsAndDigest private java.util.OptionalInt requestId void <init> () public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder sourceFiles (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList sourceFiles public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder javacOptions (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList javacOptions public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder blazeJavacOptions (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList blazeJavacOptions public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder classPath (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList classPath public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder bootClassPath (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList bootClassPath public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder system (java.nio.file.Path) java.nio.file.Path system public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder sourcePath (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList sourcePath public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder processorPath (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList processorPath public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder plugins (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList plugins public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder classOutput (java.nio.file.Path) java.nio.file.Path classOutput public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder nativeHeaderOutput (java.nio.file.Path) java.nio.file.Path nativeHeaderOutput public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder sourceOutput (java.nio.file.Path) java.nio.file.Path sourceOutput public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder failFast (boolean) boolean failFast public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder inputsAndDigest (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap inputsAndDigest public com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder requestId (java.util.OptionalInt) java.util.OptionalInt requestId public com.google.devtools.build.buildjar.javac.BlazeJavacArguments build () StringBuilder missing }
com/google/devtools/build/buildjar/javac/AutoValue_BlazeJavacArguments.class
AutoValue_BlazeJavacArguments.java package com.google.devtools.build.buildjar.javac final com.google.devtools.build.buildjar.javac.AutoValue_BlazeJavacArguments extends com.google.devtools.build.buildjar.javac.BlazeJavacArguments { private final com.google.common.collect.ImmutableList sourceFiles private final com.google.common.collect.ImmutableList javacOptions private final com.google.common.collect.ImmutableList blazeJavacOptions private final com.google.common.collect.ImmutableList classPath private final com.google.common.collect.ImmutableList bootClassPath private final java.nio.file.Path system private final com.google.common.collect.ImmutableList sourcePath private final com.google.common.collect.ImmutableList processorPath private final com.google.common.collect.ImmutableList plugins private final java.nio.file.Path classOutput private final java.nio.file.Path nativeHeaderOutput private final java.nio.file.Path sourceOutput private final boolean failFast private final com.google.common.collect.ImmutableMap inputsAndDigest private final java.util.OptionalInt requestId private void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, java.nio.file.Path, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, java.nio.file.Path, java.nio.file.Path, java.nio.file.Path, boolean, com.google.common.collect.ImmutableMap, java.util.OptionalInt) com.google.common.collect.ImmutableList sourceFiles com.google.common.collect.ImmutableList javacOptions com.google.common.collect.ImmutableList blazeJavacOptions com.google.common.collect.ImmutableList classPath com.google.common.collect.ImmutableList bootClassPath java.nio.file.Path system com.google.common.collect.ImmutableList sourcePath com.google.common.collect.ImmutableList processorPath com.google.common.collect.ImmutableList plugins java.nio.file.Path classOutput java.nio.file.Path nativeHeaderOutput java.nio.file.Path sourceOutput boolean failFast com.google.common.collect.ImmutableMap inputsAndDigest java.util.OptionalInt requestId public com.google.common.collect.ImmutableList sourceFiles () public com.google.common.collect.ImmutableList javacOptions () public com.google.common.collect.ImmutableList blazeJavacOptions () public com.google.common.collect.ImmutableList classPath () public com.google.common.collect.ImmutableList bootClassPath () public java.nio.file.Path system () public com.google.common.collect.ImmutableList sourcePath () public com.google.common.collect.ImmutableList processorPath () public com.google.common.collect.ImmutableList plugins () public java.nio.file.Path classOutput () public java.nio.file.Path nativeHeaderOutput () public java.nio.file.Path sourceOutput () public boolean failFast () public com.google.common.collect.ImmutableMap inputsAndDigest () public java.util.OptionalInt requestId () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.devtools.build.buildjar.javac.BlazeJavacArguments that Object o public int hashCode () int h$ synthetic void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, java.nio.file.Path, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, java.nio.file.Path, java.nio.file.Path, java.nio.file.Path, boolean, com.google.common.collect.ImmutableMap, java.util.OptionalInt, com.google.devtools.build.buildjar.javac.AutoValue_BlazeJavacArguments$1) com.google.common.collect.ImmutableList x0 com.google.common.collect.ImmutableList x1 com.google.common.collect.ImmutableList x2 com.google.common.collect.ImmutableList x3 com.google.common.collect.ImmutableList x4 java.nio.file.Path x5 com.google.common.collect.ImmutableList x6 com.google.common.collect.ImmutableList x7 com.google.common.collect.ImmutableList x8 java.nio.file.Path x9 java.nio.file.Path x10 java.nio.file.Path x11 boolean x12 com.google.common.collect.ImmutableMap x13 java.util.OptionalInt x14 com.google.devtools.build.buildjar.javac.AutoValue_BlazeJavacArguments$1 x15 }
com/google/devtools/build/buildjar/javac/AutoValue_BootClassPathCachingFileManager_Key.class
AutoValue_BootClassPathCachingFileManager_Key.java package com.google.devtools.build.buildjar.javac final com.google.devtools.build.buildjar.javac.AutoValue_BootClassPathCachingFileManager_Key extends com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key { private final com.google.common.collect.ImmutableMap bootJarsAndDigest void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap bootJarsAndDigest com.google.common.collect.ImmutableMap bootJarsAndDigest () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key that Object o public int hashCode () int h$ }
com/google/devtools/build/buildjar/javac/BlazeJavaCompiler$1.class
BlazeJavaCompiler.java package com.google.devtools.build.buildjar.javac com.google.devtools.build.buildjar.javac.BlazeJavaCompiler$1 extends java.lang.Object implements com.sun.tools.javac.util.Context$Factory { boolean first final synthetic Iterable val$plugins void <init> (java.lang.Iterable) public com.sun.tools.javac.main.JavaCompiler make (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context c public volatile synthetic java.lang.Object make (com.sun.tools.javac.util.Context) }
com/google/devtools/build/buildjar/javac/BlazeJavaCompiler.class
BlazeJavaCompiler.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.BlazeJavaCompiler extends com.sun.tools.javac.main.JavaCompiler { private int skippedFlowEvents private int flowEvents private final java.util.List plugins private void <init> (com.sun.tools.javac.util.Context, java.lang.Iterable) com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin plugin com.sun.tools.javac.util.Context context Iterable plugins com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder statisticsBuilder public static void preRegister (com.sun.tools.javac.util.Context, java.lang.Iterable) com.sun.tools.javac.util.Context context Iterable plugins public com.sun.tools.javac.comp.Env attribute (com.sun.tools.javac.comp.Env) com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin plugin com.sun.tools.javac.comp.Env env com.sun.tools.javac.comp.Env result boolean errors protected void flow (com.sun.tools.javac.comp.Env, java.util.Queue) com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin plugin com.sun.tools.javac.comp.Env env java.util.Queue results boolean isDone public void close () com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin plugin public int skippedFlowEvents () public int flowEvents () boolean pluginsContain (java.lang.Class) com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin plugin Class klass synthetic void <init> (com.sun.tools.javac.util.Context, java.lang.Iterable, com.google.devtools.build.buildjar.javac.BlazeJavaCompiler$1) com.sun.tools.javac.util.Context x0 Iterable x1 com.google.devtools.build.buildjar.javac.BlazeJavaCompiler$1 x2 }
com/google/devtools/build/buildjar/javac/BlazeJavacArguments$Builder.class
BlazeJavacArguments.java package com.google.devtools.build.buildjar.javac public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder extends java.lang.Object { public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder classPath (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder classOutput (java.nio.file.Path) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder nativeHeaderOutput (java.nio.file.Path) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder bootClassPath (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder system (java.nio.file.Path) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder javacOptions (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder blazeJavacOptions (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder sourcePath (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder sourceFiles (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder sourceOutput (java.nio.file.Path) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder processorPath (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder plugins (com.google.common.collect.ImmutableList) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder failFast (boolean) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder inputsAndDigest (com.google.common.collect.ImmutableMap) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder requestId (java.util.OptionalInt) public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments build () }
com/google/devtools/build/buildjar/javac/BlazeJavacArguments.class
BlazeJavacArguments.java package com.google.devtools.build.buildjar.javac public abstract com.google.devtools.build.buildjar.javac.BlazeJavacArguments extends java.lang.Object { public void <init> () public abstract com.google.common.collect.ImmutableList sourceFiles () public abstract com.google.common.collect.ImmutableList javacOptions () public abstract com.google.common.collect.ImmutableList blazeJavacOptions () public abstract com.google.common.collect.ImmutableList classPath () public abstract com.google.common.collect.ImmutableList bootClassPath () public abstract java.nio.file.Path system () public abstract com.google.common.collect.ImmutableList sourcePath () public abstract com.google.common.collect.ImmutableList processorPath () public abstract com.google.common.collect.ImmutableList plugins () public abstract java.nio.file.Path classOutput () public abstract java.nio.file.Path nativeHeaderOutput () public abstract java.nio.file.Path sourceOutput () public abstract boolean failFast () public abstract com.google.common.collect.ImmutableMap inputsAndDigest () public abstract java.util.OptionalInt requestId () public static com.google.devtools.build.buildjar.javac.BlazeJavacArguments$Builder builder () }
com/google/devtools/build/buildjar/javac/BlazeJavacMain$1.class
BlazeJavacMain.java package com.google.devtools.build.buildjar.javac synthetic com.google.devtools.build.buildjar.javac.BlazeJavacMain$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$main$Main$Result static final synthetic int[] $SwitchMap$javax$tools$Diagnostic$Kind static void <clinit> () }
com/google/devtools/build/buildjar/javac/BlazeJavacMain$ClassloaderMaskingFileManager$1.class
BlazeJavacMain.java package com.google.devtools.build.buildjar.javac com.google.devtools.build.buildjar.javac.BlazeJavacMain$ClassloaderMaskingFileManager$1 extends java.lang.ClassLoader { final synthetic com.google.devtools.build.buildjar.javac.BlazeJavacMain$ClassloaderMaskingFileManager this$0 void <init> (com.google.devtools.build.buildjar.javac.BlazeJavacMain$ClassloaderMaskingFileManager, java.lang.ClassLoader) com.google.devtools.build.buildjar.javac.BlazeJavacMain$ClassloaderMaskingFileManager this$0 ClassLoader parent protected java.lang.Class findClass (java.lang.String) throws java.lang.ClassNotFoundException String name }
com/google/devtools/build/buildjar/javac/BlazeJavacMain$ClassloaderMaskingFileManager.class
BlazeJavacMain.java package com.google.devtools.build.buildjar.javac com.google.devtools.build.buildjar.javac.BlazeJavacMain$ClassloaderMaskingFileManager extends com.sun.tools.javac.file.JavacFileManager { private final com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager bootFileManger public void <init> (com.sun.tools.javac.util.Context, com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager) com.sun.tools.javac.util.Context context com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager bootFileManager public java.lang.Iterable list (javax.tools.JavaFileManager$Location, java.lang.String, java.util.Set, boolean) throws java.io.IOException javax.tools.JavaFileManager$Location location String packageName java.util.Set kinds boolean recurse protected java.lang.ClassLoader getClassLoader (java.net.URL[]) java.net.URL[] urls }
com/google/devtools/build/buildjar/javac/BlazeJavacMain.class
BlazeJavacMain.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.BlazeJavacMain extends java.lang.Object { private static final com.google.common.collect.ImmutableSet IGNORED_DIAGNOSTIC_CODES private static final boolean BOOT_CLASSPATH_CACHE_ENABLED private static final java.util.Map bootFileManagers static void setupBlazeJavaCompiler (com.google.common.collect.ImmutableList, com.sun.tools.javac.util.Context) com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin plugin com.google.common.collect.ImmutableList plugins com.sun.tools.javac.util.Context context public static com.google.devtools.build.buildjar.javac.BlazeJavacResult compile (com.google.devtools.build.buildjar.javac.BlazeJavacArguments) com.google.devtools.build.buildjar.javac.CancelCompilerPlugin$CancelRequestException e com.google.devtools.build.buildjar.InvalidCommandLineException e com.sun.tools.javac.util.PropagatedException e com.sun.source.util.JavacTask task com.google.devtools.build.buildjar.javac.BlazeJavacMain$ClassloaderMaskingFileManager fileManager com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler Exception t com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler com.google.devtools.build.buildjar.javac.WerrorCustomOption werrorCustom java.util.Optional maybeWerrorCustom com.google.devtools.build.buildjar.javac.BlazeJavacArguments arguments java.util.List javacArguments com.sun.tools.javac.util.Context context com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder builder com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status status java.io.StringWriter errOutput java.io.PrintWriter errWriter com.google.devtools.build.buildjar.javac.FormattedDiagnostic$Listener diagnosticsBuilder com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler com.sun.tools.javac.util.Options options com.google.common.collect.ImmutableList diagnostics boolean werror private static com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status fromResult (com.sun.tools.javac.main.Main$Result) com.sun.tools.javac.main.Main$Result result private static boolean isWerror (com.google.devtools.build.buildjar.javac.WerrorCustomOption, com.google.devtools.build.buildjar.javac.FormattedDiagnostic) com.google.devtools.build.buildjar.javac.WerrorCustomOption werrorCustom com.google.devtools.build.buildjar.javac.FormattedDiagnostic diagnostic private static com.google.common.collect.ImmutableList filterDiagnostics (boolean, com.google.common.collect.ImmutableList) boolean werror com.google.common.collect.ImmutableList diagnostics private static boolean shouldReportDiagnostic (boolean, com.google.devtools.build.buildjar.javac.FormattedDiagnostic) boolean werror com.google.devtools.build.buildjar.javac.FormattedDiagnostic diagnostic static void processPluginArgs (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) throws com.google.devtools.build.buildjar.InvalidCommandLineException com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin plugin com.google.common.collect.ImmutableList plugins com.google.common.collect.ImmutableList standardJavacopts com.google.common.collect.ImmutableList blazeJavacopts private static void setLocations (com.sun.tools.javac.file.JavacFileManager, com.google.devtools.build.buildjar.javac.BlazeJavacArguments) com.google.common.collect.ImmutableList moduleInfos com.google.common.collect.ImmutableList sourcePath java.nio.file.Path system java.util.Collection bootClassPath java.io.IOException e com.sun.tools.javac.file.JavacFileManager fileManager com.google.devtools.build.buildjar.javac.BlazeJavacArguments arguments private static synchronized com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager getMatchingBootFileManager (com.google.devtools.build.buildjar.javac.BlazeJavacArguments) com.google.devtools.build.buildjar.javac.BlazeJavacArguments arguments com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key key private void <init> () private static synthetic com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager lambda$getMatchingBootFileManager$5 (com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key, com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key) com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key key com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key x private static synthetic boolean lambda$setLocations$4 (java.nio.file.Path) java.nio.file.Path f private static synthetic boolean lambda$filterDiagnostics$3 (boolean, com.google.devtools.build.buildjar.javac.FormattedDiagnostic) boolean werror com.google.devtools.build.buildjar.javac.FormattedDiagnostic d private static synthetic boolean lambda$compile$2 (com.google.devtools.build.buildjar.javac.WerrorCustomOption, com.google.devtools.build.buildjar.javac.FormattedDiagnostic) com.google.devtools.build.buildjar.javac.WerrorCustomOption werrorCustom com.google.devtools.build.buildjar.javac.FormattedDiagnostic d private static synthetic boolean lambda$compile$1 (java.lang.String) String arg private static synthetic boolean lambda$compile$0 (com.google.devtools.build.buildjar.javac.FormattedDiagnostic) com.google.devtools.build.buildjar.javac.FormattedDiagnostic d static void <clinit> () }
com/google/devtools/build/buildjar/javac/BlazeJavacResult$Status.class
BlazeJavacResult.java package com.google.devtools.build.buildjar.javac public final enum com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status extends java.lang.Enum { public static final enum com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status OK public static final enum com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status ERROR public static final enum com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status CRASH public static final enum com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status REQUIRES_FALLBACK public static final enum com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status CANCELLED private static final synthetic com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status[] $VALUES public static com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status[] values () public static com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status[] $values () static void <clinit> () }
com/google/devtools/build/buildjar/javac/BlazeJavacResult.class
BlazeJavacResult.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.BlazeJavacResult extends java.lang.Object { private final com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status status private final com.google.common.collect.ImmutableList diagnostics private final String output private final com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler private final com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics statistics public static com.google.devtools.build.buildjar.javac.BlazeJavacResult ok () public static com.google.devtools.build.buildjar.javac.BlazeJavacResult error (java.lang.String) String message public static com.google.devtools.build.buildjar.javac.BlazeJavacResult cancelled (java.lang.String) String message public static com.google.devtools.build.buildjar.javac.BlazeJavacResult fallback () public com.google.devtools.build.buildjar.javac.BlazeJavacResult withStatistics (com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics) com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics statistics private void <init> (com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status, com.google.common.collect.ImmutableList, java.lang.String, com.google.devtools.build.buildjar.javac.BlazeJavaCompiler, com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics) com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status status com.google.common.collect.ImmutableList diagnostics String output com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics statistics public static com.google.devtools.build.buildjar.javac.BlazeJavacResult createFullResult (com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status, com.google.common.collect.ImmutableList, java.lang.String, com.google.devtools.build.buildjar.javac.BlazeJavaCompiler, com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics) com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status status com.google.common.collect.ImmutableList diagnostics String output com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics statistics public boolean isOk () public com.google.devtools.build.buildjar.javac.BlazeJavacResult$Status status () public com.google.common.collect.ImmutableList diagnostics () public java.lang.String output () public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics statistics () public com.google.devtools.build.buildjar.javac.BlazeJavaCompiler compiler () }
com/google/devtools/build/buildjar/javac/BootClassPathCachingFileManager$Key.class
BootClassPathCachingFileManager.java package com.google.devtools.build.buildjar.javac public abstract com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key extends java.lang.Object { public void <init> () static com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key create (com.google.devtools.build.buildjar.javac.BlazeJavacArguments) java.nio.file.Path bootClassPath com.google.devtools.build.buildjar.javac.BlazeJavacArguments arguments com.google.common.collect.ImmutableMap$Builder bootClasspathsBuilder abstract com.google.common.collect.ImmutableMap bootJarsAndDigest () }
com/google/devtools/build/buildjar/javac/BootClassPathCachingFileManager.class
BootClassPathCachingFileManager.java package com.google.devtools.build.buildjar.javac com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager extends com.sun.tools.javac.file.JavacFileManager { private final com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key key public void <init> (com.sun.tools.javac.util.Context, com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key) java.io.IOException e com.sun.tools.javac.util.Context context com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key key public com.google.devtools.build.buildjar.javac.BootClassPathCachingFileManager$Key getKey () static boolean areArgumentsValid (com.google.devtools.build.buildjar.javac.BlazeJavacArguments) com.google.protobuf.ByteString currDigest java.nio.file.Path bootClassPath com.google.devtools.build.buildjar.javac.BlazeJavacArguments arguments }
com/google/devtools/build/buildjar/javac/CancelCompilerPlugin$CancelRequestException.class
CancelCompilerPlugin.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.CancelCompilerPlugin$CancelRequestException extends java.lang.RuntimeException { public void <init> () }
com/google/devtools/build/buildjar/javac/CancelCompilerPlugin.class
CancelCompilerPlugin.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.CancelCompilerPlugin extends com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin implements com.sun.source.util.TaskListener { private final int requestId private final com.google.devtools.build.buildjar.javac.WorkerCancellationRegistry cancellationRegistry public void <init> (int, com.google.devtools.build.buildjar.javac.WorkerCancellationRegistry) int requestId com.google.devtools.build.buildjar.javac.WorkerCancellationRegistry cancellationRegistry public void initializeContext (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public void processArgs (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) throws com.google.devtools.build.buildjar.InvalidCommandLineException com.google.common.collect.ImmutableList standardJavacopts com.google.common.collect.ImmutableList blazeJavacopts public void postAttribute (com.sun.tools.javac.comp.Env) com.sun.tools.javac.comp.Env env public void postFlow (com.sun.tools.javac.comp.Env) com.sun.tools.javac.comp.Env env public void started (com.sun.source.util.TaskEvent) com.sun.source.util.TaskEvent e public void finished (com.sun.source.util.TaskEvent) com.sun.source.util.TaskEvent e private void cancelRequest () }
com/google/devtools/build/buildjar/javac/FormattedDiagnostic$FailFastException.class
FormattedDiagnostic.java package com.google.devtools.build.buildjar.javac com.google.devtools.build.buildjar.javac.FormattedDiagnostic$FailFastException extends java.lang.RuntimeException { void <init> (java.lang.String) String message }
com/google/devtools/build/buildjar/javac/FormattedDiagnostic$Listener.class
FormattedDiagnostic.java package com.google.devtools.build.buildjar.javac com.google.devtools.build.buildjar.javac.FormattedDiagnostic$Listener extends java.lang.Object implements javax.tools.DiagnosticListener { private final com.google.common.collect.ImmutableList$Builder diagnostics private final boolean failFast private final com.sun.tools.javac.util.Context context void <init> (boolean, com.sun.tools.javac.util.Context) boolean failFast com.sun.tools.javac.util.Context context public void report (javax.tools.Diagnostic) javax.tools.Diagnostic diagnostic com.sun.tools.javac.api.DiagnosticFormatter formatter java.util.Locale locale String formatted com.sun.tools.javac.code.Lint$LintCategory lintCategory com.google.devtools.build.buildjar.javac.FormattedDiagnostic formattedDiagnostic com.google.common.collect.ImmutableList build () }
com/google/devtools/build/buildjar/javac/FormattedDiagnostic.class
FormattedDiagnostic.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.FormattedDiagnostic extends java.lang.Object implements javax.tools.Diagnostic { public final javax.tools.Diagnostic diagnostic public final String formatted public final String lintCategory public void <init> (javax.tools.Diagnostic, java.lang.String, java.lang.String) javax.tools.Diagnostic diagnostic String formatted String lintCategory public java.lang.String getFormatted () public java.lang.String getLintCategory () public java.lang.String toString () public javax.tools.Diagnostic$Kind getKind () public javax.tools.JavaFileObject getSource () public long getPosition () public long getStartPosition () public long getEndPosition () public long getLineNumber () public long getColumnNumber () public java.lang.String getCode () public java.lang.String getMessage (java.util.Locale) java.util.Locale locale public boolean isJSpecifyDiagnostic () public volatile synthetic java.lang.Object getSource () }
com/google/devtools/build/buildjar/javac/JavacRunner.class
JavacRunner.java package com.google.devtools.build.buildjar.javac public abstract com.google.devtools.build.buildjar.javac.JavacRunner extends java.lang.Object { public abstract com.google.devtools.build.buildjar.javac.BlazeJavacResult invokeJavac (com.google.devtools.build.buildjar.javac.BlazeJavacArguments) }
com/google/devtools/build/buildjar/javac/WorkerCancellationRegistry.class
WorkerCancellationRegistry.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.WorkerCancellationRegistry extends java.lang.Object { private final java.util.concurrent.ConcurrentHashMap cancelledRequests public void <init> () public boolean checkIfRequestIsCancelled (int) int requestId public void registerRequest (java.lang.Integer) Integer requestId public void unregisterRequest (java.lang.Integer) Integer requestId }
com/google/devtools/build/buildjar/javac/AutoValue_JavacOptions_FilteredJavacopts.class
AutoValue_JavacOptions_FilteredJavacopts.java package com.google.devtools.build.buildjar.javac final com.google.devtools.build.buildjar.javac.AutoValue_JavacOptions_FilteredJavacopts extends com.google.devtools.build.buildjar.javac.JavacOptions$FilteredJavacopts { private final com.google.common.collect.ImmutableList bazelJavacopts private final com.google.common.collect.ImmutableList standardJavacopts void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList bazelJavacopts com.google.common.collect.ImmutableList standardJavacopts public com.google.common.collect.ImmutableList bazelJavacopts () public com.google.common.collect.ImmutableList standardJavacopts () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.devtools.build.buildjar.javac.JavacOptions$FilteredJavacopts that Object o public int hashCode () int h$ }
com/google/devtools/build/buildjar/javac/JavacOptions$1.class
JavacOptions.java package com.google.devtools.build.buildjar.javac synthetic com.google.devtools.build.buildjar.javac.JavacOptions$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$devtools$build$buildjar$javac$JavacOptions$XlintOptionNormalizer$BasisXlintSelection static void <clinit> () }
com/google/devtools/build/buildjar/javac/JavacOptions$FilteredJavacopts.class
JavacOptions.java package com.google.devtools.build.buildjar.javac public abstract com.google.devtools.build.buildjar.javac.JavacOptions$FilteredJavacopts extends java.lang.Object { public void <init> () public abstract com.google.common.collect.ImmutableList bazelJavacopts () public abstract com.google.common.collect.ImmutableList standardJavacopts () public static com.google.devtools.build.buildjar.javac.JavacOptions$FilteredJavacopts create (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList bazelJavacopts com.google.common.collect.ImmutableList standardJavacopts }
com/google/devtools/build/buildjar/javac/JavacOptions$JavacOptionNormalizer.class
JavacOptions.java package com.google.devtools.build.buildjar.javac public abstract com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer extends java.lang.Object { public abstract boolean processOption (java.lang.String, java.util.Iterator) public abstract void normalize (java.util.List) }
com/google/devtools/build/buildjar/javac/JavacOptions$ParameterOptionNormalizer.class
JavacOptions.java package com.google.devtools.build.buildjar.javac final com.google.devtools.build.buildjar.javac.JavacOptions$ParameterOptionNormalizer extends java.lang.Object implements com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer { private static final String PARAMETERS private boolean parameters void <init> () public boolean processOption (java.lang.String, java.util.Iterator) String option java.util.Iterator remaining public void normalize (java.util.List) java.util.List normalized }
com/google/devtools/build/buildjar/javac/JavacOptions$ReleaseOptionNormalizer.class
JavacOptions.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.JavacOptions$ReleaseOptionNormalizer extends java.lang.Object implements com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer { private String source private String target private String release private final java.util.List modular private boolean preview public void <init> () public boolean processOption (java.lang.String, java.util.Iterator) String option java.util.Iterator remaining private void addModular (java.util.List) String value String value java.util.List normalized String value boolean hasPrefix Integer version public void normalize (java.util.List) java.util.List normalized }
com/google/devtools/build/buildjar/javac/JavacOptions$WErrorOptionNormalizer.class
JavacOptions.java package com.google.devtools.build.buildjar.javac final com.google.devtools.build.buildjar.javac.JavacOptions$WErrorOptionNormalizer extends java.lang.Object implements com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer { private final com.google.devtools.build.buildjar.javac.WerrorCustomOption$Builder builder void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList warningsAsErrorsDefault public boolean processOption (java.lang.String, java.util.Iterator) String option java.util.Iterator remaining public void normalize (java.util.List) java.util.List normalized String flag }
com/google/devtools/build/buildjar/javac/JavacOptions$XlintOptionNormalizer$BasisXlintSelection.class
JavacOptions.java package com.google.devtools.build.buildjar.javac final enum com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection extends java.lang.Enum { public static final enum com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection None public static final enum com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection All public static final enum com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection Recommended public static final enum com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection Empty private static final synthetic com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection[] $VALUES public static com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection[] values () public static com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection[] $values () static void <clinit> () }
com/google/devtools/build/buildjar/javac/JavacOptions$XlintOptionNormalizer.class
JavacOptions.java package com.google.devtools.build.buildjar.javac public final com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer extends java.lang.Object implements com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer { private static final com.google.common.base.Joiner COMMA_MINUS_JOINER private static final com.google.common.base.Joiner COMMA_JOINER private final com.google.common.collect.ImmutableList enforcedXlints private final java.util.Set xlintPlus private final java.util.Set xlintMinus private com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection xlintBasis public void <init> () public void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList enforcedXlints public boolean processOption (java.lang.String, java.util.Iterator) String arg String option java.util.Iterator remaining public void normalize (java.util.List) java.util.List normalized private void resetBasisTo (com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection) com.google.devtools.build.buildjar.javac.JavacOptions$XlintOptionNormalizer$BasisXlintSelection selection static void <clinit> () }
com/google/devtools/build/buildjar/javac/JavacOptions.class
JavacOptions.java package com.google.devtools.build.buildjar.javac public final com.google.devtools.build.buildjar.javac.JavacOptions extends java.lang.Object { private final com.google.common.collect.ImmutableList normalizers public static com.google.common.collect.ImmutableList removeBazelSpecificFlags (java.lang.String[]) String[] javacopts public static com.google.common.collect.ImmutableList removeBazelSpecificFlags (java.lang.Iterable) Iterable javacopts public static com.google.devtools.build.buildjar.javac.JavacOptions$FilteredJavacopts filterJavacopts (java.lang.Iterable) String opt Iterable javacopts com.google.common.collect.ImmutableList$Builder bazelJavacopts com.google.common.collect.ImmutableList$Builder standardJavacopts private static boolean isBazelSpecificFlag (java.lang.String) String opt void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList normalizers public java.util.List normalize (java.util.List) com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer normalizer String opt boolean found com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer normalizer java.util.List javacopts java.util.List normalized java.util.Iterator it public static transient java.util.List normalizeOptionsWithNormalizers (java.util.List, com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer[]) java.util.List javacopts com.google.devtools.build.buildjar.javac.JavacOptions$JavacOptionNormalizer[] normalizers public static com.google.devtools.build.buildjar.javac.JavacOptions createWithWarningsAsErrorsDefault (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList warningsAsErrorsDefault }
com/google/devtools/build/buildjar/javac/WerrorCustomOption$Builder.class
WerrorCustomOption.java package com.google.devtools.build.buildjar.javac com.google.devtools.build.buildjar.javac.WerrorCustomOption$Builder extends java.lang.Object { private final com.google.common.collect.ImmutableList warningsAsErrorsDefault private final java.util.Map werrors void <init> (com.google.common.collect.ImmutableList) String errorWarning com.google.common.collect.ImmutableList warningsAsErrorsDefault com.google.devtools.build.buildjar.javac.WerrorCustomOption$Builder all () com.google.devtools.build.buildjar.javac.WerrorCustomOption$Builder process (java.lang.String) String errorWarning String warning String warning String arg String flag com.google.devtools.build.buildjar.javac.WerrorCustomOption build () }
com/google/devtools/build/buildjar/javac/WerrorCustomOption.class
WerrorCustomOption.java package com.google.devtools.build.buildjar.javac public com.google.devtools.build.buildjar.javac.WerrorCustomOption extends java.lang.Object { private static final String WERROR private final com.google.common.collect.ImmutableMap werrors public void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap werrors public boolean isEnabled (java.lang.String) String lintCategory boolean all static com.google.devtools.build.buildjar.javac.WerrorCustomOption create (java.lang.String) String arg public java.lang.String toString () boolean b boolean b String warning java.util.Map werrors StringBuilder sb }
com/google/auto/
com/google/auto/value/
com/google/auto/value/processor/
com/google/auto/value/processor/ErrorReporter.class
ErrorReporter.java package com.google.auto.value.processor com.google.auto.value.processor.ErrorReporter extends java.lang.Object { private final javax.annotation.processing.Messager messager private int errorCount void <init> (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv transient void reportNote (javax.lang.model.element.Element, java.lang.String, java.lang.Object[]) javax.lang.model.element.Element e String format Object[] args transient void reportWarning (javax.lang.model.element.Element, java.lang.String, java.lang.Object[]) javax.lang.model.element.Element e String format Object[] args transient void reportError (javax.lang.model.element.Element, java.lang.String, java.lang.Object[]) javax.lang.model.element.Element e String format Object[] args transient com.google.auto.value.processor.AbortProcessingException abortWithError (javax.lang.model.element.Element, java.lang.String, java.lang.Object[]) javax.lang.model.element.Element e String format Object[] args int errorCount () void abortIfAnyError () }
com/google/auto/value/processor/Reformatter.class
Reformatter.java package com.google.auto.value.processor com.google.auto.value.processor.Reformatter extends java.lang.Object { private static final autovalue.shaded.com.google$.common.base.$CharMatcher OPERATORS static java.lang.String fixup (java.lang.String) int i int indent char prev char next int start int previous int braces int parens int end String s StringBuilder out com.google.auto.value.processor.JavaScanner scanner int len private void <init> () static void <clinit> () }
com/google/auto/value/processor/AnnotationOutput.class
AnnotationOutput.java package com.google.auto.value.processor final com.google.auto.value.processor.AnnotationOutput extends java.lang.Object { private void <init> () static java.lang.String sourceFormForInitializer (javax.lang.model.element.AnnotationValue, javax.annotation.processing.ProcessingEnvironment, java.lang.String, javax.lang.model.element.Element) javax.lang.model.element.AnnotationValue annotationValue javax.annotation.processing.ProcessingEnvironment processingEnv String memberName javax.lang.model.element.Element context com.google.auto.value.processor.AnnotationOutput$SourceFormVisitor visitor StringBuilder sb static java.lang.String sourceFormForAnnotation (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotationMirror StringBuilder sb private static java.lang.StringBuilder appendQuoted (java.lang.StringBuilder, java.lang.String) int i StringBuilder sb String s private static java.lang.StringBuilder appendQuoted (java.lang.StringBuilder, char) StringBuilder sb char c private static void appendEscaped (java.lang.StringBuilder, char) StringBuilder sb char c static synthetic java.lang.StringBuilder access$000 (java.lang.StringBuilder, char) StringBuilder x0 char x1 static synthetic java.lang.StringBuilder access$100 (java.lang.StringBuilder, java.lang.String) StringBuilder x0 String x1 }
com/google/auto/value/processor/EclipseHack.class
EclipseHack.java package com.google.auto.value.processor com.google.auto.value.processor.EclipseHack extends java.lang.Object { private final javax.lang.model.util.Elements elementUtils private final javax.lang.model.util.Types typeUtils void <init> (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv void <init> (javax.lang.model.util.Elements, javax.lang.model.util.Types) javax.lang.model.util.Elements elementUtils javax.lang.model.util.Types typeUtils static javax.lang.model.type.TypeMirror getEnclosingType (javax.lang.model.type.DeclaredType) java.util.List argumentNames javax.lang.model.element.TypeElement enclosingElement java.util.List parameterNames boolean allVariables javax.lang.model.type.DeclaredType type javax.lang.model.type.TypeMirror enclosing javax.lang.model.type.DeclaredType declared java.util.List arguments javax.lang.model.type.TypeMirror methodReturnType (javax.lang.model.element.ExecutableElement, javax.lang.model.type.DeclaredType) javax.lang.model.type.TypeMirror methodMirror IllegalArgumentException e javax.lang.model.element.ExecutableElement method javax.lang.model.type.DeclaredType in autovalue.shaded.com.google$.common.collect.$ImmutableMap methodReturnTypes (java.util.Set, javax.lang.model.type.DeclaredType) javax.lang.model.type.TypeMirror methodMirror IllegalArgumentException e javax.lang.model.type.TypeMirror returnType javax.lang.model.element.ExecutableElement method java.util.Set methods javax.lang.model.type.DeclaredType in autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder map java.util.Map noArgMethods private java.util.Map noArgMethodsIn (javax.lang.model.type.DeclaredType) javax.lang.model.element.ExecutableElement method javax.lang.model.type.DeclaredType in javax.lang.model.element.TypeElement autoValueType java.util.List allMethods java.util.Map map private static synthetic javax.lang.model.element.Name lambda$getEnclosingType$1 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t private static synthetic boolean lambda$getEnclosingType$0 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t }
com/google/auto/value/processor/Nullables$1.class
Nullables.java package com.google.auto.value.processor final com.google.auto.value.processor.Nullables$1 extends java.lang.Object implements javax.lang.model.element.AnnotationMirror { final synthetic javax.lang.model.type.DeclaredType val$annotationType void <init> (javax.lang.model.type.DeclaredType) public javax.lang.model.type.DeclaredType getAnnotationType () public autovalue.shaded.com.google$.common.collect.$ImmutableMap getElementValues () public volatile synthetic java.util.Map getElementValues () }
com/google/auto/value/processor/GwtSerialization$GwtTemplateVars.class
GwtSerialization.java package com.google.auto.value.processor com.google.auto.value.processor.GwtSerialization$GwtTemplateVars extends com.google.auto.value.processor.TemplateVars { java.util.List props String pkg String subclass String formalTypes String actualTypes Boolean useBuilder autovalue.shaded.com.google$.common.collect.$Multimap builderSetters autovalue.shaded.com.google$.common.collect.$ImmutableMap builderPropertyBuilders String serializerClass String generated String classHashString private static final autovalue.shaded.com.google$.escapevelocity.$Template TEMPLATE void <init> () autovalue.shaded.com.google$.escapevelocity.$Template parsedTemplate () static void <clinit> () }
com/google/auto/value/processor/TypeVariables$SubstitutionVisitor.class
TypeVariables.java package com.google.auto.value.processor com.google.auto.value.processor.TypeVariables$SubstitutionVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private final java.util.function.Function substitute private final javax.lang.model.util.Types typeUtils void <init> (java.util.function.Function, javax.lang.model.util.Types) java.util.function.Function substitute javax.lang.model.util.Types typeUtils protected javax.lang.model.type.TypeMirror defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public javax.lang.model.type.TypeMirror visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void p javax.lang.model.type.TypeMirror substituted public javax.lang.model.type.TypeMirror visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) int i javax.lang.model.type.DeclaredType t Void p java.util.List typeArguments javax.lang.model.type.TypeMirror[] substitutedTypeArguments public javax.lang.model.type.TypeMirror visitWildcard (javax.lang.model.type.WildcardType, java.lang.Void) javax.lang.model.type.WildcardType t Void p javax.lang.model.type.TypeMirror ext public javax.lang.model.type.TypeMirror visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p javax.lang.model.type.TypeMirror comp private javax.lang.model.type.TypeMirror visitOrNull (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/auto/value/processor/PropertyBuilderClassifier$PropertyBuilder.class
PropertyBuilderClassifier.java package com.google.auto.value.processor public com.google.auto.value.processor.PropertyBuilderClassifier$PropertyBuilder extends java.lang.Object { private final javax.lang.model.element.ExecutableElement propertyBuilderMethod private final String name private final String builderType private final javax.lang.model.type.TypeMirror builderTypeMirror private final String initializer private final String beforeInitDefault private final String initDefault private final String builtToBuilder private final String copyAll void <init> (javax.lang.model.element.ExecutableElement, java.lang.String, javax.lang.model.type.TypeMirror, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) javax.lang.model.element.ExecutableElement propertyBuilderMethod String builderType javax.lang.model.type.TypeMirror builderTypeMirror String initializer String beforeInitDefault String initDefault String builtToBuilder String copyAll public javax.lang.model.element.ExecutableElement getPropertyBuilderMethod () public java.lang.String getPropertyBuilderMethodParameters () public java.lang.String getAccess () public java.lang.String getName () public java.lang.String getBuilderType () javax.lang.model.type.TypeMirror getBuilderTypeMirror () public java.lang.String getInitializer () public java.lang.String getBeforeInitDefault () public java.lang.String getInitDefault () public java.lang.String getBuiltToBuilder () public java.lang.String getCopyAll () private static synthetic java.lang.String lambda$getPropertyBuilderMethodParameters$0 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement parameter }
com/google/auto/value/processor/BuilderSpec.class
BuilderSpec.java package com.google.auto.value.processor com.google.auto.value.processor.BuilderSpec extends java.lang.Object { private final javax.lang.model.element.TypeElement autoValueClass private final javax.annotation.processing.ProcessingEnvironment processingEnv private final com.google.auto.value.processor.ErrorReporter errorReporter private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet CLASS_OR_INTERFACE void <init> (javax.lang.model.element.TypeElement, javax.annotation.processing.ProcessingEnvironment, com.google.auto.value.processor.ErrorReporter) javax.lang.model.element.TypeElement autoValueClass javax.annotation.processing.ProcessingEnvironment processingEnv com.google.auto.value.processor.ErrorReporter errorReporter java.util.Optional getBuilder () javax.lang.model.element.TypeElement containedClass java.util.Optional builderTypeElement private java.util.Optional builderFrom (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement builderTypeElement private static boolean sameTypeParameters (javax.lang.model.element.TypeElement, javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement a javax.lang.model.element.TypeElement b static boolean sameTypeParameters (java.util.List, java.util.List) javax.lang.model.element.TypeParameterElement aParam javax.lang.model.element.TypeParameterElement bParam java.util.Set aBounds java.util.Set bBounds int i java.util.List aParams java.util.List bParams int nTypeParameters static autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods (javax.lang.model.element.TypeElement, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement typeElement javax.annotation.processing.ProcessingEnvironment processingEnv java.util.Set methods autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder abstractMethods private java.lang.String typeParamsString () static synthetic javax.lang.model.element.TypeElement access$000 (com.google.auto.value.processor.BuilderSpec) com.google.auto.value.processor.BuilderSpec x0 static synthetic javax.annotation.processing.ProcessingEnvironment access$100 (com.google.auto.value.processor.BuilderSpec) com.google.auto.value.processor.BuilderSpec x0 static synthetic com.google.auto.value.processor.ErrorReporter access$200 (com.google.auto.value.processor.BuilderSpec) com.google.auto.value.processor.BuilderSpec x0 static synthetic java.lang.String access$300 (com.google.auto.value.processor.BuilderSpec) com.google.auto.value.processor.BuilderSpec x0 static void <clinit> () }
com/google/auto/value/processor/AutoAnnotationTemplateVars.class
AutoAnnotationTemplateVars.java package com.google.auto.value.processor com.google.auto.value.processor.AutoAnnotationTemplateVars extends com.google.auto.value.processor.TemplateVars { java.util.Map members java.util.Map params String equalsParameterType String generated String pkg String className String annotationName String annotationFullName java.util.Set wrapperTypesUsedInCollections Boolean gwtCompatible java.util.Set invariableHashes Integer invariableHashSum Long serialVersionUID private static final autovalue.shaded.com.google$.escapevelocity.$Template TEMPLATE void <init> () autovalue.shaded.com.google$.escapevelocity.$Template parsedTemplate () static void <clinit> () }
com/google/auto/value/processor/AutoValueTemplateVars.class
AutoValueTemplateVars.java package com.google.auto.value.processor com.google.auto.value.processor.AutoValueTemplateVars extends com.google.auto.value.processor.AutoValueOrBuilderTemplateVars { String gwtCompatibleAnnotation String subclass String modifiers private static final autovalue.shaded.com.google$.escapevelocity.$Template TEMPLATE void <init> () autovalue.shaded.com.google$.escapevelocity.$Template parsedTemplate () static void <clinit> () }
com/google/auto/value/processor/AutoValueProcessor$1.class
AutoValueProcessor.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.AutoValueProcessor$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$value$extension$AutoValueExtension$IncrementalExtensionType static void <clinit> () }
com/google/auto/value/processor/GwtSerialization.class
GwtSerialization.java package com.google.auto.value.processor com.google.auto.value.processor.GwtSerialization extends java.lang.Object { private final com.google.auto.value.processor.GwtCompatibility gwtCompatibility private final javax.annotation.processing.ProcessingEnvironment processingEnv private final javax.lang.model.element.TypeElement type void <init> (com.google.auto.value.processor.GwtCompatibility, javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.TypeElement) com.google.auto.value.processor.GwtCompatibility gwtCompatibility javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.element.TypeElement type private boolean shouldWriteGwtSerializer () java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror gwtCompatible java.util.Optional optionalGwtCompatible void maybeWriteGwtSerializer (com.google.auto.value.processor.AutoValueTemplateVars, java.lang.String) com.google.auto.value.processor.GwtSerialization$GwtTemplateVars vars String className String text com.google.auto.value.processor.AutoValueTemplateVars autoVars String finalSubclass private void writeSourceFile (java.lang.String, java.lang.String, javax.lang.model.element.TypeElement) java.io.Writer writer javax.tools.JavaFileObject sourceFile java.io.IOException e String className String text javax.lang.model.element.TypeElement originatingType private java.lang.String computeClassHash (java.lang.Iterable, java.lang.String) String encodedProp String decodedProp com.google.auto.value.processor.AutoValueishProcessor$Property prop Iterable props String pkg java.util.zip.CRC32 crc String encodedType String decodedType private static synthetic com.google.auto.value.processor.GwtSerialization$Property lambda$maybeWriteGwtSerializer$0 (com.google.auto.value.processor.AutoValueishProcessor$Property) com.google.auto.value.processor.AutoValueishProcessor$Property p }
com/google/auto/value/processor/BuilderSpec$PropertyGetter.class
BuilderSpec.java package com.google.auto.value.processor public com.google.auto.value.processor.BuilderSpec$PropertyGetter extends java.lang.Object { private final String name private final String access private final String type private final com.google.auto.value.processor.Optionalish optional void <init> (javax.lang.model.element.ExecutableElement, java.lang.String, com.google.auto.value.processor.Optionalish) javax.lang.model.element.ExecutableElement method String type com.google.auto.value.processor.Optionalish optional java.lang.String getName () public java.lang.String getAccess () public java.lang.String getType () public com.google.auto.value.processor.Optionalish getOptional () }
com/google/auto/value/processor/AutoValueishProcessor$Property.class
AutoValueishProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoValueishProcessor$Property extends java.lang.Object { private final String name private final String identifier private final String type private final javax.lang.model.type.TypeMirror typeMirror private final java.util.Optional nullableAnnotation private final com.google.auto.value.processor.Optionalish optional private final String getter void <init> (java.lang.String, java.lang.String, java.lang.String, javax.lang.model.type.TypeMirror, java.util.Optional, java.lang.String) String name String identifier String type javax.lang.model.type.TypeMirror typeMirror java.util.Optional nullableAnnotation String getter public java.lang.String toString () public java.lang.String getName () public javax.lang.model.type.TypeMirror getTypeMirror () public java.lang.String getType () public javax.lang.model.type.TypeKind getKind () public com.google.auto.value.processor.Optionalish getOptional () public final java.lang.String getNullableAnnotation () public boolean isNullable () public java.lang.String getGetter () }
com/google/auto/value/processor/TemplateVars$1.class
TemplateVars.java package com.google.auto.value.processor final com.google.auto.value.processor.TemplateVars$1 extends java.io.FilterInputStream { final synthetic java.util.jar.JarFile val$jar void <init> (java.io.InputStream, java.util.jar.JarFile) java.io.InputStream x0 public void close () throws java.io.IOException }
com/google/auto/value/processor/autovalue.vm
com/google/auto/value/processor/JavaScanner.class
JavaScanner.java package com.google.auto.value.processor com.google.auto.value.processor.JavaScanner extends java.lang.Object { private final String s static final synthetic boolean $assertionsDisabled void <init> (java.lang.String) String s java.lang.String string () int tokenEnd (int) int start private int spaceEnd (int) int start int i private int blockCommentEnd (int) int start int i private int lineCommentEnd (int) int start int end private int quoteEnd (int) int start char quote int i static void <clinit> () }
com/google/auto/value/processor/ExtensionContext.class
ExtensionContext.java package com.google.auto.value.processor com.google.auto.value.processor.ExtensionContext extends java.lang.Object implements com.google.auto.value.extension.AutoValueExtension$Context { private final javax.annotation.processing.ProcessingEnvironment processingEnvironment private final javax.lang.model.element.TypeElement autoValueClass private final autovalue.shaded.com.google$.common.collect.$ImmutableMap properties private final autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyTypes private final autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods private java.util.Optional builderContext void <init> (javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableSet) javax.annotation.processing.ProcessingEnvironment processingEnvironment javax.lang.model.element.TypeElement autoValueClass autovalue.shaded.com.google$.common.collect.$ImmutableMap properties autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyMethodsAndTypes autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods void setBuilderContext (com.google.auto.value.extension.AutoValueExtension$BuilderContext) com.google.auto.value.extension.AutoValueExtension$BuilderContext builderContext public javax.annotation.processing.ProcessingEnvironment processingEnvironment () public java.lang.String packageName () public javax.lang.model.element.TypeElement autoValueClass () public java.lang.String finalAutoValueClassName () public java.util.Map properties () public java.util.Map propertyTypes () public java.util.Set abstractMethods () public java.util.Optional builder () }
com/google/auto/value/processor/BuilderMethodClassifierForAutoValue.class
BuilderMethodClassifierForAutoValue.java package com.google.auto.value.processor com.google.auto.value.processor.BuilderMethodClassifierForAutoValue extends com.google.auto.value.processor.BuilderMethodClassifier { private final com.google.auto.value.processor.ErrorReporter errorReporter private final autovalue.shaded.com.google$.common.collect.$ImmutableBiMap getterToPropertyName private final autovalue.shaded.com.google$.common.collect.$ImmutableMap getterNameToGetter private final javax.lang.model.type.TypeMirror builtType private void <init> (com.google.auto.value.processor.ErrorReporter, javax.annotation.processing.ProcessingEnvironment, javax.lang.model.type.TypeMirror, javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap) com.google.auto.value.processor.ErrorReporter errorReporter javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.type.TypeMirror builtType javax.lang.model.element.TypeElement builderType autovalue.shaded.com.google$.common.collect.$ImmutableBiMap getterToPropertyName autovalue.shaded.com.google$.common.collect.$ImmutableMap rewrittenPropertyTypes static java.util.Optional classify (java.lang.Iterable, com.google.auto.value.processor.ErrorReporter, javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.TypeElement, javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap, boolean) Iterable methods com.google.auto.value.processor.ErrorReporter errorReporter javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.element.TypeElement autoValueClass javax.lang.model.element.TypeElement builderType autovalue.shaded.com.google$.common.collect.$ImmutableBiMap getterToPropertyName autovalue.shaded.com.google$.common.collect.$ImmutableMap rewrittenPropertyTypes boolean autoValueHasToBuilder com.google.auto.value.processor.BuilderMethodClassifier classifier javax.lang.model.type.TypeMirror originalPropertyType (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement propertyElement java.lang.String propertyString (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement propertyElement javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableBiMap propertyElements () java.util.Optional propertyForBuilderGetter (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method String methodName void checkForFailedJavaBean (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement rejectedSetter autovalue.shaded.com.google$.common.collect.$ImmutableSet allGetters autovalue.shaded.com.google$.common.collect.$ImmutableSet prefixedGetters java.lang.String autoWhat () java.lang.String getterMustMatch () java.lang.String fooBuilderMustMatch () volatile synthetic java.lang.String propertyString (javax.lang.model.element.Element) volatile synthetic javax.lang.model.type.TypeMirror originalPropertyType (javax.lang.model.element.Element) private static synthetic java.lang.String lambda$new$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement m }
com/google/auto/value/processor/AutoValueishProcessor$ObjectMethod.class
AutoValueishProcessor.java package com.google.auto.value.processor final enum com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod extends java.lang.Enum { public static final enum com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod NONE public static final enum com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod TO_STRING public static final enum com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod EQUALS public static final enum com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod HASH_CODE private static final synthetic com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod[] $VALUES public static com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod[] values () public static com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/auto/value/processor/TypeEncoder$TypeRewriter.class
TypeEncoder.java package com.google.auto.value.processor com.google.auto.value.processor.TypeEncoder$TypeRewriter extends java.lang.Object { private final String text private final int textLength private final com.google.auto.value.processor.JavaScanner scanner private final javax.lang.model.util.Elements elementUtils private final javax.lang.model.util.Types typeUtils private final String packageName private final javax.lang.model.type.TypeMirror baseType void <init> (java.lang.String, javax.lang.model.util.Elements, javax.lang.model.util.Types, java.lang.String, javax.lang.model.type.TypeMirror) String text javax.lang.model.util.Elements elementUtils javax.lang.model.util.Types typeUtils String pkg javax.lang.model.type.TypeMirror baseType java.lang.String rewrite () String toImport int copyStart java.util.Set referencedClasses com.google.auto.value.processor.TypeSimplifier typeSimplifier StringBuilder output int copyStart java.util.OptionalInt importMarker int token private java.util.Set findReferencedClasses () String className int token java.util.Set classes private javax.lang.model.type.DeclaredType classForName (java.lang.String) String className javax.lang.model.element.TypeElement typeElement private void decode (java.lang.StringBuilder, com.google.auto.value.processor.TypeSimplifier, int) int dot int dot StringBuilder output com.google.auto.value.processor.TypeSimplifier typeSimplifier int token String className javax.lang.model.type.DeclaredType type String simplified private java.util.OptionalInt findImportMarker () int token private java.lang.String classNameAt (int) int token int end int t char c }
com/google/auto/value/processor/TypeSimplifier.class
TypeSimplifier.java package com.google.auto.value.processor final com.google.auto.value.processor.TypeSimplifier extends java.lang.Object { private final java.util.Map imports private static final javax.lang.model.type.TypeVisitor CASTING_UNCHECKED_VISITOR void <init> (javax.lang.model.util.Elements, javax.lang.model.util.Types, java.lang.String, java.util.Set, javax.lang.model.type.TypeMirror) javax.lang.model.util.Elements elementUtils javax.lang.model.util.Types typeUtils String packageName java.util.Set types javax.lang.model.type.TypeMirror base java.util.Set typesPlusBase java.util.Set topLevelTypes java.util.Set defined autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet typesToImport () java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder typesToImport java.lang.String simplifiedClassName (javax.lang.model.type.DeclaredType) String suffix javax.lang.model.type.DeclaredType type javax.lang.model.element.TypeElement typeElement javax.lang.model.element.TypeElement top String topString static java.lang.String actualTypeParametersString (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type java.util.List typeParameters static java.lang.String classNameOf (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type String name String pkgName private static javax.lang.model.element.TypeElement topLevelType (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type static java.lang.String packageNameOf (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type static java.lang.String simpleNameOf (java.lang.String) String s private static java.util.Map findImports (javax.lang.model.util.Elements, javax.lang.model.util.Types, java.lang.String, java.util.Set, java.util.Set) boolean importIt String spelling boolean importIt String spelling boolean importIt String spelling javax.lang.model.element.TypeElement typeElement String fullName String simpleName String pkg boolean importIt String spelling javax.lang.model.type.TypeMirror type javax.lang.model.util.Elements elementUtils javax.lang.model.util.Types typeUtils String codePackageName java.util.Set referenced java.util.Set defined java.util.Map imports java.util.Set typesInScope java.util.Set ambiguous private static java.lang.String javaLangSpelling (javax.lang.model.util.Elements, java.lang.String, javax.lang.model.element.TypeElement) javax.lang.model.util.Elements elementUtils String codePackageName javax.lang.model.element.TypeElement typeElement javax.lang.model.element.TypeElement topLevelType javax.lang.model.element.TypeElement clash String fullName private static java.util.Set topLevelTypes (javax.lang.model.util.Types, java.util.Set) javax.lang.model.util.Types typeUtil java.util.Set types private static java.util.Set nonPrivateDeclaredTypes (javax.lang.model.util.Types, javax.lang.model.type.TypeMirror) javax.lang.model.element.TypeElement nestedType javax.lang.model.type.TypeMirror supertype java.util.Set declared java.util.List nestedTypes javax.lang.model.util.Types typeUtils javax.lang.model.type.TypeMirror type private static java.util.Set ambiguousNames (javax.lang.model.util.Types, java.util.Set) String simpleName javax.lang.model.element.Name qualifiedName javax.lang.model.element.Name previous javax.lang.model.type.TypeMirror type javax.lang.model.util.Types typeUtils java.util.Set types java.util.Set ambiguous java.util.Map simpleNamesToQualifiedNames static boolean isCastingUnchecked (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static boolean uncheckedTypeArgument (javax.lang.model.type.TypeMirror) javax.lang.model.type.WildcardType wildcard javax.lang.model.type.TypeMirror arg private static boolean isJavaLangObject (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.DeclaredType declaredType javax.lang.model.element.TypeElement typeElement private static synthetic javax.lang.model.type.TypeMirror lambda$topLevelTypes$2 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement typeElement private static synthetic javax.lang.model.element.TypeElement lambda$topLevelTypes$1 (javax.lang.model.util.Types, javax.lang.model.type.TypeMirror) javax.lang.model.util.Types typeUtil javax.lang.model.type.TypeMirror typeMirror private static synthetic java.lang.String lambda$actualTypeParametersString$0 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement e static synthetic boolean access$000 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror x0 static void <clinit> () }
com/google/auto/value/processor/MissingTypes$1.class
MissingTypes.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.MissingTypes$1 extends java.lang.Object { }
com/google/auto/value/processor/AutoBuilderProcessor.class
AutoBuilderProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoBuilderProcessor extends com.google.auto.value.processor.AutoValueishProcessor { private static final String ALLOW_OPTION private javax.lang.model.type.TypeMirror javaLangVoid private static final javax.lang.model.element.ElementKind ELEMENT_KIND_RECORD public void <init> () public java.util.Set getSupportedOptions () public synchronized void init (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv void processType (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement autoBuilderType javax.lang.model.element.AnnotationMirror autoBuilderAnnotation javax.lang.model.element.TypeElement ofClass String callMethod autovalue.shaded.com.google$.common.collect.$ImmutableSet methods javax.lang.model.element.ExecutableElement executable com.google.auto.value.processor.BuilderSpec builderSpec com.google.auto.value.processor.BuilderSpec$Builder builder javax.lang.model.type.TypeMirror builtType java.util.Optional maybeClassifier com.google.auto.value.processor.BuilderMethodClassifier classifier java.util.Map propertyToGetterName com.google.auto.value.processor.AutoBuilderTemplateVars vars String generatedClassName String text private autovalue.shaded.com.google$.common.collect.$ImmutableSet propertySet (javax.lang.model.element.ExecutableElement, java.util.Map) javax.lang.model.element.ExecutableElement executable java.util.Map propertyToGetterName java.util.Map identifiers private com.google.auto.value.processor.AutoValueishProcessor$Property newProperty (javax.lang.model.element.VariableElement, java.lang.String, java.lang.String) javax.lang.model.element.VariableElement var String identifier String getterName String name javax.lang.model.type.TypeMirror type java.util.Optional nullableAnnotation private javax.lang.model.element.ExecutableElement findExecutable (javax.lang.model.element.TypeElement, java.lang.String, javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableSet) javax.lang.model.element.TypeElement ofClass String callMethod javax.lang.model.element.TypeElement autoBuilderType autovalue.shaded.com.google$.common.collect.$ImmutableSet methods java.util.List executables String description private autovalue.shaded.com.google$.common.collect.$ImmutableList findRelevantExecutables (javax.lang.model.element.TypeElement, java.lang.String, javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement ofClass String callMethod javax.lang.model.element.TypeElement autoBuilderType java.util.List elements java.util.stream.Stream relevantExecutables private javax.lang.model.element.ExecutableElement matchingExecutable (javax.lang.model.element.TypeElement, java.util.List, autovalue.shaded.com.google$.common.collect.$ImmutableSet, java.lang.String) javax.lang.model.element.TypeElement autoBuilderType java.util.List executables autovalue.shaded.com.google$.common.collect.$ImmutableSet methods String description autovalue.shaded.com.google$.common.collect.$ImmutableList matches int max autovalue.shaded.com.google$.common.collect.$ImmutableList maxMatches private java.lang.String executableListString (java.util.List) java.util.List executables static java.lang.String executableString (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement executable javax.lang.model.element.Element nameSource private boolean executableMatches (javax.lang.model.element.ExecutableElement, autovalue.shaded.com.google$.common.collect.$ImmutableSet) String property String name javax.lang.model.element.ExecutableElement method javax.lang.model.element.ExecutableElement executable autovalue.shaded.com.google$.common.collect.$ImmutableSet methods java.util.NavigableSet parameterNames private boolean visibleFrom (javax.lang.model.element.Element, javax.lang.model.element.PackageElement) javax.lang.model.element.Element element javax.lang.model.element.PackageElement fromPackage autovalue.shaded.com.google$.auto.common.$Visibility visibility private javax.lang.model.type.TypeMirror builtType (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement executable private java.lang.String build (javax.lang.model.element.ExecutableElement) boolean generic String typeParams javax.lang.model.element.ExecutableElement executable javax.lang.model.element.TypeElement enclosing String type private static javax.lang.model.element.ElementKind elementKindRecord () java.lang.reflect.Field record ReflectiveOperationException e private javax.lang.model.element.TypeElement getOfClass (javax.lang.model.element.TypeElement, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.TypeElement autoBuilderType javax.lang.model.element.AnnotationMirror autoBuilderAnnotation javax.lang.model.element.TypeElement ofClassValue boolean isDefault javax.lang.model.element.Element enclosing javax.lang.model.element.ElementKind enclosingKind private javax.lang.model.element.TypeElement findOfClassValue (javax.lang.model.element.AnnotationMirror) javax.lang.model.type.TypeMirror ofClassType javax.lang.model.element.AnnotationMirror autoBuilderAnnotation javax.lang.model.element.AnnotationValue ofClassValue Object value private java.lang.String findCallMethodValue (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror autoBuilderAnnotation javax.lang.model.element.AnnotationValue callMethodValue java.util.Optional nullableAnnotationForMethod (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement propertyMethod private static synthetic java.util.TreeSet lambda$executableMatches$11 () private static synthetic java.lang.String lambda$executableMatches$10 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v private static synthetic java.lang.String lambda$executableString$9 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v private static synthetic boolean lambda$matchingExecutable$8 (int, javax.lang.model.element.ExecutableElement) int max javax.lang.model.element.ExecutableElement c private static synthetic int lambda$matchingExecutable$7 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement c private synthetic boolean lambda$matchingExecutable$6 (autovalue.shaded.com.google$.common.collect.$ImmutableSet, javax.lang.model.element.ExecutableElement) autovalue.shaded.com.google$.common.collect.$ImmutableSet methods javax.lang.model.element.ExecutableElement x private synthetic boolean lambda$findRelevantExecutables$5 (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement autoBuilderType javax.lang.model.element.ExecutableElement c private static synthetic boolean lambda$findRelevantExecutables$4 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement m private static synthetic boolean lambda$findRelevantExecutables$3 (java.lang.String, javax.lang.model.element.ExecutableElement) String callMethod javax.lang.model.element.ExecutableElement m private synthetic com.google.auto.value.processor.AutoValueishProcessor$Property lambda$propertySet$2 (java.util.Map, java.util.Map, javax.lang.model.element.VariableElement) java.util.Map identifiers java.util.Map propertyToGetterName javax.lang.model.element.VariableElement v private static synthetic java.lang.String lambda$propertySet$1 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v private static synthetic javax.lang.model.element.VariableElement lambda$propertySet$0 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v static void <clinit> () }
com/google/auto/value/processor/BuilderSpec$Copier.class
BuilderSpec.java package com.google.auto.value.processor com.google.auto.value.processor.BuilderSpec$Copier extends java.lang.Object { static final com.google.auto.value.processor.BuilderSpec$Copier IDENTITY private final java.util.function.Function copy private final boolean acceptsNull private void <init> (java.util.function.Function, boolean) java.util.function.Function copy boolean acceptsNull static com.google.auto.value.processor.BuilderSpec$Copier acceptingNull (java.util.function.Function) java.util.function.Function copy static com.google.auto.value.processor.BuilderSpec$Copier notAcceptingNull (java.util.function.Function) java.util.function.Function copy private static synthetic java.lang.String lambda$static$0 (java.lang.String) String x static synthetic java.util.function.Function access$400 (com.google.auto.value.processor.BuilderSpec$Copier) com.google.auto.value.processor.BuilderSpec$Copier x0 static synthetic boolean access$500 (com.google.auto.value.processor.BuilderSpec$Copier) com.google.auto.value.processor.BuilderSpec$Copier x0 static void <clinit> () }
com/google/auto/value/processor/AbortProcessingException.class
AbortProcessingException.java package com.google.auto.value.processor com.google.auto.value.processor.AbortProcessingException extends java.lang.RuntimeException { void <init> () }
com/google/auto/value/processor/TypeVariables.class
TypeVariables.java package com.google.auto.value.processor final com.google.auto.value.processor.TypeVariables extends java.lang.Object { private void <init> () static autovalue.shaded.com.google$.common.collect.$ImmutableMap rewriteReturnTypes (javax.lang.model.util.Elements, javax.lang.model.util.Types, java.util.Collection, javax.lang.model.element.TypeElement, javax.lang.model.element.TypeElement) int i javax.lang.model.util.Elements elementUtils javax.lang.model.util.Types typeUtils java.util.Collection methods javax.lang.model.element.TypeElement sourceType javax.lang.model.element.TypeElement targetType java.util.List sourceTypeParameters java.util.List targetTypeParameters com.google.auto.value.processor.EclipseHack eclipseHack javax.lang.model.type.TypeMirror[] targetTypeParameterMirrors javax.lang.model.type.DeclaredType parallelSource static boolean canAssignStaticMethodResult (javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) javax.lang.model.type.TypeVariable v int i javax.lang.model.type.WildcardType wildcard javax.lang.model.element.ExecutableElement method javax.lang.model.type.TypeMirror actualParameterType javax.lang.model.type.TypeMirror targetType javax.lang.model.util.Types typeUtils java.util.List typeParameters java.util.List targetTypeArguments java.util.Map typeVariables java.util.function.Function substitute javax.lang.model.type.TypeMirror formalParameterType com.google.auto.value.processor.TypeVariables$SubstitutionVisitor substitutionVisitor javax.lang.model.type.TypeMirror substitutedParameterType static javax.lang.model.type.TypeMirror substituteTypeVariables (javax.lang.model.type.TypeMirror, java.util.function.Function, javax.lang.model.util.Types) javax.lang.model.type.TypeMirror input java.util.function.Function substitute javax.lang.model.util.Types typeUtils com.google.auto.value.processor.TypeVariables$SubstitutionVisitor substitutionVisitor private static synthetic javax.lang.model.type.TypeMirror lambda$canAssignStaticMethodResult$2 (java.util.Map, javax.lang.model.type.TypeVariable) java.util.Map typeVariables javax.lang.model.type.TypeVariable v private static synthetic javax.lang.model.type.TypeMirror lambda$rewriteReturnTypes$1 (com.google.auto.value.processor.EclipseHack, javax.lang.model.type.DeclaredType, javax.lang.model.element.ExecutableElement) com.google.auto.value.processor.EclipseHack eclipseHack javax.lang.model.type.DeclaredType parallelSource javax.lang.model.element.ExecutableElement m private static synthetic javax.lang.model.element.ExecutableElement lambda$rewriteReturnTypes$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement m }
com/google/auto/value/processor/TypeEncoder$AnnotatedEncodingTypeVisitor.class
TypeEncoder.java package com.google.auto.value.processor com.google.auto.value.processor.TypeEncoder$AnnotatedEncodingTypeVisitor extends com.google.auto.value.processor.TypeEncoder$EncodingTypeVisitor { private final java.util.Set excludedAnnotationTypes private final java.util.function.Function getTypeAnnotations void <init> (java.util.Set, java.util.function.Function) java.util.Set excludedAnnotationTypes java.util.function.Function getTypeAnnotations private void appendAnnotationsWithExclusions (java.util.List, java.lang.StringBuilder) java.util.List annotations StringBuilder sb java.util.List includedAnnotations public java.lang.StringBuilder visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.StringBuilder) javax.lang.model.type.PrimitiveType type StringBuilder sb public java.lang.StringBuilder visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.StringBuilder) javax.lang.model.type.TypeVariable type StringBuilder sb public java.lang.StringBuilder visitArray (javax.lang.model.type.ArrayType, java.lang.StringBuilder) javax.lang.model.type.ArrayType type StringBuilder sb java.util.List annotationMirrors public java.lang.StringBuilder visitDeclared (javax.lang.model.type.DeclaredType, java.lang.StringBuilder) String className javax.lang.model.type.TypeMirror enclosing javax.lang.model.type.DeclaredType type StringBuilder sb java.util.List annotationMirrors public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) private synthetic boolean lambda$appendAnnotationsWithExclusions$0 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a }
com/google/auto/value/processor/TypeSimplifier$Spelling.class
TypeSimplifier.java package com.google.auto.value.processor com.google.auto.value.processor.TypeSimplifier$Spelling extends java.lang.Object { final String spelling final boolean importIt void <init> (java.lang.String, boolean) String spelling boolean importIt }
com/google/auto/value/processor/AutoValueBuilderProcessor.class
AutoValueBuilderProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoValueBuilderProcessor extends javax.annotation.processing.AbstractProcessor { public void <init> () public javax.lang.model.SourceVersion getSupportedSourceVersion () public boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) javax.lang.model.element.Element annotatedType java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnv javax.lang.model.element.TypeElement autoValueBuilder java.util.Set builderTypes private void validate (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element annotatedType String errorMessage javax.lang.model.element.Element container }
com/google/auto/value/processor/TypeEncoder$EncodingTypeVisitor.class
TypeEncoder.java package com.google.auto.value.processor com.google.auto.value.processor.TypeEncoder$EncodingTypeVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private void <init> () java.lang.StringBuilder visit2 (javax.lang.model.type.TypeMirror, java.lang.StringBuilder) javax.lang.model.type.TypeMirror type StringBuilder sb protected java.lang.StringBuilder defaultAction (javax.lang.model.type.TypeMirror, java.lang.StringBuilder) javax.lang.model.type.TypeMirror type StringBuilder sb public java.lang.StringBuilder visitArray (javax.lang.model.type.ArrayType, java.lang.StringBuilder) javax.lang.model.type.ArrayType type StringBuilder sb public java.lang.StringBuilder visitDeclared (javax.lang.model.type.DeclaredType, java.lang.StringBuilder) javax.lang.model.type.DeclaredType type StringBuilder sb void appendTypeName (javax.lang.model.type.DeclaredType, java.lang.StringBuilder) javax.lang.model.type.DeclaredType type StringBuilder sb javax.lang.model.type.TypeMirror enclosing void appendTypeArguments (javax.lang.model.type.DeclaredType, java.lang.StringBuilder) javax.lang.model.type.TypeMirror argument String sep javax.lang.model.type.DeclaredType type StringBuilder sb java.util.List arguments public java.lang.StringBuilder visitWildcard (javax.lang.model.type.WildcardType, java.lang.StringBuilder) javax.lang.model.type.WildcardType type StringBuilder sb javax.lang.model.type.TypeMirror extendsBound javax.lang.model.type.TypeMirror superBound public java.lang.StringBuilder visitError (javax.lang.model.type.ErrorType, java.lang.StringBuilder) javax.lang.model.type.ErrorType t StringBuilder p public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) synthetic void <init> (com.google.auto.value.processor.TypeEncoder$1) com.google.auto.value.processor.TypeEncoder$1 x0 }
com/google/auto/value/processor/AnnotationOutput$1.class
AnnotationOutput.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.AnnotationOutput$1 extends java.lang.Object { }
com/google/auto/value/processor/Nullables$NullableFinder.class
Nullables.java package com.google.auto.value.processor com.google.auto.value.processor.Nullables$NullableFinder extends javax.lang.model.util.SimpleTypeVisitor8 { private final com.google.auto.value.processor.TypeMirrorSet visiting void <init> () public java.util.Optional visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void unused public java.util.Optional visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void unused public java.util.Optional visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void unused public java.util.Optional visitWildcard (javax.lang.model.type.WildcardType, java.lang.Void) javax.lang.model.type.WildcardType t Void unused public java.util.Optional visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Void) javax.lang.model.type.IntersectionType t Void unused private java.util.Optional visitAll (java.util.List) java.util.List types public volatile synthetic java.lang.Object visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) private synthetic java.util.Optional lambda$visitIntersection$4 (javax.lang.model.type.IntersectionType) javax.lang.model.type.IntersectionType t private synthetic java.util.Optional lambda$visitWildcard$3 (javax.lang.model.type.WildcardType) javax.lang.model.type.WildcardType t private synthetic java.util.Optional lambda$visitArray$2 (javax.lang.model.type.ArrayType) javax.lang.model.type.ArrayType t private synthetic java.util.Optional lambda$visitTypeVariable$1 (javax.lang.model.type.TypeVariable) javax.lang.model.type.TypeVariable t private synthetic java.util.Optional lambda$visitDeclared$0 (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType t }
com/google/auto/value/processor/AutoAnnotationProcessor$Parameter.class
AutoAnnotationProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoAnnotationProcessor$Parameter extends java.lang.Object { private final String typeName private final javax.lang.model.type.TypeKind kind void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public java.lang.String getType () public javax.lang.model.type.TypeKind getKind () }
com/google/auto/value/processor/AutoOneOfProcessor$1.class
AutoOneOfProcessor.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.AutoOneOfProcessor$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/auto/value/processor/AutoValueOrBuilderTemplateVars.class
AutoValueOrBuilderTemplateVars.java package com.google.auto.value.processor abstract com.google.auto.value.processor.AutoValueOrBuilderTemplateVars extends com.google.auto.value.processor.AutoValueishTemplateVars { autovalue.shaded.com.google$.common.collect.$ImmutableSet props String builderName String builderTypeName String builderFormalTypes String builderActualTypes Boolean builderIsInterface autovalue.shaded.com.google$.common.collect.$ImmutableList builderAnnotations java.util.Optional buildMethod String builtType String build autovalue.shaded.com.google$.common.collect.$ImmutableMultimap builderSetters autovalue.shaded.com.google$.common.collect.$ImmutableMap builderPropertyBuilders autovalue.shaded.com.google$.common.collect.$ImmutableSet builderRequiredProperties autovalue.shaded.com.google$.common.collect.$ImmutableMap builderGetters Boolean toBuilderConstructor autovalue.shaded.com.google$.common.collect.$ImmutableList toBuilderMethods Boolean identifiers Boolean isFinal javax.lang.model.util.Types types void <init> () }
com/google/auto/value/processor/TypeMirrorSet$1.class
TypeMirrorSet.java package com.google.auto.value.processor com.google.auto.value.processor.TypeMirrorSet$1 extends java.lang.Object implements java.util.Iterator { final synthetic java.util.Iterator val$iterator final synthetic com.google.auto.value.processor.TypeMirrorSet this$0 void <init> (com.google.auto.value.processor.TypeMirrorSet, java.util.Iterator) com.google.auto.value.processor.TypeMirrorSet this$0 public boolean hasNext () public javax.lang.model.type.TypeMirror next () public void remove () public volatile synthetic java.lang.Object next () }
com/google/auto/value/processor/AutoAnnotationProcessor.class
AutoAnnotationProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoAnnotationProcessor extends javax.annotation.processing.AbstractProcessor { private javax.lang.model.util.Elements elementUtils private javax.lang.model.util.Types typeUtils private com.google.auto.value.processor.Nullables nullables private javax.lang.model.type.TypeMirror javaLangObject public void <init> () public javax.lang.model.SourceVersion getSupportedSourceVersion () public autovalue.shaded.com.google$.common.collect.$ImmutableSet getSupportedOptions () public synchronized void init (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv private transient void reportError (javax.lang.model.element.Element, java.lang.String, java.lang.Object[]) javax.lang.model.element.Element e String msg Object[] msgParams String formattedMessage private transient com.google.auto.value.processor.AbortProcessingException abortWithError (javax.lang.model.element.Element, java.lang.String, java.lang.Object[]) javax.lang.model.element.Element e String msg Object[] msgParams public boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnv private void process (javax.annotation.processing.RoundEnvironment) String trace RuntimeException e javax.lang.model.element.ExecutableElement method javax.annotation.processing.RoundEnvironment roundEnv javax.lang.model.element.TypeElement autoAnnotation java.util.Collection annotatedElements java.util.List methods private void processMethod (javax.lang.model.element.ExecutableElement) int h javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement annotationElement java.util.Set wrapperTypesUsedInCollections autovalue.shaded.com.google$.common.collect.$ImmutableMap memberMethods javax.lang.model.element.TypeElement methodClass String pkg autovalue.shaded.com.google$.common.collect.$ImmutableMap defaultValues autovalue.shaded.com.google$.common.collect.$ImmutableMap members autovalue.shaded.com.google$.common.collect.$ImmutableMap parameters String generatedClassName com.google.auto.value.processor.AutoAnnotationTemplateVars vars autovalue.shaded.com.google$.common.collect.$ImmutableMap invariableHashes String text String fullName private java.lang.String getGeneratedTypeName () private java.lang.String equalsParameterType () autovalue.shaded.com.google$.common.collect.$ImmutableList equalsParameterAnnotations private static java.util.Optional invariableHash (javax.lang.model.element.AnnotationValue) java.util.List list javax.lang.model.element.AnnotationValue annotationValue Object value private static java.util.Optional invariableHash (java.util.List) java.util.Optional maybeHash javax.lang.model.element.AnnotationValue annotationValue java.util.List annotationValues int h private static autovalue.shaded.com.google$.common.collect.$ImmutableMap invariableHashes (autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableSet) com.google.auto.value.processor.AutoAnnotationProcessor$Member member javax.lang.model.element.AnnotationValue annotationValue java.util.Optional invariableHash String element autovalue.shaded.com.google$.common.collect.$ImmutableMap members autovalue.shaded.com.google$.common.collect.$ImmutableSet parameters autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder private boolean methodsAreOverloaded (java.util.List) String qualifiedClassName javax.lang.model.element.ExecutableElement method java.util.List methods boolean overloaded java.util.Set classNames private java.lang.String generatedClassName (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type String name private javax.lang.model.element.TypeElement getAnnotationReturnType (javax.lang.model.element.ExecutableElement) javax.lang.model.element.Element returnTypeElement javax.lang.model.element.ExecutableElement method javax.lang.model.type.TypeMirror returnTypeMirror private autovalue.shaded.com.google$.common.collect.$ImmutableMap getMemberMethods (javax.lang.model.element.TypeElement) String name javax.lang.model.element.ExecutableElement member javax.lang.model.element.TypeElement annotationElement autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder members private autovalue.shaded.com.google$.common.collect.$ImmutableMap getMembers (javax.lang.model.element.Element, autovalue.shaded.com.google$.common.collect.$ImmutableMap) javax.lang.model.element.ExecutableElement memberMethod String name java.util.Map$Entry entry javax.lang.model.element.Element context autovalue.shaded.com.google$.common.collect.$ImmutableMap memberMethods autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder members private autovalue.shaded.com.google$.common.collect.$ImmutableMap getDefaultValues (javax.lang.model.element.TypeElement) String name javax.lang.model.element.AnnotationValue defaultValue javax.lang.model.element.ExecutableElement member javax.lang.model.element.TypeElement annotationElement autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder defaultValues private autovalue.shaded.com.google$.common.collect.$ImmutableMap getParameters (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement, java.util.Map) javax.lang.model.type.TypeMirror parameterType javax.lang.model.type.TypeMirror memberType String name com.google.auto.value.processor.AutoAnnotationProcessor$Member member javax.lang.model.element.VariableElement parameter javax.lang.model.element.TypeElement annotationElement javax.lang.model.element.ExecutableElement method java.util.Map members autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder parameters boolean error private void validateParameters (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement, autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap) String memberName javax.lang.model.element.TypeElement annotationElement javax.lang.model.element.ExecutableElement method autovalue.shaded.com.google$.common.collect.$ImmutableMap members autovalue.shaded.com.google$.common.collect.$ImmutableMap parameters autovalue.shaded.com.google$.common.collect.$ImmutableMap defaultValues boolean error private boolean compatibleTypes (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror parameterType javax.lang.model.type.TypeMirror memberType javax.lang.model.type.TypeMirror arrayElementType javax.lang.model.type.TypeMirror wrappedArrayElementType javax.lang.model.element.TypeElement javaUtilCollection javax.lang.model.type.DeclaredType collectionOfElement private autovalue.shaded.com.google$.common.collect.$ImmutableSet wrapperTypesUsedInCollections (javax.lang.model.element.ExecutableElement) javax.lang.model.element.VariableElement parameter javax.lang.model.type.DeclaredType collectionOfWrapper Class wrapper javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement javaUtilCollection autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder usedInCollections private javax.lang.model.type.TypeMirror getTypeMirror (java.lang.Class) Class c private static boolean isGwtCompatible (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement annotationElement private static java.lang.String fullyQualifiedName (java.lang.String, java.lang.String) String pkg String cls private static long computeSerialVersionUid (autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap members autovalue.shaded.com.google$.common.collect.$ImmutableMap parameters String namesAndTypesString private void writeSourceFile (java.lang.String, java.lang.String, javax.lang.model.element.TypeElement) java.io.Writer writer javax.tools.JavaFileObject sourceFile java.io.IOException e String className String text javax.lang.model.element.TypeElement originatingType public volatile synthetic java.util.Set getSupportedOptions () private static synthetic java.lang.String lambda$computeSerialVersionUid$5 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic java.util.Map$Entry lambda$computeSerialVersionUid$4 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$computeSerialVersionUid$3 (autovalue.shaded.com.google$.common.collect.$ImmutableMap, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$ImmutableMap parameters java.util.Map$Entry e private static synthetic boolean lambda$isGwtCompatible$2 (javax.lang.model.element.Element) javax.lang.model.element.Element element private static synthetic javax.lang.model.element.Element lambda$isGwtCompatible$1 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror mirror private static synthetic java.lang.String lambda$getGeneratedTypeName$0 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement generatedAnnotation }
com/google/auto/value/processor/AutoValueishProcessor$1.class
AutoValueishProcessor.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.AutoValueishProcessor$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$common$Visibility static void <clinit> () }
com/google/auto/value/processor/TypeEncoder.class
TypeEncoder.java package com.google.auto.value.processor final com.google.auto.value.processor.TypeEncoder extends java.lang.Object { private static final com.google.auto.value.processor.TypeEncoder$EncodingTypeVisitor ENCODING_TYPE_VISITOR private static final com.google.auto.value.processor.TypeEncoder$RawEncodingTypeVisitor RAW_ENCODING_TYPE_VISITOR private void <init> () static java.lang.String encode (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type StringBuilder sb static java.lang.String encodeRaw (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type StringBuilder sb static java.lang.String encodeWithAnnotations (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type static java.lang.String encodeWithAnnotations (javax.lang.model.type.TypeMirror, autovalue.shaded.com.google$.common.collect.$ImmutableList, java.util.Set) javax.lang.model.type.TypeMirror type autovalue.shaded.com.google$.common.collect.$ImmutableList extraAnnotations java.util.Set excludedAnnotationTypes StringBuilder sb java.util.function.Function getTypeAnnotations static java.lang.String decode (java.lang.String, javax.annotation.processing.ProcessingEnvironment, java.lang.String, javax.lang.model.type.TypeMirror) String text javax.annotation.processing.ProcessingEnvironment processingEnv String packageName javax.lang.model.type.TypeMirror baseType static java.lang.String decode (java.lang.String, javax.lang.model.util.Elements, javax.lang.model.util.Types, java.lang.String, javax.lang.model.type.TypeMirror) String text javax.lang.model.util.Elements elementUtils javax.lang.model.util.Types typeUtils String pkg javax.lang.model.type.TypeMirror baseType com.google.auto.value.processor.TypeEncoder$TypeRewriter typeRewriter private static java.lang.String className (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType declaredType static java.lang.String typeParametersString (java.util.List) javax.lang.model.element.TypeParameterElement typeParameter StringBuilder sb String sep java.util.List typeParameters private static void appendTypeParameterWithBounds (javax.lang.model.element.TypeParameterElement, java.lang.StringBuilder) javax.lang.model.type.TypeMirror bound javax.lang.model.element.TypeParameterElement typeParameter StringBuilder sb String sep private static boolean isUnannotatedJavaLangObject (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static void appendAnnotations (java.util.List, java.lang.StringBuilder) javax.lang.model.element.AnnotationMirror annotationMirror java.util.List annotationMirrors StringBuilder sb private static synthetic java.util.List lambda$encodeWithAnnotations$0 (javax.lang.model.type.TypeMirror, autovalue.shaded.com.google$.common.collect.$ImmutableList, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type autovalue.shaded.com.google$.common.collect.$ImmutableList extraAnnotations javax.lang.model.type.TypeMirror t static synthetic java.lang.String access$200 (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType x0 static synthetic void access$300 (java.util.List, java.lang.StringBuilder) java.util.List x0 StringBuilder x1 static void <clinit> () }
com/google/auto/value/processor/AutoValueishProcessor.class
AutoValueishProcessor.java package com.google.auto.value.processor abstract com.google.auto.value.processor.AutoValueishProcessor extends javax.annotation.processing.AbstractProcessor { private final String annotationClassName private final java.util.List deferredTypeNames private javax.lang.model.element.TypeElement annotationType private String simpleAnnotationName private com.google.auto.value.processor.ErrorReporter errorReporter private com.google.auto.value.processor.Nullables nullables static final synthetic boolean $assertionsDisabled void <init> (java.lang.String) String annotationClassName public synchronized void init (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv final com.google.auto.value.processor.ErrorReporter errorReporter () final javax.lang.model.util.Types typeUtils () final javax.lang.model.util.Elements elementUtils () final autovalue.shaded.com.google$.common.collect.$ImmutableList deferredTypeNames () public final javax.lang.model.SourceVersion getSupportedSourceVersion () public final boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) javax.lang.model.element.TypeElement type com.google.auto.value.processor.MissingTypes$MissingTypeException e String trace RuntimeException e javax.lang.model.element.TypeElement type java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnv java.util.List deferredTypes java.util.Collection annotatedElements java.util.List types abstract void processType (javax.lang.model.element.TypeElement) abstract java.util.Optional nullableAnnotationForMethod (javax.lang.model.element.ExecutableElement) final autovalue.shaded.com.google$.common.collect.$ImmutableSet propertySet (autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap, autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyMethodsAndTypes autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap annotatedPropertyFields autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap annotatedPropertyMethods autovalue.shaded.com.google$.common.collect.$ImmutableBiMap methodToPropertyName java.util.Map methodToIdentifier autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder props final void defineSharedVarsForType (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableSet, com.google.auto.value.processor.AutoValueishTemplateVars) javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableSet methods com.google.auto.value.processor.AutoValueishTemplateVars vars java.util.Map methodsToGenerate java.util.Optional nullable static autovalue.shaded.com.google$.common.collect.$ImmutableList annotationStrings (java.util.List) java.util.List annotations static java.lang.String generatedClassName (javax.lang.model.element.TypeElement, java.lang.String) javax.lang.model.element.TypeElement type String prefix String name String pkg String dot private static boolean isJavaLangObject (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type static com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod objectMethodToOverride (javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement paramType javax.lang.model.type.TypeMirror param javax.lang.model.element.ExecutableElement method String name final autovalue.shaded.com.google$.common.collect.$ImmutableBiMap propertyNameToMethodMap (java.util.Set) javax.lang.model.element.ExecutableElement context java.util.List contexts String methodName String name javax.lang.model.element.ExecutableElement old javax.lang.model.element.ExecutableElement method java.util.Set propertyMethods java.util.Map map java.util.Set reportedDups boolean allPrefixed private static boolean gettersAllPrefixed (java.util.Set) java.util.Set methods static java.util.Optional nullableAnnotationFor (javax.lang.model.element.Element, javax.lang.model.type.TypeMirror) autovalue.shaded.com.google$.common.collect.$ImmutableList annotations javax.lang.model.element.Element element javax.lang.model.type.TypeMirror elementType java.util.List typeAnnotations java.util.List elementAnnotations java.util.OptionalInt nullableAnnotationIndex private static java.util.OptionalInt nullableAnnotationIndex (java.util.List) java.util.List annotations private static boolean isNullable (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation static autovalue.shaded.com.google$.common.collect.$ImmutableSet prefixedGettersIn (java.util.Collection) java.util.Collection methods static boolean isPrefixedGetter (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method String name static java.lang.String nameWithoutPrefix (java.lang.String) String name final void checkModifiersIfNested (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type final void checkModifiersIfNested (javax.lang.model.element.TypeElement, javax.lang.model.element.TypeElement, java.lang.String) javax.lang.model.element.TypeElement type javax.lang.model.element.TypeElement reportedType String what javax.lang.model.element.ElementKind enclosingKind static void fixReservedIdentifiers (java.util.Map) String name java.util.Map$Entry entry java.util.Map methodToIdentifier private static java.lang.String disambiguate (java.lang.String, java.util.Collection) String candidate int i String name java.util.Collection existingNames private static java.util.Map determineObjectMethodsToGenerate (java.util.Set) com.google.auto.value.processor.AutoValueishProcessor$ObjectMethod override boolean canGenerate javax.lang.model.element.ExecutableElement method java.util.Set methods java.util.Map methodsToGenerate static java.lang.String equalsParameterType (java.util.Map, java.util.Optional) java.util.Map methodsToGenerate java.util.Optional nullable javax.lang.model.element.ExecutableElement equals javax.lang.model.type.TypeMirror parameterType autovalue.shaded.com.google$.common.collect.$ImmutableList extraAnnotations static autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethodsIn (java.lang.Iterable) boolean hasArgs javax.lang.model.element.ExecutableElement method Iterable methods java.util.Set noArgMethods autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder abstracts autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyMethodsIn (java.util.Set, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement method java.util.Set abstractMethods javax.lang.model.element.TypeElement autoValueOrOneOfType javax.lang.model.type.DeclaredType declaredType autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder properties boolean propertiesCanBeVoid () final void checkReturnType (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.type.TypeMirror componentType javax.lang.model.element.TypeElement autoValueClass javax.lang.model.element.ExecutableElement getter javax.lang.model.type.TypeMirror type private void warnAboutPrimitiveArrays (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.AnnotationValue listValue boolean sameClass javax.lang.model.element.Element element String context javax.lang.model.element.TypeElement autoValueClass javax.lang.model.element.ExecutableElement getter boolean suppressed java.util.Optional maybeAnnotation final java.lang.String getSerialVersionUID (javax.lang.model.element.TypeElement) Object value javax.lang.model.element.VariableElement field java.util.List fields javax.lang.model.element.TypeElement type javax.lang.model.type.TypeMirror serializable autovalue.shaded.com.google$.common.collect.$ImmutableList annotationsToCopy (javax.lang.model.element.Element, javax.lang.model.element.Element, java.util.Set) String annotationFqName javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element autoValueType javax.lang.model.element.Element typeOrMethod java.util.Set excludedAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder result private boolean isInAutoValuePackage (java.lang.String) String className autovalue.shaded.com.google$.common.collect.$ImmutableList copiedClassAnnotations (javax.lang.model.element.TypeElement) java.util.Set excludedAnnotations javax.lang.model.element.TypeElement type private autovalue.shaded.com.google$.common.collect.$ImmutableList copyAnnotations (javax.lang.model.element.Element, javax.lang.model.element.Element, java.util.Set) javax.lang.model.element.Element autoValueType javax.lang.model.element.Element typeOrMethod java.util.Set excludedAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList annotationsToCopy private java.util.Set getExcludedAnnotationTypes (javax.lang.model.element.Element) javax.lang.model.element.Element element java.util.Optional maybeAnnotation java.util.List excludedClasses private java.util.Set getExcludedAnnotationClassNames (javax.lang.model.element.Element) javax.lang.model.element.Element element private static java.util.Set getAnnotationsMarkedWithInherited (javax.lang.model.element.Element) javax.lang.model.element.Element element private static java.lang.String getAnnotationFqName (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation final autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap propertyMethodAnnotationMap (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableSet) javax.lang.model.element.ExecutableElement propertyMethod javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyMethods autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder private autovalue.shaded.com.google$.common.collect.$ImmutableList propertyMethodAnnotations (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement type javax.lang.model.element.ExecutableElement method autovalue.shaded.com.google$.common.collect.$ImmutableSet excludedAnnotations java.util.Set returnTypeAnnotations java.util.Set excluded final autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap propertyFieldAnnotationMap (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableSet) javax.lang.model.element.ExecutableElement propertyMethod javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyMethods autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder private autovalue.shaded.com.google$.common.collect.$ImmutableList propertyFieldAnnotations (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement type javax.lang.model.element.ExecutableElement method autovalue.shaded.com.google$.common.collect.$ImmutableSet excludedAnnotations java.util.Set returnTypeAnnotations java.util.Set nonFieldAnnotations java.util.Set excluded private java.util.Set getReturnTypeAnnotations (javax.lang.model.element.ExecutableElement, java.util.function.Predicate) javax.lang.model.element.ExecutableElement method java.util.function.Predicate typeFilter private boolean annotationAppliesToFields (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement annotation java.lang.annotation.Target target private boolean annotationVisibleFrom (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.Element) javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element from javax.lang.model.element.Element annotationElement autovalue.shaded.com.google$.auto.common.$Visibility visibility private static java.lang.String wildcardTypeParametersString (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type java.util.List typeParameters static java.util.Optional getAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.TypeElement annotationElement javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element element String annotationName static boolean hasAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element element String annotationName final void writeSourceFile (java.lang.String, java.lang.String, javax.lang.model.element.TypeElement) java.io.Writer writer javax.tools.JavaFileObject sourceFile java.io.IOException e String className String text javax.lang.model.element.TypeElement originatingType private static synthetic java.lang.String lambda$wildcardTypeParametersString$14 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement e private static synthetic java.lang.String lambda$getReturnTypeAnnotations$13 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement e private static synthetic javax.lang.model.element.Element lambda$getReturnTypeAnnotations$12 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic java.lang.String lambda$propertyFieldAnnotations$11 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement e private synthetic boolean lambda$propertyFieldAnnotations$10 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement a private static synthetic javax.lang.model.element.Element lambda$propertyFieldAnnotations$9 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic boolean lambda$propertyMethodAnnotations$8 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement a private static synthetic java.lang.String lambda$getAnnotationsMarkedWithInherited$7 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic boolean lambda$getAnnotationsMarkedWithInherited$6 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic java.lang.String lambda$getExcludedAnnotationClassNames$5 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement typeElement private static synthetic javax.lang.model.type.DeclaredType lambda$getExcludedAnnotationTypes$4 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue annotationValue private static synthetic boolean lambda$nullableAnnotationIndex$3 (java.util.List, int) java.util.List annotations int i private static synthetic java.lang.String lambda$defineSharedVarsForType$2 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement annotation private synthetic void lambda$propertySet$1 (autovalue.shaded.com.google$.common.collect.$ImmutableBiMap, java.util.Map, autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap, autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap, autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder, javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror) autovalue.shaded.com.google$.common.collect.$ImmutableBiMap methodToPropertyName java.util.Map methodToIdentifier autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap annotatedPropertyFields autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap annotatedPropertyMethods autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder props javax.lang.model.element.ExecutableElement propertyMethod javax.lang.model.type.TypeMirror returnType String propertyType String propertyName String identifier autovalue.shaded.com.google$.common.collect.$ImmutableList fieldAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList methodAnnotationMirrors autovalue.shaded.com.google$.common.collect.$ImmutableList methodAnnotations java.util.Optional nullableAnnotation com.google.auto.value.processor.AutoValueishProcessor$Property p private synthetic javax.lang.model.element.TypeElement lambda$process$0 (java.lang.String) String name static void <clinit> () }
com/google/auto/value/processor/GwtCompatibility.class
GwtCompatibility.java package com.google.auto.value.processor com.google.auto.value.processor.GwtCompatibility extends java.lang.Object { private final java.util.Optional gwtCompatibleAnnotation void <init> (javax.lang.model.element.TypeElement) javax.lang.model.element.Name name javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.TypeElement type java.util.Optional gwtCompatibleAnnotation java.util.List annotations java.util.Optional gwtCompatibleAnnotation () static java.util.Map getElementValues (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation java.lang.String gwtCompatibleAnnotationString () String annotationArguments javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.TypeElement annotationElement String annotationArguments private static synthetic java.lang.String lambda$gwtCompatibleAnnotationString$0 (java.util.Map$Entry) java.util.Map$Entry e }
com/google/auto/value/processor/AutoOneOfProcessor.class
AutoOneOfProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoOneOfProcessor extends com.google.auto.value.processor.AutoValueishProcessor { public void <init> () boolean propertiesCanBeVoid () public autovalue.shaded.com.google$.common.collect.$ImmutableSet getSupportedOptions () void processType (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement autoOneOfType javax.lang.model.type.DeclaredType kindMirror autovalue.shaded.com.google$.common.collect.$ImmutableSet methods autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods javax.lang.model.element.ExecutableElement kindGetter java.util.Set otherMethods autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyMethodsAndTypes autovalue.shaded.com.google$.common.collect.$ImmutableBiMap properties autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyToKind String subclass com.google.auto.value.processor.AutoOneOfTemplateVars vars String text private javax.lang.model.type.DeclaredType mirrorForKindType (javax.lang.model.element.TypeElement) javax.lang.model.type.TypeMirror kindType javax.lang.model.element.TypeElement autoOneOfType javax.lang.model.element.AnnotationMirror oneOfAnnotation javax.lang.model.element.AnnotationValue kindValue Object value private autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyToKindMap (javax.lang.model.type.DeclaredType, autovalue.shaded.com.google$.common.collect.$ImmutableSet) String transformed autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder mapBuilder javax.lang.model.type.DeclaredType kindMirror autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyNames javax.lang.model.element.TypeElement kindElement java.util.Map transformedPropertyNames java.util.Map transformedEnumConstants private java.lang.String transformName (java.lang.String) String s private javax.lang.model.element.ExecutableElement findKindGetterOrAbort (javax.lang.model.element.TypeElement, javax.lang.model.type.TypeMirror, autovalue.shaded.com.google$.common.collect.$ImmutableSet) javax.lang.model.element.ExecutableElement getter javax.lang.model.element.TypeElement autoOneOfType javax.lang.model.type.TypeMirror kindMirror autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods java.util.Set kindGetters private void validateMethods (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableSet, javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyMethods javax.lang.model.element.ExecutableElement kindGetter private void defineVarsForType (javax.lang.model.element.TypeElement, com.google.auto.value.processor.AutoOneOfTemplateVars, autovalue.shaded.com.google$.common.collect.$ImmutableMap, javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement type com.google.auto.value.processor.AutoOneOfTemplateVars vars autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyMethodsAndTypes javax.lang.model.element.ExecutableElement kindGetter javax.lang.model.element.TypeElement javaIoSerializable java.util.Optional nullableAnnotationForMethod (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement propertyMethod private static boolean sameType (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t1 javax.lang.model.type.TypeMirror t2 public volatile synthetic void init (javax.annotation.processing.ProcessingEnvironment) public volatile synthetic java.util.Set getSupportedOptions () private static synthetic boolean lambda$findKindGetterOrAbort$7 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement e private static synthetic boolean lambda$findKindGetterOrAbort$6 (javax.lang.model.type.TypeMirror, javax.lang.model.element.ExecutableElement) javax.lang.model.type.TypeMirror kindMirror javax.lang.model.element.ExecutableElement e private synthetic void lambda$propertyToKindMap$5 (java.util.Map, java.lang.String, javax.lang.model.element.Element) java.util.Map transformedPropertyNames String transformed javax.lang.model.element.Element constant private synthetic void lambda$propertyToKindMap$4 (java.util.Map, javax.lang.model.element.TypeElement, java.lang.String, java.lang.String) java.util.Map transformedEnumConstants javax.lang.model.element.TypeElement kindElement String transformed String property private static synthetic javax.lang.model.element.Element lambda$propertyToKindMap$3 (javax.lang.model.element.Element) javax.lang.model.element.Element e private synthetic java.lang.String lambda$propertyToKindMap$2 (javax.lang.model.element.Element) javax.lang.model.element.Element e private static synthetic boolean lambda$propertyToKindMap$1 (javax.lang.model.element.Element) javax.lang.model.element.Element e private static synthetic java.lang.String lambda$propertyToKindMap$0 (java.lang.String) String s }
com/google/auto/value/processor/Nullables.class
Nullables.java package com.google.auto.value.processor com.google.auto.value.processor.Nullables extends java.lang.Object { static final String NULLABLE_OPTION private static final String DEFAULT_NULLABLE private final java.util.Optional defaultNullable void <init> (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv String nullableOption private static javax.lang.model.element.AnnotationMirror annotationMirrorOf (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType annotationType static java.util.Optional nullableMentionedInMethods (java.util.Collection) java.util.Collection methods java.util.Optional appropriateNullableGivenMethods (java.util.Collection) java.util.Collection methods private static java.util.Optional nullableIn (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static java.util.Optional nullableIn (java.util.List) java.util.List annotations private static synthetic javax.lang.model.element.AnnotationMirror lambda$nullableIn$3 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic boolean lambda$nullableIn$2 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic java.util.stream.Stream lambda$nullableMentionedInMethods$1 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private static synthetic javax.lang.model.element.AnnotationMirror lambda$new$0 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement t static synthetic java.util.Optional access$000 (java.util.List) java.util.List x0 static void <clinit> () }
com/google/auto/value/processor/BuilderSpec$Builder.class
BuilderSpec.java package com.google.auto.value.processor com.google.auto.value.processor.BuilderSpec$Builder extends java.lang.Object implements com.google.auto.value.extension.AutoValueExtension$BuilderContext { private final javax.lang.model.element.TypeElement builderTypeElement private autovalue.shaded.com.google$.common.collect.$ImmutableSet toBuilderMethods private javax.lang.model.element.ExecutableElement buildMethod private com.google.auto.value.processor.BuilderMethodClassifier classifier final synthetic com.google.auto.value.processor.BuilderSpec this$0 void <init> (com.google.auto.value.processor.BuilderSpec, javax.lang.model.element.TypeElement) com.google.auto.value.processor.BuilderSpec this$0 javax.lang.model.element.TypeElement builderTypeElement public javax.lang.model.element.TypeElement builderType () public java.util.Set builderMethods () public java.util.Optional buildMethod () javax.lang.model.util.Types typeUtils javax.lang.model.type.DeclaredType builderTypeMirror public javax.lang.model.element.ExecutableElement autoBuildMethod () public java.util.Map setters () public java.util.Map propertyBuilders () private boolean erasedTypeIs (javax.lang.model.type.TypeMirror, javax.lang.model.element.TypeElement) javax.lang.model.type.TypeMirror type javax.lang.model.element.TypeElement baseType public java.util.Set toBuilderMethods () autovalue.shaded.com.google$.common.collect.$ImmutableSet toBuilderMethods (javax.lang.model.util.Types, javax.lang.model.element.TypeElement, java.util.Set) javax.lang.model.type.DeclaredType returnType java.util.List typeArguments javax.lang.model.type.ExecutableType methodMirror javax.lang.model.type.TypeMirror returnTypeMirror javax.lang.model.element.ExecutableElement method javax.lang.model.util.Types typeUtils javax.lang.model.element.TypeElement autoValueType java.util.Set abstractMethods java.util.List builderTypeParamNames javax.lang.model.type.DeclaredType autoValueTypeMirror autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder methods autovalue.shaded.com.google$.common.collect.$ImmutableSet builderMethods void defineVarsForAutoValue (com.google.auto.value.processor.AutoValueOrBuilderTemplateVars, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap) javax.lang.model.element.ExecutableElement method com.google.auto.value.processor.AutoValueOrBuilderTemplateVars vars autovalue.shaded.com.google$.common.collect.$ImmutableBiMap getterToPropertyName Iterable builderMethods boolean autoValueHasToBuilder autovalue.shaded.com.google$.common.collect.$ImmutableMap getterToPropertyType autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder rewrittenPropertyTypes java.util.Optional optionalClassifier void defineVars (com.google.auto.value.processor.AutoValueOrBuilderTemplateVars, com.google.auto.value.processor.BuilderMethodClassifier) javax.lang.model.element.Element buildMethod java.util.Set errorElements com.google.auto.value.processor.AutoValueOrBuilderTemplateVars vars com.google.auto.value.processor.BuilderMethodClassifier classifier java.util.Set buildMethods private static synthetic boolean lambda$defineVars$10 (com.google.auto.value.processor.AutoValueOrBuilderTemplateVars, com.google.auto.value.processor.AutoValueishProcessor$Property) com.google.auto.value.processor.AutoValueOrBuilderTemplateVars vars com.google.auto.value.processor.AutoValueishProcessor$Property p private static synthetic boolean lambda$defineVars$9 (com.google.auto.value.processor.AutoValueishProcessor$Property) com.google.auto.value.processor.AutoValueishProcessor$Property p private static synthetic boolean lambda$defineVars$8 (com.google.auto.value.processor.AutoValueishProcessor$Property) com.google.auto.value.processor.AutoValueishProcessor$Property p private static synthetic void lambda$defineVarsForAutoValue$7 (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap, javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror) autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder rewrittenPropertyTypes autovalue.shaded.com.google$.common.collect.$ImmutableBiMap getterToPropertyName javax.lang.model.element.ExecutableElement getter javax.lang.model.type.TypeMirror type private static synthetic java.lang.String lambda$toBuilderMethods$6 (javax.lang.model.util.Types, javax.lang.model.type.TypeMirror) javax.lang.model.util.Types typeUtils javax.lang.model.type.TypeMirror t private static synthetic boolean lambda$toBuilderMethods$5 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t private static synthetic java.lang.String lambda$toBuilderMethods$4 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement e private static synthetic java.util.Set lambda$setters$3 (java.util.Collection) java.util.Collection propertySetters private synthetic boolean lambda$buildMethod$2 (javax.lang.model.util.Types, javax.lang.model.type.DeclaredType, javax.lang.model.element.ExecutableElement) javax.lang.model.util.Types typeUtils javax.lang.model.type.DeclaredType builderTypeMirror javax.lang.model.element.ExecutableElement m javax.lang.model.type.ExecutableType methodMirror private static synthetic boolean lambda$buildMethod$1 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement m private synthetic boolean lambda$builderMethods$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement m }
com/google/auto/value/processor/MissingTypes$MissingTypeVisitor.class
MissingTypes.java package com.google.auto.value.processor com.google.auto.value.processor.MissingTypes$MissingTypeVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private void <init> () void check (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public java.lang.Void visitError (javax.lang.model.type.ErrorType, com.google.auto.value.processor.TypeMirrorSet) javax.lang.model.type.ErrorType t com.google.auto.value.processor.TypeMirrorSet visiting public java.lang.Void visitArray (javax.lang.model.type.ArrayType, com.google.auto.value.processor.TypeMirrorSet) javax.lang.model.type.ArrayType t com.google.auto.value.processor.TypeMirrorSet visiting public java.lang.Void visitDeclared (javax.lang.model.type.DeclaredType, com.google.auto.value.processor.TypeMirrorSet) javax.lang.model.type.DeclaredType t com.google.auto.value.processor.TypeMirrorSet visiting public java.lang.Void visitTypeVariable (javax.lang.model.type.TypeVariable, com.google.auto.value.processor.TypeMirrorSet) javax.lang.model.type.TypeVariable t com.google.auto.value.processor.TypeMirrorSet visiting public java.lang.Void visitWildcard (javax.lang.model.type.WildcardType, com.google.auto.value.processor.TypeMirrorSet) javax.lang.model.type.WildcardType t com.google.auto.value.processor.TypeMirrorSet visiting public java.lang.Void visitIntersection (javax.lang.model.type.IntersectionType, com.google.auto.value.processor.TypeMirrorSet) javax.lang.model.type.IntersectionType t com.google.auto.value.processor.TypeMirrorSet visiting private java.lang.Void visitAll (java.util.List, com.google.auto.value.processor.TypeMirrorSet) javax.lang.model.type.TypeMirror type java.util.List types com.google.auto.value.processor.TypeMirrorSet visiting public volatile synthetic java.lang.Object visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) synthetic void <init> (com.google.auto.value.processor.MissingTypes$1) com.google.auto.value.processor.MissingTypes$1 x0 }
com/google/auto/value/processor/AutoValueishProcessor$GetterProperty.class
AutoValueishProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoValueishProcessor$GetterProperty extends com.google.auto.value.processor.AutoValueishProcessor$Property { private final javax.lang.model.element.ExecutableElement method private final autovalue.shaded.com.google$.common.collect.$ImmutableList fieldAnnotations private final autovalue.shaded.com.google$.common.collect.$ImmutableList methodAnnotations void <init> (java.lang.String, java.lang.String, javax.lang.model.element.ExecutableElement, java.lang.String, autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableList, java.util.Optional) String name String identifier javax.lang.model.element.ExecutableElement method String type autovalue.shaded.com.google$.common.collect.$ImmutableList fieldAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList methodAnnotations java.util.Optional nullableAnnotation public java.util.List getFieldAnnotations () public java.util.List getMethodAnnotations () public java.lang.String getAccess () public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/auto/value/processor/SimpleMethod.class
SimpleMethod.java package com.google.auto.value.processor public final com.google.auto.value.processor.SimpleMethod extends java.lang.Object { private final String access private final String name private final String throwsString void <init> (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method public java.lang.String getAccess () public java.lang.String getName () public java.lang.String getThrows () static java.lang.String access (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method java.util.Set mods private static java.lang.String throwsString (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method }
com/google/auto/value/processor/AnnotationOutput$InitializerSourceFormVisitor.class
AnnotationOutput.java package com.google.auto.value.processor com.google.auto.value.processor.AnnotationOutput$InitializerSourceFormVisitor extends com.google.auto.value.processor.AnnotationOutput$SourceFormVisitor { private final javax.annotation.processing.ProcessingEnvironment processingEnv private final String memberName private final javax.lang.model.element.Element context void <init> (javax.annotation.processing.ProcessingEnvironment, java.lang.String, javax.lang.model.element.Element) javax.annotation.processing.ProcessingEnvironment processingEnv String memberName javax.lang.model.element.Element context public java.lang.Void visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.StringBuilder) javax.lang.model.element.AnnotationMirror a StringBuilder sb public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) }
com/google/auto/value/processor/MissingTypes.class
MissingTypes.java package com.google.auto.value.processor final com.google.auto.value.processor.MissingTypes extends java.lang.Object { private static final com.google.auto.value.processor.MissingTypes$MissingTypeVisitor MISSING_TYPE_VISITOR private void <init> () static void deferIfMissingTypesIn (javax.lang.model.element.ExecutableElement) javax.lang.model.element.VariableElement param javax.lang.model.element.ExecutableElement method static void <clinit> () }
com/google/auto/value/processor/AnnotationOutput$SourceFormVisitor.class
AnnotationOutput.java package com.google.auto.value.processor abstract com.google.auto.value.processor.AnnotationOutput$SourceFormVisitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { private void <init> () protected java.lang.Void defaultAction (java.lang.Object, java.lang.StringBuilder) Object value StringBuilder sb public java.lang.Void visitArray (java.util.List, java.lang.StringBuilder) javax.lang.model.element.AnnotationValue value java.util.List values StringBuilder sb String sep public java.lang.Void visitChar (char, java.lang.StringBuilder) char c StringBuilder sb public java.lang.Void visitLong (long, java.lang.StringBuilder) long i StringBuilder sb public java.lang.Void visitDouble (double, java.lang.StringBuilder) double d StringBuilder sb public java.lang.Void visitFloat (float, java.lang.StringBuilder) float f StringBuilder sb public java.lang.Void visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.StringBuilder) javax.lang.model.element.VariableElement c StringBuilder sb public java.lang.Void visitString (java.lang.String, java.lang.StringBuilder) String s StringBuilder sb public java.lang.Void visitType (javax.lang.model.type.TypeMirror, java.lang.StringBuilder) javax.lang.model.type.TypeMirror classConstant StringBuilder sb public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitString (java.lang.String, java.lang.Object) public volatile synthetic java.lang.Object visitLong (long, java.lang.Object) public volatile synthetic java.lang.Object visitFloat (float, java.lang.Object) public volatile synthetic java.lang.Object visitDouble (double, java.lang.Object) public volatile synthetic java.lang.Object visitChar (char, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) synthetic void <init> (com.google.auto.value.processor.AnnotationOutput$1) com.google.auto.value.processor.AnnotationOutput$1 x0 }
com/google/auto/value/processor/BuilderMethodClassifierForAutoBuilder.class
BuilderMethodClassifierForAutoBuilder.java package com.google.auto.value.processor com.google.auto.value.processor.BuilderMethodClassifierForAutoBuilder extends com.google.auto.value.processor.BuilderMethodClassifier { private final javax.lang.model.element.ExecutableElement executable private final autovalue.shaded.com.google$.common.collect.$ImmutableBiMap paramToPropertyName private void <init> (com.google.auto.value.processor.ErrorReporter, javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror, javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap) com.google.auto.value.processor.ErrorReporter errorReporter javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.element.ExecutableElement executable javax.lang.model.type.TypeMirror builtType javax.lang.model.element.TypeElement builderType autovalue.shaded.com.google$.common.collect.$ImmutableBiMap paramToPropertyName autovalue.shaded.com.google$.common.collect.$ImmutableMap rewrittenPropertyTypes static java.util.Optional classify (java.lang.Iterable, com.google.auto.value.processor.ErrorReporter, javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror, javax.lang.model.element.TypeElement) Iterable methods com.google.auto.value.processor.ErrorReporter errorReporter javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.element.ExecutableElement executable javax.lang.model.type.TypeMirror builtType javax.lang.model.element.TypeElement builderType autovalue.shaded.com.google$.common.collect.$ImmutableBiMap paramToPropertyName autovalue.shaded.com.google$.common.collect.$ImmutableMap rewrittenPropertyTypes com.google.auto.value.processor.BuilderMethodClassifier classifier private static autovalue.shaded.com.google$.common.collect.$ImmutableMap rewriteParameterTypes (javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement, com.google.auto.value.processor.ErrorReporter, javax.lang.model.util.Types) javax.lang.model.type.TypeVariable from javax.lang.model.type.TypeVariable to int i javax.lang.model.element.ExecutableElement executable javax.lang.model.element.TypeElement builderType com.google.auto.value.processor.ErrorReporter errorReporter javax.lang.model.util.Types typeUtils autovalue.shaded.com.google$.common.collect.$ImmutableList executableTypeParams java.util.List builderTypeParams java.util.Map typeVariables java.util.function.Function substitute private static autovalue.shaded.com.google$.common.collect.$ImmutableList executableTypeParams (javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement container javax.lang.model.element.ExecutableElement executable java.util.Optional propertyForBuilderGetter (javax.lang.model.element.ExecutableElement) int prefixLength String unprefixed String propertyName javax.lang.model.element.ExecutableElement method String methodName void checkForFailedJavaBean (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement rejectedSetter autovalue.shaded.com.google$.common.collect.$ImmutableBiMap propertyElements () javax.lang.model.type.TypeMirror originalPropertyType (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement propertyElement java.lang.String propertyString (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement propertyElement java.lang.String autoWhat () java.lang.String getterMustMatch () java.lang.String fooBuilderMustMatch () volatile synthetic java.lang.String propertyString (javax.lang.model.element.Element) volatile synthetic javax.lang.model.type.TypeMirror originalPropertyType (javax.lang.model.element.Element) private static synthetic javax.lang.model.type.TypeMirror lambda$rewriteParameterTypes$5 (java.util.function.Function, javax.lang.model.util.Types, javax.lang.model.element.VariableElement) java.util.function.Function substitute javax.lang.model.util.Types typeUtils javax.lang.model.element.VariableElement v private static synthetic java.lang.String lambda$rewriteParameterTypes$4 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v private static synthetic javax.lang.model.type.TypeMirror lambda$rewriteParameterTypes$3 (java.util.Map, javax.lang.model.type.TypeVariable) java.util.Map typeVariables javax.lang.model.type.TypeVariable v private static synthetic java.lang.String lambda$rewriteParameterTypes$2 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v private static synthetic java.lang.String lambda$classify$1 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v private static synthetic javax.lang.model.element.VariableElement lambda$classify$0 (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement v }
com/google/auto/value/processor/AutoAnnotationProcessor$Member.class
AutoAnnotationProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoAnnotationProcessor$Member extends java.lang.Object { private final javax.annotation.processing.ProcessingEnvironment processingEnv private final javax.lang.model.element.Element context private final javax.lang.model.element.ExecutableElement method void <init> (javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.Element, javax.lang.model.element.ExecutableElement) javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.element.Element context javax.lang.model.element.ExecutableElement method public java.lang.String toString () public java.lang.String getType () public java.lang.String getComponentType () javax.lang.model.type.ArrayType arrayType public javax.lang.model.type.TypeMirror getTypeMirror () public javax.lang.model.type.TypeKind getKind () public int getNameHash () public boolean isArrayOfClassWithBounds () javax.lang.model.type.TypeMirror componentType javax.lang.model.type.DeclaredType declared javax.lang.model.type.TypeMirror parameter javax.lang.model.type.WildcardType wildcard public java.lang.String getDefaultValue () javax.lang.model.element.AnnotationValue defaultValue static synthetic javax.lang.model.element.ExecutableElement access$000 (com.google.auto.value.processor.AutoAnnotationProcessor$Member) com.google.auto.value.processor.AutoAnnotationProcessor$Member x0 }
com/google/auto/value/processor/TypeEncoder$1.class
TypeEncoder.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.TypeEncoder$1 extends java.lang.Object { }
com/google/auto/value/processor/autobuilder.vm
com/google/auto/value/processor/BuilderSpec$PropertySetter.class
BuilderSpec.java package com.google.auto.value.processor public com.google.auto.value.processor.BuilderSpec$PropertySetter extends java.lang.Object { private final javax.lang.model.element.ExecutableElement setter private final String access private final String name private final String parameterTypeString private final boolean primitiveParameter private final String nullableAnnotation private final com.google.auto.value.processor.BuilderSpec$Copier copier void <init> (javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror, com.google.auto.value.processor.BuilderSpec$Copier) javax.lang.model.element.ExecutableElement setter javax.lang.model.type.TypeMirror parameterType com.google.auto.value.processor.BuilderSpec$Copier copier javax.lang.model.element.VariableElement parameterElement java.util.Optional maybeNullable javax.lang.model.element.ExecutableElement getSetter () private static java.lang.String parameterTypeString (javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror componentType javax.lang.model.element.ExecutableElement setter javax.lang.model.type.TypeMirror parameterType public java.lang.String getAccess () public java.lang.String getName () public java.lang.String getParameterType () public boolean getPrimitiveParameter () public java.lang.String getNullableAnnotation () public java.lang.String copy (com.google.auto.value.processor.AutoValueishProcessor$Property) com.google.auto.value.processor.AutoValueishProcessor$Property property String copy }
com/google/auto/value/processor/GwtSerialization$Property.class
GwtSerialization.java package com.google.auto.value.processor public com.google.auto.value.processor.GwtSerialization$Property extends java.lang.Object { private final com.google.auto.value.processor.AutoValueishProcessor$GetterProperty property private final boolean isCastingUnchecked void <init> (com.google.auto.value.processor.AutoValueishProcessor$GetterProperty) com.google.auto.value.processor.AutoValueishProcessor$GetterProperty property public java.lang.String toString () public java.lang.String getGetter () public java.lang.String getType () public java.lang.String getName () public java.lang.String getGwtType () javax.lang.model.type.TypeMirror typeMirror String type public java.lang.String getGwtCast () public boolean isCastingUnchecked () }
com/google/auto/value/processor/PropertyNames.class
PropertyNames.java package com.google.auto.value.processor com.google.auto.value.processor.PropertyNames extends java.lang.Object { void <init> () static java.lang.String decapitalizeLikeJavaBeans (java.lang.String) String propertyName static java.lang.String decapitalizeNormally (java.lang.String) String propertyName }
com/google/auto/value/processor/gwtserializer.vm
com/google/auto/value/processor/AutoValueishProcessor$ContainsMutableVisitor.class
AutoValueishProcessor.java package com.google.auto.value.processor com.google.auto.value.processor.AutoValueishProcessor$ContainsMutableVisitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { private void <init> () public java.lang.Boolean visitArray (java.util.List, java.lang.Void) java.util.List list Void p public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) synthetic void <init> (com.google.auto.value.processor.AutoValueishProcessor$1) com.google.auto.value.processor.AutoValueishProcessor$1 x0 }
com/google/auto/value/processor/TypeMirrorSet.class
TypeMirrorSet.java package com.google.auto.value.processor com.google.auto.value.processor.TypeMirrorSet extends java.util.AbstractSet { private final java.util.Set wrappers void <init> () void <init> (java.util.Collection) java.util.Collection types static transient com.google.auto.value.processor.TypeMirrorSet of (javax.lang.model.type.TypeMirror[]) javax.lang.model.type.TypeMirror[] types private autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper wrap (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror public boolean add (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror public java.util.Iterator iterator () java.util.Iterator iterator public int size () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public boolean equals (java.lang.Object) com.google.auto.value.processor.TypeMirrorSet that Object o public int hashCode () public volatile synthetic boolean add (java.lang.Object) }
com/google/auto/value/processor/ClassNames.class
ClassNames.java package com.google.auto.value.processor final com.google.auto.value.processor.ClassNames extends java.lang.Object { static final String AUTO_VALUE_PACKAGE_NAME static final String AUTO_ANNOTATION_NAME static final String AUTO_ONE_OF_NAME static final String AUTO_VALUE_NAME static final String AUTO_VALUE_BUILDER_NAME static final String AUTO_BUILDER_NAME static final String COPY_ANNOTATIONS_NAME static final String KOTLIN_METADATA_NAME private void <init> () }
com/google/auto/value/processor/PropertyBuilderClassifier.class
PropertyBuilderClassifier.java package com.google.auto.value.processor com.google.auto.value.processor.PropertyBuilderClassifier extends java.lang.Object { private final com.google.auto.value.processor.ErrorReporter errorReporter private final javax.lang.model.util.Types typeUtils private final javax.lang.model.util.Elements elementUtils private final com.google.auto.value.processor.BuilderMethodClassifier builderMethodClassifier private final java.util.function.Predicate propertyIsNullable private final autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyTypes private final com.google.auto.value.processor.EclipseHack eclipseHack private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet BUILDER_METHOD_NAMES private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet ONE_ARGUMENT_BUILDER_METHOD_NAMES private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet ADD_ALL_PUT_ALL void <init> (com.google.auto.value.processor.ErrorReporter, javax.lang.model.util.Types, javax.lang.model.util.Elements, com.google.auto.value.processor.BuilderMethodClassifier, java.util.function.Predicate, autovalue.shaded.com.google$.common.collect.$ImmutableMap, com.google.auto.value.processor.EclipseHack) com.google.auto.value.processor.ErrorReporter errorReporter javax.lang.model.util.Types typeUtils javax.lang.model.util.Elements elementUtils com.google.auto.value.processor.BuilderMethodClassifier builderMethodClassifier java.util.function.Predicate propertyIsNullable autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyTypes com.google.auto.value.processor.EclipseHack eclipseHack java.util.Optional makePropertyBuilder (javax.lang.model.element.ExecutableElement, java.lang.String) java.util.Optional maybeBuilderMaker java.util.Map barOneArgMethods java.util.Optional maybeCopyAll String beforeInitDefault String initDefault String localBuilder javax.lang.model.element.ExecutableElement method String property javax.lang.model.type.TypeMirror barBuilderTypeMirror javax.lang.model.type.DeclaredType barBuilderDeclaredType javax.lang.model.element.TypeElement barBuilderTypeElement java.util.Map barBuilderNoArgMethods javax.lang.model.type.TypeMirror barTypeMirror javax.lang.model.element.TypeElement barTypeElement java.util.Map barNoArgMethods javax.lang.model.element.ExecutableElement build javax.lang.model.type.TypeMirror buildType java.util.Optional maybeBuilderMaker javax.lang.model.element.ExecutableElement builderMaker String barBuilderType String rawBarType String arguments String initializer String builtToBuilder String copyAll javax.lang.model.element.ExecutableElement toBuilder javax.lang.model.element.ExecutableElement barOf boolean hasOf String beforeInitDefault String initDefault com.google.auto.value.processor.PropertyBuilderClassifier$PropertyBuilder propertyBuilder private java.util.Optional noArgBuilderMaker (java.util.Map, javax.lang.model.element.TypeElement) java.util.Map barNoArgMethods javax.lang.model.element.TypeElement barBuilderTypeElement private java.util.Optional oneArgBuilderMaker (java.util.Map, javax.lang.model.element.TypeElement) java.util.Map barOneArgMethods javax.lang.model.element.TypeElement barBuilderTypeElement private java.util.Optional builderMaker (autovalue.shaded.com.google$.common.collect.$ImmutableSet, java.util.Map, javax.lang.model.element.TypeElement, int) autovalue.shaded.com.google$.common.collect.$ImmutableSet methodNamesToCheck java.util.Map methods javax.lang.model.element.TypeElement barBuilderTypeElement int argumentCount java.util.Optional maybeMethod private java.util.Map noArgMethodsOf (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type private autovalue.shaded.com.google$.common.collect.$ImmutableMap oneArgumentMethodsOf (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type private autovalue.shaded.com.google$.common.collect.$ImmutableMap methodsOf (javax.lang.model.element.TypeElement, int) javax.lang.model.element.TypeElement type int argumentCount private static boolean isStaticInterfaceMethodNotIn (javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type private java.util.Optional addAllPutAll (javax.lang.model.element.TypeElement, javax.lang.model.type.DeclaredType, javax.lang.model.type.TypeMirror) javax.lang.model.element.TypeElement barBuilderTypeElement javax.lang.model.type.DeclaredType barBuilderDeclaredType javax.lang.model.type.TypeMirror barTypeMirror private synthetic boolean lambda$addAllPutAll$9 (javax.lang.model.type.DeclaredType, javax.lang.model.type.TypeMirror, javax.lang.model.element.ExecutableElement) javax.lang.model.type.DeclaredType barBuilderDeclaredType javax.lang.model.type.TypeMirror barTypeMirror javax.lang.model.element.ExecutableElement method javax.lang.model.type.ExecutableType methodMirror private static synthetic boolean lambda$addAllPutAll$8 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private static synthetic javax.lang.model.element.ExecutableElement lambda$methodsOf$7 (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method1 javax.lang.model.element.ExecutableElement method2 private static synthetic java.lang.String lambda$methodsOf$6 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$methodsOf$5 (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement type javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$methodsOf$4 (int, javax.lang.model.element.ExecutableElement) int argumentCount javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$builderMaker$3 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement c private static synthetic boolean lambda$builderMaker$2 (int, javax.lang.model.element.ExecutableElement) int argumentCount javax.lang.model.element.ExecutableElement c private synthetic boolean lambda$builderMaker$1 (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.TypeElement barBuilderTypeElement javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$builderMaker$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method static void <clinit> () }
com/google/auto/value/processor/AutoValueishTemplateVars.class
AutoValueishTemplateVars.java package com.google.auto.value.processor abstract com.google.auto.value.processor.AutoValueishTemplateVars extends com.google.auto.value.processor.TemplateVars { Boolean equals Boolean hashCode Boolean toString String equalsParameterType String generated String pkg String origClass String simpleClassName autovalue.shaded.com.google$.common.collect.$ImmutableList annotations String formalTypes String actualTypes String wildcardTypes String serialVersionUID void <init> () }
com/google/auto/value/processor/AutoBuilderTemplateVars.class
AutoBuilderTemplateVars.java package com.google.auto.value.processor com.google.auto.value.processor.AutoBuilderTemplateVars extends com.google.auto.value.processor.AutoValueOrBuilderTemplateVars { private static final autovalue.shaded.com.google$.escapevelocity.$Template TEMPLATE void <init> () autovalue.shaded.com.google$.escapevelocity.$Template parsedTemplate () static void <clinit> () }
com/google/auto/value/processor/TypeSimplifier$1.class
TypeSimplifier.java package com.google.auto.value.processor final com.google.auto.value.processor.TypeSimplifier$1 extends javax.lang.model.util.SimpleTypeVisitor8 { void <init> (java.lang.Boolean) Boolean x0 public java.lang.Boolean visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void p public java.lang.Boolean visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void p public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) private static synthetic boolean lambda$visitDeclared$0 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror x$0 }
com/google/auto/value/processor/AnnotationOutput$AnnotationSourceFormVisitor.class
AnnotationOutput.java package com.google.auto.value.processor com.google.auto.value.processor.AnnotationOutput$AnnotationSourceFormVisitor extends com.google.auto.value.processor.AnnotationOutput$SourceFormVisitor { private void <init> () public java.lang.Void visitArray (java.util.List, java.lang.StringBuilder) java.util.List values StringBuilder sb public java.lang.Void visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.StringBuilder) java.util.Map$Entry entry String sep java.util.Optional shortForm javax.lang.model.element.AnnotationMirror a StringBuilder sb autovalue.shaded.com.google$.common.collect.$ImmutableMap map private static java.util.Optional shortForm (java.util.Map) java.util.Map values public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) synthetic void <init> (com.google.auto.value.processor.AnnotationOutput$1) com.google.auto.value.processor.AnnotationOutput$1 x0 }
com/google/auto/value/processor/Optionalish.class
Optionalish.java package com.google.auto.value.processor public com.google.auto.value.processor.Optionalish extends java.lang.Object { private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet OPTIONAL_CLASS_NAMES private final javax.lang.model.type.DeclaredType optionalType private final String className private static final autovalue.shaded.com.google$.common.collect.$ImmutableMap PRIMITIVE_TYPE_KINDS private void <init> (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType optionalType static com.google.auto.value.processor.Optionalish createIfOptional (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type static boolean isOptional (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.DeclaredType declaredType javax.lang.model.element.TypeElement typeElement public java.lang.String getRawType () public java.lang.String getEmpty () String empty javax.lang.model.type.TypeMirror getContainedType (javax.lang.model.util.Types) javax.lang.model.util.Types typeUtils java.util.List typeArguments java.lang.String ofNullable () private javax.lang.model.type.TypeMirror getContainedPrimitiveType (javax.lang.model.util.Types) javax.lang.model.util.Types typeUtils String simpleName javax.lang.model.type.TypeKind typeKind static void <clinit> () }
com/google/auto/value/processor/AutoValueProcessor.class
AutoValueProcessor.java package com.google.auto.value.processor public com.google.auto.value.processor.AutoValueProcessor extends com.google.auto.value.processor.AutoValueishProcessor { static final String OMIT_IDENTIFIERS_OPTION private static final String OLD_MEMOIZE_EXTENSION private autovalue.shaded.com.google$.common.collect.$ImmutableList extensions private final ClassLoader loaderForExtensions public void <init> () void <init> (java.lang.ClassLoader) ClassLoader loaderForExtensions public void <init> (java.lang.Iterable) Iterable extensions static autovalue.shaded.com.google$.common.collect.$ImmutableList extensionsFromLoader (java.lang.ClassLoader) ClassLoader loader public synchronized void init (javax.annotation.processing.ProcessingEnvironment) String explain Throwable e javax.annotation.processing.ProcessingEnvironment processingEnv public autovalue.shaded.com.google$.common.collect.$ImmutableSet getSupportedOptions () com.google.auto.value.extension.AutoValueExtension extension autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder builder com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType incrementalType private static autovalue.shaded.com.google$.common.collect.$ImmutableSet optionsFor (com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType) com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType incrementalType static java.lang.String generatedSubclassName (javax.lang.model.element.TypeElement, int) javax.lang.model.element.TypeElement type int depth void processType (javax.lang.model.element.TypeElement) autovalue.shaded.com.google$.common.collect.$ImmutableSet toBuilderMethods autovalue.shaded.com.google$.common.collect.$ImmutableSet allAbstractMethods javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableSet methods autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods com.google.auto.value.processor.BuilderSpec builderSpec java.util.Optional builder autovalue.shaded.com.google$.common.collect.$ImmutableSet toBuilderMethods autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyMethodsAndTypes autovalue.shaded.com.google$.common.collect.$ImmutableMap properties com.google.auto.value.processor.ExtensionContext context autovalue.shaded.com.google$.common.collect.$ImmutableList applicableExtensions autovalue.shaded.com.google$.common.collect.$ImmutableSet consumedMethods autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyMethods boolean extensionsPresent String finalSubclass com.google.auto.value.processor.AutoValueTemplateVars vars com.google.auto.value.processor.GwtCompatibility gwtCompatibility int subclassDepth String subclass String text com.google.auto.value.processor.GwtSerialization gwtSerialization private int writeExtensions (javax.lang.model.element.TypeElement, com.google.auto.value.processor.ExtensionContext, autovalue.shaded.com.google$.common.collect.$ImmutableList) String parentFqName String parentSimpleName String classFqName String classSimpleName boolean isFinal String source com.google.auto.value.extension.AutoValueExtension extension javax.lang.model.element.TypeElement type com.google.auto.value.processor.ExtensionContext context autovalue.shaded.com.google$.common.collect.$ImmutableList applicableExtensions int writtenSoFar private autovalue.shaded.com.google$.common.collect.$ImmutableList applicableExtensions (javax.lang.model.element.TypeElement, com.google.auto.value.processor.ExtensionContext) com.google.auto.value.extension.AutoValueExtension extension javax.lang.model.element.TypeElement type com.google.auto.value.processor.ExtensionContext context java.util.List applicableExtensions java.util.List finalExtensions private autovalue.shaded.com.google$.common.collect.$ImmutableSet methodsConsumedByExtensions (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableList, com.google.auto.value.processor.ExtensionContext, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableMap) javax.lang.model.element.ExecutableElement propertyMethod String consumedProperty javax.lang.model.element.ExecutableElement consumedMethod javax.lang.model.element.ExecutableElement repeat java.util.Set consumedHere com.google.auto.value.extension.AutoValueExtension extension javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableList applicableExtensions com.google.auto.value.processor.ExtensionContext context autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods autovalue.shaded.com.google$.common.collect.$ImmutableMap properties java.util.Set consumed private void validateMethods (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableSet, boolean) String extensionMessage javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableSet abstractMethods autovalue.shaded.com.google$.common.collect.$ImmutableSet toBuilderMethods autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyMethods boolean extensionsPresent private java.lang.String extensionName (com.google.auto.value.extension.AutoValueExtension) com.google.auto.value.extension.AutoValueExtension extension private void defineVarsForType (javax.lang.model.element.TypeElement, com.google.auto.value.processor.AutoValueTemplateVars, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableMap, java.util.Optional) javax.lang.model.element.TypeElement type com.google.auto.value.processor.AutoValueTemplateVars vars autovalue.shaded.com.google$.common.collect.$ImmutableSet toBuilderMethods autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyMethodsAndTypes java.util.Optional maybeBuilder autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyMethods autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap annotatedPropertyFields autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap annotatedPropertyMethods java.util.Optional nullableAnnotationForMethod (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement propertyMethod static autovalue.shaded.com.google$.common.collect.$ImmutableSet prefixedGettersIn (java.lang.Iterable) String name boolean get boolean is javax.lang.model.element.ExecutableElement method Iterable methods autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder getters private boolean ancestorIsAutoValue (javax.lang.model.element.TypeElement) javax.lang.model.type.TypeMirror parentMirror javax.lang.model.element.TypeElement parentElement javax.lang.model.element.TypeElement type private boolean implementsAnnotation (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type private javax.lang.model.type.TypeMirror getTypeMirror (java.lang.Class) Class c private static autovalue.shaded.com.google$.common.collect.$ImmutableSet immutableSetDifference (autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableSet) autovalue.shaded.com.google$.common.collect.$ImmutableSet a autovalue.shaded.com.google$.common.collect.$ImmutableSet b public volatile synthetic java.util.Set getSupportedOptions () private synthetic void lambda$defineVarsForType$2 (autovalue.shaded.com.google$.common.collect.$ImmutableSet, com.google.auto.value.processor.AutoValueTemplateVars, com.google.auto.value.processor.BuilderSpec$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableSet propertyMethods com.google.auto.value.processor.AutoValueTemplateVars vars com.google.auto.value.processor.BuilderSpec$Builder builder autovalue.shaded.com.google$.common.collect.$ImmutableBiMap methodToPropertyName private synthetic com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType lambda$getSupportedOptions$1 (com.google.auto.value.extension.AutoValueExtension) com.google.auto.value.extension.AutoValueExtension e private static synthetic boolean lambda$extensionsFromLoader$0 (com.google.auto.value.extension.AutoValueExtension) com.google.auto.value.extension.AutoValueExtension ext }
com/google/auto/value/processor/builder.vm
com/google/auto/value/processor/AutoOneOfTemplateVars.class
AutoOneOfTemplateVars.java package com.google.auto.value.processor com.google.auto.value.processor.AutoOneOfTemplateVars extends com.google.auto.value.processor.AutoValueishTemplateVars { autovalue.shaded.com.google$.common.collect.$ImmutableSet props String generatedClass String kindType String kindGetter java.util.Map propertyToKind Boolean serializable private static final autovalue.shaded.com.google$.escapevelocity.$Template TEMPLATE void <init> () autovalue.shaded.com.google$.escapevelocity.$Template parsedTemplate () static void <clinit> () }
com/google/auto/value/processor/equalshashcode.vm
com/google/auto/value/processor/BuilderMethodClassifier.class
BuilderMethodClassifier.java package com.google.auto.value.processor abstract com.google.auto.value.processor.BuilderMethodClassifier extends java.lang.Object { private static final autovalue.shaded.com.google$.common.base.$Equivalence TYPE_EQUIVALENCE private final com.google.auto.value.processor.ErrorReporter errorReporter private final javax.lang.model.util.Types typeUtils private final javax.lang.model.util.Elements elementUtils private final javax.lang.model.type.TypeMirror builtType private final javax.lang.model.element.TypeElement builderType private final autovalue.shaded.com.google$.common.collect.$ImmutableMap rewrittenPropertyTypes private final java.util.Set buildMethods private final java.util.Map builderGetters private final java.util.Map propertyNameToPropertyBuilder private final autovalue.shaded.com.google$.common.collect.$Multimap propertyNameToPrefixedSetters private final autovalue.shaded.com.google$.common.collect.$Multimap propertyNameToUnprefixedSetters private final com.google.auto.value.processor.EclipseHack eclipseHack private boolean settersPrefixed void <init> (com.google.auto.value.processor.ErrorReporter, javax.annotation.processing.ProcessingEnvironment, javax.lang.model.type.TypeMirror, javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$ImmutableMap) com.google.auto.value.processor.ErrorReporter errorReporter javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.type.TypeMirror builtType javax.lang.model.element.TypeElement builderType autovalue.shaded.com.google$.common.collect.$ImmutableMap rewrittenPropertyTypes autovalue.shaded.com.google$.common.collect.$ImmutableMultimap propertyNameToSetters () java.util.Map propertyNameToPropertyBuilder () autovalue.shaded.com.google$.common.collect.$ImmutableMap builderGetters () java.util.Set buildMethods () boolean classifyMethods (java.lang.Iterable, boolean) javax.lang.model.element.ExecutableElement method autovalue.shaded.com.google$.common.collect.$Multimap propertyNameToSetter autovalue.shaded.com.google$.common.collect.$Multimap propertyNameToSetter boolean canMakeBarBuilder boolean needToMakeBarBuilder String setterName javax.lang.model.type.TypeMirror propertyType boolean hasSetter com.google.auto.value.processor.PropertyBuilderClassifier$PropertyBuilder propertyBuilder boolean hasBuilder String property Iterable methods boolean autoValueHasToBuilder int startErrorCount autovalue.shaded.com.google$.common.collect.$Multimap propertyNameToSetter private void classifyMethod (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private void classifyMethodNoArgs (javax.lang.model.element.ExecutableElement) com.google.auto.value.processor.PropertyBuilderClassifier propertyBuilderClassifier java.util.Optional propertyBuilder String property javax.lang.model.element.ExecutableElement method java.util.Optional getterProperty String methodName javax.lang.model.type.TypeMirror returnType private void classifyGetter (javax.lang.model.element.ExecutableElement, java.lang.String) javax.lang.model.type.TypeMirror containedType javax.lang.model.type.TypeMirror boxedOriginalType javax.lang.model.element.ExecutableElement builderGetter String propertyName javax.lang.model.type.TypeMirror originalGetterType javax.lang.model.type.TypeMirror builderGetterType String builderGetterTypeString com.google.auto.value.processor.Optionalish optional private void classifyMethodOneArg (javax.lang.model.element.ExecutableElement) java.util.Map$Entry entry javax.lang.model.type.TypeMirror parameterType javax.lang.model.type.DeclaredType builderTypeMirror javax.lang.model.type.ExecutableType methodMirror javax.lang.model.element.ExecutableElement method String methodName autovalue.shaded.com.google$.common.collect.$ImmutableMap propertyElements String propertyName javax.lang.model.element.Element propertyElement autovalue.shaded.com.google$.common.collect.$Multimap propertyNameToSetters java.util.Optional function private boolean classifyPropertyBuilderOneArg (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method String methodName String property com.google.auto.value.processor.PropertyBuilderClassifier propertyBuilderClassifier java.util.Optional maybePropertyBuilder private java.util.Optional getSetterFunction (javax.lang.model.element.Element, javax.lang.model.element.ExecutableElement) boolean nullableProperty javax.lang.model.element.Element propertyElement javax.lang.model.element.ExecutableElement setter javax.lang.model.element.VariableElement parameterElement boolean nullableParameter String property javax.lang.model.type.TypeMirror targetType javax.lang.model.type.ExecutableType finalSetter javax.lang.model.type.TypeMirror parameterType autovalue.shaded.com.google$.common.collect.$ImmutableList copyOfMethods private java.util.Optional getConvertingSetterFunction (autovalue.shaded.com.google$.common.collect.$ImmutableList, javax.lang.model.element.Element, javax.lang.model.element.ExecutableElement, javax.lang.model.type.TypeMirror) java.util.Optional function javax.lang.model.element.ExecutableElement copyOfMethod autovalue.shaded.com.google$.common.collect.$ImmutableList copyOfMethods javax.lang.model.element.Element propertyElement javax.lang.model.element.ExecutableElement setter javax.lang.model.type.TypeMirror parameterType String property javax.lang.model.type.DeclaredType targetType String targetTypeSimpleName private java.util.Optional getConvertingSetterFunction (javax.lang.model.element.ExecutableElement, javax.lang.model.type.DeclaredType, javax.lang.model.type.TypeMirror) String method java.util.function.Function callMethod com.google.auto.value.processor.BuilderSpec$Copier copier javax.lang.model.element.ExecutableElement copyOfMethod javax.lang.model.type.DeclaredType targetType javax.lang.model.type.TypeMirror parameterType private autovalue.shaded.com.google$.common.collect.$ImmutableList copyOfMethods (javax.lang.model.type.TypeMirror, boolean) autovalue.shaded.com.google$.common.collect.$ImmutableSet copyOfNames javax.lang.model.element.ExecutableElement method String copyOfName javax.lang.model.type.TypeMirror targetType boolean nullableParameter autovalue.shaded.com.google$.common.collect.$ImmutableSet copyOfNames com.google.auto.value.processor.Optionalish optionalish javax.lang.model.element.TypeElement targetTypeElement autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder copyOfMethods javax.lang.model.type.TypeMirror builderMethodReturnType (javax.lang.model.element.ExecutableElement) javax.lang.model.type.TypeMirror methodMirror IllegalArgumentException e javax.lang.model.element.ExecutableElement builderMethod javax.lang.model.type.DeclaredType builderTypeMirror javax.lang.model.type.TypeMirror methodMirror private static java.lang.String prefixWithSet (java.lang.String) String propertyName private boolean propertyIsNullable (java.lang.String) String property javax.lang.model.element.Element propertyElement abstract autovalue.shaded.com.google$.common.collect.$ImmutableBiMap propertyElements () abstract javax.lang.model.type.TypeMirror originalPropertyType (javax.lang.model.element.Element) abstract java.lang.String propertyString (javax.lang.model.element.Element) abstract java.util.Optional propertyForBuilderGetter (javax.lang.model.element.ExecutableElement) abstract void checkForFailedJavaBean (javax.lang.model.element.ExecutableElement) abstract java.lang.String autoWhat () abstract java.lang.String getterMustMatch () abstract java.lang.String fooBuilderMustMatch () private static synthetic boolean lambda$propertyIsNullable$4 (javax.lang.model.element.Name) javax.lang.model.element.Name n private static synthetic javax.lang.model.element.Name lambda$propertyIsNullable$3 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic java.util.stream.Stream lambda$propertyIsNullable$2 (javax.lang.model.AnnotatedConstruct) javax.lang.model.AnnotatedConstruct ac private static synthetic java.lang.String lambda$getConvertingSetterFunction$1 (java.lang.String, java.lang.String) String method String s private synthetic void lambda$classifyPropertyBuilderOneArg$0 (java.lang.String, com.google.auto.value.processor.PropertyBuilderClassifier$PropertyBuilder) String property com.google.auto.value.processor.PropertyBuilderClassifier$PropertyBuilder propertyBuilder static void <clinit> () }
com/google/auto/value/processor/AutoBuilderProcessor$1.class
AutoBuilderProcessor.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.AutoBuilderProcessor$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$common$Visibility static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/auto/value/processor/autooneof.vm
com/google/auto/value/processor/autoannotation.vm
com/google/auto/value/processor/SimpleServiceLoader.class
SimpleServiceLoader.java package com.google.auto.value.processor public final com.google.auto.value.processor.SimpleServiceLoader extends java.lang.Object { private void <init> () public static autovalue.shaded.com.google$.common.collect.$ImmutableList load (java.lang.Class, java.lang.ClassLoader) Class service ClassLoader loader public static autovalue.shaded.com.google$.common.collect.$ImmutableList load (java.lang.Class, java.lang.ClassLoader, java.util.Optional) java.util.List resourceUrls java.io.IOException e java.io.IOException e java.net.URL resourceUrl Object provider ReflectiveOperationException e Class providerClass Class service ClassLoader loader java.util.Optional allowedMissingClasses String resourceName java.util.List resourceUrls autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder providerClasses autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder providers private static autovalue.shaded.com.google$.common.collect.$ImmutableSet providerClassesFromUrl (java.net.URL, java.lang.Class, java.lang.ClassLoader, java.util.Optional) throws java.io.IOException java.util.List lines java.io.BufferedReader reader java.util.List lines java.io.InputStream in Class c ClassNotFoundException e Class c String className java.net.URL resourceUrl Class service ClassLoader loader java.util.Optional allowedMissingClasses autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder providerClasses java.net.URLConnection urlConnection java.util.List lines java.util.List classNames private static java.util.Optional parseClassName (java.lang.String) String line int hash }
com/google/auto/value/processor/TypeEncoder$RawEncodingTypeVisitor.class
TypeEncoder.java package com.google.auto.value.processor com.google.auto.value.processor.TypeEncoder$RawEncodingTypeVisitor extends com.google.auto.value.processor.TypeEncoder$EncodingTypeVisitor { private void <init> () void appendTypeArguments (javax.lang.model.type.DeclaredType, java.lang.StringBuilder) javax.lang.model.type.DeclaredType type StringBuilder sb synthetic void <init> (com.google.auto.value.processor.TypeEncoder$1) com.google.auto.value.processor.TypeEncoder$1 x0 }
com/google/auto/value/processor/TemplateVars.class
TemplateVars.java package com.google.auto.value.processor abstract com.google.auto.value.processor.TemplateVars extends java.lang.Object { private final autovalue.shaded.com.google$.common.collect.$ImmutableList fields abstract autovalue.shaded.com.google$.escapevelocity.$Template parsedTemplate () void <init> () private static autovalue.shaded.com.google$.common.collect.$ImmutableList getFields (java.lang.Class) Class c autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder fieldsBuilder private static void addFields (autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder, java.lang.reflect.Field[]) java.lang.reflect.Field field autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder fieldsBuilder java.lang.reflect.Field[] declaredFields java.lang.String toText () java.util.Map vars private autovalue.shaded.com.google$.common.collect.$ImmutableMap toVars () Object value Object old java.lang.reflect.Field field java.util.Map vars public java.lang.String toString () static autovalue.shaded.com.google$.escapevelocity.$Template parsedTemplateForResource (java.lang.String) java.io.UnsupportedEncodingException e Exception e String resourceName private static autovalue.shaded.com.google$.escapevelocity.$Template retryParseAfterException (java.lang.String, java.lang.Exception) java.io.IOException t String resourceName Exception exception private static java.io.Reader readerFromResource (java.lang.String) String resourceName java.io.InputStream in private static java.io.Reader readerFromUrl (java.lang.String) throws java.io.IOException java.io.InputStream in java.io.InputStream in java.io.InputStream in java.net.URISyntaxException e String resourceName java.net.URL resourceUrl java.io.InputStream in private static java.io.InputStream inputStreamFromJar (java.net.URL) throws java.net.URISyntaxException java.io.IOException java.net.URL resourceUrl String resourceUrlString int bang String entryName java.net.URI jarUri java.util.jar.JarFile jar java.util.jar.JarEntry entry java.io.InputStream in private static java.io.InputStream inputStreamFromFile (java.net.URL) throws java.io.IOException java.net.URISyntaxException java.net.URL resourceUrl java.io.File resourceFile private static java.lang.Object fieldValue (java.lang.reflect.Field, java.lang.Object) IllegalAccessException e java.lang.reflect.Field field Object container private static boolean isStaticFinal (java.lang.reflect.Field) java.lang.reflect.Field field int modifiers }
com/google/auto/value/processor/MissingTypes$MissingTypeException.class
MissingTypes.java package com.google.auto.value.processor com.google.auto.value.processor.MissingTypes$MissingTypeException extends java.lang.RuntimeException { void <init> (javax.lang.model.type.ErrorType) javax.lang.model.type.ErrorType missingType }
com/google/auto/value/processor/BuilderMethodClassifierForAutoBuilder$1.class
BuilderMethodClassifierForAutoBuilder.java package com.google.auto.value.processor synthetic com.google.auto.value.processor.BuilderMethodClassifierForAutoBuilder$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/auto/value/extension/
com/google/auto/value/extension/AutoValueExtension$IncrementalExtensionType.class
AutoValueExtension.java package com.google.auto.value.extension public final enum com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType extends java.lang.Enum { public static final enum com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType UNKNOWN public static final enum com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType AGGREGATING public static final enum com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType ISOLATING private static final synthetic com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType[] $VALUES public static com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType[] values () public static com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/auto/value/extension/serializable/
com/google/auto/value/extension/serializable/processor/
com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtension$ProxyGenerator.class
SerializableAutoValueExtension.java package com.google.auto.value.extension.serializable.processor final com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension$ProxyGenerator extends java.lang.Object { private static final String PROXY_CLASS_NAME private final autovalue.shaded.com.squareup.javapoet$.$TypeName outerClassTypeName private final autovalue.shaded.com.google$.common.collect.$ImmutableList typeVariableNames private final autovalue.shaded.com.google$.common.collect.$ImmutableList propertyMirrors private final autovalue.shaded.com.google$.common.collect.$ImmutableMap serializersMap void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName, autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.squareup.javapoet$.$TypeName outerClassTypeName autovalue.shaded.com.google$.common.collect.$ImmutableList typeVariableNames autovalue.shaded.com.google$.common.collect.$ImmutableList propertyMirrors autovalue.shaded.com.google$.common.collect.$ImmutableMap serializersMap private autovalue.shaded.com.squareup.javapoet$.$TypeSpec generate () autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder proxy private static autovalue.shaded.com.squareup.javapoet$.$FieldSpec serialVersionUid () private java.util.List properties () private autovalue.shaded.com.squareup.javapoet$.$MethodSpec constructor () com.google.auto.value.extension.serializable.serializer.interfaces.Serializer serializer String name com.google.auto.value.extension.serializable.processor.PropertyMirror propertyMirror autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder constructor private autovalue.shaded.com.squareup.javapoet$.$MethodSpec readResolve () private autovalue.shaded.com.squareup.javapoet$.$CodeBlock resolve (com.google.auto.value.extension.serializable.processor.PropertyMirror) com.google.auto.value.extension.serializable.processor.PropertyMirror propertyMirror private synthetic autovalue.shaded.com.squareup.javapoet$.$FieldSpec lambda$properties$0 (com.google.auto.value.extension.serializable.processor.PropertyMirror) com.google.auto.value.extension.serializable.processor.PropertyMirror propertyMirror static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeSpec access$100 (com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension$ProxyGenerator) com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension$ProxyGenerator x0 }
com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtension.class
SerializableAutoValueExtension.java package com.google.auto.value.extension.serializable.processor public final com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension extends com.google.auto.value.extension.AutoValueExtension { public void <init> () public boolean applicable (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType incrementalType (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnvironment public java.lang.String generateClass (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) com.google.auto.value.extension.AutoValueExtension$Context context String className String classToExtend boolean isFinal private static boolean hasSerializableInterface (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context javax.lang.model.type.TypeMirror serializableTypeMirror private static boolean hasSerializableAutoValueAnnotation (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context private static synthetic boolean lambda$hasSerializableAutoValueAnnotation$0 (javax.lang.model.element.Name) javax.lang.model.element.Name name }
com/google/auto/value/extension/serializable/processor/PropertyMirror.class
PropertyMirror.java package com.google.auto.value.extension.serializable.processor final com.google.auto.value.extension.serializable.processor.PropertyMirror extends java.lang.Object { private final javax.lang.model.type.TypeMirror type private final String name private final String method void <init> (javax.lang.model.type.TypeMirror, java.lang.String, java.lang.String) javax.lang.model.type.TypeMirror type String name String method javax.lang.model.type.TypeMirror getType () java.lang.String getName () java.lang.String getMethod () }
com/google/auto/value/extension/serializable/processor/ClassNames.class
ClassNames.java package com.google.auto.value.extension.serializable.processor final com.google.auto.value.extension.serializable.processor.ClassNames extends java.lang.Object { static final String SERIALIZABLE_AUTO_VALUE_NAME private void <init> () }
com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtension$Generator.class
SerializableAutoValueExtension.java package com.google.auto.value.extension.serializable.processor final com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension$Generator extends java.lang.Object { private final com.google.auto.value.extension.AutoValueExtension$Context context private final String className private final String classToExtend private final boolean isFinal private final autovalue.shaded.com.google$.common.collect.$ImmutableList propertyMirrors private final autovalue.shaded.com.google$.common.collect.$ImmutableList typeVariableNames private final com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension$ProxyGenerator proxyGenerator void <init> (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) com.google.auto.value.extension.AutoValueExtension$Context context String className String classToExtend boolean isFinal autovalue.shaded.com.squareup.javapoet$.$TypeName classTypeName private java.lang.String generate () autovalue.shaded.com.squareup.javapoet$.$ClassName superclass java.util.Optional generatedAnnotationSpec autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder subclass private autovalue.shaded.com.squareup.javapoet$.$MethodSpec constructor () com.google.auto.value.extension.serializable.processor.PropertyMirror propertyMirror autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder constructor private autovalue.shaded.com.squareup.javapoet$.$MethodSpec writeReplace () autovalue.shaded.com.google$.common.collect.$ImmutableList properties private autovalue.shaded.com.google$.common.collect.$ImmutableMap buildSerializersMap () com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory private static autovalue.shaded.com.squareup.javapoet$.$TypeName getClassTypeName (autovalue.shaded.com.squareup.javapoet$.$ClassName, java.util.List) autovalue.shaded.com.squareup.javapoet$.$ClassName className java.util.List typeVariableNames private static synthetic com.google.auto.value.extension.serializable.serializer.interfaces.Serializer lambda$buildSerializersMap$2 (com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory, autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper) com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper equivalence private static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$writeReplace$1 (com.google.auto.value.extension.serializable.processor.PropertyMirror) com.google.auto.value.extension.serializable.processor.PropertyMirror propertyMirror private static synthetic com.google.auto.value.extension.serializable.processor.PropertyMirror lambda$new$0 (com.google.auto.value.extension.AutoValueExtension$Context, java.util.Map$Entry) com.google.auto.value.extension.AutoValueExtension$Context context java.util.Map$Entry entry static synthetic java.lang.String access$000 (com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension$Generator) com.google.auto.value.extension.serializable.processor.SerializableAutoValueExtension$Generator x0 }
com/google/auto/value/extension/serializable/serializer/
com/google/auto/value/extension/serializable/serializer/impl/
com/google/auto/value/extension/serializable/serializer/impl/SerializerFactoryImpl.class
SerializerFactoryImpl.java package com.google.auto.value.extension.serializable.serializer.impl public final com.google.auto.value.extension.serializable.serializer.impl.SerializerFactoryImpl extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory { private final autovalue.shaded.com.google$.common.collect.$ImmutableList extensions private final javax.annotation.processing.ProcessingEnvironment env private final java.util.concurrent.atomic.AtomicInteger idCount public void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, javax.annotation.processing.ProcessingEnvironment) autovalue.shaded.com.google$.common.collect.$ImmutableList extensions javax.annotation.processing.ProcessingEnvironment env public com.google.auto.value.extension.serializable.serializer.interfaces.Serializer getSerializer (javax.lang.model.type.TypeMirror) java.util.Optional serializer com.google.auto.value.extension.serializable.serializer.interfaces.SerializerExtension extension javax.lang.model.type.TypeMirror typeMirror public autovalue.shaded.com.squareup.javapoet$.$CodeBlock newIdentifier (java.lang.String) String prefix }
com/google/auto/value/extension/serializable/serializer/impl/IdentitySerializerFactory$IdentitySerializer.class
IdentitySerializerFactory.java package com.google.auto.value.extension.serializable.serializer.impl com.google.auto.value.extension.serializable.serializer.impl.IdentitySerializerFactory$IdentitySerializer extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.Serializer { private final javax.lang.model.type.TypeMirror typeMirror void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror public javax.lang.model.type.TypeMirror proxyFieldType () public autovalue.shaded.com.squareup.javapoet$.$CodeBlock toProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression public autovalue.shaded.com.squareup.javapoet$.$CodeBlock fromProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression public boolean isIdentity () }
com/google/auto/value/extension/serializable/serializer/impl/ImmutableListSerializerExtension.class
ImmutableListSerializerExtension.java package com.google.auto.value.extension.serializable.serializer.impl public final com.google.auto.value.extension.serializable.serializer.impl.ImmutableListSerializerExtension extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.SerializerExtension { public void <init> () public java.util.Optional getSerializer (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror typeMirror com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.type.TypeMirror containedType com.google.auto.value.extension.serializable.serializer.interfaces.Serializer containedTypeSerializer private static boolean isImmutableList (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static javax.lang.model.type.TypeMirror getContainedType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type }
com/google/auto/value/extension/serializable/serializer/impl/OptionalSerializerExtension$OptionalSerializer.class
OptionalSerializerExtension.java package com.google.auto.value.extension.serializable.serializer.impl com.google.auto.value.extension.serializable.serializer.impl.OptionalSerializerExtension$OptionalSerializer extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.Serializer { private final com.google.auto.value.extension.serializable.serializer.interfaces.Serializer containedTypeSerializer void <init> (com.google.auto.value.extension.serializable.serializer.interfaces.Serializer) com.google.auto.value.extension.serializable.serializer.interfaces.Serializer containedTypeSerializer public javax.lang.model.type.TypeMirror proxyFieldType () public autovalue.shaded.com.squareup.javapoet$.$CodeBlock toProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression public autovalue.shaded.com.squareup.javapoet$.$CodeBlock fromProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression }
com/google/auto/value/extension/serializable/serializer/impl/ImmutableMapSerializerExtension$ImmutableMapSerializer.class
ImmutableMapSerializerExtension.java package com.google.auto.value.extension.serializable.serializer.impl com.google.auto.value.extension.serializable.serializer.impl.ImmutableMapSerializerExtension$ImmutableMapSerializer extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.Serializer { private final javax.lang.model.type.TypeMirror keyType private final javax.lang.model.type.TypeMirror valueType private final javax.lang.model.type.TypeMirror keyProxyType private final javax.lang.model.type.TypeMirror valueProxyType private final com.google.auto.value.extension.serializable.serializer.interfaces.Serializer keyTypeSerializer private final com.google.auto.value.extension.serializable.serializer.interfaces.Serializer valueTypeSerializer private final com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory private final javax.annotation.processing.ProcessingEnvironment processingEnv void <init> (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, com.google.auto.value.extension.serializable.serializer.interfaces.Serializer, com.google.auto.value.extension.serializable.serializer.interfaces.Serializer, com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType com.google.auto.value.extension.serializable.serializer.interfaces.Serializer keyTypeSerializer com.google.auto.value.extension.serializable.serializer.interfaces.Serializer valueTypeSerializer com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory javax.annotation.processing.ProcessingEnvironment processingEnv public javax.lang.model.type.TypeMirror proxyFieldType () javax.lang.model.element.TypeElement immutableMapTypeElement public autovalue.shaded.com.squareup.javapoet$.$CodeBlock toProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression public autovalue.shaded.com.squareup.javapoet$.$CodeBlock fromProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression private autovalue.shaded.com.squareup.javapoet$.$CodeBlock generateKeyMapFunction (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, java.util.function.Function) javax.lang.model.type.TypeMirror originalType javax.lang.model.type.TypeMirror transformedType java.util.function.Function proxyMap autovalue.shaded.com.squareup.javapoet$.$CodeBlock element autovalue.shaded.com.squareup.javapoet$.$CodeBlock value private autovalue.shaded.com.squareup.javapoet$.$CodeBlock generateValueMapFunction (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, java.util.function.Function) javax.lang.model.type.TypeMirror originalType javax.lang.model.type.TypeMirror transformedType java.util.function.Function proxyMap autovalue.shaded.com.squareup.javapoet$.$CodeBlock element autovalue.shaded.com.squareup.javapoet$.$CodeBlock value }
com/google/auto/value/extension/serializable/serializer/impl/IdentitySerializerFactory.class
IdentitySerializerFactory.java package com.google.auto.value.extension.serializable.serializer.impl public final com.google.auto.value.extension.serializable.serializer.impl.IdentitySerializerFactory extends java.lang.Object { public static com.google.auto.value.extension.serializable.serializer.interfaces.Serializer getSerializer (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror private void <init> () }
com/google/auto/value/extension/serializable/serializer/impl/ImmutableListSerializerExtension$ImmutableListSerializer.class
ImmutableListSerializerExtension.java package com.google.auto.value.extension.serializable.serializer.impl com.google.auto.value.extension.serializable.serializer.impl.ImmutableListSerializerExtension$ImmutableListSerializer extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.Serializer { private final com.google.auto.value.extension.serializable.serializer.interfaces.Serializer containedTypeSerializer private final com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory private final javax.annotation.processing.ProcessingEnvironment processingEnv void <init> (com.google.auto.value.extension.serializable.serializer.interfaces.Serializer, com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory, javax.annotation.processing.ProcessingEnvironment) com.google.auto.value.extension.serializable.serializer.interfaces.Serializer containedTypeSerializer com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory javax.annotation.processing.ProcessingEnvironment processingEnv public javax.lang.model.type.TypeMirror proxyFieldType () javax.lang.model.element.TypeElement immutableListTypeElement javax.lang.model.type.TypeMirror containedProxyType public autovalue.shaded.com.squareup.javapoet$.$CodeBlock toProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression autovalue.shaded.com.squareup.javapoet$.$CodeBlock element public autovalue.shaded.com.squareup.javapoet$.$CodeBlock fromProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock expression autovalue.shaded.com.squareup.javapoet$.$CodeBlock element }
com/google/auto/value/extension/serializable/serializer/impl/OptionalSerializerExtension.class
OptionalSerializerExtension.java package com.google.auto.value.extension.serializable.serializer.impl public final com.google.auto.value.extension.serializable.serializer.impl.OptionalSerializerExtension extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.SerializerExtension { public void <init> () public java.util.Optional getSerializer (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror typeMirror com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.type.TypeMirror containedType com.google.auto.value.extension.serializable.serializer.interfaces.Serializer containedTypeSerializer private static boolean isOptional (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static javax.lang.model.type.TypeMirror getContainedType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type }
com/google/auto/value/extension/serializable/serializer/impl/ImmutableMapSerializerExtension.class
ImmutableMapSerializerExtension.java package com.google.auto.value.extension.serializable.serializer.impl public final com.google.auto.value.extension.serializable.serializer.impl.ImmutableMapSerializerExtension extends java.lang.Object implements com.google.auto.value.extension.serializable.serializer.interfaces.SerializerExtension { public void <init> () public java.util.Optional getSerializer (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror typeMirror com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory factory javax.annotation.processing.ProcessingEnvironment processingEnv javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType com.google.auto.value.extension.serializable.serializer.interfaces.Serializer keyTypeSerializer com.google.auto.value.extension.serializable.serializer.interfaces.Serializer valueTypeSerializer private static boolean isImmutableMap (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static javax.lang.model.type.TypeMirror getKeyType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static javax.lang.model.type.TypeMirror getValueType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type }
com/google/auto/value/extension/serializable/serializer/runtime/
com/google/auto/value/extension/serializable/serializer/runtime/FunctionWithExceptions.class
FunctionWithExceptions.java package com.google.auto.value.extension.serializable.serializer.runtime public final com.google.auto.value.extension.serializable.serializer.runtime.FunctionWithExceptions extends java.lang.Object { public static java.util.function.Function wrapper (com.google.auto.value.extension.serializable.serializer.runtime.FunctionWithExceptions$FunctionWithException) com.google.auto.value.extension.serializable.serializer.runtime.FunctionWithExceptions$FunctionWithException fe private void <init> () private static synthetic java.lang.Object lambda$wrapper$0 (com.google.auto.value.extension.serializable.serializer.runtime.FunctionWithExceptions$FunctionWithException, java.lang.Object) Exception e com.google.auto.value.extension.serializable.serializer.runtime.FunctionWithExceptions$FunctionWithException fe Object arg }
com/google/auto/value/extension/serializable/serializer/runtime/FunctionWithExceptions$FunctionWithException.class
FunctionWithExceptions.java package com.google.auto.value.extension.serializable.serializer.runtime public abstract com.google.auto.value.extension.serializable.serializer.runtime.FunctionWithExceptions$FunctionWithException extends java.lang.Object { public abstract java.lang.Object apply (java.lang.Object) throws java.lang.Exception }
com/google/auto/value/extension/serializable/serializer/SerializerFactoryLoader.class
SerializerFactoryLoader.java package com.google.auto.value.extension.serializable.serializer public final com.google.auto.value.extension.serializable.serializer.SerializerFactoryLoader extends java.lang.Object { public static com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory getFactory (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv private static autovalue.shaded.com.google$.common.collect.$ImmutableList loadExtensions (javax.annotation.processing.ProcessingEnvironment) Throwable t javax.annotation.processing.ProcessingEnvironment processingEnv String allowedMissingClasses java.util.Optional allowedMissingClassesPattern private void <init> () }
com/google/auto/value/extension/serializable/serializer/interfaces/
com/google/auto/value/extension/serializable/serializer/interfaces/SerializerFactory.class
SerializerFactory.java package com.google.auto.value.extension.serializable.serializer.interfaces public abstract com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory extends java.lang.Object { public abstract com.google.auto.value.extension.serializable.serializer.interfaces.Serializer getSerializer (javax.lang.model.type.TypeMirror) public autovalue.shaded.com.squareup.javapoet$.$CodeBlock newIdentifier (java.lang.String) String prefix }
com/google/auto/value/extension/serializable/serializer/interfaces/SerializerExtension.class
SerializerExtension.java package com.google.auto.value.extension.serializable.serializer.interfaces public abstract com.google.auto.value.extension.serializable.serializer.interfaces.SerializerExtension extends java.lang.Object { public abstract java.util.Optional getSerializer (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.serializable.serializer.interfaces.SerializerFactory, javax.annotation.processing.ProcessingEnvironment) }
com/google/auto/value/extension/serializable/serializer/interfaces/Serializer.class
Serializer.java package com.google.auto.value.extension.serializable.serializer.interfaces public abstract com.google.auto.value.extension.serializable.serializer.interfaces.Serializer extends java.lang.Object { public abstract javax.lang.model.type.TypeMirror proxyFieldType () public abstract autovalue.shaded.com.squareup.javapoet$.$CodeBlock toProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) public abstract autovalue.shaded.com.squareup.javapoet$.$CodeBlock fromProxy (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) public boolean isIdentity () }
com/google/auto/value/extension/memoized/
com/google/auto/value/extension/memoized/processor/
com/google/auto/value/extension/memoized/processor/MemoizeExtension.class
MemoizeExtension.java package com.google.auto.value.extension.memoized.processor public final com.google.auto.value.extension.memoized.processor.MemoizeExtension extends com.google.auto.value.extension.AutoValueExtension { private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet DO_NOT_PULL_DOWN_ANNOTATIONS private static final String AUTO_VALUE_PACKAGE_NAME private static final String AUTO_VALUE_NAME private static final String COPY_ANNOTATIONS_NAME private static final autovalue.shaded.com.squareup.javapoet$.$ClassName LAZY_INIT private static final autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec SUPPRESS_WARNINGS public void <init> () public com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType incrementalType (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnvironment public boolean applicable (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public java.lang.String generateClass (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) com.google.auto.value.extension.AutoValueExtension$Context context String className String classToExtend boolean isFinal private static autovalue.shaded.com.google$.common.collect.$ImmutableSet memoizedMethods (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context private static java.util.Optional getLazyInitAnnotation (javax.lang.model.util.Elements) javax.lang.model.util.Elements elements private static boolean containsNullable (java.util.List) java.util.List annotations private static autovalue.shaded.com.squareup.javapoet$.$TypeName annotatedType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type java.util.List annotations private static synthetic boolean lambda$containsNullable$2 (javax.lang.model.element.Name) javax.lang.model.element.Name n private static synthetic javax.lang.model.element.Name lambda$containsNullable$1 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic boolean lambda$memoizedMethods$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement m static synthetic java.util.Optional access$000 (javax.lang.model.util.Elements) javax.lang.model.util.Elements x0 static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet access$100 (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$200 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror x0 static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet access$700 () static synthetic autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec access$900 () static synthetic boolean access$1100 (java.util.List) java.util.List x0 static void <clinit> () }
com/google/auto/value/extension/memoized/processor/MemoizeExtension$Generator.class
MemoizeExtension.java package com.google.auto.value.extension.memoized.processor final com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator extends java.lang.Object { private final com.google.auto.value.extension.AutoValueExtension$Context context private final String className private final String classToExtend private final boolean isFinal private final javax.lang.model.util.Elements elements private final javax.lang.model.util.Types types private final javax.lang.model.SourceVersion sourceVersion private final javax.annotation.processing.Messager messager private final java.util.Optional lazyInitAnnotation private boolean hasErrors void <init> (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) com.google.auto.value.extension.AutoValueExtension$Context context String className String classToExtend boolean isFinal java.lang.String generate () com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider methodOverrider javax.lang.model.element.ExecutableElement method autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder generated private autovalue.shaded.com.squareup.javapoet$.$TypeName superType () autovalue.shaded.com.squareup.javapoet$.$ClassName superType autovalue.shaded.com.google$.common.collect.$ImmutableList typeVariableNames private autovalue.shaded.com.google$.common.collect.$ImmutableList typeVariableNames () private autovalue.shaded.com.google$.common.collect.$ImmutableList annotatedTypeVariableNames () private autovalue.shaded.com.squareup.javapoet$.$MethodSpec constructor () autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder constructor String superParams private boolean isHashCodeMemoized () private boolean isEqualsFinal () javax.lang.model.type.TypeMirror objectType javax.lang.model.element.ExecutableElement equals private autovalue.shaded.com.squareup.javapoet$.$MethodSpec equalsWithHashCodeCheck () private boolean isInAutoValuePackage (java.lang.String) String className private static java.lang.String getAnnotationFqName (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation private boolean annotationVisibleFrom (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.Element) javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element from javax.lang.model.element.Element annotationElement autovalue.shaded.com.google$.auto.common.$Visibility visibility private autovalue.shaded.com.google$.common.collect.$ImmutableList annotationsToCopy (javax.lang.model.element.Element, javax.lang.model.element.Element, java.util.Set) String annotationFqName javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element autoValueType javax.lang.model.element.Element typeOrMethod java.util.Set excludedAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder result private autovalue.shaded.com.google$.common.collect.$ImmutableList copyAnnotations (javax.lang.model.element.Element, javax.lang.model.element.Element, java.util.Set) javax.lang.model.element.Element autoValueType javax.lang.model.element.Element typeOrMethod java.util.Set excludedAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList annotationsToCopy private static boolean hasAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element element String annotationName private autovalue.shaded.com.google$.common.collect.$ImmutableSet getExcludedAnnotationTypes (javax.lang.model.element.Element) javax.lang.model.element.Element element java.util.Optional maybeAnnotation java.util.List excludedClasses private java.util.Set getExcludedAnnotationClassNames (javax.lang.model.element.Element) javax.lang.model.element.Element element private static java.util.Set getAnnotationsMarkedWithInherited (javax.lang.model.element.Element) javax.lang.model.element.Element element private autovalue.shaded.com.google$.common.collect.$ImmutableList copiedClassAnnotations (javax.lang.model.element.TypeElement) java.util.Set excludedAnnotations javax.lang.model.element.TypeElement type private static synthetic boolean lambda$getAnnotationsMarkedWithInherited$9 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic java.lang.String lambda$getExcludedAnnotationClassNames$8 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement typeElement private static synthetic autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper lambda$getExcludedAnnotationTypes$7 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue annotationValue private synthetic boolean lambda$isEqualsFinal$6 (javax.lang.model.type.TypeMirror, javax.lang.model.element.ExecutableElement) javax.lang.model.type.TypeMirror objectType javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$isEqualsFinal$5 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$isEqualsFinal$4 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$isHashCodeMemoized$3 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private static synthetic java.lang.String lambda$constructor$2 (java.lang.String) String n private static synthetic void lambda$constructor$1 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder, java.lang.String, javax.lang.model.type.TypeMirror) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder constructor String name javax.lang.model.type.TypeMirror type private static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeVariableName lambda$annotatedTypeVariableNames$0 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement p static synthetic boolean access$302 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator, boolean) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator x0 boolean x1 static synthetic javax.annotation.processing.Messager access$400 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator x0 static synthetic com.google.auto.value.extension.AutoValueExtension$Context access$500 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator x0 static synthetic javax.lang.model.util.Elements access$600 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator x0 static synthetic java.util.Optional access$800 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator x0 }
com/google/auto/value/extension/memoized/processor/MemoizeExtension$1.class
MemoizeExtension.java package com.google.auto.value.extension.memoized.processor synthetic com.google.auto.value.extension.memoized.processor.MemoizeExtension$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$common$Visibility static void <clinit> () }
com/google/auto/value/extension/memoized/processor/MemoizeExtension$Generator$MethodOverrider$NullMeansUninitialized.class
MemoizeExtension.java package com.google.auto.value.extension.memoized.processor final com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider$NullMeansUninitialized extends com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider$InitializationStrategy { final synthetic com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider this$1 private void <init> (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider) java.lang.Iterable additionalFields () autovalue.shaded.com.squareup.javapoet$.$CodeBlock checkMemoized () autovalue.shaded.com.squareup.javapoet$.$CodeBlock setMemoized () synthetic void <init> (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider, com.google.auto.value.extension.memoized.processor.MemoizeExtension$1) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider x0 com.google.auto.value.extension.memoized.processor.MemoizeExtension$1 x1 }
com/google/auto/value/extension/memoized/processor/MemoizeExtension$Generator$MethodOverrider$InitializationStrategy.class
MemoizeExtension.java package com.google.auto.value.extension.memoized.processor abstract com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider$InitializationStrategy extends java.lang.Object { final synthetic com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider this$1 private void <init> (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider) abstract java.lang.Iterable additionalFields () abstract autovalue.shaded.com.squareup.javapoet$.$CodeBlock checkMemoized () abstract autovalue.shaded.com.squareup.javapoet$.$CodeBlock setMemoized () synthetic void <init> (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider, com.google.auto.value.extension.memoized.processor.MemoizeExtension$1) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider x0 com.google.auto.value.extension.memoized.processor.MemoizeExtension$1 x1 }
com/google/auto/value/extension/memoized/processor/MemoizedValidator.class
MemoizedValidator.java package com.google.auto.value.extension.memoized.processor public final com.google.auto.value.extension.memoized.processor.MemoizedValidator extends javax.annotation.processing.AbstractProcessor { public void <init> () public final boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) javax.lang.model.element.ExecutableElement method java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnv javax.annotation.processing.Messager messager javax.lang.model.element.TypeElement memoized public javax.lang.model.SourceVersion getSupportedSourceVersion () private static boolean isAutoValue (javax.lang.model.element.Element) javax.lang.model.element.Element element static java.util.Optional getAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.TypeElement annotationElement javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element element String annotationName private static synthetic boolean lambda$isAutoValue$1 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type private static synthetic javax.lang.model.element.TypeElement lambda$isAutoValue$0 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation }
com/google/auto/value/extension/memoized/processor/ClassNames.class
ClassNames.java package com.google.auto.value.extension.memoized.processor final com.google.auto.value.extension.memoized.processor.ClassNames extends java.lang.Object { static final String MEMOIZED_NAME void <init> () }
com/google/auto/value/extension/memoized/processor/MemoizeExtension$Generator$MethodOverrider$CheckBooleanField.class
MemoizeExtension.java package com.google.auto.value.extension.memoized.processor final com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider$CheckBooleanField extends com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider$InitializationStrategy { private final autovalue.shaded.com.squareup.javapoet$.$FieldSpec field final synthetic com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider this$1 private void <init> (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider) java.lang.Iterable additionalFields () autovalue.shaded.com.squareup.javapoet$.$CodeBlock checkMemoized () autovalue.shaded.com.squareup.javapoet$.$CodeBlock setMemoized () synthetic void <init> (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider, com.google.auto.value.extension.memoized.processor.MemoizeExtension$1) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider x0 com.google.auto.value.extension.memoized.processor.MemoizeExtension$1 x1 }
com/google/auto/value/extension/memoized/processor/MemoizeExtension$Generator$MethodOverrider.class
MemoizeExtension.java package com.google.auto.value.extension.memoized.processor final com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider extends java.lang.Object { private final javax.lang.model.element.ExecutableElement method private final autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder override private final autovalue.shaded.com.squareup.javapoet$.$FieldSpec cacheField private final autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder fields final synthetic com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator this$0 void <init> (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator, javax.lang.model.element.ExecutableElement) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.ExecutableElement method com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider$InitializationStrategy checkStrategy java.lang.Iterable fields () autovalue.shaded.com.squareup.javapoet$.$MethodSpec method () private void validate () private void checkIllegalModifier (javax.lang.model.element.Modifier) javax.lang.model.element.Modifier modifier private transient void printMessage (javax.tools.Diagnostic$Kind, java.lang.String, java.lang.Object[]) javax.tools.Diagnostic$Kind kind String format Object[] args private boolean overridesObjectMethod (java.lang.String) String methodName private javax.lang.model.element.ExecutableElement objectMethod (java.lang.String) String methodName javax.lang.model.element.TypeElement object private boolean pullDownMethodAnnotation (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation private autovalue.shaded.com.squareup.javapoet$.$FieldSpec buildCacheField (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder builder com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider$InitializationStrategy strategy () private static synthetic java.lang.IllegalArgumentException lambda$objectMethod$1 (java.lang.String) String methodName private static synthetic boolean lambda$objectMethod$0 (java.lang.String, javax.lang.model.element.ExecutableElement) String methodName javax.lang.model.element.ExecutableElement m static synthetic autovalue.shaded.com.squareup.javapoet$.$FieldSpec access$1400 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider x0 static synthetic javax.lang.model.element.ExecutableElement access$1500 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$FieldSpec access$1600 (com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider, autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String) com.google.auto.value.extension.memoized.processor.MemoizeExtension$Generator$MethodOverrider x0 autovalue.shaded.com.squareup.javapoet$.$TypeName x1 String x2 }
com/google/auto/value/extension/AutoValueExtension$BuilderContext.class
AutoValueExtension.java package com.google.auto.value.extension public abstract com.google.auto.value.extension.AutoValueExtension$BuilderContext extends java.lang.Object { public abstract javax.lang.model.element.TypeElement builderType () public abstract java.util.Set toBuilderMethods () public abstract java.util.Set builderMethods () public abstract java.util.Optional buildMethod () public abstract javax.lang.model.element.ExecutableElement autoBuildMethod () public abstract java.util.Map setters () public abstract java.util.Map propertyBuilders () }
com/google/auto/value/extension/AutoValueExtension.class
AutoValueExtension.java package com.google.auto.value.extension public abstract com.google.auto.value.extension.AutoValueExtension extends java.lang.Object { public void <init> () public com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType incrementalType (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnvironment public java.util.Set getSupportedOptions () javax.annotation.processing.SupportedOptions so public boolean applicable (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public boolean mustBeFinal (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public java.util.Set consumeProperties (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public java.util.Set consumeMethods (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public abstract java.lang.String generateClass (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) }
com/google/auto/value/extension/toprettystring/
com/google/auto/value/extension/toprettystring/processor/
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension$PrettyPrintableKind.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind extends java.lang.Enum { public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind HAS_TO_PRETTY_STRING_METHOD public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind REGULAR_OBJECT public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind PRIMITIVE public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind COLLECTION public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind ARRAY public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind IMMUTABLE_PRIMITIVE_ARRAY public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind OPTIONAL public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind GUAVA_OPTIONAL public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind MAP public static final enum com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind MULTIMAP private static final autovalue.shaded.com.google$.common.collect.$ImmutableMap KINDS_BY_EXACT_TYPE private static final autovalue.shaded.com.google$.common.collect.$ImmutableMap KINDS_BY_SUPERTYPE private static final synthetic com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind[] $VALUES public static com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind[] values () public static com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap access$700 () static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap access$800 () static void <clinit> () }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringMethods.class
ToPrettyStringMethods.java package com.google.auto.value.extension.toprettystring.processor final com.google.auto.value.extension.toprettystring.processor.ToPrettyStringMethods extends java.lang.Object { static autovalue.shaded.com.google$.common.collect.$ImmutableSet toPrettyStringMethods (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context static autovalue.shaded.com.google$.common.collect.$ImmutableList toPrettyStringMethods (javax.lang.model.element.TypeElement, javax.lang.model.util.Types, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement element javax.lang.model.util.Types types javax.lang.model.util.Elements elements static java.util.Optional toPrettyStringMethod (javax.lang.model.element.TypeElement, javax.lang.model.util.Types, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement element javax.lang.model.util.Types types javax.lang.model.util.Elements elements private void <init> () private static synthetic boolean lambda$toPrettyStringMethods$1 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private static synthetic boolean lambda$toPrettyStringMethods$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method }
com/google/auto/value/extension/toprettystring/processor/Annotations.class
Annotations.java package com.google.auto.value.extension.toprettystring.processor final com.google.auto.value.extension.toprettystring.processor.Annotations extends java.lang.Object { static java.util.Optional getAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.TypeElement annotationElement javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element element String annotationName static java.util.Optional toPrettyStringAnnotation (javax.lang.model.element.Element) javax.lang.model.element.Element element private void <init> () }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringValidator.class
ToPrettyStringValidator.java package com.google.auto.value.extension.toprettystring.processor public final com.google.auto.value.extension.toprettystring.processor.ToPrettyStringValidator extends javax.annotation.processing.AbstractProcessor { public void <init> () public boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) javax.lang.model.element.ExecutableElement method java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnvironment javax.lang.model.util.Types types javax.lang.model.util.Elements elements javax.lang.model.element.TypeElement toPrettyString java.util.Set annotatedMethods private void validateMethod (javax.lang.model.element.ExecutableElement, javax.lang.model.util.Elements) javax.lang.model.element.ExecutableElement method javax.lang.model.util.Elements elements com.google.auto.value.extension.toprettystring.processor.ToPrettyStringValidator$ErrorReporter errorReporter javax.lang.model.type.TypeMirror stringType private void validateSingleToPrettyStringMethod (java.util.Set, javax.lang.model.util.Types, javax.lang.model.util.Elements) autovalue.shaded.com.google$.common.collect.$ImmutableList methods javax.lang.model.element.TypeElement enclosingType java.util.Set annotatedMethods javax.lang.model.util.Types types javax.lang.model.util.Elements elements java.util.Set enclosingTypes private java.lang.String formatMethodList (autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableList methods private java.lang.String formatMethodInList (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method public javax.lang.model.SourceVersion getSupportedSourceVersion () }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension$ToPrettyStringImplementation$1.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$1 extends javax.lang.model.util.SimpleTypeVisitor8 { final synthetic com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation this$0 void <init> (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation this$0 public java.lang.String visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType type Void v String simpleName autovalue.shaded.com.google$.common.collect.$ImmutableList typeArgumentNames java.util.List parts protected java.lang.String defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror type Void v public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) private synthetic java.lang.String lambda$visitDeclared$0 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringValidator$ErrorReporter.class
ToPrettyStringValidator.java package com.google.auto.value.extension.toprettystring.processor final com.google.auto.value.extension.toprettystring.processor.ToPrettyStringValidator$ErrorReporter extends java.lang.Object { private final javax.lang.model.element.ExecutableElement method private final javax.annotation.processing.Messager messager void <init> (javax.lang.model.element.ExecutableElement, javax.annotation.processing.Messager) javax.lang.model.element.ExecutableElement method javax.annotation.processing.Messager messager void reportError (java.lang.String) String error }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor public final com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension extends com.google.auto.value.extension.AutoValueExtension { private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet INHERITED_VISIBILITY_MODIFIERS private static final String INDENT private static final String INDENT_METHOD_NAME private static final autovalue.shaded.com.squareup.javapoet$.$CodeBlock KEY_VALUE_SEPARATOR public void <init> () public java.lang.String generateClass (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) com.google.auto.value.extension.AutoValueExtension$Context context String className String classToExtend boolean isFinal autovalue.shaded.com.squareup.javapoet$.$TypeSpec type private autovalue.shaded.com.google$.common.collect.$ImmutableList toPrettyStringMethodSpecs (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context javax.lang.model.element.ExecutableElement toPrettyStringMethod autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder method com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation implementation private static autovalue.shaded.com.squareup.javapoet$.$MethodSpec indentMethod () public boolean applicable (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public autovalue.shaded.com.google$.common.collect.$ImmutableSet consumeMethods (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context public com.google.auto.value.extension.AutoValueExtension$IncrementalExtensionType incrementalType (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnvironment public volatile synthetic java.util.Set consumeMethods (com.google.auto.value.extension.AutoValueExtension$Context) static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock access$400 () static void <clinit> () }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension$PrettyPrintableKind$KindVisitor.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind$KindVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private final javax.lang.model.util.Elements elements private final javax.lang.model.util.Types types void <init> (javax.lang.model.util.Types, javax.lang.model.util.Elements) javax.lang.model.util.Types types javax.lang.model.util.Elements elements public com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType primitiveType Void v public com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType arrayType Void v public com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.element.TypeElement supertypeElement java.util.Map$Entry entry javax.lang.model.type.DeclaredType declaredType Void v javax.lang.model.element.TypeElement typeElement com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind byExactType public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension$1.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor synthetic com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$value$extension$toprettystring$processor$ToPrettyStringExtension$PrettyPrintableKind static void <clinit> () }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod extends java.lang.Object { private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock propertyAccess private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock indentAccess private java.util.Optional methodName final synthetic com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation this$0 void <init> (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation, autovalue.shaded.com.squareup.javapoet$.$CodeBlock, autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock propertyAccess autovalue.shaded.com.squareup.javapoet$.$CodeBlock indentAccess com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod methodName (java.lang.String) String methodName autovalue.shaded.com.squareup.javapoet$.$CodeBlock invocation (javax.lang.model.type.TypeMirror, java.util.function.Supplier) javax.lang.model.type.TypeMirror parameterType java.util.function.Supplier methodBody autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper key private java.lang.String newDelegateMethodName (javax.lang.model.type.TypeMirror) int i javax.lang.model.type.TypeMirror type String prefix String methodName private autovalue.shaded.com.squareup.javapoet$.$MethodSpec createMethod (java.lang.String, javax.lang.model.type.TypeMirror, java.util.function.Supplier) String methodName javax.lang.model.type.TypeMirror type java.util.function.Supplier methodBody private synthetic java.lang.String lambda$invocation$0 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror parameterType }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension$ToPrettyStringImplementation$2.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$2 extends javax.lang.model.util.SimpleTypeVisitor8 { final synthetic com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation this$0 void <init> (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation this$0 public java.lang.String visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType primitiveType Void v public java.lang.String visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType arrayType Void v public java.lang.String visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType declaredType Void v protected java.lang.String defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror typeMirror Void v public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/auto/value/extension/toprettystring/processor/ExtensionClassTypeSpecBuilder.class
ExtensionClassTypeSpecBuilder.java package com.google.auto.value.extension.toprettystring.processor final com.google.auto.value.extension.toprettystring.processor.ExtensionClassTypeSpecBuilder extends java.lang.Object { private static final String AUTO_VALUE_PACKAGE_NAME private static final String AUTO_VALUE_NAME private static final String COPY_ANNOTATIONS_NAME private final com.google.auto.value.extension.AutoValueExtension$Context context private final String className private final String classToExtend private final boolean isFinal private final javax.lang.model.util.Types types private final javax.lang.model.util.Elements elements private final javax.lang.model.SourceVersion sourceVersion private void <init> (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) com.google.auto.value.extension.AutoValueExtension$Context context String className String classToExtend boolean isFinal static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder extensionClassTypeSpecBuilder (com.google.auto.value.extension.AutoValueExtension$Context, java.lang.String, java.lang.String, boolean) com.google.auto.value.extension.AutoValueExtension$Context context String className String classToExtend boolean isFinal autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder extensionClassBuilder () autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder builder private autovalue.shaded.com.squareup.javapoet$.$TypeName superType () autovalue.shaded.com.squareup.javapoet$.$ClassName superType autovalue.shaded.com.google$.common.collect.$ImmutableList typeVariableNames private autovalue.shaded.com.google$.common.collect.$ImmutableList typeVariableNames () private autovalue.shaded.com.google$.common.collect.$ImmutableList annotatedTypeVariableNames () private autovalue.shaded.com.squareup.javapoet$.$MethodSpec constructor () autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder constructor String superParams private boolean isInAutoValuePackage (java.lang.String) String className private static java.lang.String getAnnotationFqName (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation private boolean annotationVisibleFrom (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.Element) javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element from javax.lang.model.element.Element annotationElement autovalue.shaded.com.google$.auto.common.$Visibility visibility private autovalue.shaded.com.google$.common.collect.$ImmutableList annotationsToCopy (javax.lang.model.element.Element, javax.lang.model.element.Element, java.util.Set) String annotationFqName javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element autoValueType javax.lang.model.element.Element typeOrMethod java.util.Set excludedAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder result private autovalue.shaded.com.google$.common.collect.$ImmutableList copyAnnotations (javax.lang.model.element.Element, javax.lang.model.element.Element, java.util.Set) javax.lang.model.element.Element autoValueType javax.lang.model.element.Element typeOrMethod java.util.Set excludedAnnotations autovalue.shaded.com.google$.common.collect.$ImmutableList annotationsToCopy private static boolean hasAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element element String annotationName private autovalue.shaded.com.google$.common.collect.$ImmutableSet getExcludedAnnotationTypes (javax.lang.model.element.Element) javax.lang.model.element.Element element java.util.Optional maybeAnnotation java.util.List excludedClasses private java.util.Set getExcludedAnnotationClassNames (javax.lang.model.element.Element) javax.lang.model.element.Element element private static java.util.Set getAnnotationsMarkedWithInherited (javax.lang.model.element.Element) javax.lang.model.element.Element element private autovalue.shaded.com.google$.common.collect.$ImmutableList copiedClassAnnotations (javax.lang.model.element.TypeElement) java.util.Set excludedAnnotations javax.lang.model.element.TypeElement type private static autovalue.shaded.com.squareup.javapoet$.$TypeName annotatedType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type java.util.List annotations private static synthetic boolean lambda$getAnnotationsMarkedWithInherited$5 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a private static synthetic java.lang.String lambda$getExcludedAnnotationClassNames$4 (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement typeElement private static synthetic autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper lambda$getExcludedAnnotationTypes$3 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue annotationValue private static synthetic java.lang.String lambda$constructor$2 (java.lang.String) String n private static synthetic void lambda$constructor$1 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder, java.lang.String, javax.lang.model.type.TypeMirror) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder constructor String name javax.lang.model.type.TypeMirror type private static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeVariableName lambda$annotatedTypeVariableNames$0 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement p }
com/google/auto/value/extension/toprettystring/processor/ExtensionClassTypeSpecBuilder$1.class
ExtensionClassTypeSpecBuilder.java package com.google.auto.value.extension.toprettystring.processor synthetic com.google.auto.value.extension.toprettystring.processor.ExtensionClassTypeSpecBuilder$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$common$Visibility static void <clinit> () }
com/google/auto/value/extension/toprettystring/processor/ClassNames.class
ClassNames.java package com.google.auto.value.extension.toprettystring.processor final com.google.auto.value.extension.toprettystring.processor.ClassNames extends java.lang.Object { static final String TO_PRETTY_STRING_NAME private void <init> () }
com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension$ToPrettyStringImplementation.class
ToPrettyStringExtension.java package com.google.auto.value.extension.toprettystring.processor com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation extends java.lang.Object { private final javax.lang.model.util.Types types private final javax.lang.model.util.Elements elements private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder toStringCodeBlock private final java.util.Map delegateMethods private final java.util.Set methodNames private void <init> (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context static com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation create (com.google.auto.value.extension.AutoValueExtension$Context) com.google.auto.value.extension.AutoValueExtension$Context context com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation implemention private autovalue.shaded.com.squareup.javapoet$.$CodeBlock format (autovalue.shaded.com.squareup.javapoet$.$CodeBlock, autovalue.shaded.com.squareup.javapoet$.$CodeBlock, javax.lang.model.type.TypeMirror) javax.lang.model.element.ExecutableElement method javax.lang.model.type.TypeMirror componentType javax.lang.model.type.TypeMirror elementType javax.lang.model.type.TypeMirror optionalType autovalue.shaded.com.squareup.javapoet$.$CodeBlock propertyAccess autovalue.shaded.com.squareup.javapoet$.$CodeBlock indentAccess javax.lang.model.type.TypeMirror type com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind printableKind com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod delegateMethod private autovalue.shaded.com.squareup.javapoet$.$CodeBlock formatMap (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod) javax.lang.model.type.TypeMirror type com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod delegateMethod autovalue.shaded.com.google$.common.collect.$ImmutableList typeParameters javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private autovalue.shaded.com.squareup.javapoet$.$CodeBlock formatMultimap (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod) javax.lang.model.type.TypeMirror type com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation$DelegateMethod delegateMethod autovalue.shaded.com.google$.common.collect.$ImmutableList typeParameters javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private autovalue.shaded.com.squareup.javapoet$.$CodeBlock reindent (java.lang.CharSequence) CharSequence methodName private autovalue.shaded.com.squareup.javapoet$.$CodeBlock forEachLoopMethodBody (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror elementType private autovalue.shaded.com.squareup.javapoet$.$CodeBlock forLoopMethodBody () private autovalue.shaded.com.squareup.javapoet$.$CodeBlock mapMethodBody (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private autovalue.shaded.com.squareup.javapoet$.$CodeBlock multimapMethodBody (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private autovalue.shaded.com.squareup.javapoet$.$CodeBlock forEachMapEntryMethodBody (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, java.lang.String) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType String propertyAccess autovalue.shaded.com.squareup.javapoet$.$CodeBlock entryType private transient autovalue.shaded.com.squareup.javapoet$.$CodeBlock loopMethodBody (java.lang.String, java.lang.String, autovalue.shaded.com.squareup.javapoet$.$CodeBlock, autovalue.shaded.com.squareup.javapoet$.$CodeBlock[]) String openSymbol String closeSymbol autovalue.shaded.com.squareup.javapoet$.$CodeBlock loopDeclaration autovalue.shaded.com.squareup.javapoet$.$CodeBlock[] appendedValues autovalue.shaded.com.google$.common.collect.$ImmutableList allAppendedValues private autovalue.shaded.com.squareup.javapoet$.$CodeBlock optionalMethodBody (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind) javax.lang.model.type.TypeMirror optionalType com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind printableKind private autovalue.shaded.com.google$.common.collect.$ImmutableList resolvedTypeParameters (javax.lang.model.type.TypeMirror, java.lang.String) javax.lang.model.type.TypeMirror propertyType String interfaceName private javax.lang.model.type.DeclaredType collectionOf (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror elementType private javax.lang.model.type.DeclaredType mapOf (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private javax.lang.model.type.DeclaredType multimapOf (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private java.lang.String nameForType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type boolean isMapOrMultimap (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeMirror mapType javax.lang.model.element.TypeElement multimapElement private java.lang.String simpleNameForType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private synthetic javax.lang.model.type.TypeMirror lambda$resolvedTypeParameters$10 (javax.lang.model.type.TypeMirror, javax.lang.model.element.TypeParameterElement) javax.lang.model.type.TypeMirror propertyType javax.lang.model.element.TypeParameterElement p private static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$loopMethodBody$9 (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock value private synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$formatMultimap$8 (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$formatMap$7 (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror keyType javax.lang.model.type.TypeMirror valueType private synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$format$6 (javax.lang.model.type.TypeMirror, com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind) javax.lang.model.type.TypeMirror optionalType com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$PrettyPrintableKind printableKind private synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$format$5 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror elementType private synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$format$4 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror componentType private synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$format$3 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method private synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$format$2 () private static synthetic void lambda$create$1 (com.google.auto.value.extension.AutoValueExtension$Context, com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation, java.lang.String, javax.lang.model.type.TypeMirror) com.google.auto.value.extension.AutoValueExtension$Context context com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation implemention String propertyName javax.lang.model.type.TypeMirror type String methodName private synthetic void lambda$new$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement method static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$000 (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation x0 static synthetic java.util.Map access$100 (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation x0 static synthetic java.lang.String access$200 (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation, javax.lang.model.type.TypeMirror) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation x0 javax.lang.model.type.TypeMirror x1 static synthetic java.util.Set access$300 (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation x0 static synthetic java.lang.String access$500 (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation, javax.lang.model.type.TypeMirror) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation x0 javax.lang.model.type.TypeMirror x1 static synthetic javax.lang.model.util.Types access$600 (com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation) com.google.auto.value.extension.toprettystring.processor.ToPrettyStringExtension$ToPrettyStringImplementation x0 }
com/google/auto/value/extension/AutoValueExtension$Context.class
AutoValueExtension.java package com.google.auto.value.extension public abstract com.google.auto.value.extension.AutoValueExtension$Context extends java.lang.Object { public abstract javax.annotation.processing.ProcessingEnvironment processingEnvironment () public abstract java.lang.String packageName () public abstract javax.lang.model.element.TypeElement autoValueClass () public java.lang.String finalAutoValueClassName () public abstract java.util.Map properties () public java.util.Map propertyTypes () public abstract java.util.Set abstractMethods () public java.util.Optional builder () }
META-INF/services/
META-INF/gradle/
META-INF/gradle/incremental.annotation.processors
META-INF/maven/
META-INF/maven/com.google.auto.value/
META-INF/maven/com.google.auto.value/auto-value/
META-INF/maven/com.google.auto.value/auto-value/pom.xml
META-INF/maven/com.google.auto.value/auto-value/pom.properties
autovalue/
autovalue/shaded/
autovalue/shaded/com/
autovalue/shaded/com/google$/
autovalue/shaded/com/google$/auto/
autovalue/shaded/com/google$/auto/common/
autovalue/shaded/com/google$/auto/common/$SuperficialValidation$3.class
$SuperficialValidation.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$SuperficialValidation$3 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> () protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.type.TypeMirror) Object o javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitUnknown (javax.lang.model.element.AnnotationValue, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationValue av javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitAnnotation (javax.lang.model.element.AnnotationMirror, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationMirror a javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitArray (java.util.List, javax.lang.model.type.TypeMirror) java.util.List values javax.lang.model.type.TypeMirror expectedType javax.lang.model.type.TypeMirror componentType public java.lang.Boolean visitEnumConstant (javax.lang.model.element.VariableElement, javax.lang.model.type.TypeMirror) javax.lang.model.element.VariableElement enumConstant javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitType (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeMirror ignored public java.lang.Boolean visitBoolean (boolean, javax.lang.model.type.TypeMirror) boolean b javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitByte (byte, javax.lang.model.type.TypeMirror) byte b javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitChar (char, javax.lang.model.type.TypeMirror) char c javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitDouble (double, javax.lang.model.type.TypeMirror) double d javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitFloat (float, javax.lang.model.type.TypeMirror) float f javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitInt (int, javax.lang.model.type.TypeMirror) int i javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitLong (long, javax.lang.model.type.TypeMirror) long l javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitShort (short, javax.lang.model.type.TypeMirror) short s javax.lang.model.type.TypeMirror expectedType public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitShort (short, java.lang.Object) public volatile synthetic java.lang.Object visitLong (long, java.lang.Object) public volatile synthetic java.lang.Object visitInt (int, java.lang.Object) public volatile synthetic java.lang.Object visitFloat (float, java.lang.Object) public volatile synthetic java.lang.Object visitDouble (double, java.lang.Object) public volatile synthetic java.lang.Object visitChar (char, java.lang.Object) public volatile synthetic java.lang.Object visitByte (byte, java.lang.Object) public volatile synthetic java.lang.Object visitBoolean (boolean, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.element.AnnotationValue, java.lang.Object) private synthetic boolean lambda$visitArray$0 (javax.lang.model.type.TypeMirror, javax.lang.model.element.AnnotationValue) javax.lang.model.type.TypeMirror componentType javax.lang.model.element.AnnotationValue value }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$TypeMirrorVisitor.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$AnnotationValues$TypeMirrorVisitor extends autovalue.shaded.com.google$.auto.common.$AnnotationValues$DefaultVisitor { static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$TypeMirrorVisitor INSTANCE void <init> () public javax.lang.model.type.DeclaredType visitType (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror value Void unused public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$1$1$4.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1$4 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 void <init> (autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1) autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.type.TypeMirror) Object ignored javax.lang.model.type.TypeMirror alsoIgnored public java.lang.Boolean visitType (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror right javax.lang.model.type.TypeMirror left public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreElements$ExecutableElementVisitor.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreElements$ExecutableElementVisitor extends autovalue.shaded.com.google$.auto.common.$MoreElements$CastingElementVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreElements$ExecutableElementVisitor INSTANCE void <init> () public javax.lang.model.element.ExecutableElement visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Void) javax.lang.model.element.ExecutableElement e Void label public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreElements$ExecutableElementVisitor access$400 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$ArrayVisitor.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final java.util.function.Function visitT void <init> (java.util.function.Function) java.util.function.Function visitT public autovalue.shaded.com.google$.common.collect.$ImmutableList defaultAction (java.lang.Object, java.lang.Void) Object o Void unused public autovalue.shaded.com.google$.common.collect.$ImmutableList visitArray (java.util.List, java.lang.Void) java.util.List values Void unused public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$AnnotationValues.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$AnnotationValues extends java.lang.Object { private static final autovalue.shaded.com.google$.common.base.$Equivalence ANNOTATION_VALUE_EQUIVALENCE private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor TYPE_MIRRORS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor ANNOTATION_MIRRORS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor ENUMS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor STRINGS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor INTS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor LONGS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor BYTES_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor SHORTS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor FLOATS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor DOUBLES_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor BOOLEANS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor CHARS_VISITOR private static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$ArrayVisitor ANNOTATION_VALUES_VISITOR public static autovalue.shaded.com.google$.common.base.$Equivalence equivalence () public static javax.lang.model.type.DeclaredType getTypeMirror (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static javax.lang.model.element.AnnotationMirror getAnnotationMirror (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static javax.lang.model.element.VariableElement getEnum (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value private static java.lang.Object valueOfType (javax.lang.model.element.AnnotationValue, java.lang.Class) javax.lang.model.element.AnnotationValue annotationValue Class type Object value public static java.lang.String getString (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static int getInt (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static long getLong (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static byte getByte (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static short getShort (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static float getFloat (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static double getDouble (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static boolean getBoolean (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static char getChar (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getTypeMirrors (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getAnnotationMirrors (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getEnums (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getStrings (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getInts (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getLongs (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getBytes (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getShorts (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getFloats (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getDoubles (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getBooleans (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getChars (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static autovalue.shaded.com.google$.common.collect.$ImmutableList getAnnotationValues (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value private void <init> () private static synthetic javax.lang.model.element.AnnotationValue lambda$static$0 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue x static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$IsTypeOf.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$IsTypeOf extends javax.lang.model.util.SimpleTypeVisitor8 { private final Class clazz void <init> (java.lang.Class) Class clazz protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror type Void ignored public java.lang.Boolean visitNoType (javax.lang.model.type.NoType, java.lang.Void) javax.lang.model.type.NoType noType Void p public java.lang.Boolean visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType errorType Void p public java.lang.Boolean visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType type Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType array Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType type Void ignored javax.lang.model.element.TypeElement typeElement public volatile synthetic java.lang.Object visitNoType (javax.lang.model.type.NoType, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$Overrides$ExplicitOverrides.class
$Overrides.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides extends autovalue.shaded.com.google$.auto.common.$Overrides { private final javax.lang.model.util.Types typeUtils void <init> (javax.lang.model.util.Types) javax.lang.model.util.Types typeUtils public boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement inherited javax.lang.model.element.ExecutableElement inherited javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement in autovalue.shaded.com.google$.auto.common.$Visibility overriddenVisibility autovalue.shaded.com.google$.auto.common.$Visibility overriderVisibility javax.lang.model.element.TypeElement overriddenType private boolean isSubsignature (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.type.ExecutableType overriderExecutable javax.lang.model.type.ExecutableType overriddenExecutable int i int nParams java.util.List overriderParams java.util.List overriddenParams IllegalArgumentException e javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement in javax.lang.model.type.DeclaredType inType autovalue.shaded.com.google$.common.collect.$ImmutableList erasedParameterTypes (javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement in javax.lang.model.element.ExecutableElement methodFromSuperclasses (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement tMethod javax.lang.model.element.TypeElement t javax.lang.model.element.TypeElement in javax.lang.model.element.ExecutableElement method javax.lang.model.element.ExecutableElement methodFromSuperinterfaces (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement tMethod javax.lang.model.element.TypeElement sup javax.lang.model.type.TypeMirror candidateType javax.lang.model.element.TypeElement t autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder newTypes javax.lang.model.element.TypeElement in javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement methodContainer javax.lang.model.type.TypeMirror methodContainerType autovalue.shaded.com.google$.common.collect.$ImmutableList types private javax.lang.model.element.ExecutableElement methodInType (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.type.TypeMirror tParamType int i javax.lang.model.element.ExecutableElement tMethod javax.lang.model.element.TypeElement type javax.lang.model.element.ExecutableElement method int nParams java.util.List params private javax.lang.model.element.TypeElement superclass (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type javax.lang.model.type.TypeMirror sup private autovalue.shaded.com.google$.common.collect.$ImmutableList superinterfaces (javax.lang.model.element.TypeElement) javax.lang.model.type.TypeMirror sup javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder types private javax.lang.model.element.TypeElement asTypeElement (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror javax.lang.model.type.DeclaredType declaredType javax.lang.model.element.Element element static synthetic javax.lang.model.util.Types access$100 (autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides) autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides x0 static synthetic javax.lang.model.element.TypeElement access$200 (autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides, javax.lang.model.type.TypeMirror) autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides x0 javax.lang.model.type.TypeMirror x1 }
autovalue/shaded/com/google$/auto/common/$Overrides$1.class
$Overrides.java package autovalue.shaded.com.google$.auto.common synthetic autovalue.shaded.com.google$.auto.common.$Overrides$1 extends java.lang.Object { }
autovalue/shaded/com/google$/auto/common/$MoreTypes$1.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$Overrides.class
$Overrides.java package autovalue.shaded.com.google$.auto.common abstract autovalue.shaded.com.google$.auto.common.$Overrides extends java.lang.Object { void <init> () abstract boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) }
autovalue/shaded/com/google$/auto/common/$MoreTypes$IntersectionTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$IntersectionTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$IntersectionTypeVisitor INSTANCE void <init> () public javax.lang.model.type.IntersectionType visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Void) javax.lang.model.type.IntersectionType type Void ignore public volatile synthetic java.lang.Object visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$IntersectionTypeVisitor access$1500 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$SuperficialValidation$2.class
$SuperficialValidation.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$SuperficialValidation$2 extends javax.lang.model.util.SimpleTypeVisitor8 { void <init> () protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void p public java.lang.Boolean visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType t Void p public java.lang.Boolean visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Boolean visitWildcard (javax.lang.model.type.WildcardType, java.lang.Void) javax.lang.model.type.WildcardType t Void p javax.lang.model.type.TypeMirror extendsBound javax.lang.model.type.TypeMirror superBound public java.lang.Boolean visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Void) javax.lang.model.type.ExecutableType t Void p public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$Overrides$ExplicitOverrides$TypeSubstVisitor.class
$Overrides.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides$TypeSubstVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private final java.util.Map typeBindings final synthetic autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides this$0 private void <init> (autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides) autovalue.shaded.com.google$.common.collect.$ImmutableList erasedParameterTypes (javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.VariableElement param autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder params int i javax.lang.model.type.DeclaredType declared javax.lang.model.element.TypeElement element java.util.List actuals java.util.List formals autovalue.shaded.com.google$.common.collect.$ImmutableList params javax.lang.model.type.TypeMirror supertype javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement in java.util.List supers protected javax.lang.model.type.TypeMirror defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror e Void p public javax.lang.model.type.TypeMirror visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.element.TypeParameterElement e javax.lang.model.type.TypeVariable t Void p javax.lang.model.element.Element element public javax.lang.model.type.TypeMirror visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.TypeMirror arg javax.lang.model.type.DeclaredType t Void p java.util.List newArgs public javax.lang.model.type.TypeMirror visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) private static synthetic javax.lang.model.type.TypeMirror lambda$erasedParameterTypes$0 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement t synthetic void <init> (autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides, autovalue.shaded.com.google$.auto.common.$Overrides$1) autovalue.shaded.com.google$.auto.common.$Overrides$ExplicitOverrides x0 autovalue.shaded.com.google$.auto.common.$Overrides$1 x1 }
autovalue/shaded/com/google$/auto/common/$MoreTypes$ErrorTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$ErrorTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$ErrorTypeVisitor INSTANCE void <init> () public javax.lang.model.type.ErrorType visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType type Void ignore public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$ErrorTypeVisitor access$1300 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$ReferencedTypes.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$ReferencedTypes extends javax.lang.model.util.SimpleTypeVisitor8 { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$ReferencedTypes INSTANCE private void <init> () public java.lang.Void visitArray (javax.lang.model.type.ArrayType, autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder) javax.lang.model.type.ArrayType t autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder p public java.lang.Void visitDeclared (javax.lang.model.type.DeclaredType, autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder) javax.lang.model.type.TypeMirror typeArgument javax.lang.model.type.DeclaredType t autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder p public java.lang.Void visitTypeVariable (javax.lang.model.type.TypeVariable, autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder) javax.lang.model.type.TypeVariable t autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder p public java.lang.Void visitWildcard (javax.lang.model.type.WildcardType, autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder) javax.lang.model.type.WildcardType t autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder p javax.lang.model.type.TypeMirror extendsBound javax.lang.model.type.TypeMirror superBound public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$ReferencedTypes access$900 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$ArrayTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$ArrayTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$ArrayTypeVisitor INSTANCE void <init> () public javax.lang.model.type.ArrayType visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType type Void ignore public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$ArrayTypeVisitor access$1100 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreElements$CastingElementVisitor.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common abstract autovalue.shaded.com.google$.auto.common.$MoreElements$CastingElementVisitor extends javax.lang.model.util.SimpleElementVisitor8 { private final String label void <init> (java.lang.String) String label protected final java.lang.Object defaultAction (javax.lang.model.element.Element, java.lang.Void) javax.lang.model.element.Element e Void ignore protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.element.Element, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreTypes$EqualVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitor INSTANCE private void <init> () protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.TypeMirror a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.ArrayType b javax.lang.model.type.ArrayType a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.DeclaredType b javax.lang.model.element.Element aElement javax.lang.model.element.Element bElement java.util.Set newVisiting javax.lang.model.type.DeclaredType a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitError (javax.lang.model.type.ErrorType, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.ErrorType a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitExecutable (javax.lang.model.type.ExecutableType, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.ExecutableType b javax.lang.model.type.ExecutableType a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitIntersection (javax.lang.model.type.IntersectionType, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.IntersectionType b javax.lang.model.type.IntersectionType a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitTypeVariable (javax.lang.model.type.TypeVariable, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.TypeVariable b javax.lang.model.element.TypeParameterElement aElement javax.lang.model.element.TypeParameterElement bElement java.util.Set newVisiting javax.lang.model.type.TypeVariable a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitWildcard (javax.lang.model.type.WildcardType, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.WildcardType b javax.lang.model.type.WildcardType a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p public java.lang.Boolean visitUnknown (javax.lang.model.type.TypeMirror, autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam) javax.lang.model.type.TypeMirror a autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p private java.util.Set visitingSetPlus (java.util.Set, javax.lang.model.element.Element, javax.lang.model.element.Element) java.util.Set visiting javax.lang.model.element.Element a javax.lang.model.element.Element b autovalue.shaded.com.google$.common.collect.$ImmutableList noArguments private java.util.Set visitingSetPlus (java.util.Set, javax.lang.model.element.Element, java.util.List, javax.lang.model.element.Element, java.util.List) java.util.Set visiting javax.lang.model.element.Element a java.util.List aArguments javax.lang.model.element.Element b java.util.List bArguments autovalue.shaded.com.google$.auto.common.$MoreTypes$ComparedElements comparedElements java.util.Set newVisiting public volatile synthetic java.lang.Object visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Object) public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitor access$600 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$Visibility.class
$Visibility.java package autovalue.shaded.com.google$.auto.common public final enum autovalue.shaded.com.google$.auto.common.$Visibility extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.auto.common.$Visibility PRIVATE public static final enum autovalue.shaded.com.google$.auto.common.$Visibility DEFAULT public static final enum autovalue.shaded.com.google$.auto.common.$Visibility PROTECTED public static final enum autovalue.shaded.com.google$.auto.common.$Visibility PUBLIC private static final javax.lang.model.element.ElementKind MODULE private static final synthetic autovalue.shaded.com.google$.auto.common.$Visibility[] $VALUES public static autovalue.shaded.com.google$.auto.common.$Visibility[] values () public static autovalue.shaded.com.google$.auto.common.$Visibility valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static autovalue.shaded.com.google$.auto.common.$Visibility ofElement (javax.lang.model.element.Element) javax.lang.model.element.Element element java.util.Set modifiers public static autovalue.shaded.com.google$.auto.common.$Visibility effectiveVisibilityOfElement (javax.lang.model.element.Element) javax.lang.model.element.Element element autovalue.shaded.com.google$.auto.common.$Visibility effectiveVisibility javax.lang.model.element.Element currentElement static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$GeneratedAnnotations.class
$GeneratedAnnotations.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$GeneratedAnnotations extends java.lang.Object { private void <init> () public static java.util.Optional generatedAnnotation (javax.lang.model.util.Elements) javax.lang.model.util.Elements elements javax.lang.model.element.TypeElement jdk9Generated public static java.util.Optional generatedAnnotation (javax.lang.model.util.Elements, javax.lang.model.SourceVersion) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion }
autovalue/shaded/com/google$/auto/common/$SuperficialValidation.class
$SuperficialValidation.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$SuperficialValidation extends java.lang.Object { private static final javax.lang.model.element.ElementVisitor ELEMENT_VALIDATING_VISITOR private static final javax.lang.model.type.TypeVisitor TYPE_VALIDATING_VISITOR private static final javax.lang.model.element.AnnotationValueVisitor VALUE_VALIDATING_VISITOR public static boolean validateElements (java.lang.Iterable) Iterable elements public static boolean validateElement (javax.lang.model.element.Element) javax.lang.model.element.Element element private static boolean isValidBaseElement (javax.lang.model.element.Element) javax.lang.model.element.Element e private static boolean validateTypes (java.lang.Iterable) javax.lang.model.type.TypeMirror type Iterable types public static boolean validateType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static boolean validateAnnotations (java.lang.Iterable) javax.lang.model.element.AnnotationMirror annotationMirror Iterable annotationMirrors private static boolean validateAnnotation (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotationMirror private static boolean validateAnnotationValues (java.util.Map) java.util.Map valueMap private static boolean validateAnnotationValue (javax.lang.model.element.AnnotationValue, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationValue annotationValue javax.lang.model.type.TypeMirror expectedType private void <init> () private static synthetic boolean lambda$validateAnnotationValues$0 (java.util.Map$Entry) java.util.Map$Entry valueEntry javax.lang.model.type.TypeMirror expectedType static synthetic boolean access$000 (java.lang.Iterable) Iterable x0 static synthetic boolean access$100 (javax.lang.model.element.Element) javax.lang.model.element.Element x0 static synthetic boolean access$200 (java.lang.Iterable) Iterable x0 static synthetic boolean access$300 (javax.lang.model.element.AnnotationValue, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationValue x0 javax.lang.model.type.TypeMirror x1 static synthetic boolean access$400 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror x0 static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$Overrides$NativeOverrides.class
$Overrides.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$Overrides$NativeOverrides extends autovalue.shaded.com.google$.auto.common.$Overrides { private final javax.lang.model.util.Elements elementUtils void <init> (javax.lang.model.util.Elements) javax.lang.model.util.Elements elementUtils boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement in }
autovalue/shaded/com/google$/auto/common/$MoreTypes$HashVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$HashVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$HashVisitor INSTANCE private void <init> () int hashKind (int, javax.lang.model.type.TypeMirror) int seed javax.lang.model.type.TypeMirror t int result protected java.lang.Integer defaultAction (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror e java.util.Set visiting public java.lang.Integer visitArray (javax.lang.model.type.ArrayType, java.util.Set) javax.lang.model.type.ArrayType t java.util.Set visiting int result public java.lang.Integer visitDeclared (javax.lang.model.type.DeclaredType, java.util.Set) javax.lang.model.type.DeclaredType t java.util.Set visiting javax.lang.model.element.Element element java.util.Set newVisiting int result public java.lang.Integer visitExecutable (javax.lang.model.type.ExecutableType, java.util.Set) javax.lang.model.type.ExecutableType t java.util.Set visiting int result public java.lang.Integer visitTypeVariable (javax.lang.model.type.TypeVariable, java.util.Set) javax.lang.model.type.TypeMirror bound javax.lang.model.type.TypeVariable t java.util.Set visiting int result javax.lang.model.element.TypeParameterElement element public java.lang.Integer visitWildcard (javax.lang.model.type.WildcardType, java.util.Set) javax.lang.model.type.WildcardType t java.util.Set visiting int result public java.lang.Integer visitUnknown (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror t java.util.Set visiting public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$HashVisitor access$800 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreElements$2.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common synthetic autovalue.shaded.com.google$.auto.common.$MoreElements$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$common$Visibility static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$ComparedElements.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$MoreTypes$ComparedElements extends java.lang.Object { final javax.lang.model.element.Element a final autovalue.shaded.com.google$.common.collect.$ImmutableList aArguments final javax.lang.model.element.Element b final autovalue.shaded.com.google$.common.collect.$ImmutableList bArguments void <init> (javax.lang.model.element.Element, autovalue.shaded.com.google$.common.collect.$ImmutableList, javax.lang.model.element.Element, autovalue.shaded.com.google$.common.collect.$ImmutableList) javax.lang.model.element.Element a autovalue.shaded.com.google$.common.collect.$ImmutableList aArguments javax.lang.model.element.Element b autovalue.shaded.com.google$.common.collect.$ImmutableList bArguments public boolean equals (java.lang.Object) int i autovalue.shaded.com.google$.auto.common.$MoreTypes$ComparedElements that int nArguments Object o public int hashCode () }
autovalue/shaded/com/google$/auto/common/$SuperficialValidation$1.class
$SuperficialValidation.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$SuperficialValidation$1 extends javax.lang.model.util.AbstractElementVisitor8 { void <init> () public java.lang.Boolean visitPackage (javax.lang.model.element.PackageElement, java.lang.Void) javax.lang.model.element.PackageElement e Void p public java.lang.Boolean visitType (javax.lang.model.element.TypeElement, java.lang.Void) javax.lang.model.element.TypeElement e Void p public java.lang.Boolean visitVariable (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement e Void p public java.lang.Boolean visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Void) javax.lang.model.element.ExecutableElement e Void p javax.lang.model.element.AnnotationValue defaultValue public java.lang.Boolean visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Void) javax.lang.model.element.TypeParameterElement e Void p public java.lang.Boolean visitUnknown (javax.lang.model.element.Element, java.lang.Void) javax.lang.model.element.Element e Void p public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.element.Element, java.lang.Object) public volatile synthetic java.lang.Object visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Object) public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.element.TypeElement, java.lang.Object) public volatile synthetic java.lang.Object visitPackage (javax.lang.model.element.PackageElement, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreTypes$TypeEquivalence.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$TypeEquivalence extends autovalue.shaded.com.google$.common.base.$Equivalence { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$TypeEquivalence INSTANCE private void <init> () protected boolean doEquivalent (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror a javax.lang.model.type.TypeMirror b protected int doHash (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t public java.lang.String toString () protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$TypeEquivalence access$200 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$NoTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$NoTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$NoTypeVisitor INSTANCE void <init> () public javax.lang.model.type.NoType visitNoType (javax.lang.model.type.NoType, java.lang.Void) javax.lang.model.type.NoType type Void ignore public volatile synthetic java.lang.Object visitNoType (javax.lang.model.type.NoType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$NoTypeVisitor access$1600 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$DeclaredTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$DeclaredTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$DeclaredTypeVisitor INSTANCE void <init> () public javax.lang.model.type.DeclaredType visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType type Void ignore public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$DeclaredTypeVisitor access$1200 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreElements$TypeElementVisitor.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreElements$TypeElementVisitor extends autovalue.shaded.com.google$.auto.common.$MoreElements$CastingElementVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreElements$TypeElementVisitor INSTANCE void <init> () public javax.lang.model.element.TypeElement visitType (javax.lang.model.element.TypeElement, java.lang.Void) javax.lang.model.element.TypeElement e Void ignore public volatile synthetic java.lang.Object visitType (javax.lang.model.element.TypeElement, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreElements$TypeElementVisitor access$100 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreElements$TypeParameterElementVisitor.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreElements$TypeParameterElementVisitor extends autovalue.shaded.com.google$.auto.common.$MoreElements$CastingElementVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreElements$TypeParameterElementVisitor INSTANCE void <init> () public javax.lang.model.element.TypeParameterElement visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Void) javax.lang.model.element.TypeParameterElement e Void ignore public volatile synthetic java.lang.Object visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreElements$TypeParameterElementVisitor access$200 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreElements$PackageElementVisitor.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreElements$PackageElementVisitor extends autovalue.shaded.com.google$.auto.common.$MoreElements$CastingElementVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreElements$PackageElementVisitor INSTANCE void <init> () public javax.lang.model.element.PackageElement visitPackage (javax.lang.model.element.PackageElement, java.lang.Void) javax.lang.model.element.PackageElement e Void ignore public volatile synthetic java.lang.Object visitPackage (javax.lang.model.element.PackageElement, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreElements$PackageElementVisitor access$000 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$AsElementVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$AsElementVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$AsElementVisitor INSTANCE private void <init> () protected javax.lang.model.element.Element defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror e Void p public javax.lang.model.element.Element visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void p public javax.lang.model.element.Element visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType t Void p public javax.lang.model.element.Element visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void p public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$AsElementVisitor access$1000 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$PrimitiveTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$PrimitiveTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$PrimitiveTypeVisitor INSTANCE void <init> () public javax.lang.model.type.PrimitiveType visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType type Void ignore public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$PrimitiveTypeVisitor access$1800 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$DefaultVisitor.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$AnnotationValues$DefaultVisitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final Class clazz void <init> (java.lang.Class) Class clazz public java.lang.Object defaultAction (java.lang.Object, java.lang.Void) Object o Void unused public volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$AnnotationMirrors.class
$AnnotationMirrors.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$AnnotationMirrors extends java.lang.Object { private static final autovalue.shaded.com.google$.common.base.$Equivalence ANNOTATION_MIRROR_EQUIVALENCE public static autovalue.shaded.com.google$.common.base.$Equivalence equivalence () public static autovalue.shaded.com.google$.common.collect.$ImmutableMap getAnnotationValuesWithDefaults (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.ExecutableElement method javax.lang.model.element.AnnotationMirror annotation autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder values java.util.Map declaredValues public static javax.lang.model.element.AnnotationValue getAnnotationValue (javax.lang.model.element.AnnotationMirror, java.lang.String) javax.lang.model.element.AnnotationMirror annotationMirror String elementName public static java.util.Map$Entry getAnnotationElementAndValue (javax.lang.model.element.AnnotationMirror, java.lang.String) java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror annotationMirror String elementName public static autovalue.shaded.com.google$.common.collect.$ImmutableSet getAnnotatedAnnotations (javax.lang.model.element.Element, java.lang.Class) javax.lang.model.element.Element element Class annotationClass String name public static autovalue.shaded.com.google$.common.collect.$ImmutableSet getAnnotatedAnnotations (javax.lang.model.element.Element, javax.lang.model.element.TypeElement) javax.lang.model.element.Element element javax.lang.model.element.TypeElement annotation public static autovalue.shaded.com.google$.common.collect.$ImmutableSet getAnnotatedAnnotations (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element element String annotationName private void <init> () private static synthetic boolean lambda$getAnnotatedAnnotations$1 (java.lang.String, javax.lang.model.element.AnnotationMirror) String annotationName javax.lang.model.element.AnnotationMirror input private static synthetic boolean lambda$getAnnotatedAnnotations$0 (javax.lang.model.element.TypeElement, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.TypeElement annotation javax.lang.model.element.AnnotationMirror input static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$EnumVisitor.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$AnnotationValues$EnumVisitor extends autovalue.shaded.com.google$.auto.common.$AnnotationValues$DefaultVisitor { static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$EnumVisitor INSTANCE void <init> () public javax.lang.model.element.VariableElement visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement value Void unused public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$GeneratedAnnotationSpecs.class
$GeneratedAnnotationSpecs.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$GeneratedAnnotationSpecs extends java.lang.Object { private void <init> () public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, java.lang.Class) javax.lang.model.util.Elements elements Class processorClass public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, java.lang.Class, java.lang.String) javax.lang.model.util.Elements elements Class processorClass String comments public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, javax.lang.model.SourceVersion, java.lang.Class) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion Class processorClass public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, javax.lang.model.SourceVersion, java.lang.Class, java.lang.String) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion Class processorClass String comments private static java.util.Optional generatedAnnotationSpecBuilder (javax.lang.model.util.Elements, java.lang.Class) javax.lang.model.util.Elements elements Class processorClass private static java.util.Optional generatedAnnotationSpecBuilder (javax.lang.model.util.Elements, javax.lang.model.SourceVersion, java.lang.Class) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion Class processorClass private static synthetic autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder lambda$generatedAnnotationSpecBuilder$3 (java.lang.Class, javax.lang.model.element.TypeElement) Class processorClass javax.lang.model.element.TypeElement generated private static synthetic autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder lambda$generatedAnnotationSpecBuilder$2 (java.lang.Class, javax.lang.model.element.TypeElement) Class processorClass javax.lang.model.element.TypeElement generated private static synthetic autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec lambda$generatedAnnotationSpec$1 (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder) String comments autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder annotation private static synthetic autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec lambda$generatedAnnotationSpec$0 (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder) String comments autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder annotation }
autovalue/shaded/com/google$/auto/common/$MoreTypes$CastingUncheckedVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingUncheckedVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { void <init> () public java.lang.Boolean visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void p public java.lang.Boolean visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void p private static boolean uncheckedTypeArgument (javax.lang.model.type.TypeMirror) javax.lang.model.type.WildcardType wildcard javax.lang.model.type.TypeMirror arg private static boolean isJavaLangObject (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.element.TypeElement typeElement public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$1.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$AnnotationValues$1 extends autovalue.shaded.com.google$.common.base.$Equivalence { void <init> () protected boolean doEquivalent (javax.lang.model.element.AnnotationValue, javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue left javax.lang.model.element.AnnotationValue right protected int doHash (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreStreams.class
$MoreStreams.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$MoreStreams extends java.lang.Object { public static java.util.stream.Collector toImmutableList () public static java.util.stream.Collector toImmutableSet () public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyMapper java.util.function.Function valueMapper public static java.util.stream.Collector toImmutableBiMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyMapper java.util.function.Function valueMapper private void <init> () private static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder lambda$toImmutableBiMap$5 (autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder left autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder right private static synthetic void lambda$toImmutableBiMap$4 (autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder builder java.util.Map$Entry entry private static synthetic java.util.Map$Entry lambda$toImmutableBiMap$3 (java.util.function.Function, java.util.function.Function, java.lang.Object) java.util.function.Function keyMapper java.util.function.Function valueMapper Object value private static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder lambda$toImmutableMap$2 (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder, autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder left autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder right private static synthetic void lambda$toImmutableMap$1 (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder java.util.Map$Entry entry private static synthetic java.util.Map$Entry lambda$toImmutableMap$0 (java.util.function.Function, java.util.function.Function, java.lang.Object) java.util.function.Function keyMapper java.util.function.Function valueMapper Object value }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$1$1$3.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1$3 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 void <init> (autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1) autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 protected java.lang.Boolean defaultAction (java.lang.Object, java.util.List) Object ignored java.util.List alsoIgnored public java.lang.Boolean visitArray (java.util.List, java.util.List) java.util.List right java.util.List left public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$1$1$2.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1$2 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 void <init> (autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1) autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.element.AnnotationMirror) Object right javax.lang.model.element.AnnotationMirror left public java.lang.Boolean visitAnnotation (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror right javax.lang.model.element.AnnotationMirror left public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$AnnotationMirrors$1.class
$AnnotationMirrors.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$AnnotationMirrors$1 extends autovalue.shaded.com.google$.common.base.$Equivalence { void <init> () protected boolean doEquivalent (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror left javax.lang.model.element.AnnotationMirror right protected int doHash (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation javax.lang.model.type.DeclaredType type Iterable annotationValues public java.lang.String toString () protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$AnnotationMirrorVisitor.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$AnnotationValues$AnnotationMirrorVisitor extends autovalue.shaded.com.google$.auto.common.$AnnotationValues$DefaultVisitor { static final autovalue.shaded.com.google$.auto.common.$AnnotationValues$AnnotationMirrorVisitor INSTANCE void <init> () public javax.lang.model.element.AnnotationMirror visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Void) javax.lang.model.element.AnnotationMirror value Void unused public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$WildcardTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$WildcardTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$WildcardTypeVisitor INSTANCE void <init> () public javax.lang.model.type.WildcardType visitWildcard (javax.lang.model.type.WildcardType, java.lang.Void) javax.lang.model.type.WildcardType type Void ignore public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$WildcardTypeVisitor access$2000 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$1$1$1.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 void <init> (autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1) autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 this$1 protected java.lang.Object defaultAction (java.lang.Object, java.lang.Void) Object object Void unused protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreTypes$CastingTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common abstract autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private final String label void <init> (java.lang.String) String label protected java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror e Void v protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreTypes$TypeVariableVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$TypeVariableVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$TypeVariableVisitor INSTANCE void <init> () public javax.lang.model.type.TypeVariable visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable type Void ignore public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$TypeVariableVisitor access$1900 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$NullTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$NullTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$NullTypeVisitor INSTANCE void <init> () public javax.lang.model.type.NullType visitNull (javax.lang.model.type.NullType, java.lang.Void) javax.lang.model.type.NullType type Void ignore public volatile synthetic java.lang.Object visitNull (javax.lang.model.type.NullType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$NullTypeVisitor access$1700 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreElements.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$MoreElements extends java.lang.Object { public static javax.lang.model.element.PackageElement getPackage (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.PackageElement asPackage (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isType (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.TypeElement asType (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.TypeParameterElement asTypeParameter (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.VariableElement asVariable (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.ExecutableElement asExecutable (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isAnnotationPresent (javax.lang.model.element.Element, java.lang.Class) javax.lang.model.element.Element element Class annotationClass public static boolean isAnnotationPresent (javax.lang.model.element.Element, javax.lang.model.element.TypeElement) javax.lang.model.element.Element element javax.lang.model.element.TypeElement annotation public static boolean isAnnotationPresent (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element element String annotationName public static autovalue.shaded.com.google$.common.base.$Optional getAnnotationMirror (javax.lang.model.element.Element, java.lang.Class) javax.lang.model.element.Element element Class annotationClass String name public static autovalue.shaded.com.google$.common.base.$Optional getAnnotationMirror (javax.lang.model.element.Element, javax.lang.model.element.TypeElement) javax.lang.model.element.AnnotationMirror elementAnnotation javax.lang.model.element.Element element javax.lang.model.element.TypeElement annotation public static autovalue.shaded.com.google$.common.base.$Optional getAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.TypeElement annotationTypeElement javax.lang.model.element.AnnotationMirror annotationMirror javax.lang.model.element.Element element String annotationName public static transient autovalue.shaded.com.google$.common.base.$Predicate hasModifiers (javax.lang.model.element.Modifier[]) javax.lang.model.element.Modifier[] modifiers public static autovalue.shaded.com.google$.common.base.$Predicate hasModifiers (java.util.Set) java.util.Set modifiers public static autovalue.shaded.com.google$.common.collect.$ImmutableSet getLocalAndInheritedMethods (javax.lang.model.element.TypeElement, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement type javax.lang.model.util.Elements elementUtils autovalue.shaded.com.google$.auto.common.$Overrides overrides public static autovalue.shaded.com.google$.common.collect.$ImmutableSet getLocalAndInheritedMethods (javax.lang.model.element.TypeElement, javax.lang.model.util.Types, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement type javax.lang.model.util.Types typeUtils javax.lang.model.util.Elements elementUtils private static autovalue.shaded.com.google$.common.collect.$ImmutableSet getLocalAndInheritedMethods (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.auto.common.$Overrides) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.auto.common.$Overrides overrides javax.lang.model.element.PackageElement pkg autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder methods public static boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement, javax.lang.model.util.Types) javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement type javax.lang.model.util.Types typeUtils public static autovalue.shaded.com.google$.common.collect.$ImmutableSet getAllMethods (javax.lang.model.element.TypeElement, javax.lang.model.util.Types, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement type javax.lang.model.util.Types typeUtils javax.lang.model.util.Elements elementUtils private static autovalue.shaded.com.google$.common.collect.$ImmutableSet getAllMethods (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.auto.common.$Overrides) javax.lang.model.element.ExecutableElement methodJ int j javax.lang.model.element.ExecutableElement methodI int i java.util.List methodList java.util.Collection methods javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.auto.common.$Overrides overrides autovalue.shaded.com.google$.common.collect.$SetMultimap methodMap java.util.Set overridden private static void getAllMethods (javax.lang.model.element.TypeElement, autovalue.shaded.com.google$.common.collect.$SetMultimap) javax.lang.model.type.TypeMirror superInterface javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type autovalue.shaded.com.google$.common.collect.$SetMultimap methods static boolean methodVisibleFromPackage (javax.lang.model.element.ExecutableElement, javax.lang.model.element.PackageElement) javax.lang.model.element.ExecutableElement method javax.lang.model.element.PackageElement pkg autovalue.shaded.com.google$.auto.common.$Visibility visibility private void <init> () private static synthetic boolean lambda$getAllMethods$0 (java.util.Set, javax.lang.model.element.ExecutableElement) java.util.Set overridden javax.lang.model.element.ExecutableElement m }
autovalue/shaded/com/google$/auto/common/$MoreTypes.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common public final autovalue.shaded.com.google$.auto.common.$MoreTypes extends java.lang.Object { private static final int HASH_SEED private static final int HASH_MULTIPLIER public static autovalue.shaded.com.google$.common.base.$Equivalence equivalence () private static boolean equal (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror a javax.lang.model.type.TypeMirror b java.util.Set visiting boolean equal autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam p private static javax.lang.model.type.TypeMirror enclosingType (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType t javax.lang.model.type.TypeMirror enclosing private static boolean equalLists (java.util.List, java.util.List, java.util.Set) javax.lang.model.type.TypeMirror nextMirrorA javax.lang.model.type.TypeMirror nextMirrorB java.util.List a java.util.List b java.util.Set visiting int size java.util.Iterator aIterator java.util.Iterator bIterator private static int hashList (java.util.List, java.util.Set) javax.lang.model.type.TypeMirror mirror java.util.List mirrors java.util.Set visiting int result private static int hash (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror mirror java.util.Set visiting public static autovalue.shaded.com.google$.common.collect.$ImmutableSet referencedTypes (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder elements public static javax.lang.model.element.Element asElement (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror public static javax.lang.model.element.TypeElement asTypeElement (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror mirror public static autovalue.shaded.com.google$.common.collect.$ImmutableSet asTypeElements (java.lang.Iterable) javax.lang.model.type.TypeMirror mirror Iterable mirrors autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder builder public static javax.lang.model.type.ArrayType asArray (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeArrayType public static javax.lang.model.type.DeclaredType asDeclared (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeDeclaredType public static javax.lang.model.type.ErrorType asError (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeErrorType public static javax.lang.model.type.ExecutableType asExecutable (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeExecutableType public static javax.lang.model.type.IntersectionType asIntersection (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeIntersectionType public static javax.lang.model.type.NoType asNoType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeNoType public static javax.lang.model.type.NullType asNullType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeNullType public static javax.lang.model.type.PrimitiveType asPrimitiveType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybePrimitiveType public static javax.lang.model.type.TypeVariable asTypeVariable (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeTypeVariable public static javax.lang.model.type.WildcardType asWildcard (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeWildcardType public static boolean isType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isTypeOf (java.lang.Class, javax.lang.model.type.TypeMirror) Class clazz javax.lang.model.type.TypeMirror type public static autovalue.shaded.com.google$.common.base.$Optional nonObjectSuperclass (javax.lang.model.util.Types, javax.lang.model.util.Elements, javax.lang.model.type.DeclaredType) javax.lang.model.util.Types types javax.lang.model.util.Elements elements javax.lang.model.type.DeclaredType type javax.lang.model.type.TypeMirror superclassType javax.lang.model.type.DeclaredType superclass private static boolean isObjectType (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType type public static javax.lang.model.type.TypeMirror asMemberOf (javax.lang.model.util.Types, javax.lang.model.type.DeclaredType, javax.lang.model.element.VariableElement) int i javax.lang.model.element.ExecutableElement methodOrConstructor javax.lang.model.type.ExecutableType resolvedMethodOrConstructor java.util.List parameters java.util.List parameterTypes javax.lang.model.util.Types types javax.lang.model.type.DeclaredType container javax.lang.model.element.VariableElement variable public static boolean isConversionFromObjectUnchecked (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private void <init> () static synthetic boolean access$000 (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror x0 javax.lang.model.type.TypeMirror x1 java.util.Set x2 static synthetic int access$100 (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror x0 java.util.Set x1 static synthetic javax.lang.model.type.TypeMirror access$300 (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType x0 static synthetic boolean access$400 (java.util.List, java.util.List, java.util.Set) java.util.List x0 java.util.List x1 java.util.Set x2 static synthetic int access$700 (java.util.List, java.util.Set) java.util.List x0 java.util.Set x1 }
autovalue/shaded/com/google$/auto/common/$MoreTypes$ExecutableTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$ExecutableTypeVisitor extends autovalue.shaded.com.google$.auto.common.$MoreTypes$CastingTypeVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$ExecutableTypeVisitor INSTANCE void <init> () public javax.lang.model.type.ExecutableType visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Void) javax.lang.model.type.ExecutableType type Void ignore public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$ExecutableTypeVisitor access$1400 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreTypes$IsTypeVisitor.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$IsTypeVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final autovalue.shaded.com.google$.auto.common.$MoreTypes$IsTypeVisitor INSTANCE private void <init> () protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror type Void ignored public java.lang.Boolean visitNoType (javax.lang.model.type.NoType, java.lang.Void) javax.lang.model.type.NoType noType Void p public java.lang.Boolean visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType type Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType array Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType type Void ignored public volatile synthetic java.lang.Object visitNoType (javax.lang.model.type.NoType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreTypes$IsTypeVisitor access$2100 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$MoreElements$VariableElementVisitor.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreElements$VariableElementVisitor extends autovalue.shaded.com.google$.auto.common.$MoreElements$CastingElementVisitor { private static final autovalue.shaded.com.google$.auto.common.$MoreElements$VariableElementVisitor INSTANCE void <init> () public javax.lang.model.element.VariableElement visitVariable (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement e Void ignore public volatile synthetic java.lang.Object visitVariable (javax.lang.model.element.VariableElement, java.lang.Object) static synthetic autovalue.shaded.com.google$.auto.common.$MoreElements$VariableElementVisitor access$300 () static void <clinit> () }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$1$1.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic autovalue.shaded.com.google$.auto.common.$AnnotationValues$1 this$0 void <init> (autovalue.shaded.com.google$.auto.common.$AnnotationValues$1) autovalue.shaded.com.google$.auto.common.$AnnotationValues$1 this$0 protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.element.AnnotationValue) Object left javax.lang.model.element.AnnotationValue right public java.lang.Boolean visitAnnotation (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationMirror left javax.lang.model.element.AnnotationValue right public java.lang.Boolean visitArray (java.util.List, javax.lang.model.element.AnnotationValue) java.util.List left javax.lang.model.element.AnnotationValue right public java.lang.Boolean visitType (javax.lang.model.type.TypeMirror, javax.lang.model.element.AnnotationValue) javax.lang.model.type.TypeMirror left javax.lang.model.element.AnnotationValue right public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreElements$1.class
$MoreElements.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreElements$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate { final synthetic java.util.Set val$modifiers void <init> (java.util.Set) public boolean apply (javax.lang.model.element.Element) javax.lang.model.element.Element input public volatile synthetic boolean apply (java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$AnnotationValues$1$2.class
$AnnotationValues.java package autovalue.shaded.com.google$.auto.common autovalue.shaded.com.google$.auto.common.$AnnotationValues$1$2 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic autovalue.shaded.com.google$.auto.common.$AnnotationValues$1 this$0 void <init> (autovalue.shaded.com.google$.auto.common.$AnnotationValues$1) autovalue.shaded.com.google$.auto.common.$AnnotationValues$1 this$0 public java.lang.Integer visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Void) javax.lang.model.element.AnnotationMirror value Void ignore public java.lang.Integer visitArray (java.util.List, java.lang.Void) java.util.List values Void ignore public java.lang.Integer visitType (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror value Void ignore protected java.lang.Integer defaultAction (java.lang.Object, java.lang.Void) Object value Void ignored public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/auto/common/$MoreTypes$EqualVisitorParam.class
$MoreTypes.java package autovalue.shaded.com.google$.auto.common final autovalue.shaded.com.google$.auto.common.$MoreTypes$EqualVisitorParam extends java.lang.Object { javax.lang.model.type.TypeMirror type java.util.Set visiting private void <init> () synthetic void <init> (autovalue.shaded.com.google$.auto.common.$MoreTypes$1) autovalue.shaded.com.google$.auto.common.$MoreTypes$1 x0 }
META-INF/maven/com.google.auto/
META-INF/maven/com.google.auto/auto-common/
META-INF/maven/com.google.auto/auto-common/pom.xml
META-INF/maven/com.google.auto/auto-common/pom.properties
autovalue/shaded/com/google$/auto/service/
autovalue/shaded/com/google$/auto/service/$AutoService.class
$AutoService.java package autovalue.shaded.com.google$.auto.service public abstract annotation autovalue.shaded.com.google$.auto.service.$AutoService extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
META-INF/maven/com.google.auto.service/
META-INF/maven/com.google.auto.service/auto-service-annotations/
META-INF/maven/com.google.auto.service/auto-service-annotations/pom.xml
META-INF/maven/com.google.auto.service/auto-service-annotations/pom.properties
autovalue/shaded/com/google$/errorprone/
autovalue/shaded/com/google$/errorprone/annotations/
autovalue/shaded/com/google$/errorprone/annotations/$CanIgnoreReturnValue.class
$CanIgnoreReturnValue.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/errorprone/annotations/$IncompatibleModifiers.class
$IncompatibleModifiers.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$IncompatibleModifiers extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.lang.model.element.Modifier[] value () }
autovalue/shaded/com/google$/errorprone/annotations/concurrent/
autovalue/shaded/com/google$/errorprone/annotations/concurrent/$LazyInit.class
$LazyInit.java package autovalue.shaded.com.google$.errorprone.annotations.concurrent public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.concurrent.$LazyInit extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/errorprone/annotations/concurrent/$GuardedBy.class
$GuardedBy.java package autovalue.shaded.com.google$.errorprone.annotations.concurrent public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.concurrent.$GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
autovalue/shaded/com/google$/errorprone/annotations/$Immutable.class
$Immutable.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$Immutable extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] containerOf () }
autovalue/shaded/com/google$/errorprone/annotations/$CompatibleWith.class
$CompatibleWith.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$CompatibleWith extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
autovalue/shaded/com/google$/errorprone/annotations/$FormatMethod.class
$FormatMethod.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$FormatMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/errorprone/annotations/$DoNotMock.class
$DoNotMock.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$DoNotMock extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
autovalue/shaded/com/google$/errorprone/annotations/$ForOverride.class
$ForOverride.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$ForOverride extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/errorprone/annotations/$DoNotCall.class
$DoNotCall.java package autovalue.shaded.com.google$.errorprone.annotations public abstract annotation autovalue.shaded.com.google$.errorprone.annotations.$DoNotCall extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
META-INF/maven/com.google.errorprone/
META-INF/maven/com.google.errorprone/error_prone_annotations/
META-INF/maven/com.google.errorprone/error_prone_annotations/pom.xml
META-INF/maven/com.google.errorprone/error_prone_annotations/pom.properties
autovalue/shaded/com/google$/escapevelocity/
autovalue/shaded/com/google$/escapevelocity/$ParseException.class
$ParseException.java package autovalue.shaded.com.google$.escapevelocity public autovalue.shaded.com.google$.escapevelocity.$ParseException extends java.lang.RuntimeException { private static final long serialVersionUID void <init> (java.lang.String, java.lang.String, int) String message String resourceName int lineNumber void <init> (java.lang.String, java.lang.String, int, java.lang.String) String message String resourceName int lineNumber String context private static java.lang.String where (java.lang.String, int) String resourceName int lineNumber }
autovalue/shaded/com/google$/escapevelocity/$Template.class
$Template.java package autovalue.shaded.com.google$.escapevelocity public autovalue.shaded.com.google$.escapevelocity.$Template extends java.lang.Object { private final autovalue.shaded.com.google$.escapevelocity.$Node root private final autovalue.shaded.com.google$.escapevelocity.$MethodFinder methodFinder public static autovalue.shaded.com.google$.escapevelocity.$Template parseFrom (java.io.Reader) throws java.io.IOException java.io.Reader reader autovalue.shaded.com.google$.escapevelocity.$Template$ResourceOpener resourceOpener public static autovalue.shaded.com.google$.escapevelocity.$Template parseFrom (java.lang.String, autovalue.shaded.com.google$.escapevelocity.$Template$ResourceOpener) throws java.io.IOException java.io.Reader reader String resourceName autovalue.shaded.com.google$.escapevelocity.$Template$ResourceOpener resourceOpener void <init> (autovalue.shaded.com.google$.escapevelocity.$Node) autovalue.shaded.com.google$.escapevelocity.$Node root public java.lang.String evaluate (java.util.Map) java.util.Map vars autovalue.shaded.com.google$.escapevelocity.$EvaluationContext evaluationContext private static synthetic java.io.Reader lambda$parseFrom$0 (java.io.Reader, java.lang.String) throws java.io.IOException java.io.Reader reader String resourceName }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$MacroDefinitionTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$MacroDefinitionTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { final String name final autovalue.shaded.com.google$.common.collect.$ImmutableList parameterNames void <init> (java.lang.String, int, java.lang.String, java.util.List) String resourceName int lineNumber String name java.util.List parameterNames java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$ForEachTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$ForEachTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { final String var final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode collection void <init> (java.lang.String, autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) String var autovalue.shaded.com.google$.escapevelocity.$ExpressionNode collection java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$MethodFinder.class
$MethodFinder.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$MethodFinder extends java.lang.Object { private final autovalue.shaded.com.google$.common.collect.$Table methodCache private static final String THIS_PACKAGE private static final java.lang.reflect.Method CLASS_GET_MODULE_METHOD private static final java.lang.reflect.Method MODULE_IS_EXPORTED_METHOD void <init> () synchronized autovalue.shaded.com.google$.common.collect.$ImmutableSet publicMethodsWithName (java.lang.Class, java.lang.String) Class startClass String name autovalue.shaded.com.google$.common.collect.$ImmutableSet cachedMethods private autovalue.shaded.com.google$.common.collect.$ImmutableSet uncachedPublicMethodsWithName (java.lang.Class, java.lang.String) Class startClass String name java.util.Set methods static java.lang.reflect.Method visibleMethod (java.lang.reflect.Method, java.lang.Class) java.lang.reflect.Method methodInClass NoSuchMethodException e java.lang.reflect.Method methodInSuperinterface Class superinterface java.lang.reflect.Method method Class in java.lang.reflect.Method methodInClass java.lang.reflect.Method methodInSuperclass private static boolean classIsPublic (java.lang.Class) Class c private static boolean classIsExported (java.lang.Class) String pkg Object module Exception e Class c private static synthetic java.lang.reflect.Method lambda$uncachedPublicMethodsWithName$1 (java.lang.Class, java.lang.reflect.Method) Class startClass java.lang.reflect.Method m private static synthetic boolean lambda$uncachedPublicMethodsWithName$0 (java.lang.String, java.lang.reflect.Method) String name java.lang.reflect.Method m static void <clinit> () Class moduleClass java.lang.reflect.Method classGetModuleMethod java.lang.reflect.Method moduleIsExportedMethod Exception e java.lang.reflect.Method classGetModuleMethod java.lang.reflect.Method moduleIsExportedMethod }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$CommentTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$TokenNode$CommentTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { void <init> (java.lang.String, int) String resourceName int lineNumber java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$Macro.class
$Macro.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$Macro extends java.lang.Object { private final int definitionLineNumber private final String name private final autovalue.shaded.com.google$.common.collect.$ImmutableList parameterNames private final autovalue.shaded.com.google$.escapevelocity.$Node body void <init> (int, java.lang.String, java.util.List, autovalue.shaded.com.google$.escapevelocity.$Node) int definitionLineNumber String name java.util.List parameterNames autovalue.shaded.com.google$.escapevelocity.$Node body java.lang.String name () int parameterCount () java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext, java.util.List) int i java.util.Map parameterThunks autovalue.shaded.com.google$.escapevelocity.$EvaluationContext newContext autovalue.shaded.com.google$.escapevelocity.$EvaluationException newException autovalue.shaded.com.google$.escapevelocity.$EvaluationException e autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context java.util.List thunks }
autovalue/shaded/com/google$/escapevelocity/$ConstantExpressionNode.class
$ConstantExpressionNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$ConstantExpressionNode extends autovalue.shaded.com.google$.escapevelocity.$ExpressionNode { private final Object value void <init> (java.lang.String, int, java.lang.Object) String resourceName int lineNumber Object value java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context }
autovalue/shaded/com/google$/escapevelocity/$ReferenceNode$IndexReferenceNode.class
$ReferenceNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$ReferenceNode$IndexReferenceNode extends autovalue.shaded.com.google$.escapevelocity.$ReferenceNode { final autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode index void <init> (autovalue.shaded.com.google$.escapevelocity.$ReferenceNode, autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs autovalue.shaded.com.google$.escapevelocity.$ExpressionNode index java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) Object indexValue java.util.List lhsList int i Object indexValue java.util.Map lhsMap autovalue.shaded.com.google$.escapevelocity.$ReferenceNode$MethodReferenceNode node autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object lhsValue }
autovalue/shaded/com/google$/escapevelocity/$TokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity abstract autovalue.shaded.com.google$.escapevelocity.$TokenNode extends autovalue.shaded.com.google$.escapevelocity.$Node { void <init> (java.lang.String, int) String resourceName int lineNumber java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext vars abstract java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$ReferenceNode$MethodReferenceNode.class
$ReferenceNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$ReferenceNode$MethodReferenceNode extends autovalue.shaded.com.google$.escapevelocity.$ReferenceNode { final autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs final String id final java.util.List args private static final autovalue.shaded.com.google$.common.collect.$ImmutableList NUMERICAL_PRIMITIVES private static final int INDEX_OF_INT void <init> (autovalue.shaded.com.google$.escapevelocity.$ReferenceNode, java.lang.String, java.util.List) autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs String id java.util.List args java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationException e autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object lhsValue private java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext, java.lang.Object, java.lang.Class) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object lhsValue Class targetClass java.util.List argValues autovalue.shaded.com.google$.common.collect.$ImmutableSet publicMethodsWithName java.util.List compatibleMethods static boolean compatibleArgs (java.lang.Class[], java.util.List) Class paramType Object argValue int i Class[] paramTypes java.util.List argValues private static boolean primitiveIsCompatible (java.lang.Class, java.lang.Object) Class primitive Object value static boolean primitiveTypeIsAssignmentCompatible (java.lang.Class, java.lang.Class) Class to Class from int toI int fromI private static synthetic boolean lambda$evaluate$2 (java.lang.reflect.Method) java.lang.reflect.Method method private static synthetic boolean lambda$evaluate$1 (java.util.List, java.lang.reflect.Method) java.util.List argValues java.lang.reflect.Method method private static synthetic java.lang.Object lambda$evaluate$0 (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext, autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context autovalue.shaded.com.google$.escapevelocity.$ExpressionNode arg static void <clinit> () }
autovalue/shaded/com/google$/escapevelocity/$Parser$StringLiteralNode.class
$Parser.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$Parser$StringLiteralNode extends autovalue.shaded.com.google$.escapevelocity.$ExpressionNode { private final autovalue.shaded.com.google$.common.collect.$ImmutableList nodes void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.collect.$ImmutableList) String resourceName int lineNumber autovalue.shaded.com.google$.common.collect.$ImmutableList nodes java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context StringBuilder sb }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$ElseIfTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$ElseIfTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode$IfOrElseIfTokenNode { void <init> (autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) autovalue.shaded.com.google$.escapevelocity.$ExpressionNode condition java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$EndTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$EndTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { void <init> (java.lang.String, int) String resourceName int lineNumber java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$EvaluationContext.class
$EvaluationContext.java package autovalue.shaded.com.google$.escapevelocity abstract autovalue.shaded.com.google$.escapevelocity.$EvaluationContext extends java.lang.Object { public abstract java.lang.Object getVar (java.lang.String) public abstract boolean varIsDefined (java.lang.String) public abstract java.lang.Runnable setVar (java.lang.String, java.lang.Object) public abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet publicMethodsWithName (java.lang.Class, java.lang.String) }
autovalue/shaded/com/google$/escapevelocity/$EvaluationException.class
$EvaluationException.java package autovalue.shaded.com.google$.escapevelocity public autovalue.shaded.com.google$.escapevelocity.$EvaluationException extends java.lang.RuntimeException { private static final long serialVersionUID void <init> (java.lang.String) String message void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$IfTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$IfTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode$IfOrElseIfTokenNode { void <init> (autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) autovalue.shaded.com.google$.escapevelocity.$ExpressionNode condition java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$ElseTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$ElseTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { void <init> (java.lang.String, int) String resourceName int lineNumber java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$EvaluationContext$PlainEvaluationContext.class
$EvaluationContext.java package autovalue.shaded.com.google$.escapevelocity public autovalue.shaded.com.google$.escapevelocity.$EvaluationContext$PlainEvaluationContext extends java.lang.Object implements autovalue.shaded.com.google$.escapevelocity.$EvaluationContext { private final java.util.Map vars private final autovalue.shaded.com.google$.escapevelocity.$MethodFinder methodFinder void <init> (java.util.Map, autovalue.shaded.com.google$.escapevelocity.$MethodFinder) java.util.Map vars autovalue.shaded.com.google$.escapevelocity.$MethodFinder methodFinder public java.lang.Object getVar (java.lang.String) String var public boolean varIsDefined (java.lang.String) String var public java.lang.Runnable setVar (java.lang.String, java.lang.Object) Object oldValue Runnable undo String var Object value Runnable undo public autovalue.shaded.com.google$.common.collect.$ImmutableSet publicMethodsWithName (java.lang.Class, java.lang.String) Class startClass String name private synthetic void lambda$setVar$1 (java.lang.String) String var private synthetic void lambda$setVar$0 (java.lang.String, java.lang.Object) String var Object oldValue }
autovalue/shaded/com/google$/escapevelocity/$DirectiveNode$ForEachNode$CountingIterator.class
$DirectiveNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$ForEachNode$CountingIterator extends java.lang.Object implements java.util.Iterator { private final java.util.Iterator iterator private int index void <init> (java.util.Iterator) java.util.Iterator iterator public boolean hasNext () public java.lang.Object next () Object next int index () }
autovalue/shaded/com/google$/escapevelocity/$Node.class
$Node.java package autovalue.shaded.com.google$.escapevelocity abstract autovalue.shaded.com.google$.escapevelocity.$Node extends java.lang.Object { final String resourceName final int lineNumber void <init> (java.lang.String, int) String resourceName int lineNumber abstract java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) private java.lang.String where () String where autovalue.shaded.com.google$.escapevelocity.$EvaluationException evaluationException (java.lang.String) String message autovalue.shaded.com.google$.escapevelocity.$EvaluationException evaluationException (java.lang.Throwable) Throwable cause static autovalue.shaded.com.google$.escapevelocity.$Node emptyNode (java.lang.String, int) String resourceName int lineNumber static autovalue.shaded.com.google$.escapevelocity.$Node cons (java.lang.String, int, autovalue.shaded.com.google$.common.collect.$ImmutableList) String resourceName int lineNumber autovalue.shaded.com.google$.common.collect.$ImmutableList nodes }
META-INF/maven/com.google.escapevelocity/
META-INF/maven/com.google.escapevelocity/escapevelocity/
META-INF/maven/com.google.escapevelocity/escapevelocity/pom.properties
autovalue/shaded/com/google$/escapevelocity/$Node$Cons.class
$Node.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$Node$Cons extends autovalue.shaded.com.google$.escapevelocity.$Node { private final autovalue.shaded.com.google$.common.collect.$ImmutableList nodes void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.collect.$ImmutableList) String resourceName int lineNumber autovalue.shaded.com.google$.common.collect.$ImmutableList nodes java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context StringBuilder sb }
autovalue/shaded/com/google$/escapevelocity/$ReferenceNode$PlainReferenceNode.class
$ReferenceNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$ReferenceNode$PlainReferenceNode extends autovalue.shaded.com.google$.escapevelocity.$ReferenceNode { final String id void <init> (java.lang.String, int, java.lang.String) String resourceName int lineNumber String id java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context boolean isDefinedAndTrue (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context }
autovalue/shaded/com/google$/escapevelocity/$DirectiveNode$ForEachNode$ForEachVar.class
$DirectiveNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$ForEachNode$ForEachVar extends java.lang.Object { private final autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$ForEachNode$CountingIterator iterator void <init> (autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$ForEachNode$CountingIterator) autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$ForEachNode$CountingIterator iterator public boolean getHasNext () public int getIndex () }
autovalue/shaded/com/google$/escapevelocity/$ExpressionNode$NotExpressionNode.class
$ExpressionNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$ExpressionNode$NotExpressionNode extends autovalue.shaded.com.google$.escapevelocity.$ExpressionNode { private final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode expr void <init> (autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) autovalue.shaded.com.google$.escapevelocity.$ExpressionNode expr java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context }
autovalue/shaded/com/google$/escapevelocity/$DirectiveNode$ForEachNode.class
$DirectiveNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$ForEachNode extends autovalue.shaded.com.google$.escapevelocity.$DirectiveNode { private final String var private final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode collection private final autovalue.shaded.com.google$.escapevelocity.$Node body void <init> (java.lang.String, int, java.lang.String, autovalue.shaded.com.google$.escapevelocity.$ExpressionNode, autovalue.shaded.com.google$.escapevelocity.$Node) String resourceName int lineNumber String var autovalue.shaded.com.google$.escapevelocity.$ExpressionNode in autovalue.shaded.com.google$.escapevelocity.$Node body java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) Iterable iterable Iterable iterable Iterable iterable autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object collectionValue Iterable iterable Runnable undo StringBuilder sb autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$ForEachNode$CountingIterator it Runnable undoForEach }
autovalue/shaded/com/google$/escapevelocity/$Parser$Operator.class
$Parser.java package autovalue.shaded.com.google$.escapevelocity final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator STOP public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator OR public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator AND public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator EQUAL public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator NOT_EQUAL public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator LESS public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator LESS_OR_EQUAL public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator GREATER public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator GREATER_OR_EQUAL public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator PLUS public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator MINUS public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator TIMES public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator DIVIDE public static final enum autovalue.shaded.com.google$.escapevelocity.$Parser$Operator REMAINDER final String symbol final int precedence private static final synthetic autovalue.shaded.com.google$.escapevelocity.$Parser$Operator[] $VALUES public static autovalue.shaded.com.google$.escapevelocity.$Parser$Operator[] values () public static autovalue.shaded.com.google$.escapevelocity.$Parser$Operator valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String, int) String symbol int precedence public java.lang.String toString () static void <clinit> () }
autovalue/shaded/com/google$/escapevelocity/$Parser$OperatorParser.class
$Parser.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$Parser$OperatorParser extends java.lang.Object { private autovalue.shaded.com.google$.escapevelocity.$Parser$Operator currentOperator final synthetic autovalue.shaded.com.google$.escapevelocity.$Parser this$0 void <init> (autovalue.shaded.com.google$.escapevelocity.$Parser) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ExpressionNode parse (autovalue.shaded.com.google$.escapevelocity.$ExpressionNode, int) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$Parser$Operator operator autovalue.shaded.com.google$.escapevelocity.$ExpressionNode rhs autovalue.shaded.com.google$.escapevelocity.$ExpressionNode lhs int minPrecedence private void nextOperator () throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$Parser$Operator possibleOperator autovalue.shaded.com.google$.common.collect.$ImmutableList possibleOperators char firstChar autovalue.shaded.com.google$.escapevelocity.$Parser$Operator operator }
autovalue/shaded/com/google$/escapevelocity/$Template$ResourceOpener.class
$Template.java package autovalue.shaded.com.google$.escapevelocity public abstract autovalue.shaded.com.google$.escapevelocity.$Template$ResourceOpener extends java.lang.Object { public abstract java.io.Reader openResource (java.lang.String) throws java.io.IOException }
autovalue/shaded/com/google$/escapevelocity/$ExpressionNode$1.class
$ExpressionNode.java package autovalue.shaded.com.google$.escapevelocity synthetic autovalue.shaded.com.google$.escapevelocity.$ExpressionNode$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$escapevelocity$Parser$Operator static void <clinit> () }
autovalue/shaded/com/google$/escapevelocity/$ExpressionNode$BinaryExpressionNode.class
$ExpressionNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$ExpressionNode$BinaryExpressionNode extends autovalue.shaded.com.google$.escapevelocity.$ExpressionNode { final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode lhs final autovalue.shaded.com.google$.escapevelocity.$Parser$Operator op final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode rhs void <init> (autovalue.shaded.com.google$.escapevelocity.$ExpressionNode, autovalue.shaded.com.google$.escapevelocity.$Parser$Operator, autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) autovalue.shaded.com.google$.escapevelocity.$ExpressionNode lhs autovalue.shaded.com.google$.escapevelocity.$Parser$Operator op autovalue.shaded.com.google$.escapevelocity.$ExpressionNode rhs java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context int lhsInt int rhsInt private boolean equal (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object lhsValue Object rhsValue }
autovalue/shaded/com/google$/escapevelocity/$ExpressionNode.class
$ExpressionNode.java package autovalue.shaded.com.google$.escapevelocity abstract autovalue.shaded.com.google$.escapevelocity.$ExpressionNode extends autovalue.shaded.com.google$.escapevelocity.$Node { void <init> (java.lang.String, int) String resourceName int lineNumber boolean isTrue (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object value boolean isDefinedAndTrue (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context int intValue (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object value private static java.lang.String show (java.lang.Object) Object value }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$NestedTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$NestedTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { final autovalue.shaded.com.google$.common.collect.$ImmutableList nodes void <init> (java.lang.String, autovalue.shaded.com.google$.common.collect.$ImmutableList) String resourceName autovalue.shaded.com.google$.common.collect.$ImmutableList nodes java.lang.String name () }
META-INF/maven/com.google.escapevelocity/escapevelocity/pom.xml
autovalue/shaded/com/google$/escapevelocity/$ReferenceNode$MemberReferenceNode.class
$ReferenceNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$ReferenceNode$MemberReferenceNode extends autovalue.shaded.com.google$.escapevelocity.$ReferenceNode { final autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs final String id private static final String[] PREFIXES private static final boolean[] CHANGE_CASE void <init> (autovalue.shaded.com.google$.escapevelocity.$ReferenceNode, java.lang.String) autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs String id java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) java.util.Map map java.lang.reflect.Method method String baseId String methodName java.util.Optional maybeMethod boolean changeCase String prefix autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context Object lhsValue private static java.lang.String changeInitialCase (java.lang.String) String id int initial String rest private static synthetic boolean lambda$evaluate$0 (java.lang.reflect.Method) java.lang.reflect.Method m static void <clinit> () }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$EofNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity final autovalue.shaded.com.google$.escapevelocity.$TokenNode$EofNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { void <init> (java.lang.String, int) String resourceName int lineNumber java.lang.String name () }
autovalue/shaded/com/google$/escapevelocity/$DirectiveNode$IfNode.class
$DirectiveNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$IfNode extends autovalue.shaded.com.google$.escapevelocity.$DirectiveNode { private final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode condition private final autovalue.shaded.com.google$.escapevelocity.$Node truePart private final autovalue.shaded.com.google$.escapevelocity.$Node falsePart void <init> (java.lang.String, int, autovalue.shaded.com.google$.escapevelocity.$ExpressionNode, autovalue.shaded.com.google$.escapevelocity.$Node, autovalue.shaded.com.google$.escapevelocity.$Node) String resourceName int lineNumber autovalue.shaded.com.google$.escapevelocity.$ExpressionNode condition autovalue.shaded.com.google$.escapevelocity.$Node trueNode autovalue.shaded.com.google$.escapevelocity.$Node falseNode java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context autovalue.shaded.com.google$.escapevelocity.$Node branch }
autovalue/shaded/com/google$/escapevelocity/$DirectiveNode.class
$DirectiveNode.java package autovalue.shaded.com.google$.escapevelocity abstract autovalue.shaded.com.google$.escapevelocity.$DirectiveNode extends autovalue.shaded.com.google$.escapevelocity.$Node { void <init> (java.lang.String, int) String resourceName int lineNumber }
autovalue/shaded/com/google$/escapevelocity/$ReferenceNode.class
$ReferenceNode.java package autovalue.shaded.com.google$.escapevelocity abstract autovalue.shaded.com.google$.escapevelocity.$ReferenceNode extends autovalue.shaded.com.google$.escapevelocity.$ExpressionNode { void <init> (java.lang.String, int) String resourceName int lineNumber java.lang.Object invokeMethod (java.lang.reflect.Method, java.lang.Object, java.util.List) java.lang.reflect.InvocationTargetException e Exception e java.lang.reflect.Method method Object target java.util.List argValues }
autovalue/shaded/com/google$/escapevelocity/$TokenNode$IfOrElseIfTokenNode.class
$TokenNode.java package autovalue.shaded.com.google$.escapevelocity abstract autovalue.shaded.com.google$.escapevelocity.$TokenNode$IfOrElseIfTokenNode extends autovalue.shaded.com.google$.escapevelocity.$TokenNode { final autovalue.shaded.com.google$.escapevelocity.$ExpressionNode condition void <init> (autovalue.shaded.com.google$.escapevelocity.$ExpressionNode) autovalue.shaded.com.google$.escapevelocity.$ExpressionNode condition }
autovalue/shaded/com/google$/escapevelocity/$Macro$MacroEvaluationContext.class
$Macro.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$Macro$MacroEvaluationContext extends java.lang.Object implements autovalue.shaded.com.google$.escapevelocity.$EvaluationContext { private final java.util.Map parameterThunks private final autovalue.shaded.com.google$.escapevelocity.$EvaluationContext originalEvaluationContext void <init> (java.util.Map, autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) java.util.Map parameterThunks autovalue.shaded.com.google$.escapevelocity.$EvaluationContext originalEvaluationContext public java.lang.Object getVar (java.lang.String) String var autovalue.shaded.com.google$.escapevelocity.$Node thunk public boolean varIsDefined (java.lang.String) String var public java.lang.Runnable setVar (java.lang.String, java.lang.Object) Runnable originalUndo String var Object value autovalue.shaded.com.google$.escapevelocity.$Node thunk public autovalue.shaded.com.google$.common.collect.$ImmutableSet publicMethodsWithName (java.lang.Class, java.lang.String) Class startClass String name private synthetic void lambda$setVar$0 (java.lang.Runnable, java.lang.String, autovalue.shaded.com.google$.escapevelocity.$Node) Runnable originalUndo String var autovalue.shaded.com.google$.escapevelocity.$Node thunk }
autovalue/shaded/com/google$/escapevelocity/$Reparser.class
$Reparser.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$Reparser extends java.lang.Object { private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet END_SET private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet EOF_SET private static final autovalue.shaded.com.google$.common.collect.$ImmutableSet ELSE_ELSE_IF_END_SET private final autovalue.shaded.com.google$.common.collect.$ImmutableList nodes private int nodeIndex private final java.util.Map macros static final synthetic boolean $assertionsDisabled void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableList nodes private void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, java.util.Map) autovalue.shaded.com.google$.common.collect.$ImmutableList nodes java.util.Map macros autovalue.shaded.com.google$.escapevelocity.$Template reparse () autovalue.shaded.com.google$.escapevelocity.$Node root private autovalue.shaded.com.google$.escapevelocity.$Node reparseNodes () private static autovalue.shaded.com.google$.common.collect.$ImmutableList removeSpaceBeforeSet (autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.escapevelocity.$Node nodeI int i autovalue.shaded.com.google$.common.collect.$ImmutableList nodes autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder newNodes private static boolean shouldDeleteSpaceBetweenThisAndSet (autovalue.shaded.com.google$.escapevelocity.$Node) autovalue.shaded.com.google$.escapevelocity.$Node node private static boolean isWhitespaceLiteral (autovalue.shaded.com.google$.escapevelocity.$Node) Object constant autovalue.shaded.com.google$.escapevelocity.$Node node private autovalue.shaded.com.google$.escapevelocity.$Node parseTo (java.util.Set, autovalue.shaded.com.google$.escapevelocity.$TokenNode) autovalue.shaded.com.google$.escapevelocity.$Node parsed autovalue.shaded.com.google$.escapevelocity.$Node currentNode autovalue.shaded.com.google$.escapevelocity.$Node parsed java.util.Set stopSet autovalue.shaded.com.google$.escapevelocity.$TokenNode forWhat autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder nodeList private autovalue.shaded.com.google$.escapevelocity.$Node currentNode () private autovalue.shaded.com.google$.escapevelocity.$Node nextNode () autovalue.shaded.com.google$.escapevelocity.$Node currentNode private autovalue.shaded.com.google$.escapevelocity.$Node parseTokenNode () autovalue.shaded.com.google$.escapevelocity.$TokenNode tokenNode private autovalue.shaded.com.google$.escapevelocity.$Node parseForEach (autovalue.shaded.com.google$.escapevelocity.$TokenNode$ForEachTokenNode) autovalue.shaded.com.google$.escapevelocity.$TokenNode$ForEachTokenNode forEach autovalue.shaded.com.google$.escapevelocity.$Node body private autovalue.shaded.com.google$.escapevelocity.$Node parseIfOrElseIf (autovalue.shaded.com.google$.escapevelocity.$TokenNode$IfOrElseIfTokenNode) autovalue.shaded.com.google$.escapevelocity.$Node falsePart autovalue.shaded.com.google$.escapevelocity.$Node falsePart autovalue.shaded.com.google$.escapevelocity.$Node falsePart autovalue.shaded.com.google$.escapevelocity.$TokenNode$IfOrElseIfTokenNode ifOrElseIf autovalue.shaded.com.google$.escapevelocity.$Node truePart autovalue.shaded.com.google$.escapevelocity.$Node falsePart autovalue.shaded.com.google$.escapevelocity.$Node token private autovalue.shaded.com.google$.escapevelocity.$Node parseNested (autovalue.shaded.com.google$.escapevelocity.$TokenNode$NestedTokenNode) autovalue.shaded.com.google$.escapevelocity.$TokenNode$NestedTokenNode nested autovalue.shaded.com.google$.escapevelocity.$Reparser reparser private autovalue.shaded.com.google$.escapevelocity.$Node parseMacroDefinition (autovalue.shaded.com.google$.escapevelocity.$TokenNode$MacroDefinitionTokenNode) autovalue.shaded.com.google$.escapevelocity.$Macro macro autovalue.shaded.com.google$.escapevelocity.$TokenNode$MacroDefinitionTokenNode macroDefinition autovalue.shaded.com.google$.escapevelocity.$Node body private void linkMacroCalls () autovalue.shaded.com.google$.escapevelocity.$Node node private void linkMacroCall (autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$MacroCallNode) autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$MacroCallNode macroCall autovalue.shaded.com.google$.escapevelocity.$Macro macro static void <clinit> () }
autovalue/shaded/com/google$/escapevelocity/$DirectiveNode$MacroCallNode.class
$DirectiveNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$MacroCallNode extends autovalue.shaded.com.google$.escapevelocity.$DirectiveNode { private final String name private final autovalue.shaded.com.google$.common.collect.$ImmutableList thunks private autovalue.shaded.com.google$.escapevelocity.$Macro macro void <init> (java.lang.String, int, java.lang.String, autovalue.shaded.com.google$.common.collect.$ImmutableList) String resourceName int lineNumber String name autovalue.shaded.com.google$.common.collect.$ImmutableList argumentNodes java.lang.String name () int argumentCount () void setMacro (autovalue.shaded.com.google$.escapevelocity.$Macro) autovalue.shaded.com.google$.escapevelocity.$Macro macro java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context }
autovalue/shaded/com/google$/escapevelocity/$Parser.class
$Parser.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$Parser extends java.lang.Object { private static final int EOF private final java.io.LineNumberReader reader private final String resourceName private final autovalue.shaded.com.google$.escapevelocity.$Template$ResourceOpener resourceOpener private int c private int pushback private static final autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap CODE_POINT_TO_OPERATORS private static final autovalue.shaded.com.google$.common.base.$CharMatcher ASCII_LETTER private static final autovalue.shaded.com.google$.common.base.$CharMatcher ASCII_DIGIT private static final autovalue.shaded.com.google$.common.base.$CharMatcher ID_CHAR static final synthetic boolean $assertionsDisabled void <init> (java.io.Reader, java.lang.String, autovalue.shaded.com.google$.escapevelocity.$Template$ResourceOpener) throws java.io.IOException java.io.Reader reader String resourceName autovalue.shaded.com.google$.escapevelocity.$Template$ResourceOpener resourceOpener autovalue.shaded.com.google$.escapevelocity.$Template parse () throws java.io.IOException autovalue.shaded.com.google$.common.collect.$ImmutableList tokens private autovalue.shaded.com.google$.common.collect.$ImmutableList parseTokens () throws java.io.IOException autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder tokens autovalue.shaded.com.google$.escapevelocity.$Node token private int lineNumber () private void next () throws java.io.IOException private void pushback (int) int c1 private void skipSpace () throws java.io.IOException private void nextNonSpace () throws java.io.IOException private void expect (char) throws java.io.IOException char expected private autovalue.shaded.com.google$.escapevelocity.$Node parseNode () throws java.io.IOException private autovalue.shaded.com.google$.escapevelocity.$Node parseHashSquare () throws java.io.IOException int len int startLine StringBuilder sb String quoted private autovalue.shaded.com.google$.escapevelocity.$Node parseNonDirective () throws java.io.IOException int firstChar private autovalue.shaded.com.google$.escapevelocity.$Node parseDirective () throws java.io.IOException String directive autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$Node node autovalue.shaded.com.google$.escapevelocity.$Node node String directive autovalue.shaded.com.google$.escapevelocity.$Node node private autovalue.shaded.com.google$.escapevelocity.$Node parseIfOrElseIf (java.lang.String) throws java.io.IOException String directive autovalue.shaded.com.google$.escapevelocity.$ExpressionNode condition private autovalue.shaded.com.google$.escapevelocity.$Node parseForEach () throws java.io.IOException String var boolean bad autovalue.shaded.com.google$.escapevelocity.$ExpressionNode collection private autovalue.shaded.com.google$.escapevelocity.$Node parseSet () throws java.io.IOException String var autovalue.shaded.com.google$.escapevelocity.$ExpressionNode expression private autovalue.shaded.com.google$.escapevelocity.$Node parseParse () throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$Parser nestedParser autovalue.shaded.com.google$.common.collect.$ImmutableList nestedTokens java.io.Reader nestedReader autovalue.shaded.com.google$.escapevelocity.$ExpressionNode nestedResourceNameExpression String nestedResourceName private autovalue.shaded.com.google$.escapevelocity.$Node parseMacroDefinition () throws java.io.IOException String name autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder parameterNames private autovalue.shaded.com.google$.escapevelocity.$Node parsePossibleMacroCall (java.lang.String) throws java.io.IOException String directive autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder parameterNodes private autovalue.shaded.com.google$.escapevelocity.$Node parseLineComment () throws java.io.IOException int lineNumber private autovalue.shaded.com.google$.escapevelocity.$Node parseBlockComment () throws java.io.IOException int startLine int lastC private autovalue.shaded.com.google$.escapevelocity.$Node parsePlainText (int) throws java.io.IOException int firstChar StringBuilder sb private autovalue.shaded.com.google$.escapevelocity.$Node parsePlainText (java.lang.StringBuilder) throws java.io.IOException StringBuilder sb private autovalue.shaded.com.google$.escapevelocity.$Node parseReference () throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ReferenceNode node private autovalue.shaded.com.google$.escapevelocity.$ReferenceNode parseRequiredReference () throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ReferenceNode node private autovalue.shaded.com.google$.escapevelocity.$ReferenceNode parseReferenceNoBrace () throws java.io.IOException String id autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs private autovalue.shaded.com.google$.escapevelocity.$ReferenceNode parseReferenceSuffix (autovalue.shaded.com.google$.escapevelocity.$ReferenceNode) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs private autovalue.shaded.com.google$.escapevelocity.$ReferenceNode parseReferenceMember (autovalue.shaded.com.google$.escapevelocity.$ReferenceNode) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ReferenceNode reference autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs String id autovalue.shaded.com.google$.escapevelocity.$ReferenceNode reference private autovalue.shaded.com.google$.escapevelocity.$ReferenceNode parseReferenceMethodParams (autovalue.shaded.com.google$.escapevelocity.$ReferenceNode, java.lang.String) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs String id autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder args private autovalue.shaded.com.google$.escapevelocity.$ReferenceNode parseReferenceIndex (autovalue.shaded.com.google$.escapevelocity.$ReferenceNode) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ReferenceNode lhs autovalue.shaded.com.google$.escapevelocity.$ExpressionNode index autovalue.shaded.com.google$.escapevelocity.$ReferenceNode reference private autovalue.shaded.com.google$.escapevelocity.$ExpressionNode parseExpression () throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ExpressionNode lhs private autovalue.shaded.com.google$.escapevelocity.$ExpressionNode parseUnaryExpression () throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node private autovalue.shaded.com.google$.escapevelocity.$ExpressionNode parsePrimary () throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node autovalue.shaded.com.google$.escapevelocity.$ExpressionNode node private autovalue.shaded.com.google$.escapevelocity.$ExpressionNode parseStringLiteral (int, boolean) throws java.io.IOException int quote boolean allowReferences autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder nodes StringBuilder sb private autovalue.shaded.com.google$.escapevelocity.$ExpressionNode parseIntLiteral (java.lang.String) throws java.io.IOException String prefix StringBuilder sb Integer value private autovalue.shaded.com.google$.escapevelocity.$ExpressionNode parseBooleanLiteral () throws java.io.IOException boolean value boolean value String s boolean value private static boolean isAsciiLetter (int) int c private static boolean isAsciiDigit (int) int c private static boolean isIdChar (int) int c private java.lang.String parseId (java.lang.String) throws java.io.IOException String what StringBuilder id private autovalue.shaded.com.google$.escapevelocity.$ParseException parseException (java.lang.String) throws java.io.IOException int count String message StringBuilder context static synthetic autovalue.shaded.com.google$.escapevelocity.$ExpressionNode access$000 (autovalue.shaded.com.google$.escapevelocity.$Parser) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$Parser x0 static synthetic void access$100 (autovalue.shaded.com.google$.escapevelocity.$Parser) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$Parser x0 static synthetic int access$200 (autovalue.shaded.com.google$.escapevelocity.$Parser) autovalue.shaded.com.google$.escapevelocity.$Parser x0 static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap access$300 () static synthetic void access$400 (autovalue.shaded.com.google$.escapevelocity.$Parser) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$Parser x0 static synthetic autovalue.shaded.com.google$.escapevelocity.$ParseException access$500 (autovalue.shaded.com.google$.escapevelocity.$Parser, java.lang.String) throws java.io.IOException autovalue.shaded.com.google$.escapevelocity.$Parser x0 String x1 static void <clinit> () autovalue.shaded.com.google$.escapevelocity.$Parser$Operator operator autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder }
autovalue/shaded/com/google$/escapevelocity/$DirectiveNode$SetNode.class
$DirectiveNode.java package autovalue.shaded.com.google$.escapevelocity autovalue.shaded.com.google$.escapevelocity.$DirectiveNode$SetNode extends autovalue.shaded.com.google$.escapevelocity.$DirectiveNode { private final String var private final autovalue.shaded.com.google$.escapevelocity.$Node expression void <init> (java.lang.String, autovalue.shaded.com.google$.escapevelocity.$Node) String var autovalue.shaded.com.google$.escapevelocity.$Node expression java.lang.Object evaluate (autovalue.shaded.com.google$.escapevelocity.$EvaluationContext) autovalue.shaded.com.google$.escapevelocity.$EvaluationContext context }
autovalue/shaded/net/
autovalue/shaded/net/ltgt/
autovalue/shaded/net/ltgt/gradle/
autovalue/shaded/net/ltgt/gradle/incap$/
autovalue/shaded/net/ltgt/gradle/incap$/$IncrementalAnnotationProcessor.class
$IncrementalAnnotationProcessor.java package autovalue.shaded.net.ltgt.gradle.incap$ public abstract annotation autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType value () }
autovalue/shaded/net/ltgt/gradle/incap$/$IncrementalAnnotationProcessorType.class
$IncrementalAnnotationProcessorType.java package autovalue.shaded.net.ltgt.gradle.incap$ public final enum autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType extends java.lang.Enum { public static final enum autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType ISOLATING public static final enum autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType AGGREGATING public static final enum autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType DYNAMIC private final boolean hasProcessorOption private static final synthetic autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType[] $VALUES public static autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType[] values () public static autovalue.shaded.net.ltgt.gradle.incap$.$IncrementalAnnotationProcessorType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, boolean) boolean hasProcessorOption public java.lang.String getProcessorOption () static void <clinit> () }
META-INF/maven/com.google.guava/
META-INF/maven/com.google.guava/guava/
META-INF/maven/com.google.guava/guava/pom.properties
META-INF/maven/com.google.guava/guava/pom.xml
autovalue/shaded/com/google$/common/
autovalue/shaded/com/google$/common/annotations/
autovalue/shaded/com/google$/common/annotations/$Beta.class
$Beta.java package autovalue.shaded.com.google$.common.annotations public abstract annotation autovalue.shaded.com.google$.common.annotations.$Beta extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/common/annotations/$GwtCompatible.class
$GwtCompatible.java package autovalue.shaded.com.google$.common.annotations public abstract annotation autovalue.shaded.com.google$.common.annotations.$GwtCompatible extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean serializable () public abstract boolean emulated () }
autovalue/shaded/com/google$/common/annotations/$GwtIncompatible.class
$GwtIncompatible.java package autovalue.shaded.com.google$.common.annotations public abstract annotation autovalue.shaded.com.google$.common.annotations.$GwtIncompatible extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
autovalue/shaded/com/google$/common/annotations/$VisibleForTesting.class
$VisibleForTesting.java package autovalue.shaded.com.google$.common.annotations public abstract annotation autovalue.shaded.com.google$.common.annotations.$VisibleForTesting extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/common/base/
autovalue/shaded/com/google$/common/base/$Absent.class
$Absent.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Absent extends autovalue.shaded.com.google$.common.base.$Optional { static final autovalue.shaded.com.google$.common.base.$Absent INSTANCE private static final long serialVersionUID static autovalue.shaded.com.google$.common.base.$Optional withType () private void <init> () public boolean isPresent () public java.lang.Object get () public java.lang.Object or (java.lang.Object) Object defaultValue public autovalue.shaded.com.google$.common.base.$Optional or (autovalue.shaded.com.google$.common.base.$Optional) autovalue.shaded.com.google$.common.base.$Optional secondChoice public java.lang.Object or (autovalue.shaded.com.google$.common.base.$Supplier) autovalue.shaded.com.google$.common.base.$Supplier supplier public java.lang.Object orNull () public java.util.Set asSet () public autovalue.shaded.com.google$.common.base.$Optional transform (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function function public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () private java.lang.Object readResolve () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$AbstractIterator$1.class
$AbstractIterator.java package autovalue.shaded.com.google$.common.base synthetic autovalue.shaded.com.google$.common.base.$AbstractIterator$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$base$AbstractIterator$State static void <clinit> () }
autovalue/shaded/com/google$/common/base/$AbstractIterator$State.class
$AbstractIterator.java package autovalue.shaded.com.google$.common.base final enum autovalue.shaded.com.google$.common.base.$AbstractIterator$State extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.base.$AbstractIterator$State READY public static final enum autovalue.shaded.com.google$.common.base.$AbstractIterator$State NOT_READY public static final enum autovalue.shaded.com.google$.common.base.$AbstractIterator$State DONE public static final enum autovalue.shaded.com.google$.common.base.$AbstractIterator$State FAILED private static final synthetic autovalue.shaded.com.google$.common.base.$AbstractIterator$State[] $VALUES public static autovalue.shaded.com.google$.common.base.$AbstractIterator$State[] values () public static autovalue.shaded.com.google$.common.base.$AbstractIterator$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic autovalue.shaded.com.google$.common.base.$AbstractIterator$State[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$AbstractIterator.class
$AbstractIterator.java package autovalue.shaded.com.google$.common.base abstract autovalue.shaded.com.google$.common.base.$AbstractIterator extends java.lang.Object implements java.util.Iterator { private autovalue.shaded.com.google$.common.base.$AbstractIterator$State state private Object next protected void <init> () protected abstract java.lang.Object computeNext () protected final java.lang.Object endOfData () public final boolean hasNext () private boolean tryToComputeNext () public final java.lang.Object next () Object result public final void remove () }
autovalue/shaded/com/google$/common/base/$Ascii.class
$Ascii.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Ascii extends java.lang.Object { public static final byte NUL public static final byte SOH public static final byte STX public static final byte ETX public static final byte EOT public static final byte ENQ public static final byte ACK public static final byte BEL public static final byte BS public static final byte HT public static final byte LF public static final byte NL public static final byte VT public static final byte FF public static final byte CR public static final byte SO public static final byte SI public static final byte DLE public static final byte DC1 public static final byte XON public static final byte DC2 public static final byte DC3 public static final byte XOFF public static final byte DC4 public static final byte NAK public static final byte SYN public static final byte ETB public static final byte CAN public static final byte EM public static final byte SUB public static final byte ESC public static final byte FS public static final byte GS public static final byte RS public static final byte US public static final byte SP public static final byte SPACE public static final byte DEL public static final char MIN public static final char MAX private static final char CASE_MASK private void <init> () public static java.lang.String toLowerCase (java.lang.String) char c char[] chars int i String string int length public static java.lang.String toLowerCase (java.lang.CharSequence) int i CharSequence chars char[] newChars public static char toLowerCase (char) char c public static java.lang.String toUpperCase (java.lang.String) char c char[] chars int i String string int length public static java.lang.String toUpperCase (java.lang.CharSequence) int i CharSequence chars char[] newChars public static char toUpperCase (char) char c public static boolean isLowerCase (char) char c public static boolean isUpperCase (char) char c public static java.lang.String truncate (java.lang.CharSequence, int, java.lang.String) String string CharSequence seq int maxLength String truncationIndicator int truncationLength public static boolean equalsIgnoreCase (java.lang.CharSequence, java.lang.CharSequence) char c1 char c2 int alphaIndex int i CharSequence s1 CharSequence s2 int length private static int getAlphaIndex (char) char c }
autovalue/shaded/com/google$/common/base/$CharMatcher$1.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$CharMatcher$1 extends autovalue.shaded.com.google$.common.base.$CharMatcher$NegatedFastMatcher { final synthetic String val$description void <init> (autovalue.shaded.com.google$.common.base.$CharMatcher, autovalue.shaded.com.google$.common.base.$CharMatcher, java.lang.String) autovalue.shaded.com.google$.common.base.$CharMatcher this$0 autovalue.shaded.com.google$.common.base.$CharMatcher original public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$CharMatcher$And.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$And extends autovalue.shaded.com.google$.common.base.$CharMatcher { final autovalue.shaded.com.google$.common.base.$CharMatcher first final autovalue.shaded.com.google$.common.base.$CharMatcher second void <init> (autovalue.shaded.com.google$.common.base.$CharMatcher, autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher a autovalue.shaded.com.google$.common.base.$CharMatcher b public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet table java.util.BitSet tmp1 java.util.BitSet tmp2 public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Any.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$Any extends autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$Any INSTANCE private void <init> () public boolean matches (char) char c public int indexIn (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence, int) CharSequence sequence int start int length public int lastIndexIn (java.lang.CharSequence) CharSequence sequence public boolean matchesAllOf (java.lang.CharSequence) CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public java.lang.String removeFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String replaceFrom (java.lang.CharSequence, char) CharSequence sequence char replacement char[] array public java.lang.String replaceFrom (java.lang.CharSequence, java.lang.CharSequence) int i CharSequence sequence CharSequence replacement StringBuilder result public java.lang.String collapseFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public java.lang.String trimFrom (java.lang.CharSequence) CharSequence sequence public int countIn (java.lang.CharSequence) CharSequence sequence public autovalue.shaded.com.google$.common.base.$CharMatcher and (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher or (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher negate () public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$AnyOf.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$AnyOf extends autovalue.shaded.com.google$.common.base.$CharMatcher { private final char[] chars public void <init> (java.lang.CharSequence) CharSequence chars public boolean matches (char) char c void setBits (java.util.BitSet) char c java.util.BitSet table public java.lang.String toString () char c StringBuilder description public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Ascii.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$Ascii extends autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$Ascii INSTANCE void <init> () public boolean matches (char) char c static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$BitSetMatcher.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$BitSetMatcher extends autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher { private final java.util.BitSet table private void <init> (java.util.BitSet, java.lang.String) java.util.BitSet table String description public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet bitSet synthetic void <init> (java.util.BitSet, java.lang.String, autovalue.shaded.com.google$.common.base.$CharMatcher$1) java.util.BitSet x0 String x1 autovalue.shaded.com.google$.common.base.$CharMatcher$1 x2 }
autovalue/shaded/com/google$/common/base/$CharMatcher$BreakingWhitespace.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$BreakingWhitespace extends autovalue.shaded.com.google$.common.base.$CharMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Digit.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$Digit extends autovalue.shaded.com.google$.common.base.$CharMatcher$RangesMatcher { private static final String ZEROES static final autovalue.shaded.com.google$.common.base.$CharMatcher$Digit INSTANCE private static char[] zeroes () private static char[] nines () int i char[] nines private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$FastMatcher.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base abstract autovalue.shaded.com.google$.common.base.$CharMatcher$FastMatcher extends autovalue.shaded.com.google$.common.base.$CharMatcher { void <init> () public final autovalue.shaded.com.google$.common.base.$CharMatcher precomputed () public autovalue.shaded.com.google$.common.base.$CharMatcher negate () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$ForPredicate.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$ForPredicate extends autovalue.shaded.com.google$.common.base.$CharMatcher { private final autovalue.shaded.com.google$.common.base.$Predicate predicate void <init> (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public boolean matches (char) char c public boolean apply (java.lang.Character) Character character public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$InRange.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$InRange extends autovalue.shaded.com.google$.common.base.$CharMatcher$FastMatcher { private final char startInclusive private final char endInclusive void <init> (char, char) char startInclusive char endInclusive public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet table public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Invisible.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$Invisible extends autovalue.shaded.com.google$.common.base.$CharMatcher$RangesMatcher { private static final String RANGE_STARTS private static final String RANGE_ENDS static final autovalue.shaded.com.google$.common.base.$CharMatcher$Invisible INSTANCE private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Is.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$Is extends autovalue.shaded.com.google$.common.base.$CharMatcher$FastMatcher { private final char match void <init> (char) char match public boolean matches (char) char c public java.lang.String replaceFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public autovalue.shaded.com.google$.common.base.$CharMatcher and (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher or (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher negate () void setBits (java.util.BitSet) java.util.BitSet table public java.lang.String toString () public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$IsEither.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$IsEither extends autovalue.shaded.com.google$.common.base.$CharMatcher$FastMatcher { private final char match1 private final char match2 void <init> (char, char) char match1 char match2 public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet table public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$CharMatcher$IsNot.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$IsNot extends autovalue.shaded.com.google$.common.base.$CharMatcher$FastMatcher { private final char match void <init> (char) char match public boolean matches (char) char c public autovalue.shaded.com.google$.common.base.$CharMatcher and (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher or (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other void setBits (java.util.BitSet) java.util.BitSet table public autovalue.shaded.com.google$.common.base.$CharMatcher negate () public java.lang.String toString () public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$JavaDigit.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaDigit extends autovalue.shaded.com.google$.common.base.$CharMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaDigit INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$JavaIsoControl.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaIsoControl extends autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaIsoControl INSTANCE private void <init> () public boolean matches (char) char c static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$JavaLetter.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaLetter extends autovalue.shaded.com.google$.common.base.$CharMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaLetter INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$JavaLetterOrDigit.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaLetterOrDigit extends autovalue.shaded.com.google$.common.base.$CharMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaLetterOrDigit INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$JavaLowerCase.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaLowerCase extends autovalue.shaded.com.google$.common.base.$CharMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaLowerCase INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$JavaUpperCase.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaUpperCase extends autovalue.shaded.com.google$.common.base.$CharMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$JavaUpperCase INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$NamedFastMatcher.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base abstract autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher extends autovalue.shaded.com.google$.common.base.$CharMatcher$FastMatcher { private final String description void <init> (java.lang.String) String description public final java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Negated.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$CharMatcher$Negated extends autovalue.shaded.com.google$.common.base.$CharMatcher { final autovalue.shaded.com.google$.common.base.$CharMatcher original void <init> (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher original public boolean matches (char) char c public boolean matchesAllOf (java.lang.CharSequence) CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public int countIn (java.lang.CharSequence) CharSequence sequence void setBits (java.util.BitSet) java.util.BitSet table java.util.BitSet tmp public autovalue.shaded.com.google$.common.base.$CharMatcher negate () public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$NegatedFastMatcher.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$CharMatcher$NegatedFastMatcher extends autovalue.shaded.com.google$.common.base.$CharMatcher$Negated { void <init> (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher original public final autovalue.shaded.com.google$.common.base.$CharMatcher precomputed () }
autovalue/shaded/com/google$/common/base/$CharMatcher$None.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$None extends autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$None INSTANCE private void <init> () public boolean matches (char) char c public int indexIn (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence, int) CharSequence sequence int start int length public int lastIndexIn (java.lang.CharSequence) CharSequence sequence public boolean matchesAllOf (java.lang.CharSequence) CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public java.lang.String removeFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String replaceFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public java.lang.String replaceFrom (java.lang.CharSequence, java.lang.CharSequence) CharSequence sequence CharSequence replacement public java.lang.String collapseFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public java.lang.String trimFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String trimLeadingFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String trimTrailingFrom (java.lang.CharSequence) CharSequence sequence public int countIn (java.lang.CharSequence) CharSequence sequence public autovalue.shaded.com.google$.common.base.$CharMatcher and (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher or (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher negate () public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Or.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$Or extends autovalue.shaded.com.google$.common.base.$CharMatcher { final autovalue.shaded.com.google$.common.base.$CharMatcher first final autovalue.shaded.com.google$.common.base.$CharMatcher second void <init> (autovalue.shaded.com.google$.common.base.$CharMatcher, autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher a autovalue.shaded.com.google$.common.base.$CharMatcher b void setBits (java.util.BitSet) java.util.BitSet table public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$RangesMatcher.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$CharMatcher$RangesMatcher extends autovalue.shaded.com.google$.common.base.$CharMatcher { private final String description private final char[] rangeStarts private final char[] rangeEnds void <init> (java.lang.String, char[], char[]) int i String description char[] rangeStarts char[] rangeEnds public boolean matches (char) char c int index public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
autovalue/shaded/com/google$/common/base/$CharMatcher$SingleWidth.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$SingleWidth extends autovalue.shaded.com.google$.common.base.$CharMatcher$RangesMatcher { static final autovalue.shaded.com.google$.common.base.$CharMatcher$SingleWidth INSTANCE private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher$Whitespace.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$CharMatcher$Whitespace extends autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher { static final String TABLE static final int MULTIPLIER static final int SHIFT static final autovalue.shaded.com.google$.common.base.$CharMatcher$Whitespace INSTANCE void <init> () public boolean matches (char) char c void setBits (java.util.BitSet) int i java.util.BitSet table static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CharMatcher.class
$CharMatcher.java package autovalue.shaded.com.google$.common.base public abstract autovalue.shaded.com.google$.common.base.$CharMatcher extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate { private static final int DISTINCT_CHARS public static autovalue.shaded.com.google$.common.base.$CharMatcher any () public static autovalue.shaded.com.google$.common.base.$CharMatcher none () public static autovalue.shaded.com.google$.common.base.$CharMatcher whitespace () public static autovalue.shaded.com.google$.common.base.$CharMatcher breakingWhitespace () public static autovalue.shaded.com.google$.common.base.$CharMatcher ascii () public static autovalue.shaded.com.google$.common.base.$CharMatcher digit () public static autovalue.shaded.com.google$.common.base.$CharMatcher javaDigit () public static autovalue.shaded.com.google$.common.base.$CharMatcher javaLetter () public static autovalue.shaded.com.google$.common.base.$CharMatcher javaLetterOrDigit () public static autovalue.shaded.com.google$.common.base.$CharMatcher javaUpperCase () public static autovalue.shaded.com.google$.common.base.$CharMatcher javaLowerCase () public static autovalue.shaded.com.google$.common.base.$CharMatcher javaIsoControl () public static autovalue.shaded.com.google$.common.base.$CharMatcher invisible () public static autovalue.shaded.com.google$.common.base.$CharMatcher singleWidth () public static autovalue.shaded.com.google$.common.base.$CharMatcher is (char) char match public static autovalue.shaded.com.google$.common.base.$CharMatcher isNot (char) char match public static autovalue.shaded.com.google$.common.base.$CharMatcher anyOf (java.lang.CharSequence) CharSequence sequence public static autovalue.shaded.com.google$.common.base.$CharMatcher noneOf (java.lang.CharSequence) CharSequence sequence public static autovalue.shaded.com.google$.common.base.$CharMatcher inRange (char, char) char startInclusive char endInclusive public static autovalue.shaded.com.google$.common.base.$CharMatcher forPredicate (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate protected void <init> () public abstract boolean matches (char) public autovalue.shaded.com.google$.common.base.$CharMatcher negate () public autovalue.shaded.com.google$.common.base.$CharMatcher and (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher or (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher other public autovalue.shaded.com.google$.common.base.$CharMatcher precomputed () autovalue.shaded.com.google$.common.base.$CharMatcher precomputedInternal () int negatedCharacters String suffix String description String negatedDescription java.util.BitSet table int totalCharacters private static autovalue.shaded.com.google$.common.base.$CharMatcher precomputedPositive (int, java.util.BitSet, java.lang.String) char c1 char c2 int totalCharacters java.util.BitSet table String description private static boolean isSmall (int, int) int totalCharacters int tableLength void setBits (java.util.BitSet) int c java.util.BitSet table public boolean matchesAnyOf (java.lang.CharSequence) CharSequence sequence public boolean matchesAllOf (java.lang.CharSequence) int i CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence, int) int i CharSequence sequence int start int length public int lastIndexIn (java.lang.CharSequence) int i CharSequence sequence public int countIn (java.lang.CharSequence) int i CharSequence sequence int count public java.lang.String removeFrom (java.lang.CharSequence) CharSequence sequence String string int pos char[] chars int spread public java.lang.String retainFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String replaceFrom (java.lang.CharSequence, char) int i CharSequence sequence char replacement String string int pos char[] chars public java.lang.String replaceFrom (java.lang.CharSequence, java.lang.CharSequence) CharSequence sequence CharSequence replacement int replacementLen String string int pos int len StringBuilder buf int oldpos public java.lang.String trimFrom (java.lang.CharSequence) CharSequence sequence int len int first int last public java.lang.String trimLeadingFrom (java.lang.CharSequence) int first CharSequence sequence int len public java.lang.String trimTrailingFrom (java.lang.CharSequence) int last CharSequence sequence int len public java.lang.String collapseFrom (java.lang.CharSequence, char) StringBuilder builder char c int i CharSequence sequence char replacement int len public java.lang.String trimAndCollapseFrom (java.lang.CharSequence, char) CharSequence sequence char replacement int len int first int last private java.lang.String finishCollapseFrom (java.lang.CharSequence, int, int, char, java.lang.StringBuilder, boolean) char c int i CharSequence sequence int start int end char replacement StringBuilder builder boolean inMatchingGroup public boolean apply (java.lang.Character) Character character public java.lang.String toString () private static java.lang.String showCharacter (char) int i char c String hex char[] tmp private static autovalue.shaded.com.google$.common.base.$CharMatcher$IsEither isEither (char, char) char c1 char c2 public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static synthetic java.lang.String access$100 (char) char x0 }
autovalue/shaded/com/google$/common/base/$Charsets.class
$Charsets.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Charsets extends java.lang.Object { public static final java.nio.charset.Charset US_ASCII public static final java.nio.charset.Charset ISO_8859_1 public static final java.nio.charset.Charset UTF_8 public static final java.nio.charset.Charset UTF_16BE public static final java.nio.charset.Charset UTF_16LE public static final java.nio.charset.Charset UTF_16 private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$CommonMatcher.class
$CommonMatcher.java package autovalue.shaded.com.google$.common.base abstract autovalue.shaded.com.google$.common.base.$CommonMatcher extends java.lang.Object { void <init> () public abstract boolean matches () public abstract boolean find () public abstract boolean find (int) public abstract java.lang.String replaceAll (java.lang.String) public abstract int end () public abstract int start () }
autovalue/shaded/com/google$/common/base/$CommonPattern.class
$CommonPattern.java package autovalue.shaded.com.google$.common.base abstract autovalue.shaded.com.google$.common.base.$CommonPattern extends java.lang.Object { void <init> () public abstract autovalue.shaded.com.google$.common.base.$CommonMatcher matcher (java.lang.CharSequence) public abstract java.lang.String pattern () public abstract int flags () public abstract java.lang.String toString () public static autovalue.shaded.com.google$.common.base.$CommonPattern compile (java.lang.String) String pattern public static boolean isPcreLike () }
autovalue/shaded/com/google$/common/base/$Converter$1$1.class
$Converter.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Converter$1$1 extends java.lang.Object implements java.util.Iterator { private final java.util.Iterator fromIterator final synthetic autovalue.shaded.com.google$.common.base.$Converter$1 this$1 void <init> (autovalue.shaded.com.google$.common.base.$Converter$1) autovalue.shaded.com.google$.common.base.$Converter$1 this$1 public boolean hasNext () public java.lang.Object next () public void remove () }
autovalue/shaded/com/google$/common/base/$Converter$1.class
$Converter.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Converter$1 extends java.lang.Object implements java.lang.Iterable { final synthetic Iterable val$fromIterable final synthetic autovalue.shaded.com.google$.common.base.$Converter this$0 void <init> (autovalue.shaded.com.google$.common.base.$Converter, java.lang.Iterable) autovalue.shaded.com.google$.common.base.$Converter this$0 public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/base/$Converter$ConverterComposition.class
$Converter.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Converter$ConverterComposition extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { final autovalue.shaded.com.google$.common.base.$Converter first final autovalue.shaded.com.google$.common.base.$Converter second private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.base.$Converter, autovalue.shaded.com.google$.common.base.$Converter) autovalue.shaded.com.google$.common.base.$Converter first autovalue.shaded.com.google$.common.base.$Converter second protected java.lang.Object doForward (java.lang.Object) Object a protected java.lang.Object doBackward (java.lang.Object) Object c java.lang.Object correctedDoForward (java.lang.Object) Object a java.lang.Object correctedDoBackward (java.lang.Object) Object c public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Converter$ConverterComposition that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Converter$FunctionBasedConverter.class
$Converter.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Converter$FunctionBasedConverter extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { private final autovalue.shaded.com.google$.common.base.$Function forwardFunction private final autovalue.shaded.com.google$.common.base.$Function backwardFunction private void <init> (autovalue.shaded.com.google$.common.base.$Function, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function forwardFunction autovalue.shaded.com.google$.common.base.$Function backwardFunction protected java.lang.Object doForward (java.lang.Object) Object a protected java.lang.Object doBackward (java.lang.Object) Object b public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Converter$FunctionBasedConverter that Object object public int hashCode () public java.lang.String toString () synthetic void <init> (autovalue.shaded.com.google$.common.base.$Function, autovalue.shaded.com.google$.common.base.$Function, autovalue.shaded.com.google$.common.base.$Converter$1) autovalue.shaded.com.google$.common.base.$Function x0 autovalue.shaded.com.google$.common.base.$Function x1 autovalue.shaded.com.google$.common.base.$Converter$1 x2 }
autovalue/shaded/com/google$/common/base/$Converter$IdentityConverter.class
$Converter.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Converter$IdentityConverter extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { static final autovalue.shaded.com.google$.common.base.$Converter$IdentityConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Object doForward (java.lang.Object) Object t protected java.lang.Object doBackward (java.lang.Object) Object t public autovalue.shaded.com.google$.common.base.$Converter$IdentityConverter reverse () autovalue.shaded.com.google$.common.base.$Converter doAndThen (autovalue.shaded.com.google$.common.base.$Converter) autovalue.shaded.com.google$.common.base.$Converter otherConverter public java.lang.String toString () private java.lang.Object readResolve () public volatile synthetic autovalue.shaded.com.google$.common.base.$Converter reverse () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$Converter$ReverseConverter.class
$Converter.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Converter$ReverseConverter extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { final autovalue.shaded.com.google$.common.base.$Converter original private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.base.$Converter) autovalue.shaded.com.google$.common.base.$Converter original protected java.lang.Object doForward (java.lang.Object) Object b protected java.lang.Object doBackward (java.lang.Object) Object a java.lang.Object correctedDoForward (java.lang.Object) Object b java.lang.Object correctedDoBackward (java.lang.Object) Object a public autovalue.shaded.com.google$.common.base.$Converter reverse () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Converter$ReverseConverter that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Converter.class
$Converter.java package autovalue.shaded.com.google$.common.base public abstract autovalue.shaded.com.google$.common.base.$Converter extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { private final boolean handleNullAutomatically private transient autovalue.shaded.com.google$.common.base.$Converter reverse protected void <init> () void <init> (boolean) boolean handleNullAutomatically protected abstract java.lang.Object doForward (java.lang.Object) protected abstract java.lang.Object doBackward (java.lang.Object) public final java.lang.Object convert (java.lang.Object) Object a java.lang.Object correctedDoForward (java.lang.Object) Object a java.lang.Object correctedDoBackward (java.lang.Object) Object b public java.lang.Iterable convertAll (java.lang.Iterable) Iterable fromIterable public autovalue.shaded.com.google$.common.base.$Converter reverse () autovalue.shaded.com.google$.common.base.$Converter result public final autovalue.shaded.com.google$.common.base.$Converter andThen (autovalue.shaded.com.google$.common.base.$Converter) autovalue.shaded.com.google$.common.base.$Converter secondConverter autovalue.shaded.com.google$.common.base.$Converter doAndThen (autovalue.shaded.com.google$.common.base.$Converter) autovalue.shaded.com.google$.common.base.$Converter secondConverter public final java.lang.Object apply (java.lang.Object) Object a public boolean equals (java.lang.Object) Object object public static autovalue.shaded.com.google$.common.base.$Converter from (autovalue.shaded.com.google$.common.base.$Function, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function forwardFunction autovalue.shaded.com.google$.common.base.$Function backwardFunction public static autovalue.shaded.com.google$.common.base.$Converter identity () }
autovalue/shaded/com/google$/common/base/$Enums$StringConverter.class
$Enums.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Enums$StringConverter extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { private final Class enumClass private static final long serialVersionUID void <init> (java.lang.Class) Class enumClass protected java.lang.Enum doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Enum) Enum enumValue public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Enums$StringConverter that Object object public int hashCode () public java.lang.String toString () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) }
autovalue/shaded/com/google$/common/base/$Enums.class
$Enums.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Enums extends java.lang.Object { private static final java.util.Map enumConstantCache private void <init> () public static java.lang.reflect.Field getField (java.lang.Enum) NoSuchFieldException impossible Enum enumValue Class clazz public static autovalue.shaded.com.google$.common.base.$Optional getIfPresent (java.lang.Class, java.lang.String) Class enumClass String value private static java.util.Map populateCache (java.lang.Class) Enum enumInstance Class enumClass java.util.Map result static java.util.Map getEnumConstants (java.lang.Class) java.util.Map constants Class enumClass public static autovalue.shaded.com.google$.common.base.$Converter stringConverter (java.lang.Class) Class enumClass static void <clinit> () }
autovalue/shaded/com/google$/common/base/$Equivalence$1.class
$Equivalence.java package autovalue.shaded.com.google$.common.base synthetic autovalue.shaded.com.google$.common.base.$Equivalence$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/base/$Equivalence$Equals.class
$Equivalence.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Equivalence$Equals extends autovalue.shaded.com.google$.common.base.$Equivalence implements java.io.Serializable { static final autovalue.shaded.com.google$.common.base.$Equivalence$Equals INSTANCE private static final long serialVersionUID void <init> () protected boolean doEquivalent (java.lang.Object, java.lang.Object) Object a Object b protected int doHash (java.lang.Object) Object o private java.lang.Object readResolve () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$Equivalence$EquivalentToPredicate.class
$Equivalence.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Equivalence$EquivalentToPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private final autovalue.shaded.com.google$.common.base.$Equivalence equivalence private final Object target private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.base.$Equivalence, java.lang.Object) autovalue.shaded.com.google$.common.base.$Equivalence equivalence Object target public boolean apply (java.lang.Object) Object input public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Equivalence$EquivalentToPredicate that Object obj public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Equivalence$Identity.class
$Equivalence.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Equivalence$Identity extends autovalue.shaded.com.google$.common.base.$Equivalence implements java.io.Serializable { static final autovalue.shaded.com.google$.common.base.$Equivalence$Identity INSTANCE private static final long serialVersionUID void <init> () protected boolean doEquivalent (java.lang.Object, java.lang.Object) Object a Object b protected int doHash (java.lang.Object) Object o private java.lang.Object readResolve () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$Equivalence$Wrapper.class
$Equivalence.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper extends java.lang.Object implements java.io.Serializable { private final autovalue.shaded.com.google$.common.base.$Equivalence equivalence private final Object reference private static final long serialVersionUID private void <init> (autovalue.shaded.com.google$.common.base.$Equivalence, java.lang.Object) autovalue.shaded.com.google$.common.base.$Equivalence equivalence Object reference public java.lang.Object get () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Equivalence equivalence autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper that Object obj public int hashCode () public java.lang.String toString () synthetic void <init> (autovalue.shaded.com.google$.common.base.$Equivalence, java.lang.Object, autovalue.shaded.com.google$.common.base.$Equivalence$1) autovalue.shaded.com.google$.common.base.$Equivalence x0 Object x1 autovalue.shaded.com.google$.common.base.$Equivalence$1 x2 }
autovalue/shaded/com/google$/common/base/$Equivalence.class
$Equivalence.java package autovalue.shaded.com.google$.common.base public abstract autovalue.shaded.com.google$.common.base.$Equivalence extends java.lang.Object implements java.util.function.BiPredicate { protected void <init> () public final boolean equivalent (java.lang.Object, java.lang.Object) Object a Object b public final boolean test (java.lang.Object, java.lang.Object) Object t Object u protected abstract boolean doEquivalent (java.lang.Object, java.lang.Object) public final int hash (java.lang.Object) Object t protected abstract int doHash (java.lang.Object) public final autovalue.shaded.com.google$.common.base.$Equivalence onResultOf (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function function public final autovalue.shaded.com.google$.common.base.$Equivalence$Wrapper wrap (java.lang.Object) Object reference public final autovalue.shaded.com.google$.common.base.$Equivalence pairwise () public final autovalue.shaded.com.google$.common.base.$Predicate equivalentTo (java.lang.Object) Object target public static autovalue.shaded.com.google$.common.base.$Equivalence equals () public static autovalue.shaded.com.google$.common.base.$Equivalence identity () }
autovalue/shaded/com/google$/common/base/$ExtraObjectsMethodsForWeb.class
$ExtraObjectsMethodsForWeb.java package autovalue.shaded.com.google$.common.base abstract autovalue.shaded.com.google$.common.base.$ExtraObjectsMethodsForWeb extends java.lang.Object { void <init> () }
autovalue/shaded/com/google$/common/base/$Function.class
$Function.java package autovalue.shaded.com.google$.common.base public abstract autovalue.shaded.com.google$.common.base.$Function extends java.lang.Object implements java.util.function.Function { public abstract java.lang.Object apply (java.lang.Object) public abstract boolean equals (java.lang.Object) }
autovalue/shaded/com/google$/common/base/$FunctionalEquivalence.class
$FunctionalEquivalence.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$FunctionalEquivalence extends autovalue.shaded.com.google$.common.base.$Equivalence implements java.io.Serializable { private static final long serialVersionUID private final autovalue.shaded.com.google$.common.base.$Function function private final autovalue.shaded.com.google$.common.base.$Equivalence resultEquivalence void <init> (autovalue.shaded.com.google$.common.base.$Function, autovalue.shaded.com.google$.common.base.$Equivalence) autovalue.shaded.com.google$.common.base.$Function function autovalue.shaded.com.google$.common.base.$Equivalence resultEquivalence protected boolean doEquivalent (java.lang.Object, java.lang.Object) Object a Object b protected int doHash (java.lang.Object) Object a public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$FunctionalEquivalence that Object obj public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Java8Usage$SomeTypeAnnotation.class
$Java8Usage.java package autovalue.shaded.com.google$.common.base abstract annotation autovalue.shaded.com.google$.common.base.$Java8Usage$SomeTypeAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/common/base/$Java8Usage.class
$Java8Usage.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Java8Usage extends java.lang.Object { static java.lang.String performCheck () Runnable r private void <init> () private static synthetic void lambda$performCheck$0 () }
autovalue/shaded/com/google$/common/base/$JdkPattern$JdkMatcher.class
$JdkPattern.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$JdkPattern$JdkMatcher extends autovalue.shaded.com.google$.common.base.$CommonMatcher { final java.util.regex.Matcher matcher void <init> (java.util.regex.Matcher) java.util.regex.Matcher matcher public boolean matches () public boolean find () public boolean find (int) int index public java.lang.String replaceAll (java.lang.String) String replacement public int end () public int start () }
autovalue/shaded/com/google$/common/base/$JdkPattern.class
$JdkPattern.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$JdkPattern extends autovalue.shaded.com.google$.common.base.$CommonPattern implements java.io.Serializable { private final java.util.regex.Pattern pattern private static final long serialVersionUID void <init> (java.util.regex.Pattern) java.util.regex.Pattern pattern public autovalue.shaded.com.google$.common.base.$CommonMatcher matcher (java.lang.CharSequence) CharSequence t public java.lang.String pattern () public int flags () public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Joiner$1.class
$Joiner.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Joiner$1 extends autovalue.shaded.com.google$.common.base.$Joiner { final synthetic String val$nullText final synthetic autovalue.shaded.com.google$.common.base.$Joiner this$0 void <init> (autovalue.shaded.com.google$.common.base.$Joiner, autovalue.shaded.com.google$.common.base.$Joiner, java.lang.String) autovalue.shaded.com.google$.common.base.$Joiner this$0 autovalue.shaded.com.google$.common.base.$Joiner prototype java.lang.CharSequence toString (java.lang.Object) Object part public autovalue.shaded.com.google$.common.base.$Joiner useForNull (java.lang.String) String nullText public autovalue.shaded.com.google$.common.base.$Joiner skipNulls () }
autovalue/shaded/com/google$/common/base/$Joiner$2.class
$Joiner.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Joiner$2 extends autovalue.shaded.com.google$.common.base.$Joiner { final synthetic autovalue.shaded.com.google$.common.base.$Joiner this$0 void <init> (autovalue.shaded.com.google$.common.base.$Joiner, autovalue.shaded.com.google$.common.base.$Joiner) autovalue.shaded.com.google$.common.base.$Joiner this$0 autovalue.shaded.com.google$.common.base.$Joiner prototype public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Iterator) throws java.io.IOException Object part Object part Appendable appendable java.util.Iterator parts public autovalue.shaded.com.google$.common.base.$Joiner useForNull (java.lang.String) String nullText public autovalue.shaded.com.google$.common.base.$Joiner$MapJoiner withKeyValueSeparator (java.lang.String) String kvs }
autovalue/shaded/com/google$/common/base/$Joiner$3.class
$Joiner.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Joiner$3 extends java.util.AbstractList { final synthetic Object[] val$rest final synthetic Object val$first final synthetic Object val$second void <init> (java.lang.Object[], java.lang.Object, java.lang.Object) public int size () public java.lang.Object get (int) int index }
autovalue/shaded/com/google$/common/base/$Joiner$MapJoiner.class
$Joiner.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Joiner$MapJoiner extends java.lang.Object { private final autovalue.shaded.com.google$.common.base.$Joiner joiner private final String keyValueSeparator private void <init> (autovalue.shaded.com.google$.common.base.$Joiner, java.lang.String) autovalue.shaded.com.google$.common.base.$Joiner joiner String keyValueSeparator public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Map) throws java.io.IOException Appendable appendable java.util.Map map public java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.util.Map) StringBuilder builder java.util.Map map public java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Iterable) throws java.io.IOException Appendable appendable Iterable entries public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Iterator) throws java.io.IOException java.util.Map$Entry e java.util.Map$Entry entry Appendable appendable java.util.Iterator parts public java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Iterable) StringBuilder builder Iterable entries public java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.util.Iterator) java.io.IOException impossible StringBuilder builder java.util.Iterator entries public java.lang.String join (java.util.Map) java.util.Map map public java.lang.String join (java.lang.Iterable) Iterable entries public java.lang.String join (java.util.Iterator) java.util.Iterator entries public autovalue.shaded.com.google$.common.base.$Joiner$MapJoiner useForNull (java.lang.String) String nullText synthetic void <init> (autovalue.shaded.com.google$.common.base.$Joiner, java.lang.String, autovalue.shaded.com.google$.common.base.$Joiner$1) autovalue.shaded.com.google$.common.base.$Joiner x0 String x1 autovalue.shaded.com.google$.common.base.$Joiner$1 x2 }
autovalue/shaded/com/google$/common/base/$Joiner.class
$Joiner.java package autovalue.shaded.com.google$.common.base public autovalue.shaded.com.google$.common.base.$Joiner extends java.lang.Object { private final String separator public static autovalue.shaded.com.google$.common.base.$Joiner on (java.lang.String) String separator public static autovalue.shaded.com.google$.common.base.$Joiner on (char) char separator private void <init> (java.lang.String) String separator private void <init> (autovalue.shaded.com.google$.common.base.$Joiner) autovalue.shaded.com.google$.common.base.$Joiner prototype public java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Iterable) throws java.io.IOException Appendable appendable Iterable parts public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Iterator) throws java.io.IOException Appendable appendable java.util.Iterator parts public final java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Object[]) throws java.io.IOException Appendable appendable Object[] parts public final transient java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Object, java.lang.Object, java.lang.Object[]) throws java.io.IOException Appendable appendable Object first Object second Object[] rest public final java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Iterable) StringBuilder builder Iterable parts public final java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.util.Iterator) java.io.IOException impossible StringBuilder builder java.util.Iterator parts public final java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Object[]) StringBuilder builder Object[] parts public final transient java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Object, java.lang.Object, java.lang.Object[]) StringBuilder builder Object first Object second Object[] rest public final java.lang.String join (java.lang.Iterable) Iterable parts public final java.lang.String join (java.util.Iterator) java.util.Iterator parts public final java.lang.String join (java.lang.Object[]) Object[] parts public final transient java.lang.String join (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest public autovalue.shaded.com.google$.common.base.$Joiner useForNull (java.lang.String) String nullText public autovalue.shaded.com.google$.common.base.$Joiner skipNulls () public autovalue.shaded.com.google$.common.base.$Joiner$MapJoiner withKeyValueSeparator (char) char keyValueSeparator public autovalue.shaded.com.google$.common.base.$Joiner$MapJoiner withKeyValueSeparator (java.lang.String) String keyValueSeparator java.lang.CharSequence toString (java.lang.Object) Object part private static java.lang.Iterable iterable (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest synthetic void <init> (autovalue.shaded.com.google$.common.base.$Joiner, autovalue.shaded.com.google$.common.base.$Joiner$1) autovalue.shaded.com.google$.common.base.$Joiner x0 autovalue.shaded.com.google$.common.base.$Joiner$1 x1 static synthetic java.lang.String access$100 (autovalue.shaded.com.google$.common.base.$Joiner) autovalue.shaded.com.google$.common.base.$Joiner x0 }
autovalue/shaded/com/google$/common/base/$MoreObjects$1.class
$MoreObjects.java package autovalue.shaded.com.google$.common.base synthetic autovalue.shaded.com.google$.common.base.$MoreObjects$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/base/$MoreObjects$ToStringHelper$ValueHolder.class
$MoreObjects.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder extends java.lang.Object { String name Object value autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder next private void <init> () synthetic void <init> (autovalue.shaded.com.google$.common.base.$MoreObjects$1) autovalue.shaded.com.google$.common.base.$MoreObjects$1 x0 }
autovalue/shaded/com/google$/common/base/$MoreObjects$ToStringHelper.class
$MoreObjects.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper extends java.lang.Object { private final String className private final autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder holderHead private autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder holderTail private boolean omitNullValues private void <init> (java.lang.String) String className public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper omitNullValues () public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper add (java.lang.String, java.lang.Object) String name Object value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper add (java.lang.String, boolean) String name boolean value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper add (java.lang.String, char) String name char value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper add (java.lang.String, double) String name double value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper add (java.lang.String, float) String name float value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper add (java.lang.String, int) String name int value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper add (java.lang.String, long) String name long value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addValue (java.lang.Object) Object value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addValue (boolean) boolean value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addValue (char) char value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addValue (double) double value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addValue (float) float value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addValue (int) int value public autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addValue (long) long value public java.lang.String toString () Object[] objectArray String arrayString Object value autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder valueHolder boolean omitNullValuesSnapshot String nextSeparator StringBuilder builder private autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder addHolder () autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder valueHolder private autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addHolder (java.lang.Object) Object value autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder valueHolder private autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper addHolder (java.lang.String, java.lang.Object) String name Object value autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper$ValueHolder valueHolder synthetic void <init> (java.lang.String, autovalue.shaded.com.google$.common.base.$MoreObjects$1) String x0 autovalue.shaded.com.google$.common.base.$MoreObjects$1 x1 }
autovalue/shaded/com/google$/common/base/$MoreObjects.class
$MoreObjects.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$MoreObjects extends java.lang.Object { public static java.lang.Object firstNonNull (java.lang.Object, java.lang.Object) Object first Object second public static autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper toStringHelper (java.lang.Object) Object self public static autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper toStringHelper (java.lang.Class) Class clazz public static autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper toStringHelper (java.lang.String) String className private void <init> () }
autovalue/shaded/com/google$/common/base/$Objects.class
$Objects.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Objects extends autovalue.shaded.com.google$.common.base.$ExtraObjectsMethodsForWeb { private void <init> () public static boolean equal (java.lang.Object, java.lang.Object) Object a Object b public static transient int hashCode (java.lang.Object[]) Object[] objects }
autovalue/shaded/com/google$/common/base/$Optional$1$1.class
$Optional.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Optional$1$1 extends autovalue.shaded.com.google$.common.base.$AbstractIterator { private final java.util.Iterator iterator final synthetic autovalue.shaded.com.google$.common.base.$Optional$1 this$0 void <init> (autovalue.shaded.com.google$.common.base.$Optional$1) autovalue.shaded.com.google$.common.base.$Optional$1 this$0 protected java.lang.Object computeNext () autovalue.shaded.com.google$.common.base.$Optional optional }
autovalue/shaded/com/google$/common/base/$Optional$1.class
$Optional.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Optional$1 extends java.lang.Object implements java.lang.Iterable { final synthetic Iterable val$optionals void <init> (java.lang.Iterable) public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/base/$Optional.class
$Optional.java package autovalue.shaded.com.google$.common.base public abstract autovalue.shaded.com.google$.common.base.$Optional extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID public static autovalue.shaded.com.google$.common.base.$Optional absent () public static autovalue.shaded.com.google$.common.base.$Optional of (java.lang.Object) Object reference public static autovalue.shaded.com.google$.common.base.$Optional fromNullable (java.lang.Object) Object nullableReference public static autovalue.shaded.com.google$.common.base.$Optional fromJavaUtil (java.util.Optional) java.util.Optional javaUtilOptional public static java.util.Optional toJavaUtil (autovalue.shaded.com.google$.common.base.$Optional) autovalue.shaded.com.google$.common.base.$Optional googleOptional public java.util.Optional toJavaUtil () void <init> () public abstract boolean isPresent () public abstract java.lang.Object get () public abstract java.lang.Object or (java.lang.Object) public abstract autovalue.shaded.com.google$.common.base.$Optional or (autovalue.shaded.com.google$.common.base.$Optional) public abstract java.lang.Object or (autovalue.shaded.com.google$.common.base.$Supplier) public abstract java.lang.Object orNull () public abstract java.util.Set asSet () public abstract autovalue.shaded.com.google$.common.base.$Optional transform (autovalue.shaded.com.google$.common.base.$Function) public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () public static java.lang.Iterable presentInstances (java.lang.Iterable) Iterable optionals }
autovalue/shaded/com/google$/common/base/$PairwiseEquivalence.class
$PairwiseEquivalence.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$PairwiseEquivalence extends autovalue.shaded.com.google$.common.base.$Equivalence implements java.io.Serializable { final autovalue.shaded.com.google$.common.base.$Equivalence elementEquivalence private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.base.$Equivalence) autovalue.shaded.com.google$.common.base.$Equivalence elementEquivalence protected boolean doEquivalent (java.lang.Iterable, java.lang.Iterable) Iterable iterableA Iterable iterableB java.util.Iterator iteratorA java.util.Iterator iteratorB protected int doHash (java.lang.Iterable) Object element Iterable iterable int hash public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$PairwiseEquivalence that Object object public int hashCode () public java.lang.String toString () protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/base/$PatternCompiler.class
$PatternCompiler.java package autovalue.shaded.com.google$.common.base abstract autovalue.shaded.com.google$.common.base.$PatternCompiler extends java.lang.Object { public abstract autovalue.shaded.com.google$.common.base.$CommonPattern compile (java.lang.String) public abstract boolean isPcreLike () }
autovalue/shaded/com/google$/common/base/$Platform$1.class
$Platform.java package autovalue.shaded.com.google$.common.base synthetic autovalue.shaded.com.google$.common.base.$Platform$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/base/$Platform$JdkPatternCompiler.class
$Platform.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Platform$JdkPatternCompiler extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$PatternCompiler { private void <init> () public autovalue.shaded.com.google$.common.base.$CommonPattern compile (java.lang.String) String pattern public boolean isPcreLike () synthetic void <init> (autovalue.shaded.com.google$.common.base.$Platform$1) autovalue.shaded.com.google$.common.base.$Platform$1 x0 }
autovalue/shaded/com/google$/common/base/$Platform.class
$Platform.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Platform extends java.lang.Object { private static final java.util.logging.Logger logger private static final autovalue.shaded.com.google$.common.base.$PatternCompiler patternCompiler private void <init> () static long systemNanoTime () static autovalue.shaded.com.google$.common.base.$CharMatcher precomputeCharMatcher (autovalue.shaded.com.google$.common.base.$CharMatcher) autovalue.shaded.com.google$.common.base.$CharMatcher matcher static autovalue.shaded.com.google$.common.base.$Optional getEnumIfPresent (java.lang.Class, java.lang.String) Class enumClass String value java.lang.ref.WeakReference ref static java.lang.String formatCompact4Digits (double) double value static boolean stringIsNullOrEmpty (java.lang.String) String string static java.lang.String nullToEmpty (java.lang.String) String string static java.lang.String emptyToNull (java.lang.String) String string static autovalue.shaded.com.google$.common.base.$CommonPattern compilePattern (java.lang.String) String pattern static boolean patternCompilerIsPcreLike () private static autovalue.shaded.com.google$.common.base.$PatternCompiler loadPatternCompiler () private static void logPatternCompilerError (java.util.ServiceConfigurationError) java.util.ServiceConfigurationError e static void checkGwtRpcEnabled () String propertyName static void <clinit> () }
autovalue/shaded/com/google$/common/base/$Preconditions.class
$Preconditions.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Preconditions extends java.lang.Object { private void <init> () public static void checkArgument (boolean) boolean expression public static void checkArgument (boolean, java.lang.Object) boolean expression Object errorMessage public static transient void checkArgument (boolean, java.lang.String, java.lang.Object[]) boolean expression String errorMessageTemplate Object[] errorMessageArgs public static void checkArgument (boolean, java.lang.String, char) boolean b String errorMessageTemplate char p1 public static void checkArgument (boolean, java.lang.String, int) boolean b String errorMessageTemplate int p1 public static void checkArgument (boolean, java.lang.String, long) boolean b String errorMessageTemplate long p1 public static void checkArgument (boolean, java.lang.String, java.lang.Object) boolean b String errorMessageTemplate Object p1 public static void checkArgument (boolean, java.lang.String, char, char) boolean b String errorMessageTemplate char p1 char p2 public static void checkArgument (boolean, java.lang.String, char, int) boolean b String errorMessageTemplate char p1 int p2 public static void checkArgument (boolean, java.lang.String, char, long) boolean b String errorMessageTemplate char p1 long p2 public static void checkArgument (boolean, java.lang.String, char, java.lang.Object) boolean b String errorMessageTemplate char p1 Object p2 public static void checkArgument (boolean, java.lang.String, int, char) boolean b String errorMessageTemplate int p1 char p2 public static void checkArgument (boolean, java.lang.String, int, int) boolean b String errorMessageTemplate int p1 int p2 public static void checkArgument (boolean, java.lang.String, int, long) boolean b String errorMessageTemplate int p1 long p2 public static void checkArgument (boolean, java.lang.String, int, java.lang.Object) boolean b String errorMessageTemplate int p1 Object p2 public static void checkArgument (boolean, java.lang.String, long, char) boolean b String errorMessageTemplate long p1 char p2 public static void checkArgument (boolean, java.lang.String, long, int) boolean b String errorMessageTemplate long p1 int p2 public static void checkArgument (boolean, java.lang.String, long, long) boolean b String errorMessageTemplate long p1 long p2 public static void checkArgument (boolean, java.lang.String, long, java.lang.Object) boolean b String errorMessageTemplate long p1 Object p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, char) boolean b String errorMessageTemplate Object p1 char p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, int) boolean b String errorMessageTemplate Object p1 int p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, long) boolean b String errorMessageTemplate Object p1 long p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 public static void checkArgument (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static void checkState (boolean) boolean expression public static void checkState (boolean, java.lang.Object) boolean expression Object errorMessage public static transient void checkState (boolean, java.lang.String, java.lang.Object[]) boolean expression String errorMessageTemplate Object[] errorMessageArgs public static void checkState (boolean, java.lang.String, char) boolean b String errorMessageTemplate char p1 public static void checkState (boolean, java.lang.String, int) boolean b String errorMessageTemplate int p1 public static void checkState (boolean, java.lang.String, long) boolean b String errorMessageTemplate long p1 public static void checkState (boolean, java.lang.String, java.lang.Object) boolean b String errorMessageTemplate Object p1 public static void checkState (boolean, java.lang.String, char, char) boolean b String errorMessageTemplate char p1 char p2 public static void checkState (boolean, java.lang.String, char, int) boolean b String errorMessageTemplate char p1 int p2 public static void checkState (boolean, java.lang.String, char, long) boolean b String errorMessageTemplate char p1 long p2 public static void checkState (boolean, java.lang.String, char, java.lang.Object) boolean b String errorMessageTemplate char p1 Object p2 public static void checkState (boolean, java.lang.String, int, char) boolean b String errorMessageTemplate int p1 char p2 public static void checkState (boolean, java.lang.String, int, int) boolean b String errorMessageTemplate int p1 int p2 public static void checkState (boolean, java.lang.String, int, long) boolean b String errorMessageTemplate int p1 long p2 public static void checkState (boolean, java.lang.String, int, java.lang.Object) boolean b String errorMessageTemplate int p1 Object p2 public static void checkState (boolean, java.lang.String, long, char) boolean b String errorMessageTemplate long p1 char p2 public static void checkState (boolean, java.lang.String, long, int) boolean b String errorMessageTemplate long p1 int p2 public static void checkState (boolean, java.lang.String, long, long) boolean b String errorMessageTemplate long p1 long p2 public static void checkState (boolean, java.lang.String, long, java.lang.Object) boolean b String errorMessageTemplate long p1 Object p2 public static void checkState (boolean, java.lang.String, java.lang.Object, char) boolean b String errorMessageTemplate Object p1 char p2 public static void checkState (boolean, java.lang.String, java.lang.Object, int) boolean b String errorMessageTemplate Object p1 int p2 public static void checkState (boolean, java.lang.String, java.lang.Object, long) boolean b String errorMessageTemplate Object p1 long p2 public static void checkState (boolean, java.lang.String, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 public static void checkState (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 public static void checkState (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static java.lang.Object checkNotNull (java.lang.Object) Object reference public static java.lang.Object checkNotNull (java.lang.Object, java.lang.Object) Object reference Object errorMessage public static transient java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object[]) Object reference String errorMessageTemplate Object[] errorMessageArgs public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char) Object obj String errorMessageTemplate char p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int) Object obj String errorMessageTemplate int p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long) Object obj String errorMessageTemplate long p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object) Object obj String errorMessageTemplate Object p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, char) Object obj String errorMessageTemplate char p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, int) Object obj String errorMessageTemplate char p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, long) Object obj String errorMessageTemplate char p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, java.lang.Object) Object obj String errorMessageTemplate char p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, char) Object obj String errorMessageTemplate int p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, int) Object obj String errorMessageTemplate int p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, long) Object obj String errorMessageTemplate int p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, java.lang.Object) Object obj String errorMessageTemplate int p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, char) Object obj String errorMessageTemplate long p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, int) Object obj String errorMessageTemplate long p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, long) Object obj String errorMessageTemplate long p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, java.lang.Object) Object obj String errorMessageTemplate long p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, char) Object obj String errorMessageTemplate Object p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, int) Object obj String errorMessageTemplate Object p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, long) Object obj String errorMessageTemplate Object p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object) Object obj String errorMessageTemplate Object p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) Object obj String errorMessageTemplate Object p1 Object p2 Object p3 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object obj String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static int checkElementIndex (int, int) int index int size public static int checkElementIndex (int, int, java.lang.String) int index int size String desc private static java.lang.String badElementIndex (int, int, java.lang.String) int index int size String desc public static int checkPositionIndex (int, int) int index int size public static int checkPositionIndex (int, int, java.lang.String) int index int size String desc private static java.lang.String badPositionIndex (int, int, java.lang.String) int index int size String desc public static void checkPositionIndexes (int, int, int) int start int end int size private static java.lang.String badPositionIndexes (int, int, int) int start int end int size static void <clinit> () Exception toLog Throwable underlying }
autovalue/shaded/com/google$/common/base/$Predicate.class
$Predicate.java package autovalue.shaded.com.google$.common.base public abstract autovalue.shaded.com.google$.common.base.$Predicate extends java.lang.Object implements java.util.function.Predicate { public abstract boolean apply (java.lang.Object) public abstract boolean equals (java.lang.Object) public boolean test (java.lang.Object) Object input }
autovalue/shaded/com/google$/common/base/$Predicates$1.class
$Predicates.java package autovalue.shaded.com.google$.common.base synthetic autovalue.shaded.com.google$.common.base.$Predicates$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/base/$Predicates$AndPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$AndPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private final java.util.List components private static final long serialVersionUID private void <init> (java.util.List) java.util.List components public boolean apply (java.lang.Object) int i Object t public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$AndPredicate that Object obj public java.lang.String toString () synthetic void <init> (java.util.List, autovalue.shaded.com.google$.common.base.$Predicates$1) java.util.List x0 autovalue.shaded.com.google$.common.base.$Predicates$1 x1 }
autovalue/shaded/com/google$/common/base/$Predicates$CompositionPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$CompositionPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { final autovalue.shaded.com.google$.common.base.$Predicate p final autovalue.shaded.com.google$.common.base.$Function f private static final long serialVersionUID private void <init> (autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Predicate p autovalue.shaded.com.google$.common.base.$Function f public boolean apply (java.lang.Object) Object a public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$CompositionPredicate that Object obj public int hashCode () public java.lang.String toString () synthetic void <init> (autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.base.$Function, autovalue.shaded.com.google$.common.base.$Predicates$1) autovalue.shaded.com.google$.common.base.$Predicate x0 autovalue.shaded.com.google$.common.base.$Function x1 autovalue.shaded.com.google$.common.base.$Predicates$1 x2 }
autovalue/shaded/com/google$/common/base/$Predicates$ContainsPatternFromStringPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$ContainsPatternFromStringPredicate extends autovalue.shaded.com.google$.common.base.$Predicates$ContainsPatternPredicate { private static final long serialVersionUID void <init> (java.lang.String) String string public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Predicates$ContainsPatternPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$ContainsPatternPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { final autovalue.shaded.com.google$.common.base.$CommonPattern pattern private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.base.$CommonPattern) autovalue.shaded.com.google$.common.base.$CommonPattern pattern public boolean apply (java.lang.CharSequence) CharSequence t public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$ContainsPatternPredicate that Object obj public java.lang.String toString () String patternString public volatile synthetic boolean apply (java.lang.Object) }
autovalue/shaded/com/google$/common/base/$Predicates$InPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$InPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private final java.util.Collection target private static final long serialVersionUID private void <init> (java.util.Collection) java.util.Collection target public boolean apply (java.lang.Object) RuntimeException e Object t public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$InPredicate that Object obj public int hashCode () public java.lang.String toString () synthetic void <init> (java.util.Collection, autovalue.shaded.com.google$.common.base.$Predicates$1) java.util.Collection x0 autovalue.shaded.com.google$.common.base.$Predicates$1 x1 }
autovalue/shaded/com/google$/common/base/$Predicates$InstanceOfPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$InstanceOfPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private final Class clazz private static final long serialVersionUID private void <init> (java.lang.Class) Class clazz public boolean apply (java.lang.Object) Object o public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$InstanceOfPredicate that Object obj public java.lang.String toString () synthetic void <init> (java.lang.Class, autovalue.shaded.com.google$.common.base.$Predicates$1) Class x0 autovalue.shaded.com.google$.common.base.$Predicates$1 x1 }
autovalue/shaded/com/google$/common/base/$Predicates$IsEqualToPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$IsEqualToPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private final Object target private static final long serialVersionUID private void <init> (java.lang.Object) Object target public boolean apply (java.lang.Object) Object t public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$IsEqualToPredicate that Object obj public java.lang.String toString () synthetic void <init> (java.lang.Object, autovalue.shaded.com.google$.common.base.$Predicates$1) Object x0 autovalue.shaded.com.google$.common.base.$Predicates$1 x1 }
autovalue/shaded/com/google$/common/base/$Predicates$NotPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$NotPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { final autovalue.shaded.com.google$.common.base.$Predicate predicate private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public boolean apply (java.lang.Object) Object t public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$NotPredicate that Object obj public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Predicates$ObjectPredicate$1.class
$Predicates.java package autovalue.shaded.com.google$.common.base final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate$1 extends autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Predicates$ObjectPredicate$2.class
$Predicates.java package autovalue.shaded.com.google$.common.base final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate$2 extends autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Predicates$ObjectPredicate$3.class
$Predicates.java package autovalue.shaded.com.google$.common.base final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate$3 extends autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Predicates$ObjectPredicate$4.class
$Predicates.java package autovalue.shaded.com.google$.common.base final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate$4 extends autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$Predicates$ObjectPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base abstract enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate extends java.lang.Enum implements autovalue.shaded.com.google$.common.base.$Predicate { public static final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate ALWAYS_TRUE public static final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate ALWAYS_FALSE public static final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate IS_NULL public static final enum autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate NOT_NULL private static final synthetic autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate[] $VALUES public static autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate[] values () public static autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate valueOf (java.lang.String) String name private void <init> (java.lang.String, int) autovalue.shaded.com.google$.common.base.$Predicate withNarrowedType () private static synthetic autovalue.shaded.com.google$.common.base.$Predicates$ObjectPredicate[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.base.$Predicates$1) String x0 int x1 autovalue.shaded.com.google$.common.base.$Predicates$1 x2 static void <clinit> () }
autovalue/shaded/com/google$/common/base/$Predicates$OrPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$OrPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private final java.util.List components private static final long serialVersionUID private void <init> (java.util.List) java.util.List components public boolean apply (java.lang.Object) int i Object t public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$OrPredicate that Object obj public java.lang.String toString () synthetic void <init> (java.util.List, autovalue.shaded.com.google$.common.base.$Predicates$1) java.util.List x0 autovalue.shaded.com.google$.common.base.$Predicates$1 x1 }
autovalue/shaded/com/google$/common/base/$Predicates$SubtypeOfPredicate.class
$Predicates.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Predicates$SubtypeOfPredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private final Class clazz private static final long serialVersionUID private void <init> (java.lang.Class) Class clazz public boolean apply (java.lang.Class) Class input public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicates$SubtypeOfPredicate that Object obj public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) synthetic void <init> (java.lang.Class, autovalue.shaded.com.google$.common.base.$Predicates$1) Class x0 autovalue.shaded.com.google$.common.base.$Predicates$1 x1 }
autovalue/shaded/com/google$/common/base/$Predicates.class
$Predicates.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Predicates extends java.lang.Object { private void <init> () public static autovalue.shaded.com.google$.common.base.$Predicate alwaysTrue () public static autovalue.shaded.com.google$.common.base.$Predicate alwaysFalse () public static autovalue.shaded.com.google$.common.base.$Predicate isNull () public static autovalue.shaded.com.google$.common.base.$Predicate notNull () public static autovalue.shaded.com.google$.common.base.$Predicate not (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public static autovalue.shaded.com.google$.common.base.$Predicate and (java.lang.Iterable) Iterable components public static transient autovalue.shaded.com.google$.common.base.$Predicate and (autovalue.shaded.com.google$.common.base.$Predicate[]) autovalue.shaded.com.google$.common.base.$Predicate[] components public static autovalue.shaded.com.google$.common.base.$Predicate and (autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate first autovalue.shaded.com.google$.common.base.$Predicate second public static autovalue.shaded.com.google$.common.base.$Predicate or (java.lang.Iterable) Iterable components public static transient autovalue.shaded.com.google$.common.base.$Predicate or (autovalue.shaded.com.google$.common.base.$Predicate[]) autovalue.shaded.com.google$.common.base.$Predicate[] components public static autovalue.shaded.com.google$.common.base.$Predicate or (autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate first autovalue.shaded.com.google$.common.base.$Predicate second public static autovalue.shaded.com.google$.common.base.$Predicate equalTo (java.lang.Object) Object target public static autovalue.shaded.com.google$.common.base.$Predicate instanceOf (java.lang.Class) Class clazz public static autovalue.shaded.com.google$.common.base.$Predicate subtypeOf (java.lang.Class) Class clazz public static autovalue.shaded.com.google$.common.base.$Predicate in (java.util.Collection) java.util.Collection target public static autovalue.shaded.com.google$.common.base.$Predicate compose (autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Predicate predicate autovalue.shaded.com.google$.common.base.$Function function public static autovalue.shaded.com.google$.common.base.$Predicate containsPattern (java.lang.String) String pattern public static autovalue.shaded.com.google$.common.base.$Predicate contains (java.util.regex.Pattern) java.util.regex.Pattern pattern private static java.lang.String toStringHelper (java.lang.String, java.lang.Iterable) Object o String methodName Iterable components StringBuilder builder boolean first private static java.util.List asList (autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate first autovalue.shaded.com.google$.common.base.$Predicate second private static transient java.util.List defensiveCopy (java.lang.Object[]) Object[] array static java.util.List defensiveCopy (java.lang.Iterable) Object element Iterable iterable java.util.ArrayList list static synthetic java.lang.String access$800 (java.lang.String, java.lang.Iterable) String x0 Iterable x1 }
autovalue/shaded/com/google$/common/base/$Present.class
$Present.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$Present extends autovalue.shaded.com.google$.common.base.$Optional { private final Object reference private static final long serialVersionUID void <init> (java.lang.Object) Object reference public boolean isPresent () public java.lang.Object get () public java.lang.Object or (java.lang.Object) Object defaultValue public autovalue.shaded.com.google$.common.base.$Optional or (autovalue.shaded.com.google$.common.base.$Optional) autovalue.shaded.com.google$.common.base.$Optional secondChoice public java.lang.Object or (autovalue.shaded.com.google$.common.base.$Supplier) autovalue.shaded.com.google$.common.base.$Supplier supplier public java.lang.Object orNull () public java.util.Set asSet () public autovalue.shaded.com.google$.common.base.$Optional transform (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function function public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.base.$Present other Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/base/$SmallCharMatcher.class
$SmallCharMatcher.java package autovalue.shaded.com.google$.common.base final autovalue.shaded.com.google$.common.base.$SmallCharMatcher extends autovalue.shaded.com.google$.common.base.$CharMatcher$NamedFastMatcher { static final int MAX_SIZE private final char[] table private final boolean containsZero private final long filter private static final int C1 private static final int C2 private static final double DESIRED_LOAD_FACTOR private void <init> (char[], long, boolean, java.lang.String) char[] table long filter boolean containsZero String description static int smear (int) int hashCode private boolean checkFilter (int) int c static int chooseTableSize (int) int setSize int tableSize static autovalue.shaded.com.google$.common.base.$CharMatcher from (java.util.BitSet, java.lang.String) int index int c java.util.BitSet chars String description long filter int size boolean containsZero char[] table int mask public boolean matches (char) char c int mask int startingIndex int index void setBits (java.util.BitSet) char c java.util.BitSet table }
autovalue/shaded/com/google$/common/base/$Strings.class
$Strings.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Strings extends java.lang.Object { private void <init> () public static java.lang.String nullToEmpty (java.lang.String) String string public static java.lang.String emptyToNull (java.lang.String) String string public static boolean isNullOrEmpty (java.lang.String) String string public static java.lang.String padStart (java.lang.String, int, char) int i String string int minLength char padChar StringBuilder sb public static java.lang.String padEnd (java.lang.String, int, char) int i String string int minLength char padChar StringBuilder sb public static java.lang.String repeat (java.lang.String, int) String string int count int len long longSize int size char[] array int n public static java.lang.String commonPrefix (java.lang.CharSequence, java.lang.CharSequence) CharSequence a CharSequence b int maxPrefixLength int p public static java.lang.String commonSuffix (java.lang.CharSequence, java.lang.CharSequence) CharSequence a CharSequence b int maxSuffixLength int s static boolean validSurrogatePairAt (java.lang.CharSequence, int) CharSequence string int index public static transient java.lang.String lenientFormat (java.lang.String, java.lang.Object[]) int i int placeholderStart String template Object[] args StringBuilder builder int templateStart int i private static java.lang.String lenientToString (java.lang.Object) String objectToString Exception e Object o }
autovalue/shaded/com/google$/common/base/$Supplier.class
$Supplier.java package autovalue.shaded.com.google$.common.base public abstract autovalue.shaded.com.google$.common.base.$Supplier extends java.lang.Object implements java.util.function.Supplier { public abstract java.lang.Object get () }
autovalue/shaded/com/google$/common/base/$Throwables$1.class
$Throwables.java package autovalue.shaded.com.google$.common.base autovalue.shaded.com.google$.common.base.$Throwables$1 extends java.util.AbstractList { final synthetic Throwable val$t void <init> (java.lang.Throwable) public java.lang.StackTraceElement get (int) int n public int size () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/base/$Throwables.class
$Throwables.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Throwables extends java.lang.Object { private static final String JAVA_LANG_ACCESS_CLASSNAME static final String SHARED_SECRETS_CLASSNAME private static final Object jla private static final java.lang.reflect.Method getStackTraceElementMethod private static final java.lang.reflect.Method getStackTraceDepthMethod private void <init> () public static void throwIfInstanceOf (java.lang.Throwable, java.lang.Class) throws java.lang.Throwable Throwable throwable Class declaredType public static void propagateIfInstanceOf (java.lang.Throwable, java.lang.Class) throws java.lang.Throwable Throwable throwable Class declaredType public static void throwIfUnchecked (java.lang.Throwable) Throwable throwable public static void propagateIfPossible (java.lang.Throwable) Throwable throwable public static void propagateIfPossible (java.lang.Throwable, java.lang.Class) throws java.lang.Throwable Throwable throwable Class declaredType public static void propagateIfPossible (java.lang.Throwable, java.lang.Class, java.lang.Class) throws java.lang.Throwable java.lang.Throwable Throwable throwable Class declaredType1 Class declaredType2 public static java.lang.RuntimeException propagate (java.lang.Throwable) Throwable throwable public static java.lang.Throwable getRootCause (java.lang.Throwable) Throwable throwable Throwable slowPointer boolean advanceSlowPointer Throwable cause public static java.util.List getCausalChain (java.lang.Throwable) Throwable throwable java.util.List causes Throwable slowPointer boolean advanceSlowPointer Throwable cause public static java.lang.Throwable getCauseAs (java.lang.Throwable, java.lang.Class) ClassCastException e Throwable throwable Class expectedCauseType public static java.lang.String getStackTraceAsString (java.lang.Throwable) Throwable throwable java.io.StringWriter stringWriter public static java.util.List lazyStackTrace (java.lang.Throwable) Throwable throwable public static boolean lazyStackTraceIsLazy () private static java.util.List jlaStackTrace (java.lang.Throwable) Throwable t private static transient java.lang.Object invokeAccessibleNonThrowingMethod (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) IllegalAccessException e java.lang.reflect.InvocationTargetException e java.lang.reflect.Method method Object receiver Object[] params private static java.lang.Object getJLA () Class sharedSecrets java.lang.reflect.Method langAccess ThreadDeath death Throwable t private static java.lang.reflect.Method getGetMethod () private static java.lang.reflect.Method getSizeMethod () java.lang.reflect.Method getStackTraceDepth Exception e private static transient java.lang.reflect.Method getJlaMethod (java.lang.String, java.lang.Class[]) throws java.lang.ThreadDeath ThreadDeath death Throwable t String name Class[] parameterTypes static synthetic java.lang.reflect.Method access$000 () static synthetic java.lang.Object access$100 () static synthetic java.lang.Object access$200 (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) java.lang.reflect.Method x0 Object x1 Object[] x2 static synthetic java.lang.reflect.Method access$300 () static void <clinit> () }
autovalue/shaded/com/google$/common/base/$Verify.class
$Verify.java package autovalue.shaded.com.google$.common.base public final autovalue.shaded.com.google$.common.base.$Verify extends java.lang.Object { public static void verify (boolean) boolean expression public static transient void verify (boolean, java.lang.String, java.lang.Object[]) boolean expression String errorMessageTemplate Object[] errorMessageArgs public static void verify (boolean, java.lang.String, char) boolean expression String errorMessageTemplate char p1 public static void verify (boolean, java.lang.String, int) boolean expression String errorMessageTemplate int p1 public static void verify (boolean, java.lang.String, long) boolean expression String errorMessageTemplate long p1 public static void verify (boolean, java.lang.String, java.lang.Object) boolean expression String errorMessageTemplate Object p1 public static void verify (boolean, java.lang.String, char, char) boolean expression String errorMessageTemplate char p1 char p2 public static void verify (boolean, java.lang.String, int, char) boolean expression String errorMessageTemplate int p1 char p2 public static void verify (boolean, java.lang.String, long, char) boolean expression String errorMessageTemplate long p1 char p2 public static void verify (boolean, java.lang.String, java.lang.Object, char) boolean expression String errorMessageTemplate Object p1 char p2 public static void verify (boolean, java.lang.String, char, int) boolean expression String errorMessageTemplate char p1 int p2 public static void verify (boolean, java.lang.String, int, int) boolean expression String errorMessageTemplate int p1 int p2 public static void verify (boolean, java.lang.String, long, int) boolean expression String errorMessageTemplate long p1 int p2 public static void verify (boolean, java.lang.String, java.lang.Object, int) boolean expression String errorMessageTemplate Object p1 int p2 public static void verify (boolean, java.lang.String, char, long) boolean expression String errorMessageTemplate char p1 long p2 public static void verify (boolean, java.lang.String, int, long) boolean expression String errorMessageTemplate int p1 long p2 public static void verify (boolean, java.lang.String, long, long) boolean expression String errorMessageTemplate long p1 long p2 public static void verify (boolean, java.lang.String, java.lang.Object, long) boolean expression String errorMessageTemplate Object p1 long p2 public static void verify (boolean, java.lang.String, char, java.lang.Object) boolean expression String errorMessageTemplate char p1 Object p2 public static void verify (boolean, java.lang.String, int, java.lang.Object) boolean expression String errorMessageTemplate int p1 Object p2 public static void verify (boolean, java.lang.String, long, java.lang.Object) boolean expression String errorMessageTemplate long p1 Object p2 public static void verify (boolean, java.lang.String, java.lang.Object, java.lang.Object) boolean expression String errorMessageTemplate Object p1 Object p2 public static void verify (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) boolean expression String errorMessageTemplate Object p1 Object p2 Object p3 public static void verify (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) boolean expression String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static java.lang.Object verifyNotNull (java.lang.Object) Object reference public static transient java.lang.Object verifyNotNull (java.lang.Object, java.lang.String, java.lang.Object[]) Object reference String errorMessageTemplate Object[] errorMessageArgs private void <init> () }
autovalue/shaded/com/google$/common/base/$VerifyException.class
$VerifyException.java package autovalue.shaded.com.google$.common.base public autovalue.shaded.com.google$.common.base.$VerifyException extends java.lang.RuntimeException { public void <init> () public void <init> (java.lang.String) String message public void <init> (java.lang.Throwable) Throwable cause public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
autovalue/shaded/com/google$/common/collect/
autovalue/shaded/com/google$/common/collect/$AbstractIndexedListIterator.class
$AbstractIndexedListIterator.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractIndexedListIterator extends autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator { private final int size private int position protected abstract java.lang.Object get (int) protected void <init> (int) int size protected void <init> (int, int) int size int position public final boolean hasNext () public final java.lang.Object next () public final int nextIndex () public final boolean hasPrevious () public final java.lang.Object previous () public final int previousIndex () }
autovalue/shaded/com/google$/common/collect/$AbstractIterator$1.class
$AbstractIterator.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$AbstractIterator$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$collect$AbstractIterator$State static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$AbstractIterator$State.class
$AbstractIterator.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$AbstractIterator$State extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.collect.$AbstractIterator$State READY public static final enum autovalue.shaded.com.google$.common.collect.$AbstractIterator$State NOT_READY public static final enum autovalue.shaded.com.google$.common.collect.$AbstractIterator$State DONE public static final enum autovalue.shaded.com.google$.common.collect.$AbstractIterator$State FAILED private static final synthetic autovalue.shaded.com.google$.common.collect.$AbstractIterator$State[] $VALUES public static autovalue.shaded.com.google$.common.collect.$AbstractIterator$State[] values () public static autovalue.shaded.com.google$.common.collect.$AbstractIterator$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic autovalue.shaded.com.google$.common.collect.$AbstractIterator$State[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$AbstractIterator.class
$AbstractIterator.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$AbstractIterator extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { private autovalue.shaded.com.google$.common.collect.$AbstractIterator$State state private Object next protected void <init> () protected abstract java.lang.Object computeNext () protected final java.lang.Object endOfData () public final boolean hasNext () private boolean tryToComputeNext () public final java.lang.Object next () Object result public final java.lang.Object peek () }
autovalue/shaded/com/google$/common/collect/$AbstractListMultimap.class
$AbstractListMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractListMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap implements autovalue.shaded.com.google$.common.collect.$ListMultimap { private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map abstract java.util.List createCollection () java.util.List createUnmodifiableEmptyCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean put (java.lang.Object, java.lang.Object) Object key Object value public java.util.Map asMap () public boolean equals (java.lang.Object) Object object public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic java.util.Collection createCollection () volatile synthetic java.util.Collection createUnmodifiableEmptyCollection () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$1.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$1 extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$Itr { void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 java.lang.Object output (java.lang.Object, java.lang.Object) Object key Object value }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$2.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$2 extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$Itr { void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 java.util.Map$Entry output (java.lang.Object, java.lang.Object) Object key Object value volatile synthetic java.lang.Object output (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$AsMap$AsMapEntries.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap$AsMapEntries extends autovalue.shaded.com.google$.common.collect.$Maps$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap this$1 java.util.Map map () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o java.util.Map$Entry entry }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$AsMap$AsMapIterator.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap$AsMapIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator delegateIterator java.util.Collection collection final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap this$1 public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry entry public void remove () public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$AsMap.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { final transient java.util.Map submap final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.util.Map) java.util.Map submap protected java.util.Set createEntrySet () public boolean containsKey (java.lang.Object) Object key public java.util.Collection get (java.lang.Object) Object key java.util.Collection collection Object k public java.util.Set keySet () public int size () public java.util.Collection remove (java.lang.Object) Object key java.util.Collection collection java.util.Collection output public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () public void clear () java.util.Map$Entry wrapEntry (java.util.Map$Entry) java.util.Map$Entry entry Object key public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$Itr.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$Itr extends java.lang.Object implements java.util.Iterator { final java.util.Iterator keyIterator Object key java.util.Collection collection java.util.Iterator valueIterator final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap) abstract java.lang.Object output (java.lang.Object, java.lang.Object) public boolean hasNext () public java.lang.Object next () java.util.Map$Entry mapEntry public void remove () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$KeySet$1.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$KeySet$1 extends java.lang.Object implements java.util.Iterator { java.util.Map$Entry entry final synthetic java.util.Iterator val$entryIterator final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$KeySet this$1 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$KeySet, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$KeySet this$1 public boolean hasNext () public java.lang.Object next () public void remove () java.util.Collection collection }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$KeySet.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$KeySet extends autovalue.shaded.com.google$.common.collect.$Maps$KeySet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.util.Map) java.util.Map subMap public java.util.Iterator iterator () java.util.Iterator entryIterator public java.util.Spliterator spliterator () public boolean remove (java.lang.Object) Object key int count java.util.Collection collection public void clear () public boolean containsAll (java.util.Collection) java.util.Collection c public boolean equals (java.lang.Object) Object object public int hashCode () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$NavigableAsMap.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$NavigableAsMap extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$SortedAsMap implements java.util.NavigableMap { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.util.NavigableMap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 java.util.NavigableMap submap java.util.NavigableMap sortedMap () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () java.util.Map$Entry entry public java.util.Map$Entry lastEntry () java.util.Map$Entry entry public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () java.util.Map$Entry pollAsMapEntry (java.util.Iterator) java.util.Iterator entryIterator java.util.Map$Entry entry java.util.Collection output public java.util.NavigableMap descendingMap () public java.util.NavigableSet keySet () java.util.NavigableSet createKeySet () public java.util.NavigableSet navigableKeySet () public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.NavigableMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive volatile synthetic java.util.SortedSet createKeySet () public volatile synthetic java.util.SortedSet keySet () public volatile synthetic java.util.SortedMap tailMap (java.lang.Object) public volatile synthetic java.util.SortedMap subMap (java.lang.Object, java.lang.Object) public volatile synthetic java.util.SortedMap headMap (java.lang.Object) volatile synthetic java.util.SortedMap sortedMap () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Set createKeySet () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$NavigableKeySet.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$NavigableKeySet extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$SortedKeySet implements java.util.NavigableSet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.util.NavigableMap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 java.util.NavigableMap subMap java.util.NavigableMap sortedMap () public java.lang.Object lower (java.lang.Object) Object k public java.lang.Object floor (java.lang.Object) Object k public java.lang.Object ceiling (java.lang.Object) Object k public java.lang.Object higher (java.lang.Object) Object k public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet tailSet (java.lang.Object) Object fromElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public volatile synthetic java.util.SortedSet tailSet (java.lang.Object) public volatile synthetic java.util.SortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic java.util.SortedSet headSet (java.lang.Object) volatile synthetic java.util.SortedMap sortedMap () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$RandomAccessWrappedList.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$RandomAccessWrappedList extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedList implements java.util.RandomAccess { void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.lang.Object, java.util.List, autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection) Object key java.util.List delegate autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection ancestor }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$SortedAsMap.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$SortedAsMap extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$AsMap implements java.util.SortedMap { java.util.SortedSet sortedKeySet final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.util.SortedMap) java.util.SortedMap submap java.util.SortedMap sortedMap () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.lang.Object lastKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.SortedSet keySet () java.util.SortedSet result java.util.SortedSet createKeySet () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Set createKeySet () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$SortedKeySet.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$SortedKeySet extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$KeySet implements java.util.SortedSet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.util.SortedMap) java.util.SortedMap subMap java.util.SortedMap sortedMap () public java.util.Comparator comparator () public java.lang.Object first () public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.lang.Object last () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection$WrappedIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator delegateIterator final java.util.Collection originalDelegate final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection this$1 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection this$1 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection this$1 java.util.Iterator delegateIterator void validateIterator () public boolean hasNext () public java.lang.Object next () public void remove () java.util.Iterator getDelegateIterator () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$WrappedCollection.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection extends java.util.AbstractCollection { final Object key java.util.Collection delegate final autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection ancestor final java.util.Collection ancestorDelegate final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.lang.Object, java.util.Collection, autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 Object key java.util.Collection delegate autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection ancestor void refreshIfEmpty () java.util.Collection newDelegate void removeIfEmpty () java.lang.Object getKey () void addToMap () public int size () public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () java.util.Collection getDelegate () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public boolean add (java.lang.Object) Object value boolean wasEmpty boolean changed autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection getAncestor () public boolean addAll (java.util.Collection) int newSize java.util.Collection collection int oldSize boolean changed public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public void clear () int oldSize public boolean remove (java.lang.Object) Object o boolean changed public boolean removeAll (java.util.Collection) int newSize java.util.Collection c int oldSize boolean changed public boolean retainAll (java.util.Collection) int newSize java.util.Collection c int oldSize boolean changed }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$WrappedList$WrappedListIterator.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedList$WrappedListIterator extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection$WrappedIterator implements java.util.ListIterator { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedList this$1 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedList) public void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedList, int) int index private java.util.ListIterator getDelegateListIterator () public boolean hasPrevious () public java.lang.Object previous () public int nextIndex () public int previousIndex () public void set (java.lang.Object) Object value public void add (java.lang.Object) Object value boolean wasEmpty }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$WrappedList.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedList extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection implements java.util.List { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.lang.Object, java.util.List, autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 Object key java.util.List delegate autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection ancestor java.util.List getListDelegate () public boolean addAll (int, java.util.Collection) int newSize int index java.util.Collection c int oldSize boolean changed public java.lang.Object get (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public void add (int, java.lang.Object) int index Object element boolean wasEmpty public java.lang.Object remove (int) int index Object value public int indexOf (java.lang.Object) Object o public int lastIndexOf (java.lang.Object) Object o public java.util.ListIterator listIterator () public java.util.ListIterator listIterator (int) int index public java.util.List subList (int, int) int fromIndex int toIndex }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$WrappedNavigableSet.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedNavigableSet extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedSortedSet implements java.util.NavigableSet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.lang.Object, java.util.NavigableSet, autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 Object key java.util.NavigableSet delegate autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection ancestor java.util.NavigableSet getSortedSetDelegate () public java.lang.Object lower (java.lang.Object) Object v public java.lang.Object floor (java.lang.Object) Object v public java.lang.Object ceiling (java.lang.Object) Object v public java.lang.Object higher (java.lang.Object) Object v public java.lang.Object pollFirst () public java.lang.Object pollLast () private java.util.NavigableSet wrap (java.util.NavigableSet) java.util.NavigableSet wrapped public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive volatile synthetic java.util.SortedSet getSortedSetDelegate () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$WrappedSet.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedSet extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection implements java.util.Set { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.lang.Object, java.util.Set) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 Object key java.util.Set delegate public boolean removeAll (java.util.Collection) int newSize java.util.Collection c int oldSize boolean changed }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap$WrappedSortedSet.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedSortedSet extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection implements java.util.SortedSet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.lang.Object, java.util.SortedSet, autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap this$0 Object key java.util.SortedSet delegate autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection ancestor java.util.SortedSet getSortedSetDelegate () public java.util.Comparator comparator () public java.lang.Object first () public java.lang.Object last () public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultimap.class
$AbstractMapBasedMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap implements java.io.Serializable { private transient java.util.Map map private transient int totalSize private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map final void setMap (java.util.Map) java.util.Collection values java.util.Map map java.util.Collection createUnmodifiableEmptyCollection () abstract java.util.Collection createCollection () java.util.Collection createCollection (java.lang.Object) Object key java.util.Map backingMap () public int size () public boolean containsKey (java.lang.Object) Object key public boolean put (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection collection private java.util.Collection getOrCreateCollection (java.lang.Object) Object key java.util.Collection collection public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.Iterator iterator java.util.Collection collection java.util.Collection oldValues public java.util.Collection removeAll (java.lang.Object) Object key java.util.Collection collection java.util.Collection output java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection public void clear () java.util.Collection collection public java.util.Collection get (java.lang.Object) Object key java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection final java.util.List wrapList (java.lang.Object, java.util.List, autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection) Object key java.util.List list autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap$WrappedCollection ancestor private static java.util.Iterator iteratorOrListIterator (java.util.Collection) java.util.Collection collection java.util.Set createKeySet () final java.util.Set createMaybeNavigableKeySet () private void removeValuesForKey (java.lang.Object) int count Object key java.util.Collection collection public java.util.Collection values () java.util.Collection createValues () java.util.Iterator valueIterator () java.util.Spliterator valueSpliterator () autovalue.shaded.com.google$.common.collect.$Multiset createKeys () public java.util.Collection entries () java.util.Collection createEntries () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action java.util.Map createAsMap () final java.util.Map createMaybeNavigableAsMap () private static synthetic void lambda$forEach$3 (java.util.function.BiConsumer, java.lang.Object, java.util.Collection) java.util.function.BiConsumer action Object key java.util.Collection valueCollection private static synthetic void lambda$forEach$2 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object key Object value private static synthetic java.util.Spliterator lambda$entrySpliterator$1 (java.util.Map$Entry) java.util.Map$Entry keyToValueCollectionEntry Object key java.util.Collection valueCollection private static synthetic java.util.Map$Entry lambda$entrySpliterator$0 (java.lang.Object, java.lang.Object) Object key Object value static synthetic java.util.Map access$000 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap x0 static synthetic java.util.Iterator access$100 (java.util.Collection) java.util.Collection x0 static synthetic int access$210 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap x0 static synthetic int access$208 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap x0 static synthetic int access$212 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, int) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap x0 int x1 static synthetic int access$220 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, int) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap x0 int x1 static synthetic void access$300 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap x0 Object x1 }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultiset$1.class
$AbstractMapBasedMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset$1 extends java.lang.Object implements java.util.Iterator { java.util.Map$Entry toRemove final synthetic java.util.Iterator val$backingEntries final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset this$0 public boolean hasNext () public java.lang.Object next () java.util.Map$Entry mapEntry public void remove () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultiset$2$1.class
$AbstractMapBasedMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset$2$1 extends autovalue.shaded.com.google$.common.collect.$Multisets$AbstractEntry { final synthetic java.util.Map$Entry val$mapEntry final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset$2 this$1 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset$2, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset$2 this$1 public java.lang.Object getElement () public int getCount () autovalue.shaded.com.google$.common.collect.$Count frequency autovalue.shaded.com.google$.common.collect.$Count count }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultiset$2.class
$AbstractMapBasedMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset$2 extends java.lang.Object implements java.util.Iterator { java.util.Map$Entry toRemove final synthetic java.util.Iterator val$backingEntries final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset this$0 public boolean hasNext () public autovalue.shaded.com.google$.common.collect.$Multiset$Entry next () java.util.Map$Entry mapEntry public void remove () public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultiset$MapBasedMultisetIterator.class
$AbstractMapBasedMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset$MapBasedMultisetIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator entryIterator java.util.Map$Entry currentEntry int occurrencesLeft boolean canRemove final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset) public boolean hasNext () public java.lang.Object next () public void remove () int frequency }
autovalue/shaded/com/google$/common/collect/$AbstractMapBasedMultiset.class
$AbstractMapBasedMultiset.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset extends autovalue.shaded.com.google$.common.collect.$AbstractMultiset implements java.io.Serializable { private transient java.util.Map backingMap private transient long size private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map backingMap void setBackingMap (java.util.Map) java.util.Map backingMap public java.util.Set entrySet () java.util.Iterator elementIterator () java.util.Iterator backingEntries java.util.Iterator entryIterator () java.util.Iterator backingEntries public void forEachEntry (java.util.function.ObjIntConsumer) java.util.function.ObjIntConsumer action public void clear () autovalue.shaded.com.google$.common.collect.$Count frequency int distinctElements () public int size () public java.util.Iterator iterator () public int count (java.lang.Object) Object element autovalue.shaded.com.google$.common.collect.$Count frequency public int add (java.lang.Object, int) int oldCount long newCount Object element int occurrences autovalue.shaded.com.google$.common.collect.$Count frequency int oldCount public int remove (java.lang.Object, int) int numberRemoved Object element int occurrences autovalue.shaded.com.google$.common.collect.$Count frequency int oldCount int numberRemoved public int setCount (java.lang.Object, int) autovalue.shaded.com.google$.common.collect.$Count existingCounter int oldCount Object element int count autovalue.shaded.com.google$.common.collect.$Count existingCounter int oldCount private static int getAndSet (autovalue.shaded.com.google$.common.collect.$Count, int) autovalue.shaded.com.google$.common.collect.$Count i int count private void readObjectNoData () throws java.io.ObjectStreamException private static synthetic void lambda$forEachEntry$0 (java.util.function.ObjIntConsumer, java.lang.Object, autovalue.shaded.com.google$.common.collect.$Count) java.util.function.ObjIntConsumer action Object element autovalue.shaded.com.google$.common.collect.$Count count static synthetic long access$022 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset, long) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset x0 long x1 static synthetic java.util.Map access$100 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset x0 static synthetic long access$010 (autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset) autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset x0 }
autovalue/shaded/com/google$/common/collect/$AbstractMapEntry.class
$AbstractMapEntry.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractMapEntry extends java.lang.Object implements java.util.Map$Entry { void <init> () public abstract java.lang.Object getKey () public abstract java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value public boolean equals (java.lang.Object) java.util.Map$Entry that Object object public int hashCode () Object k Object v public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$AbstractMultimap$Entries.class
$AbstractMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMultimap$Entries extends autovalue.shaded.com.google$.common.collect.$Multimaps$Entries { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMultimap this$0 autovalue.shaded.com.google$.common.collect.$Multimap multimap () public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
autovalue/shaded/com/google$/common/collect/$AbstractMultimap$EntrySet.class
$AbstractMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMultimap$EntrySet extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap$Entries implements java.util.Set { void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMultimap this$0 public int hashCode () public boolean equals (java.lang.Object) Object obj }
autovalue/shaded/com/google$/common/collect/$AbstractMultimap$Values.class
$AbstractMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMultimap$Values extends java.util.AbstractCollection { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMultimap) autovalue.shaded.com.google$.common.collect.$AbstractMultimap this$0 public java.util.Iterator iterator () public java.util.Spliterator spliterator () public int size () public boolean contains (java.lang.Object) Object o public void clear () }
autovalue/shaded/com/google$/common/collect/$AbstractMultimap.class
$AbstractMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractMultimap extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Multimap { private transient java.util.Collection entries private transient java.util.Set keySet private transient autovalue.shaded.com.google$.common.collect.$Multiset keys private transient java.util.Collection values private transient java.util.Map asMap void <init> () public boolean isEmpty () public boolean containsValue (java.lang.Object) java.util.Collection collection Object value public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection collection public boolean remove (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection collection public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) java.util.Collection valueCollection java.util.Iterator valueItr Object key Iterable values public boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$Multimap multimap boolean changed public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.Collection result public java.util.Collection entries () java.util.Collection result abstract java.util.Collection createEntries () abstract java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public java.util.Set keySet () java.util.Set result abstract java.util.Set createKeySet () public autovalue.shaded.com.google$.common.collect.$Multiset keys () autovalue.shaded.com.google$.common.collect.$Multiset result abstract autovalue.shaded.com.google$.common.collect.$Multiset createKeys () public java.util.Collection values () java.util.Collection result abstract java.util.Collection createValues () java.util.Iterator valueIterator () java.util.Spliterator valueSpliterator () public java.util.Map asMap () java.util.Map result abstract java.util.Map createAsMap () public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$AbstractMultiset$ElementSet.class
$AbstractMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMultiset$ElementSet extends autovalue.shaded.com.google$.common.collect.$Multisets$ElementSet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMultiset this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMultiset) autovalue.shaded.com.google$.common.collect.$AbstractMultiset this$0 autovalue.shaded.com.google$.common.collect.$Multiset multiset () public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$AbstractMultiset$EntrySet.class
$AbstractMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractMultiset$EntrySet extends autovalue.shaded.com.google$.common.collect.$Multisets$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractMultiset this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractMultiset) autovalue.shaded.com.google$.common.collect.$AbstractMultiset this$0 autovalue.shaded.com.google$.common.collect.$Multiset multiset () public java.util.Iterator iterator () public int size () }
autovalue/shaded/com/google$/common/collect/$AbstractMultiset.class
$AbstractMultiset.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractMultiset extends java.util.AbstractCollection implements autovalue.shaded.com.google$.common.collect.$Multiset { private transient java.util.Set elementSet private transient java.util.Set entrySet void <init> () public boolean isEmpty () public boolean contains (java.lang.Object) Object element public final boolean add (java.lang.Object) Object element public int add (java.lang.Object, int) Object element int occurrences public final boolean remove (java.lang.Object) Object element public int remove (java.lang.Object, int) Object element int occurrences public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount public final boolean addAll (java.util.Collection) java.util.Collection elementsToAdd public final boolean removeAll (java.util.Collection) java.util.Collection elementsToRemove public final boolean retainAll (java.util.Collection) java.util.Collection elementsToRetain public abstract void clear () public java.util.Set elementSet () java.util.Set result java.util.Set createElementSet () abstract java.util.Iterator elementIterator () public java.util.Set entrySet () java.util.Set result java.util.Set createEntrySet () abstract java.util.Iterator entryIterator () abstract int distinctElements () public final boolean equals (java.lang.Object) Object object public final int hashCode () public final java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$AbstractNavigableMap$1.class
$AbstractNavigableMap.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$AbstractNavigableMap$DescendingMap.class
$AbstractNavigableMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap$DescendingMap extends autovalue.shaded.com.google$.common.collect.$Maps$DescendingMap { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap) java.util.NavigableMap forward () java.util.Iterator entryIterator () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap, autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap$1) autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap x0 autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap$1 x1 }
autovalue/shaded/com/google$/common/collect/$AbstractNavigableMap.class
$AbstractNavigableMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap extends autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap implements java.util.NavigableMap { void <init> () public abstract java.lang.Object get (java.lang.Object) public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.lang.Object firstKey () java.util.Map$Entry entry public java.lang.Object lastKey () java.util.Map$Entry entry public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key abstract java.util.Iterator descendingEntryIterator () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableSet navigableKeySet () public java.util.Set keySet () public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap descendingMap () }
autovalue/shaded/com/google$/common/collect/$AbstractRangeSet.class
$AbstractRangeSet.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractRangeSet extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$RangeSet { void <init> () public boolean contains (java.lang.Comparable) Comparable value public abstract autovalue.shaded.com.google$.common.collect.$Range rangeContaining (java.lang.Comparable) public boolean isEmpty () public void add (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public void remove (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public void clear () public boolean enclosesAll (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other public void addAll (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other public void removeAll (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other public boolean intersects (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range otherRange public abstract boolean encloses (autovalue.shaded.com.google$.common.collect.$Range) public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$RangeSet other Object obj public final int hashCode () public final java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$AbstractSequentialIterator.class
$AbstractSequentialIterator.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$AbstractSequentialIterator extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { private Object nextOrNull protected void <init> (java.lang.Object) Object firstOrNull protected abstract java.lang.Object computeNext (java.lang.Object) public final boolean hasNext () public final java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$AbstractSetMultimap.class
$AbstractSetMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractSetMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap implements autovalue.shaded.com.google$.common.collect.$SetMultimap { private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map abstract java.util.Set createCollection () java.util.Set createUnmodifiableEmptyCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection public java.util.Set get (java.lang.Object) Object key public java.util.Set entries () public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Map asMap () public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean equals (java.lang.Object) Object object public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic java.util.Collection createCollection () volatile synthetic java.util.Collection createUnmodifiableEmptyCollection () }
autovalue/shaded/com/google$/common/collect/$AbstractSortedSetMultimap.class
$AbstractSortedSetMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractSortedSetMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractSetMultimap implements autovalue.shaded.com.google$.common.collect.$SortedSetMultimap { private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map abstract java.util.SortedSet createCollection () java.util.SortedSet createUnmodifiableEmptyCollection () java.util.SortedSet unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection public java.util.SortedSet get (java.lang.Object) Object key public java.util.SortedSet removeAll (java.lang.Object) Object key public java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Map asMap () public java.util.Collection values () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) volatile synthetic java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) volatile synthetic java.util.Set createUnmodifiableEmptyCollection () volatile synthetic java.util.Set createCollection () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic java.util.Collection createCollection () volatile synthetic java.util.Collection createUnmodifiableEmptyCollection () }
autovalue/shaded/com/google$/common/collect/$AbstractTable$1.class
$AbstractTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractTable$1 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { void <init> (autovalue.shaded.com.google$.common.collect.$AbstractTable, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$AbstractTable this$0 java.util.Iterator backingIterator java.lang.Object transform (autovalue.shaded.com.google$.common.collect.$Table$Cell) autovalue.shaded.com.google$.common.collect.$Table$Cell cell volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$AbstractTable$CellSet.class
$AbstractTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractTable$CellSet extends java.util.AbstractSet { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractTable) autovalue.shaded.com.google$.common.collect.$AbstractTable this$0 public boolean contains (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Table$Cell cell java.util.Map row Object o public boolean remove (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Table$Cell cell java.util.Map row Object o public void clear () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public int size () }
autovalue/shaded/com/google$/common/collect/$AbstractTable$Values.class
$AbstractTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$AbstractTable$Values extends java.util.AbstractCollection { final synthetic autovalue.shaded.com.google$.common.collect.$AbstractTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$AbstractTable) autovalue.shaded.com.google$.common.collect.$AbstractTable this$0 public java.util.Iterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object o public void clear () public int size () }
autovalue/shaded/com/google$/common/collect/$AbstractTable.class
$AbstractTable.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$AbstractTable extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Table { private transient java.util.Set cellSet private transient java.util.Collection values void <init> () public boolean containsRow (java.lang.Object) Object rowKey public boolean containsColumn (java.lang.Object) Object columnKey public java.util.Set rowKeySet () public java.util.Set columnKeySet () public boolean containsValue (java.lang.Object) java.util.Map row Object value public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map row public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map row public boolean isEmpty () public void clear () public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map row public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table$Cell cell autovalue.shaded.com.google$.common.collect.$Table table public java.util.Set cellSet () java.util.Set result java.util.Set createCellSet () abstract java.util.Iterator cellIterator () abstract java.util.Spliterator cellSpliterator () public java.util.Collection values () java.util.Collection result java.util.Collection createValues () java.util.Iterator valuesIterator () java.util.Spliterator valuesSpliterator () public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$AllEqualOrdering.class
$AllEqualOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$AllEqualOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { static final autovalue.shaded.com.google$.common.collect.$AllEqualOrdering INSTANCE private static final long serialVersionUID void <init> () public int compare (java.lang.Object, java.lang.Object) Object left Object right public java.util.List sortedCopy (java.lang.Iterable) Iterable iterable public autovalue.shaded.com.google$.common.collect.$ImmutableList immutableSortedCopy (java.lang.Iterable) Iterable iterable public autovalue.shaded.com.google$.common.collect.$Ordering reverse () private java.lang.Object readResolve () public java.lang.String toString () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$BaseImmutableMultimap.class
$BaseImmutableMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$BaseImmutableMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap { void <init> () }
autovalue/shaded/com/google$/common/collect/$BiMap.class
$BiMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$BiMap extends java.lang.Object implements java.util.Map { public abstract java.lang.Object put (java.lang.Object, java.lang.Object) public abstract java.lang.Object forcePut (java.lang.Object, java.lang.Object) public abstract void putAll (java.util.Map) public abstract java.util.Set values () public abstract autovalue.shaded.com.google$.common.collect.$BiMap inverse () public volatile synthetic java.util.Collection values () }
autovalue/shaded/com/google$/common/collect/$BoundType.class
$BoundType.java package autovalue.shaded.com.google$.common.collect public final enum autovalue.shaded.com.google$.common.collect.$BoundType extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.collect.$BoundType OPEN public static final enum autovalue.shaded.com.google$.common.collect.$BoundType CLOSED final boolean inclusive private static final synthetic autovalue.shaded.com.google$.common.collect.$BoundType[] $VALUES public static autovalue.shaded.com.google$.common.collect.$BoundType[] values () public static autovalue.shaded.com.google$.common.collect.$BoundType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, boolean) boolean inclusive static autovalue.shaded.com.google$.common.collect.$BoundType forBoolean (boolean) boolean inclusive autovalue.shaded.com.google$.common.collect.$BoundType flip () private static synthetic autovalue.shaded.com.google$.common.collect.$BoundType[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ByFunctionOrdering.class
$ByFunctionOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ByFunctionOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final autovalue.shaded.com.google$.common.base.$Function function final autovalue.shaded.com.google$.common.collect.$Ordering ordering private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.base.$Function, autovalue.shaded.com.google$.common.collect.$Ordering) autovalue.shaded.com.google$.common.base.$Function function autovalue.shaded.com.google$.common.collect.$Ordering ordering public int compare (java.lang.Object, java.lang.Object) Object left Object right public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$ByFunctionOrdering that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$CartesianList$1.class
$CartesianList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$CartesianList$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final synthetic int val$index final synthetic autovalue.shaded.com.google$.common.collect.$CartesianList this$0 void <init> (autovalue.shaded.com.google$.common.collect.$CartesianList, int) autovalue.shaded.com.google$.common.collect.$CartesianList this$0 public int size () public java.lang.Object get (int) int axis int axisIndex boolean isPartialView () }
autovalue/shaded/com/google$/common/collect/$CartesianList.class
$CartesianList.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CartesianList extends java.util.AbstractList implements java.util.RandomAccess { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList axes private final transient int[] axesSizeProduct static java.util.List create (java.util.List) java.util.List copy java.util.List list java.util.List lists autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder axesBuilder void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList) int i ArithmeticException e autovalue.shaded.com.google$.common.collect.$ImmutableList axes int[] axesSizeProduct private int getAxisIndexForProductIndex (int, int) int index int axis public int indexOf (java.lang.Object) int axisIndex int elemIndex Object o java.util.List list java.util.ListIterator itr int computedIndex public int lastIndexOf (java.lang.Object) int axisIndex int elemIndex Object o java.util.List list java.util.ListIterator itr int computedIndex public autovalue.shaded.com.google$.common.collect.$ImmutableList get (int) int index public int size () public boolean contains (java.lang.Object) Object o Object object java.util.List list int i public volatile synthetic java.lang.Object get (int) static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList access$000 (autovalue.shaded.com.google$.common.collect.$CartesianList) autovalue.shaded.com.google$.common.collect.$CartesianList x0 static synthetic int access$100 (autovalue.shaded.com.google$.common.collect.$CartesianList, int, int) autovalue.shaded.com.google$.common.collect.$CartesianList x0 int x1 int x2 }
autovalue/shaded/com/google$/common/collect/$CollectCollectors$EnumMapAccumulator.class
$CollectCollectors.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator extends java.lang.Object { private final java.util.function.BinaryOperator mergeFunction private java.util.EnumMap map void <init> (java.util.function.BinaryOperator) java.util.function.BinaryOperator mergeFunction void put (java.lang.Enum, java.lang.Object) Enum key Object value autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator combine (autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator) autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator other autovalue.shaded.com.google$.common.collect.$ImmutableMap toImmutableMap () }
autovalue/shaded/com/google$/common/collect/$CollectCollectors$EnumSetAccumulator.class
$CollectCollectors.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumSetAccumulator extends java.lang.Object { static final java.util.stream.Collector TO_IMMUTABLE_ENUM_SET private java.util.EnumSet set private void <init> () void add (java.lang.Enum) Enum e autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumSetAccumulator combine (autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumSetAccumulator) autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumSetAccumulator other autovalue.shaded.com.google$.common.collect.$ImmutableSet toImmutableSet () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$CollectCollectors.class
$CollectCollectors.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectCollectors extends java.lang.Object { private static final java.util.stream.Collector TO_IMMUTABLE_LIST private static final java.util.stream.Collector TO_IMMUTABLE_SET private static final java.util.stream.Collector TO_IMMUTABLE_RANGE_SET void <init> () static java.util.stream.Collector toImmutableList () static java.util.stream.Collector toImmutableSet () static java.util.stream.Collector toImmutableSortedSet (java.util.Comparator) java.util.Comparator comparator static java.util.stream.Collector toImmutableEnumSet () static java.util.stream.Collector toImmutableRangeSet () static java.util.stream.Collector toImmutableMultiset (java.util.function.Function, java.util.function.ToIntFunction) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction static java.util.stream.Collector toMultiset (java.util.function.Function, java.util.function.ToIntFunction, java.util.function.Supplier) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction java.util.function.Supplier multisetSupplier static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toImmutableBiMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toImmutableRangeMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector flatteningToImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction static java.util.stream.Collector toImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector flatteningToImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction static java.util.stream.Collector toMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier static java.util.stream.Collector flatteningToMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier private static synthetic autovalue.shaded.com.google$.common.collect.$Multimap lambda$flatteningToMultimap$26 (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap1 autovalue.shaded.com.google$.common.collect.$Multimap multimap2 private static synthetic void lambda$flatteningToMultimap$25 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$Multimap, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$Multimap multimap Object input Object key java.util.Collection valuesForKey private static synthetic autovalue.shaded.com.google$.common.collect.$Multimap lambda$toMultimap$24 (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap1 autovalue.shaded.com.google$.common.collect.$Multimap multimap2 private static synthetic void lambda$toMultimap$23 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$Multimap, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$Multimap multimap Object input private static synthetic java.util.stream.Stream lambda$flatteningToImmutableSetMultimap$22 (java.util.function.Function, java.lang.Object) java.util.function.Function valuesFunction Object input private static synthetic java.lang.Object lambda$flatteningToImmutableSetMultimap$21 (java.util.function.Function, java.lang.Object) java.util.function.Function keyFunction Object input private static synthetic void lambda$toImmutableSetMultimap$20 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder Object t private static synthetic java.util.stream.Stream lambda$flatteningToImmutableListMultimap$19 (java.util.function.Function, java.lang.Object) java.util.function.Function valuesFunction Object input private static synthetic java.lang.Object lambda$flatteningToImmutableListMultimap$18 (java.util.function.Function, java.lang.Object) java.util.function.Function keyFunction Object input private static synthetic void lambda$toImmutableListMultimap$17 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder Object t private static synthetic void lambda$toImmutableRangeMap$16 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder builder Object input private static synthetic void lambda$toImmutableEnumMap$15 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator accum Object t Enum key Object newValue private static synthetic autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator lambda$toImmutableEnumMap$14 (java.util.function.BinaryOperator) java.util.function.BinaryOperator mergeFunction private static synthetic void lambda$toImmutableEnumMap$13 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator accum Object t Enum key Object newValue private static synthetic autovalue.shaded.com.google$.common.collect.$CollectCollectors$EnumMapAccumulator lambda$toImmutableEnumMap$12 () private static synthetic java.lang.Object lambda$toImmutableEnumMap$11 (java.lang.Object, java.lang.Object) Object v1 Object v2 private static synthetic void lambda$toImmutableBiMap$10 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder builder Object input private static synthetic java.util.TreeMap lambda$toImmutableSortedMap$9 (java.util.Comparator) java.util.Comparator comparator private static synthetic void lambda$toImmutableSortedMap$8 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder builder Object input private static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder lambda$toImmutableSortedMap$7 (java.util.Comparator) java.util.Comparator comparator private static synthetic void lambda$toImmutableMap$6 (java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder Object input private static synthetic autovalue.shaded.com.google$.common.collect.$Multiset lambda$toMultiset$5 (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset ms1 autovalue.shaded.com.google$.common.collect.$Multiset ms2 private static synthetic void lambda$toMultiset$4 (java.util.function.Function, java.util.function.ToIntFunction, autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Object) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction autovalue.shaded.com.google$.common.collect.$Multiset ms Object t private static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultiset lambda$toImmutableMultiset$3 (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset private static synthetic autovalue.shaded.com.google$.common.collect.$Multiset lambda$toImmutableMultiset$2 (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset1 autovalue.shaded.com.google$.common.collect.$Multiset multiset2 private static synthetic void lambda$toImmutableMultiset$1 (java.util.function.Function, java.util.function.ToIntFunction, autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Object) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction autovalue.shaded.com.google$.common.collect.$Multiset multiset Object t private static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder lambda$toImmutableSortedSet$0 (java.util.Comparator) java.util.Comparator comparator static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$CollectPreconditions.class
$CollectPreconditions.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectPreconditions extends java.lang.Object { void <init> () static void checkEntryNotNull (java.lang.Object, java.lang.Object) Object key Object value static int checkNonnegative (int, java.lang.String) int value String name static long checkNonnegative (long, java.lang.String) long value String name static void checkPositive (int, java.lang.String) int value String name static void checkRemove (boolean) boolean canRemove }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$1.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$CollectSpliterators$1 extends java.lang.Object implements java.util.Spliterator { final synthetic java.util.Spliterator val$fromSpliterator final synthetic java.util.function.Function val$function void <init> (java.util.Spliterator, java.util.function.Function) public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator trySplit () java.util.Spliterator fromSplit public long estimateSize () public int characteristics () private static synthetic void lambda$forEachRemaining$1 (java.util.function.Consumer, java.util.function.Function, java.lang.Object) java.util.function.Consumer action java.util.function.Function function Object fromElement private static synthetic void lambda$tryAdvance$0 (java.util.function.Consumer, java.util.function.Function, java.lang.Object) java.util.function.Consumer action java.util.function.Function function Object fromElement }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$1Splitr.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$CollectSpliterators$1Splitr extends java.lang.Object implements java.util.Spliterator java.util.function.Consumer { Object holder final synthetic java.util.Spliterator val$fromSpliterator final synthetic java.util.function.Predicate val$predicate void <init> (java.util.Spliterator, java.util.function.Predicate) public void accept (java.lang.Object) Object t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator trySplit () java.util.Spliterator fromSplit public long estimateSize () public java.util.Comparator getComparator () public int characteristics () }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$1WithCharacteristics.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$CollectSpliterators$1WithCharacteristics extends java.lang.Object implements java.util.Spliterator { private final java.util.Spliterator$OfInt delegate final synthetic java.util.function.IntFunction val$function final synthetic int val$extraCharacteristics final synthetic java.util.Comparator val$comparator void <init> (java.util.Spliterator$OfInt, java.util.function.IntFunction, int, java.util.Comparator) java.util.Spliterator$OfInt delegate public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator trySplit () java.util.Spliterator$OfInt split public long estimateSize () public int characteristics () public java.util.Comparator getComparator () private static synthetic void lambda$forEachRemaining$1 (java.util.function.Consumer, java.util.function.IntFunction, int) java.util.function.Consumer action java.util.function.IntFunction function int i private static synthetic void lambda$tryAdvance$0 (java.util.function.Consumer, java.util.function.IntFunction, int) java.util.function.Consumer action java.util.function.IntFunction function int i }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$FlatMapSpliterator$Factory.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator$Factory extends java.lang.Object { public abstract java.util.Spliterator newFlatMapSpliterator (java.util.Spliterator, java.util.Spliterator, java.util.function.Function, int, long) }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$FlatMapSpliterator.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator extends java.lang.Object implements java.util.Spliterator { java.util.Spliterator prefix final java.util.Spliterator from final java.util.function.Function function final autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator$Factory factory int characteristics long estimatedSize void <init> (java.util.Spliterator, java.util.Spliterator, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator$Factory, int, long) java.util.Spliterator prefix java.util.Spliterator from java.util.function.Function function autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator$Factory factory int characteristics long estimatedSize public final boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public final void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action public final java.util.Spliterator trySplit () int splitCharacteristics long estSplitSize java.util.Spliterator result java.util.Spliterator result java.util.Spliterator fromSplit public final long estimateSize () public final int characteristics () private synthetic void lambda$forEachRemaining$1 (java.util.function.Consumer, java.lang.Object) java.util.function.Consumer action Object fromElement java.util.Spliterator elements private synthetic void lambda$tryAdvance$0 (java.lang.Object) Object fromElement }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$FlatMapSpliteratorOfDouble.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfDouble extends autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfPrimitive implements java.util.Spliterator$OfDouble { void <init> (java.util.Spliterator$OfDouble, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator$OfDouble prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize public volatile synthetic void forEachRemaining (java.util.function.DoubleConsumer) public volatile synthetic boolean tryAdvance (java.util.function.DoubleConsumer) public volatile synthetic java.util.Spliterator$OfDouble trySplit () }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$FlatMapSpliteratorOfInt.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfInt extends autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfPrimitive implements java.util.Spliterator$OfInt { void <init> (java.util.Spliterator$OfInt, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator$OfInt prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize public volatile synthetic void forEachRemaining (java.util.function.IntConsumer) public volatile synthetic boolean tryAdvance (java.util.function.IntConsumer) public volatile synthetic java.util.Spliterator$OfInt trySplit () }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$FlatMapSpliteratorOfLong.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfLong extends autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfPrimitive implements java.util.Spliterator$OfLong { void <init> (java.util.Spliterator$OfLong, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator$OfLong prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize public volatile synthetic void forEachRemaining (java.util.function.LongConsumer) public volatile synthetic boolean tryAdvance (java.util.function.LongConsumer) public volatile synthetic java.util.Spliterator$OfLong trySplit () }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$FlatMapSpliteratorOfObject.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfObject extends autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator { void <init> (java.util.Spliterator, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators$FlatMapSpliteratorOfPrimitive.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliteratorOfPrimitive extends autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator implements java.util.Spliterator$OfPrimitive { void <init> (java.util.Spliterator$OfPrimitive, java.util.Spliterator, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator$Factory, int, long) java.util.Spliterator$OfPrimitive prefix java.util.Spliterator from java.util.function.Function function autovalue.shaded.com.google$.common.collect.$CollectSpliterators$FlatMapSpliterator$Factory factory int characteristics long estimatedSize public final boolean tryAdvance (java.lang.Object) Object action public final void forEachRemaining (java.lang.Object) Object action public volatile synthetic java.util.Spliterator$OfPrimitive trySplit () private synthetic void lambda$forEachRemaining$1 (java.lang.Object, java.lang.Object) Object action Object fromElement java.util.Spliterator$OfPrimitive elements private synthetic void lambda$tryAdvance$0 (java.lang.Object) Object fromElement }
autovalue/shaded/com/google$/common/collect/$CollectSpliterators.class
$CollectSpliterators.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CollectSpliterators extends java.lang.Object { private void <init> () static java.util.Spliterator indexed (int, int, java.util.function.IntFunction) int size int extraCharacteristics java.util.function.IntFunction function static java.util.Spliterator indexed (int, int, java.util.function.IntFunction, java.util.Comparator) int size int extraCharacteristics java.util.function.IntFunction function java.util.Comparator comparator static java.util.Spliterator map (java.util.Spliterator, java.util.function.Function) java.util.Spliterator fromSpliterator java.util.function.Function function static java.util.Spliterator filter (java.util.Spliterator, java.util.function.Predicate) java.util.Spliterator fromSpliterator java.util.function.Predicate predicate static java.util.Spliterator flatMap (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize static java.util.Spliterator$OfInt flatMapToInt (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize static java.util.Spliterator$OfLong flatMapToLong (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize static java.util.Spliterator$OfDouble flatMapToDouble (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize }
autovalue/shaded/com/google$/common/collect/$Collections2$FilteredCollection.class
$Collections2.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Collections2$FilteredCollection extends java.util.AbstractCollection { final java.util.Collection unfiltered final autovalue.shaded.com.google$.common.base.$Predicate predicate void <init> (java.util.Collection, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Collection unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate autovalue.shaded.com.google$.common.collect.$Collections2$FilteredCollection createCombined (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate newPredicate public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) Object element java.util.Collection collection public void clear () public boolean contains (java.lang.Object) Object e Object element public boolean containsAll (java.util.Collection) java.util.Collection collection public boolean isEmpty () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean remove (java.lang.Object) Object element public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public int size () Object e int size public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array private synthetic boolean lambda$removeIf$2 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element private static synthetic boolean lambda$retainAll$1 (java.util.Collection, java.lang.Object) java.util.Collection collection Object element private synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object) java.util.function.Consumer action Object e }
autovalue/shaded/com/google$/common/collect/$Collections2$OrderedPermutationCollection.class
$Collections2.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Collections2$OrderedPermutationCollection extends java.util.AbstractCollection { final autovalue.shaded.com.google$.common.collect.$ImmutableList inputList final java.util.Comparator comparator final int size void <init> (java.lang.Iterable, java.util.Comparator) Iterable input java.util.Comparator comparator private static int calculateSize (java.util.List, java.util.Comparator) int comparison java.util.List sortedInputList java.util.Comparator comparator int permutations int n int r public int size () public boolean isEmpty () public java.util.Iterator iterator () public boolean contains (java.lang.Object) java.util.List list Object obj public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Collections2$OrderedPermutationIterator.class
$Collections2.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Collections2$OrderedPermutationIterator extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { java.util.List nextPermutation final java.util.Comparator comparator void <init> (java.util.List, java.util.Comparator) java.util.List list java.util.Comparator comparator protected java.util.List computeNext () autovalue.shaded.com.google$.common.collect.$ImmutableList next void calculateNextPermutation () int j int l int n int findNextJ () int k int findNextL (int) int l int j Object ak protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Collections2$PermutationCollection.class
$Collections2.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Collections2$PermutationCollection extends java.util.AbstractCollection { final autovalue.shaded.com.google$.common.collect.$ImmutableList inputList void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableList input public int size () public boolean isEmpty () public java.util.Iterator iterator () public boolean contains (java.lang.Object) java.util.List list Object obj public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Collections2$PermutationIterator.class
$Collections2.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Collections2$PermutationIterator extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.List list final int[] c final int[] o int j void <init> (java.util.List) java.util.List list int n protected java.util.List computeNext () autovalue.shaded.com.google$.common.collect.$ImmutableList next void calculateNextPermutation () int q int s void switchDirection () protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Collections2$TransformedCollection.class
$Collections2.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Collections2$TransformedCollection extends java.util.AbstractCollection { final java.util.Collection fromCollection final autovalue.shaded.com.google$.common.base.$Function function void <init> (java.util.Collection, autovalue.shaded.com.google$.common.base.$Function) java.util.Collection fromCollection autovalue.shaded.com.google$.common.base.$Function function public void clear () public boolean isEmpty () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public int size () private synthetic boolean lambda$removeIf$1 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element private synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object) java.util.function.Consumer action Object f }
autovalue/shaded/com/google$/common/collect/$Collections2.class
$Collections2.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Collections2 extends java.lang.Object { private void <init> () public static java.util.Collection filter (java.util.Collection, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Collection unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate static boolean safeContains (java.util.Collection, java.lang.Object) RuntimeException e java.util.Collection collection Object object static boolean safeRemove (java.util.Collection, java.lang.Object) RuntimeException e java.util.Collection collection Object object public static java.util.Collection transform (java.util.Collection, autovalue.shaded.com.google$.common.base.$Function) java.util.Collection fromCollection autovalue.shaded.com.google$.common.base.$Function function static boolean containsAllImpl (java.util.Collection, java.util.Collection) Object o java.util.Collection self java.util.Collection c static java.lang.String toStringImpl (java.util.Collection) Object o java.util.Collection collection StringBuilder sb boolean first static java.lang.StringBuilder newStringBuilderForCollection (int) int size public static java.util.Collection orderedPermutations (java.lang.Iterable) Iterable elements public static java.util.Collection orderedPermutations (java.lang.Iterable, java.util.Comparator) Iterable elements java.util.Comparator comparator public static java.util.Collection permutations (java.util.Collection) java.util.Collection elements private static boolean isPermutation (java.util.List, java.util.List) java.util.List first java.util.List second autovalue.shaded.com.google$.common.collect.$Multiset firstMultiset autovalue.shaded.com.google$.common.collect.$Multiset secondMultiset static synthetic boolean access$000 (java.util.List, java.util.List) java.util.List x0 java.util.List x1 }
autovalue/shaded/com/google$/common/collect/$ComparatorOrdering.class
$ComparatorOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ComparatorOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final java.util.Comparator comparator private static final long serialVersionUID void <init> (java.util.Comparator) java.util.Comparator comparator public int compare (java.lang.Object, java.lang.Object) Object a Object b public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$ComparatorOrdering that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Comparators.class
$Comparators.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Comparators extends java.lang.Object { private void <init> () public static java.util.Comparator lexicographical (java.util.Comparator) java.util.Comparator comparator public static boolean isInOrder (java.lang.Iterable, java.util.Comparator) Object next Object prev Iterable iterable java.util.Comparator comparator java.util.Iterator it public static boolean isInStrictOrder (java.lang.Iterable, java.util.Comparator) Object next Object prev Iterable iterable java.util.Comparator comparator java.util.Iterator it public static java.util.stream.Collector least (int, java.util.Comparator) int k java.util.Comparator comparator public static java.util.stream.Collector greatest (int, java.util.Comparator) int k java.util.Comparator comparator public static java.util.Comparator emptiesFirst (java.util.Comparator) java.util.Comparator valueComparator public static java.util.Comparator emptiesLast (java.util.Comparator) java.util.Comparator valueComparator public static java.lang.Comparable min (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public static java.lang.Object min (java.lang.Object, java.lang.Object, java.util.Comparator) Object a Object b java.util.Comparator comparator public static java.lang.Comparable max (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public static java.lang.Object max (java.lang.Object, java.lang.Object, java.util.Comparator) Object a Object b java.util.Comparator comparator private static synthetic java.lang.Object lambda$emptiesLast$2 (java.util.Optional) java.util.Optional o private static synthetic java.lang.Object lambda$emptiesFirst$1 (java.util.Optional) java.util.Optional o private static synthetic autovalue.shaded.com.google$.common.collect.$TopKSelector lambda$least$0 (int, java.util.Comparator) int k java.util.Comparator comparator }
autovalue/shaded/com/google$/common/collect/$ComparisonChain$1.class
$ComparisonChain.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ComparisonChain$1 extends autovalue.shaded.com.google$.common.collect.$ComparisonChain { void <init> () public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (java.lang.Object, java.lang.Object, java.util.Comparator) Object left Object right java.util.Comparator comparator public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (int, int) int left int right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (long, long) long left long right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (float, float) float left float right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (double, double) double left double right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compareTrueFirst (boolean, boolean) boolean left boolean right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compareFalseFirst (boolean, boolean) boolean left boolean right autovalue.shaded.com.google$.common.collect.$ComparisonChain classify (int) int result public int result () }
autovalue/shaded/com/google$/common/collect/$ComparisonChain$InactiveComparisonChain.class
$ComparisonChain.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ComparisonChain$InactiveComparisonChain extends autovalue.shaded.com.google$.common.collect.$ComparisonChain { final int result void <init> (int) int result public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (java.lang.Object, java.lang.Object, java.util.Comparator) Object left Object right java.util.Comparator comparator public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (int, int) int left int right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (long, long) long left long right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (float, float) float left float right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (double, double) double left double right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compareTrueFirst (boolean, boolean) boolean left boolean right public autovalue.shaded.com.google$.common.collect.$ComparisonChain compareFalseFirst (boolean, boolean) boolean left boolean right public int result () }
autovalue/shaded/com/google$/common/collect/$ComparisonChain.class
$ComparisonChain.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain extends java.lang.Object { private static final autovalue.shaded.com.google$.common.collect.$ComparisonChain ACTIVE private static final autovalue.shaded.com.google$.common.collect.$ComparisonChain LESS private static final autovalue.shaded.com.google$.common.collect.$ComparisonChain GREATER private void <init> () public static autovalue.shaded.com.google$.common.collect.$ComparisonChain start () public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (java.lang.Comparable, java.lang.Comparable) public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (java.lang.Object, java.lang.Object, java.util.Comparator) public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (int, int) public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (long, long) public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (float, float) public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (double, double) public final autovalue.shaded.com.google$.common.collect.$ComparisonChain compare (java.lang.Boolean, java.lang.Boolean) Boolean left Boolean right public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compareTrueFirst (boolean, boolean) public abstract autovalue.shaded.com.google$.common.collect.$ComparisonChain compareFalseFirst (boolean, boolean) public abstract int result () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$ComparisonChain$1) autovalue.shaded.com.google$.common.collect.$ComparisonChain$1 x0 static synthetic autovalue.shaded.com.google$.common.collect.$ComparisonChain access$100 () static synthetic autovalue.shaded.com.google$.common.collect.$ComparisonChain access$200 () static synthetic autovalue.shaded.com.google$.common.collect.$ComparisonChain access$300 () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$CompoundOrdering.class
$CompoundOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$CompoundOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final java.util.Comparator[] comparators private static final long serialVersionUID void <init> (java.util.Comparator, java.util.Comparator) java.util.Comparator primary java.util.Comparator secondary void <init> (java.lang.Iterable) Iterable comparators public int compare (java.lang.Object, java.lang.Object) int result int i Object left Object right public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$CompoundOrdering that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$ConsumingQueueIterator.class
$ConsumingQueueIterator.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ConsumingQueueIterator extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { private final java.util.Queue queue transient void <init> (java.lang.Object[]) Object[] elements void <init> (java.util.Queue) java.util.Queue queue public java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$ContiguousSet.class
$ContiguousSet.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ContiguousSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet { final autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public static autovalue.shaded.com.google$.common.collect.$ContiguousSet create (autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) java.util.NoSuchElementException e autovalue.shaded.com.google$.common.collect.$Range range autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Range effectiveRange boolean empty public static autovalue.shaded.com.google$.common.collect.$ContiguousSet closed (int, int) int lower int upper public static autovalue.shaded.com.google$.common.collect.$ContiguousSet closed (long, long) long lower long upper public static autovalue.shaded.com.google$.common.collect.$ContiguousSet closedOpen (int, int) int lower int upper public static autovalue.shaded.com.google$.common.collect.$ContiguousSet closedOpen (long, long) long lower long upper void <init> (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public autovalue.shaded.com.google$.common.collect.$ContiguousSet headSet (java.lang.Comparable) Comparable toElement public autovalue.shaded.com.google$.common.collect.$ContiguousSet headSet (java.lang.Comparable, boolean) Comparable toElement boolean inclusive public autovalue.shaded.com.google$.common.collect.$ContiguousSet subSet (java.lang.Comparable, java.lang.Comparable) Comparable fromElement Comparable toElement public autovalue.shaded.com.google$.common.collect.$ContiguousSet subSet (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive public autovalue.shaded.com.google$.common.collect.$ContiguousSet tailSet (java.lang.Comparable) Comparable fromElement public autovalue.shaded.com.google$.common.collect.$ContiguousSet tailSet (java.lang.Comparable, boolean) Comparable fromElement boolean inclusive abstract autovalue.shaded.com.google$.common.collect.$ContiguousSet headSetImpl (java.lang.Comparable, boolean) abstract autovalue.shaded.com.google$.common.collect.$ContiguousSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) abstract autovalue.shaded.com.google$.common.collect.$ContiguousSet tailSetImpl (java.lang.Comparable, boolean) public abstract autovalue.shaded.com.google$.common.collect.$ContiguousSet intersection (autovalue.shaded.com.google$.common.collect.$ContiguousSet) public abstract autovalue.shaded.com.google$.common.collect.$Range range () public abstract autovalue.shaded.com.google$.common.collect.$Range range (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$BoundType) autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet createDescendingSet () public java.lang.String toString () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder builder () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSet (java.lang.Object, boolean) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSet (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSet (java.lang.Object, boolean) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSet (java.lang.Object) public volatile synthetic java.util.SortedSet tailSet (java.lang.Object) public volatile synthetic java.util.SortedSet headSet (java.lang.Object) public volatile synthetic java.util.SortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic java.util.NavigableSet tailSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet headSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) }
autovalue/shaded/com/google$/common/collect/$Count.class
$Count.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Count extends java.lang.Object implements java.io.Serializable { private int value void <init> (int) int value public int get () public void add (int) int delta public int addAndGet (int) int delta public void set (int) int newValue public int getAndSet (int) int newValue int result public int hashCode () public boolean equals (java.lang.Object) Object obj public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Cut$1.class
$Cut.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$Cut$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$collect$BoundType static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Cut$AboveAll.class
$Cut.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Cut$AboveAll extends autovalue.shaded.com.google$.common.collect.$Cut { private static final autovalue.shaded.com.google$.common.collect.$Cut$AboveAll INSTANCE private static final long serialVersionUID private void <init> () java.lang.Comparable endpoint () boolean isLessThan (java.lang.Comparable) Comparable value autovalue.shaded.com.google$.common.collect.$BoundType typeAsLowerBound () autovalue.shaded.com.google$.common.collect.$BoundType typeAsUpperBound () autovalue.shaded.com.google$.common.collect.$Cut withLowerBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Cut withUpperBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain java.lang.Comparable greatestValueBelow (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public int compareTo (autovalue.shaded.com.google$.common.collect.$Cut) autovalue.shaded.com.google$.common.collect.$Cut o public int hashCode () public java.lang.String toString () private java.lang.Object readResolve () public volatile synthetic int compareTo (java.lang.Object) static synthetic autovalue.shaded.com.google$.common.collect.$Cut$AboveAll access$100 () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Cut$AboveValue.class
$Cut.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Cut$AboveValue extends autovalue.shaded.com.google$.common.collect.$Cut { private static final long serialVersionUID void <init> (java.lang.Comparable) Comparable endpoint boolean isLessThan (java.lang.Comparable) Comparable value autovalue.shaded.com.google$.common.collect.$BoundType typeAsLowerBound () autovalue.shaded.com.google$.common.collect.$BoundType typeAsUpperBound () autovalue.shaded.com.google$.common.collect.$Cut withLowerBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) Comparable next autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Cut withUpperBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) Comparable next autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain java.lang.Comparable greatestValueBelow (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Cut canonical (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain Comparable next public int hashCode () public java.lang.String toString () public volatile synthetic int compareTo (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Cut$BelowAll.class
$Cut.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Cut$BelowAll extends autovalue.shaded.com.google$.common.collect.$Cut { private static final autovalue.shaded.com.google$.common.collect.$Cut$BelowAll INSTANCE private static final long serialVersionUID private void <init> () java.lang.Comparable endpoint () boolean isLessThan (java.lang.Comparable) Comparable value autovalue.shaded.com.google$.common.collect.$BoundType typeAsLowerBound () autovalue.shaded.com.google$.common.collect.$BoundType typeAsUpperBound () autovalue.shaded.com.google$.common.collect.$Cut withLowerBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Cut withUpperBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain java.lang.Comparable greatestValueBelow (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Cut canonical (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) java.util.NoSuchElementException e autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public int compareTo (autovalue.shaded.com.google$.common.collect.$Cut) autovalue.shaded.com.google$.common.collect.$Cut o public int hashCode () public java.lang.String toString () private java.lang.Object readResolve () public volatile synthetic int compareTo (java.lang.Object) static synthetic autovalue.shaded.com.google$.common.collect.$Cut$BelowAll access$000 () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Cut$BelowValue.class
$Cut.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Cut$BelowValue extends autovalue.shaded.com.google$.common.collect.$Cut { private static final long serialVersionUID void <init> (java.lang.Comparable) Comparable endpoint boolean isLessThan (java.lang.Comparable) Comparable value autovalue.shaded.com.google$.common.collect.$BoundType typeAsLowerBound () autovalue.shaded.com.google$.common.collect.$BoundType typeAsUpperBound () autovalue.shaded.com.google$.common.collect.$Cut withLowerBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) Comparable previous autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Cut withUpperBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) Comparable previous autovalue.shaded.com.google$.common.collect.$BoundType boundType autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain java.lang.Comparable greatestValueBelow (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public int hashCode () public java.lang.String toString () public volatile synthetic int compareTo (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Cut.class
$Cut.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Cut extends java.lang.Object implements java.lang.Comparable java.io.Serializable { final Comparable endpoint private static final long serialVersionUID void <init> (java.lang.Comparable) Comparable endpoint abstract boolean isLessThan (java.lang.Comparable) abstract autovalue.shaded.com.google$.common.collect.$BoundType typeAsLowerBound () abstract autovalue.shaded.com.google$.common.collect.$BoundType typeAsUpperBound () abstract autovalue.shaded.com.google$.common.collect.$Cut withLowerBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) abstract autovalue.shaded.com.google$.common.collect.$Cut withUpperBoundType (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) abstract void describeAsLowerBound (java.lang.StringBuilder) abstract void describeAsUpperBound (java.lang.StringBuilder) abstract java.lang.Comparable leastValueAbove (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) abstract java.lang.Comparable greatestValueBelow (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$Cut canonical (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public int compareTo (autovalue.shaded.com.google$.common.collect.$Cut) autovalue.shaded.com.google$.common.collect.$Cut that int result java.lang.Comparable endpoint () public boolean equals (java.lang.Object) int compareResult autovalue.shaded.com.google$.common.collect.$Cut that Object obj public abstract int hashCode () static autovalue.shaded.com.google$.common.collect.$Cut belowAll () static autovalue.shaded.com.google$.common.collect.$Cut aboveAll () static autovalue.shaded.com.google$.common.collect.$Cut belowValue (java.lang.Comparable) Comparable endpoint static autovalue.shaded.com.google$.common.collect.$Cut aboveValue (java.lang.Comparable) Comparable endpoint public volatile synthetic int compareTo (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable$1.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable$Column.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$Column extends autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap { private final int columnIndex final synthetic autovalue.shaded.com.google$.common.collect.$DenseImmutableTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable, int) int columnIndex autovalue.shaded.com.google$.common.collect.$ImmutableMap keyToIndex () java.lang.Object getValue (int) int keyIndex boolean isPartialView () }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable$ColumnMap.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ColumnMap extends autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap { final synthetic autovalue.shaded.com.google$.common.collect.$DenseImmutableTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable) autovalue.shaded.com.google$.common.collect.$ImmutableMap keyToIndex () autovalue.shaded.com.google$.common.collect.$ImmutableMap getValue (int) int keyIndex boolean isPartialView () volatile synthetic java.lang.Object getValue (int) synthetic void <init> (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable, autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$1) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable x0 autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable$ImmutableArrayMap$1.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { private int index private final int maxIndex final synthetic autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap this$0 protected java.util.Map$Entry computeNext () Object value protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable$ImmutableArrayMap.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap extends autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap { private final int size void <init> (int) int size abstract autovalue.shaded.com.google$.common.collect.$ImmutableMap keyToIndex () private boolean isFull () java.lang.Object getKey (int) int index abstract java.lang.Object getValue (int) autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () public int size () public java.lang.Object get (java.lang.Object) Object key Integer keyIndex autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator entryIterator () }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable$Row.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$Row extends autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap { private final int rowIndex final synthetic autovalue.shaded.com.google$.common.collect.$DenseImmutableTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable, int) int rowIndex autovalue.shaded.com.google$.common.collect.$ImmutableMap keyToIndex () java.lang.Object getValue (int) int keyIndex boolean isPartialView () }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable$RowMap.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$RowMap extends autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$ImmutableArrayMap { final synthetic autovalue.shaded.com.google$.common.collect.$DenseImmutableTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable) autovalue.shaded.com.google$.common.collect.$ImmutableMap keyToIndex () autovalue.shaded.com.google$.common.collect.$ImmutableMap getValue (int) int keyIndex boolean isPartialView () volatile synthetic java.lang.Object getValue (int) synthetic void <init> (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable, autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$1) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable x0 autovalue.shaded.com.google$.common.collect.$DenseImmutableTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$DenseImmutableTable.class
$DenseImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DenseImmutableTable extends autovalue.shaded.com.google$.common.collect.$RegularImmutableTable { private final autovalue.shaded.com.google$.common.collect.$ImmutableMap rowKeyToIndex private final autovalue.shaded.com.google$.common.collect.$ImmutableMap columnKeyToIndex private final autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap private final autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap private final int[] rowCounts private final int[] columnCounts private final Object[][] values private final int[] cellRowIndices private final int[] cellColumnIndices void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableSet) autovalue.shaded.com.google$.common.collect.$Table$Cell cell Object rowKey Object columnKey int rowIndex int columnIndex Object existingValue int i autovalue.shaded.com.google$.common.collect.$ImmutableList cellList autovalue.shaded.com.google$.common.collect.$ImmutableSet rowSpace autovalue.shaded.com.google$.common.collect.$ImmutableSet columnSpace Object[][] array int[] cellRowIndices int[] cellColumnIndices public autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap () autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap public autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap () autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey Integer rowIndex Integer columnIndex public int size () autovalue.shaded.com.google$.common.collect.$Table$Cell getCell (int) int index int rowIndex int columnIndex Object rowKey Object columnKey Object value java.lang.Object getValue (int) int index autovalue.shaded.com.google$.common.collect.$ImmutableTable$SerializedForm createSerializedForm () public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () static synthetic int[] access$200 (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable x0 static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap access$300 (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable x0 static synthetic java.lang.Object[][] access$400 (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable x0 static synthetic int[] access$500 (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable x0 static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap access$600 (autovalue.shaded.com.google$.common.collect.$DenseImmutableTable) autovalue.shaded.com.google$.common.collect.$DenseImmutableTable x0 }
autovalue/shaded/com/google$/common/collect/$DescendingImmutableSortedSet.class
$DescendingImmutableSortedSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DescendingImmutableSortedSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet { private final autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet forward void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet) autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet forward public boolean contains (java.lang.Object) Object object public int size () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Object, boolean) Object toElement boolean inclusive autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) Object fromElement boolean inclusive public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet descendingSet () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator descendingIterator () autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet createDescendingSet () public java.lang.Object lower (java.lang.Object) Object element public java.lang.Object floor (java.lang.Object) Object element public java.lang.Object ceiling (java.lang.Object) Object element public java.lang.Object higher (java.lang.Object) Object element int indexOf (java.lang.Object) Object target int index boolean isPartialView () public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.NavigableSet descendingSet () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$DiscreteDomain$1.class
$DiscreteDomain.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$DiscreteDomain$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$DiscreteDomain$BigIntegerDomain.class
$DiscreteDomain.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DiscreteDomain$BigIntegerDomain extends autovalue.shaded.com.google$.common.collect.$DiscreteDomain implements java.io.Serializable { private static final autovalue.shaded.com.google$.common.collect.$DiscreteDomain$BigIntegerDomain INSTANCE private static final java.math.BigInteger MIN_LONG private static final java.math.BigInteger MAX_LONG private static final long serialVersionUID void <init> () public java.math.BigInteger next (java.math.BigInteger) java.math.BigInteger value public java.math.BigInteger previous (java.math.BigInteger) java.math.BigInteger value java.math.BigInteger offset (java.math.BigInteger, long) java.math.BigInteger origin long distance public long distance (java.math.BigInteger, java.math.BigInteger) java.math.BigInteger start java.math.BigInteger end private java.lang.Object readResolve () public java.lang.String toString () public volatile synthetic long distance (java.lang.Comparable, java.lang.Comparable) public volatile synthetic java.lang.Comparable previous (java.lang.Comparable) public volatile synthetic java.lang.Comparable next (java.lang.Comparable) volatile synthetic java.lang.Comparable offset (java.lang.Comparable, long) static synthetic autovalue.shaded.com.google$.common.collect.$DiscreteDomain$BigIntegerDomain access$300 () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$DiscreteDomain$IntegerDomain.class
$DiscreteDomain.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DiscreteDomain$IntegerDomain extends autovalue.shaded.com.google$.common.collect.$DiscreteDomain implements java.io.Serializable { private static final autovalue.shaded.com.google$.common.collect.$DiscreteDomain$IntegerDomain INSTANCE private static final long serialVersionUID void <init> () public java.lang.Integer next (java.lang.Integer) Integer value int i public java.lang.Integer previous (java.lang.Integer) Integer value int i java.lang.Integer offset (java.lang.Integer, long) Integer origin long distance public long distance (java.lang.Integer, java.lang.Integer) Integer start Integer end public java.lang.Integer minValue () public java.lang.Integer maxValue () private java.lang.Object readResolve () public java.lang.String toString () public volatile synthetic java.lang.Comparable maxValue () public volatile synthetic java.lang.Comparable minValue () public volatile synthetic long distance (java.lang.Comparable, java.lang.Comparable) public volatile synthetic java.lang.Comparable previous (java.lang.Comparable) public volatile synthetic java.lang.Comparable next (java.lang.Comparable) volatile synthetic java.lang.Comparable offset (java.lang.Comparable, long) static synthetic autovalue.shaded.com.google$.common.collect.$DiscreteDomain$IntegerDomain access$000 () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$DiscreteDomain$LongDomain.class
$DiscreteDomain.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$DiscreteDomain$LongDomain extends autovalue.shaded.com.google$.common.collect.$DiscreteDomain implements java.io.Serializable { private static final autovalue.shaded.com.google$.common.collect.$DiscreteDomain$LongDomain INSTANCE private static final long serialVersionUID void <init> () public java.lang.Long next (java.lang.Long) Long value long l public java.lang.Long previous (java.lang.Long) Long value long l java.lang.Long offset (java.lang.Long, long) Long origin long distance long result public long distance (java.lang.Long, java.lang.Long) Long start Long end long result public java.lang.Long minValue () public java.lang.Long maxValue () private java.lang.Object readResolve () public java.lang.String toString () public volatile synthetic java.lang.Comparable maxValue () public volatile synthetic java.lang.Comparable minValue () public volatile synthetic long distance (java.lang.Comparable, java.lang.Comparable) public volatile synthetic java.lang.Comparable previous (java.lang.Comparable) public volatile synthetic java.lang.Comparable next (java.lang.Comparable) volatile synthetic java.lang.Comparable offset (java.lang.Comparable, long) static synthetic autovalue.shaded.com.google$.common.collect.$DiscreteDomain$LongDomain access$200 () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$DiscreteDomain.class
$DiscreteDomain.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$DiscreteDomain extends java.lang.Object { final boolean supportsFastOffset public static autovalue.shaded.com.google$.common.collect.$DiscreteDomain integers () public static autovalue.shaded.com.google$.common.collect.$DiscreteDomain longs () public static autovalue.shaded.com.google$.common.collect.$DiscreteDomain bigIntegers () protected void <init> () private void <init> (boolean) boolean supportsFastOffset java.lang.Comparable offset (java.lang.Comparable, long) long i Comparable origin long distance public abstract java.lang.Comparable next (java.lang.Comparable) public abstract java.lang.Comparable previous (java.lang.Comparable) public abstract long distance (java.lang.Comparable, java.lang.Comparable) public java.lang.Comparable minValue () public java.lang.Comparable maxValue () synthetic void <init> (boolean, autovalue.shaded.com.google$.common.collect.$DiscreteDomain$1) boolean x0 autovalue.shaded.com.google$.common.collect.$DiscreteDomain$1 x1 }
autovalue/shaded/com/google$/common/collect/$EmptyContiguousSet$1.class
$EmptyContiguousSet.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$EmptyContiguousSet$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$EmptyContiguousSet$SerializedForm.class
$EmptyContiguousSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$EmptyContiguousSet$SerializedForm extends java.lang.Object implements java.io.Serializable { private final autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain private static final long serialVersionUID private void <init> (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain private java.lang.Object readResolve () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$DiscreteDomain, autovalue.shaded.com.google$.common.collect.$EmptyContiguousSet$1) autovalue.shaded.com.google$.common.collect.$DiscreteDomain x0 autovalue.shaded.com.google$.common.collect.$EmptyContiguousSet$1 x1 }
autovalue/shaded/com/google$/common/collect/$EmptyContiguousSet.class
$EmptyContiguousSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$EmptyContiguousSet extends autovalue.shaded.com.google$.common.collect.$ContiguousSet { void <init> (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public java.lang.Comparable first () public java.lang.Comparable last () public int size () public autovalue.shaded.com.google$.common.collect.$ContiguousSet intersection (autovalue.shaded.com.google$.common.collect.$ContiguousSet) autovalue.shaded.com.google$.common.collect.$ContiguousSet other public autovalue.shaded.com.google$.common.collect.$Range range () public autovalue.shaded.com.google$.common.collect.$Range range (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$BoundType) autovalue.shaded.com.google$.common.collect.$BoundType lowerBoundType autovalue.shaded.com.google$.common.collect.$BoundType upperBoundType autovalue.shaded.com.google$.common.collect.$ContiguousSet headSetImpl (java.lang.Comparable, boolean) Comparable toElement boolean inclusive autovalue.shaded.com.google$.common.collect.$ContiguousSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive autovalue.shaded.com.google$.common.collect.$ContiguousSet tailSetImpl (java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive public boolean contains (java.lang.Object) Object object int indexOf (java.lang.Object) Object target public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator descendingIterator () boolean isPartialView () public boolean isEmpty () public autovalue.shaded.com.google$.common.collect.$ImmutableList asList () public java.lang.String toString () public boolean equals (java.lang.Object) java.util.Set that Object object boolean isHashCodeFast () public int hashCode () java.lang.Object writeReplace () autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet createDescendingSet () public volatile synthetic java.lang.Object last () public volatile synthetic java.lang.Object first () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$EmptyImmutableListMultimap.class
$EmptyImmutableListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$EmptyImmutableListMultimap extends autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap { static final autovalue.shaded.com.google$.common.collect.$EmptyImmutableListMultimap INSTANCE private static final long serialVersionUID private void <init> () private java.lang.Object readResolve () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$EmptyImmutableSetMultimap.class
$EmptyImmutableSetMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$EmptyImmutableSetMultimap extends autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap { static final autovalue.shaded.com.google$.common.collect.$EmptyImmutableSetMultimap INSTANCE private static final long serialVersionUID private void <init> () private java.lang.Object readResolve () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ExplicitOrdering.class
$ExplicitOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ExplicitOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMap rankMap private static final long serialVersionUID void <init> (java.util.List) java.util.List valuesInOrder void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap rankMap public int compare (java.lang.Object, java.lang.Object) Object left Object right private int rank (java.lang.Object) Object value Integer rank public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$ExplicitOrdering that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$AsMap$1EntrySetImpl$1.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap$1EntrySetImpl$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Iterator backingIterator final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap$1EntrySetImpl this$2 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap$1EntrySetImpl) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap$1EntrySetImpl this$2 protected java.util.Map$Entry computeNext () java.util.Map$Entry entry Object key java.util.Collection collection protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$AsMap$1EntrySetImpl.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap$1EntrySetImpl extends autovalue.shaded.com.google$.common.collect.$Maps$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap this$1 java.util.Map map () public java.util.Iterator iterator () public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public int size () }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$AsMap$1KeySetImpl.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap$1KeySetImpl extends autovalue.shaded.com.google$.common.collect.$Maps$KeySet { final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap this$1 public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public boolean remove (java.lang.Object) Object o }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$AsMap$1ValuesImpl.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap$1ValuesImpl extends autovalue.shaded.com.google$.common.collect.$Maps$Values { final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap this$1 public boolean remove (java.lang.Object) java.util.Map$Entry entry Object key java.util.Collection collection java.util.Collection c java.util.Iterator entryIterator Object o public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$AsMap.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$AsMap extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap this$0 public boolean containsKey (java.lang.Object) Object key public void clear () public java.util.Collection get (java.lang.Object) Object key java.util.Collection result Object k public java.util.Collection remove (java.lang.Object) Object v Object key java.util.Collection collection Object k java.util.List result java.util.Iterator itr java.util.Set createKeySet () java.util.Set createEntrySet () java.util.Collection createValues () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$Keys$1$1.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys$1$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate { final synthetic autovalue.shaded.com.google$.common.base.$Predicate val$predicate void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys$1, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys$1 this$2 public boolean apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic boolean apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$Keys$1.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys$1 extends autovalue.shaded.com.google$.common.collect.$Multisets$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys this$1 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys this$1 autovalue.shaded.com.google$.common.collect.$Multiset multiset () public java.util.Iterator iterator () public int size () private boolean removeEntriesIf (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$Keys.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$Keys extends autovalue.shaded.com.google$.common.collect.$Multimaps$Keys { final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap this$0 public int remove (java.lang.Object, int) Object v Object key int occurrences java.util.Collection collection Object k int oldCount java.util.Iterator itr public java.util.Set entrySet () }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap$ValuePredicate.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap$ValuePredicate extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate { private final Object key final synthetic autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap this$0 Object key public boolean apply (java.lang.Object) Object value }
autovalue/shaded/com/google$/common/collect/$FilteredEntryMultimap.class
$FilteredEntryMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap implements autovalue.shaded.com.google$.common.collect.$FilteredMultimap { final autovalue.shaded.com.google$.common.collect.$Multimap unfiltered final autovalue.shaded.com.google$.common.base.$Predicate predicate void <init> (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Multimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public autovalue.shaded.com.google$.common.collect.$Multimap unfiltered () public autovalue.shaded.com.google$.common.base.$Predicate entryPredicate () public int size () private boolean satisfies (java.lang.Object, java.lang.Object) Object key Object value static java.util.Collection filterCollection (java.util.Collection, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Collection collection autovalue.shaded.com.google$.common.base.$Predicate predicate public boolean containsKey (java.lang.Object) Object key public java.util.Collection removeAll (java.lang.Object) Object key java.util.Collection unmodifiableEmptyCollection () public void clear () public java.util.Collection get (java.lang.Object) Object key java.util.Collection createEntries () java.util.Collection createValues () java.util.Iterator entryIterator () java.util.Map createAsMap () java.util.Set createKeySet () boolean removeEntriesIf (autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map$Entry entry Object key java.util.Collection collection autovalue.shaded.com.google$.common.base.$Predicate predicate java.util.Iterator entryIterator boolean changed autovalue.shaded.com.google$.common.collect.$Multiset createKeys () static synthetic boolean access$000 (autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap, java.lang.Object, java.lang.Object) autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap x0 Object x1 Object x2 }
autovalue/shaded/com/google$/common/collect/$FilteredEntrySetMultimap.class
$FilteredEntrySetMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$FilteredEntrySetMultimap extends autovalue.shaded.com.google$.common.collect.$FilteredEntryMultimap implements autovalue.shaded.com.google$.common.collect.$FilteredSetMultimap { void <init> (autovalue.shaded.com.google$.common.collect.$SetMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered () public java.util.Set get (java.lang.Object) Object key public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.Set createEntries () public java.util.Set entries () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap unfiltered () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
autovalue/shaded/com/google$/common/collect/$FilteredKeyListMultimap.class
$FilteredKeyListMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$FilteredKeyListMultimap extends autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap implements autovalue.shaded.com.google$.common.collect.$ListMultimap { void <init> (autovalue.shaded.com.google$.common.collect.$ListMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$ListMultimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public autovalue.shaded.com.google$.common.collect.$ListMultimap unfiltered () public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap unfiltered () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
autovalue/shaded/com/google$/common/collect/$FilteredKeyMultimap$AddRejectingList.class
$FilteredKeyMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap$AddRejectingList extends autovalue.shaded.com.google$.common.collect.$ForwardingList { final Object key void <init> (java.lang.Object) Object key public boolean add (java.lang.Object) Object v public void add (int, java.lang.Object) int index Object element public boolean addAll (java.util.Collection) java.util.Collection collection public boolean addAll (int, java.util.Collection) int index java.util.Collection elements protected java.util.List delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$FilteredKeyMultimap$AddRejectingSet.class
$FilteredKeyMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap$AddRejectingSet extends autovalue.shaded.com.google$.common.collect.$ForwardingSet { final Object key void <init> (java.lang.Object) Object key public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection collection protected java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$FilteredKeyMultimap$Entries.class
$FilteredKeyMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap$Entries extends autovalue.shaded.com.google$.common.collect.$ForwardingCollection { final synthetic autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap) autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap this$0 protected java.util.Collection delegate () public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$FilteredKeyMultimap.class
$FilteredKeyMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap implements autovalue.shaded.com.google$.common.collect.$FilteredMultimap { final autovalue.shaded.com.google$.common.collect.$Multimap unfiltered final autovalue.shaded.com.google$.common.base.$Predicate keyPredicate void <init> (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Multimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public autovalue.shaded.com.google$.common.collect.$Multimap unfiltered () public autovalue.shaded.com.google$.common.base.$Predicate entryPredicate () public int size () java.util.Collection collection int size public boolean containsKey (java.lang.Object) Object k Object key public java.util.Collection removeAll (java.lang.Object) Object key java.util.Collection unmodifiableEmptyCollection () public void clear () java.util.Set createKeySet () public java.util.Collection get (java.lang.Object) Object key java.util.Iterator entryIterator () java.util.Collection createEntries () java.util.Collection createValues () java.util.Map createAsMap () autovalue.shaded.com.google$.common.collect.$Multiset createKeys () }
autovalue/shaded/com/google$/common/collect/$FilteredKeySetMultimap$EntrySet.class
$FilteredKeySetMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FilteredKeySetMultimap$EntrySet extends autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap$Entries implements java.util.Set { void <init> (autovalue.shaded.com.google$.common.collect.$FilteredKeySetMultimap) autovalue.shaded.com.google$.common.collect.$FilteredKeySetMultimap this$0 public int hashCode () public boolean equals (java.lang.Object) Object o }
autovalue/shaded/com/google$/common/collect/$FilteredKeySetMultimap.class
$FilteredKeySetMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$FilteredKeySetMultimap extends autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap implements autovalue.shaded.com.google$.common.collect.$FilteredSetMultimap { void <init> (autovalue.shaded.com.google$.common.collect.$SetMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered () public java.util.Set get (java.lang.Object) Object key public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Set entries () java.util.Set createEntries () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap unfiltered () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
autovalue/shaded/com/google$/common/collect/$FilteredMultimap.class
$FilteredMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$FilteredMultimap extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Multimap { public abstract autovalue.shaded.com.google$.common.collect.$Multimap unfiltered () public abstract autovalue.shaded.com.google$.common.base.$Predicate entryPredicate () }
autovalue/shaded/com/google$/common/collect/$FilteredMultimapValues.class
$FilteredMultimapValues.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$FilteredMultimapValues extends java.util.AbstractCollection { private final autovalue.shaded.com.google$.common.collect.$FilteredMultimap multimap void <init> (autovalue.shaded.com.google$.common.collect.$FilteredMultimap) autovalue.shaded.com.google$.common.collect.$FilteredMultimap multimap public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o public int size () public boolean remove (java.lang.Object) java.util.Map$Entry entry java.util.Iterator unfilteredItr Object o autovalue.shaded.com.google$.common.base.$Predicate entryPredicate public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public void clear () }
autovalue/shaded/com/google$/common/collect/$FilteredSetMultimap.class
$FilteredSetMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$FilteredSetMultimap extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$FilteredMultimap autovalue.shaded.com.google$.common.collect.$SetMultimap { public abstract autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap unfiltered () }
autovalue/shaded/com/google$/common/collect/$FluentIterable$1.class
$FluentIterable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FluentIterable$1 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterable void <init> (java.lang.Iterable, java.lang.Iterable) Iterable iterable public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$FluentIterable$2.class
$FluentIterable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FluentIterable$2 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$inputs void <init> (java.lang.Iterable) public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$FluentIterable$3$1.class
$FluentIterable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FluentIterable$3$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIndexedListIterator { final synthetic autovalue.shaded.com.google$.common.collect.$FluentIterable$3 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$FluentIterable$3, int) autovalue.shaded.com.google$.common.collect.$FluentIterable$3 this$0 int size public java.util.Iterator get (int) int i public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$FluentIterable$3.class
$FluentIterable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FluentIterable$3 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable[] val$inputs void <init> (java.lang.Iterable[]) public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$FluentIterable$FromIterableFunction.class
$FluentIterable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$FluentIterable$FromIterableFunction extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { private void <init> () public autovalue.shaded.com.google$.common.collect.$FluentIterable apply (java.lang.Iterable) Iterable fromObject public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$FluentIterable.class
$FluentIterable.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$FluentIterable extends java.lang.Object implements java.lang.Iterable { private final autovalue.shaded.com.google$.common.base.$Optional iterableDelegate protected void <init> () void <init> (java.lang.Iterable) Iterable iterable private java.lang.Iterable getDelegate () public static autovalue.shaded.com.google$.common.collect.$FluentIterable from (java.lang.Iterable) Iterable iterable public static autovalue.shaded.com.google$.common.collect.$FluentIterable from (java.lang.Object[]) Object[] elements public static autovalue.shaded.com.google$.common.collect.$FluentIterable from (autovalue.shaded.com.google$.common.collect.$FluentIterable) autovalue.shaded.com.google$.common.collect.$FluentIterable iterable public static autovalue.shaded.com.google$.common.collect.$FluentIterable concat (java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b public static autovalue.shaded.com.google$.common.collect.$FluentIterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c public static autovalue.shaded.com.google$.common.collect.$FluentIterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c Iterable d public static transient autovalue.shaded.com.google$.common.collect.$FluentIterable concat (java.lang.Iterable[]) Iterable[] inputs public static autovalue.shaded.com.google$.common.collect.$FluentIterable concat (java.lang.Iterable) Iterable inputs private static transient autovalue.shaded.com.google$.common.collect.$FluentIterable concatNoDefensiveCopy (java.lang.Iterable[]) Iterable input Iterable[] inputs public static autovalue.shaded.com.google$.common.collect.$FluentIterable of () public static transient autovalue.shaded.com.google$.common.collect.$FluentIterable of (java.lang.Object, java.lang.Object[]) Object element Object[] elements public java.lang.String toString () public final int size () public final boolean contains (java.lang.Object) Object target public final autovalue.shaded.com.google$.common.collect.$FluentIterable cycle () public final autovalue.shaded.com.google$.common.collect.$FluentIterable append (java.lang.Iterable) Iterable other public final transient autovalue.shaded.com.google$.common.collect.$FluentIterable append (java.lang.Object[]) Object[] elements public final autovalue.shaded.com.google$.common.collect.$FluentIterable filter (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public final autovalue.shaded.com.google$.common.collect.$FluentIterable filter (java.lang.Class) Class type public final boolean anyMatch (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public final boolean allMatch (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public final autovalue.shaded.com.google$.common.base.$Optional firstMatch (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate predicate public final autovalue.shaded.com.google$.common.collect.$FluentIterable transform (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function function public autovalue.shaded.com.google$.common.collect.$FluentIterable transformAndConcat (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function function public final autovalue.shaded.com.google$.common.base.$Optional first () java.util.Iterator iterator public final autovalue.shaded.com.google$.common.base.$Optional last () java.util.List list java.util.SortedSet sortedSet Object current Iterable iterable java.util.Iterator iterator public final autovalue.shaded.com.google$.common.collect.$FluentIterable skip (int) int numberToSkip public final autovalue.shaded.com.google$.common.collect.$FluentIterable limit (int) int maxSize public final boolean isEmpty () public final autovalue.shaded.com.google$.common.collect.$ImmutableList toList () public final autovalue.shaded.com.google$.common.collect.$ImmutableList toSortedList (java.util.Comparator) java.util.Comparator comparator public final autovalue.shaded.com.google$.common.collect.$ImmutableSet toSet () public final autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet toSortedSet (java.util.Comparator) java.util.Comparator comparator public final autovalue.shaded.com.google$.common.collect.$ImmutableMultiset toMultiset () public final autovalue.shaded.com.google$.common.collect.$ImmutableMap toMap (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function valueFunction public final autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap index (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function keyFunction public final autovalue.shaded.com.google$.common.collect.$ImmutableMap uniqueIndex (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function keyFunction public final java.lang.Object[] toArray (java.lang.Class) Class type public final java.util.Collection copyInto (java.util.Collection) Object item java.util.Collection collection Iterable iterable public final java.lang.String join (autovalue.shaded.com.google$.common.base.$Joiner) autovalue.shaded.com.google$.common.base.$Joiner joiner public final java.lang.Object get (int) int position public final java.util.stream.Stream stream () }
autovalue/shaded/com/google$/common/collect/$ForwardingCollection.class
$ForwardingCollection.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingCollection extends autovalue.shaded.com.google$.common.collect.$ForwardingObject implements java.util.Collection { protected void <init> () protected abstract java.util.Collection delegate () public java.util.Iterator iterator () public int size () public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean isEmpty () public boolean contains (java.lang.Object) Object object public boolean add (java.lang.Object) Object element public boolean remove (java.lang.Object) Object object public boolean containsAll (java.util.Collection) java.util.Collection collection public boolean addAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection public void clear () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array protected boolean standardContains (java.lang.Object) Object object protected boolean standardContainsAll (java.util.Collection) java.util.Collection collection protected boolean standardAddAll (java.util.Collection) java.util.Collection collection protected boolean standardRemove (java.lang.Object) Object object java.util.Iterator iterator protected boolean standardRemoveAll (java.util.Collection) java.util.Collection collection protected boolean standardRetainAll (java.util.Collection) java.util.Collection collection protected void standardClear () protected boolean standardIsEmpty () protected java.lang.String standardToString () protected java.lang.Object[] standardToArray () Object[] newArray protected java.lang.Object[] standardToArray (java.lang.Object[]) Object[] array protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingConcurrentMap.class
$ForwardingConcurrentMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingConcurrentMap extends autovalue.shaded.com.google$.common.collect.$ForwardingMap implements java.util.concurrent.ConcurrentMap { protected void <init> () protected abstract java.util.concurrent.ConcurrentMap delegate () public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingList.class
$ForwardingList.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingList extends autovalue.shaded.com.google$.common.collect.$ForwardingCollection implements java.util.List { protected void <init> () protected abstract java.util.List delegate () public void add (int, java.lang.Object) int index Object element public boolean addAll (int, java.util.Collection) int index java.util.Collection elements public java.lang.Object get (int) int index public int indexOf (java.lang.Object) Object element public int lastIndexOf (java.lang.Object) Object element public java.util.ListIterator listIterator () public java.util.ListIterator listIterator (int) int index public java.lang.Object remove (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public java.util.List subList (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) Object object public int hashCode () protected boolean standardAdd (java.lang.Object) Object element protected boolean standardAddAll (int, java.lang.Iterable) int index Iterable elements protected int standardIndexOf (java.lang.Object) Object element protected int standardLastIndexOf (java.lang.Object) Object element protected java.util.Iterator standardIterator () protected java.util.ListIterator standardListIterator () protected java.util.ListIterator standardListIterator (int) int start protected java.util.List standardSubList (int, int) int fromIndex int toIndex protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingMap$StandardEntrySet.class
$ForwardingMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingMap$StandardEntrySet extends autovalue.shaded.com.google$.common.collect.$Maps$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$ForwardingMap this$0 public void <init> (autovalue.shaded.com.google$.common.collect.$ForwardingMap) autovalue.shaded.com.google$.common.collect.$ForwardingMap this$0 java.util.Map map () }
autovalue/shaded/com/google$/common/collect/$ForwardingMap$StandardKeySet.class
$ForwardingMap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ForwardingMap$StandardKeySet extends autovalue.shaded.com.google$.common.collect.$Maps$KeySet { public void <init> (autovalue.shaded.com.google$.common.collect.$ForwardingMap) autovalue.shaded.com.google$.common.collect.$ForwardingMap this$0 }
autovalue/shaded/com/google$/common/collect/$ForwardingMap$StandardValues.class
$ForwardingMap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ForwardingMap$StandardValues extends autovalue.shaded.com.google$.common.collect.$Maps$Values { public void <init> (autovalue.shaded.com.google$.common.collect.$ForwardingMap) autovalue.shaded.com.google$.common.collect.$ForwardingMap this$0 }
autovalue/shaded/com/google$/common/collect/$ForwardingMap.class
$ForwardingMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingMap extends autovalue.shaded.com.google$.common.collect.$ForwardingObject implements java.util.Map { protected void <init> () protected abstract java.util.Map delegate () public int size () public boolean isEmpty () public java.lang.Object remove (java.lang.Object) Object key public void clear () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map map public java.util.Set keySet () public java.util.Collection values () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object object public int hashCode () protected void standardPutAll (java.util.Map) java.util.Map map protected java.lang.Object standardRemove (java.lang.Object) Object value java.util.Map$Entry entry Object key java.util.Iterator entryIterator protected void standardClear () protected boolean standardContainsKey (java.lang.Object) Object key protected boolean standardContainsValue (java.lang.Object) Object value protected boolean standardIsEmpty () protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected java.lang.String standardToString () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingMapEntry.class
$ForwardingMapEntry.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingMapEntry extends autovalue.shaded.com.google$.common.collect.$ForwardingObject implements java.util.Map$Entry { protected void <init> () protected abstract java.util.Map$Entry delegate () public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value public boolean equals (java.lang.Object) Object object public int hashCode () protected boolean standardEquals (java.lang.Object) java.util.Map$Entry that Object object protected int standardHashCode () Object k Object v protected java.lang.String standardToString () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingMultimap.class
$ForwardingMultimap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingMultimap extends autovalue.shaded.com.google$.common.collect.$ForwardingObject implements autovalue.shaded.com.google$.common.collect.$Multimap { protected void <init> () protected abstract autovalue.shaded.com.google$.common.collect.$Multimap delegate () public java.util.Map asMap () public void clear () public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.util.Collection entries () public java.util.Collection get (java.lang.Object) Object key public boolean isEmpty () public autovalue.shaded.com.google$.common.collect.$Multiset keys () public java.util.Set keySet () public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public int size () public java.util.Collection values () public boolean equals (java.lang.Object) Object object public int hashCode () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingMultiset$StandardElementSet.class
$ForwardingMultiset.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ForwardingMultiset$StandardElementSet extends autovalue.shaded.com.google$.common.collect.$Multisets$ElementSet { final synthetic autovalue.shaded.com.google$.common.collect.$ForwardingMultiset this$0 public void <init> (autovalue.shaded.com.google$.common.collect.$ForwardingMultiset) autovalue.shaded.com.google$.common.collect.$ForwardingMultiset this$0 autovalue.shaded.com.google$.common.collect.$Multiset multiset () public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ForwardingMultiset.class
$ForwardingMultiset.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingMultiset extends autovalue.shaded.com.google$.common.collect.$ForwardingCollection implements autovalue.shaded.com.google$.common.collect.$Multiset { protected void <init> () protected abstract autovalue.shaded.com.google$.common.collect.$Multiset delegate () public int count (java.lang.Object) Object element public int add (java.lang.Object, int) Object element int occurrences public int remove (java.lang.Object, int) Object element int occurrences public java.util.Set elementSet () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object object public int hashCode () public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount protected boolean standardContains (java.lang.Object) Object object protected void standardClear () protected int standardCount (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry Object object protected boolean standardAdd (java.lang.Object) Object element protected boolean standardAddAll (java.util.Collection) java.util.Collection elementsToAdd protected boolean standardRemove (java.lang.Object) Object element protected boolean standardRemoveAll (java.util.Collection) java.util.Collection elementsToRemove protected boolean standardRetainAll (java.util.Collection) java.util.Collection elementsToRetain protected int standardSetCount (java.lang.Object, int) Object element int count protected boolean standardSetCount (java.lang.Object, int, int) Object element int oldCount int newCount protected java.util.Iterator standardIterator () protected int standardSize () protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected java.lang.String standardToString () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingNavigableSet$StandardDescendingSet.class
$ForwardingNavigableSet.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ForwardingNavigableSet$StandardDescendingSet extends autovalue.shaded.com.google$.common.collect.$Sets$DescendingSet { public void <init> (autovalue.shaded.com.google$.common.collect.$ForwardingNavigableSet) autovalue.shaded.com.google$.common.collect.$ForwardingNavigableSet this$0 }
autovalue/shaded/com/google$/common/collect/$ForwardingNavigableSet.class
$ForwardingNavigableSet.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingNavigableSet extends autovalue.shaded.com.google$.common.collect.$ForwardingSortedSet implements java.util.NavigableSet { protected void <init> () protected abstract java.util.NavigableSet delegate () public java.lang.Object lower (java.lang.Object) Object e protected java.lang.Object standardLower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e protected java.lang.Object standardFloor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e protected java.lang.Object standardCeiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e protected java.lang.Object standardHigher (java.lang.Object) Object e public java.lang.Object pollFirst () protected java.lang.Object standardPollFirst () public java.lang.Object pollLast () protected java.lang.Object standardPollLast () protected java.lang.Object standardFirst () protected java.lang.Object standardLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive protected java.util.NavigableSet standardSubSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive protected java.util.SortedSet standardSubSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive protected java.util.SortedSet standardHeadSet (java.lang.Object) Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive protected java.util.SortedSet standardTailSet (java.lang.Object) Object fromElement protected volatile synthetic java.util.SortedSet delegate () protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingObject.class
$ForwardingObject.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingObject extends java.lang.Object { protected void <init> () protected abstract java.lang.Object delegate () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$ForwardingSet.class
$ForwardingSet.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingSet extends autovalue.shaded.com.google$.common.collect.$ForwardingCollection implements java.util.Set { protected void <init> () protected abstract java.util.Set delegate () public boolean equals (java.lang.Object) Object object public int hashCode () protected boolean standardRemoveAll (java.util.Collection) java.util.Collection collection protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingSortedMap$StandardKeySet.class
$ForwardingSortedMap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ForwardingSortedMap$StandardKeySet extends autovalue.shaded.com.google$.common.collect.$Maps$SortedKeySet { public void <init> (autovalue.shaded.com.google$.common.collect.$ForwardingSortedMap) autovalue.shaded.com.google$.common.collect.$ForwardingSortedMap this$0 }
autovalue/shaded/com/google$/common/collect/$ForwardingSortedMap.class
$ForwardingSortedMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingSortedMap extends autovalue.shaded.com.google$.common.collect.$ForwardingMap implements java.util.SortedMap { protected void <init> () protected abstract java.util.SortedMap delegate () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.lang.Object lastKey () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey private int unsafeCompare (java.lang.Object, java.lang.Object) Object k1 Object k2 java.util.Comparator comparator protected boolean standardContainsKey (java.lang.Object) java.util.SortedMap self Object ceilingKey RuntimeException e Object key protected java.util.SortedMap standardSubMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingSortedSet.class
$ForwardingSortedSet.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingSortedSet extends autovalue.shaded.com.google$.common.collect.$ForwardingSet implements java.util.SortedSet { protected void <init> () protected abstract java.util.SortedSet delegate () public java.util.Comparator comparator () public java.lang.Object first () public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.lang.Object last () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement private int unsafeCompare (java.lang.Object, java.lang.Object) Object o1 Object o2 java.util.Comparator comparator protected boolean standardContains (java.lang.Object) java.util.SortedSet self Object ceiling RuntimeException e Object object protected boolean standardRemove (java.lang.Object) Object ceiling java.util.SortedSet self java.util.Iterator iterator RuntimeException e Object object protected java.util.SortedSet standardSubSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$ForwardingTable.class
$ForwardingTable.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ForwardingTable extends autovalue.shaded.com.google$.common.collect.$ForwardingObject implements autovalue.shaded.com.google$.common.collect.$Table { protected void <init> () protected abstract autovalue.shaded.com.google$.common.collect.$Table delegate () public java.util.Set cellSet () public void clear () public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set columnKeySet () public java.util.Map columnMap () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean isEmpty () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Set rowKeySet () public java.util.Map rowMap () public int size () public java.util.Collection values () public boolean equals (java.lang.Object) Object obj public int hashCode () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$GwtTransient.class
$GwtTransient.java package autovalue.shaded.com.google$.common.collect abstract annotation autovalue.shaded.com.google$.common.collect.$GwtTransient extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/common/collect/$HashBasedTable$Factory.class
$HashBasedTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$HashBasedTable$Factory extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Supplier java.io.Serializable { final int expectedSize private static final long serialVersionUID void <init> (int) int expectedSize public java.util.Map get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/collect/$HashBasedTable.class
$HashBasedTable.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$HashBasedTable extends autovalue.shaded.com.google$.common.collect.$StandardTable { private static final long serialVersionUID public static autovalue.shaded.com.google$.common.collect.$HashBasedTable create () public static autovalue.shaded.com.google$.common.collect.$HashBasedTable create (int, int) int expectedRows int expectedCellsPerRow java.util.Map backingMap public static autovalue.shaded.com.google$.common.collect.$HashBasedTable create (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table autovalue.shaded.com.google$.common.collect.$HashBasedTable result void <init> (java.util.Map, autovalue.shaded.com.google$.common.collect.$HashBasedTable$Factory) java.util.Map backingMap autovalue.shaded.com.google$.common.collect.$HashBasedTable$Factory factory public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean equals (java.lang.Object) Object obj public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set columnKeySet () public volatile synthetic java.util.Set rowKeySet () public volatile synthetic java.util.Map column (java.lang.Object) public volatile synthetic java.util.Map row (java.lang.Object) public volatile synthetic java.util.Set cellSet () public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) public volatile synthetic void clear () public volatile synthetic int size () public volatile synthetic boolean isEmpty () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic void putAll (autovalue.shaded.com.google$.common.collect.$Table) }
autovalue/shaded/com/google$/common/collect/$HashMultiset.class
$HashMultiset.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$HashMultiset extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset { private static final long serialVersionUID public static autovalue.shaded.com.google$.common.collect.$HashMultiset create () public static autovalue.shaded.com.google$.common.collect.$HashMultiset create (int) int distinctElements public static autovalue.shaded.com.google$.common.collect.$HashMultiset create (java.lang.Iterable) Iterable elements autovalue.shaded.com.google$.common.collect.$HashMultiset multiset private void <init> () private void <init> (int) int distinctElements private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream int distinctElements public volatile synthetic int setCount (java.lang.Object, int) public volatile synthetic int remove (java.lang.Object, int) public volatile synthetic int add (java.lang.Object, int) public volatile synthetic int count (java.lang.Object) public volatile synthetic java.util.Iterator iterator () public volatile synthetic int size () public volatile synthetic void clear () public volatile synthetic void forEachEntry (java.util.function.ObjIntConsumer) public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () public volatile synthetic boolean setCount (java.lang.Object, int, int) public volatile synthetic boolean contains (java.lang.Object) public volatile synthetic boolean isEmpty () }
autovalue/shaded/com/google$/common/collect/$Hashing.class
$Hashing.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Hashing extends java.lang.Object { private static final long C1 private static final long C2 private static final int MAX_TABLE_SIZE private void <init> () static int smear (int) int hashCode static int smearedHash (java.lang.Object) Object o static int closedTableSize (int, double) int expectedEntries double loadFactor int tableSize static boolean needsResizing (int, int, double) int size int tableSize double loadFactor }
autovalue/shaded/com/google$/common/collect/$ImmutableAsList$SerializedForm.class
$ImmutableAsList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableAsList$SerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableCollection collection private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableCollection) autovalue.shaded.com.google$.common.collect.$ImmutableCollection collection java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableAsList.class
$ImmutableAsList.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableAsList extends autovalue.shaded.com.google$.common.collect.$ImmutableList { void <init> () abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () public boolean contains (java.lang.Object) Object target public int size () public boolean isEmpty () boolean isPartialView () private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () }
autovalue/shaded/com/google$/common/collect/$ImmutableBiMap$Builder.class
$ImmutableBiMap.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder { public void <init> () void <init> (int) int size public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder putAll (java.util.Map) java.util.Map map public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder putAll (java.lang.Iterable) Iterable entries public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder orderEntriesByValue (java.util.Comparator) java.util.Comparator valueComparator autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap build () autovalue.shaded.com.google$.common.collect.$ImmutableBiMap buildJdkBacked () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap buildJdkBacked () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap build () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder orderEntriesByValue (java.util.Comparator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder putAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder putAll (java.util.Map) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder put (java.util.Map$Entry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder put (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableBiMap$SerializedForm.class
$ImmutableBiMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$SerializedForm extends autovalue.shaded.com.google$.common.collect.$ImmutableMap$SerializedForm { private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableBiMap) autovalue.shaded.com.google$.common.collect.$ImmutableBiMap bimap autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder makeBuilder (int) int size volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder makeBuilder (int) }
autovalue/shaded/com/google$/common/collect/$ImmutableBiMap.class
$ImmutableBiMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableBiMap extends autovalue.shaded.com.google$.common.collect.$ImmutableBiMapFauxverideShim implements autovalue.shaded.com.google$.common.collect.$BiMap { public static java.util.stream.Collector toImmutableBiMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap of () public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap$Builder builderWithExpectedSize (int) int expectedSize public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap copyOf (java.util.Map) autovalue.shaded.com.google$.common.collect.$ImmutableBiMap bimap java.util.Map map public static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap copyOf (java.lang.Iterable) java.util.Map$Entry entry Iterable entries java.util.Map$Entry[] entryArray void <init> () public abstract autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse () public autovalue.shaded.com.google$.common.collect.$ImmutableSet values () final autovalue.shaded.com.google$.common.collect.$ImmutableSet createValues () public final java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value java.lang.Object writeReplace () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection values () public volatile synthetic java.util.Collection values () public volatile synthetic autovalue.shaded.com.google$.common.collect.$BiMap inverse () public volatile synthetic java.util.Set values () }
autovalue/shaded/com/google$/common/collect/$ImmutableBiMapFauxverideShim.class
$ImmutableBiMapFauxverideShim.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableBiMapFauxverideShim extends autovalue.shaded.com.google$.common.collect.$ImmutableMap { void <init> () public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction }
autovalue/shaded/com/google$/common/collect/$ImmutableCollection$Builder.class
$ImmutableCollection.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder extends java.lang.Object { static final int DEFAULT_INITIAL_CAPACITY static int expandedCapacity (int, int) int oldCapacity int minCapacity int newCapacity void <init> () public abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object) public transient autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object[]) Object element Object[] elements public autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.lang.Iterable) Object element Iterable elements public autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.util.Iterator) java.util.Iterator elements public abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection build () }
autovalue/shaded/com/google$/common/collect/$ImmutableCollection.class
$ImmutableCollection.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection extends java.util.AbstractCollection implements java.io.Serializable { static final int SPLITERATOR_CHARACTERISTICS private static final Object[] EMPTY_ARRAY void <init> () public abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public final java.lang.Object[] toArray () public final java.lang.Object[] toArray (java.lang.Object[]) Object[] internal Object[] other int size java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () public abstract boolean contains (java.lang.Object) public final boolean add (java.lang.Object) Object e public final boolean remove (java.lang.Object) Object object public final boolean addAll (java.util.Collection) java.util.Collection newElements public final boolean removeAll (java.util.Collection) java.util.Collection oldElements public final boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public final boolean retainAll (java.util.Collection) java.util.Collection elementsToKeep public final void clear () public autovalue.shaded.com.google$.common.collect.$ImmutableList asList () abstract boolean isPartialView () int copyIntoArray (java.lang.Object[], int) Object e Object[] dst int offset java.lang.Object writeReplace () public volatile synthetic java.util.Iterator iterator () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ImmutableEntry.class
$ImmutableEntry.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableEntry extends autovalue.shaded.com.google$.common.collect.$AbstractMapEntry implements java.io.Serializable { final Object key final Object value private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object) Object key Object value public final java.lang.Object getKey () public final java.lang.Object getValue () public final java.lang.Object setValue (java.lang.Object) Object value }
autovalue/shaded/com/google$/common/collect/$ImmutableEnumMap$1.class
$ImmutableEnumMap.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$ImmutableEnumMap$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$ImmutableEnumMap$EnumSerializedForm.class
$ImmutableEnumMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableEnumMap$EnumSerializedForm extends java.lang.Object implements java.io.Serializable { final java.util.EnumMap delegate private static final long serialVersionUID void <init> (java.util.EnumMap) java.util.EnumMap delegate java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableEnumMap.class
$ImmutableEnumMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableEnumMap extends autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap { private final transient java.util.EnumMap delegate static autovalue.shaded.com.google$.common.collect.$ImmutableMap asImmutable (java.util.EnumMap) java.util.Map$Entry entry java.util.EnumMap map private void <init> (java.util.EnumMap) java.util.EnumMap delegate autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator keyIterator () java.util.Spliterator keySpliterator () public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public boolean equals (java.lang.Object) Object object autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action boolean isPartialView () java.lang.Object writeReplace () synthetic void <init> (java.util.EnumMap, autovalue.shaded.com.google$.common.collect.$ImmutableEnumMap$1) java.util.EnumMap x0 autovalue.shaded.com.google$.common.collect.$ImmutableEnumMap$1 x1 }
autovalue/shaded/com/google$/common/collect/$ImmutableEnumSet$1.class
$ImmutableEnumSet.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$ImmutableEnumSet$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$ImmutableEnumSet$EnumSerializedForm.class
$ImmutableEnumSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableEnumSet$EnumSerializedForm extends java.lang.Object implements java.io.Serializable { final java.util.EnumSet delegate private static final long serialVersionUID void <init> (java.util.EnumSet) java.util.EnumSet delegate java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableEnumSet.class
$ImmutableEnumSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableEnumSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { private final transient java.util.EnumSet delegate private transient int hashCode static autovalue.shaded.com.google$.common.collect.$ImmutableSet asImmutable (java.util.EnumSet) java.util.EnumSet set private void <init> (java.util.EnumSet) java.util.EnumSet delegate boolean isPartialView () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public int size () public boolean contains (java.lang.Object) Object object public boolean containsAll (java.util.Collection) java.util.Collection collection public boolean isEmpty () public boolean equals (java.lang.Object) Object object boolean isHashCodeFast () public int hashCode () int result public java.lang.String toString () java.lang.Object writeReplace () public volatile synthetic java.util.Iterator iterator () synthetic void <init> (java.util.EnumSet, autovalue.shaded.com.google$.common.collect.$ImmutableEnumSet$1) java.util.EnumSet x0 autovalue.shaded.com.google$.common.collect.$ImmutableEnumSet$1 x1 }
autovalue/shaded/com/google$/common/collect/$ImmutableList$1.class
$ImmutableList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableList$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIndexedListIterator { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, int, int) autovalue.shaded.com.google$.common.collect.$ImmutableList this$0 int size int position protected java.lang.Object get (int) int index }
autovalue/shaded/com/google$/common/collect/$ImmutableList$Builder.class
$ImmutableList.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder { Object[] contents private int size private boolean forceCopy public void <init> () void <init> (int) int capacity private void getReadyToExpandTo (int) int minCapacity public autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder add (java.lang.Object) Object element public transient autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder add (java.lang.Object[]) Object[] elements private void add (java.lang.Object[], int) Object[] elements int n public autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder addAll (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$ImmutableCollection immutableCollection java.util.Collection collection Iterable elements public autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder addAll (java.util.Iterator) java.util.Iterator elements autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder builder public autovalue.shaded.com.google$.common.collect.$ImmutableList build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableList$ReverseImmutableList.class
$ImmutableList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableList$ReverseImmutableList extends autovalue.shaded.com.google$.common.collect.$ImmutableList { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList forwardList void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableList backingList private int reverseIndex (int) int index private int reversePosition (int) int index public autovalue.shaded.com.google$.common.collect.$ImmutableList reverse () public boolean contains (java.lang.Object) Object object public int indexOf (java.lang.Object) Object object int index public int lastIndexOf (java.lang.Object) Object object int index public autovalue.shaded.com.google$.common.collect.$ImmutableList subList (int, int) int fromIndex int toIndex public java.lang.Object get (int) int index public int size () boolean isPartialView () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.ListIterator listIterator (int) public volatile synthetic java.util.ListIterator listIterator () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableList$SerializedForm.class
$ImmutableList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableList$SerializedForm extends java.lang.Object implements java.io.Serializable { final Object[] elements private static final long serialVersionUID void <init> (java.lang.Object[]) Object[] elements java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableList$SubList.class
$ImmutableList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableList$SubList extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final transient int offset final transient int length final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, int, int) autovalue.shaded.com.google$.common.collect.$ImmutableList this$0 int offset int length public int size () public java.lang.Object get (int) int index public autovalue.shaded.com.google$.common.collect.$ImmutableList subList (int, int) int fromIndex int toIndex boolean isPartialView () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.ListIterator listIterator (int) public volatile synthetic java.util.ListIterator listIterator () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableList.class
$ImmutableList.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableList extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection implements java.util.List java.util.RandomAccess { public static java.util.stream.Collector toImmutableList () public static autovalue.shaded.com.google$.common.collect.$ImmutableList of () public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object) Object element public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 Object e10 public static autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 Object e10 Object e11 public static transient autovalue.shaded.com.google$.common.collect.$ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 Object e10 Object e11 Object e12 Object[] others Object[] array public static autovalue.shaded.com.google$.common.collect.$ImmutableList copyOf (java.lang.Iterable) Iterable elements public static autovalue.shaded.com.google$.common.collect.$ImmutableList copyOf (java.util.Collection) autovalue.shaded.com.google$.common.collect.$ImmutableList list java.util.Collection elements public static autovalue.shaded.com.google$.common.collect.$ImmutableList copyOf (java.util.Iterator) java.util.Iterator elements Object first public static autovalue.shaded.com.google$.common.collect.$ImmutableList copyOf (java.lang.Object[]) Object[] elements public static autovalue.shaded.com.google$.common.collect.$ImmutableList sortedCopyOf (java.lang.Iterable) Iterable elements Comparable[] array public static autovalue.shaded.com.google$.common.collect.$ImmutableList sortedCopyOf (java.util.Comparator, java.lang.Iterable) java.util.Comparator comparator Iterable elements Object[] array private static transient autovalue.shaded.com.google$.common.collect.$ImmutableList construct (java.lang.Object[]) Object[] elements static autovalue.shaded.com.google$.common.collect.$ImmutableList asImmutableList (java.lang.Object[]) Object[] elements static autovalue.shaded.com.google$.common.collect.$ImmutableList asImmutableList (java.lang.Object[], int) Object[] elements int length void <init> () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator listIterator () public autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator listIterator (int) int index public void forEach (java.util.function.Consumer) int i java.util.function.Consumer consumer int n public int indexOf (java.lang.Object) Object object public int lastIndexOf (java.lang.Object) Object object public boolean contains (java.lang.Object) Object object public autovalue.shaded.com.google$.common.collect.$ImmutableList subList (int, int) int fromIndex int toIndex int length autovalue.shaded.com.google$.common.collect.$ImmutableList subListUnchecked (int, int) int fromIndex int toIndex public final boolean addAll (int, java.util.Collection) int index java.util.Collection newElements public final java.lang.Object set (int, java.lang.Object) int index Object element public final void add (int, java.lang.Object) int index Object element public final java.lang.Object remove (int) int index public final void replaceAll (java.util.function.UnaryOperator) java.util.function.UnaryOperator operator public final void sort (java.util.Comparator) java.util.Comparator c public final autovalue.shaded.com.google$.common.collect.$ImmutableList asList () public java.util.Spliterator spliterator () int copyIntoArray (java.lang.Object[], int) int i Object[] dst int offset int size public autovalue.shaded.com.google$.common.collect.$ImmutableList reverse () public boolean equals (java.lang.Object) Object obj public int hashCode () int i int hashCode int n private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () public static autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder builderWithExpectedSize (int) int expectedSize public volatile synthetic java.util.Iterator iterator () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.ListIterator listIterator (int) public volatile synthetic java.util.ListIterator listIterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableListMultimap$Builder.class
$ImmutableListMultimap.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder { public void <init> () public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder putAll (java.lang.Iterable) Iterable entries public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public transient autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) Object key Object[] values public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder putAll (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder orderKeysBy (java.util.Comparator) java.util.Comparator keyComparator public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder orderValuesBy (java.util.Comparator) java.util.Comparator valueComparator public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap build () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder orderValuesBy (java.util.Comparator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder orderKeysBy (java.util.Comparator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder put (java.util.Map$Entry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder put (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableListMultimap.class
$ImmutableListMultimap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap extends autovalue.shaded.com.google$.common.collect.$ImmutableMultimap implements autovalue.shaded.com.google$.common.collect.$ListMultimap { private transient autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap inverse private static final long serialVersionUID public static java.util.stream.Collector toImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector flatteningToImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap of () public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap of (java.lang.Object, java.lang.Object) Object k1 Object v1 autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap copyOf (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap kvMultimap autovalue.shaded.com.google$.common.collect.$Multimap multimap public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap copyOf (java.lang.Iterable) Iterable entries static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap fromMapEntries (java.util.Collection, java.util.Comparator) Object key java.util.Collection values autovalue.shaded.com.google$.common.collect.$ImmutableList list java.util.Map$Entry entry java.util.Collection mapEntries java.util.Comparator valueComparator autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder int size void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, int) autovalue.shaded.com.google$.common.collect.$ImmutableMap map int size public autovalue.shaded.com.google$.common.collect.$ImmutableList get (java.lang.Object) Object key autovalue.shaded.com.google$.common.collect.$ImmutableList list public autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap inverse () autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap result private autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap invert () java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap invertedMultimap public final autovalue.shaded.com.google$.common.collect.$ImmutableList removeAll (java.lang.Object) Object key public final autovalue.shaded.com.google$.common.collect.$ImmutableList replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException int j Object key int valueCount autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder valuesBuilder int i autovalue.shaded.com.google$.common.collect.$ImmutableMap tmpMap IllegalArgumentException e java.io.ObjectInputStream stream int keyCount autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder int tmpSize autovalue.shaded.com.google$.common.collect.$ImmutableMap tmpMap public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap inverse () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection get (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.List replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.List removeAll (java.lang.Object) public volatile synthetic java.util.List get (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$1.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMap$1 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final synthetic autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator val$entryIterator void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator) autovalue.shaded.com.google$.common.collect.$ImmutableMap this$0 public boolean hasNext () public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$Builder.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder extends java.lang.Object { java.util.Comparator valueComparator java.util.Map$Entry[] entries int size boolean entriesUsed public void <init> () void <init> (int) int initialCapacity private void ensureCapacity (int) int minCapacity public autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder put (java.lang.Object, java.lang.Object) Object key Object value java.util.Map$Entry entry public autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder putAll (java.util.Map) java.util.Map map public autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder putAll (java.lang.Iterable) java.util.Map$Entry entry Iterable entries public autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder orderEntriesByValue (java.util.Comparator) java.util.Comparator valueComparator autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableMap build () autovalue.shaded.com.google$.common.collect.$ImmutableMap buildJdkBacked () }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$IteratorBasedImmutableMap$1EntrySetImpl.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap$1EntrySetImpl extends autovalue.shaded.com.google$.common.collect.$ImmutableMapEntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap this$0 autovalue.shaded.com.google$.common.collect.$ImmutableMap map () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$IteratorBasedImmutableMap.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap extends autovalue.shaded.com.google$.common.collect.$ImmutableMap { void <init> () abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator entryIterator () java.util.Spliterator entrySpliterator () autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set keySet () }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMap$MapViewOfValuesAsSingletonSets$1$1 extends autovalue.shaded.com.google$.common.collect.$AbstractMapEntry { final synthetic java.util.Map$Entry val$backingEntry void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap$MapViewOfValuesAsSingletonSets$1, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$ImmutableMap$MapViewOfValuesAsSingletonSets$1 this$2 public java.lang.Object getKey () public autovalue.shaded.com.google$.common.collect.$ImmutableSet getValue () public volatile synthetic java.lang.Object getValue () }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$MapViewOfValuesAsSingletonSets$1.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMap$MapViewOfValuesAsSingletonSets$1 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final synthetic java.util.Iterator val$backingIterator void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap$MapViewOfValuesAsSingletonSets, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$ImmutableMap$MapViewOfValuesAsSingletonSets this$1 public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry backingEntry public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$MapViewOfValuesAsSingletonSets.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMap$MapViewOfValuesAsSingletonSets extends autovalue.shaded.com.google$.common.collect.$ImmutableMap$IteratorBasedImmutableMap { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) public int size () autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () public boolean containsKey (java.lang.Object) Object key public autovalue.shaded.com.google$.common.collect.$ImmutableSet get (java.lang.Object) Object key Object outerValue boolean isPartialView () public int hashCode () boolean isHashCodeFast () autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator entryIterator () java.util.Iterator backingIterator public volatile synthetic java.lang.Object get (java.lang.Object) synthetic void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableMap$1) autovalue.shaded.com.google$.common.collect.$ImmutableMap x0 autovalue.shaded.com.google$.common.collect.$ImmutableMap$1 x1 }
autovalue/shaded/com/google$/common/collect/$ImmutableMap$SerializedForm.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMap$SerializedForm extends java.lang.Object implements java.io.Serializable { private static final boolean USE_LEGACY_SERIALIZATION private final Object keys private final Object values private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) java.util.Map$Entry entry Object[] keys Object[] values int i autovalue.shaded.com.google$.common.collect.$ImmutableMap map final java.lang.Object readResolve () autovalue.shaded.com.google$.common.collect.$ImmutableSet keySet autovalue.shaded.com.google$.common.collect.$ImmutableCollection values autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator keyIter autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator valueIter final java.lang.Object legacyReadResolve () int i Object[] keys Object[] values autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder makeBuilder (int) int size }
autovalue/shaded/com/google$/common/collect/$ImmutableMap.class
$ImmutableMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableMap extends java.lang.Object implements java.util.Map java.io.Serializable { static final java.util.Map$Entry[] EMPTY_ENTRY_ARRAY private transient autovalue.shaded.com.google$.common.collect.$ImmutableSet entrySet private transient autovalue.shaded.com.google$.common.collect.$ImmutableSet keySet private transient autovalue.shaded.com.google$.common.collect.$ImmutableCollection values private transient autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap multimapView public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableMap of () public static autovalue.shaded.com.google$.common.collect.$ImmutableMap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static autovalue.shaded.com.google$.common.collect.$ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static autovalue.shaded.com.google$.common.collect.$ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static autovalue.shaded.com.google$.common.collect.$ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static autovalue.shaded.com.google$.common.collect.$ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 static java.util.Map$Entry entryOf (java.lang.Object, java.lang.Object) Object key Object value public static autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builderWithExpectedSize (int) int expectedSize static void checkNoConflict (boolean, java.lang.String, java.util.Map$Entry, java.util.Map$Entry) boolean safe String conflictDescription java.util.Map$Entry entry1 java.util.Map$Entry entry2 static java.lang.IllegalArgumentException conflictException (java.lang.String, java.lang.Object, java.lang.Object) String conflictDescription Object entry1 Object entry2 public static autovalue.shaded.com.google$.common.collect.$ImmutableMap copyOf (java.util.Map) autovalue.shaded.com.google$.common.collect.$ImmutableMap kvMap autovalue.shaded.com.google$.common.collect.$ImmutableMap kvMap java.util.Map map public static autovalue.shaded.com.google$.common.collect.$ImmutableMap copyOf (java.lang.Iterable) java.util.Map$Entry onlyEntry Iterable entries java.util.Map$Entry[] entryArray private static autovalue.shaded.com.google$.common.collect.$ImmutableMap copyOfEnumMap (java.util.EnumMap) java.util.Map$Entry entry java.util.EnumMap original java.util.EnumMap copy void <init> () public final java.lang.Object put (java.lang.Object, java.lang.Object) Object k Object v public final java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public final boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue public final java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public final java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public final java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public final java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public final java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction public final void putAll (java.util.Map) java.util.Map map public final void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public final java.lang.Object remove (java.lang.Object) Object o public final boolean remove (java.lang.Object, java.lang.Object) Object key Object value public final void clear () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public abstract java.lang.Object get (java.lang.Object) public final java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue Object result public autovalue.shaded.com.google$.common.collect.$ImmutableSet entrySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet result abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () public autovalue.shaded.com.google$.common.collect.$ImmutableSet keySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet result abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator keyIterator () autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator entryIterator java.util.Spliterator keySpliterator () public autovalue.shaded.com.google$.common.collect.$ImmutableCollection values () autovalue.shaded.com.google$.common.collect.$ImmutableCollection result abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap asMultimap () autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap result public boolean equals (java.lang.Object) Object object abstract boolean isPartialView () public int hashCode () boolean isHashCodeFast () public java.lang.String toString () java.lang.Object writeReplace () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set keySet () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapEntry$NonTerminalImmutableBiMapEntry.class
$ImmutableMapEntry.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry$NonTerminalImmutableBiMapEntry extends autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry$NonTerminalImmutableMapEntry { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry nextInValueBucket void <init> (java.lang.Object, java.lang.Object, autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry, autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry) Object key Object value autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry nextInKeyBucket autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry nextInValueBucket autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry getNextInValueBucket () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapEntry$NonTerminalImmutableMapEntry.class
$ImmutableMapEntry.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry$NonTerminalImmutableMapEntry extends autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry nextInKeyBucket void <init> (java.lang.Object, java.lang.Object, autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry) Object key Object value autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry nextInKeyBucket final autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry getNextInKeyBucket () final boolean isReusable () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapEntry.class
$ImmutableMapEntry.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry extends autovalue.shaded.com.google$.common.collect.$ImmutableEntry { static autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] createEntryArray (int) int size void <init> (java.lang.Object, java.lang.Object) Object key Object value void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry) autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry contents autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry getNextInKeyBucket () autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry getNextInValueBucket () boolean isReusable () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapEntrySet$EntrySetSerializedForm.class
$ImmutableMapEntrySet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMapEntrySet$EntrySetSerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMap map private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap map java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapEntrySet$RegularEntrySet.class
$ImmutableMapEntrySet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMapEntrySet$RegularEntrySet extends autovalue.shaded.com.google$.common.collect.$ImmutableMapEntrySet { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableMap map private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList entries void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, java.util.Map$Entry[]) autovalue.shaded.com.google$.common.collect.$ImmutableMap map java.util.Map$Entry[] entries void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableMap map autovalue.shaded.com.google$.common.collect.$ImmutableList entries autovalue.shaded.com.google$.common.collect.$ImmutableMap map () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapEntrySet.class
$ImmutableMapEntrySet.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableMapEntrySet extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { void <init> () abstract autovalue.shaded.com.google$.common.collect.$ImmutableMap map () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object value Object object boolean isPartialView () boolean isHashCodeFast () public int hashCode () java.lang.Object writeReplace () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapKeySet$KeySetSerializedForm.class
$ImmutableMapKeySet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMapKeySet$KeySetSerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMap map private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap map java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapKeySet.class
$ImmutableMapKeySet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMapKeySet extends autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet { private final autovalue.shaded.com.google$.common.collect.$ImmutableMap map void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap map public int size () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object object java.lang.Object get (int) int index public void forEach (java.util.function.Consumer) java.util.function.Consumer action boolean isPartialView () public volatile synthetic java.util.Iterator iterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v }
autovalue/shaded/com/google$/common/collect/$ImmutableMapValues$1.class
$ImmutableMapValues.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMapValues$1 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator entryItr final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMapValues this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMapValues) autovalue.shaded.com.google$.common.collect.$ImmutableMapValues this$0 public boolean hasNext () public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapValues$2.class
$ImmutableMapValues.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMapValues$2 extends autovalue.shaded.com.google$.common.collect.$ImmutableAsList { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList val$entryList final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMapValues this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMapValues, autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableMapValues this$0 public java.lang.Object get (int) int index autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapValues$SerializedForm.class
$ImmutableMapValues.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMapValues$SerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMap map private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap map java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableMapValues.class
$ImmutableMapValues.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMapValues extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection { private final autovalue.shaded.com.google$.common.collect.$ImmutableMap map void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap map public int size () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object object boolean isPartialView () public autovalue.shaded.com.google$.common.collect.$ImmutableList asList () autovalue.shaded.com.google$.common.collect.$ImmutableList entryList public void forEach (java.util.function.Consumer) java.util.function.Consumer action public volatile synthetic java.util.Iterator iterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap access$000 (autovalue.shaded.com.google$.common.collect.$ImmutableMapValues) autovalue.shaded.com.google$.common.collect.$ImmutableMapValues x0 }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$1.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$1 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final java.util.Iterator asMapItr Object currentKey java.util.Iterator valueItr final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap this$0 public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry entry public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$2.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$2 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { java.util.Iterator valueCollectionItr java.util.Iterator valueItr final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap this$0 public boolean hasNext () public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$Builder.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder extends java.lang.Object { java.util.Map builderMap java.util.Comparator keyComparator java.util.Comparator valueComparator public void <init> () java.util.Collection newMutableValueCollection () public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder put (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection valueCollection public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Iterable) java.util.Map$Entry entry Iterable entries public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) Object value Object value Object key Iterable values java.util.Collection valueCollection java.util.Iterator valuesItr public transient autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) Object key Object[] values public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (autovalue.shaded.com.google$.common.collect.$Multimap) java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$Multimap multimap public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder orderKeysBy (java.util.Comparator) java.util.Comparator keyComparator public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder orderValuesBy (java.util.Comparator) java.util.Comparator valueComparator autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder) java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableMultimap build () java.util.Collection mapEntries }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$EntryCollection.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$EntryCollection extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection { final autovalue.shaded.com.google$.common.collect.$ImmutableMultimap multimap private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap multimap public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () boolean isPartialView () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object object public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$FieldSettersHolder.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$FieldSettersHolder extends java.lang.Object { static final autovalue.shaded.com.google$.common.collect.$Serialization$FieldSetter MAP_FIELD_SETTER static final autovalue.shaded.com.google$.common.collect.$Serialization$FieldSetter SIZE_FIELD_SETTER void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$Keys.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Keys extends autovalue.shaded.com.google$.common.collect.$ImmutableMultiset { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap this$0 public boolean contains (java.lang.Object) Object object public int count (java.lang.Object) Object element java.util.Collection values public autovalue.shaded.com.google$.common.collect.$ImmutableSet elementSet () public int size () autovalue.shaded.com.google$.common.collect.$Multiset$Entry getEntry (int) int index java.util.Map$Entry entry boolean isPartialView () java.lang.Object writeReplace () public volatile synthetic java.util.Set elementSet () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$KeysSerializedForm.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$KeysSerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMultimap multimap void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap multimap java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap$Values.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Values extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableMultimap multimap private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap multimap public boolean contains (java.lang.Object) Object object public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () int copyIntoArray (java.lang.Object[], int) autovalue.shaded.com.google$.common.collect.$ImmutableCollection valueCollection Object[] dst int offset public int size () boolean isPartialView () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultimap.class
$ImmutableMultimap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableMultimap extends autovalue.shaded.com.google$.common.collect.$BaseImmutableMultimap implements java.io.Serializable { final transient autovalue.shaded.com.google$.common.collect.$ImmutableMap map final transient int size private static final long serialVersionUID public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap of () public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap copyOf (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap kvMultimap autovalue.shaded.com.google$.common.collect.$Multimap multimap public static autovalue.shaded.com.google$.common.collect.$ImmutableMultimap copyOf (java.lang.Iterable) Iterable entries void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, int) autovalue.shaded.com.google$.common.collect.$ImmutableMap map int size public autovalue.shaded.com.google$.common.collect.$ImmutableCollection removeAll (java.lang.Object) Object key public autovalue.shaded.com.google$.common.collect.$ImmutableCollection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public void clear () public abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection get (java.lang.Object) public abstract autovalue.shaded.com.google$.common.collect.$ImmutableMultimap inverse () public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public boolean remove (java.lang.Object, java.lang.Object) Object key Object value boolean isPartialView () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public int size () public autovalue.shaded.com.google$.common.collect.$ImmutableSet keySet () java.util.Set createKeySet () public autovalue.shaded.com.google$.common.collect.$ImmutableMap asMap () java.util.Map createAsMap () public autovalue.shaded.com.google$.common.collect.$ImmutableCollection entries () autovalue.shaded.com.google$.common.collect.$ImmutableCollection createEntries () autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset keys () autovalue.shaded.com.google$.common.collect.$ImmutableMultiset createKeys () public autovalue.shaded.com.google$.common.collect.$ImmutableCollection values () autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator valueIterator () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic java.util.Map asMap () volatile synthetic java.util.Iterator valueIterator () volatile synthetic java.util.Collection createValues () public volatile synthetic java.util.Collection values () volatile synthetic autovalue.shaded.com.google$.common.collect.$Multiset createKeys () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multiset keys () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Iterator entryIterator () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic boolean isEmpty () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) private static synthetic void lambda$forEach$3 (java.util.function.BiConsumer, java.lang.Object, java.util.Collection) java.util.function.BiConsumer action Object key java.util.Collection valueCollection private static synthetic void lambda$forEach$2 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object key Object value private static synthetic java.util.Spliterator lambda$entrySpliterator$1 (java.util.Map$Entry) java.util.Map$Entry keyToValueCollectionEntry Object key java.util.Collection valueCollection private static synthetic java.util.Map$Entry lambda$entrySpliterator$0 (java.lang.Object, java.lang.Object) Object key Object value }
autovalue/shaded/com/google$/common/collect/$ImmutableMultiset$1.class
$ImmutableMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$1 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { int remaining Object element final synthetic java.util.Iterator val$entryIterator void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultiset, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$ImmutableMultiset this$0 public boolean hasNext () public java.lang.Object next () autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry }
autovalue/shaded/com/google$/common/collect/$ImmutableMultiset$Builder.class
$ImmutableMultiset.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder { final autovalue.shaded.com.google$.common.collect.$Multiset contents public void <init> () void <init> (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset contents public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder add (java.lang.Object) Object element public transient autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder add (java.lang.Object[]) Object[] elements public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder addCopies (java.lang.Object, int) Object element int occurrences public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder setCount (java.lang.Object, int) Object element int count public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder addAll (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$Multiset multiset Iterable elements public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder addAll (java.util.Iterator) java.util.Iterator elements public autovalue.shaded.com.google$.common.collect.$ImmutableMultiset build () autovalue.shaded.com.google$.common.collect.$ImmutableMultiset buildJdkBacked () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object) private synthetic void lambda$addAll$0 (java.lang.Object, int) Object e int n }
autovalue/shaded/com/google$/common/collect/$ImmutableMultiset$ElementSet.class
$ImmutableMultiset.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$ElementSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSet$Indexed { private final java.util.List entries private final autovalue.shaded.com.google$.common.collect.$Multiset delegate void <init> (java.util.List, autovalue.shaded.com.google$.common.collect.$Multiset) java.util.List entries autovalue.shaded.com.google$.common.collect.$Multiset delegate java.lang.Object get (int) int index public boolean contains (java.lang.Object) Object object boolean isPartialView () public int size () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultiset$EntrySet.class
$ImmutableMultiset.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$EntrySet extends autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet { private static final long serialVersionUID final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultiset this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultiset) boolean isPartialView () autovalue.shaded.com.google$.common.collect.$Multiset$Entry get (int) int index public int size () public boolean contains (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry int count Object o public int hashCode () java.lang.Object writeReplace () volatile synthetic java.lang.Object get (int) synthetic void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultiset, autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$1) autovalue.shaded.com.google$.common.collect.$ImmutableMultiset x0 autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$1 x1 }
autovalue/shaded/com/google$/common/collect/$ImmutableMultiset$EntrySetSerializedForm.class
$ImmutableMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$EntrySetSerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMultiset multiset void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMultiset) autovalue.shaded.com.google$.common.collect.$ImmutableMultiset multiset java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableMultiset$SerializedForm.class
$ImmutableMultiset.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$SerializedForm extends java.lang.Object implements java.io.Serializable { final Object[] elements final int[] counts private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry autovalue.shaded.com.google$.common.collect.$Multiset multiset int distinct int i java.lang.Object readResolve () int i autovalue.shaded.com.google$.common.collect.$LinkedHashMultiset multiset }
autovalue/shaded/com/google$/common/collect/$ImmutableMultiset.class
$ImmutableMultiset.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableMultiset extends autovalue.shaded.com.google$.common.collect.$ImmutableMultisetGwtSerializationDependencies implements autovalue.shaded.com.google$.common.collect.$Multiset { private transient autovalue.shaded.com.google$.common.collect.$ImmutableList asList private transient autovalue.shaded.com.google$.common.collect.$ImmutableSet entrySet public static java.util.stream.Collector toImmutableMultiset () public static java.util.stream.Collector toImmutableMultiset (java.util.function.Function, java.util.function.ToIntFunction) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset of () public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset of (java.lang.Object) Object element public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static transient autovalue.shaded.com.google$.common.collect.$ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object[] others public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset copyOf (java.lang.Object[]) Object[] elements public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset copyOf (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$ImmutableMultiset result Iterable elements autovalue.shaded.com.google$.common.collect.$Multiset multiset public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset copyOf (java.util.Iterator) java.util.Iterator elements autovalue.shaded.com.google$.common.collect.$Multiset multiset private static transient autovalue.shaded.com.google$.common.collect.$ImmutableMultiset copyFromElements (java.lang.Object[]) Object[] elements autovalue.shaded.com.google$.common.collect.$Multiset multiset static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset copyFromEntries (java.util.Collection) java.util.Collection entries void <init> () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () java.util.Iterator entryIterator public autovalue.shaded.com.google$.common.collect.$ImmutableList asList () autovalue.shaded.com.google$.common.collect.$ImmutableList result public boolean contains (java.lang.Object) Object object public final int add (java.lang.Object, int) Object element int occurrences public final int remove (java.lang.Object, int) Object element int occurrences public final int setCount (java.lang.Object, int) Object element int count public final boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount int copyIntoArray (java.lang.Object[], int) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry Object[] dst int offset public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () public abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet elementSet () public autovalue.shaded.com.google$.common.collect.$ImmutableSet entrySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet es private autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () abstract autovalue.shaded.com.google$.common.collect.$Multiset$Entry getEntry (int) java.lang.Object writeReplace () public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset$Builder builder () public volatile synthetic java.util.Iterator iterator () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () private static synthetic int lambda$toImmutableMultiset$0 (java.lang.Object) Object e }
autovalue/shaded/com/google$/common/collect/$ImmutableMultisetGwtSerializationDependencies.class
$ImmutableMultisetGwtSerializationDependencies.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableMultisetGwtSerializationDependencies extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection { void <init> () }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeMap$1.class
$ImmutableRangeMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final synthetic int val$len final synthetic int val$off final synthetic autovalue.shaded.com.google$.common.collect.$Range val$range final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap, int, int, autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap this$0 public int size () public autovalue.shaded.com.google$.common.collect.$Range get (int) int index boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeMap$2.class
$ImmutableRangeMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$2 extends autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap { final synthetic autovalue.shaded.com.google$.common.collect.$Range val$range final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap val$outer void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap, autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap) autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap this$0 autovalue.shaded.com.google$.common.collect.$ImmutableList ranges autovalue.shaded.com.google$.common.collect.$ImmutableList values public autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap subRangeMap (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range subRange public volatile synthetic autovalue.shaded.com.google$.common.collect.$RangeMap subRangeMap (autovalue.shaded.com.google$.common.collect.$Range) public volatile synthetic java.util.Map asDescendingMapOfRanges () public volatile synthetic java.util.Map asMapOfRanges () }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeMap$Builder.class
$ImmutableRangeMap.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder extends java.lang.Object { private final java.util.List entries public void <init> () public autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder put (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Range range Object value public autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder putAll (autovalue.shaded.com.google$.common.collect.$RangeMap) java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$RangeMap rangeMap autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder builder public autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap build () autovalue.shaded.com.google$.common.collect.$Range prevRange autovalue.shaded.com.google$.common.collect.$Range range int i autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder rangesBuilder autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder valuesBuilder }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeMap$SerializedForm.class
$ImmutableRangeMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$SerializedForm extends java.lang.Object implements java.io.Serializable { private final autovalue.shaded.com.google$.common.collect.$ImmutableMap mapOfRanges private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap mapOfRanges java.lang.Object readResolve () java.lang.Object createRangeMap () java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder builder }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeMap.class
$ImmutableRangeMap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$RangeMap java.io.Serializable { private static final autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap EMPTY private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList ranges private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList values private static final long serialVersionUID public static java.util.stream.Collector toImmutableRangeMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap of () public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap of (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Range range Object value public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap copyOf (autovalue.shaded.com.google$.common.collect.$RangeMap) java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$RangeMap rangeMap java.util.Map map autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder rangesBuilder autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder valuesBuilder public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap$Builder builder () void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableList ranges autovalue.shaded.com.google$.common.collect.$ImmutableList values public java.lang.Object get (java.lang.Comparable) autovalue.shaded.com.google$.common.collect.$Range range Comparable key int index public java.util.Map$Entry getEntry (java.lang.Comparable) autovalue.shaded.com.google$.common.collect.$Range range Comparable key int index public autovalue.shaded.com.google$.common.collect.$Range span () autovalue.shaded.com.google$.common.collect.$Range firstRange autovalue.shaded.com.google$.common.collect.$Range lastRange public final void put (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Range range Object value public final void putCoalescing (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Range range Object value public final void putAll (autovalue.shaded.com.google$.common.collect.$RangeMap) autovalue.shaded.com.google$.common.collect.$RangeMap rangeMap public final void clear () public final void remove (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public final void merge (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object, java.util.function.BiFunction) autovalue.shaded.com.google$.common.collect.$Range range Object value java.util.function.BiFunction remappingFunction public autovalue.shaded.com.google$.common.collect.$ImmutableMap asMapOfRanges () autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet rangeSet public autovalue.shaded.com.google$.common.collect.$ImmutableMap asDescendingMapOfRanges () autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet rangeSet public autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap subRangeMap (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range int lowerIndex int upperIndex int off int len autovalue.shaded.com.google$.common.collect.$ImmutableList subRanges autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap outer public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$RangeMap rangeMap Object o public java.lang.String toString () java.lang.Object writeReplace () public volatile synthetic autovalue.shaded.com.google$.common.collect.$RangeMap subRangeMap (autovalue.shaded.com.google$.common.collect.$Range) public volatile synthetic java.util.Map asDescendingMapOfRanges () public volatile synthetic java.util.Map asMapOfRanges () static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList access$000 (autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap) autovalue.shaded.com.google$.common.collect.$ImmutableRangeMap x0 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$1.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final synthetic int val$length final synthetic int val$fromIndex final synthetic autovalue.shaded.com.google$.common.collect.$Range val$range final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet, int, int, autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet this$0 public int size () public autovalue.shaded.com.google$.common.collect.$Range get (int) int index boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$AsSet$1.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Iterator rangeItr java.util.Iterator elemItr final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet this$1 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet) autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet this$1 protected java.lang.Comparable computeNext () protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$AsSet$2.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet$2 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Iterator rangeItr java.util.Iterator elemItr final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet this$1 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet) autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet this$1 protected java.lang.Comparable computeNext () protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$AsSet.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet { private final autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain private transient Integer size final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain public int size () autovalue.shaded.com.google$.common.collect.$Range range long total Integer result public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator descendingIterator () autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSet (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Comparable, boolean) Comparable toElement boolean inclusive autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Comparable, boolean) Comparable fromElement boolean inclusive public boolean contains (java.lang.Object) Comparable c ClassCastException e Object o int indexOf (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Range range Comparable c long total Object target autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet createDescendingSet () boolean isPartialView () public java.lang.String toString () java.lang.Object writeReplace () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () static synthetic autovalue.shaded.com.google$.common.collect.$DiscreteDomain access$100 (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet) autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSet x0 }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$AsSetSerializedForm.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$AsSetSerializedForm extends java.lang.Object implements java.io.Serializable { private final autovalue.shaded.com.google$.common.collect.$ImmutableList ranges private final autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$ImmutableList ranges autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$Builder.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder extends java.lang.Object { private final java.util.List ranges public void <init> () public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder add (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder addAll (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet ranges public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder addAll (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$Range range Iterable ranges autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder builder public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet build () autovalue.shaded.com.google$.common.collect.$Range nextRange autovalue.shaded.com.google$.common.collect.$Range range autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder mergedRangesBuilder autovalue.shaded.com.google$.common.collect.$PeekingIterator peekingItr autovalue.shaded.com.google$.common.collect.$ImmutableList mergedRanges }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$ComplementRanges.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$ComplementRanges extends autovalue.shaded.com.google$.common.collect.$ImmutableList { private final boolean positiveBoundedBelow private final boolean positiveBoundedAbove private final int size final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet) int size public int size () public autovalue.shaded.com.google$.common.collect.$Range get (int) autovalue.shaded.com.google$.common.collect.$Cut lowerBound autovalue.shaded.com.google$.common.collect.$Cut upperBound int index autovalue.shaded.com.google$.common.collect.$Cut lowerBound autovalue.shaded.com.google$.common.collect.$Cut upperBound boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet$SerializedForm.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$SerializedForm extends java.lang.Object implements java.io.Serializable { private final autovalue.shaded.com.google$.common.collect.$ImmutableList ranges void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableList ranges java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableRangeSet.class
$ImmutableRangeSet.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet extends autovalue.shaded.com.google$.common.collect.$AbstractRangeSet implements java.io.Serializable { private static final autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet EMPTY private static final autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet ALL private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList ranges private transient autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet complement public static java.util.stream.Collector toImmutableRangeSet () public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet of () public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet of (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range static autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet all () public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet copyOf (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet immutableRangeSet autovalue.shaded.com.google$.common.collect.$RangeSet rangeSet public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet copyOf (java.lang.Iterable) Iterable ranges public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet unionOf (java.lang.Iterable) Iterable ranges void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableList ranges private void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet) autovalue.shaded.com.google$.common.collect.$ImmutableList ranges autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet complement public boolean intersects (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range otherRange int ceilingIndex public boolean encloses (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range otherRange int index public autovalue.shaded.com.google$.common.collect.$Range rangeContaining (java.lang.Comparable) autovalue.shaded.com.google$.common.collect.$Range range Comparable value int index public autovalue.shaded.com.google$.common.collect.$Range span () public boolean isEmpty () public void add (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public void addAll (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other public void addAll (java.lang.Iterable) Iterable other public void remove (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public void removeAll (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other public void removeAll (java.lang.Iterable) Iterable other public autovalue.shaded.com.google$.common.collect.$ImmutableSet asRanges () public autovalue.shaded.com.google$.common.collect.$ImmutableSet asDescendingSetOfRanges () public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet complement () autovalue.shaded.com.google$.common.collect.$ImmutableList complementRanges autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet result public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet union (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet intersection (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other autovalue.shaded.com.google$.common.collect.$RangeSet copy public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet difference (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet other autovalue.shaded.com.google$.common.collect.$RangeSet copy private autovalue.shaded.com.google$.common.collect.$ImmutableList intersectRanges (autovalue.shaded.com.google$.common.collect.$Range) int fromIndex int toIndex autovalue.shaded.com.google$.common.collect.$Range range int fromIndex int toIndex int length public autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet subRangeSet (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range span autovalue.shaded.com.google$.common.collect.$Range range public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet asSet (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) java.util.NoSuchElementException e autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Range span boolean isPartialView () public static autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet$Builder builder () java.lang.Object writeReplace () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic boolean enclosesAll (autovalue.shaded.com.google$.common.collect.$RangeSet) public volatile synthetic void clear () public volatile synthetic boolean contains (java.lang.Comparable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$RangeSet subRangeSet (autovalue.shaded.com.google$.common.collect.$Range) public volatile synthetic autovalue.shaded.com.google$.common.collect.$RangeSet complement () public volatile synthetic java.util.Set asDescendingSetOfRanges () public volatile synthetic java.util.Set asRanges () static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList access$000 (autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet) autovalue.shaded.com.google$.common.collect.$ImmutableRangeSet x0 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ImmutableSet$Builder.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder { private autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl impl boolean forceCopy public void <init> () void <init> (int) int capacity void <init> (boolean) boolean subclass void forceJdk () final void copyIfNecessary () void copy () public autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder add (java.lang.Object) Object element public transient autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder add (java.lang.Object[]) Object[] elements public autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder addAll (java.lang.Iterable) Iterable elements public autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder addAll (java.util.Iterator) java.util.Iterator elements autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableSet build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableSet$Indexed$1.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSet$Indexed$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableAsList { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet$Indexed this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSet$Indexed) autovalue.shaded.com.google$.common.collect.$ImmutableSet$Indexed this$0 public java.lang.Object get (int) int index autovalue.shaded.com.google$.common.collect.$ImmutableSet$Indexed delegateCollection () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () }
autovalue/shaded/com/google$/common/collect/$ImmutableSet$Indexed.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet$Indexed extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { void <init> () abstract java.lang.Object get (int) public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) int i java.util.function.Consumer consumer int n int copyIntoArray (java.lang.Object[], int) Object[] dst int offset autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableSet$JdkBackedSetBuilderImpl.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableSet$JdkBackedSetBuilderImpl extends autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl { private final java.util.Set delegate void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl) int i autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl toCopy autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl add (java.lang.Object) Object e autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl copy () autovalue.shaded.com.google$.common.collect.$ImmutableSet build () }
autovalue/shaded/com/google$/common/collect/$ImmutableSet$RegularSetBuilderImpl.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableSet$RegularSetBuilderImpl extends autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl { private Object[] hashTable private int maxRunBeforeFallback private int expandTableThreshold private int hashCode void <init> (int) int expectedCapacity int tableSize void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSet$RegularSetBuilderImpl) autovalue.shaded.com.google$.common.collect.$ImmutableSet$RegularSetBuilderImpl toCopy void ensureTableCapacity (int) int newTableSize int minCapacity autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl add (java.lang.Object) int index Object tableEntry int i Object e int eHash int i0 int mask autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl copy () autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl review () int targetTableSize autovalue.shaded.com.google$.common.collect.$ImmutableSet build () Object[] elements }
autovalue/shaded/com/google$/common/collect/$ImmutableSet$SerializedForm.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSet$SerializedForm extends java.lang.Object implements java.io.Serializable { final Object[] elements private static final long serialVersionUID void <init> (java.lang.Object[]) Object[] elements java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableSet$SetBuilderImpl.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl extends java.lang.Object { Object[] dedupedElements int distinct void <init> (int) int expectedCapacity void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl) autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl toCopy private void ensureCapacity (int) int newCapacity int minCapacity final void addDedupedElement (java.lang.Object) Object e abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl add (java.lang.Object) final autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl combine (autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl) int i autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl other autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl result abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl copy () autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl review () abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet build () }
autovalue/shaded/com/google$/common/collect/$ImmutableSet.class
$ImmutableSet.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet extends autovalue.shaded.com.google$.common.collect.$ImmutableCollection implements java.util.Set { static final int SPLITERATOR_CHARACTERISTICS private transient autovalue.shaded.com.google$.common.collect.$ImmutableList asList static final int MAX_TABLE_SIZE private static final double DESIRED_LOAD_FACTOR private static final int CUTOFF static final double HASH_FLOODING_FPP static final int MAX_RUN_MULTIPLIER public static java.util.stream.Collector toImmutableSet () public static autovalue.shaded.com.google$.common.collect.$ImmutableSet of () public static autovalue.shaded.com.google$.common.collect.$ImmutableSet of (java.lang.Object) Object element public static autovalue.shaded.com.google$.common.collect.$ImmutableSet of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static autovalue.shaded.com.google$.common.collect.$ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static autovalue.shaded.com.google$.common.collect.$ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static autovalue.shaded.com.google$.common.collect.$ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static transient autovalue.shaded.com.google$.common.collect.$ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object[] others int paramCount Object[] elements private static transient autovalue.shaded.com.google$.common.collect.$ImmutableSet constructUnknownDuplication (int, java.lang.Object[]) int n Object[] elements private static transient autovalue.shaded.com.google$.common.collect.$ImmutableSet construct (int, int, java.lang.Object[]) Object elem Object e int i autovalue.shaded.com.google$.common.collect.$ImmutableSet$SetBuilderImpl builder int n int expectedSize Object[] elements public static autovalue.shaded.com.google$.common.collect.$ImmutableSet copyOf (java.util.Collection) autovalue.shaded.com.google$.common.collect.$ImmutableSet set java.util.Collection elements Object[] array public static autovalue.shaded.com.google$.common.collect.$ImmutableSet copyOf (java.lang.Iterable) Iterable elements public static autovalue.shaded.com.google$.common.collect.$ImmutableSet copyOf (java.util.Iterator) java.util.Iterator elements Object first public static autovalue.shaded.com.google$.common.collect.$ImmutableSet copyOf (java.lang.Object[]) Object[] elements private static autovalue.shaded.com.google$.common.collect.$ImmutableSet copyOfEnumSet (java.util.EnumSet) java.util.EnumSet enumSet void <init> () boolean isHashCodeFast () public boolean equals (java.lang.Object) Object object public int hashCode () public abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public autovalue.shaded.com.google$.common.collect.$ImmutableList asList () autovalue.shaded.com.google$.common.collect.$ImmutableList result autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () java.lang.Object writeReplace () public static autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder builderWithExpectedSize (int) int expectedSize static java.lang.Object[] rebuildHashTable (int, java.lang.Object[], int) int index int j Object e int j0 int i int newTableSize Object[] elements int n Object[] hashTable int mask static int chooseTableSize (int) int tableSize int setSize static boolean hashFloodingDetected (java.lang.Object[]) int j int i Object[] hashTable int maxRunBeforeFallback int endOfStartRun int startOfEndRun int testBlockSize private static int maxRunBeforeFallback (int) int tableSize public volatile synthetic java.util.Iterator iterator () static synthetic int access$000 (int) int x0 }
autovalue/shaded/com/google$/common/collect/$ImmutableSetMultimap$Builder.class
$ImmutableSetMultimap.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder { public void <init> () java.util.Collection newMutableValueCollection () public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder putAll (java.lang.Iterable) Iterable entries public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public transient autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) Object key Object[] values public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder putAll (autovalue.shaded.com.google$.common.collect.$Multimap) java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$Multimap multimap autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder orderKeysBy (java.util.Comparator) java.util.Comparator keyComparator public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder orderValuesBy (java.util.Comparator) java.util.Comparator valueComparator public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap build () java.util.Collection mapEntries public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap build () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder orderValuesBy (java.util.Comparator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder orderKeysBy (java.util.Comparator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder putAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder put (java.util.Map$Entry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap$Builder put (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableSetMultimap$EntrySet.class
$ImmutableSetMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$EntrySet extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap multimap void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap multimap public boolean contains (java.lang.Object) java.util.Map$Entry entry Object object public int size () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () boolean isPartialView () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableSetMultimap$SetFieldSettersHolder.class
$ImmutableSetMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$SetFieldSettersHolder extends java.lang.Object { static final autovalue.shaded.com.google$.common.collect.$Serialization$FieldSetter EMPTY_SET_FIELD_SETTER private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ImmutableSetMultimap.class
$ImmutableSetMultimap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap extends autovalue.shaded.com.google$.common.collect.$ImmutableMultimap implements autovalue.shaded.com.google$.common.collect.$SetMultimap { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableSet emptySet private transient autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap inverse private transient autovalue.shaded.com.google$.common.collect.$ImmutableSet entries private static final long serialVersionUID public static java.util.stream.Collector toImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector flatteningToImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap of () public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap of (java.lang.Object, java.lang.Object) Object k1 Object v1 autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap copyOf (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap private static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap copyOf (autovalue.shaded.com.google$.common.collect.$Multimap, java.util.Comparator) autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap kvMultimap autovalue.shaded.com.google$.common.collect.$Multimap multimap java.util.Comparator valueComparator public static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap copyOf (java.lang.Iterable) Iterable entries static autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap fromMapEntries (java.util.Collection, java.util.Comparator) Object key java.util.Collection values autovalue.shaded.com.google$.common.collect.$ImmutableSet set java.util.Map$Entry entry java.util.Collection mapEntries java.util.Comparator valueComparator autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder int size void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, int, java.util.Comparator) autovalue.shaded.com.google$.common.collect.$ImmutableMap map int size java.util.Comparator valueComparator public autovalue.shaded.com.google$.common.collect.$ImmutableSet get (java.lang.Object) Object key autovalue.shaded.com.google$.common.collect.$ImmutableSet set public autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap inverse () autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap result private autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap invert () java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap$Builder builder autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap invertedMultimap public final autovalue.shaded.com.google$.common.collect.$ImmutableSet removeAll (java.lang.Object) Object key public final autovalue.shaded.com.google$.common.collect.$ImmutableSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public autovalue.shaded.com.google$.common.collect.$ImmutableSet entries () autovalue.shaded.com.google$.common.collect.$ImmutableSet result private static autovalue.shaded.com.google$.common.collect.$ImmutableSet valueSet (java.util.Comparator, java.util.Collection) java.util.Comparator valueComparator java.util.Collection values private static autovalue.shaded.com.google$.common.collect.$ImmutableSet emptySet (java.util.Comparator) java.util.Comparator valueComparator private static autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder valuesBuilder (java.util.Comparator) java.util.Comparator valueComparator private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream java.util.Comparator valueComparator () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException int j Object key int valueCount autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder valuesBuilder autovalue.shaded.com.google$.common.collect.$ImmutableSet valueSet int i autovalue.shaded.com.google$.common.collect.$ImmutableMap tmpMap IllegalArgumentException e java.io.ObjectInputStream stream java.util.Comparator valueComparator int keyCount autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder int tmpSize autovalue.shaded.com.google$.common.collect.$ImmutableMap tmpMap public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection entries () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMultimap inverse () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection get (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection removeAll (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Set entries () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedAsList.class
$ImmutableSortedAsList.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableSortedAsList extends autovalue.shaded.com.google$.common.collect.$RegularImmutableAsList implements autovalue.shaded.com.google$.common.collect.$SortedIterable { void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet, autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet backingSet autovalue.shaded.com.google$.common.collect.$ImmutableList backingList autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet delegateCollection () public java.util.Comparator comparator () public int indexOf (java.lang.Object) Object target int index public int lastIndexOf (java.lang.Object) Object target public boolean contains (java.lang.Object) Object target autovalue.shaded.com.google$.common.collect.$ImmutableList subListUnchecked (int, int) int fromIndex int toIndex autovalue.shaded.com.google$.common.collect.$ImmutableList parentSubList public java.util.Spliterator spliterator () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedMap$1.class
$ImmutableSortedMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$1 extends java.lang.Object implements java.util.Comparator { final synthetic java.util.Comparator val$comparator void <init> (java.util.Comparator) public int compare (java.util.Map$Entry, java.util.Map$Entry) java.util.Map$Entry e1 java.util.Map$Entry e2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedMap$1EntrySet$1.class
$ImmutableSortedMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$1EntrySet$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableAsList { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$1EntrySet this$1 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$1EntrySet) autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$1EntrySet this$1 public java.util.Map$Entry get (int) int index public java.util.Spliterator spliterator () autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedMap$1EntrySet.class
$ImmutableSortedMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$1EntrySet extends autovalue.shaded.com.google$.common.collect.$ImmutableMapEntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap) autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap this$0 public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () autovalue.shaded.com.google$.common.collect.$ImmutableMap map () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedMap$Builder.class
$ImmutableSortedMap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder { private final java.util.Comparator comparator public void <init> (java.util.Comparator) java.util.Comparator comparator public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder putAll (java.util.Map) java.util.Map map public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder putAll (java.lang.Iterable) Iterable entries public final autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder orderEntriesByValue (java.util.Comparator) java.util.Comparator valueComparator autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap build () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder orderEntriesByValue (java.util.Comparator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder putAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder putAll (java.util.Map) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder put (java.util.Map$Entry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder put (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedMap$SerializedForm.class
$ImmutableSortedMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$SerializedForm extends autovalue.shaded.com.google$.common.collect.$ImmutableMap$SerializedForm { private final java.util.Comparator comparator private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap) autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap sortedMap autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder makeBuilder (int) int size volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder makeBuilder (int) }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedMap.class
$ImmutableSortedMap.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap extends autovalue.shaded.com.google$.common.collect.$ImmutableSortedMapFauxverideShim implements java.util.NavigableMap { private static final java.util.Comparator NATURAL_ORDER private static final autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap NATURAL_EMPTY_MAP private final transient autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet keySet private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList valueList private transient autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap descendingMap private static final long serialVersionUID public static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap emptyMap (java.util.Comparator) java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 private static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.util.Comparator, java.lang.Object, java.lang.Object) java.util.Comparator comparator Object k1 Object v1 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 Comparable k5 Object v5 private static transient autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap ofEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap copyOf (java.util.Map) java.util.Map map autovalue.shaded.com.google$.common.collect.$Ordering naturalOrder public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap copyOf (java.util.Map, java.util.Comparator) java.util.Map map java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap copyOf (java.lang.Iterable) Iterable entries autovalue.shaded.com.google$.common.collect.$Ordering naturalOrder public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap copyOf (java.lang.Iterable, java.util.Comparator) Iterable entries java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap copyOfSorted (java.util.SortedMap) autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap kvMap java.util.SortedMap map java.util.Comparator comparator private static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap copyOfInternal (java.util.Map, java.util.Comparator) java.util.SortedMap sortedMap java.util.Comparator comparator2 autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap kvMap java.util.Map map java.util.Comparator comparator boolean sameComparator private static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap fromEntries (java.util.Comparator, boolean, java.lang.Iterable) java.util.Comparator comparator boolean sameComparator Iterable entries java.util.Map$Entry[] entryArray private static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap fromEntries (java.util.Comparator, boolean, java.util.Map$Entry[], int) Object key Object value int i Object key Object value int i Object prevKey Object[] keys Object[] values java.util.Comparator comparator boolean sameComparator java.util.Map$Entry[] entryArray int size public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder naturalOrder () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder orderedBy (java.util.Comparator) java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder reverseOrder () void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet, autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet keySet autovalue.shaded.com.google$.common.collect.$ImmutableList valueList void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet, autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap) autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet keySet autovalue.shaded.com.google$.common.collect.$ImmutableList valueList autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap descendingMap public int size () public void forEach (java.util.function.BiConsumer) int i java.util.function.BiConsumer action autovalue.shaded.com.google$.common.collect.$ImmutableList keyList public java.lang.Object get (java.lang.Object) Object key int index boolean isPartialView () public autovalue.shaded.com.google$.common.collect.$ImmutableSet entrySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet keySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () public autovalue.shaded.com.google$.common.collect.$ImmutableCollection values () autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.lang.Object lastKey () private autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap getSubMap (int, int) int fromIndex int toIndex public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap headMap (java.lang.Object) Object toKey public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap tailMap (java.lang.Object) Object fromKey public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public final java.util.Map$Entry pollFirstEntry () public final java.util.Map$Entry pollLastEntry () public autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap descendingMap () autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap result public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet navigableKeySet () public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet descendingKeySet () java.lang.Object writeReplace () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet keySet () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set keySet () public volatile synthetic java.util.SortedMap tailMap (java.lang.Object) public volatile synthetic java.util.SortedMap headMap (java.lang.Object) public volatile synthetic java.util.SortedMap subMap (java.lang.Object, java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet descendingKeySet () public volatile synthetic java.util.NavigableSet navigableKeySet () public volatile synthetic java.util.NavigableMap descendingMap () static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap access$000 (java.util.Comparator, java.lang.Object, java.lang.Object) java.util.Comparator x0 Object x1 Object x2 static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap access$100 (java.util.Comparator, boolean, java.util.Map$Entry[], int) java.util.Comparator x0 boolean x1 java.util.Map$Entry[] x2 int x3 static synthetic autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet access$200 (autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap) autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap x0 static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList access$300 (autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap) autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap x0 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedMapFauxverideShim.class
$ImmutableSortedMapFauxverideShim.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableSortedMapFauxverideShim extends autovalue.shaded.com.google$.common.collect.$ImmutableMap { void <init> () public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap$Builder builderWithExpectedSize (int) int expectedSize public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedSet$1.class
$ImmutableSortedSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$1 extends java.util.Spliterators$AbstractSpliterator { final autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet, long, int) autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet this$0 long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public java.util.Comparator getComparator () }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedSet$Builder.class
$ImmutableSortedSet.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder extends autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder { private final java.util.Comparator comparator private Object[] elements private int n public void <init> (java.util.Comparator) java.util.Comparator comparator void copy () private void sortAndDedup () int cmp int i int unique public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder add (java.lang.Object) int newLength Object element public transient autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder add (java.lang.Object[]) Object e Object[] elements public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder addAll (java.lang.Iterable) Iterable elements public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder addAll (java.util.Iterator) java.util.Iterator elements autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder) int i autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder builder autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet build () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder addAll (java.util.Iterator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder addAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder add (java.lang.Object[]) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSet$Builder add (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection$Builder add (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedSet$SerializedForm.class
$ImmutableSortedSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$SerializedForm extends java.lang.Object implements java.io.Serializable { final java.util.Comparator comparator final Object[] elements private static final long serialVersionUID public void <init> (java.util.Comparator, java.lang.Object[]) java.util.Comparator comparator Object[] elements java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedSet.class
$ImmutableSortedSet.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSortedSetFauxverideShim implements java.util.NavigableSet autovalue.shaded.com.google$.common.collect.$SortedIterable { static final int SPLITERATOR_CHARACTERISTICS final transient java.util.Comparator comparator transient autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet descendingSet public static java.util.stream.Collector toImmutableSortedSet (java.util.Comparator) java.util.Comparator comparator static autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet emptySet (java.util.Comparator) java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Comparable) Comparable element public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 Comparable e4 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 Comparable e4 Comparable e5 public static transient autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable[]) Comparable e1 Comparable e2 Comparable e3 Comparable e4 Comparable e5 Comparable e6 Comparable[] remaining Comparable[] contents public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.lang.Comparable[]) Comparable[] elements public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.lang.Iterable) Iterable elements autovalue.shaded.com.google$.common.collect.$Ordering naturalOrder public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.util.Collection) java.util.Collection elements autovalue.shaded.com.google$.common.collect.$Ordering naturalOrder public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.util.Iterator) java.util.Iterator elements autovalue.shaded.com.google$.common.collect.$Ordering naturalOrder public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.util.Comparator, java.util.Iterator) java.util.Comparator comparator java.util.Iterator elements public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.util.Comparator, java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet original java.util.Comparator comparator Iterable elements boolean hasSameComparator Object[] array public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.util.Comparator, java.util.Collection) java.util.Comparator comparator java.util.Collection elements public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOfSorted (java.util.SortedSet) java.util.SortedSet sortedSet java.util.Comparator comparator autovalue.shaded.com.google$.common.collect.$ImmutableList list static transient autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet construct (java.util.Comparator, int, java.lang.Object[]) Object cur Object prev int i java.util.Comparator comparator int n Object[] contents int uniques public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder orderedBy (java.util.Comparator) java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder reverseOrder () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder naturalOrder () int unsafeCompare (java.lang.Object, java.lang.Object) Object a Object b static int unsafeCompare (java.util.Comparator, java.lang.Object, java.lang.Object) java.util.Comparator comparator Object a Object b java.util.Comparator unsafeComparator void <init> (java.util.Comparator) java.util.Comparator comparator public java.util.Comparator comparator () public abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSet (java.lang.Object) Object toElement public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSet (java.lang.Object) Object fromElement public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive abstract autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Object, boolean) abstract autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) abstract autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object first () public java.lang.Object last () public final java.lang.Object pollFirst () public final java.lang.Object pollLast () public autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet descendingSet () autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet result abstract autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet createDescendingSet () public java.util.Spliterator spliterator () public abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator descendingIterator () abstract int indexOf (java.lang.Object) private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream unused java.lang.Object writeReplace () public volatile synthetic java.util.Iterator iterator () public volatile synthetic java.util.SortedSet tailSet (java.lang.Object) public volatile synthetic java.util.SortedSet headSet (java.lang.Object) public volatile synthetic java.util.SortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic java.util.NavigableSet tailSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet headSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.NavigableSet descendingSet () }
autovalue/shaded/com/google$/common/collect/$ImmutableSortedSetFauxverideShim.class
$ImmutableSortedSetFauxverideShim.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$ImmutableSortedSetFauxverideShim extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { void <init> () public static java.util.stream.Collector toImmutableSet () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder builder () public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet$Builder builderWithExpectedSize (int) int expectedSize public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Object) Object element public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static transient autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object[] remaining public static autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet copyOf (java.lang.Object[]) Object[] elements }
autovalue/shaded/com/google$/common/collect/$ImmutableTable$Builder.class
$ImmutableTable.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder extends java.lang.Object { private final java.util.List cells private java.util.Comparator rowComparator private java.util.Comparator columnComparator public void <init> () public autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder orderRowsBy (java.util.Comparator) java.util.Comparator rowComparator public autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder orderColumnsBy (java.util.Comparator) java.util.Comparator columnComparator public autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder put (autovalue.shaded.com.google$.common.collect.$Table$Cell) autovalue.shaded.com.google$.common.collect.$Table$Cell immutableCell autovalue.shaded.com.google$.common.collect.$Table$Cell cell public autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table$Cell cell autovalue.shaded.com.google$.common.collect.$Table table autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder combine (autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder) autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder other public autovalue.shaded.com.google$.common.collect.$ImmutableTable build () int size }
autovalue/shaded/com/google$/common/collect/$ImmutableTable$SerializedForm.class
$ImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ImmutableTable$SerializedForm extends java.lang.Object implements java.io.Serializable { private final Object[] rowKeys private final Object[] columnKeys private final Object[] cellValues private final int[] cellRowIndices private final int[] cellColumnIndices private static final long serialVersionUID private void <init> (java.lang.Object[], java.lang.Object[], java.lang.Object[], int[], int[]) Object[] rowKeys Object[] columnKeys Object[] cellValues int[] cellRowIndices int[] cellColumnIndices static autovalue.shaded.com.google$.common.collect.$ImmutableTable$SerializedForm create (autovalue.shaded.com.google$.common.collect.$ImmutableTable, int[], int[]) autovalue.shaded.com.google$.common.collect.$ImmutableTable table int[] cellRowIndices int[] cellColumnIndices java.lang.Object readResolve () int i autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder cellListBuilder }
autovalue/shaded/com/google$/common/collect/$ImmutableTable.class
$ImmutableTable.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ImmutableTable extends autovalue.shaded.com.google$.common.collect.$AbstractTable implements java.io.Serializable { public static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableTable of () public static autovalue.shaded.com.google$.common.collect.$ImmutableTable of (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public static autovalue.shaded.com.google$.common.collect.$ImmutableTable copyOf (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$ImmutableTable parameterizedTable autovalue.shaded.com.google$.common.collect.$Table table static autovalue.shaded.com.google$.common.collect.$ImmutableTable copyOf (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$Table$Cell cell Iterable cells autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder builder () static autovalue.shaded.com.google$.common.collect.$Table$Cell cellOf (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value void <init> () public autovalue.shaded.com.google$.common.collect.$ImmutableSet cellSet () abstract autovalue.shaded.com.google$.common.collect.$ImmutableSet createCellSet () final autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator cellIterator () final java.util.Spliterator cellSpliterator () public autovalue.shaded.com.google$.common.collect.$ImmutableCollection values () abstract autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () final java.util.Iterator valuesIterator () public autovalue.shaded.com.google$.common.collect.$ImmutableMap column (java.lang.Object) Object columnKey public autovalue.shaded.com.google$.common.collect.$ImmutableSet columnKeySet () public abstract autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap () public autovalue.shaded.com.google$.common.collect.$ImmutableMap row (java.lang.Object) Object rowKey public autovalue.shaded.com.google$.common.collect.$ImmutableSet rowKeySet () public abstract autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsValue (java.lang.Object) Object value public final void clear () public final java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public final void putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public final java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey abstract autovalue.shaded.com.google$.common.collect.$ImmutableTable$SerializedForm createSerializedForm () final java.lang.Object writeReplace () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) volatile synthetic java.util.Collection createValues () public volatile synthetic java.util.Collection values () volatile synthetic java.util.Iterator cellIterator () volatile synthetic java.util.Set createCellSet () public volatile synthetic java.util.Set cellSet () public volatile synthetic boolean isEmpty () public volatile synthetic java.lang.Object get (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Set columnKeySet () public volatile synthetic java.util.Set rowKeySet () public volatile synthetic boolean containsColumn (java.lang.Object) public volatile synthetic boolean containsRow (java.lang.Object) public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Map column (java.lang.Object) public volatile synthetic java.util.Map row (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$IndexedImmutableSet$1.class
$IndexedImmutableSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableAsList { final synthetic autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet) autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet this$0 public java.lang.Object get (int) int index boolean isPartialView () public int size () autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () }
autovalue/shaded/com/google$/common/collect/$IndexedImmutableSet.class
$IndexedImmutableSet.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { void <init> () abstract java.lang.Object get (int) public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) int i java.util.function.Consumer consumer int n int copyIntoArray (java.lang.Object[], int) Object[] dst int offset autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Iterables$1.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$1 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterable void <init> (java.lang.Iterable) public java.util.Iterator iterator () public java.util.Spliterator spliterator () public java.lang.String toString () private static synthetic java.lang.Iterable lambda$spliterator$0 (java.lang.Iterable) Iterable iterable }
autovalue/shaded/com/google$/common/collect/$Iterables$10.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$10 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { void <init> () public java.util.Iterator apply (java.lang.Iterable) Iterable iterable public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Iterables$2.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$2 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterable final synthetic int val$size void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Iterables$3.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$3 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterable final synthetic int val$size void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Iterables$4.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$4 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$unfiltered final synthetic autovalue.shaded.com.google$.common.base.$Predicate val$retainIfTrue void <init> (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () private static synthetic void lambda$forEach$0 (autovalue.shaded.com.google$.common.base.$Predicate, java.util.function.Consumer, java.lang.Object) autovalue.shaded.com.google$.common.base.$Predicate retainIfTrue java.util.function.Consumer action Object a }
autovalue/shaded/com/google$/common/collect/$Iterables$5.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$5 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$fromIterable final synthetic autovalue.shaded.com.google$.common.base.$Function val$function void <init> (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Function) public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, autovalue.shaded.com.google$.common.base.$Function, java.lang.Object) java.util.function.Consumer action autovalue.shaded.com.google$.common.base.$Function function Object f }
autovalue/shaded/com/google$/common/collect/$Iterables$6$1.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$6$1 extends java.lang.Object implements java.util.Iterator { boolean atStart final synthetic java.util.Iterator val$iterator void <init> (autovalue.shaded.com.google$.common.collect.$Iterables$6, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Iterables$6 this$0 public boolean hasNext () public java.lang.Object next () Object result public void remove () }
autovalue/shaded/com/google$/common/collect/$Iterables$6.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$6 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterable final synthetic int val$numberToSkip void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () java.util.List list int toSkip java.util.Iterator iterator public java.util.Spliterator spliterator () java.util.List list int toSkip }
autovalue/shaded/com/google$/common/collect/$Iterables$7.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$7 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterable final synthetic int val$limitSize void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
autovalue/shaded/com/google$/common/collect/$Iterables$8.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$8 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterable void <init> (java.lang.Iterable) public java.util.Iterator iterator () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Iterables$9.class
$Iterables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterables$9 extends autovalue.shaded.com.google$.common.collect.$FluentIterable { final synthetic Iterable val$iterables final synthetic java.util.Comparator val$comparator void <init> (java.lang.Iterable, java.util.Comparator) public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Iterables$UnmodifiableIterable.class
$Iterables.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Iterables$UnmodifiableIterable extends autovalue.shaded.com.google$.common.collect.$FluentIterable { private final Iterable iterable private void <init> (java.lang.Iterable) Iterable iterable public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () public java.lang.String toString () synthetic void <init> (java.lang.Iterable, autovalue.shaded.com.google$.common.collect.$Iterables$1) Iterable x0 autovalue.shaded.com.google$.common.collect.$Iterables$1 x1 }
autovalue/shaded/com/google$/common/collect/$Iterables.class
$Iterables.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Iterables extends java.lang.Object { private void <init> () public static java.lang.Iterable unmodifiableIterable (java.lang.Iterable) Iterable result Iterable iterable public static java.lang.Iterable unmodifiableIterable (autovalue.shaded.com.google$.common.collect.$ImmutableCollection) autovalue.shaded.com.google$.common.collect.$ImmutableCollection iterable public static int size (java.lang.Iterable) Iterable iterable public static boolean contains (java.lang.Iterable, java.lang.Object) java.util.Collection collection Iterable iterable Object element public static boolean removeAll (java.lang.Iterable, java.util.Collection) Iterable removeFrom java.util.Collection elementsToRemove public static boolean retainAll (java.lang.Iterable, java.util.Collection) Iterable removeFrom java.util.Collection elementsToRetain public static boolean removeIf (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Iterable removeFrom autovalue.shaded.com.google$.common.base.$Predicate predicate static java.lang.Object removeFirstMatching (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Object next Iterable removeFrom autovalue.shaded.com.google$.common.base.$Predicate predicate java.util.Iterator iterator public static boolean elementsEqual (java.lang.Iterable, java.lang.Iterable) java.util.Collection collection1 java.util.Collection collection2 Iterable iterable1 Iterable iterable2 public static java.lang.String toString (java.lang.Iterable) Iterable iterable public static java.lang.Object getOnlyElement (java.lang.Iterable) Iterable iterable public static java.lang.Object getOnlyElement (java.lang.Iterable, java.lang.Object) Iterable iterable Object defaultValue public static java.lang.Object[] toArray (java.lang.Iterable, java.lang.Class) Iterable iterable Class type static java.lang.Object[] toArray (java.lang.Iterable, java.lang.Object[]) Iterable iterable Object[] array java.util.Collection collection static java.lang.Object[] toArray (java.lang.Iterable) Iterable iterable private static java.util.Collection castOrCopyToCollection (java.lang.Iterable) Iterable iterable public static boolean addAll (java.util.Collection, java.lang.Iterable) java.util.Collection c java.util.Collection addTo Iterable elementsToAdd public static int frequency (java.lang.Iterable, java.lang.Object) Iterable iterable Object element public static java.lang.Iterable cycle (java.lang.Iterable) Iterable iterable public static transient java.lang.Iterable cycle (java.lang.Object[]) Object[] elements public static java.lang.Iterable concat (java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b public static java.lang.Iterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c public static java.lang.Iterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c Iterable d public static transient java.lang.Iterable concat (java.lang.Iterable[]) Iterable[] inputs public static java.lang.Iterable concat (java.lang.Iterable) Iterable inputs public static java.lang.Iterable partition (java.lang.Iterable, int) Iterable iterable int size public static java.lang.Iterable paddedPartition (java.lang.Iterable, int) Iterable iterable int size public static java.lang.Iterable filter (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Iterable unfiltered autovalue.shaded.com.google$.common.base.$Predicate retainIfTrue public static java.lang.Iterable filter (java.lang.Iterable, java.lang.Class) Iterable unfiltered Class desiredType public static boolean any (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Iterable iterable autovalue.shaded.com.google$.common.base.$Predicate predicate public static boolean all (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Iterable iterable autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.lang.Object find (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Iterable iterable autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.lang.Object find (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate, java.lang.Object) Iterable iterable autovalue.shaded.com.google$.common.base.$Predicate predicate Object defaultValue public static autovalue.shaded.com.google$.common.base.$Optional tryFind (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Iterable iterable autovalue.shaded.com.google$.common.base.$Predicate predicate public static int indexOf (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Predicate) Iterable iterable autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.lang.Iterable transform (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Function) Iterable fromIterable autovalue.shaded.com.google$.common.base.$Function function public static java.lang.Object get (java.lang.Iterable, int) Iterable iterable int position public static java.lang.Object get (java.lang.Iterable, int, java.lang.Object) java.util.List list java.util.Iterator iterator Iterable iterable int position Object defaultValue public static java.lang.Object getFirst (java.lang.Iterable, java.lang.Object) Iterable iterable Object defaultValue public static java.lang.Object getLast (java.lang.Iterable) java.util.List list Iterable iterable public static java.lang.Object getLast (java.lang.Iterable, java.lang.Object) java.util.Collection c Iterable iterable Object defaultValue private static java.lang.Object getLastInNonemptyList (java.util.List) java.util.List list public static java.lang.Iterable skip (java.lang.Iterable, int) Iterable iterable int numberToSkip public static java.lang.Iterable limit (java.lang.Iterable, int) Iterable iterable int limitSize public static java.lang.Iterable consumingIterable (java.lang.Iterable) Iterable iterable public static boolean isEmpty (java.lang.Iterable) Iterable iterable public static java.lang.Iterable mergeSorted (java.lang.Iterable, java.util.Comparator) Iterable iterables java.util.Comparator comparator Iterable iterable static autovalue.shaded.com.google$.common.base.$Function toIterator () }
autovalue/shaded/com/google$/common/collect/$Iterators$1.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$1 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final synthetic java.util.Iterator val$iterator void <init> (java.util.Iterator) public boolean hasNext () public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$Iterators$10.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$10 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final synthetic java.util.Enumeration val$enumeration void <init> (java.util.Enumeration) public boolean hasNext () public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$Iterators$11.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$11 extends java.lang.Object implements java.util.Enumeration { final synthetic java.util.Iterator val$iterator void <init> (java.util.Iterator) public boolean hasMoreElements () public java.lang.Object nextElement () }
autovalue/shaded/com/google$/common/collect/$Iterators$2.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$2 extends java.lang.Object implements java.util.Iterator { java.util.Iterator iterator final synthetic Iterable val$iterable void <init> (java.lang.Iterable) public boolean hasNext () public java.lang.Object next () public void remove () }
autovalue/shaded/com/google$/common/collect/$Iterators$3.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$3 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { int index final synthetic Object[] val$elements void <init> (java.lang.Object[]) public boolean hasNext () public java.lang.Object next () Object result }
autovalue/shaded/com/google$/common/collect/$Iterators$4.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$4 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final synthetic java.util.Iterator val$iterator final synthetic int val$size final synthetic boolean val$pad void <init> (java.util.Iterator, int, boolean) public boolean hasNext () public java.util.List next () int i Object[] array int count java.util.List list public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$Iterators$5.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$5 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$unfiltered final synthetic autovalue.shaded.com.google$.common.base.$Predicate val$retainIfTrue void <init> (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) protected java.lang.Object computeNext () Object element }
autovalue/shaded/com/google$/common/collect/$Iterators$6.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$6 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { final synthetic autovalue.shaded.com.google$.common.base.$Function val$function void <init> (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Function) java.util.Iterator backingIterator java.lang.Object transform (java.lang.Object) Object from }
autovalue/shaded/com/google$/common/collect/$Iterators$7.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$7 extends java.lang.Object implements java.util.Iterator { private int count final synthetic int val$limitSize final synthetic java.util.Iterator val$iterator void <init> (int, java.util.Iterator) public boolean hasNext () public java.lang.Object next () public void remove () }
autovalue/shaded/com/google$/common/collect/$Iterators$8.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$8 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final synthetic java.util.Iterator val$iterator void <init> (java.util.Iterator) public boolean hasNext () public java.lang.Object next () Object next public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Iterators$9.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$9 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { boolean done final synthetic Object val$value void <init> (java.lang.Object) public boolean hasNext () public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$Iterators$ArrayItr.class
$Iterators.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Iterators$ArrayItr extends autovalue.shaded.com.google$.common.collect.$AbstractIndexedListIterator { static final autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator EMPTY private final Object[] array private final int offset void <init> (java.lang.Object[], int, int, int) Object[] array int offset int length int index protected java.lang.Object get (int) int index static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Iterators$ConcatenatedIterator.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$ConcatenatedIterator extends java.lang.Object implements java.util.Iterator { private java.util.Iterator toRemove private java.util.Iterator iterator private java.util.Iterator topMetaIterator private java.util.Deque metaIterators void <init> (java.util.Iterator) java.util.Iterator metaIterator private java.util.Iterator getTopMetaIterator () public boolean hasNext () autovalue.shaded.com.google$.common.collect.$Iterators$ConcatenatedIterator topConcat public java.lang.Object next () public void remove () }
autovalue/shaded/com/google$/common/collect/$Iterators$EmptyModifiableIterator.class
$Iterators.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$Iterators$EmptyModifiableIterator extends java.lang.Enum implements java.util.Iterator { public static final enum autovalue.shaded.com.google$.common.collect.$Iterators$EmptyModifiableIterator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.collect.$Iterators$EmptyModifiableIterator[] $VALUES public static autovalue.shaded.com.google$.common.collect.$Iterators$EmptyModifiableIterator[] values () public static autovalue.shaded.com.google$.common.collect.$Iterators$EmptyModifiableIterator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public boolean hasNext () public java.lang.Object next () public void remove () private static synthetic autovalue.shaded.com.google$.common.collect.$Iterators$EmptyModifiableIterator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Iterators$MergingIterator$1.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$MergingIterator$1 extends java.lang.Object implements java.util.Comparator { final synthetic java.util.Comparator val$itemComparator void <init> (autovalue.shaded.com.google$.common.collect.$Iterators$MergingIterator, java.util.Comparator) autovalue.shaded.com.google$.common.collect.$Iterators$MergingIterator this$0 public int compare (autovalue.shaded.com.google$.common.collect.$PeekingIterator, autovalue.shaded.com.google$.common.collect.$PeekingIterator) autovalue.shaded.com.google$.common.collect.$PeekingIterator o1 autovalue.shaded.com.google$.common.collect.$PeekingIterator o2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Iterators$MergingIterator.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$MergingIterator extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final java.util.Queue queue public void <init> (java.lang.Iterable, java.util.Comparator) java.util.Iterator iterator Iterable iterators java.util.Comparator itemComparator java.util.Comparator heapComparator public boolean hasNext () public java.lang.Object next () autovalue.shaded.com.google$.common.collect.$PeekingIterator nextIter Object next }
autovalue/shaded/com/google$/common/collect/$Iterators$PeekingImpl.class
$Iterators.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Iterators$PeekingImpl extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$PeekingIterator { private final java.util.Iterator iterator private boolean hasPeeked private Object peekedElement public void <init> (java.util.Iterator) java.util.Iterator iterator public boolean hasNext () public java.lang.Object next () Object result public void remove () public java.lang.Object peek () }
autovalue/shaded/com/google$/common/collect/$Iterators.class
$Iterators.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Iterators extends java.lang.Object { private void <init> () static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator emptyIterator () static autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator emptyListIterator () static java.util.Iterator emptyModifiableIterator () public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator unmodifiableIterator (java.util.Iterator) autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator result java.util.Iterator iterator public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator unmodifiableIterator (autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator) autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator public static int size (java.util.Iterator) java.util.Iterator iterator long count public static boolean contains (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object element public static boolean removeAll (java.util.Iterator, java.util.Collection) java.util.Iterator removeFrom java.util.Collection elementsToRemove boolean result public static boolean removeIf (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Iterator removeFrom autovalue.shaded.com.google$.common.base.$Predicate predicate boolean modified public static boolean retainAll (java.util.Iterator, java.util.Collection) java.util.Iterator removeFrom java.util.Collection elementsToRetain boolean result public static boolean elementsEqual (java.util.Iterator, java.util.Iterator) Object o1 Object o2 java.util.Iterator iterator1 java.util.Iterator iterator2 public static java.lang.String toString (java.util.Iterator) java.util.Iterator iterator StringBuilder sb boolean first public static java.lang.Object getOnlyElement (java.util.Iterator) int i java.util.Iterator iterator Object first StringBuilder sb public static java.lang.Object getOnlyElement (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object defaultValue public static java.lang.Object[] toArray (java.util.Iterator, java.lang.Class) java.util.Iterator iterator Class type java.util.List list public static boolean addAll (java.util.Collection, java.util.Iterator) java.util.Collection addTo java.util.Iterator iterator boolean wasModified public static int frequency (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object element int count public static java.util.Iterator cycle (java.lang.Iterable) Iterable iterable public static transient java.util.Iterator cycle (java.lang.Object[]) Object[] elements private static transient java.util.Iterator consumingForArray (java.lang.Object[]) Object[] elements public static java.util.Iterator concat (java.util.Iterator, java.util.Iterator) java.util.Iterator a java.util.Iterator b public static java.util.Iterator concat (java.util.Iterator, java.util.Iterator, java.util.Iterator) java.util.Iterator a java.util.Iterator b java.util.Iterator c public static java.util.Iterator concat (java.util.Iterator, java.util.Iterator, java.util.Iterator, java.util.Iterator) java.util.Iterator a java.util.Iterator b java.util.Iterator c java.util.Iterator d public static transient java.util.Iterator concat (java.util.Iterator[]) java.util.Iterator[] inputs public static java.util.Iterator concat (java.util.Iterator) java.util.Iterator inputs static transient java.util.Iterator concatNoDefensiveCopy (java.util.Iterator[]) java.util.Iterator input java.util.Iterator[] inputs public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator partition (java.util.Iterator, int) java.util.Iterator iterator int size public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator paddedPartition (java.util.Iterator, int) java.util.Iterator iterator int size private static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator partitionImpl (java.util.Iterator, int, boolean) java.util.Iterator iterator int size boolean pad public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator filter (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Iterator unfiltered autovalue.shaded.com.google$.common.base.$Predicate retainIfTrue public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator filter (java.util.Iterator, java.lang.Class) java.util.Iterator unfiltered Class desiredType public static boolean any (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Iterator iterator autovalue.shaded.com.google$.common.base.$Predicate predicate public static boolean all (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) Object element java.util.Iterator iterator autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.lang.Object find (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) Object t java.util.Iterator iterator autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.lang.Object find (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate, java.lang.Object) Object t java.util.Iterator iterator autovalue.shaded.com.google$.common.base.$Predicate predicate Object defaultValue public static autovalue.shaded.com.google$.common.base.$Optional tryFind (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) Object t java.util.Iterator iterator autovalue.shaded.com.google$.common.base.$Predicate predicate public static int indexOf (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Predicate) Object current int i java.util.Iterator iterator autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.util.Iterator transform (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Function) java.util.Iterator fromIterator autovalue.shaded.com.google$.common.base.$Function function public static java.lang.Object get (java.util.Iterator, int) java.util.Iterator iterator int position int skipped public static java.lang.Object get (java.util.Iterator, int, java.lang.Object) java.util.Iterator iterator int position Object defaultValue static void checkNonnegative (int) int position public static java.lang.Object getNext (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object defaultValue public static java.lang.Object getLast (java.util.Iterator) Object current java.util.Iterator iterator public static java.lang.Object getLast (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object defaultValue public static int advance (java.util.Iterator, int) java.util.Iterator iterator int numberToAdvance int i public static java.util.Iterator limit (java.util.Iterator, int) java.util.Iterator iterator int limitSize public static java.util.Iterator consumingIterator (java.util.Iterator) java.util.Iterator iterator static java.lang.Object pollNext (java.util.Iterator) Object result java.util.Iterator iterator static void clear (java.util.Iterator) java.util.Iterator iterator public static transient autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator forArray (java.lang.Object[]) Object[] array static autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator forArray (java.lang.Object[], int, int, int) Object[] array int offset int length int index int end public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator singletonIterator (java.lang.Object) Object value public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator forEnumeration (java.util.Enumeration) java.util.Enumeration enumeration public static java.util.Enumeration asEnumeration (java.util.Iterator) java.util.Iterator iterator public static autovalue.shaded.com.google$.common.collect.$PeekingIterator peekingIterator (java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Iterators$PeekingImpl peeking java.util.Iterator iterator public static autovalue.shaded.com.google$.common.collect.$PeekingIterator peekingIterator (autovalue.shaded.com.google$.common.collect.$PeekingIterator) autovalue.shaded.com.google$.common.collect.$PeekingIterator iterator public static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator mergeSorted (java.lang.Iterable, java.util.Comparator) Iterable iterators java.util.Comparator comparator static java.util.ListIterator cast (java.util.Iterator) java.util.Iterator iterator }
autovalue/shaded/com/google$/common/collect/$JdkBackedImmutableBiMap$1.class
$JdkBackedImmutableBiMap.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$JdkBackedImmutableBiMap$InverseEntries.class
$JdkBackedImmutableBiMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap$InverseEntries extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final synthetic autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap) public java.util.Map$Entry get (int) int index java.util.Map$Entry entry boolean isPartialView () public int size () public volatile synthetic java.lang.Object get (int) synthetic void <init> (autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap, autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap$1) autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap x0 autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap$1 x1 }
autovalue/shaded/com/google$/common/collect/$JdkBackedImmutableBiMap.class
$JdkBackedImmutableBiMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap extends autovalue.shaded.com.google$.common.collect.$ImmutableBiMap { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList entries private final java.util.Map forwardDelegate private final java.util.Map backwardDelegate private transient autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap inverse static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap create (int, java.util.Map$Entry[]) java.util.Map$Entry e Object oldValue Object oldKey int i int n java.util.Map$Entry[] entryArray java.util.Map forwardDelegate java.util.Map backwardDelegate autovalue.shaded.com.google$.common.collect.$ImmutableList entryList private void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, java.util.Map, java.util.Map) autovalue.shaded.com.google$.common.collect.$ImmutableList entries java.util.Map forwardDelegate java.util.Map backwardDelegate public int size () public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse () autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap result public java.lang.Object get (java.lang.Object) Object key autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () boolean isPartialView () public volatile synthetic autovalue.shaded.com.google$.common.collect.$BiMap inverse () static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList access$100 (autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap) autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableBiMap x0 }
autovalue/shaded/com/google$/common/collect/$JdkBackedImmutableMap.class
$JdkBackedImmutableMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableMap extends autovalue.shaded.com.google$.common.collect.$ImmutableMap { private final transient java.util.Map delegateMap private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList entries static autovalue.shaded.com.google$.common.collect.$ImmutableMap create (int, java.util.Map$Entry[]) Object oldValue int i int n java.util.Map$Entry[] entryArray java.util.Map delegateMap void <init> (java.util.Map, autovalue.shaded.com.google$.common.collect.$ImmutableList) java.util.Map delegateMap autovalue.shaded.com.google$.common.collect.$ImmutableList entries public int size () public java.lang.Object get (java.lang.Object) Object key autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () boolean isPartialView () private static synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.util.Map$Entry) java.util.function.BiConsumer action java.util.Map$Entry e }
autovalue/shaded/com/google$/common/collect/$JdkBackedImmutableMultiset.class
$JdkBackedImmutableMultiset.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableMultiset extends autovalue.shaded.com.google$.common.collect.$ImmutableMultiset { private final java.util.Map delegateMap private final autovalue.shaded.com.google$.common.collect.$ImmutableList entries private final long size private transient autovalue.shaded.com.google$.common.collect.$ImmutableSet elementSet static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset create (java.util.Collection) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry int count Object element int i java.util.Collection entries autovalue.shaded.com.google$.common.collect.$Multiset$Entry[] entriesArray java.util.Map delegateMap long size private void <init> (java.util.Map, autovalue.shaded.com.google$.common.collect.$ImmutableList, long) java.util.Map delegateMap autovalue.shaded.com.google$.common.collect.$ImmutableList entries long size public int count (java.lang.Object) Object element public autovalue.shaded.com.google$.common.collect.$ImmutableSet elementSet () autovalue.shaded.com.google$.common.collect.$ImmutableSet result autovalue.shaded.com.google$.common.collect.$Multiset$Entry getEntry (int) int index boolean isPartialView () public int size () public volatile synthetic java.util.Set elementSet () }
autovalue/shaded/com/google$/common/collect/$JdkBackedImmutableSet.class
$JdkBackedImmutableSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$JdkBackedImmutableSet extends autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet { private final java.util.Set delegate private final autovalue.shaded.com.google$.common.collect.$ImmutableList delegateList void <init> (java.util.Set, autovalue.shaded.com.google$.common.collect.$ImmutableList) java.util.Set delegate autovalue.shaded.com.google$.common.collect.$ImmutableList delegateList java.lang.Object get (int) int index public boolean contains (java.lang.Object) Object object boolean isPartialView () public int size () }
autovalue/shaded/com/google$/common/collect/$LexicographicalOrdering.class
$LexicographicalOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$LexicographicalOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final java.util.Comparator elementOrder private static final long serialVersionUID void <init> (java.util.Comparator) java.util.Comparator elementOrder public int compare (java.lang.Iterable, java.lang.Iterable) int result Iterable leftIterable Iterable rightIterable java.util.Iterator left java.util.Iterator right public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$LexicographicalOrdering that Object object public int hashCode () public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultimap$1.class
$LinkedHashMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$1 extends java.lang.Object implements java.util.Iterator { autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry nextEntry autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry toRemove final synthetic autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap this$0 public boolean hasNext () public java.util.Map$Entry next () autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry result public void remove () public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultimap$ValueEntry.class
$LinkedHashMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry extends autovalue.shaded.com.google$.common.collect.$ImmutableEntry implements autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink { final int smearedValueHash autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry nextInValueBucket autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink predecessorInValueSet autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink successorInValueSet autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry predecessorInMultimap autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry successorInMultimap void <init> (java.lang.Object, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry) Object key Object value int smearedValueHash autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry nextInValueBucket boolean matchesValue (java.lang.Object, int) Object v int smearedVHash public autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink getPredecessorInValueSet () public autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink getSuccessorInValueSet () public void setPredecessorInValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry public void setSuccessorInValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry public autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry getPredecessorInMultimap () public autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry getSuccessorInMultimap () public void setSuccessorInMultimap (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry multimapSuccessor public void setPredecessorInMultimap (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry multimapPredecessor }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultimap$ValueSet$1.class
$LinkedHashMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet$1 extends java.lang.Object implements java.util.Iterator { autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink nextEntry autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry toRemove int expectedModCount final synthetic autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet this$1 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet this$1 private void checkForComodification () public boolean hasNext () public java.lang.Object next () autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry entry Object result public void remove () }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultimap$ValueSet.class
$LinkedHashMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet implements autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink { private final Object key autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry[] hashTable private int size private int modCount private autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink firstEntry private autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink lastEntry final synthetic autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap, java.lang.Object, int) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap this$0 Object key int expectedValues int tableSize autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry[] hashTable private int mask () public autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink getPredecessorInValueSet () public autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink getSuccessorInValueSet () public void setPredecessorInValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry public void setSuccessorInValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry java.util.function.Consumer action public int size () public boolean contains (java.lang.Object) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry entry Object o int smearedHash public boolean add (java.lang.Object) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry entry Object value int smearedHash int bucket autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry rowHead autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry newEntry private void rehashIfNecessary () autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry valueEntry int bucket autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry[] hashTable int mask public boolean remove (java.lang.Object) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry entry Object o int smearedHash int bucket autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry prev public void clear () autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry valueEntry autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry static synthetic autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink access$000 (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet x0 static synthetic int access$100 (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSet x0 }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultimap$ValueSetLink.class
$LinkedHashMultimap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink extends java.lang.Object { public abstract autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink getPredecessorInValueSet () public abstract autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink getSuccessorInValueSet () public abstract void setPredecessorInValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) public abstract void setSuccessorInValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultimap.class
$LinkedHashMultimap.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap extends autovalue.shaded.com.google$.common.collect.$LinkedHashMultimapGwtSerializationDependencies { private static final int DEFAULT_KEY_CAPACITY private static final int DEFAULT_VALUE_SET_CAPACITY static final double VALUE_SET_LOAD_FACTOR transient int valueSetCapacity private transient autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry multimapHeaderEntry private static final long serialVersionUID public static autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap create () public static autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap create (int, int) int expectedKeys int expectedValuesPerKey public static autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap create (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap result private static void succeedsInValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink, autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink pred autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink succ private static void succeedsInMultimap (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry, autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry pred autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry succ private static void deleteFromValueSet (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink entry private static void deleteFromMultimap (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry entry private void <init> (int, int) int keyCapacity int valueSetCapacity java.util.Set createCollection () java.util.Collection createCollection (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Set entries () public java.util.Set keySet () public java.util.Collection values () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () java.util.Iterator valueIterator () java.util.Spliterator valueSpliterator () public void clear () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException Object key java.util.Map$Entry entry java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object key int i Object key Object value int i java.io.ObjectInputStream stream int distinctKeys java.util.Map map int entries public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic boolean put (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Map asMap () public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic void forEach (java.util.function.BiConsumer) public volatile synthetic boolean containsKey (java.lang.Object) public volatile synthetic int size () volatile synthetic java.util.Collection createCollection () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multiset keys () public volatile synthetic boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic boolean putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean remove (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) public volatile synthetic boolean isEmpty () static synthetic void access$200 (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink, autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink x0 autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink x1 static synthetic autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry access$300 (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap x0 static synthetic void access$400 (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry, autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry x0 autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry x1 static synthetic void access$500 (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueSetLink x0 static synthetic void access$600 (autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry) autovalue.shaded.com.google$.common.collect.$LinkedHashMultimap$ValueEntry x0 }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultimapGwtSerializationDependencies.class
$LinkedHashMultimapGwtSerializationDependencies.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$LinkedHashMultimapGwtSerializationDependencies extends autovalue.shaded.com.google$.common.collect.$AbstractSetMultimap { void <init> (java.util.Map) java.util.Map map }
autovalue/shaded/com/google$/common/collect/$LinkedHashMultiset.class
$LinkedHashMultiset.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$LinkedHashMultiset extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultiset { private static final long serialVersionUID public static autovalue.shaded.com.google$.common.collect.$LinkedHashMultiset create () public static autovalue.shaded.com.google$.common.collect.$LinkedHashMultiset create (int) int distinctElements public static autovalue.shaded.com.google$.common.collect.$LinkedHashMultiset create (java.lang.Iterable) Iterable elements autovalue.shaded.com.google$.common.collect.$LinkedHashMultiset multiset private void <init> () private void <init> (int) int distinctElements private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream int distinctElements public volatile synthetic int setCount (java.lang.Object, int) public volatile synthetic int remove (java.lang.Object, int) public volatile synthetic int add (java.lang.Object, int) public volatile synthetic int count (java.lang.Object) public volatile synthetic java.util.Iterator iterator () public volatile synthetic int size () public volatile synthetic void clear () public volatile synthetic void forEachEntry (java.util.function.ObjIntConsumer) public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () public volatile synthetic boolean setCount (java.lang.Object, int, int) public volatile synthetic boolean contains (java.lang.Object) public volatile synthetic boolean isEmpty () }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$1.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1 extends java.util.AbstractSequentialList { final synthetic Object val$key final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 public int size () autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList keyList public java.util.ListIterator listIterator (int) int index }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$1EntriesImpl.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1EntriesImpl extends java.util.AbstractSequentialList { final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 public int size () public java.util.ListIterator listIterator (int) int index public void forEach (java.util.function.Consumer) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node node java.util.function.Consumer action }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$1KeySetImpl.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1KeySetImpl extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 public int size () public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object key public boolean remove (java.lang.Object) Object o }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$1ValuesImpl$1.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1ValuesImpl$1 extends autovalue.shaded.com.google$.common.collect.$TransformedListIterator { final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$NodeIterator val$nodeItr void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1ValuesImpl, java.util.ListIterator, autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$NodeIterator) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1ValuesImpl this$1 java.util.ListIterator backingIterator java.lang.Object transform (java.util.Map$Entry) java.util.Map$Entry entry public void set (java.lang.Object) Object value volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$1ValuesImpl.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1ValuesImpl extends java.util.AbstractSequentialList { final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 public int size () public java.util.ListIterator listIterator (int) int index autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$NodeIterator nodeItr }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$DistinctKeyIterator.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$DistinctKeyIterator extends java.lang.Object implements java.util.Iterator { final java.util.Set seenKeys autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node next autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node current int expectedModCount final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) private void checkForConcurrentModification () public boolean hasNext () public java.lang.Object next () public void remove () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$1 x1 }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$KeyList.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList extends java.lang.Object { autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node head autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node tail int count void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node firstNode }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$Node.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node extends autovalue.shaded.com.google$.common.collect.$AbstractMapEntry { final Object key Object value autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node next autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node previous autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node nextSibling autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node previousSibling void <init> (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object newValue Object result }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$NodeIterator.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$NodeIterator extends java.lang.Object implements java.util.ListIterator { int nextIndex autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node next autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node current autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node previous int expectedModCount final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, int) int index int size private void checkForConcurrentModification () public boolean hasNext () public autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node next () public void remove () public boolean hasPrevious () public autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node previous () public int nextIndex () public int previousIndex () public void set (java.util.Map$Entry) java.util.Map$Entry e public void add (java.util.Map$Entry) java.util.Map$Entry e void setValue (java.lang.Object) Object value public volatile synthetic void add (java.lang.Object) public volatile synthetic void set (java.lang.Object) public volatile synthetic java.lang.Object previous () public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap$ValueForKeyIterator.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$ValueForKeyIterator extends java.lang.Object implements java.util.ListIterator { final Object key int nextIndex autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node next autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node current autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node previous final synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, java.lang.Object) Object key autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList keyList public void <init> (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, java.lang.Object, int) Object key int index autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList keyList int size public boolean hasNext () public java.lang.Object next () public boolean hasPrevious () public java.lang.Object previous () public int nextIndex () public int previousIndex () public void remove () public void set (java.lang.Object) Object value public void add (java.lang.Object) Object value }
autovalue/shaded/com/google$/common/collect/$LinkedListMultimap.class
$LinkedListMultimap.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$LinkedListMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap implements autovalue.shaded.com.google$.common.collect.$ListMultimap java.io.Serializable { private transient autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node head private transient autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node tail private transient java.util.Map keyToKeyList private transient int size private transient int modCount private static final long serialVersionUID public static autovalue.shaded.com.google$.common.collect.$LinkedListMultimap create () public static autovalue.shaded.com.google$.common.collect.$LinkedListMultimap create (int) int expectedKeys public static autovalue.shaded.com.google$.common.collect.$LinkedListMultimap create (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap void <init> () private void <init> (int) int expectedKeys private void <init> (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap private autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node addNode (java.lang.Object, java.lang.Object, autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node keyTail autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList keyList autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList keyList Object key Object value autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node nextSibling autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node node private void removeNode (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList keyList autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$KeyList keyList autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node node private void removeAllNodes (java.lang.Object) Object key private static void checkElement (java.lang.Object) Object node public int size () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public boolean put (java.lang.Object, java.lang.Object) Object key Object value public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.List oldValues java.util.ListIterator keyValues java.util.Iterator newValues private java.util.List getCopy (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key java.util.List oldValues public void clear () public java.util.List get (java.lang.Object) Object key java.util.Set createKeySet () autovalue.shaded.com.google$.common.collect.$Multiset createKeys () public java.util.List values () java.util.List createValues () public java.util.List entries () java.util.List createEntries () java.util.Iterator entryIterator () java.util.Map createAsMap () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.util.Map$Entry entry java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object key Object value int i java.io.ObjectInputStream stream int size public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic java.util.Map asMap () volatile synthetic java.util.Collection createValues () public volatile synthetic java.util.Collection values () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multiset keys () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic boolean putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean remove (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) static synthetic int access$000 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 static synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node access$100 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 static synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node access$200 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 static synthetic void access$300 (java.lang.Object) Object x0 static synthetic void access$400 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node x1 static synthetic void access$500 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 Object x1 static synthetic java.util.Map access$600 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 static synthetic autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node access$700 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap, java.lang.Object, java.lang.Object, autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 Object x1 Object x2 autovalue.shaded.com.google$.common.collect.$LinkedListMultimap$Node x3 static synthetic int access$900 (autovalue.shaded.com.google$.common.collect.$LinkedListMultimap) autovalue.shaded.com.google$.common.collect.$LinkedListMultimap x0 }
autovalue/shaded/com/google$/common/collect/$ListMultimap.class
$ListMultimap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$ListMultimap extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Multimap { public abstract java.util.List get (java.lang.Object) public abstract java.util.List removeAll (java.lang.Object) public abstract java.util.List replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Map asMap () public abstract boolean equals (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
autovalue/shaded/com/google$/common/collect/$Lists$1.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$1 extends autovalue.shaded.com.google$.common.collect.$Lists$RandomAccessListWrapper { private static final long serialVersionUID void <init> (java.util.List) java.util.List backingList public java.util.ListIterator listIterator (int) int index }
autovalue/shaded/com/google$/common/collect/$Lists$2.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$2 extends autovalue.shaded.com.google$.common.collect.$Lists$AbstractListWrapper { private static final long serialVersionUID void <init> (java.util.List) java.util.List backingList public java.util.ListIterator listIterator (int) int index }
autovalue/shaded/com/google$/common/collect/$Lists$AbstractListWrapper.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$AbstractListWrapper extends java.util.AbstractList { final java.util.List backingList void <init> (java.util.List) java.util.List backingList public void add (int, java.lang.Object) int index Object element public boolean addAll (int, java.util.Collection) int index java.util.Collection c public java.lang.Object get (int) int index public java.lang.Object remove (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public boolean contains (java.lang.Object) Object o public int size () }
autovalue/shaded/com/google$/common/collect/$Lists$CharSequenceAsList.class
$Lists.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Lists$CharSequenceAsList extends java.util.AbstractList { private final CharSequence sequence void <init> (java.lang.CharSequence) CharSequence sequence public java.lang.Character get (int) int index public int size () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$Lists$OnePlusArrayList.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$OnePlusArrayList extends java.util.AbstractList implements java.io.Serializable java.util.RandomAccess { final Object first final Object[] rest private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object[]) Object first Object[] rest public int size () public java.lang.Object get (int) int index }
autovalue/shaded/com/google$/common/collect/$Lists$Partition.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$Partition extends java.util.AbstractList { final java.util.List list final int size void <init> (java.util.List, int) java.util.List list int size public java.util.List get (int) int index int start int end public int size () public boolean isEmpty () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$Lists$RandomAccessListWrapper.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$RandomAccessListWrapper extends autovalue.shaded.com.google$.common.collect.$Lists$AbstractListWrapper implements java.util.RandomAccess { void <init> (java.util.List) java.util.List backingList }
autovalue/shaded/com/google$/common/collect/$Lists$RandomAccessPartition.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$RandomAccessPartition extends autovalue.shaded.com.google$.common.collect.$Lists$Partition implements java.util.RandomAccess { void <init> (java.util.List, int) java.util.List list int size }
autovalue/shaded/com/google$/common/collect/$Lists$RandomAccessReverseList.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$RandomAccessReverseList extends autovalue.shaded.com.google$.common.collect.$Lists$ReverseList implements java.util.RandomAccess { void <init> (java.util.List) java.util.List forwardList }
autovalue/shaded/com/google$/common/collect/$Lists$ReverseList$1.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$ReverseList$1 extends java.lang.Object implements java.util.ListIterator { boolean canRemoveOrSet final synthetic java.util.ListIterator val$forwardIterator final synthetic autovalue.shaded.com.google$.common.collect.$Lists$ReverseList this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Lists$ReverseList, java.util.ListIterator) autovalue.shaded.com.google$.common.collect.$Lists$ReverseList this$0 public void add (java.lang.Object) Object e public boolean hasNext () public boolean hasPrevious () public java.lang.Object next () public int nextIndex () public java.lang.Object previous () public int previousIndex () public void remove () public void set (java.lang.Object) Object e }
autovalue/shaded/com/google$/common/collect/$Lists$ReverseList.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$ReverseList extends java.util.AbstractList { private final java.util.List forwardList void <init> (java.util.List) java.util.List forwardList java.util.List getForwardList () private int reverseIndex (int) int index int size private int reversePosition (int) int index int size public void add (int, java.lang.Object) int index Object element public void clear () public java.lang.Object remove (int) int index protected void removeRange (int, int) int fromIndex int toIndex public java.lang.Object set (int, java.lang.Object) int index Object element public java.lang.Object get (int) int index public int size () public java.util.List subList (int, int) int fromIndex int toIndex public java.util.Iterator iterator () public java.util.ListIterator listIterator (int) int index int start java.util.ListIterator forwardIterator static synthetic int access$000 (autovalue.shaded.com.google$.common.collect.$Lists$ReverseList, int) autovalue.shaded.com.google$.common.collect.$Lists$ReverseList x0 int x1 }
autovalue/shaded/com/google$/common/collect/$Lists$StringAsImmutableList.class
$Lists.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Lists$StringAsImmutableList extends autovalue.shaded.com.google$.common.collect.$ImmutableList { private final String string void <init> (java.lang.String) String string public int indexOf (java.lang.Object) Object object public int lastIndexOf (java.lang.Object) Object object public autovalue.shaded.com.google$.common.collect.$ImmutableList subList (int, int) int fromIndex int toIndex boolean isPartialView () public java.lang.Character get (int) int index public int size () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$Lists$TransformingRandomAccessList$1.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$TransformingRandomAccessList$1 extends autovalue.shaded.com.google$.common.collect.$TransformedListIterator { final synthetic autovalue.shaded.com.google$.common.collect.$Lists$TransformingRandomAccessList this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Lists$TransformingRandomAccessList, java.util.ListIterator) autovalue.shaded.com.google$.common.collect.$Lists$TransformingRandomAccessList this$0 java.util.ListIterator backingIterator java.lang.Object transform (java.lang.Object) Object from }
autovalue/shaded/com/google$/common/collect/$Lists$TransformingRandomAccessList.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$TransformingRandomAccessList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final java.util.List fromList final autovalue.shaded.com.google$.common.base.$Function function private static final long serialVersionUID void <init> (java.util.List, autovalue.shaded.com.google$.common.base.$Function) java.util.List fromList autovalue.shaded.com.google$.common.base.$Function function public void clear () public java.lang.Object get (int) int index public java.util.Iterator iterator () public java.util.ListIterator listIterator (int) int index public boolean isEmpty () public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public java.lang.Object remove (int) int index public int size () private synthetic boolean lambda$removeIf$0 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element }
autovalue/shaded/com/google$/common/collect/$Lists$TransformingSequentialList$1.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$TransformingSequentialList$1 extends autovalue.shaded.com.google$.common.collect.$TransformedListIterator { final synthetic autovalue.shaded.com.google$.common.collect.$Lists$TransformingSequentialList this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Lists$TransformingSequentialList, java.util.ListIterator) autovalue.shaded.com.google$.common.collect.$Lists$TransformingSequentialList this$0 java.util.ListIterator backingIterator java.lang.Object transform (java.lang.Object) Object from }
autovalue/shaded/com/google$/common/collect/$Lists$TransformingSequentialList.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$TransformingSequentialList extends java.util.AbstractSequentialList implements java.io.Serializable { final java.util.List fromList final autovalue.shaded.com.google$.common.base.$Function function private static final long serialVersionUID void <init> (java.util.List, autovalue.shaded.com.google$.common.base.$Function) java.util.List fromList autovalue.shaded.com.google$.common.base.$Function function public void clear () public int size () public java.util.ListIterator listIterator (int) int index public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter private synthetic boolean lambda$removeIf$0 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element }
autovalue/shaded/com/google$/common/collect/$Lists$TwoPlusArrayList.class
$Lists.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Lists$TwoPlusArrayList extends java.util.AbstractList implements java.io.Serializable java.util.RandomAccess { final Object first final Object second final Object[] rest private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest public int size () public java.lang.Object get (int) int index }
autovalue/shaded/com/google$/common/collect/$Lists.class
$Lists.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Lists extends java.lang.Object { private void <init> () public static java.util.ArrayList newArrayList () public static transient java.util.ArrayList newArrayList (java.lang.Object[]) Object[] elements int capacity java.util.ArrayList list public static java.util.ArrayList newArrayList (java.lang.Iterable) Iterable elements public static java.util.ArrayList newArrayList (java.util.Iterator) java.util.Iterator elements java.util.ArrayList list static int computeArrayListCapacity (int) int arraySize public static java.util.ArrayList newArrayListWithCapacity (int) int initialArraySize public static java.util.ArrayList newArrayListWithExpectedSize (int) int estimatedSize public static java.util.LinkedList newLinkedList () public static java.util.LinkedList newLinkedList (java.lang.Iterable) Iterable elements java.util.LinkedList list public static java.util.concurrent.CopyOnWriteArrayList newCopyOnWriteArrayList () public static java.util.concurrent.CopyOnWriteArrayList newCopyOnWriteArrayList (java.lang.Iterable) Iterable elements java.util.Collection elementsCollection public static java.util.List asList (java.lang.Object, java.lang.Object[]) Object first Object[] rest public static java.util.List asList (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest public static java.util.List cartesianProduct (java.util.List) java.util.List lists public static transient java.util.List cartesianProduct (java.util.List[]) java.util.List[] lists public static java.util.List transform (java.util.List, autovalue.shaded.com.google$.common.base.$Function) java.util.List fromList autovalue.shaded.com.google$.common.base.$Function function public static java.util.List partition (java.util.List, int) java.util.List list int size public static autovalue.shaded.com.google$.common.collect.$ImmutableList charactersOf (java.lang.String) String string public static java.util.List charactersOf (java.lang.CharSequence) CharSequence sequence public static java.util.List reverse (java.util.List) java.util.List list static int hashCodeImpl (java.util.List) Object o java.util.List list int hashCode static boolean equalsImpl (java.util.List, java.lang.Object) int i java.util.List thisList Object other java.util.List otherList int size static boolean addAllImpl (java.util.List, int, java.lang.Iterable) Object e java.util.List list int index Iterable elements boolean changed java.util.ListIterator listIterator static int indexOfImpl (java.util.List, java.lang.Object) java.util.ListIterator listIterator java.util.List list Object element private static int indexOfRandomAccess (java.util.List, java.lang.Object) int i int i java.util.List list Object element int size static int lastIndexOfImpl (java.util.List, java.lang.Object) java.util.ListIterator listIterator java.util.List list Object element private static int lastIndexOfRandomAccess (java.util.List, java.lang.Object) int i int i java.util.List list Object element static java.util.ListIterator listIteratorImpl (java.util.List, int) java.util.List list int index static java.util.List subListImpl (java.util.List, int, int) java.util.List wrapper java.util.List list int fromIndex int toIndex java.util.List wrapper static java.util.List cast (java.lang.Iterable) Iterable iterable }
autovalue/shaded/com/google$/common/collect/$MapDifference$ValueDifference.class
$MapDifference.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$MapDifference$ValueDifference extends java.lang.Object { public abstract java.lang.Object leftValue () public abstract java.lang.Object rightValue () public abstract boolean equals (java.lang.Object) public abstract int hashCode () }
autovalue/shaded/com/google$/common/collect/$MapDifference.class
$MapDifference.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$MapDifference extends java.lang.Object { public abstract boolean areEqual () public abstract java.util.Map entriesOnlyOnLeft () public abstract java.util.Map entriesOnlyOnRight () public abstract java.util.Map entriesInCommon () public abstract java.util.Map entriesDiffering () public abstract boolean equals (java.lang.Object) public abstract int hashCode () }
autovalue/shaded/com/google$/common/collect/$MapMaker$Dummy.class
$MapMaker.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy VALUE private static final synthetic autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy[] $VALUES public static autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy[] values () public static autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMaker.class
$MapMaker.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$MapMaker extends java.lang.Object { private static final int DEFAULT_INITIAL_CAPACITY private static final int DEFAULT_CONCURRENCY_LEVEL static final int UNSET_INT boolean useCustomMap int initialCapacity int concurrencyLevel autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength autovalue.shaded.com.google$.common.base.$Equivalence keyEquivalence public void <init> () autovalue.shaded.com.google$.common.collect.$MapMaker keyEquivalence (autovalue.shaded.com.google$.common.base.$Equivalence) autovalue.shaded.com.google$.common.base.$Equivalence equivalence autovalue.shaded.com.google$.common.base.$Equivalence getKeyEquivalence () public autovalue.shaded.com.google$.common.collect.$MapMaker initialCapacity (int) int initialCapacity int getInitialCapacity () public autovalue.shaded.com.google$.common.collect.$MapMaker concurrencyLevel (int) int concurrencyLevel int getConcurrencyLevel () public autovalue.shaded.com.google$.common.collect.$MapMaker weakKeys () autovalue.shaded.com.google$.common.collect.$MapMaker setKeyStrength (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength strength autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength getKeyStrength () public autovalue.shaded.com.google$.common.collect.$MapMaker weakValues () autovalue.shaded.com.google$.common.collect.$MapMaker setValueStrength (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength strength autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength getValueStrength () public java.util.concurrent.ConcurrentMap makeMap () public java.lang.String toString () autovalue.shaded.com.google$.common.base.$MoreObjects$ToStringHelper s }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$1.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference { void <init> () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$DummyInternalEntry getEntry () public void clear () public java.lang.Object get () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$DummyInternalEntry) java.lang.ref.ReferenceQueue queue autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$DummyInternalEntry entry public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getEntry () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$AbstractSerializationProxy.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractSerializationProxy extends autovalue.shaded.com.google$.common.collect.$ForwardingConcurrentMap implements java.io.Serializable { private static final long serialVersionUID final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength final autovalue.shaded.com.google$.common.base.$Equivalence keyEquivalence final autovalue.shaded.com.google$.common.base.$Equivalence valueEquivalence final int concurrencyLevel transient java.util.concurrent.ConcurrentMap delegate void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength, autovalue.shaded.com.google$.common.base.$Equivalence, autovalue.shaded.com.google$.common.base.$Equivalence, int, java.util.concurrent.ConcurrentMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength autovalue.shaded.com.google$.common.base.$Equivalence keyEquivalence autovalue.shaded.com.google$.common.base.$Equivalence valueEquivalence int concurrencyLevel java.util.concurrent.ConcurrentMap delegate protected java.util.concurrent.ConcurrentMap delegate () void writeMapTo (java.io.ObjectOutputStream) throws java.io.IOException java.util.Map$Entry entry java.io.ObjectOutputStream out autovalue.shaded.com.google$.common.collect.$MapMaker readMapMaker (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in int size void readEntries (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object key Object value java.io.ObjectInputStream in protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$AbstractStrongKeyEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractStrongKeyEntry extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry { final Object key final int hash final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry next void <init> (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry next public java.lang.Object getKey () public int getHash () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getNext () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$AbstractWeakKeyEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractWeakKeyEntry extends java.lang.ref.WeakReference implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry { final int hash final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry next void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue queue Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry next public java.lang.Object getKey () public int getHash () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getNext () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$CleanupMapTask.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$CleanupMapTask extends java.lang.Object implements java.lang.Runnable { final java.lang.ref.WeakReference mapReference public void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map public void run () autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$DummyInternalEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$DummyInternalEntry extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry { private void <init> () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$DummyInternalEntry getNext () public int getHash () public java.lang.Object getKey () public java.lang.Object getValue () public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getNext () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$EntryIterator.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$EntryIterator extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$HashIterator { void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 public java.util.Map$Entry next () public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$EntrySet.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$EntrySet extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$SafeToArraySet { final synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o java.util.Map$Entry e Object key Object v public boolean remove (java.lang.Object) Object o java.util.Map$Entry e Object key public int size () public boolean isEmpty () public void clear () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$HashIterator.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$HashIterator extends java.lang.Object implements java.util.Iterator { int nextSegmentIndex int nextTableIndex autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment currentSegment java.util.concurrent.atomic.AtomicReferenceArray currentTable autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry nextEntry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WriteThroughEntry nextExternal autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WriteThroughEntry lastReturned final synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 public abstract java.lang.Object next () final void advance () boolean nextInChain () boolean nextInTable () boolean advanceTo (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) Object key Object value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry public boolean hasNext () autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WriteThroughEntry nextEntry () public void remove () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$InternalEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry extends java.lang.Object { public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getNext () public abstract int getHash () public abstract java.lang.Object getKey () public abstract java.lang.Object getValue () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$InternalEntryHelper.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper extends java.lang.Object { public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public abstract void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$KeyIterator.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$KeyIterator extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$HashIterator { void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$KeySet.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$KeySet extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$SafeToArraySet { final synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 public java.util.Iterator iterator () public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public void clear () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$SafeToArraySet.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$SafeToArraySet extends java.util.AbstractSet { private void <init> () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a synthetic void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$1) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$1 x0 }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$Segment.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment extends java.util.concurrent.locks.ReentrantLock { final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map volatile int count int modCount int threshold volatile java.util.concurrent.atomic.AtomicReferenceArray table final int maxSegmentSize final java.util.concurrent.atomic.AtomicInteger readCount void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment self () void maybeDrainReferenceQueues () void maybeClearReferenceQueues () void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry Object value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copyEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry original autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newNext java.util.concurrent.atomic.AtomicReferenceArray newEntryArray (int) int size void initTable (java.util.concurrent.atomic.AtomicReferenceArray) java.util.concurrent.atomic.AtomicReferenceArray newTable abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () java.lang.ref.ReferenceQueue getValueReferenceQueueForTesting () autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference getWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference newWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry Object value void setWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference void setTableEntryForTesting (int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) int i autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copyForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newNext void setValueForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry Object value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntryForTesting (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry next boolean removeTableEntryForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry removeFromChainForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry java.lang.Object getLiveValueForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry void tryDrainReferenceQueues () void drainKeyReferenceQueue (java.lang.ref.ReferenceQueue) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry java.lang.ref.ReferenceQueue keyReferenceQueue java.lang.ref.Reference ref int i void drainValueReferenceQueue (java.lang.ref.ReferenceQueue) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference java.lang.ref.ReferenceQueue valueReferenceQueue java.lang.ref.Reference ref int i void clearReferenceQueue (java.lang.ref.ReferenceQueue) java.lang.ref.ReferenceQueue referenceQueue autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getFirst (int) int hash java.util.concurrent.atomic.AtomicReferenceArray table autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getEntry (java.lang.Object, int) Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getLiveEntry (java.lang.Object, int) Object key int hash java.lang.Object get (java.lang.Object, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e Object value Object key int hash boolean containsKey (java.lang.Object, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e Object key int hash boolean containsValue (java.lang.Object) Object entryValue autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int i java.util.concurrent.atomic.AtomicReferenceArray table int length Object value java.lang.Object put (java.lang.Object, int, java.lang.Object, boolean) Object entryValue Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry Object key int hash Object value boolean onlyIfAbsent void expand () int newIndex autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int newIndex autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newNext autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry tail int tailIndex autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry next int headIndex autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry head int oldIndex java.util.concurrent.atomic.AtomicReferenceArray oldTable int oldCapacity int newCount java.util.concurrent.atomic.AtomicReferenceArray newTable int newMask boolean replace (java.lang.Object, int, java.lang.Object, java.lang.Object) int newCount autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst Object entryValue Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first Object key int hash Object oldValue Object newValue java.lang.Object replace (java.lang.Object, int, java.lang.Object) int newCount autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst Object entryValue Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first Object key int hash Object newValue java.lang.Object remove (java.lang.Object, int) Object entryValue autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first Object key int hash boolean remove (java.lang.Object, int, java.lang.Object) Object entryValue boolean explicitRemoval autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first Object key int hash Object value void clear () int i java.util.concurrent.atomic.AtomicReferenceArray table autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry removeFromChain (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry next autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry int newCount autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst boolean reclaimKey (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry int hash boolean reclaimValue (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference v Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference boolean clearValueForTesting (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference v Object entryKey autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference boolean removeEntryForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newFirst autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry int hash int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry first static boolean isCollected (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry java.lang.Object getLiveValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry Object value void postReadCleanup () void preWriteCleanup () void runCleanup () void runLockedCleanup () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$SerializationProxy.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$SerializationProxy extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractSerializationProxy { private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength, autovalue.shaded.com.google$.common.base.$Equivalence, autovalue.shaded.com.google$.common.base.$Equivalence, int, java.util.concurrent.ConcurrentMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength autovalue.shaded.com.google$.common.base.$Equivalence keyEquivalence autovalue.shaded.com.google$.common.base.$Equivalence valueEquivalence int concurrencyLevel java.util.concurrent.ConcurrentMap delegate private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream out private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream in autovalue.shaded.com.google$.common.collect.$MapMaker mapMaker private java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$Strength$1.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength$1 extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength { void <init> (java.lang.String, int) autovalue.shaded.com.google$.common.base.$Equivalence defaultEquivalence () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$Strength$2.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength$2 extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength { void <init> (java.lang.String, int) autovalue.shaded.com.google$.common.base.$Equivalence defaultEquivalence () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$Strength.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract enum autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength STRONG public static final enum autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength WEAK private static final synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength[] $VALUES public static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength[] values () public static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract autovalue.shaded.com.google$.common.base.$Equivalence defaultEquivalence () private static synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$1) String x0 int x1 autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$1 x2 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry$Helper extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper { private static final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry$Helper INSTANCE void <init> () static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry$Helper instance () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry newNext public void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry, autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy value public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment segment Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry next public volatile synthetic void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyDummyValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractStrongKeyEntry implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongValueEntry { void <init> (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry) Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry next public autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy getValue () void setValue (autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy) autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry newNext public volatile synthetic java.lang.Object getValue () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyDummyValueSegment.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment { void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueSegment self () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyDummyValueEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment self () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyStrongValueEntry$Helper.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry$Helper extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper { private static final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry$Helper INSTANCE void <init> () static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry$Helper instance () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry newNext public void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry entry Object value public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment segment Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry next public volatile synthetic void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyStrongValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractStrongKeyEntry implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongValueEntry { private volatile Object value void <init> (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry) Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry next public java.lang.Object getValue () void setValue (java.lang.Object) Object value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry newNext autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry newEntry }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyStrongValueSegment.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment { void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueSegment self () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyStrongValueEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment self () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyWeakValueEntry$Helper.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry$Helper extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper { private static final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry$Helper INSTANCE void <init> () static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry$Helper instance () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry newNext public void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry entry Object value public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment segment Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry next public volatile synthetic void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyWeakValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractStrongKeyEntry implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueEntry { private volatile autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference void <init> (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry) Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry next public java.lang.Object getValue () public void clearValue () void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) Object value java.lang.ref.ReferenceQueue queueForValues autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference previous autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry copy (java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry) java.lang.ref.ReferenceQueue queueForValues autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry newNext autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry newEntry public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference getValueReference () static synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference access$600 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry x0 static synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference access$602 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry x0 autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference x1 }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongKeyWeakValueSegment.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForValues void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment self () java.lang.ref.ReferenceQueue getValueReferenceQueueForTesting () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference getWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference newWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e Object value public void setWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference newValueReference autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference previous void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$100 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongKeyWeakValueSegment x0 }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$StrongValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongValueEntry extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry { }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$ValueIterator.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$ValueIterator extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$HashIterator { void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 public java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$Values.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Values extends java.util.AbstractCollection { final synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 public java.util.Iterator iterator () public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public void clear () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyDummyValueEntry$Helper.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry$Helper extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper { private static final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry$Helper INSTANCE void <init> () static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry$Helper instance () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry newNext public void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry, autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy value public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment segment Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry next public volatile synthetic void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyDummyValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractWeakKeyEntry implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongValueEntry { void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry) java.lang.ref.ReferenceQueue queue Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry next public autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy getValue () void setValue (autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy) autovalue.shaded.com.google$.common.collect.$MapMaker$Dummy value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry copy (java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry) java.lang.ref.ReferenceQueue queueForKeys autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry newNext public volatile synthetic java.lang.Object getValue () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyDummyValueSegment.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForKeys void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment self () java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$200 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyDummyValueSegment x0 }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyStrongValueEntry$Helper.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry$Helper extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper { private static final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry$Helper INSTANCE void <init> () static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry$Helper instance () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry newNext public void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry entry Object value public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment segment Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry next public volatile synthetic void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyStrongValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractWeakKeyEntry implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$StrongValueEntry { private volatile Object value void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry) java.lang.ref.ReferenceQueue queue Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry next public java.lang.Object getValue () void setValue (java.lang.Object) Object value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry copy (java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry) java.lang.ref.ReferenceQueue queueForKeys autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry newNext autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry newEntry }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyStrongValueSegment.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForKeys void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment self () java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$300 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyStrongValueSegment x0 }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyWeakValueEntry$Helper.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry$Helper extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper { private static final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry$Helper INSTANCE void <init> () static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry$Helper instance () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry newNext public void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment segment autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry entry Object value public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment segment Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry next public volatile synthetic void setValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copy (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment newSegment (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyWeakValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$AbstractWeakKeyEntry implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueEntry { private volatile autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry) java.lang.ref.ReferenceQueue queue Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry next public java.lang.Object getValue () autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry copy (java.lang.ref.ReferenceQueue, java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry) java.lang.ref.ReferenceQueue queueForKeys java.lang.ref.ReferenceQueue queueForValues autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry newNext autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry newEntry public void clearValue () void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) Object value java.lang.ref.ReferenceQueue queueForValues autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference previous public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference getValueReference () static synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference access$700 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry x0 static synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference access$702 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry x0 autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference x1 }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakKeyWeakValueSegment.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment extends autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForKeys private final java.lang.ref.ReferenceQueue queueForValues void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, int, int) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap map int initialCapacity int maxSegmentSize autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment self () java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () java.lang.ref.ReferenceQueue getValueReferenceQueueForTesting () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference getWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference newWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e Object value public void setWeakValueReferenceForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference newValueReference autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference previous void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry castForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) volatile synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$400 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment x0 static synthetic java.lang.ref.ReferenceQueue access$500 (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakKeyWeakValueSegment x0 }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakValueEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueEntry extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry { public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference getValueReference () public abstract void clearValue () }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakValueReference.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference extends java.lang.Object { public abstract java.lang.Object get () public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getEntry () public abstract void clear () public abstract autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WeakValueReferenceImpl.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReferenceImpl extends java.lang.ref.WeakReference implements autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference { final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue queue Object referent autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getEntry () public autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue queue autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap$WriteThroughEntry.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WriteThroughEntry extends autovalue.shaded.com.google$.common.collect.$AbstractMapEntry { final Object key Object value final synthetic autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap, java.lang.Object, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap this$0 Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public boolean equals (java.lang.Object) java.util.Map$Entry that Object object public int hashCode () public java.lang.Object setValue (java.lang.Object) Object newValue Object oldValue }
autovalue/shaded/com/google$/common/collect/$MapMakerInternalMap.class
$MapMakerInternalMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap extends java.util.AbstractMap implements java.util.concurrent.ConcurrentMap java.io.Serializable { static final int MAXIMUM_CAPACITY static final int MAX_SEGMENTS static final int CONTAINS_VALUE_RETRIES static final int DRAIN_THRESHOLD static final int DRAIN_MAX static final long CLEANUP_EXECUTOR_DELAY_SECS final transient int segmentMask final transient int segmentShift final transient autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment[] segments final int concurrencyLevel final autovalue.shaded.com.google$.common.base.$Equivalence keyEquivalence final transient autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper entryHelper static final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference UNSET_WEAK_VALUE_REFERENCE transient java.util.Set keySet transient java.util.Collection values transient java.util.Set entrySet private static final long serialVersionUID private void <init> (autovalue.shaded.com.google$.common.collect.$MapMaker, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper) int i autovalue.shaded.com.google$.common.collect.$MapMaker builder autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntryHelper entryHelper int initialCapacity int segmentShift int segmentCount int segmentCapacity int segmentSize static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap create (autovalue.shaded.com.google$.common.collect.$MapMaker) autovalue.shaded.com.google$.common.collect.$MapMaker builder static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap createWithDummyValues (autovalue.shaded.com.google$.common.collect.$MapMaker) autovalue.shaded.com.google$.common.collect.$MapMaker builder static autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference unsetWeakValueReference () static int rehash (int) int h autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry copyEntry (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry, autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry original autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry newNext int hash int hash (java.lang.Object) Object key int h void reclaimValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$WeakValueReference valueReference autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry int hash void reclaimKey (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry int hash boolean isLiveForTesting (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment segmentFor (int) int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment createSegment (int, int) int initialCapacity int maxSegmentSize java.lang.Object getLiveValue (autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry) autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry entry final autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment[] newSegmentArray (int) int ssize autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength keyStrength () autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Strength valueStrength () autovalue.shaded.com.google$.common.base.$Equivalence valueEquivalence () public boolean isEmpty () int i int i long sum autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment[] segments public int size () int i autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment[] segments long sum public java.lang.Object get (java.lang.Object) Object key int hash autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry getEntry (java.lang.Object) Object key int hash public boolean containsKey (java.lang.Object) Object key int hash public boolean containsValue (java.lang.Object) Object v autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$InternalEntry e int j int unused java.util.concurrent.atomic.AtomicReferenceArray table autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment segment long sum int i Object value autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment[] segments long last public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value int hash public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value int hash public void putAll (java.util.Map) java.util.Map$Entry e java.util.Map m public java.lang.Object remove (java.lang.Object) Object key int hash public boolean remove (java.lang.Object, java.lang.Object) Object key Object value int hash public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue int hash public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value int hash public void clear () autovalue.shaded.com.google$.common.collect.$MapMakerInternalMap$Segment segment public java.util.Set keySet () java.util.Set ks public java.util.Collection values () java.util.Collection vs public java.util.Set entrySet () java.util.Set es private static java.util.ArrayList toArrayList (java.util.Collection) java.util.Collection c java.util.ArrayList result java.lang.Object writeReplace () static synthetic java.util.ArrayList access$900 (java.util.Collection) java.util.Collection x0 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Maps$1.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$1 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { void <init> (java.util.Iterator) java.util.Iterator backingIterator java.lang.Object transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$10.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$10 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer val$transformer final synthetic Object val$key void <init> (autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer, java.lang.Object) public java.lang.Object apply (java.lang.Object) Object v1 }
autovalue/shaded/com/google$/common/collect/$Maps$11.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$11 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer val$transformer void <init> (autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) public java.lang.Object apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$12.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$12 extends autovalue.shaded.com.google$.common.collect.$AbstractMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer val$transformer void <init> (java.util.Map$Entry, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) public java.lang.Object getKey () public java.lang.Object getValue () }
autovalue/shaded/com/google$/common/collect/$Maps$13.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$13 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer val$transformer void <init> (autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) public java.util.Map$Entry apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$2.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$2 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { void <init> (java.util.Iterator) java.util.Iterator backingIterator java.lang.Object transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$3.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$3 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { final synthetic autovalue.shaded.com.google$.common.base.$Function val$function void <init> (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Function) java.util.Iterator backingIterator java.util.Map$Entry transform (java.lang.Object) Object key volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$4.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$4 extends autovalue.shaded.com.google$.common.collect.$ForwardingSet { final synthetic java.util.Set val$set void <init> (java.util.Set) protected java.util.Set delegate () public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection es protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$5.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$5 extends autovalue.shaded.com.google$.common.collect.$ForwardingSortedSet { final synthetic java.util.SortedSet val$set void <init> (java.util.SortedSet) protected java.util.SortedSet delegate () public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection es public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$6.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$6 extends autovalue.shaded.com.google$.common.collect.$ForwardingNavigableSet { final synthetic java.util.NavigableSet val$set void <init> (java.util.NavigableSet) protected java.util.NavigableSet delegate () public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection es public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.NavigableSet descendingSet () protected volatile synthetic java.util.SortedSet delegate () protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$7.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$7 extends autovalue.shaded.com.google$.common.collect.$AbstractMapEntry { final synthetic java.util.Map$Entry val$entry void <init> (java.util.Map$Entry) public java.lang.Object getKey () public java.lang.Object getValue () }
autovalue/shaded/com/google$/common/collect/$Maps$8.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$8 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final synthetic java.util.Iterator val$entryIterator void <init> (java.util.Iterator) public boolean hasNext () public java.util.Map$Entry next () public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$Maps$9.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$9 extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer { final synthetic autovalue.shaded.com.google$.common.base.$Function val$function void <init> (autovalue.shaded.com.google$.common.base.$Function) public java.lang.Object transformEntry (java.lang.Object, java.lang.Object) Object key Object value }
autovalue/shaded/com/google$/common/collect/$Maps$AbstractFilteredMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Maps$AbstractFilteredMap extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { final java.util.Map unfiltered final autovalue.shaded.com.google$.common.base.$Predicate predicate void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate boolean apply (java.lang.Object, java.lang.Object) Object key Object value Object k public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map$Entry entry java.util.Map map public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key Object value public boolean isEmpty () public java.lang.Object remove (java.lang.Object) Object key java.util.Collection createValues () }
autovalue/shaded/com/google$/common/collect/$Maps$AsMapView$1EntrySetImpl.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$AsMapView$1EntrySetImpl extends autovalue.shaded.com.google$.common.collect.$Maps$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$AsMapView this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$AsMapView) autovalue.shaded.com.google$.common.collect.$Maps$AsMapView this$0 java.util.Map map () public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Maps$AsMapView.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$AsMapView extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { private final java.util.Set set final autovalue.shaded.com.google$.common.base.$Function function java.util.Set backingSet () void <init> (java.util.Set, autovalue.shaded.com.google$.common.base.$Function) java.util.Set set autovalue.shaded.com.google$.common.base.$Function function public java.util.Set createKeySet () java.util.Collection createValues () public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object k Object key Object defaultValue public java.lang.Object remove (java.lang.Object) Object k Object key public void clear () protected java.util.Set createEntrySet () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action private synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.lang.Object) java.util.function.BiConsumer action Object k }
autovalue/shaded/com/google$/common/collect/$Maps$BiMapConverter.class
$Maps.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Maps$BiMapConverter extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { private final autovalue.shaded.com.google$.common.collect.$BiMap bimap private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$BiMap) autovalue.shaded.com.google$.common.collect.$BiMap bimap protected java.lang.Object doForward (java.lang.Object) Object a protected java.lang.Object doBackward (java.lang.Object) Object b private static java.lang.Object convert (autovalue.shaded.com.google$.common.collect.$BiMap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$BiMap bimap Object input Object output public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Maps$BiMapConverter that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Maps$DescendingMap$1EntrySetImpl.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$DescendingMap$1EntrySetImpl extends autovalue.shaded.com.google$.common.collect.$Maps$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$DescendingMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$DescendingMap) autovalue.shaded.com.google$.common.collect.$Maps$DescendingMap this$0 java.util.Map map () public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Maps$DescendingMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Maps$DescendingMap extends autovalue.shaded.com.google$.common.collect.$ForwardingMap implements java.util.NavigableMap { private transient java.util.Comparator comparator private transient java.util.Set entrySet private transient java.util.NavigableSet navigableKeySet void <init> () abstract java.util.NavigableMap forward () protected final java.util.Map delegate () public java.util.Comparator comparator () java.util.Comparator forwardCmp java.util.Comparator result private static autovalue.shaded.com.google$.common.collect.$Ordering reverse (java.util.Comparator) java.util.Comparator forward public java.lang.Object firstKey () public java.lang.Object lastKey () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap descendingMap () public java.util.Set entrySet () java.util.Set result abstract java.util.Iterator entryIterator () java.util.Set createEntrySet () public java.util.Set keySet () public java.util.NavigableSet navigableKeySet () java.util.NavigableSet result public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.Collection values () public java.lang.String toString () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$EntryFunction$1.class
$Maps.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction$1 extends autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction { void <init> (java.lang.String, int) public java.lang.Object apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$EntryFunction$2.class
$Maps.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction$2 extends autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction { void <init> (java.lang.String, int) public java.lang.Object apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$EntryFunction.class
$Maps.java package autovalue.shaded.com.google$.common.collect abstract enum autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction extends java.lang.Enum implements autovalue.shaded.com.google$.common.base.$Function { public static final enum autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction KEY public static final enum autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction VALUE private static final synthetic autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction[] $VALUES public static autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction[] values () public static autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic autovalue.shaded.com.google$.common.collect.$Maps$EntryFunction[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.collect.$Maps$1) String x0 int x1 autovalue.shaded.com.google$.common.collect.$Maps$1 x2 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Maps$EntrySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Maps$EntrySet extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { void <init> () abstract java.util.Map map () public int size () public void clear () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object key Object value Object o public boolean isEmpty () public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o public boolean removeAll (java.util.Collection) UnsupportedOperationException e java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Map$Entry entry Object o java.util.Set keys UnsupportedOperationException e java.util.Collection c }
autovalue/shaded/com/google$/common/collect/$Maps$EntryTransformer.class
$Maps.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer extends java.lang.Object { public abstract java.lang.Object transformEntry (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryBiMap$1.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryBiMap$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate { final synthetic autovalue.shaded.com.google$.common.base.$Predicate val$forwardPredicate void <init> (autovalue.shaded.com.google$.common.base.$Predicate) public boolean apply (java.util.Map$Entry) java.util.Map$Entry input public volatile synthetic boolean apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryBiMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryBiMap extends autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap implements autovalue.shaded.com.google$.common.collect.$BiMap { private final autovalue.shaded.com.google$.common.collect.$BiMap inverse private static autovalue.shaded.com.google$.common.base.$Predicate inversePredicate (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate forwardPredicate void <init> (autovalue.shaded.com.google$.common.collect.$BiMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$BiMap delegate autovalue.shaded.com.google$.common.base.$Predicate predicate private void <init> (autovalue.shaded.com.google$.common.collect.$BiMap, autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.collect.$BiMap) autovalue.shaded.com.google$.common.collect.$BiMap delegate autovalue.shaded.com.google$.common.base.$Predicate predicate autovalue.shaded.com.google$.common.collect.$BiMap inverse autovalue.shaded.com.google$.common.collect.$BiMap unfiltered () public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public autovalue.shaded.com.google$.common.collect.$BiMap inverse () public java.util.Set values () public volatile synthetic java.util.Collection values () private synthetic java.lang.Object lambda$replaceAll$0 (java.util.function.BiFunction, java.lang.Object, java.lang.Object) java.util.function.BiFunction function Object key Object value }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryMap$EntrySet$1$1.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet$1$1 extends autovalue.shaded.com.google$.common.collect.$ForwardingMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet$1 this$2 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet$1, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet$1 this$2 protected java.util.Map$Entry delegate () public java.lang.Object setValue (java.lang.Object) Object newValue protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryMap$EntrySet$1.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet$1 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet this$1 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet this$1 java.util.Iterator backingIterator java.util.Map$Entry transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryMap$EntrySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$EntrySet extends autovalue.shaded.com.google$.common.collect.$ForwardingSet { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap) protected java.util.Set delegate () public java.util.Iterator iterator () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap, autovalue.shaded.com.google$.common.collect.$Maps$1) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap x0 autovalue.shaded.com.google$.common.collect.$Maps$1 x1 }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryMap$KeySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$KeySet extends autovalue.shaded.com.google$.common.collect.$Maps$KeySet { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap this$0 public boolean remove (java.lang.Object) Object o public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap extends autovalue.shaded.com.google$.common.collect.$Maps$AbstractFilteredMap { final java.util.Set filteredEntrySet void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate protected java.util.Set createEntrySet () java.util.Set createKeySet () static boolean removeAllKeys (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate, java.util.Collection) java.util.Map$Entry entry java.util.Map map autovalue.shaded.com.google$.common.base.$Predicate entryPredicate java.util.Collection keyCollection java.util.Iterator entryItr boolean result static boolean retainAllKeys (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate, java.util.Collection) java.util.Map$Entry entry java.util.Map map autovalue.shaded.com.google$.common.base.$Predicate entryPredicate java.util.Collection keyCollection java.util.Iterator entryItr boolean result }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryNavigableMap$1.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap$1 extends autovalue.shaded.com.google$.common.collect.$Maps$NavigableKeySet { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap, java.util.NavigableMap) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap this$0 java.util.NavigableMap map public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntryNavigableMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap extends autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap { private final java.util.NavigableMap unfiltered private final autovalue.shaded.com.google$.common.base.$Predicate entryPredicate private final java.util.Map filteredDelegate void <init> (java.util.NavigableMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.NavigableMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate public java.util.Comparator comparator () public java.util.NavigableSet navigableKeySet () public java.util.Collection values () java.util.Iterator entryIterator () java.util.Iterator descendingEntryIterator () public int size () public boolean isEmpty () public java.lang.Object get (java.lang.Object) Object key public boolean containsKey (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object remove (java.lang.Object) Object key public void putAll (java.util.Map) java.util.Map m public void clear () public java.util.Set entrySet () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap descendingMap () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive static synthetic autovalue.shaded.com.google$.common.base.$Predicate access$500 (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap x0 static synthetic java.util.NavigableMap access$600 (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap x0 }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntrySortedMap$SortedKeySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntrySortedMap$SortedKeySet extends autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap$KeySet implements java.util.SortedSet { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntrySortedMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntrySortedMap) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntrySortedMap this$0 public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredEntrySortedMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntrySortedMap extends autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryMap implements java.util.SortedMap { void <init> (java.util.SortedMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.SortedMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate java.util.SortedMap sortedMap () public java.util.SortedSet keySet () java.util.SortedSet createKeySet () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.lang.Object lastKey () Object key java.util.SortedMap headMap public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey volatile synthetic java.util.Set createKeySet () public volatile synthetic java.util.Set keySet () }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredKeyMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$FilteredKeyMap extends autovalue.shaded.com.google$.common.collect.$Maps$AbstractFilteredMap { final autovalue.shaded.com.google$.common.base.$Predicate keyPredicate void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate autovalue.shaded.com.google$.common.base.$Predicate entryPredicate protected java.util.Set createEntrySet () java.util.Set createKeySet () public boolean containsKey (java.lang.Object) Object key }
autovalue/shaded/com/google$/common/collect/$Maps$FilteredMapValues.class
$Maps.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Maps$FilteredMapValues extends autovalue.shaded.com.google$.common.collect.$Maps$Values { final java.util.Map unfiltered final autovalue.shaded.com.google$.common.base.$Predicate predicate void <init> (java.util.Map, java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map filteredMap java.util.Map unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o java.util.Iterator entryItr public boolean removeAll (java.util.Collection) java.util.Map$Entry entry java.util.Collection collection java.util.Iterator entryItr boolean result public boolean retainAll (java.util.Collection) java.util.Map$Entry entry java.util.Collection collection java.util.Iterator entryItr boolean result public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array }
autovalue/shaded/com/google$/common/collect/$Maps$IteratorBasedAbstractMap$1.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap$1 extends autovalue.shaded.com.google$.common.collect.$Maps$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap) autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap this$0 java.util.Map map () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action }
autovalue/shaded/com/google$/common/collect/$Maps$IteratorBasedAbstractMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap extends java.util.AbstractMap { void <init> () public abstract int size () abstract java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public java.util.Set entrySet () void forEachEntry (java.util.function.Consumer) java.util.function.Consumer action public void clear () }
autovalue/shaded/com/google$/common/collect/$Maps$KeySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$KeySet extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { final java.util.Map map void <init> (java.util.Map) java.util.Map map java.util.Map map () public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public void clear () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v }
autovalue/shaded/com/google$/common/collect/$Maps$MapDifferenceImpl.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$MapDifferenceImpl extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapDifference { final java.util.Map onlyOnLeft final java.util.Map onlyOnRight final java.util.Map onBoth final java.util.Map differences void <init> (java.util.Map, java.util.Map, java.util.Map, java.util.Map) java.util.Map onlyOnLeft java.util.Map onlyOnRight java.util.Map onBoth java.util.Map differences public boolean areEqual () public java.util.Map entriesOnlyOnLeft () public java.util.Map entriesOnlyOnRight () public java.util.Map entriesInCommon () public java.util.Map entriesDiffering () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapDifference other Object object public int hashCode () public java.lang.String toString () StringBuilder result }
autovalue/shaded/com/google$/common/collect/$Maps$NavigableAsMapView.class
$Maps.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Maps$NavigableAsMapView extends autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap { private final java.util.NavigableSet set private final autovalue.shaded.com.google$.common.base.$Function function void <init> (java.util.NavigableSet, autovalue.shaded.com.google$.common.base.$Function) java.util.NavigableSet ks autovalue.shaded.com.google$.common.base.$Function vFunction public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.Comparator comparator () public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object k Object key Object defaultValue public void clear () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action java.util.Iterator descendingEntryIterator () public java.util.NavigableSet navigableKeySet () public int size () public java.util.NavigableMap descendingMap () private synthetic void lambda$forEach$1 (java.util.function.BiConsumer, java.lang.Object) java.util.function.BiConsumer action Object k private synthetic java.util.Map$Entry lambda$entrySpliterator$0 (java.lang.Object) Object e }
autovalue/shaded/com/google$/common/collect/$Maps$NavigableKeySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$NavigableKeySet extends autovalue.shaded.com.google$.common.collect.$Maps$SortedKeySet implements java.util.NavigableSet { void <init> (java.util.NavigableMap) java.util.NavigableMap map java.util.NavigableMap map () public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement volatile synthetic java.util.SortedMap map () volatile synthetic java.util.Map map () }
autovalue/shaded/com/google$/common/collect/$Maps$SortedAsMapView.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$SortedAsMapView extends autovalue.shaded.com.google$.common.collect.$Maps$AsMapView implements java.util.SortedMap { void <init> (java.util.SortedSet, autovalue.shaded.com.google$.common.base.$Function) java.util.SortedSet set autovalue.shaded.com.google$.common.base.$Function function java.util.SortedSet backingSet () public java.util.Comparator comparator () public java.util.Set keySet () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.lang.Object firstKey () public java.lang.Object lastKey () volatile synthetic java.util.Set backingSet () }
autovalue/shaded/com/google$/common/collect/$Maps$SortedKeySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$SortedKeySet extends autovalue.shaded.com.google$.common.collect.$Maps$KeySet implements java.util.SortedSet { void <init> (java.util.SortedMap) java.util.SortedMap map java.util.SortedMap map () public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () volatile synthetic java.util.Map map () }
autovalue/shaded/com/google$/common/collect/$Maps$SortedMapDifferenceImpl.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$SortedMapDifferenceImpl extends autovalue.shaded.com.google$.common.collect.$Maps$MapDifferenceImpl implements autovalue.shaded.com.google$.common.collect.$SortedMapDifference { void <init> (java.util.SortedMap, java.util.SortedMap, java.util.SortedMap, java.util.SortedMap) java.util.SortedMap onlyOnLeft java.util.SortedMap onlyOnRight java.util.SortedMap onBoth java.util.SortedMap differences public java.util.SortedMap entriesDiffering () public java.util.SortedMap entriesInCommon () public java.util.SortedMap entriesOnlyOnLeft () public java.util.SortedMap entriesOnlyOnRight () public volatile synthetic java.util.Map entriesDiffering () public volatile synthetic java.util.Map entriesInCommon () public volatile synthetic java.util.Map entriesOnlyOnRight () public volatile synthetic java.util.Map entriesOnlyOnLeft () }
autovalue/shaded/com/google$/common/collect/$Maps$TransformedEntriesMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$TransformedEntriesMap extends autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap { final java.util.Map fromMap final autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer void <init> (java.util.Map, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) java.util.Map fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue Object value public java.lang.Object remove (java.lang.Object) Object key public void clear () public java.util.Set keySet () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.util.Collection values () private synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object k Object v1 }
autovalue/shaded/com/google$/common/collect/$Maps$TransformedEntriesNavigableMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$TransformedEntriesNavigableMap extends autovalue.shaded.com.google$.common.collect.$Maps$TransformedEntriesSortedMap implements java.util.NavigableMap { void <init> (java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) java.util.NavigableMap fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap descendingMap () public java.util.Map$Entry firstEntry () public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.NavigableMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry lastEntry () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.NavigableSet navigableKeySet () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive private java.util.Map$Entry transformEntry (java.util.Map$Entry) java.util.Map$Entry entry protected java.util.NavigableMap fromMap () public volatile synthetic java.util.SortedMap tailMap (java.lang.Object) public volatile synthetic java.util.SortedMap subMap (java.lang.Object, java.lang.Object) public volatile synthetic java.util.SortedMap headMap (java.lang.Object) protected volatile synthetic java.util.SortedMap fromMap () }
autovalue/shaded/com/google$/common/collect/$Maps$TransformedEntriesSortedMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$TransformedEntriesSortedMap extends autovalue.shaded.com.google$.common.collect.$Maps$TransformedEntriesMap implements java.util.SortedMap { protected java.util.SortedMap fromMap () void <init> (java.util.SortedMap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) java.util.SortedMap fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public java.util.Comparator comparator () public java.lang.Object firstKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.lang.Object lastKey () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey }
autovalue/shaded/com/google$/common/collect/$Maps$UnmodifiableBiMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableBiMap extends autovalue.shaded.com.google$.common.collect.$ForwardingMap implements autovalue.shaded.com.google$.common.collect.$BiMap java.io.Serializable { final java.util.Map unmodifiableMap final autovalue.shaded.com.google$.common.collect.$BiMap delegate autovalue.shaded.com.google$.common.collect.$BiMap inverse transient java.util.Set values private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$BiMap, autovalue.shaded.com.google$.common.collect.$BiMap) autovalue.shaded.com.google$.common.collect.$BiMap delegate autovalue.shaded.com.google$.common.collect.$BiMap inverse protected java.util.Map delegate () public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value public autovalue.shaded.com.google$.common.collect.$BiMap inverse () autovalue.shaded.com.google$.common.collect.$BiMap result public java.util.Set values () java.util.Set result public volatile synthetic java.util.Collection values () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$UnmodifiableEntries.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableEntries extends autovalue.shaded.com.google$.common.collect.$ForwardingCollection { private final java.util.Collection entries void <init> (java.util.Collection) java.util.Collection entries protected java.util.Collection delegate () public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$UnmodifiableEntrySet.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableEntrySet extends autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableEntries implements java.util.Set { void <init> (java.util.Set) java.util.Set entries public boolean equals (java.lang.Object) Object object public int hashCode () }
autovalue/shaded/com/google$/common/collect/$Maps$UnmodifiableNavigableMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableNavigableMap extends autovalue.shaded.com.google$.common.collect.$ForwardingSortedMap implements java.util.NavigableMap java.io.Serializable { private final java.util.NavigableMap delegate private transient autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableNavigableMap descendingMap void <init> (java.util.NavigableMap) java.util.NavigableMap delegate void <init> (java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableNavigableMap) java.util.NavigableMap delegate autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableNavigableMap descendingMap protected java.util.SortedMap delegate () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public final java.util.Map$Entry pollFirstEntry () public final java.util.Map$Entry pollLastEntry () public java.util.NavigableMap descendingMap () autovalue.shaded.com.google$.common.collect.$Maps$UnmodifiableNavigableMap result public java.util.Set keySet () public java.util.NavigableSet navigableKeySet () public java.util.NavigableSet descendingKeySet () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Maps$ValueDifferenceImpl.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$ValueDifferenceImpl extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapDifference$ValueDifference { private final Object left private final Object right static autovalue.shaded.com.google$.common.collect.$MapDifference$ValueDifference create (java.lang.Object, java.lang.Object) Object left Object right private void <init> (java.lang.Object, java.lang.Object) Object left Object right public java.lang.Object leftValue () public java.lang.Object rightValue () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$MapDifference$ValueDifference that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Maps$Values.class
$Maps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Maps$Values extends java.util.AbstractCollection { final java.util.Map map void <init> (java.util.Map) java.util.Map map final java.util.Map map () public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean remove (java.lang.Object) java.util.Map$Entry entry UnsupportedOperationException e Object o public boolean removeAll (java.util.Collection) java.util.Map$Entry entry java.util.Set toRemove UnsupportedOperationException e java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Map$Entry entry java.util.Set toRetain UnsupportedOperationException e java.util.Collection c public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public void clear () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v }
autovalue/shaded/com/google$/common/collect/$Maps$ViewCachingAbstractMap.class
$Maps.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap extends java.util.AbstractMap { private transient java.util.Set entrySet private transient java.util.Set keySet private transient java.util.Collection values void <init> () abstract java.util.Set createEntrySet () public java.util.Set entrySet () java.util.Set result public java.util.Set keySet () java.util.Set result java.util.Set createKeySet () public java.util.Collection values () java.util.Collection result java.util.Collection createValues () }
autovalue/shaded/com/google$/common/collect/$Maps.class
$Maps.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Maps extends java.lang.Object { private void <init> () static autovalue.shaded.com.google$.common.base.$Function keyFunction () static autovalue.shaded.com.google$.common.base.$Function valueFunction () static java.util.Iterator keyIterator (java.util.Iterator) java.util.Iterator entryIterator static java.util.Iterator valueIterator (java.util.Iterator) java.util.Iterator entryIterator public static autovalue.shaded.com.google$.common.collect.$ImmutableMap immutableEnumMap (java.util.Map) autovalue.shaded.com.google$.common.collect.$ImmutableEnumMap result java.util.Map$Entry entry Enum key Object value java.util.Map map java.util.Iterator entryItr java.util.Map$Entry entry1 Enum key1 Object value1 Class clazz java.util.EnumMap enumMap public static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static java.util.HashMap newHashMap () public static java.util.HashMap newHashMap (java.util.Map) java.util.Map map public static java.util.HashMap newHashMapWithExpectedSize (int) int expectedSize static int capacity (int) int expectedSize public static java.util.LinkedHashMap newLinkedHashMap () public static java.util.LinkedHashMap newLinkedHashMap (java.util.Map) java.util.Map map public static java.util.LinkedHashMap newLinkedHashMapWithExpectedSize (int) int expectedSize public static java.util.concurrent.ConcurrentMap newConcurrentMap () public static java.util.TreeMap newTreeMap () public static java.util.TreeMap newTreeMap (java.util.SortedMap) java.util.SortedMap map public static java.util.TreeMap newTreeMap (java.util.Comparator) java.util.Comparator comparator public static java.util.EnumMap newEnumMap (java.lang.Class) Class type public static java.util.EnumMap newEnumMap (java.util.Map) java.util.Map map public static java.util.IdentityHashMap newIdentityHashMap () public static autovalue.shaded.com.google$.common.collect.$MapDifference difference (java.util.Map, java.util.Map) java.util.SortedMap sortedLeft java.util.Map left java.util.Map right public static autovalue.shaded.com.google$.common.collect.$MapDifference difference (java.util.Map, java.util.Map, autovalue.shaded.com.google$.common.base.$Equivalence) java.util.Map left java.util.Map right autovalue.shaded.com.google$.common.base.$Equivalence valueEquivalence java.util.Map onlyOnLeft java.util.Map onlyOnRight java.util.Map onBoth java.util.Map differences public static autovalue.shaded.com.google$.common.collect.$SortedMapDifference difference (java.util.SortedMap, java.util.Map) java.util.SortedMap left java.util.Map right java.util.Comparator comparator java.util.SortedMap onlyOnLeft java.util.SortedMap onlyOnRight java.util.SortedMap onBoth java.util.SortedMap differences private static void doDifference (java.util.Map, java.util.Map, autovalue.shaded.com.google$.common.base.$Equivalence, java.util.Map, java.util.Map, java.util.Map, java.util.Map) Object rightValue Object leftKey Object leftValue java.util.Map$Entry entry java.util.Map left java.util.Map right autovalue.shaded.com.google$.common.base.$Equivalence valueEquivalence java.util.Map onlyOnLeft java.util.Map onlyOnRight java.util.Map onBoth java.util.Map differences private static java.util.Map unmodifiableMap (java.util.Map) java.util.Map map static java.util.Comparator orNaturalOrder (java.util.Comparator) java.util.Comparator comparator public static java.util.Map asMap (java.util.Set, autovalue.shaded.com.google$.common.base.$Function) java.util.Set set autovalue.shaded.com.google$.common.base.$Function function public static java.util.SortedMap asMap (java.util.SortedSet, autovalue.shaded.com.google$.common.base.$Function) java.util.SortedSet set autovalue.shaded.com.google$.common.base.$Function function public static java.util.NavigableMap asMap (java.util.NavigableSet, autovalue.shaded.com.google$.common.base.$Function) java.util.NavigableSet set autovalue.shaded.com.google$.common.base.$Function function static java.util.Iterator asMapEntryIterator (java.util.Set, autovalue.shaded.com.google$.common.base.$Function) java.util.Set set autovalue.shaded.com.google$.common.base.$Function function private static java.util.Set removeOnlySet (java.util.Set) java.util.Set set private static java.util.SortedSet removeOnlySortedSet (java.util.SortedSet) java.util.SortedSet set private static java.util.NavigableSet removeOnlyNavigableSet (java.util.NavigableSet) java.util.NavigableSet set public static autovalue.shaded.com.google$.common.collect.$ImmutableMap toMap (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Function) Iterable keys autovalue.shaded.com.google$.common.base.$Function valueFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableMap toMap (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Function) Object key java.util.Iterator keys autovalue.shaded.com.google$.common.base.$Function valueFunction java.util.Map builder public static autovalue.shaded.com.google$.common.collect.$ImmutableMap uniqueIndex (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Function) Iterable values autovalue.shaded.com.google$.common.base.$Function keyFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableMap uniqueIndex (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Function) Object value IllegalArgumentException duplicateKeys java.util.Iterator values autovalue.shaded.com.google$.common.base.$Function keyFunction autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder public static autovalue.shaded.com.google$.common.collect.$ImmutableMap fromProperties (java.util.Properties) String key java.util.Enumeration e java.util.Properties properties autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder public static java.util.Map$Entry immutableEntry (java.lang.Object, java.lang.Object) Object key Object value static java.util.Set unmodifiableEntrySet (java.util.Set) java.util.Set entrySet static java.util.Map$Entry unmodifiableEntry (java.util.Map$Entry) java.util.Map$Entry entry static autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator unmodifiableEntryIterator (java.util.Iterator) java.util.Iterator entryIterator public static autovalue.shaded.com.google$.common.base.$Converter asConverter (autovalue.shaded.com.google$.common.collect.$BiMap) autovalue.shaded.com.google$.common.collect.$BiMap bimap public static autovalue.shaded.com.google$.common.collect.$BiMap synchronizedBiMap (autovalue.shaded.com.google$.common.collect.$BiMap) autovalue.shaded.com.google$.common.collect.$BiMap bimap public static autovalue.shaded.com.google$.common.collect.$BiMap unmodifiableBiMap (autovalue.shaded.com.google$.common.collect.$BiMap) autovalue.shaded.com.google$.common.collect.$BiMap bimap public static java.util.Map transformValues (java.util.Map, autovalue.shaded.com.google$.common.base.$Function) java.util.Map fromMap autovalue.shaded.com.google$.common.base.$Function function public static java.util.SortedMap transformValues (java.util.SortedMap, autovalue.shaded.com.google$.common.base.$Function) java.util.SortedMap fromMap autovalue.shaded.com.google$.common.base.$Function function public static java.util.NavigableMap transformValues (java.util.NavigableMap, autovalue.shaded.com.google$.common.base.$Function) java.util.NavigableMap fromMap autovalue.shaded.com.google$.common.base.$Function function public static java.util.Map transformEntries (java.util.Map, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) java.util.Map fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public static java.util.SortedMap transformEntries (java.util.SortedMap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) java.util.SortedMap fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public static java.util.NavigableMap transformEntries (java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) java.util.NavigableMap fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer static autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer asEntryTransformer (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function function static autovalue.shaded.com.google$.common.base.$Function asValueToValueFunction (autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer Object key static autovalue.shaded.com.google$.common.base.$Function asEntryToValueFunction (autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer static java.util.Map$Entry transformEntry (autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer java.util.Map$Entry entry static autovalue.shaded.com.google$.common.base.$Function asEntryToEntryFunction (autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer static autovalue.shaded.com.google$.common.base.$Predicate keyPredicateOnEntries (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate keyPredicate static autovalue.shaded.com.google$.common.base.$Predicate valuePredicateOnEntries (autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.base.$Predicate valuePredicate public static java.util.Map filterKeys (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate autovalue.shaded.com.google$.common.base.$Predicate entryPredicate public static java.util.SortedMap filterKeys (java.util.SortedMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.SortedMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public static java.util.NavigableMap filterKeys (java.util.NavigableMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.NavigableMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public static autovalue.shaded.com.google$.common.collect.$BiMap filterKeys (autovalue.shaded.com.google$.common.collect.$BiMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$BiMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public static java.util.Map filterValues (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map unfiltered autovalue.shaded.com.google$.common.base.$Predicate valuePredicate public static java.util.SortedMap filterValues (java.util.SortedMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.SortedMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate valuePredicate public static java.util.NavigableMap filterValues (java.util.NavigableMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.NavigableMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate valuePredicate public static autovalue.shaded.com.google$.common.collect.$BiMap filterValues (autovalue.shaded.com.google$.common.collect.$BiMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$BiMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate valuePredicate public static java.util.Map filterEntries (java.util.Map, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate public static java.util.SortedMap filterEntries (java.util.SortedMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.SortedMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate public static java.util.NavigableMap filterEntries (java.util.NavigableMap, autovalue.shaded.com.google$.common.base.$Predicate) java.util.NavigableMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate public static autovalue.shaded.com.google$.common.collect.$BiMap filterEntries (autovalue.shaded.com.google$.common.collect.$BiMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$BiMap unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate private static java.util.Map filterFiltered (autovalue.shaded.com.google$.common.collect.$Maps$AbstractFilteredMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Maps$AbstractFilteredMap map autovalue.shaded.com.google$.common.base.$Predicate entryPredicate private static java.util.SortedMap filterFiltered (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntrySortedMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntrySortedMap map autovalue.shaded.com.google$.common.base.$Predicate entryPredicate autovalue.shaded.com.google$.common.base.$Predicate predicate private static java.util.NavigableMap filterFiltered (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryNavigableMap map autovalue.shaded.com.google$.common.base.$Predicate entryPredicate autovalue.shaded.com.google$.common.base.$Predicate predicate private static autovalue.shaded.com.google$.common.collect.$BiMap filterFiltered (autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryBiMap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Maps$FilteredEntryBiMap map autovalue.shaded.com.google$.common.base.$Predicate entryPredicate autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.util.NavigableMap unmodifiableNavigableMap (java.util.NavigableMap) java.util.NavigableMap result java.util.NavigableMap map private static java.util.Map$Entry unmodifiableOrNull (java.util.Map$Entry) java.util.Map$Entry entry public static java.util.NavigableMap synchronizedNavigableMap (java.util.NavigableMap) java.util.NavigableMap navigableMap static java.lang.Object safeGet (java.util.Map, java.lang.Object) RuntimeException e java.util.Map map Object key static boolean safeContainsKey (java.util.Map, java.lang.Object) RuntimeException e java.util.Map map Object key static java.lang.Object safeRemove (java.util.Map, java.lang.Object) RuntimeException e java.util.Map map Object key static boolean containsKeyImpl (java.util.Map, java.lang.Object) java.util.Map map Object key static boolean containsValueImpl (java.util.Map, java.lang.Object) java.util.Map map Object value static boolean containsEntryImpl (java.util.Collection, java.lang.Object) java.util.Collection c Object o static boolean removeEntryImpl (java.util.Collection, java.lang.Object) java.util.Collection c Object o static boolean equalsImpl (java.util.Map, java.lang.Object) java.util.Map o java.util.Map map Object object static java.lang.String toStringImpl (java.util.Map) java.util.Map$Entry entry java.util.Map map StringBuilder sb boolean first static void putAllImpl (java.util.Map, java.util.Map) java.util.Map$Entry entry java.util.Map self java.util.Map map static java.lang.Object keyOrNull (java.util.Map$Entry) java.util.Map$Entry entry static java.lang.Object valueOrNull (java.util.Map$Entry) java.util.Map$Entry entry static autovalue.shaded.com.google$.common.collect.$ImmutableMap indexMap (java.util.Collection) Object e java.util.Collection list autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder builder int i public static java.util.NavigableMap subMap (java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$Range) java.util.NavigableMap map autovalue.shaded.com.google$.common.collect.$Range range static synthetic java.util.Map access$100 (java.util.Map) java.util.Map x0 static synthetic java.util.Set access$200 (java.util.Set) java.util.Set x0 static synthetic java.util.SortedSet access$300 (java.util.SortedSet) java.util.SortedSet x0 static synthetic java.util.NavigableSet access$400 (java.util.NavigableSet) java.util.NavigableSet x0 static synthetic java.util.Map$Entry access$800 (java.util.Map$Entry) java.util.Map$Entry x0 }
autovalue/shaded/com/google$/common/collect/$MoreCollectors$ToOptionalState.class
$MoreCollectors.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState extends java.lang.Object { static final int MAX_EXTRAS Object element java.util.List extras void <init> () java.lang.IllegalArgumentException multiples (boolean) Object o boolean overflow StringBuilder sb void add (java.lang.Object) Object o autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState combine (autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState) autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState other java.util.Optional getOptional () java.lang.Object getElement () }
autovalue/shaded/com/google$/common/collect/$MoreCollectors.class
$MoreCollectors.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$MoreCollectors extends java.lang.Object { private static final java.util.stream.Collector TO_OPTIONAL private static final Object NULL_PLACEHOLDER private static final java.util.stream.Collector ONLY_ELEMENT public static java.util.stream.Collector toOptional () public static java.util.stream.Collector onlyElement () private void <init> () private static synthetic java.lang.Object lambda$static$1 (autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState) autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState state Object result private static synthetic void lambda$static$0 (autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState, java.lang.Object) autovalue.shaded.com.google$.common.collect.$MoreCollectors$ToOptionalState state Object o static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Multimap.class
$Multimap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Multimap extends java.lang.Object { public abstract int size () public abstract boolean isEmpty () public abstract boolean containsKey (java.lang.Object) public abstract boolean containsValue (java.lang.Object) public abstract boolean containsEntry (java.lang.Object, java.lang.Object) public abstract boolean put (java.lang.Object, java.lang.Object) public abstract boolean remove (java.lang.Object, java.lang.Object) public abstract boolean putAll (java.lang.Object, java.lang.Iterable) public abstract boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) public abstract java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Collection removeAll (java.lang.Object) public abstract void clear () public abstract java.util.Collection get (java.lang.Object) public abstract java.util.Set keySet () public abstract autovalue.shaded.com.google$.common.collect.$Multiset keys () public abstract java.util.Collection values () public abstract java.util.Collection entries () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public abstract java.util.Map asMap () public abstract boolean equals (java.lang.Object) public abstract int hashCode () private static synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.util.Map$Entry) java.util.function.BiConsumer action java.util.Map$Entry entry }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$1.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$1 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys { final synthetic int val$expectedKeys void <init> (int) java.util.Map createMap () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$2.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$2 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys { final synthetic int val$expectedKeys void <init> (int) java.util.Map createMap () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$3.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$3 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys { final synthetic java.util.Comparator val$comparator void <init> (java.util.Comparator) java.util.Map createMap () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$4.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$4 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys { final synthetic Class val$keyClass void <init> (java.lang.Class) java.util.Map createMap () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$ArrayListSupplier.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MultimapBuilder$ArrayListSupplier extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Supplier java.io.Serializable { private final int expectedValuesPerKey void <init> (int) int expectedValuesPerKey public java.util.List get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$EnumSetSupplier.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MultimapBuilder$EnumSetSupplier extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Supplier java.io.Serializable { private final Class clazz void <init> (java.lang.Class) Class clazz public java.util.Set get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$HashSetSupplier.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MultimapBuilder$HashSetSupplier extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Supplier java.io.Serializable { private final int expectedValuesPerKey void <init> (int) int expectedValuesPerKey public java.util.Set get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$LinkedHashSetSupplier.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MultimapBuilder$LinkedHashSetSupplier extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Supplier java.io.Serializable { private final int expectedValuesPerKey void <init> (int) int expectedValuesPerKey public java.util.Set get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$LinkedListSupplier.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$MultimapBuilder$LinkedListSupplier extends java.lang.Enum implements autovalue.shaded.com.google$.common.base.$Supplier { public static final enum autovalue.shaded.com.google$.common.collect.$MultimapBuilder$LinkedListSupplier INSTANCE private static final synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$LinkedListSupplier[] $VALUES public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$LinkedListSupplier[] values () public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$LinkedListSupplier valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static autovalue.shaded.com.google$.common.base.$Supplier instance () autovalue.shaded.com.google$.common.base.$Supplier result public java.util.List get () public volatile synthetic java.lang.Object get () private static synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$LinkedListSupplier[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$ListMultimapBuilder.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$MultimapBuilder$ListMultimapBuilder extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder { void <init> () public abstract autovalue.shaded.com.google$.common.collect.$ListMultimap build () public autovalue.shaded.com.google$.common.collect.$ListMultimap build (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$MultimapBuilderWithKeys$1.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys$1 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$ListMultimapBuilder { final synthetic int val$expectedValuesPerKey final synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys, int) autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 public autovalue.shaded.com.google$.common.collect.$ListMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$MultimapBuilderWithKeys$2.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys$2 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$ListMultimapBuilder { final synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys) autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 public autovalue.shaded.com.google$.common.collect.$ListMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$MultimapBuilderWithKeys$3.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys$3 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder { final synthetic int val$expectedValuesPerKey final synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys, int) autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 public autovalue.shaded.com.google$.common.collect.$SetMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$MultimapBuilderWithKeys$4.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys$4 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder { final synthetic int val$expectedValuesPerKey final synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys, int) autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 public autovalue.shaded.com.google$.common.collect.$SetMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$MultimapBuilderWithKeys$5.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys$5 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SortedSetMultimapBuilder { final synthetic java.util.Comparator val$comparator final synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys, java.util.Comparator) autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 public autovalue.shaded.com.google$.common.collect.$SortedSetMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$SetMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$MultimapBuilderWithKeys$6.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys$6 extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder { final synthetic Class val$valueClass final synthetic autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys, java.lang.Class) autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys this$0 public autovalue.shaded.com.google$.common.collect.$SetMultimap build () autovalue.shaded.com.google$.common.base.$Supplier factory public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$MultimapBuilderWithKeys.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys extends java.lang.Object { private static final int DEFAULT_EXPECTED_VALUES_PER_KEY void <init> () abstract java.util.Map createMap () public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$ListMultimapBuilder arrayListValues () public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$ListMultimapBuilder arrayListValues (int) int expectedValuesPerKey public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$ListMultimapBuilder linkedListValues () public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder hashSetValues () public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder hashSetValues (int) int expectedValuesPerKey public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder linkedHashSetValues () public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder linkedHashSetValues (int) int expectedValuesPerKey public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SortedSetMultimapBuilder treeSetValues () public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SortedSetMultimapBuilder treeSetValues (java.util.Comparator) java.util.Comparator comparator public autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder enumSetValues (java.lang.Class) Class valueClass }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$SetMultimapBuilder.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder { void <init> () public abstract autovalue.shaded.com.google$.common.collect.$SetMultimap build () public autovalue.shaded.com.google$.common.collect.$SetMultimap build (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$SortedSetMultimapBuilder.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SortedSetMultimapBuilder extends autovalue.shaded.com.google$.common.collect.$MultimapBuilder$SetMultimapBuilder { void <init> () public abstract autovalue.shaded.com.google$.common.collect.$SortedSetMultimap build () public autovalue.shaded.com.google$.common.collect.$SortedSetMultimap build (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public volatile synthetic autovalue.shaded.com.google$.common.collect.$SetMultimap build (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic autovalue.shaded.com.google$.common.collect.$SetMultimap build () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build (autovalue.shaded.com.google$.common.collect.$Multimap) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap build () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder$TreeSetSupplier.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$MultimapBuilder$TreeSetSupplier extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Supplier java.io.Serializable { private final java.util.Comparator comparator void <init> (java.util.Comparator) java.util.Comparator comparator public java.util.SortedSet get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/collect/$MultimapBuilder.class
$MultimapBuilder.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$MultimapBuilder extends java.lang.Object { private static final int DEFAULT_EXPECTED_KEYS private void <init> () public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys hashKeys () public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys hashKeys (int) int expectedKeys public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys linkedHashKeys () public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys linkedHashKeys (int) int expectedKeys public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys treeKeys () public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys treeKeys (java.util.Comparator) java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$MultimapBuilder$MultimapBuilderWithKeys enumKeys (java.lang.Class) Class keyClass public abstract autovalue.shaded.com.google$.common.collect.$Multimap build () public autovalue.shaded.com.google$.common.collect.$Multimap build (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap autovalue.shaded.com.google$.common.collect.$Multimap result synthetic void <init> (autovalue.shaded.com.google$.common.collect.$MultimapBuilder$1) autovalue.shaded.com.google$.common.collect.$MultimapBuilder$1 x0 }
autovalue/shaded/com/google$/common/collect/$Multimaps$AsMap$EntrySet$1.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap$EntrySet$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap$EntrySet this$1 void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap$EntrySet) autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap$EntrySet this$1 public java.util.Collection apply (java.lang.Object) Object key public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Multimaps$AsMap$EntrySet.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap$EntrySet extends autovalue.shaded.com.google$.common.collect.$Maps$EntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap) autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap this$0 java.util.Map map () public java.util.Iterator iterator () public boolean remove (java.lang.Object) Object o java.util.Map$Entry entry }
autovalue/shaded/com/google$/common/collect/$Multimaps$AsMap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { private final autovalue.shaded.com.google$.common.collect.$Multimap multimap void <init> (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public int size () protected java.util.Set createEntrySet () void removeValuesForKey (java.lang.Object) Object key public java.util.Collection get (java.lang.Object) Object key public java.util.Collection remove (java.lang.Object) Object key public java.util.Set keySet () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public void clear () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) static synthetic autovalue.shaded.com.google$.common.collect.$Multimap access$200 (autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap) autovalue.shaded.com.google$.common.collect.$Multimaps$AsMap x0 }
autovalue/shaded/com/google$/common/collect/$Multimaps$CustomListMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$CustomListMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractListMultimap { transient autovalue.shaded.com.google$.common.base.$Supplier factory private static final long serialVersionUID void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.List createCollection () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map protected volatile synthetic java.util.Collection createCollection () }
autovalue/shaded/com/google$/common/collect/$Multimaps$CustomMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$CustomMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMapBasedMultimap { transient autovalue.shaded.com.google$.common.base.$Supplier factory private static final long serialVersionUID void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.Collection createCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map }
autovalue/shaded/com/google$/common/collect/$Multimaps$CustomSetMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$CustomSetMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractSetMultimap { transient autovalue.shaded.com.google$.common.base.$Supplier factory private static final long serialVersionUID void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.Set createCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map protected volatile synthetic java.util.Collection createCollection () }
autovalue/shaded/com/google$/common/collect/$Multimaps$CustomSortedSetMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$CustomSortedSetMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractSortedSetMultimap { transient autovalue.shaded.com.google$.common.base.$Supplier factory transient java.util.Comparator valueComparator private static final long serialVersionUID void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.SortedSet createCollection () public java.util.Comparator valueComparator () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map protected volatile synthetic java.util.Set createCollection () protected volatile synthetic java.util.Collection createCollection () }
autovalue/shaded/com/google$/common/collect/$Multimaps$Entries.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Multimaps$Entries extends java.util.AbstractCollection { void <init> () abstract autovalue.shaded.com.google$.common.collect.$Multimap multimap () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object o public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o public void clear () }
autovalue/shaded/com/google$/common/collect/$Multimaps$Keys$1$1.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$Keys$1$1 extends autovalue.shaded.com.google$.common.collect.$Multisets$AbstractEntry { final synthetic java.util.Map$Entry val$backingEntry void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$Keys$1, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$Multimaps$Keys$1 this$1 public java.lang.Object getElement () public int getCount () }
autovalue/shaded/com/google$/common/collect/$Multimaps$Keys$1.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$Keys$1 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$Keys, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Multimaps$Keys this$0 java.util.Iterator backingIterator autovalue.shaded.com.google$.common.collect.$Multiset$Entry transform (java.util.Map$Entry) java.util.Map$Entry backingEntry volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Multimaps$Keys.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$Keys extends autovalue.shaded.com.google$.common.collect.$AbstractMultiset { final autovalue.shaded.com.google$.common.collect.$Multimap multimap void <init> (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap java.util.Iterator entryIterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer consumer int distinctElements () public int size () public boolean contains (java.lang.Object) Object element public java.util.Iterator iterator () public int count (java.lang.Object) Object element java.util.Collection values public int remove (java.lang.Object, int) int i java.util.Iterator iterator Object element int occurrences java.util.Collection values int oldCount public void clear () public java.util.Set elementSet () java.util.Iterator elementIterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.util.Map$Entry) java.util.function.Consumer consumer java.util.Map$Entry entry }
autovalue/shaded/com/google$/common/collect/$Multimaps$MapMultimap$1$1.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap$1$1 extends java.lang.Object implements java.util.Iterator { int i final synthetic autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap$1 this$1 void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap$1) autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap$1 this$1 public boolean hasNext () public java.lang.Object next () public void remove () }
autovalue/shaded/com/google$/common/collect/$Multimaps$MapMultimap$1.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap$1 extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { final synthetic Object val$key final synthetic autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap this$0 public java.util.Iterator iterator () public int size () }
autovalue/shaded/com/google$/common/collect/$Multimaps$MapMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$MapMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap implements autovalue.shaded.com.google$.common.collect.$SetMultimap java.io.Serializable { final java.util.Map map private static final long serialVersionUID void <init> (java.util.Map) java.util.Map map public int size () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value public java.util.Set get (java.lang.Object) Object key public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Set removeAll (java.lang.Object) Object key java.util.Set values public void clear () java.util.Set createKeySet () java.util.Collection createValues () public java.util.Set entries () java.util.Collection createEntries () autovalue.shaded.com.google$.common.collect.$Multiset createKeys () java.util.Iterator entryIterator () java.util.Map createAsMap () public int hashCode () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Multimaps$TransformedEntriesListMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Multimaps$TransformedEntriesListMultimap extends autovalue.shaded.com.google$.common.collect.$Multimaps$TransformedEntriesMultimap implements autovalue.shaded.com.google$.common.collect.$ListMultimap { void <init> (autovalue.shaded.com.google$.common.collect.$ListMultimap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) autovalue.shaded.com.google$.common.collect.$ListMultimap fromMultimap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer java.util.List transform (java.lang.Object, java.util.Collection) Object key java.util.Collection values public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) volatile synthetic java.util.Collection transform (java.lang.Object, java.util.Collection) }
autovalue/shaded/com/google$/common/collect/$Multimaps$TransformedEntriesMultimap$1.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$TransformedEntriesMultimap$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer { final synthetic autovalue.shaded.com.google$.common.collect.$Multimaps$TransformedEntriesMultimap this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$TransformedEntriesMultimap) autovalue.shaded.com.google$.common.collect.$Multimaps$TransformedEntriesMultimap this$0 public java.util.Collection transformEntry (java.lang.Object, java.util.Collection) Object key java.util.Collection value public volatile synthetic java.lang.Object transformEntry (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Multimaps$TransformedEntriesMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$TransformedEntriesMultimap extends autovalue.shaded.com.google$.common.collect.$AbstractMultimap { final autovalue.shaded.com.google$.common.collect.$Multimap fromMultimap final autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer void <init> (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) autovalue.shaded.com.google$.common.collect.$Multimap fromMultimap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer java.util.Collection transform (java.lang.Object, java.util.Collection) Object key java.util.Collection values autovalue.shaded.com.google$.common.base.$Function function java.util.Map createAsMap () public void clear () public boolean containsKey (java.lang.Object) Object key java.util.Collection createEntries () java.util.Iterator entryIterator () public java.util.Collection get (java.lang.Object) Object key public boolean isEmpty () java.util.Set createKeySet () autovalue.shaded.com.google$.common.collect.$Multiset createKeys () public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public int size () java.util.Collection createValues () }
autovalue/shaded/com/google$/common/collect/$Multimaps$UnmodifiableListMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableListMultimap extends autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableMultimap implements autovalue.shaded.com.google$.common.collect.$ListMultimap { private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ListMultimap) autovalue.shaded.com.google$.common.collect.$ListMultimap delegate public autovalue.shaded.com.google$.common.collect.$ListMultimap delegate () public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap delegate () public volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Multimaps$UnmodifiableMultimap$1.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableMultimap$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { void <init> (autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableMultimap) autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableMultimap this$0 public java.util.Collection apply (java.util.Collection) java.util.Collection collection public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Multimaps$UnmodifiableMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableMultimap extends autovalue.shaded.com.google$.common.collect.$ForwardingMultimap implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$Multimap delegate transient java.util.Collection entries transient autovalue.shaded.com.google$.common.collect.$Multiset keys transient java.util.Set keySet transient java.util.Collection values transient java.util.Map map private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap delegate protected autovalue.shaded.com.google$.common.collect.$Multimap delegate () public void clear () public java.util.Map asMap () java.util.Map result public java.util.Collection entries () java.util.Collection result public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer consumer public java.util.Collection get (java.lang.Object) Object key public autovalue.shaded.com.google$.common.collect.$Multiset keys () autovalue.shaded.com.google$.common.collect.$Multiset result public java.util.Set keySet () java.util.Set result public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Collection values () java.util.Collection result protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Multimaps$UnmodifiableSetMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableSetMultimap extends autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableMultimap implements autovalue.shaded.com.google$.common.collect.$SetMultimap { private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$SetMultimap) autovalue.shaded.com.google$.common.collect.$SetMultimap delegate public autovalue.shaded.com.google$.common.collect.$SetMultimap delegate () public java.util.Set get (java.lang.Object) Object key public java.util.Set entries () public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap delegate () public volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Multimaps$UnmodifiableSortedSetMultimap.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableSortedSetMultimap extends autovalue.shaded.com.google$.common.collect.$Multimaps$UnmodifiableSetMultimap implements autovalue.shaded.com.google$.common.collect.$SortedSetMultimap { private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$SortedSetMultimap) autovalue.shaded.com.google$.common.collect.$SortedSetMultimap delegate public autovalue.shaded.com.google$.common.collect.$SortedSetMultimap delegate () public java.util.SortedSet get (java.lang.Object) Object key public java.util.SortedSet removeAll (java.lang.Object) Object key public java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Comparator valueComparator () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic autovalue.shaded.com.google$.common.collect.$SetMultimap delegate () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap delegate () public volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Multimaps.class
$Multimaps.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Multimaps extends java.lang.Object { private void <init> () public static java.util.stream.Collector toMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier public static java.util.stream.Collector flatteningToMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier public static autovalue.shaded.com.google$.common.collect.$Multimap newMultimap (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory public static autovalue.shaded.com.google$.common.collect.$ListMultimap newListMultimap (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory public static autovalue.shaded.com.google$.common.collect.$SetMultimap newSetMultimap (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory public static autovalue.shaded.com.google$.common.collect.$SortedSetMultimap newSortedSetMultimap (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map map autovalue.shaded.com.google$.common.base.$Supplier factory public static autovalue.shaded.com.google$.common.collect.$Multimap invertFrom (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.collect.$Multimap) java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$Multimap source autovalue.shaded.com.google$.common.collect.$Multimap dest public static autovalue.shaded.com.google$.common.collect.$Multimap synchronizedMultimap (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public static autovalue.shaded.com.google$.common.collect.$Multimap unmodifiableMultimap (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap delegate public static autovalue.shaded.com.google$.common.collect.$Multimap unmodifiableMultimap (autovalue.shaded.com.google$.common.collect.$ImmutableMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableMultimap delegate public static autovalue.shaded.com.google$.common.collect.$SetMultimap synchronizedSetMultimap (autovalue.shaded.com.google$.common.collect.$SetMultimap) autovalue.shaded.com.google$.common.collect.$SetMultimap multimap public static autovalue.shaded.com.google$.common.collect.$SetMultimap unmodifiableSetMultimap (autovalue.shaded.com.google$.common.collect.$SetMultimap) autovalue.shaded.com.google$.common.collect.$SetMultimap delegate public static autovalue.shaded.com.google$.common.collect.$SetMultimap unmodifiableSetMultimap (autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableSetMultimap delegate public static autovalue.shaded.com.google$.common.collect.$SortedSetMultimap synchronizedSortedSetMultimap (autovalue.shaded.com.google$.common.collect.$SortedSetMultimap) autovalue.shaded.com.google$.common.collect.$SortedSetMultimap multimap public static autovalue.shaded.com.google$.common.collect.$SortedSetMultimap unmodifiableSortedSetMultimap (autovalue.shaded.com.google$.common.collect.$SortedSetMultimap) autovalue.shaded.com.google$.common.collect.$SortedSetMultimap delegate public static autovalue.shaded.com.google$.common.collect.$ListMultimap synchronizedListMultimap (autovalue.shaded.com.google$.common.collect.$ListMultimap) autovalue.shaded.com.google$.common.collect.$ListMultimap multimap public static autovalue.shaded.com.google$.common.collect.$ListMultimap unmodifiableListMultimap (autovalue.shaded.com.google$.common.collect.$ListMultimap) autovalue.shaded.com.google$.common.collect.$ListMultimap delegate public static autovalue.shaded.com.google$.common.collect.$ListMultimap unmodifiableListMultimap (autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap) autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap delegate private static java.util.Collection unmodifiableValueCollection (java.util.Collection) java.util.Collection collection private static java.util.Collection unmodifiableEntries (java.util.Collection) java.util.Collection entries public static java.util.Map asMap (autovalue.shaded.com.google$.common.collect.$ListMultimap) autovalue.shaded.com.google$.common.collect.$ListMultimap multimap public static java.util.Map asMap (autovalue.shaded.com.google$.common.collect.$SetMultimap) autovalue.shaded.com.google$.common.collect.$SetMultimap multimap public static java.util.Map asMap (autovalue.shaded.com.google$.common.collect.$SortedSetMultimap) autovalue.shaded.com.google$.common.collect.$SortedSetMultimap multimap public static java.util.Map asMap (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public static autovalue.shaded.com.google$.common.collect.$SetMultimap forMap (java.util.Map) java.util.Map map public static autovalue.shaded.com.google$.common.collect.$Multimap transformValues (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.collect.$Multimap fromMultimap autovalue.shaded.com.google$.common.base.$Function function autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public static autovalue.shaded.com.google$.common.collect.$ListMultimap transformValues (autovalue.shaded.com.google$.common.collect.$ListMultimap, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.collect.$ListMultimap fromMultimap autovalue.shaded.com.google$.common.base.$Function function autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public static autovalue.shaded.com.google$.common.collect.$Multimap transformEntries (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) autovalue.shaded.com.google$.common.collect.$Multimap fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public static autovalue.shaded.com.google$.common.collect.$ListMultimap transformEntries (autovalue.shaded.com.google$.common.collect.$ListMultimap, autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer) autovalue.shaded.com.google$.common.collect.$ListMultimap fromMap autovalue.shaded.com.google$.common.collect.$Maps$EntryTransformer transformer public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap index (java.lang.Iterable, autovalue.shaded.com.google$.common.base.$Function) Iterable values autovalue.shaded.com.google$.common.base.$Function keyFunction public static autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap index (java.util.Iterator, autovalue.shaded.com.google$.common.base.$Function) Object value java.util.Iterator values autovalue.shaded.com.google$.common.base.$Function keyFunction autovalue.shaded.com.google$.common.collect.$ImmutableListMultimap$Builder builder public static autovalue.shaded.com.google$.common.collect.$Multimap filterKeys (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$FilteredKeyMultimap prev autovalue.shaded.com.google$.common.collect.$FilteredMultimap prev autovalue.shaded.com.google$.common.collect.$Multimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public static autovalue.shaded.com.google$.common.collect.$SetMultimap filterKeys (autovalue.shaded.com.google$.common.collect.$SetMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$FilteredKeySetMultimap prev autovalue.shaded.com.google$.common.collect.$FilteredSetMultimap prev autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public static autovalue.shaded.com.google$.common.collect.$ListMultimap filterKeys (autovalue.shaded.com.google$.common.collect.$ListMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$FilteredKeyListMultimap prev autovalue.shaded.com.google$.common.collect.$ListMultimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate keyPredicate public static autovalue.shaded.com.google$.common.collect.$Multimap filterValues (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Multimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate valuePredicate public static autovalue.shaded.com.google$.common.collect.$SetMultimap filterValues (autovalue.shaded.com.google$.common.collect.$SetMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate valuePredicate public static autovalue.shaded.com.google$.common.collect.$Multimap filterEntries (autovalue.shaded.com.google$.common.collect.$Multimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Multimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate public static autovalue.shaded.com.google$.common.collect.$SetMultimap filterEntries (autovalue.shaded.com.google$.common.collect.$SetMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$SetMultimap unfiltered autovalue.shaded.com.google$.common.base.$Predicate entryPredicate private static autovalue.shaded.com.google$.common.collect.$Multimap filterFiltered (autovalue.shaded.com.google$.common.collect.$FilteredMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$FilteredMultimap multimap autovalue.shaded.com.google$.common.base.$Predicate entryPredicate autovalue.shaded.com.google$.common.base.$Predicate predicate private static autovalue.shaded.com.google$.common.collect.$SetMultimap filterFiltered (autovalue.shaded.com.google$.common.collect.$FilteredSetMultimap, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$FilteredSetMultimap multimap autovalue.shaded.com.google$.common.base.$Predicate entryPredicate autovalue.shaded.com.google$.common.base.$Predicate predicate static boolean equalsImpl (autovalue.shaded.com.google$.common.collect.$Multimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multimap that autovalue.shaded.com.google$.common.collect.$Multimap multimap Object object static synthetic java.util.Collection access$000 (java.util.Collection) java.util.Collection x0 static synthetic java.util.Collection access$100 (java.util.Collection) java.util.Collection x0 }
autovalue/shaded/com/google$/common/collect/$Multiset$Entry.class
$Multiset.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Multiset$Entry extends java.lang.Object { public abstract java.lang.Object getElement () public abstract int getCount () public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Multiset.class
$Multiset.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Multiset extends java.lang.Object implements java.util.Collection { public abstract int size () public abstract int count (java.lang.Object) public abstract int add (java.lang.Object, int) public abstract boolean add (java.lang.Object) public abstract int remove (java.lang.Object, int) public abstract boolean remove (java.lang.Object) public abstract int setCount (java.lang.Object, int) public abstract boolean setCount (java.lang.Object, int, int) public abstract java.util.Set elementSet () public abstract java.util.Set entrySet () public void forEachEntry (java.util.function.ObjIntConsumer) java.util.function.ObjIntConsumer action public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () public abstract java.util.Iterator iterator () public abstract boolean contains (java.lang.Object) public abstract boolean containsAll (java.util.Collection) public abstract boolean removeAll (java.util.Collection) public abstract boolean retainAll (java.util.Collection) public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () private static synthetic void lambda$forEach$1 (java.util.function.Consumer, autovalue.shaded.com.google$.common.collect.$Multiset$Entry) int i java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry Object elem int count private static synthetic void lambda$forEachEntry$0 (java.util.function.ObjIntConsumer, autovalue.shaded.com.google$.common.collect.$Multiset$Entry) java.util.function.ObjIntConsumer action autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry }
autovalue/shaded/com/google$/common/collect/$Multisets$1$1.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$1$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic java.util.Iterator val$iterator2 final synthetic autovalue.shaded.com.google$.common.collect.$Multisets$1 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$1, java.util.Iterator, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Multisets$1 this$0 protected autovalue.shaded.com.google$.common.collect.$Multiset$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry1 Object element int count autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry2 Object element protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Multisets$1.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$1 extends autovalue.shaded.com.google$.common.collect.$Multisets$ViewMultiset { final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset1 final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset2 void <init> (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) public boolean contains (java.lang.Object) Object element public boolean isEmpty () public int count (java.lang.Object) Object element java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Iterator entryIterator () java.util.Iterator iterator1 java.util.Iterator iterator2 }
autovalue/shaded/com/google$/common/collect/$Multisets$2$1.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$2$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic autovalue.shaded.com.google$.common.collect.$Multisets$2 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$2, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Multisets$2 this$0 protected autovalue.shaded.com.google$.common.collect.$Multiset$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry1 Object element int count protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Multisets$2.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$2 extends autovalue.shaded.com.google$.common.collect.$Multisets$ViewMultiset { final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset1 final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset2 void <init> (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) public int count (java.lang.Object) Object element int count1 java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Iterator entryIterator () java.util.Iterator iterator1 }
autovalue/shaded/com/google$/common/collect/$Multisets$3$1.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$3$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic java.util.Iterator val$iterator2 final synthetic autovalue.shaded.com.google$.common.collect.$Multisets$3 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$3, java.util.Iterator, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Multisets$3 this$0 protected autovalue.shaded.com.google$.common.collect.$Multiset$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry1 Object element int count autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry2 Object element protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Multisets$3.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$3 extends autovalue.shaded.com.google$.common.collect.$Multisets$ViewMultiset { final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset1 final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset2 void <init> (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) public boolean contains (java.lang.Object) Object element public boolean isEmpty () public int size () public int count (java.lang.Object) Object element java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Iterator entryIterator () java.util.Iterator iterator1 java.util.Iterator iterator2 }
autovalue/shaded/com/google$/common/collect/$Multisets$4$1.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$4$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic autovalue.shaded.com.google$.common.collect.$Multisets$4 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$4, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Multisets$4 this$0 protected java.lang.Object computeNext () autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry1 Object element }
autovalue/shaded/com/google$/common/collect/$Multisets$4$2.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$4$2 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic autovalue.shaded.com.google$.common.collect.$Multisets$4 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$4, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Multisets$4 this$0 protected autovalue.shaded.com.google$.common.collect.$Multiset$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry1 Object element int count protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Multisets$4.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$4 extends autovalue.shaded.com.google$.common.collect.$Multisets$ViewMultiset { final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset1 final synthetic autovalue.shaded.com.google$.common.collect.$Multiset val$multiset2 void <init> (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) public int count (java.lang.Object) Object element int count1 public void clear () java.util.Iterator elementIterator () java.util.Iterator iterator1 java.util.Iterator entryIterator () java.util.Iterator iterator1 int distinctElements () }
autovalue/shaded/com/google$/common/collect/$Multisets$5.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$5 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { void <init> (java.util.Iterator) java.util.Iterator backingIterator java.lang.Object transform (autovalue.shaded.com.google$.common.collect.$Multiset$Entry) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Multisets$AbstractEntry.class
$Multisets.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Multisets$AbstractEntry extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Multiset$Entry { void <init> () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset$Entry that Object object public int hashCode () Object e public java.lang.String toString () String text int n }
autovalue/shaded/com/google$/common/collect/$Multisets$DecreasingCount.class
$Multisets.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Multisets$DecreasingCount extends java.lang.Object implements java.util.Comparator { static final autovalue.shaded.com.google$.common.collect.$Multisets$DecreasingCount INSTANCE private void <init> () public int compare (autovalue.shaded.com.google$.common.collect.$Multiset$Entry, autovalue.shaded.com.google$.common.collect.$Multiset$Entry) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry1 autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Multisets$ElementSet.class
$Multisets.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Multisets$ElementSet extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { void <init> () abstract autovalue.shaded.com.google$.common.collect.$Multiset multiset () public void clear () public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean isEmpty () public abstract java.util.Iterator iterator () public boolean remove (java.lang.Object) Object o public int size () }
autovalue/shaded/com/google$/common/collect/$Multisets$EntrySet.class
$Multisets.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Multisets$EntrySet extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { void <init> () abstract autovalue.shaded.com.google$.common.collect.$Multiset multiset () public boolean contains (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry int count Object o public boolean remove (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset multiset autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry Object element int entryCount Object object public void clear () }
autovalue/shaded/com/google$/common/collect/$Multisets$FilteredMultiset$1.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$FilteredMultiset$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Predicate { final synthetic autovalue.shaded.com.google$.common.collect.$Multisets$FilteredMultiset this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$FilteredMultiset) autovalue.shaded.com.google$.common.collect.$Multisets$FilteredMultiset this$0 public boolean apply (autovalue.shaded.com.google$.common.collect.$Multiset$Entry) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry public volatile synthetic boolean apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Multisets$FilteredMultiset.class
$Multisets.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Multisets$FilteredMultiset extends autovalue.shaded.com.google$.common.collect.$Multisets$ViewMultiset { final autovalue.shaded.com.google$.common.collect.$Multiset unfiltered final autovalue.shaded.com.google$.common.base.$Predicate predicate void <init> (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Multiset unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Set createEntrySet () java.util.Iterator entryIterator () public int count (java.lang.Object) Object e Object element int count public int add (java.lang.Object, int) Object element int occurrences public int remove (java.lang.Object, int) Object element int occurrences public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Multisets$ImmutableEntry.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry extends autovalue.shaded.com.google$.common.collect.$Multisets$AbstractEntry implements java.io.Serializable { private final Object element private final int count private static final long serialVersionUID void <init> (java.lang.Object, int) Object element int count public final java.lang.Object getElement () public final int getCount () public autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry nextInBucket () }
autovalue/shaded/com/google$/common/collect/$Multisets$MultisetIteratorImpl.class
$Multisets.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Multisets$MultisetIteratorImpl extends java.lang.Object implements java.util.Iterator { private final autovalue.shaded.com.google$.common.collect.$Multiset multiset private final java.util.Iterator entryIterator private autovalue.shaded.com.google$.common.collect.$Multiset$Entry currentEntry private int laterCount private int totalCount private boolean canRemove void <init> (autovalue.shaded.com.google$.common.collect.$Multiset, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Multiset multiset java.util.Iterator entryIterator public boolean hasNext () public java.lang.Object next () public void remove () }
autovalue/shaded/com/google$/common/collect/$Multisets$UnmodifiableMultiset.class
$Multisets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Multisets$UnmodifiableMultiset extends autovalue.shaded.com.google$.common.collect.$ForwardingMultiset implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$Multiset delegate transient java.util.Set elementSet transient java.util.Set entrySet private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset delegate protected autovalue.shaded.com.google$.common.collect.$Multiset delegate () java.util.Set createElementSet () public java.util.Set elementSet () java.util.Set es public java.util.Set entrySet () java.util.Set es public java.util.Iterator iterator () public boolean add (java.lang.Object) Object element public int add (java.lang.Object, int) Object element int occurences public boolean addAll (java.util.Collection) java.util.Collection elementsToAdd public boolean remove (java.lang.Object) Object element public int remove (java.lang.Object, int) Object element int occurrences public boolean removeAll (java.util.Collection) java.util.Collection elementsToRemove public boolean retainAll (java.util.Collection) java.util.Collection elementsToRetain public void clear () public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Multisets$ViewMultiset.class
$Multisets.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Multisets$ViewMultiset extends autovalue.shaded.com.google$.common.collect.$AbstractMultiset { private void <init> () public int size () public void clear () public java.util.Iterator iterator () int distinctElements () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$1) autovalue.shaded.com.google$.common.collect.$Multisets$1 x0 }
autovalue/shaded/com/google$/common/collect/$Multisets.class
$Multisets.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Multisets extends java.lang.Object { private void <init> () public static java.util.stream.Collector toMultiset (java.util.function.Function, java.util.function.ToIntFunction, java.util.function.Supplier) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction java.util.function.Supplier multisetSupplier public static autovalue.shaded.com.google$.common.collect.$Multiset unmodifiableMultiset (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset result autovalue.shaded.com.google$.common.collect.$Multiset multiset public static autovalue.shaded.com.google$.common.collect.$Multiset unmodifiableMultiset (autovalue.shaded.com.google$.common.collect.$ImmutableMultiset) autovalue.shaded.com.google$.common.collect.$ImmutableMultiset multiset public static autovalue.shaded.com.google$.common.collect.$SortedMultiset unmodifiableSortedMultiset (autovalue.shaded.com.google$.common.collect.$SortedMultiset) autovalue.shaded.com.google$.common.collect.$SortedMultiset sortedMultiset public static autovalue.shaded.com.google$.common.collect.$Multiset$Entry immutableEntry (java.lang.Object, int) Object e int n public static autovalue.shaded.com.google$.common.collect.$Multiset filter (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Multisets$FilteredMultiset filtered autovalue.shaded.com.google$.common.base.$Predicate combinedPredicate autovalue.shaded.com.google$.common.collect.$Multiset unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate static int inferDistinctElements (java.lang.Iterable) Iterable elements public static autovalue.shaded.com.google$.common.collect.$Multiset union (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset1 autovalue.shaded.com.google$.common.collect.$Multiset multiset2 public static autovalue.shaded.com.google$.common.collect.$Multiset intersection (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset1 autovalue.shaded.com.google$.common.collect.$Multiset multiset2 public static autovalue.shaded.com.google$.common.collect.$Multiset sum (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset1 autovalue.shaded.com.google$.common.collect.$Multiset multiset2 public static autovalue.shaded.com.google$.common.collect.$Multiset difference (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset1 autovalue.shaded.com.google$.common.collect.$Multiset multiset2 public static boolean containsOccurrences (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) int superCount autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry autovalue.shaded.com.google$.common.collect.$Multiset superMultiset autovalue.shaded.com.google$.common.collect.$Multiset subMultiset public static boolean retainOccurrences (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multisetToModify autovalue.shaded.com.google$.common.collect.$Multiset multisetToRetain private static boolean retainOccurrencesImpl (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry int retainCount autovalue.shaded.com.google$.common.collect.$Multiset multisetToModify autovalue.shaded.com.google$.common.collect.$Multiset occurrencesToRetain java.util.Iterator entryIterator boolean changed public static boolean removeOccurrences (autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Iterable) Object o boolean changed autovalue.shaded.com.google$.common.collect.$Multiset multisetToModify Iterable occurrencesToRemove public static boolean removeOccurrences (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry int removeCount autovalue.shaded.com.google$.common.collect.$Multiset multisetToModify autovalue.shaded.com.google$.common.collect.$Multiset occurrencesToRemove boolean changed java.util.Iterator entryIterator static boolean equalsImpl (autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry autovalue.shaded.com.google$.common.collect.$Multiset that autovalue.shaded.com.google$.common.collect.$Multiset multiset Object object static boolean addAllImpl (autovalue.shaded.com.google$.common.collect.$Multiset, java.util.Collection) autovalue.shaded.com.google$.common.collect.$Multiset self java.util.Collection elements private static boolean addAllImpl (autovalue.shaded.com.google$.common.collect.$Multiset, autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset self autovalue.shaded.com.google$.common.collect.$Multiset elements static boolean removeAllImpl (autovalue.shaded.com.google$.common.collect.$Multiset, java.util.Collection) autovalue.shaded.com.google$.common.collect.$Multiset self java.util.Collection elementsToRemove java.util.Collection collection static boolean retainAllImpl (autovalue.shaded.com.google$.common.collect.$Multiset, java.util.Collection) autovalue.shaded.com.google$.common.collect.$Multiset self java.util.Collection elementsToRetain java.util.Collection collection static int setCountImpl (autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Object, int) autovalue.shaded.com.google$.common.collect.$Multiset self Object element int count int oldCount int delta static boolean setCountImpl (autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Object, int, int) autovalue.shaded.com.google$.common.collect.$Multiset self Object element int oldCount int newCount static java.util.Iterator elementIterator (java.util.Iterator) java.util.Iterator entryIterator static java.util.Iterator iteratorImpl (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset static java.util.Spliterator spliteratorImpl (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset java.util.Spliterator entrySpliterator static int linearTimeSizeImpl (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry autovalue.shaded.com.google$.common.collect.$Multiset multiset long size static autovalue.shaded.com.google$.common.collect.$Multiset cast (java.lang.Iterable) Iterable iterable public static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset copyHighestCountFirst (autovalue.shaded.com.google$.common.collect.$Multiset) autovalue.shaded.com.google$.common.collect.$Multiset multiset autovalue.shaded.com.google$.common.collect.$Multiset$Entry[] entries private static synthetic java.util.Spliterator lambda$spliteratorImpl$0 (autovalue.shaded.com.google$.common.collect.$Multiset$Entry) autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry }
autovalue/shaded/com/google$/common/collect/$NaturalOrdering.class
$NaturalOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$NaturalOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { static final autovalue.shaded.com.google$.common.collect.$NaturalOrdering INSTANCE private transient autovalue.shaded.com.google$.common.collect.$Ordering nullsFirst private transient autovalue.shaded.com.google$.common.collect.$Ordering nullsLast private static final long serialVersionUID public int compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public autovalue.shaded.com.google$.common.collect.$Ordering nullsFirst () autovalue.shaded.com.google$.common.collect.$Ordering result public autovalue.shaded.com.google$.common.collect.$Ordering nullsLast () autovalue.shaded.com.google$.common.collect.$Ordering result public autovalue.shaded.com.google$.common.collect.$Ordering reverse () private java.lang.Object readResolve () public java.lang.String toString () private void <init> () public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$NullsFirstOrdering.class
$NullsFirstOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$NullsFirstOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$Ordering ordering private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Ordering) autovalue.shaded.com.google$.common.collect.$Ordering ordering public int compare (java.lang.Object, java.lang.Object) Object left Object right public autovalue.shaded.com.google$.common.collect.$Ordering reverse () public autovalue.shaded.com.google$.common.collect.$Ordering nullsFirst () public autovalue.shaded.com.google$.common.collect.$Ordering nullsLast () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$NullsFirstOrdering that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$NullsLastOrdering.class
$NullsLastOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$NullsLastOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$Ordering ordering private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Ordering) autovalue.shaded.com.google$.common.collect.$Ordering ordering public int compare (java.lang.Object, java.lang.Object) Object left Object right public autovalue.shaded.com.google$.common.collect.$Ordering reverse () public autovalue.shaded.com.google$.common.collect.$Ordering nullsFirst () public autovalue.shaded.com.google$.common.collect.$Ordering nullsLast () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$NullsLastOrdering that Object object public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$ObjectArrays.class
$ObjectArrays.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$ObjectArrays extends java.lang.Object { private void <init> () public static java.lang.Object[] newArray (java.lang.Class, int) Class type int length public static java.lang.Object[] newArray (java.lang.Object[], int) Object[] reference int length public static java.lang.Object[] concat (java.lang.Object[], java.lang.Object[], java.lang.Class) Object[] first Object[] second Class type Object[] result public static java.lang.Object[] concat (java.lang.Object, java.lang.Object[]) Object element Object[] array Object[] result public static java.lang.Object[] concat (java.lang.Object[], java.lang.Object) Object[] array Object element Object[] result static java.lang.Object[] toArrayImpl (java.util.Collection, java.lang.Object[]) java.util.Collection c Object[] array int size static java.lang.Object[] toArrayImpl (java.lang.Object[], int, int, java.lang.Object[]) Object[] src int offset int len Object[] dst static java.lang.Object[] toArrayImpl (java.util.Collection) java.util.Collection c static java.lang.Object[] copyAsObjectArray (java.lang.Object[], int, int) Object[] elements int offset int length Object[] result private static java.lang.Object[] fillArray (java.lang.Iterable, java.lang.Object[]) Object element Iterable elements Object[] array int i static void swap (java.lang.Object[], int, int) Object[] array int i int j Object temp static transient java.lang.Object[] checkElementsNotNull (java.lang.Object[]) Object[] array static java.lang.Object[] checkElementsNotNull (java.lang.Object[], int) int i Object[] array int length static java.lang.Object checkElementNotNull (java.lang.Object, int) Object element int index }
autovalue/shaded/com/google$/common/collect/$Ordering$ArbitraryOrdering.class
$Ordering.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Ordering$ArbitraryOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering { private final java.util.concurrent.atomic.AtomicInteger counter private final java.util.concurrent.ConcurrentMap uids void <init> () private java.lang.Integer getUid (java.lang.Object) Integer alreadySet Object obj Integer uid public int compare (java.lang.Object, java.lang.Object) Object left Object right int leftCode int rightCode int result public java.lang.String toString () int identityHashCode (java.lang.Object) Object object }
autovalue/shaded/com/google$/common/collect/$Ordering$ArbitraryOrderingHolder.class
$Ordering.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Ordering$ArbitraryOrderingHolder extends java.lang.Object { static final autovalue.shaded.com.google$.common.collect.$Ordering ARBITRARY_ORDERING private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Ordering$IncomparableValueException.class
$Ordering.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Ordering$IncomparableValueException extends java.lang.ClassCastException { final Object value private static final long serialVersionUID void <init> (java.lang.Object) Object value }
autovalue/shaded/com/google$/common/collect/$Ordering.class
$Ordering.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Ordering extends java.lang.Object implements java.util.Comparator { static final int LEFT_IS_GREATER static final int RIGHT_IS_GREATER public static autovalue.shaded.com.google$.common.collect.$Ordering natural () public static autovalue.shaded.com.google$.common.collect.$Ordering from (java.util.Comparator) java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$Ordering from (autovalue.shaded.com.google$.common.collect.$Ordering) autovalue.shaded.com.google$.common.collect.$Ordering ordering public static autovalue.shaded.com.google$.common.collect.$Ordering explicit (java.util.List) java.util.List valuesInOrder public static transient autovalue.shaded.com.google$.common.collect.$Ordering explicit (java.lang.Object, java.lang.Object[]) Object leastValue Object[] remainingValuesInOrder public static autovalue.shaded.com.google$.common.collect.$Ordering allEqual () public static autovalue.shaded.com.google$.common.collect.$Ordering usingToString () public static autovalue.shaded.com.google$.common.collect.$Ordering arbitrary () protected void <init> () public autovalue.shaded.com.google$.common.collect.$Ordering reverse () public autovalue.shaded.com.google$.common.collect.$Ordering nullsFirst () public autovalue.shaded.com.google$.common.collect.$Ordering nullsLast () public autovalue.shaded.com.google$.common.collect.$Ordering onResultOf (autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.base.$Function function autovalue.shaded.com.google$.common.collect.$Ordering onKeys () public autovalue.shaded.com.google$.common.collect.$Ordering compound (java.util.Comparator) java.util.Comparator secondaryComparator public static autovalue.shaded.com.google$.common.collect.$Ordering compound (java.lang.Iterable) Iterable comparators public autovalue.shaded.com.google$.common.collect.$Ordering lexicographical () public abstract int compare (java.lang.Object, java.lang.Object) public java.lang.Object min (java.util.Iterator) java.util.Iterator iterator Object minSoFar public java.lang.Object min (java.lang.Iterable) Iterable iterable public java.lang.Object min (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object min (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object r Object a Object b Object c Object[] rest Object minSoFar public java.lang.Object max (java.util.Iterator) java.util.Iterator iterator Object maxSoFar public java.lang.Object max (java.lang.Iterable) Iterable iterable public java.lang.Object max (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object max (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object r Object a Object b Object c Object[] rest Object maxSoFar public java.util.List leastOf (java.lang.Iterable, int) Object[] array java.util.Collection collection Iterable iterable int k public java.util.List leastOf (java.util.Iterator, int) java.util.ArrayList list autovalue.shaded.com.google$.common.collect.$TopKSelector selector java.util.Iterator iterator int k public java.util.List greatestOf (java.lang.Iterable, int) Iterable iterable int k public java.util.List greatestOf (java.util.Iterator, int) java.util.Iterator iterator int k public java.util.List sortedCopy (java.lang.Iterable) Iterable elements Object[] array public autovalue.shaded.com.google$.common.collect.$ImmutableList immutableSortedCopy (java.lang.Iterable) Iterable elements public boolean isOrdered (java.lang.Iterable) Object next Object prev Iterable iterable java.util.Iterator it public boolean isStrictlyOrdered (java.lang.Iterable) Object next Object prev Iterable iterable java.util.Iterator it public int binarySearch (java.util.List, java.lang.Object) java.util.List sortedList Object key }
autovalue/shaded/com/google$/common/collect/$PeekingIterator.class
$PeekingIterator.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$PeekingIterator extends java.lang.Object implements java.util.Iterator { public abstract java.lang.Object peek () public abstract java.lang.Object next () public abstract void remove () }
autovalue/shaded/com/google$/common/collect/$Platform.class
$Platform.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Platform extends java.lang.Object { private static final java.util.logging.Logger logger static java.util.Map newHashMapWithExpectedSize (int) int expectedSize static java.util.Map newLinkedHashMapWithExpectedSize (int) int expectedSize static java.util.Set newHashSetWithExpectedSize (int) int expectedSize static java.util.Set newLinkedHashSetWithExpectedSize (int) int expectedSize static java.util.Map preservesInsertionOrderOnPutsMap () static java.util.Set preservesInsertionOrderOnAddsSet () static java.lang.Object[] newArray (java.lang.Object[], int) Object[] reference int length Class type Object[] result static java.lang.Object[] copy (java.lang.Object[], int, int, java.lang.Object[]) Object[] source int from int to Object[] arrayOfType static autovalue.shaded.com.google$.common.collect.$MapMaker tryWeakKeys (autovalue.shaded.com.google$.common.collect.$MapMaker) autovalue.shaded.com.google$.common.collect.$MapMaker mapMaker static int reduceIterationsIfGwt (int) int iterations static int reduceExponentIfGwt (int) int exponent static void checkGwtRpcEnabled () String propertyName private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Range$1.class
$Range.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$Range$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$collect$BoundType static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Range$LowerBoundFn.class
$Range.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Range$LowerBoundFn extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { static final autovalue.shaded.com.google$.common.collect.$Range$LowerBoundFn INSTANCE void <init> () public autovalue.shaded.com.google$.common.collect.$Cut apply (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public volatile synthetic java.lang.Object apply (java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Range$RangeLexOrdering.class
$Range.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Range$RangeLexOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { static final autovalue.shaded.com.google$.common.collect.$Ordering INSTANCE private static final long serialVersionUID private void <init> () public int compare (autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range left autovalue.shaded.com.google$.common.collect.$Range right public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Range$UpperBoundFn.class
$Range.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Range$UpperBoundFn extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { static final autovalue.shaded.com.google$.common.collect.$Range$UpperBoundFn INSTANCE void <init> () public autovalue.shaded.com.google$.common.collect.$Cut apply (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public volatile synthetic java.lang.Object apply (java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Range.class
$Range.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Range extends autovalue.shaded.com.google$.common.collect.$RangeGwtSerializationDependencies implements autovalue.shaded.com.google$.common.base.$Predicate java.io.Serializable { private static final autovalue.shaded.com.google$.common.collect.$Range ALL final autovalue.shaded.com.google$.common.collect.$Cut lowerBound final autovalue.shaded.com.google$.common.collect.$Cut upperBound private static final long serialVersionUID static autovalue.shaded.com.google$.common.base.$Function lowerBoundFn () static autovalue.shaded.com.google$.common.base.$Function upperBoundFn () static autovalue.shaded.com.google$.common.collect.$Ordering rangeLexOrdering () static autovalue.shaded.com.google$.common.collect.$Range create (autovalue.shaded.com.google$.common.collect.$Cut, autovalue.shaded.com.google$.common.collect.$Cut) autovalue.shaded.com.google$.common.collect.$Cut lowerBound autovalue.shaded.com.google$.common.collect.$Cut upperBound public static autovalue.shaded.com.google$.common.collect.$Range open (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static autovalue.shaded.com.google$.common.collect.$Range closed (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static autovalue.shaded.com.google$.common.collect.$Range closedOpen (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static autovalue.shaded.com.google$.common.collect.$Range openClosed (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static autovalue.shaded.com.google$.common.collect.$Range range (java.lang.Comparable, autovalue.shaded.com.google$.common.collect.$BoundType, java.lang.Comparable, autovalue.shaded.com.google$.common.collect.$BoundType) Comparable lower autovalue.shaded.com.google$.common.collect.$BoundType lowerType Comparable upper autovalue.shaded.com.google$.common.collect.$BoundType upperType autovalue.shaded.com.google$.common.collect.$Cut lowerBound autovalue.shaded.com.google$.common.collect.$Cut upperBound public static autovalue.shaded.com.google$.common.collect.$Range lessThan (java.lang.Comparable) Comparable endpoint public static autovalue.shaded.com.google$.common.collect.$Range atMost (java.lang.Comparable) Comparable endpoint public static autovalue.shaded.com.google$.common.collect.$Range upTo (java.lang.Comparable, autovalue.shaded.com.google$.common.collect.$BoundType) Comparable endpoint autovalue.shaded.com.google$.common.collect.$BoundType boundType public static autovalue.shaded.com.google$.common.collect.$Range greaterThan (java.lang.Comparable) Comparable endpoint public static autovalue.shaded.com.google$.common.collect.$Range atLeast (java.lang.Comparable) Comparable endpoint public static autovalue.shaded.com.google$.common.collect.$Range downTo (java.lang.Comparable, autovalue.shaded.com.google$.common.collect.$BoundType) Comparable endpoint autovalue.shaded.com.google$.common.collect.$BoundType boundType public static autovalue.shaded.com.google$.common.collect.$Range all () public static autovalue.shaded.com.google$.common.collect.$Range singleton (java.lang.Comparable) Comparable value public static autovalue.shaded.com.google$.common.collect.$Range encloseAll (java.lang.Iterable) java.util.SortedSet set java.util.Comparator comparator Comparable value Iterable values java.util.Iterator valueIterator Comparable min Comparable max private void <init> (autovalue.shaded.com.google$.common.collect.$Cut, autovalue.shaded.com.google$.common.collect.$Cut) autovalue.shaded.com.google$.common.collect.$Cut lowerBound autovalue.shaded.com.google$.common.collect.$Cut upperBound public boolean hasLowerBound () public java.lang.Comparable lowerEndpoint () public autovalue.shaded.com.google$.common.collect.$BoundType lowerBoundType () public boolean hasUpperBound () public java.lang.Comparable upperEndpoint () public autovalue.shaded.com.google$.common.collect.$BoundType upperBoundType () public boolean isEmpty () public boolean contains (java.lang.Comparable) Comparable value public boolean apply (java.lang.Comparable) Comparable input public boolean containsAll (java.lang.Iterable) java.util.SortedSet set java.util.Comparator comparator Comparable value Iterable values public boolean encloses (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range other public boolean isConnected (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range other public autovalue.shaded.com.google$.common.collect.$Range intersection (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Cut newLower autovalue.shaded.com.google$.common.collect.$Cut newUpper autovalue.shaded.com.google$.common.collect.$Range connectedRange int lowerCmp int upperCmp public autovalue.shaded.com.google$.common.collect.$Range gap (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range otherRange boolean isThisFirst autovalue.shaded.com.google$.common.collect.$Range firstRange autovalue.shaded.com.google$.common.collect.$Range secondRange public autovalue.shaded.com.google$.common.collect.$Range span (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Cut newLower autovalue.shaded.com.google$.common.collect.$Cut newUpper autovalue.shaded.com.google$.common.collect.$Range other int lowerCmp int upperCmp public autovalue.shaded.com.google$.common.collect.$Range canonical (autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain autovalue.shaded.com.google$.common.collect.$Cut lower autovalue.shaded.com.google$.common.collect.$Cut upper public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Range other Object object public int hashCode () public java.lang.String toString () private static java.lang.String toString (autovalue.shaded.com.google$.common.collect.$Cut, autovalue.shaded.com.google$.common.collect.$Cut) autovalue.shaded.com.google$.common.collect.$Cut lowerBound autovalue.shaded.com.google$.common.collect.$Cut upperBound StringBuilder sb private static java.util.SortedSet cast (java.lang.Iterable) Iterable iterable java.lang.Object readResolve () static int compareOrThrow (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public volatile synthetic boolean apply (java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$RangeGwtSerializationDependencies.class
$RangeGwtSerializationDependencies.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$RangeGwtSerializationDependencies extends java.lang.Object implements java.io.Serializable { void <init> () }
autovalue/shaded/com/google$/common/collect/$RangeMap.class
$RangeMap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$RangeMap extends java.lang.Object { public abstract java.lang.Object get (java.lang.Comparable) public abstract java.util.Map$Entry getEntry (java.lang.Comparable) public abstract autovalue.shaded.com.google$.common.collect.$Range span () public abstract void put (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object) public abstract void putCoalescing (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object) public abstract void putAll (autovalue.shaded.com.google$.common.collect.$RangeMap) public abstract void clear () public abstract void remove (autovalue.shaded.com.google$.common.collect.$Range) public abstract void merge (autovalue.shaded.com.google$.common.collect.$Range, java.lang.Object, java.util.function.BiFunction) public abstract java.util.Map asMapOfRanges () public abstract java.util.Map asDescendingMapOfRanges () public abstract autovalue.shaded.com.google$.common.collect.$RangeMap subRangeMap (autovalue.shaded.com.google$.common.collect.$Range) public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$RangeSet.class
$RangeSet.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$RangeSet extends java.lang.Object { public abstract boolean contains (java.lang.Comparable) public abstract autovalue.shaded.com.google$.common.collect.$Range rangeContaining (java.lang.Comparable) public abstract boolean intersects (autovalue.shaded.com.google$.common.collect.$Range) public abstract boolean encloses (autovalue.shaded.com.google$.common.collect.$Range) public abstract boolean enclosesAll (autovalue.shaded.com.google$.common.collect.$RangeSet) public boolean enclosesAll (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$Range range Iterable other public abstract boolean isEmpty () public abstract autovalue.shaded.com.google$.common.collect.$Range span () public abstract java.util.Set asRanges () public abstract java.util.Set asDescendingSetOfRanges () public abstract autovalue.shaded.com.google$.common.collect.$RangeSet complement () public abstract autovalue.shaded.com.google$.common.collect.$RangeSet subRangeSet (autovalue.shaded.com.google$.common.collect.$Range) public abstract void add (autovalue.shaded.com.google$.common.collect.$Range) public abstract void remove (autovalue.shaded.com.google$.common.collect.$Range) public abstract void clear () public abstract void addAll (autovalue.shaded.com.google$.common.collect.$RangeSet) public void addAll (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$Range range Iterable ranges public abstract void removeAll (autovalue.shaded.com.google$.common.collect.$RangeSet) public void removeAll (java.lang.Iterable) autovalue.shaded.com.google$.common.collect.$Range range Iterable ranges public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$RegularContiguousSet$1.class
$RegularContiguousSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularContiguousSet$1 extends autovalue.shaded.com.google$.common.collect.$AbstractSequentialIterator { final Comparable last final synthetic autovalue.shaded.com.google$.common.collect.$RegularContiguousSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$RegularContiguousSet, java.lang.Comparable) autovalue.shaded.com.google$.common.collect.$RegularContiguousSet this$0 Comparable firstOrNull protected java.lang.Comparable computeNext (java.lang.Comparable) Comparable previous protected volatile synthetic java.lang.Object computeNext (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$RegularContiguousSet$2.class
$RegularContiguousSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularContiguousSet$2 extends autovalue.shaded.com.google$.common.collect.$AbstractSequentialIterator { final Comparable first final synthetic autovalue.shaded.com.google$.common.collect.$RegularContiguousSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$RegularContiguousSet, java.lang.Comparable) autovalue.shaded.com.google$.common.collect.$RegularContiguousSet this$0 Comparable firstOrNull protected java.lang.Comparable computeNext (java.lang.Comparable) Comparable previous protected volatile synthetic java.lang.Object computeNext (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$RegularContiguousSet$3.class
$RegularContiguousSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularContiguousSet$3 extends autovalue.shaded.com.google$.common.collect.$ImmutableAsList { final synthetic autovalue.shaded.com.google$.common.collect.$RegularContiguousSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$RegularContiguousSet) autovalue.shaded.com.google$.common.collect.$RegularContiguousSet this$0 autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet delegateCollection () public java.lang.Comparable get (int) int i volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$RegularContiguousSet$SerializedForm.class
$RegularContiguousSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularContiguousSet$SerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$Range range final autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain private void <init> (autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$Range range autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain private java.lang.Object readResolve () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$DiscreteDomain, autovalue.shaded.com.google$.common.collect.$RegularContiguousSet$1) autovalue.shaded.com.google$.common.collect.$Range x0 autovalue.shaded.com.google$.common.collect.$DiscreteDomain x1 autovalue.shaded.com.google$.common.collect.$RegularContiguousSet$1 x2 }
autovalue/shaded/com/google$/common/collect/$RegularContiguousSet.class
$RegularContiguousSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularContiguousSet extends autovalue.shaded.com.google$.common.collect.$ContiguousSet { private final autovalue.shaded.com.google$.common.collect.$Range range private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$DiscreteDomain) autovalue.shaded.com.google$.common.collect.$Range range autovalue.shaded.com.google$.common.collect.$DiscreteDomain domain private autovalue.shaded.com.google$.common.collect.$ContiguousSet intersectionInCurrentDomain (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range other autovalue.shaded.com.google$.common.collect.$ContiguousSet headSetImpl (java.lang.Comparable, boolean) Comparable toElement boolean inclusive autovalue.shaded.com.google$.common.collect.$ContiguousSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive autovalue.shaded.com.google$.common.collect.$ContiguousSet tailSetImpl (java.lang.Comparable, boolean) Comparable fromElement boolean inclusive int indexOf (java.lang.Object) Object target public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator descendingIterator () private static boolean equalsOrThrow (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right boolean isPartialView () public java.lang.Comparable first () public java.lang.Comparable last () autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () public int size () long distance public boolean contains (java.lang.Object) ClassCastException e Object object public boolean containsAll (java.util.Collection) java.util.Collection targets public boolean isEmpty () public autovalue.shaded.com.google$.common.collect.$ContiguousSet intersection (autovalue.shaded.com.google$.common.collect.$ContiguousSet) Comparable lowerEndpoint Comparable upperEndpoint autovalue.shaded.com.google$.common.collect.$ContiguousSet other public autovalue.shaded.com.google$.common.collect.$Range range () public autovalue.shaded.com.google$.common.collect.$Range range (autovalue.shaded.com.google$.common.collect.$BoundType, autovalue.shaded.com.google$.common.collect.$BoundType) autovalue.shaded.com.google$.common.collect.$BoundType lowerBoundType autovalue.shaded.com.google$.common.collect.$BoundType upperBoundType public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$RegularContiguousSet that Object object public int hashCode () java.lang.Object writeReplace () public volatile synthetic java.lang.Object last () public volatile synthetic java.lang.Object first () volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () static synthetic boolean access$000 (java.lang.Comparable, java.lang.Comparable) Comparable x0 Comparable x1 }
autovalue/shaded/com/google$/common/collect/$RegularImmutableAsList.class
$RegularImmutableAsList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableAsList extends autovalue.shaded.com.google$.common.collect.$ImmutableAsList { private final autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegate private final autovalue.shaded.com.google$.common.collect.$ImmutableList delegateList void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableCollection, autovalue.shaded.com.google$.common.collect.$ImmutableList) autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegate autovalue.shaded.com.google$.common.collect.$ImmutableList delegateList void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableCollection, java.lang.Object[]) autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegate Object[] array autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () autovalue.shaded.com.google$.common.collect.$ImmutableList delegateList () public autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator listIterator (int) int index public void forEach (java.util.function.Consumer) java.util.function.Consumer action int copyIntoArray (java.lang.Object[], int) Object[] dst int offset java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () public java.lang.Object get (int) int index public volatile synthetic java.util.ListIterator listIterator (int) }
autovalue/shaded/com/google$/common/collect/$RegularImmutableBiMap$1.class
$RegularImmutableBiMap.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$RegularImmutableBiMap$Inverse$InverseEntrySet$1.class
$RegularImmutableBiMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse$InverseEntrySet$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableAsList { final synthetic autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse$InverseEntrySet this$2 void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse$InverseEntrySet) autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse$InverseEntrySet this$2 public java.util.Map$Entry get (int) int index java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableCollection delegateCollection () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$RegularImmutableBiMap$Inverse$InverseEntrySet.class
$RegularImmutableBiMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse$InverseEntrySet extends autovalue.shaded.com.google$.common.collect.$ImmutableMapEntrySet { final synthetic autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse this$1 void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse) autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse this$1 autovalue.shaded.com.google$.common.collect.$ImmutableMap map () boolean isHashCodeFast () public int hashCode () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableBiMap$Inverse.class
$RegularImmutableBiMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$Inverse extends autovalue.shaded.com.google$.common.collect.$ImmutableBiMap { final synthetic autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap) public int size () public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.lang.Object get (java.lang.Object) autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry entry Object value int bucket autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () boolean isPartialView () java.lang.Object writeReplace () public volatile synthetic autovalue.shaded.com.google$.common.collect.$BiMap inverse () private static synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object k Object v synthetic void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap, autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$1) autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap x0 autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$1 x1 }
autovalue/shaded/com/google$/common/collect/$RegularImmutableBiMap$InverseSerializedForm.class
$RegularImmutableBiMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap$InverseSerializedForm extends java.lang.Object implements java.io.Serializable { private final autovalue.shaded.com.google$.common.collect.$ImmutableBiMap forward private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableBiMap) autovalue.shaded.com.google$.common.collect.$ImmutableBiMap forward java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableBiMap.class
$RegularImmutableBiMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap extends autovalue.shaded.com.google$.common.collect.$ImmutableBiMap { static final autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap EMPTY static final double MAX_LOAD_FACTOR private final transient autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] keyTable private final transient autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] valueTable final transient java.util.Map$Entry[] entries private final transient int mask private final transient int hashCode private transient autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse static transient autovalue.shaded.com.google$.common.collect.$ImmutableBiMap fromEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries static autovalue.shaded.com.google$.common.collect.$ImmutableBiMap fromEntryArray (int, java.util.Map$Entry[]) java.util.Map$Entry[] entries java.util.Map$Entry entry Object key Object value int keyHash int valueHash int keyBucket int valueBucket autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry nextInKeyBucket int keyBucketLength autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry nextInValueBucket int valueBucketLength autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry newEntry int i int n java.util.Map$Entry[] entryArray int tableSize int mask autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] keyTable autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] valueTable java.util.Map$Entry[] entries int hashCode private void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[], autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[], java.util.Map$Entry[], int, int) autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] keyTable autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] valueTable java.util.Map$Entry[] entries int mask int hashCode private static int checkNoConflictInValueBucket (java.lang.Object, java.util.Map$Entry, autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry) Object value java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry valueBucketHead int bucketSize public java.lang.Object get (java.lang.Object) Object key autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () public void forEach (java.util.function.BiConsumer) java.util.Map$Entry entry java.util.function.BiConsumer action boolean isHashCodeFast () public int hashCode () boolean isPartialView () public int size () public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse () autovalue.shaded.com.google$.common.collect.$ImmutableBiMap result public volatile synthetic autovalue.shaded.com.google$.common.collect.$BiMap inverse () static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] access$100 (autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap) autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap x0 static synthetic int access$200 (autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap) autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap x0 static synthetic int access$300 (autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap) autovalue.shaded.com.google$.common.collect.$RegularImmutableBiMap x0 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableList.class
$RegularImmutableList.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableList extends autovalue.shaded.com.google$.common.collect.$ImmutableList { static final autovalue.shaded.com.google$.common.collect.$ImmutableList EMPTY final transient Object[] array void <init> (java.lang.Object[]) Object[] array public int size () boolean isPartialView () java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () int copyIntoArray (java.lang.Object[], int) Object[] dst int dstOff public java.lang.Object get (int) int index public autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator listIterator (int) int index public java.util.Spliterator spliterator () public volatile synthetic java.util.ListIterator listIterator (int) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableMap$KeySet$SerializedForm.class
$RegularImmutableMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableMap$KeySet$SerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMap map private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap map java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableMap$KeySet.class
$RegularImmutableMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableMap$KeySet extends autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet { private final autovalue.shaded.com.google$.common.collect.$RegularImmutableMap map void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableMap) autovalue.shaded.com.google$.common.collect.$RegularImmutableMap map java.lang.Object get (int) int index public boolean contains (java.lang.Object) Object object boolean isPartialView () public int size () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableMap$Values$SerializedForm.class
$RegularImmutableMap.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableMap$Values$SerializedForm extends java.lang.Object implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$ImmutableMap map private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap) autovalue.shaded.com.google$.common.collect.$ImmutableMap map java.lang.Object readResolve () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableMap$Values.class
$RegularImmutableMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableMap$Values extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final autovalue.shaded.com.google$.common.collect.$RegularImmutableMap map void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableMap) autovalue.shaded.com.google$.common.collect.$RegularImmutableMap map public java.lang.Object get (int) int index public int size () boolean isPartialView () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableMap.class
$RegularImmutableMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableMap extends autovalue.shaded.com.google$.common.collect.$ImmutableMap { static final autovalue.shaded.com.google$.common.collect.$ImmutableMap EMPTY static final double MAX_LOAD_FACTOR static final double HASH_FLOODING_FPP static final int MAX_HASH_BUCKET_LENGTH final transient java.util.Map$Entry[] entries private final transient autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] table private final transient int mask private static final long serialVersionUID static transient autovalue.shaded.com.google$.common.collect.$ImmutableMap fromEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries static autovalue.shaded.com.google$.common.collect.$ImmutableMap fromEntryArray (int, java.util.Map$Entry[]) java.util.Map$Entry[] entries java.util.Map$Entry entry Object key Object value int tableIndex autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry existing autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry newEntry int bucketSize int entryIndex int n java.util.Map$Entry[] entryArray java.util.Map$Entry[] entries int tableSize autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] table int mask static autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry makeImmutable (java.util.Map$Entry, java.lang.Object, java.lang.Object) java.util.Map$Entry entry Object key Object value boolean reusable static autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry makeImmutable (java.util.Map$Entry) java.util.Map$Entry entry private void <init> (java.util.Map$Entry[], autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[], int) java.util.Map$Entry[] entries autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] table int mask static int checkNoConflictInKeyBucket (java.lang.Object, java.util.Map$Entry, autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry) Object key java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry keyBucketHead int bucketSize public java.lang.Object get (java.lang.Object) Object key static java.lang.Object get (java.lang.Object, autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[], int) Object candidateKey autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry entry Object key autovalue.shaded.com.google$.common.collect.$ImmutableMapEntry[] keyTable int mask int index public void forEach (java.util.function.BiConsumer) java.util.Map$Entry entry java.util.function.BiConsumer action public int size () boolean isPartialView () autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableMultiset$NonTerminalEntry.class
$RegularImmutableMultiset.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableMultiset$NonTerminalEntry extends autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry { private final autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry nextInBucket void <init> (java.lang.Object, int, autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry) Object element int count autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry nextInBucket public autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry nextInBucket () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableMultiset.class
$RegularImmutableMultiset.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableMultiset extends autovalue.shaded.com.google$.common.collect.$ImmutableMultiset { static final autovalue.shaded.com.google$.common.collect.$ImmutableMultiset EMPTY static final double MAX_LOAD_FACTOR static final double HASH_FLOODING_FPP static final int MAX_HASH_BUCKET_LENGTH private final transient autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] entries private final transient autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] hashTable private final transient int size private final transient int hashCode private transient autovalue.shaded.com.google$.common.collect.$ImmutableSet elementSet static autovalue.shaded.com.google$.common.collect.$ImmutableMultiset create (java.util.Collection) boolean canReuseEntry autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry newEntry Object element int count int hash int bucket autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry bucketHead autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry newEntry autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry java.util.Collection entries int distinct autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] entryArray int tableSize int mask autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] hashTable int index int hashCode long size private static boolean hashFloodingDetected (autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[]) autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry entry int bucketLength int i autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] hashTable private void <init> (autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[], autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[], int, int, autovalue.shaded.com.google$.common.collect.$ImmutableSet) autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] entries autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] hashTable int size int hashCode autovalue.shaded.com.google$.common.collect.$ImmutableSet elementSet boolean isPartialView () public int count (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry entry Object element autovalue.shaded.com.google$.common.collect.$Multisets$ImmutableEntry[] hashTable int hash int mask public int size () public autovalue.shaded.com.google$.common.collect.$ImmutableSet elementSet () autovalue.shaded.com.google$.common.collect.$ImmutableSet result autovalue.shaded.com.google$.common.collect.$Multiset$Entry getEntry (int) int index public int hashCode () public volatile synthetic java.util.Set elementSet () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableSet.class
$RegularImmutableSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { static final autovalue.shaded.com.google$.common.collect.$RegularImmutableSet EMPTY private final transient Object[] elements final transient Object[] table private final transient int mask private final transient int hashCode void <init> (java.lang.Object[], int, java.lang.Object[], int) Object[] elements int hashCode Object[] table int mask public boolean contains (java.lang.Object) Object candidate int i Object target Object[] table public int size () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () boolean isPartialView () public int hashCode () boolean isHashCodeFast () public volatile synthetic java.util.Iterator iterator () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableSortedSet.class
$RegularImmutableSortedSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet { static final autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet NATURAL_EMPTY_SET private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList elements void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, java.util.Comparator) autovalue.shaded.com.google$.common.collect.$ImmutableList elements java.util.Comparator comparator java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator descendingIterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public int size () public boolean contains (java.lang.Object) ClassCastException e Object o public boolean containsAll (java.util.Collection) int cmp RuntimeException e java.util.Collection targets java.util.Iterator thisIterator java.util.Iterator thatIterator Object target Object current private int unsafeBinarySearch (java.lang.Object) throws java.lang.ClassCastException Object key boolean isPartialView () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset public boolean equals (java.lang.Object) Object element Object otherElement java.util.Iterator iterator ClassCastException e java.util.NoSuchElementException e java.util.Iterator otherIterator Object object java.util.Set that public java.lang.Object first () public java.lang.Object last () public java.lang.Object lower (java.lang.Object) Object element int index public java.lang.Object floor (java.lang.Object) Object element int index public java.lang.Object ceiling (java.lang.Object) Object element int index public java.lang.Object higher (java.lang.Object) Object element int index autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet headSetImpl (java.lang.Object, boolean) Object toElement boolean inclusive int headIndex (java.lang.Object, boolean) Object toElement boolean inclusive int index autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) Object fromElement boolean inclusive int tailIndex (java.lang.Object, boolean) Object fromElement boolean inclusive int index java.util.Comparator unsafeComparator () autovalue.shaded.com.google$.common.collect.$RegularImmutableSortedSet getSubSet (int, int) int newFromIndex int newToIndex int indexOf (java.lang.Object) int position ClassCastException e Object target int position autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () autovalue.shaded.com.google$.common.collect.$ImmutableSortedSet createDescendingSet () java.util.Comparator reversedOrder public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$RegularImmutableTable$1.class
$RegularImmutableTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$RegularImmutableTable$1 extends java.lang.Object implements java.util.Comparator { final synthetic java.util.Comparator val$rowComparator final synthetic java.util.Comparator val$columnComparator void <init> (java.util.Comparator, java.util.Comparator) public int compare (autovalue.shaded.com.google$.common.collect.$Table$Cell, autovalue.shaded.com.google$.common.collect.$Table$Cell) autovalue.shaded.com.google$.common.collect.$Table$Cell cell1 autovalue.shaded.com.google$.common.collect.$Table$Cell cell2 int rowCompare public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$RegularImmutableTable$CellSet.class
$RegularImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableTable$CellSet extends autovalue.shaded.com.google$.common.collect.$IndexedImmutableSet { final synthetic autovalue.shaded.com.google$.common.collect.$RegularImmutableTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableTable) public int size () autovalue.shaded.com.google$.common.collect.$Table$Cell get (int) int index public boolean contains (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Table$Cell cell Object value Object object boolean isPartialView () volatile synthetic java.lang.Object get (int) synthetic void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableTable, autovalue.shaded.com.google$.common.collect.$RegularImmutableTable$1) autovalue.shaded.com.google$.common.collect.$RegularImmutableTable x0 autovalue.shaded.com.google$.common.collect.$RegularImmutableTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$RegularImmutableTable$Values.class
$RegularImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$RegularImmutableTable$Values extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final synthetic autovalue.shaded.com.google$.common.collect.$RegularImmutableTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableTable) public int size () public java.lang.Object get (int) int index boolean isPartialView () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$RegularImmutableTable, autovalue.shaded.com.google$.common.collect.$RegularImmutableTable$1) autovalue.shaded.com.google$.common.collect.$RegularImmutableTable x0 autovalue.shaded.com.google$.common.collect.$RegularImmutableTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$RegularImmutableTable.class
$RegularImmutableTable.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$RegularImmutableTable extends autovalue.shaded.com.google$.common.collect.$ImmutableTable { void <init> () abstract autovalue.shaded.com.google$.common.collect.$Table$Cell getCell (int) final autovalue.shaded.com.google$.common.collect.$ImmutableSet createCellSet () abstract java.lang.Object getValue (int) final autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () static autovalue.shaded.com.google$.common.collect.$RegularImmutableTable forCells (java.util.List, java.util.Comparator, java.util.Comparator) java.util.Comparator comparator java.util.List cells java.util.Comparator rowComparator java.util.Comparator columnComparator static autovalue.shaded.com.google$.common.collect.$RegularImmutableTable forCells (java.lang.Iterable) Iterable cells private static autovalue.shaded.com.google$.common.collect.$RegularImmutableTable forCellsInternal (java.lang.Iterable, java.util.Comparator, java.util.Comparator) autovalue.shaded.com.google$.common.collect.$Table$Cell cell Iterable cells java.util.Comparator rowComparator java.util.Comparator columnComparator java.util.Set rowSpaceBuilder java.util.Set columnSpaceBuilder autovalue.shaded.com.google$.common.collect.$ImmutableList cellList autovalue.shaded.com.google$.common.collect.$ImmutableSet rowSpace autovalue.shaded.com.google$.common.collect.$ImmutableSet columnSpace static autovalue.shaded.com.google$.common.collect.$RegularImmutableTable forOrderedComponents (autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableSet) autovalue.shaded.com.google$.common.collect.$ImmutableList cellList autovalue.shaded.com.google$.common.collect.$ImmutableSet rowSpace autovalue.shaded.com.google$.common.collect.$ImmutableSet columnSpace final void checkNoDuplicate (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object existingValue Object newValue volatile synthetic java.util.Collection createValues () volatile synthetic java.util.Set createCellSet () }
autovalue/shaded/com/google$/common/collect/$ReverseNaturalOrdering.class
$ReverseNaturalOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ReverseNaturalOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { static final autovalue.shaded.com.google$.common.collect.$ReverseNaturalOrdering INSTANCE private static final long serialVersionUID public int compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public autovalue.shaded.com.google$.common.collect.$Ordering reverse () public java.lang.Comparable min (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public transient java.lang.Comparable min (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable[]) Comparable a Comparable b Comparable c Comparable[] rest public java.lang.Comparable min (java.util.Iterator) java.util.Iterator iterator public java.lang.Comparable min (java.lang.Iterable) Iterable iterable public java.lang.Comparable max (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public transient java.lang.Comparable max (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable[]) Comparable a Comparable b Comparable c Comparable[] rest public java.lang.Comparable max (java.util.Iterator) java.util.Iterator iterator public java.lang.Comparable max (java.lang.Iterable) Iterable iterable private java.lang.Object readResolve () public java.lang.String toString () private void <init> () public volatile synthetic java.lang.Object max (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) public volatile synthetic java.lang.Object max (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object max (java.lang.Iterable) public volatile synthetic java.lang.Object max (java.util.Iterator) public volatile synthetic java.lang.Object min (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) public volatile synthetic java.lang.Object min (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object min (java.lang.Iterable) public volatile synthetic java.lang.Object min (java.util.Iterator) public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$ReverseOrdering.class
$ReverseOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$ReverseOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$Ordering forwardOrder private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Ordering) autovalue.shaded.com.google$.common.collect.$Ordering forwardOrder public int compare (java.lang.Object, java.lang.Object) Object a Object b public autovalue.shaded.com.google$.common.collect.$Ordering reverse () public java.lang.Object min (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object min (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object a Object b Object c Object[] rest public java.lang.Object min (java.util.Iterator) java.util.Iterator iterator public java.lang.Object min (java.lang.Iterable) Iterable iterable public java.lang.Object max (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object max (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object a Object b Object c Object[] rest public java.lang.Object max (java.util.Iterator) java.util.Iterator iterator public java.lang.Object max (java.lang.Iterable) Iterable iterable public int hashCode () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$ReverseOrdering that Object object public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$RowSortedTable.class
$RowSortedTable.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$RowSortedTable extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Table { public abstract java.util.SortedSet rowKeySet () public abstract java.util.SortedMap rowMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Set rowKeySet () }
autovalue/shaded/com/google$/common/collect/$Serialization$1.class
$Serialization.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$Serialization$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$Serialization$FieldSetter.class
$Serialization.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Serialization$FieldSetter extends java.lang.Object { private final java.lang.reflect.Field field private void <init> (java.lang.reflect.Field) java.lang.reflect.Field field void set (java.lang.Object, java.lang.Object) IllegalAccessException impossible Object instance Object value void set (java.lang.Object, int) IllegalAccessException impossible Object instance int value synthetic void <init> (java.lang.reflect.Field, autovalue.shaded.com.google$.common.collect.$Serialization$1) java.lang.reflect.Field x0 autovalue.shaded.com.google$.common.collect.$Serialization$1 x1 }
autovalue/shaded/com/google$/common/collect/$Serialization.class
$Serialization.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Serialization extends java.lang.Object { private void <init> () static int readCount (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream stream static void writeMap (java.util.Map, java.io.ObjectOutputStream) throws java.io.IOException java.util.Map$Entry entry java.util.Map map java.io.ObjectOutputStream stream static void populateMap (java.util.Map, java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.util.Map map java.io.ObjectInputStream stream int size static void populateMap (java.util.Map, java.io.ObjectInputStream, int) throws java.io.IOException java.lang.ClassNotFoundException Object key Object value int i java.util.Map map java.io.ObjectInputStream stream int size static void writeMultiset (autovalue.shaded.com.google$.common.collect.$Multiset, java.io.ObjectOutputStream) throws java.io.IOException autovalue.shaded.com.google$.common.collect.$Multiset$Entry entry autovalue.shaded.com.google$.common.collect.$Multiset multiset java.io.ObjectOutputStream stream int entryCount static void populateMultiset (autovalue.shaded.com.google$.common.collect.$Multiset, java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException autovalue.shaded.com.google$.common.collect.$Multiset multiset java.io.ObjectInputStream stream int distinctElements static void populateMultiset (autovalue.shaded.com.google$.common.collect.$Multiset, java.io.ObjectInputStream, int) throws java.io.IOException java.lang.ClassNotFoundException Object element int count int i autovalue.shaded.com.google$.common.collect.$Multiset multiset java.io.ObjectInputStream stream int distinctElements static void writeMultimap (autovalue.shaded.com.google$.common.collect.$Multimap, java.io.ObjectOutputStream) throws java.io.IOException Object value java.util.Map$Entry entry autovalue.shaded.com.google$.common.collect.$Multimap multimap java.io.ObjectOutputStream stream static void populateMultimap (autovalue.shaded.com.google$.common.collect.$Multimap, java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException autovalue.shaded.com.google$.common.collect.$Multimap multimap java.io.ObjectInputStream stream int distinctKeys static void populateMultimap (autovalue.shaded.com.google$.common.collect.$Multimap, java.io.ObjectInputStream, int) throws java.io.IOException java.lang.ClassNotFoundException Object value int j Object key java.util.Collection values int valueCount int i autovalue.shaded.com.google$.common.collect.$Multimap multimap java.io.ObjectInputStream stream int distinctKeys static autovalue.shaded.com.google$.common.collect.$Serialization$FieldSetter getFieldSetter (java.lang.Class, java.lang.String) java.lang.reflect.Field field NoSuchFieldException e Class clazz String fieldName }
autovalue/shaded/com/google$/common/collect/$SetMultimap.class
$SetMultimap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$SetMultimap extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Multimap { public abstract java.util.Set get (java.lang.Object) public abstract java.util.Set removeAll (java.lang.Object) public abstract java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Set entries () public abstract java.util.Map asMap () public abstract boolean equals (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
autovalue/shaded/com/google$/common/collect/$Sets$1$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$1$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Iterator itr1 final java.util.Iterator itr2 final synthetic autovalue.shaded.com.google$.common.collect.$Sets$1 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$1) autovalue.shaded.com.google$.common.collect.$Sets$1 this$0 protected java.lang.Object computeNext () Object e }
autovalue/shaded/com/google$/common/collect/$Sets$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$1 extends autovalue.shaded.com.google$.common.collect.$Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public int size () Object e int size public boolean isEmpty () public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public boolean contains (java.lang.Object) Object object public java.util.Set copyInto (java.util.Set) java.util.Set set public autovalue.shaded.com.google$.common.collect.$ImmutableSet immutableCopy () public volatile synthetic java.util.Iterator iterator () private static synthetic boolean lambda$stream$0 (java.util.Set, java.lang.Object) java.util.Set set1 Object e }
autovalue/shaded/com/google$/common/collect/$Sets$2$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$2$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Iterator itr final synthetic autovalue.shaded.com.google$.common.collect.$Sets$2 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$2) autovalue.shaded.com.google$.common.collect.$Sets$2 this$0 protected java.lang.Object computeNext () Object e }
autovalue/shaded/com/google$/common/collect/$Sets$2.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$2 extends autovalue.shaded.com.google$.common.collect.$Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public int size () Object e int size public boolean isEmpty () public boolean contains (java.lang.Object) Object object public boolean containsAll (java.util.Collection) java.util.Collection collection public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Sets$3$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$3$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Iterator itr final synthetic autovalue.shaded.com.google$.common.collect.$Sets$3 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$3) autovalue.shaded.com.google$.common.collect.$Sets$3 this$0 protected java.lang.Object computeNext () Object e }
autovalue/shaded/com/google$/common/collect/$Sets$3.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$3 extends autovalue.shaded.com.google$.common.collect.$Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public int size () Object e int size public boolean isEmpty () public boolean contains (java.lang.Object) Object element public volatile synthetic java.util.Iterator iterator () private static synthetic boolean lambda$parallelStream$1 (java.util.Set, java.lang.Object) java.util.Set set2 Object e private static synthetic boolean lambda$stream$0 (java.util.Set, java.lang.Object) java.util.Set set2 Object e }
autovalue/shaded/com/google$/common/collect/$Sets$4$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$4$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$itr1 final synthetic java.util.Iterator val$itr2 final synthetic autovalue.shaded.com.google$.common.collect.$Sets$4 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$4, java.util.Iterator, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Sets$4 this$0 public java.lang.Object computeNext () Object elem1 Object elem2 }
autovalue/shaded/com/google$/common/collect/$Sets$4.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$4 extends autovalue.shaded.com.google$.common.collect.$Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () java.util.Iterator itr1 java.util.Iterator itr2 public int size () Object e Object e int size public boolean isEmpty () public boolean contains (java.lang.Object) Object element public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Sets$5$1$1$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$5$1$1$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { int i final synthetic autovalue.shaded.com.google$.common.collect.$Sets$5$1$1 this$2 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$5$1$1) autovalue.shaded.com.google$.common.collect.$Sets$5$1$1 this$2 protected java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Sets$5$1$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$5$1$1 extends java.util.AbstractSet { final synthetic java.util.BitSet val$copy final synthetic autovalue.shaded.com.google$.common.collect.$Sets$5$1 this$1 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$5$1, java.util.BitSet) autovalue.shaded.com.google$.common.collect.$Sets$5$1 this$1 public boolean contains (java.lang.Object) Object o Integer i public java.util.Iterator iterator () public int size () }
autovalue/shaded/com/google$/common/collect/$Sets$5$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$5$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.BitSet bits final synthetic autovalue.shaded.com.google$.common.collect.$Sets$5 this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$5) autovalue.shaded.com.google$.common.collect.$Sets$5 this$0 protected java.util.Set computeNext () int firstSetBit int bitToFlip java.util.BitSet copy protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$Sets$5.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$5 extends java.util.AbstractSet { final synthetic int val$size final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap val$index void <init> (int, autovalue.shaded.com.google$.common.collect.$ImmutableMap) public boolean contains (java.lang.Object) java.util.Set s Object o public java.util.Iterator iterator () public int size () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Sets$CartesianSet$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$CartesianSet$1 extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final synthetic autovalue.shaded.com.google$.common.collect.$ImmutableList val$axes void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList) public int size () public java.util.List get (int) int index boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$Sets$CartesianSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Sets$CartesianSet extends autovalue.shaded.com.google$.common.collect.$ForwardingCollection implements java.util.Set { private final transient autovalue.shaded.com.google$.common.collect.$ImmutableList axes private final transient autovalue.shaded.com.google$.common.collect.$CartesianList delegate static java.util.Set create (java.util.List) autovalue.shaded.com.google$.common.collect.$ImmutableSet copy java.util.Set set java.util.List sets autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder axesBuilder autovalue.shaded.com.google$.common.collect.$ImmutableList axes autovalue.shaded.com.google$.common.collect.$ImmutableList listAxes private void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$CartesianList) autovalue.shaded.com.google$.common.collect.$ImmutableList axes autovalue.shaded.com.google$.common.collect.$CartesianList delegate protected java.util.Collection delegate () public boolean contains (java.lang.Object) Object o Object object java.util.List list int i public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Sets$CartesianSet that Object object public int hashCode () int i java.util.Set axis int adjust int hash protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Sets$DescendingSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$DescendingSet extends autovalue.shaded.com.google$.common.collect.$ForwardingNavigableSet { private final java.util.NavigableSet forward void <init> (java.util.NavigableSet) java.util.NavigableSet forward protected java.util.NavigableSet delegate () public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.util.Comparator comparator () java.util.Comparator forwardComparator private static autovalue.shaded.com.google$.common.collect.$Ordering reverse (java.util.Comparator) java.util.Comparator forward public java.lang.Object first () public java.lang.Object last () public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array public java.lang.String toString () protected volatile synthetic java.util.SortedSet delegate () protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Sets$FilteredNavigableSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$FilteredNavigableSet extends autovalue.shaded.com.google$.common.collect.$Sets$FilteredSortedSet implements java.util.NavigableSet { void <init> (java.util.NavigableSet, autovalue.shaded.com.google$.common.base.$Predicate) java.util.NavigableSet unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate java.util.NavigableSet unfiltered () public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.lang.Object last () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive }
autovalue/shaded/com/google$/common/collect/$Sets$FilteredSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$FilteredSet extends autovalue.shaded.com.google$.common.collect.$Collections2$FilteredCollection implements java.util.Set { void <init> (java.util.Set, autovalue.shaded.com.google$.common.base.$Predicate) java.util.Set unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public boolean equals (java.lang.Object) Object object public int hashCode () }
autovalue/shaded/com/google$/common/collect/$Sets$FilteredSortedSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$FilteredSortedSet extends autovalue.shaded.com.google$.common.collect.$Sets$FilteredSet implements java.util.SortedSet { void <init> (java.util.SortedSet, autovalue.shaded.com.google$.common.base.$Predicate) java.util.SortedSet unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () Object element java.util.SortedSet sortedUnfiltered }
autovalue/shaded/com/google$/common/collect/$Sets$ImprovedAbstractSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet extends java.util.AbstractSet { void <init> () public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
autovalue/shaded/com/google$/common/collect/$Sets$PowerSet$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$PowerSet$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIndexedListIterator { final synthetic autovalue.shaded.com.google$.common.collect.$Sets$PowerSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$PowerSet, int) autovalue.shaded.com.google$.common.collect.$Sets$PowerSet this$0 int size protected java.util.Set get (int) int setBits protected volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/collect/$Sets$PowerSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Sets$PowerSet extends java.util.AbstractSet { final autovalue.shaded.com.google$.common.collect.$ImmutableMap inputSet void <init> (java.util.Set) java.util.Set input public int size () public boolean isEmpty () public java.util.Iterator iterator () public boolean contains (java.lang.Object) java.util.Set set Object obj public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Sets$PowerSet that Object obj public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Sets$SetView.class
$Sets.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Sets$SetView extends java.util.AbstractSet { private void <init> () public autovalue.shaded.com.google$.common.collect.$ImmutableSet immutableCopy () public java.util.Set copyInto (java.util.Set) java.util.Set set public final boolean add (java.lang.Object) Object e public final boolean remove (java.lang.Object) Object object public final boolean addAll (java.util.Collection) java.util.Collection newElements public final boolean removeAll (java.util.Collection) java.util.Collection oldElements public final boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public final boolean retainAll (java.util.Collection) java.util.Collection elementsToKeep public final void clear () public abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public volatile synthetic java.util.Iterator iterator () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$Sets$1) autovalue.shaded.com.google$.common.collect.$Sets$1 x0 }
autovalue/shaded/com/google$/common/collect/$Sets$SubSet$1.class
$Sets.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Sets$SubSet$1 extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator { final autovalue.shaded.com.google$.common.collect.$ImmutableList elements int remainingSetBits final synthetic autovalue.shaded.com.google$.common.collect.$Sets$SubSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Sets$SubSet) autovalue.shaded.com.google$.common.collect.$Sets$SubSet this$0 public boolean hasNext () public java.lang.Object next () int index }
autovalue/shaded/com/google$/common/collect/$Sets$SubSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Sets$SubSet extends java.util.AbstractSet { private final autovalue.shaded.com.google$.common.collect.$ImmutableMap inputSet private final int mask void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableMap, int) autovalue.shaded.com.google$.common.collect.$ImmutableMap inputSet int mask public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object o Integer index static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableMap access$100 (autovalue.shaded.com.google$.common.collect.$Sets$SubSet) autovalue.shaded.com.google$.common.collect.$Sets$SubSet x0 static synthetic int access$200 (autovalue.shaded.com.google$.common.collect.$Sets$SubSet) autovalue.shaded.com.google$.common.collect.$Sets$SubSet x0 }
autovalue/shaded/com/google$/common/collect/$Sets$UnmodifiableNavigableSet.class
$Sets.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Sets$UnmodifiableNavigableSet extends autovalue.shaded.com.google$.common.collect.$ForwardingSortedSet implements java.util.NavigableSet java.io.Serializable { private final java.util.NavigableSet delegate private final java.util.SortedSet unmodifiableDelegate private transient autovalue.shaded.com.google$.common.collect.$Sets$UnmodifiableNavigableSet descendingSet private static final long serialVersionUID void <init> (java.util.NavigableSet) java.util.NavigableSet delegate protected java.util.SortedSet delegate () public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () autovalue.shaded.com.google$.common.collect.$Sets$UnmodifiableNavigableSet result public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Sets.class
$Sets.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Sets extends java.lang.Object { private void <init> () public static transient autovalue.shaded.com.google$.common.collect.$ImmutableSet immutableEnumSet (java.lang.Enum, java.lang.Enum[]) Enum anElement Enum[] otherElements public static autovalue.shaded.com.google$.common.collect.$ImmutableSet immutableEnumSet (java.lang.Iterable) java.util.Collection collection java.util.EnumSet enumSet java.util.Iterator itr Iterable elements public static java.util.stream.Collector toImmutableEnumSet () public static java.util.EnumSet newEnumSet (java.lang.Iterable, java.lang.Class) Iterable iterable Class elementType java.util.EnumSet set public static java.util.HashSet newHashSet () public static transient java.util.HashSet newHashSet (java.lang.Object[]) Object[] elements java.util.HashSet set public static java.util.HashSet newHashSet (java.lang.Iterable) Iterable elements public static java.util.HashSet newHashSet (java.util.Iterator) java.util.Iterator elements java.util.HashSet set public static java.util.HashSet newHashSetWithExpectedSize (int) int expectedSize public static java.util.Set newConcurrentHashSet () public static java.util.Set newConcurrentHashSet (java.lang.Iterable) Iterable elements java.util.Set set public static java.util.LinkedHashSet newLinkedHashSet () public static java.util.LinkedHashSet newLinkedHashSet (java.lang.Iterable) Iterable elements java.util.LinkedHashSet set public static java.util.LinkedHashSet newLinkedHashSetWithExpectedSize (int) int expectedSize public static java.util.TreeSet newTreeSet () public static java.util.TreeSet newTreeSet (java.lang.Iterable) Iterable elements java.util.TreeSet set public static java.util.TreeSet newTreeSet (java.util.Comparator) java.util.Comparator comparator public static java.util.Set newIdentityHashSet () public static java.util.concurrent.CopyOnWriteArraySet newCopyOnWriteArraySet () public static java.util.concurrent.CopyOnWriteArraySet newCopyOnWriteArraySet (java.lang.Iterable) Iterable elements java.util.Collection elementsCollection public static java.util.EnumSet complementOf (java.util.Collection) java.util.Collection collection Class type public static java.util.EnumSet complementOf (java.util.Collection, java.lang.Class) java.util.Collection collection Class type private static java.util.EnumSet makeComplementByHand (java.util.Collection, java.lang.Class) java.util.Collection collection Class type java.util.EnumSet result public static java.util.Set newSetFromMap (java.util.Map) java.util.Map map public static autovalue.shaded.com.google$.common.collect.$Sets$SetView union (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static autovalue.shaded.com.google$.common.collect.$Sets$SetView intersection (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static autovalue.shaded.com.google$.common.collect.$Sets$SetView difference (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static autovalue.shaded.com.google$.common.collect.$Sets$SetView symmetricDifference (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static java.util.Set filter (java.util.Set, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Sets$FilteredSet filtered autovalue.shaded.com.google$.common.base.$Predicate combinedPredicate java.util.Set unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.util.SortedSet filter (java.util.SortedSet, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Sets$FilteredSet filtered autovalue.shaded.com.google$.common.base.$Predicate combinedPredicate java.util.SortedSet unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.util.NavigableSet filter (java.util.NavigableSet, autovalue.shaded.com.google$.common.base.$Predicate) autovalue.shaded.com.google$.common.collect.$Sets$FilteredSet filtered autovalue.shaded.com.google$.common.base.$Predicate combinedPredicate java.util.NavigableSet unfiltered autovalue.shaded.com.google$.common.base.$Predicate predicate public static java.util.Set cartesianProduct (java.util.List) java.util.List sets public static transient java.util.Set cartesianProduct (java.util.Set[]) java.util.Set[] sets public static java.util.Set powerSet (java.util.Set) java.util.Set set public static java.util.Set combinations (java.util.Set, int) java.util.Set set int size autovalue.shaded.com.google$.common.collect.$ImmutableMap index static int hashCodeImpl (java.util.Set) Object o java.util.Set s int hashCode static boolean equalsImpl (java.util.Set, java.lang.Object) RuntimeException ignored java.util.Set o java.util.Set s Object object public static java.util.NavigableSet unmodifiableNavigableSet (java.util.NavigableSet) java.util.NavigableSet set public static java.util.NavigableSet synchronizedNavigableSet (java.util.NavigableSet) java.util.NavigableSet navigableSet static boolean removeAllImpl (java.util.Set, java.util.Iterator) java.util.Set set java.util.Iterator iterator boolean changed static boolean removeAllImpl (java.util.Set, java.util.Collection) java.util.Set set java.util.Collection collection public static java.util.NavigableSet subSet (java.util.NavigableSet, autovalue.shaded.com.google$.common.collect.$Range) java.util.NavigableSet set autovalue.shaded.com.google$.common.collect.$Range range }
autovalue/shaded/com/google$/common/collect/$SingletonImmutableBiMap.class
$SingletonImmutableBiMap.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$SingletonImmutableBiMap extends autovalue.shaded.com.google$.common.collect.$ImmutableBiMap { final transient Object singleKey final transient Object singleValue private final transient autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse private transient autovalue.shaded.com.google$.common.collect.$ImmutableBiMap lazyInverse void <init> (java.lang.Object, java.lang.Object) Object singleKey Object singleValue private void <init> (java.lang.Object, java.lang.Object, autovalue.shaded.com.google$.common.collect.$ImmutableBiMap) Object singleKey Object singleValue autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse public java.lang.Object get (java.lang.Object) Object key public int size () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value boolean isPartialView () autovalue.shaded.com.google$.common.collect.$ImmutableSet createEntrySet () autovalue.shaded.com.google$.common.collect.$ImmutableSet createKeySet () public autovalue.shaded.com.google$.common.collect.$ImmutableBiMap inverse () autovalue.shaded.com.google$.common.collect.$ImmutableBiMap result public volatile synthetic autovalue.shaded.com.google$.common.collect.$BiMap inverse () }
autovalue/shaded/com/google$/common/collect/$SingletonImmutableList.class
$SingletonImmutableList.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$SingletonImmutableList extends autovalue.shaded.com.google$.common.collect.$ImmutableList { final transient Object element void <init> (java.lang.Object) Object element public java.lang.Object get (int) int index public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public int size () public autovalue.shaded.com.google$.common.collect.$ImmutableList subList (int, int) int fromIndex int toIndex public java.lang.String toString () boolean isPartialView () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$SingletonImmutableSet.class
$SingletonImmutableSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$SingletonImmutableSet extends autovalue.shaded.com.google$.common.collect.$ImmutableSet { final transient Object element private transient int cachedHashCode void <init> (java.lang.Object) Object element void <init> (java.lang.Object, int) Object element int hashCode public int size () public boolean contains (java.lang.Object) Object target public autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator iterator () autovalue.shaded.com.google$.common.collect.$ImmutableList createAsList () boolean isPartialView () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset public final int hashCode () int code boolean isHashCodeFast () public java.lang.String toString () public volatile synthetic java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$SingletonImmutableTable.class
$SingletonImmutableTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$SingletonImmutableTable extends autovalue.shaded.com.google$.common.collect.$ImmutableTable { final Object singleRowKey final Object singleColumnKey final Object singleValue void <init> (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value void <init> (autovalue.shaded.com.google$.common.collect.$Table$Cell) autovalue.shaded.com.google$.common.collect.$Table$Cell cell public autovalue.shaded.com.google$.common.collect.$ImmutableMap column (java.lang.Object) Object columnKey public autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap () public autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap () public int size () autovalue.shaded.com.google$.common.collect.$ImmutableSet createCellSet () autovalue.shaded.com.google$.common.collect.$ImmutableCollection createValues () autovalue.shaded.com.google$.common.collect.$ImmutableTable$SerializedForm createSerializedForm () volatile synthetic java.util.Collection createValues () volatile synthetic java.util.Set createCellSet () public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Map column (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$SortedIterable.class
$SortedIterable.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$SortedIterable extends java.lang.Object implements java.lang.Iterable { public abstract java.util.Comparator comparator () public abstract java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$SortedIterables.class
$SortedIterables.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$SortedIterables extends java.lang.Object { private void <init> () public static boolean hasSameComparator (java.util.Comparator, java.lang.Iterable) java.util.Comparator comparator2 java.util.Comparator comparator2 java.util.Comparator comparator Iterable elements java.util.Comparator comparator2 public static java.util.Comparator comparator (java.util.SortedSet) java.util.SortedSet sortedSet java.util.Comparator result }
autovalue/shaded/com/google$/common/collect/$SortedLists$1.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$SortedLists$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyAbsentBehavior$1.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior$1 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior { void <init> (java.lang.String, int) int resultIndex (int) int higherIndex }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyAbsentBehavior$2.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior$2 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior { void <init> (java.lang.String, int) public int resultIndex (int) int higherIndex }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyAbsentBehavior$3.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior$3 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior { void <init> (java.lang.String, int) public int resultIndex (int) int higherIndex }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyAbsentBehavior.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect abstract enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior NEXT_LOWER public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior NEXT_HIGHER public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior INVERTED_INSERTION_INDEX private static final synthetic autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior[] $VALUES public static autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior[] values () public static autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract int resultIndex (int) private static synthetic autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.collect.$SortedLists$1) String x0 int x1 autovalue.shaded.com.google$.common.collect.$SortedLists$1 x2 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyPresentBehavior$1.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior$1 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) java.util.Comparator comparator Object key java.util.List list int foundIndex }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyPresentBehavior$2.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior$2 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) int middle int c java.util.Comparator comparator Object key java.util.List list int foundIndex int lower int upper }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyPresentBehavior$3.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior$3 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) int middle int c java.util.Comparator comparator Object key java.util.List list int foundIndex int lower int upper }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyPresentBehavior$4.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior$4 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) public int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) java.util.Comparator comparator Object key java.util.List list int foundIndex }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyPresentBehavior$5.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior$5 extends autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) public int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) java.util.Comparator comparator Object key java.util.List list int foundIndex }
autovalue/shaded/com/google$/common/collect/$SortedLists$KeyPresentBehavior.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect abstract enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior ANY_PRESENT public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior LAST_PRESENT public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior FIRST_PRESENT public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior FIRST_AFTER public static final enum autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior LAST_BEFORE private static final synthetic autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior[] $VALUES public static autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior[] values () public static autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) private static synthetic autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.collect.$SortedLists$1) String x0 int x1 autovalue.shaded.com.google$.common.collect.$SortedLists$1 x2 static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$SortedLists.class
$SortedLists.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$SortedLists extends java.lang.Object { private void <init> () public static int binarySearch (java.util.List, java.lang.Comparable, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior) java.util.List list Comparable e autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior presentBehavior autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior absentBehavior public static int binarySearch (java.util.List, autovalue.shaded.com.google$.common.base.$Function, java.lang.Comparable, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior) java.util.List list autovalue.shaded.com.google$.common.base.$Function keyFunction Comparable key autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior presentBehavior autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior absentBehavior public static int binarySearch (java.util.List, autovalue.shaded.com.google$.common.base.$Function, java.lang.Object, java.util.Comparator, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior) java.util.List list autovalue.shaded.com.google$.common.base.$Function keyFunction Object key java.util.Comparator keyComparator autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior presentBehavior autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior absentBehavior public static int binarySearch (java.util.List, java.lang.Object, java.util.Comparator, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior, autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior) int middle int c java.util.List list Object key java.util.Comparator comparator autovalue.shaded.com.google$.common.collect.$SortedLists$KeyPresentBehavior presentBehavior autovalue.shaded.com.google$.common.collect.$SortedLists$KeyAbsentBehavior absentBehavior int lower int upper }
autovalue/shaded/com/google$/common/collect/$SortedMapDifference.class
$SortedMapDifference.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$SortedMapDifference extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$MapDifference { public abstract java.util.SortedMap entriesOnlyOnLeft () public abstract java.util.SortedMap entriesOnlyOnRight () public abstract java.util.SortedMap entriesInCommon () public abstract java.util.SortedMap entriesDiffering () public volatile synthetic java.util.Map entriesDiffering () public volatile synthetic java.util.Map entriesInCommon () public volatile synthetic java.util.Map entriesOnlyOnRight () public volatile synthetic java.util.Map entriesOnlyOnLeft () }
autovalue/shaded/com/google$/common/collect/$SortedMultiset.class
$SortedMultiset.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$SortedMultiset extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$SortedMultisetBridge autovalue.shaded.com.google$.common.collect.$SortedIterable { public abstract java.util.Comparator comparator () public abstract autovalue.shaded.com.google$.common.collect.$Multiset$Entry firstEntry () public abstract autovalue.shaded.com.google$.common.collect.$Multiset$Entry lastEntry () public abstract autovalue.shaded.com.google$.common.collect.$Multiset$Entry pollFirstEntry () public abstract autovalue.shaded.com.google$.common.collect.$Multiset$Entry pollLastEntry () public abstract java.util.NavigableSet elementSet () public abstract java.util.Set entrySet () public abstract java.util.Iterator iterator () public abstract autovalue.shaded.com.google$.common.collect.$SortedMultiset descendingMultiset () public abstract autovalue.shaded.com.google$.common.collect.$SortedMultiset headMultiset (java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType) public abstract autovalue.shaded.com.google$.common.collect.$SortedMultiset subMultiset (java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType, java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType) public abstract autovalue.shaded.com.google$.common.collect.$SortedMultiset tailMultiset (java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType) public volatile synthetic java.util.SortedSet elementSet () public volatile synthetic java.util.Set elementSet () }
autovalue/shaded/com/google$/common/collect/$SortedMultisetBridge.class
$SortedMultisetBridge.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$SortedMultisetBridge extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Multiset { public abstract java.util.SortedSet elementSet () public volatile synthetic java.util.Set elementSet () }
autovalue/shaded/com/google$/common/collect/$SortedSetMultimap.class
$SortedSetMultimap.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$SortedSetMultimap extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$SetMultimap { public abstract java.util.SortedSet get (java.lang.Object) public abstract java.util.SortedSet removeAll (java.lang.Object) public abstract java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Map asMap () public abstract java.util.Comparator valueComparator () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
autovalue/shaded/com/google$/common/collect/$SparseImmutableTable.class
$SparseImmutableTable.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$SparseImmutableTable extends autovalue.shaded.com.google$.common.collect.$RegularImmutableTable { static final autovalue.shaded.com.google$.common.collect.$ImmutableTable EMPTY private final autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap private final autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap private final int[] cellRowIndices private final int[] cellColumnInRowIndices void <init> (autovalue.shaded.com.google$.common.collect.$ImmutableList, autovalue.shaded.com.google$.common.collect.$ImmutableSet, autovalue.shaded.com.google$.common.collect.$ImmutableSet) Object row Object col autovalue.shaded.com.google$.common.collect.$Table$Cell cell Object rowKey Object columnKey Object value java.util.Map thisRow Object oldValue int i java.util.Map$Entry row java.util.Map$Entry col autovalue.shaded.com.google$.common.collect.$ImmutableList cellList autovalue.shaded.com.google$.common.collect.$ImmutableSet rowSpace autovalue.shaded.com.google$.common.collect.$ImmutableSet columnSpace java.util.Map rowIndex java.util.Map rows java.util.Map columns int[] cellRowIndices int[] cellColumnInRowIndices autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder rowBuilder autovalue.shaded.com.google$.common.collect.$ImmutableMap$Builder columnBuilder public autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap () autovalue.shaded.com.google$.common.collect.$ImmutableMap columnMap public autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap () autovalue.shaded.com.google$.common.collect.$ImmutableMap rowMap public int size () autovalue.shaded.com.google$.common.collect.$Table$Cell getCell (int) int index int rowIndex java.util.Map$Entry rowEntry autovalue.shaded.com.google$.common.collect.$ImmutableMap row int columnIndex java.util.Map$Entry colEntry java.lang.Object getValue (int) int index int rowIndex autovalue.shaded.com.google$.common.collect.$ImmutableMap row int columnIndex autovalue.shaded.com.google$.common.collect.$ImmutableTable$SerializedForm createSerializedForm () autovalue.shaded.com.google$.common.collect.$Table$Cell cell java.util.Map columnKeyToIndex int[] cellColumnIndices int i public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$StandardTable$1.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$StandardTable$CellIterator.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$CellIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator rowIterator java.util.Map$Entry rowEntry java.util.Iterator columnIterator final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable) public boolean hasNext () public autovalue.shaded.com.google$.common.collect.$Table$Cell next () java.util.Map$Entry columnEntry public void remove () public volatile synthetic java.lang.Object next () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable, autovalue.shaded.com.google$.common.collect.$StandardTable$1) autovalue.shaded.com.google$.common.collect.$StandardTable x0 autovalue.shaded.com.google$.common.collect.$StandardTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$StandardTable$Column$EntrySet.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Column$EntrySet extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$Column this$1 private void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Column) public java.util.Iterator iterator () public int size () java.util.Map map int size public boolean isEmpty () public void clear () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object o public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj public boolean retainAll (java.util.Collection) java.util.Collection c synthetic void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Column, autovalue.shaded.com.google$.common.collect.$StandardTable$1) autovalue.shaded.com.google$.common.collect.$StandardTable$Column x0 autovalue.shaded.com.google$.common.collect.$StandardTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$StandardTable$Column$EntrySetIterator$1EntryImpl.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Column$EntrySetIterator$1EntryImpl extends autovalue.shaded.com.google$.common.collect.$AbstractMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$Column$EntrySetIterator this$2 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Column$EntrySetIterator, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$StandardTable$Column$EntrySetIterator this$2 public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value }
autovalue/shaded/com/google$/common/collect/$StandardTable$Column$EntrySetIterator.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Column$EntrySetIterator extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Iterator iterator final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$Column this$1 private void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Column) protected java.util.Map$Entry computeNext () java.util.Map$Entry entry protected volatile synthetic java.lang.Object computeNext () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Column, autovalue.shaded.com.google$.common.collect.$StandardTable$1) autovalue.shaded.com.google$.common.collect.$StandardTable$Column x0 autovalue.shaded.com.google$.common.collect.$StandardTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$StandardTable$Column$KeySet.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Column$KeySet extends autovalue.shaded.com.google$.common.collect.$Maps$KeySet { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$Column this$1 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Column) public boolean contains (java.lang.Object) Object obj public boolean remove (java.lang.Object) Object obj public boolean retainAll (java.util.Collection) java.util.Collection c }
autovalue/shaded/com/google$/common/collect/$StandardTable$Column$Values.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Column$Values extends autovalue.shaded.com.google$.common.collect.$Maps$Values { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$Column this$1 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Column) public boolean remove (java.lang.Object) Object obj public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
autovalue/shaded/com/google$/common/collect/$StandardTable$Column.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Column extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { final Object columnKey final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable, java.lang.Object) Object columnKey public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object get (java.lang.Object) Object key public boolean containsKey (java.lang.Object) Object key public java.lang.Object remove (java.lang.Object) Object key boolean removeFromColumnIf (autovalue.shaded.com.google$.common.base.$Predicate) java.util.Map$Entry entry java.util.Map map Object value autovalue.shaded.com.google$.common.base.$Predicate predicate boolean changed java.util.Iterator iterator java.util.Set createEntrySet () java.util.Set createKeySet () java.util.Collection createValues () }
autovalue/shaded/com/google$/common/collect/$StandardTable$ColumnKeyIterator.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnKeyIterator extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final java.util.Map seen final java.util.Iterator mapIterator java.util.Iterator entryIterator final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable) protected java.lang.Object computeNext () java.util.Map$Entry entry synthetic void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable, autovalue.shaded.com.google$.common.collect.$StandardTable$1) autovalue.shaded.com.google$.common.collect.$StandardTable x0 autovalue.shaded.com.google$.common.collect.$StandardTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$StandardTable$ColumnKeySet.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnKeySet extends autovalue.shaded.com.google$.common.collect.$StandardTable$TableSet { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable) public java.util.Iterator iterator () public int size () public boolean remove (java.lang.Object) java.util.Map map Object obj boolean changed java.util.Iterator iterator public boolean removeAll (java.util.Collection) java.util.Map map java.util.Collection c boolean changed java.util.Iterator iterator public boolean retainAll (java.util.Collection) java.util.Map map java.util.Collection c boolean changed java.util.Iterator iterator public boolean contains (java.lang.Object) Object obj synthetic void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable, autovalue.shaded.com.google$.common.collect.$StandardTable$1) autovalue.shaded.com.google$.common.collect.$StandardTable x0 autovalue.shaded.com.google$.common.collect.$StandardTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$StandardTable$ColumnMap$ColumnMapEntrySet$1.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap$ColumnMapEntrySet$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap$ColumnMapEntrySet this$2 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap$ColumnMapEntrySet) autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap$ColumnMapEntrySet this$2 public java.util.Map apply (java.lang.Object) Object columnKey public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$StandardTable$ColumnMap$ColumnMapEntrySet.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap$ColumnMapEntrySet extends autovalue.shaded.com.google$.common.collect.$StandardTable$TableSet { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap) autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap this$1 public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object columnKey java.util.Map$Entry entry Object obj public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) Object columnKey java.util.Collection c boolean changed }
autovalue/shaded/com/google$/common/collect/$StandardTable$ColumnMap$ColumnMapValues.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap$ColumnMapValues extends autovalue.shaded.com.google$.common.collect.$Maps$Values { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap) public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj public boolean removeAll (java.util.Collection) Object columnKey java.util.Collection c boolean changed public boolean retainAll (java.util.Collection) Object columnKey java.util.Collection c boolean changed }
autovalue/shaded/com/google$/common/collect/$StandardTable$ColumnMap.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable) public java.util.Map get (java.lang.Object) Object key public boolean containsKey (java.lang.Object) Object key public java.util.Map remove (java.lang.Object) Object key public java.util.Set createEntrySet () public java.util.Set keySet () java.util.Collection createValues () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) synthetic void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable, autovalue.shaded.com.google$.common.collect.$StandardTable$1) autovalue.shaded.com.google$.common.collect.$StandardTable x0 autovalue.shaded.com.google$.common.collect.$StandardTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$StandardTable$Row$1.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Row$1 extends java.lang.Object implements java.util.Iterator { final synthetic java.util.Iterator val$iterator final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$Row this$1 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Row, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$StandardTable$Row this$1 public boolean hasNext () public java.util.Map$Entry next () public void remove () public volatile synthetic java.lang.Object next () }
autovalue/shaded/com/google$/common/collect/$StandardTable$Row$2.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Row$2 extends autovalue.shaded.com.google$.common.collect.$ForwardingMapEntry { final synthetic java.util.Map$Entry val$entry void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$Row, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$StandardTable$Row this$1 protected java.util.Map$Entry delegate () public java.lang.Object setValue (java.lang.Object) Object value public boolean equals (java.lang.Object) Object object protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$StandardTable$Row.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$Row extends autovalue.shaded.com.google$.common.collect.$Maps$IteratorBasedAbstractMap { final Object rowKey java.util.Map backingRowMap final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable, java.lang.Object) autovalue.shaded.com.google$.common.collect.$StandardTable this$0 Object rowKey java.util.Map backingRowMap () java.util.Map computeBackingRowMap () void maintainEmptyInvariant () public boolean containsKey (java.lang.Object) Object key java.util.Map backingRowMap public java.lang.Object get (java.lang.Object) Object key java.util.Map backingRowMap public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object remove (java.lang.Object) Object key java.util.Map backingRowMap Object result public void clear () java.util.Map backingRowMap public int size () java.util.Map map java.util.Iterator entryIterator () java.util.Map map java.util.Iterator iterator java.util.Spliterator entrySpliterator () java.util.Map map java.util.Map$Entry wrapEntry (java.util.Map$Entry) java.util.Map$Entry entry }
autovalue/shaded/com/google$/common/collect/$StandardTable$RowMap$EntrySet$1.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap$EntrySet$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap$EntrySet this$2 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap$EntrySet) autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap$EntrySet this$2 public java.util.Map apply (java.lang.Object) Object rowKey public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$StandardTable$RowMap$EntrySet.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap$EntrySet extends autovalue.shaded.com.google$.common.collect.$StandardTable$TableSet { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap this$1 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap) autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap this$1 public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object obj public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj }
autovalue/shaded/com/google$/common/collect/$StandardTable$RowMap.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable$RowMap extends autovalue.shaded.com.google$.common.collect.$Maps$ViewCachingAbstractMap { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable) autovalue.shaded.com.google$.common.collect.$StandardTable this$0 public boolean containsKey (java.lang.Object) Object key public java.util.Map get (java.lang.Object) Object key public java.util.Map remove (java.lang.Object) Object key protected java.util.Set createEntrySet () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$StandardTable$TableSet.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$StandardTable$TableSet extends autovalue.shaded.com.google$.common.collect.$Sets$ImprovedAbstractSet { final synthetic autovalue.shaded.com.google$.common.collect.$StandardTable this$0 private void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable) public boolean isEmpty () public void clear () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$StandardTable, autovalue.shaded.com.google$.common.collect.$StandardTable$1) autovalue.shaded.com.google$.common.collect.$StandardTable x0 autovalue.shaded.com.google$.common.collect.$StandardTable$1 x1 }
autovalue/shaded/com/google$/common/collect/$StandardTable.class
$StandardTable.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$StandardTable extends autovalue.shaded.com.google$.common.collect.$AbstractTable implements java.io.Serializable { final java.util.Map backingMap final autovalue.shaded.com.google$.common.base.$Supplier factory private transient java.util.Set columnKeySet private transient java.util.Map rowMap private transient autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap columnMap private static final long serialVersionUID void <init> (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map backingMap autovalue.shaded.com.google$.common.base.$Supplier factory public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) java.util.Map map Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean isEmpty () public int size () java.util.Map map int size public void clear () private java.util.Map getOrCreate (java.lang.Object) Object rowKey java.util.Map map public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map map Object value private java.util.Map removeColumn (java.lang.Object) java.util.Map$Entry entry Object value Object column java.util.Map output java.util.Iterator iterator private boolean containsMapping (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value private boolean removeMapping (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public java.util.Set cellSet () java.util.Iterator cellIterator () java.util.Spliterator cellSpliterator () public java.util.Map row (java.lang.Object) Object rowKey public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set rowKeySet () public java.util.Set columnKeySet () java.util.Set result java.util.Iterator createColumnKeyIterator () public java.util.Collection values () public java.util.Map rowMap () java.util.Map result java.util.Map createRowMap () public java.util.Map columnMap () autovalue.shaded.com.google$.common.collect.$StandardTable$ColumnMap result private static synthetic java.util.Spliterator lambda$cellSpliterator$1 (java.util.Map$Entry) java.util.Map$Entry rowEntry private static synthetic autovalue.shaded.com.google$.common.collect.$Table$Cell lambda$cellSpliterator$0 (java.util.Map$Entry, java.util.Map$Entry) java.util.Map$Entry rowEntry java.util.Map$Entry columnEntry static synthetic boolean access$300 (autovalue.shaded.com.google$.common.collect.$StandardTable, java.lang.Object, java.lang.Object, java.lang.Object) autovalue.shaded.com.google$.common.collect.$StandardTable x0 Object x1 Object x2 Object x3 static synthetic boolean access$400 (autovalue.shaded.com.google$.common.collect.$StandardTable, java.lang.Object, java.lang.Object, java.lang.Object) autovalue.shaded.com.google$.common.collect.$StandardTable x0 Object x1 Object x2 Object x3 static synthetic java.util.Map access$900 (autovalue.shaded.com.google$.common.collect.$StandardTable, java.lang.Object) autovalue.shaded.com.google$.common.collect.$StandardTable x0 Object x1 }
autovalue/shaded/com/google$/common/collect/$Streams$1.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$1 extends java.util.Spliterators$AbstractSpliterator { final synthetic java.util.Iterator val$itrA final synthetic java.util.Iterator val$itrB final synthetic java.util.function.BiFunction val$function void <init> (long, int, java.util.Iterator, java.util.Iterator, java.util.function.BiFunction) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
autovalue/shaded/com/google$/common/collect/$Streams$1OptionalState.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$1OptionalState extends java.lang.Object { boolean set Object value void <init> () void set (java.lang.Object) Object value java.lang.Object get () }
autovalue/shaded/com/google$/common/collect/$Streams$1Splitr.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$1Splitr extends autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator implements java.util.function.Consumer { Object holder final synthetic autovalue.shaded.com.google$.common.collect.$Streams$FunctionWithIndex val$function void <init> (java.util.Spliterator, long, autovalue.shaded.com.google$.common.collect.$Streams$FunctionWithIndex) java.util.Spliterator splitr long index public void accept (java.lang.Object) Object t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$Streams$1Splitr createSplit (java.util.Spliterator, long) java.util.Spliterator from long i volatile synthetic autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
autovalue/shaded/com/google$/common/collect/$Streams$2.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$2 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.Iterator val$fromIterator final synthetic autovalue.shaded.com.google$.common.collect.$Streams$FunctionWithIndex val$function void <init> (long, int, java.util.Iterator, autovalue.shaded.com.google$.common.collect.$Streams$FunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
autovalue/shaded/com/google$/common/collect/$Streams$2Splitr.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$2Splitr extends autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator implements java.util.function.IntConsumer java.util.Spliterator { int holder final synthetic autovalue.shaded.com.google$.common.collect.$Streams$IntFunctionWithIndex val$function void <init> (java.util.Spliterator$OfInt, long, autovalue.shaded.com.google$.common.collect.$Streams$IntFunctionWithIndex) java.util.Spliterator$OfInt splitr long index public void accept (int) int t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$Streams$2Splitr createSplit (java.util.Spliterator$OfInt, long) java.util.Spliterator$OfInt from long i volatile synthetic autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
autovalue/shaded/com/google$/common/collect/$Streams$3.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$3 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.PrimitiveIterator$OfInt val$fromIterator final synthetic autovalue.shaded.com.google$.common.collect.$Streams$IntFunctionWithIndex val$function void <init> (long, int, java.util.PrimitiveIterator$OfInt, autovalue.shaded.com.google$.common.collect.$Streams$IntFunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
autovalue/shaded/com/google$/common/collect/$Streams$3Splitr.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$3Splitr extends autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator implements java.util.function.LongConsumer java.util.Spliterator { long holder final synthetic autovalue.shaded.com.google$.common.collect.$Streams$LongFunctionWithIndex val$function void <init> (java.util.Spliterator$OfLong, long, autovalue.shaded.com.google$.common.collect.$Streams$LongFunctionWithIndex) java.util.Spliterator$OfLong splitr long index public void accept (long) long t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$Streams$3Splitr createSplit (java.util.Spliterator$OfLong, long) java.util.Spliterator$OfLong from long i volatile synthetic autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
autovalue/shaded/com/google$/common/collect/$Streams$4.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$4 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.PrimitiveIterator$OfLong val$fromIterator final synthetic autovalue.shaded.com.google$.common.collect.$Streams$LongFunctionWithIndex val$function void <init> (long, int, java.util.PrimitiveIterator$OfLong, autovalue.shaded.com.google$.common.collect.$Streams$LongFunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
autovalue/shaded/com/google$/common/collect/$Streams$4Splitr.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$4Splitr extends autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator implements java.util.function.DoubleConsumer java.util.Spliterator { double holder final synthetic autovalue.shaded.com.google$.common.collect.$Streams$DoubleFunctionWithIndex val$function void <init> (java.util.Spliterator$OfDouble, long, autovalue.shaded.com.google$.common.collect.$Streams$DoubleFunctionWithIndex) java.util.Spliterator$OfDouble splitr long index public void accept (double) double t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action autovalue.shaded.com.google$.common.collect.$Streams$4Splitr createSplit (java.util.Spliterator$OfDouble, long) java.util.Spliterator$OfDouble from long i volatile synthetic autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
autovalue/shaded/com/google$/common/collect/$Streams$5.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$5 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.PrimitiveIterator$OfDouble val$fromIterator final synthetic autovalue.shaded.com.google$.common.collect.$Streams$DoubleFunctionWithIndex val$function void <init> (long, int, java.util.PrimitiveIterator$OfDouble, autovalue.shaded.com.google$.common.collect.$Streams$DoubleFunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
autovalue/shaded/com/google$/common/collect/$Streams$DoubleFunctionWithIndex.class
$Streams.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Streams$DoubleFunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (double, long) }
autovalue/shaded/com/google$/common/collect/$Streams$FunctionWithIndex.class
$Streams.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Streams$FunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (java.lang.Object, long) }
autovalue/shaded/com/google$/common/collect/$Streams$IntFunctionWithIndex.class
$Streams.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Streams$IntFunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (int, long) }
autovalue/shaded/com/google$/common/collect/$Streams$LongFunctionWithIndex.class
$Streams.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Streams$LongFunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (long, long) }
autovalue/shaded/com/google$/common/collect/$Streams$MapWithIndexSpliterator.class
$Streams.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator extends java.lang.Object implements java.util.Spliterator { final java.util.Spliterator fromSpliterator long index void <init> (java.util.Spliterator, long) java.util.Spliterator fromSpliterator long index abstract autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) public autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator trySplit () java.util.Spliterator split autovalue.shaded.com.google$.common.collect.$Streams$MapWithIndexSpliterator result public long estimateSize () public int characteristics () public volatile synthetic java.util.Spliterator trySplit () }
autovalue/shaded/com/google$/common/collect/$Streams$TemporaryPair.class
$Streams.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Streams$TemporaryPair extends java.lang.Object { final Object a final Object b void <init> (java.lang.Object, java.lang.Object) Object a Object b }
autovalue/shaded/com/google$/common/collect/$Streams.class
$Streams.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Streams extends java.lang.Object { public static java.util.stream.Stream stream (java.lang.Iterable) Iterable iterable public static java.util.stream.Stream stream (java.util.Collection) java.util.Collection collection public static java.util.stream.Stream stream (java.util.Iterator) java.util.Iterator iterator public static java.util.stream.Stream stream (autovalue.shaded.com.google$.common.base.$Optional) autovalue.shaded.com.google$.common.base.$Optional optional public static java.util.stream.Stream stream (java.util.Optional) java.util.Optional optional public static java.util.stream.IntStream stream (java.util.OptionalInt) java.util.OptionalInt optional public static java.util.stream.LongStream stream (java.util.OptionalLong) java.util.OptionalLong optional public static java.util.stream.DoubleStream stream (java.util.OptionalDouble) java.util.OptionalDouble optional private static void closeAll (java.util.stream.BaseStream[]) java.util.stream.BaseStream stream java.util.stream.BaseStream[] toClose public static transient java.util.stream.Stream concat (java.util.stream.Stream[]) java.util.Spliterator splitr java.util.stream.Stream stream java.util.stream.Stream[] streams boolean isParallel int characteristics long estimatedSize autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder splitrsBuilder public static transient java.util.stream.IntStream concat (java.util.stream.IntStream[]) java.util.Spliterator$OfInt splitr java.util.stream.IntStream stream java.util.stream.IntStream[] streams boolean isParallel int characteristics long estimatedSize autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder splitrsBuilder public static transient java.util.stream.LongStream concat (java.util.stream.LongStream[]) java.util.Spliterator$OfLong splitr java.util.stream.LongStream stream java.util.stream.LongStream[] streams boolean isParallel int characteristics long estimatedSize autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder splitrsBuilder public static transient java.util.stream.DoubleStream concat (java.util.stream.DoubleStream[]) java.util.Spliterator$OfDouble splitr java.util.stream.DoubleStream stream java.util.stream.DoubleStream[] streams boolean isParallel int characteristics long estimatedSize autovalue.shaded.com.google$.common.collect.$ImmutableList$Builder splitrsBuilder public static java.util.stream.Stream zip (java.util.stream.Stream, java.util.stream.Stream, java.util.function.BiFunction) java.util.stream.Stream streamA java.util.stream.Stream streamB java.util.function.BiFunction function boolean isParallel java.util.Spliterator splitrA java.util.Spliterator splitrB int characteristics java.util.Iterator itrA java.util.Iterator itrB public static void forEachPair (java.util.stream.Stream, java.util.stream.Stream, java.util.function.BiConsumer) java.util.Iterator iterA java.util.Iterator iterB java.util.stream.Stream streamA java.util.stream.Stream streamB java.util.function.BiConsumer consumer public static java.util.stream.Stream mapWithIndex (java.util.stream.Stream, autovalue.shaded.com.google$.common.collect.$Streams$FunctionWithIndex) java.util.Iterator fromIterator java.util.stream.Stream stream autovalue.shaded.com.google$.common.collect.$Streams$FunctionWithIndex function boolean isParallel java.util.Spliterator fromSpliterator public static java.util.stream.Stream mapWithIndex (java.util.stream.IntStream, autovalue.shaded.com.google$.common.collect.$Streams$IntFunctionWithIndex) java.util.PrimitiveIterator$OfInt fromIterator java.util.stream.IntStream stream autovalue.shaded.com.google$.common.collect.$Streams$IntFunctionWithIndex function boolean isParallel java.util.Spliterator$OfInt fromSpliterator public static java.util.stream.Stream mapWithIndex (java.util.stream.LongStream, autovalue.shaded.com.google$.common.collect.$Streams$LongFunctionWithIndex) java.util.PrimitiveIterator$OfLong fromIterator java.util.stream.LongStream stream autovalue.shaded.com.google$.common.collect.$Streams$LongFunctionWithIndex function boolean isParallel java.util.Spliterator$OfLong fromSpliterator public static java.util.stream.Stream mapWithIndex (java.util.stream.DoubleStream, autovalue.shaded.com.google$.common.collect.$Streams$DoubleFunctionWithIndex) java.util.PrimitiveIterator$OfDouble fromIterator java.util.stream.DoubleStream stream autovalue.shaded.com.google$.common.collect.$Streams$DoubleFunctionWithIndex function boolean isParallel java.util.Spliterator$OfDouble fromSpliterator public static java.util.Optional findLast (java.util.stream.Stream) java.util.Spliterator prefix java.util.Spliterator spliterator java.util.Spliterator prefix java.util.stream.Stream stream autovalue.shaded.com.google$.common.collect.$Streams$1OptionalState state java.util.Deque splits public static java.util.OptionalInt findLast (java.util.stream.IntStream) java.util.stream.IntStream stream java.util.Optional boxedLast public static java.util.OptionalLong findLast (java.util.stream.LongStream) java.util.stream.LongStream stream java.util.Optional boxedLast public static java.util.OptionalDouble findLast (java.util.stream.DoubleStream) java.util.stream.DoubleStream stream java.util.Optional boxedLast private void <init> () private static synthetic void lambda$forEachPair$8 (java.util.function.BiConsumer, autovalue.shaded.com.google$.common.collect.$Streams$TemporaryPair) java.util.function.BiConsumer consumer autovalue.shaded.com.google$.common.collect.$Streams$TemporaryPair pair private static synthetic void lambda$concat$7 (java.util.stream.DoubleStream[]) java.util.stream.DoubleStream[] streams private static synthetic java.util.Spliterator$OfDouble lambda$concat$6 (java.util.Spliterator$OfDouble) java.util.Spliterator$OfDouble splitr private static synthetic void lambda$concat$5 (java.util.stream.LongStream[]) java.util.stream.LongStream[] streams private static synthetic java.util.Spliterator$OfLong lambda$concat$4 (java.util.Spliterator$OfLong) java.util.Spliterator$OfLong splitr private static synthetic void lambda$concat$3 (java.util.stream.IntStream[]) java.util.stream.IntStream[] streams private static synthetic java.util.Spliterator$OfInt lambda$concat$2 (java.util.Spliterator$OfInt) java.util.Spliterator$OfInt splitr private static synthetic void lambda$concat$1 (java.util.stream.Stream[]) java.util.stream.Stream[] streams private static synthetic java.util.Spliterator lambda$concat$0 (java.util.Spliterator) java.util.Spliterator splitr }
autovalue/shaded/com/google$/common/collect/$Synchronized$1.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$Synchronized$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedAsMap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMap { transient java.util.Set asMapEntrySet transient java.util.Collection asMapValues private static final long serialVersionUID void <init> (java.util.Map, java.lang.Object) java.util.Map delegate Object mutex public java.util.Collection get (java.lang.Object) java.util.Collection collection Object key public java.util.Set entrySet () public java.util.Collection values () public boolean containsValue (java.lang.Object) Object o public volatile synthetic java.lang.Object get (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedAsMapEntries$1$1.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries$1$1 extends autovalue.shaded.com.google$.common.collect.$ForwardingMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries$1 this$1 void <init> (autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries$1, java.util.Map$Entry) autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries$1 this$1 protected java.util.Map$Entry delegate () public java.util.Collection getValue () public volatile synthetic java.lang.Object getValue () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedAsMapEntries$1.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries$1 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { final synthetic autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries this$0 java.util.Iterator backingIterator java.util.Map$Entry transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedAsMapEntries.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapEntries extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSet { private static final long serialVersionUID void <init> (java.util.Set, java.lang.Object) java.util.Set delegate Object mutex public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean equals (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedAsMapValues$1.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapValues$1 extends autovalue.shaded.com.google$.common.collect.$TransformedIterator { final synthetic autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapValues this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapValues, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapValues this$0 java.util.Iterator backingIterator java.util.Collection transform (java.util.Collection) java.util.Collection from volatile synthetic java.lang.Object transform (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedAsMapValues.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedAsMapValues extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedCollection { private static final long serialVersionUID void <init> (java.util.Collection, java.lang.Object) java.util.Collection delegate Object mutex public java.util.Iterator iterator () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedBiMap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedBiMap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMap implements autovalue.shaded.com.google$.common.collect.$BiMap java.io.Serializable { private transient java.util.Set valueSet private transient autovalue.shaded.com.google$.common.collect.$BiMap inverse private static final long serialVersionUID private void <init> (autovalue.shaded.com.google$.common.collect.$BiMap, java.lang.Object, autovalue.shaded.com.google$.common.collect.$BiMap) autovalue.shaded.com.google$.common.collect.$BiMap delegate Object mutex autovalue.shaded.com.google$.common.collect.$BiMap inverse autovalue.shaded.com.google$.common.collect.$BiMap delegate () public java.util.Set values () public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value public autovalue.shaded.com.google$.common.collect.$BiMap inverse () public volatile synthetic java.util.Collection values () volatile synthetic java.util.Map delegate () volatile synthetic java.lang.Object delegate () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$BiMap, java.lang.Object, autovalue.shaded.com.google$.common.collect.$BiMap, autovalue.shaded.com.google$.common.collect.$Synchronized$1) autovalue.shaded.com.google$.common.collect.$BiMap x0 Object x1 autovalue.shaded.com.google$.common.collect.$BiMap x2 autovalue.shaded.com.google$.common.collect.$Synchronized$1 x3 }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedCollection.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedCollection extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedObject implements java.util.Collection { private static final long serialVersionUID private void <init> (java.util.Collection, java.lang.Object) java.util.Collection delegate Object mutex java.util.Collection delegate () public boolean add (java.lang.Object) Object e public boolean addAll (java.util.Collection) java.util.Collection c public void clear () public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean isEmpty () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean remove (java.lang.Object) Object o public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public int size () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a volatile synthetic java.lang.Object delegate () synthetic void <init> (java.util.Collection, java.lang.Object, autovalue.shaded.com.google$.common.collect.$Synchronized$1) java.util.Collection x0 Object x1 autovalue.shaded.com.google$.common.collect.$Synchronized$1 x2 }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedDeque.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedDeque extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedQueue implements java.util.Deque { private static final long serialVersionUID void <init> (java.util.Deque, java.lang.Object) java.util.Deque delegate Object mutex java.util.Deque delegate () public void addFirst (java.lang.Object) Object e public void addLast (java.lang.Object) Object e public boolean offerFirst (java.lang.Object) Object e public boolean offerLast (java.lang.Object) Object e public java.lang.Object removeFirst () public java.lang.Object removeLast () public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.lang.Object getFirst () public java.lang.Object getLast () public java.lang.Object peekFirst () public java.lang.Object peekLast () public boolean removeFirstOccurrence (java.lang.Object) Object o public boolean removeLastOccurrence (java.lang.Object) Object o public void push (java.lang.Object) Object e public java.lang.Object pop () public java.util.Iterator descendingIterator () volatile synthetic java.util.Queue delegate () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedEntry.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedEntry extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedObject implements java.util.Map$Entry { private static final long serialVersionUID void <init> (java.util.Map$Entry, java.lang.Object) java.util.Map$Entry delegate Object mutex java.util.Map$Entry delegate () public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedList.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedList extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedCollection implements java.util.List { private static final long serialVersionUID void <init> (java.util.List, java.lang.Object) java.util.List delegate Object mutex java.util.List delegate () public void add (int, java.lang.Object) int index Object element public boolean addAll (int, java.util.Collection) int index java.util.Collection c public java.lang.Object get (int) int index public int indexOf (java.lang.Object) Object o public int lastIndexOf (java.lang.Object) Object o public java.util.ListIterator listIterator () public java.util.ListIterator listIterator (int) int index public java.lang.Object remove (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public void replaceAll (java.util.function.UnaryOperator) java.util.function.UnaryOperator operator public void sort (java.util.Comparator) java.util.Comparator c public java.util.List subList (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedListMultimap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedListMultimap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMultimap implements autovalue.shaded.com.google$.common.collect.$ListMultimap { private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$ListMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$ListMultimap delegate Object mutex autovalue.shaded.com.google$.common.collect.$ListMultimap delegate () public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedMap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedObject implements java.util.Map { transient java.util.Set keySet transient java.util.Collection values transient java.util.Set entrySet private static final long serialVersionUID void <init> (java.util.Map, java.lang.Object) java.util.Map delegate Object mutex java.util.Map delegate () public void clear () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.util.Set entrySet () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue public boolean isEmpty () public java.util.Set keySet () public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction public void putAll (java.util.Map) java.util.Map map public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public java.lang.Object remove (java.lang.Object) Object key public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public int size () public java.util.Collection values () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedMultimap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMultimap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedObject implements autovalue.shaded.com.google$.common.collect.$Multimap { transient java.util.Set keySet transient java.util.Collection valuesCollection transient java.util.Collection entries transient java.util.Map asMap transient autovalue.shaded.com.google$.common.collect.$Multiset keys private static final long serialVersionUID autovalue.shaded.com.google$.common.collect.$Multimap delegate () void <init> (autovalue.shaded.com.google$.common.collect.$Multimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multimap delegate Object mutex public int size () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection get (java.lang.Object) Object key public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (autovalue.shaded.com.google$.common.collect.$Multimap) autovalue.shaded.com.google$.common.collect.$Multimap multimap public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public void clear () public java.util.Set keySet () public java.util.Collection values () public java.util.Collection entries () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.util.Map asMap () public autovalue.shaded.com.google$.common.collect.$Multiset keys () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedMultiset.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMultiset extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedCollection implements autovalue.shaded.com.google$.common.collect.$Multiset { transient java.util.Set elementSet transient java.util.Set entrySet private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset delegate Object mutex autovalue.shaded.com.google$.common.collect.$Multiset delegate () public int count (java.lang.Object) Object o public int add (java.lang.Object, int) Object e int n public int remove (java.lang.Object, int) Object o int n public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount public java.util.Set elementSet () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedNavigableMap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedNavigableMap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSortedMap implements java.util.NavigableMap { transient java.util.NavigableSet descendingKeySet transient java.util.NavigableMap descendingMap transient java.util.NavigableSet navigableKeySet private static final long serialVersionUID void <init> (java.util.NavigableMap, java.lang.Object) java.util.NavigableMap delegate Object mutex java.util.NavigableMap delegate () public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap descendingMap () public java.util.Map$Entry firstEntry () public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry lastEntry () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Set keySet () public java.util.NavigableSet navigableKeySet () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.SortedMap tailMap (java.lang.Object) Object fromKey volatile synthetic java.util.SortedMap delegate () volatile synthetic java.util.Map delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedNavigableSet.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedNavigableSet extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSortedSet implements java.util.NavigableSet { transient java.util.NavigableSet descendingSet private static final long serialVersionUID void <init> (java.util.NavigableSet, java.lang.Object) java.util.NavigableSet delegate Object mutex java.util.NavigableSet delegate () public java.lang.Object ceiling (java.lang.Object) Object e public java.util.Iterator descendingIterator () public java.util.NavigableSet descendingSet () java.util.NavigableSet dS public java.lang.Object floor (java.lang.Object) Object e public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement volatile synthetic java.util.SortedSet delegate () volatile synthetic java.util.Set delegate () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedObject.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedObject extends java.lang.Object implements java.io.Serializable { final Object delegate final Object mutex private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object) Object delegate Object mutex java.lang.Object delegate () public java.lang.String toString () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedQueue.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedQueue extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedCollection implements java.util.Queue { private static final long serialVersionUID void <init> (java.util.Queue, java.lang.Object) java.util.Queue delegate Object mutex java.util.Queue delegate () public java.lang.Object element () public boolean offer (java.lang.Object) Object e public java.lang.Object peek () public java.lang.Object poll () public java.lang.Object remove () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedRandomAccessList.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedRandomAccessList extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedList implements java.util.RandomAccess { private static final long serialVersionUID void <init> (java.util.List, java.lang.Object) java.util.List list Object mutex }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedSet.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSet extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedCollection implements java.util.Set { private static final long serialVersionUID void <init> (java.util.Set, java.lang.Object) java.util.Set delegate Object mutex java.util.Set delegate () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedSetMultimap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSetMultimap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMultimap implements autovalue.shaded.com.google$.common.collect.$SetMultimap { transient java.util.Set entrySet private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$SetMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$SetMultimap delegate Object mutex autovalue.shaded.com.google$.common.collect.$SetMultimap delegate () public java.util.Set get (java.lang.Object) Object key public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Set entries () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedSortedMap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSortedMap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedMap implements java.util.SortedMap { private static final long serialVersionUID void <init> (java.util.SortedMap, java.lang.Object) java.util.SortedMap delegate Object mutex java.util.SortedMap delegate () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.lang.Object lastKey () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey volatile synthetic java.util.Map delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedSortedSet.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSortedSet extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSet implements java.util.SortedSet { private static final long serialVersionUID void <init> (java.util.SortedSet, java.lang.Object) java.util.SortedSet delegate Object mutex java.util.SortedSet delegate () public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () volatile synthetic java.util.Set delegate () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedSortedSetMultimap.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSortedSetMultimap extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedSetMultimap implements autovalue.shaded.com.google$.common.collect.$SortedSetMultimap { private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$SortedSetMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$SortedSetMultimap delegate Object mutex autovalue.shaded.com.google$.common.collect.$SortedSetMultimap delegate () public java.util.SortedSet get (java.lang.Object) Object key public java.util.SortedSet removeAll (java.lang.Object) Object key public java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Comparator valueComparator () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) volatile synthetic autovalue.shaded.com.google$.common.collect.$SetMultimap delegate () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic autovalue.shaded.com.google$.common.collect.$Multimap delegate () volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedTable$1.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable) autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map t public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedTable$2.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable$2 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable) autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map t public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Synchronized$SynchronizedTable.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedTable extends autovalue.shaded.com.google$.common.collect.$Synchronized$SynchronizedObject implements autovalue.shaded.com.google$.common.collect.$Table { void <init> (autovalue.shaded.com.google$.common.collect.$Table, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Table delegate Object mutex autovalue.shaded.com.google$.common.collect.$Table delegate () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean isEmpty () public int size () public void clear () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set cellSet () public java.util.Set rowKeySet () public java.util.Set columnKeySet () public java.util.Collection values () public java.util.Map rowMap () public java.util.Map columnMap () public int hashCode () public boolean equals (java.lang.Object) Object obj volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Synchronized.class
$Synchronized.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Synchronized extends java.lang.Object { private void <init> () private static java.util.Collection collection (java.util.Collection, java.lang.Object) java.util.Collection collection Object mutex static java.util.Set set (java.util.Set, java.lang.Object) java.util.Set set Object mutex private static java.util.SortedSet sortedSet (java.util.SortedSet, java.lang.Object) java.util.SortedSet set Object mutex private static java.util.List list (java.util.List, java.lang.Object) java.util.List list Object mutex static autovalue.shaded.com.google$.common.collect.$Multiset multiset (autovalue.shaded.com.google$.common.collect.$Multiset, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multiset multiset Object mutex static autovalue.shaded.com.google$.common.collect.$Multimap multimap (autovalue.shaded.com.google$.common.collect.$Multimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Multimap multimap Object mutex static autovalue.shaded.com.google$.common.collect.$ListMultimap listMultimap (autovalue.shaded.com.google$.common.collect.$ListMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$ListMultimap multimap Object mutex static autovalue.shaded.com.google$.common.collect.$SetMultimap setMultimap (autovalue.shaded.com.google$.common.collect.$SetMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$SetMultimap multimap Object mutex static autovalue.shaded.com.google$.common.collect.$SortedSetMultimap sortedSetMultimap (autovalue.shaded.com.google$.common.collect.$SortedSetMultimap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$SortedSetMultimap multimap Object mutex private static java.util.Collection typePreservingCollection (java.util.Collection, java.lang.Object) java.util.Collection collection Object mutex private static java.util.Set typePreservingSet (java.util.Set, java.lang.Object) java.util.Set set Object mutex static java.util.Map map (java.util.Map, java.lang.Object) java.util.Map map Object mutex static java.util.SortedMap sortedMap (java.util.SortedMap, java.lang.Object) java.util.SortedMap sortedMap Object mutex static autovalue.shaded.com.google$.common.collect.$BiMap biMap (autovalue.shaded.com.google$.common.collect.$BiMap, java.lang.Object) autovalue.shaded.com.google$.common.collect.$BiMap bimap Object mutex static java.util.NavigableSet navigableSet (java.util.NavigableSet, java.lang.Object) java.util.NavigableSet navigableSet Object mutex static java.util.NavigableSet navigableSet (java.util.NavigableSet) java.util.NavigableSet navigableSet static java.util.NavigableMap navigableMap (java.util.NavigableMap) java.util.NavigableMap navigableMap static java.util.NavigableMap navigableMap (java.util.NavigableMap, java.lang.Object) java.util.NavigableMap navigableMap Object mutex private static java.util.Map$Entry nullableSynchronizedEntry (java.util.Map$Entry, java.lang.Object) java.util.Map$Entry entry Object mutex static java.util.Queue queue (java.util.Queue, java.lang.Object) java.util.Queue queue Object mutex static java.util.Deque deque (java.util.Deque, java.lang.Object) java.util.Deque deque Object mutex static autovalue.shaded.com.google$.common.collect.$Table table (autovalue.shaded.com.google$.common.collect.$Table, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Table table Object mutex static synthetic java.util.SortedSet access$100 (java.util.SortedSet, java.lang.Object) java.util.SortedSet x0 Object x1 static synthetic java.util.List access$200 (java.util.List, java.lang.Object) java.util.List x0 Object x1 static synthetic java.util.Set access$300 (java.util.Set, java.lang.Object) java.util.Set x0 Object x1 static synthetic java.util.Collection access$400 (java.util.Collection, java.lang.Object) java.util.Collection x0 Object x1 static synthetic java.util.Collection access$500 (java.util.Collection, java.lang.Object) java.util.Collection x0 Object x1 static synthetic java.util.Map$Entry access$700 (java.util.Map$Entry, java.lang.Object) java.util.Map$Entry x0 Object x1 }
autovalue/shaded/com/google$/common/collect/$Table$Cell.class
$Table.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Table$Cell extends java.lang.Object { public abstract java.lang.Object getRowKey () public abstract java.lang.Object getColumnKey () public abstract java.lang.Object getValue () public abstract boolean equals (java.lang.Object) public abstract int hashCode () }
autovalue/shaded/com/google$/common/collect/$Table.class
$Table.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$Table extends java.lang.Object { public abstract boolean contains (java.lang.Object, java.lang.Object) public abstract boolean containsRow (java.lang.Object) public abstract boolean containsColumn (java.lang.Object) public abstract boolean containsValue (java.lang.Object) public abstract java.lang.Object get (java.lang.Object, java.lang.Object) public abstract boolean isEmpty () public abstract int size () public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract void clear () public abstract java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) public abstract void putAll (autovalue.shaded.com.google$.common.collect.$Table) public abstract java.lang.Object remove (java.lang.Object, java.lang.Object) public abstract java.util.Map row (java.lang.Object) public abstract java.util.Map column (java.lang.Object) public abstract java.util.Set cellSet () public abstract java.util.Set rowKeySet () public abstract java.util.Set columnKeySet () public abstract java.util.Collection values () public abstract java.util.Map rowMap () public abstract java.util.Map columnMap () }
autovalue/shaded/com/google$/common/collect/$TableCollectors$1.class
$TableCollectors.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$TableCollectors$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$TableCollectors$ImmutableTableCollectorState.class
$TableCollectors.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState extends java.lang.Object { final java.util.List insertionOrder final autovalue.shaded.com.google$.common.collect.$Table table private void <init> () void put (java.lang.Object, java.lang.Object, java.lang.Object, java.util.function.BinaryOperator) autovalue.shaded.com.google$.common.collect.$TableCollectors$MutableCell cell Object row Object column Object value java.util.function.BinaryOperator merger autovalue.shaded.com.google$.common.collect.$TableCollectors$MutableCell oldCell autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState combine (autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState, java.util.function.BinaryOperator) autovalue.shaded.com.google$.common.collect.$TableCollectors$MutableCell cell autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState other java.util.function.BinaryOperator merger autovalue.shaded.com.google$.common.collect.$ImmutableTable toTable () synthetic void <init> (autovalue.shaded.com.google$.common.collect.$TableCollectors$1) autovalue.shaded.com.google$.common.collect.$TableCollectors$1 x0 }
autovalue/shaded/com/google$/common/collect/$TableCollectors$MutableCell.class
$TableCollectors.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TableCollectors$MutableCell extends autovalue.shaded.com.google$.common.collect.$Tables$AbstractCell { private final Object row private final Object column private Object value void <init> (java.lang.Object, java.lang.Object, java.lang.Object) Object row Object column Object value public java.lang.Object getRowKey () public java.lang.Object getColumnKey () public java.lang.Object getValue () void merge (java.lang.Object, java.util.function.BinaryOperator) Object value java.util.function.BinaryOperator mergeFunction }
autovalue/shaded/com/google$/common/collect/$TableCollectors.class
$TableCollectors.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TableCollectors extends java.lang.Object { static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.Supplier tableSupplier static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction java.util.function.Supplier tableSupplier private static void mergeTables (autovalue.shaded.com.google$.common.collect.$Table, java.lang.Object, java.lang.Object, java.lang.Object, java.util.function.BinaryOperator) Object newValue autovalue.shaded.com.google$.common.collect.$Table table Object row Object column Object value java.util.function.BinaryOperator mergeFunction Object oldValue private void <init> () private static synthetic autovalue.shaded.com.google$.common.collect.$Table lambda$toTable$7 (java.util.function.BinaryOperator, autovalue.shaded.com.google$.common.collect.$Table, autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table$Cell cell2 java.util.function.BinaryOperator mergeFunction autovalue.shaded.com.google$.common.collect.$Table table1 autovalue.shaded.com.google$.common.collect.$Table table2 private static synthetic void lambda$toTable$6 (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, autovalue.shaded.com.google$.common.collect.$Table, java.lang.Object) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction autovalue.shaded.com.google$.common.collect.$Table table Object input private static synthetic java.lang.Object lambda$toTable$5 (java.lang.Object, java.lang.Object) Object v1 Object v2 private static synthetic autovalue.shaded.com.google$.common.collect.$ImmutableTable lambda$toImmutableTable$4 (autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState) autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState state private static synthetic autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState lambda$toImmutableTable$3 (java.util.function.BinaryOperator, autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState, autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState) java.util.function.BinaryOperator mergeFunction autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState s1 autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState s2 private static synthetic void lambda$toImmutableTable$2 (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState, java.lang.Object) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState state Object input private static synthetic autovalue.shaded.com.google$.common.collect.$TableCollectors$ImmutableTableCollectorState lambda$toImmutableTable$1 () private static synthetic void lambda$toImmutableTable$0 (java.util.function.Function, java.util.function.Function, java.util.function.Function, autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder, java.lang.Object) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction autovalue.shaded.com.google$.common.collect.$ImmutableTable$Builder builder Object t }
autovalue/shaded/com/google$/common/collect/$Tables$1.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { void <init> () public java.util.Map apply (java.util.Map) java.util.Map input public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Tables$AbstractCell.class
$Tables.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$Tables$AbstractCell extends java.lang.Object implements autovalue.shaded.com.google$.common.collect.$Table$Cell { void <init> () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Table$Cell other Object obj public int hashCode () public java.lang.String toString () }
autovalue/shaded/com/google$/common/collect/$Tables$ImmutableCell.class
$Tables.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Tables$ImmutableCell extends autovalue.shaded.com.google$.common.collect.$Tables$AbstractCell implements java.io.Serializable { private final Object rowKey private final Object columnKey private final Object value private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public java.lang.Object getRowKey () public java.lang.Object getColumnKey () public java.lang.Object getValue () }
autovalue/shaded/com/google$/common/collect/$Tables$TransformedTable$1.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable) autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable this$0 public autovalue.shaded.com.google$.common.collect.$Table$Cell apply (autovalue.shaded.com.google$.common.collect.$Table$Cell) autovalue.shaded.com.google$.common.collect.$Table$Cell cell public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Tables$TransformedTable$2.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable$2 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable) autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map row public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Tables$TransformedTable$3.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable$3 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { final synthetic autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable this$0 void <init> (autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable) autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map column public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Tables$TransformedTable.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$TransformedTable extends autovalue.shaded.com.google$.common.collect.$AbstractTable { final autovalue.shaded.com.google$.common.collect.$Table fromTable final autovalue.shaded.com.google$.common.base.$Function function void <init> (autovalue.shaded.com.google$.common.collect.$Table, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.collect.$Table fromTable autovalue.shaded.com.google$.common.base.$Function function public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public int size () public void clear () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Map column (java.lang.Object) Object columnKey autovalue.shaded.com.google$.common.base.$Function cellFunction () java.util.Iterator cellIterator () java.util.Spliterator cellSpliterator () public java.util.Set rowKeySet () public java.util.Set columnKeySet () java.util.Collection createValues () public java.util.Map rowMap () autovalue.shaded.com.google$.common.base.$Function rowFunction public java.util.Map columnMap () autovalue.shaded.com.google$.common.base.$Function columnFunction }
autovalue/shaded/com/google$/common/collect/$Tables$TransposeTable$1.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$TransposeTable$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Function { void <init> () public autovalue.shaded.com.google$.common.collect.$Table$Cell apply (autovalue.shaded.com.google$.common.collect.$Table$Cell) autovalue.shaded.com.google$.common.collect.$Table$Cell cell public volatile synthetic java.lang.Object apply (java.lang.Object) }
autovalue/shaded/com/google$/common/collect/$Tables$TransposeTable.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$TransposeTable extends autovalue.shaded.com.google$.common.collect.$AbstractTable { final autovalue.shaded.com.google$.common.collect.$Table original private static final autovalue.shaded.com.google$.common.base.$Function TRANSPOSE_CELL void <init> (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table original public void clear () public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set columnKeySet () public java.util.Map columnMap () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Set rowKeySet () public java.util.Map rowMap () public int size () public java.util.Collection values () java.util.Iterator cellIterator () java.util.Spliterator cellSpliterator () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$Tables$UnmodifiableRowSortedMap.class
$Tables.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$Tables$UnmodifiableRowSortedMap extends autovalue.shaded.com.google$.common.collect.$Tables$UnmodifiableTable implements autovalue.shaded.com.google$.common.collect.$RowSortedTable { private static final long serialVersionUID public void <init> (autovalue.shaded.com.google$.common.collect.$RowSortedTable) autovalue.shaded.com.google$.common.collect.$RowSortedTable delegate protected autovalue.shaded.com.google$.common.collect.$RowSortedTable delegate () public java.util.SortedMap rowMap () autovalue.shaded.com.google$.common.base.$Function wrapper public java.util.SortedSet rowKeySet () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Set rowKeySet () protected volatile synthetic autovalue.shaded.com.google$.common.collect.$Table delegate () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Tables$UnmodifiableTable.class
$Tables.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$Tables$UnmodifiableTable extends autovalue.shaded.com.google$.common.collect.$ForwardingTable implements java.io.Serializable { final autovalue.shaded.com.google$.common.collect.$Table delegate private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table delegate protected autovalue.shaded.com.google$.common.collect.$Table delegate () public java.util.Set cellSet () public void clear () public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set columnKeySet () public java.util.Map columnMap () autovalue.shaded.com.google$.common.base.$Function wrapper public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Set rowKeySet () public java.util.Map rowMap () autovalue.shaded.com.google$.common.base.$Function wrapper public java.util.Collection values () protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$Tables.class
$Tables.java package autovalue.shaded.com.google$.common.collect public final autovalue.shaded.com.google$.common.collect.$Tables extends java.lang.Object { private static final autovalue.shaded.com.google$.common.base.$Function UNMODIFIABLE_WRAPPER private void <init> () public static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.Supplier tableSupplier public static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction java.util.function.Supplier tableSupplier public static autovalue.shaded.com.google$.common.collect.$Table$Cell immutableCell (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public static autovalue.shaded.com.google$.common.collect.$Table transpose (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public static autovalue.shaded.com.google$.common.collect.$Table newCustomTable (java.util.Map, autovalue.shaded.com.google$.common.base.$Supplier) java.util.Map backingMap autovalue.shaded.com.google$.common.base.$Supplier factory public static autovalue.shaded.com.google$.common.collect.$Table transformValues (autovalue.shaded.com.google$.common.collect.$Table, autovalue.shaded.com.google$.common.base.$Function) autovalue.shaded.com.google$.common.collect.$Table fromTable autovalue.shaded.com.google$.common.base.$Function function public static autovalue.shaded.com.google$.common.collect.$Table unmodifiableTable (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table public static autovalue.shaded.com.google$.common.collect.$RowSortedTable unmodifiableRowSortedTable (autovalue.shaded.com.google$.common.collect.$RowSortedTable) autovalue.shaded.com.google$.common.collect.$RowSortedTable table private static autovalue.shaded.com.google$.common.base.$Function unmodifiableWrapper () public static autovalue.shaded.com.google$.common.collect.$Table synchronizedTable (autovalue.shaded.com.google$.common.collect.$Table) autovalue.shaded.com.google$.common.collect.$Table table static boolean equalsImpl (autovalue.shaded.com.google$.common.collect.$Table, java.lang.Object) autovalue.shaded.com.google$.common.collect.$Table that autovalue.shaded.com.google$.common.collect.$Table table Object obj static synthetic autovalue.shaded.com.google$.common.base.$Function access$000 () static void <clinit> () }
autovalue/shaded/com/google$/common/collect/$TopKSelector.class
$TopKSelector.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TopKSelector extends java.lang.Object { private final int k private final java.util.Comparator comparator private final Object[] buffer private int bufferSize private Object threshold public static autovalue.shaded.com.google$.common.collect.$TopKSelector least (int) int k public static autovalue.shaded.com.google$.common.collect.$TopKSelector least (int, java.util.Comparator) int k java.util.Comparator comparator public static autovalue.shaded.com.google$.common.collect.$TopKSelector greatest (int) int k public static autovalue.shaded.com.google$.common.collect.$TopKSelector greatest (int, java.util.Comparator) int k java.util.Comparator comparator private void <init> (java.util.Comparator, int) java.util.Comparator comparator int k public void offer (java.lang.Object) Object elem private void trim () int pivotIndex int pivotNewIndex int i int left int right int minThresholdPosition int iterations int maxIterations private int partition (int, int, int) int i int left int right int pivotIndex Object pivotValue int pivotNewIndex private void swap (int, int) int i int j Object tmp autovalue.shaded.com.google$.common.collect.$TopKSelector combine (autovalue.shaded.com.google$.common.collect.$TopKSelector) int i autovalue.shaded.com.google$.common.collect.$TopKSelector other public void offerAll (java.lang.Iterable) Iterable elements public void offerAll (java.util.Iterator) java.util.Iterator elements public java.util.List topK () }
autovalue/shaded/com/google$/common/collect/$TransformedIterator.class
$TransformedIterator.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$TransformedIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator backingIterator void <init> (java.util.Iterator) java.util.Iterator backingIterator abstract java.lang.Object transform (java.lang.Object) public final boolean hasNext () public final java.lang.Object next () public final void remove () }
autovalue/shaded/com/google$/common/collect/$TransformedListIterator.class
$TransformedListIterator.java package autovalue.shaded.com.google$.common.collect abstract autovalue.shaded.com.google$.common.collect.$TransformedListIterator extends autovalue.shaded.com.google$.common.collect.$TransformedIterator implements java.util.ListIterator { void <init> (java.util.ListIterator) java.util.ListIterator backingIterator private java.util.ListIterator backingIterator () public final boolean hasPrevious () public final java.lang.Object previous () public final int nextIndex () public final int previousIndex () public void set (java.lang.Object) Object element public void add (java.lang.Object) Object element }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$1.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$AsRanges.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TreeRangeSet$AsRanges extends autovalue.shaded.com.google$.common.collect.$ForwardingCollection implements java.util.Set { final java.util.Collection delegate void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet, java.util.Collection) autovalue.shaded.com.google$.common.collect.$TreeRangeSet this$0 java.util.Collection delegate protected java.util.Collection delegate () public int hashCode () public boolean equals (java.lang.Object) Object o protected volatile synthetic java.lang.Object delegate () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$Complement.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TreeRangeSet$Complement extends autovalue.shaded.com.google$.common.collect.$TreeRangeSet { final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet) public void add (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range rangeToAdd public void remove (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range rangeToRemove public boolean contains (java.lang.Comparable) Comparable value public autovalue.shaded.com.google$.common.collect.$RangeSet complement () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$ComplementRangesByLowerBound$1.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { autovalue.shaded.com.google$.common.collect.$Cut nextComplementRangeLowerBound final synthetic autovalue.shaded.com.google$.common.collect.$Cut val$firstComplementRangeLowerBound final synthetic autovalue.shaded.com.google$.common.collect.$PeekingIterator val$positiveItr final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound, autovalue.shaded.com.google$.common.collect.$Cut, autovalue.shaded.com.google$.common.collect.$PeekingIterator) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Range positiveRange autovalue.shaded.com.google$.common.collect.$Range negativeRange autovalue.shaded.com.google$.common.collect.$Range negativeRange protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$ComplementRangesByLowerBound$2.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound$2 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { autovalue.shaded.com.google$.common.collect.$Cut nextComplementRangeUpperBound final synthetic autovalue.shaded.com.google$.common.collect.$Cut val$firstComplementRangeUpperBound final synthetic autovalue.shaded.com.google$.common.collect.$PeekingIterator val$positiveItr final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound, autovalue.shaded.com.google$.common.collect.$Cut, autovalue.shaded.com.google$.common.collect.$PeekingIterator) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Range positiveRange autovalue.shaded.com.google$.common.collect.$Range negativeRange autovalue.shaded.com.google$.common.collect.$Range negativeRange protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$ComplementRangesByLowerBound.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound extends autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap { private final java.util.NavigableMap positiveRangesByLowerBound private final java.util.NavigableMap positiveRangesByUpperBound private final autovalue.shaded.com.google$.common.collect.$Range complementLowerBoundWindow void <init> (java.util.NavigableMap) java.util.NavigableMap positiveRangesByLowerBound private void <init> (java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$Range) java.util.NavigableMap positiveRangesByLowerBound autovalue.shaded.com.google$.common.collect.$Range window private java.util.NavigableMap subMap (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range subWindow public java.util.NavigableMap subMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean, autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut fromKey boolean fromInclusive autovalue.shaded.com.google$.common.collect.$Cut toKey boolean toInclusive public java.util.NavigableMap headMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut toKey boolean inclusive public java.util.NavigableMap tailMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut fromKey boolean inclusive public java.util.Comparator comparator () java.util.Iterator entryIterator () java.util.Collection positiveRanges autovalue.shaded.com.google$.common.collect.$Cut firstComplementRangeLowerBound autovalue.shaded.com.google$.common.collect.$Cut firstComplementRangeLowerBound java.util.Collection positiveRanges autovalue.shaded.com.google$.common.collect.$PeekingIterator positiveItr autovalue.shaded.com.google$.common.collect.$Cut firstComplementRangeLowerBound java.util.Iterator descendingEntryIterator () autovalue.shaded.com.google$.common.collect.$Cut cut autovalue.shaded.com.google$.common.collect.$Cut startingPoint boolean inclusive autovalue.shaded.com.google$.common.collect.$PeekingIterator positiveItr autovalue.shaded.com.google$.common.collect.$Cut cut autovalue.shaded.com.google$.common.collect.$Cut firstComplementRangeUpperBound public int size () public autovalue.shaded.com.google$.common.collect.$Range get (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Cut cut java.util.Map$Entry firstEntry ClassCastException e Object key public boolean containsKey (java.lang.Object) Object key public volatile synthetic java.lang.Object get (java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) static synthetic autovalue.shaded.com.google$.common.collect.$Range access$100 (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$ComplementRangesByLowerBound x0 }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$RangesByUpperBound$1.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$backingItr final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound this$0 protected java.util.Map$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Range range protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$RangesByUpperBound$2.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound$2 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic autovalue.shaded.com.google$.common.collect.$PeekingIterator val$backingItr final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound, autovalue.shaded.com.google$.common.collect.$PeekingIterator) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound this$0 protected java.util.Map$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Range range protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$RangesByUpperBound.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound extends autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap { private final java.util.NavigableMap rangesByLowerBound private final autovalue.shaded.com.google$.common.collect.$Range upperBoundWindow void <init> (java.util.NavigableMap) java.util.NavigableMap rangesByLowerBound private void <init> (java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$Range) java.util.NavigableMap rangesByLowerBound autovalue.shaded.com.google$.common.collect.$Range upperBoundWindow private java.util.NavigableMap subMap (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range window public java.util.NavigableMap subMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean, autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut fromKey boolean fromInclusive autovalue.shaded.com.google$.common.collect.$Cut toKey boolean toInclusive public java.util.NavigableMap headMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut toKey boolean inclusive public java.util.NavigableMap tailMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut fromKey boolean inclusive public java.util.Comparator comparator () public boolean containsKey (java.lang.Object) Object key public autovalue.shaded.com.google$.common.collect.$Range get (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Cut cut java.util.Map$Entry candidate ClassCastException e Object key java.util.Iterator entryIterator () java.util.Iterator backingItr java.util.Iterator backingItr java.util.Iterator backingItr java.util.Map$Entry lowerEntry java.util.Iterator backingItr java.util.Iterator descendingEntryIterator () java.util.Collection candidates java.util.Collection candidates autovalue.shaded.com.google$.common.collect.$PeekingIterator backingItr public int size () public boolean isEmpty () public volatile synthetic java.lang.Object get (java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) static synthetic autovalue.shaded.com.google$.common.collect.$Range access$000 (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$RangesByUpperBound x0 }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$SubRangeSet.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSet extends autovalue.shaded.com.google$.common.collect.$TreeRangeSet { private final autovalue.shaded.com.google$.common.collect.$Range restriction final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet, autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range restriction public boolean encloses (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range enclosing autovalue.shaded.com.google$.common.collect.$Range range public autovalue.shaded.com.google$.common.collect.$Range rangeContaining (java.lang.Comparable) Comparable value autovalue.shaded.com.google$.common.collect.$Range result public void add (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range rangeToAdd public void remove (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range rangeToRemove public boolean contains (java.lang.Comparable) Comparable value public void clear () public autovalue.shaded.com.google$.common.collect.$RangeSet subRangeSet (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range view }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$SubRangeSetRangesByLowerBound$1.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound$1 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$completeRangeItr final synthetic autovalue.shaded.com.google$.common.collect.$Cut val$upperBoundOnLowerBounds final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound, java.util.Iterator, autovalue.shaded.com.google$.common.collect.$Cut) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Range nextRange protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$SubRangeSetRangesByLowerBound$2.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound$2 extends autovalue.shaded.com.google$.common.collect.$AbstractIterator { final synthetic java.util.Iterator val$completeRangeItr final synthetic autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound this$0 void <init> (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound, java.util.Iterator) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () autovalue.shaded.com.google$.common.collect.$Range nextRange protected volatile synthetic java.lang.Object computeNext () }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet$SubRangeSetRangesByLowerBound.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound extends autovalue.shaded.com.google$.common.collect.$AbstractNavigableMap { private final autovalue.shaded.com.google$.common.collect.$Range lowerBoundWindow private final autovalue.shaded.com.google$.common.collect.$Range restriction private final java.util.NavigableMap rangesByLowerBound private final java.util.NavigableMap rangesByUpperBound private void <init> (autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$Range, java.util.NavigableMap) autovalue.shaded.com.google$.common.collect.$Range lowerBoundWindow autovalue.shaded.com.google$.common.collect.$Range restriction java.util.NavigableMap rangesByLowerBound private java.util.NavigableMap subMap (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range window public java.util.NavigableMap subMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean, autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut fromKey boolean fromInclusive autovalue.shaded.com.google$.common.collect.$Cut toKey boolean toInclusive public java.util.NavigableMap headMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut toKey boolean inclusive public java.util.NavigableMap tailMap (autovalue.shaded.com.google$.common.collect.$Cut, boolean) autovalue.shaded.com.google$.common.collect.$Cut fromKey boolean inclusive public java.util.Comparator comparator () public boolean containsKey (java.lang.Object) Object key public autovalue.shaded.com.google$.common.collect.$Range get (java.lang.Object) autovalue.shaded.com.google$.common.collect.$Range candidate autovalue.shaded.com.google$.common.collect.$Range result autovalue.shaded.com.google$.common.collect.$Cut cut ClassCastException e Object key java.util.Iterator entryIterator () java.util.Iterator completeRangeItr java.util.Iterator completeRangeItr autovalue.shaded.com.google$.common.collect.$Cut upperBoundOnLowerBounds java.util.Iterator descendingEntryIterator () autovalue.shaded.com.google$.common.collect.$Cut upperBoundOnLowerBounds java.util.Iterator completeRangeItr public int size () public volatile synthetic java.lang.Object get (java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) static synthetic autovalue.shaded.com.google$.common.collect.$Range access$300 (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound x0 static synthetic autovalue.shaded.com.google$.common.collect.$Range access$400 (autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound) autovalue.shaded.com.google$.common.collect.$TreeRangeSet$SubRangeSetRangesByLowerBound x0 synthetic void <init> (autovalue.shaded.com.google$.common.collect.$Range, autovalue.shaded.com.google$.common.collect.$Range, java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$TreeRangeSet$1) autovalue.shaded.com.google$.common.collect.$Range x0 autovalue.shaded.com.google$.common.collect.$Range x1 java.util.NavigableMap x2 autovalue.shaded.com.google$.common.collect.$TreeRangeSet$1 x3 }
autovalue/shaded/com/google$/common/collect/$TreeRangeSet.class
$TreeRangeSet.java package autovalue.shaded.com.google$.common.collect public autovalue.shaded.com.google$.common.collect.$TreeRangeSet extends autovalue.shaded.com.google$.common.collect.$AbstractRangeSet implements java.io.Serializable { final java.util.NavigableMap rangesByLowerBound private transient java.util.Set asRanges private transient java.util.Set asDescendingSetOfRanges private transient autovalue.shaded.com.google$.common.collect.$RangeSet complement public static autovalue.shaded.com.google$.common.collect.$TreeRangeSet create () public static autovalue.shaded.com.google$.common.collect.$TreeRangeSet create (autovalue.shaded.com.google$.common.collect.$RangeSet) autovalue.shaded.com.google$.common.collect.$RangeSet rangeSet autovalue.shaded.com.google$.common.collect.$TreeRangeSet result public static autovalue.shaded.com.google$.common.collect.$TreeRangeSet create (java.lang.Iterable) Iterable ranges autovalue.shaded.com.google$.common.collect.$TreeRangeSet result private void <init> (java.util.NavigableMap) java.util.NavigableMap rangesByLowerCut public java.util.Set asRanges () java.util.Set result public java.util.Set asDescendingSetOfRanges () java.util.Set result public autovalue.shaded.com.google$.common.collect.$Range rangeContaining (java.lang.Comparable) Comparable value java.util.Map$Entry floorEntry public boolean intersects (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range java.util.Map$Entry ceilingEntry java.util.Map$Entry priorEntry public boolean encloses (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range java.util.Map$Entry floorEntry private autovalue.shaded.com.google$.common.collect.$Range rangeEnclosing (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range java.util.Map$Entry floorEntry public autovalue.shaded.com.google$.common.collect.$Range span () java.util.Map$Entry firstEntry java.util.Map$Entry lastEntry public void add (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range rangeBelowLB autovalue.shaded.com.google$.common.collect.$Range rangeBelowUB autovalue.shaded.com.google$.common.collect.$Range rangeToAdd autovalue.shaded.com.google$.common.collect.$Cut lbToAdd autovalue.shaded.com.google$.common.collect.$Cut ubToAdd java.util.Map$Entry entryBelowLB java.util.Map$Entry entryBelowUB public void remove (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range rangeBelowLB autovalue.shaded.com.google$.common.collect.$Range rangeBelowUB autovalue.shaded.com.google$.common.collect.$Range rangeToRemove java.util.Map$Entry entryBelowLB java.util.Map$Entry entryBelowUB private void replaceRangeWithSameLowerBound (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range range public autovalue.shaded.com.google$.common.collect.$RangeSet complement () autovalue.shaded.com.google$.common.collect.$RangeSet result public autovalue.shaded.com.google$.common.collect.$RangeSet subRangeSet (autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$Range view public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic void removeAll (autovalue.shaded.com.google$.common.collect.$RangeSet) public volatile synthetic void addAll (autovalue.shaded.com.google$.common.collect.$RangeSet) public volatile synthetic boolean enclosesAll (autovalue.shaded.com.google$.common.collect.$RangeSet) public volatile synthetic void clear () public volatile synthetic boolean isEmpty () public volatile synthetic boolean contains (java.lang.Comparable) synthetic void <init> (java.util.NavigableMap, autovalue.shaded.com.google$.common.collect.$TreeRangeSet$1) java.util.NavigableMap x0 autovalue.shaded.com.google$.common.collect.$TreeRangeSet$1 x1 static synthetic autovalue.shaded.com.google$.common.collect.$Range access$600 (autovalue.shaded.com.google$.common.collect.$TreeRangeSet, autovalue.shaded.com.google$.common.collect.$Range) autovalue.shaded.com.google$.common.collect.$TreeRangeSet x0 autovalue.shaded.com.google$.common.collect.$Range x1 }
autovalue/shaded/com/google$/common/collect/$UnmodifiableIterator.class
$UnmodifiableIterator.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator extends java.lang.Object implements java.util.Iterator { protected void <init> () public final void remove () }
autovalue/shaded/com/google$/common/collect/$UnmodifiableListIterator.class
$UnmodifiableListIterator.java package autovalue.shaded.com.google$.common.collect public abstract autovalue.shaded.com.google$.common.collect.$UnmodifiableListIterator extends autovalue.shaded.com.google$.common.collect.$UnmodifiableIterator implements java.util.ListIterator { protected void <init> () public final void add (java.lang.Object) Object e public final void set (java.lang.Object) Object e }
autovalue/shaded/com/google$/common/collect/$UnmodifiableSortedMultiset.class
$UnmodifiableSortedMultiset.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$UnmodifiableSortedMultiset extends autovalue.shaded.com.google$.common.collect.$Multisets$UnmodifiableMultiset implements autovalue.shaded.com.google$.common.collect.$SortedMultiset { private transient autovalue.shaded.com.google$.common.collect.$UnmodifiableSortedMultiset descendingMultiset private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.collect.$SortedMultiset) autovalue.shaded.com.google$.common.collect.$SortedMultiset delegate protected autovalue.shaded.com.google$.common.collect.$SortedMultiset delegate () public java.util.Comparator comparator () java.util.NavigableSet createElementSet () public java.util.NavigableSet elementSet () public autovalue.shaded.com.google$.common.collect.$SortedMultiset descendingMultiset () autovalue.shaded.com.google$.common.collect.$UnmodifiableSortedMultiset result public autovalue.shaded.com.google$.common.collect.$Multiset$Entry firstEntry () public autovalue.shaded.com.google$.common.collect.$Multiset$Entry lastEntry () public autovalue.shaded.com.google$.common.collect.$Multiset$Entry pollFirstEntry () public autovalue.shaded.com.google$.common.collect.$Multiset$Entry pollLastEntry () public autovalue.shaded.com.google$.common.collect.$SortedMultiset headMultiset (java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType) Object upperBound autovalue.shaded.com.google$.common.collect.$BoundType boundType public autovalue.shaded.com.google$.common.collect.$SortedMultiset subMultiset (java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType, java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType) Object lowerBound autovalue.shaded.com.google$.common.collect.$BoundType lowerBoundType Object upperBound autovalue.shaded.com.google$.common.collect.$BoundType upperBoundType public autovalue.shaded.com.google$.common.collect.$SortedMultiset tailMultiset (java.lang.Object, autovalue.shaded.com.google$.common.collect.$BoundType) Object lowerBound autovalue.shaded.com.google$.common.collect.$BoundType boundType public volatile synthetic java.util.Set elementSet () volatile synthetic java.util.Set createElementSet () protected volatile synthetic autovalue.shaded.com.google$.common.collect.$Multiset delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () public volatile synthetic java.util.SortedSet elementSet () }
autovalue/shaded/com/google$/common/collect/$UsingToStringOrdering.class
$UsingToStringOrdering.java package autovalue.shaded.com.google$.common.collect final autovalue.shaded.com.google$.common.collect.$UsingToStringOrdering extends autovalue.shaded.com.google$.common.collect.$Ordering implements java.io.Serializable { static final autovalue.shaded.com.google$.common.collect.$UsingToStringOrdering INSTANCE private static final long serialVersionUID public int compare (java.lang.Object, java.lang.Object) Object left Object right private java.lang.Object readResolve () public java.lang.String toString () private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/
autovalue/shaded/com/google$/common/hash/$AbstractByteHasher.class
$AbstractByteHasher.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$AbstractByteHasher extends autovalue.shaded.com.google$.common.hash.$AbstractHasher { private final java.nio.ByteBuffer scratch void <init> () protected abstract void update (byte) protected void update (byte[]) byte[] b protected void update (byte[], int, int) int i byte[] b int off int len protected void update (java.nio.ByteBuffer) int remaining java.nio.ByteBuffer b private autovalue.shaded.com.google$.common.hash.$Hasher update (int) int bytes public autovalue.shaded.com.google$.common.hash.$Hasher putByte (byte) byte b public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[]) byte[] bytes public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[], int, int) byte[] bytes int off int len public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer bytes public autovalue.shaded.com.google$.common.hash.$Hasher putShort (short) short s public autovalue.shaded.com.google$.common.hash.$Hasher putInt (int) int i public autovalue.shaded.com.google$.common.hash.$Hasher putLong (long) long l public autovalue.shaded.com.google$.common.hash.$Hasher putChar (char) char c public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putChar (char) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putLong (long) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putInt (int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putShort (short) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[]) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putByte (byte) }
autovalue/shaded/com/google$/common/hash/$AbstractCompositeHashFunction$1.class
$AbstractCompositeHashFunction.java package autovalue.shaded.com.google$.common.hash autovalue.shaded.com.google$.common.hash.$AbstractCompositeHashFunction$1 extends java.lang.Object implements autovalue.shaded.com.google$.common.hash.$Hasher { final synthetic autovalue.shaded.com.google$.common.hash.$Hasher[] val$hashers final synthetic autovalue.shaded.com.google$.common.hash.$AbstractCompositeHashFunction this$0 void <init> (autovalue.shaded.com.google$.common.hash.$AbstractCompositeHashFunction, autovalue.shaded.com.google$.common.hash.$Hasher[]) autovalue.shaded.com.google$.common.hash.$AbstractCompositeHashFunction this$0 public autovalue.shaded.com.google$.common.hash.$Hasher putByte (byte) autovalue.shaded.com.google$.common.hash.$Hasher hasher byte b public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[]) autovalue.shaded.com.google$.common.hash.$Hasher hasher byte[] bytes public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[], int, int) autovalue.shaded.com.google$.common.hash.$Hasher hasher byte[] bytes int off int len public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (java.nio.ByteBuffer) autovalue.shaded.com.google$.common.hash.$Hasher hasher java.nio.ByteBuffer bytes int pos public autovalue.shaded.com.google$.common.hash.$Hasher putShort (short) autovalue.shaded.com.google$.common.hash.$Hasher hasher short s public autovalue.shaded.com.google$.common.hash.$Hasher putInt (int) autovalue.shaded.com.google$.common.hash.$Hasher hasher int i public autovalue.shaded.com.google$.common.hash.$Hasher putLong (long) autovalue.shaded.com.google$.common.hash.$Hasher hasher long l public autovalue.shaded.com.google$.common.hash.$Hasher putFloat (float) autovalue.shaded.com.google$.common.hash.$Hasher hasher float f public autovalue.shaded.com.google$.common.hash.$Hasher putDouble (double) autovalue.shaded.com.google$.common.hash.$Hasher hasher double d public autovalue.shaded.com.google$.common.hash.$Hasher putBoolean (boolean) autovalue.shaded.com.google$.common.hash.$Hasher hasher boolean b public autovalue.shaded.com.google$.common.hash.$Hasher putChar (char) autovalue.shaded.com.google$.common.hash.$Hasher hasher char c public autovalue.shaded.com.google$.common.hash.$Hasher putUnencodedChars (java.lang.CharSequence) autovalue.shaded.com.google$.common.hash.$Hasher hasher CharSequence chars public autovalue.shaded.com.google$.common.hash.$Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) autovalue.shaded.com.google$.common.hash.$Hasher hasher CharSequence chars java.nio.charset.Charset charset public autovalue.shaded.com.google$.common.hash.$Hasher putObject (java.lang.Object, autovalue.shaded.com.google$.common.hash.$Funnel) autovalue.shaded.com.google$.common.hash.$Hasher hasher Object instance autovalue.shaded.com.google$.common.hash.$Funnel funnel public autovalue.shaded.com.google$.common.hash.$HashCode hash () public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putUnencodedChars (java.lang.CharSequence) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putChar (char) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBoolean (boolean) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putDouble (double) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putFloat (float) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putLong (long) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putInt (int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putShort (short) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[]) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putByte (byte) }
autovalue/shaded/com/google$/common/hash/$AbstractCompositeHashFunction.class
$AbstractCompositeHashFunction.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$AbstractCompositeHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction { final autovalue.shaded.com.google$.common.hash.$HashFunction[] functions private static final long serialVersionUID transient void <init> (autovalue.shaded.com.google$.common.hash.$HashFunction[]) autovalue.shaded.com.google$.common.hash.$HashFunction function autovalue.shaded.com.google$.common.hash.$HashFunction[] functions abstract autovalue.shaded.com.google$.common.hash.$HashCode makeHash (autovalue.shaded.com.google$.common.hash.$Hasher[]) public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () int i autovalue.shaded.com.google$.common.hash.$Hasher[] hashers public autovalue.shaded.com.google$.common.hash.$Hasher newHasher (int) int i int expectedInputSize autovalue.shaded.com.google$.common.hash.$Hasher[] hashers private autovalue.shaded.com.google$.common.hash.$Hasher fromHashers (autovalue.shaded.com.google$.common.hash.$Hasher[]) autovalue.shaded.com.google$.common.hash.$Hasher[] hashers }
autovalue/shaded/com/google$/common/hash/$AbstractHashFunction.class
$AbstractHashFunction.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$AbstractHashFunction extends java.lang.Object implements autovalue.shaded.com.google$.common.hash.$HashFunction { void <init> () public autovalue.shaded.com.google$.common.hash.$HashCode hashObject (java.lang.Object, autovalue.shaded.com.google$.common.hash.$Funnel) Object instance autovalue.shaded.com.google$.common.hash.$Funnel funnel public autovalue.shaded.com.google$.common.hash.$HashCode hashUnencodedChars (java.lang.CharSequence) CharSequence input int len public autovalue.shaded.com.google$.common.hash.$HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) CharSequence input java.nio.charset.Charset charset public autovalue.shaded.com.google$.common.hash.$HashCode hashInt (int) int input public autovalue.shaded.com.google$.common.hash.$HashCode hashLong (long) long input public autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (byte[]) byte[] input public autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (byte[], int, int) byte[] input int off int len public autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (java.nio.ByteBuffer) java.nio.ByteBuffer input public autovalue.shaded.com.google$.common.hash.$Hasher newHasher (int) int expectedInputSize }
autovalue/shaded/com/google$/common/hash/$AbstractHasher.class
$AbstractHasher.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$AbstractHasher extends java.lang.Object implements autovalue.shaded.com.google$.common.hash.$Hasher { void <init> () public final autovalue.shaded.com.google$.common.hash.$Hasher putBoolean (boolean) boolean b public final autovalue.shaded.com.google$.common.hash.$Hasher putDouble (double) double d public final autovalue.shaded.com.google$.common.hash.$Hasher putFloat (float) float f public autovalue.shaded.com.google$.common.hash.$Hasher putUnencodedChars (java.lang.CharSequence) int i int len CharSequence charSequence public autovalue.shaded.com.google$.common.hash.$Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) CharSequence charSequence java.nio.charset.Charset charset public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[]) byte[] bytes public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[], int, int) int i byte[] bytes int off int len public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (java.nio.ByteBuffer) int remaining java.nio.ByteBuffer b public autovalue.shaded.com.google$.common.hash.$Hasher putShort (short) short s public autovalue.shaded.com.google$.common.hash.$Hasher putInt (int) int i public autovalue.shaded.com.google$.common.hash.$Hasher putLong (long) int i long l public autovalue.shaded.com.google$.common.hash.$Hasher putChar (char) char c public autovalue.shaded.com.google$.common.hash.$Hasher putObject (java.lang.Object, autovalue.shaded.com.google$.common.hash.$Funnel) Object instance autovalue.shaded.com.google$.common.hash.$Funnel funnel public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putUnencodedChars (java.lang.CharSequence) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putChar (char) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBoolean (boolean) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putDouble (double) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putFloat (float) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putLong (long) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putInt (int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putShort (short) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[]) }
autovalue/shaded/com/google$/common/hash/$AbstractNonStreamingHashFunction$BufferingHasher.class
$AbstractNonStreamingHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$AbstractNonStreamingHashFunction$BufferingHasher extends autovalue.shaded.com.google$.common.hash.$AbstractHasher { final autovalue.shaded.com.google$.common.hash.$AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream stream final synthetic autovalue.shaded.com.google$.common.hash.$AbstractNonStreamingHashFunction this$0 void <init> (autovalue.shaded.com.google$.common.hash.$AbstractNonStreamingHashFunction, int) int expectedInputSize public autovalue.shaded.com.google$.common.hash.$Hasher putByte (byte) byte b public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[], int, int) byte[] bytes int off int len public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer bytes public autovalue.shaded.com.google$.common.hash.$HashCode hash () public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putByte (byte) }
autovalue/shaded/com/google$/common/hash/$AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.class
$AbstractNonStreamingHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream extends java.io.ByteArrayOutputStream { void <init> (int) int expectedInputSize void write (java.nio.ByteBuffer) java.nio.ByteBuffer input int remaining byte[] byteArray () int length () }
autovalue/shaded/com/google$/common/hash/$AbstractNonStreamingHashFunction.class
$AbstractNonStreamingHashFunction.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$AbstractNonStreamingHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction { void <init> () public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public autovalue.shaded.com.google$.common.hash.$Hasher newHasher (int) int expectedInputSize public autovalue.shaded.com.google$.common.hash.$HashCode hashInt (int) int input public autovalue.shaded.com.google$.common.hash.$HashCode hashLong (long) long input public autovalue.shaded.com.google$.common.hash.$HashCode hashUnencodedChars (java.lang.CharSequence) int i CharSequence input int len java.nio.ByteBuffer buffer public autovalue.shaded.com.google$.common.hash.$HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) CharSequence input java.nio.charset.Charset charset public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (byte[], int, int) public autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (java.nio.ByteBuffer) java.nio.ByteBuffer input }
autovalue/shaded/com/google$/common/hash/$AbstractStreamingHasher.class
$AbstractStreamingHasher.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$AbstractStreamingHasher extends autovalue.shaded.com.google$.common.hash.$AbstractHasher { private final java.nio.ByteBuffer buffer private final int bufferSize private final int chunkSize protected void <init> (int) int chunkSize protected void <init> (int, int) int chunkSize int bufferSize protected abstract void process (java.nio.ByteBuffer) protected void processRemaining (java.nio.ByteBuffer) java.nio.ByteBuffer bb public final autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[], int, int) byte[] bytes int off int len public final autovalue.shaded.com.google$.common.hash.$Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer readBuffer java.nio.ByteOrder order private autovalue.shaded.com.google$.common.hash.$Hasher putBytesInternal (java.nio.ByteBuffer) int i java.nio.ByteBuffer readBuffer int bytesToCopy public final autovalue.shaded.com.google$.common.hash.$Hasher putByte (byte) byte b public final autovalue.shaded.com.google$.common.hash.$Hasher putShort (short) short s public final autovalue.shaded.com.google$.common.hash.$Hasher putChar (char) char c public final autovalue.shaded.com.google$.common.hash.$Hasher putInt (int) int i public final autovalue.shaded.com.google$.common.hash.$Hasher putLong (long) long l public final autovalue.shaded.com.google$.common.hash.$HashCode hash () protected abstract autovalue.shaded.com.google$.common.hash.$HashCode makeHash () private void munchIfFull () private void munch () public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putChar (char) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putLong (long) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putInt (int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putShort (short) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putByte (byte) }
autovalue/shaded/com/google$/common/hash/$ChecksumHashFunction$1.class
$ChecksumHashFunction.java package autovalue.shaded.com.google$.common.hash synthetic autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/hash/$ChecksumHashFunction$ChecksumHasher.class
$ChecksumHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction$ChecksumHasher extends autovalue.shaded.com.google$.common.hash.$AbstractByteHasher { private final java.util.zip.Checksum checksum final synthetic autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction this$0 private void <init> (autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction, java.util.zip.Checksum) java.util.zip.Checksum checksum protected void update (byte) byte b protected void update (byte[], int, int) byte[] bytes int off int len public autovalue.shaded.com.google$.common.hash.$HashCode hash () long value synthetic void <init> (autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction, java.util.zip.Checksum, autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction$1) autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction x0 java.util.zip.Checksum x1 autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction$1 x2 }
autovalue/shaded/com/google$/common/hash/$ChecksumHashFunction.class
$ChecksumHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction implements java.io.Serializable { private final autovalue.shaded.com.google$.common.hash.$ImmutableSupplier checksumSupplier private final int bits private final String toString private static final long serialVersionUID void <init> (autovalue.shaded.com.google$.common.hash.$ImmutableSupplier, int, java.lang.String) autovalue.shaded.com.google$.common.hash.$ImmutableSupplier checksumSupplier int bits String toString public int bits () public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public java.lang.String toString () static synthetic int access$100 (autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction) autovalue.shaded.com.google$.common.hash.$ChecksumHashFunction x0 }
autovalue/shaded/com/google$/common/hash/$Crc32cHashFunction$Crc32cHasher.class
$Crc32cHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Crc32cHashFunction$Crc32cHasher extends autovalue.shaded.com.google$.common.hash.$AbstractStreamingHasher { private boolean finished private int crc0 private int crc1 private int crc2 private int crc3 static final int[] BYTE_TABLE static final int[][] STRIDE_TABLE static final int INVERSE_COMPUTE_FOR_WORD_OF_ALL_1S private static final java.nio.ByteBuffer EMPTY void <init> () protected void process (java.nio.ByteBuffer) java.nio.ByteBuffer bb protected void processRemaining (java.nio.ByteBuffer) java.nio.ByteBuffer bb protected autovalue.shaded.com.google$.common.hash.$HashCode makeHash () static int computeForWord (int) int word static int combine (int, int) int i int csum int crc static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Crc32cHashFunction.class
$Crc32cHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Crc32cHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction { static final autovalue.shaded.com.google$.common.hash.$HashFunction CRC_32_C void <init> () public int bits () public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public java.lang.String toString () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$FarmHashFingerprint64.class
$FarmHashFingerprint64.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$FarmHashFingerprint64 extends autovalue.shaded.com.google$.common.hash.$AbstractNonStreamingHashFunction { static final autovalue.shaded.com.google$.common.hash.$HashFunction FARMHASH_FINGERPRINT_64 private static final long K0 private static final long K1 private static final long K2 void <init> () public autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (byte[], int, int) byte[] input int off int len public int bits () public java.lang.String toString () static long fingerprint (byte[], int, int) byte[] bytes int offset int length private static long shiftMix (long) long val private static long hashLength16 (long, long, long) long u long v long mul long a long b private static void weakHashLength32WithSeeds (byte[], int, long, long, long[]) byte[] bytes int offset long seedA long seedB long[] output long part1 long part2 long part3 long part4 long c private static long hashLength0to16 (byte[], int, int) long mul long a long b long c long d long mul long a byte a byte b byte c int y int z byte[] bytes int offset int length private static long hashLength17to32 (byte[], int, int) byte[] bytes int offset int length long mul long a long b long c long d private static long hashLength33To64 (byte[], int, int) byte[] bytes int offset int length long mul long a long b long c long d long y long z long e long f long g long h private static long hashLength65Plus (byte[], int, int) long tmp byte[] bytes int offset int length int seed long x long y long z long[] v long[] w int end int last64offset long mul static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Funnel.class
$Funnel.java package autovalue.shaded.com.google$.common.hash public abstract autovalue.shaded.com.google$.common.hash.$Funnel extends java.lang.Object implements java.io.Serializable { public abstract void funnel (java.lang.Object, autovalue.shaded.com.google$.common.hash.$PrimitiveSink) }
autovalue/shaded/com/google$/common/hash/$HashCode$BytesHashCode.class
$HashCode.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$HashCode$BytesHashCode extends autovalue.shaded.com.google$.common.hash.$HashCode implements java.io.Serializable { final byte[] bytes private static final long serialVersionUID void <init> (byte[]) byte[] bytes public int bits () public byte[] asBytes () public int asInt () public long asLong () public long padToLong () int i long retVal void writeBytesToImpl (byte[], int, int) byte[] dest int offset int maxLength byte[] getBytesInternal () boolean equalsSameBits (autovalue.shaded.com.google$.common.hash.$HashCode) int i autovalue.shaded.com.google$.common.hash.$HashCode that boolean areEqual }
autovalue/shaded/com/google$/common/hash/$HashCode$IntHashCode.class
$HashCode.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$HashCode$IntHashCode extends autovalue.shaded.com.google$.common.hash.$HashCode implements java.io.Serializable { final int hash private static final long serialVersionUID void <init> (int) int hash public int bits () public byte[] asBytes () public int asInt () public long asLong () public long padToLong () void writeBytesToImpl (byte[], int, int) int i byte[] dest int offset int maxLength boolean equalsSameBits (autovalue.shaded.com.google$.common.hash.$HashCode) autovalue.shaded.com.google$.common.hash.$HashCode that }
autovalue/shaded/com/google$/common/hash/$HashCode$LongHashCode.class
$HashCode.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$HashCode$LongHashCode extends autovalue.shaded.com.google$.common.hash.$HashCode implements java.io.Serializable { final long hash private static final long serialVersionUID void <init> (long) long hash public int bits () public byte[] asBytes () public int asInt () public long asLong () public long padToLong () void writeBytesToImpl (byte[], int, int) int i byte[] dest int offset int maxLength boolean equalsSameBits (autovalue.shaded.com.google$.common.hash.$HashCode) autovalue.shaded.com.google$.common.hash.$HashCode that }
autovalue/shaded/com/google$/common/hash/$HashCode.class
$HashCode.java package autovalue.shaded.com.google$.common.hash public abstract autovalue.shaded.com.google$.common.hash.$HashCode extends java.lang.Object { private static final char[] hexDigits void <init> () public abstract int bits () public abstract int asInt () public abstract long asLong () public abstract long padToLong () public abstract byte[] asBytes () public int writeBytesTo (byte[], int, int) byte[] dest int offset int maxLength abstract void writeBytesToImpl (byte[], int, int) byte[] getBytesInternal () abstract boolean equalsSameBits (autovalue.shaded.com.google$.common.hash.$HashCode) public static autovalue.shaded.com.google$.common.hash.$HashCode fromInt (int) int hash public static autovalue.shaded.com.google$.common.hash.$HashCode fromLong (long) long hash public static autovalue.shaded.com.google$.common.hash.$HashCode fromBytes (byte[]) byte[] bytes static autovalue.shaded.com.google$.common.hash.$HashCode fromBytesNoCopy (byte[]) byte[] bytes public static autovalue.shaded.com.google$.common.hash.$HashCode fromString (java.lang.String) int ch1 int ch2 int i String string byte[] bytes private static int decode (char) char ch public final boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.hash.$HashCode that Object object public final int hashCode () int i byte[] bytes int val public final java.lang.String toString () byte b byte[] bytes StringBuilder sb static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$HashFunction.class
$HashFunction.java package autovalue.shaded.com.google$.common.hash public abstract autovalue.shaded.com.google$.common.hash.$HashFunction extends java.lang.Object { public abstract autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public abstract autovalue.shaded.com.google$.common.hash.$Hasher newHasher (int) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashInt (int) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashLong (long) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (byte[]) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (byte[], int, int) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (java.nio.ByteBuffer) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashUnencodedChars (java.lang.CharSequence) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hashObject (java.lang.Object, autovalue.shaded.com.google$.common.hash.$Funnel) public abstract int bits () }
autovalue/shaded/com/google$/common/hash/$Hasher.class
$Hasher.java package autovalue.shaded.com.google$.common.hash public abstract autovalue.shaded.com.google$.common.hash.$Hasher extends java.lang.Object implements autovalue.shaded.com.google$.common.hash.$PrimitiveSink { public abstract autovalue.shaded.com.google$.common.hash.$Hasher putByte (byte) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[]) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[], int, int) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putBytes (java.nio.ByteBuffer) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putShort (short) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putInt (int) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putLong (long) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putFloat (float) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putDouble (double) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putBoolean (boolean) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putChar (char) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putUnencodedChars (java.lang.CharSequence) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) public abstract autovalue.shaded.com.google$.common.hash.$Hasher putObject (java.lang.Object, autovalue.shaded.com.google$.common.hash.$Funnel) public abstract autovalue.shaded.com.google$.common.hash.$HashCode hash () public abstract int hashCode () public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putUnencodedChars (java.lang.CharSequence) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putChar (char) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBoolean (boolean) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putDouble (double) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putFloat (float) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putLong (long) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putInt (int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putShort (short) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[]) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putByte (byte) }
autovalue/shaded/com/google$/common/hash/$Hashing$1.class
$Hashing.java package autovalue.shaded.com.google$.common.hash synthetic autovalue.shaded.com.google$.common.hash.$Hashing$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/hash/$Hashing$ChecksumType$1.class
$Hashing.java package autovalue.shaded.com.google$.common.hash final enum autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType$1 extends autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType { void <init> (java.lang.String, int, java.lang.String) String toString public java.util.zip.Checksum get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/hash/$Hashing$ChecksumType$2.class
$Hashing.java package autovalue.shaded.com.google$.common.hash final enum autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType$2 extends autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType { void <init> (java.lang.String, int, java.lang.String) String toString public java.util.zip.Checksum get () public volatile synthetic java.lang.Object get () }
autovalue/shaded/com/google$/common/hash/$Hashing$ChecksumType.class
$Hashing.java package autovalue.shaded.com.google$.common.hash abstract enum autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType extends java.lang.Enum implements autovalue.shaded.com.google$.common.hash.$ImmutableSupplier { public static final enum autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType CRC_32 public static final enum autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType ADLER_32 public final autovalue.shaded.com.google$.common.hash.$HashFunction hashFunction private static final synthetic autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType[] $VALUES public static autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType[] values () public static autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String toString private static synthetic autovalue.shaded.com.google$.common.hash.$Hashing$ChecksumType[] $values () synthetic void <init> (java.lang.String, int, java.lang.String, autovalue.shaded.com.google$.common.hash.$Hashing$1) String x0 int x1 String x2 autovalue.shaded.com.google$.common.hash.$Hashing$1 x3 static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Hashing$ConcatenatedHashFunction.class
$Hashing.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Hashing$ConcatenatedHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractCompositeHashFunction { private transient void <init> (autovalue.shaded.com.google$.common.hash.$HashFunction[]) autovalue.shaded.com.google$.common.hash.$HashFunction function autovalue.shaded.com.google$.common.hash.$HashFunction[] functions autovalue.shaded.com.google$.common.hash.$HashCode makeHash (autovalue.shaded.com.google$.common.hash.$Hasher[]) autovalue.shaded.com.google$.common.hash.$HashCode newHash autovalue.shaded.com.google$.common.hash.$Hasher hasher autovalue.shaded.com.google$.common.hash.$Hasher[] hashers byte[] bytes int i public int bits () autovalue.shaded.com.google$.common.hash.$HashFunction function int bitSum public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.hash.$Hashing$ConcatenatedHashFunction other Object object public int hashCode () synthetic void <init> (autovalue.shaded.com.google$.common.hash.$HashFunction[], autovalue.shaded.com.google$.common.hash.$Hashing$1) autovalue.shaded.com.google$.common.hash.$HashFunction[] x0 autovalue.shaded.com.google$.common.hash.$Hashing$1 x1 }
autovalue/shaded/com/google$/common/hash/$Hashing$LinearCongruentialGenerator.class
$Hashing.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Hashing$LinearCongruentialGenerator extends java.lang.Object { private long state public void <init> (long) long seed public double nextDouble () }
autovalue/shaded/com/google$/common/hash/$Hashing$Md5Holder.class
$Hashing.java package autovalue.shaded.com.google$.common.hash autovalue.shaded.com.google$.common.hash.$Hashing$Md5Holder extends java.lang.Object { static final autovalue.shaded.com.google$.common.hash.$HashFunction MD5 private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Hashing$Sha1Holder.class
$Hashing.java package autovalue.shaded.com.google$.common.hash autovalue.shaded.com.google$.common.hash.$Hashing$Sha1Holder extends java.lang.Object { static final autovalue.shaded.com.google$.common.hash.$HashFunction SHA_1 private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Hashing$Sha256Holder.class
$Hashing.java package autovalue.shaded.com.google$.common.hash autovalue.shaded.com.google$.common.hash.$Hashing$Sha256Holder extends java.lang.Object { static final autovalue.shaded.com.google$.common.hash.$HashFunction SHA_256 private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Hashing$Sha384Holder.class
$Hashing.java package autovalue.shaded.com.google$.common.hash autovalue.shaded.com.google$.common.hash.$Hashing$Sha384Holder extends java.lang.Object { static final autovalue.shaded.com.google$.common.hash.$HashFunction SHA_384 private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Hashing$Sha512Holder.class
$Hashing.java package autovalue.shaded.com.google$.common.hash autovalue.shaded.com.google$.common.hash.$Hashing$Sha512Holder extends java.lang.Object { static final autovalue.shaded.com.google$.common.hash.$HashFunction SHA_512 private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Hashing.class
$Hashing.java package autovalue.shaded.com.google$.common.hash public final autovalue.shaded.com.google$.common.hash.$Hashing extends java.lang.Object { static final int GOOD_FAST_HASH_SEED public static autovalue.shaded.com.google$.common.hash.$HashFunction goodFastHash (int) int i int minimumBits int bits int hashFunctionsNeeded autovalue.shaded.com.google$.common.hash.$HashFunction[] hashFunctions int seed public static autovalue.shaded.com.google$.common.hash.$HashFunction murmur3_32 (int) int seed public static autovalue.shaded.com.google$.common.hash.$HashFunction murmur3_32 () public static autovalue.shaded.com.google$.common.hash.$HashFunction murmur3_128 (int) int seed public static autovalue.shaded.com.google$.common.hash.$HashFunction murmur3_128 () public static autovalue.shaded.com.google$.common.hash.$HashFunction sipHash24 () public static autovalue.shaded.com.google$.common.hash.$HashFunction sipHash24 (long, long) long k0 long k1 public static autovalue.shaded.com.google$.common.hash.$HashFunction md5 () public static autovalue.shaded.com.google$.common.hash.$HashFunction sha1 () public static autovalue.shaded.com.google$.common.hash.$HashFunction sha256 () public static autovalue.shaded.com.google$.common.hash.$HashFunction sha384 () public static autovalue.shaded.com.google$.common.hash.$HashFunction sha512 () public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacMd5 (java.security.Key) java.security.Key key public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacMd5 (byte[]) byte[] key public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacSha1 (java.security.Key) java.security.Key key public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacSha1 (byte[]) byte[] key public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacSha256 (java.security.Key) java.security.Key key public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacSha256 (byte[]) byte[] key public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacSha512 (java.security.Key) java.security.Key key public static autovalue.shaded.com.google$.common.hash.$HashFunction hmacSha512 (byte[]) byte[] key private static java.lang.String hmacToString (java.lang.String, java.security.Key) String methodName java.security.Key key public static autovalue.shaded.com.google$.common.hash.$HashFunction crc32c () public static autovalue.shaded.com.google$.common.hash.$HashFunction crc32 () public static autovalue.shaded.com.google$.common.hash.$HashFunction adler32 () public static autovalue.shaded.com.google$.common.hash.$HashFunction farmHashFingerprint64 () public static int consistentHash (autovalue.shaded.com.google$.common.hash.$HashCode, int) autovalue.shaded.com.google$.common.hash.$HashCode hashCode int buckets public static int consistentHash (long, int) long input int buckets autovalue.shaded.com.google$.common.hash.$Hashing$LinearCongruentialGenerator generator int candidate int next public static autovalue.shaded.com.google$.common.hash.$HashCode combineOrdered (java.lang.Iterable) int i byte[] nextBytes autovalue.shaded.com.google$.common.hash.$HashCode hashCode Iterable hashCodes java.util.Iterator iterator int bits byte[] resultBytes public static autovalue.shaded.com.google$.common.hash.$HashCode combineUnordered (java.lang.Iterable) int i byte[] nextBytes autovalue.shaded.com.google$.common.hash.$HashCode hashCode Iterable hashCodes java.util.Iterator iterator byte[] resultBytes static int checkPositiveAndMakeMultipleOf32 (int) int bits public static transient autovalue.shaded.com.google$.common.hash.$HashFunction concatenating (autovalue.shaded.com.google$.common.hash.$HashFunction, autovalue.shaded.com.google$.common.hash.$HashFunction, autovalue.shaded.com.google$.common.hash.$HashFunction[]) autovalue.shaded.com.google$.common.hash.$HashFunction first autovalue.shaded.com.google$.common.hash.$HashFunction second autovalue.shaded.com.google$.common.hash.$HashFunction[] rest java.util.List list public static autovalue.shaded.com.google$.common.hash.$HashFunction concatenating (java.lang.Iterable) autovalue.shaded.com.google$.common.hash.$HashFunction hashFunction Iterable hashFunctions java.util.List list private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$ImmutableSupplier.class
$ImmutableSupplier.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$ImmutableSupplier extends java.lang.Object implements autovalue.shaded.com.google$.common.base.$Supplier { }
autovalue/shaded/com/google$/common/hash/$Java8Compatibility.class
$Java8Compatibility.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Java8Compatibility extends java.lang.Object { static void clear (java.nio.Buffer) java.nio.Buffer b static void flip (java.nio.Buffer) java.nio.Buffer b static void limit (java.nio.Buffer, int) java.nio.Buffer b int limit static void position (java.nio.Buffer, int) java.nio.Buffer b int position private void <init> () }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$1.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash synthetic autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$JavaLittleEndianBytes$1.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash final enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes$1 extends autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes { void <init> (java.lang.String, int) public long getLongLittleEndian (byte[], int) byte[] source int offset public void putLongLittleEndian (byte[], int, long) int i byte[] sink int offset long value long mask }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$JavaLittleEndianBytes.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash abstract enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes extends java.lang.Enum implements autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$LittleEndianBytes { public static final enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes INSTANCE private static final synthetic autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes[] $VALUES public static autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes[] values () public static autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$JavaLittleEndianBytes[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$1) String x0 int x1 autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$1 x2 static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$LittleEndianBytes.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash abstract autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$LittleEndianBytes extends java.lang.Object { public abstract long getLongLittleEndian (byte[], int) public abstract void putLongLittleEndian (byte[], int, long) }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$UnsafeByteArray$1.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash final enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray$1 extends autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray { void <init> (java.lang.String, int) public long getLongLittleEndian (byte[], int) byte[] array int offset public void putLongLittleEndian (byte[], int, long) byte[] array int offset long value }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$UnsafeByteArray$2.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash final enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray$2 extends autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray { void <init> (java.lang.String, int) public long getLongLittleEndian (byte[], int) byte[] array int offset long bigEndian public void putLongLittleEndian (byte[], int, long) byte[] array int offset long value long littleEndianValue }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$UnsafeByteArray$3.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray$3 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray$UnsafeByteArray.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash abstract enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray extends java.lang.Enum implements autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$LittleEndianBytes { public static final enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray UNSAFE_LITTLE_ENDIAN public static final enum autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray UNSAFE_BIG_ENDIAN private static final sun.misc.Unsafe theUnsafe private static final int BYTE_ARRAY_BASE_OFFSET private static final synthetic autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray[] $VALUES public static autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray[] values () public static autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static sun.misc.Unsafe getUnsafe () java.security.PrivilegedActionException e private static synthetic autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$UnsafeByteArray[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$1) String x0 int x1 autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$1 x2 static synthetic int access$100 () static synthetic sun.misc.Unsafe access$200 () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$LittleEndianByteArray.class
$LittleEndianByteArray.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray extends java.lang.Object { private static final autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$LittleEndianBytes byteArray static final synthetic boolean $assertionsDisabled static long load64 (byte[], int) byte[] input int offset static long load64Safely (byte[], int, int) int i byte[] input int offset int length long result int limit static void store64 (byte[], int, long) byte[] sink int offset long value static int load32 (byte[], int) byte[] source int offset static boolean usingUnsafe () private void <init> () static void <clinit> () String arch autovalue.shaded.com.google$.common.hash.$LittleEndianByteArray$LittleEndianBytes theGetter }
autovalue/shaded/com/google$/common/hash/$MacHashFunction$1.class
$MacHashFunction.java package autovalue.shaded.com.google$.common.hash synthetic autovalue.shaded.com.google$.common.hash.$MacHashFunction$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/hash/$MacHashFunction$MacHasher.class
$MacHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$MacHashFunction$MacHasher extends autovalue.shaded.com.google$.common.hash.$AbstractByteHasher { private final javax.crypto.Mac mac private boolean done private void <init> (javax.crypto.Mac) javax.crypto.Mac mac protected void update (byte) byte b protected void update (byte[]) byte[] b protected void update (byte[], int, int) byte[] b int off int len protected void update (java.nio.ByteBuffer) java.nio.ByteBuffer bytes private void checkNotDone () public autovalue.shaded.com.google$.common.hash.$HashCode hash () synthetic void <init> (javax.crypto.Mac, autovalue.shaded.com.google$.common.hash.$MacHashFunction$1) javax.crypto.Mac x0 autovalue.shaded.com.google$.common.hash.$MacHashFunction$1 x1 }
autovalue/shaded/com/google$/common/hash/$MacHashFunction.class
$MacHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$MacHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction { private final javax.crypto.Mac prototype private final java.security.Key key private final String toString private final int bits private final boolean supportsClone void <init> (java.lang.String, java.security.Key, java.lang.String) String algorithmName java.security.Key key String toString public int bits () private static boolean supportsClone (javax.crypto.Mac) CloneNotSupportedException e javax.crypto.Mac mac private static javax.crypto.Mac getMac (java.lang.String, java.security.Key) javax.crypto.Mac mac java.security.NoSuchAlgorithmException e java.security.InvalidKeyException e String algorithmName java.security.Key key public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public java.lang.String toString () }
autovalue/shaded/com/google$/common/hash/$MessageDigestHashFunction$1.class
$MessageDigestHashFunction.java package autovalue.shaded.com.google$.common.hash synthetic autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction$1 extends java.lang.Object { }
autovalue/shaded/com/google$/common/hash/$MessageDigestHashFunction$MessageDigestHasher.class
$MessageDigestHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction$MessageDigestHasher extends autovalue.shaded.com.google$.common.hash.$AbstractByteHasher { private final java.security.MessageDigest digest private final int bytes private boolean done private void <init> (java.security.MessageDigest, int) java.security.MessageDigest digest int bytes protected void update (byte) byte b protected void update (byte[], int, int) byte[] b int off int len protected void update (java.nio.ByteBuffer) java.nio.ByteBuffer bytes private void checkNotDone () public autovalue.shaded.com.google$.common.hash.$HashCode hash () synthetic void <init> (java.security.MessageDigest, int, autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction$1) java.security.MessageDigest x0 int x1 autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction$1 x2 }
autovalue/shaded/com/google$/common/hash/$MessageDigestHashFunction$SerializedForm.class
$MessageDigestHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction$SerializedForm extends java.lang.Object implements java.io.Serializable { private final String algorithmName private final int bytes private final String toString private static final long serialVersionUID private void <init> (java.lang.String, int, java.lang.String) String algorithmName int bytes String toString private java.lang.Object readResolve () synthetic void <init> (java.lang.String, int, java.lang.String, autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction$1) String x0 int x1 String x2 autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction$1 x3 }
autovalue/shaded/com/google$/common/hash/$MessageDigestHashFunction.class
$MessageDigestHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$MessageDigestHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction implements java.io.Serializable { private final java.security.MessageDigest prototype private final int bytes private final boolean supportsClone private final String toString void <init> (java.lang.String, java.lang.String) String algorithmName String toString void <init> (java.lang.String, int, java.lang.String) String algorithmName int bytes String toString int maxLength private static boolean supportsClone (java.security.MessageDigest) CloneNotSupportedException e java.security.MessageDigest digest public int bits () public java.lang.String toString () private static java.security.MessageDigest getMessageDigest (java.lang.String) java.security.NoSuchAlgorithmException e String algorithmName public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () java.lang.Object writeReplace () }
autovalue/shaded/com/google$/common/hash/$Murmur3_128HashFunction$Murmur3_128Hasher.class
$Murmur3_128HashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Murmur3_128HashFunction$Murmur3_128Hasher extends autovalue.shaded.com.google$.common.hash.$AbstractStreamingHasher { private static final int CHUNK_SIZE private static final long C1 private static final long C2 private long h1 private long h2 private int length void <init> (int) int seed protected void process (java.nio.ByteBuffer) java.nio.ByteBuffer bb long k1 long k2 private void bmix64 (long, long) long k1 long k2 protected void processRemaining (java.nio.ByteBuffer) java.nio.ByteBuffer bb long k1 long k2 protected autovalue.shaded.com.google$.common.hash.$HashCode makeHash () private static long fmix64 (long) long k private static long mixK1 (long) long k1 private static long mixK2 (long) long k2 }
autovalue/shaded/com/google$/common/hash/$Murmur3_128HashFunction.class
$Murmur3_128HashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Murmur3_128HashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction implements java.io.Serializable { static final autovalue.shaded.com.google$.common.hash.$HashFunction MURMUR3_128 static final autovalue.shaded.com.google$.common.hash.$HashFunction GOOD_FAST_HASH_128 private final int seed private static final long serialVersionUID void <init> (int) int seed public int bits () public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public java.lang.String toString () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.hash.$Murmur3_128HashFunction other Object object public int hashCode () static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$Murmur3_32HashFunction$Murmur3_32Hasher.class
$Murmur3_32HashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Murmur3_32HashFunction$Murmur3_32Hasher extends autovalue.shaded.com.google$.common.hash.$AbstractHasher { private int h1 private long buffer private int shift private int length private boolean isDone void <init> (int) int seed private void update (int, long) int nBytes long update public autovalue.shaded.com.google$.common.hash.$Hasher putByte (byte) byte b public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (byte[], int, int) byte[] bytes int off int len int i public autovalue.shaded.com.google$.common.hash.$Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer buffer java.nio.ByteOrder bo public autovalue.shaded.com.google$.common.hash.$Hasher putInt (int) int i public autovalue.shaded.com.google$.common.hash.$Hasher putLong (long) long l public autovalue.shaded.com.google$.common.hash.$Hasher putChar (char) char c public autovalue.shaded.com.google$.common.hash.$Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) char c0 char c1 char c2 char c3 int codePoint char c int utf16Length int i CharSequence input java.nio.charset.Charset charset public autovalue.shaded.com.google$.common.hash.$HashCode hash () public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putChar (char) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putLong (long) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putInt (int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public volatile synthetic autovalue.shaded.com.google$.common.hash.$PrimitiveSink putByte (byte) }
autovalue/shaded/com/google$/common/hash/$Murmur3_32HashFunction.class
$Murmur3_32HashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$Murmur3_32HashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction implements java.io.Serializable { static final autovalue.shaded.com.google$.common.hash.$HashFunction MURMUR3_32 static final autovalue.shaded.com.google$.common.hash.$HashFunction GOOD_FAST_HASH_32 private static final int CHUNK_SIZE private static final int C1 private static final int C2 private final int seed private static final long serialVersionUID void <init> (int) int seed public int bits () public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public java.lang.String toString () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.hash.$Murmur3_32HashFunction other Object object public int hashCode () public autovalue.shaded.com.google$.common.hash.$HashCode hashInt (int) int input int k1 int h1 public autovalue.shaded.com.google$.common.hash.$HashCode hashLong (long) long input int low int high int k1 int h1 public autovalue.shaded.com.google$.common.hash.$HashCode hashUnencodedChars (java.lang.CharSequence) int k1 int i int k1 CharSequence input int h1 public autovalue.shaded.com.google$.common.hash.$HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) int k1 char c0 char c1 char c2 char c3 int codePoint int k1 char c int utf16Length int h1 int i int len long buffer int shift int k1 CharSequence input java.nio.charset.Charset charset public autovalue.shaded.com.google$.common.hash.$HashCode hashBytes (byte[], int, int) int k1 int shift byte[] input int off int len int h1 int i int k1 private static int getIntLittleEndian (byte[], int) byte[] input int offset private static int mixK1 (int) int k1 private static int mixH1 (int, int) int h1 int k1 private static autovalue.shaded.com.google$.common.hash.$HashCode fmix (int, int) int h1 int length private static long codePointToFourUtf8Bytes (int) int codePoint private static long charToThreeUtf8Bytes (char) char c private static long charToTwoUtf8Bytes (char) char c static synthetic int access$000 (int) int x0 static synthetic int access$100 (int, int) int x0 int x1 static synthetic int access$200 (byte[], int) byte[] x0 int x1 static synthetic long access$300 (char) char x0 static synthetic long access$400 (char) char x0 static synthetic long access$500 (int) int x0 static synthetic autovalue.shaded.com.google$.common.hash.$HashCode access$600 (int, int) int x0 int x1 static void <clinit> () }
autovalue/shaded/com/google$/common/hash/$PrimitiveSink.class
$PrimitiveSink.java package autovalue.shaded.com.google$.common.hash public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink extends java.lang.Object { public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putByte (byte) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[]) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (byte[], int, int) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBytes (java.nio.ByteBuffer) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putShort (short) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putInt (int) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putLong (long) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putFloat (float) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putDouble (double) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putBoolean (boolean) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putChar (char) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putUnencodedChars (java.lang.CharSequence) public abstract autovalue.shaded.com.google$.common.hash.$PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) }
autovalue/shaded/com/google$/common/hash/$SipHashFunction$SipHasher.class
$SipHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$SipHashFunction$SipHasher extends autovalue.shaded.com.google$.common.hash.$AbstractStreamingHasher { private static final int CHUNK_SIZE private final int c private final int d private long v0 private long v1 private long v2 private long v3 private long b private long finalM void <init> (int, int, long, long) int c int d long k0 long k1 protected void process (java.nio.ByteBuffer) java.nio.ByteBuffer buffer protected void processRemaining (java.nio.ByteBuffer) int i java.nio.ByteBuffer buffer protected autovalue.shaded.com.google$.common.hash.$HashCode makeHash () private void processM (long) long m private void sipRound (int) int i int iterations }
autovalue/shaded/com/google$/common/hash/$SipHashFunction.class
$SipHashFunction.java package autovalue.shaded.com.google$.common.hash final autovalue.shaded.com.google$.common.hash.$SipHashFunction extends autovalue.shaded.com.google$.common.hash.$AbstractHashFunction implements java.io.Serializable { static final autovalue.shaded.com.google$.common.hash.$HashFunction SIP_HASH_24 private final int c private final int d private final long k0 private final long k1 private static final long serialVersionUID void <init> (int, int, long, long) int c int d long k0 long k1 public int bits () public autovalue.shaded.com.google$.common.hash.$Hasher newHasher () public java.lang.String toString () public boolean equals (java.lang.Object) autovalue.shaded.com.google$.common.hash.$SipHashFunction other Object object public int hashCode () static void <clinit> () }
autovalue/shaded/com/google$/common/math/
autovalue/shaded/com/google$/common/math/$DoubleUtils.class
$DoubleUtils.java package autovalue.shaded.com.google$.common.math final autovalue.shaded.com.google$.common.math.$DoubleUtils extends java.lang.Object { static final long SIGNIFICAND_MASK static final long EXPONENT_MASK static final long SIGN_MASK static final int SIGNIFICAND_BITS static final int EXPONENT_BIAS static final long IMPLICIT_BIT static final long ONE_BITS private void <init> () static double nextDown (double) double d static long getSignificand (double) double d int exponent long bits static boolean isFinite (double) double d static boolean isNormal (double) double d static double scaleNormalize (double) double x long significand static double bigToDouble (java.math.BigInteger) java.math.BigInteger x java.math.BigInteger absX int exponent int shift long twiceSignifFloor long signifFloor boolean increment long signifRounded long bits static double ensureNonNegative (double) double value }
autovalue/shaded/com/google$/common/math/$IntMath$1.class
$IntMath.java package autovalue.shaded.com.google$.common.math synthetic autovalue.shaded.com.google$.common.math.$IntMath$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$math$RoundingMode static void <clinit> () }
autovalue/shaded/com/google$/common/math/$IntMath.class
$IntMath.java package autovalue.shaded.com.google$.common.math public final autovalue.shaded.com.google$.common.math.$IntMath extends java.lang.Object { static final int MAX_SIGNED_POWER_OF_TWO static final int MAX_POWER_OF_SQRT2_UNSIGNED static final byte[] maxLog10ForLeadingZeros static final int[] powersOf10 static final int[] halfPowersOf10 static final int FLOOR_SQRT_MAX_INT private static final int[] factorials static int[] biggestBinomials public static int ceilingPowerOfTwo (int) int x public static int floorPowerOfTwo (int) int x public static boolean isPowerOfTwo (int) int x static int lessThanBranchFree (int, int) int x int y public static int log2 (int, java.math.RoundingMode) int leadingZeros int cmp int logFloor int x java.math.RoundingMode mode public static int log10 (int, java.math.RoundingMode) int x java.math.RoundingMode mode int logFloor int floorPow private static int log10Floor (int) int x int y public static int pow (int, int) int accum int b int k public static int sqrt (int, java.math.RoundingMode) int halfSquare int x java.math.RoundingMode mode int sqrtFloor private static int sqrtFloor (int) int x public static int divide (int, int, java.math.RoundingMode) boolean increment boolean increment boolean increment boolean increment boolean increment boolean increment int absRem int cmpRemToHalfDivisor int p int q java.math.RoundingMode mode int div int rem int signum boolean increment public static int mod (int, int) int x int m int result public static int gcd (int, int) int delta int minDeltaOrZero int a int b int aTwos int bTwos public static int checkedAdd (int, int) int a int b long result public static int checkedSubtract (int, int) int a int b long result public static int checkedMultiply (int, int) int a int b long result public static int checkedPow (int, int) int b int k int accum public static int saturatedAdd (int, int) int a int b public static int saturatedSubtract (int, int) int a int b public static int saturatedMultiply (int, int) int a int b public static int saturatedPow (int, int) int b int k int accum int limit public static int factorial (int) int n public static int binomial (int, int) int i long result int n int k public static int mean (int, int) int x int y public static boolean isPrime (int) int n private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/math/$LongMath$1.class
$LongMath.java package autovalue.shaded.com.google$.common.math synthetic autovalue.shaded.com.google$.common.math.$LongMath$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$math$RoundingMode static void <clinit> () }
autovalue/shaded/com/google$/common/math/$LongMath$MillerRabinTester$1.class
$LongMath.java package autovalue.shaded.com.google$.common.math final enum autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester$1 extends autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester { void <init> (java.lang.String, int) long mulMod (long, long, long) long a long b long m long squareMod (long, long) long a long m }
autovalue/shaded/com/google$/common/math/$LongMath$MillerRabinTester$2.class
$LongMath.java package autovalue.shaded.com.google$.common.math final enum autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester$2 extends autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester { void <init> (java.lang.String, int) private long plusMod (long, long, long) long a long b long m private long times2ToThe32Mod (long, long) int shift long a long m int remainingPowersOf2 long mulMod (long, long, long) long a long b long m long aHi long bHi long aLo long bLo long result long squareMod (long, long) long a long m long aHi long aLo long result long hiLo }
autovalue/shaded/com/google$/common/math/$LongMath$MillerRabinTester.class
$LongMath.java package autovalue.shaded.com.google$.common.math abstract enum autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester extends java.lang.Enum { public static final enum autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester SMALL public static final enum autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester LARGE private static final synthetic autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester[] $VALUES public static autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester[] values () public static autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static boolean test (long, long) long base long n abstract long mulMod (long, long, long) abstract long squareMod (long, long) private long powMod (long, long, long) long a long p long m long res private boolean testWitness (long, long) long base long n int r long d long a int j private static synthetic autovalue.shaded.com.google$.common.math.$LongMath$MillerRabinTester[] $values () synthetic void <init> (java.lang.String, int, autovalue.shaded.com.google$.common.math.$LongMath$1) String x0 int x1 autovalue.shaded.com.google$.common.math.$LongMath$1 x2 static void <clinit> () }
autovalue/shaded/com/google$/common/math/$LongMath.class
$LongMath.java package autovalue.shaded.com.google$.common.math public final autovalue.shaded.com.google$.common.math.$LongMath extends java.lang.Object { static final long MAX_SIGNED_POWER_OF_TWO static final long MAX_POWER_OF_SQRT2_UNSIGNED static final byte[] maxLog10ForLeadingZeros static final long[] powersOf10 static final long[] halfPowersOf10 static final long FLOOR_SQRT_MAX_LONG static final long[] factorials static final int[] biggestBinomials static final int[] biggestSimpleBinomials private static final int SIEVE_30 private static final long[][] millerRabinBaseSets public static long ceilingPowerOfTwo (long) long x public static long floorPowerOfTwo (long) long x public static boolean isPowerOfTwo (long) long x static int lessThanBranchFree (long, long) long x long y public static int log2 (long, java.math.RoundingMode) int leadingZeros long cmp int logFloor long x java.math.RoundingMode mode public static int log10 (long, java.math.RoundingMode) long x java.math.RoundingMode mode int logFloor long floorPow static int log10Floor (long) long x int y public static long pow (long, int) long accum long b int k public static long sqrt (long, java.math.RoundingMode) long sqrtFloor long halfSquare long x java.math.RoundingMode mode long guess long guessSquared public static long divide (long, long, java.math.RoundingMode) boolean increment boolean increment boolean increment boolean increment boolean increment boolean increment long absRem long cmpRemToHalfDivisor long p long q java.math.RoundingMode mode long div long rem int signum boolean increment public static int mod (long, int) long x int m public static long mod (long, long) long x long m long result public static long gcd (long, long) long delta long minDeltaOrZero long a long b int aTwos int bTwos public static long checkedAdd (long, long) long a long b long result public static long checkedSubtract (long, long) long a long b long result public static long checkedMultiply (long, long) long a long b int leadingZeros long result public static long checkedPow (long, int) long b int k long accum public static long saturatedAdd (long, long) long a long b long naiveSum public static long saturatedSubtract (long, long) long a long b long naiveDifference public static long saturatedMultiply (long, long) long a long b int leadingZeros long limit long result public static long saturatedPow (long, int) long b int k long accum long limit public static long factorial (int) int n public static long binomial (int, int) int i long result int i int nBits long result long numerator long denominator int numeratorBits int n int k static long multiplyFraction (long, long, long) long x long numerator long denominator long commonDivisor static boolean fitsInInt (long) long x public static long mean (long, long) long x long y public static boolean isPrime (long) long mask int i long[] baseSet long n public static double roundToDouble (long, java.math.RoundingMode) int cmpXToRoundArbitrarily long roundFloor double roundFloorAsDouble long roundCeiling double roundCeilingAsDouble long roundFloor double roundFloorAsDouble long roundCeiling double roundCeilingAsDouble long deltaToFloor long deltaToCeiling int diff long x java.math.RoundingMode mode double roundArbitrarily long roundArbitrarilyAsLong int cmpXToRoundArbitrarily private void <init> () static void <clinit> () }
autovalue/shaded/com/google$/common/math/$MathPreconditions.class
$MathPreconditions.java package autovalue.shaded.com.google$.common.math final autovalue.shaded.com.google$.common.math.$MathPreconditions extends java.lang.Object { static int checkPositive (java.lang.String, int) String role int x static long checkPositive (java.lang.String, long) String role long x static java.math.BigInteger checkPositive (java.lang.String, java.math.BigInteger) String role java.math.BigInteger x static int checkNonNegative (java.lang.String, int) String role int x static long checkNonNegative (java.lang.String, long) String role long x static java.math.BigInteger checkNonNegative (java.lang.String, java.math.BigInteger) String role java.math.BigInteger x static double checkNonNegative (java.lang.String, double) String role double x static void checkRoundingUnnecessary (boolean) boolean condition static void checkInRangeForRoundingInputs (boolean, double, java.math.RoundingMode) boolean condition double input java.math.RoundingMode mode static void checkNoOverflow (boolean, java.lang.String, int, int) boolean condition String methodName int a int b static void checkNoOverflow (boolean, java.lang.String, long, long) boolean condition String methodName long a long b private void <init> () }
autovalue/shaded/com/google$/common/primitives/
autovalue/shaded/com/google$/common/primitives/$Booleans$BooleanArrayAsList.class
$Booleans.java package autovalue.shaded.com.google$.common.primitives autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final boolean[] array final int start final int end private static final long serialVersionUID void <init> (boolean[]) boolean[] array void <init> (boolean[], int, int) boolean[] array int start int end public int size () public boolean isEmpty () public java.lang.Boolean get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Boolean set (int, java.lang.Boolean) int index Boolean element boolean oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder boolean[] toBooleanArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/primitives/$Booleans$BooleanComparator.class
$Booleans.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanComparator TRUE_FIRST public static final enum autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanComparator FALSE_FIRST private final int trueValue private final String toString private static final synthetic autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int, java.lang.String) int trueValue String toString public int compare (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b int aVal int bVal public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$Booleans$BooleanComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$Booleans$LexicographicalComparator.class
$Booleans.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$Booleans$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$Booleans$LexicographicalComparator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.primitives.$Booleans$LexicographicalComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$Booleans$LexicographicalComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$Booleans$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (boolean[], boolean[]) int result int i boolean[] left boolean[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$Booleans$LexicographicalComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$Booleans.class
$Booleans.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$Booleans extends java.lang.Object { private void <init> () public static java.util.Comparator trueFirst () public static java.util.Comparator falseFirst () public static int hashCode (boolean) boolean value public static int compare (boolean, boolean) boolean a boolean b public static boolean contains (boolean[], boolean) boolean value boolean[] array boolean target public static int indexOf (boolean[], boolean) boolean[] array boolean target private static int indexOf (boolean[], boolean, int, int) int i boolean[] array boolean target int start int end public static int indexOf (boolean[], boolean[]) int j int i boolean[] array boolean[] target public static int lastIndexOf (boolean[], boolean) boolean[] array boolean target private static int lastIndexOf (boolean[], boolean, int, int) int i boolean[] array boolean target int start int end public static transient boolean[] concat (boolean[][]) boolean[] array boolean[] array boolean[][] arrays int length boolean[] result int pos public static boolean[] ensureCapacity (boolean[], int, int) boolean[] array int minLength int padding public static transient java.lang.String join (java.lang.String, boolean[]) int i String separator boolean[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static boolean[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len boolean[] array public static transient java.util.List asList (boolean[]) boolean[] backingArray public static transient int countTrue (boolean[]) boolean value boolean[] values int count public static void reverse (boolean[]) boolean[] array public static void reverse (boolean[], int, int) boolean tmp int i int j boolean[] array int fromIndex int toIndex static synthetic int access$000 (boolean[], boolean, int, int) boolean[] x0 boolean x1 int x2 int x3 static synthetic int access$100 (boolean[], boolean, int, int) boolean[] x0 boolean x1 int x2 int x3 }
autovalue/shaded/com/google$/common/primitives/$Chars$CharArrayAsList.class
$Chars.java package autovalue.shaded.com.google$.common.primitives autovalue.shaded.com.google$.common.primitives.$Chars$CharArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final char[] array final int start final int end private static final long serialVersionUID void <init> (char[]) char[] array void <init> (char[], int, int) char[] array int start int end public int size () public boolean isEmpty () public java.lang.Character get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Character set (int, java.lang.Character) int index Character element char oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i autovalue.shaded.com.google$.common.primitives.$Chars$CharArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder char[] toCharArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
autovalue/shaded/com/google$/common/primitives/$Chars$LexicographicalComparator.class
$Chars.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$Chars$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$Chars$LexicographicalComparator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.primitives.$Chars$LexicographicalComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$Chars$LexicographicalComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$Chars$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (char[], char[]) int result int i char[] left char[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$Chars$LexicographicalComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$Chars.class
$Chars.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$Chars extends java.lang.Object { public static final int BYTES private void <init> () public static int hashCode (char) char value public static char checkedCast (long) long value char result public static char saturatedCast (long) long value public static int compare (char, char) char a char b public static boolean contains (char[], char) char value char[] array char target public static int indexOf (char[], char) char[] array char target private static int indexOf (char[], char, int, int) int i char[] array char target int start int end public static int indexOf (char[], char[]) int j int i char[] array char[] target public static int lastIndexOf (char[], char) char[] array char target private static int lastIndexOf (char[], char, int, int) int i char[] array char target int start int end public static transient char min (char[]) int i char[] array char min public static transient char max (char[]) int i char[] array char max public static char constrainToRange (char, char, char) char value char min char max public static transient char[] concat (char[][]) char[] array char[] array char[][] arrays int length char[] result int pos public static byte[] toByteArray (char) char value public static char fromByteArray (byte[]) byte[] bytes public static char fromBytes (byte, byte) byte b1 byte b2 public static char[] ensureCapacity (char[], int, int) char[] array int minLength int padding public static transient java.lang.String join (java.lang.String, char[]) int i String separator char[] array int len StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static char[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len char[] array public static void sortDescending (char[]) char[] array public static void sortDescending (char[], int, int) char[] array int fromIndex int toIndex public static void reverse (char[]) char[] array public static void reverse (char[], int, int) char tmp int i int j char[] array int fromIndex int toIndex public static transient java.util.List asList (char[]) char[] backingArray static synthetic int access$000 (char[], char, int, int) char[] x0 char x1 int x2 int x3 static synthetic int access$100 (char[], char, int, int) char[] x0 char x1 int x2 int x3 }
autovalue/shaded/com/google$/common/primitives/$Ints$IntArrayAsList.class
$Ints.java package autovalue.shaded.com.google$.common.primitives autovalue.shaded.com.google$.common.primitives.$Ints$IntArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final int[] array final int start final int end private static final long serialVersionUID void <init> (int[]) int[] array void <init> (int[], int, int) int[] array int start int end public int size () public boolean isEmpty () public java.lang.Integer get (int) int index public java.util.Spliterator$OfInt spliterator () public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Integer set (int, java.lang.Integer) int index Integer element int oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i autovalue.shaded.com.google$.common.primitives.$Ints$IntArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder int[] toIntArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) public volatile synthetic java.util.Spliterator spliterator () }
autovalue/shaded/com/google$/common/primitives/$Ints$IntConverter.class
$Ints.java package autovalue.shaded.com.google$.common.primitives final autovalue.shaded.com.google$.common.primitives.$Ints$IntConverter extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { static final autovalue.shaded.com.google$.common.primitives.$Ints$IntConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Integer doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Integer) Integer value public java.lang.String toString () private java.lang.Object readResolve () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$Ints$LexicographicalComparator.class
$Ints.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$Ints$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$Ints$LexicographicalComparator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.primitives.$Ints$LexicographicalComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$Ints$LexicographicalComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$Ints$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (int[], int[]) int result int i int[] left int[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$Ints$LexicographicalComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$Ints.class
$Ints.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$Ints extends autovalue.shaded.com.google$.common.primitives.$IntsMethodsForWeb { public static final int BYTES public static final int MAX_POWER_OF_TWO private void <init> () public static int hashCode (int) int value public static int checkedCast (long) long value int result public static int saturatedCast (long) long value public static int compare (int, int) int a int b public static boolean contains (int[], int) int value int[] array int target public static int indexOf (int[], int) int[] array int target private static int indexOf (int[], int, int, int) int i int[] array int target int start int end public static int indexOf (int[], int[]) int j int i int[] array int[] target public static int lastIndexOf (int[], int) int[] array int target private static int lastIndexOf (int[], int, int, int) int i int[] array int target int start int end public static transient int min (int[]) int i int[] array int min public static transient int max (int[]) int i int[] array int max public static int constrainToRange (int, int, int) int value int min int max public static transient int[] concat (int[][]) int[] array int[] array int[][] arrays int length int[] result int pos public static byte[] toByteArray (int) int value public static int fromByteArray (byte[]) byte[] bytes public static int fromBytes (byte, byte, byte, byte) byte b1 byte b2 byte b3 byte b4 public static autovalue.shaded.com.google$.common.base.$Converter stringConverter () public static int[] ensureCapacity (int[], int, int) int[] array int minLength int padding public static transient java.lang.String join (java.lang.String, int[]) int i String separator int[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (int[]) int[] array public static void sortDescending (int[], int, int) int[] array int fromIndex int toIndex public static void reverse (int[]) int[] array public static void reverse (int[], int, int) int tmp int i int j int[] array int fromIndex int toIndex public static int[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len int[] array public static transient java.util.List asList (int[]) int[] backingArray public static java.lang.Integer tryParse (java.lang.String) String string public static java.lang.Integer tryParse (java.lang.String, int) String string int radix Long result static synthetic int access$000 (int[], int, int, int) int[] x0 int x1 int x2 int x3 static synthetic int access$100 (int[], int, int, int) int[] x0 int x1 int x2 int x3 }
autovalue/shaded/com/google$/common/primitives/$IntsMethodsForWeb.class
$IntsMethodsForWeb.java package autovalue.shaded.com.google$.common.primitives abstract autovalue.shaded.com.google$.common.primitives.$IntsMethodsForWeb extends java.lang.Object { void <init> () }
autovalue/shaded/com/google$/common/primitives/$Longs$AsciiDigits.class
$Longs.java package autovalue.shaded.com.google$.common.primitives final autovalue.shaded.com.google$.common.primitives.$Longs$AsciiDigits extends java.lang.Object { private static final byte[] asciiDigits private void <init> () static int digit (char) char c static void <clinit> () int i int i byte[] result }
autovalue/shaded/com/google$/common/primitives/$Longs$LexicographicalComparator.class
$Longs.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$Longs$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$Longs$LexicographicalComparator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.primitives.$Longs$LexicographicalComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$Longs$LexicographicalComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$Longs$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (long[], long[]) int result int i long[] left long[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$Longs$LexicographicalComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$Longs$LongArrayAsList.class
$Longs.java package autovalue.shaded.com.google$.common.primitives autovalue.shaded.com.google$.common.primitives.$Longs$LongArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final long[] array final int start final int end private static final long serialVersionUID void <init> (long[]) long[] array void <init> (long[], int, int) long[] array int start int end public int size () public boolean isEmpty () public java.lang.Long get (int) int index public java.util.Spliterator$OfLong spliterator () public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Long set (int, java.lang.Long) int index Long element long oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i autovalue.shaded.com.google$.common.primitives.$Longs$LongArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder long[] toLongArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) public volatile synthetic java.util.Spliterator spliterator () }
autovalue/shaded/com/google$/common/primitives/$Longs$LongConverter.class
$Longs.java package autovalue.shaded.com.google$.common.primitives final autovalue.shaded.com.google$.common.primitives.$Longs$LongConverter extends autovalue.shaded.com.google$.common.base.$Converter implements java.io.Serializable { static final autovalue.shaded.com.google$.common.primitives.$Longs$LongConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Long doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Long) Long value public java.lang.String toString () private java.lang.Object readResolve () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$Longs.class
$Longs.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$Longs extends java.lang.Object { public static final int BYTES public static final long MAX_POWER_OF_TWO private void <init> () public static int hashCode (long) long value public static int compare (long, long) long a long b public static boolean contains (long[], long) long value long[] array long target public static int indexOf (long[], long) long[] array long target private static int indexOf (long[], long, int, int) int i long[] array long target int start int end public static int indexOf (long[], long[]) int j int i long[] array long[] target public static int lastIndexOf (long[], long) long[] array long target private static int lastIndexOf (long[], long, int, int) int i long[] array long target int start int end public static transient long min (long[]) int i long[] array long min public static transient long max (long[]) int i long[] array long max public static long constrainToRange (long, long, long) long value long min long max public static transient long[] concat (long[][]) long[] array long[] array long[][] arrays int length long[] result int pos public static byte[] toByteArray (long) int i long value byte[] result public static long fromByteArray (byte[]) byte[] bytes public static long fromBytes (byte, byte, byte, byte, byte, byte, byte, byte) byte b1 byte b2 byte b3 byte b4 byte b5 byte b6 byte b7 byte b8 public static java.lang.Long tryParse (java.lang.String) String string public static java.lang.Long tryParse (java.lang.String, int) String string int radix boolean negative int index int digit long accum long cap public static autovalue.shaded.com.google$.common.base.$Converter stringConverter () public static long[] ensureCapacity (long[], int, int) long[] array int minLength int padding public static transient java.lang.String join (java.lang.String, long[]) int i String separator long[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (long[]) long[] array public static void sortDescending (long[], int, int) long[] array int fromIndex int toIndex public static void reverse (long[]) long[] array public static void reverse (long[], int, int) long tmp int i int j long[] array int fromIndex int toIndex public static long[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len long[] array public static transient java.util.List asList (long[]) long[] backingArray static synthetic int access$000 (long[], long, int, int) long[] x0 long x1 int x2 int x3 static synthetic int access$100 (long[], long, int, int) long[] x0 long x1 int x2 int x3 }
autovalue/shaded/com/google$/common/primitives/$ParseRequest.class
$ParseRequest.java package autovalue.shaded.com.google$.common.primitives final autovalue.shaded.com.google$.common.primitives.$ParseRequest extends java.lang.Object { final String rawValue final int radix private void <init> (java.lang.String, int) String rawValue int radix static autovalue.shaded.com.google$.common.primitives.$ParseRequest fromString (java.lang.String) String rawValue int radix String rawValue int radix String rawValue int radix String stringValue String rawValue int radix char firstChar }
autovalue/shaded/com/google$/common/primitives/$Primitives.class
$Primitives.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$Primitives extends java.lang.Object { private static final java.util.Map PRIMITIVE_TO_WRAPPER_TYPE private static final java.util.Map WRAPPER_TO_PRIMITIVE_TYPE private void <init> () private static void add (java.util.Map, java.util.Map, java.lang.Class, java.lang.Class) java.util.Map forward java.util.Map backward Class key Class value public static java.util.Set allPrimitiveTypes () public static java.util.Set allWrapperTypes () public static boolean isWrapperType (java.lang.Class) Class type public static java.lang.Class wrap (java.lang.Class) Class type Class wrapped public static java.lang.Class unwrap (java.lang.Class) Class type Class unwrapped static void <clinit> () java.util.Map primToWrap java.util.Map wrapToPrim }
autovalue/shaded/com/google$/common/primitives/$UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator.class
$UnsignedBytes.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (byte[], byte[]) int result int i byte[] left byte[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1.class
$UnsignedBytes.java package autovalue.shaded.com.google$.common.primitives autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
autovalue/shaded/com/google$/common/primitives/$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator.class
$UnsignedBytes.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator INSTANCE static final boolean BIG_ENDIAN static final sun.misc.Unsafe theUnsafe static final int BYTE_ARRAY_BASE_OFFSET private static final synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static sun.misc.Unsafe getUnsafe () java.security.PrivilegedActionException e public int compare (byte[], byte[]) int n long lw long rw int result byte[] left byte[] right int stride int minLength int strideLimit int i public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$UnsignedBytes$LexicographicalComparatorHolder.class
$UnsignedBytes.java package autovalue.shaded.com.google$.common.primitives autovalue.shaded.com.google$.common.primitives.$UnsignedBytes$LexicographicalComparatorHolder extends java.lang.Object { static final String UNSAFE_COMPARATOR_NAME static final java.util.Comparator BEST_COMPARATOR void <init> () static java.util.Comparator getBestComparator () Class theClass java.util.Comparator comparator Throwable t static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$UnsignedBytes.class
$UnsignedBytes.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$UnsignedBytes extends java.lang.Object { public static final byte MAX_POWER_OF_TWO public static final byte MAX_VALUE private static final int UNSIGNED_MASK private void <init> () public static int toInt (byte) byte value public static byte checkedCast (long) long value public static byte saturatedCast (long) long value public static int compare (byte, byte) byte a byte b public static transient byte min (byte[]) int next int i byte[] array int min public static transient byte max (byte[]) int next int i byte[] array int max public static java.lang.String toString (byte) byte x public static java.lang.String toString (byte, int) byte x int radix public static byte parseUnsignedByte (java.lang.String) String string public static byte parseUnsignedByte (java.lang.String, int) String string int radix int parse public static transient java.lang.String join (java.lang.String, byte[]) int i String separator byte[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () static java.util.Comparator lexicographicalComparatorJavaImpl () private static byte flip (byte) byte b public static void sort (byte[]) byte[] array public static void sort (byte[], int, int) int i int i byte[] array int fromIndex int toIndex public static void sortDescending (byte[]) byte[] array public static void sortDescending (byte[], int, int) int i int i byte[] array int fromIndex int toIndex }
autovalue/shaded/com/google$/common/primitives/$UnsignedInts$LexicographicalComparator.class
$UnsignedInts.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$UnsignedInts$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$UnsignedInts$LexicographicalComparator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedInts$LexicographicalComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$UnsignedInts$LexicographicalComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$UnsignedInts$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (int[], int[]) int i int[] left int[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedInts$LexicographicalComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$UnsignedInts.class
$UnsignedInts.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$UnsignedInts extends java.lang.Object { static final long INT_MASK private void <init> () static int flip (int) int value public static int compare (int, int) int a int b public static long toLong (int) int value public static int checkedCast (long) long value public static int saturatedCast (long) long value public static transient int min (int[]) int next int i int[] array int min public static transient int max (int[]) int next int i int[] array int max public static transient java.lang.String join (java.lang.String, int[]) int i String separator int[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sort (int[]) int[] array public static void sort (int[], int, int) int i int i int[] array int fromIndex int toIndex public static void sortDescending (int[]) int[] array public static void sortDescending (int[], int, int) int i int i int[] array int fromIndex int toIndex public static int divide (int, int) int dividend int divisor public static int remainder (int, int) int dividend int divisor public static int decode (java.lang.String) NumberFormatException decodeException NumberFormatException e String stringValue autovalue.shaded.com.google$.common.primitives.$ParseRequest request public static int parseUnsignedInt (java.lang.String) String s public static int parseUnsignedInt (java.lang.String, int) String string int radix long result public static java.lang.String toString (int) int x public static java.lang.String toString (int, int) int x int radix long asLong }
autovalue/shaded/com/google$/common/primitives/$UnsignedLongs$LexicographicalComparator.class
$UnsignedLongs.java package autovalue.shaded.com.google$.common.primitives final enum autovalue.shaded.com.google$.common.primitives.$UnsignedLongs$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum autovalue.shaded.com.google$.common.primitives.$UnsignedLongs$LexicographicalComparator INSTANCE private static final synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedLongs$LexicographicalComparator[] $VALUES public static autovalue.shaded.com.google$.common.primitives.$UnsignedLongs$LexicographicalComparator[] values () public static autovalue.shaded.com.google$.common.primitives.$UnsignedLongs$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (long[], long[]) int i long[] left long[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic autovalue.shaded.com.google$.common.primitives.$UnsignedLongs$LexicographicalComparator[] $values () static void <clinit> () }
autovalue/shaded/com/google$/common/primitives/$UnsignedLongs$ParseOverflowDetection.class
$UnsignedLongs.java package autovalue.shaded.com.google$.common.primitives final autovalue.shaded.com.google$.common.primitives.$UnsignedLongs$ParseOverflowDetection extends java.lang.Object { static final long[] maxValueDivs static final int[] maxValueMods static final int[] maxSafeDigits private void <init> () static boolean overflowInParse (long, int, int) long current int digit int radix static void <clinit> () int i java.math.BigInteger overflow }
autovalue/shaded/com/google$/common/primitives/$UnsignedLongs.class
$UnsignedLongs.java package autovalue.shaded.com.google$.common.primitives public final autovalue.shaded.com.google$.common.primitives.$UnsignedLongs extends java.lang.Object { public static final long MAX_VALUE private void <init> () private static long flip (long) long a public static int compare (long, long) long a long b public static transient long min (long[]) long next int i long[] array long min public static transient long max (long[]) long next int i long[] array long max public static transient java.lang.String join (java.lang.String, long[]) int i String separator long[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sort (long[]) long[] array public static void sort (long[], int, int) int i int i long[] array int fromIndex int toIndex public static void sortDescending (long[]) long[] array public static void sortDescending (long[], int, int) int i int i long[] array int fromIndex int toIndex public static long divide (long, long) long dividend long divisor long quotient long rem public static long remainder (long, long) long dividend long divisor long quotient long rem public static long parseUnsignedLong (java.lang.String) String string public static long parseUnsignedLong (java.lang.String, int) int digit int pos String string int radix int maxSafePos long value public static long decode (java.lang.String) NumberFormatException decodeException NumberFormatException e String stringValue autovalue.shaded.com.google$.common.primitives.$ParseRequest request public static java.lang.String toString (long) long x public static java.lang.String toString (long, int) int shift int mask long quotient long quotient long rem char[] buf int i long x int radix }
autovalue/shaded/com/google$/common/reflect/
autovalue/shaded/com/google$/common/reflect/$Reflection.class
$Reflection.java package autovalue.shaded.com.google$.common.reflect public final autovalue.shaded.com.google$.common.reflect.$Reflection extends java.lang.Object { public static java.lang.String getPackageName (java.lang.Class) Class clazz public static java.lang.String getPackageName (java.lang.String) String classFullName int lastDot public static transient void initialize (java.lang.Class[]) ClassNotFoundException e Class clazz Class[] classes public static java.lang.Object newProxy (java.lang.Class, java.lang.reflect.InvocationHandler) Class interfaceType java.lang.reflect.InvocationHandler handler Object object private void <init> () }
META-INF/maven/com.google.guava/failureaccess/
META-INF/maven/com.google.guava/failureaccess/pom.properties
META-INF/maven/com.google.guava/failureaccess/pom.xml
META-INF/maven/com.google.guava/listenablefuture/
META-INF/maven/com.google.guava/listenablefuture/pom.xml
META-INF/maven/com.google.guava/listenablefuture/pom.properties
META-INF/LICENSE.txt
autovalue/shaded/org/
autovalue/shaded/org/checkerframework$/
autovalue/shaded/org/checkerframework$/checker/
autovalue/shaded/org/checkerframework$/checker/nullness/
autovalue/shaded/org/checkerframework$/checker/nullness/qual/
autovalue/shaded/org/checkerframework$/checker/nullness/qual/$MonotonicNonNull.class
$MonotonicNonNull.java package autovalue.shaded.org.checkerframework$.checker.nullness.qual public abstract annotation autovalue.shaded.org.checkerframework$.checker.nullness.qual.$MonotonicNonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/org/checkerframework$/checker/nullness/qual/$NonNull.class
$NonNull.java package autovalue.shaded.org.checkerframework$.checker.nullness.qual public abstract annotation autovalue.shaded.org.checkerframework$.checker.nullness.qual.$NonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/org/checkerframework$/checker/nullness/qual/$Nullable.class
$Nullable.java package autovalue.shaded.org.checkerframework$.checker.nullness.qual public abstract annotation autovalue.shaded.org.checkerframework$.checker.nullness.qual.$Nullable extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/org/checkerframework$/framework/
autovalue/shaded/org/checkerframework$/framework/qual/
autovalue/shaded/org/checkerframework$/framework/qual/$DefaultFor.class
$DefaultFor.java package autovalue.shaded.org.checkerframework$.framework.qual public abstract annotation autovalue.shaded.org.checkerframework$.framework.qual.$DefaultFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation[] value () public abstract autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind[] typeKinds () public abstract java.lang.Class[] types () }
autovalue/shaded/org/checkerframework$/framework/qual/$DefaultQualifierInHierarchy.class
$DefaultQualifierInHierarchy.java package autovalue.shaded.org.checkerframework$.framework.qual public abstract annotation autovalue.shaded.org.checkerframework$.framework.qual.$DefaultQualifierInHierarchy extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/org/checkerframework$/framework/qual/$LiteralKind.class
$LiteralKind.java package autovalue.shaded.org.checkerframework$.framework.qual public final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind extends java.lang.Enum { public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind NULL public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind INT public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind LONG public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind FLOAT public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind DOUBLE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind BOOLEAN public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind CHAR public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind STRING public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind ALL public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind PRIMITIVE private static final synthetic autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind[] $VALUES public static autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind[] values () public static autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static java.util.List allLiteralKinds () java.util.List list public static java.util.List primitiveLiteralKinds () static void <clinit> () }
autovalue/shaded/org/checkerframework$/framework/qual/$MonotonicQualifier.class
$MonotonicQualifier.java package autovalue.shaded.org.checkerframework$.framework.qual public abstract annotation autovalue.shaded.org.checkerframework$.framework.qual.$MonotonicQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
autovalue/shaded/org/checkerframework$/framework/qual/$QualifierForLiterals.class
$QualifierForLiterals.java package autovalue.shaded.org.checkerframework$.framework.qual public abstract annotation autovalue.shaded.org.checkerframework$.framework.qual.$QualifierForLiterals extends java.lang.Object implements java.lang.annotation.Annotation { public abstract autovalue.shaded.org.checkerframework$.framework.qual.$LiteralKind[] value () public abstract java.lang.String[] stringPatterns () }
autovalue/shaded/org/checkerframework$/framework/qual/$SubtypeOf.class
$SubtypeOf.java package autovalue.shaded.org.checkerframework$.framework.qual public abstract annotation autovalue.shaded.org.checkerframework$.framework.qual.$SubtypeOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
autovalue/shaded/org/checkerframework$/framework/qual/$TypeKind.class
$TypeKind.java package autovalue.shaded.org.checkerframework$.framework.qual public final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind extends java.lang.Enum { public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind BOOLEAN public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind BYTE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind SHORT public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind INT public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind LONG public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind CHAR public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind FLOAT public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind DOUBLE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind VOID public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind NONE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind NULL public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind ARRAY public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind DECLARED public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind ERROR public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind TYPEVAR public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind WILDCARD public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind PACKAGE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind EXECUTABLE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind OTHER public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind UNION public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind INTERSECTION private static final synthetic autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind[] $VALUES public static autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind[] values () public static autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
autovalue/shaded/org/checkerframework$/framework/qual/$TypeUseLocation.class
$TypeUseLocation.java package autovalue.shaded.org.checkerframework$.framework.qual public final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation extends java.lang.Enum { public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation FIELD public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation LOCAL_VARIABLE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation RESOURCE_VARIABLE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation EXCEPTION_PARAMETER public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation RECEIVER public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation PARAMETER public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation RETURN public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation CONSTRUCTOR_RESULT public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation LOWER_BOUND public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation EXPLICIT_LOWER_BOUND public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation IMPLICIT_LOWER_BOUND public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation UPPER_BOUND public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation EXPLICIT_UPPER_BOUND public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation IMPLICIT_UPPER_BOUND public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation OTHERWISE public static final enum autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation ALL private static final synthetic autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation[] $VALUES public static autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation[] values () public static autovalue.shaded.org.checkerframework$.framework.qual.$TypeUseLocation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
autovalue/shaded/org/checkerframework$/framework/qual/$UpperBoundFor.class
$UpperBoundFor.java package autovalue.shaded.org.checkerframework$.framework.qual public abstract annotation autovalue.shaded.org.checkerframework$.framework.qual.$UpperBoundFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract autovalue.shaded.org.checkerframework$.framework.qual.$TypeKind[] typeKinds () public abstract java.lang.Class[] types () }
autovalue/shaded/com/google$/j2objc/
autovalue/shaded/com/google$/j2objc/annotations/
autovalue/shaded/com/google$/j2objc/annotations/$RetainedWith.class
$RetainedWith.java package autovalue.shaded.com.google$.j2objc.annotations public abstract annotation autovalue.shaded.com.google$.j2objc.annotations.$RetainedWith extends java.lang.Object implements java.lang.annotation.Annotation { }
autovalue/shaded/com/google$/j2objc/annotations/$Weak.class
$Weak.java package autovalue.shaded.com.google$.j2objc.annotations public abstract annotation autovalue.shaded.com.google$.j2objc.annotations.$Weak extends java.lang.Object implements java.lang.annotation.Annotation { }
META-INF/maven/com.google.j2objc/
META-INF/maven/com.google.j2objc/j2objc-annotations/
META-INF/maven/com.google.j2objc/j2objc-annotations/pom.xml
META-INF/maven/com.google.j2objc/j2objc-annotations/pom.properties
autovalue/shaded/com/squareup/
autovalue/shaded/com/squareup/javapoet$/
autovalue/shaded/com/squareup/javapoet$/$FieldSpec.class
$FieldSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$FieldSpec extends java.lang.Object { public final autovalue.shaded.com.squareup.javapoet$.$TypeName type public final String name public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock javadoc public final java.util.List annotations public final java.util.Set modifiers public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock initializer private void <init> (autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder builder public boolean hasModifier (javax.lang.model.element.Modifier) javax.lang.model.element.Modifier modifier void emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, java.util.Set) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter java.util.Set implicitModifiers public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter java.io.IOException e StringBuilder out public static transient autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder builder (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String, javax.lang.model.element.Modifier[]) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name javax.lang.model.element.Modifier[] modifiers public static transient autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder builder (java.lang.reflect.Type, java.lang.String, javax.lang.model.element.Modifier[]) java.lang.reflect.Type type String name javax.lang.model.element.Modifier[] modifiers public autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder toBuilder () autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder builder synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$FieldSpec$1) autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$FieldSpec$1 x1 }
autovalue/shaded/com/squareup/javapoet$/$LineWrapper.class
$LineWrapper.java package autovalue.shaded.com.squareup.javapoet$ final autovalue.shaded.com.squareup.javapoet$.$LineWrapper extends java.lang.Object { private final autovalue.shaded.com.squareup.javapoet$.$LineWrapper$RecordingAppendable out private final String indent private final int columnLimit private boolean closed private final StringBuilder buffer private int column private int indentLevel private autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType nextFlush void <init> (java.lang.Appendable, java.lang.String, int) Appendable out String indent int columnLimit char lastChar () void append (java.lang.String) throws java.io.IOException int nextNewline boolean wrap String s int lastNewline void wrappingSpace (int) throws java.io.IOException int indentLevel void zeroWidthSpace (int) throws java.io.IOException int indentLevel void close () throws java.io.IOException private void flush (autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType) throws java.io.IOException int i autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType flushType }
autovalue/shaded/com/squareup/javapoet$/$ParameterSpec.class
$ParameterSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$ParameterSpec extends java.lang.Object { public final String name public final java.util.List annotations public final java.util.Set modifiers public final autovalue.shaded.com.squareup.javapoet$.$TypeName type public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock javadoc private void <init> (autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder builder public boolean hasModifier (javax.lang.model.element.Modifier) javax.lang.model.element.Modifier modifier void emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, boolean) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter boolean varargs public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter java.io.IOException e StringBuilder out public static autovalue.shaded.com.squareup.javapoet$.$ParameterSpec get (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement element autovalue.shaded.com.squareup.javapoet$.$TypeName type String name static java.util.List parametersOf (javax.lang.model.element.ExecutableElement) javax.lang.model.element.VariableElement parameter javax.lang.model.element.ExecutableElement method java.util.List result private static boolean isValidParameterName (java.lang.String) String name public static transient autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder builder (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String, javax.lang.model.element.Modifier[]) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name javax.lang.model.element.Modifier[] modifiers public static transient autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder builder (java.lang.reflect.Type, java.lang.String, javax.lang.model.element.Modifier[]) java.lang.reflect.Type type String name javax.lang.model.element.Modifier[] modifiers public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder toBuilder () autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder toBuilder (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder builder synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$1) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$1 x1 }
autovalue/shaded/com/squareup/javapoet$/$MethodSpec$Builder.class
$MethodSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder extends java.lang.Object { private String name private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder javadoc private autovalue.shaded.com.squareup.javapoet$.$TypeName returnType private final java.util.Set exceptions private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder code private boolean varargs private autovalue.shaded.com.squareup.javapoet$.$CodeBlock defaultValue public final java.util.List typeVariables public final java.util.List annotations public final java.util.List modifiers public final java.util.List parameters private void <init> (java.lang.String) String name public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder setName (java.lang.String) String name public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addJavadoc (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addJavadoc (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock block public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addAnnotations (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec Iterable annotationSpecs public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName annotation public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addAnnotation (java.lang.Class) Class annotation public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addModifiers (javax.lang.model.element.Modifier[]) javax.lang.model.element.Modifier[] modifiers public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addModifiers (java.lang.Iterable) javax.lang.model.element.Modifier modifier Iterable modifiers public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addTypeVariables (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariable Iterable typeVariables public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addTypeVariable (autovalue.shaded.com.squareup.javapoet$.$TypeVariableName) autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariable public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder returns (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName returnType public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder returns (java.lang.reflect.Type) java.lang.reflect.Type returnType public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addParameters (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec parameterSpec Iterable parameterSpecs public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addParameter (autovalue.shaded.com.squareup.javapoet$.$ParameterSpec) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec parameterSpec public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addParameter (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String, javax.lang.model.element.Modifier[]) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name javax.lang.model.element.Modifier[] modifiers public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addParameter (java.lang.reflect.Type, java.lang.String, javax.lang.model.element.Modifier[]) java.lang.reflect.Type type String name javax.lang.model.element.Modifier[] modifiers public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder varargs () public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder varargs (boolean) boolean varargs public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addExceptions (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$TypeName exception Iterable exceptions public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addException (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName exception public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addException (java.lang.reflect.Type) java.lang.reflect.Type exception public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addCode (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addNamedCode (java.lang.String, java.util.Map) String format java.util.Map args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addCode (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addComment (java.lang.String, java.lang.Object[]) String format Object[] args public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder defaultValue (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder defaultValue (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder beginControlFlow (java.lang.String, java.lang.Object[]) String controlFlow Object[] args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder beginControlFlow (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder nextControlFlow (java.lang.String, java.lang.Object[]) String controlFlow Object[] args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder nextControlFlow (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder endControlFlow () public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder endControlFlow (java.lang.String, java.lang.Object[]) String controlFlow Object[] args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder endControlFlow (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public transient autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addStatement (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder addStatement (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public autovalue.shaded.com.squareup.javapoet$.$MethodSpec build () static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$000 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 static synthetic java.lang.String access$100 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 static synthetic boolean access$200 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$300 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$400 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 static synthetic java.util.Set access$500 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock access$600 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 synthetic void <init> (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$MethodSpec$1) String x0 autovalue.shaded.com.squareup.javapoet$.$MethodSpec$1 x1 static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$402 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$TypeName x1 static synthetic boolean access$202 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder, boolean) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 boolean x1 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock access$602 (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$CodeBlock x1 }
autovalue/shaded/com/squareup/javapoet$/$LineWrapper$RecordingAppendable.class
$LineWrapper.java package autovalue.shaded.com.squareup.javapoet$ final autovalue.shaded.com.squareup.javapoet$.$LineWrapper$RecordingAppendable extends java.lang.Object implements java.lang.Appendable { private final Appendable delegate char lastChar void <init> (java.lang.Appendable) Appendable delegate public java.lang.Appendable append (java.lang.CharSequence) throws java.io.IOException CharSequence csq int length public java.lang.Appendable append (java.lang.CharSequence, int, int) throws java.io.IOException CharSequence csq int start int end CharSequence sub public java.lang.Appendable append (char) throws java.io.IOException char c }
autovalue/shaded/com/squareup/javapoet$/$WildcardTypeName.class
$WildcardTypeName.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$WildcardTypeName extends autovalue.shaded.com.squareup.javapoet$.$TypeName { public final java.util.List upperBounds public final java.util.List lowerBounds private void <init> (java.util.List, java.util.List) java.util.List upperBounds java.util.List lowerBounds private void <init> (java.util.List, java.util.List, java.util.List) autovalue.shaded.com.squareup.javapoet$.$TypeName upperBound autovalue.shaded.com.squareup.javapoet$.$TypeName lowerBound java.util.List upperBounds java.util.List lowerBounds java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$WildcardTypeName annotated (java.util.List) java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$TypeName withoutAnnotations () autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter out public static autovalue.shaded.com.squareup.javapoet$.$WildcardTypeName subtypeOf (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName upperBound public static autovalue.shaded.com.squareup.javapoet$.$WildcardTypeName subtypeOf (java.lang.reflect.Type) java.lang.reflect.Type upperBound public static autovalue.shaded.com.squareup.javapoet$.$WildcardTypeName supertypeOf (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName lowerBound public static autovalue.shaded.com.squareup.javapoet$.$WildcardTypeName supertypeOf (java.lang.reflect.Type) java.lang.reflect.Type lowerBound public static autovalue.shaded.com.squareup.javapoet$.$TypeName get (javax.lang.model.type.WildcardType) javax.lang.model.type.WildcardType mirror static autovalue.shaded.com.squareup.javapoet$.$TypeName get (javax.lang.model.type.WildcardType, java.util.Map) javax.lang.model.type.TypeMirror superBound javax.lang.model.type.WildcardType mirror java.util.Map typeVariables javax.lang.model.type.TypeMirror extendsBound public static autovalue.shaded.com.squareup.javapoet$.$TypeName get (java.lang.reflect.WildcardType) java.lang.reflect.WildcardType wildcardName static autovalue.shaded.com.squareup.javapoet$.$TypeName get (java.lang.reflect.WildcardType, java.util.Map) java.lang.reflect.WildcardType wildcardName java.util.Map map public volatile synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName annotated (java.util.List) }
autovalue/shaded/com/squareup/javapoet$/$LineWrapper$1.class
$LineWrapper.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$LineWrapper$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$squareup$javapoet$LineWrapper$FlushType static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$TypeSpec.class
$TypeSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$TypeSpec extends java.lang.Object { public final autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind kind public final String name public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock anonymousTypeArguments public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock javadoc public final java.util.List annotations public final java.util.Set modifiers public final java.util.List typeVariables public final autovalue.shaded.com.squareup.javapoet$.$TypeName superclass public final java.util.List superinterfaces public final java.util.Map enumConstants public final java.util.List fieldSpecs public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock staticBlock public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock initializerBlock public final java.util.List methodSpecs public final java.util.List typeSpecs final java.util.Set nestedTypesSimpleNames public final java.util.List originatingElements public final java.util.Set alwaysQualifiedNames static final synthetic boolean $assertionsDisabled private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder builder java.util.List originatingElementsMutable private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeSpec) autovalue.shaded.com.squareup.javapoet$.$TypeSpec type public boolean hasModifier (javax.lang.model.element.Modifier) javax.lang.model.element.Modifier modifier public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder classBuilder (java.lang.String) String name public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder classBuilder (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName className public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder interfaceBuilder (java.lang.String) String name public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder interfaceBuilder (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName className public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder enumBuilder (java.lang.String) String name public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder enumBuilder (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName className public static transient autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder anonymousClassBuilder (java.lang.String, java.lang.Object[]) String typeArgumentsFormat Object[] args public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder anonymousClassBuilder (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock typeArguments public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder annotationBuilder (java.lang.String) String name public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder annotationBuilder (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName className public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder toBuilder () autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder builder void emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, java.lang.String, java.util.Set) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$TypeName supertype java.util.List extendsTypes java.util.List implementsTypes autovalue.shaded.com.squareup.javapoet$.$TypeName type boolean firstType autovalue.shaded.com.squareup.javapoet$.$TypeName type boolean firstType java.util.List extendsTypes java.util.List implementsTypes java.util.Map$Entry enumConstant java.util.Iterator i autovalue.shaded.com.squareup.javapoet$.$FieldSpec fieldSpec autovalue.shaded.com.squareup.javapoet$.$FieldSpec fieldSpec autovalue.shaded.com.squareup.javapoet$.$MethodSpec methodSpec autovalue.shaded.com.squareup.javapoet$.$MethodSpec methodSpec autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec boolean firstMember autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter String enumName java.util.Set implicitModifiers int previousStatementLine public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter java.io.IOException e StringBuilder out synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$TypeSpec$1) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$TypeSpec$1 x1 static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$TypeSpec$Kind.class
$TypeSpec.java package autovalue.shaded.com.squareup.javapoet$ public final enum autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind extends java.lang.Enum { public static final enum autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind CLASS public static final enum autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind INTERFACE public static final enum autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind ENUM public static final enum autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind ANNOTATION private final java.util.Set implicitFieldModifiers private final java.util.Set implicitMethodModifiers private final java.util.Set implicitTypeModifiers private final java.util.Set asMemberModifiers private static final synthetic autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind[] $VALUES public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind[] values () public static autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.util.Set, java.util.Set, java.util.Set, java.util.Set) java.util.Set implicitFieldModifiers java.util.Set implicitMethodModifiers java.util.Set implicitTypeModifiers java.util.Set asMemberModifiers static synthetic java.util.Set access$800 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind x0 static synthetic java.util.Set access$900 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind x0 static synthetic java.util.Set access$1000 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind x0 static synthetic java.util.Set access$1100 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind x0 static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$TypeSpec$Builder.class
$TypeSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder extends java.lang.Object { private final autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind kind private final String name private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock anonymousTypeArguments private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder javadoc private autovalue.shaded.com.squareup.javapoet$.$TypeName superclass private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder staticBlock private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder initializerBlock public final java.util.Map enumConstants public final java.util.List annotations public final java.util.List modifiers public final java.util.List typeVariables public final java.util.List superinterfaces public final java.util.List fieldSpecs public final java.util.List methodSpecs public final java.util.List typeSpecs public final java.util.List originatingElements public final java.util.Set alwaysQualifiedNames private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind, java.lang.String, autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind kind String name autovalue.shaded.com.squareup.javapoet$.$CodeBlock anonymousTypeArguments public transient autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addJavadoc (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addJavadoc (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock block public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addAnnotations (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec Iterable annotationSpecs public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName annotation public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addAnnotation (java.lang.Class) Class annotation public transient autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addModifiers (javax.lang.model.element.Modifier[]) javax.lang.model.element.Modifier[] modifiers public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addTypeVariables (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariable Iterable typeVariables public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addTypeVariable (autovalue.shaded.com.squareup.javapoet$.$TypeVariableName) autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariable public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder superclass (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName superclass public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder superclass (java.lang.reflect.Type) java.lang.reflect.Type superclass public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder superclass (java.lang.reflect.Type, boolean) Class clazz java.lang.reflect.Type superclass boolean avoidNestedTypeNameClashes public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder superclass (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror superclass public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder superclass (javax.lang.model.type.TypeMirror, boolean) javax.lang.model.element.TypeElement superInterfaceElement javax.lang.model.type.TypeMirror superclass boolean avoidNestedTypeNameClashes public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addSuperinterfaces (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$TypeName superinterface Iterable superinterfaces public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addSuperinterface (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName superinterface public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addSuperinterface (java.lang.reflect.Type) java.lang.reflect.Type superinterface public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addSuperinterface (java.lang.reflect.Type, boolean) Class clazz java.lang.reflect.Type superinterface boolean avoidNestedTypeNameClashes private java.lang.Class getRawType (java.lang.reflect.Type) java.lang.reflect.Type type public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addSuperinterface (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror superinterface public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addSuperinterface (javax.lang.model.type.TypeMirror, boolean) javax.lang.model.element.TypeElement superInterfaceElement javax.lang.model.type.TypeMirror superinterface boolean avoidNestedTypeNameClashes public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addEnumConstant (java.lang.String) String name public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addEnumConstant (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$TypeSpec) String name autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addFields (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$FieldSpec fieldSpec Iterable fieldSpecs public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addField (autovalue.shaded.com.squareup.javapoet$.$FieldSpec) autovalue.shaded.com.squareup.javapoet$.$FieldSpec fieldSpec public transient autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addField (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String, javax.lang.model.element.Modifier[]) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name javax.lang.model.element.Modifier[] modifiers public transient autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addField (java.lang.reflect.Type, java.lang.String, javax.lang.model.element.Modifier[]) java.lang.reflect.Type type String name javax.lang.model.element.Modifier[] modifiers public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addStaticBlock (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock block public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addInitializerBlock (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock block public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addMethods (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$MethodSpec methodSpec Iterable methodSpecs public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addMethod (autovalue.shaded.com.squareup.javapoet$.$MethodSpec) autovalue.shaded.com.squareup.javapoet$.$MethodSpec methodSpec public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addTypes (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec Iterable typeSpecs public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addType (autovalue.shaded.com.squareup.javapoet$.$TypeSpec) autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder addOriginatingElement (javax.lang.model.element.Element) javax.lang.model.element.Element originatingElement public transient autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder alwaysQualify (java.lang.String[]) String name String[] simpleNames public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder avoidClashesWithNestedClasses (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement nestedType javax.lang.model.element.TypeElement superclassElement javax.lang.model.element.TypeElement superinterfaceElement javax.lang.model.type.TypeMirror superinterface javax.lang.model.element.TypeElement typeElement javax.lang.model.type.TypeMirror superclass public autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder avoidClashesWithNestedClasses (java.lang.Class) Class nestedType Class superinterface Class clazz Class superclass public autovalue.shaded.com.squareup.javapoet$.$TypeSpec build () autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec javax.lang.model.element.Modifier modifier autovalue.shaded.com.squareup.javapoet$.$TypeName superinterface autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariableName java.util.Map$Entry enumConstant java.util.Set check autovalue.shaded.com.squareup.javapoet$.$FieldSpec fieldSpec autovalue.shaded.com.squareup.javapoet$.$MethodSpec methodSpec autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec autovalue.shaded.com.squareup.javapoet$.$MethodSpec methodSpec boolean isAbstract boolean superclassIsObject int interestingSupertypeCount static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind access$000 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 static synthetic java.lang.String access$100 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock access$200 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$300 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$400 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$500 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$600 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind, java.lang.String, autovalue.shaded.com.squareup.javapoet$.$CodeBlock, autovalue.shaded.com.squareup.javapoet$.$TypeSpec$1) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Kind x0 String x1 autovalue.shaded.com.squareup.javapoet$.$CodeBlock x2 autovalue.shaded.com.squareup.javapoet$.$TypeSpec$1 x3 static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$402 (autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$TypeName x1 }
autovalue/shaded/com/squareup/javapoet$/$CodeBlock$Builder.class
$CodeBlock.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder extends java.lang.Object { final java.util.List formatParts final java.util.List args private void <init> () public boolean isEmpty () public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder addNamed (java.lang.String, java.util.Map) String argument int endIndex String argumentName char formatChar int nextP java.util.regex.Matcher matcher int colon String format java.util.Map arguments int p public transient autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder add (java.lang.String, java.lang.Object[]) int nextP int index int indexStart char c int indexEnd int index int p int i java.util.List unused String s String format Object[] args boolean hasRelative boolean hasIndexed int relativeParameterCount int[] indexedParameterCount private boolean isNoArgPlaceholder (char) char c private void addArgument (java.lang.String, char, java.lang.Object) String format char c Object arg private java.lang.String argToName (java.lang.Object) Object o private java.lang.Object argToLiteral (java.lang.Object) Object o private java.lang.String argToString (java.lang.Object) Object o private autovalue.shaded.com.squareup.javapoet$.$TypeName argToType (java.lang.Object) Object o public transient autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder beginControlFlow (java.lang.String, java.lang.Object[]) String controlFlow Object[] args public transient autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder nextControlFlow (java.lang.String, java.lang.Object[]) String controlFlow Object[] args public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder endControlFlow () public transient autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder endControlFlow (java.lang.String, java.lang.Object[]) String controlFlow Object[] args public transient autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder addStatement (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder addStatement (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder add (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder indent () public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder unindent () public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder clear () public autovalue.shaded.com.squareup.javapoet$.$CodeBlock build () synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$CodeBlock$1) autovalue.shaded.com.squareup.javapoet$.$CodeBlock$1 x0 }
autovalue/shaded/com/squareup/javapoet$/$ParameterizedTypeName.class
$ParameterizedTypeName.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName extends autovalue.shaded.com.squareup.javapoet$.$TypeName { private final autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName enclosingType public final autovalue.shaded.com.squareup.javapoet$.$ClassName rawType public final java.util.List typeArguments void <init> (autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName, autovalue.shaded.com.squareup.javapoet$.$ClassName, java.util.List) autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName enclosingType autovalue.shaded.com.squareup.javapoet$.$ClassName rawType java.util.List typeArguments private void <init> (autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName, autovalue.shaded.com.squareup.javapoet$.$ClassName, java.util.List, java.util.List) autovalue.shaded.com.squareup.javapoet$.$TypeName typeArgument autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName enclosingType autovalue.shaded.com.squareup.javapoet$.$ClassName rawType java.util.List typeArguments java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName annotated (java.util.List) java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$TypeName withoutAnnotations () autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$TypeName parameter boolean firstParameter autovalue.shaded.com.squareup.javapoet$.$CodeWriter out public autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName nestedClass (java.lang.String) String name public autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName nestedClass (java.lang.String, java.util.List) String name java.util.List typeArguments public static transient autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName get (autovalue.shaded.com.squareup.javapoet$.$ClassName, autovalue.shaded.com.squareup.javapoet$.$TypeName[]) autovalue.shaded.com.squareup.javapoet$.$ClassName rawType autovalue.shaded.com.squareup.javapoet$.$TypeName[] typeArguments public static transient autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName get (java.lang.Class, java.lang.reflect.Type[]) Class rawType java.lang.reflect.Type[] typeArguments public static autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName get (java.lang.reflect.ParameterizedType) java.lang.reflect.ParameterizedType type static autovalue.shaded.com.squareup.javapoet$.$ParameterizedTypeName get (java.lang.reflect.ParameterizedType, java.util.Map) java.lang.reflect.ParameterizedType type java.util.Map map autovalue.shaded.com.squareup.javapoet$.$ClassName rawType java.lang.reflect.ParameterizedType ownerType java.util.List typeArguments public volatile synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName annotated (java.util.List) }
autovalue/shaded/com/squareup/javapoet$/$TypeVariableName.class
$TypeVariableName.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$TypeVariableName extends autovalue.shaded.com.squareup.javapoet$.$TypeName { public final String name public final java.util.List bounds private void <init> (java.lang.String, java.util.List) String name java.util.List bounds private void <init> (java.lang.String, java.util.List, java.util.List) autovalue.shaded.com.squareup.javapoet$.$TypeName bound String name java.util.List bounds java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$TypeVariableName annotated (java.util.List) java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$TypeName withoutAnnotations () public transient autovalue.shaded.com.squareup.javapoet$.$TypeVariableName withBounds (java.lang.reflect.Type[]) java.lang.reflect.Type[] bounds public transient autovalue.shaded.com.squareup.javapoet$.$TypeVariableName withBounds (autovalue.shaded.com.squareup.javapoet$.$TypeName[]) autovalue.shaded.com.squareup.javapoet$.$TypeName[] bounds public autovalue.shaded.com.squareup.javapoet$.$TypeVariableName withBounds (java.util.List) java.util.List bounds java.util.ArrayList newBounds private static autovalue.shaded.com.squareup.javapoet$.$TypeVariableName of (java.lang.String, java.util.List) String name java.util.List bounds java.util.List boundsNoObject autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter out public static autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (java.lang.String) String name public static transient autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$TypeName[]) String name autovalue.shaded.com.squareup.javapoet$.$TypeName[] bounds public static transient autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (java.lang.String, java.lang.reflect.Type[]) String name java.lang.reflect.Type[] bounds public static autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (javax.lang.model.type.TypeVariable) javax.lang.model.type.TypeVariable mirror static autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (javax.lang.model.type.TypeVariable, java.util.Map) javax.lang.model.type.TypeMirror typeMirror java.util.List bounds java.util.List visibleBounds javax.lang.model.type.TypeVariable mirror java.util.Map typeVariables javax.lang.model.element.TypeParameterElement element autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariableName public static autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (javax.lang.model.element.TypeParameterElement) javax.lang.model.type.TypeMirror typeMirror javax.lang.model.element.TypeParameterElement element String name java.util.List boundsMirrors java.util.List boundsTypeNames public static autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable type static autovalue.shaded.com.squareup.javapoet$.$TypeVariableName get (java.lang.reflect.TypeVariable, java.util.Map) java.lang.reflect.Type bound java.util.List bounds java.util.List visibleBounds java.lang.reflect.TypeVariable type java.util.Map map autovalue.shaded.com.squareup.javapoet$.$TypeVariableName result public volatile synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName annotated (java.util.List) }
autovalue/shaded/com/squareup/javapoet$/$JavaFile.class
$JavaFile.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$JavaFile extends java.lang.Object { private static final Appendable NULL_APPENDABLE public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock fileComment public final String packageName public final autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec public final boolean skipJavaLangImports private final java.util.Set staticImports private final java.util.Set alwaysQualify private final String indent private void <init> (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder builder java.util.Set alwaysQualifiedNames private void fillAlwaysQualifiedNames (autovalue.shaded.com.squareup.javapoet$.$TypeSpec, java.util.Set) autovalue.shaded.com.squareup.javapoet$.$TypeSpec nested autovalue.shaded.com.squareup.javapoet$.$TypeSpec spec java.util.Set alwaysQualifiedNames public void writeTo (java.lang.Appendable) throws java.io.IOException Appendable out autovalue.shaded.com.squareup.javapoet$.$CodeWriter importsCollector java.util.Map suggestedImports autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter public void writeTo (java.nio.file.Path) throws java.io.IOException java.nio.file.Path directory public void writeTo (java.nio.file.Path, java.nio.charset.Charset) throws java.io.IOException java.nio.file.Path directory java.nio.charset.Charset charset public java.nio.file.Path writeToPath (java.nio.file.Path) throws java.io.IOException java.nio.file.Path directory public java.nio.file.Path writeToPath (java.nio.file.Path, java.nio.charset.Charset) throws java.io.IOException String packageComponent java.io.Writer writer java.nio.file.Path directory java.nio.charset.Charset charset java.nio.file.Path outputDirectory java.nio.file.Path outputPath public void writeTo (java.io.File) throws java.io.IOException java.io.File directory public java.io.File writeToFile (java.io.File) throws java.io.IOException java.io.File directory java.nio.file.Path outputPath public void writeTo (javax.annotation.processing.Filer) throws java.io.IOException java.io.Writer writer Exception e javax.annotation.processing.Filer filer String fileName java.util.List originatingElements javax.tools.JavaFileObject filerSourceFile private void emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException String signature autovalue.shaded.com.squareup.javapoet$.$ClassName className autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter int importedTypesCount public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () StringBuilder result java.io.IOException e public javax.tools.JavaFileObject toJavaFileObject () java.net.URI uri public static autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder builder (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$TypeSpec) String packageName autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec public autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder toBuilder () autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder builder private static synthetic void $closeResource (java.lang.Throwable, java.lang.AutoCloseable) Throwable x0 AutoCloseable x1 synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder, autovalue.shaded.com.squareup.javapoet$.$JavaFile$1) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 autovalue.shaded.com.squareup.javapoet$.$JavaFile$1 x1 static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$ClassName$1.class
$ClassName.java package autovalue.shaded.com.squareup.javapoet$ autovalue.shaded.com.squareup.javapoet$.$ClassName$1 extends javax.lang.model.util.SimpleElementVisitor8 { final synthetic String val$simpleName final synthetic javax.lang.model.element.TypeElement val$element void <init> (java.lang.String, javax.lang.model.element.TypeElement) public autovalue.shaded.com.squareup.javapoet$.$ClassName visitPackage (javax.lang.model.element.PackageElement, java.lang.Void) javax.lang.model.element.PackageElement packageElement Void p public autovalue.shaded.com.squareup.javapoet$.$ClassName visitType (javax.lang.model.element.TypeElement, java.lang.Void) javax.lang.model.element.TypeElement enclosingClass Void p public autovalue.shaded.com.squareup.javapoet$.$ClassName visitUnknown (javax.lang.model.element.Element, java.lang.Void) javax.lang.model.element.Element unknown Void p public autovalue.shaded.com.squareup.javapoet$.$ClassName defaultAction (javax.lang.model.element.Element, java.lang.Void) javax.lang.model.element.Element enclosingElement Void p public volatile synthetic java.lang.Object visitType (javax.lang.model.element.TypeElement, java.lang.Object) public volatile synthetic java.lang.Object visitPackage (javax.lang.model.element.PackageElement, java.lang.Object) public volatile synthetic java.lang.Object defaultAction (javax.lang.model.element.Element, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.element.Element, java.lang.Object) }
autovalue/shaded/com/squareup/javapoet$/$TypeName$1.class
$TypeName.java package autovalue.shaded.com.squareup.javapoet$ autovalue.shaded.com.squareup.javapoet$.$TypeName$1 extends javax.lang.model.util.SimpleTypeVisitor8 { final synthetic java.util.Map val$typeVariables void <init> (java.util.Map) public autovalue.shaded.com.squareup.javapoet$.$TypeName visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType t Void p public autovalue.shaded.com.squareup.javapoet$.$TypeName visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.TypeMirror mirror javax.lang.model.type.DeclaredType t Void p autovalue.shaded.com.squareup.javapoet$.$ClassName rawType javax.lang.model.type.TypeMirror enclosingType autovalue.shaded.com.squareup.javapoet$.$TypeName enclosing java.util.List typeArgumentNames public autovalue.shaded.com.squareup.javapoet$.$TypeName visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType t Void p public autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public autovalue.shaded.com.squareup.javapoet$.$TypeName visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void p public autovalue.shaded.com.squareup.javapoet$.$TypeName visitWildcard (javax.lang.model.type.WildcardType, java.lang.Void) javax.lang.model.type.WildcardType t Void p public autovalue.shaded.com.squareup.javapoet$.$TypeName visitNoType (javax.lang.model.type.NoType, java.lang.Void) javax.lang.model.type.NoType t Void p protected autovalue.shaded.com.squareup.javapoet$.$TypeName defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror e Void p public volatile synthetic java.lang.Object visitNoType (javax.lang.model.type.NoType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
autovalue/shaded/com/squareup/javapoet$/$FieldSpec$Builder.class
$FieldSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder extends java.lang.Object { private final autovalue.shaded.com.squareup.javapoet$.$TypeName type private final String name private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder javadoc private autovalue.shaded.com.squareup.javapoet$.$CodeBlock initializer public final java.util.List annotations public final java.util.List modifiers private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name public transient autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder addJavadoc (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder addJavadoc (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock block public autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder addAnnotations (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec Iterable annotationSpecs public autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec public autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName annotation public autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder addAnnotation (java.lang.Class) Class annotation public transient autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder addModifiers (javax.lang.model.element.Modifier[]) javax.lang.model.element.Modifier[] modifiers public transient autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder initializer (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder initializer (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public autovalue.shaded.com.squareup.javapoet$.$FieldSpec build () static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$000 (autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder x0 static synthetic java.lang.String access$100 (autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$200 (autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock access$300 (autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder x0 synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String, autovalue.shaded.com.squareup.javapoet$.$FieldSpec$1) autovalue.shaded.com.squareup.javapoet$.$TypeName x0 String x1 autovalue.shaded.com.squareup.javapoet$.$FieldSpec$1 x2 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock access$302 (autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$FieldSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$CodeBlock x1 }
autovalue/shaded/com/squareup/javapoet$/$CodeWriter$1.class
$CodeWriter.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$CodeWriter$1 extends java.lang.Object { }
autovalue/shaded/com/squareup/javapoet$/$ParameterSpec$1.class
$ParameterSpec.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$1 extends java.lang.Object { }
autovalue/shaded/com/squareup/javapoet$/$JavaFile$2.class
$JavaFile.java package autovalue.shaded.com.squareup.javapoet$ autovalue.shaded.com.squareup.javapoet$.$JavaFile$2 extends javax.tools.SimpleJavaFileObject { private final long lastModified final synthetic autovalue.shaded.com.squareup.javapoet$.$JavaFile this$0 void <init> (autovalue.shaded.com.squareup.javapoet$.$JavaFile, java.net.URI, javax.tools.JavaFileObject$Kind) autovalue.shaded.com.squareup.javapoet$.$JavaFile this$0 java.net.URI arg0 javax.tools.JavaFileObject$Kind arg1 public java.lang.String getCharContent (boolean) boolean ignoreEncodingErrors public java.io.InputStream openInputStream () throws java.io.IOException public long getLastModified () public volatile synthetic java.lang.CharSequence getCharContent (boolean) throws java.io.IOException }
autovalue/shaded/com/squareup/javapoet$/$AnnotationSpec.class
$AnnotationSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec extends java.lang.Object { public final autovalue.shaded.com.squareup.javapoet$.$TypeName type public final java.util.Map members private void <init> (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder void emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, boolean) throws java.io.IOException java.util.Map$Entry entry java.util.Iterator i autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter boolean inline String whitespace String memberSeparator private void emitAnnotationValues (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, java.lang.String, java.lang.String, java.util.List) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter String whitespace String memberSeparator java.util.List values boolean first public static autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec get (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public static autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec get (java.lang.annotation.Annotation, boolean) int i Object value java.lang.reflect.Method method java.lang.reflect.Method[] methods Exception e java.lang.annotation.Annotation annotation boolean includeDefaultValues autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder public static autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec get (javax.lang.model.element.AnnotationMirror) String name javax.lang.model.element.AnnotationValue value javax.lang.model.element.ExecutableElement executableElement javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.TypeElement element autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Visitor visitor public static autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName type public static autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder (java.lang.Class) Class type public autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder toBuilder () java.util.Map$Entry entry autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter java.io.IOException e StringBuilder out synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$1) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$1 x1 }
autovalue/shaded/com/squareup/javapoet$/$CodeWriter$Multiset.class
$CodeWriter.java package autovalue.shaded.com.squareup.javapoet$ final autovalue.shaded.com.squareup.javapoet$.$CodeWriter$Multiset extends java.lang.Object { private final java.util.Map map private void <init> () void add (java.lang.Object) Object t int count void remove (java.lang.Object) Object t int count boolean contains (java.lang.Object) Object t synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$CodeWriter$1) autovalue.shaded.com.squareup.javapoet$.$CodeWriter$1 x0 }
autovalue/shaded/com/squareup/javapoet$/$AnnotationSpec$Visitor.class
$AnnotationSpec.java package autovalue.shaded.com.squareup.javapoet$ autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder void <init> (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder builder protected autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder defaultAction (java.lang.Object, java.lang.String) Object o String name public autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.String) javax.lang.model.element.AnnotationMirror a String name public autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.String) javax.lang.model.element.VariableElement c String name public autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder visitType (javax.lang.model.type.TypeMirror, java.lang.String) javax.lang.model.type.TypeMirror t String name public autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder visitArray (java.util.List, java.lang.String) javax.lang.model.element.AnnotationValue value java.util.List values String name public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
autovalue/shaded/com/squareup/javapoet$/$ParameterSpec$Builder.class
$ParameterSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder extends java.lang.Object { private final autovalue.shaded.com.squareup.javapoet$.$TypeName type private final String name private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder javadoc public final java.util.List annotations public final java.util.List modifiers private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String) autovalue.shaded.com.squareup.javapoet$.$TypeName type String name public transient autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addJavadoc (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addJavadoc (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock block public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addAnnotations (java.lang.Iterable) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec Iterable annotationSpecs public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addAnnotation (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName annotation public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addAnnotation (java.lang.Class) Class annotation public transient autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addModifiers (javax.lang.model.element.Modifier[]) javax.lang.model.element.Modifier[] modifiers public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder addModifiers (java.lang.Iterable) javax.lang.model.element.Modifier modifier Iterable modifiers public autovalue.shaded.com.squareup.javapoet$.$ParameterSpec build () static synthetic java.lang.String access$000 (autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$100 (autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$200 (autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$Builder x0 synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.lang.String, autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$1) autovalue.shaded.com.squareup.javapoet$.$TypeName x0 String x1 autovalue.shaded.com.squareup.javapoet$.$ParameterSpec$1 x2 }
autovalue/shaded/com/squareup/javapoet$/$CodeWriter.class
$CodeWriter.java package autovalue.shaded.com.squareup.javapoet$ final autovalue.shaded.com.squareup.javapoet$.$CodeWriter extends java.lang.Object { private static final String NO_PACKAGE private final String indent private final autovalue.shaded.com.squareup.javapoet$.$LineWrapper out private int indentLevel private boolean javadoc private boolean comment private String packageName private final java.util.List typeSpecStack private final java.util.Set staticImportClassNames private final java.util.Set staticImports private final java.util.Set alwaysQualify private final java.util.Map importedTypes private final java.util.Map importableTypes private final java.util.Set referencedNames private final autovalue.shaded.com.squareup.javapoet$.$CodeWriter$Multiset currentTypeVariables private boolean trailingNewline int statementLine void <init> (java.lang.Appendable) Appendable out void <init> (java.lang.Appendable, java.lang.String, java.util.Set, java.util.Set) Appendable out String indent java.util.Set staticImports java.util.Set alwaysQualify void <init> (java.lang.Appendable, java.lang.String, java.util.Map, java.util.Set, java.util.Set) String signature Appendable out String indent java.util.Map importedTypes java.util.Set staticImports java.util.Set alwaysQualify public java.util.Map importedTypes () public autovalue.shaded.com.squareup.javapoet$.$CodeWriter indent () public autovalue.shaded.com.squareup.javapoet$.$CodeWriter indent (int) int levels public autovalue.shaded.com.squareup.javapoet$.$CodeWriter unindent () public autovalue.shaded.com.squareup.javapoet$.$CodeWriter unindent (int) int levels public autovalue.shaded.com.squareup.javapoet$.$CodeWriter pushPackage (java.lang.String) String packageName public autovalue.shaded.com.squareup.javapoet$.$CodeWriter popPackage () public autovalue.shaded.com.squareup.javapoet$.$CodeWriter pushType (autovalue.shaded.com.squareup.javapoet$.$TypeSpec) autovalue.shaded.com.squareup.javapoet$.$TypeSpec type public autovalue.shaded.com.squareup.javapoet$.$CodeWriter popType () public void emitComment (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public void emitJavadoc (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeBlock javadocCodeBlock public void emitAnnotations (java.util.List, boolean) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec java.util.List annotations boolean inline public void emitModifiers (java.util.Set, java.util.Set) throws java.io.IOException javax.lang.model.element.Modifier modifier java.util.Set modifiers java.util.Set implicitModifiers public void emitModifiers (java.util.Set) throws java.io.IOException java.util.Set modifiers public void emitTypeVariables (java.util.List) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$TypeName bound boolean firstBound autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariable java.util.List typeVariables boolean firstTypeVariable public void popTypeVariables (java.util.List) throws java.io.IOException java.util.List typeVariables public autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (java.lang.String) throws java.io.IOException String s public transient autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (java.lang.String, java.lang.Object[]) throws java.io.IOException String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock public autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeBlock, boolean) throws java.io.IOException String string autovalue.shaded.com.squareup.javapoet$.$ClassName candidate autovalue.shaded.com.squareup.javapoet$.$TypeName typeName String part autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock boolean ensureTrailingNewline int a autovalue.shaded.com.squareup.javapoet$.$ClassName deferredTypeName java.util.ListIterator partIterator public autovalue.shaded.com.squareup.javapoet$.$CodeWriter emitWrappingSpace () throws java.io.IOException private static java.lang.String extractMemberName (java.lang.String) int i String part private boolean emitStaticImportMember (java.lang.String, java.lang.String) throws java.io.IOException String canonical String part String partWithoutLeadingDot char first String explicit String wildcard private void emitLiteral (java.lang.Object) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotationSpec autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock Object o java.lang.String lookupName (autovalue.shaded.com.squareup.javapoet$.$ClassName) int suffixOffset autovalue.shaded.com.squareup.javapoet$.$ClassName resolved autovalue.shaded.com.squareup.javapoet$.$ClassName c autovalue.shaded.com.squareup.javapoet$.$ClassName className String topLevelSimpleName boolean nameResolved private void importableType (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName className autovalue.shaded.com.squareup.javapoet$.$ClassName topLevelClassName String simpleName autovalue.shaded.com.squareup.javapoet$.$ClassName replaced private autovalue.shaded.com.squareup.javapoet$.$ClassName resolve (java.lang.String) autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec int i String simpleName autovalue.shaded.com.squareup.javapoet$.$ClassName importedType private autovalue.shaded.com.squareup.javapoet$.$ClassName stackClassName (int, java.lang.String) int i int stackDepth String simpleName autovalue.shaded.com.squareup.javapoet$.$ClassName className autovalue.shaded.com.squareup.javapoet$.$CodeWriter emitAndIndent (java.lang.String) throws java.io.IOException String line String s boolean first private void emitIndentation () throws java.io.IOException int j java.util.Map suggestedImports () java.util.Map result private synthetic void lambda$popTypeVariables$1 (autovalue.shaded.com.squareup.javapoet$.$TypeVariableName) autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariable private synthetic void lambda$emitTypeVariables$0 (autovalue.shaded.com.squareup.javapoet$.$TypeVariableName) autovalue.shaded.com.squareup.javapoet$.$TypeVariableName typeVariable static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$MethodSpec.class
$MethodSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$MethodSpec extends java.lang.Object { static final String CONSTRUCTOR public final String name public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock javadoc public final java.util.List annotations public final java.util.Set modifiers public final java.util.List typeVariables public final autovalue.shaded.com.squareup.javapoet$.$TypeName returnType public final java.util.List parameters public final boolean varargs public final java.util.List exceptions public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock code public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock defaultValue private void <init> (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder builder autovalue.shaded.com.squareup.javapoet$.$CodeBlock code private boolean lastParameterIsArray (java.util.List) java.util.List parameters void emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, java.lang.String, java.util.Set) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$ParameterSpec parameter java.util.Iterator i autovalue.shaded.com.squareup.javapoet$.$TypeName exception boolean firstException autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter String enclosingName java.util.Set implicitModifiers boolean firstParameter private autovalue.shaded.com.squareup.javapoet$.$CodeBlock javadocWithParameters () autovalue.shaded.com.squareup.javapoet$.$ParameterSpec parameterSpec autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder boolean emitTagNewline public boolean hasModifier (javax.lang.model.element.Modifier) javax.lang.model.element.Modifier modifier public boolean isConstructor () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter java.io.IOException e StringBuilder out public static autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder methodBuilder (java.lang.String) String name public static autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder constructorBuilder () public static autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder overriding (javax.lang.model.element.ExecutableElement) javax.lang.model.type.TypeVariable var javax.lang.model.element.TypeParameterElement typeParameterElement javax.lang.model.type.TypeMirror thrownType javax.lang.model.element.ExecutableElement method javax.lang.model.element.Element enclosingClass java.util.Set modifiers String methodName autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder methodBuilder public static autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder overriding (javax.lang.model.element.ExecutableElement, javax.lang.model.type.DeclaredType, javax.lang.model.util.Types) autovalue.shaded.com.squareup.javapoet$.$ParameterSpec parameter autovalue.shaded.com.squareup.javapoet$.$TypeName type int i int size int i int size javax.lang.model.element.ExecutableElement method javax.lang.model.type.DeclaredType enclosing javax.lang.model.util.Types types javax.lang.model.type.ExecutableType executableType java.util.List resolvedParameterTypes java.util.List resolvedThrownTypes javax.lang.model.type.TypeMirror resolvedReturnType autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder builder public autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder toBuilder () autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder builder synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder, autovalue.shaded.com.squareup.javapoet$.$MethodSpec$1) autovalue.shaded.com.squareup.javapoet$.$MethodSpec$Builder x0 autovalue.shaded.com.squareup.javapoet$.$MethodSpec$1 x1 }
autovalue/shaded/com/squareup/javapoet$/$AnnotationSpec$1.class
$AnnotationSpec.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$1 extends java.lang.Object { }
autovalue/shaded/com/squareup/javapoet$/$MethodSpec$1.class
$MethodSpec.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$MethodSpec$1 extends java.lang.Object { }
autovalue/shaded/com/squareup/javapoet$/$ClassName.class
$ClassName.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$ClassName extends autovalue.shaded.com.squareup.javapoet$.$TypeName implements java.lang.Comparable { public static final autovalue.shaded.com.squareup.javapoet$.$ClassName OBJECT private static final String NO_PACKAGE final String packageName final autovalue.shaded.com.squareup.javapoet$.$ClassName enclosingClassName final String simpleName private java.util.List simpleNames final String canonicalName private void <init> (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$ClassName, java.lang.String) String packageName autovalue.shaded.com.squareup.javapoet$.$ClassName enclosingClassName String simpleName private void <init> (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$ClassName, java.lang.String, java.util.List) String packageName autovalue.shaded.com.squareup.javapoet$.$ClassName enclosingClassName String simpleName java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$ClassName annotated (java.util.List) java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$ClassName withoutAnnotations () autovalue.shaded.com.squareup.javapoet$.$ClassName resultEnclosingClassName public boolean isAnnotated () public java.lang.String packageName () public autovalue.shaded.com.squareup.javapoet$.$ClassName enclosingClassName () public autovalue.shaded.com.squareup.javapoet$.$ClassName topLevelClassName () public java.lang.String reflectionName () public java.util.List simpleNames () java.util.List mutableNames public autovalue.shaded.com.squareup.javapoet$.$ClassName peerClass (java.lang.String) String name public autovalue.shaded.com.squareup.javapoet$.$ClassName nestedClass (java.lang.String) String name public java.lang.String simpleName () public java.lang.String canonicalName () public static autovalue.shaded.com.squareup.javapoet$.$ClassName get (java.lang.Class) int lastDollar int lastDot String packageName Class clazz String anonymousSuffix String name public static autovalue.shaded.com.squareup.javapoet$.$ClassName bestGuess (java.lang.String) String simpleName String classNameString int p String packageName autovalue.shaded.com.squareup.javapoet$.$ClassName className public static transient autovalue.shaded.com.squareup.javapoet$.$ClassName get (java.lang.String, java.lang.String, java.lang.String[]) String name String packageName String simpleName String[] simpleNames autovalue.shaded.com.squareup.javapoet$.$ClassName className public static autovalue.shaded.com.squareup.javapoet$.$ClassName get (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement element String simpleName public int compareTo (autovalue.shaded.com.squareup.javapoet$.$ClassName) autovalue.shaded.com.squareup.javapoet$.$ClassName o autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException String simpleName String simpleName String qualifiedName int dot String simpleName autovalue.shaded.com.squareup.javapoet$.$ClassName className autovalue.shaded.com.squareup.javapoet$.$CodeWriter out boolean charsEmitted private java.util.List enclosingClasses () autovalue.shaded.com.squareup.javapoet$.$ClassName c java.util.List result public volatile synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName withoutAnnotations () public volatile synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName annotated (java.util.List) public volatile synthetic int compareTo (java.lang.Object) synthetic void <init> (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$ClassName, java.lang.String, autovalue.shaded.com.squareup.javapoet$.$ClassName$1) String x0 autovalue.shaded.com.squareup.javapoet$.$ClassName x1 String x2 autovalue.shaded.com.squareup.javapoet$.$ClassName$1 x3 static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$JavaFile$1.class
$JavaFile.java package autovalue.shaded.com.squareup.javapoet$ autovalue.shaded.com.squareup.javapoet$.$JavaFile$1 extends java.lang.Object implements java.lang.Appendable { void <init> () public java.lang.Appendable append (java.lang.CharSequence) CharSequence charSequence public java.lang.Appendable append (java.lang.CharSequence, int, int) CharSequence charSequence int start int end public java.lang.Appendable append (char) char c }
autovalue/shaded/com/squareup/javapoet$/$CodeBlock$1.class
$CodeBlock.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$1 extends java.lang.Object { }
META-INF/maven/com.squareup/
META-INF/maven/com.squareup/javapoet/
META-INF/maven/com.squareup/javapoet/pom.xml
autovalue/shaded/com/squareup/javapoet$/$LineWrapper$FlushType.class
$LineWrapper.java package autovalue.shaded.com.squareup.javapoet$ final enum autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType extends java.lang.Enum { public static final enum autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType WRAP public static final enum autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType SPACE public static final enum autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType EMPTY private static final synthetic autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType[] $VALUES public static autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType[] values () public static autovalue.shaded.com.squareup.javapoet$.$LineWrapper$FlushType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$ArrayTypeName.class
$ArrayTypeName.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName extends autovalue.shaded.com.squareup.javapoet$.$TypeName { public final autovalue.shaded.com.squareup.javapoet$.$TypeName componentType private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName componentType private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName, java.util.List) autovalue.shaded.com.squareup.javapoet$.$TypeName componentType java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName annotated (java.util.List) java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$TypeName withoutAnnotations () autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter out autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, boolean) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter out boolean varargs private autovalue.shaded.com.squareup.javapoet$.$CodeWriter emitLeafType (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter out private autovalue.shaded.com.squareup.javapoet$.$CodeWriter emitBrackets (autovalue.shaded.com.squareup.javapoet$.$CodeWriter, boolean) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter out boolean varargs public static autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName of (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName componentType public static autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName of (java.lang.reflect.Type) java.lang.reflect.Type componentType public static autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName get (javax.lang.model.type.ArrayType) javax.lang.model.type.ArrayType mirror static autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName get (javax.lang.model.type.ArrayType, java.util.Map) javax.lang.model.type.ArrayType mirror java.util.Map typeVariables public static autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName get (java.lang.reflect.GenericArrayType) java.lang.reflect.GenericArrayType type static autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName get (java.lang.reflect.GenericArrayType, java.util.Map) java.lang.reflect.GenericArrayType type java.util.Map map public volatile synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName annotated (java.util.List) }
autovalue/shaded/com/squareup/javapoet$/$CodeBlock.class
$CodeBlock.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$CodeBlock extends java.lang.Object { private static final java.util.regex.Pattern NAMED_ARGUMENT private static final java.util.regex.Pattern LOWERCASE final java.util.List formatParts final java.util.List args private void <init> (autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder) autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder public boolean isEmpty () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () java.io.IOException e StringBuilder out public static transient autovalue.shaded.com.squareup.javapoet$.$CodeBlock of (java.lang.String, java.lang.Object[]) String format Object[] args public static autovalue.shaded.com.squareup.javapoet$.$CodeBlock join (java.lang.Iterable, java.lang.String) Iterable codeBlocks String separator public static java.util.stream.Collector joining (java.lang.String) String separator public static java.util.stream.Collector joining (java.lang.String, java.lang.String, java.lang.String) String separator String prefix String suffix autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder public static autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder () public autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder toBuilder () autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder private static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock lambda$joining$2 (autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder, java.lang.String, autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner) autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder String suffix autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner joiner private static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner lambda$joining$1 (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder) String separator autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder private static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner lambda$joining$0 (java.lang.String) String separator static synthetic java.util.regex.Pattern access$100 () static synthetic java.util.regex.Pattern access$200 () synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder, autovalue.shaded.com.squareup.javapoet$.$CodeBlock$1) autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder x0 autovalue.shaded.com.squareup.javapoet$.$CodeBlock$1 x1 static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$Util.class
$Util.java package autovalue.shaded.com.squareup.javapoet$ final autovalue.shaded.com.squareup.javapoet$.$Util extends java.lang.Object { private void <init> () static java.util.Map immutableMultimap (java.util.Map) java.util.Map$Entry entry java.util.Map multimap java.util.LinkedHashMap result static java.util.Map immutableMap (java.util.Map) java.util.Map map static transient void checkArgument (boolean, java.lang.String, java.lang.Object[]) boolean condition String format Object[] args static transient java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object[]) Object reference String format Object[] args static transient void checkState (boolean, java.lang.String, java.lang.Object[]) boolean condition String format Object[] args static java.util.List immutableList (java.util.Collection) java.util.Collection collection static java.util.Set immutableSet (java.util.Collection) java.util.Collection set static java.util.Set union (java.util.Set, java.util.Set) java.util.Set a java.util.Set b java.util.Set result static transient void requireExactlyOneOf (java.util.Set, javax.lang.model.element.Modifier[]) javax.lang.model.element.Modifier modifier java.util.Set modifiers javax.lang.model.element.Modifier[] mutuallyExclusive int count static java.lang.String characterLiteralWithoutSingleQuotes (char) char c static java.lang.String stringLiteralWithDoubleQuotes (java.lang.String, java.lang.String) char c int i String value String indent StringBuilder result }
autovalue/shaded/com/squareup/javapoet$/$TypeName.class
$TypeName.java package autovalue.shaded.com.squareup.javapoet$ public autovalue.shaded.com.squareup.javapoet$.$TypeName extends java.lang.Object { public static final autovalue.shaded.com.squareup.javapoet$.$TypeName VOID public static final autovalue.shaded.com.squareup.javapoet$.$TypeName BOOLEAN public static final autovalue.shaded.com.squareup.javapoet$.$TypeName BYTE public static final autovalue.shaded.com.squareup.javapoet$.$TypeName SHORT public static final autovalue.shaded.com.squareup.javapoet$.$TypeName INT public static final autovalue.shaded.com.squareup.javapoet$.$TypeName LONG public static final autovalue.shaded.com.squareup.javapoet$.$TypeName CHAR public static final autovalue.shaded.com.squareup.javapoet$.$TypeName FLOAT public static final autovalue.shaded.com.squareup.javapoet$.$TypeName DOUBLE public static final autovalue.shaded.com.squareup.javapoet$.$ClassName OBJECT private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_VOID private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_BOOLEAN private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_BYTE private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_SHORT private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_INT private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_LONG private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_CHAR private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_FLOAT private static final autovalue.shaded.com.squareup.javapoet$.$ClassName BOXED_DOUBLE private final String keyword public final java.util.List annotations private String cachedString private void <init> (java.lang.String) String keyword private void <init> (java.lang.String, java.util.List) String keyword java.util.List annotations void <init> (java.util.List) java.util.List annotations public final transient autovalue.shaded.com.squareup.javapoet$.$TypeName annotated (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec[]) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec[] annotations public autovalue.shaded.com.squareup.javapoet$.$TypeName annotated (java.util.List) java.util.List annotations public autovalue.shaded.com.squareup.javapoet$.$TypeName withoutAnnotations () protected final java.util.List concatAnnotations (java.util.List) java.util.List annotations java.util.List allAnnotations public boolean isAnnotated () public boolean isPrimitive () public boolean isBoxedPrimitive () public autovalue.shaded.com.squareup.javapoet$.$TypeName box () public autovalue.shaded.com.squareup.javapoet$.$TypeName unbox () public final boolean equals (java.lang.Object) Object o public final int hashCode () public final java.lang.String toString () StringBuilder resultBuilder autovalue.shaded.com.squareup.javapoet$.$CodeWriter codeWriter java.io.IOException e String result autovalue.shaded.com.squareup.javapoet$.$CodeWriter emit (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$CodeWriter out autovalue.shaded.com.squareup.javapoet$.$CodeWriter emitAnnotations (autovalue.shaded.com.squareup.javapoet$.$CodeWriter) throws java.io.IOException autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec annotation autovalue.shaded.com.squareup.javapoet$.$CodeWriter out public static autovalue.shaded.com.squareup.javapoet$.$TypeName get (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror mirror static autovalue.shaded.com.squareup.javapoet$.$TypeName get (javax.lang.model.type.TypeMirror, java.util.Map) javax.lang.model.type.TypeMirror mirror java.util.Map typeVariables public static autovalue.shaded.com.squareup.javapoet$.$TypeName get (java.lang.reflect.Type) java.lang.reflect.Type type static autovalue.shaded.com.squareup.javapoet$.$TypeName get (java.lang.reflect.Type, java.util.Map) Class classType java.lang.reflect.Type type java.util.Map map static java.util.List list (java.lang.reflect.Type[]) java.lang.reflect.Type[] types static java.util.List list (java.lang.reflect.Type[], java.util.Map) java.lang.reflect.Type type java.lang.reflect.Type[] types java.util.Map map java.util.List result static autovalue.shaded.com.squareup.javapoet$.$TypeName arrayComponent (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName type static autovalue.shaded.com.squareup.javapoet$.$ArrayTypeName asArray (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName type static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$TypeName$2.class
$TypeName.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
autovalue/shaded/com/squareup/javapoet$/$FieldSpec$1.class
$FieldSpec.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$FieldSpec$1 extends java.lang.Object { }
autovalue/shaded/com/squareup/javapoet$/$AnnotationSpec$Builder.class
$AnnotationSpec.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder extends java.lang.Object { private final autovalue.shaded.com.squareup.javapoet$.$TypeName type public final java.util.Map members private void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName) autovalue.shaded.com.squareup.javapoet$.$TypeName type public transient autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder addMember (java.lang.String, java.lang.String, java.lang.Object[]) String name String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder addMember (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$CodeBlock) String name autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock java.util.List values autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder addMemberForValue (java.lang.String, java.lang.Object) String memberName Object value public autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec build () String name private static synthetic java.util.List lambda$addMember$0 (java.lang.String) String k static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeName access$000 (autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder) autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$Builder x0 synthetic void <init> (autovalue.shaded.com.squareup.javapoet$.$TypeName, autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$1) autovalue.shaded.com.squareup.javapoet$.$TypeName x0 autovalue.shaded.com.squareup.javapoet$.$AnnotationSpec$1 x1 }
META-INF/maven/com.squareup/javapoet/pom.properties
autovalue/shaded/com/squareup/javapoet$/$TypeSpec$1.class
$TypeSpec.java package autovalue.shaded.com.squareup.javapoet$ synthetic autovalue.shaded.com.squareup.javapoet$.$TypeSpec$1 extends java.lang.Object { }
autovalue/shaded/com/squareup/javapoet$/$JavaFile$Builder.class
$JavaFile.java package autovalue.shaded.com.squareup.javapoet$ public final autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder extends java.lang.Object { private final String packageName private final autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder fileComment private boolean skipJavaLangImports private String indent public final java.util.Set staticImports private void <init> (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$TypeSpec) String packageName autovalue.shaded.com.squareup.javapoet$.$TypeSpec typeSpec public transient autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder addFileComment (java.lang.String, java.lang.Object[]) String format Object[] args public autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder addStaticImport (java.lang.Enum) Enum constant public transient autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder addStaticImport (java.lang.Class, java.lang.String[]) Class clazz String[] names public transient autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder addStaticImport (autovalue.shaded.com.squareup.javapoet$.$ClassName, java.lang.String[]) String name autovalue.shaded.com.squareup.javapoet$.$ClassName className String[] names public autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder skipJavaLangImports (boolean) boolean skipJavaLangImports public autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder indent (java.lang.String) String indent public autovalue.shaded.com.squareup.javapoet$.$JavaFile build () static synthetic autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder access$000 (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 static synthetic java.lang.String access$100 (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 static synthetic autovalue.shaded.com.squareup.javapoet$.$TypeSpec access$200 (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 static synthetic boolean access$300 (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 static synthetic java.lang.String access$400 (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 synthetic void <init> (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$TypeSpec, autovalue.shaded.com.squareup.javapoet$.$JavaFile$1) String x0 autovalue.shaded.com.squareup.javapoet$.$TypeSpec x1 autovalue.shaded.com.squareup.javapoet$.$JavaFile$1 x2 static synthetic boolean access$302 (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder, boolean) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 boolean x1 static synthetic java.lang.String access$402 (autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder, java.lang.String) autovalue.shaded.com.squareup.javapoet$.$JavaFile$Builder x0 String x1 }
autovalue/shaded/com/squareup/javapoet$/$CodeBlock$CodeBlockJoiner.class
$CodeBlock.java package autovalue.shaded.com.squareup.javapoet$ final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner extends java.lang.Object { private final String delimiter private final autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder private boolean first void <init> (java.lang.String, autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder) String delimiter autovalue.shaded.com.squareup.javapoet$.$CodeBlock$Builder builder autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner add (autovalue.shaded.com.squareup.javapoet$.$CodeBlock) autovalue.shaded.com.squareup.javapoet$.$CodeBlock codeBlock autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner merge (autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner) autovalue.shaded.com.squareup.javapoet$.$CodeBlock$CodeBlockJoiner other autovalue.shaded.com.squareup.javapoet$.$CodeBlock otherBlock autovalue.shaded.com.squareup.javapoet$.$CodeBlock join () }
META-INF/maven/com.google.auto.value/auto-value-annotations/
com/google/auto/value/extension/serializable/SerializableAutoValue.class
SerializableAutoValue.java package com.google.auto.value.extension.serializable public abstract annotation com.google.auto.value.extension.serializable.SerializableAutoValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/auto/value/extension/memoized/Memoized.class
Memoized.java package com.google.auto.value.extension.memoized public abstract annotation com.google.auto.value.extension.memoized.Memoized extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/auto/value/extension/toprettystring/ToPrettyString.class
ToPrettyString.java package com.google.auto.value.extension.toprettystring public abstract annotation com.google.auto.value.extension.toprettystring.ToPrettyString extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/auto/value/AutoBuilder.class
AutoBuilder.java package com.google.auto.value public abstract annotation com.google.auto.value.AutoBuilder extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String callMethod () public abstract java.lang.Class ofClass () }
com/google/auto/value/AutoOneOf.class
AutoOneOf.java package com.google.auto.value public abstract annotation com.google.auto.value.AutoOneOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
com/google/auto/value/AutoAnnotation.class
AutoAnnotation.java package com.google.auto.value public abstract annotation com.google.auto.value.AutoAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/auto/value/AutoValue$CopyAnnotations.class
AutoValue.java package com.google.auto.value public abstract annotation com.google.auto.value.AutoValue$CopyAnnotations extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] exclude () }
com/google/auto/value/AutoValue$Builder.class
AutoValue.java package com.google.auto.value public abstract annotation com.google.auto.value.AutoValue$Builder extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/auto/value/AutoValue.class
AutoValue.java package com.google.auto.value public abstract annotation com.google.auto.value.AutoValue extends java.lang.Object implements java.lang.annotation.Annotation { }
META-INF/maven/com.google.auto.value/auto-value-annotations/pom.xml
META-INF/maven/com.google.auto.value/auto-value-annotations/pom.properties
javax/
javax/annotation/
javax/annotation/security/
javax/annotation/sql/
javax/ejb/
javax/persistence/
javax/xml/
javax/xml/ws/
javax/annotation/Generated.class
Generated.java package javax.annotation public abstract annotation javax.annotation.Generated extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String date () public abstract java.lang.String comments () }
javax/annotation/ManagedBean.class
ManagedBean.java package javax.annotation public abstract annotation javax.annotation.ManagedBean extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
javax/annotation/PostConstruct.class
PostConstruct.java package javax.annotation public abstract annotation javax.annotation.PostConstruct extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/PreDestroy.class
PreDestroy.java package javax.annotation public abstract annotation javax.annotation.PreDestroy extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/Priority.class
Priority.java package javax.annotation public abstract annotation javax.annotation.Priority extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
javax/annotation/Resource$AuthenticationType.class
Resource.java package javax.annotation public final enum javax.annotation.Resource$AuthenticationType extends java.lang.Enum { public static final enum javax.annotation.Resource$AuthenticationType CONTAINER public static final enum javax.annotation.Resource$AuthenticationType APPLICATION private static final synthetic javax.annotation.Resource$AuthenticationType[] $VALUES public static javax.annotation.Resource$AuthenticationType[] values () public static javax.annotation.Resource$AuthenticationType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
javax/annotation/Resource.class
Resource.java package javax.annotation public abstract annotation javax.annotation.Resource extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.Class type () public abstract javax.annotation.Resource$AuthenticationType authenticationType () public abstract boolean shareable () public abstract java.lang.String description () public abstract java.lang.String mappedName () public abstract java.lang.String lookup () }
javax/annotation/Resources.class
Resources.java package javax.annotation public abstract annotation javax.annotation.Resources extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.Resource[] value () }
javax/annotation/security/DeclareRoles.class
DeclareRoles.java package javax.annotation.security public abstract annotation javax.annotation.security.DeclareRoles extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
javax/annotation/security/DenyAll.class
DenyAll.java package javax.annotation.security public abstract annotation javax.annotation.security.DenyAll extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/security/PermitAll.class
PermitAll.java package javax.annotation.security public abstract annotation javax.annotation.security.PermitAll extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/security/RolesAllowed.class
RolesAllowed.java package javax.annotation.security public abstract annotation javax.annotation.security.RolesAllowed extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
javax/annotation/security/RunAs.class
RunAs.java package javax.annotation.security public abstract annotation javax.annotation.security.RunAs extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
javax/annotation/sql/DataSourceDefinition.class
DataSourceDefinition.java package javax.annotation.sql public abstract annotation javax.annotation.sql.DataSourceDefinition extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String className () public abstract java.lang.String name () public abstract java.lang.String description () public abstract java.lang.String url () public abstract java.lang.String user () public abstract java.lang.String password () public abstract java.lang.String databaseName () public abstract int portNumber () public abstract java.lang.String serverName () public abstract int isolationLevel () public abstract boolean transactional () public abstract int initialPoolSize () public abstract int maxPoolSize () public abstract int minPoolSize () public abstract int maxIdleTime () public abstract int maxStatements () public abstract java.lang.String[] properties () public abstract int loginTimeout () }
javax/annotation/sql/DataSourceDefinitions.class
DataSourceDefinitions.java package javax.annotation.sql public abstract annotation javax.annotation.sql.DataSourceDefinitions extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.sql.DataSourceDefinition[] value () }
javax/ejb/EJB.class
EJB.java package javax.ejb public abstract annotation javax.ejb.EJB extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.String description () public abstract java.lang.Class beanInterface () public abstract java.lang.String beanName () public abstract java.lang.String mappedName () }
javax/ejb/EJBs.class
EJBs.java package javax.ejb public abstract annotation javax.ejb.EJBs extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.ejb.EJB[] value () }
javax/persistence/PersistenceContext.class
PersistenceContext.java package javax.persistence public abstract annotation javax.persistence.PersistenceContext extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.String unitName () public abstract javax.persistence.PersistenceContextType type () public abstract javax.persistence.PersistenceProperty[] properties () }
javax/persistence/PersistenceContextType.class
PersistenceContextType.java package javax.persistence public final enum javax.persistence.PersistenceContextType extends java.lang.Enum { public static final enum javax.persistence.PersistenceContextType TRANSACTION public static final enum javax.persistence.PersistenceContextType EXTENDED private static final synthetic javax.persistence.PersistenceContextType[] $VALUES public static javax.persistence.PersistenceContextType[] values () public static javax.persistence.PersistenceContextType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
javax/persistence/PersistenceContexts.class
PersistenceContexts.java package javax.persistence public abstract annotation javax.persistence.PersistenceContexts extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.persistence.PersistenceContext[] value () }
javax/persistence/PersistenceProperty.class
PersistenceProperty.java package javax.persistence public abstract annotation javax.persistence.PersistenceProperty extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.String value () }
javax/persistence/PersistenceUnit.class
PersistenceUnit.java package javax.persistence public abstract annotation javax.persistence.PersistenceUnit extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.String unitName () }
javax/persistence/PersistenceUnits.class
PersistenceUnits.java package javax.persistence public abstract annotation javax.persistence.PersistenceUnits extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.persistence.PersistenceUnit[] value () }
javax/xml/ws/WebServiceRef.class
WebServiceRef.java package javax.xml.ws public abstract annotation javax.xml.ws.WebServiceRef extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.Class type () public abstract java.lang.Class value () public abstract java.lang.String wsdlLocation () public abstract java.lang.String mappedName () }
javax/xml/ws/WebServiceRefs.class
WebServiceRefs.java package javax.xml.ws public abstract annotation javax.xml.ws.WebServiceRefs extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.xml.ws.WebServiceRef[] value () }
META-INF/NOTICE
META-INF/LICENSE
com/ryanharter/
com/ryanharter/auto/
com/ryanharter/auto/value/
com/ryanharter/auto/value/gson/
com/ryanharter/auto/value/gson/GenerateTypeAdapter.class
GenerateTypeAdapter.java package com.ryanharter.auto.value.gson public abstract annotation com.ryanharter.auto.value.gson.GenerateTypeAdapter extends java.lang.Object implements java.lang.annotation.Annotation { public static final com.google.gson.TypeAdapterFactory FACTORY static void <clinit> () }
com/ryanharter/auto/value/gson/GenerateTypeAdapter$1.class
GenerateTypeAdapter.java package com.ryanharter.auto.value.gson final com.ryanharter.auto.value.gson.GenerateTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { private final Class typeArrayClass private final java.util.Map adapters void <init> () public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) IllegalAccessException e InstantiationException e Throwable cause java.lang.reflect.InvocationTargetException e com.google.gson.Gson gson com.google.gson.reflect.TypeToken type Class rawType Class superClass java.lang.reflect.Constructor constructor private java.lang.reflect.Constructor findConstructorForClass (java.lang.Class) NoSuchMethodException e String nameAdjusted Class bindingClass java.lang.reflect.Constructor superClassAdapter ClassNotFoundException e NoSuchMethodException e Class cls java.lang.reflect.Constructor adapterCtor String clsName }
com/ryanharter/auto/value/gson/internal/
com/ryanharter/auto/value/gson/internal/WildcardUtil.class
WildcardUtil.java package com.ryanharter.auto.value.gson.internal public final com.ryanharter.auto.value.gson.internal.WildcardUtil extends java.lang.Object { private void <init> () public static java.lang.reflect.WildcardType subtypeOf (java.lang.reflect.Type) java.lang.reflect.Type bound public static java.lang.reflect.WildcardType supertypeOf (java.lang.reflect.Type) java.lang.reflect.Type bound static java.lang.Class getRawType (java.lang.reflect.Type) java.lang.reflect.ParameterizedType parameterizedType java.lang.reflect.Type rawType java.lang.reflect.Type componentType String className java.lang.reflect.Type type static boolean equals (java.lang.reflect.Type, java.lang.reflect.Type) java.lang.reflect.ParameterizedType pa java.lang.reflect.ParameterizedType pb java.lang.reflect.Type[] aTypeArguments java.lang.reflect.Type[] bTypeArguments java.lang.reflect.GenericArrayType ga java.lang.reflect.GenericArrayType gb java.lang.reflect.WildcardType wa java.lang.reflect.WildcardType wb java.lang.reflect.TypeVariable va java.lang.reflect.TypeVariable vb java.lang.reflect.Type a java.lang.reflect.Type b }
com/ryanharter/auto/value/gson/internal/Util$GenericArrayTypeImpl.class
Util.java package com.ryanharter.auto.value.gson.internal public final com.ryanharter.auto.value.gson.internal.Util$GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayType { private final java.lang.reflect.Type componentType void <init> (java.lang.reflect.Type) java.lang.reflect.Type componentType public java.lang.reflect.Type getGenericComponentType () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () }
com/ryanharter/auto/value/gson/internal/Util$ParameterizedTypeImpl.class
Util.java package com.ryanharter.auto.value.gson.internal public final com.ryanharter.auto.value.gson.internal.Util$ParameterizedTypeImpl extends java.lang.Object implements java.lang.reflect.ParameterizedType { private final java.lang.reflect.Type ownerType private final java.lang.reflect.Type rawType final java.lang.reflect.Type[] typeArguments transient void <init> (java.lang.reflect.Type, java.lang.reflect.Type, java.lang.reflect.Type[]) Class enclosingClass int t java.lang.reflect.Type ownerType java.lang.reflect.Type rawType java.lang.reflect.Type[] typeArguments public java.lang.reflect.Type[] getActualTypeArguments () public java.lang.reflect.Type getRawType () public java.lang.reflect.Type getOwnerType () public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () int i StringBuilder result }
com/ryanharter/auto/value/gson/internal/Util.class
Util.java package com.ryanharter.auto.value.gson.internal public final com.ryanharter.auto.value.gson.internal.Util extends java.lang.Object { static final java.lang.reflect.Type[] EMPTY_TYPE_ARRAY private void <init> () public static java.util.Map renameFields (java.lang.Class, java.util.List, com.google.gson.FieldNamingStrategy) NoSuchFieldException E String fieldName Class targetClass java.util.List names com.google.gson.FieldNamingStrategy fieldNamingStrategy java.util.Map renamedFields private static java.lang.String separateCamelCase (java.lang.String, java.lang.String) char character int i int length String name String separator StringBuilder translation private static java.lang.String modifyString (char, java.lang.String, int) char firstCharacter String srcString int indexOfSubstring private static java.lang.String upperCaseFirstLetter (java.lang.String) String modifiedTarget String name StringBuilder fieldNameBuilder int index char firstCharacter int length private static java.lang.reflect.Type canonicalize (java.lang.reflect.Type) Class c java.lang.reflect.ParameterizedType p java.lang.reflect.GenericArrayType g java.lang.reflect.WildcardType w java.lang.reflect.Type type private static int hashCodeOrZero (java.lang.Object) Object o private static java.lang.String typeToString (java.lang.reflect.Type) java.lang.reflect.Type type private static void checkNotPrimitive (java.lang.reflect.Type) java.lang.reflect.Type type static synthetic java.lang.reflect.Type access$000 (java.lang.reflect.Type) java.lang.reflect.Type x0 static synthetic void access$100 (java.lang.reflect.Type) java.lang.reflect.Type x0 static synthetic int access$200 (java.lang.Object) Object x0 static synthetic java.lang.String access$300 (java.lang.reflect.Type) java.lang.reflect.Type x0 static void <clinit> () }
com/ryanharter/auto/value/gson/internal/Util$1.class
Util.java package com.ryanharter.auto.value.gson.internal synthetic com.ryanharter.auto.value.gson.internal.Util$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$gson$FieldNamingPolicy static void <clinit> () }
com/ryanharter/auto/value/gson/internal/Util$WildcardTypeImpl.class
Util.java package com.ryanharter.auto.value.gson.internal public final com.ryanharter.auto.value.gson.internal.Util$WildcardTypeImpl extends java.lang.Object implements java.lang.reflect.WildcardType { private final java.lang.reflect.Type upperBound private final java.lang.reflect.Type lowerBound void <init> (java.lang.reflect.Type[], java.lang.reflect.Type[]) java.lang.reflect.Type[] upperBounds java.lang.reflect.Type[] lowerBounds public java.lang.reflect.Type[] getUpperBounds () public java.lang.reflect.Type[] getLowerBounds () public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
com/ryanharter/auto/value/gson/AutoValueGsonBuilder.class
AutoValueGsonBuilder.java package com.ryanharter.auto.value.gson public abstract annotation com.ryanharter.auto.value.gson.AutoValueGsonBuilder extends java.lang.Object implements java.lang.annotation.Annotation { }
com/ryanharter/auto/value/gson/GsonTypeAdapterFactory.class
GsonTypeAdapterFactory.java package com.ryanharter.auto.value.gson public abstract annotation com.ryanharter.auto.value.gson.GsonTypeAdapterFactory extends java.lang.Object implements java.lang.annotation.Annotation { }
META-INF/proguard/
META-INF/proguard/autovaluegson.pro
com/google/gson/
com/google/gson/stream/
com/google/gson/reflect/
com/google/gson/internal/
com/google/gson/internal/reflect/
com/google/gson/internal/bind/
com/google/gson/internal/bind/util/
com/google/gson/internal/sql/
com/google/gson/annotations/
META-INF/maven/com.google.code.gson/
META-INF/maven/com.google.code.gson/gson/
com/google/gson/FieldNamingPolicy$5.class
FieldNamingPolicy.java package com.google.gson final enum com.google.gson.FieldNamingPolicy$5 extends com.google.gson.FieldNamingPolicy { void <init> (java.lang.String, int) public java.lang.String translateName (java.lang.reflect.Field) java.lang.reflect.Field f }
com/google/gson/Gson$5.class
Gson.java package com.google.gson com.google.gson.Gson$5 extends com.google.gson.TypeAdapter { final synthetic com.google.gson.TypeAdapter val$longAdapter void <init> (com.google.gson.TypeAdapter) public void write (com.google.gson.stream.JsonWriter, java.util.concurrent.atomic.AtomicLongArray) throws java.io.IOException int i int length com.google.gson.stream.JsonWriter out java.util.concurrent.atomic.AtomicLongArray value public java.util.concurrent.atomic.AtomicLongArray read (com.google.gson.stream.JsonReader) throws java.io.IOException long value int i com.google.gson.stream.JsonReader in java.util.List list int length java.util.concurrent.atomic.AtomicLongArray array public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/JsonDeserializer.class
JsonDeserializer.java package com.google.gson public abstract com.google.gson.JsonDeserializer extends java.lang.Object { public abstract java.lang.Object deserialize (com.google.gson.JsonElement, java.lang.reflect.Type, com.google.gson.JsonDeserializationContext) throws com.google.gson.JsonParseException }
com/google/gson/JsonStreamParser.class
JsonStreamParser.java package com.google.gson public final com.google.gson.JsonStreamParser extends java.lang.Object implements java.util.Iterator { private final com.google.gson.stream.JsonReader parser private final Object lock public void <init> (java.lang.String) String json public void <init> (java.io.Reader) java.io.Reader reader public com.google.gson.JsonElement next () throws com.google.gson.JsonParseException StackOverflowError e OutOfMemoryError e com.google.gson.JsonParseException e public boolean hasNext () com.google.gson.stream.MalformedJsonException e java.io.IOException e public void remove () public volatile synthetic java.lang.Object next () }
com/google/gson/Gson$FutureTypeAdapter.class
Gson.java package com.google.gson com.google.gson.Gson$FutureTypeAdapter extends com.google.gson.TypeAdapter { private com.google.gson.TypeAdapter delegate void <init> () public void setDelegate (com.google.gson.TypeAdapter) com.google.gson.TypeAdapter typeAdapter public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.stream.JsonWriter out Object value }
com/google/gson/Gson.class
Gson.java package com.google.gson public final com.google.gson.Gson extends java.lang.Object { static final boolean DEFAULT_JSON_NON_EXECUTABLE static final boolean DEFAULT_LENIENT static final boolean DEFAULT_PRETTY_PRINT static final boolean DEFAULT_ESCAPE_HTML static final boolean DEFAULT_SERIALIZE_NULLS static final boolean DEFAULT_COMPLEX_MAP_KEYS static final boolean DEFAULT_SPECIALIZE_FLOAT_VALUES static final boolean DEFAULT_USE_JDK_UNSAFE static final String DEFAULT_DATE_PATTERN static final com.google.gson.FieldNamingStrategy DEFAULT_FIELD_NAMING_STRATEGY static final com.google.gson.ToNumberStrategy DEFAULT_OBJECT_TO_NUMBER_STRATEGY static final com.google.gson.ToNumberStrategy DEFAULT_NUMBER_TO_NUMBER_STRATEGY private static final com.google.gson.reflect.TypeToken NULL_KEY_SURROGATE private static final String JSON_NON_EXECUTABLE_PREFIX private final ThreadLocal calls private final java.util.Map typeTokenCache private final com.google.gson.internal.ConstructorConstructor constructorConstructor private final com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory final java.util.List factories final com.google.gson.internal.Excluder excluder final com.google.gson.FieldNamingStrategy fieldNamingStrategy final java.util.Map instanceCreators final boolean serializeNulls final boolean complexMapKeySerialization final boolean generateNonExecutableJson final boolean htmlSafe final boolean prettyPrinting final boolean lenient final boolean serializeSpecialFloatingPointValues final boolean useJdkUnsafe final String datePattern final int dateStyle final int timeStyle final com.google.gson.LongSerializationPolicy longSerializationPolicy final java.util.List builderFactories final java.util.List builderHierarchyFactories final com.google.gson.ToNumberStrategy objectToNumberStrategy final com.google.gson.ToNumberStrategy numberToNumberStrategy public void <init> () void <init> (com.google.gson.internal.Excluder, com.google.gson.FieldNamingStrategy, java.util.Map, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, com.google.gson.LongSerializationPolicy, java.lang.String, int, int, java.util.List, java.util.List, java.util.List, com.google.gson.ToNumberStrategy, com.google.gson.ToNumberStrategy) com.google.gson.internal.Excluder excluder com.google.gson.FieldNamingStrategy fieldNamingStrategy java.util.Map instanceCreators boolean serializeNulls boolean complexMapKeySerialization boolean generateNonExecutableGson boolean htmlSafe boolean prettyPrinting boolean lenient boolean serializeSpecialFloatingPointValues boolean useJdkUnsafe com.google.gson.LongSerializationPolicy longSerializationPolicy String datePattern int dateStyle int timeStyle java.util.List builderFactories java.util.List builderHierarchyFactories java.util.List factoriesToBeAdded com.google.gson.ToNumberStrategy objectToNumberStrategy com.google.gson.ToNumberStrategy numberToNumberStrategy java.util.List factories com.google.gson.TypeAdapter longAdapter public com.google.gson.GsonBuilder newBuilder () public com.google.gson.internal.Excluder excluder () public com.google.gson.FieldNamingStrategy fieldNamingStrategy () public boolean serializeNulls () public boolean htmlSafe () private com.google.gson.TypeAdapter doubleAdapter (boolean) boolean serializeSpecialFloatingPointValues private com.google.gson.TypeAdapter floatAdapter (boolean) boolean serializeSpecialFloatingPointValues static void checkValidFloatingPoint (double) double value private static com.google.gson.TypeAdapter longAdapter (com.google.gson.LongSerializationPolicy) com.google.gson.LongSerializationPolicy longSerializationPolicy private static com.google.gson.TypeAdapter atomicLongAdapter (com.google.gson.TypeAdapter) com.google.gson.TypeAdapter longAdapter private static com.google.gson.TypeAdapter atomicLongArrayAdapter (com.google.gson.TypeAdapter) com.google.gson.TypeAdapter longAdapter public com.google.gson.TypeAdapter getAdapter (com.google.gson.reflect.TypeToken) com.google.gson.TypeAdapter candidate com.google.gson.TypeAdapterFactory factory com.google.gson.Gson$FutureTypeAdapter call com.google.gson.reflect.TypeToken type com.google.gson.TypeAdapter cached java.util.Map threadCalls boolean requiresThreadLocalCleanup com.google.gson.Gson$FutureTypeAdapter ongoingCall public com.google.gson.TypeAdapter getDelegateAdapter (com.google.gson.TypeAdapterFactory, com.google.gson.reflect.TypeToken) com.google.gson.TypeAdapter candidate com.google.gson.TypeAdapterFactory factory com.google.gson.TypeAdapterFactory skipPast com.google.gson.reflect.TypeToken type boolean skipPastFound public com.google.gson.TypeAdapter getAdapter (java.lang.Class) Class type public com.google.gson.JsonElement toJsonTree (java.lang.Object) Object src public com.google.gson.JsonElement toJsonTree (java.lang.Object, java.lang.reflect.Type) Object src java.lang.reflect.Type typeOfSrc com.google.gson.internal.bind.JsonTreeWriter writer public java.lang.String toJson (java.lang.Object) Object src public java.lang.String toJson (java.lang.Object, java.lang.reflect.Type) Object src java.lang.reflect.Type typeOfSrc java.io.StringWriter writer public void toJson (java.lang.Object, java.lang.Appendable) throws com.google.gson.JsonIOException Object src Appendable writer public void toJson (java.lang.Object, java.lang.reflect.Type, java.lang.Appendable) throws com.google.gson.JsonIOException com.google.gson.stream.JsonWriter jsonWriter java.io.IOException e Object src java.lang.reflect.Type typeOfSrc Appendable writer public void toJson (java.lang.Object, java.lang.reflect.Type, com.google.gson.stream.JsonWriter) throws com.google.gson.JsonIOException java.io.IOException e AssertionError error AssertionError e Object src java.lang.reflect.Type typeOfSrc com.google.gson.stream.JsonWriter writer com.google.gson.TypeAdapter adapter boolean oldLenient boolean oldHtmlSafe boolean oldSerializeNulls public java.lang.String toJson (com.google.gson.JsonElement) com.google.gson.JsonElement jsonElement java.io.StringWriter writer public void toJson (com.google.gson.JsonElement, java.lang.Appendable) throws com.google.gson.JsonIOException com.google.gson.stream.JsonWriter jsonWriter java.io.IOException e com.google.gson.JsonElement jsonElement Appendable writer public com.google.gson.stream.JsonWriter newJsonWriter (java.io.Writer) throws java.io.IOException java.io.Writer writer com.google.gson.stream.JsonWriter jsonWriter public com.google.gson.stream.JsonReader newJsonReader (java.io.Reader) java.io.Reader reader com.google.gson.stream.JsonReader jsonReader public void toJson (com.google.gson.JsonElement, com.google.gson.stream.JsonWriter) throws com.google.gson.JsonIOException java.io.IOException e AssertionError error AssertionError e com.google.gson.JsonElement jsonElement com.google.gson.stream.JsonWriter writer boolean oldLenient boolean oldHtmlSafe boolean oldSerializeNulls public java.lang.Object fromJson (java.lang.String, java.lang.Class) throws com.google.gson.JsonSyntaxException String json Class classOfT Object object public java.lang.Object fromJson (java.lang.String, java.lang.reflect.Type) throws com.google.gson.JsonSyntaxException String json java.lang.reflect.Type typeOfT java.io.StringReader reader Object target public java.lang.Object fromJson (java.io.Reader, java.lang.Class) throws com.google.gson.JsonSyntaxException com.google.gson.JsonIOException java.io.Reader json Class classOfT com.google.gson.stream.JsonReader jsonReader Object object public java.lang.Object fromJson (java.io.Reader, java.lang.reflect.Type) throws com.google.gson.JsonIOException com.google.gson.JsonSyntaxException java.io.Reader json java.lang.reflect.Type typeOfT com.google.gson.stream.JsonReader jsonReader Object object private static void assertFullConsumption (java.lang.Object, com.google.gson.stream.JsonReader) com.google.gson.stream.MalformedJsonException e java.io.IOException e Object obj com.google.gson.stream.JsonReader reader public java.lang.Object fromJson (com.google.gson.stream.JsonReader, java.lang.reflect.Type) throws com.google.gson.JsonIOException com.google.gson.JsonSyntaxException com.google.gson.reflect.TypeToken typeToken com.google.gson.TypeAdapter typeAdapter Object object java.io.EOFException e IllegalStateException e java.io.IOException e AssertionError error AssertionError e com.google.gson.stream.JsonReader reader java.lang.reflect.Type typeOfT boolean isEmpty boolean oldLenient public java.lang.Object fromJson (com.google.gson.JsonElement, java.lang.Class) throws com.google.gson.JsonSyntaxException com.google.gson.JsonElement json Class classOfT Object object public java.lang.Object fromJson (com.google.gson.JsonElement, java.lang.reflect.Type) throws com.google.gson.JsonSyntaxException com.google.gson.JsonElement json java.lang.reflect.Type typeOfT public java.lang.String toString () static void <clinit> () }
com/google/gson/FieldNamingStrategy.class
FieldNamingStrategy.java package com.google.gson public abstract com.google.gson.FieldNamingStrategy extends java.lang.Object { public abstract java.lang.String translateName (java.lang.reflect.Field) }
com/google/gson/FieldNamingPolicy$7.class
FieldNamingPolicy.java package com.google.gson final enum com.google.gson.FieldNamingPolicy$7 extends com.google.gson.FieldNamingPolicy { void <init> (java.lang.String, int) public java.lang.String translateName (java.lang.reflect.Field) java.lang.reflect.Field f }
com/google/gson/Gson$3.class
Gson.java package com.google.gson com.google.gson.Gson$3 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/JsonSerializer.class
JsonSerializer.java package com.google.gson public abstract com.google.gson.JsonSerializer extends java.lang.Object { public abstract com.google.gson.JsonElement serialize (java.lang.Object, java.lang.reflect.Type, com.google.gson.JsonSerializationContext) }
com/google/gson/FieldNamingPolicy$3.class
FieldNamingPolicy.java package com.google.gson final enum com.google.gson.FieldNamingPolicy$3 extends com.google.gson.FieldNamingPolicy { void <init> (java.lang.String, int) public java.lang.String translateName (java.lang.reflect.Field) java.lang.reflect.Field f }
com/google/gson/JsonNull.class
JsonNull.java package com.google.gson public final com.google.gson.JsonNull extends com.google.gson.JsonElement { public static final com.google.gson.JsonNull INSTANCE public void <init> () public com.google.gson.JsonNull deepCopy () public int hashCode () public boolean equals (java.lang.Object) Object other public volatile synthetic com.google.gson.JsonElement deepCopy () static void <clinit> () }
com/google/gson/InstanceCreator.class
InstanceCreator.java package com.google.gson public abstract com.google.gson.InstanceCreator extends java.lang.Object { public abstract java.lang.Object createInstance (java.lang.reflect.Type) }
com/google/gson/JsonSerializationContext.class
JsonSerializationContext.java package com.google.gson public abstract com.google.gson.JsonSerializationContext extends java.lang.Object { public abstract com.google.gson.JsonElement serialize (java.lang.Object) public abstract com.google.gson.JsonElement serialize (java.lang.Object, java.lang.reflect.Type) }
com/google/gson/FieldNamingPolicy$1.class
FieldNamingPolicy.java package com.google.gson final enum com.google.gson.FieldNamingPolicy$1 extends com.google.gson.FieldNamingPolicy { void <init> (java.lang.String, int) public java.lang.String translateName (java.lang.reflect.Field) java.lang.reflect.Field f }
com/google/gson/JsonElement.class
JsonElement.java package com.google.gson public abstract com.google.gson.JsonElement extends java.lang.Object { public void <init> () public abstract com.google.gson.JsonElement deepCopy () public boolean isJsonArray () public boolean isJsonObject () public boolean isJsonPrimitive () public boolean isJsonNull () public com.google.gson.JsonObject getAsJsonObject () public com.google.gson.JsonArray getAsJsonArray () public com.google.gson.JsonPrimitive getAsJsonPrimitive () public com.google.gson.JsonNull getAsJsonNull () public boolean getAsBoolean () public java.lang.Number getAsNumber () public java.lang.String getAsString () public double getAsDouble () public float getAsFloat () public long getAsLong () public int getAsInt () public byte getAsByte () public char getAsCharacter () public java.math.BigDecimal getAsBigDecimal () public java.math.BigInteger getAsBigInteger () public short getAsShort () public java.lang.String toString () java.io.StringWriter stringWriter com.google.gson.stream.JsonWriter jsonWriter java.io.IOException e }
com/google/gson/Gson$1.class
Gson.java package com.google.gson com.google.gson.Gson$1 extends com.google.gson.TypeAdapter { final synthetic com.google.gson.Gson this$0 void <init> (com.google.gson.Gson) com.google.gson.Gson this$0 public java.lang.Double read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value double doubleValue public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/FieldNamingPolicy$6.class
FieldNamingPolicy.java package com.google.gson final enum com.google.gson.FieldNamingPolicy$6 extends com.google.gson.FieldNamingPolicy { void <init> (java.lang.String, int) public java.lang.String translateName (java.lang.reflect.Field) java.lang.reflect.Field f }
com/google/gson/TypeAdapter$1.class
TypeAdapter.java package com.google.gson com.google.gson.TypeAdapter$1 extends com.google.gson.TypeAdapter { final synthetic com.google.gson.TypeAdapter this$0 void <init> (com.google.gson.TypeAdapter) com.google.gson.TypeAdapter this$0 public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.stream.JsonWriter out Object value public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader reader }
com/google/gson/Gson$4.class
Gson.java package com.google.gson com.google.gson.Gson$4 extends com.google.gson.TypeAdapter { final synthetic com.google.gson.TypeAdapter val$longAdapter void <init> (com.google.gson.TypeAdapter) public void write (com.google.gson.stream.JsonWriter, java.util.concurrent.atomic.AtomicLong) throws java.io.IOException com.google.gson.stream.JsonWriter out java.util.concurrent.atomic.AtomicLong value public java.util.concurrent.atomic.AtomicLong read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/stream/JsonReader$1.class
JsonReader.java package com.google.gson.stream com.google.gson.stream.JsonReader$1 extends com.google.gson.internal.JsonReaderInternalAccess { void <init> () public void promoteNameToValue (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader reader int p }
com/google/gson/stream/JsonReader.class
JsonReader.java package com.google.gson.stream public com.google.gson.stream.JsonReader extends java.lang.Object implements java.io.Closeable { private static final long MIN_INCOMPLETE_INTEGER private static final int PEEKED_NONE private static final int PEEKED_BEGIN_OBJECT private static final int PEEKED_END_OBJECT private static final int PEEKED_BEGIN_ARRAY private static final int PEEKED_END_ARRAY private static final int PEEKED_TRUE private static final int PEEKED_FALSE private static final int PEEKED_NULL private static final int PEEKED_SINGLE_QUOTED private static final int PEEKED_DOUBLE_QUOTED private static final int PEEKED_UNQUOTED private static final int PEEKED_BUFFERED private static final int PEEKED_SINGLE_QUOTED_NAME private static final int PEEKED_DOUBLE_QUOTED_NAME private static final int PEEKED_UNQUOTED_NAME private static final int PEEKED_LONG private static final int PEEKED_NUMBER private static final int PEEKED_EOF private static final int NUMBER_CHAR_NONE private static final int NUMBER_CHAR_SIGN private static final int NUMBER_CHAR_DIGIT private static final int NUMBER_CHAR_DECIMAL private static final int NUMBER_CHAR_FRACTION_DIGIT private static final int NUMBER_CHAR_EXP_E private static final int NUMBER_CHAR_EXP_SIGN private static final int NUMBER_CHAR_EXP_DIGIT private final java.io.Reader in private boolean lenient static final int BUFFER_SIZE private final char[] buffer private int pos private int limit private int lineNumber private int lineStart int peeked private long peekedLong private int peekedNumberLength private String peekedString private int[] stack private int stackSize private String[] pathNames private int[] pathIndices public void <init> (java.io.Reader) java.io.Reader in public final void setLenient (boolean) boolean lenient public final boolean isLenient () public void beginArray () throws java.io.IOException int p public void endArray () throws java.io.IOException int p public void beginObject () throws java.io.IOException int p public void endObject () throws java.io.IOException int p public boolean hasNext () throws java.io.IOException int p public com.google.gson.stream.JsonToken peek () throws java.io.IOException int p int doPeek () throws java.io.IOException int c int c int c int c int c int peekStack int c int result private int peekKeyword () throws java.io.IOException String keyword String keywordUpper int peeking String keyword String keywordUpper int peeking String keyword String keywordUpper int peeking int i char c String keyword String keywordUpper int peeking int length private int peekNumber () throws java.io.IOException long newValue char c char[] buffer int p int l long value boolean negative boolean fitsInLong int last int i private boolean isLiteral (char) throws java.io.IOException char c public java.lang.String nextName () throws java.io.IOException String result String result String result int p String result public java.lang.String nextString () throws java.io.IOException String result String result String result String result String result String result int p String result public boolean nextBoolean () throws java.io.IOException int p public void nextNull () throws java.io.IOException int p public double nextDouble () throws java.io.IOException int p double result public long nextLong () throws java.io.IOException long result int p double asDouble long result private java.lang.String nextQuotedValue (char) throws java.io.IOException int len int estimatedLength int len int c int estimatedLength int p int l int start char quote char[] buffer StringBuilder builder private java.lang.String nextUnquotedValue () throws java.io.IOException StringBuilder builder int i String result private void skipQuotedValue (char) throws java.io.IOException int c int p int l char quote char[] buffer private void skipUnquotedValue () throws java.io.IOException int i public int nextInt () throws java.io.IOException int result int result int p int result double asDouble public void close () throws java.io.IOException public void skipValue () throws java.io.IOException int p int count private void push (int) int newLength int newTop private boolean fillBuffer (int) throws java.io.IOException int minimum char[] buffer int total private int nextNonWhitespace (boolean) throws java.io.IOException boolean charsLoaded char peek int c boolean throwOnEof char[] buffer int p int l private void checkLenient () throws java.io.IOException private void skipToEndOfLine () throws java.io.IOException char c private boolean skipTo (java.lang.String) throws java.io.IOException int c String toFind int length public java.lang.String toString () java.lang.String locationString () int line int column private java.lang.String getPath (boolean) int pathIndex int i boolean usePreviousPath StringBuilder result public java.lang.String getPreviousPath () public java.lang.String getPath () private char readEscapeCharacter () throws java.io.IOException char c int i int end char result char escaped private java.io.IOException syntaxError (java.lang.String) throws java.io.IOException String message private void consumeNonExecutePrefix () throws java.io.IOException int p char[] buf static void <clinit> () }
com/google/gson/stream/JsonToken.class
JsonToken.java package com.google.gson.stream public final enum com.google.gson.stream.JsonToken extends java.lang.Enum { public static final enum com.google.gson.stream.JsonToken BEGIN_ARRAY public static final enum com.google.gson.stream.JsonToken END_ARRAY public static final enum com.google.gson.stream.JsonToken BEGIN_OBJECT public static final enum com.google.gson.stream.JsonToken END_OBJECT public static final enum com.google.gson.stream.JsonToken NAME public static final enum com.google.gson.stream.JsonToken STRING public static final enum com.google.gson.stream.JsonToken NUMBER public static final enum com.google.gson.stream.JsonToken BOOLEAN public static final enum com.google.gson.stream.JsonToken NULL public static final enum com.google.gson.stream.JsonToken END_DOCUMENT private static final synthetic com.google.gson.stream.JsonToken[] $VALUES public static com.google.gson.stream.JsonToken[] values () public static com.google.gson.stream.JsonToken valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/gson/stream/MalformedJsonException.class
MalformedJsonException.java package com.google.gson.stream public final com.google.gson.stream.MalformedJsonException extends java.io.IOException { private static final long serialVersionUID public void <init> (java.lang.String) String msg public void <init> (java.lang.String, java.lang.Throwable) String msg Throwable throwable public void <init> (java.lang.Throwable) Throwable throwable }
com/google/gson/stream/JsonWriter.class
JsonWriter.java package com.google.gson.stream public com.google.gson.stream.JsonWriter extends java.lang.Object implements java.io.Closeable java.io.Flushable { private static final java.util.regex.Pattern VALID_JSON_NUMBER_PATTERN private static final String[] REPLACEMENT_CHARS private static final String[] HTML_SAFE_REPLACEMENT_CHARS private final java.io.Writer out private int[] stack private int stackSize private String indent private String separator private boolean lenient private boolean htmlSafe private String deferredName private boolean serializeNulls public void <init> (java.io.Writer) java.io.Writer out public final void setIndent (java.lang.String) String indent public final void setLenient (boolean) boolean lenient public boolean isLenient () public final void setHtmlSafe (boolean) boolean htmlSafe public final boolean isHtmlSafe () public final void setSerializeNulls (boolean) boolean serializeNulls public final boolean getSerializeNulls () public com.google.gson.stream.JsonWriter beginArray () throws java.io.IOException public com.google.gson.stream.JsonWriter endArray () throws java.io.IOException public com.google.gson.stream.JsonWriter beginObject () throws java.io.IOException public com.google.gson.stream.JsonWriter endObject () throws java.io.IOException private com.google.gson.stream.JsonWriter open (int, char) throws java.io.IOException int empty char openBracket private com.google.gson.stream.JsonWriter close (int, int, char) throws java.io.IOException int empty int nonempty char closeBracket int context private void push (int) int newTop private int peek () private void replaceTop (int) int topOfStack public com.google.gson.stream.JsonWriter name (java.lang.String) throws java.io.IOException String name private void writeDeferredName () throws java.io.IOException public com.google.gson.stream.JsonWriter value (java.lang.String) throws java.io.IOException String value public com.google.gson.stream.JsonWriter jsonValue (java.lang.String) throws java.io.IOException String value public com.google.gson.stream.JsonWriter nullValue () throws java.io.IOException public com.google.gson.stream.JsonWriter value (boolean) throws java.io.IOException boolean value public com.google.gson.stream.JsonWriter value (java.lang.Boolean) throws java.io.IOException Boolean value public com.google.gson.stream.JsonWriter value (double) throws java.io.IOException double value public com.google.gson.stream.JsonWriter value (long) throws java.io.IOException long value private static boolean isTrustedNumberType (java.lang.Class) Class c public com.google.gson.stream.JsonWriter value (java.lang.Number) throws java.io.IOException Class numberClass Number value String string public void flush () throws java.io.IOException public void close () throws java.io.IOException int size private void string (java.lang.String) throws java.io.IOException String replacement String replacement char c String replacement int i String value String[] replacements int last int length private void newline () throws java.io.IOException int i int size private void beforeName () throws java.io.IOException int context private void beforeValue () throws java.io.IOException static void <clinit> () int i }
com/google/gson/stream/JsonScope.class
JsonScope.java package com.google.gson.stream final com.google.gson.stream.JsonScope extends java.lang.Object { static final int EMPTY_ARRAY static final int NONEMPTY_ARRAY static final int EMPTY_OBJECT static final int DANGLING_NAME static final int NONEMPTY_OBJECT static final int EMPTY_DOCUMENT static final int NONEMPTY_DOCUMENT static final int CLOSED void <init> () }
com/google/gson/FieldNamingPolicy$4.class
FieldNamingPolicy.java package com.google.gson final enum com.google.gson.FieldNamingPolicy$4 extends com.google.gson.FieldNamingPolicy { void <init> (java.lang.String, int) public java.lang.String translateName (java.lang.reflect.Field) java.lang.reflect.Field f }
com/google/gson/JsonIOException.class
JsonIOException.java package com.google.gson public final com.google.gson.JsonIOException extends com.google.gson.JsonParseException { private static final long serialVersionUID public void <init> (java.lang.String) String msg public void <init> (java.lang.String, java.lang.Throwable) String msg Throwable cause public void <init> (java.lang.Throwable) Throwable cause }
com/google/gson/reflect/TypeToken.class
TypeToken.java package com.google.gson.reflect public com.google.gson.reflect.TypeToken extends java.lang.Object { final Class rawType final java.lang.reflect.Type type final int hashCode protected void <init> () void <init> (java.lang.reflect.Type) java.lang.reflect.Type type static java.lang.reflect.Type getSuperclassTypeParameter (java.lang.Class) Class subclass java.lang.reflect.Type superclass java.lang.reflect.ParameterizedType parameterized public final java.lang.Class getRawType () public final java.lang.reflect.Type getType () public boolean isAssignableFrom (java.lang.Class) Class cls public boolean isAssignableFrom (java.lang.reflect.Type) java.lang.reflect.Type from public boolean isAssignableFrom (com.google.gson.reflect.TypeToken) com.google.gson.reflect.TypeToken token private static boolean isAssignableFrom (java.lang.reflect.Type, java.lang.reflect.GenericArrayType) Class classType java.lang.reflect.Type t java.lang.reflect.Type from java.lang.reflect.GenericArrayType to java.lang.reflect.Type toGenericComponentType private static boolean isAssignableFrom (java.lang.reflect.Type, java.lang.reflect.ParameterizedType, java.util.Map) java.lang.reflect.TypeVariable v java.lang.reflect.Type arg java.lang.reflect.TypeVariable var int i java.lang.reflect.Type[] tArgs java.lang.reflect.TypeVariable[] tParams java.lang.reflect.Type itype java.lang.reflect.Type from java.lang.reflect.ParameterizedType to java.util.Map typeVarMap Class clazz java.lang.reflect.ParameterizedType ptype java.lang.reflect.Type sType private static boolean typeEquals (java.lang.reflect.ParameterizedType, java.lang.reflect.ParameterizedType, java.util.Map) int i java.lang.reflect.Type[] fromArgs java.lang.reflect.Type[] toArgs java.lang.reflect.ParameterizedType from java.lang.reflect.ParameterizedType to java.util.Map typeVarMap private static transient java.lang.AssertionError buildUnexpectedTypeError (java.lang.reflect.Type, java.lang.Class[]) Class clazz java.lang.reflect.Type token Class[] expected StringBuilder exceptionMessage private static boolean matches (java.lang.reflect.Type, java.lang.reflect.Type, java.util.Map) java.lang.reflect.Type from java.lang.reflect.Type to java.util.Map typeMap public final int hashCode () public final boolean equals (java.lang.Object) Object o public final java.lang.String toString () public static com.google.gson.reflect.TypeToken get (java.lang.reflect.Type) java.lang.reflect.Type type public static com.google.gson.reflect.TypeToken get (java.lang.Class) Class type public static transient com.google.gson.reflect.TypeToken getParameterized (java.lang.reflect.Type, java.lang.reflect.Type[]) java.lang.reflect.Type rawType java.lang.reflect.Type[] typeArguments public static com.google.gson.reflect.TypeToken getArray (java.lang.reflect.Type) java.lang.reflect.Type componentType }
com/google/gson/TypeAdapter.class
TypeAdapter.java package com.google.gson public abstract com.google.gson.TypeAdapter extends java.lang.Object { public void <init> () public abstract void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException public final void toJson (java.io.Writer, java.lang.Object) throws java.io.IOException java.io.Writer out Object value com.google.gson.stream.JsonWriter writer public final com.google.gson.TypeAdapter nullSafe () public final java.lang.String toJson (java.lang.Object) java.io.IOException e Object value java.io.StringWriter stringWriter public final com.google.gson.JsonElement toJsonTree (java.lang.Object) com.google.gson.internal.bind.JsonTreeWriter jsonWriter java.io.IOException e Object value public abstract java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public final java.lang.Object fromJson (java.io.Reader) throws java.io.IOException java.io.Reader in com.google.gson.stream.JsonReader reader public final java.lang.Object fromJson (java.lang.String) throws java.io.IOException String json public final java.lang.Object fromJsonTree (com.google.gson.JsonElement) com.google.gson.stream.JsonReader jsonReader java.io.IOException e com.google.gson.JsonElement jsonTree }
com/google/gson/JsonPrimitive.class
JsonPrimitive.java package com.google.gson public final com.google.gson.JsonPrimitive extends com.google.gson.JsonElement { private final Object value public void <init> (java.lang.Boolean) Boolean bool public void <init> (java.lang.Number) Number number public void <init> (java.lang.String) String string public void <init> (java.lang.Character) Character c public com.google.gson.JsonPrimitive deepCopy () public boolean isBoolean () public boolean getAsBoolean () public boolean isNumber () public java.lang.Number getAsNumber () public boolean isString () public java.lang.String getAsString () public double getAsDouble () public java.math.BigDecimal getAsBigDecimal () public java.math.BigInteger getAsBigInteger () public float getAsFloat () public long getAsLong () public short getAsShort () public int getAsInt () public byte getAsByte () public char getAsCharacter () public int hashCode () long value long value public boolean equals (java.lang.Object) double a double b Object obj com.google.gson.JsonPrimitive other private static boolean isIntegral (com.google.gson.JsonPrimitive) Number number com.google.gson.JsonPrimitive primitive public volatile synthetic com.google.gson.JsonElement deepCopy () }
com/google/gson/internal/ConstructorConstructor$1.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$1 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.InstanceCreator val$typeCreator final synthetic java.lang.reflect.Type val$type final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, com.google.gson.InstanceCreator, java.lang.reflect.Type) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/ConstructorConstructor$3.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$3 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic String val$exceptionMessage final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, java.lang.String) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/Streams$AppendableWriter$CurrentWrite.class
Streams.java package com.google.gson.internal com.google.gson.internal.Streams$AppendableWriter$CurrentWrite extends java.lang.Object implements java.lang.CharSequence { char[] chars void <init> () public int length () public char charAt (int) int i public java.lang.CharSequence subSequence (int, int) int start int end }
com/google/gson/internal/ConstructorConstructor$7.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$7 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/Excluder$1.class
Excluder.java package com.google.gson.internal com.google.gson.internal.Excluder$1 extends com.google.gson.TypeAdapter { private com.google.gson.TypeAdapter delegate final synthetic boolean val$skipDeserialize final synthetic boolean val$skipSerialize final synthetic com.google.gson.Gson val$gson final synthetic com.google.gson.reflect.TypeToken val$type final synthetic com.google.gson.internal.Excluder this$0 void <init> (com.google.gson.internal.Excluder, boolean, boolean, com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.internal.Excluder this$0 public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.stream.JsonWriter out Object value private com.google.gson.TypeAdapter delegate () com.google.gson.TypeAdapter d }
com/google/gson/internal/ConstructorConstructor$5.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$5 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/$Gson$Types.class
$Gson$Types.java package com.google.gson.internal public final com.google.gson.internal.$Gson$Types extends java.lang.Object { static final java.lang.reflect.Type[] EMPTY_TYPE_ARRAY private void <init> () public static transient java.lang.reflect.ParameterizedType newParameterizedTypeWithOwner (java.lang.reflect.Type, java.lang.reflect.Type, java.lang.reflect.Type[]) java.lang.reflect.Type ownerType java.lang.reflect.Type rawType java.lang.reflect.Type[] typeArguments public static java.lang.reflect.GenericArrayType arrayOf (java.lang.reflect.Type) java.lang.reflect.Type componentType public static java.lang.reflect.WildcardType subtypeOf (java.lang.reflect.Type) java.lang.reflect.Type[] upperBounds java.lang.reflect.Type bound java.lang.reflect.Type[] upperBounds public static java.lang.reflect.WildcardType supertypeOf (java.lang.reflect.Type) java.lang.reflect.Type[] lowerBounds java.lang.reflect.Type bound java.lang.reflect.Type[] lowerBounds public static java.lang.reflect.Type canonicalize (java.lang.reflect.Type) Class c java.lang.reflect.ParameterizedType p java.lang.reflect.GenericArrayType g java.lang.reflect.WildcardType w java.lang.reflect.Type type public static java.lang.Class getRawType (java.lang.reflect.Type) java.lang.reflect.ParameterizedType parameterizedType java.lang.reflect.Type rawType java.lang.reflect.Type componentType String className java.lang.reflect.Type type static boolean equal (java.lang.Object, java.lang.Object) Object a Object b public static boolean equals (java.lang.reflect.Type, java.lang.reflect.Type) java.lang.reflect.ParameterizedType pa java.lang.reflect.ParameterizedType pb java.lang.reflect.GenericArrayType ga java.lang.reflect.GenericArrayType gb java.lang.reflect.WildcardType wa java.lang.reflect.WildcardType wb java.lang.reflect.TypeVariable va java.lang.reflect.TypeVariable vb java.lang.reflect.Type a java.lang.reflect.Type b static int hashCodeOrZero (java.lang.Object) Object o public static java.lang.String typeToString (java.lang.reflect.Type) java.lang.reflect.Type type static java.lang.reflect.Type getGenericSupertype (java.lang.reflect.Type, java.lang.Class, java.lang.Class) int i int length Class[] interfaces Class rawSupertype java.lang.reflect.Type context Class rawType Class toResolve static java.lang.reflect.Type getSupertype (java.lang.reflect.Type, java.lang.Class, java.lang.Class) java.lang.reflect.Type context Class contextRawType Class supertype public static java.lang.reflect.Type getArrayComponentType (java.lang.reflect.Type) java.lang.reflect.Type array public static java.lang.reflect.Type getCollectionElementType (java.lang.reflect.Type, java.lang.Class) java.lang.reflect.Type context Class contextRawType java.lang.reflect.Type collectionType public static java.lang.reflect.Type[] getMapKeyAndValueTypes (java.lang.reflect.Type, java.lang.Class) java.lang.reflect.ParameterizedType mapParameterizedType java.lang.reflect.Type context Class contextRawType java.lang.reflect.Type mapType public static java.lang.reflect.Type resolve (java.lang.reflect.Type, java.lang.Class, java.lang.reflect.Type) java.lang.reflect.Type context Class contextRawType java.lang.reflect.Type toResolve private static java.lang.reflect.Type resolve (java.lang.reflect.Type, java.lang.Class, java.lang.reflect.Type, java.util.Map) java.lang.reflect.TypeVariable typeVariable java.lang.reflect.Type previouslyResolved Class original java.lang.reflect.Type componentType java.lang.reflect.Type newComponentType java.lang.reflect.GenericArrayType original java.lang.reflect.Type componentType java.lang.reflect.Type newComponentType java.lang.reflect.Type resolvedTypeArgument int t int length java.lang.reflect.ParameterizedType original java.lang.reflect.Type ownerType java.lang.reflect.Type newOwnerType boolean changed java.lang.reflect.Type[] args java.lang.reflect.Type lowerBound java.lang.reflect.Type upperBound java.lang.reflect.WildcardType original java.lang.reflect.Type[] originalLowerBound java.lang.reflect.Type[] originalUpperBound java.lang.reflect.Type context Class contextRawType java.lang.reflect.Type toResolve java.util.Map visitedTypeVariables java.lang.reflect.TypeVariable resolving static java.lang.reflect.Type resolveTypeVariable (java.lang.reflect.Type, java.lang.Class, java.lang.reflect.TypeVariable) int index java.lang.reflect.Type context Class contextRawType java.lang.reflect.TypeVariable unknown Class declaredByRaw java.lang.reflect.Type declaredBy private static int indexOf (java.lang.Object[], java.lang.Object) int i int length Object[] array Object toFind private static java.lang.Class declaringClassOf (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable typeVariable java.lang.reflect.GenericDeclaration genericDeclaration static void checkNotPrimitive (java.lang.reflect.Type) java.lang.reflect.Type type static void <clinit> () }
com/google/gson/internal/ConstructorConstructor.class
ConstructorConstructor.java package com.google.gson.internal public final com.google.gson.internal.ConstructorConstructor extends java.lang.Object { private final java.util.Map instanceCreators private final boolean useJdkUnsafe public void <init> (java.util.Map, boolean) java.util.Map instanceCreators boolean useJdkUnsafe public com.google.gson.internal.ObjectConstructor get (com.google.gson.reflect.TypeToken) com.google.gson.reflect.TypeToken typeToken java.lang.reflect.Type type Class rawType com.google.gson.InstanceCreator typeCreator com.google.gson.InstanceCreator rawTypeCreator com.google.gson.internal.ObjectConstructor defaultConstructor com.google.gson.internal.ObjectConstructor defaultImplementation private com.google.gson.internal.ObjectConstructor newDefaultConstructor (java.lang.Class) java.lang.reflect.Constructor constructor NoSuchMethodException e Class rawType java.lang.reflect.Constructor constructor String exceptionMessage private com.google.gson.internal.ObjectConstructor newDefaultImplementationConstructor (java.lang.reflect.Type, java.lang.Class) java.lang.reflect.Type type Class rawType private com.google.gson.internal.ObjectConstructor newUnsafeAllocator (java.lang.Class) String exceptionMessage Class rawType public java.lang.String toString () }
com/google/gson/internal/ConstructorConstructor$2.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$2 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.InstanceCreator val$rawTypeCreator final synthetic java.lang.reflect.Type val$type final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, com.google.gson.InstanceCreator, java.lang.reflect.Type) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/LinkedTreeMap$KeySet.class
LinkedTreeMap.java package com.google.gson.internal final com.google.gson.internal.LinkedTreeMap$KeySet extends java.util.AbstractSet { final synthetic com.google.gson.internal.LinkedTreeMap this$0 void <init> (com.google.gson.internal.LinkedTreeMap) com.google.gson.internal.LinkedTreeMap this$0 public int size () public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object key public void clear () }
com/google/gson/internal/GsonBuildConfig.class
GsonBuildConfig.java package com.google.gson.internal public final com.google.gson.internal.GsonBuildConfig extends java.lang.Object { public static final String VERSION private void <init> () }
com/google/gson/internal/LinkedTreeMap$1.class
LinkedTreeMap.java package com.google.gson.internal com.google.gson.internal.LinkedTreeMap$1 extends java.lang.Object implements java.util.Comparator { void <init> () public int compare (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/gson/internal/LazilyParsedNumber.class
LazilyParsedNumber.java package com.google.gson.internal public final com.google.gson.internal.LazilyParsedNumber extends java.lang.Number { private final String value public void <init> (java.lang.String) String value public int intValue () NumberFormatException nfe NumberFormatException e public long longValue () NumberFormatException e public float floatValue () public double doubleValue () public java.lang.String toString () private java.lang.Object writeReplace () throws java.io.ObjectStreamException private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in public int hashCode () public boolean equals (java.lang.Object) com.google.gson.internal.LazilyParsedNumber other Object obj }
com/google/gson/internal/JsonReaderInternalAccess.class
JsonReaderInternalAccess.java package com.google.gson.internal public abstract com.google.gson.internal.JsonReaderInternalAccess extends java.lang.Object { public static com.google.gson.internal.JsonReaderInternalAccess INSTANCE public void <init> () public abstract void promoteNameToValue (com.google.gson.stream.JsonReader) throws java.io.IOException }
com/google/gson/internal/reflect/ReflectionHelper.class
ReflectionHelper.java package com.google.gson.internal.reflect public com.google.gson.internal.reflect.ReflectionHelper extends java.lang.Object { private void <init> () public static void makeAccessible (java.lang.reflect.Field) throws com.google.gson.JsonIOException Exception exception java.lang.reflect.Field field private static java.lang.String constructorToString (java.lang.reflect.Constructor) int i java.lang.reflect.Constructor constructor StringBuilder stringBuilder Class[] parameters public static java.lang.String tryMakeAccessible (java.lang.reflect.Constructor) Exception exception java.lang.reflect.Constructor constructor }
com/google/gson/internal/LinkedTreeMap$EntrySet.class
LinkedTreeMap.java package com.google.gson.internal com.google.gson.internal.LinkedTreeMap$EntrySet extends java.util.AbstractSet { final synthetic com.google.gson.internal.LinkedTreeMap this$0 void <init> (com.google.gson.internal.LinkedTreeMap) com.google.gson.internal.LinkedTreeMap this$0 public int size () public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o com.google.gson.internal.LinkedTreeMap$Node node public void clear () }
com/google/gson/internal/ConstructorConstructor$4.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$4 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic java.lang.reflect.Constructor val$constructor final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, java.lang.reflect.Constructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () Object newInstance InstantiationException e java.lang.reflect.InvocationTargetException e IllegalAccessException e }
com/google/gson/internal/ObjectConstructor.class
ObjectConstructor.java package com.google.gson.internal public abstract com.google.gson.internal.ObjectConstructor extends java.lang.Object { public abstract java.lang.Object construct () }
com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator.class
LinkedTreeMap.java package com.google.gson.internal abstract com.google.gson.internal.LinkedTreeMap$LinkedTreeMapIterator extends java.lang.Object implements java.util.Iterator { com.google.gson.internal.LinkedTreeMap$Node next com.google.gson.internal.LinkedTreeMap$Node lastReturned int expectedModCount final synthetic com.google.gson.internal.LinkedTreeMap this$0 void <init> (com.google.gson.internal.LinkedTreeMap) public final boolean hasNext () final com.google.gson.internal.LinkedTreeMap$Node nextNode () com.google.gson.internal.LinkedTreeMap$Node e public final void remove () }
com/google/gson/internal/PreJava9DateFormatProvider.class
PreJava9DateFormatProvider.java package com.google.gson.internal public com.google.gson.internal.PreJava9DateFormatProvider extends java.lang.Object { public void <init> () public static java.text.DateFormat getUSDateFormat (int) int style public static java.text.DateFormat getUSDateTimeFormat (int, int) int dateStyle int timeStyle String pattern private static java.lang.String getDateFormatPattern (int) int style private static java.lang.String getDatePartOfDateTimePattern (int) int dateStyle private static java.lang.String getTimePartOfDateTimePattern (int) int timeStyle }
com/google/gson/internal/$Gson$Preconditions.class
$Gson$Preconditions.java package com.google.gson.internal public final com.google.gson.internal.$Gson$Preconditions extends java.lang.Object { private void <init> () public static java.lang.Object checkNotNull (java.lang.Object) Object obj public static void checkArgument (boolean) boolean condition }
com/google/gson/internal/ConstructorConstructor$6.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$6 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic java.lang.reflect.Type val$type final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, java.lang.reflect.Type) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () java.lang.reflect.Type elementType }
com/google/gson/internal/Streams.class
Streams.java package com.google.gson.internal public final com.google.gson.internal.Streams extends java.lang.Object { private void <init> () public static com.google.gson.JsonElement parse (com.google.gson.stream.JsonReader) throws com.google.gson.JsonParseException java.io.EOFException e com.google.gson.stream.MalformedJsonException e java.io.IOException e NumberFormatException e com.google.gson.stream.JsonReader reader boolean isEmpty public static void write (com.google.gson.JsonElement, com.google.gson.stream.JsonWriter) throws java.io.IOException com.google.gson.JsonElement element com.google.gson.stream.JsonWriter writer public static java.io.Writer writerForAppendable (java.lang.Appendable) Appendable appendable }
com/google/gson/internal/ConstructorConstructor$12.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$12 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/UnsafeAllocator.class
UnsafeAllocator.java package com.google.gson.internal public abstract com.google.gson.internal.UnsafeAllocator extends java.lang.Object { public void <init> () public abstract java.lang.Object newInstance (java.lang.Class) throws java.lang.Exception public static com.google.gson.internal.UnsafeAllocator create () Class unsafeClass java.lang.reflect.Field f Object unsafe java.lang.reflect.Method allocateInstance java.lang.reflect.Method getConstructorId int constructorId java.lang.reflect.Method newInstance java.lang.reflect.Method newInstance static void assertInstantiable (java.lang.Class) Class c int modifiers }
com/google/gson/internal/ConstructorConstructor$10.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$10 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic java.lang.reflect.Type val$type final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, java.lang.reflect.Type) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () Object map java.lang.reflect.Type elementType }
com/google/gson/internal/UnsafeAllocator$4.class
UnsafeAllocator.java package com.google.gson.internal com.google.gson.internal.UnsafeAllocator$4 extends com.google.gson.internal.UnsafeAllocator { void <init> () public java.lang.Object newInstance (java.lang.Class) Class c }
com/google/gson/internal/$Gson$Types$ParameterizedTypeImpl.class
$Gson$Types.java package com.google.gson.internal final com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl extends java.lang.Object implements java.lang.reflect.ParameterizedType java.io.Serializable { private final java.lang.reflect.Type ownerType private final java.lang.reflect.Type rawType private final java.lang.reflect.Type[] typeArguments private static final long serialVersionUID public transient void <init> (java.lang.reflect.Type, java.lang.reflect.Type, java.lang.reflect.Type[]) Class rawTypeAsClass boolean isStaticOrTopLevelClass int t int length java.lang.reflect.Type ownerType java.lang.reflect.Type rawType java.lang.reflect.Type[] typeArguments public java.lang.reflect.Type[] getActualTypeArguments () public java.lang.reflect.Type getRawType () public java.lang.reflect.Type getOwnerType () public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () int i int length StringBuilder stringBuilder }
com/google/gson/internal/ConstructorConstructor$8.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$8 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/ConstructorConstructor$14.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$14 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/LinkedTreeMap.class
LinkedTreeMap.java package com.google.gson.internal public final com.google.gson.internal.LinkedTreeMap extends java.util.AbstractMap implements java.io.Serializable { private static final java.util.Comparator NATURAL_ORDER java.util.Comparator comparator com.google.gson.internal.LinkedTreeMap$Node root int size int modCount final com.google.gson.internal.LinkedTreeMap$Node header private com.google.gson.internal.LinkedTreeMap$EntrySet entrySet private com.google.gson.internal.LinkedTreeMap$KeySet keySet static final synthetic boolean $assertionsDisabled public void <init> () public void <init> (java.util.Comparator) java.util.Comparator comparator public int size () public java.lang.Object get (java.lang.Object) Object key com.google.gson.internal.LinkedTreeMap$Node node public boolean containsKey (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value com.google.gson.internal.LinkedTreeMap$Node created Object result public void clear () com.google.gson.internal.LinkedTreeMap$Node header public java.lang.Object remove (java.lang.Object) Object key com.google.gson.internal.LinkedTreeMap$Node node com.google.gson.internal.LinkedTreeMap$Node find (java.lang.Object, boolean) com.google.gson.internal.LinkedTreeMap$Node child Comparable comparableKey com.google.gson.internal.LinkedTreeMap$Node created Object key boolean create java.util.Comparator comparator com.google.gson.internal.LinkedTreeMap$Node nearest int comparison com.google.gson.internal.LinkedTreeMap$Node header com.google.gson.internal.LinkedTreeMap$Node created com.google.gson.internal.LinkedTreeMap$Node findByObject (java.lang.Object) ClassCastException e Object key com.google.gson.internal.LinkedTreeMap$Node findByEntry (java.util.Map$Entry) java.util.Map$Entry entry com.google.gson.internal.LinkedTreeMap$Node mine boolean valuesEqual private boolean equal (java.lang.Object, java.lang.Object) Object a Object b void removeInternal (com.google.gson.internal.LinkedTreeMap$Node, boolean) com.google.gson.internal.LinkedTreeMap$Node adjacent int leftHeight int rightHeight com.google.gson.internal.LinkedTreeMap$Node node boolean unlink com.google.gson.internal.LinkedTreeMap$Node left com.google.gson.internal.LinkedTreeMap$Node right com.google.gson.internal.LinkedTreeMap$Node originalParent com.google.gson.internal.LinkedTreeMap$Node removeInternalByKey (java.lang.Object) Object key com.google.gson.internal.LinkedTreeMap$Node node private void replaceInParent (com.google.gson.internal.LinkedTreeMap$Node, com.google.gson.internal.LinkedTreeMap$Node) com.google.gson.internal.LinkedTreeMap$Node node com.google.gson.internal.LinkedTreeMap$Node replacement com.google.gson.internal.LinkedTreeMap$Node parent private void rebalance (com.google.gson.internal.LinkedTreeMap$Node, boolean) com.google.gson.internal.LinkedTreeMap$Node rightLeft com.google.gson.internal.LinkedTreeMap$Node rightRight int rightRightHeight int rightLeftHeight int rightDelta com.google.gson.internal.LinkedTreeMap$Node leftLeft com.google.gson.internal.LinkedTreeMap$Node leftRight int leftRightHeight int leftLeftHeight int leftDelta com.google.gson.internal.LinkedTreeMap$Node left com.google.gson.internal.LinkedTreeMap$Node right int leftHeight int rightHeight int delta com.google.gson.internal.LinkedTreeMap$Node node com.google.gson.internal.LinkedTreeMap$Node unbalanced boolean insert private void rotateLeft (com.google.gson.internal.LinkedTreeMap$Node) com.google.gson.internal.LinkedTreeMap$Node root com.google.gson.internal.LinkedTreeMap$Node left com.google.gson.internal.LinkedTreeMap$Node pivot com.google.gson.internal.LinkedTreeMap$Node pivotLeft com.google.gson.internal.LinkedTreeMap$Node pivotRight private void rotateRight (com.google.gson.internal.LinkedTreeMap$Node) com.google.gson.internal.LinkedTreeMap$Node root com.google.gson.internal.LinkedTreeMap$Node pivot com.google.gson.internal.LinkedTreeMap$Node right com.google.gson.internal.LinkedTreeMap$Node pivotLeft com.google.gson.internal.LinkedTreeMap$Node pivotRight public java.util.Set entrySet () com.google.gson.internal.LinkedTreeMap$EntrySet result public java.util.Set keySet () com.google.gson.internal.LinkedTreeMap$KeySet result private java.lang.Object writeReplace () throws java.io.ObjectStreamException private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in static void <clinit> () }
com/google/gson/internal/UnsafeAllocator$2.class
UnsafeAllocator.java package com.google.gson.internal com.google.gson.internal.UnsafeAllocator$2 extends com.google.gson.internal.UnsafeAllocator { final synthetic java.lang.reflect.Method val$newInstance final synthetic int val$constructorId void <init> (java.lang.reflect.Method, int) public java.lang.Object newInstance (java.lang.Class) throws java.lang.Exception Class c }
com/google/gson/internal/ConstructorConstructor$16.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$16 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { private final com.google.gson.internal.UnsafeAllocator unsafeAllocator final synthetic Class val$rawType final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, java.lang.Class) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () Object newInstance Exception e }
com/google/gson/internal/Primitives.class
Primitives.java package com.google.gson.internal public final com.google.gson.internal.Primitives extends java.lang.Object { private void <init> () public static boolean isPrimitive (java.lang.reflect.Type) java.lang.reflect.Type type public static boolean isWrapperType (java.lang.reflect.Type) java.lang.reflect.Type type public static java.lang.Class wrap (java.lang.Class) Class type public static java.lang.Class unwrap (java.lang.Class) Class type }
com/google/gson/internal/LinkedTreeMap$KeySet$1.class
LinkedTreeMap.java package com.google.gson.internal com.google.gson.internal.LinkedTreeMap$KeySet$1 extends com.google.gson.internal.LinkedTreeMap$LinkedTreeMapIterator { final synthetic com.google.gson.internal.LinkedTreeMap$KeySet this$1 void <init> (com.google.gson.internal.LinkedTreeMap$KeySet) com.google.gson.internal.LinkedTreeMap$KeySet this$1 public java.lang.Object next () }
com/google/gson/internal/ConstructorConstructor$11.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$11 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/$Gson$Types$GenericArrayTypeImpl.class
$Gson$Types.java package com.google.gson.internal final com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayType java.io.Serializable { private final java.lang.reflect.Type componentType private static final long serialVersionUID public void <init> (java.lang.reflect.Type) java.lang.reflect.Type componentType public java.lang.reflect.Type getGenericComponentType () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () }
com/google/gson/internal/ConstructorConstructor$9.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$9 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/$Gson$Types$WildcardTypeImpl.class
$Gson$Types.java package com.google.gson.internal final com.google.gson.internal.$Gson$Types$WildcardTypeImpl extends java.lang.Object implements java.lang.reflect.WildcardType java.io.Serializable { private final java.lang.reflect.Type upperBound private final java.lang.reflect.Type lowerBound private static final long serialVersionUID public void <init> (java.lang.reflect.Type[], java.lang.reflect.Type[]) java.lang.reflect.Type[] upperBounds java.lang.reflect.Type[] lowerBounds public java.lang.reflect.Type[] getUpperBounds () public java.lang.reflect.Type[] getLowerBounds () public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
com/google/gson/internal/ConstructorConstructor$13.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$13 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/bind/DefaultDateTypeAdapter$1.class
DefaultDateTypeAdapter.java package com.google.gson.internal.bind synthetic com.google.gson.internal.bind.DefaultDateTypeAdapter$1 extends java.lang.Object { }
com/google/gson/internal/bind/TreeTypeAdapter.class
TreeTypeAdapter.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.TreeTypeAdapter extends com.google.gson.TypeAdapter { private final com.google.gson.JsonSerializer serializer private final com.google.gson.JsonDeserializer deserializer final com.google.gson.Gson gson private final com.google.gson.reflect.TypeToken typeToken private final com.google.gson.TypeAdapterFactory skipPast private final com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl context private volatile com.google.gson.TypeAdapter delegate public void <init> (com.google.gson.JsonSerializer, com.google.gson.JsonDeserializer, com.google.gson.Gson, com.google.gson.reflect.TypeToken, com.google.gson.TypeAdapterFactory) com.google.gson.JsonSerializer serializer com.google.gson.JsonDeserializer deserializer com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken com.google.gson.TypeAdapterFactory skipPast public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in com.google.gson.JsonElement value public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.stream.JsonWriter out Object value com.google.gson.JsonElement tree private com.google.gson.TypeAdapter delegate () com.google.gson.TypeAdapter d public static com.google.gson.TypeAdapterFactory newFactory (com.google.gson.reflect.TypeToken, java.lang.Object) com.google.gson.reflect.TypeToken exactType Object typeAdapter public static com.google.gson.TypeAdapterFactory newFactoryWithMatchRawType (com.google.gson.reflect.TypeToken, java.lang.Object) com.google.gson.reflect.TypeToken exactType Object typeAdapter boolean matchRawType public static com.google.gson.TypeAdapterFactory newTypeHierarchyFactory (java.lang.Class, java.lang.Object) Class hierarchyType Object typeAdapter }
com/google/gson/internal/bind/TypeAdapters$8.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$8 extends com.google.gson.TypeAdapter { void <init> () public java.util.concurrent.atomic.AtomicInteger read (com.google.gson.stream.JsonReader) throws java.io.IOException NumberFormatException e com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.util.concurrent.atomic.AtomicInteger) throws java.io.IOException com.google.gson.stream.JsonWriter out java.util.concurrent.atomic.AtomicInteger value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/ObjectTypeAdapter.class
ObjectTypeAdapter.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.ObjectTypeAdapter extends com.google.gson.TypeAdapter { private static final com.google.gson.TypeAdapterFactory DOUBLE_FACTORY private final com.google.gson.Gson gson private final com.google.gson.ToNumberStrategy toNumberStrategy private void <init> (com.google.gson.Gson, com.google.gson.ToNumberStrategy) com.google.gson.Gson gson com.google.gson.ToNumberStrategy toNumberStrategy private static com.google.gson.TypeAdapterFactory newFactory (com.google.gson.ToNumberStrategy) com.google.gson.ToNumberStrategy toNumberStrategy public static com.google.gson.TypeAdapterFactory getFactory (com.google.gson.ToNumberStrategy) com.google.gson.ToNumberStrategy toNumberStrategy public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException java.util.List list java.util.Map map com.google.gson.stream.JsonReader in com.google.gson.stream.JsonToken token public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.stream.JsonWriter out Object value com.google.gson.TypeAdapter typeAdapter synthetic void <init> (com.google.gson.Gson, com.google.gson.ToNumberStrategy, com.google.gson.internal.bind.ObjectTypeAdapter$1) com.google.gson.Gson x0 com.google.gson.ToNumberStrategy x1 com.google.gson.internal.bind.ObjectTypeAdapter$1 x2 static void <clinit> () }
com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory.class
JsonAdapterAnnotationTypeAdapterFactory.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactory { private final com.google.gson.internal.ConstructorConstructor constructorConstructor public void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor constructorConstructor public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken targetType Class rawType com.google.gson.annotations.JsonAdapter annotation com.google.gson.TypeAdapter getTypeAdapter (com.google.gson.internal.ConstructorConstructor, com.google.gson.Gson, com.google.gson.reflect.TypeToken, com.google.gson.annotations.JsonAdapter) com.google.gson.TypeAdapter typeAdapter com.google.gson.TypeAdapter typeAdapter com.google.gson.JsonSerializer serializer com.google.gson.JsonDeserializer deserializer com.google.gson.TypeAdapter typeAdapter com.google.gson.internal.ConstructorConstructor constructorConstructor com.google.gson.Gson gson com.google.gson.reflect.TypeToken type com.google.gson.annotations.JsonAdapter annotation Object instance com.google.gson.TypeAdapter typeAdapter }
com/google/gson/internal/bind/TypeAdapters$13.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$13 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$11.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$11 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException NumberFormatException e com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/ObjectTypeAdapter$1.class
ObjectTypeAdapter.java package com.google.gson.internal.bind com.google.gson.internal.bind.ObjectTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { final synthetic com.google.gson.ToNumberStrategy val$toNumberStrategy void <init> (com.google.gson.ToNumberStrategy) public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken type }
com/google/gson/internal/bind/TypeAdapters$35.class
TypeAdapters.java package com.google.gson.internal.bind synthetic com.google.gson.internal.bind.TypeAdapters$35 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$gson$stream$JsonToken static void <clinit> () }
com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$1.class
ReflectiveTypeAdapterFactory.java package com.google.gson.internal.bind com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1 extends com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField { final synthetic java.lang.reflect.Field val$field final synthetic boolean val$jsonAdapterPresent final synthetic com.google.gson.TypeAdapter val$typeAdapter final synthetic com.google.gson.Gson val$context final synthetic com.google.gson.reflect.TypeToken val$fieldType final synthetic boolean val$isPrimitive final synthetic com.google.gson.internal.bind.ReflectiveTypeAdapterFactory this$0 void <init> (com.google.gson.internal.bind.ReflectiveTypeAdapterFactory, java.lang.String, boolean, boolean, java.lang.reflect.Field, boolean, com.google.gson.TypeAdapter, com.google.gson.Gson, com.google.gson.reflect.TypeToken, boolean) com.google.gson.internal.bind.ReflectiveTypeAdapterFactory this$0 String name boolean serialized boolean deserialized void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException java.lang.IllegalAccessException com.google.gson.stream.JsonWriter writer Object value Object fieldValue com.google.gson.TypeAdapter t void read (com.google.gson.stream.JsonReader, java.lang.Object) throws java.io.IOException java.lang.IllegalAccessException com.google.gson.stream.JsonReader reader Object value Object fieldValue public boolean writeField (java.lang.Object) throws java.io.IOException java.lang.IllegalAccessException Object value Object fieldValue }
com/google/gson/internal/bind/JsonTreeReader.class
JsonTreeReader.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.JsonTreeReader extends com.google.gson.stream.JsonReader { private static final java.io.Reader UNREADABLE_READER private static final Object SENTINEL_CLOSED private Object[] stack private int stackSize private String[] pathNames private int[] pathIndices public void <init> (com.google.gson.JsonElement) com.google.gson.JsonElement element public void beginArray () throws java.io.IOException com.google.gson.JsonArray array public void endArray () throws java.io.IOException public void beginObject () throws java.io.IOException com.google.gson.JsonObject object public void endObject () throws java.io.IOException public boolean hasNext () throws java.io.IOException com.google.gson.stream.JsonToken token public com.google.gson.stream.JsonToken peek () throws java.io.IOException boolean isObject java.util.Iterator iterator com.google.gson.JsonPrimitive primitive Object o private java.lang.Object peekStack () private java.lang.Object popStack () Object result private void expect (com.google.gson.stream.JsonToken) throws java.io.IOException com.google.gson.stream.JsonToken expected public java.lang.String nextName () throws java.io.IOException java.util.Iterator i java.util.Map$Entry entry String result public java.lang.String nextString () throws java.io.IOException com.google.gson.stream.JsonToken token String result public boolean nextBoolean () throws java.io.IOException boolean result public void nextNull () throws java.io.IOException public double nextDouble () throws java.io.IOException com.google.gson.stream.JsonToken token double result public long nextLong () throws java.io.IOException com.google.gson.stream.JsonToken token long result public int nextInt () throws java.io.IOException com.google.gson.stream.JsonToken token int result com.google.gson.JsonElement nextJsonElement () throws java.io.IOException com.google.gson.stream.JsonToken peeked com.google.gson.JsonElement element public void close () throws java.io.IOException public void skipValue () throws java.io.IOException public java.lang.String toString () public void promoteNameToValue () throws java.io.IOException java.util.Iterator i java.util.Map$Entry entry private void push (java.lang.Object) int newLength Object newTop private java.lang.String getPath (boolean) int pathIndex int i boolean usePreviousPath StringBuilder result public java.lang.String getPreviousPath () public java.lang.String getPath () private java.lang.String locationString () static void <clinit> () }
com/google/gson/internal/bind/TypeAdapters$31.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$31 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { final synthetic Class val$type final synthetic com.google.gson.TypeAdapter val$typeAdapter void <init> (java.lang.Class, com.google.gson.TypeAdapter) public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken public java.lang.String toString () }
com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.class
TypeAdapterRuntimeTypeWrapper.java package com.google.gson.internal.bind final com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper extends com.google.gson.TypeAdapter { private final com.google.gson.Gson context private final com.google.gson.TypeAdapter delegate private final java.lang.reflect.Type type void <init> (com.google.gson.Gson, com.google.gson.TypeAdapter, java.lang.reflect.Type) com.google.gson.Gson context com.google.gson.TypeAdapter delegate java.lang.reflect.Type type public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.TypeAdapter runtimeTypeAdapter com.google.gson.stream.JsonWriter out Object value com.google.gson.TypeAdapter chosen java.lang.reflect.Type runtimeType private java.lang.reflect.Type getRuntimeTypeIfMoreSpecific (java.lang.reflect.Type, java.lang.Object) java.lang.reflect.Type type Object value }
com/google/gson/internal/bind/NumberTypeAdapter$1.class
NumberTypeAdapter.java package com.google.gson.internal.bind com.google.gson.internal.bind.NumberTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { final synthetic com.google.gson.internal.bind.NumberTypeAdapter val$adapter void <init> (com.google.gson.internal.bind.NumberTypeAdapter) public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken type }
com/google/gson/internal/bind/DateTypeAdapter.class
DateTypeAdapter.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.DateTypeAdapter extends com.google.gson.TypeAdapter { public static final com.google.gson.TypeAdapterFactory FACTORY private final java.util.List dateFormats public void <init> () public java.util.Date read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in private java.util.Date deserializeToDate (com.google.gson.stream.JsonReader) throws java.io.IOException java.text.DateFormat dateFormat java.text.ParseException e com.google.gson.stream.JsonReader in String s public void write (com.google.gson.stream.JsonWriter, java.util.Date) throws java.io.IOException String dateFormatAsString com.google.gson.stream.JsonWriter out java.util.Date value java.text.DateFormat dateFormat String dateFormatAsString public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException static void <clinit> () }
com/google/gson/internal/bind/TypeAdapters$28.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$28 extends com.google.gson.TypeAdapter { void <init> () public com.google.gson.JsonElement read (com.google.gson.stream.JsonReader) throws java.io.IOException String number com.google.gson.JsonArray array com.google.gson.JsonObject object com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, com.google.gson.JsonElement) throws java.io.IOException com.google.gson.JsonPrimitive primitive com.google.gson.JsonElement e java.util.Map$Entry e com.google.gson.stream.JsonWriter out com.google.gson.JsonElement value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$15.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$15 extends com.google.gson.TypeAdapter { void <init> () public java.lang.String read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in com.google.gson.stream.JsonToken peek public void write (com.google.gson.stream.JsonWriter, java.lang.String) throws java.io.IOException com.google.gson.stream.JsonWriter out String value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$17.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$17 extends com.google.gson.TypeAdapter { void <init> () public java.math.BigInteger read (com.google.gson.stream.JsonReader) throws java.io.IOException NumberFormatException e com.google.gson.stream.JsonReader in String s public void write (com.google.gson.stream.JsonWriter, java.math.BigInteger) throws java.io.IOException com.google.gson.stream.JsonWriter out java.math.BigInteger value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/NumberTypeAdapter.class
NumberTypeAdapter.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.NumberTypeAdapter extends com.google.gson.TypeAdapter { private static final com.google.gson.TypeAdapterFactory LAZILY_PARSED_NUMBER_FACTORY private final com.google.gson.ToNumberStrategy toNumberStrategy private void <init> (com.google.gson.ToNumberStrategy) com.google.gson.ToNumberStrategy toNumberStrategy private static com.google.gson.TypeAdapterFactory newFactory (com.google.gson.ToNumberStrategy) com.google.gson.ToNumberStrategy toNumberStrategy com.google.gson.internal.bind.NumberTypeAdapter adapter public static com.google.gson.TypeAdapterFactory getFactory (com.google.gson.ToNumberStrategy) com.google.gson.ToNumberStrategy toNumberStrategy public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in com.google.gson.stream.JsonToken jsonToken public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException static void <clinit> () }
com/google/gson/internal/bind/util/ISO8601Utils.class
ISO8601Utils.java package com.google.gson.internal.bind.util public com.google.gson.internal.bind.util.ISO8601Utils extends java.lang.Object { private static final String UTC_ID private static final java.util.TimeZone TIMEZONE_UTC public void <init> () public static java.lang.String format (java.util.Date) java.util.Date date public static java.lang.String format (java.util.Date, boolean) java.util.Date date boolean millis public static java.lang.String format (java.util.Date, boolean, java.util.TimeZone) int hours int minutes java.util.Date date boolean millis java.util.TimeZone tz java.util.Calendar calendar int capacity StringBuilder formatted int offset public static java.util.Date parse (java.lang.String, java.text.ParsePosition) throws java.text.ParseException java.util.Calendar calendar int endOffset int parseEndOffset int fraction char c String cleaned String timezoneId String act String timezoneOffset int offset int year int month int day int hour int minutes int seconds int milliseconds boolean hasT java.util.TimeZone timezone char timezoneIndicator java.util.Calendar calendar IndexOutOfBoundsException e NumberFormatException e IllegalArgumentException e String date java.text.ParsePosition pos Exception fail String input String msg java.text.ParseException ex private static boolean checkOffset (java.lang.String, int, char) String value int offset char expected private static int parseInt (java.lang.String, int, int) throws java.lang.NumberFormatException int digit int digit String value int beginIndex int endIndex int i int result private static void padInt (java.lang.StringBuilder, int, int) int i StringBuilder buffer int value int length String strValue private static int indexOfNonDigit (java.lang.String, int) char c int i String string int offset static void <clinit> () }
com/google/gson/internal/bind/TypeAdapters$EnumTypeAdapter.class
TypeAdapters.java package com.google.gson.internal.bind final com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter extends com.google.gson.TypeAdapter { private final java.util.Map nameToConstant private final java.util.Map constantToName public void <init> (java.lang.Class) String alternate Enum constant String name com.google.gson.annotations.SerializedName annotation java.lang.reflect.Field constantField java.lang.reflect.Field[] constantFields IllegalAccessException e Class classOfT public java.lang.Enum read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Enum) throws java.io.IOException com.google.gson.stream.JsonWriter out Enum value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$Adapter.class
ReflectiveTypeAdapterFactory.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter extends com.google.gson.TypeAdapter { private final com.google.gson.internal.ObjectConstructor constructor private final java.util.Map boundFields void <init> (com.google.gson.internal.ObjectConstructor, java.util.Map) com.google.gson.internal.ObjectConstructor constructor java.util.Map boundFields public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException String name com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField field IllegalStateException e IllegalAccessException e com.google.gson.stream.JsonReader in Object instance public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField boundField IllegalAccessException e com.google.gson.stream.JsonWriter out Object value }
com/google/gson/internal/bind/TypeAdapters$33.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$33 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { final synthetic Class val$base final synthetic Class val$sub final synthetic com.google.gson.TypeAdapter val$typeAdapter void <init> (java.lang.Class, java.lang.Class, com.google.gson.TypeAdapter) public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken Class rawType public java.lang.String toString () }
com/google/gson/internal/bind/TypeAdapters$34$1.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$34$1 extends com.google.gson.TypeAdapter { final synthetic Class val$requestedType final synthetic com.google.gson.internal.bind.TypeAdapters$34 this$0 void <init> (com.google.gson.internal.bind.TypeAdapters$34, java.lang.Class) com.google.gson.internal.bind.TypeAdapters$34 this$0 public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException com.google.gson.stream.JsonWriter out Object value public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in Object result }
com/google/gson/internal/bind/TypeAdapters$10.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$10 extends com.google.gson.TypeAdapter { void <init> () public java.util.concurrent.atomic.AtomicIntegerArray read (com.google.gson.stream.JsonReader) throws java.io.IOException int integer NumberFormatException e int i com.google.gson.stream.JsonReader in java.util.List list int length java.util.concurrent.atomic.AtomicIntegerArray array public void write (com.google.gson.stream.JsonWriter, java.util.concurrent.atomic.AtomicIntegerArray) throws java.io.IOException int i int length com.google.gson.stream.JsonWriter out java.util.concurrent.atomic.AtomicIntegerArray value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TreeTypeAdapter$GsonContextImpl.class
TreeTypeAdapter.java package com.google.gson.internal.bind final com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl extends java.lang.Object implements com.google.gson.JsonSerializationContext com.google.gson.JsonDeserializationContext { final synthetic com.google.gson.internal.bind.TreeTypeAdapter this$0 private void <init> (com.google.gson.internal.bind.TreeTypeAdapter) public com.google.gson.JsonElement serialize (java.lang.Object) Object src public com.google.gson.JsonElement serialize (java.lang.Object, java.lang.reflect.Type) Object src java.lang.reflect.Type typeOfSrc public java.lang.Object deserialize (com.google.gson.JsonElement, java.lang.reflect.Type) throws com.google.gson.JsonParseException com.google.gson.JsonElement json java.lang.reflect.Type typeOfT synthetic void <init> (com.google.gson.internal.bind.TreeTypeAdapter, com.google.gson.internal.bind.TreeTypeAdapter$1) com.google.gson.internal.bind.TreeTypeAdapter x0 com.google.gson.internal.bind.TreeTypeAdapter$1 x1 }
com/google/gson/internal/bind/TypeAdapters$34.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$34 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { final synthetic Class val$clazz final synthetic com.google.gson.TypeAdapter val$typeAdapter void <init> (java.lang.Class, com.google.gson.TypeAdapter) public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken Class requestedType public java.lang.String toString () }
com/google/gson/internal/bind/JsonTreeReader$1.class
JsonTreeReader.java package com.google.gson.internal.bind com.google.gson.internal.bind.JsonTreeReader$1 extends java.io.Reader { void <init> () public int read (char[], int, int) throws java.io.IOException char[] buffer int offset int count public void close () throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$9.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$9 extends com.google.gson.TypeAdapter { void <init> () public java.util.concurrent.atomic.AtomicBoolean read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.util.concurrent.atomic.AtomicBoolean) throws java.io.IOException com.google.gson.stream.JsonWriter out java.util.concurrent.atomic.AtomicBoolean value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TreeTypeAdapter$SingleTypeFactory.class
TreeTypeAdapter.java package com.google.gson.internal.bind final com.google.gson.internal.bind.TreeTypeAdapter$SingleTypeFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactory { private final com.google.gson.reflect.TypeToken exactType private final boolean matchRawType private final Class hierarchyType private final com.google.gson.JsonSerializer serializer private final com.google.gson.JsonDeserializer deserializer void <init> (java.lang.Object, com.google.gson.reflect.TypeToken, boolean, java.lang.Class) Object typeAdapter com.google.gson.reflect.TypeToken exactType boolean matchRawType Class hierarchyType public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken type boolean matches }
com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$BoundField.class
ReflectiveTypeAdapterFactory.java package com.google.gson.internal.bind abstract com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField extends java.lang.Object { final String name final boolean serialized final boolean deserialized protected void <init> (java.lang.String, boolean, boolean) String name boolean serialized boolean deserialized abstract boolean writeField (java.lang.Object) throws java.io.IOException java.lang.IllegalAccessException abstract void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException java.lang.IllegalAccessException abstract void read (com.google.gson.stream.JsonReader, java.lang.Object) throws java.io.IOException java.lang.IllegalAccessException }
com/google/gson/internal/bind/ObjectTypeAdapter$2.class
ObjectTypeAdapter.java package com.google.gson.internal.bind synthetic com.google.gson.internal.bind.ObjectTypeAdapter$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$gson$stream$JsonToken static void <clinit> () }
com/google/gson/internal/bind/TypeAdapters$12.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$12 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$16.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$16 extends com.google.gson.TypeAdapter { void <init> () public java.math.BigDecimal read (com.google.gson.stream.JsonReader) throws java.io.IOException NumberFormatException e com.google.gson.stream.JsonReader in String s public void write (com.google.gson.stream.JsonWriter, java.math.BigDecimal) throws java.io.IOException com.google.gson.stream.JsonWriter out java.math.BigDecimal value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/DateTypeAdapter$1.class
DateTypeAdapter.java package com.google.gson.internal.bind com.google.gson.internal.bind.DateTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { void <init> () public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken }
com/google/gson/internal/bind/TypeAdapters$32.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$32 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { final synthetic Class val$unboxed final synthetic Class val$boxed final synthetic com.google.gson.TypeAdapter val$typeAdapter void <init> (java.lang.Class, java.lang.Class, com.google.gson.TypeAdapter) public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken Class rawType public java.lang.String toString () }
com/google/gson/internal/bind/NumberTypeAdapter$2.class
NumberTypeAdapter.java package com.google.gson.internal.bind synthetic com.google.gson.internal.bind.NumberTypeAdapter$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$gson$stream$JsonToken static void <clinit> () }
com/google/gson/internal/bind/TreeTypeAdapter$1.class
TreeTypeAdapter.java package com.google.gson.internal.bind synthetic com.google.gson.internal.bind.TreeTypeAdapter$1 extends java.lang.Object { }
com/google/gson/internal/bind/TypeAdapters$30.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$30 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { final synthetic com.google.gson.reflect.TypeToken val$type final synthetic com.google.gson.TypeAdapter val$typeAdapter void <init> (com.google.gson.reflect.TypeToken, com.google.gson.TypeAdapter) public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken }
com/google/gson/internal/bind/TypeAdapters$14.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$14 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Character read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in String str public void write (com.google.gson.stream.JsonWriter, java.lang.Character) throws java.io.IOException com.google.gson.stream.JsonWriter out Character value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$29.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$29 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { void <init> () public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken Class rawType }
com/google/gson/internal/bind/TypeAdapters$25.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$25 extends com.google.gson.TypeAdapter { void <init> () public java.util.Currency read (com.google.gson.stream.JsonReader) throws java.io.IOException IllegalArgumentException e com.google.gson.stream.JsonReader in String s public void write (com.google.gson.stream.JsonWriter, java.util.Currency) throws java.io.IOException com.google.gson.stream.JsonWriter out java.util.Currency value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.class
ReflectiveTypeAdapterFactory.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.ReflectiveTypeAdapterFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactory { private final com.google.gson.internal.ConstructorConstructor constructorConstructor private final com.google.gson.FieldNamingStrategy fieldNamingPolicy private final com.google.gson.internal.Excluder excluder private final com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory public void <init> (com.google.gson.internal.ConstructorConstructor, com.google.gson.FieldNamingStrategy, com.google.gson.internal.Excluder, com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory) com.google.gson.internal.ConstructorConstructor constructorConstructor com.google.gson.FieldNamingStrategy fieldNamingPolicy com.google.gson.internal.Excluder excluder com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory public boolean excludeField (java.lang.reflect.Field, boolean) java.lang.reflect.Field f boolean serialize static boolean excludeField (java.lang.reflect.Field, boolean, com.google.gson.internal.Excluder) java.lang.reflect.Field f boolean serialize com.google.gson.internal.Excluder excluder private java.util.List getFieldNames (java.lang.reflect.Field) String name String alternate java.lang.reflect.Field f com.google.gson.annotations.SerializedName annotation String serializedName String[] alternates java.util.List fieldNames public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken type Class raw com.google.gson.internal.ObjectConstructor constructor private com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField createBoundField (com.google.gson.Gson, java.lang.reflect.Field, java.lang.String, com.google.gson.reflect.TypeToken, boolean, boolean) com.google.gson.Gson context java.lang.reflect.Field field String name com.google.gson.reflect.TypeToken fieldType boolean serialize boolean deserialize boolean isPrimitive com.google.gson.annotations.JsonAdapter annotation com.google.gson.TypeAdapter mapped boolean jsonAdapterPresent com.google.gson.TypeAdapter typeAdapter private java.util.Map getBoundFields (com.google.gson.Gson, com.google.gson.reflect.TypeToken, java.lang.Class) String name com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField boundField com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField replaced int i int size boolean serialize boolean deserialize java.lang.reflect.Type fieldType java.util.List fieldNames com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$BoundField previous java.lang.reflect.Field field java.lang.reflect.Field[] fields com.google.gson.Gson context com.google.gson.reflect.TypeToken type Class raw java.util.Map result java.lang.reflect.Type declaredType }
com/google/gson/internal/bind/TypeAdapters$18.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$18 extends com.google.gson.TypeAdapter { void <init> () public com.google.gson.internal.LazilyParsedNumber read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, com.google.gson.internal.LazilyParsedNumber) throws java.io.IOException com.google.gson.stream.JsonWriter out com.google.gson.internal.LazilyParsedNumber value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$3.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$3 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Boolean read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in com.google.gson.stream.JsonToken peek public void write (com.google.gson.stream.JsonWriter, java.lang.Boolean) throws java.io.IOException com.google.gson.stream.JsonWriter out Boolean value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$1.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$1 extends com.google.gson.TypeAdapter { void <init> () public void write (com.google.gson.stream.JsonWriter, java.lang.Class) throws java.io.IOException com.google.gson.stream.JsonWriter out Class value public java.lang.Class read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/MapTypeAdapterFactory$Adapter.class
MapTypeAdapterFactory.java package com.google.gson.internal.bind final com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter extends com.google.gson.TypeAdapter { private final com.google.gson.TypeAdapter keyTypeAdapter private final com.google.gson.TypeAdapter valueTypeAdapter private final com.google.gson.internal.ObjectConstructor constructor final synthetic com.google.gson.internal.bind.MapTypeAdapterFactory this$0 public void <init> (com.google.gson.internal.bind.MapTypeAdapterFactory, com.google.gson.Gson, java.lang.reflect.Type, com.google.gson.TypeAdapter, java.lang.reflect.Type, com.google.gson.TypeAdapter, com.google.gson.internal.ObjectConstructor) com.google.gson.Gson context java.lang.reflect.Type keyType com.google.gson.TypeAdapter keyTypeAdapter java.lang.reflect.Type valueType com.google.gson.TypeAdapter valueTypeAdapter com.google.gson.internal.ObjectConstructor constructor public java.util.Map read (com.google.gson.stream.JsonReader) throws java.io.IOException Object key Object value Object replaced Object key Object value Object replaced com.google.gson.stream.JsonReader in com.google.gson.stream.JsonToken peek java.util.Map map public void write (com.google.gson.stream.JsonWriter, java.util.Map) throws java.io.IOException java.util.Map$Entry entry com.google.gson.JsonElement keyElement java.util.Map$Entry entry int i int size com.google.gson.JsonElement keyElement int i int size com.google.gson.stream.JsonWriter out java.util.Map map boolean hasComplexKeys java.util.List keys java.util.List values private java.lang.String keyToString (com.google.gson.JsonElement) com.google.gson.JsonPrimitive primitive com.google.gson.JsonElement keyElement public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/DefaultDateTypeAdapter$DateType$1.class
DefaultDateTypeAdapter.java package com.google.gson.internal.bind com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType$1 extends com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType { void <init> (java.lang.Class) Class dateClass protected java.util.Date deserialize (java.util.Date) java.util.Date date }
com/google/gson/internal/bind/TypeAdapters$27.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$27 extends com.google.gson.TypeAdapter { void <init> () public java.util.Locale read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in String locale java.util.StringTokenizer tokenizer String language String country String variant public void write (com.google.gson.stream.JsonWriter, java.util.Locale) throws java.io.IOException com.google.gson.stream.JsonWriter out java.util.Locale value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$23.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$23 extends com.google.gson.TypeAdapter { void <init> () public java.net.InetAddress read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.net.InetAddress) throws java.io.IOException com.google.gson.stream.JsonWriter out java.net.InetAddress value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$5.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$5 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException int intValue NumberFormatException e com.google.gson.stream.JsonReader in int intValue public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/DefaultDateTypeAdapter.class
DefaultDateTypeAdapter.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.DefaultDateTypeAdapter extends com.google.gson.TypeAdapter { private static final String SIMPLE_NAME private final com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType dateType private final java.util.List dateFormats private void <init> (com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType, java.lang.String) com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType dateType String datePattern private void <init> (com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType, int) com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType dateType int style private void <init> (com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType, int, int) com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType dateType int dateStyle int timeStyle public void write (com.google.gson.stream.JsonWriter, java.util.Date) throws java.io.IOException String dateFormatAsString com.google.gson.stream.JsonWriter out java.util.Date value java.text.DateFormat dateFormat String dateFormatAsString public java.util.Date read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in java.util.Date date private java.util.Date deserializeToDate (com.google.gson.stream.JsonReader) throws java.io.IOException java.text.DateFormat dateFormat java.text.ParseException e com.google.gson.stream.JsonReader in String s public java.lang.String toString () java.text.DateFormat defaultFormat public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException synthetic void <init> (com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType, java.lang.String, com.google.gson.internal.bind.DefaultDateTypeAdapter$1) com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType x0 String x1 com.google.gson.internal.bind.DefaultDateTypeAdapter$1 x2 synthetic void <init> (com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType, int, com.google.gson.internal.bind.DefaultDateTypeAdapter$1) com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType x0 int x1 com.google.gson.internal.bind.DefaultDateTypeAdapter$1 x2 synthetic void <init> (com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType, int, int, com.google.gson.internal.bind.DefaultDateTypeAdapter$1) com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType x0 int x1 int x2 com.google.gson.internal.bind.DefaultDateTypeAdapter$1 x3 }
com/google/gson/internal/bind/ArrayTypeAdapter$1.class
ArrayTypeAdapter.java package com.google.gson.internal.bind com.google.gson.internal.bind.ArrayTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { void <init> () public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken java.lang.reflect.Type type java.lang.reflect.Type componentType com.google.gson.TypeAdapter componentTypeAdapter }
com/google/gson/internal/bind/TypeAdapters$7.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$7 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException NumberFormatException e com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/CollectionTypeAdapterFactory.class
CollectionTypeAdapterFactory.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.CollectionTypeAdapterFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactory { private final com.google.gson.internal.ConstructorConstructor constructorConstructor public void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor constructorConstructor public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken java.lang.reflect.Type type Class rawType java.lang.reflect.Type elementType com.google.gson.TypeAdapter elementTypeAdapter com.google.gson.internal.ObjectConstructor constructor com.google.gson.TypeAdapter result }
com/google/gson/internal/bind/TypeAdapters$21.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$21 extends com.google.gson.TypeAdapter { void <init> () public java.net.URL read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in String nextString public void write (com.google.gson.stream.JsonWriter, java.net.URL) throws java.io.IOException com.google.gson.stream.JsonWriter out java.net.URL value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/MapTypeAdapterFactory.class
MapTypeAdapterFactory.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.MapTypeAdapterFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactory { private final com.google.gson.internal.ConstructorConstructor constructorConstructor final boolean complexMapKeySerialization public void <init> (com.google.gson.internal.ConstructorConstructor, boolean) com.google.gson.internal.ConstructorConstructor constructorConstructor boolean complexMapKeySerialization public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken java.lang.reflect.Type type Class rawType Class rawTypeOfSrc java.lang.reflect.Type[] keyAndValueTypes com.google.gson.TypeAdapter keyAdapter com.google.gson.TypeAdapter valueAdapter com.google.gson.internal.ObjectConstructor constructor com.google.gson.TypeAdapter result private com.google.gson.TypeAdapter getKeyAdapter (com.google.gson.Gson, java.lang.reflect.Type) com.google.gson.Gson context java.lang.reflect.Type keyType }
com/google/gson/internal/bind/TypeAdapters$EnumTypeAdapter$1.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter$1 extends java.lang.Object implements java.security.PrivilegedAction { final synthetic Class val$classOfT final synthetic com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter this$0 void <init> (com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter, java.lang.Class) com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter this$0 public java.lang.reflect.Field[] run () java.lang.reflect.Field f java.lang.reflect.Field[] fields java.util.ArrayList constantFieldsList java.lang.reflect.Field[] constantFields public volatile synthetic java.lang.Object run () }
com/google/gson/internal/bind/TypeAdapters.class
TypeAdapters.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.TypeAdapters extends java.lang.Object { public static final com.google.gson.TypeAdapter CLASS public static final com.google.gson.TypeAdapterFactory CLASS_FACTORY public static final com.google.gson.TypeAdapter BIT_SET public static final com.google.gson.TypeAdapterFactory BIT_SET_FACTORY public static final com.google.gson.TypeAdapter BOOLEAN public static final com.google.gson.TypeAdapter BOOLEAN_AS_STRING public static final com.google.gson.TypeAdapterFactory BOOLEAN_FACTORY public static final com.google.gson.TypeAdapter BYTE public static final com.google.gson.TypeAdapterFactory BYTE_FACTORY public static final com.google.gson.TypeAdapter SHORT public static final com.google.gson.TypeAdapterFactory SHORT_FACTORY public static final com.google.gson.TypeAdapter INTEGER public static final com.google.gson.TypeAdapterFactory INTEGER_FACTORY public static final com.google.gson.TypeAdapter ATOMIC_INTEGER public static final com.google.gson.TypeAdapterFactory ATOMIC_INTEGER_FACTORY public static final com.google.gson.TypeAdapter ATOMIC_BOOLEAN public static final com.google.gson.TypeAdapterFactory ATOMIC_BOOLEAN_FACTORY public static final com.google.gson.TypeAdapter ATOMIC_INTEGER_ARRAY public static final com.google.gson.TypeAdapterFactory ATOMIC_INTEGER_ARRAY_FACTORY public static final com.google.gson.TypeAdapter LONG public static final com.google.gson.TypeAdapter FLOAT public static final com.google.gson.TypeAdapter DOUBLE public static final com.google.gson.TypeAdapter CHARACTER public static final com.google.gson.TypeAdapterFactory CHARACTER_FACTORY public static final com.google.gson.TypeAdapter STRING public static final com.google.gson.TypeAdapter BIG_DECIMAL public static final com.google.gson.TypeAdapter BIG_INTEGER public static final com.google.gson.TypeAdapter LAZILY_PARSED_NUMBER public static final com.google.gson.TypeAdapterFactory STRING_FACTORY public static final com.google.gson.TypeAdapter STRING_BUILDER public static final com.google.gson.TypeAdapterFactory STRING_BUILDER_FACTORY public static final com.google.gson.TypeAdapter STRING_BUFFER public static final com.google.gson.TypeAdapterFactory STRING_BUFFER_FACTORY public static final com.google.gson.TypeAdapter URL public static final com.google.gson.TypeAdapterFactory URL_FACTORY public static final com.google.gson.TypeAdapter URI public static final com.google.gson.TypeAdapterFactory URI_FACTORY public static final com.google.gson.TypeAdapter INET_ADDRESS public static final com.google.gson.TypeAdapterFactory INET_ADDRESS_FACTORY public static final com.google.gson.TypeAdapter UUID public static final com.google.gson.TypeAdapterFactory UUID_FACTORY public static final com.google.gson.TypeAdapter CURRENCY public static final com.google.gson.TypeAdapterFactory CURRENCY_FACTORY public static final com.google.gson.TypeAdapter CALENDAR public static final com.google.gson.TypeAdapterFactory CALENDAR_FACTORY public static final com.google.gson.TypeAdapter LOCALE public static final com.google.gson.TypeAdapterFactory LOCALE_FACTORY public static final com.google.gson.TypeAdapter JSON_ELEMENT public static final com.google.gson.TypeAdapterFactory JSON_ELEMENT_FACTORY public static final com.google.gson.TypeAdapterFactory ENUM_FACTORY private void <init> () public static com.google.gson.TypeAdapterFactory newFactory (com.google.gson.reflect.TypeToken, com.google.gson.TypeAdapter) com.google.gson.reflect.TypeToken type com.google.gson.TypeAdapter typeAdapter public static com.google.gson.TypeAdapterFactory newFactory (java.lang.Class, com.google.gson.TypeAdapter) Class type com.google.gson.TypeAdapter typeAdapter public static com.google.gson.TypeAdapterFactory newFactory (java.lang.Class, java.lang.Class, com.google.gson.TypeAdapter) Class unboxed Class boxed com.google.gson.TypeAdapter typeAdapter public static com.google.gson.TypeAdapterFactory newFactoryForMultipleTypes (java.lang.Class, java.lang.Class, com.google.gson.TypeAdapter) Class base Class sub com.google.gson.TypeAdapter typeAdapter public static com.google.gson.TypeAdapterFactory newTypeHierarchyFactory (java.lang.Class, com.google.gson.TypeAdapter) Class clazz com.google.gson.TypeAdapter typeAdapter static void <clinit> () }
com/google/gson/internal/bind/TypeAdapters$26.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$26 extends com.google.gson.TypeAdapter { private static final String YEAR private static final String MONTH private static final String DAY_OF_MONTH private static final String HOUR_OF_DAY private static final String MINUTE private static final String SECOND void <init> () public java.util.Calendar read (com.google.gson.stream.JsonReader) throws java.io.IOException String name int value com.google.gson.stream.JsonReader in int year int month int dayOfMonth int hourOfDay int minute int second public void write (com.google.gson.stream.JsonWriter, java.util.Calendar) throws java.io.IOException com.google.gson.stream.JsonWriter out java.util.Calendar value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/JsonTreeWriter.class
JsonTreeWriter.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.JsonTreeWriter extends com.google.gson.stream.JsonWriter { private static final java.io.Writer UNWRITABLE_WRITER private static final com.google.gson.JsonPrimitive SENTINEL_CLOSED private final java.util.List stack private String pendingName private com.google.gson.JsonElement product public void <init> () public com.google.gson.JsonElement get () private com.google.gson.JsonElement peek () private void put (com.google.gson.JsonElement) com.google.gson.JsonObject object com.google.gson.JsonElement element com.google.gson.JsonElement value public com.google.gson.stream.JsonWriter beginArray () throws java.io.IOException com.google.gson.JsonArray array public com.google.gson.stream.JsonWriter endArray () throws java.io.IOException com.google.gson.JsonElement element public com.google.gson.stream.JsonWriter beginObject () throws java.io.IOException com.google.gson.JsonObject object public com.google.gson.stream.JsonWriter endObject () throws java.io.IOException com.google.gson.JsonElement element public com.google.gson.stream.JsonWriter name (java.lang.String) throws java.io.IOException String name com.google.gson.JsonElement element public com.google.gson.stream.JsonWriter value (java.lang.String) throws java.io.IOException String value public com.google.gson.stream.JsonWriter nullValue () throws java.io.IOException public com.google.gson.stream.JsonWriter value (boolean) throws java.io.IOException boolean value public com.google.gson.stream.JsonWriter value (java.lang.Boolean) throws java.io.IOException Boolean value public com.google.gson.stream.JsonWriter value (double) throws java.io.IOException double value public com.google.gson.stream.JsonWriter value (long) throws java.io.IOException long value public com.google.gson.stream.JsonWriter value (java.lang.Number) throws java.io.IOException double d Number value public void flush () throws java.io.IOException public void close () throws java.io.IOException static void <clinit> () }
com/google/gson/internal/bind/TypeAdapters$19.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$19 extends com.google.gson.TypeAdapter { void <init> () public java.lang.StringBuilder read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.StringBuilder) throws java.io.IOException com.google.gson.stream.JsonWriter out StringBuilder value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/CollectionTypeAdapterFactory$Adapter.class
CollectionTypeAdapterFactory.java package com.google.gson.internal.bind final com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter extends com.google.gson.TypeAdapter { private final com.google.gson.TypeAdapter elementTypeAdapter private final com.google.gson.internal.ObjectConstructor constructor public void <init> (com.google.gson.Gson, java.lang.reflect.Type, com.google.gson.TypeAdapter, com.google.gson.internal.ObjectConstructor) com.google.gson.Gson context java.lang.reflect.Type elementType com.google.gson.TypeAdapter elementTypeAdapter com.google.gson.internal.ObjectConstructor constructor public java.util.Collection read (com.google.gson.stream.JsonReader) throws java.io.IOException Object instance com.google.gson.stream.JsonReader in java.util.Collection collection public void write (com.google.gson.stream.JsonWriter, java.util.Collection) throws java.io.IOException Object element com.google.gson.stream.JsonWriter out java.util.Collection collection public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$24.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$24 extends com.google.gson.TypeAdapter { void <init> () public java.util.UUID read (com.google.gson.stream.JsonReader) throws java.io.IOException IllegalArgumentException e com.google.gson.stream.JsonReader in String s public void write (com.google.gson.stream.JsonWriter, java.util.UUID) throws java.io.IOException com.google.gson.stream.JsonWriter out java.util.UUID value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/JsonTreeWriter$1.class
JsonTreeWriter.java package com.google.gson.internal.bind com.google.gson.internal.bind.JsonTreeWriter$1 extends java.io.Writer { void <init> () public void write (char[], int, int) char[] buffer int offset int counter public void flush () throws java.io.IOException public void close () throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$2.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$2 extends com.google.gson.TypeAdapter { void <init> () public java.util.BitSet read (com.google.gson.stream.JsonReader) throws java.io.IOException boolean set boolean set int intValue boolean set boolean set com.google.gson.stream.JsonReader in java.util.BitSet bitset int i com.google.gson.stream.JsonToken tokenType public void write (com.google.gson.stream.JsonWriter, java.util.BitSet) throws java.io.IOException int value int i int length com.google.gson.stream.JsonWriter out java.util.BitSet src public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/DefaultDateTypeAdapter$DateType.class
DefaultDateTypeAdapter.java package com.google.gson.internal.bind public abstract com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType extends java.lang.Object { public static final com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType DATE private final Class dateClass protected void <init> (java.lang.Class) Class dateClass protected abstract java.util.Date deserialize (java.util.Date) private final com.google.gson.TypeAdapterFactory createFactory (com.google.gson.internal.bind.DefaultDateTypeAdapter) com.google.gson.internal.bind.DefaultDateTypeAdapter adapter public final com.google.gson.TypeAdapterFactory createAdapterFactory (java.lang.String) String datePattern public final com.google.gson.TypeAdapterFactory createAdapterFactory (int) int style public final com.google.gson.TypeAdapterFactory createAdapterFactory (int, int) int dateStyle int timeStyle public final com.google.gson.TypeAdapterFactory createDefaultsAdapterFactory () static void <clinit> () }
com/google/gson/internal/bind/TypeAdapters$6.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$6 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Number read (com.google.gson.stream.JsonReader) throws java.io.IOException int intValue NumberFormatException e com.google.gson.stream.JsonReader in int intValue public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$20.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$20 extends com.google.gson.TypeAdapter { void <init> () public java.lang.StringBuffer read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.StringBuffer) throws java.io.IOException com.google.gson.stream.JsonWriter out StringBuffer value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$22.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$22 extends com.google.gson.TypeAdapter { void <init> () public java.net.URI read (com.google.gson.stream.JsonReader) throws java.io.IOException String nextString java.net.URISyntaxException e com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.net.URI) throws java.io.IOException com.google.gson.stream.JsonWriter out java.net.URI value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/TypeAdapters$4.class
TypeAdapters.java package com.google.gson.internal.bind com.google.gson.internal.bind.TypeAdapters$4 extends com.google.gson.TypeAdapter { void <init> () public java.lang.Boolean read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Boolean) throws java.io.IOException com.google.gson.stream.JsonWriter out Boolean value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/internal/bind/ArrayTypeAdapter.class
ArrayTypeAdapter.java package com.google.gson.internal.bind public final com.google.gson.internal.bind.ArrayTypeAdapter extends com.google.gson.TypeAdapter { public static final com.google.gson.TypeAdapterFactory FACTORY private final Class componentType private final com.google.gson.TypeAdapter componentTypeAdapter public void <init> (com.google.gson.Gson, com.google.gson.TypeAdapter, java.lang.Class) com.google.gson.Gson context com.google.gson.TypeAdapter componentTypeAdapter Class componentType public java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException Object instance int i com.google.gson.stream.JsonReader in java.util.List list int size Object array public void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException Object value int i int length com.google.gson.stream.JsonWriter out Object array static void <clinit> () }
com/google/gson/internal/ConstructorConstructor$17.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$17 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic String val$exceptionMessage final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor, java.lang.String) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/UnsafeAllocator$3.class
UnsafeAllocator.java package com.google.gson.internal com.google.gson.internal.UnsafeAllocator$3 extends com.google.gson.internal.UnsafeAllocator { final synthetic java.lang.reflect.Method val$newInstance void <init> (java.lang.reflect.Method) public java.lang.Object newInstance (java.lang.Class) throws java.lang.Exception Class c }
com/google/gson/internal/LinkedTreeMap$EntrySet$1.class
LinkedTreeMap.java package com.google.gson.internal com.google.gson.internal.LinkedTreeMap$EntrySet$1 extends com.google.gson.internal.LinkedTreeMap$LinkedTreeMapIterator { final synthetic com.google.gson.internal.LinkedTreeMap$EntrySet this$1 void <init> (com.google.gson.internal.LinkedTreeMap$EntrySet) com.google.gson.internal.LinkedTreeMap$EntrySet this$1 public java.util.Map$Entry next () public volatile synthetic java.lang.Object next () }
com/google/gson/internal/Excluder.class
Excluder.java package com.google.gson.internal public final com.google.gson.internal.Excluder extends java.lang.Object implements com.google.gson.TypeAdapterFactory java.lang.Cloneable { private static final double IGNORE_VERSIONS public static final com.google.gson.internal.Excluder DEFAULT private double version private int modifiers private boolean serializeInnerClasses private boolean requireExpose private java.util.List serializationStrategies private java.util.List deserializationStrategies public void <init> () protected com.google.gson.internal.Excluder clone () CloneNotSupportedException e public com.google.gson.internal.Excluder withVersion (double) double ignoreVersionsAfter com.google.gson.internal.Excluder result public transient com.google.gson.internal.Excluder withModifiers (int[]) int modifier int[] modifiers com.google.gson.internal.Excluder result public com.google.gson.internal.Excluder disableInnerClassSerialization () com.google.gson.internal.Excluder result public com.google.gson.internal.Excluder excludeFieldsWithoutExposeAnnotation () com.google.gson.internal.Excluder result public com.google.gson.internal.Excluder withExclusionStrategy (com.google.gson.ExclusionStrategy, boolean, boolean) com.google.gson.ExclusionStrategy exclusionStrategy boolean serialization boolean deserialization com.google.gson.internal.Excluder result public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken type Class rawType boolean excludeClass boolean skipSerialize boolean skipDeserialize public boolean excludeField (java.lang.reflect.Field, boolean) com.google.gson.annotations.Expose annotation com.google.gson.ExclusionStrategy exclusionStrategy com.google.gson.FieldAttributes fieldAttributes java.lang.reflect.Field field boolean serialize java.util.List list private boolean excludeClassChecks (java.lang.Class) Class clazz public boolean excludeClass (java.lang.Class, boolean) Class clazz boolean serialize private boolean excludeClassInStrategy (java.lang.Class, boolean) com.google.gson.ExclusionStrategy exclusionStrategy Class clazz boolean serialize java.util.List list private boolean isAnonymousOrNonStaticLocal (java.lang.Class) Class clazz private boolean isInnerClass (java.lang.Class) Class clazz private boolean isStatic (java.lang.Class) Class clazz private boolean isValidVersion (com.google.gson.annotations.Since, com.google.gson.annotations.Until) com.google.gson.annotations.Since since com.google.gson.annotations.Until until private boolean isValidSince (com.google.gson.annotations.Since) double annotationVersion com.google.gson.annotations.Since annotation private boolean isValidUntil (com.google.gson.annotations.Until) double annotationVersion com.google.gson.annotations.Until annotation protected volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static void <clinit> () }
com/google/gson/internal/Streams$AppendableWriter.class
Streams.java package com.google.gson.internal final com.google.gson.internal.Streams$AppendableWriter extends java.io.Writer { private final Appendable appendable private final com.google.gson.internal.Streams$AppendableWriter$CurrentWrite currentWrite void <init> (java.lang.Appendable) Appendable appendable public void write (char[], int, int) throws java.io.IOException char[] chars int offset int length public void write (int) throws java.io.IOException int i public void flush () public void close () }
com/google/gson/internal/UnsafeAllocator$1.class
UnsafeAllocator.java package com.google.gson.internal com.google.gson.internal.UnsafeAllocator$1 extends com.google.gson.internal.UnsafeAllocator { final synthetic java.lang.reflect.Method val$allocateInstance final synthetic Object val$unsafe void <init> (java.lang.reflect.Method, java.lang.Object) public java.lang.Object newInstance (java.lang.Class) throws java.lang.Exception Class c }
com/google/gson/internal/JavaVersion.class
JavaVersion.java package com.google.gson.internal public final com.google.gson.internal.JavaVersion extends java.lang.Object { private static final int majorJavaVersion private static int determineMajorJavaVersion () String javaVersion static int getMajorJavaVersion (java.lang.String) String javaVersion int version private static int parseDotted (java.lang.String) String[] parts int firstVer NumberFormatException e String javaVersion private static int extractBeginningInt (java.lang.String) char c int i StringBuilder num NumberFormatException e String javaVersion public static int getMajorJavaVersion () public static boolean isJava9OrLater () private void <init> () static void <clinit> () }
com/google/gson/internal/LinkedTreeMap$Node.class
LinkedTreeMap.java package com.google.gson.internal final com.google.gson.internal.LinkedTreeMap$Node extends java.lang.Object implements java.util.Map$Entry { com.google.gson.internal.LinkedTreeMap$Node parent com.google.gson.internal.LinkedTreeMap$Node left com.google.gson.internal.LinkedTreeMap$Node right com.google.gson.internal.LinkedTreeMap$Node next com.google.gson.internal.LinkedTreeMap$Node prev final Object key Object value int height void <init> () void <init> (com.google.gson.internal.LinkedTreeMap$Node, java.lang.Object, com.google.gson.internal.LinkedTreeMap$Node, com.google.gson.internal.LinkedTreeMap$Node) com.google.gson.internal.LinkedTreeMap$Node parent Object key com.google.gson.internal.LinkedTreeMap$Node next com.google.gson.internal.LinkedTreeMap$Node prev public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value Object oldValue public boolean equals (java.lang.Object) java.util.Map$Entry other Object o public int hashCode () public java.lang.String toString () public com.google.gson.internal.LinkedTreeMap$Node first () com.google.gson.internal.LinkedTreeMap$Node node com.google.gson.internal.LinkedTreeMap$Node child public com.google.gson.internal.LinkedTreeMap$Node last () com.google.gson.internal.LinkedTreeMap$Node node com.google.gson.internal.LinkedTreeMap$Node child }
com/google/gson/internal/ConstructorConstructor$15.class
ConstructorConstructor.java package com.google.gson.internal com.google.gson.internal.ConstructorConstructor$15 extends java.lang.Object implements com.google.gson.internal.ObjectConstructor { final synthetic com.google.gson.internal.ConstructorConstructor this$0 void <init> (com.google.gson.internal.ConstructorConstructor) com.google.gson.internal.ConstructorConstructor this$0 public java.lang.Object construct () }
com/google/gson/internal/sql/SqlTypesSupport$1.class
SqlTypesSupport.java package com.google.gson.internal.sql com.google.gson.internal.sql.SqlTypesSupport$1 extends com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType { void <init> (java.lang.Class) Class dateClass protected java.sql.Date deserialize (java.util.Date) java.util.Date date protected volatile synthetic java.util.Date deserialize (java.util.Date) }
com/google/gson/internal/sql/SqlTimestampTypeAdapter$1.class
SqlTimestampTypeAdapter.java package com.google.gson.internal.sql com.google.gson.internal.sql.SqlTimestampTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { void <init> () public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.TypeAdapter dateTypeAdapter com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken }
com/google/gson/internal/sql/SqlTimestampTypeAdapter.class
SqlTimestampTypeAdapter.java package com.google.gson.internal.sql com.google.gson.internal.sql.SqlTimestampTypeAdapter extends com.google.gson.TypeAdapter { static final com.google.gson.TypeAdapterFactory FACTORY private final com.google.gson.TypeAdapter dateTypeAdapter private void <init> (com.google.gson.TypeAdapter) com.google.gson.TypeAdapter dateTypeAdapter public java.sql.Timestamp read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in java.util.Date date public void write (com.google.gson.stream.JsonWriter, java.sql.Timestamp) throws java.io.IOException com.google.gson.stream.JsonWriter out java.sql.Timestamp value public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException synthetic void <init> (com.google.gson.TypeAdapter, com.google.gson.internal.sql.SqlTimestampTypeAdapter$1) com.google.gson.TypeAdapter x0 com.google.gson.internal.sql.SqlTimestampTypeAdapter$1 x1 static void <clinit> () }
com/google/gson/internal/sql/SqlDateTypeAdapter$1.class
SqlDateTypeAdapter.java package com.google.gson.internal.sql com.google.gson.internal.sql.SqlDateTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { void <init> () public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken }
com/google/gson/internal/sql/SqlTypesSupport$2.class
SqlTypesSupport.java package com.google.gson.internal.sql com.google.gson.internal.sql.SqlTypesSupport$2 extends com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType { void <init> (java.lang.Class) Class dateClass protected java.sql.Timestamp deserialize (java.util.Date) java.util.Date date protected volatile synthetic java.util.Date deserialize (java.util.Date) }
com/google/gson/internal/sql/SqlTimeTypeAdapter$1.class
SqlTimeTypeAdapter.java package com.google.gson.internal.sql com.google.gson.internal.sql.SqlTimeTypeAdapter$1 extends java.lang.Object implements com.google.gson.TypeAdapterFactory { void <init> () public com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) com.google.gson.Gson gson com.google.gson.reflect.TypeToken typeToken }
com/google/gson/internal/sql/SqlTypesSupport.class
SqlTypesSupport.java package com.google.gson.internal.sql public final com.google.gson.internal.sql.SqlTypesSupport extends java.lang.Object { public static final boolean SUPPORTS_SQL_TYPES public static final com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType DATE_DATE_TYPE public static final com.google.gson.internal.bind.DefaultDateTypeAdapter$DateType TIMESTAMP_DATE_TYPE public static final com.google.gson.TypeAdapterFactory DATE_FACTORY public static final com.google.gson.TypeAdapterFactory TIME_FACTORY public static final com.google.gson.TypeAdapterFactory TIMESTAMP_FACTORY private void <init> () static void <clinit> () boolean sqlTypesSupport ClassNotFoundException classNotFoundException boolean sqlTypesSupport }
com/google/gson/internal/sql/SqlDateTypeAdapter.class
SqlDateTypeAdapter.java package com.google.gson.internal.sql final com.google.gson.internal.sql.SqlDateTypeAdapter extends com.google.gson.TypeAdapter { static final com.google.gson.TypeAdapterFactory FACTORY private final java.text.DateFormat format private void <init> () public java.sql.Date read (com.google.gson.stream.JsonReader) throws java.io.IOException java.util.Date utilDate java.util.Date utilDate java.text.ParseException e com.google.gson.stream.JsonReader in String s public void write (com.google.gson.stream.JsonWriter, java.sql.Date) throws java.io.IOException String dateString com.google.gson.stream.JsonWriter out java.sql.Date value String dateString public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException synthetic void <init> (com.google.gson.internal.sql.SqlDateTypeAdapter$1) com.google.gson.internal.sql.SqlDateTypeAdapter$1 x0 static void <clinit> () }
com/google/gson/internal/sql/SqlTimeTypeAdapter.class
SqlTimeTypeAdapter.java package com.google.gson.internal.sql final com.google.gson.internal.sql.SqlTimeTypeAdapter extends com.google.gson.TypeAdapter { static final com.google.gson.TypeAdapterFactory FACTORY private final java.text.DateFormat format private void <init> () public java.sql.Time read (com.google.gson.stream.JsonReader) throws java.io.IOException java.util.Date date java.text.ParseException e com.google.gson.stream.JsonReader in String s public void write (com.google.gson.stream.JsonWriter, java.sql.Time) throws java.io.IOException String timeString com.google.gson.stream.JsonWriter out java.sql.Time value String timeString public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException synthetic void <init> (com.google.gson.internal.sql.SqlTimeTypeAdapter$1) com.google.gson.internal.sql.SqlTimeTypeAdapter$1 x0 static void <clinit> () }
com/google/gson/FieldNamingPolicy$2.class
FieldNamingPolicy.java package com.google.gson final enum com.google.gson.FieldNamingPolicy$2 extends com.google.gson.FieldNamingPolicy { void <init> (java.lang.String, int) public java.lang.String translateName (java.lang.reflect.Field) java.lang.reflect.Field f }
com/google/gson/Gson$2.class
Gson.java package com.google.gson com.google.gson.Gson$2 extends com.google.gson.TypeAdapter { final synthetic com.google.gson.Gson this$0 void <init> (com.google.gson.Gson) com.google.gson.Gson this$0 public java.lang.Float read (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter, java.lang.Number) throws java.io.IOException com.google.gson.stream.JsonWriter out Number value float floatValue public volatile synthetic java.lang.Object read (com.google.gson.stream.JsonReader) throws java.io.IOException public volatile synthetic void write (com.google.gson.stream.JsonWriter, java.lang.Object) throws java.io.IOException }
com/google/gson/ToNumberPolicy.class
ToNumberPolicy.java package com.google.gson public abstract enum com.google.gson.ToNumberPolicy extends java.lang.Enum implements com.google.gson.ToNumberStrategy { public static final enum com.google.gson.ToNumberPolicy DOUBLE public static final enum com.google.gson.ToNumberPolicy LAZILY_PARSED_NUMBER public static final enum com.google.gson.ToNumberPolicy LONG_OR_DOUBLE public static final enum com.google.gson.ToNumberPolicy BIG_DECIMAL private static final synthetic com.google.gson.ToNumberPolicy[] $VALUES public static com.google.gson.ToNumberPolicy[] values () public static com.google.gson.ToNumberPolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) synthetic void <init> (java.lang.String, int, com.google.gson.ToNumberPolicy$1) String x0 int x1 com.google.gson.ToNumberPolicy$1 x2 static void <clinit> () }
com/google/gson/annotations/SerializedName.class
SerializedName.java package com.google.gson.annotations public abstract annotation com.google.gson.annotations.SerializedName extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () public abstract java.lang.String[] alternate () }
com/google/gson/annotations/Expose.class
Expose.java package com.google.gson.annotations public abstract annotation com.google.gson.annotations.Expose extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean serialize () public abstract boolean deserialize () }
com/google/gson/annotations/JsonAdapter.class
JsonAdapter.java package com.google.gson.annotations public abstract annotation com.google.gson.annotations.JsonAdapter extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () public abstract boolean nullSafe () }
com/google/gson/annotations/Until.class
Until.java package com.google.gson.annotations public abstract annotation com.google.gson.annotations.Until extends java.lang.Object implements java.lang.annotation.Annotation { public abstract double value () }
com/google/gson/annotations/Since.class
Since.java package com.google.gson.annotations public abstract annotation com.google.gson.annotations.Since extends java.lang.Object implements java.lang.annotation.Annotation { public abstract double value () }
com/google/gson/TypeAdapterFactory.class
TypeAdapterFactory.java package com.google.gson public abstract com.google.gson.TypeAdapterFactory extends java.lang.Object { public abstract com.google.gson.TypeAdapter create (com.google.gson.Gson, com.google.gson.reflect.TypeToken) }
com/google/gson/ToNumberPolicy$4.class
ToNumberPolicy.java package com.google.gson final enum com.google.gson.ToNumberPolicy$4 extends com.google.gson.ToNumberPolicy { void <init> (java.lang.String, int) public java.math.BigDecimal readNumber (com.google.gson.stream.JsonReader) throws java.io.IOException NumberFormatException e com.google.gson.stream.JsonReader in String value public volatile synthetic java.lang.Number readNumber (com.google.gson.stream.JsonReader) throws java.io.IOException }
com/google/gson/LongSerializationPolicy.class
LongSerializationPolicy.java package com.google.gson public abstract enum com.google.gson.LongSerializationPolicy extends java.lang.Enum { public static final enum com.google.gson.LongSerializationPolicy DEFAULT public static final enum com.google.gson.LongSerializationPolicy STRING private static final synthetic com.google.gson.LongSerializationPolicy[] $VALUES public static com.google.gson.LongSerializationPolicy[] values () public static com.google.gson.LongSerializationPolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public abstract com.google.gson.JsonElement serialize (java.lang.Long) synthetic void <init> (java.lang.String, int, com.google.gson.LongSerializationPolicy$1) String x0 int x1 com.google.gson.LongSerializationPolicy$1 x2 static void <clinit> () }
com/google/gson/FieldNamingPolicy.class
FieldNamingPolicy.java package com.google.gson public abstract enum com.google.gson.FieldNamingPolicy extends java.lang.Enum implements com.google.gson.FieldNamingStrategy { public static final enum com.google.gson.FieldNamingPolicy IDENTITY public static final enum com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE public static final enum com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE_WITH_SPACES public static final enum com.google.gson.FieldNamingPolicy UPPER_CASE_WITH_UNDERSCORES public static final enum com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_UNDERSCORES public static final enum com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DASHES public static final enum com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DOTS private static final synthetic com.google.gson.FieldNamingPolicy[] $VALUES public static com.google.gson.FieldNamingPolicy[] values () public static com.google.gson.FieldNamingPolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static java.lang.String separateCamelCase (java.lang.String, char) char character int i int length String name char separator StringBuilder translation static java.lang.String upperCaseFirstLetter (java.lang.String) char uppercased char c int i String s int length synthetic void <init> (java.lang.String, int, com.google.gson.FieldNamingPolicy$1) String x0 int x1 com.google.gson.FieldNamingPolicy$1 x2 static void <clinit> () }
com/google/gson/LongSerializationPolicy$1.class
LongSerializationPolicy.java package com.google.gson final enum com.google.gson.LongSerializationPolicy$1 extends com.google.gson.LongSerializationPolicy { void <init> (java.lang.String, int) public com.google.gson.JsonElement serialize (java.lang.Long) Long value }
com/google/gson/ToNumberPolicy$2.class
ToNumberPolicy.java package com.google.gson final enum com.google.gson.ToNumberPolicy$2 extends com.google.gson.ToNumberPolicy { void <init> (java.lang.String, int) public java.lang.Number readNumber (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in }
com/google/gson/JsonSyntaxException.class
JsonSyntaxException.java package com.google.gson public final com.google.gson.JsonSyntaxException extends com.google.gson.JsonParseException { private static final long serialVersionUID public void <init> (java.lang.String) String msg public void <init> (java.lang.String, java.lang.Throwable) String msg Throwable cause public void <init> (java.lang.Throwable) Throwable cause }
com/google/gson/JsonArray.class
JsonArray.java package com.google.gson public final com.google.gson.JsonArray extends com.google.gson.JsonElement implements java.lang.Iterable { private final java.util.List elements public void <init> () public void <init> (int) int capacity public com.google.gson.JsonArray deepCopy () com.google.gson.JsonElement element com.google.gson.JsonArray result public void add (java.lang.Boolean) Boolean bool public void add (java.lang.Character) Character character public void add (java.lang.Number) Number number public void add (java.lang.String) String string public void add (com.google.gson.JsonElement) com.google.gson.JsonElement element public void addAll (com.google.gson.JsonArray) com.google.gson.JsonArray array public com.google.gson.JsonElement set (int, com.google.gson.JsonElement) int index com.google.gson.JsonElement element public boolean remove (com.google.gson.JsonElement) com.google.gson.JsonElement element public com.google.gson.JsonElement remove (int) int index public boolean contains (com.google.gson.JsonElement) com.google.gson.JsonElement element public int size () public boolean isEmpty () public java.util.Iterator iterator () public com.google.gson.JsonElement get (int) int i public java.lang.Number getAsNumber () public java.lang.String getAsString () public double getAsDouble () public java.math.BigDecimal getAsBigDecimal () public java.math.BigInteger getAsBigInteger () public float getAsFloat () public long getAsLong () public int getAsInt () public byte getAsByte () public char getAsCharacter () com.google.gson.JsonElement element char result public short getAsShort () public boolean getAsBoolean () public boolean equals (java.lang.Object) Object o public int hashCode () public volatile synthetic com.google.gson.JsonElement deepCopy () }
com/google/gson/ToNumberStrategy.class
ToNumberStrategy.java package com.google.gson public abstract com.google.gson.ToNumberStrategy extends java.lang.Object { public abstract java.lang.Number readNumber (com.google.gson.stream.JsonReader) throws java.io.IOException }
com/google/gson/JsonParseException.class
JsonParseException.java package com.google.gson public com.google.gson.JsonParseException extends java.lang.RuntimeException { static final long serialVersionUID public void <init> (java.lang.String) String msg public void <init> (java.lang.String, java.lang.Throwable) String msg Throwable cause public void <init> (java.lang.Throwable) Throwable cause }
com/google/gson/ToNumberPolicy$3.class
ToNumberPolicy.java package com.google.gson final enum com.google.gson.ToNumberPolicy$3 extends com.google.gson.ToNumberPolicy { void <init> (java.lang.String, int) public java.lang.Number readNumber (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.JsonParseException Double d NumberFormatException doubleE NumberFormatException longE com.google.gson.stream.JsonReader in String value }
com/google/gson/LongSerializationPolicy$2.class
LongSerializationPolicy.java package com.google.gson final enum com.google.gson.LongSerializationPolicy$2 extends com.google.gson.LongSerializationPolicy { void <init> (java.lang.String, int) public com.google.gson.JsonElement serialize (java.lang.Long) Long value }
com/google/gson/JsonParser.class
JsonParser.java package com.google.gson public final com.google.gson.JsonParser extends java.lang.Object { public void <init> () public static com.google.gson.JsonElement parseString (java.lang.String) throws com.google.gson.JsonSyntaxException String json public static com.google.gson.JsonElement parseReader (java.io.Reader) throws com.google.gson.JsonIOException com.google.gson.JsonSyntaxException com.google.gson.stream.JsonReader jsonReader com.google.gson.JsonElement element com.google.gson.stream.MalformedJsonException e java.io.IOException e NumberFormatException e java.io.Reader reader public static com.google.gson.JsonElement parseReader (com.google.gson.stream.JsonReader) throws com.google.gson.JsonIOException com.google.gson.JsonSyntaxException StackOverflowError e OutOfMemoryError e com.google.gson.stream.JsonReader reader boolean lenient public com.google.gson.JsonElement parse (java.lang.String) throws com.google.gson.JsonSyntaxException String json public com.google.gson.JsonElement parse (java.io.Reader) throws com.google.gson.JsonIOException com.google.gson.JsonSyntaxException java.io.Reader json public com.google.gson.JsonElement parse (com.google.gson.stream.JsonReader) throws com.google.gson.JsonIOException com.google.gson.JsonSyntaxException com.google.gson.stream.JsonReader json }
com/google/gson/GsonBuilder.class
GsonBuilder.java package com.google.gson public final com.google.gson.GsonBuilder extends java.lang.Object { private com.google.gson.internal.Excluder excluder private com.google.gson.LongSerializationPolicy longSerializationPolicy private com.google.gson.FieldNamingStrategy fieldNamingPolicy private final java.util.Map instanceCreators private final java.util.List factories private final java.util.List hierarchyFactories private boolean serializeNulls private String datePattern private int dateStyle private int timeStyle private boolean complexMapKeySerialization private boolean serializeSpecialFloatingPointValues private boolean escapeHtmlChars private boolean prettyPrinting private boolean generateNonExecutableJson private boolean lenient private boolean useJdkUnsafe private com.google.gson.ToNumberStrategy objectToNumberStrategy private com.google.gson.ToNumberStrategy numberToNumberStrategy public void <init> () void <init> (com.google.gson.Gson) com.google.gson.Gson gson public com.google.gson.GsonBuilder setVersion (double) double ignoreVersionsAfter public transient com.google.gson.GsonBuilder excludeFieldsWithModifiers (int[]) int[] modifiers public com.google.gson.GsonBuilder generateNonExecutableJson () public com.google.gson.GsonBuilder excludeFieldsWithoutExposeAnnotation () public com.google.gson.GsonBuilder serializeNulls () public com.google.gson.GsonBuilder enableComplexMapKeySerialization () public com.google.gson.GsonBuilder disableInnerClassSerialization () public com.google.gson.GsonBuilder setLongSerializationPolicy (com.google.gson.LongSerializationPolicy) com.google.gson.LongSerializationPolicy serializationPolicy public com.google.gson.GsonBuilder setFieldNamingPolicy (com.google.gson.FieldNamingPolicy) com.google.gson.FieldNamingPolicy namingConvention public com.google.gson.GsonBuilder setFieldNamingStrategy (com.google.gson.FieldNamingStrategy) com.google.gson.FieldNamingStrategy fieldNamingStrategy public com.google.gson.GsonBuilder setObjectToNumberStrategy (com.google.gson.ToNumberStrategy) com.google.gson.ToNumberStrategy objectToNumberStrategy public com.google.gson.GsonBuilder setNumberToNumberStrategy (com.google.gson.ToNumberStrategy) com.google.gson.ToNumberStrategy numberToNumberStrategy public transient com.google.gson.GsonBuilder setExclusionStrategies (com.google.gson.ExclusionStrategy[]) com.google.gson.ExclusionStrategy strategy com.google.gson.ExclusionStrategy[] strategies public com.google.gson.GsonBuilder addSerializationExclusionStrategy (com.google.gson.ExclusionStrategy) com.google.gson.ExclusionStrategy strategy public com.google.gson.GsonBuilder addDeserializationExclusionStrategy (com.google.gson.ExclusionStrategy) com.google.gson.ExclusionStrategy strategy public com.google.gson.GsonBuilder setPrettyPrinting () public com.google.gson.GsonBuilder setLenient () public com.google.gson.GsonBuilder disableHtmlEscaping () public com.google.gson.GsonBuilder setDateFormat (java.lang.String) String pattern public com.google.gson.GsonBuilder setDateFormat (int) int style public com.google.gson.GsonBuilder setDateFormat (int, int) int dateStyle int timeStyle public com.google.gson.GsonBuilder registerTypeAdapter (java.lang.reflect.Type, java.lang.Object) com.google.gson.reflect.TypeToken typeToken java.lang.reflect.Type type Object typeAdapter public com.google.gson.GsonBuilder registerTypeAdapterFactory (com.google.gson.TypeAdapterFactory) com.google.gson.TypeAdapterFactory factory public com.google.gson.GsonBuilder registerTypeHierarchyAdapter (java.lang.Class, java.lang.Object) Class baseType Object typeAdapter public com.google.gson.GsonBuilder serializeSpecialFloatingPointValues () public com.google.gson.GsonBuilder disableJdkUnsafe () public com.google.gson.Gson create () java.util.List factories java.util.List hierarchyFactories private void addTypeAdaptersForDate (java.lang.String, int, int, java.util.List) com.google.gson.TypeAdapterFactory dateAdapterFactory com.google.gson.TypeAdapterFactory dateAdapterFactory String datePattern int dateStyle int timeStyle java.util.List factories com.google.gson.TypeAdapterFactory dateAdapterFactory boolean sqlTypesSupported com.google.gson.TypeAdapterFactory sqlTimestampAdapterFactory com.google.gson.TypeAdapterFactory sqlDateAdapterFactory }
com/google/gson/FieldAttributes.class
FieldAttributes.java package com.google.gson public final com.google.gson.FieldAttributes extends java.lang.Object { private final java.lang.reflect.Field field public void <init> (java.lang.reflect.Field) java.lang.reflect.Field f public java.lang.Class getDeclaringClass () public java.lang.String getName () public java.lang.reflect.Type getDeclaredType () public java.lang.Class getDeclaredClass () public java.lang.annotation.Annotation getAnnotation (java.lang.Class) Class annotation public java.util.Collection getAnnotations () public boolean hasModifier (int) int modifier java.lang.Object get (java.lang.Object) throws java.lang.IllegalAccessException Object instance boolean isSynthetic () }
com/google/gson/JsonDeserializationContext.class
JsonDeserializationContext.java package com.google.gson public abstract com.google.gson.JsonDeserializationContext extends java.lang.Object { public abstract java.lang.Object deserialize (com.google.gson.JsonElement, java.lang.reflect.Type) throws com.google.gson.JsonParseException }
com/google/gson/JsonObject.class
JsonObject.java package com.google.gson public final com.google.gson.JsonObject extends com.google.gson.JsonElement { private final com.google.gson.internal.LinkedTreeMap members public void <init> () public com.google.gson.JsonObject deepCopy () java.util.Map$Entry entry com.google.gson.JsonObject result public void add (java.lang.String, com.google.gson.JsonElement) String property com.google.gson.JsonElement value public com.google.gson.JsonElement remove (java.lang.String) String property public void addProperty (java.lang.String, java.lang.String) String property String value public void addProperty (java.lang.String, java.lang.Number) String property Number value public void addProperty (java.lang.String, java.lang.Boolean) String property Boolean value public void addProperty (java.lang.String, java.lang.Character) String property Character value public java.util.Set entrySet () public java.util.Set keySet () public int size () public boolean has (java.lang.String) String memberName public com.google.gson.JsonElement get (java.lang.String) String memberName public com.google.gson.JsonPrimitive getAsJsonPrimitive (java.lang.String) String memberName public com.google.gson.JsonArray getAsJsonArray (java.lang.String) String memberName public com.google.gson.JsonObject getAsJsonObject (java.lang.String) String memberName public boolean equals (java.lang.Object) Object o public int hashCode () public volatile synthetic com.google.gson.JsonElement deepCopy () }
com/google/gson/ToNumberPolicy$1.class
ToNumberPolicy.java package com.google.gson final enum com.google.gson.ToNumberPolicy$1 extends com.google.gson.ToNumberPolicy { void <init> (java.lang.String, int) public java.lang.Double readNumber (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader in public volatile synthetic java.lang.Number readNumber (com.google.gson.stream.JsonReader) throws java.io.IOException }
com/google/gson/ExclusionStrategy.class
ExclusionStrategy.java package com.google.gson public abstract com.google.gson.ExclusionStrategy extends java.lang.Object { public abstract boolean shouldSkipField (com.google.gson.FieldAttributes) public abstract boolean shouldSkipClass (java.lang.Class) }
META-INF/maven/com.google.code.gson/gson/pom.xml
META-INF/maven/com.google.code.gson/gson/pom.properties
META-INF/versions/
META-INF/versions/9/
META-INF/versions/9/module-info.class
<Unknown> package module module-info extends java.lang.Object { }
io/
io/sweers/
io/sweers/autotransient/
io/sweers/autotransient/AutoTransient.class
AutoTransient.java package io.sweers.autotransient public abstract annotation io.sweers.autotransient.AutoTransient extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/
com/google/common/annotations/
com/google/common/annotations/Beta.class
Beta.java package com.google.common.annotations public abstract annotation com.google.common.annotations.Beta extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/annotations/GwtCompatible.class
GwtCompatible.java package com.google.common.annotations public abstract annotation com.google.common.annotations.GwtCompatible extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean serializable () public abstract boolean emulated () }
com/google/common/annotations/GwtIncompatible.class
GwtIncompatible.java package com.google.common.annotations public abstract annotation com.google.common.annotations.GwtIncompatible extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/common/annotations/VisibleForTesting.class
VisibleForTesting.java package com.google.common.annotations public abstract annotation com.google.common.annotations.VisibleForTesting extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/base/
com/google/common/base/Absent.class
Absent.java package com.google.common.base final com.google.common.base.Absent extends com.google.common.base.Optional { static final com.google.common.base.Absent INSTANCE private static final long serialVersionUID static com.google.common.base.Optional withType () private void <init> () public boolean isPresent () public java.lang.Object get () public java.lang.Object or (java.lang.Object) Object defaultValue public com.google.common.base.Optional or (com.google.common.base.Optional) com.google.common.base.Optional secondChoice public java.lang.Object or (com.google.common.base.Supplier) com.google.common.base.Supplier supplier public java.lang.Object orNull () public java.util.Set asSet () public com.google.common.base.Optional transform (com.google.common.base.Function) com.google.common.base.Function function public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () private java.lang.Object readResolve () static void <clinit> () }
com/google/common/base/AbstractIterator$1.class
AbstractIterator.java package com.google.common.base synthetic com.google.common.base.AbstractIterator$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$base$AbstractIterator$State static void <clinit> () }
com/google/common/base/AbstractIterator$State.class
AbstractIterator.java package com.google.common.base final enum com.google.common.base.AbstractIterator$State extends java.lang.Enum { public static final enum com.google.common.base.AbstractIterator$State READY public static final enum com.google.common.base.AbstractIterator$State NOT_READY public static final enum com.google.common.base.AbstractIterator$State DONE public static final enum com.google.common.base.AbstractIterator$State FAILED private static final synthetic com.google.common.base.AbstractIterator$State[] $VALUES public static com.google.common.base.AbstractIterator$State[] values () public static com.google.common.base.AbstractIterator$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.base.AbstractIterator$State[] $values () static void <clinit> () }
com/google/common/base/AbstractIterator.class
AbstractIterator.java package com.google.common.base abstract com.google.common.base.AbstractIterator extends java.lang.Object implements java.util.Iterator { private com.google.common.base.AbstractIterator$State state private Object next protected void <init> () protected abstract java.lang.Object computeNext () protected final java.lang.Object endOfData () public final boolean hasNext () private boolean tryToComputeNext () public final java.lang.Object next () Object result public final void remove () }
com/google/common/base/Ascii.class
Ascii.java package com.google.common.base public final com.google.common.base.Ascii extends java.lang.Object { public static final byte NUL public static final byte SOH public static final byte STX public static final byte ETX public static final byte EOT public static final byte ENQ public static final byte ACK public static final byte BEL public static final byte BS public static final byte HT public static final byte LF public static final byte NL public static final byte VT public static final byte FF public static final byte CR public static final byte SO public static final byte SI public static final byte DLE public static final byte DC1 public static final byte XON public static final byte DC2 public static final byte DC3 public static final byte XOFF public static final byte DC4 public static final byte NAK public static final byte SYN public static final byte ETB public static final byte CAN public static final byte EM public static final byte SUB public static final byte ESC public static final byte FS public static final byte GS public static final byte RS public static final byte US public static final byte SP public static final byte SPACE public static final byte DEL public static final char MIN public static final char MAX private static final char CASE_MASK private void <init> () public static java.lang.String toLowerCase (java.lang.String) char c char[] chars int i String string int length public static java.lang.String toLowerCase (java.lang.CharSequence) int i CharSequence chars char[] newChars public static char toLowerCase (char) char c public static java.lang.String toUpperCase (java.lang.String) char c char[] chars int i String string int length public static java.lang.String toUpperCase (java.lang.CharSequence) int i CharSequence chars char[] newChars public static char toUpperCase (char) char c public static boolean isLowerCase (char) char c public static boolean isUpperCase (char) char c public static java.lang.String truncate (java.lang.CharSequence, int, java.lang.String) String string CharSequence seq int maxLength String truncationIndicator int truncationLength public static boolean equalsIgnoreCase (java.lang.CharSequence, java.lang.CharSequence) char c1 char c2 int alphaIndex int i CharSequence s1 CharSequence s2 int length private static int getAlphaIndex (char) char c }
com/google/common/base/CaseFormat$1.class
CaseFormat.java package com.google.common.base final enum com.google.common.base.CaseFormat$1 extends com.google.common.base.CaseFormat { void <init> (java.lang.String, int, com.google.common.base.CharMatcher, java.lang.String) com.google.common.base.CharMatcher wordBoundary String wordSeparator java.lang.String normalizeWord (java.lang.String) String word java.lang.String convert (com.google.common.base.CaseFormat, java.lang.String) com.google.common.base.CaseFormat format String s }
com/google/common/base/CaseFormat$2.class
CaseFormat.java package com.google.common.base final enum com.google.common.base.CaseFormat$2 extends com.google.common.base.CaseFormat { void <init> (java.lang.String, int, com.google.common.base.CharMatcher, java.lang.String) com.google.common.base.CharMatcher wordBoundary String wordSeparator java.lang.String normalizeWord (java.lang.String) String word java.lang.String convert (com.google.common.base.CaseFormat, java.lang.String) com.google.common.base.CaseFormat format String s }
com/google/common/base/CaseFormat$3.class
CaseFormat.java package com.google.common.base final enum com.google.common.base.CaseFormat$3 extends com.google.common.base.CaseFormat { void <init> (java.lang.String, int, com.google.common.base.CharMatcher, java.lang.String) com.google.common.base.CharMatcher wordBoundary String wordSeparator java.lang.String normalizeWord (java.lang.String) String word java.lang.String normalizeFirstWord (java.lang.String) String word }
com/google/common/base/CaseFormat$4.class
CaseFormat.java package com.google.common.base final enum com.google.common.base.CaseFormat$4 extends com.google.common.base.CaseFormat { void <init> (java.lang.String, int, com.google.common.base.CharMatcher, java.lang.String) com.google.common.base.CharMatcher wordBoundary String wordSeparator java.lang.String normalizeWord (java.lang.String) String word }
com/google/common/base/CaseFormat$5.class
CaseFormat.java package com.google.common.base final enum com.google.common.base.CaseFormat$5 extends com.google.common.base.CaseFormat { void <init> (java.lang.String, int, com.google.common.base.CharMatcher, java.lang.String) com.google.common.base.CharMatcher wordBoundary String wordSeparator java.lang.String normalizeWord (java.lang.String) String word java.lang.String convert (com.google.common.base.CaseFormat, java.lang.String) com.google.common.base.CaseFormat format String s }
com/google/common/base/CaseFormat$StringConverter.class
CaseFormat.java package com.google.common.base final com.google.common.base.CaseFormat$StringConverter extends com.google.common.base.Converter implements java.io.Serializable { private final com.google.common.base.CaseFormat sourceFormat private final com.google.common.base.CaseFormat targetFormat private static final long serialVersionUID void <init> (com.google.common.base.CaseFormat, com.google.common.base.CaseFormat) com.google.common.base.CaseFormat sourceFormat com.google.common.base.CaseFormat targetFormat protected java.lang.String doForward (java.lang.String) String s protected java.lang.String doBackward (java.lang.String) String s public boolean equals (java.lang.Object) com.google.common.base.CaseFormat$StringConverter that Object object public int hashCode () public java.lang.String toString () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) }
com/google/common/base/CaseFormat.class
CaseFormat.java package com.google.common.base public abstract enum com.google.common.base.CaseFormat extends java.lang.Enum { public static final enum com.google.common.base.CaseFormat LOWER_HYPHEN public static final enum com.google.common.base.CaseFormat LOWER_UNDERSCORE public static final enum com.google.common.base.CaseFormat LOWER_CAMEL public static final enum com.google.common.base.CaseFormat UPPER_CAMEL public static final enum com.google.common.base.CaseFormat UPPER_UNDERSCORE private final com.google.common.base.CharMatcher wordBoundary private final String wordSeparator private static final synthetic com.google.common.base.CaseFormat[] $VALUES public static com.google.common.base.CaseFormat[] values () public static com.google.common.base.CaseFormat valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.common.base.CharMatcher, java.lang.String) com.google.common.base.CharMatcher wordBoundary String wordSeparator public final java.lang.String to (com.google.common.base.CaseFormat, java.lang.String) com.google.common.base.CaseFormat format String str java.lang.String convert (com.google.common.base.CaseFormat, java.lang.String) com.google.common.base.CaseFormat format String s StringBuilder out int i int j public com.google.common.base.Converter converterTo (com.google.common.base.CaseFormat) com.google.common.base.CaseFormat targetFormat abstract java.lang.String normalizeWord (java.lang.String) java.lang.String normalizeFirstWord (java.lang.String) String word private static java.lang.String firstCharOnlyToUpper (java.lang.String) String word private static synthetic com.google.common.base.CaseFormat[] $values () synthetic void <init> (java.lang.String, int, com.google.common.base.CharMatcher, java.lang.String, com.google.common.base.CaseFormat$1) String x0 int x1 com.google.common.base.CharMatcher x2 String x3 com.google.common.base.CaseFormat$1 x4 static synthetic java.lang.String access$100 (java.lang.String) String x0 static void <clinit> () }
com/google/common/base/CharMatcher$1.class
CharMatcher.java package com.google.common.base com.google.common.base.CharMatcher$1 extends com.google.common.base.CharMatcher$NegatedFastMatcher { final synthetic String val$description void <init> (com.google.common.base.CharMatcher, com.google.common.base.CharMatcher, java.lang.String) com.google.common.base.CharMatcher this$0 com.google.common.base.CharMatcher original public java.lang.String toString () }
com/google/common/base/CharMatcher$And.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$And extends com.google.common.base.CharMatcher { final com.google.common.base.CharMatcher first final com.google.common.base.CharMatcher second void <init> (com.google.common.base.CharMatcher, com.google.common.base.CharMatcher) com.google.common.base.CharMatcher a com.google.common.base.CharMatcher b public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet table java.util.BitSet tmp1 java.util.BitSet tmp2 public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$Any.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$Any extends com.google.common.base.CharMatcher$NamedFastMatcher { static final com.google.common.base.CharMatcher$Any INSTANCE private void <init> () public boolean matches (char) char c public int indexIn (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence, int) CharSequence sequence int start int length public int lastIndexIn (java.lang.CharSequence) CharSequence sequence public boolean matchesAllOf (java.lang.CharSequence) CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public java.lang.String removeFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String replaceFrom (java.lang.CharSequence, char) CharSequence sequence char replacement char[] array public java.lang.String replaceFrom (java.lang.CharSequence, java.lang.CharSequence) int i CharSequence sequence CharSequence replacement StringBuilder result public java.lang.String collapseFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public java.lang.String trimFrom (java.lang.CharSequence) CharSequence sequence public int countIn (java.lang.CharSequence) CharSequence sequence public com.google.common.base.CharMatcher and (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher or (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher negate () public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$AnyOf.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$AnyOf extends com.google.common.base.CharMatcher { private final char[] chars public void <init> (java.lang.CharSequence) CharSequence chars public boolean matches (char) char c void setBits (java.util.BitSet) char c java.util.BitSet table public java.lang.String toString () char c StringBuilder description public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$Ascii.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$Ascii extends com.google.common.base.CharMatcher$NamedFastMatcher { static final com.google.common.base.CharMatcher$Ascii INSTANCE void <init> () public boolean matches (char) char c static void <clinit> () }
com/google/common/base/CharMatcher$BitSetMatcher.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$BitSetMatcher extends com.google.common.base.CharMatcher$NamedFastMatcher { private final java.util.BitSet table private void <init> (java.util.BitSet, java.lang.String) java.util.BitSet table String description public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet bitSet synthetic void <init> (java.util.BitSet, java.lang.String, com.google.common.base.CharMatcher$1) java.util.BitSet x0 String x1 com.google.common.base.CharMatcher$1 x2 }
com/google/common/base/CharMatcher$BreakingWhitespace.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$BreakingWhitespace extends com.google.common.base.CharMatcher { static final com.google.common.base.CharMatcher INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$Digit.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$Digit extends com.google.common.base.CharMatcher$RangesMatcher { private static final String ZEROES static final com.google.common.base.CharMatcher$Digit INSTANCE private static char[] zeroes () private static char[] nines () int i char[] nines private void <init> () static void <clinit> () }
com/google/common/base/CharMatcher$FastMatcher.class
CharMatcher.java package com.google.common.base abstract com.google.common.base.CharMatcher$FastMatcher extends com.google.common.base.CharMatcher { void <init> () public final com.google.common.base.CharMatcher precomputed () public com.google.common.base.CharMatcher negate () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$ForPredicate.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$ForPredicate extends com.google.common.base.CharMatcher { private final com.google.common.base.Predicate predicate void <init> (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public boolean matches (char) char c public boolean apply (java.lang.Character) Character character public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$InRange.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$InRange extends com.google.common.base.CharMatcher$FastMatcher { private final char startInclusive private final char endInclusive void <init> (char, char) char startInclusive char endInclusive public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet table public java.lang.String toString () }
com/google/common/base/CharMatcher$Invisible.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$Invisible extends com.google.common.base.CharMatcher$RangesMatcher { private static final String RANGE_STARTS private static final String RANGE_ENDS static final com.google.common.base.CharMatcher$Invisible INSTANCE private void <init> () static void <clinit> () }
com/google/common/base/CharMatcher$Is.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$Is extends com.google.common.base.CharMatcher$FastMatcher { private final char match void <init> (char) char match public boolean matches (char) char c public java.lang.String replaceFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public com.google.common.base.CharMatcher and (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher or (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher negate () void setBits (java.util.BitSet) java.util.BitSet table public java.lang.String toString () public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$IsEither.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$IsEither extends com.google.common.base.CharMatcher$FastMatcher { private final char match1 private final char match2 void <init> (char, char) char match1 char match2 public boolean matches (char) char c void setBits (java.util.BitSet) java.util.BitSet table public java.lang.String toString () }
com/google/common/base/CharMatcher$IsNot.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$IsNot extends com.google.common.base.CharMatcher$FastMatcher { private final char match void <init> (char) char match public boolean matches (char) char c public com.google.common.base.CharMatcher and (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher or (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other void setBits (java.util.BitSet) java.util.BitSet table public com.google.common.base.CharMatcher negate () public java.lang.String toString () public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$JavaDigit.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$JavaDigit extends com.google.common.base.CharMatcher { static final com.google.common.base.CharMatcher$JavaDigit INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$JavaIsoControl.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$JavaIsoControl extends com.google.common.base.CharMatcher$NamedFastMatcher { static final com.google.common.base.CharMatcher$JavaIsoControl INSTANCE private void <init> () public boolean matches (char) char c static void <clinit> () }
com/google/common/base/CharMatcher$JavaLetter.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$JavaLetter extends com.google.common.base.CharMatcher { static final com.google.common.base.CharMatcher$JavaLetter INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$JavaLetterOrDigit.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$JavaLetterOrDigit extends com.google.common.base.CharMatcher { static final com.google.common.base.CharMatcher$JavaLetterOrDigit INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$JavaLowerCase.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$JavaLowerCase extends com.google.common.base.CharMatcher { static final com.google.common.base.CharMatcher$JavaLowerCase INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$JavaUpperCase.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$JavaUpperCase extends com.google.common.base.CharMatcher { static final com.google.common.base.CharMatcher$JavaUpperCase INSTANCE private void <init> () public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$NamedFastMatcher.class
CharMatcher.java package com.google.common.base abstract com.google.common.base.CharMatcher$NamedFastMatcher extends com.google.common.base.CharMatcher$FastMatcher { private final String description void <init> (java.lang.String) String description public final java.lang.String toString () }
com/google/common/base/CharMatcher$Negated.class
CharMatcher.java package com.google.common.base com.google.common.base.CharMatcher$Negated extends com.google.common.base.CharMatcher { final com.google.common.base.CharMatcher original void <init> (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher original public boolean matches (char) char c public boolean matchesAllOf (java.lang.CharSequence) CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public int countIn (java.lang.CharSequence) CharSequence sequence void setBits (java.util.BitSet) java.util.BitSet table java.util.BitSet tmp public com.google.common.base.CharMatcher negate () public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$NegatedFastMatcher.class
CharMatcher.java package com.google.common.base com.google.common.base.CharMatcher$NegatedFastMatcher extends com.google.common.base.CharMatcher$Negated { void <init> (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher original public final com.google.common.base.CharMatcher precomputed () }
com/google/common/base/CharMatcher$None.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$None extends com.google.common.base.CharMatcher$NamedFastMatcher { static final com.google.common.base.CharMatcher$None INSTANCE private void <init> () public boolean matches (char) char c public int indexIn (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence, int) CharSequence sequence int start int length public int lastIndexIn (java.lang.CharSequence) CharSequence sequence public boolean matchesAllOf (java.lang.CharSequence) CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public java.lang.String removeFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String replaceFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public java.lang.String replaceFrom (java.lang.CharSequence, java.lang.CharSequence) CharSequence sequence CharSequence replacement public java.lang.String collapseFrom (java.lang.CharSequence, char) CharSequence sequence char replacement public java.lang.String trimFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String trimLeadingFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String trimTrailingFrom (java.lang.CharSequence) CharSequence sequence public int countIn (java.lang.CharSequence) CharSequence sequence public com.google.common.base.CharMatcher and (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher or (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher negate () public volatile synthetic java.util.function.Predicate negate () static void <clinit> () }
com/google/common/base/CharMatcher$Or.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$Or extends com.google.common.base.CharMatcher { final com.google.common.base.CharMatcher first final com.google.common.base.CharMatcher second void <init> (com.google.common.base.CharMatcher, com.google.common.base.CharMatcher) com.google.common.base.CharMatcher a com.google.common.base.CharMatcher b void setBits (java.util.BitSet) java.util.BitSet table public boolean matches (char) char c public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$RangesMatcher.class
CharMatcher.java package com.google.common.base com.google.common.base.CharMatcher$RangesMatcher extends com.google.common.base.CharMatcher { private final String description private final char[] rangeStarts private final char[] rangeEnds void <init> (java.lang.String, char[], char[]) int i String description char[] rangeStarts char[] rangeEnds public boolean matches (char) char c int index public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () }
com/google/common/base/CharMatcher$SingleWidth.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$SingleWidth extends com.google.common.base.CharMatcher$RangesMatcher { static final com.google.common.base.CharMatcher$SingleWidth INSTANCE private void <init> () static void <clinit> () }
com/google/common/base/CharMatcher$Whitespace.class
CharMatcher.java package com.google.common.base final com.google.common.base.CharMatcher$Whitespace extends com.google.common.base.CharMatcher$NamedFastMatcher { static final String TABLE static final int MULTIPLIER static final int SHIFT static final com.google.common.base.CharMatcher$Whitespace INSTANCE void <init> () public boolean matches (char) char c void setBits (java.util.BitSet) int i java.util.BitSet table static void <clinit> () }
com/google/common/base/CharMatcher.class
CharMatcher.java package com.google.common.base public abstract com.google.common.base.CharMatcher extends java.lang.Object implements com.google.common.base.Predicate { private static final int DISTINCT_CHARS public static com.google.common.base.CharMatcher any () public static com.google.common.base.CharMatcher none () public static com.google.common.base.CharMatcher whitespace () public static com.google.common.base.CharMatcher breakingWhitespace () public static com.google.common.base.CharMatcher ascii () public static com.google.common.base.CharMatcher digit () public static com.google.common.base.CharMatcher javaDigit () public static com.google.common.base.CharMatcher javaLetter () public static com.google.common.base.CharMatcher javaLetterOrDigit () public static com.google.common.base.CharMatcher javaUpperCase () public static com.google.common.base.CharMatcher javaLowerCase () public static com.google.common.base.CharMatcher javaIsoControl () public static com.google.common.base.CharMatcher invisible () public static com.google.common.base.CharMatcher singleWidth () public static com.google.common.base.CharMatcher is (char) char match public static com.google.common.base.CharMatcher isNot (char) char match public static com.google.common.base.CharMatcher anyOf (java.lang.CharSequence) CharSequence sequence public static com.google.common.base.CharMatcher noneOf (java.lang.CharSequence) CharSequence sequence public static com.google.common.base.CharMatcher inRange (char, char) char startInclusive char endInclusive public static com.google.common.base.CharMatcher forPredicate (com.google.common.base.Predicate) com.google.common.base.Predicate predicate protected void <init> () public abstract boolean matches (char) public com.google.common.base.CharMatcher negate () public com.google.common.base.CharMatcher and (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher or (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher other public com.google.common.base.CharMatcher precomputed () com.google.common.base.CharMatcher precomputedInternal () int negatedCharacters String suffix String description String negatedDescription java.util.BitSet table int totalCharacters private static com.google.common.base.CharMatcher precomputedPositive (int, java.util.BitSet, java.lang.String) char c1 char c2 int totalCharacters java.util.BitSet table String description private static boolean isSmall (int, int) int totalCharacters int tableLength void setBits (java.util.BitSet) int c java.util.BitSet table public boolean matchesAnyOf (java.lang.CharSequence) CharSequence sequence public boolean matchesAllOf (java.lang.CharSequence) int i CharSequence sequence public boolean matchesNoneOf (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence) CharSequence sequence public int indexIn (java.lang.CharSequence, int) int i CharSequence sequence int start int length public int lastIndexIn (java.lang.CharSequence) int i CharSequence sequence public int countIn (java.lang.CharSequence) int i CharSequence sequence int count public java.lang.String removeFrom (java.lang.CharSequence) CharSequence sequence String string int pos char[] chars int spread public java.lang.String retainFrom (java.lang.CharSequence) CharSequence sequence public java.lang.String replaceFrom (java.lang.CharSequence, char) int i CharSequence sequence char replacement String string int pos char[] chars public java.lang.String replaceFrom (java.lang.CharSequence, java.lang.CharSequence) CharSequence sequence CharSequence replacement int replacementLen String string int pos int len StringBuilder buf int oldpos public java.lang.String trimFrom (java.lang.CharSequence) CharSequence sequence int len int first int last public java.lang.String trimLeadingFrom (java.lang.CharSequence) int first CharSequence sequence int len public java.lang.String trimTrailingFrom (java.lang.CharSequence) int last CharSequence sequence int len public java.lang.String collapseFrom (java.lang.CharSequence, char) StringBuilder builder char c int i CharSequence sequence char replacement int len public java.lang.String trimAndCollapseFrom (java.lang.CharSequence, char) CharSequence sequence char replacement int len int first int last private java.lang.String finishCollapseFrom (java.lang.CharSequence, int, int, char, java.lang.StringBuilder, boolean) char c int i CharSequence sequence int start int end char replacement StringBuilder builder boolean inMatchingGroup public boolean apply (java.lang.Character) Character character public java.lang.String toString () private static java.lang.String showCharacter (char) int i char c String hex char[] tmp private static com.google.common.base.CharMatcher$IsEither isEither (char, char) char c1 char c2 public volatile synthetic boolean apply (java.lang.Object) public volatile synthetic java.util.function.Predicate negate () static synthetic java.lang.String access$100 (char) char x0 }
com/google/common/base/Charsets.class
Charsets.java package com.google.common.base public final com.google.common.base.Charsets extends java.lang.Object { public static final java.nio.charset.Charset US_ASCII public static final java.nio.charset.Charset ISO_8859_1 public static final java.nio.charset.Charset UTF_8 public static final java.nio.charset.Charset UTF_16BE public static final java.nio.charset.Charset UTF_16LE public static final java.nio.charset.Charset UTF_16 private void <init> () static void <clinit> () }
com/google/common/base/CommonMatcher.class
CommonMatcher.java package com.google.common.base abstract com.google.common.base.CommonMatcher extends java.lang.Object { void <init> () public abstract boolean matches () public abstract boolean find () public abstract boolean find (int) public abstract java.lang.String replaceAll (java.lang.String) public abstract int end () public abstract int start () }
com/google/common/base/CommonPattern.class
CommonPattern.java package com.google.common.base abstract com.google.common.base.CommonPattern extends java.lang.Object { void <init> () public abstract com.google.common.base.CommonMatcher matcher (java.lang.CharSequence) public abstract java.lang.String pattern () public abstract int flags () public abstract java.lang.String toString () public static com.google.common.base.CommonPattern compile (java.lang.String) String pattern public static boolean isPcreLike () }
com/google/common/base/Converter$1$1.class
Converter.java package com.google.common.base com.google.common.base.Converter$1$1 extends java.lang.Object implements java.util.Iterator { private final java.util.Iterator fromIterator final synthetic com.google.common.base.Converter$1 this$1 void <init> (com.google.common.base.Converter$1) com.google.common.base.Converter$1 this$1 public boolean hasNext () public java.lang.Object next () public void remove () }
com/google/common/base/Converter$1.class
Converter.java package com.google.common.base com.google.common.base.Converter$1 extends java.lang.Object implements java.lang.Iterable { final synthetic Iterable val$fromIterable final synthetic com.google.common.base.Converter this$0 void <init> (com.google.common.base.Converter, java.lang.Iterable) com.google.common.base.Converter this$0 public java.util.Iterator iterator () }
com/google/common/base/Converter$ConverterComposition.class
Converter.java package com.google.common.base final com.google.common.base.Converter$ConverterComposition extends com.google.common.base.Converter implements java.io.Serializable { final com.google.common.base.Converter first final com.google.common.base.Converter second private static final long serialVersionUID void <init> (com.google.common.base.Converter, com.google.common.base.Converter) com.google.common.base.Converter first com.google.common.base.Converter second protected java.lang.Object doForward (java.lang.Object) Object a protected java.lang.Object doBackward (java.lang.Object) Object c java.lang.Object correctedDoForward (java.lang.Object) Object a java.lang.Object correctedDoBackward (java.lang.Object) Object c public boolean equals (java.lang.Object) com.google.common.base.Converter$ConverterComposition that Object object public int hashCode () public java.lang.String toString () }
com/google/common/base/Converter$FunctionBasedConverter.class
Converter.java package com.google.common.base final com.google.common.base.Converter$FunctionBasedConverter extends com.google.common.base.Converter implements java.io.Serializable { private final com.google.common.base.Function forwardFunction private final com.google.common.base.Function backwardFunction private void <init> (com.google.common.base.Function, com.google.common.base.Function) com.google.common.base.Function forwardFunction com.google.common.base.Function backwardFunction protected java.lang.Object doForward (java.lang.Object) Object a protected java.lang.Object doBackward (java.lang.Object) Object b public boolean equals (java.lang.Object) com.google.common.base.Converter$FunctionBasedConverter that Object object public int hashCode () public java.lang.String toString () synthetic void <init> (com.google.common.base.Function, com.google.common.base.Function, com.google.common.base.Converter$1) com.google.common.base.Function x0 com.google.common.base.Function x1 com.google.common.base.Converter$1 x2 }
com/google/common/base/Converter$IdentityConverter.class
Converter.java package com.google.common.base final com.google.common.base.Converter$IdentityConverter extends com.google.common.base.Converter implements java.io.Serializable { static final com.google.common.base.Converter$IdentityConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Object doForward (java.lang.Object) Object t protected java.lang.Object doBackward (java.lang.Object) Object t public com.google.common.base.Converter$IdentityConverter reverse () com.google.common.base.Converter doAndThen (com.google.common.base.Converter) com.google.common.base.Converter otherConverter public java.lang.String toString () private java.lang.Object readResolve () public volatile synthetic com.google.common.base.Converter reverse () static void <clinit> () }
com/google/common/base/Converter$ReverseConverter.class
Converter.java package com.google.common.base final com.google.common.base.Converter$ReverseConverter extends com.google.common.base.Converter implements java.io.Serializable { final com.google.common.base.Converter original private static final long serialVersionUID void <init> (com.google.common.base.Converter) com.google.common.base.Converter original protected java.lang.Object doForward (java.lang.Object) Object b protected java.lang.Object doBackward (java.lang.Object) Object a java.lang.Object correctedDoForward (java.lang.Object) Object b java.lang.Object correctedDoBackward (java.lang.Object) Object a public com.google.common.base.Converter reverse () public boolean equals (java.lang.Object) com.google.common.base.Converter$ReverseConverter that Object object public int hashCode () public java.lang.String toString () }
com/google/common/base/Converter.class
Converter.java package com.google.common.base public abstract com.google.common.base.Converter extends java.lang.Object implements com.google.common.base.Function { private final boolean handleNullAutomatically private transient com.google.common.base.Converter reverse protected void <init> () void <init> (boolean) boolean handleNullAutomatically protected abstract java.lang.Object doForward (java.lang.Object) protected abstract java.lang.Object doBackward (java.lang.Object) public final java.lang.Object convert (java.lang.Object) Object a java.lang.Object correctedDoForward (java.lang.Object) Object a java.lang.Object correctedDoBackward (java.lang.Object) Object b private java.lang.Object unsafeDoForward (java.lang.Object) Object a private java.lang.Object unsafeDoBackward (java.lang.Object) Object b public java.lang.Iterable convertAll (java.lang.Iterable) Iterable fromIterable public com.google.common.base.Converter reverse () com.google.common.base.Converter result public final com.google.common.base.Converter andThen (com.google.common.base.Converter) com.google.common.base.Converter secondConverter com.google.common.base.Converter doAndThen (com.google.common.base.Converter) com.google.common.base.Converter secondConverter public final java.lang.Object apply (java.lang.Object) Object a public boolean equals (java.lang.Object) Object object public static com.google.common.base.Converter from (com.google.common.base.Function, com.google.common.base.Function) com.google.common.base.Function forwardFunction com.google.common.base.Function backwardFunction public static com.google.common.base.Converter identity () }
com/google/common/base/Defaults.class
Defaults.java package com.google.common.base public final com.google.common.base.Defaults extends java.lang.Object { private static final Double DOUBLE_DEFAULT private static final Float FLOAT_DEFAULT private void <init> () public static java.lang.Object defaultValue (java.lang.Class) Class type static void <clinit> () }
com/google/common/base/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.base abstract annotation com.google.common.base.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/base/Enums$StringConverter.class
Enums.java package com.google.common.base final com.google.common.base.Enums$StringConverter extends com.google.common.base.Converter implements java.io.Serializable { private final Class enumClass private static final long serialVersionUID void <init> (java.lang.Class) Class enumClass protected java.lang.Enum doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Enum) Enum enumValue public boolean equals (java.lang.Object) com.google.common.base.Enums$StringConverter that Object object public int hashCode () public java.lang.String toString () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) }
com/google/common/base/Enums.class
Enums.java package com.google.common.base public final com.google.common.base.Enums extends java.lang.Object { private static final java.util.Map enumConstantCache private void <init> () public static java.lang.reflect.Field getField (java.lang.Enum) NoSuchFieldException impossible Enum enumValue Class clazz public static com.google.common.base.Optional getIfPresent (java.lang.Class, java.lang.String) Class enumClass String value private static java.util.Map populateCache (java.lang.Class) Enum enumInstance Class enumClass java.util.Map result static java.util.Map getEnumConstants (java.lang.Class) java.util.Map constants Class enumClass public static com.google.common.base.Converter stringConverter (java.lang.Class) Class enumClass static void <clinit> () }
com/google/common/base/Equivalence$1.class
Equivalence.java package com.google.common.base synthetic com.google.common.base.Equivalence$1 extends java.lang.Object { }
com/google/common/base/Equivalence$Equals.class
Equivalence.java package com.google.common.base final com.google.common.base.Equivalence$Equals extends com.google.common.base.Equivalence implements java.io.Serializable { static final com.google.common.base.Equivalence$Equals INSTANCE private static final long serialVersionUID void <init> () protected boolean doEquivalent (java.lang.Object, java.lang.Object) Object a Object b protected int doHash (java.lang.Object) Object o private java.lang.Object readResolve () static void <clinit> () }
com/google/common/base/Equivalence$EquivalentToPredicate.class
Equivalence.java package com.google.common.base final com.google.common.base.Equivalence$EquivalentToPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final com.google.common.base.Equivalence equivalence private final Object target private static final long serialVersionUID void <init> (com.google.common.base.Equivalence, java.lang.Object) com.google.common.base.Equivalence equivalence Object target public boolean apply (java.lang.Object) Object input public boolean equals (java.lang.Object) com.google.common.base.Equivalence$EquivalentToPredicate that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/base/Equivalence$Identity.class
Equivalence.java package com.google.common.base final com.google.common.base.Equivalence$Identity extends com.google.common.base.Equivalence implements java.io.Serializable { static final com.google.common.base.Equivalence$Identity INSTANCE private static final long serialVersionUID void <init> () protected boolean doEquivalent (java.lang.Object, java.lang.Object) Object a Object b protected int doHash (java.lang.Object) Object o private java.lang.Object readResolve () static void <clinit> () }
com/google/common/base/Equivalence$Wrapper.class
Equivalence.java package com.google.common.base public final com.google.common.base.Equivalence$Wrapper extends java.lang.Object implements java.io.Serializable { private final com.google.common.base.Equivalence equivalence private final Object reference private static final long serialVersionUID private void <init> (com.google.common.base.Equivalence, java.lang.Object) com.google.common.base.Equivalence equivalence Object reference public java.lang.Object get () public boolean equals (java.lang.Object) com.google.common.base.Equivalence equivalence com.google.common.base.Equivalence$Wrapper that Object obj public int hashCode () public java.lang.String toString () synthetic void <init> (com.google.common.base.Equivalence, java.lang.Object, com.google.common.base.Equivalence$1) com.google.common.base.Equivalence x0 Object x1 com.google.common.base.Equivalence$1 x2 }
com/google/common/base/Equivalence.class
Equivalence.java package com.google.common.base public abstract com.google.common.base.Equivalence extends java.lang.Object implements java.util.function.BiPredicate { protected void <init> () public final boolean equivalent (java.lang.Object, java.lang.Object) Object a Object b public final boolean test (java.lang.Object, java.lang.Object) Object t Object u protected abstract boolean doEquivalent (java.lang.Object, java.lang.Object) public final int hash (java.lang.Object) Object t protected abstract int doHash (java.lang.Object) public final com.google.common.base.Equivalence onResultOf (com.google.common.base.Function) com.google.common.base.Function function public final com.google.common.base.Equivalence$Wrapper wrap (java.lang.Object) Object reference com.google.common.base.Equivalence$Wrapper w public final com.google.common.base.Equivalence pairwise () public final com.google.common.base.Predicate equivalentTo (java.lang.Object) Object target public static com.google.common.base.Equivalence equals () public static com.google.common.base.Equivalence identity () }
com/google/common/base/ExtraObjectsMethodsForWeb.class
ExtraObjectsMethodsForWeb.java package com.google.common.base abstract com.google.common.base.ExtraObjectsMethodsForWeb extends java.lang.Object { void <init> () }
com/google/common/base/FinalizablePhantomReference.class
FinalizablePhantomReference.java package com.google.common.base public abstract com.google.common.base.FinalizablePhantomReference extends java.lang.ref.PhantomReference implements com.google.common.base.FinalizableReference { protected void <init> (java.lang.Object, com.google.common.base.FinalizableReferenceQueue) Object referent com.google.common.base.FinalizableReferenceQueue queue }
com/google/common/base/FinalizableReference.class
FinalizableReference.java package com.google.common.base public abstract com.google.common.base.FinalizableReference extends java.lang.Object { public abstract void finalizeReferent () }
com/google/common/base/FinalizableReferenceQueue$DecoupledLoader.class
FinalizableReferenceQueue.java package com.google.common.base com.google.common.base.FinalizableReferenceQueue$DecoupledLoader extends java.lang.Object implements com.google.common.base.FinalizableReferenceQueue$FinalizerLoader { private static final String LOADING_ERROR void <init> () public java.lang.Class loadFinalizer () ClassLoader finalizerLoader Exception e java.net.URL getBaseUrl () throws java.io.IOException String finalizerPath java.net.URL finalizerUrl String urlString java.net.URLClassLoader newLoader (java.net.URL) java.net.URL base }
com/google/common/base/FinalizableReferenceQueue$DirectLoader.class
FinalizableReferenceQueue.java package com.google.common.base com.google.common.base.FinalizableReferenceQueue$DirectLoader extends java.lang.Object implements com.google.common.base.FinalizableReferenceQueue$FinalizerLoader { void <init> () public java.lang.Class loadFinalizer () ClassNotFoundException e }
com/google/common/base/FinalizableReferenceQueue$FinalizerLoader.class
FinalizableReferenceQueue.java package com.google.common.base abstract com.google.common.base.FinalizableReferenceQueue$FinalizerLoader extends java.lang.Object { public abstract java.lang.Class loadFinalizer () }
com/google/common/base/FinalizableReferenceQueue$SystemLoader.class
FinalizableReferenceQueue.java package com.google.common.base com.google.common.base.FinalizableReferenceQueue$SystemLoader extends java.lang.Object implements com.google.common.base.FinalizableReferenceQueue$FinalizerLoader { static boolean disabled void <init> () public java.lang.Class loadFinalizer () ClassLoader systemLoader SecurityException e ClassNotFoundException e ClassLoader systemLoader }
com/google/common/base/FinalizableReferenceQueue.class
FinalizableReferenceQueue.java package com.google.common.base public com.google.common.base.FinalizableReferenceQueue extends java.lang.Object implements java.io.Closeable { private static final java.util.logging.Logger logger private static final String FINALIZER_CLASS_NAME private static final java.lang.reflect.Method startFinalizer final java.lang.ref.ReferenceQueue queue final java.lang.ref.PhantomReference frqRef final boolean threadStarted public void <init> () IllegalAccessException impossible Throwable t boolean threadStarted public void close () void cleanUp () Throwable t java.lang.ref.Reference reference private static transient java.lang.Class loadFinalizer (com.google.common.base.FinalizableReferenceQueue$FinalizerLoader[]) Class finalizer com.google.common.base.FinalizableReferenceQueue$FinalizerLoader loader com.google.common.base.FinalizableReferenceQueue$FinalizerLoader[] loaders static java.lang.reflect.Method getStartFinalizer (java.lang.Class) NoSuchMethodException e Class finalizer static synthetic java.util.logging.Logger access$000 () static void <clinit> () Class finalizer }
com/google/common/base/FinalizableSoftReference.class
FinalizableSoftReference.java package com.google.common.base public abstract com.google.common.base.FinalizableSoftReference extends java.lang.ref.SoftReference implements com.google.common.base.FinalizableReference { protected void <init> (java.lang.Object, com.google.common.base.FinalizableReferenceQueue) Object referent com.google.common.base.FinalizableReferenceQueue queue }
com/google/common/base/FinalizableWeakReference.class
FinalizableWeakReference.java package com.google.common.base public abstract com.google.common.base.FinalizableWeakReference extends java.lang.ref.WeakReference implements com.google.common.base.FinalizableReference { protected void <init> (java.lang.Object, com.google.common.base.FinalizableReferenceQueue) Object referent com.google.common.base.FinalizableReferenceQueue queue }
com/google/common/base/Function.class
Function.java package com.google.common.base public abstract com.google.common.base.Function extends java.lang.Object implements java.util.function.Function { public abstract java.lang.Object apply (java.lang.Object) public abstract boolean equals (java.lang.Object) }
com/google/common/base/FunctionalEquivalence.class
FunctionalEquivalence.java package com.google.common.base final com.google.common.base.FunctionalEquivalence extends com.google.common.base.Equivalence implements java.io.Serializable { private static final long serialVersionUID private final com.google.common.base.Function function private final com.google.common.base.Equivalence resultEquivalence void <init> (com.google.common.base.Function, com.google.common.base.Equivalence) com.google.common.base.Function function com.google.common.base.Equivalence resultEquivalence protected boolean doEquivalent (java.lang.Object, java.lang.Object) Object a Object b protected int doHash (java.lang.Object) Object a public boolean equals (java.lang.Object) com.google.common.base.FunctionalEquivalence that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/base/Functions$1.class
Functions.java package com.google.common.base synthetic com.google.common.base.Functions$1 extends java.lang.Object { }
com/google/common/base/Functions$ConstantFunction.class
Functions.java package com.google.common.base com.google.common.base.Functions$ConstantFunction extends java.lang.Object implements com.google.common.base.Function java.io.Serializable { private final Object value private static final long serialVersionUID public void <init> (java.lang.Object) Object value public java.lang.Object apply (java.lang.Object) Object from public boolean equals (java.lang.Object) com.google.common.base.Functions$ConstantFunction that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/base/Functions$ForMapWithDefault.class
Functions.java package com.google.common.base com.google.common.base.Functions$ForMapWithDefault extends java.lang.Object implements com.google.common.base.Function java.io.Serializable { final java.util.Map map final Object defaultValue private static final long serialVersionUID void <init> (java.util.Map, java.lang.Object) java.util.Map map Object defaultValue public java.lang.Object apply (java.lang.Object) Object key Object result public boolean equals (java.lang.Object) com.google.common.base.Functions$ForMapWithDefault that Object o public int hashCode () public java.lang.String toString () }
com/google/common/base/Functions$FunctionComposition.class
Functions.java package com.google.common.base com.google.common.base.Functions$FunctionComposition extends java.lang.Object implements com.google.common.base.Function java.io.Serializable { private final com.google.common.base.Function g private final com.google.common.base.Function f private static final long serialVersionUID public void <init> (com.google.common.base.Function, com.google.common.base.Function) com.google.common.base.Function g com.google.common.base.Function f public java.lang.Object apply (java.lang.Object) Object a public boolean equals (java.lang.Object) com.google.common.base.Functions$FunctionComposition that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/base/Functions$FunctionForMapNoDefault.class
Functions.java package com.google.common.base com.google.common.base.Functions$FunctionForMapNoDefault extends java.lang.Object implements com.google.common.base.Function java.io.Serializable { final java.util.Map map private static final long serialVersionUID void <init> (java.util.Map) java.util.Map map public java.lang.Object apply (java.lang.Object) Object key Object result public boolean equals (java.lang.Object) com.google.common.base.Functions$FunctionForMapNoDefault that Object o public int hashCode () public java.lang.String toString () }
com/google/common/base/Functions$IdentityFunction.class
Functions.java package com.google.common.base final enum com.google.common.base.Functions$IdentityFunction extends java.lang.Enum implements com.google.common.base.Function { public static final enum com.google.common.base.Functions$IdentityFunction INSTANCE private static final synthetic com.google.common.base.Functions$IdentityFunction[] $VALUES public static com.google.common.base.Functions$IdentityFunction[] values () public static com.google.common.base.Functions$IdentityFunction valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public java.lang.Object apply (java.lang.Object) Object o public java.lang.String toString () private static synthetic com.google.common.base.Functions$IdentityFunction[] $values () static void <clinit> () }
com/google/common/base/Functions$PredicateFunction.class
Functions.java package com.google.common.base com.google.common.base.Functions$PredicateFunction extends java.lang.Object implements com.google.common.base.Function java.io.Serializable { private final com.google.common.base.Predicate predicate private static final long serialVersionUID private void <init> (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public java.lang.Boolean apply (java.lang.Object) Object t public boolean equals (java.lang.Object) com.google.common.base.Functions$PredicateFunction that Object obj public int hashCode () public java.lang.String toString () public volatile synthetic java.lang.Object apply (java.lang.Object) synthetic void <init> (com.google.common.base.Predicate, com.google.common.base.Functions$1) com.google.common.base.Predicate x0 com.google.common.base.Functions$1 x1 }
com/google/common/base/Functions$SupplierFunction.class
Functions.java package com.google.common.base com.google.common.base.Functions$SupplierFunction extends java.lang.Object implements com.google.common.base.Function java.io.Serializable { private final com.google.common.base.Supplier supplier private static final long serialVersionUID private void <init> (com.google.common.base.Supplier) com.google.common.base.Supplier supplier public java.lang.Object apply (java.lang.Object) Object input public boolean equals (java.lang.Object) com.google.common.base.Functions$SupplierFunction that Object obj public int hashCode () public java.lang.String toString () synthetic void <init> (com.google.common.base.Supplier, com.google.common.base.Functions$1) com.google.common.base.Supplier x0 com.google.common.base.Functions$1 x1 }
com/google/common/base/Functions$ToStringFunction.class
Functions.java package com.google.common.base final enum com.google.common.base.Functions$ToStringFunction extends java.lang.Enum implements com.google.common.base.Function { public static final enum com.google.common.base.Functions$ToStringFunction INSTANCE private static final synthetic com.google.common.base.Functions$ToStringFunction[] $VALUES public static com.google.common.base.Functions$ToStringFunction[] values () public static com.google.common.base.Functions$ToStringFunction valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public java.lang.String apply (java.lang.Object) Object o public java.lang.String toString () public volatile synthetic java.lang.Object apply (java.lang.Object) private static synthetic com.google.common.base.Functions$ToStringFunction[] $values () static void <clinit> () }
com/google/common/base/Functions.class
Functions.java package com.google.common.base public final com.google.common.base.Functions extends java.lang.Object { private void <init> () public static com.google.common.base.Function toStringFunction () public static com.google.common.base.Function identity () public static com.google.common.base.Function forMap (java.util.Map) java.util.Map map public static com.google.common.base.Function forMap (java.util.Map, java.lang.Object) java.util.Map map Object defaultValue public static com.google.common.base.Function compose (com.google.common.base.Function, com.google.common.base.Function) com.google.common.base.Function g com.google.common.base.Function f public static com.google.common.base.Function forPredicate (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public static com.google.common.base.Function constant (java.lang.Object) Object value public static com.google.common.base.Function forSupplier (com.google.common.base.Supplier) com.google.common.base.Supplier supplier }
com/google/common/base/Java8Compatibility.class
Java8Compatibility.java package com.google.common.base final com.google.common.base.Java8Compatibility extends java.lang.Object { static void clear (java.nio.Buffer) java.nio.Buffer b static void flip (java.nio.Buffer) java.nio.Buffer b static void limit (java.nio.Buffer, int) java.nio.Buffer b int limit static void position (java.nio.Buffer, int) java.nio.Buffer b int position private void <init> () }
com/google/common/base/JdkPattern$JdkMatcher.class
JdkPattern.java package com.google.common.base final com.google.common.base.JdkPattern$JdkMatcher extends com.google.common.base.CommonMatcher { final java.util.regex.Matcher matcher void <init> (java.util.regex.Matcher) java.util.regex.Matcher matcher public boolean matches () public boolean find () public boolean find (int) int index public java.lang.String replaceAll (java.lang.String) String replacement public int end () public int start () }
com/google/common/base/JdkPattern.class
JdkPattern.java package com.google.common.base final com.google.common.base.JdkPattern extends com.google.common.base.CommonPattern implements java.io.Serializable { private final java.util.regex.Pattern pattern private static final long serialVersionUID void <init> (java.util.regex.Pattern) java.util.regex.Pattern pattern public com.google.common.base.CommonMatcher matcher (java.lang.CharSequence) CharSequence t public java.lang.String pattern () public int flags () public java.lang.String toString () }
com/google/common/base/Joiner$1.class
Joiner.java package com.google.common.base com.google.common.base.Joiner$1 extends com.google.common.base.Joiner { final synthetic String val$nullText final synthetic com.google.common.base.Joiner this$0 void <init> (com.google.common.base.Joiner, com.google.common.base.Joiner, java.lang.String) com.google.common.base.Joiner this$0 com.google.common.base.Joiner prototype java.lang.CharSequence toString (java.lang.Object) Object part public com.google.common.base.Joiner useForNull (java.lang.String) String nullText public com.google.common.base.Joiner skipNulls () }
com/google/common/base/Joiner$2.class
Joiner.java package com.google.common.base com.google.common.base.Joiner$2 extends com.google.common.base.Joiner { final synthetic com.google.common.base.Joiner this$0 void <init> (com.google.common.base.Joiner, com.google.common.base.Joiner) com.google.common.base.Joiner this$0 com.google.common.base.Joiner prototype public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Iterator) throws java.io.IOException Object part Object part Appendable appendable java.util.Iterator parts public com.google.common.base.Joiner useForNull (java.lang.String) String nullText public com.google.common.base.Joiner$MapJoiner withKeyValueSeparator (java.lang.String) String kvs }
com/google/common/base/Joiner$3.class
Joiner.java package com.google.common.base com.google.common.base.Joiner$3 extends java.util.AbstractList { final synthetic Object[] val$rest final synthetic Object val$first final synthetic Object val$second void <init> (java.lang.Object[], java.lang.Object, java.lang.Object) public int size () public java.lang.Object get (int) int index }
com/google/common/base/Joiner$MapJoiner.class
Joiner.java package com.google.common.base public final com.google.common.base.Joiner$MapJoiner extends java.lang.Object { private final com.google.common.base.Joiner joiner private final String keyValueSeparator private void <init> (com.google.common.base.Joiner, java.lang.String) com.google.common.base.Joiner joiner String keyValueSeparator public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Map) throws java.io.IOException Appendable appendable java.util.Map map public java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.util.Map) StringBuilder builder java.util.Map map public java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Iterable) throws java.io.IOException Appendable appendable Iterable entries public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Iterator) throws java.io.IOException java.util.Map$Entry e java.util.Map$Entry entry Appendable appendable java.util.Iterator parts public java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Iterable) StringBuilder builder Iterable entries public java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.util.Iterator) java.io.IOException impossible StringBuilder builder java.util.Iterator entries public java.lang.String join (java.util.Map) java.util.Map map public java.lang.String join (java.lang.Iterable) Iterable entries public java.lang.String join (java.util.Iterator) java.util.Iterator entries public com.google.common.base.Joiner$MapJoiner useForNull (java.lang.String) String nullText synthetic void <init> (com.google.common.base.Joiner, java.lang.String, com.google.common.base.Joiner$1) com.google.common.base.Joiner x0 String x1 com.google.common.base.Joiner$1 x2 }
com/google/common/base/Joiner.class
Joiner.java package com.google.common.base public com.google.common.base.Joiner extends java.lang.Object { private final String separator public static com.google.common.base.Joiner on (java.lang.String) String separator public static com.google.common.base.Joiner on (char) char separator private void <init> (java.lang.String) String separator private void <init> (com.google.common.base.Joiner) com.google.common.base.Joiner prototype public java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Iterable) throws java.io.IOException Appendable appendable Iterable parts public java.lang.Appendable appendTo (java.lang.Appendable, java.util.Iterator) throws java.io.IOException Appendable appendable java.util.Iterator parts public final java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Object[]) throws java.io.IOException Appendable appendable Object[] parts public final transient java.lang.Appendable appendTo (java.lang.Appendable, java.lang.Object, java.lang.Object, java.lang.Object[]) throws java.io.IOException Appendable appendable Object first Object second Object[] rest public final java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Iterable) StringBuilder builder Iterable parts public final java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.util.Iterator) java.io.IOException impossible StringBuilder builder java.util.Iterator parts public final java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Object[]) StringBuilder builder Object[] parts public final transient java.lang.StringBuilder appendTo (java.lang.StringBuilder, java.lang.Object, java.lang.Object, java.lang.Object[]) StringBuilder builder Object first Object second Object[] rest public final java.lang.String join (java.lang.Iterable) Iterable parts public final java.lang.String join (java.util.Iterator) java.util.Iterator parts public final java.lang.String join (java.lang.Object[]) Object[] parts public final transient java.lang.String join (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest public com.google.common.base.Joiner useForNull (java.lang.String) String nullText public com.google.common.base.Joiner skipNulls () public com.google.common.base.Joiner$MapJoiner withKeyValueSeparator (char) char keyValueSeparator public com.google.common.base.Joiner$MapJoiner withKeyValueSeparator (java.lang.String) String keyValueSeparator java.lang.CharSequence toString (java.lang.Object) Object part private static java.lang.Iterable iterable (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest synthetic void <init> (com.google.common.base.Joiner, com.google.common.base.Joiner$1) com.google.common.base.Joiner x0 com.google.common.base.Joiner$1 x1 static synthetic java.lang.String access$100 (com.google.common.base.Joiner) com.google.common.base.Joiner x0 }
com/google/common/base/MoreObjects$1.class
MoreObjects.java package com.google.common.base synthetic com.google.common.base.MoreObjects$1 extends java.lang.Object { }
com/google/common/base/MoreObjects$ToStringHelper$UnconditionalValueHolder.class
MoreObjects.java package com.google.common.base final com.google.common.base.MoreObjects$ToStringHelper$UnconditionalValueHolder extends com.google.common.base.MoreObjects$ToStringHelper$ValueHolder { private void <init> () synthetic void <init> (com.google.common.base.MoreObjects$1) com.google.common.base.MoreObjects$1 x0 }
com/google/common/base/MoreObjects$ToStringHelper$ValueHolder.class
MoreObjects.java package com.google.common.base com.google.common.base.MoreObjects$ToStringHelper$ValueHolder extends java.lang.Object { String name Object value com.google.common.base.MoreObjects$ToStringHelper$ValueHolder next private void <init> () synthetic void <init> (com.google.common.base.MoreObjects$1) com.google.common.base.MoreObjects$1 x0 }
com/google/common/base/MoreObjects$ToStringHelper.class
MoreObjects.java package com.google.common.base public final com.google.common.base.MoreObjects$ToStringHelper extends java.lang.Object { private final String className private final com.google.common.base.MoreObjects$ToStringHelper$ValueHolder holderHead private com.google.common.base.MoreObjects$ToStringHelper$ValueHolder holderTail private boolean omitNullValues private boolean omitEmptyValues private void <init> (java.lang.String) String className public com.google.common.base.MoreObjects$ToStringHelper omitNullValues () public com.google.common.base.MoreObjects$ToStringHelper add (java.lang.String, java.lang.Object) String name Object value public com.google.common.base.MoreObjects$ToStringHelper add (java.lang.String, boolean) String name boolean value public com.google.common.base.MoreObjects$ToStringHelper add (java.lang.String, char) String name char value public com.google.common.base.MoreObjects$ToStringHelper add (java.lang.String, double) String name double value public com.google.common.base.MoreObjects$ToStringHelper add (java.lang.String, float) String name float value public com.google.common.base.MoreObjects$ToStringHelper add (java.lang.String, int) String name int value public com.google.common.base.MoreObjects$ToStringHelper add (java.lang.String, long) String name long value public com.google.common.base.MoreObjects$ToStringHelper addValue (java.lang.Object) Object value public com.google.common.base.MoreObjects$ToStringHelper addValue (boolean) boolean value public com.google.common.base.MoreObjects$ToStringHelper addValue (char) char value public com.google.common.base.MoreObjects$ToStringHelper addValue (double) double value public com.google.common.base.MoreObjects$ToStringHelper addValue (float) float value public com.google.common.base.MoreObjects$ToStringHelper addValue (int) int value public com.google.common.base.MoreObjects$ToStringHelper addValue (long) long value private static boolean isEmpty (java.lang.Object) Object value public java.lang.String toString () Object[] objectArray String arrayString Object value com.google.common.base.MoreObjects$ToStringHelper$ValueHolder valueHolder boolean omitNullValuesSnapshot boolean omitEmptyValuesSnapshot String nextSeparator StringBuilder builder private com.google.common.base.MoreObjects$ToStringHelper$ValueHolder addHolder () com.google.common.base.MoreObjects$ToStringHelper$ValueHolder valueHolder private com.google.common.base.MoreObjects$ToStringHelper addHolder (java.lang.Object) Object value com.google.common.base.MoreObjects$ToStringHelper$ValueHolder valueHolder private com.google.common.base.MoreObjects$ToStringHelper addHolder (java.lang.String, java.lang.Object) String name Object value com.google.common.base.MoreObjects$ToStringHelper$ValueHolder valueHolder private com.google.common.base.MoreObjects$ToStringHelper$UnconditionalValueHolder addUnconditionalHolder () com.google.common.base.MoreObjects$ToStringHelper$UnconditionalValueHolder valueHolder private com.google.common.base.MoreObjects$ToStringHelper addUnconditionalHolder (java.lang.Object) Object value com.google.common.base.MoreObjects$ToStringHelper$UnconditionalValueHolder valueHolder private com.google.common.base.MoreObjects$ToStringHelper addUnconditionalHolder (java.lang.String, java.lang.Object) String name Object value com.google.common.base.MoreObjects$ToStringHelper$UnconditionalValueHolder valueHolder synthetic void <init> (java.lang.String, com.google.common.base.MoreObjects$1) String x0 com.google.common.base.MoreObjects$1 x1 }
com/google/common/base/MoreObjects.class
MoreObjects.java package com.google.common.base public final com.google.common.base.MoreObjects extends java.lang.Object { public static java.lang.Object firstNonNull (java.lang.Object, java.lang.Object) Object first Object second public static com.google.common.base.MoreObjects$ToStringHelper toStringHelper (java.lang.Object) Object self public static com.google.common.base.MoreObjects$ToStringHelper toStringHelper (java.lang.Class) Class clazz public static com.google.common.base.MoreObjects$ToStringHelper toStringHelper (java.lang.String) String className private void <init> () }
com/google/common/base/NullnessCasts.class
NullnessCasts.java package com.google.common.base final com.google.common.base.NullnessCasts extends java.lang.Object { static java.lang.Object uncheckedCastNullableTToT (java.lang.Object) Object t private void <init> () }
com/google/common/base/Objects.class
Objects.java package com.google.common.base public final com.google.common.base.Objects extends com.google.common.base.ExtraObjectsMethodsForWeb { private void <init> () public static boolean equal (java.lang.Object, java.lang.Object) Object a Object b public static transient int hashCode (java.lang.Object[]) Object[] objects }
com/google/common/base/Optional$1$1.class
Optional.java package com.google.common.base com.google.common.base.Optional$1$1 extends com.google.common.base.AbstractIterator { private final java.util.Iterator iterator final synthetic com.google.common.base.Optional$1 this$0 void <init> (com.google.common.base.Optional$1) com.google.common.base.Optional$1 this$0 protected java.lang.Object computeNext () com.google.common.base.Optional optional }
com/google/common/base/Optional$1.class
Optional.java package com.google.common.base com.google.common.base.Optional$1 extends java.lang.Object implements java.lang.Iterable { final synthetic Iterable val$optionals void <init> (java.lang.Iterable) public java.util.Iterator iterator () }
com/google/common/base/Optional.class
Optional.java package com.google.common.base public abstract com.google.common.base.Optional extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID public static com.google.common.base.Optional absent () public static com.google.common.base.Optional of (java.lang.Object) Object reference public static com.google.common.base.Optional fromNullable (java.lang.Object) Object nullableReference public static com.google.common.base.Optional fromJavaUtil (java.util.Optional) java.util.Optional javaUtilOptional public static java.util.Optional toJavaUtil (com.google.common.base.Optional) com.google.common.base.Optional googleOptional public java.util.Optional toJavaUtil () void <init> () public abstract boolean isPresent () public abstract java.lang.Object get () public abstract java.lang.Object or (java.lang.Object) public abstract com.google.common.base.Optional or (com.google.common.base.Optional) public abstract java.lang.Object or (com.google.common.base.Supplier) public abstract java.lang.Object orNull () public abstract java.util.Set asSet () public abstract com.google.common.base.Optional transform (com.google.common.base.Function) public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () public static java.lang.Iterable presentInstances (java.lang.Iterable) Iterable optionals }
com/google/common/base/PairwiseEquivalence.class
PairwiseEquivalence.java package com.google.common.base final com.google.common.base.PairwiseEquivalence extends com.google.common.base.Equivalence implements java.io.Serializable { final com.google.common.base.Equivalence elementEquivalence private static final long serialVersionUID void <init> (com.google.common.base.Equivalence) com.google.common.base.Equivalence elementEquivalence protected boolean doEquivalent (java.lang.Iterable, java.lang.Iterable) Iterable iterableA Iterable iterableB java.util.Iterator iteratorA java.util.Iterator iteratorB protected int doHash (java.lang.Iterable) Object element Iterable iterable int hash public boolean equals (java.lang.Object) com.google.common.base.PairwiseEquivalence that Object object public int hashCode () public java.lang.String toString () protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) }
com/google/common/base/ParametricNullness.class
ParametricNullness.java package com.google.common.base abstract annotation com.google.common.base.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/base/PatternCompiler.class
PatternCompiler.java package com.google.common.base abstract com.google.common.base.PatternCompiler extends java.lang.Object { public abstract com.google.common.base.CommonPattern compile (java.lang.String) public abstract boolean isPcreLike () }
com/google/common/base/Platform$1.class
Platform.java package com.google.common.base synthetic com.google.common.base.Platform$1 extends java.lang.Object { }
com/google/common/base/Platform$JdkPatternCompiler.class
Platform.java package com.google.common.base final com.google.common.base.Platform$JdkPatternCompiler extends java.lang.Object implements com.google.common.base.PatternCompiler { private void <init> () public com.google.common.base.CommonPattern compile (java.lang.String) String pattern public boolean isPcreLike () synthetic void <init> (com.google.common.base.Platform$1) com.google.common.base.Platform$1 x0 }
com/google/common/base/Platform.class
Platform.java package com.google.common.base final com.google.common.base.Platform extends java.lang.Object { private static final java.util.logging.Logger logger private static final com.google.common.base.PatternCompiler patternCompiler private void <init> () static long systemNanoTime () static com.google.common.base.CharMatcher precomputeCharMatcher (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher matcher static com.google.common.base.Optional getEnumIfPresent (java.lang.Class, java.lang.String) Class enumClass String value java.lang.ref.WeakReference ref static java.lang.String formatCompact4Digits (double) double value static boolean stringIsNullOrEmpty (java.lang.String) String string static java.lang.String nullToEmpty (java.lang.String) String string static java.lang.String emptyToNull (java.lang.String) String string static com.google.common.base.CommonPattern compilePattern (java.lang.String) String pattern static boolean patternCompilerIsPcreLike () private static com.google.common.base.PatternCompiler loadPatternCompiler () private static void logPatternCompilerError (java.util.ServiceConfigurationError) java.util.ServiceConfigurationError e static void checkGwtRpcEnabled () String propertyName static void <clinit> () }
com/google/common/base/Preconditions.class
Preconditions.java package com.google.common.base public final com.google.common.base.Preconditions extends java.lang.Object { private void <init> () public static void checkArgument (boolean) boolean expression public static void checkArgument (boolean, java.lang.Object) boolean expression Object errorMessage public static transient void checkArgument (boolean, java.lang.String, java.lang.Object[]) boolean expression String errorMessageTemplate Object[] errorMessageArgs public static void checkArgument (boolean, java.lang.String, char) boolean b String errorMessageTemplate char p1 public static void checkArgument (boolean, java.lang.String, int) boolean b String errorMessageTemplate int p1 public static void checkArgument (boolean, java.lang.String, long) boolean b String errorMessageTemplate long p1 public static void checkArgument (boolean, java.lang.String, java.lang.Object) boolean b String errorMessageTemplate Object p1 public static void checkArgument (boolean, java.lang.String, char, char) boolean b String errorMessageTemplate char p1 char p2 public static void checkArgument (boolean, java.lang.String, char, int) boolean b String errorMessageTemplate char p1 int p2 public static void checkArgument (boolean, java.lang.String, char, long) boolean b String errorMessageTemplate char p1 long p2 public static void checkArgument (boolean, java.lang.String, char, java.lang.Object) boolean b String errorMessageTemplate char p1 Object p2 public static void checkArgument (boolean, java.lang.String, int, char) boolean b String errorMessageTemplate int p1 char p2 public static void checkArgument (boolean, java.lang.String, int, int) boolean b String errorMessageTemplate int p1 int p2 public static void checkArgument (boolean, java.lang.String, int, long) boolean b String errorMessageTemplate int p1 long p2 public static void checkArgument (boolean, java.lang.String, int, java.lang.Object) boolean b String errorMessageTemplate int p1 Object p2 public static void checkArgument (boolean, java.lang.String, long, char) boolean b String errorMessageTemplate long p1 char p2 public static void checkArgument (boolean, java.lang.String, long, int) boolean b String errorMessageTemplate long p1 int p2 public static void checkArgument (boolean, java.lang.String, long, long) boolean b String errorMessageTemplate long p1 long p2 public static void checkArgument (boolean, java.lang.String, long, java.lang.Object) boolean b String errorMessageTemplate long p1 Object p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, char) boolean b String errorMessageTemplate Object p1 char p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, int) boolean b String errorMessageTemplate Object p1 int p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, long) boolean b String errorMessageTemplate Object p1 long p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 public static void checkArgument (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 public static void checkArgument (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static void checkState (boolean) boolean expression public static void checkState (boolean, java.lang.Object) boolean expression Object errorMessage public static transient void checkState (boolean, java.lang.String, java.lang.Object[]) boolean expression String errorMessageTemplate Object[] errorMessageArgs public static void checkState (boolean, java.lang.String, char) boolean b String errorMessageTemplate char p1 public static void checkState (boolean, java.lang.String, int) boolean b String errorMessageTemplate int p1 public static void checkState (boolean, java.lang.String, long) boolean b String errorMessageTemplate long p1 public static void checkState (boolean, java.lang.String, java.lang.Object) boolean b String errorMessageTemplate Object p1 public static void checkState (boolean, java.lang.String, char, char) boolean b String errorMessageTemplate char p1 char p2 public static void checkState (boolean, java.lang.String, char, int) boolean b String errorMessageTemplate char p1 int p2 public static void checkState (boolean, java.lang.String, char, long) boolean b String errorMessageTemplate char p1 long p2 public static void checkState (boolean, java.lang.String, char, java.lang.Object) boolean b String errorMessageTemplate char p1 Object p2 public static void checkState (boolean, java.lang.String, int, char) boolean b String errorMessageTemplate int p1 char p2 public static void checkState (boolean, java.lang.String, int, int) boolean b String errorMessageTemplate int p1 int p2 public static void checkState (boolean, java.lang.String, int, long) boolean b String errorMessageTemplate int p1 long p2 public static void checkState (boolean, java.lang.String, int, java.lang.Object) boolean b String errorMessageTemplate int p1 Object p2 public static void checkState (boolean, java.lang.String, long, char) boolean b String errorMessageTemplate long p1 char p2 public static void checkState (boolean, java.lang.String, long, int) boolean b String errorMessageTemplate long p1 int p2 public static void checkState (boolean, java.lang.String, long, long) boolean b String errorMessageTemplate long p1 long p2 public static void checkState (boolean, java.lang.String, long, java.lang.Object) boolean b String errorMessageTemplate long p1 Object p2 public static void checkState (boolean, java.lang.String, java.lang.Object, char) boolean b String errorMessageTemplate Object p1 char p2 public static void checkState (boolean, java.lang.String, java.lang.Object, int) boolean b String errorMessageTemplate Object p1 int p2 public static void checkState (boolean, java.lang.String, java.lang.Object, long) boolean b String errorMessageTemplate Object p1 long p2 public static void checkState (boolean, java.lang.String, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 public static void checkState (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 public static void checkState (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) boolean b String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static java.lang.Object checkNotNull (java.lang.Object) Object reference public static java.lang.Object checkNotNull (java.lang.Object, java.lang.Object) Object reference Object errorMessage public static transient java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object[]) Object reference String errorMessageTemplate Object[] errorMessageArgs public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char) Object obj String errorMessageTemplate char p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int) Object obj String errorMessageTemplate int p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long) Object obj String errorMessageTemplate long p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object) Object obj String errorMessageTemplate Object p1 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, char) Object obj String errorMessageTemplate char p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, int) Object obj String errorMessageTemplate char p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, long) Object obj String errorMessageTemplate char p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, char, java.lang.Object) Object obj String errorMessageTemplate char p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, char) Object obj String errorMessageTemplate int p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, int) Object obj String errorMessageTemplate int p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, long) Object obj String errorMessageTemplate int p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, int, java.lang.Object) Object obj String errorMessageTemplate int p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, char) Object obj String errorMessageTemplate long p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, int) Object obj String errorMessageTemplate long p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, long) Object obj String errorMessageTemplate long p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, long, java.lang.Object) Object obj String errorMessageTemplate long p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, char) Object obj String errorMessageTemplate Object p1 char p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, int) Object obj String errorMessageTemplate Object p1 int p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, long) Object obj String errorMessageTemplate Object p1 long p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object) Object obj String errorMessageTemplate Object p1 Object p2 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) Object obj String errorMessageTemplate Object p1 Object p2 Object p3 public static java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object obj String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static int checkElementIndex (int, int) int index int size public static int checkElementIndex (int, int, java.lang.String) int index int size String desc private static java.lang.String badElementIndex (int, int, java.lang.String) int index int size String desc public static int checkPositionIndex (int, int) int index int size public static int checkPositionIndex (int, int, java.lang.String) int index int size String desc private static java.lang.String badPositionIndex (int, int, java.lang.String) int index int size String desc public static void checkPositionIndexes (int, int, int) int start int end int size private static java.lang.String badPositionIndexes (int, int, int) int start int end int size }
com/google/common/base/Predicate.class
Predicate.java package com.google.common.base public abstract com.google.common.base.Predicate extends java.lang.Object implements java.util.function.Predicate { public abstract boolean apply (java.lang.Object) public abstract boolean equals (java.lang.Object) public boolean test (java.lang.Object) Object input }
com/google/common/base/Predicates$1.class
Predicates.java package com.google.common.base synthetic com.google.common.base.Predicates$1 extends java.lang.Object { }
com/google/common/base/Predicates$AndPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$AndPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final java.util.List components private static final long serialVersionUID private void <init> (java.util.List) java.util.List components public boolean apply (java.lang.Object) int i Object t public int hashCode () public boolean equals (java.lang.Object) com.google.common.base.Predicates$AndPredicate that Object obj public java.lang.String toString () synthetic void <init> (java.util.List, com.google.common.base.Predicates$1) java.util.List x0 com.google.common.base.Predicates$1 x1 }
com/google/common/base/Predicates$CompositionPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$CompositionPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { final com.google.common.base.Predicate p final com.google.common.base.Function f private static final long serialVersionUID private void <init> (com.google.common.base.Predicate, com.google.common.base.Function) com.google.common.base.Predicate p com.google.common.base.Function f public boolean apply (java.lang.Object) Object a public boolean equals (java.lang.Object) com.google.common.base.Predicates$CompositionPredicate that Object obj public int hashCode () public java.lang.String toString () synthetic void <init> (com.google.common.base.Predicate, com.google.common.base.Function, com.google.common.base.Predicates$1) com.google.common.base.Predicate x0 com.google.common.base.Function x1 com.google.common.base.Predicates$1 x2 }
com/google/common/base/Predicates$ContainsPatternFromStringPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$ContainsPatternFromStringPredicate extends com.google.common.base.Predicates$ContainsPatternPredicate { private static final long serialVersionUID void <init> (java.lang.String) String string public java.lang.String toString () }
com/google/common/base/Predicates$ContainsPatternPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$ContainsPatternPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { final com.google.common.base.CommonPattern pattern private static final long serialVersionUID void <init> (com.google.common.base.CommonPattern) com.google.common.base.CommonPattern pattern public boolean apply (java.lang.CharSequence) CharSequence t public int hashCode () public boolean equals (java.lang.Object) com.google.common.base.Predicates$ContainsPatternPredicate that Object obj public java.lang.String toString () String patternString public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/base/Predicates$InPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$InPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final java.util.Collection target private static final long serialVersionUID private void <init> (java.util.Collection) java.util.Collection target public boolean apply (java.lang.Object) RuntimeException e Object t public boolean equals (java.lang.Object) com.google.common.base.Predicates$InPredicate that Object obj public int hashCode () public java.lang.String toString () synthetic void <init> (java.util.Collection, com.google.common.base.Predicates$1) java.util.Collection x0 com.google.common.base.Predicates$1 x1 }
com/google/common/base/Predicates$InstanceOfPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$InstanceOfPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final Class clazz private static final long serialVersionUID private void <init> (java.lang.Class) Class clazz public boolean apply (java.lang.Object) Object o public int hashCode () public boolean equals (java.lang.Object) com.google.common.base.Predicates$InstanceOfPredicate that Object obj public java.lang.String toString () synthetic void <init> (java.lang.Class, com.google.common.base.Predicates$1) Class x0 com.google.common.base.Predicates$1 x1 }
com/google/common/base/Predicates$IsEqualToPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$IsEqualToPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final Object target private static final long serialVersionUID private void <init> (java.lang.Object) Object target public boolean apply (java.lang.Object) Object o public int hashCode () public boolean equals (java.lang.Object) com.google.common.base.Predicates$IsEqualToPredicate that Object obj public java.lang.String toString () com.google.common.base.Predicate withNarrowedType () synthetic void <init> (java.lang.Object, com.google.common.base.Predicates$1) Object x0 com.google.common.base.Predicates$1 x1 }
com/google/common/base/Predicates$NotPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$NotPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { final com.google.common.base.Predicate predicate private static final long serialVersionUID void <init> (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public boolean apply (java.lang.Object) Object t public int hashCode () public boolean equals (java.lang.Object) com.google.common.base.Predicates$NotPredicate that Object obj public java.lang.String toString () }
com/google/common/base/Predicates$ObjectPredicate$1.class
Predicates.java package com.google.common.base final enum com.google.common.base.Predicates$ObjectPredicate$1 extends com.google.common.base.Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
com/google/common/base/Predicates$ObjectPredicate$2.class
Predicates.java package com.google.common.base final enum com.google.common.base.Predicates$ObjectPredicate$2 extends com.google.common.base.Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
com/google/common/base/Predicates$ObjectPredicate$3.class
Predicates.java package com.google.common.base final enum com.google.common.base.Predicates$ObjectPredicate$3 extends com.google.common.base.Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
com/google/common/base/Predicates$ObjectPredicate$4.class
Predicates.java package com.google.common.base final enum com.google.common.base.Predicates$ObjectPredicate$4 extends com.google.common.base.Predicates$ObjectPredicate { void <init> (java.lang.String, int) public boolean apply (java.lang.Object) Object o public java.lang.String toString () }
com/google/common/base/Predicates$ObjectPredicate.class
Predicates.java package com.google.common.base abstract enum com.google.common.base.Predicates$ObjectPredicate extends java.lang.Enum implements com.google.common.base.Predicate { public static final enum com.google.common.base.Predicates$ObjectPredicate ALWAYS_TRUE public static final enum com.google.common.base.Predicates$ObjectPredicate ALWAYS_FALSE public static final enum com.google.common.base.Predicates$ObjectPredicate IS_NULL public static final enum com.google.common.base.Predicates$ObjectPredicate NOT_NULL private static final synthetic com.google.common.base.Predicates$ObjectPredicate[] $VALUES public static com.google.common.base.Predicates$ObjectPredicate[] values () public static com.google.common.base.Predicates$ObjectPredicate valueOf (java.lang.String) String name private void <init> (java.lang.String, int) com.google.common.base.Predicate withNarrowedType () private static synthetic com.google.common.base.Predicates$ObjectPredicate[] $values () synthetic void <init> (java.lang.String, int, com.google.common.base.Predicates$1) String x0 int x1 com.google.common.base.Predicates$1 x2 static void <clinit> () }
com/google/common/base/Predicates$OrPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$OrPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final java.util.List components private static final long serialVersionUID private void <init> (java.util.List) java.util.List components public boolean apply (java.lang.Object) int i Object t public int hashCode () public boolean equals (java.lang.Object) com.google.common.base.Predicates$OrPredicate that Object obj public java.lang.String toString () synthetic void <init> (java.util.List, com.google.common.base.Predicates$1) java.util.List x0 com.google.common.base.Predicates$1 x1 }
com/google/common/base/Predicates$SubtypeOfPredicate.class
Predicates.java package com.google.common.base com.google.common.base.Predicates$SubtypeOfPredicate extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final Class clazz private static final long serialVersionUID private void <init> (java.lang.Class) Class clazz public boolean apply (java.lang.Class) Class input public int hashCode () public boolean equals (java.lang.Object) com.google.common.base.Predicates$SubtypeOfPredicate that Object obj public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) synthetic void <init> (java.lang.Class, com.google.common.base.Predicates$1) Class x0 com.google.common.base.Predicates$1 x1 }
com/google/common/base/Predicates.class
Predicates.java package com.google.common.base public final com.google.common.base.Predicates extends java.lang.Object { private void <init> () public static com.google.common.base.Predicate alwaysTrue () public static com.google.common.base.Predicate alwaysFalse () public static com.google.common.base.Predicate isNull () public static com.google.common.base.Predicate notNull () public static com.google.common.base.Predicate not (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public static com.google.common.base.Predicate and (java.lang.Iterable) Iterable components public static transient com.google.common.base.Predicate and (com.google.common.base.Predicate[]) com.google.common.base.Predicate[] components public static com.google.common.base.Predicate and (com.google.common.base.Predicate, com.google.common.base.Predicate) com.google.common.base.Predicate first com.google.common.base.Predicate second public static com.google.common.base.Predicate or (java.lang.Iterable) Iterable components public static transient com.google.common.base.Predicate or (com.google.common.base.Predicate[]) com.google.common.base.Predicate[] components public static com.google.common.base.Predicate or (com.google.common.base.Predicate, com.google.common.base.Predicate) com.google.common.base.Predicate first com.google.common.base.Predicate second public static com.google.common.base.Predicate equalTo (java.lang.Object) Object target public static com.google.common.base.Predicate instanceOf (java.lang.Class) Class clazz public static com.google.common.base.Predicate subtypeOf (java.lang.Class) Class clazz public static com.google.common.base.Predicate in (java.util.Collection) java.util.Collection target public static com.google.common.base.Predicate compose (com.google.common.base.Predicate, com.google.common.base.Function) com.google.common.base.Predicate predicate com.google.common.base.Function function public static com.google.common.base.Predicate containsPattern (java.lang.String) String pattern public static com.google.common.base.Predicate contains (java.util.regex.Pattern) java.util.regex.Pattern pattern private static java.lang.String toStringHelper (java.lang.String, java.lang.Iterable) Object o String methodName Iterable components StringBuilder builder boolean first private static java.util.List asList (com.google.common.base.Predicate, com.google.common.base.Predicate) com.google.common.base.Predicate first com.google.common.base.Predicate second private static transient java.util.List defensiveCopy (java.lang.Object[]) Object[] array static java.util.List defensiveCopy (java.lang.Iterable) Object element Iterable iterable java.util.ArrayList list static synthetic java.lang.String access$800 (java.lang.String, java.lang.Iterable) String x0 Iterable x1 }
com/google/common/base/Present.class
Present.java package com.google.common.base final com.google.common.base.Present extends com.google.common.base.Optional { private final Object reference private static final long serialVersionUID void <init> (java.lang.Object) Object reference public boolean isPresent () public java.lang.Object get () public java.lang.Object or (java.lang.Object) Object defaultValue public com.google.common.base.Optional or (com.google.common.base.Optional) com.google.common.base.Optional secondChoice public java.lang.Object or (com.google.common.base.Supplier) com.google.common.base.Supplier supplier public java.lang.Object orNull () public java.util.Set asSet () public com.google.common.base.Optional transform (com.google.common.base.Function) com.google.common.base.Function function public boolean equals (java.lang.Object) com.google.common.base.Present other Object object public int hashCode () public java.lang.String toString () }
com/google/common/base/SmallCharMatcher.class
SmallCharMatcher.java package com.google.common.base final com.google.common.base.SmallCharMatcher extends com.google.common.base.CharMatcher$NamedFastMatcher { static final int MAX_SIZE private final char[] table private final boolean containsZero private final long filter private static final int C1 private static final int C2 private static final double DESIRED_LOAD_FACTOR private void <init> (char[], long, boolean, java.lang.String) char[] table long filter boolean containsZero String description static int smear (int) int hashCode private boolean checkFilter (int) int c static int chooseTableSize (int) int setSize int tableSize static com.google.common.base.CharMatcher from (java.util.BitSet, java.lang.String) int index int c java.util.BitSet chars String description long filter int size boolean containsZero char[] table int mask public boolean matches (char) char c int mask int startingIndex int index void setBits (java.util.BitSet) char c java.util.BitSet table }
com/google/common/base/Splitter$1$1.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$1$1 extends com.google.common.base.Splitter$SplittingIterator { final synthetic com.google.common.base.Splitter$1 this$0 void <init> (com.google.common.base.Splitter$1, com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter$1 this$0 com.google.common.base.Splitter splitter CharSequence toSplit int separatorStart (int) int start int separatorEnd (int) int separatorPosition }
com/google/common/base/Splitter$1.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$1 extends java.lang.Object implements com.google.common.base.Splitter$Strategy { final synthetic com.google.common.base.CharMatcher val$separatorMatcher void <init> (com.google.common.base.CharMatcher) public com.google.common.base.Splitter$SplittingIterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter splitter CharSequence toSplit public volatile synthetic java.util.Iterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) }
com/google/common/base/Splitter$2$1.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$2$1 extends com.google.common.base.Splitter$SplittingIterator { final synthetic com.google.common.base.Splitter$2 this$0 void <init> (com.google.common.base.Splitter$2, com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter$2 this$0 com.google.common.base.Splitter splitter CharSequence toSplit public int separatorStart (int) int i int p int last int start int separatorLength public int separatorEnd (int) int separatorPosition }
com/google/common/base/Splitter$2.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$2 extends java.lang.Object implements com.google.common.base.Splitter$Strategy { final synthetic String val$separator void <init> (java.lang.String) public com.google.common.base.Splitter$SplittingIterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter splitter CharSequence toSplit public volatile synthetic java.util.Iterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) }
com/google/common/base/Splitter$3$1.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$3$1 extends com.google.common.base.Splitter$SplittingIterator { final synthetic com.google.common.base.CommonMatcher val$matcher void <init> (com.google.common.base.Splitter$3, com.google.common.base.Splitter, java.lang.CharSequence, com.google.common.base.CommonMatcher) com.google.common.base.Splitter$3 this$0 com.google.common.base.Splitter splitter CharSequence toSplit public int separatorStart (int) int start public int separatorEnd (int) int separatorPosition }
com/google/common/base/Splitter$3.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$3 extends java.lang.Object implements com.google.common.base.Splitter$Strategy { final synthetic com.google.common.base.CommonPattern val$separatorPattern void <init> (com.google.common.base.CommonPattern) public com.google.common.base.Splitter$SplittingIterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter splitter CharSequence toSplit com.google.common.base.CommonMatcher matcher public volatile synthetic java.util.Iterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) }
com/google/common/base/Splitter$4$1.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$4$1 extends com.google.common.base.Splitter$SplittingIterator { final synthetic com.google.common.base.Splitter$4 this$0 void <init> (com.google.common.base.Splitter$4, com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter$4 this$0 com.google.common.base.Splitter splitter CharSequence toSplit public int separatorStart (int) int start int nextChunkStart public int separatorEnd (int) int separatorPosition }
com/google/common/base/Splitter$4.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$4 extends java.lang.Object implements com.google.common.base.Splitter$Strategy { final synthetic int val$length void <init> (int) public com.google.common.base.Splitter$SplittingIterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter splitter CharSequence toSplit public volatile synthetic java.util.Iterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) }
com/google/common/base/Splitter$5.class
Splitter.java package com.google.common.base com.google.common.base.Splitter$5 extends java.lang.Object implements java.lang.Iterable { final synthetic CharSequence val$sequence final synthetic com.google.common.base.Splitter this$0 void <init> (com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter this$0 public java.util.Iterator iterator () public java.lang.String toString () }
com/google/common/base/Splitter$MapSplitter.class
Splitter.java package com.google.common.base public final com.google.common.base.Splitter$MapSplitter extends java.lang.Object { private static final String INVALID_ENTRY_MESSAGE private final com.google.common.base.Splitter outerSplitter private final com.google.common.base.Splitter entrySplitter private void <init> (com.google.common.base.Splitter, com.google.common.base.Splitter) com.google.common.base.Splitter outerSplitter com.google.common.base.Splitter entrySplitter public java.util.Map split (java.lang.CharSequence) java.util.Iterator entryFields String key String value String entry CharSequence sequence java.util.Map map synthetic void <init> (com.google.common.base.Splitter, com.google.common.base.Splitter, com.google.common.base.Splitter$1) com.google.common.base.Splitter x0 com.google.common.base.Splitter x1 com.google.common.base.Splitter$1 x2 }
com/google/common/base/Splitter$SplittingIterator.class
Splitter.java package com.google.common.base abstract com.google.common.base.Splitter$SplittingIterator extends com.google.common.base.AbstractIterator { final CharSequence toSplit final com.google.common.base.CharMatcher trimmer final boolean omitEmptyStrings int offset int limit abstract int separatorStart (int) abstract int separatorEnd (int) protected void <init> (com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter splitter CharSequence toSplit protected java.lang.String computeNext () int end int start int end int separatorPosition int nextStart protected volatile synthetic java.lang.Object computeNext () }
com/google/common/base/Splitter$Strategy.class
Splitter.java package com.google.common.base abstract com.google.common.base.Splitter$Strategy extends java.lang.Object { public abstract java.util.Iterator iterator (com.google.common.base.Splitter, java.lang.CharSequence) }
com/google/common/base/Splitter.class
Splitter.java package com.google.common.base public final com.google.common.base.Splitter extends java.lang.Object { private final com.google.common.base.CharMatcher trimmer private final boolean omitEmptyStrings private final com.google.common.base.Splitter$Strategy strategy private final int limit private void <init> (com.google.common.base.Splitter$Strategy) com.google.common.base.Splitter$Strategy strategy private void <init> (com.google.common.base.Splitter$Strategy, boolean, com.google.common.base.CharMatcher, int) com.google.common.base.Splitter$Strategy strategy boolean omitEmptyStrings com.google.common.base.CharMatcher trimmer int limit public static com.google.common.base.Splitter on (char) char separator public static com.google.common.base.Splitter on (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher separatorMatcher public static com.google.common.base.Splitter on (java.lang.String) String separator public static com.google.common.base.Splitter on (java.util.regex.Pattern) java.util.regex.Pattern separatorPattern private static com.google.common.base.Splitter on (com.google.common.base.CommonPattern) com.google.common.base.CommonPattern separatorPattern public static com.google.common.base.Splitter onPattern (java.lang.String) String separatorPattern public static com.google.common.base.Splitter fixedLength (int) int length public com.google.common.base.Splitter omitEmptyStrings () public com.google.common.base.Splitter limit (int) int maxItems public com.google.common.base.Splitter trimResults () public com.google.common.base.Splitter trimResults (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher trimmer public java.lang.Iterable split (java.lang.CharSequence) CharSequence sequence private java.util.Iterator splittingIterator (java.lang.CharSequence) CharSequence sequence public java.util.List splitToList (java.lang.CharSequence) CharSequence sequence java.util.Iterator iterator java.util.List result public java.util.stream.Stream splitToStream (java.lang.CharSequence) CharSequence sequence public com.google.common.base.Splitter$MapSplitter withKeyValueSeparator (java.lang.String) String separator public com.google.common.base.Splitter$MapSplitter withKeyValueSeparator (char) char separator public com.google.common.base.Splitter$MapSplitter withKeyValueSeparator (com.google.common.base.Splitter) com.google.common.base.Splitter keyValueSplitter static synthetic java.util.Iterator access$000 (com.google.common.base.Splitter, java.lang.CharSequence) com.google.common.base.Splitter x0 CharSequence x1 static synthetic com.google.common.base.CharMatcher access$200 (com.google.common.base.Splitter) com.google.common.base.Splitter x0 static synthetic boolean access$300 (com.google.common.base.Splitter) com.google.common.base.Splitter x0 static synthetic int access$400 (com.google.common.base.Splitter) com.google.common.base.Splitter x0 }
com/google/common/base/StandardSystemProperty.class
StandardSystemProperty.java package com.google.common.base public final enum com.google.common.base.StandardSystemProperty extends java.lang.Enum { public static final enum com.google.common.base.StandardSystemProperty JAVA_VERSION public static final enum com.google.common.base.StandardSystemProperty JAVA_VENDOR public static final enum com.google.common.base.StandardSystemProperty JAVA_VENDOR_URL public static final enum com.google.common.base.StandardSystemProperty JAVA_HOME public static final enum com.google.common.base.StandardSystemProperty JAVA_VM_SPECIFICATION_VERSION public static final enum com.google.common.base.StandardSystemProperty JAVA_VM_SPECIFICATION_VENDOR public static final enum com.google.common.base.StandardSystemProperty JAVA_VM_SPECIFICATION_NAME public static final enum com.google.common.base.StandardSystemProperty JAVA_VM_VERSION public static final enum com.google.common.base.StandardSystemProperty JAVA_VM_VENDOR public static final enum com.google.common.base.StandardSystemProperty JAVA_VM_NAME public static final enum com.google.common.base.StandardSystemProperty JAVA_SPECIFICATION_VERSION public static final enum com.google.common.base.StandardSystemProperty JAVA_SPECIFICATION_VENDOR public static final enum com.google.common.base.StandardSystemProperty JAVA_SPECIFICATION_NAME public static final enum com.google.common.base.StandardSystemProperty JAVA_CLASS_VERSION public static final enum com.google.common.base.StandardSystemProperty JAVA_CLASS_PATH public static final enum com.google.common.base.StandardSystemProperty JAVA_LIBRARY_PATH public static final enum com.google.common.base.StandardSystemProperty JAVA_IO_TMPDIR public static final enum com.google.common.base.StandardSystemProperty JAVA_COMPILER public static final enum com.google.common.base.StandardSystemProperty JAVA_EXT_DIRS public static final enum com.google.common.base.StandardSystemProperty OS_NAME public static final enum com.google.common.base.StandardSystemProperty OS_ARCH public static final enum com.google.common.base.StandardSystemProperty OS_VERSION public static final enum com.google.common.base.StandardSystemProperty FILE_SEPARATOR public static final enum com.google.common.base.StandardSystemProperty PATH_SEPARATOR public static final enum com.google.common.base.StandardSystemProperty LINE_SEPARATOR public static final enum com.google.common.base.StandardSystemProperty USER_NAME public static final enum com.google.common.base.StandardSystemProperty USER_HOME public static final enum com.google.common.base.StandardSystemProperty USER_DIR private final String key private static final synthetic com.google.common.base.StandardSystemProperty[] $VALUES public static com.google.common.base.StandardSystemProperty[] values () public static com.google.common.base.StandardSystemProperty valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String key public java.lang.String key () public java.lang.String value () public java.lang.String toString () private static synthetic com.google.common.base.StandardSystemProperty[] $values () static void <clinit> () }
com/google/common/base/Stopwatch$1.class
Stopwatch.java package com.google.common.base synthetic com.google.common.base.Stopwatch$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$util$concurrent$TimeUnit static void <clinit> () }
com/google/common/base/Stopwatch.class
Stopwatch.java package com.google.common.base public final com.google.common.base.Stopwatch extends java.lang.Object { private final com.google.common.base.Ticker ticker private boolean isRunning private long elapsedNanos private long startTick public static com.google.common.base.Stopwatch createUnstarted () public static com.google.common.base.Stopwatch createUnstarted (com.google.common.base.Ticker) com.google.common.base.Ticker ticker public static com.google.common.base.Stopwatch createStarted () public static com.google.common.base.Stopwatch createStarted (com.google.common.base.Ticker) com.google.common.base.Ticker ticker void <init> () void <init> (com.google.common.base.Ticker) com.google.common.base.Ticker ticker public boolean isRunning () public com.google.common.base.Stopwatch start () public com.google.common.base.Stopwatch stop () long tick public com.google.common.base.Stopwatch reset () private long elapsedNanos () public long elapsed (java.util.concurrent.TimeUnit) java.util.concurrent.TimeUnit desiredUnit public java.time.Duration elapsed () public java.lang.String toString () long nanos java.util.concurrent.TimeUnit unit double value private static java.util.concurrent.TimeUnit chooseUnit (long) long nanos private static java.lang.String abbreviate (java.util.concurrent.TimeUnit) java.util.concurrent.TimeUnit unit }
com/google/common/base/Strings.class
Strings.java package com.google.common.base public final com.google.common.base.Strings extends java.lang.Object { private void <init> () public static java.lang.String nullToEmpty (java.lang.String) String string public static java.lang.String emptyToNull (java.lang.String) String string public static boolean isNullOrEmpty (java.lang.String) String string public static java.lang.String padStart (java.lang.String, int, char) int i String string int minLength char padChar StringBuilder sb public static java.lang.String padEnd (java.lang.String, int, char) int i String string int minLength char padChar StringBuilder sb public static java.lang.String repeat (java.lang.String, int) String string int count int len long longSize int size char[] array int n public static java.lang.String commonPrefix (java.lang.CharSequence, java.lang.CharSequence) CharSequence a CharSequence b int maxPrefixLength int p public static java.lang.String commonSuffix (java.lang.CharSequence, java.lang.CharSequence) CharSequence a CharSequence b int maxSuffixLength int s static boolean validSurrogatePairAt (java.lang.CharSequence, int) CharSequence string int index public static transient java.lang.String lenientFormat (java.lang.String, java.lang.Object[]) int i int placeholderStart String template Object[] args StringBuilder builder int templateStart int i private static java.lang.String lenientToString (java.lang.Object) String objectToString Exception e Object o }
com/google/common/base/Supplier.class
Supplier.java package com.google.common.base public abstract com.google.common.base.Supplier extends java.lang.Object implements java.util.function.Supplier { public abstract java.lang.Object get () }
com/google/common/base/Suppliers$ExpiringMemoizingSupplier.class
Suppliers.java package com.google.common.base com.google.common.base.Suppliers$ExpiringMemoizingSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { final com.google.common.base.Supplier delegate final long durationNanos volatile transient Object value volatile transient long expirationNanos private static final long serialVersionUID void <init> (com.google.common.base.Supplier, long, java.util.concurrent.TimeUnit) com.google.common.base.Supplier delegate long duration java.util.concurrent.TimeUnit unit public java.lang.Object get () Object t long nanos long now public java.lang.String toString () }
com/google/common/base/Suppliers$MemoizingSupplier.class
Suppliers.java package com.google.common.base com.google.common.base.Suppliers$MemoizingSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { final com.google.common.base.Supplier delegate volatile transient boolean initialized transient Object value private static final long serialVersionUID void <init> (com.google.common.base.Supplier) com.google.common.base.Supplier delegate public java.lang.Object get () Object t public java.lang.String toString () }
com/google/common/base/Suppliers$NonSerializableMemoizingSupplier.class
Suppliers.java package com.google.common.base com.google.common.base.Suppliers$NonSerializableMemoizingSupplier extends java.lang.Object implements com.google.common.base.Supplier { volatile com.google.common.base.Supplier delegate volatile boolean initialized Object value void <init> (com.google.common.base.Supplier) com.google.common.base.Supplier delegate public java.lang.Object get () Object t public java.lang.String toString () com.google.common.base.Supplier delegate }
com/google/common/base/Suppliers$SupplierComposition.class
Suppliers.java package com.google.common.base com.google.common.base.Suppliers$SupplierComposition extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { final com.google.common.base.Function function final com.google.common.base.Supplier supplier private static final long serialVersionUID void <init> (com.google.common.base.Function, com.google.common.base.Supplier) com.google.common.base.Function function com.google.common.base.Supplier supplier public java.lang.Object get () public boolean equals (java.lang.Object) com.google.common.base.Suppliers$SupplierComposition that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/base/Suppliers$SupplierFunction.class
Suppliers.java package com.google.common.base abstract com.google.common.base.Suppliers$SupplierFunction extends java.lang.Object implements com.google.common.base.Function { }
com/google/common/base/Suppliers$SupplierFunctionImpl.class
Suppliers.java package com.google.common.base final enum com.google.common.base.Suppliers$SupplierFunctionImpl extends java.lang.Enum implements com.google.common.base.Suppliers$SupplierFunction { public static final enum com.google.common.base.Suppliers$SupplierFunctionImpl INSTANCE private static final synthetic com.google.common.base.Suppliers$SupplierFunctionImpl[] $VALUES public static com.google.common.base.Suppliers$SupplierFunctionImpl[] values () public static com.google.common.base.Suppliers$SupplierFunctionImpl valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public java.lang.Object apply (com.google.common.base.Supplier) com.google.common.base.Supplier input public java.lang.String toString () public volatile synthetic java.lang.Object apply (java.lang.Object) private static synthetic com.google.common.base.Suppliers$SupplierFunctionImpl[] $values () static void <clinit> () }
com/google/common/base/Suppliers$SupplierOfInstance.class
Suppliers.java package com.google.common.base com.google.common.base.Suppliers$SupplierOfInstance extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { final Object instance private static final long serialVersionUID void <init> (java.lang.Object) Object instance public java.lang.Object get () public boolean equals (java.lang.Object) com.google.common.base.Suppliers$SupplierOfInstance that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/base/Suppliers$ThreadSafeSupplier.class
Suppliers.java package com.google.common.base com.google.common.base.Suppliers$ThreadSafeSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { final com.google.common.base.Supplier delegate private static final long serialVersionUID void <init> (com.google.common.base.Supplier) com.google.common.base.Supplier delegate public java.lang.Object get () public java.lang.String toString () }
com/google/common/base/Suppliers.class
Suppliers.java package com.google.common.base public final com.google.common.base.Suppliers extends java.lang.Object { private void <init> () public static com.google.common.base.Supplier compose (com.google.common.base.Function, com.google.common.base.Supplier) com.google.common.base.Function function com.google.common.base.Supplier supplier public static com.google.common.base.Supplier memoize (com.google.common.base.Supplier) com.google.common.base.Supplier delegate public static com.google.common.base.Supplier memoizeWithExpiration (com.google.common.base.Supplier, long, java.util.concurrent.TimeUnit) com.google.common.base.Supplier delegate long duration java.util.concurrent.TimeUnit unit public static com.google.common.base.Supplier ofInstance (java.lang.Object) Object instance public static com.google.common.base.Supplier synchronizedSupplier (com.google.common.base.Supplier) com.google.common.base.Supplier delegate public static com.google.common.base.Function supplierFunction () com.google.common.base.Suppliers$SupplierFunction sf }
com/google/common/base/Throwables$1.class
Throwables.java package com.google.common.base com.google.common.base.Throwables$1 extends java.util.AbstractList { final synthetic Throwable val$t void <init> (java.lang.Throwable) public java.lang.StackTraceElement get (int) int n public int size () public volatile synthetic java.lang.Object get (int) }
com/google/common/base/Throwables.class
Throwables.java package com.google.common.base public final com.google.common.base.Throwables extends java.lang.Object { private static final String JAVA_LANG_ACCESS_CLASSNAME static final String SHARED_SECRETS_CLASSNAME private static final Object jla private static final java.lang.reflect.Method getStackTraceElementMethod private static final java.lang.reflect.Method getStackTraceDepthMethod private void <init> () public static void throwIfInstanceOf (java.lang.Throwable, java.lang.Class) throws java.lang.Throwable Throwable throwable Class declaredType public static void propagateIfInstanceOf (java.lang.Throwable, java.lang.Class) throws java.lang.Throwable Throwable throwable Class declaredType public static void throwIfUnchecked (java.lang.Throwable) Throwable throwable public static void propagateIfPossible (java.lang.Throwable) Throwable throwable public static void propagateIfPossible (java.lang.Throwable, java.lang.Class) throws java.lang.Throwable Throwable throwable Class declaredType public static void propagateIfPossible (java.lang.Throwable, java.lang.Class, java.lang.Class) throws java.lang.Throwable java.lang.Throwable Throwable throwable Class declaredType1 Class declaredType2 public static java.lang.RuntimeException propagate (java.lang.Throwable) Throwable throwable public static java.lang.Throwable getRootCause (java.lang.Throwable) Throwable throwable Throwable slowPointer boolean advanceSlowPointer Throwable cause public static java.util.List getCausalChain (java.lang.Throwable) Throwable throwable java.util.List causes Throwable slowPointer boolean advanceSlowPointer Throwable cause public static java.lang.Throwable getCauseAs (java.lang.Throwable, java.lang.Class) ClassCastException e Throwable throwable Class expectedCauseType public static java.lang.String getStackTraceAsString (java.lang.Throwable) Throwable throwable java.io.StringWriter stringWriter public static java.util.List lazyStackTrace (java.lang.Throwable) Throwable throwable public static boolean lazyStackTraceIsLazy () private static java.util.List jlaStackTrace (java.lang.Throwable) Throwable t private static transient java.lang.Object invokeAccessibleNonThrowingMethod (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) IllegalAccessException e java.lang.reflect.InvocationTargetException e java.lang.reflect.Method method Object receiver Object[] params private static java.lang.Object getJLA () Class sharedSecrets java.lang.reflect.Method langAccess ThreadDeath death Throwable t private static java.lang.reflect.Method getGetMethod () private static java.lang.reflect.Method getSizeMethod (java.lang.Object) java.lang.reflect.Method getStackTraceDepth Exception e Object jla private static transient java.lang.reflect.Method getJlaMethod (java.lang.String, java.lang.Class[]) throws java.lang.ThreadDeath ThreadDeath death Throwable t String name Class[] parameterTypes static synthetic java.lang.reflect.Method access$000 () static synthetic java.lang.Object access$100 () static synthetic java.lang.Object access$200 (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) java.lang.reflect.Method x0 Object x1 Object[] x2 static synthetic java.lang.reflect.Method access$300 () static void <clinit> () }
com/google/common/base/Ticker$1.class
Ticker.java package com.google.common.base com.google.common.base.Ticker$1 extends com.google.common.base.Ticker { void <init> () public long read () }
com/google/common/base/Ticker.class
Ticker.java package com.google.common.base public abstract com.google.common.base.Ticker extends java.lang.Object { private static final com.google.common.base.Ticker SYSTEM_TICKER protected void <init> () public abstract long read () public static com.google.common.base.Ticker systemTicker () static void <clinit> () }
com/google/common/base/Utf8.class
Utf8.java package com.google.common.base public final com.google.common.base.Utf8 extends java.lang.Object { public static int encodedLength (java.lang.CharSequence) char c CharSequence sequence int utf16Length int utf8Length int i private static int encodedLengthGeneral (java.lang.CharSequence, int) char c int i CharSequence sequence int start int utf16Length int utf8Length public static boolean isWellFormed (byte[]) byte[] bytes public static boolean isWellFormed (byte[], int, int) int i byte[] bytes int off int len int end private static boolean isWellFormedSlowPath (byte[], int, int) int byte2 int byte2 int byte1 byte[] bytes int off int end int index private static java.lang.String unpairedSurrogateMsg (int) int i private void <init> () }
com/google/common/base/Verify.class
Verify.java package com.google.common.base public final com.google.common.base.Verify extends java.lang.Object { public static void verify (boolean) boolean expression public static transient void verify (boolean, java.lang.String, java.lang.Object[]) boolean expression String errorMessageTemplate Object[] errorMessageArgs public static void verify (boolean, java.lang.String, char) boolean expression String errorMessageTemplate char p1 public static void verify (boolean, java.lang.String, int) boolean expression String errorMessageTemplate int p1 public static void verify (boolean, java.lang.String, long) boolean expression String errorMessageTemplate long p1 public static void verify (boolean, java.lang.String, java.lang.Object) boolean expression String errorMessageTemplate Object p1 public static void verify (boolean, java.lang.String, char, char) boolean expression String errorMessageTemplate char p1 char p2 public static void verify (boolean, java.lang.String, int, char) boolean expression String errorMessageTemplate int p1 char p2 public static void verify (boolean, java.lang.String, long, char) boolean expression String errorMessageTemplate long p1 char p2 public static void verify (boolean, java.lang.String, java.lang.Object, char) boolean expression String errorMessageTemplate Object p1 char p2 public static void verify (boolean, java.lang.String, char, int) boolean expression String errorMessageTemplate char p1 int p2 public static void verify (boolean, java.lang.String, int, int) boolean expression String errorMessageTemplate int p1 int p2 public static void verify (boolean, java.lang.String, long, int) boolean expression String errorMessageTemplate long p1 int p2 public static void verify (boolean, java.lang.String, java.lang.Object, int) boolean expression String errorMessageTemplate Object p1 int p2 public static void verify (boolean, java.lang.String, char, long) boolean expression String errorMessageTemplate char p1 long p2 public static void verify (boolean, java.lang.String, int, long) boolean expression String errorMessageTemplate int p1 long p2 public static void verify (boolean, java.lang.String, long, long) boolean expression String errorMessageTemplate long p1 long p2 public static void verify (boolean, java.lang.String, java.lang.Object, long) boolean expression String errorMessageTemplate Object p1 long p2 public static void verify (boolean, java.lang.String, char, java.lang.Object) boolean expression String errorMessageTemplate char p1 Object p2 public static void verify (boolean, java.lang.String, int, java.lang.Object) boolean expression String errorMessageTemplate int p1 Object p2 public static void verify (boolean, java.lang.String, long, java.lang.Object) boolean expression String errorMessageTemplate long p1 Object p2 public static void verify (boolean, java.lang.String, java.lang.Object, java.lang.Object) boolean expression String errorMessageTemplate Object p1 Object p2 public static void verify (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) boolean expression String errorMessageTemplate Object p1 Object p2 Object p3 public static void verify (boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) boolean expression String errorMessageTemplate Object p1 Object p2 Object p3 Object p4 public static java.lang.Object verifyNotNull (java.lang.Object) Object reference public static transient java.lang.Object verifyNotNull (java.lang.Object, java.lang.String, java.lang.Object[]) Object reference String errorMessageTemplate Object[] errorMessageArgs private void <init> () }
com/google/common/base/VerifyException.class
VerifyException.java package com.google.common.base public com.google.common.base.VerifyException extends java.lang.RuntimeException { public void <init> () public void <init> (java.lang.String) String message public void <init> (java.lang.Throwable) Throwable cause public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
com/google/common/base/internal/
com/google/common/base/internal/Finalizer.class
Finalizer.java package com.google.common.base.internal public com.google.common.base.internal.Finalizer extends java.lang.Object implements java.lang.Runnable { private static final java.util.logging.Logger logger private static final String FINALIZABLE_REFERENCE private final java.lang.ref.WeakReference finalizableReferenceClassReference private final java.lang.ref.PhantomReference frqReference private final java.lang.ref.ReferenceQueue queue private static final java.lang.reflect.Constructor bigThreadConstructor private static final java.lang.reflect.Field inheritableThreadLocals public static void startFinalizer (java.lang.Class, java.lang.ref.ReferenceQueue, java.lang.ref.PhantomReference) boolean inheritThreadLocals long defaultStackSize Throwable t Throwable t Class finalizableReferenceClass java.lang.ref.ReferenceQueue queue java.lang.ref.PhantomReference frqReference com.google.common.base.internal.Finalizer finalizer String threadName Thread thread private void <init> (java.lang.Class, java.lang.ref.ReferenceQueue, java.lang.ref.PhantomReference) Class finalizableReferenceClass java.lang.ref.ReferenceQueue queue java.lang.ref.PhantomReference frqReference public void run () private boolean cleanUp (java.lang.ref.Reference) Throwable t java.lang.ref.Reference reference java.lang.reflect.Method finalizeReferentMethod private java.lang.reflect.Method getFinalizeReferentMethod () NoSuchMethodException e Class finalizableReferenceClass private static java.lang.reflect.Field getInheritableThreadLocalsField () java.lang.reflect.Field inheritableThreadLocals Throwable t private static java.lang.reflect.Constructor getBigThreadConstructor () Throwable t static void <clinit> () }
com/google/common/base/package-info.class
package-info.java package com.google.common.base abstract synthetic com.google.common.base.package-info extends java.lang.Object { }
com/google/common/cache/
com/google/common/cache/AbstractCache$SimpleStatsCounter.class
AbstractCache.java package com.google.common.cache public final com.google.common.cache.AbstractCache$SimpleStatsCounter extends java.lang.Object implements com.google.common.cache.AbstractCache$StatsCounter { private final com.google.common.cache.LongAddable hitCount private final com.google.common.cache.LongAddable missCount private final com.google.common.cache.LongAddable loadSuccessCount private final com.google.common.cache.LongAddable loadExceptionCount private final com.google.common.cache.LongAddable totalLoadTime private final com.google.common.cache.LongAddable evictionCount public void <init> () public void recordHits (int) int count public void recordMisses (int) int count public void recordLoadSuccess (long) long loadTime public void recordLoadException (long) long loadTime public void recordEviction () public com.google.common.cache.CacheStats snapshot () private static long negativeToMaxValue (long) long value public void incrementBy (com.google.common.cache.AbstractCache$StatsCounter) com.google.common.cache.AbstractCache$StatsCounter other com.google.common.cache.CacheStats otherStats }
com/google/common/cache/AbstractCache$StatsCounter.class
AbstractCache.java package com.google.common.cache public abstract com.google.common.cache.AbstractCache$StatsCounter extends java.lang.Object { public abstract void recordHits (int) public abstract void recordMisses (int) public abstract void recordLoadSuccess (long) public abstract void recordLoadException (long) public abstract void recordEviction () public abstract com.google.common.cache.CacheStats snapshot () }
com/google/common/cache/AbstractCache.class
AbstractCache.java package com.google.common.cache public abstract com.google.common.cache.AbstractCache extends java.lang.Object implements com.google.common.cache.Cache { protected void <init> () public java.lang.Object get (java.lang.Object, java.util.concurrent.Callable) throws java.util.concurrent.ExecutionException Object key java.util.concurrent.Callable valueLoader public com.google.common.collect.ImmutableMap getAllPresent (java.lang.Iterable) Object castKey Object value Object key Iterable keys java.util.Map result public void put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map$Entry entry java.util.Map m public void cleanUp () public long size () public void invalidate (java.lang.Object) Object key public void invalidateAll (java.lang.Iterable) Object key Iterable keys public void invalidateAll () public com.google.common.cache.CacheStats stats () public java.util.concurrent.ConcurrentMap asMap () }
com/google/common/cache/AbstractLoadingCache.class
AbstractLoadingCache.java package com.google.common.cache public abstract com.google.common.cache.AbstractLoadingCache extends com.google.common.cache.AbstractCache implements com.google.common.cache.LoadingCache { protected void <init> () public java.lang.Object getUnchecked (java.lang.Object) java.util.concurrent.ExecutionException e Object key public com.google.common.collect.ImmutableMap getAll (java.lang.Iterable) throws java.util.concurrent.ExecutionException Object key Iterable keys java.util.Map result public final java.lang.Object apply (java.lang.Object) Object key public void refresh (java.lang.Object) Object key }
com/google/common/cache/Cache.class
Cache.java package com.google.common.cache public abstract com.google.common.cache.Cache extends java.lang.Object { public abstract java.lang.Object getIfPresent (java.lang.Object) public abstract java.lang.Object get (java.lang.Object, java.util.concurrent.Callable) throws java.util.concurrent.ExecutionException public abstract com.google.common.collect.ImmutableMap getAllPresent (java.lang.Iterable) public abstract void put (java.lang.Object, java.lang.Object) public abstract void putAll (java.util.Map) public abstract void invalidate (java.lang.Object) public abstract void invalidateAll (java.lang.Iterable) public abstract void invalidateAll () public abstract long size () public abstract com.google.common.cache.CacheStats stats () public abstract java.util.concurrent.ConcurrentMap asMap () public abstract void cleanUp () }
com/google/common/cache/CacheBuilder$1.class
CacheBuilder.java package com.google.common.cache com.google.common.cache.CacheBuilder$1 extends java.lang.Object implements com.google.common.cache.AbstractCache$StatsCounter { void <init> () public void recordHits (int) int count public void recordMisses (int) int count public void recordLoadSuccess (long) long loadTime public void recordLoadException (long) long loadTime public void recordEviction () public com.google.common.cache.CacheStats snapshot () }
com/google/common/cache/CacheBuilder$2.class
CacheBuilder.java package com.google.common.cache com.google.common.cache.CacheBuilder$2 extends java.lang.Object implements com.google.common.base.Supplier { void <init> () public com.google.common.cache.AbstractCache$StatsCounter get () public volatile synthetic java.lang.Object get () }
com/google/common/cache/CacheBuilder$3.class
CacheBuilder.java package com.google.common.cache com.google.common.cache.CacheBuilder$3 extends com.google.common.base.Ticker { void <init> () public long read () }
com/google/common/cache/CacheBuilder$NullListener.class
CacheBuilder.java package com.google.common.cache final enum com.google.common.cache.CacheBuilder$NullListener extends java.lang.Enum implements com.google.common.cache.RemovalListener { public static final enum com.google.common.cache.CacheBuilder$NullListener INSTANCE private static final synthetic com.google.common.cache.CacheBuilder$NullListener[] $VALUES public static com.google.common.cache.CacheBuilder$NullListener[] values () public static com.google.common.cache.CacheBuilder$NullListener valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void onRemoval (com.google.common.cache.RemovalNotification) com.google.common.cache.RemovalNotification notification private static synthetic com.google.common.cache.CacheBuilder$NullListener[] $values () static void <clinit> () }
com/google/common/cache/CacheBuilder$OneWeigher.class
CacheBuilder.java package com.google.common.cache final enum com.google.common.cache.CacheBuilder$OneWeigher extends java.lang.Enum implements com.google.common.cache.Weigher { public static final enum com.google.common.cache.CacheBuilder$OneWeigher INSTANCE private static final synthetic com.google.common.cache.CacheBuilder$OneWeigher[] $VALUES public static com.google.common.cache.CacheBuilder$OneWeigher[] values () public static com.google.common.cache.CacheBuilder$OneWeigher valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int weigh (java.lang.Object, java.lang.Object) Object key Object value private static synthetic com.google.common.cache.CacheBuilder$OneWeigher[] $values () static void <clinit> () }
com/google/common/cache/CacheBuilder.class
CacheBuilder.java package com.google.common.cache public final com.google.common.cache.CacheBuilder extends java.lang.Object { private static final int DEFAULT_INITIAL_CAPACITY private static final int DEFAULT_CONCURRENCY_LEVEL private static final int DEFAULT_EXPIRATION_NANOS private static final int DEFAULT_REFRESH_NANOS static final com.google.common.base.Supplier NULL_STATS_COUNTER static final com.google.common.cache.CacheStats EMPTY_STATS static final com.google.common.base.Supplier CACHE_STATS_COUNTER static final com.google.common.base.Ticker NULL_TICKER private static final java.util.logging.Logger logger static final int UNSET_INT boolean strictParsing int initialCapacity int concurrencyLevel long maximumSize long maximumWeight com.google.common.cache.Weigher weigher com.google.common.cache.LocalCache$Strength keyStrength com.google.common.cache.LocalCache$Strength valueStrength long expireAfterWriteNanos long expireAfterAccessNanos long refreshNanos com.google.common.base.Equivalence keyEquivalence com.google.common.base.Equivalence valueEquivalence com.google.common.cache.RemovalListener removalListener com.google.common.base.Ticker ticker com.google.common.base.Supplier statsCounterSupplier private void <init> () public static com.google.common.cache.CacheBuilder newBuilder () public static com.google.common.cache.CacheBuilder from (com.google.common.cache.CacheBuilderSpec) com.google.common.cache.CacheBuilderSpec spec public static com.google.common.cache.CacheBuilder from (java.lang.String) String spec com.google.common.cache.CacheBuilder lenientParsing () com.google.common.cache.CacheBuilder keyEquivalence (com.google.common.base.Equivalence) com.google.common.base.Equivalence equivalence com.google.common.base.Equivalence getKeyEquivalence () com.google.common.cache.CacheBuilder valueEquivalence (com.google.common.base.Equivalence) com.google.common.base.Equivalence equivalence com.google.common.base.Equivalence getValueEquivalence () public com.google.common.cache.CacheBuilder initialCapacity (int) int initialCapacity int getInitialCapacity () public com.google.common.cache.CacheBuilder concurrencyLevel (int) int concurrencyLevel int getConcurrencyLevel () public com.google.common.cache.CacheBuilder maximumSize (long) long maximumSize public com.google.common.cache.CacheBuilder maximumWeight (long) long maximumWeight public com.google.common.cache.CacheBuilder weigher (com.google.common.cache.Weigher) com.google.common.cache.Weigher weigher com.google.common.cache.CacheBuilder me long getMaximumWeight () com.google.common.cache.Weigher getWeigher () public com.google.common.cache.CacheBuilder weakKeys () com.google.common.cache.CacheBuilder setKeyStrength (com.google.common.cache.LocalCache$Strength) com.google.common.cache.LocalCache$Strength strength com.google.common.cache.LocalCache$Strength getKeyStrength () public com.google.common.cache.CacheBuilder weakValues () public com.google.common.cache.CacheBuilder softValues () com.google.common.cache.CacheBuilder setValueStrength (com.google.common.cache.LocalCache$Strength) com.google.common.cache.LocalCache$Strength strength com.google.common.cache.LocalCache$Strength getValueStrength () public com.google.common.cache.CacheBuilder expireAfterWrite (java.time.Duration) java.time.Duration duration public com.google.common.cache.CacheBuilder expireAfterWrite (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit long getExpireAfterWriteNanos () public com.google.common.cache.CacheBuilder expireAfterAccess (java.time.Duration) java.time.Duration duration public com.google.common.cache.CacheBuilder expireAfterAccess (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit long getExpireAfterAccessNanos () public com.google.common.cache.CacheBuilder refreshAfterWrite (java.time.Duration) java.time.Duration duration public com.google.common.cache.CacheBuilder refreshAfterWrite (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit long getRefreshNanos () public com.google.common.cache.CacheBuilder ticker (com.google.common.base.Ticker) com.google.common.base.Ticker ticker com.google.common.base.Ticker getTicker (boolean) boolean recordsTime public com.google.common.cache.CacheBuilder removalListener (com.google.common.cache.RemovalListener) com.google.common.cache.RemovalListener listener com.google.common.cache.CacheBuilder me com.google.common.cache.RemovalListener getRemovalListener () public com.google.common.cache.CacheBuilder recordStats () boolean isRecordingStats () com.google.common.base.Supplier getStatsCounterSupplier () public com.google.common.cache.LoadingCache build (com.google.common.cache.CacheLoader) com.google.common.cache.CacheLoader loader public com.google.common.cache.Cache build () private void checkNonLoadingCache () private void checkWeightWithWeigher () public java.lang.String toString () com.google.common.base.MoreObjects$ToStringHelper s private static long toNanosSaturated (java.time.Duration) ArithmeticException tooBig java.time.Duration duration static void <clinit> () }
com/google/common/cache/CacheBuilderSpec$1.class
CacheBuilderSpec.java package com.google.common.cache synthetic com.google.common.cache.CacheBuilderSpec$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$cache$LocalCache$Strength static void <clinit> () }
com/google/common/cache/CacheBuilderSpec$AccessDurationParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$AccessDurationParser extends com.google.common.cache.CacheBuilderSpec$DurationParser { void <init> () protected void parseDuration (com.google.common.cache.CacheBuilderSpec, long, java.util.concurrent.TimeUnit) com.google.common.cache.CacheBuilderSpec spec long duration java.util.concurrent.TimeUnit unit }
com/google/common/cache/CacheBuilderSpec$ConcurrencyLevelParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$ConcurrencyLevelParser extends com.google.common.cache.CacheBuilderSpec$IntegerParser { void <init> () protected void parseInteger (com.google.common.cache.CacheBuilderSpec, int) com.google.common.cache.CacheBuilderSpec spec int value }
com/google/common/cache/CacheBuilderSpec$DurationParser.class
CacheBuilderSpec.java package com.google.common.cache abstract com.google.common.cache.CacheBuilderSpec$DurationParser extends java.lang.Object implements com.google.common.cache.CacheBuilderSpec$ValueParser { void <init> () protected abstract void parseDuration (com.google.common.cache.CacheBuilderSpec, long, java.util.concurrent.TimeUnit) public void parse (com.google.common.cache.CacheBuilderSpec, java.lang.String, java.lang.String) java.util.concurrent.TimeUnit timeUnit java.util.concurrent.TimeUnit timeUnit java.util.concurrent.TimeUnit timeUnit java.util.concurrent.TimeUnit timeUnit char lastChar java.util.concurrent.TimeUnit timeUnit long duration NumberFormatException e com.google.common.cache.CacheBuilderSpec spec String key String value }
com/google/common/cache/CacheBuilderSpec$InitialCapacityParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$InitialCapacityParser extends com.google.common.cache.CacheBuilderSpec$IntegerParser { void <init> () protected void parseInteger (com.google.common.cache.CacheBuilderSpec, int) com.google.common.cache.CacheBuilderSpec spec int value }
com/google/common/cache/CacheBuilderSpec$IntegerParser.class
CacheBuilderSpec.java package com.google.common.cache abstract com.google.common.cache.CacheBuilderSpec$IntegerParser extends java.lang.Object implements com.google.common.cache.CacheBuilderSpec$ValueParser { void <init> () protected abstract void parseInteger (com.google.common.cache.CacheBuilderSpec, int) public void parse (com.google.common.cache.CacheBuilderSpec, java.lang.String, java.lang.String) NumberFormatException e com.google.common.cache.CacheBuilderSpec spec String key String value }
com/google/common/cache/CacheBuilderSpec$KeyStrengthParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$KeyStrengthParser extends java.lang.Object implements com.google.common.cache.CacheBuilderSpec$ValueParser { private final com.google.common.cache.LocalCache$Strength strength public void <init> (com.google.common.cache.LocalCache$Strength) com.google.common.cache.LocalCache$Strength strength public void parse (com.google.common.cache.CacheBuilderSpec, java.lang.String, java.lang.String) com.google.common.cache.CacheBuilderSpec spec String key String value }
com/google/common/cache/CacheBuilderSpec$LongParser.class
CacheBuilderSpec.java package com.google.common.cache abstract com.google.common.cache.CacheBuilderSpec$LongParser extends java.lang.Object implements com.google.common.cache.CacheBuilderSpec$ValueParser { void <init> () protected abstract void parseLong (com.google.common.cache.CacheBuilderSpec, long) public void parse (com.google.common.cache.CacheBuilderSpec, java.lang.String, java.lang.String) NumberFormatException e com.google.common.cache.CacheBuilderSpec spec String key String value }
com/google/common/cache/CacheBuilderSpec$MaximumSizeParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$MaximumSizeParser extends com.google.common.cache.CacheBuilderSpec$LongParser { void <init> () protected void parseLong (com.google.common.cache.CacheBuilderSpec, long) com.google.common.cache.CacheBuilderSpec spec long value }
com/google/common/cache/CacheBuilderSpec$MaximumWeightParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$MaximumWeightParser extends com.google.common.cache.CacheBuilderSpec$LongParser { void <init> () protected void parseLong (com.google.common.cache.CacheBuilderSpec, long) com.google.common.cache.CacheBuilderSpec spec long value }
com/google/common/cache/CacheBuilderSpec$RecordStatsParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$RecordStatsParser extends java.lang.Object implements com.google.common.cache.CacheBuilderSpec$ValueParser { void <init> () public void parse (com.google.common.cache.CacheBuilderSpec, java.lang.String, java.lang.String) com.google.common.cache.CacheBuilderSpec spec String key String value }
com/google/common/cache/CacheBuilderSpec$RefreshDurationParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$RefreshDurationParser extends com.google.common.cache.CacheBuilderSpec$DurationParser { void <init> () protected void parseDuration (com.google.common.cache.CacheBuilderSpec, long, java.util.concurrent.TimeUnit) com.google.common.cache.CacheBuilderSpec spec long duration java.util.concurrent.TimeUnit unit }
com/google/common/cache/CacheBuilderSpec$ValueParser.class
CacheBuilderSpec.java package com.google.common.cache abstract com.google.common.cache.CacheBuilderSpec$ValueParser extends java.lang.Object { public abstract void parse (com.google.common.cache.CacheBuilderSpec, java.lang.String, java.lang.String) }
com/google/common/cache/CacheBuilderSpec$ValueStrengthParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$ValueStrengthParser extends java.lang.Object implements com.google.common.cache.CacheBuilderSpec$ValueParser { private final com.google.common.cache.LocalCache$Strength strength public void <init> (com.google.common.cache.LocalCache$Strength) com.google.common.cache.LocalCache$Strength strength public void parse (com.google.common.cache.CacheBuilderSpec, java.lang.String, java.lang.String) com.google.common.cache.CacheBuilderSpec spec String key String value }
com/google/common/cache/CacheBuilderSpec$WriteDurationParser.class
CacheBuilderSpec.java package com.google.common.cache com.google.common.cache.CacheBuilderSpec$WriteDurationParser extends com.google.common.cache.CacheBuilderSpec$DurationParser { void <init> () protected void parseDuration (com.google.common.cache.CacheBuilderSpec, long, java.util.concurrent.TimeUnit) com.google.common.cache.CacheBuilderSpec spec long duration java.util.concurrent.TimeUnit unit }
com/google/common/cache/CacheBuilderSpec.class
CacheBuilderSpec.java package com.google.common.cache public final com.google.common.cache.CacheBuilderSpec extends java.lang.Object { private static final com.google.common.base.Splitter KEYS_SPLITTER private static final com.google.common.base.Splitter KEY_VALUE_SPLITTER private static final com.google.common.collect.ImmutableMap VALUE_PARSERS Integer initialCapacity Long maximumSize Long maximumWeight Integer concurrencyLevel com.google.common.cache.LocalCache$Strength keyStrength com.google.common.cache.LocalCache$Strength valueStrength Boolean recordStats long writeExpirationDuration java.util.concurrent.TimeUnit writeExpirationTimeUnit long accessExpirationDuration java.util.concurrent.TimeUnit accessExpirationTimeUnit long refreshDuration java.util.concurrent.TimeUnit refreshTimeUnit private final String specification private void <init> (java.lang.String) String specification public static com.google.common.cache.CacheBuilderSpec parse (java.lang.String) java.util.List keyAndValue String key com.google.common.cache.CacheBuilderSpec$ValueParser valueParser String value String keyValuePair String cacheBuilderSpecification com.google.common.cache.CacheBuilderSpec spec public static com.google.common.cache.CacheBuilderSpec disableCaching () com.google.common.cache.CacheBuilder toCacheBuilder () com.google.common.cache.CacheBuilder builder public java.lang.String toParsableString () public java.lang.String toString () public int hashCode () public boolean equals (java.lang.Object) Object obj com.google.common.cache.CacheBuilderSpec that private static java.lang.Long durationInNanos (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit private static transient java.lang.String format (java.lang.String, java.lang.Object[]) String format Object[] args static synthetic java.lang.String access$000 (java.lang.String, java.lang.Object[]) String x0 Object[] x1 static void <clinit> () }
com/google/common/cache/CacheLoader$1$1.class
CacheLoader.java package com.google.common.cache com.google.common.cache.CacheLoader$1$1 extends java.lang.Object implements java.util.concurrent.Callable { final synthetic Object val$key final synthetic Object val$oldValue final synthetic com.google.common.cache.CacheLoader$1 this$0 void <init> (com.google.common.cache.CacheLoader$1, java.lang.Object, java.lang.Object) com.google.common.cache.CacheLoader$1 this$0 public java.lang.Object call () throws java.lang.Exception }
com/google/common/cache/CacheLoader$1.class
CacheLoader.java package com.google.common.cache com.google.common.cache.CacheLoader$1 extends com.google.common.cache.CacheLoader { final synthetic com.google.common.cache.CacheLoader val$loader final synthetic java.util.concurrent.Executor val$executor void <init> (com.google.common.cache.CacheLoader, java.util.concurrent.Executor) public java.lang.Object load (java.lang.Object) throws java.lang.Exception Object key public com.google.common.util.concurrent.ListenableFuture reload (java.lang.Object, java.lang.Object) throws java.lang.Exception Object key Object oldValue com.google.common.util.concurrent.ListenableFutureTask task public java.util.Map loadAll (java.lang.Iterable) throws java.lang.Exception Iterable keys }
com/google/common/cache/CacheLoader$FunctionToCacheLoader.class
CacheLoader.java package com.google.common.cache final com.google.common.cache.CacheLoader$FunctionToCacheLoader extends com.google.common.cache.CacheLoader implements java.io.Serializable { private final com.google.common.base.Function computingFunction private static final long serialVersionUID public void <init> (com.google.common.base.Function) com.google.common.base.Function computingFunction public java.lang.Object load (java.lang.Object) Object key }
com/google/common/cache/CacheLoader$InvalidCacheLoadException.class
CacheLoader.java package com.google.common.cache public final com.google.common.cache.CacheLoader$InvalidCacheLoadException extends java.lang.RuntimeException { public void <init> (java.lang.String) String message }
com/google/common/cache/CacheLoader$SupplierToCacheLoader.class
CacheLoader.java package com.google.common.cache final com.google.common.cache.CacheLoader$SupplierToCacheLoader extends com.google.common.cache.CacheLoader implements java.io.Serializable { private final com.google.common.base.Supplier computingSupplier private static final long serialVersionUID public void <init> (com.google.common.base.Supplier) com.google.common.base.Supplier computingSupplier public java.lang.Object load (java.lang.Object) Object key }
com/google/common/cache/CacheLoader$UnsupportedLoadingOperationException.class
CacheLoader.java package com.google.common.cache public final com.google.common.cache.CacheLoader$UnsupportedLoadingOperationException extends java.lang.UnsupportedOperationException { void <init> () }
com/google/common/cache/CacheLoader.class
CacheLoader.java package com.google.common.cache public abstract com.google.common.cache.CacheLoader extends java.lang.Object { protected void <init> () public abstract java.lang.Object load (java.lang.Object) throws java.lang.Exception public com.google.common.util.concurrent.ListenableFuture reload (java.lang.Object, java.lang.Object) throws java.lang.Exception Object key Object oldValue public java.util.Map loadAll (java.lang.Iterable) throws java.lang.Exception Iterable keys public static com.google.common.cache.CacheLoader from (com.google.common.base.Function) com.google.common.base.Function function public static com.google.common.cache.CacheLoader from (com.google.common.base.Supplier) com.google.common.base.Supplier supplier public static com.google.common.cache.CacheLoader asyncReloading (com.google.common.cache.CacheLoader, java.util.concurrent.Executor) com.google.common.cache.CacheLoader loader java.util.concurrent.Executor executor }
com/google/common/cache/CacheStats.class
CacheStats.java package com.google.common.cache public final com.google.common.cache.CacheStats extends java.lang.Object { private final long hitCount private final long missCount private final long loadSuccessCount private final long loadExceptionCount private final long totalLoadTime private final long evictionCount public void <init> (long, long, long, long, long, long) long hitCount long missCount long loadSuccessCount long loadExceptionCount long totalLoadTime long evictionCount public long requestCount () public long hitCount () public double hitRate () long requestCount public long missCount () public double missRate () long requestCount public long loadCount () public long loadSuccessCount () public long loadExceptionCount () public double loadExceptionRate () long totalLoadCount public long totalLoadTime () public double averageLoadPenalty () long totalLoadCount public long evictionCount () public com.google.common.cache.CacheStats minus (com.google.common.cache.CacheStats) com.google.common.cache.CacheStats other public com.google.common.cache.CacheStats plus (com.google.common.cache.CacheStats) com.google.common.cache.CacheStats other public int hashCode () public boolean equals (java.lang.Object) com.google.common.cache.CacheStats other Object object public java.lang.String toString () }
com/google/common/cache/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.cache abstract annotation com.google.common.cache.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/cache/ForwardingCache$SimpleForwardingCache.class
ForwardingCache.java package com.google.common.cache public abstract com.google.common.cache.ForwardingCache$SimpleForwardingCache extends com.google.common.cache.ForwardingCache { private final com.google.common.cache.Cache delegate protected void <init> (com.google.common.cache.Cache) com.google.common.cache.Cache delegate protected final com.google.common.cache.Cache delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/cache/ForwardingCache.class
ForwardingCache.java package com.google.common.cache public abstract com.google.common.cache.ForwardingCache extends com.google.common.collect.ForwardingObject implements com.google.common.cache.Cache { protected void <init> () protected abstract com.google.common.cache.Cache delegate () public java.lang.Object getIfPresent (java.lang.Object) Object key public java.lang.Object get (java.lang.Object, java.util.concurrent.Callable) throws java.util.concurrent.ExecutionException Object key java.util.concurrent.Callable valueLoader public com.google.common.collect.ImmutableMap getAllPresent (java.lang.Iterable) Iterable keys public void put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map m public void invalidate (java.lang.Object) Object key public void invalidateAll (java.lang.Iterable) Iterable keys public void invalidateAll () public long size () public com.google.common.cache.CacheStats stats () public java.util.concurrent.ConcurrentMap asMap () public void cleanUp () protected volatile synthetic java.lang.Object delegate () }
com/google/common/cache/ForwardingLoadingCache$SimpleForwardingLoadingCache.class
ForwardingLoadingCache.java package com.google.common.cache public abstract com.google.common.cache.ForwardingLoadingCache$SimpleForwardingLoadingCache extends com.google.common.cache.ForwardingLoadingCache { private final com.google.common.cache.LoadingCache delegate protected void <init> (com.google.common.cache.LoadingCache) com.google.common.cache.LoadingCache delegate protected final com.google.common.cache.LoadingCache delegate () protected volatile synthetic com.google.common.cache.Cache delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/cache/ForwardingLoadingCache.class
ForwardingLoadingCache.java package com.google.common.cache public abstract com.google.common.cache.ForwardingLoadingCache extends com.google.common.cache.ForwardingCache implements com.google.common.cache.LoadingCache { protected void <init> () protected abstract com.google.common.cache.LoadingCache delegate () public java.lang.Object get (java.lang.Object) throws java.util.concurrent.ExecutionException Object key public java.lang.Object getUnchecked (java.lang.Object) Object key public com.google.common.collect.ImmutableMap getAll (java.lang.Iterable) throws java.util.concurrent.ExecutionException Iterable keys public java.lang.Object apply (java.lang.Object) Object key public void refresh (java.lang.Object) Object key protected volatile synthetic com.google.common.cache.Cache delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/cache/LoadingCache.class
LoadingCache.java package com.google.common.cache public abstract com.google.common.cache.LoadingCache extends java.lang.Object implements com.google.common.cache.Cache com.google.common.base.Function { public abstract java.lang.Object get (java.lang.Object) throws java.util.concurrent.ExecutionException public abstract java.lang.Object getUnchecked (java.lang.Object) public abstract com.google.common.collect.ImmutableMap getAll (java.lang.Iterable) throws java.util.concurrent.ExecutionException public abstract java.lang.Object apply (java.lang.Object) public abstract void refresh (java.lang.Object) public abstract java.util.concurrent.ConcurrentMap asMap () }
com/google/common/cache/LocalCache$1.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$1 extends java.lang.Object implements com.google.common.cache.LocalCache$ValueReference { void <init> () public java.lang.Object get () public int getWeight () public com.google.common.cache.ReferenceEntry getEntry () public com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object value com.google.common.cache.ReferenceEntry entry public boolean isLoading () public boolean isActive () public java.lang.Object waitForValue () public void notifyNewValue (java.lang.Object) Object newValue }
com/google/common/cache/LocalCache$2.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$2 extends java.util.AbstractQueue { void <init> () public boolean offer (java.lang.Object) Object o public java.lang.Object peek () public java.lang.Object poll () public int size () public java.util.Iterator iterator () }
com/google/common/cache/LocalCache$AbstractCacheSet.class
LocalCache.java package com.google.common.cache abstract com.google.common.cache.LocalCache$AbstractCacheSet extends java.util.AbstractSet { final synthetic com.google.common.cache.LocalCache this$0 void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public int size () public boolean isEmpty () public void clear () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a }
com/google/common/cache/LocalCache$AbstractReferenceEntry.class
LocalCache.java package com.google.common.cache abstract com.google.common.cache.LocalCache$AbstractReferenceEntry extends java.lang.Object implements com.google.common.cache.ReferenceEntry { void <init> () public com.google.common.cache.LocalCache$ValueReference getValueReference () public void setValueReference (com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.LocalCache$ValueReference valueReference public com.google.common.cache.ReferenceEntry getNext () public int getHash () public java.lang.Object getKey () public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$AccessQueue$1.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$AccessQueue$1 extends com.google.common.cache.LocalCache$AbstractReferenceEntry { com.google.common.cache.ReferenceEntry nextAccess com.google.common.cache.ReferenceEntry previousAccess void <init> (com.google.common.cache.LocalCache$AccessQueue) com.google.common.cache.LocalCache$AccessQueue this$0 public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$AccessQueue$2.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$AccessQueue$2 extends com.google.common.collect.AbstractSequentialIterator { final synthetic com.google.common.cache.LocalCache$AccessQueue this$0 void <init> (com.google.common.cache.LocalCache$AccessQueue, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$AccessQueue this$0 com.google.common.cache.ReferenceEntry firstOrNull protected com.google.common.cache.ReferenceEntry computeNext (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous com.google.common.cache.ReferenceEntry next protected volatile synthetic java.lang.Object computeNext (java.lang.Object) }
com/google/common/cache/LocalCache$AccessQueue.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$AccessQueue extends java.util.AbstractQueue { final com.google.common.cache.ReferenceEntry head void <init> () public boolean offer (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry entry public com.google.common.cache.ReferenceEntry peek () com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry poll () com.google.common.cache.ReferenceEntry next public boolean remove (java.lang.Object) Object o com.google.common.cache.ReferenceEntry e com.google.common.cache.ReferenceEntry previous com.google.common.cache.ReferenceEntry next public boolean contains (java.lang.Object) Object o com.google.common.cache.ReferenceEntry e public boolean isEmpty () public int size () com.google.common.cache.ReferenceEntry e int size public void clear () com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry e public java.util.Iterator iterator () public volatile synthetic java.lang.Object peek () public volatile synthetic java.lang.Object poll () public volatile synthetic boolean offer (java.lang.Object) }
com/google/common/cache/LocalCache$ComputingValueReference.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$ComputingValueReference extends com.google.common.cache.LocalCache$LoadingValueReference { void <init> (com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.LocalCache$ValueReference oldValue public boolean isLoading () }
com/google/common/cache/LocalCache$EntryFactory$1.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$1 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next }
com/google/common/cache/LocalCache$EntryFactory$2.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$2 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext com.google.common.cache.ReferenceEntry newEntry }
com/google/common/cache/LocalCache$EntryFactory$3.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$3 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext com.google.common.cache.ReferenceEntry newEntry }
com/google/common/cache/LocalCache$EntryFactory$4.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$4 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext com.google.common.cache.ReferenceEntry newEntry }
com/google/common/cache/LocalCache$EntryFactory$5.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$5 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next }
com/google/common/cache/LocalCache$EntryFactory$6.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$6 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext com.google.common.cache.ReferenceEntry newEntry }
com/google/common/cache/LocalCache$EntryFactory$7.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$7 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext com.google.common.cache.ReferenceEntry newEntry }
com/google/common/cache/LocalCache$EntryFactory$8.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$EntryFactory$8 extends com.google.common.cache.LocalCache$EntryFactory { void <init> (java.lang.String, int) com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext com.google.common.cache.ReferenceEntry newEntry }
com/google/common/cache/LocalCache$EntryFactory.class
LocalCache.java package com.google.common.cache abstract enum com.google.common.cache.LocalCache$EntryFactory extends java.lang.Enum { public static final enum com.google.common.cache.LocalCache$EntryFactory STRONG public static final enum com.google.common.cache.LocalCache$EntryFactory STRONG_ACCESS public static final enum com.google.common.cache.LocalCache$EntryFactory STRONG_WRITE public static final enum com.google.common.cache.LocalCache$EntryFactory STRONG_ACCESS_WRITE public static final enum com.google.common.cache.LocalCache$EntryFactory WEAK public static final enum com.google.common.cache.LocalCache$EntryFactory WEAK_ACCESS public static final enum com.google.common.cache.LocalCache$EntryFactory WEAK_WRITE public static final enum com.google.common.cache.LocalCache$EntryFactory WEAK_ACCESS_WRITE static final int ACCESS_MASK static final int WRITE_MASK static final int WEAK_MASK static final com.google.common.cache.LocalCache$EntryFactory[] factories private static final synthetic com.google.common.cache.LocalCache$EntryFactory[] $VALUES public static com.google.common.cache.LocalCache$EntryFactory[] values () public static com.google.common.cache.LocalCache$EntryFactory valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static com.google.common.cache.LocalCache$EntryFactory getFactory (com.google.common.cache.LocalCache$Strength, boolean, boolean) com.google.common.cache.LocalCache$Strength keyStrength boolean usesAccessQueue boolean usesWriteQueue int flags abstract com.google.common.cache.ReferenceEntry newEntry (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext void copyAccessEntry (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newEntry void copyWriteEntry (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newEntry private static synthetic com.google.common.cache.LocalCache$EntryFactory[] $values () synthetic void <init> (java.lang.String, int, com.google.common.cache.LocalCache$1) String x0 int x1 com.google.common.cache.LocalCache$1 x2 static void <clinit> () }
com/google/common/cache/LocalCache$EntryIterator.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$EntryIterator extends com.google.common.cache.LocalCache$HashIterator { void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public java.util.Map$Entry next () public volatile synthetic java.lang.Object next () }
com/google/common/cache/LocalCache$EntrySet.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$EntrySet extends com.google.common.cache.LocalCache$AbstractCacheSet { final synthetic com.google.common.cache.LocalCache this$0 void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public java.util.Iterator iterator () public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public boolean contains (java.lang.Object) Object o java.util.Map$Entry e Object key Object v public boolean remove (java.lang.Object) Object o java.util.Map$Entry e Object key private static synthetic boolean lambda$removeIf$0 (java.util.function.Predicate, java.lang.Object, java.lang.Object) java.util.function.Predicate filter Object k Object v }
com/google/common/cache/LocalCache$HashIterator.class
LocalCache.java package com.google.common.cache abstract com.google.common.cache.LocalCache$HashIterator extends java.lang.Object implements java.util.Iterator { int nextSegmentIndex int nextTableIndex com.google.common.cache.LocalCache$Segment currentSegment java.util.concurrent.atomic.AtomicReferenceArray currentTable com.google.common.cache.ReferenceEntry nextEntry com.google.common.cache.LocalCache$WriteThroughEntry nextExternal com.google.common.cache.LocalCache$WriteThroughEntry lastReturned final synthetic com.google.common.cache.LocalCache this$0 void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public abstract java.lang.Object next () final void advance () boolean nextInChain () boolean nextInTable () boolean advanceTo (com.google.common.cache.ReferenceEntry) long now Object key Object value com.google.common.cache.ReferenceEntry entry public boolean hasNext () com.google.common.cache.LocalCache$WriteThroughEntry nextEntry () public void remove () }
com/google/common/cache/LocalCache$KeyIterator.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$KeyIterator extends com.google.common.cache.LocalCache$HashIterator { void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public java.lang.Object next () }
com/google/common/cache/LocalCache$KeySet.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$KeySet extends com.google.common.cache.LocalCache$AbstractCacheSet { final synthetic com.google.common.cache.LocalCache this$0 void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o }
com/google/common/cache/LocalCache$LoadingSerializationProxy.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$LoadingSerializationProxy extends com.google.common.cache.LocalCache$ManualSerializationProxy implements com.google.common.cache.LoadingCache java.io.Serializable { private static final long serialVersionUID transient com.google.common.cache.LoadingCache autoDelegate void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache cache private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream in com.google.common.cache.CacheBuilder builder public java.lang.Object get (java.lang.Object) throws java.util.concurrent.ExecutionException Object key public java.lang.Object getUnchecked (java.lang.Object) Object key public com.google.common.collect.ImmutableMap getAll (java.lang.Iterable) throws java.util.concurrent.ExecutionException Iterable keys public final java.lang.Object apply (java.lang.Object) Object key public void refresh (java.lang.Object) Object key private java.lang.Object readResolve () }
com/google/common/cache/LocalCache$LoadingValueReference$1.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$LoadingValueReference$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.cache.LocalCache$LoadingValueReference this$0 void <init> (com.google.common.cache.LocalCache$LoadingValueReference) com.google.common.cache.LocalCache$LoadingValueReference this$0 public java.lang.Object apply (java.lang.Object) Object newValue }
com/google/common/cache/LocalCache$LoadingValueReference.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$LoadingValueReference extends java.lang.Object implements com.google.common.cache.LocalCache$ValueReference { volatile com.google.common.cache.LocalCache$ValueReference oldValue final com.google.common.util.concurrent.SettableFuture futureValue final com.google.common.base.Stopwatch stopwatch public void <init> () public void <init> (com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.LocalCache$ValueReference oldValue public boolean isLoading () public boolean isActive () public int getWeight () public boolean set (java.lang.Object) Object newValue public boolean setException (java.lang.Throwable) Throwable t private com.google.common.util.concurrent.ListenableFuture fullyFailedFuture (java.lang.Throwable) Throwable t public void notifyNewValue (java.lang.Object) Object newValue public com.google.common.util.concurrent.ListenableFuture loadFuture (java.lang.Object, com.google.common.cache.CacheLoader) Object newValue Object previousValue com.google.common.util.concurrent.ListenableFuture newValue com.google.common.util.concurrent.ListenableFuture result Throwable t Object key com.google.common.cache.CacheLoader loader public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object previousValue java.util.concurrent.ExecutionException e Object newValue Throwable th Object key java.util.function.BiFunction function Object previousValue Object newValue public long elapsedNanos () public java.lang.Object waitForValue () throws java.util.concurrent.ExecutionException public java.lang.Object get () public com.google.common.cache.LocalCache$ValueReference getOldValue () public com.google.common.cache.ReferenceEntry getEntry () public com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object value com.google.common.cache.ReferenceEntry entry }
com/google/common/cache/LocalCache$LocalLoadingCache.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$LocalLoadingCache extends com.google.common.cache.LocalCache$LocalManualCache implements com.google.common.cache.LoadingCache { private static final long serialVersionUID void <init> (com.google.common.cache.CacheBuilder, com.google.common.cache.CacheLoader) com.google.common.cache.CacheBuilder builder com.google.common.cache.CacheLoader loader public java.lang.Object get (java.lang.Object) throws java.util.concurrent.ExecutionException Object key public java.lang.Object getUnchecked (java.lang.Object) java.util.concurrent.ExecutionException e Object key public com.google.common.collect.ImmutableMap getAll (java.lang.Iterable) throws java.util.concurrent.ExecutionException Iterable keys public void refresh (java.lang.Object) Object key public final java.lang.Object apply (java.lang.Object) Object key java.lang.Object writeReplace () }
com/google/common/cache/LocalCache$LocalManualCache$1.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$LocalManualCache$1 extends com.google.common.cache.CacheLoader { final synthetic java.util.concurrent.Callable val$valueLoader void <init> (com.google.common.cache.LocalCache$LocalManualCache, java.util.concurrent.Callable) com.google.common.cache.LocalCache$LocalManualCache this$0 public java.lang.Object load (java.lang.Object) throws java.lang.Exception Object key }
com/google/common/cache/LocalCache$LocalManualCache.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$LocalManualCache extends java.lang.Object implements com.google.common.cache.Cache java.io.Serializable { final com.google.common.cache.LocalCache localCache private static final long serialVersionUID void <init> (com.google.common.cache.CacheBuilder) com.google.common.cache.CacheBuilder builder private void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache localCache public java.lang.Object getIfPresent (java.lang.Object) Object key public java.lang.Object get (java.lang.Object, java.util.concurrent.Callable) throws java.util.concurrent.ExecutionException Object key java.util.concurrent.Callable valueLoader public com.google.common.collect.ImmutableMap getAllPresent (java.lang.Iterable) Iterable keys public void put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map m public void invalidate (java.lang.Object) Object key public void invalidateAll (java.lang.Iterable) Iterable keys public void invalidateAll () public long size () public java.util.concurrent.ConcurrentMap asMap () public com.google.common.cache.CacheStats stats () com.google.common.cache.LocalCache$Segment segment com.google.common.cache.AbstractCache$SimpleStatsCounter aggregator public void cleanUp () java.lang.Object writeReplace () synthetic void <init> (com.google.common.cache.LocalCache, com.google.common.cache.LocalCache$1) com.google.common.cache.LocalCache x0 com.google.common.cache.LocalCache$1 x1 }
com/google/common/cache/LocalCache$ManualSerializationProxy.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$ManualSerializationProxy extends com.google.common.cache.ForwardingCache implements java.io.Serializable { private static final long serialVersionUID final com.google.common.cache.LocalCache$Strength keyStrength final com.google.common.cache.LocalCache$Strength valueStrength final com.google.common.base.Equivalence keyEquivalence final com.google.common.base.Equivalence valueEquivalence final long expireAfterWriteNanos final long expireAfterAccessNanos final long maxWeight final com.google.common.cache.Weigher weigher final int concurrencyLevel final com.google.common.cache.RemovalListener removalListener final com.google.common.base.Ticker ticker final com.google.common.cache.CacheLoader loader transient com.google.common.cache.Cache delegate void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache cache private void <init> (com.google.common.cache.LocalCache$Strength, com.google.common.cache.LocalCache$Strength, com.google.common.base.Equivalence, com.google.common.base.Equivalence, long, long, long, com.google.common.cache.Weigher, int, com.google.common.cache.RemovalListener, com.google.common.base.Ticker, com.google.common.cache.CacheLoader) com.google.common.cache.LocalCache$Strength keyStrength com.google.common.cache.LocalCache$Strength valueStrength com.google.common.base.Equivalence keyEquivalence com.google.common.base.Equivalence valueEquivalence long expireAfterWriteNanos long expireAfterAccessNanos long maxWeight com.google.common.cache.Weigher weigher int concurrencyLevel com.google.common.cache.RemovalListener removalListener com.google.common.base.Ticker ticker com.google.common.cache.CacheLoader loader com.google.common.cache.CacheBuilder recreateCacheBuilder () com.google.common.cache.CacheBuilder builder private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream in com.google.common.cache.CacheBuilder builder private java.lang.Object readResolve () protected com.google.common.cache.Cache delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/cache/LocalCache$NullEntry.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$NullEntry extends java.lang.Enum implements com.google.common.cache.ReferenceEntry { public static final enum com.google.common.cache.LocalCache$NullEntry INSTANCE private static final synthetic com.google.common.cache.LocalCache$NullEntry[] $VALUES public static com.google.common.cache.LocalCache$NullEntry[] values () public static com.google.common.cache.LocalCache$NullEntry valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public com.google.common.cache.LocalCache$ValueReference getValueReference () public void setValueReference (com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.LocalCache$ValueReference valueReference public com.google.common.cache.ReferenceEntry getNext () public int getHash () public java.lang.Object getKey () public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous private static synthetic com.google.common.cache.LocalCache$NullEntry[] $values () static void <clinit> () }
com/google/common/cache/LocalCache$Segment$1.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$Segment$1 extends java.lang.Object implements java.lang.Runnable { final synthetic Object val$key final synthetic int val$hash final synthetic com.google.common.cache.LocalCache$LoadingValueReference val$loadingValueReference final synthetic com.google.common.util.concurrent.ListenableFuture val$loadingFuture final synthetic com.google.common.cache.LocalCache$Segment this$0 void <init> (com.google.common.cache.LocalCache$Segment, java.lang.Object, int, com.google.common.cache.LocalCache$LoadingValueReference, com.google.common.util.concurrent.ListenableFuture) com.google.common.cache.LocalCache$Segment this$0 public void run () Throwable t }
com/google/common/cache/LocalCache$Segment.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$Segment extends java.util.concurrent.locks.ReentrantLock { final com.google.common.cache.LocalCache map volatile int count long totalWeight int modCount int threshold volatile java.util.concurrent.atomic.AtomicReferenceArray table final long maxSegmentWeight final java.lang.ref.ReferenceQueue keyReferenceQueue final java.lang.ref.ReferenceQueue valueReferenceQueue final java.util.Queue recencyQueue final java.util.concurrent.atomic.AtomicInteger readCount final java.util.Queue writeQueue final java.util.Queue accessQueue final com.google.common.cache.AbstractCache$StatsCounter statsCounter void <init> (com.google.common.cache.LocalCache, int, long, com.google.common.cache.AbstractCache$StatsCounter) com.google.common.cache.LocalCache map int initialCapacity long maxSegmentWeight com.google.common.cache.AbstractCache$StatsCounter statsCounter java.util.concurrent.atomic.AtomicReferenceArray newEntryArray (int) int size void initTable (java.util.concurrent.atomic.AtomicReferenceArray) java.util.concurrent.atomic.AtomicReferenceArray newTable com.google.common.cache.ReferenceEntry newEntry (java.lang.Object, int, com.google.common.cache.ReferenceEntry) Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext com.google.common.cache.LocalCache$ValueReference valueReference Object value com.google.common.cache.ReferenceEntry newEntry void setValue (com.google.common.cache.ReferenceEntry, java.lang.Object, java.lang.Object, long) com.google.common.cache.ReferenceEntry entry Object key Object value long now com.google.common.cache.LocalCache$ValueReference previous int weight com.google.common.cache.LocalCache$ValueReference valueReference java.lang.Object get (java.lang.Object, int, com.google.common.cache.CacheLoader) throws java.util.concurrent.ExecutionException long now Object value com.google.common.cache.LocalCache$ValueReference valueReference com.google.common.cache.ReferenceEntry e Throwable cause java.util.concurrent.ExecutionException ee Object key int hash com.google.common.cache.CacheLoader loader java.lang.Object get (java.lang.Object, int) long now com.google.common.cache.ReferenceEntry e Object value Object key int hash java.lang.Object lockedGetOrLoad (java.lang.Object, int, com.google.common.cache.CacheLoader) throws java.util.concurrent.ExecutionException Object value Object entryKey long now int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first com.google.common.cache.ReferenceEntry e Object key int hash com.google.common.cache.CacheLoader loader com.google.common.cache.ReferenceEntry e com.google.common.cache.LocalCache$ValueReference valueReference com.google.common.cache.LocalCache$LoadingValueReference loadingValueReference boolean createNewEntry java.lang.Object waitForLoadingValue (com.google.common.cache.ReferenceEntry, java.lang.Object, com.google.common.cache.LocalCache$ValueReference) throws java.util.concurrent.ExecutionException Object value long now com.google.common.cache.ReferenceEntry e Object key com.google.common.cache.LocalCache$ValueReference valueReference java.lang.Object compute (java.lang.Object, int, java.util.function.BiFunction) Object entryKey java.util.concurrent.ExecutionException exception long now java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first com.google.common.cache.ReferenceEntry e Object newValue Object key int hash java.util.function.BiFunction function com.google.common.cache.LocalCache$ValueReference valueReference com.google.common.cache.LocalCache$ComputingValueReference computingValueReference boolean createNewEntry java.lang.Object loadSync (java.lang.Object, int, com.google.common.cache.LocalCache$LoadingValueReference, com.google.common.cache.CacheLoader) throws java.util.concurrent.ExecutionException Object key int hash com.google.common.cache.LocalCache$LoadingValueReference loadingValueReference com.google.common.cache.CacheLoader loader com.google.common.util.concurrent.ListenableFuture loadingFuture com.google.common.util.concurrent.ListenableFuture loadAsync (java.lang.Object, int, com.google.common.cache.LocalCache$LoadingValueReference, com.google.common.cache.CacheLoader) Object key int hash com.google.common.cache.LocalCache$LoadingValueReference loadingValueReference com.google.common.cache.CacheLoader loader com.google.common.util.concurrent.ListenableFuture loadingFuture java.lang.Object getAndRecordStats (java.lang.Object, int, com.google.common.cache.LocalCache$LoadingValueReference, com.google.common.util.concurrent.ListenableFuture) throws java.util.concurrent.ExecutionException Object key int hash com.google.common.cache.LocalCache$LoadingValueReference loadingValueReference com.google.common.util.concurrent.ListenableFuture newValue Object value java.lang.Object scheduleRefresh (com.google.common.cache.ReferenceEntry, java.lang.Object, int, java.lang.Object, long, com.google.common.cache.CacheLoader) Object newValue com.google.common.cache.ReferenceEntry entry Object key int hash Object oldValue long now com.google.common.cache.CacheLoader loader java.lang.Object refresh (java.lang.Object, int, com.google.common.cache.CacheLoader, boolean) Object key int hash com.google.common.cache.CacheLoader loader boolean checkTime com.google.common.cache.LocalCache$LoadingValueReference loadingValueReference com.google.common.util.concurrent.ListenableFuture result com.google.common.cache.LocalCache$LoadingValueReference insertLoadingValueReference (java.lang.Object, int, boolean) com.google.common.cache.LocalCache$ValueReference valueReference com.google.common.cache.LocalCache$LoadingValueReference loadingValueReference Object entryKey long now java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first com.google.common.cache.LocalCache$LoadingValueReference loadingValueReference Object key int hash boolean checkTime com.google.common.cache.ReferenceEntry e void tryDrainReferenceQueues () void drainReferenceQueues () void drainKeyReferenceQueue () com.google.common.cache.ReferenceEntry entry java.lang.ref.Reference ref int i void drainValueReferenceQueue () com.google.common.cache.LocalCache$ValueReference valueReference java.lang.ref.Reference ref int i void clearReferenceQueues () void clearKeyReferenceQueue () void clearValueReferenceQueue () void recordRead (com.google.common.cache.ReferenceEntry, long) com.google.common.cache.ReferenceEntry entry long now void recordLockedRead (com.google.common.cache.ReferenceEntry, long) com.google.common.cache.ReferenceEntry entry long now void recordWrite (com.google.common.cache.ReferenceEntry, int, long) com.google.common.cache.ReferenceEntry entry int weight long now void drainRecencyQueue () com.google.common.cache.ReferenceEntry e void tryExpireEntries (long) long now void expireEntries (long) long now com.google.common.cache.ReferenceEntry e void enqueueNotification (java.lang.Object, int, java.lang.Object, int, com.google.common.cache.RemovalCause) com.google.common.cache.RemovalNotification notification Object key int hash Object value int weight com.google.common.cache.RemovalCause cause void evictEntries (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry e com.google.common.cache.ReferenceEntry newest com.google.common.cache.ReferenceEntry getNextEvictable () int weight com.google.common.cache.ReferenceEntry e com.google.common.cache.ReferenceEntry getFirst (int) int hash java.util.concurrent.atomic.AtomicReferenceArray table com.google.common.cache.ReferenceEntry getEntry (java.lang.Object, int) Object entryKey com.google.common.cache.ReferenceEntry e Object key int hash com.google.common.cache.ReferenceEntry getLiveEntry (java.lang.Object, int, long) Object key int hash long now com.google.common.cache.ReferenceEntry e java.lang.Object getLiveValue (com.google.common.cache.ReferenceEntry, long) com.google.common.cache.ReferenceEntry entry long now Object value boolean containsKey (java.lang.Object, int) long now com.google.common.cache.ReferenceEntry e Object key int hash boolean containsValue (java.lang.Object) Object entryValue com.google.common.cache.ReferenceEntry e int i long now java.util.concurrent.atomic.AtomicReferenceArray table int length Object value java.lang.Object put (java.lang.Object, int, java.lang.Object, boolean) com.google.common.cache.LocalCache$ValueReference valueReference Object entryValue Object entryKey com.google.common.cache.ReferenceEntry e long now int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first com.google.common.cache.ReferenceEntry newEntry Object key int hash Object value boolean onlyIfAbsent void expand () int newIndex com.google.common.cache.ReferenceEntry e int newIndex com.google.common.cache.ReferenceEntry newNext com.google.common.cache.ReferenceEntry newFirst com.google.common.cache.ReferenceEntry e com.google.common.cache.ReferenceEntry tail int tailIndex com.google.common.cache.ReferenceEntry next int headIndex com.google.common.cache.ReferenceEntry head int oldIndex java.util.concurrent.atomic.AtomicReferenceArray oldTable int oldCapacity int newCount java.util.concurrent.atomic.AtomicReferenceArray newTable int newMask boolean replace (java.lang.Object, int, java.lang.Object, java.lang.Object) int newCount com.google.common.cache.ReferenceEntry newFirst com.google.common.cache.LocalCache$ValueReference valueReference Object entryValue Object entryKey com.google.common.cache.ReferenceEntry e long now java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first Object key int hash Object oldValue Object newValue java.lang.Object replace (java.lang.Object, int, java.lang.Object) int newCount com.google.common.cache.ReferenceEntry newFirst com.google.common.cache.LocalCache$ValueReference valueReference Object entryValue Object entryKey com.google.common.cache.ReferenceEntry e long now java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first Object key int hash Object newValue java.lang.Object remove (java.lang.Object, int) com.google.common.cache.RemovalCause cause com.google.common.cache.RemovalCause cause com.google.common.cache.LocalCache$ValueReference valueReference Object entryValue com.google.common.cache.RemovalCause cause com.google.common.cache.ReferenceEntry newFirst Object entryKey com.google.common.cache.ReferenceEntry e long now int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first Object key int hash boolean remove (java.lang.Object, int, java.lang.Object) com.google.common.cache.RemovalCause cause com.google.common.cache.RemovalCause cause com.google.common.cache.LocalCache$ValueReference valueReference Object entryValue com.google.common.cache.RemovalCause cause com.google.common.cache.ReferenceEntry newFirst Object entryKey com.google.common.cache.ReferenceEntry e long now int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first Object key int hash Object value boolean storeLoadedValue (java.lang.Object, int, com.google.common.cache.LocalCache$LoadingValueReference, java.lang.Object) com.google.common.cache.RemovalCause cause com.google.common.cache.LocalCache$ValueReference valueReference Object entryValue Object entryKey com.google.common.cache.ReferenceEntry e long now int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first com.google.common.cache.ReferenceEntry newEntry Object key int hash com.google.common.cache.LocalCache$LoadingValueReference oldValueReference Object newValue void clear () Object key Object value com.google.common.cache.RemovalCause cause com.google.common.cache.ReferenceEntry e int i int i long now java.util.concurrent.atomic.AtomicReferenceArray table com.google.common.cache.ReferenceEntry removeValueFromChain (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry, java.lang.Object, int, java.lang.Object, com.google.common.cache.LocalCache$ValueReference, com.google.common.cache.RemovalCause) com.google.common.cache.ReferenceEntry first com.google.common.cache.ReferenceEntry entry Object key int hash Object value com.google.common.cache.LocalCache$ValueReference valueReference com.google.common.cache.RemovalCause cause com.google.common.cache.ReferenceEntry removeEntryFromChain (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry e com.google.common.cache.ReferenceEntry first com.google.common.cache.ReferenceEntry entry int newCount com.google.common.cache.ReferenceEntry newFirst void removeCollectedEntry (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry entry boolean reclaimKey (com.google.common.cache.ReferenceEntry, int) com.google.common.cache.ReferenceEntry newFirst com.google.common.cache.ReferenceEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first com.google.common.cache.ReferenceEntry entry int hash boolean reclaimValue (java.lang.Object, int, com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.ReferenceEntry newFirst com.google.common.cache.LocalCache$ValueReference v Object entryKey com.google.common.cache.ReferenceEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first Object key int hash com.google.common.cache.LocalCache$ValueReference valueReference boolean removeLoadingValue (java.lang.Object, int, com.google.common.cache.LocalCache$LoadingValueReference) com.google.common.cache.ReferenceEntry newFirst com.google.common.cache.LocalCache$ValueReference v Object entryKey com.google.common.cache.ReferenceEntry e java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first Object key int hash com.google.common.cache.LocalCache$LoadingValueReference valueReference boolean removeEntry (com.google.common.cache.ReferenceEntry, int, com.google.common.cache.RemovalCause) com.google.common.cache.ReferenceEntry newFirst com.google.common.cache.ReferenceEntry e com.google.common.cache.ReferenceEntry entry int hash com.google.common.cache.RemovalCause cause int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.cache.ReferenceEntry first void postReadCleanup () void preWriteCleanup (long) long now void postWriteCleanup () void cleanUp () long now void runLockedCleanup (long) long now void runUnlockedCleanup () }
com/google/common/cache/LocalCache$SoftValueReference.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$SoftValueReference extends java.lang.ref.SoftReference implements com.google.common.cache.LocalCache$ValueReference { final com.google.common.cache.ReferenceEntry entry void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object referent com.google.common.cache.ReferenceEntry entry public int getWeight () public com.google.common.cache.ReferenceEntry getEntry () public void notifyNewValue (java.lang.Object) Object newValue public com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object value com.google.common.cache.ReferenceEntry entry public boolean isLoading () public boolean isActive () public java.lang.Object waitForValue () }
com/google/common/cache/LocalCache$Strength$1.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$Strength$1 extends com.google.common.cache.LocalCache$Strength { void <init> (java.lang.String, int) com.google.common.cache.LocalCache$ValueReference referenceValue (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, java.lang.Object, int) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry entry Object value int weight com.google.common.base.Equivalence defaultEquivalence () }
com/google/common/cache/LocalCache$Strength$2.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$Strength$2 extends com.google.common.cache.LocalCache$Strength { void <init> (java.lang.String, int) com.google.common.cache.LocalCache$ValueReference referenceValue (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, java.lang.Object, int) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry entry Object value int weight com.google.common.base.Equivalence defaultEquivalence () }
com/google/common/cache/LocalCache$Strength$3.class
LocalCache.java package com.google.common.cache final enum com.google.common.cache.LocalCache$Strength$3 extends com.google.common.cache.LocalCache$Strength { void <init> (java.lang.String, int) com.google.common.cache.LocalCache$ValueReference referenceValue (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, java.lang.Object, int) com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry entry Object value int weight com.google.common.base.Equivalence defaultEquivalence () }
com/google/common/cache/LocalCache$Strength.class
LocalCache.java package com.google.common.cache abstract enum com.google.common.cache.LocalCache$Strength extends java.lang.Enum { public static final enum com.google.common.cache.LocalCache$Strength STRONG public static final enum com.google.common.cache.LocalCache$Strength SOFT public static final enum com.google.common.cache.LocalCache$Strength WEAK private static final synthetic com.google.common.cache.LocalCache$Strength[] $VALUES public static com.google.common.cache.LocalCache$Strength[] values () public static com.google.common.cache.LocalCache$Strength valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.common.cache.LocalCache$ValueReference referenceValue (com.google.common.cache.LocalCache$Segment, com.google.common.cache.ReferenceEntry, java.lang.Object, int) abstract com.google.common.base.Equivalence defaultEquivalence () private static synthetic com.google.common.cache.LocalCache$Strength[] $values () synthetic void <init> (java.lang.String, int, com.google.common.cache.LocalCache$1) String x0 int x1 com.google.common.cache.LocalCache$1 x2 static void <clinit> () }
com/google/common/cache/LocalCache$StrongAccessEntry.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$StrongAccessEntry extends com.google.common.cache.LocalCache$StrongEntry { volatile long accessTime com.google.common.cache.ReferenceEntry nextAccess com.google.common.cache.ReferenceEntry previousAccess void <init> (java.lang.Object, int, com.google.common.cache.ReferenceEntry) Object key int hash com.google.common.cache.ReferenceEntry next public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$StrongAccessWriteEntry.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$StrongAccessWriteEntry extends com.google.common.cache.LocalCache$StrongEntry { volatile long accessTime com.google.common.cache.ReferenceEntry nextAccess com.google.common.cache.ReferenceEntry previousAccess volatile long writeTime com.google.common.cache.ReferenceEntry nextWrite com.google.common.cache.ReferenceEntry previousWrite void <init> (java.lang.Object, int, com.google.common.cache.ReferenceEntry) Object key int hash com.google.common.cache.ReferenceEntry next public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$StrongEntry.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$StrongEntry extends com.google.common.cache.LocalCache$AbstractReferenceEntry { final Object key final int hash final com.google.common.cache.ReferenceEntry next volatile com.google.common.cache.LocalCache$ValueReference valueReference void <init> (java.lang.Object, int, com.google.common.cache.ReferenceEntry) Object key int hash com.google.common.cache.ReferenceEntry next public java.lang.Object getKey () public com.google.common.cache.LocalCache$ValueReference getValueReference () public void setValueReference (com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.LocalCache$ValueReference valueReference public int getHash () public com.google.common.cache.ReferenceEntry getNext () }
com/google/common/cache/LocalCache$StrongValueReference.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$StrongValueReference extends java.lang.Object implements com.google.common.cache.LocalCache$ValueReference { final Object referent void <init> (java.lang.Object) Object referent public java.lang.Object get () public int getWeight () public com.google.common.cache.ReferenceEntry getEntry () public com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object value com.google.common.cache.ReferenceEntry entry public boolean isLoading () public boolean isActive () public java.lang.Object waitForValue () public void notifyNewValue (java.lang.Object) Object newValue }
com/google/common/cache/LocalCache$StrongWriteEntry.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$StrongWriteEntry extends com.google.common.cache.LocalCache$StrongEntry { volatile long writeTime com.google.common.cache.ReferenceEntry nextWrite com.google.common.cache.ReferenceEntry previousWrite void <init> (java.lang.Object, int, com.google.common.cache.ReferenceEntry) Object key int hash com.google.common.cache.ReferenceEntry next public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$ValueIterator.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$ValueIterator extends com.google.common.cache.LocalCache$HashIterator { void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public java.lang.Object next () }
com/google/common/cache/LocalCache$ValueReference.class
LocalCache.java package com.google.common.cache abstract com.google.common.cache.LocalCache$ValueReference extends java.lang.Object { public abstract java.lang.Object get () public abstract java.lang.Object waitForValue () throws java.util.concurrent.ExecutionException public abstract int getWeight () public abstract com.google.common.cache.ReferenceEntry getEntry () public abstract com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) public abstract void notifyNewValue (java.lang.Object) public abstract boolean isLoading () public abstract boolean isActive () }
com/google/common/cache/LocalCache$Values.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$Values extends java.util.AbstractCollection { final synthetic com.google.common.cache.LocalCache this$0 void <init> (com.google.common.cache.LocalCache) com.google.common.cache.LocalCache this$0 public int size () public boolean isEmpty () public void clear () public java.util.Iterator iterator () public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public boolean contains (java.lang.Object) Object o public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a private static synthetic boolean lambda$removeIf$0 (java.util.function.Predicate, java.lang.Object, java.lang.Object) java.util.function.Predicate filter Object k Object v }
com/google/common/cache/LocalCache$WeakAccessEntry.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WeakAccessEntry extends com.google.common.cache.LocalCache$WeakEntry { volatile long accessTime com.google.common.cache.ReferenceEntry nextAccess com.google.common.cache.ReferenceEntry previousAccess void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.cache.ReferenceEntry next public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$WeakAccessWriteEntry.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WeakAccessWriteEntry extends com.google.common.cache.LocalCache$WeakEntry { volatile long accessTime com.google.common.cache.ReferenceEntry nextAccess com.google.common.cache.ReferenceEntry previousAccess volatile long writeTime com.google.common.cache.ReferenceEntry nextWrite com.google.common.cache.ReferenceEntry previousWrite void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.cache.ReferenceEntry next public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$WeakEntry.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$WeakEntry extends java.lang.ref.WeakReference implements com.google.common.cache.ReferenceEntry { final int hash final com.google.common.cache.ReferenceEntry next volatile com.google.common.cache.LocalCache$ValueReference valueReference void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.cache.ReferenceEntry next public java.lang.Object getKey () public long getAccessTime () public void setAccessTime (long) long time public com.google.common.cache.ReferenceEntry getNextInAccessQueue () public void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous public com.google.common.cache.LocalCache$ValueReference getValueReference () public void setValueReference (com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.LocalCache$ValueReference valueReference public int getHash () public com.google.common.cache.ReferenceEntry getNext () }
com/google/common/cache/LocalCache$WeakValueReference.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$WeakValueReference extends java.lang.ref.WeakReference implements com.google.common.cache.LocalCache$ValueReference { final com.google.common.cache.ReferenceEntry entry void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object referent com.google.common.cache.ReferenceEntry entry public int getWeight () public com.google.common.cache.ReferenceEntry getEntry () public void notifyNewValue (java.lang.Object) Object newValue public com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object value com.google.common.cache.ReferenceEntry entry public boolean isLoading () public boolean isActive () public java.lang.Object waitForValue () }
com/google/common/cache/LocalCache$WeakWriteEntry.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WeakWriteEntry extends com.google.common.cache.LocalCache$WeakEntry { volatile long writeTime com.google.common.cache.ReferenceEntry nextWrite com.google.common.cache.ReferenceEntry previousWrite void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.cache.ReferenceEntry next public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$WeightedSoftValueReference.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WeightedSoftValueReference extends com.google.common.cache.LocalCache$SoftValueReference { final int weight void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry, int) java.lang.ref.ReferenceQueue queue Object referent com.google.common.cache.ReferenceEntry entry int weight public int getWeight () public com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object value com.google.common.cache.ReferenceEntry entry }
com/google/common/cache/LocalCache$WeightedStrongValueReference.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WeightedStrongValueReference extends com.google.common.cache.LocalCache$StrongValueReference { final int weight void <init> (java.lang.Object, int) Object referent int weight public int getWeight () }
com/google/common/cache/LocalCache$WeightedWeakValueReference.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WeightedWeakValueReference extends com.google.common.cache.LocalCache$WeakValueReference { final int weight void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry, int) java.lang.ref.ReferenceQueue queue Object referent com.google.common.cache.ReferenceEntry entry int weight public int getWeight () public com.google.common.cache.LocalCache$ValueReference copyFor (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.cache.ReferenceEntry) java.lang.ref.ReferenceQueue queue Object value com.google.common.cache.ReferenceEntry entry }
com/google/common/cache/LocalCache$WriteQueue$1.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$WriteQueue$1 extends com.google.common.cache.LocalCache$AbstractReferenceEntry { com.google.common.cache.ReferenceEntry nextWrite com.google.common.cache.ReferenceEntry previousWrite void <init> (com.google.common.cache.LocalCache$WriteQueue) com.google.common.cache.LocalCache$WriteQueue this$0 public long getWriteTime () public void setWriteTime (long) long time public com.google.common.cache.ReferenceEntry getNextInWriteQueue () public void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous }
com/google/common/cache/LocalCache$WriteQueue$2.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache$WriteQueue$2 extends com.google.common.collect.AbstractSequentialIterator { final synthetic com.google.common.cache.LocalCache$WriteQueue this$0 void <init> (com.google.common.cache.LocalCache$WriteQueue, com.google.common.cache.ReferenceEntry) com.google.common.cache.LocalCache$WriteQueue this$0 com.google.common.cache.ReferenceEntry firstOrNull protected com.google.common.cache.ReferenceEntry computeNext (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous com.google.common.cache.ReferenceEntry next protected volatile synthetic java.lang.Object computeNext (java.lang.Object) }
com/google/common/cache/LocalCache$WriteQueue.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WriteQueue extends java.util.AbstractQueue { final com.google.common.cache.ReferenceEntry head void <init> () public boolean offer (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry entry public com.google.common.cache.ReferenceEntry peek () com.google.common.cache.ReferenceEntry next public com.google.common.cache.ReferenceEntry poll () com.google.common.cache.ReferenceEntry next public boolean remove (java.lang.Object) Object o com.google.common.cache.ReferenceEntry e com.google.common.cache.ReferenceEntry previous com.google.common.cache.ReferenceEntry next public boolean contains (java.lang.Object) Object o com.google.common.cache.ReferenceEntry e public boolean isEmpty () public int size () com.google.common.cache.ReferenceEntry e int size public void clear () com.google.common.cache.ReferenceEntry next com.google.common.cache.ReferenceEntry e public java.util.Iterator iterator () public volatile synthetic java.lang.Object peek () public volatile synthetic java.lang.Object poll () public volatile synthetic boolean offer (java.lang.Object) }
com/google/common/cache/LocalCache$WriteThroughEntry.class
LocalCache.java package com.google.common.cache final com.google.common.cache.LocalCache$WriteThroughEntry extends java.lang.Object implements java.util.Map$Entry { final Object key Object value final synthetic com.google.common.cache.LocalCache this$0 void <init> (com.google.common.cache.LocalCache, java.lang.Object, java.lang.Object) com.google.common.cache.LocalCache this$0 Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public boolean equals (java.lang.Object) java.util.Map$Entry that Object object public int hashCode () public java.lang.Object setValue (java.lang.Object) Object newValue Object oldValue public java.lang.String toString () }
com/google/common/cache/LocalCache.class
LocalCache.java package com.google.common.cache com.google.common.cache.LocalCache extends java.util.AbstractMap implements java.util.concurrent.ConcurrentMap { static final int MAXIMUM_CAPACITY static final int MAX_SEGMENTS static final int CONTAINS_VALUE_RETRIES static final int DRAIN_THRESHOLD static final int DRAIN_MAX static final java.util.logging.Logger logger final int segmentMask final int segmentShift final com.google.common.cache.LocalCache$Segment[] segments final int concurrencyLevel final com.google.common.base.Equivalence keyEquivalence final com.google.common.base.Equivalence valueEquivalence final com.google.common.cache.LocalCache$Strength keyStrength final com.google.common.cache.LocalCache$Strength valueStrength final long maxWeight final com.google.common.cache.Weigher weigher final long expireAfterAccessNanos final long expireAfterWriteNanos final long refreshNanos final java.util.Queue removalNotificationQueue final com.google.common.cache.RemovalListener removalListener final com.google.common.base.Ticker ticker final com.google.common.cache.LocalCache$EntryFactory entryFactory final com.google.common.cache.AbstractCache$StatsCounter globalStatsCounter final com.google.common.cache.CacheLoader defaultLoader static final com.google.common.cache.LocalCache$ValueReference UNSET static final java.util.Queue DISCARDING_QUEUE java.util.Set keySet java.util.Collection values java.util.Set entrySet void <init> (com.google.common.cache.CacheBuilder, com.google.common.cache.CacheLoader) int i long maxSegmentWeight long remainder int i com.google.common.cache.CacheBuilder builder com.google.common.cache.CacheLoader loader int initialCapacity int segmentShift int segmentCount int segmentCapacity int segmentSize boolean evictsBySize () boolean customWeigher () boolean expires () boolean expiresAfterWrite () boolean expiresAfterAccess () boolean refreshes () boolean usesAccessQueue () boolean usesWriteQueue () boolean recordsWrite () boolean recordsAccess () boolean recordsTime () boolean usesWriteEntries () boolean usesAccessEntries () boolean usesKeyReferences () boolean usesValueReferences () static com.google.common.cache.LocalCache$ValueReference unset () static com.google.common.cache.ReferenceEntry nullEntry () static java.util.Queue discardingQueue () static int rehash (int) int h com.google.common.cache.ReferenceEntry newEntry (java.lang.Object, int, com.google.common.cache.ReferenceEntry) Object key int hash com.google.common.cache.ReferenceEntry next com.google.common.cache.LocalCache$Segment segment com.google.common.cache.ReferenceEntry copyEntry (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry original com.google.common.cache.ReferenceEntry newNext int hash com.google.common.cache.LocalCache$ValueReference newValueReference (com.google.common.cache.ReferenceEntry, java.lang.Object, int) com.google.common.cache.ReferenceEntry entry Object value int weight int hash int hash (java.lang.Object) Object key int h void reclaimValue (com.google.common.cache.LocalCache$ValueReference) com.google.common.cache.LocalCache$ValueReference valueReference com.google.common.cache.ReferenceEntry entry int hash void reclaimKey (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry entry int hash boolean isLive (com.google.common.cache.ReferenceEntry, long) com.google.common.cache.ReferenceEntry entry long now com.google.common.cache.LocalCache$Segment segmentFor (int) int hash com.google.common.cache.LocalCache$Segment createSegment (int, long, com.google.common.cache.AbstractCache$StatsCounter) int initialCapacity long maxSegmentWeight com.google.common.cache.AbstractCache$StatsCounter statsCounter java.lang.Object getLiveValue (com.google.common.cache.ReferenceEntry, long) com.google.common.cache.ReferenceEntry entry long now Object value boolean isExpired (com.google.common.cache.ReferenceEntry, long) com.google.common.cache.ReferenceEntry entry long now static void connectAccessOrder (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous com.google.common.cache.ReferenceEntry next static void nullifyAccessOrder (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry nulled com.google.common.cache.ReferenceEntry nullEntry static void connectWriteOrder (com.google.common.cache.ReferenceEntry, com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry previous com.google.common.cache.ReferenceEntry next static void nullifyWriteOrder (com.google.common.cache.ReferenceEntry) com.google.common.cache.ReferenceEntry nulled com.google.common.cache.ReferenceEntry nullEntry void processPendingNotifications () Throwable e com.google.common.cache.RemovalNotification notification final com.google.common.cache.LocalCache$Segment[] newSegmentArray (int) int ssize public void cleanUp () com.google.common.cache.LocalCache$Segment segment public boolean isEmpty () int i int i long sum com.google.common.cache.LocalCache$Segment[] segments long longSize () int i com.google.common.cache.LocalCache$Segment[] segments long sum public int size () public java.lang.Object get (java.lang.Object) Object key int hash java.lang.Object get (java.lang.Object, com.google.common.cache.CacheLoader) throws java.util.concurrent.ExecutionException Object key com.google.common.cache.CacheLoader loader int hash public java.lang.Object getIfPresent (java.lang.Object) Object key int hash Object value public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue Object result java.lang.Object getOrLoad (java.lang.Object) throws java.util.concurrent.ExecutionException Object key com.google.common.collect.ImmutableMap getAllPresent (java.lang.Iterable) Object castKey Object value Object key Iterable keys int hits int misses com.google.common.collect.ImmutableMap$Builder result com.google.common.collect.ImmutableMap getAll (java.lang.Iterable) throws java.util.concurrent.ExecutionException Object value Object key Object value Object key java.util.Map newEntries Object key com.google.common.cache.CacheLoader$UnsupportedLoadingOperationException e Iterable keys int hits int misses java.util.Map result java.util.Set keysToLoad java.util.Map loadAll (java.util.Set, com.google.common.cache.CacheLoader) throws java.util.concurrent.ExecutionException java.util.Map map java.util.Map result com.google.common.cache.CacheLoader$UnsupportedLoadingOperationException e InterruptedException e RuntimeException e Exception e Error e Object key Object value java.util.Map$Entry entry java.util.Set keys com.google.common.cache.CacheLoader loader com.google.common.base.Stopwatch stopwatch java.util.Map result boolean success boolean nullsPresent com.google.common.cache.ReferenceEntry getEntry (java.lang.Object) Object key int hash void refresh (java.lang.Object) Object key int hash public boolean containsKey (java.lang.Object) Object key int hash public boolean containsValue (java.lang.Object) Object v com.google.common.cache.ReferenceEntry e int j int unused java.util.concurrent.atomic.AtomicReferenceArray table com.google.common.cache.LocalCache$Segment segment long sum int i Object value long now com.google.common.cache.LocalCache$Segment[] segments long last public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value int hash public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value int hash public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction function int hash public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function function public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction function public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object newValue java.util.function.BiFunction function public void putAll (java.util.Map) java.util.Map$Entry e java.util.Map m public java.lang.Object remove (java.lang.Object) Object key int hash public boolean remove (java.lang.Object, java.lang.Object) Object key Object value int hash public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue int hash public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value int hash public void clear () com.google.common.cache.LocalCache$Segment segment void invalidateAll (java.lang.Iterable) Object key Iterable keys public java.util.Set keySet () java.util.Set ks public java.util.Collection values () java.util.Collection vs public java.util.Set entrySet () java.util.Set es private static java.util.ArrayList toArrayList (java.util.Collection) java.util.Collection c java.util.ArrayList result boolean removeIf (java.util.function.BiPredicate) Object value Object key java.util.function.BiPredicate filter boolean changed private static synthetic java.lang.Object lambda$merge$2 (java.lang.Object, java.util.function.BiFunction, java.lang.Object, java.lang.Object) Object newValue java.util.function.BiFunction function Object k Object oldValue private static synthetic java.lang.Object lambda$computeIfPresent$1 (java.util.function.BiFunction, java.lang.Object, java.lang.Object) java.util.function.BiFunction function Object k Object oldValue private static synthetic java.lang.Object lambda$computeIfAbsent$0 (java.util.function.Function, java.lang.Object, java.lang.Object, java.lang.Object) java.util.function.Function function Object key Object k Object oldValue static synthetic java.util.ArrayList access$200 (java.util.Collection) java.util.Collection x0 static void <clinit> () }
com/google/common/cache/LongAddable.class
LongAddable.java package com.google.common.cache abstract com.google.common.cache.LongAddable extends java.lang.Object { public abstract void increment () public abstract void add (long) public abstract long sum () }
com/google/common/cache/LongAddables$1.class
LongAddables.java package com.google.common.cache com.google.common.cache.LongAddables$1 extends java.lang.Object implements com.google.common.base.Supplier { void <init> () public com.google.common.cache.LongAddable get () public volatile synthetic java.lang.Object get () }
com/google/common/cache/LongAddables$2.class
LongAddables.java package com.google.common.cache com.google.common.cache.LongAddables$2 extends java.lang.Object implements com.google.common.base.Supplier { void <init> () public com.google.common.cache.LongAddable get () public volatile synthetic java.lang.Object get () }
com/google/common/cache/LongAddables$PureJavaLongAddable.class
LongAddables.java package com.google.common.cache final com.google.common.cache.LongAddables$PureJavaLongAddable extends java.util.concurrent.atomic.AtomicLong implements com.google.common.cache.LongAddable { private void <init> () public void increment () public void add (long) long x public long sum () synthetic void <init> (com.google.common.cache.LongAddables$1) com.google.common.cache.LongAddables$1 x0 }
com/google/common/cache/LongAddables.class
LongAddables.java package com.google.common.cache final com.google.common.cache.LongAddables extends java.lang.Object { private static final com.google.common.base.Supplier SUPPLIER void <init> () public static com.google.common.cache.LongAddable create () static void <clinit> () com.google.common.cache.LongAdder unused com.google.common.base.Supplier supplier Throwable t com.google.common.base.Supplier supplier }
com/google/common/cache/LongAdder.class
LongAdder.java package com.google.common.cache final com.google.common.cache.LongAdder extends com.google.common.cache.Striped64 implements java.io.Serializable com.google.common.cache.LongAddable { private static final long serialVersionUID final long fn (long, long) long v long x public void <init> () public void add (long) long b long v com.google.common.cache.Striped64$Cell a int n boolean uncontended int[] hc long x com.google.common.cache.Striped64$Cell[] as public void increment () public void decrement () public long sum () com.google.common.cache.Striped64$Cell a int i int n long sum com.google.common.cache.Striped64$Cell[] as public void reset () public long sumThenReset () com.google.common.cache.Striped64$Cell a int i int n long sum com.google.common.cache.Striped64$Cell[] as public java.lang.String toString () public long longValue () public int intValue () public float floatValue () public double doubleValue () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream s private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream s }
com/google/common/cache/ParametricNullness.class
ParametricNullness.java package com.google.common.cache abstract annotation com.google.common.cache.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/cache/ReferenceEntry.class
ReferenceEntry.java package com.google.common.cache abstract com.google.common.cache.ReferenceEntry extends java.lang.Object { public abstract com.google.common.cache.LocalCache$ValueReference getValueReference () public abstract void setValueReference (com.google.common.cache.LocalCache$ValueReference) public abstract com.google.common.cache.ReferenceEntry getNext () public abstract int getHash () public abstract java.lang.Object getKey () public abstract long getAccessTime () public abstract void setAccessTime (long) public abstract com.google.common.cache.ReferenceEntry getNextInAccessQueue () public abstract void setNextInAccessQueue (com.google.common.cache.ReferenceEntry) public abstract com.google.common.cache.ReferenceEntry getPreviousInAccessQueue () public abstract void setPreviousInAccessQueue (com.google.common.cache.ReferenceEntry) public abstract long getWriteTime () public abstract void setWriteTime (long) public abstract com.google.common.cache.ReferenceEntry getNextInWriteQueue () public abstract void setNextInWriteQueue (com.google.common.cache.ReferenceEntry) public abstract com.google.common.cache.ReferenceEntry getPreviousInWriteQueue () public abstract void setPreviousInWriteQueue (com.google.common.cache.ReferenceEntry) }
com/google/common/cache/RemovalCause$1.class
RemovalCause.java package com.google.common.cache final enum com.google.common.cache.RemovalCause$1 extends com.google.common.cache.RemovalCause { void <init> (java.lang.String, int) boolean wasEvicted () }
com/google/common/cache/RemovalCause$2.class
RemovalCause.java package com.google.common.cache final enum com.google.common.cache.RemovalCause$2 extends com.google.common.cache.RemovalCause { void <init> (java.lang.String, int) boolean wasEvicted () }
com/google/common/cache/RemovalCause$3.class
RemovalCause.java package com.google.common.cache final enum com.google.common.cache.RemovalCause$3 extends com.google.common.cache.RemovalCause { void <init> (java.lang.String, int) boolean wasEvicted () }
com/google/common/cache/RemovalCause$4.class
RemovalCause.java package com.google.common.cache final enum com.google.common.cache.RemovalCause$4 extends com.google.common.cache.RemovalCause { void <init> (java.lang.String, int) boolean wasEvicted () }
com/google/common/cache/RemovalCause$5.class
RemovalCause.java package com.google.common.cache final enum com.google.common.cache.RemovalCause$5 extends com.google.common.cache.RemovalCause { void <init> (java.lang.String, int) boolean wasEvicted () }
com/google/common/cache/RemovalCause.class
RemovalCause.java package com.google.common.cache public abstract enum com.google.common.cache.RemovalCause extends java.lang.Enum { public static final enum com.google.common.cache.RemovalCause EXPLICIT public static final enum com.google.common.cache.RemovalCause REPLACED public static final enum com.google.common.cache.RemovalCause COLLECTED public static final enum com.google.common.cache.RemovalCause EXPIRED public static final enum com.google.common.cache.RemovalCause SIZE private static final synthetic com.google.common.cache.RemovalCause[] $VALUES public static com.google.common.cache.RemovalCause[] values () public static com.google.common.cache.RemovalCause valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract boolean wasEvicted () private static synthetic com.google.common.cache.RemovalCause[] $values () synthetic void <init> (java.lang.String, int, com.google.common.cache.RemovalCause$1) String x0 int x1 com.google.common.cache.RemovalCause$1 x2 static void <clinit> () }
com/google/common/cache/RemovalListener.class
RemovalListener.java package com.google.common.cache public abstract com.google.common.cache.RemovalListener extends java.lang.Object { public abstract void onRemoval (com.google.common.cache.RemovalNotification) }
com/google/common/cache/RemovalListeners.class
RemovalListeners.java package com.google.common.cache public final com.google.common.cache.RemovalListeners extends java.lang.Object { private void <init> () public static com.google.common.cache.RemovalListener asynchronous (com.google.common.cache.RemovalListener, java.util.concurrent.Executor) com.google.common.cache.RemovalListener listener java.util.concurrent.Executor executor private static synthetic void lambda$asynchronous$1 (java.util.concurrent.Executor, com.google.common.cache.RemovalListener, com.google.common.cache.RemovalNotification) java.util.concurrent.Executor executor com.google.common.cache.RemovalListener listener com.google.common.cache.RemovalNotification notification private static synthetic void lambda$asynchronous$0 (com.google.common.cache.RemovalListener, com.google.common.cache.RemovalNotification) com.google.common.cache.RemovalListener listener com.google.common.cache.RemovalNotification notification }
com/google/common/cache/RemovalNotification.class
RemovalNotification.java package com.google.common.cache public final com.google.common.cache.RemovalNotification extends java.util.AbstractMap$SimpleImmutableEntry { private final com.google.common.cache.RemovalCause cause private static final long serialVersionUID public static com.google.common.cache.RemovalNotification create (java.lang.Object, java.lang.Object, com.google.common.cache.RemovalCause) Object key Object value com.google.common.cache.RemovalCause cause private void <init> (java.lang.Object, java.lang.Object, com.google.common.cache.RemovalCause) Object key Object value com.google.common.cache.RemovalCause cause public com.google.common.cache.RemovalCause getCause () public boolean wasEvicted () }
com/google/common/cache/Striped64$1.class
Striped64.java package com.google.common.cache com.google.common.cache.Striped64$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
com/google/common/cache/Striped64$Cell.class
Striped64.java package com.google.common.cache final com.google.common.cache.Striped64$Cell extends java.lang.Object { volatile long p0 volatile long p1 volatile long p2 volatile long p3 volatile long p4 volatile long p5 volatile long p6 volatile long value volatile long q0 volatile long q1 volatile long q2 volatile long q3 volatile long q4 volatile long q5 volatile long q6 private static final sun.misc.Unsafe UNSAFE private static final long valueOffset void <init> (long) long x final boolean cas (long, long) long cmp long val static void <clinit> () Class ak Exception e }
com/google/common/cache/Striped64.class
Striped64.java package com.google.common.cache abstract com.google.common.cache.Striped64 extends java.lang.Number { static final ThreadLocal threadHashCode static final java.util.Random rng static final int NCPU volatile transient com.google.common.cache.Striped64$Cell[] cells volatile transient long base volatile transient int busy private static final sun.misc.Unsafe UNSAFE private static final long baseOffset private static final long busyOffset void <init> () final boolean casBase (long, long) long cmp long val final boolean casBusy () abstract long fn (long, long) final void retryUpdate (long, int[], boolean) int r int h com.google.common.cache.Striped64$Cell[] rs int m int j boolean created com.google.common.cache.Striped64$Cell r int i com.google.common.cache.Striped64$Cell[] rs long v com.google.common.cache.Striped64$Cell a int n com.google.common.cache.Striped64$Cell[] rs boolean init com.google.common.cache.Striped64$Cell[] as long v long x int[] hc boolean wasUncontended int h boolean collide final void internalReset (long) com.google.common.cache.Striped64$Cell a int i int n long initialValue com.google.common.cache.Striped64$Cell[] as private static sun.misc.Unsafe getUnsafe () java.security.PrivilegedActionException e static synthetic sun.misc.Unsafe access$000 () static void <clinit> () Class sk Exception e }
com/google/common/cache/Weigher.class
Weigher.java package com.google.common.cache public abstract com.google.common.cache.Weigher extends java.lang.Object { public abstract int weigh (java.lang.Object, java.lang.Object) }
com/google/common/cache/package-info.class
package-info.java package com.google.common.cache abstract synthetic com.google.common.cache.package-info extends java.lang.Object { }
com/google/common/collect/
com/google/common/collect/AbstractBiMap$1.class
AbstractBiMap.java package com.google.common.collect com.google.common.collect.AbstractBiMap$1 extends java.lang.Object implements java.util.Iterator { java.util.Map$Entry entry final synthetic java.util.Iterator val$iterator final synthetic com.google.common.collect.AbstractBiMap this$0 void <init> (com.google.common.collect.AbstractBiMap, java.util.Iterator) com.google.common.collect.AbstractBiMap this$0 public boolean hasNext () public java.util.Map$Entry next () public void remove () Object value public volatile synthetic java.lang.Object next () }
com/google/common/collect/AbstractBiMap$BiMapEntry.class
AbstractBiMap.java package com.google.common.collect com.google.common.collect.AbstractBiMap$BiMapEntry extends com.google.common.collect.ForwardingMapEntry { private final java.util.Map$Entry delegate final synthetic com.google.common.collect.AbstractBiMap this$0 void <init> (com.google.common.collect.AbstractBiMap, java.util.Map$Entry) com.google.common.collect.AbstractBiMap this$0 java.util.Map$Entry delegate protected java.util.Map$Entry delegate () public java.lang.Object setValue (java.lang.Object) Object value Object oldValue protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/AbstractBiMap$EntrySet.class
AbstractBiMap.java package com.google.common.collect com.google.common.collect.AbstractBiMap$EntrySet extends com.google.common.collect.ForwardingSet { final java.util.Set esDelegate final synthetic com.google.common.collect.AbstractBiMap this$0 private void <init> (com.google.common.collect.AbstractBiMap) protected java.util.Set delegate () public void clear () public boolean remove (java.lang.Object) Object object java.util.Map$Entry entry public java.util.Iterator iterator () public java.lang.Object[] toArray () Object[] result public java.lang.Object[] toArray (java.lang.Object[]) Object[] array public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.collect.AbstractBiMap, com.google.common.collect.AbstractBiMap$1) com.google.common.collect.AbstractBiMap x0 com.google.common.collect.AbstractBiMap$1 x1 }
com/google/common/collect/AbstractBiMap$Inverse.class
AbstractBiMap.java package com.google.common.collect com.google.common.collect.AbstractBiMap$Inverse extends com.google.common.collect.AbstractBiMap { private static final long serialVersionUID void <init> (java.util.Map, com.google.common.collect.AbstractBiMap) java.util.Map backward com.google.common.collect.AbstractBiMap forward java.lang.Object checkKey (java.lang.Object) Object key java.lang.Object checkValue (java.lang.Object) Object value private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.lang.Object readResolve () public volatile synthetic java.util.Collection values () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/AbstractBiMap$KeySet.class
AbstractBiMap.java package com.google.common.collect com.google.common.collect.AbstractBiMap$KeySet extends com.google.common.collect.ForwardingSet { final synthetic com.google.common.collect.AbstractBiMap this$0 private void <init> (com.google.common.collect.AbstractBiMap) protected java.util.Set delegate () public void clear () public boolean remove (java.lang.Object) Object key public boolean removeAll (java.util.Collection) java.util.Collection keysToRemove public boolean retainAll (java.util.Collection) java.util.Collection keysToRetain public java.util.Iterator iterator () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.collect.AbstractBiMap, com.google.common.collect.AbstractBiMap$1) com.google.common.collect.AbstractBiMap x0 com.google.common.collect.AbstractBiMap$1 x1 }
com/google/common/collect/AbstractBiMap$ValueSet.class
AbstractBiMap.java package com.google.common.collect com.google.common.collect.AbstractBiMap$ValueSet extends com.google.common.collect.ForwardingSet { final java.util.Set valuesDelegate final synthetic com.google.common.collect.AbstractBiMap this$0 private void <init> (com.google.common.collect.AbstractBiMap) protected java.util.Set delegate () public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array public java.lang.String toString () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.collect.AbstractBiMap, com.google.common.collect.AbstractBiMap$1) com.google.common.collect.AbstractBiMap x0 com.google.common.collect.AbstractBiMap$1 x1 }
com/google/common/collect/AbstractBiMap.class
AbstractBiMap.java package com.google.common.collect abstract com.google.common.collect.AbstractBiMap extends com.google.common.collect.ForwardingMap implements com.google.common.collect.BiMap java.io.Serializable { private transient java.util.Map delegate transient com.google.common.collect.AbstractBiMap inverse private transient java.util.Set keySet private transient java.util.Set valueSet private transient java.util.Set entrySet private static final long serialVersionUID void <init> (java.util.Map, java.util.Map) java.util.Map forward java.util.Map backward private void <init> (java.util.Map, com.google.common.collect.AbstractBiMap) java.util.Map backward com.google.common.collect.AbstractBiMap forward protected java.util.Map delegate () java.lang.Object checkKey (java.lang.Object) Object key java.lang.Object checkValue (java.lang.Object) Object value void setDelegates (java.util.Map, java.util.Map) java.util.Map forward java.util.Map backward com.google.common.collect.AbstractBiMap makeInverse (java.util.Map) java.util.Map backward void setInverse (com.google.common.collect.AbstractBiMap) com.google.common.collect.AbstractBiMap inverse public boolean containsValue (java.lang.Object) Object value public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value private java.lang.Object putInBothMaps (java.lang.Object, java.lang.Object, boolean) Object key Object value boolean force boolean containedKey Object oldValue private void updateInverseMap (java.lang.Object, boolean, java.lang.Object, java.lang.Object) Object key boolean containedKey Object oldValue Object newValue public java.lang.Object remove (java.lang.Object) Object key private java.lang.Object removeFromBothMaps (java.lang.Object) Object key Object oldValue private void removeFromInverseMap (java.lang.Object) Object oldValue public void putAll (java.util.Map) java.util.Map$Entry entry java.util.Map map public void replaceAll (java.util.function.BiFunction) java.util.Map$Entry entry Object k Object v Object conflict java.util.function.BiFunction function java.util.Map$Entry broken java.util.Iterator itr public void clear () public com.google.common.collect.BiMap inverse () public java.util.Set keySet () java.util.Set result public java.util.Set values () java.util.Set result public java.util.Set entrySet () java.util.Set result java.util.Iterator entrySetIterator () java.util.Iterator iterator public volatile synthetic java.util.Collection values () protected volatile synthetic java.lang.Object delegate () static synthetic java.util.Map access$100 (com.google.common.collect.AbstractBiMap) com.google.common.collect.AbstractBiMap x0 static synthetic java.lang.Object access$200 (com.google.common.collect.AbstractBiMap, java.lang.Object) com.google.common.collect.AbstractBiMap x0 Object x1 static synthetic void access$500 (com.google.common.collect.AbstractBiMap, java.lang.Object, boolean, java.lang.Object, java.lang.Object) com.google.common.collect.AbstractBiMap x0 Object x1 boolean x2 Object x3 Object x4 static synthetic void access$600 (com.google.common.collect.AbstractBiMap, java.lang.Object) com.google.common.collect.AbstractBiMap x0 Object x1 synthetic void <init> (java.util.Map, com.google.common.collect.AbstractBiMap, com.google.common.collect.AbstractBiMap$1) java.util.Map x0 com.google.common.collect.AbstractBiMap x1 com.google.common.collect.AbstractBiMap$1 x2 }
com/google/common/collect/AbstractIndexedListIterator.class
AbstractIndexedListIterator.java package com.google.common.collect abstract com.google.common.collect.AbstractIndexedListIterator extends com.google.common.collect.UnmodifiableListIterator { private final int size private int position protected abstract java.lang.Object get (int) protected void <init> (int) int size protected void <init> (int, int) int size int position public final boolean hasNext () public final java.lang.Object next () public final int nextIndex () public final boolean hasPrevious () public final java.lang.Object previous () public final int previousIndex () }
com/google/common/collect/AbstractIterator$1.class
AbstractIterator.java package com.google.common.collect synthetic com.google.common.collect.AbstractIterator$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$collect$AbstractIterator$State static void <clinit> () }
com/google/common/collect/AbstractIterator$State.class
AbstractIterator.java package com.google.common.collect final enum com.google.common.collect.AbstractIterator$State extends java.lang.Enum { public static final enum com.google.common.collect.AbstractIterator$State READY public static final enum com.google.common.collect.AbstractIterator$State NOT_READY public static final enum com.google.common.collect.AbstractIterator$State DONE public static final enum com.google.common.collect.AbstractIterator$State FAILED private static final synthetic com.google.common.collect.AbstractIterator$State[] $VALUES public static com.google.common.collect.AbstractIterator$State[] values () public static com.google.common.collect.AbstractIterator$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.collect.AbstractIterator$State[] $values () static void <clinit> () }
com/google/common/collect/AbstractIterator.class
AbstractIterator.java package com.google.common.collect public abstract com.google.common.collect.AbstractIterator extends com.google.common.collect.UnmodifiableIterator { private com.google.common.collect.AbstractIterator$State state private Object next protected void <init> () protected abstract java.lang.Object computeNext () protected final java.lang.Object endOfData () public final boolean hasNext () private boolean tryToComputeNext () public final java.lang.Object next () Object result public final java.lang.Object peek () }
com/google/common/collect/AbstractListMultimap.class
AbstractListMultimap.java package com.google.common.collect abstract com.google.common.collect.AbstractListMultimap extends com.google.common.collect.AbstractMapBasedMultimap implements com.google.common.collect.ListMultimap { private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map abstract java.util.List createCollection () java.util.List createUnmodifiableEmptyCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean put (java.lang.Object, java.lang.Object) Object key Object value public java.util.Map asMap () public boolean equals (java.lang.Object) Object object public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic java.util.Collection createCollection () volatile synthetic java.util.Collection createUnmodifiableEmptyCollection () }
com/google/common/collect/AbstractMapBasedMultimap$1.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$1 extends com.google.common.collect.AbstractMapBasedMultimap$Itr { void <init> (com.google.common.collect.AbstractMapBasedMultimap) com.google.common.collect.AbstractMapBasedMultimap this$0 java.lang.Object output (java.lang.Object, java.lang.Object) Object key Object value }
com/google/common/collect/AbstractMapBasedMultimap$2.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$2 extends com.google.common.collect.AbstractMapBasedMultimap$Itr { void <init> (com.google.common.collect.AbstractMapBasedMultimap) com.google.common.collect.AbstractMapBasedMultimap this$0 java.util.Map$Entry output (java.lang.Object, java.lang.Object) Object key Object value volatile synthetic java.lang.Object output (java.lang.Object, java.lang.Object) }
com/google/common/collect/AbstractMapBasedMultimap$AsMap$AsMapEntries.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$AsMap$AsMapEntries extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.AbstractMapBasedMultimap$AsMap this$1 void <init> (com.google.common.collect.AbstractMapBasedMultimap$AsMap) com.google.common.collect.AbstractMapBasedMultimap$AsMap this$1 java.util.Map map () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o java.util.Map$Entry entry }
com/google/common/collect/AbstractMapBasedMultimap$AsMap$AsMapIterator.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$AsMap$AsMapIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator delegateIterator java.util.Collection collection final synthetic com.google.common.collect.AbstractMapBasedMultimap$AsMap this$1 void <init> (com.google.common.collect.AbstractMapBasedMultimap$AsMap) com.google.common.collect.AbstractMapBasedMultimap$AsMap this$1 public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry entry public void remove () public volatile synthetic java.lang.Object next () }
com/google/common/collect/AbstractMapBasedMultimap$AsMap.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$AsMap extends com.google.common.collect.Maps$ViewCachingAbstractMap { final transient java.util.Map submap final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.util.Map) java.util.Map submap protected java.util.Set createEntrySet () public boolean containsKey (java.lang.Object) Object key public java.util.Collection get (java.lang.Object) Object key java.util.Collection collection Object k public java.util.Set keySet () public int size () public java.util.Collection remove (java.lang.Object) Object key java.util.Collection collection java.util.Collection output public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () public void clear () java.util.Map$Entry wrapEntry (java.util.Map$Entry) java.util.Map$Entry entry Object key public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) }
com/google/common/collect/AbstractMapBasedMultimap$Itr.class
AbstractMapBasedMultimap.java package com.google.common.collect abstract com.google.common.collect.AbstractMapBasedMultimap$Itr extends java.lang.Object implements java.util.Iterator { final java.util.Iterator keyIterator Object key java.util.Collection collection java.util.Iterator valueIterator final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap) abstract java.lang.Object output (java.lang.Object, java.lang.Object) public boolean hasNext () public java.lang.Object next () java.util.Map$Entry mapEntry public void remove () }
com/google/common/collect/AbstractMapBasedMultimap$KeySet$1.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$KeySet$1 extends java.lang.Object implements java.util.Iterator { java.util.Map$Entry entry final synthetic java.util.Iterator val$entryIterator final synthetic com.google.common.collect.AbstractMapBasedMultimap$KeySet this$1 void <init> (com.google.common.collect.AbstractMapBasedMultimap$KeySet, java.util.Iterator) com.google.common.collect.AbstractMapBasedMultimap$KeySet this$1 public boolean hasNext () public java.lang.Object next () public void remove () java.util.Collection collection }
com/google/common/collect/AbstractMapBasedMultimap$KeySet.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$KeySet extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.util.Map) java.util.Map subMap public java.util.Iterator iterator () java.util.Iterator entryIterator public java.util.Spliterator spliterator () public boolean remove (java.lang.Object) Object key int count java.util.Collection collection public void clear () public boolean containsAll (java.util.Collection) java.util.Collection c public boolean equals (java.lang.Object) Object object public int hashCode () }
com/google/common/collect/AbstractMapBasedMultimap$NavigableAsMap.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$NavigableAsMap extends com.google.common.collect.AbstractMapBasedMultimap$SortedAsMap implements java.util.NavigableMap { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.util.NavigableMap) com.google.common.collect.AbstractMapBasedMultimap this$0 java.util.NavigableMap submap java.util.NavigableMap sortedMap () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key java.util.Map$Entry entry public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () java.util.Map$Entry entry public java.util.Map$Entry lastEntry () java.util.Map$Entry entry public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () java.util.Map$Entry pollAsMapEntry (java.util.Iterator) java.util.Iterator entryIterator java.util.Map$Entry entry java.util.Collection output public java.util.NavigableMap descendingMap () public java.util.NavigableSet keySet () java.util.NavigableSet createKeySet () public java.util.NavigableSet navigableKeySet () public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.NavigableMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive volatile synthetic java.util.SortedSet createKeySet () public volatile synthetic java.util.SortedSet keySet () public volatile synthetic java.util.SortedMap tailMap (java.lang.Object) public volatile synthetic java.util.SortedMap subMap (java.lang.Object, java.lang.Object) public volatile synthetic java.util.SortedMap headMap (java.lang.Object) volatile synthetic java.util.SortedMap sortedMap () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Set createKeySet () }
com/google/common/collect/AbstractMapBasedMultimap$NavigableKeySet.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$NavigableKeySet extends com.google.common.collect.AbstractMapBasedMultimap$SortedKeySet implements java.util.NavigableSet { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.util.NavigableMap) com.google.common.collect.AbstractMapBasedMultimap this$0 java.util.NavigableMap subMap java.util.NavigableMap sortedMap () public java.lang.Object lower (java.lang.Object) Object k public java.lang.Object floor (java.lang.Object) Object k public java.lang.Object ceiling (java.lang.Object) Object k public java.lang.Object higher (java.lang.Object) Object k public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet tailSet (java.lang.Object) Object fromElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public volatile synthetic java.util.SortedSet tailSet (java.lang.Object) public volatile synthetic java.util.SortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic java.util.SortedSet headSet (java.lang.Object) volatile synthetic java.util.SortedMap sortedMap () }
com/google/common/collect/AbstractMapBasedMultimap$RandomAccessWrappedList.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$RandomAccessWrappedList extends com.google.common.collect.AbstractMapBasedMultimap$WrappedList implements java.util.RandomAccess { void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.lang.Object, java.util.List, com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection) Object key java.util.List delegate com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection ancestor }
com/google/common/collect/AbstractMapBasedMultimap$SortedAsMap.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$SortedAsMap extends com.google.common.collect.AbstractMapBasedMultimap$AsMap implements java.util.SortedMap { java.util.SortedSet sortedKeySet final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.util.SortedMap) java.util.SortedMap submap java.util.SortedMap sortedMap () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.lang.Object lastKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.SortedSet keySet () java.util.SortedSet result java.util.SortedSet createKeySet () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Set createKeySet () }
com/google/common/collect/AbstractMapBasedMultimap$SortedKeySet.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$SortedKeySet extends com.google.common.collect.AbstractMapBasedMultimap$KeySet implements java.util.SortedSet { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.util.SortedMap) java.util.SortedMap subMap java.util.SortedMap sortedMap () public java.util.Comparator comparator () public java.lang.Object first () public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.lang.Object last () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement }
com/google/common/collect/AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator delegateIterator final java.util.Collection originalDelegate final synthetic com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection this$1 void <init> (com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection) com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection this$1 void <init> (com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection, java.util.Iterator) com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection this$1 java.util.Iterator delegateIterator void validateIterator () public boolean hasNext () public java.lang.Object next () public void remove () java.util.Iterator getDelegateIterator () }
com/google/common/collect/AbstractMapBasedMultimap$WrappedCollection.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection extends java.util.AbstractCollection { final Object key java.util.Collection delegate final com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection ancestor final java.util.Collection ancestorDelegate final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.lang.Object, java.util.Collection, com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection) com.google.common.collect.AbstractMapBasedMultimap this$0 Object key java.util.Collection delegate com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection ancestor void refreshIfEmpty () java.util.Collection newDelegate void removeIfEmpty () java.lang.Object getKey () void addToMap () public int size () public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () java.util.Collection getDelegate () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public boolean add (java.lang.Object) Object value boolean wasEmpty boolean changed com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection getAncestor () public boolean addAll (java.util.Collection) int newSize java.util.Collection collection int oldSize boolean changed public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public void clear () int oldSize public boolean remove (java.lang.Object) Object o boolean changed public boolean removeAll (java.util.Collection) int newSize java.util.Collection c int oldSize boolean changed public boolean retainAll (java.util.Collection) int newSize java.util.Collection c int oldSize boolean changed }
com/google/common/collect/AbstractMapBasedMultimap$WrappedList$WrappedListIterator.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$WrappedList$WrappedListIterator extends com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator implements java.util.ListIterator { final synthetic com.google.common.collect.AbstractMapBasedMultimap$WrappedList this$1 void <init> (com.google.common.collect.AbstractMapBasedMultimap$WrappedList) public void <init> (com.google.common.collect.AbstractMapBasedMultimap$WrappedList, int) int index private java.util.ListIterator getDelegateListIterator () public boolean hasPrevious () public java.lang.Object previous () public int nextIndex () public int previousIndex () public void set (java.lang.Object) Object value public void add (java.lang.Object) Object value boolean wasEmpty }
com/google/common/collect/AbstractMapBasedMultimap$WrappedList.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$WrappedList extends com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection implements java.util.List { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.lang.Object, java.util.List, com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection) com.google.common.collect.AbstractMapBasedMultimap this$0 Object key java.util.List delegate com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection ancestor java.util.List getListDelegate () public boolean addAll (int, java.util.Collection) int newSize int index java.util.Collection c int oldSize boolean changed public java.lang.Object get (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public void add (int, java.lang.Object) int index Object element boolean wasEmpty public java.lang.Object remove (int) int index Object value public int indexOf (java.lang.Object) Object o public int lastIndexOf (java.lang.Object) Object o public java.util.ListIterator listIterator () public java.util.ListIterator listIterator (int) int index public java.util.List subList (int, int) int fromIndex int toIndex }
com/google/common/collect/AbstractMapBasedMultimap$WrappedNavigableSet.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$WrappedNavigableSet extends com.google.common.collect.AbstractMapBasedMultimap$WrappedSortedSet implements java.util.NavigableSet { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.lang.Object, java.util.NavigableSet, com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection) com.google.common.collect.AbstractMapBasedMultimap this$0 Object key java.util.NavigableSet delegate com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection ancestor java.util.NavigableSet getSortedSetDelegate () public java.lang.Object lower (java.lang.Object) Object v public java.lang.Object floor (java.lang.Object) Object v public java.lang.Object ceiling (java.lang.Object) Object v public java.lang.Object higher (java.lang.Object) Object v public java.lang.Object pollFirst () public java.lang.Object pollLast () private java.util.NavigableSet wrap (java.util.NavigableSet) java.util.NavigableSet wrapped public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive volatile synthetic java.util.SortedSet getSortedSetDelegate () }
com/google/common/collect/AbstractMapBasedMultimap$WrappedSet.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$WrappedSet extends com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection implements java.util.Set { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.lang.Object, java.util.Set) com.google.common.collect.AbstractMapBasedMultimap this$0 Object key java.util.Set delegate public boolean removeAll (java.util.Collection) int newSize java.util.Collection c int oldSize boolean changed }
com/google/common/collect/AbstractMapBasedMultimap$WrappedSortedSet.class
AbstractMapBasedMultimap.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultimap$WrappedSortedSet extends com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection implements java.util.SortedSet { final synthetic com.google.common.collect.AbstractMapBasedMultimap this$0 void <init> (com.google.common.collect.AbstractMapBasedMultimap, java.lang.Object, java.util.SortedSet, com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection) com.google.common.collect.AbstractMapBasedMultimap this$0 Object key java.util.SortedSet delegate com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection ancestor java.util.SortedSet getSortedSetDelegate () public java.util.Comparator comparator () public java.lang.Object first () public java.lang.Object last () public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement }
com/google/common/collect/AbstractMapBasedMultimap.class
AbstractMapBasedMultimap.java package com.google.common.collect abstract com.google.common.collect.AbstractMapBasedMultimap extends com.google.common.collect.AbstractMultimap implements java.io.Serializable { private transient java.util.Map map private transient int totalSize private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map final void setMap (java.util.Map) java.util.Collection values java.util.Map map java.util.Collection createUnmodifiableEmptyCollection () abstract java.util.Collection createCollection () java.util.Collection createCollection (java.lang.Object) Object key java.util.Map backingMap () public int size () public boolean containsKey (java.lang.Object) Object key public boolean put (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection collection private java.util.Collection getOrCreateCollection (java.lang.Object) Object key java.util.Collection collection public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.Iterator iterator java.util.Collection collection java.util.Collection oldValues public java.util.Collection removeAll (java.lang.Object) Object key java.util.Collection collection java.util.Collection output java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection public void clear () java.util.Collection collection public java.util.Collection get (java.lang.Object) Object key java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection final java.util.List wrapList (java.lang.Object, java.util.List, com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection) Object key java.util.List list com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection ancestor private static java.util.Iterator iteratorOrListIterator (java.util.Collection) java.util.Collection collection java.util.Set createKeySet () final java.util.Set createMaybeNavigableKeySet () private void removeValuesForKey (java.lang.Object) int count Object key java.util.Collection collection public java.util.Collection values () java.util.Collection createValues () java.util.Iterator valueIterator () java.util.Spliterator valueSpliterator () com.google.common.collect.Multiset createKeys () public java.util.Collection entries () java.util.Collection createEntries () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action java.util.Map createAsMap () final java.util.Map createMaybeNavigableAsMap () private static synthetic void lambda$forEach$3 (java.util.function.BiConsumer, java.lang.Object, java.util.Collection) java.util.function.BiConsumer action Object key java.util.Collection valueCollection private static synthetic void lambda$forEach$2 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object key Object value private static synthetic java.util.Spliterator lambda$entrySpliterator$1 (java.util.Map$Entry) java.util.Map$Entry keyToValueCollectionEntry Object key java.util.Collection valueCollection private static synthetic java.util.Map$Entry lambda$entrySpliterator$0 (java.lang.Object, java.lang.Object) Object key Object value static synthetic java.util.Map access$000 (com.google.common.collect.AbstractMapBasedMultimap) com.google.common.collect.AbstractMapBasedMultimap x0 static synthetic java.util.Iterator access$100 (java.util.Collection) java.util.Collection x0 static synthetic int access$210 (com.google.common.collect.AbstractMapBasedMultimap) com.google.common.collect.AbstractMapBasedMultimap x0 static synthetic int access$208 (com.google.common.collect.AbstractMapBasedMultimap) com.google.common.collect.AbstractMapBasedMultimap x0 static synthetic int access$212 (com.google.common.collect.AbstractMapBasedMultimap, int) com.google.common.collect.AbstractMapBasedMultimap x0 int x1 static synthetic int access$220 (com.google.common.collect.AbstractMapBasedMultimap, int) com.google.common.collect.AbstractMapBasedMultimap x0 int x1 static synthetic void access$300 (com.google.common.collect.AbstractMapBasedMultimap, java.lang.Object) com.google.common.collect.AbstractMapBasedMultimap x0 Object x1 }
com/google/common/collect/AbstractMapBasedMultiset$1.class
AbstractMapBasedMultiset.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultiset$1 extends java.lang.Object implements java.util.Iterator { java.util.Map$Entry toRemove final synthetic java.util.Iterator val$backingEntries final synthetic com.google.common.collect.AbstractMapBasedMultiset this$0 void <init> (com.google.common.collect.AbstractMapBasedMultiset, java.util.Iterator) com.google.common.collect.AbstractMapBasedMultiset this$0 public boolean hasNext () public java.lang.Object next () java.util.Map$Entry mapEntry public void remove () }
com/google/common/collect/AbstractMapBasedMultiset$2$1.class
AbstractMapBasedMultiset.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultiset$2$1 extends com.google.common.collect.Multisets$AbstractEntry { final synthetic java.util.Map$Entry val$mapEntry final synthetic com.google.common.collect.AbstractMapBasedMultiset$2 this$1 void <init> (com.google.common.collect.AbstractMapBasedMultiset$2, java.util.Map$Entry) com.google.common.collect.AbstractMapBasedMultiset$2 this$1 public java.lang.Object getElement () public int getCount () com.google.common.collect.Count frequency com.google.common.collect.Count count }
com/google/common/collect/AbstractMapBasedMultiset$2.class
AbstractMapBasedMultiset.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultiset$2 extends java.lang.Object implements java.util.Iterator { java.util.Map$Entry toRemove final synthetic java.util.Iterator val$backingEntries final synthetic com.google.common.collect.AbstractMapBasedMultiset this$0 void <init> (com.google.common.collect.AbstractMapBasedMultiset, java.util.Iterator) com.google.common.collect.AbstractMapBasedMultiset this$0 public boolean hasNext () public com.google.common.collect.Multiset$Entry next () java.util.Map$Entry mapEntry public void remove () public volatile synthetic java.lang.Object next () }
com/google/common/collect/AbstractMapBasedMultiset$MapBasedMultisetIterator.class
AbstractMapBasedMultiset.java package com.google.common.collect com.google.common.collect.AbstractMapBasedMultiset$MapBasedMultisetIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator entryIterator java.util.Map$Entry currentEntry int occurrencesLeft boolean canRemove final synthetic com.google.common.collect.AbstractMapBasedMultiset this$0 void <init> (com.google.common.collect.AbstractMapBasedMultiset) public boolean hasNext () public java.lang.Object next () public void remove () int frequency }
com/google/common/collect/AbstractMapBasedMultiset.class
AbstractMapBasedMultiset.java package com.google.common.collect abstract com.google.common.collect.AbstractMapBasedMultiset extends com.google.common.collect.AbstractMultiset implements java.io.Serializable { private transient java.util.Map backingMap private transient long size private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map backingMap void setBackingMap (java.util.Map) java.util.Map backingMap public java.util.Set entrySet () java.util.Iterator elementIterator () java.util.Iterator backingEntries java.util.Iterator entryIterator () java.util.Iterator backingEntries public void forEachEntry (java.util.function.ObjIntConsumer) java.util.function.ObjIntConsumer action public void clear () com.google.common.collect.Count frequency int distinctElements () public int size () public java.util.Iterator iterator () public int count (java.lang.Object) Object element com.google.common.collect.Count frequency public int add (java.lang.Object, int) int oldCount long newCount Object element int occurrences com.google.common.collect.Count frequency int oldCount public int remove (java.lang.Object, int) int numberRemoved Object element int occurrences com.google.common.collect.Count frequency int oldCount int numberRemoved public int setCount (java.lang.Object, int) com.google.common.collect.Count existingCounter int oldCount Object element int count com.google.common.collect.Count existingCounter int oldCount private static int getAndSet (com.google.common.collect.Count, int) com.google.common.collect.Count i int count private void readObjectNoData () throws java.io.ObjectStreamException private static synthetic void lambda$forEachEntry$0 (java.util.function.ObjIntConsumer, java.lang.Object, com.google.common.collect.Count) java.util.function.ObjIntConsumer action Object element com.google.common.collect.Count count static synthetic long access$022 (com.google.common.collect.AbstractMapBasedMultiset, long) com.google.common.collect.AbstractMapBasedMultiset x0 long x1 static synthetic java.util.Map access$100 (com.google.common.collect.AbstractMapBasedMultiset) com.google.common.collect.AbstractMapBasedMultiset x0 static synthetic long access$010 (com.google.common.collect.AbstractMapBasedMultiset) com.google.common.collect.AbstractMapBasedMultiset x0 }
com/google/common/collect/AbstractMapEntry.class
AbstractMapEntry.java package com.google.common.collect abstract com.google.common.collect.AbstractMapEntry extends java.lang.Object implements java.util.Map$Entry { void <init> () public abstract java.lang.Object getKey () public abstract java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value public boolean equals (java.lang.Object) java.util.Map$Entry that Object object public int hashCode () Object k Object v public java.lang.String toString () }
com/google/common/collect/AbstractMultimap$Entries.class
AbstractMultimap.java package com.google.common.collect com.google.common.collect.AbstractMultimap$Entries extends com.google.common.collect.Multimaps$Entries { final synthetic com.google.common.collect.AbstractMultimap this$0 void <init> (com.google.common.collect.AbstractMultimap) com.google.common.collect.AbstractMultimap this$0 com.google.common.collect.Multimap multimap () public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
com/google/common/collect/AbstractMultimap$EntrySet.class
AbstractMultimap.java package com.google.common.collect com.google.common.collect.AbstractMultimap$EntrySet extends com.google.common.collect.AbstractMultimap$Entries implements java.util.Set { void <init> (com.google.common.collect.AbstractMultimap) com.google.common.collect.AbstractMultimap this$0 public int hashCode () public boolean equals (java.lang.Object) Object obj }
com/google/common/collect/AbstractMultimap$Values.class
AbstractMultimap.java package com.google.common.collect com.google.common.collect.AbstractMultimap$Values extends java.util.AbstractCollection { final synthetic com.google.common.collect.AbstractMultimap this$0 void <init> (com.google.common.collect.AbstractMultimap) com.google.common.collect.AbstractMultimap this$0 public java.util.Iterator iterator () public java.util.Spliterator spliterator () public int size () public boolean contains (java.lang.Object) Object o public void clear () }
com/google/common/collect/AbstractMultimap.class
AbstractMultimap.java package com.google.common.collect abstract com.google.common.collect.AbstractMultimap extends java.lang.Object implements com.google.common.collect.Multimap { private transient java.util.Collection entries private transient java.util.Set keySet private transient com.google.common.collect.Multiset keys private transient java.util.Collection values private transient java.util.Map asMap void <init> () public boolean isEmpty () public boolean containsValue (java.lang.Object) java.util.Collection collection Object value public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection collection public boolean remove (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection collection public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) java.util.Collection valueCollection java.util.Iterator valueItr Object key Iterable values public boolean putAll (com.google.common.collect.Multimap) java.util.Map$Entry entry com.google.common.collect.Multimap multimap boolean changed public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.Collection result public java.util.Collection entries () java.util.Collection result abstract java.util.Collection createEntries () abstract java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public java.util.Set keySet () java.util.Set result abstract java.util.Set createKeySet () public com.google.common.collect.Multiset keys () com.google.common.collect.Multiset result abstract com.google.common.collect.Multiset createKeys () public java.util.Collection values () java.util.Collection result abstract java.util.Collection createValues () java.util.Iterator valueIterator () java.util.Spliterator valueSpliterator () public java.util.Map asMap () java.util.Map result abstract java.util.Map createAsMap () public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/AbstractMultiset$ElementSet.class
AbstractMultiset.java package com.google.common.collect com.google.common.collect.AbstractMultiset$ElementSet extends com.google.common.collect.Multisets$ElementSet { final synthetic com.google.common.collect.AbstractMultiset this$0 void <init> (com.google.common.collect.AbstractMultiset) com.google.common.collect.AbstractMultiset this$0 com.google.common.collect.Multiset multiset () public java.util.Iterator iterator () }
com/google/common/collect/AbstractMultiset$EntrySet.class
AbstractMultiset.java package com.google.common.collect com.google.common.collect.AbstractMultiset$EntrySet extends com.google.common.collect.Multisets$EntrySet { final synthetic com.google.common.collect.AbstractMultiset this$0 void <init> (com.google.common.collect.AbstractMultiset) com.google.common.collect.AbstractMultiset this$0 com.google.common.collect.Multiset multiset () public java.util.Iterator iterator () public int size () }
com/google/common/collect/AbstractMultiset.class
AbstractMultiset.java package com.google.common.collect abstract com.google.common.collect.AbstractMultiset extends java.util.AbstractCollection implements com.google.common.collect.Multiset { private transient java.util.Set elementSet private transient java.util.Set entrySet void <init> () public boolean isEmpty () public boolean contains (java.lang.Object) Object element public final boolean add (java.lang.Object) Object element public int add (java.lang.Object, int) Object element int occurrences public final boolean remove (java.lang.Object) Object element public int remove (java.lang.Object, int) Object element int occurrences public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount public final boolean addAll (java.util.Collection) java.util.Collection elementsToAdd public final boolean removeAll (java.util.Collection) java.util.Collection elementsToRemove public final boolean retainAll (java.util.Collection) java.util.Collection elementsToRetain public abstract void clear () public java.util.Set elementSet () java.util.Set result java.util.Set createElementSet () abstract java.util.Iterator elementIterator () public java.util.Set entrySet () java.util.Set result java.util.Set createEntrySet () abstract java.util.Iterator entryIterator () abstract int distinctElements () public final boolean equals (java.lang.Object) Object object public final int hashCode () public final java.lang.String toString () }
com/google/common/collect/AbstractNavigableMap$1.class
AbstractNavigableMap.java package com.google.common.collect synthetic com.google.common.collect.AbstractNavigableMap$1 extends java.lang.Object { }
com/google/common/collect/AbstractNavigableMap$DescendingMap.class
AbstractNavigableMap.java package com.google.common.collect final com.google.common.collect.AbstractNavigableMap$DescendingMap extends com.google.common.collect.Maps$DescendingMap { final synthetic com.google.common.collect.AbstractNavigableMap this$0 private void <init> (com.google.common.collect.AbstractNavigableMap) java.util.NavigableMap forward () java.util.Iterator entryIterator () synthetic void <init> (com.google.common.collect.AbstractNavigableMap, com.google.common.collect.AbstractNavigableMap$1) com.google.common.collect.AbstractNavigableMap x0 com.google.common.collect.AbstractNavigableMap$1 x1 }
com/google/common/collect/AbstractNavigableMap.class
AbstractNavigableMap.java package com.google.common.collect abstract com.google.common.collect.AbstractNavigableMap extends com.google.common.collect.Maps$IteratorBasedAbstractMap implements java.util.NavigableMap { void <init> () public abstract java.lang.Object get (java.lang.Object) public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.lang.Object firstKey () java.util.Map$Entry entry public java.lang.Object lastKey () java.util.Map$Entry entry public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key abstract java.util.Iterator descendingEntryIterator () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableSet navigableKeySet () public java.util.Set keySet () public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap descendingMap () }
com/google/common/collect/AbstractRangeSet.class
AbstractRangeSet.java package com.google.common.collect abstract com.google.common.collect.AbstractRangeSet extends java.lang.Object implements com.google.common.collect.RangeSet { void <init> () public boolean contains (java.lang.Comparable) Comparable value public abstract com.google.common.collect.Range rangeContaining (java.lang.Comparable) public boolean isEmpty () public void add (com.google.common.collect.Range) com.google.common.collect.Range range public void remove (com.google.common.collect.Range) com.google.common.collect.Range range public void clear () public boolean enclosesAll (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other public void addAll (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other public void removeAll (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other public boolean intersects (com.google.common.collect.Range) com.google.common.collect.Range otherRange public abstract boolean encloses (com.google.common.collect.Range) public boolean equals (java.lang.Object) com.google.common.collect.RangeSet other Object obj public final int hashCode () public final java.lang.String toString () }
com/google/common/collect/AbstractSequentialIterator.class
AbstractSequentialIterator.java package com.google.common.collect public abstract com.google.common.collect.AbstractSequentialIterator extends com.google.common.collect.UnmodifiableIterator { private Object nextOrNull protected void <init> (java.lang.Object) Object firstOrNull protected abstract java.lang.Object computeNext (java.lang.Object) public final boolean hasNext () public final java.lang.Object next () Object oldNext }
com/google/common/collect/AbstractSetMultimap.class
AbstractSetMultimap.java package com.google.common.collect abstract com.google.common.collect.AbstractSetMultimap extends com.google.common.collect.AbstractMapBasedMultimap implements com.google.common.collect.SetMultimap { private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map abstract java.util.Set createCollection () java.util.Set createUnmodifiableEmptyCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection public java.util.Set get (java.lang.Object) Object key public java.util.Set entries () public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Map asMap () public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean equals (java.lang.Object) Object object public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic java.util.Collection createCollection () volatile synthetic java.util.Collection createUnmodifiableEmptyCollection () }
com/google/common/collect/AbstractSortedKeySortedSetMultimap.class
AbstractSortedKeySortedSetMultimap.java package com.google.common.collect abstract com.google.common.collect.AbstractSortedKeySortedSetMultimap extends com.google.common.collect.AbstractSortedSetMultimap { void <init> (java.util.SortedMap) java.util.SortedMap map public java.util.SortedMap asMap () java.util.SortedMap backingMap () public java.util.SortedSet keySet () java.util.Set createKeySet () public volatile synthetic java.util.Map asMap () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Map backingMap () }
com/google/common/collect/AbstractSortedMultiset$1DescendingMultisetImpl.class
AbstractSortedMultiset.java package com.google.common.collect com.google.common.collect.AbstractSortedMultiset$1DescendingMultisetImpl extends com.google.common.collect.DescendingMultiset { final synthetic com.google.common.collect.AbstractSortedMultiset this$0 void <init> (com.google.common.collect.AbstractSortedMultiset) com.google.common.collect.AbstractSortedMultiset this$0 com.google.common.collect.SortedMultiset forwardMultiset () java.util.Iterator entryIterator () public java.util.Iterator iterator () }
com/google/common/collect/AbstractSortedMultiset.class
AbstractSortedMultiset.java package com.google.common.collect abstract com.google.common.collect.AbstractSortedMultiset extends com.google.common.collect.AbstractMultiset implements com.google.common.collect.SortedMultiset { final java.util.Comparator comparator private transient com.google.common.collect.SortedMultiset descendingMultiset void <init> () void <init> (java.util.Comparator) java.util.Comparator comparator public java.util.NavigableSet elementSet () java.util.NavigableSet createElementSet () public java.util.Comparator comparator () public com.google.common.collect.Multiset$Entry firstEntry () java.util.Iterator entryIterator public com.google.common.collect.Multiset$Entry lastEntry () java.util.Iterator entryIterator public com.google.common.collect.Multiset$Entry pollFirstEntry () com.google.common.collect.Multiset$Entry result java.util.Iterator entryIterator public com.google.common.collect.Multiset$Entry pollLastEntry () com.google.common.collect.Multiset$Entry result java.util.Iterator entryIterator public com.google.common.collect.SortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) Object fromElement com.google.common.collect.BoundType fromBoundType Object toElement com.google.common.collect.BoundType toBoundType abstract java.util.Iterator descendingEntryIterator () java.util.Iterator descendingIterator () public com.google.common.collect.SortedMultiset descendingMultiset () com.google.common.collect.SortedMultiset result com.google.common.collect.SortedMultiset createDescendingMultiset () volatile synthetic java.util.Set createElementSet () public volatile synthetic java.util.Set elementSet () public volatile synthetic java.util.SortedSet elementSet () }
com/google/common/collect/AbstractSortedSetMultimap.class
AbstractSortedSetMultimap.java package com.google.common.collect abstract com.google.common.collect.AbstractSortedSetMultimap extends com.google.common.collect.AbstractSetMultimap implements com.google.common.collect.SortedSetMultimap { private static final long serialVersionUID protected void <init> (java.util.Map) java.util.Map map abstract java.util.SortedSet createCollection () java.util.SortedSet createUnmodifiableEmptyCollection () java.util.SortedSet unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection public java.util.SortedSet get (java.lang.Object) Object key public java.util.SortedSet removeAll (java.lang.Object) Object key public java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Map asMap () public java.util.Collection values () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) volatile synthetic java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) volatile synthetic java.util.Set createUnmodifiableEmptyCollection () volatile synthetic java.util.Set createCollection () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic java.util.Collection createCollection () volatile synthetic java.util.Collection createUnmodifiableEmptyCollection () }
com/google/common/collect/AbstractTable$1.class
AbstractTable.java package com.google.common.collect com.google.common.collect.AbstractTable$1 extends com.google.common.collect.TransformedIterator { void <init> (com.google.common.collect.AbstractTable, java.util.Iterator) com.google.common.collect.AbstractTable this$0 java.util.Iterator backingIterator java.lang.Object transform (com.google.common.collect.Table$Cell) com.google.common.collect.Table$Cell cell volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/AbstractTable$CellSet.class
AbstractTable.java package com.google.common.collect com.google.common.collect.AbstractTable$CellSet extends java.util.AbstractSet { final synthetic com.google.common.collect.AbstractTable this$0 void <init> (com.google.common.collect.AbstractTable) com.google.common.collect.AbstractTable this$0 public boolean contains (java.lang.Object) com.google.common.collect.Table$Cell cell java.util.Map row Object o public boolean remove (java.lang.Object) com.google.common.collect.Table$Cell cell java.util.Map row Object o public void clear () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public int size () }
com/google/common/collect/AbstractTable$Values.class
AbstractTable.java package com.google.common.collect com.google.common.collect.AbstractTable$Values extends java.util.AbstractCollection { final synthetic com.google.common.collect.AbstractTable this$0 void <init> (com.google.common.collect.AbstractTable) com.google.common.collect.AbstractTable this$0 public java.util.Iterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object o public void clear () public int size () }
com/google/common/collect/AbstractTable.class
AbstractTable.java package com.google.common.collect abstract com.google.common.collect.AbstractTable extends java.lang.Object implements com.google.common.collect.Table { private transient java.util.Set cellSet private transient java.util.Collection values void <init> () public boolean containsRow (java.lang.Object) Object rowKey public boolean containsColumn (java.lang.Object) Object columnKey public java.util.Set rowKeySet () public java.util.Set columnKeySet () public boolean containsValue (java.lang.Object) java.util.Map row Object value public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map row public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map row public boolean isEmpty () public void clear () public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map row public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (com.google.common.collect.Table) com.google.common.collect.Table$Cell cell com.google.common.collect.Table table public java.util.Set cellSet () java.util.Set result java.util.Set createCellSet () abstract java.util.Iterator cellIterator () abstract java.util.Spliterator cellSpliterator () public java.util.Collection values () java.util.Collection result java.util.Collection createValues () java.util.Iterator valuesIterator () java.util.Spliterator valuesSpliterator () public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.String toString () }
com/google/common/collect/AllEqualOrdering.class
AllEqualOrdering.java package com.google.common.collect final com.google.common.collect.AllEqualOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { static final com.google.common.collect.AllEqualOrdering INSTANCE private static final long serialVersionUID void <init> () public int compare (java.lang.Object, java.lang.Object) Object left Object right public java.util.List sortedCopy (java.lang.Iterable) Iterable iterable public com.google.common.collect.ImmutableList immutableSortedCopy (java.lang.Iterable) Iterable iterable public com.google.common.collect.Ordering reverse () private java.lang.Object readResolve () public java.lang.String toString () static void <clinit> () }
com/google/common/collect/ArrayListMultimap.class
ArrayListMultimap.java package com.google.common.collect public final com.google.common.collect.ArrayListMultimap extends com.google.common.collect.ArrayListMultimapGwtSerializationDependencies { private static final int DEFAULT_VALUES_PER_KEY transient int expectedValuesPerKey private static final long serialVersionUID public static com.google.common.collect.ArrayListMultimap create () public static com.google.common.collect.ArrayListMultimap create (int, int) int expectedKeys int expectedValuesPerKey public static com.google.common.collect.ArrayListMultimap create (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap private void <init> () private void <init> (int, int) int expectedKeys int expectedValuesPerKey private void <init> (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap java.util.List createCollection () public void trimToSize () java.util.ArrayList arrayList java.util.Collection collection private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream int distinctKeys java.util.Map map public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic java.util.Map asMap () public volatile synthetic boolean put (java.lang.Object, java.lang.Object) public volatile synthetic java.util.List replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.List removeAll (java.lang.Object) public volatile synthetic java.util.List get (java.lang.Object) public volatile synthetic void forEach (java.util.function.BiConsumer) public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection values () public volatile synthetic void clear () public volatile synthetic boolean containsKey (java.lang.Object) public volatile synthetic int size () volatile synthetic java.util.Collection createCollection () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic com.google.common.collect.Multiset keys () public volatile synthetic java.util.Set keySet () public volatile synthetic boolean putAll (com.google.common.collect.Multimap) public volatile synthetic boolean putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean remove (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) public volatile synthetic boolean isEmpty () }
com/google/common/collect/ArrayListMultimapGwtSerializationDependencies.class
ArrayListMultimapGwtSerializationDependencies.java package com.google.common.collect abstract com.google.common.collect.ArrayListMultimapGwtSerializationDependencies extends com.google.common.collect.AbstractListMultimap { void <init> (java.util.Map) java.util.Map map }
com/google/common/collect/ArrayTable$1.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$1 extends com.google.common.collect.AbstractIndexedListIterator { final synthetic com.google.common.collect.ArrayTable this$0 void <init> (com.google.common.collect.ArrayTable, int) com.google.common.collect.ArrayTable this$0 int size protected com.google.common.collect.Table$Cell get (int) int index protected volatile synthetic java.lang.Object get (int) }
com/google/common/collect/ArrayTable$2.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$2 extends com.google.common.collect.Tables$AbstractCell { final int rowIndex final int columnIndex final synthetic int val$index final synthetic com.google.common.collect.ArrayTable this$0 void <init> (com.google.common.collect.ArrayTable, int) com.google.common.collect.ArrayTable this$0 public java.lang.Object getRowKey () public java.lang.Object getColumnKey () public java.lang.Object getValue () }
com/google/common/collect/ArrayTable$3.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$3 extends com.google.common.collect.AbstractIndexedListIterator { final synthetic com.google.common.collect.ArrayTable this$0 void <init> (com.google.common.collect.ArrayTable, int) com.google.common.collect.ArrayTable this$0 int size protected java.lang.Object get (int) int index }
com/google/common/collect/ArrayTable$ArrayMap$1.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$ArrayMap$1 extends com.google.common.collect.AbstractMapEntry { final synthetic int val$index final synthetic com.google.common.collect.ArrayTable$ArrayMap this$0 void <init> (com.google.common.collect.ArrayTable$ArrayMap, int) com.google.common.collect.ArrayTable$ArrayMap this$0 public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value }
com/google/common/collect/ArrayTable$ArrayMap$2.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$ArrayMap$2 extends com.google.common.collect.AbstractIndexedListIterator { final synthetic com.google.common.collect.ArrayTable$ArrayMap this$0 void <init> (com.google.common.collect.ArrayTable$ArrayMap, int) com.google.common.collect.ArrayTable$ArrayMap this$0 int size protected java.util.Map$Entry get (int) int index protected volatile synthetic java.lang.Object get (int) }
com/google/common/collect/ArrayTable$ArrayMap.class
ArrayTable.java package com.google.common.collect abstract com.google.common.collect.ArrayTable$ArrayMap extends com.google.common.collect.Maps$IteratorBasedAbstractMap { private final com.google.common.collect.ImmutableMap keyIndex private void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap keyIndex public java.util.Set keySet () java.lang.Object getKey (int) int index abstract java.lang.String getKeyRole () abstract java.lang.Object getValue (int) abstract java.lang.Object setValue (int, java.lang.Object) public int size () public boolean isEmpty () java.util.Map$Entry getEntry (int) int index java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key Integer index public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value Integer index public java.lang.Object remove (java.lang.Object) Object key public void clear () synthetic void <init> (com.google.common.collect.ImmutableMap, com.google.common.collect.ArrayTable$1) com.google.common.collect.ImmutableMap x0 com.google.common.collect.ArrayTable$1 x1 }
com/google/common/collect/ArrayTable$Column.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$Column extends com.google.common.collect.ArrayTable$ArrayMap { final int columnIndex final synthetic com.google.common.collect.ArrayTable this$0 void <init> (com.google.common.collect.ArrayTable, int) int columnIndex java.lang.String getKeyRole () java.lang.Object getValue (int) int index java.lang.Object setValue (int, java.lang.Object) int index Object newValue }
com/google/common/collect/ArrayTable$ColumnMap.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$ColumnMap extends com.google.common.collect.ArrayTable$ArrayMap { final synthetic com.google.common.collect.ArrayTable this$0 private void <init> (com.google.common.collect.ArrayTable) java.lang.String getKeyRole () java.util.Map getValue (int) int index java.util.Map setValue (int, java.util.Map) int index java.util.Map newValue public java.util.Map put (java.lang.Object, java.util.Map) Object key java.util.Map value public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object setValue (int, java.lang.Object) volatile synthetic java.lang.Object getValue (int) synthetic void <init> (com.google.common.collect.ArrayTable, com.google.common.collect.ArrayTable$1) com.google.common.collect.ArrayTable x0 com.google.common.collect.ArrayTable$1 x1 }
com/google/common/collect/ArrayTable$Row.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$Row extends com.google.common.collect.ArrayTable$ArrayMap { final int rowIndex final synthetic com.google.common.collect.ArrayTable this$0 void <init> (com.google.common.collect.ArrayTable, int) int rowIndex java.lang.String getKeyRole () java.lang.Object getValue (int) int index java.lang.Object setValue (int, java.lang.Object) int index Object newValue }
com/google/common/collect/ArrayTable$RowMap.class
ArrayTable.java package com.google.common.collect com.google.common.collect.ArrayTable$RowMap extends com.google.common.collect.ArrayTable$ArrayMap { final synthetic com.google.common.collect.ArrayTable this$0 private void <init> (com.google.common.collect.ArrayTable) java.lang.String getKeyRole () java.util.Map getValue (int) int index java.util.Map setValue (int, java.util.Map) int index java.util.Map newValue public java.util.Map put (java.lang.Object, java.util.Map) Object key java.util.Map value public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object setValue (int, java.lang.Object) volatile synthetic java.lang.Object getValue (int) synthetic void <init> (com.google.common.collect.ArrayTable, com.google.common.collect.ArrayTable$1) com.google.common.collect.ArrayTable x0 com.google.common.collect.ArrayTable$1 x1 }
com/google/common/collect/ArrayTable.class
ArrayTable.java package com.google.common.collect public final com.google.common.collect.ArrayTable extends com.google.common.collect.AbstractTable implements java.io.Serializable { private final com.google.common.collect.ImmutableList rowList private final com.google.common.collect.ImmutableList columnList private final com.google.common.collect.ImmutableMap rowKeyToIndex private final com.google.common.collect.ImmutableMap columnKeyToIndex private final Object[][] array private transient com.google.common.collect.ArrayTable$ColumnMap columnMap private transient com.google.common.collect.ArrayTable$RowMap rowMap private static final long serialVersionUID public static com.google.common.collect.ArrayTable create (java.lang.Iterable, java.lang.Iterable) Iterable rowKeys Iterable columnKeys public static com.google.common.collect.ArrayTable create (com.google.common.collect.Table) com.google.common.collect.Table table private void <init> (java.lang.Iterable, java.lang.Iterable) Iterable rowKeys Iterable columnKeys Object[][] tmpArray private void <init> (com.google.common.collect.Table) com.google.common.collect.Table table private void <init> (com.google.common.collect.ArrayTable) int i com.google.common.collect.ArrayTable table Object[][] copy public com.google.common.collect.ImmutableList rowKeyList () public com.google.common.collect.ImmutableList columnKeyList () public java.lang.Object at (int, int) int rowIndex int columnIndex public java.lang.Object set (int, int, java.lang.Object) int rowIndex int columnIndex Object value Object oldValue public java.lang.Object[][] toArray (java.lang.Class) int i Class valueClass Object[][] copy public void clear () public void eraseAll () Object[] row public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object element Object[] row Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey Integer rowIndex Integer columnIndex public boolean isEmpty () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value Integer rowIndex Integer columnIndex public void putAll (com.google.common.collect.Table) com.google.common.collect.Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.lang.Object erase (java.lang.Object, java.lang.Object) Object rowKey Object columnKey Integer rowIndex Integer columnIndex public int size () public java.util.Set cellSet () java.util.Iterator cellIterator () java.util.Spliterator cellSpliterator () private com.google.common.collect.Table$Cell getCell (int) int index private java.lang.Object getValue (int) int index int rowIndex int columnIndex public java.util.Map column (java.lang.Object) Object columnKey Integer columnIndex public com.google.common.collect.ImmutableSet columnKeySet () public java.util.Map columnMap () com.google.common.collect.ArrayTable$ColumnMap map public java.util.Map row (java.lang.Object) Object rowKey Integer rowIndex public com.google.common.collect.ImmutableSet rowKeySet () public java.util.Map rowMap () com.google.common.collect.ArrayTable$RowMap map public java.util.Collection values () java.util.Iterator valuesIterator () java.util.Spliterator valuesSpliterator () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic java.util.Set columnKeySet () public volatile synthetic java.util.Set rowKeySet () static synthetic com.google.common.collect.Table$Cell access$000 (com.google.common.collect.ArrayTable, int) com.google.common.collect.ArrayTable x0 int x1 static synthetic com.google.common.collect.ImmutableList access$100 (com.google.common.collect.ArrayTable) com.google.common.collect.ArrayTable x0 static synthetic com.google.common.collect.ImmutableList access$200 (com.google.common.collect.ArrayTable) com.google.common.collect.ArrayTable x0 static synthetic com.google.common.collect.ImmutableMap access$300 (com.google.common.collect.ArrayTable) com.google.common.collect.ArrayTable x0 static synthetic com.google.common.collect.ImmutableMap access$600 (com.google.common.collect.ArrayTable) com.google.common.collect.ArrayTable x0 static synthetic java.lang.Object access$800 (com.google.common.collect.ArrayTable, int) com.google.common.collect.ArrayTable x0 int x1 }
com/google/common/collect/BaseImmutableMultimap.class
BaseImmutableMultimap.java package com.google.common.collect abstract com.google.common.collect.BaseImmutableMultimap extends com.google.common.collect.AbstractMultimap { void <init> () }
com/google/common/collect/BiMap.class
BiMap.java package com.google.common.collect public abstract com.google.common.collect.BiMap extends java.lang.Object implements java.util.Map { public abstract java.lang.Object put (java.lang.Object, java.lang.Object) public abstract java.lang.Object forcePut (java.lang.Object, java.lang.Object) public abstract void putAll (java.util.Map) public abstract java.util.Set values () public abstract com.google.common.collect.BiMap inverse () public volatile synthetic java.util.Collection values () }
com/google/common/collect/BoundType.class
BoundType.java package com.google.common.collect public final enum com.google.common.collect.BoundType extends java.lang.Enum { public static final enum com.google.common.collect.BoundType OPEN public static final enum com.google.common.collect.BoundType CLOSED final boolean inclusive private static final synthetic com.google.common.collect.BoundType[] $VALUES public static com.google.common.collect.BoundType[] values () public static com.google.common.collect.BoundType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, boolean) boolean inclusive static com.google.common.collect.BoundType forBoolean (boolean) boolean inclusive private static synthetic com.google.common.collect.BoundType[] $values () static void <clinit> () }
com/google/common/collect/ByFunctionOrdering.class
ByFunctionOrdering.java package com.google.common.collect final com.google.common.collect.ByFunctionOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final com.google.common.base.Function function final com.google.common.collect.Ordering ordering private static final long serialVersionUID void <init> (com.google.common.base.Function, com.google.common.collect.Ordering) com.google.common.base.Function function com.google.common.collect.Ordering ordering public int compare (java.lang.Object, java.lang.Object) Object left Object right public boolean equals (java.lang.Object) com.google.common.collect.ByFunctionOrdering that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/CartesianList$1.class
CartesianList.java package com.google.common.collect com.google.common.collect.CartesianList$1 extends com.google.common.collect.ImmutableList { final synthetic int val$index final synthetic com.google.common.collect.CartesianList this$0 void <init> (com.google.common.collect.CartesianList, int) com.google.common.collect.CartesianList this$0 public int size () public java.lang.Object get (int) int axis int axisIndex boolean isPartialView () }
com/google/common/collect/CartesianList.class
CartesianList.java package com.google.common.collect final com.google.common.collect.CartesianList extends java.util.AbstractList implements java.util.RandomAccess { private final transient com.google.common.collect.ImmutableList axes private final transient int[] axesSizeProduct static java.util.List create (java.util.List) java.util.List copy java.util.List list java.util.List lists com.google.common.collect.ImmutableList$Builder axesBuilder void <init> (com.google.common.collect.ImmutableList) int i ArithmeticException e com.google.common.collect.ImmutableList axes int[] axesSizeProduct private int getAxisIndexForProductIndex (int, int) int index int axis public int indexOf (java.lang.Object) int axisIndex int elemIndex Object o java.util.List list java.util.ListIterator itr int computedIndex public int lastIndexOf (java.lang.Object) int axisIndex int elemIndex Object o java.util.List list java.util.ListIterator itr int computedIndex public com.google.common.collect.ImmutableList get (int) int index public int size () public boolean contains (java.lang.Object) Object o Object object java.util.List list int i public volatile synthetic java.lang.Object get (int) static synthetic com.google.common.collect.ImmutableList access$000 (com.google.common.collect.CartesianList) com.google.common.collect.CartesianList x0 static synthetic int access$100 (com.google.common.collect.CartesianList, int, int) com.google.common.collect.CartesianList x0 int x1 int x2 }
com/google/common/collect/ClassToInstanceMap.class
ClassToInstanceMap.java package com.google.common.collect public abstract com.google.common.collect.ClassToInstanceMap extends java.lang.Object implements java.util.Map { public abstract java.lang.Object getInstance (java.lang.Class) public abstract java.lang.Object putInstance (java.lang.Class, java.lang.Object) }
com/google/common/collect/CollectCollectors$EnumMapAccumulator.class
CollectCollectors.java package com.google.common.collect com.google.common.collect.CollectCollectors$EnumMapAccumulator extends java.lang.Object { private final java.util.function.BinaryOperator mergeFunction private java.util.EnumMap map void <init> (java.util.function.BinaryOperator) java.util.function.BinaryOperator mergeFunction void put (java.lang.Enum, java.lang.Object) Enum key Object value com.google.common.collect.CollectCollectors$EnumMapAccumulator combine (com.google.common.collect.CollectCollectors$EnumMapAccumulator) com.google.common.collect.CollectCollectors$EnumMapAccumulator other com.google.common.collect.ImmutableMap toImmutableMap () }
com/google/common/collect/CollectCollectors$EnumSetAccumulator.class
CollectCollectors.java package com.google.common.collect final com.google.common.collect.CollectCollectors$EnumSetAccumulator extends java.lang.Object { static final java.util.stream.Collector TO_IMMUTABLE_ENUM_SET private java.util.EnumSet set private void <init> () void add (java.lang.Enum) Enum e com.google.common.collect.CollectCollectors$EnumSetAccumulator combine (com.google.common.collect.CollectCollectors$EnumSetAccumulator) com.google.common.collect.CollectCollectors$EnumSetAccumulator other com.google.common.collect.ImmutableSet toImmutableSet () static void <clinit> () }
com/google/common/collect/CollectCollectors.class
CollectCollectors.java package com.google.common.collect final com.google.common.collect.CollectCollectors extends java.lang.Object { private static final java.util.stream.Collector TO_IMMUTABLE_LIST private static final java.util.stream.Collector TO_IMMUTABLE_SET private static final java.util.stream.Collector TO_IMMUTABLE_RANGE_SET void <init> () static java.util.stream.Collector toImmutableList () static java.util.stream.Collector toImmutableSet () static java.util.stream.Collector toImmutableSortedSet (java.util.Comparator) java.util.Comparator comparator static java.util.stream.Collector toImmutableEnumSet () static java.util.stream.Collector toImmutableRangeSet () static java.util.stream.Collector toImmutableMultiset (java.util.function.Function, java.util.function.ToIntFunction) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction static java.util.stream.Collector toMultiset (java.util.function.Function, java.util.function.ToIntFunction, java.util.function.Supplier) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction java.util.function.Supplier multisetSupplier static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toImmutableBiMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toImmutableRangeMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector flatteningToImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction static java.util.stream.Collector toImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction static java.util.stream.Collector flatteningToImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction static java.util.stream.Collector toMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier static java.util.stream.Collector flatteningToMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier private static synthetic com.google.common.collect.Multimap lambda$flatteningToMultimap$26 (com.google.common.collect.Multimap, com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap1 com.google.common.collect.Multimap multimap2 private static synthetic void lambda$flatteningToMultimap$25 (java.util.function.Function, java.util.function.Function, com.google.common.collect.Multimap, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.Multimap multimap Object input Object key java.util.Collection valuesForKey private static synthetic com.google.common.collect.Multimap lambda$toMultimap$24 (com.google.common.collect.Multimap, com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap1 com.google.common.collect.Multimap multimap2 private static synthetic void lambda$toMultimap$23 (java.util.function.Function, java.util.function.Function, com.google.common.collect.Multimap, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.Multimap multimap Object input private static synthetic java.util.stream.Stream lambda$flatteningToImmutableSetMultimap$22 (java.util.function.Function, java.lang.Object) java.util.function.Function valuesFunction Object input private static synthetic java.lang.Object lambda$flatteningToImmutableSetMultimap$21 (java.util.function.Function, java.lang.Object) java.util.function.Function keyFunction Object input private static synthetic void lambda$toImmutableSetMultimap$20 (java.util.function.Function, java.util.function.Function, com.google.common.collect.ImmutableSetMultimap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.ImmutableSetMultimap$Builder builder Object t private static synthetic java.util.stream.Stream lambda$flatteningToImmutableListMultimap$19 (java.util.function.Function, java.lang.Object) java.util.function.Function valuesFunction Object input private static synthetic java.lang.Object lambda$flatteningToImmutableListMultimap$18 (java.util.function.Function, java.lang.Object) java.util.function.Function keyFunction Object input private static synthetic void lambda$toImmutableListMultimap$17 (java.util.function.Function, java.util.function.Function, com.google.common.collect.ImmutableListMultimap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.ImmutableListMultimap$Builder builder Object t private static synthetic void lambda$toImmutableRangeMap$16 (java.util.function.Function, java.util.function.Function, com.google.common.collect.ImmutableRangeMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.ImmutableRangeMap$Builder builder Object input private static synthetic void lambda$toImmutableEnumMap$15 (java.util.function.Function, java.util.function.Function, com.google.common.collect.CollectCollectors$EnumMapAccumulator, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.CollectCollectors$EnumMapAccumulator accum Object t Enum key Object newValue private static synthetic com.google.common.collect.CollectCollectors$EnumMapAccumulator lambda$toImmutableEnumMap$14 (java.util.function.BinaryOperator) java.util.function.BinaryOperator mergeFunction private static synthetic void lambda$toImmutableEnumMap$13 (java.util.function.Function, java.util.function.Function, com.google.common.collect.CollectCollectors$EnumMapAccumulator, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.CollectCollectors$EnumMapAccumulator accum Object t Enum key Object newValue private static synthetic com.google.common.collect.CollectCollectors$EnumMapAccumulator lambda$toImmutableEnumMap$12 () private static synthetic java.lang.Object lambda$toImmutableEnumMap$11 (java.lang.Object, java.lang.Object) Object v1 Object v2 private static synthetic void lambda$toImmutableBiMap$10 (java.util.function.Function, java.util.function.Function, com.google.common.collect.ImmutableBiMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.ImmutableBiMap$Builder builder Object input private static synthetic java.util.TreeMap lambda$toImmutableSortedMap$9 (java.util.Comparator) java.util.Comparator comparator private static synthetic void lambda$toImmutableSortedMap$8 (java.util.function.Function, java.util.function.Function, com.google.common.collect.ImmutableSortedMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.ImmutableSortedMap$Builder builder Object input private static synthetic com.google.common.collect.ImmutableSortedMap$Builder lambda$toImmutableSortedMap$7 (java.util.Comparator) java.util.Comparator comparator private static synthetic void lambda$toImmutableMap$6 (java.util.function.Function, java.util.function.Function, com.google.common.collect.ImmutableMap$Builder, java.lang.Object) java.util.function.Function keyFunction java.util.function.Function valueFunction com.google.common.collect.ImmutableMap$Builder builder Object input private static synthetic com.google.common.collect.Multiset lambda$toMultiset$5 (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset ms1 com.google.common.collect.Multiset ms2 private static synthetic void lambda$toMultiset$4 (java.util.function.Function, java.util.function.ToIntFunction, com.google.common.collect.Multiset, java.lang.Object) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction com.google.common.collect.Multiset ms Object t private static synthetic com.google.common.collect.ImmutableMultiset lambda$toImmutableMultiset$3 (com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset private static synthetic com.google.common.collect.Multiset lambda$toImmutableMultiset$2 (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset1 com.google.common.collect.Multiset multiset2 private static synthetic void lambda$toImmutableMultiset$1 (java.util.function.Function, java.util.function.ToIntFunction, com.google.common.collect.Multiset, java.lang.Object) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction com.google.common.collect.Multiset multiset Object t private static synthetic com.google.common.collect.ImmutableSortedSet$Builder lambda$toImmutableSortedSet$0 (java.util.Comparator) java.util.Comparator comparator static void <clinit> () }
com/google/common/collect/CollectPreconditions.class
CollectPreconditions.java package com.google.common.collect final com.google.common.collect.CollectPreconditions extends java.lang.Object { void <init> () static void checkEntryNotNull (java.lang.Object, java.lang.Object) Object key Object value static int checkNonnegative (int, java.lang.String) int value String name static long checkNonnegative (long, java.lang.String) long value String name static void checkPositive (int, java.lang.String) int value String name static void checkRemove (boolean) boolean canRemove }
com/google/common/collect/CollectSpliterators$1.class
CollectSpliterators.java package com.google.common.collect com.google.common.collect.CollectSpliterators$1 extends java.lang.Object implements java.util.Spliterator { final synthetic java.util.Spliterator val$fromSpliterator final synthetic java.util.function.Function val$function void <init> (java.util.Spliterator, java.util.function.Function) public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator trySplit () java.util.Spliterator fromSplit public long estimateSize () public int characteristics () private static synthetic void lambda$forEachRemaining$1 (java.util.function.Consumer, java.util.function.Function, java.lang.Object) java.util.function.Consumer action java.util.function.Function function Object fromElement private static synthetic void lambda$tryAdvance$0 (java.util.function.Consumer, java.util.function.Function, java.lang.Object) java.util.function.Consumer action java.util.function.Function function Object fromElement }
com/google/common/collect/CollectSpliterators$1Splitr.class
CollectSpliterators.java package com.google.common.collect com.google.common.collect.CollectSpliterators$1Splitr extends java.lang.Object implements java.util.Spliterator java.util.function.Consumer { Object holder final synthetic java.util.Spliterator val$fromSpliterator final synthetic java.util.function.Predicate val$predicate void <init> (java.util.Spliterator, java.util.function.Predicate) public void accept (java.lang.Object) Object t public boolean tryAdvance (java.util.function.Consumer) Object next java.util.function.Consumer action public java.util.Spliterator trySplit () java.util.Spliterator fromSplit public long estimateSize () public java.util.Comparator getComparator () public int characteristics () }
com/google/common/collect/CollectSpliterators$1WithCharacteristics.class
CollectSpliterators.java package com.google.common.collect com.google.common.collect.CollectSpliterators$1WithCharacteristics extends java.lang.Object implements java.util.Spliterator { private final java.util.Spliterator$OfInt delegate final synthetic java.util.function.IntFunction val$function final synthetic int val$extraCharacteristics final synthetic java.util.Comparator val$comparator void <init> (java.util.Spliterator$OfInt, java.util.function.IntFunction, int, java.util.Comparator) java.util.Spliterator$OfInt delegate public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator trySplit () java.util.Spliterator$OfInt split public long estimateSize () public int characteristics () public java.util.Comparator getComparator () private static synthetic void lambda$forEachRemaining$1 (java.util.function.Consumer, java.util.function.IntFunction, int) java.util.function.Consumer action java.util.function.IntFunction function int i private static synthetic void lambda$tryAdvance$0 (java.util.function.Consumer, java.util.function.IntFunction, int) java.util.function.Consumer action java.util.function.IntFunction function int i }
com/google/common/collect/CollectSpliterators$FlatMapSpliterator$Factory.class
CollectSpliterators.java package com.google.common.collect abstract com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory extends java.lang.Object { public abstract java.util.Spliterator newFlatMapSpliterator (java.util.Spliterator, java.util.Spliterator, java.util.function.Function, int, long) }
com/google/common/collect/CollectSpliterators$FlatMapSpliterator.class
CollectSpliterators.java package com.google.common.collect abstract com.google.common.collect.CollectSpliterators$FlatMapSpliterator extends java.lang.Object implements java.util.Spliterator { java.util.Spliterator prefix final java.util.Spliterator from final java.util.function.Function function final com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory factory int characteristics long estimatedSize void <init> (java.util.Spliterator, java.util.Spliterator, java.util.function.Function, com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory, int, long) java.util.Spliterator prefix java.util.Spliterator from java.util.function.Function function com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory factory int characteristics long estimatedSize public final boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public final void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action public final java.util.Spliterator trySplit () int splitCharacteristics long estSplitSize java.util.Spliterator result java.util.Spliterator result java.util.Spliterator fromSplit public final long estimateSize () public final int characteristics () private synthetic void lambda$forEachRemaining$1 (java.util.function.Consumer, java.lang.Object) java.util.function.Consumer action Object fromElement java.util.Spliterator elements private synthetic void lambda$tryAdvance$0 (java.lang.Object) Object fromElement }
com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfDouble.class
CollectSpliterators.java package com.google.common.collect final com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfDouble extends com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfPrimitive implements java.util.Spliterator$OfDouble { void <init> (java.util.Spliterator$OfDouble, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator$OfDouble prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize public volatile synthetic void forEachRemaining (java.util.function.DoubleConsumer) public volatile synthetic boolean tryAdvance (java.util.function.DoubleConsumer) public volatile synthetic java.util.Spliterator$OfDouble trySplit () }
com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfInt.class
CollectSpliterators.java package com.google.common.collect final com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfInt extends com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfPrimitive implements java.util.Spliterator$OfInt { void <init> (java.util.Spliterator$OfInt, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator$OfInt prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize public volatile synthetic void forEachRemaining (java.util.function.IntConsumer) public volatile synthetic boolean tryAdvance (java.util.function.IntConsumer) public volatile synthetic java.util.Spliterator$OfInt trySplit () }
com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfLong.class
CollectSpliterators.java package com.google.common.collect final com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfLong extends com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfPrimitive implements java.util.Spliterator$OfLong { void <init> (java.util.Spliterator$OfLong, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator$OfLong prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize public volatile synthetic void forEachRemaining (java.util.function.LongConsumer) public volatile synthetic boolean tryAdvance (java.util.function.LongConsumer) public volatile synthetic java.util.Spliterator$OfLong trySplit () }
com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfObject.class
CollectSpliterators.java package com.google.common.collect final com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfObject extends com.google.common.collect.CollectSpliterators$FlatMapSpliterator { void <init> (java.util.Spliterator, java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator prefix java.util.Spliterator from java.util.function.Function function int characteristics long estimatedSize }
com/google/common/collect/CollectSpliterators$FlatMapSpliteratorOfPrimitive.class
CollectSpliterators.java package com.google.common.collect abstract com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfPrimitive extends com.google.common.collect.CollectSpliterators$FlatMapSpliterator implements java.util.Spliterator$OfPrimitive { void <init> (java.util.Spliterator$OfPrimitive, java.util.Spliterator, java.util.function.Function, com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory, int, long) java.util.Spliterator$OfPrimitive prefix java.util.Spliterator from java.util.function.Function function com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory factory int characteristics long estimatedSize public final boolean tryAdvance (java.lang.Object) Object action public final void forEachRemaining (java.lang.Object) Object action public volatile synthetic java.util.Spliterator$OfPrimitive trySplit () private synthetic void lambda$forEachRemaining$1 (java.lang.Object, java.lang.Object) Object action Object fromElement java.util.Spliterator$OfPrimitive elements private synthetic void lambda$tryAdvance$0 (java.lang.Object) Object fromElement }
com/google/common/collect/CollectSpliterators.class
CollectSpliterators.java package com.google.common.collect final com.google.common.collect.CollectSpliterators extends java.lang.Object { private void <init> () static java.util.Spliterator indexed (int, int, java.util.function.IntFunction) int size int extraCharacteristics java.util.function.IntFunction function static java.util.Spliterator indexed (int, int, java.util.function.IntFunction, java.util.Comparator) int size int extraCharacteristics java.util.function.IntFunction function java.util.Comparator comparator static java.util.Spliterator map (java.util.Spliterator, java.util.function.Function) java.util.Spliterator fromSpliterator java.util.function.Function function static java.util.Spliterator filter (java.util.Spliterator, java.util.function.Predicate) java.util.Spliterator fromSpliterator java.util.function.Predicate predicate static java.util.Spliterator flatMap (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize static java.util.Spliterator$OfInt flatMapToInt (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize static java.util.Spliterator$OfLong flatMapToLong (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize static java.util.Spliterator$OfDouble flatMapToDouble (java.util.Spliterator, java.util.function.Function, int, long) java.util.Spliterator fromSpliterator java.util.function.Function function int topCharacteristics long topSize }
com/google/common/collect/Collections2$FilteredCollection.class
Collections2.java package com.google.common.collect com.google.common.collect.Collections2$FilteredCollection extends java.util.AbstractCollection { final java.util.Collection unfiltered final com.google.common.base.Predicate predicate void <init> (java.util.Collection, com.google.common.base.Predicate) java.util.Collection unfiltered com.google.common.base.Predicate predicate com.google.common.collect.Collections2$FilteredCollection createCombined (com.google.common.base.Predicate) com.google.common.base.Predicate newPredicate public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) Object element java.util.Collection collection public void clear () public boolean contains (java.lang.Object) Object e Object element public boolean containsAll (java.util.Collection) java.util.Collection collection public boolean isEmpty () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean remove (java.lang.Object) Object element public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public int size () Object e int size public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array private synthetic boolean lambda$removeIf$2 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element private static synthetic boolean lambda$retainAll$1 (java.util.Collection, java.lang.Object) java.util.Collection collection Object element private synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object) java.util.function.Consumer action Object e }
com/google/common/collect/Collections2$OrderedPermutationCollection.class
Collections2.java package com.google.common.collect final com.google.common.collect.Collections2$OrderedPermutationCollection extends java.util.AbstractCollection { final com.google.common.collect.ImmutableList inputList final java.util.Comparator comparator final int size void <init> (java.lang.Iterable, java.util.Comparator) Iterable input java.util.Comparator comparator private static int calculateSize (java.util.List, java.util.Comparator) int comparison java.util.List sortedInputList java.util.Comparator comparator int permutations int n int r public int size () public boolean isEmpty () public java.util.Iterator iterator () public boolean contains (java.lang.Object) java.util.List list Object obj public java.lang.String toString () }
com/google/common/collect/Collections2$OrderedPermutationIterator.class
Collections2.java package com.google.common.collect final com.google.common.collect.Collections2$OrderedPermutationIterator extends com.google.common.collect.AbstractIterator { java.util.List nextPermutation final java.util.Comparator comparator void <init> (java.util.List, java.util.Comparator) java.util.List list java.util.Comparator comparator protected java.util.List computeNext () com.google.common.collect.ImmutableList next void calculateNextPermutation () int j int l int n int findNextJ () int k int findNextL (int) int l int j Object ak protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/Collections2$PermutationCollection.class
Collections2.java package com.google.common.collect final com.google.common.collect.Collections2$PermutationCollection extends java.util.AbstractCollection { final com.google.common.collect.ImmutableList inputList void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList input public int size () public boolean isEmpty () public java.util.Iterator iterator () public boolean contains (java.lang.Object) java.util.List list Object obj public java.lang.String toString () }
com/google/common/collect/Collections2$PermutationIterator.class
Collections2.java package com.google.common.collect com.google.common.collect.Collections2$PermutationIterator extends com.google.common.collect.AbstractIterator { final java.util.List list final int[] c final int[] o int j void <init> (java.util.List) java.util.List list int n protected java.util.List computeNext () com.google.common.collect.ImmutableList next void calculateNextPermutation () int q int s void switchDirection () protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/Collections2$TransformedCollection.class
Collections2.java package com.google.common.collect com.google.common.collect.Collections2$TransformedCollection extends java.util.AbstractCollection { final java.util.Collection fromCollection final com.google.common.base.Function function void <init> (java.util.Collection, com.google.common.base.Function) java.util.Collection fromCollection com.google.common.base.Function function public void clear () public boolean isEmpty () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public int size () private synthetic boolean lambda$removeIf$1 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element private synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object) java.util.function.Consumer action Object f }
com/google/common/collect/Collections2.class
Collections2.java package com.google.common.collect public final com.google.common.collect.Collections2 extends java.lang.Object { private void <init> () public static java.util.Collection filter (java.util.Collection, com.google.common.base.Predicate) java.util.Collection unfiltered com.google.common.base.Predicate predicate static boolean safeContains (java.util.Collection, java.lang.Object) RuntimeException e java.util.Collection collection Object object static boolean safeRemove (java.util.Collection, java.lang.Object) RuntimeException e java.util.Collection collection Object object public static java.util.Collection transform (java.util.Collection, com.google.common.base.Function) java.util.Collection fromCollection com.google.common.base.Function function static boolean containsAllImpl (java.util.Collection, java.util.Collection) Object o java.util.Collection self java.util.Collection c static java.lang.String toStringImpl (java.util.Collection) Object o java.util.Collection collection StringBuilder sb boolean first static java.lang.StringBuilder newStringBuilderForCollection (int) int size public static java.util.Collection orderedPermutations (java.lang.Iterable) Iterable elements public static java.util.Collection orderedPermutations (java.lang.Iterable, java.util.Comparator) Iterable elements java.util.Comparator comparator public static java.util.Collection permutations (java.util.Collection) java.util.Collection elements private static boolean isPermutation (java.util.List, java.util.List) java.util.List first java.util.List second com.google.common.collect.Multiset firstMultiset com.google.common.collect.Multiset secondMultiset static synthetic boolean access$000 (java.util.List, java.util.List) java.util.List x0 java.util.List x1 }
com/google/common/collect/CompactHashMap$1.class
CompactHashMap.java package com.google.common.collect com.google.common.collect.CompactHashMap$1 extends com.google.common.collect.CompactHashMap$Itr { final synthetic com.google.common.collect.CompactHashMap this$0 void <init> (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap this$0 java.lang.Object getOutput (int) int entry }
com/google/common/collect/CompactHashMap$2.class
CompactHashMap.java package com.google.common.collect com.google.common.collect.CompactHashMap$2 extends com.google.common.collect.CompactHashMap$Itr { final synthetic com.google.common.collect.CompactHashMap this$0 void <init> (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap this$0 java.util.Map$Entry getOutput (int) int entry volatile synthetic java.lang.Object getOutput (int) }
com/google/common/collect/CompactHashMap$3.class
CompactHashMap.java package com.google.common.collect com.google.common.collect.CompactHashMap$3 extends com.google.common.collect.CompactHashMap$Itr { final synthetic com.google.common.collect.CompactHashMap this$0 void <init> (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap this$0 java.lang.Object getOutput (int) int entry }
com/google/common/collect/CompactHashMap$EntrySetView.class
CompactHashMap.java package com.google.common.collect com.google.common.collect.CompactHashMap$EntrySetView extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.CompactHashMap this$0 void <init> (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap this$0 java.util.Map map () public java.util.Iterator iterator () public java.util.Spliterator spliterator () java.util.Map delegate public boolean contains (java.lang.Object) java.util.Map$Entry entry int index Object o java.util.Map delegate public boolean remove (java.lang.Object) java.util.Map$Entry entry int mask int index Object o java.util.Map delegate private synthetic java.util.Map$Entry lambda$spliterator$0 (int) int x$0 }
com/google/common/collect/CompactHashMap$Itr.class
CompactHashMap.java package com.google.common.collect abstract com.google.common.collect.CompactHashMap$Itr extends java.lang.Object implements java.util.Iterator { int expectedMetadata int currentIndex int indexToRemove final synthetic com.google.common.collect.CompactHashMap this$0 private void <init> (com.google.common.collect.CompactHashMap) public boolean hasNext () abstract java.lang.Object getOutput (int) public java.lang.Object next () Object result public void remove () void incrementExpectedModCount () private void checkForConcurrentModification () synthetic void <init> (com.google.common.collect.CompactHashMap, com.google.common.collect.CompactHashMap$1) com.google.common.collect.CompactHashMap x0 com.google.common.collect.CompactHashMap$1 x1 }
com/google/common/collect/CompactHashMap$KeySetView.class
CompactHashMap.java package com.google.common.collect com.google.common.collect.CompactHashMap$KeySetView extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.CompactHashMap this$0 void <init> (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap this$0 public java.lang.Object[] toArray () java.util.Map delegate public java.lang.Object[] toArray (java.lang.Object[]) Object[] unsoundlyCovariantArray Object[] a java.util.Map delegate public boolean remove (java.lang.Object) Object o java.util.Map delegate public java.util.Iterator iterator () public java.util.Spliterator spliterator () java.util.Map delegate public void forEach (java.util.function.Consumer) int i java.util.function.Consumer action java.util.Map delegate }
com/google/common/collect/CompactHashMap$MapEntry.class
CompactHashMap.java package com.google.common.collect final com.google.common.collect.CompactHashMap$MapEntry extends com.google.common.collect.AbstractMapEntry { private final Object key private int lastKnownIndex final synthetic com.google.common.collect.CompactHashMap this$0 void <init> (com.google.common.collect.CompactHashMap, int) com.google.common.collect.CompactHashMap this$0 int index public java.lang.Object getKey () private void updateLastKnownIndex () public java.lang.Object getValue () java.util.Map delegate public java.lang.Object setValue (java.lang.Object) Object old Object value java.util.Map delegate }
com/google/common/collect/CompactHashMap$ValuesView.class
CompactHashMap.java package com.google.common.collect com.google.common.collect.CompactHashMap$ValuesView extends com.google.common.collect.Maps$Values { final synthetic com.google.common.collect.CompactHashMap this$0 void <init> (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap this$0 public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) int i java.util.function.Consumer action java.util.Map delegate public java.util.Spliterator spliterator () java.util.Map delegate public java.lang.Object[] toArray () java.util.Map delegate public java.lang.Object[] toArray (java.lang.Object[]) Object[] unsoundlyCovariantArray Object[] a java.util.Map delegate }
com/google/common/collect/CompactHashMap.class
CompactHashMap.java package com.google.common.collect com.google.common.collect.CompactHashMap extends java.util.AbstractMap implements java.io.Serializable { private static final Object NOT_FOUND static final double HASH_FLOODING_FPP private static final int MAX_HASH_BUCKET_LENGTH private transient Object table transient int[] entries transient Object[] keys transient Object[] values private transient int metadata private transient int size private transient java.util.Set keySetView private transient java.util.Set entrySetView private transient java.util.Collection valuesView public static com.google.common.collect.CompactHashMap create () public static com.google.common.collect.CompactHashMap createWithExpectedSize (int) int expectedSize void <init> () void <init> (int) int expectedSize void init (int) int expectedSize boolean needsAllocArrays () int allocArrays () int expectedSize int buckets java.util.Map delegateOrNull () java.util.Map createHashFloodingResistantDelegate (int) int tableSize java.util.Map convertToHashFloodingResistantImplementation () int i java.util.Map newDelegate private void setHashTableMask (int) int mask int hashTableBits private int hashTableMask () void incrementModCount () void accessEntry (int) int index public java.lang.Object put (java.lang.Object, java.lang.Object) Object oldValue int entryIndex int entry int hashPrefix int bucketLength Object key Object value java.util.Map delegate int[] entries Object[] keys Object[] values int newEntryIndex int newSize int hash int mask int tableIndex int next void insertEntry (int, java.lang.Object, java.lang.Object, int, int) int entryIndex Object key Object value int hash int mask private void resizeMeMaybe (int) int newCapacity int newSize int entriesSize void resizeEntries (int) int newCapacity private int resizeTable (int, int, int, int) int entryIndex int oldEntry int hash int newTableIndex int newNext int oldNext int oldTableIndex int oldMask int newCapacity int targetHash int targetEntryIndex Object newTable int newMask Object oldTable int[] entries private int indexOf (java.lang.Object) int entryIndex int entry Object key int hash int mask int next int hashPrefix public boolean containsKey (java.lang.Object) Object key java.util.Map delegate public java.lang.Object get (java.lang.Object) Object key java.util.Map delegate int index public java.lang.Object remove (java.lang.Object) Object key java.util.Map delegate Object oldValue private java.lang.Object removeHelper (java.lang.Object) Object key int mask int index Object oldValue void moveLastEntry (int, int) int entryIndex int entry Object key int tableIndex int next int srcNext int dstIndex int mask Object table int[] entries Object[] keys Object[] values int srcIndex int firstEntryIndex () int getSuccessor (int) int entryIndex int adjustAfterRemove (int, int) int indexBeforeRemove int indexRemoved public void replaceAll (java.util.function.BiFunction) int i java.util.function.BiFunction function java.util.Map delegate public java.util.Set keySet () java.util.Set createKeySet () java.util.Iterator keySetIterator () java.util.Map delegate public void forEach (java.util.function.BiConsumer) int i java.util.function.BiConsumer action java.util.Map delegate public java.util.Set entrySet () java.util.Set createEntrySet () java.util.Iterator entrySetIterator () java.util.Map delegate public int size () java.util.Map delegate public boolean isEmpty () public boolean containsValue (java.lang.Object) int i Object value java.util.Map delegate public java.util.Collection values () java.util.Collection createValues () java.util.Iterator valuesIterator () java.util.Map delegate public void trimToSize () java.util.Map newDelegate java.util.Map delegate int size int minimumTableSize int mask public void clear () java.util.Map delegate private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.util.Map$Entry e java.io.ObjectOutputStream stream java.util.Iterator entryIterator private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object key Object value int i java.io.ObjectInputStream stream int elementCount private java.lang.Object requireTable () private int[] requireEntries () private java.lang.Object[] requireKeys () private java.lang.Object[] requireValues () private java.lang.Object key (int) int i private java.lang.Object value (int) int i private int entry (int) int i private void setKey (int, java.lang.Object) int i Object key private void setValue (int, java.lang.Object) int i Object value private void setEntry (int, int) int i int value static synthetic int access$000 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic java.lang.Object access$100 (com.google.common.collect.CompactHashMap, int) com.google.common.collect.CompactHashMap x0 int x1 static synthetic java.lang.Object[] access$200 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic int access$300 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic java.lang.Object access$400 (com.google.common.collect.CompactHashMap, java.lang.Object) com.google.common.collect.CompactHashMap x0 Object x1 static synthetic java.lang.Object access$500 () static synthetic int access$700 (com.google.common.collect.CompactHashMap, java.lang.Object) com.google.common.collect.CompactHashMap x0 Object x1 static synthetic java.lang.Object access$800 (com.google.common.collect.CompactHashMap, int) com.google.common.collect.CompactHashMap x0 int x1 static synthetic int access$900 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic java.lang.Object access$1000 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic int[] access$1100 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic java.lang.Object[] access$1200 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic int access$310 (com.google.common.collect.CompactHashMap) com.google.common.collect.CompactHashMap x0 static synthetic void access$1300 (com.google.common.collect.CompactHashMap, int, java.lang.Object) com.google.common.collect.CompactHashMap x0 int x1 Object x2 static void <clinit> () }
com/google/common/collect/CompactHashSet$1.class
CompactHashSet.java package com.google.common.collect com.google.common.collect.CompactHashSet$1 extends java.lang.Object implements java.util.Iterator { int expectedMetadata int currentIndex int indexToRemove final synthetic com.google.common.collect.CompactHashSet this$0 void <init> (com.google.common.collect.CompactHashSet) com.google.common.collect.CompactHashSet this$0 public boolean hasNext () public java.lang.Object next () Object result public void remove () void incrementExpectedModCount () private void checkForConcurrentModification () }
com/google/common/collect/CompactHashSet.class
CompactHashSet.java package com.google.common.collect com.google.common.collect.CompactHashSet extends java.util.AbstractSet implements java.io.Serializable { static final double HASH_FLOODING_FPP private static final int MAX_HASH_BUCKET_LENGTH private transient Object table private transient int[] entries transient Object[] elements private transient int metadata private transient int size public static com.google.common.collect.CompactHashSet create () public static com.google.common.collect.CompactHashSet create (java.util.Collection) java.util.Collection collection com.google.common.collect.CompactHashSet set public static transient com.google.common.collect.CompactHashSet create (java.lang.Object[]) Object[] elements com.google.common.collect.CompactHashSet set public static com.google.common.collect.CompactHashSet createWithExpectedSize (int) int expectedSize void <init> () void <init> (int) int expectedSize void init (int) int expectedSize boolean needsAllocArrays () int allocArrays () int expectedSize int buckets java.util.Set delegateOrNull () private java.util.Set createHashFloodingResistantDelegate (int) int tableSize java.util.Set convertToHashFloodingResistantImplementation () int i java.util.Set newDelegate boolean isUsingHashFloodingResistance () private void setHashTableMask (int) int mask int hashTableBits private int hashTableMask () void incrementModCount () public boolean add (java.lang.Object) int entryIndex int entry int hashPrefix int bucketLength Object object java.util.Set delegate int[] entries Object[] elements int newEntryIndex int newSize int hash int mask int tableIndex int next void insertEntry (int, java.lang.Object, int, int) int entryIndex Object object int hash int mask private void resizeMeMaybe (int) int newCapacity int newSize int entriesSize void resizeEntries (int) int newCapacity private int resizeTable (int, int, int, int) int entryIndex int oldEntry int hash int newTableIndex int newNext int oldNext int oldTableIndex int oldMask int newCapacity int targetHash int targetEntryIndex Object newTable int newMask Object oldTable int[] entries public boolean contains (java.lang.Object) int entryIndex int entry Object object java.util.Set delegate int hash int mask int next int hashPrefix public boolean remove (java.lang.Object) Object object java.util.Set delegate int mask int index void moveLastEntry (int, int) int entryIndex int entry Object object int tableIndex int next int srcNext int dstIndex int mask Object table int[] entries Object[] elements int srcIndex int firstEntryIndex () int getSuccessor (int) int entryIndex int adjustAfterRemove (int, int) int indexBeforeRemove int indexRemoved public java.util.Iterator iterator () java.util.Set delegate public java.util.Spliterator spliterator () java.util.Set delegate public void forEach (java.util.function.Consumer) int i java.util.function.Consumer action java.util.Set delegate public int size () java.util.Set delegate public boolean isEmpty () public java.lang.Object[] toArray () java.util.Set delegate public java.lang.Object[] toArray (java.lang.Object[]) Object[] a java.util.Set delegate public void trimToSize () java.util.Set newDelegate java.util.Set delegate int size int minimumTableSize int mask public void clear () java.util.Set delegate private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException Object e java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object element int i java.io.ObjectInputStream stream int elementCount private java.lang.Object requireTable () private int[] requireEntries () private java.lang.Object[] requireElements () private java.lang.Object element (int) int i private int entry (int) int i private void setElement (int, java.lang.Object) int i Object value private void setEntry (int, int) int i int value static synthetic int access$000 (com.google.common.collect.CompactHashSet) com.google.common.collect.CompactHashSet x0 static synthetic java.lang.Object access$100 (com.google.common.collect.CompactHashSet, int) com.google.common.collect.CompactHashSet x0 int x1 }
com/google/common/collect/CompactHashing.class
CompactHashing.java package com.google.common.collect final com.google.common.collect.CompactHashing extends java.lang.Object { static final byte UNSET private static final int HASH_TABLE_BITS_MAX_BITS static final int MODIFICATION_COUNT_INCREMENT static final int HASH_TABLE_BITS_MASK static final int MAX_SIZE static final int DEFAULT_SIZE private static final int MIN_HASH_TABLE_SIZE private static final int BYTE_MAX_SIZE private static final int BYTE_MASK private static final int SHORT_MAX_SIZE private static final int SHORT_MASK private void <init> () static int tableSize (int) int expectedSize static java.lang.Object createTable (int) int buckets static void tableClear (java.lang.Object) Object table static int tableGet (java.lang.Object, int) Object table int index static void tableSet (java.lang.Object, int, int) Object table int index int entry static int newCapacity (int) int mask static int getHashPrefix (int, int) int value int mask static int getNext (int, int) int entry int mask static int maskCombine (int, int, int) int prefix int suffix int mask static int remove (java.lang.Object, java.lang.Object, int, java.lang.Object, int[], java.lang.Object[], java.lang.Object[]) int newNext int entryIndex int entry Object key Object value int mask Object table int[] entries Object[] keys Object[] values int hash int tableIndex int next int hashPrefix int lastEntryIndex }
com/google/common/collect/CompactLinkedHashMap$1EntrySetImpl.class
CompactLinkedHashMap.java package com.google.common.collect com.google.common.collect.CompactLinkedHashMap$1EntrySetImpl extends com.google.common.collect.CompactHashMap$EntrySetView { void <init> (com.google.common.collect.CompactLinkedHashMap) com.google.common.collect.CompactLinkedHashMap this$0 public java.util.Spliterator spliterator () }
com/google/common/collect/CompactLinkedHashMap$1KeySetImpl.class
CompactLinkedHashMap.java package com.google.common.collect com.google.common.collect.CompactLinkedHashMap$1KeySetImpl extends com.google.common.collect.CompactHashMap$KeySetView { void <init> (com.google.common.collect.CompactLinkedHashMap) com.google.common.collect.CompactLinkedHashMap this$0 public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a public java.util.Spliterator spliterator () }
com/google/common/collect/CompactLinkedHashMap$1ValuesImpl.class
CompactLinkedHashMap.java package com.google.common.collect com.google.common.collect.CompactLinkedHashMap$1ValuesImpl extends com.google.common.collect.CompactHashMap$ValuesView { void <init> (com.google.common.collect.CompactLinkedHashMap) com.google.common.collect.CompactLinkedHashMap this$0 public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a public java.util.Spliterator spliterator () }
com/google/common/collect/CompactLinkedHashMap.class
CompactLinkedHashMap.java package com.google.common.collect com.google.common.collect.CompactLinkedHashMap extends com.google.common.collect.CompactHashMap { private static final int ENDPOINT transient long[] links private transient int firstEntry private transient int lastEntry private final boolean accessOrder public static com.google.common.collect.CompactLinkedHashMap create () public static com.google.common.collect.CompactLinkedHashMap createWithExpectedSize (int) int expectedSize void <init> () void <init> (int) int expectedSize void <init> (int, boolean) int expectedSize boolean accessOrder void init (int) int expectedSize int allocArrays () int expectedSize java.util.Map createHashFloodingResistantDelegate (int) int tableSize java.util.Map convertToHashFloodingResistantImplementation () java.util.Map result private int getPredecessor (int) int entry int getSuccessor (int) int entry private void setSuccessor (int, int) int entry int succ long succMask private void setPredecessor (int, int) int entry int pred long predMask private void setSucceeds (int, int) int pred int succ void insertEntry (int, java.lang.Object, java.lang.Object, int, int) int entryIndex Object key Object value int hash int mask void accessEntry (int) int index void moveLastEntry (int, int) int dstIndex int mask int srcIndex void resizeEntries (int) int newCapacity int firstEntryIndex () int adjustAfterRemove (int, int) int indexBeforeRemove int indexRemoved java.util.Set createEntrySet () java.util.Set createKeySet () java.util.Collection createValues () public void clear () private long[] requireLinks () private long link (int) int i private void setLink (int, long) int i long value }
com/google/common/collect/CompactLinkedHashSet.class
CompactLinkedHashSet.java package com.google.common.collect com.google.common.collect.CompactLinkedHashSet extends com.google.common.collect.CompactHashSet { private static final int ENDPOINT private transient int[] predecessor private transient int[] successor private transient int firstEntry private transient int lastEntry public static com.google.common.collect.CompactLinkedHashSet create () public static com.google.common.collect.CompactLinkedHashSet create (java.util.Collection) java.util.Collection collection com.google.common.collect.CompactLinkedHashSet set public static transient com.google.common.collect.CompactLinkedHashSet create (java.lang.Object[]) Object[] elements com.google.common.collect.CompactLinkedHashSet set public static com.google.common.collect.CompactLinkedHashSet createWithExpectedSize (int) int expectedSize void <init> () void <init> (int) int expectedSize void init (int) int expectedSize int allocArrays () int expectedSize java.util.Set convertToHashFloodingResistantImplementation () java.util.Set result private int getPredecessor (int) int entry int getSuccessor (int) int entry private void setSuccessor (int, int) int entry int succ private void setPredecessor (int, int) int entry int pred private void setSucceeds (int, int) int pred int succ void insertEntry (int, java.lang.Object, int, int) int entryIndex Object object int hash int mask void moveLastEntry (int, int) int dstIndex int mask int srcIndex void resizeEntries (int) int newCapacity int firstEntryIndex () int adjustAfterRemove (int, int) int indexBeforeRemove int indexRemoved public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a public java.util.Spliterator spliterator () public void clear () private int[] requirePredecessors () private int[] requireSuccessors () }
com/google/common/collect/ComparatorOrdering.class
ComparatorOrdering.java package com.google.common.collect final com.google.common.collect.ComparatorOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final java.util.Comparator comparator private static final long serialVersionUID void <init> (java.util.Comparator) java.util.Comparator comparator public int compare (java.lang.Object, java.lang.Object) Object a Object b public boolean equals (java.lang.Object) com.google.common.collect.ComparatorOrdering that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/Comparators.class
Comparators.java package com.google.common.collect public final com.google.common.collect.Comparators extends java.lang.Object { private void <init> () public static java.util.Comparator lexicographical (java.util.Comparator) java.util.Comparator comparator public static boolean isInOrder (java.lang.Iterable, java.util.Comparator) Object next Object prev Iterable iterable java.util.Comparator comparator java.util.Iterator it public static boolean isInStrictOrder (java.lang.Iterable, java.util.Comparator) Object next Object prev Iterable iterable java.util.Comparator comparator java.util.Iterator it public static java.util.stream.Collector least (int, java.util.Comparator) int k java.util.Comparator comparator public static java.util.stream.Collector greatest (int, java.util.Comparator) int k java.util.Comparator comparator public static java.util.Comparator emptiesFirst (java.util.Comparator) java.util.Comparator valueComparator public static java.util.Comparator emptiesLast (java.util.Comparator) java.util.Comparator valueComparator public static java.lang.Comparable min (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public static java.lang.Object min (java.lang.Object, java.lang.Object, java.util.Comparator) Object a Object b java.util.Comparator comparator public static java.lang.Comparable max (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public static java.lang.Object max (java.lang.Object, java.lang.Object, java.util.Comparator) Object a Object b java.util.Comparator comparator private static synthetic java.lang.Object lambda$emptiesLast$2 (java.util.Optional) java.util.Optional o private static synthetic java.lang.Object lambda$emptiesFirst$1 (java.util.Optional) java.util.Optional o private static synthetic com.google.common.collect.TopKSelector lambda$least$0 (int, java.util.Comparator) int k java.util.Comparator comparator }
com/google/common/collect/ComparisonChain$1.class
ComparisonChain.java package com.google.common.collect com.google.common.collect.ComparisonChain$1 extends com.google.common.collect.ComparisonChain { void <init> () public com.google.common.collect.ComparisonChain compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public com.google.common.collect.ComparisonChain compare (java.lang.Object, java.lang.Object, java.util.Comparator) Object left Object right java.util.Comparator comparator public com.google.common.collect.ComparisonChain compare (int, int) int left int right public com.google.common.collect.ComparisonChain compare (long, long) long left long right public com.google.common.collect.ComparisonChain compare (float, float) float left float right public com.google.common.collect.ComparisonChain compare (double, double) double left double right public com.google.common.collect.ComparisonChain compareTrueFirst (boolean, boolean) boolean left boolean right public com.google.common.collect.ComparisonChain compareFalseFirst (boolean, boolean) boolean left boolean right com.google.common.collect.ComparisonChain classify (int) int result public int result () }
com/google/common/collect/ComparisonChain$InactiveComparisonChain.class
ComparisonChain.java package com.google.common.collect final com.google.common.collect.ComparisonChain$InactiveComparisonChain extends com.google.common.collect.ComparisonChain { final int result void <init> (int) int result public com.google.common.collect.ComparisonChain compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public com.google.common.collect.ComparisonChain compare (java.lang.Object, java.lang.Object, java.util.Comparator) Object left Object right java.util.Comparator comparator public com.google.common.collect.ComparisonChain compare (int, int) int left int right public com.google.common.collect.ComparisonChain compare (long, long) long left long right public com.google.common.collect.ComparisonChain compare (float, float) float left float right public com.google.common.collect.ComparisonChain compare (double, double) double left double right public com.google.common.collect.ComparisonChain compareTrueFirst (boolean, boolean) boolean left boolean right public com.google.common.collect.ComparisonChain compareFalseFirst (boolean, boolean) boolean left boolean right public int result () }
com/google/common/collect/ComparisonChain.class
ComparisonChain.java package com.google.common.collect public abstract com.google.common.collect.ComparisonChain extends java.lang.Object { private static final com.google.common.collect.ComparisonChain ACTIVE private static final com.google.common.collect.ComparisonChain LESS private static final com.google.common.collect.ComparisonChain GREATER private void <init> () public static com.google.common.collect.ComparisonChain start () public abstract com.google.common.collect.ComparisonChain compare (java.lang.Comparable, java.lang.Comparable) public abstract com.google.common.collect.ComparisonChain compare (java.lang.Object, java.lang.Object, java.util.Comparator) public abstract com.google.common.collect.ComparisonChain compare (int, int) public abstract com.google.common.collect.ComparisonChain compare (long, long) public abstract com.google.common.collect.ComparisonChain compare (float, float) public abstract com.google.common.collect.ComparisonChain compare (double, double) public final com.google.common.collect.ComparisonChain compare (java.lang.Boolean, java.lang.Boolean) Boolean left Boolean right public abstract com.google.common.collect.ComparisonChain compareTrueFirst (boolean, boolean) public abstract com.google.common.collect.ComparisonChain compareFalseFirst (boolean, boolean) public abstract int result () synthetic void <init> (com.google.common.collect.ComparisonChain$1) com.google.common.collect.ComparisonChain$1 x0 static synthetic com.google.common.collect.ComparisonChain access$100 () static synthetic com.google.common.collect.ComparisonChain access$200 () static synthetic com.google.common.collect.ComparisonChain access$300 () static void <clinit> () }
com/google/common/collect/CompoundOrdering.class
CompoundOrdering.java package com.google.common.collect final com.google.common.collect.CompoundOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final java.util.Comparator[] comparators private static final long serialVersionUID void <init> (java.util.Comparator, java.util.Comparator) java.util.Comparator primary java.util.Comparator secondary void <init> (java.lang.Iterable) Iterable comparators public int compare (java.lang.Object, java.lang.Object) int result int i Object left Object right public boolean equals (java.lang.Object) com.google.common.collect.CompoundOrdering that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/ComputationException.class
ComputationException.java package com.google.common.collect public com.google.common.collect.ComputationException extends java.lang.RuntimeException { private static final long serialVersionUID public void <init> (java.lang.Throwable) Throwable cause }
com/google/common/collect/ConcurrentHashMultiset$1.class
ConcurrentHashMultiset.java package com.google.common.collect com.google.common.collect.ConcurrentHashMultiset$1 extends com.google.common.collect.ForwardingSet { final synthetic java.util.Set val$delegate void <init> (com.google.common.collect.ConcurrentHashMultiset, java.util.Set) com.google.common.collect.ConcurrentHashMultiset this$0 protected java.util.Set delegate () public boolean contains (java.lang.Object) Object object public boolean containsAll (java.util.Collection) java.util.Collection collection public boolean remove (java.lang.Object) Object object public boolean removeAll (java.util.Collection) java.util.Collection c protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ConcurrentHashMultiset$2.class
ConcurrentHashMultiset.java package com.google.common.collect com.google.common.collect.ConcurrentHashMultiset$2 extends com.google.common.collect.AbstractIterator { private final java.util.Iterator mapEntries final synthetic com.google.common.collect.ConcurrentHashMultiset this$0 void <init> (com.google.common.collect.ConcurrentHashMultiset) com.google.common.collect.ConcurrentHashMultiset this$0 protected com.google.common.collect.Multiset$Entry computeNext () java.util.Map$Entry mapEntry int count protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/ConcurrentHashMultiset$3.class
ConcurrentHashMultiset.java package com.google.common.collect com.google.common.collect.ConcurrentHashMultiset$3 extends com.google.common.collect.ForwardingIterator { private com.google.common.collect.Multiset$Entry last final synthetic java.util.Iterator val$readOnlyIterator final synthetic com.google.common.collect.ConcurrentHashMultiset this$0 void <init> (com.google.common.collect.ConcurrentHashMultiset, java.util.Iterator) com.google.common.collect.ConcurrentHashMultiset this$0 protected java.util.Iterator delegate () public com.google.common.collect.Multiset$Entry next () public void remove () public volatile synthetic java.lang.Object next () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ConcurrentHashMultiset$EntrySet.class
ConcurrentHashMultiset.java package com.google.common.collect com.google.common.collect.ConcurrentHashMultiset$EntrySet extends com.google.common.collect.AbstractMultiset$EntrySet { final synthetic com.google.common.collect.ConcurrentHashMultiset this$0 private void <init> (com.google.common.collect.ConcurrentHashMultiset) com.google.common.collect.ConcurrentHashMultiset multiset () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array private java.util.List snapshot () java.util.List list volatile synthetic com.google.common.collect.Multiset multiset () synthetic void <init> (com.google.common.collect.ConcurrentHashMultiset, com.google.common.collect.ConcurrentHashMultiset$1) com.google.common.collect.ConcurrentHashMultiset x0 com.google.common.collect.ConcurrentHashMultiset$1 x1 }
com/google/common/collect/ConcurrentHashMultiset$FieldSettersHolder.class
ConcurrentHashMultiset.java package com.google.common.collect com.google.common.collect.ConcurrentHashMultiset$FieldSettersHolder extends java.lang.Object { static final com.google.common.collect.Serialization$FieldSetter COUNT_MAP_FIELD_SETTER private void <init> () static void <clinit> () }
com/google/common/collect/ConcurrentHashMultiset.class
ConcurrentHashMultiset.java package com.google.common.collect public final com.google.common.collect.ConcurrentHashMultiset extends com.google.common.collect.AbstractMultiset implements java.io.Serializable { private final transient java.util.concurrent.ConcurrentMap countMap private static final long serialVersionUID public static com.google.common.collect.ConcurrentHashMultiset create () public static com.google.common.collect.ConcurrentHashMultiset create (java.lang.Iterable) Iterable elements com.google.common.collect.ConcurrentHashMultiset multiset public static com.google.common.collect.ConcurrentHashMultiset create (java.util.concurrent.ConcurrentMap) java.util.concurrent.ConcurrentMap countMap void <init> (java.util.concurrent.ConcurrentMap) java.util.concurrent.ConcurrentMap countMap public int count (java.lang.Object) Object element java.util.concurrent.atomic.AtomicInteger existingCounter public int size () java.util.concurrent.atomic.AtomicInteger value long sum public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array private java.util.List snapshot () int i Object element com.google.common.collect.Multiset$Entry entry java.util.List list public int add (java.lang.Object, int) int newValue ArithmeticException overflow java.util.concurrent.atomic.AtomicInteger newCounter int oldValue java.util.concurrent.atomic.AtomicInteger existingCounter Object element int occurrences public int remove (java.lang.Object, int) int newValue int oldValue Object element int occurrences java.util.concurrent.atomic.AtomicInteger existingCounter public boolean removeExactly (java.lang.Object, int) int oldValue int newValue Object element int occurrences java.util.concurrent.atomic.AtomicInteger existingCounter public int setCount (java.lang.Object, int) java.util.concurrent.atomic.AtomicInteger newCounter int oldValue java.util.concurrent.atomic.AtomicInteger existingCounter Object element int count public boolean setCount (java.lang.Object, int, int) java.util.concurrent.atomic.AtomicInteger newCounter Object element int expectedOldCount int newCount java.util.concurrent.atomic.AtomicInteger existingCounter int oldValue java.util.Set createElementSet () java.util.Set delegate java.util.Iterator elementIterator () public java.util.Set createEntrySet () int distinctElements () public boolean isEmpty () java.util.Iterator entryIterator () java.util.Iterator readOnlyIterator public java.util.Iterator iterator () public void clear () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.concurrent.ConcurrentMap deserializedCountMap public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () public volatile synthetic boolean contains (java.lang.Object) static synthetic java.util.concurrent.ConcurrentMap access$100 (com.google.common.collect.ConcurrentHashMultiset) com.google.common.collect.ConcurrentHashMultiset x0 }
com/google/common/collect/ConsumingQueueIterator.class
ConsumingQueueIterator.java package com.google.common.collect final com.google.common.collect.ConsumingQueueIterator extends com.google.common.collect.AbstractIterator { private final java.util.Queue queue void <init> (java.util.Queue) java.util.Queue queue public java.lang.Object computeNext () }
com/google/common/collect/ContiguousSet.class
ContiguousSet.java package com.google.common.collect public abstract com.google.common.collect.ContiguousSet extends com.google.common.collect.ImmutableSortedSet { final com.google.common.collect.DiscreteDomain domain public static com.google.common.collect.ContiguousSet create (com.google.common.collect.Range, com.google.common.collect.DiscreteDomain) java.util.NoSuchElementException e boolean empty Comparable afterLower Comparable beforeUpper com.google.common.collect.Range range com.google.common.collect.DiscreteDomain domain com.google.common.collect.Range effectiveRange boolean empty public static com.google.common.collect.ContiguousSet closed (int, int) int lower int upper public static com.google.common.collect.ContiguousSet closed (long, long) long lower long upper public static com.google.common.collect.ContiguousSet closedOpen (int, int) int lower int upper public static com.google.common.collect.ContiguousSet closedOpen (long, long) long lower long upper void <init> (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain public com.google.common.collect.ContiguousSet headSet (java.lang.Comparable) Comparable toElement public com.google.common.collect.ContiguousSet headSet (java.lang.Comparable, boolean) Comparable toElement boolean inclusive public com.google.common.collect.ContiguousSet subSet (java.lang.Comparable, java.lang.Comparable) Comparable fromElement Comparable toElement public com.google.common.collect.ContiguousSet subSet (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive public com.google.common.collect.ContiguousSet tailSet (java.lang.Comparable) Comparable fromElement public com.google.common.collect.ContiguousSet tailSet (java.lang.Comparable, boolean) Comparable fromElement boolean inclusive abstract com.google.common.collect.ContiguousSet headSetImpl (java.lang.Comparable, boolean) abstract com.google.common.collect.ContiguousSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) abstract com.google.common.collect.ContiguousSet tailSetImpl (java.lang.Comparable, boolean) public abstract com.google.common.collect.ContiguousSet intersection (com.google.common.collect.ContiguousSet) public abstract com.google.common.collect.Range range () public abstract com.google.common.collect.Range range (com.google.common.collect.BoundType, com.google.common.collect.BoundType) com.google.common.collect.ImmutableSortedSet createDescendingSet () public java.lang.String toString () public static com.google.common.collect.ImmutableSortedSet$Builder builder () volatile synthetic com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic com.google.common.collect.ImmutableSortedSet tailSet (java.lang.Object, boolean) public volatile synthetic com.google.common.collect.ImmutableSortedSet tailSet (java.lang.Object) public volatile synthetic com.google.common.collect.ImmutableSortedSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) public volatile synthetic com.google.common.collect.ImmutableSortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic com.google.common.collect.ImmutableSortedSet headSet (java.lang.Object, boolean) public volatile synthetic com.google.common.collect.ImmutableSortedSet headSet (java.lang.Object) public volatile synthetic java.util.SortedSet tailSet (java.lang.Object) public volatile synthetic java.util.SortedSet headSet (java.lang.Object) public volatile synthetic java.util.SortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic java.util.NavigableSet tailSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet headSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) }
com/google/common/collect/Count.class
Count.java package com.google.common.collect final com.google.common.collect.Count extends java.lang.Object implements java.io.Serializable { private int value void <init> (int) int value public int get () public void add (int) int delta public int addAndGet (int) int delta public void set (int) int newValue public int getAndSet (int) int newValue int result public int hashCode () public boolean equals (java.lang.Object) Object obj public java.lang.String toString () }
com/google/common/collect/Cut$1.class
Cut.java package com.google.common.collect synthetic com.google.common.collect.Cut$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$collect$BoundType static void <clinit> () }
com/google/common/collect/Cut$AboveAll.class
Cut.java package com.google.common.collect final com.google.common.collect.Cut$AboveAll extends com.google.common.collect.Cut { private static final com.google.common.collect.Cut$AboveAll INSTANCE private static final long serialVersionUID private void <init> () java.lang.Comparable endpoint () boolean isLessThan (java.lang.Comparable) Comparable value com.google.common.collect.BoundType typeAsLowerBound () com.google.common.collect.BoundType typeAsUpperBound () com.google.common.collect.Cut withLowerBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain com.google.common.collect.Cut withUpperBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain java.lang.Comparable greatestValueBelow (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain public int compareTo (com.google.common.collect.Cut) com.google.common.collect.Cut o public int hashCode () public java.lang.String toString () private java.lang.Object readResolve () public volatile synthetic int compareTo (java.lang.Object) static synthetic com.google.common.collect.Cut$AboveAll access$100 () static void <clinit> () }
com/google/common/collect/Cut$AboveValue.class
Cut.java package com.google.common.collect final com.google.common.collect.Cut$AboveValue extends com.google.common.collect.Cut { private static final long serialVersionUID void <init> (java.lang.Comparable) Comparable endpoint boolean isLessThan (java.lang.Comparable) Comparable value com.google.common.collect.BoundType typeAsLowerBound () com.google.common.collect.BoundType typeAsUpperBound () com.google.common.collect.Cut withLowerBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) Comparable next com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain com.google.common.collect.Cut withUpperBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) Comparable next com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain java.lang.Comparable greatestValueBelow (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain com.google.common.collect.Cut canonical (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain Comparable next public int hashCode () public java.lang.String toString () public volatile synthetic int compareTo (java.lang.Object) }
com/google/common/collect/Cut$BelowAll.class
Cut.java package com.google.common.collect final com.google.common.collect.Cut$BelowAll extends com.google.common.collect.Cut { private static final com.google.common.collect.Cut$BelowAll INSTANCE private static final long serialVersionUID private void <init> () java.lang.Comparable endpoint () boolean isLessThan (java.lang.Comparable) Comparable value com.google.common.collect.BoundType typeAsLowerBound () com.google.common.collect.BoundType typeAsUpperBound () com.google.common.collect.Cut withLowerBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain com.google.common.collect.Cut withUpperBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain java.lang.Comparable greatestValueBelow (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain com.google.common.collect.Cut canonical (com.google.common.collect.DiscreteDomain) java.util.NoSuchElementException e com.google.common.collect.DiscreteDomain domain public int compareTo (com.google.common.collect.Cut) com.google.common.collect.Cut o public int hashCode () public java.lang.String toString () private java.lang.Object readResolve () public volatile synthetic int compareTo (java.lang.Object) static synthetic com.google.common.collect.Cut$BelowAll access$000 () static void <clinit> () }
com/google/common/collect/Cut$BelowValue.class
Cut.java package com.google.common.collect final com.google.common.collect.Cut$BelowValue extends com.google.common.collect.Cut { private static final long serialVersionUID void <init> (java.lang.Comparable) Comparable endpoint boolean isLessThan (java.lang.Comparable) Comparable value com.google.common.collect.BoundType typeAsLowerBound () com.google.common.collect.BoundType typeAsUpperBound () com.google.common.collect.Cut withLowerBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) Comparable previous com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain com.google.common.collect.Cut withUpperBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) Comparable previous com.google.common.collect.BoundType boundType com.google.common.collect.DiscreteDomain domain void describeAsLowerBound (java.lang.StringBuilder) StringBuilder sb void describeAsUpperBound (java.lang.StringBuilder) StringBuilder sb java.lang.Comparable leastValueAbove (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain java.lang.Comparable greatestValueBelow (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain public int hashCode () public java.lang.String toString () public volatile synthetic int compareTo (java.lang.Object) }
com/google/common/collect/Cut.class
Cut.java package com.google.common.collect abstract com.google.common.collect.Cut extends java.lang.Object implements java.lang.Comparable java.io.Serializable { final Comparable endpoint private static final long serialVersionUID void <init> (java.lang.Comparable) Comparable endpoint abstract boolean isLessThan (java.lang.Comparable) abstract com.google.common.collect.BoundType typeAsLowerBound () abstract com.google.common.collect.BoundType typeAsUpperBound () abstract com.google.common.collect.Cut withLowerBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) abstract com.google.common.collect.Cut withUpperBoundType (com.google.common.collect.BoundType, com.google.common.collect.DiscreteDomain) abstract void describeAsLowerBound (java.lang.StringBuilder) abstract void describeAsUpperBound (java.lang.StringBuilder) abstract java.lang.Comparable leastValueAbove (com.google.common.collect.DiscreteDomain) abstract java.lang.Comparable greatestValueBelow (com.google.common.collect.DiscreteDomain) com.google.common.collect.Cut canonical (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain public int compareTo (com.google.common.collect.Cut) com.google.common.collect.Cut that int result java.lang.Comparable endpoint () public boolean equals (java.lang.Object) int compareResult ClassCastException wastNotComparableToOurType com.google.common.collect.Cut that Object obj public abstract int hashCode () static com.google.common.collect.Cut belowAll () static com.google.common.collect.Cut aboveAll () static com.google.common.collect.Cut belowValue (java.lang.Comparable) Comparable endpoint static com.google.common.collect.Cut aboveValue (java.lang.Comparable) Comparable endpoint public volatile synthetic int compareTo (java.lang.Object) }
com/google/common/collect/DenseImmutableTable$1.class
DenseImmutableTable.java package com.google.common.collect synthetic com.google.common.collect.DenseImmutableTable$1 extends java.lang.Object { }
com/google/common/collect/DenseImmutableTable$Column.class
DenseImmutableTable.java package com.google.common.collect final com.google.common.collect.DenseImmutableTable$Column extends com.google.common.collect.DenseImmutableTable$ImmutableArrayMap { private final int columnIndex final synthetic com.google.common.collect.DenseImmutableTable this$0 void <init> (com.google.common.collect.DenseImmutableTable, int) int columnIndex com.google.common.collect.ImmutableMap keyToIndex () java.lang.Object getValue (int) int keyIndex boolean isPartialView () }
com/google/common/collect/DenseImmutableTable$ColumnMap.class
DenseImmutableTable.java package com.google.common.collect final com.google.common.collect.DenseImmutableTable$ColumnMap extends com.google.common.collect.DenseImmutableTable$ImmutableArrayMap { final synthetic com.google.common.collect.DenseImmutableTable this$0 private void <init> (com.google.common.collect.DenseImmutableTable) com.google.common.collect.ImmutableMap keyToIndex () com.google.common.collect.ImmutableMap getValue (int) int keyIndex boolean isPartialView () volatile synthetic java.lang.Object getValue (int) synthetic void <init> (com.google.common.collect.DenseImmutableTable, com.google.common.collect.DenseImmutableTable$1) com.google.common.collect.DenseImmutableTable x0 com.google.common.collect.DenseImmutableTable$1 x1 }
com/google/common/collect/DenseImmutableTable$ImmutableArrayMap$1.class
DenseImmutableTable.java package com.google.common.collect com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1 extends com.google.common.collect.AbstractIterator { private int index private final int maxIndex final synthetic com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this$0 void <init> (com.google.common.collect.DenseImmutableTable$ImmutableArrayMap) com.google.common.collect.DenseImmutableTable$ImmutableArrayMap this$0 protected java.util.Map$Entry computeNext () Object value protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/DenseImmutableTable$ImmutableArrayMap.class
DenseImmutableTable.java package com.google.common.collect abstract com.google.common.collect.DenseImmutableTable$ImmutableArrayMap extends com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap { private final int size void <init> (int) int size abstract com.google.common.collect.ImmutableMap keyToIndex () private boolean isFull () java.lang.Object getKey (int) int index abstract java.lang.Object getValue (int) com.google.common.collect.ImmutableSet createKeySet () public int size () public java.lang.Object get (java.lang.Object) Object key Integer keyIndex com.google.common.collect.UnmodifiableIterator entryIterator () }
com/google/common/collect/DenseImmutableTable$Row.class
DenseImmutableTable.java package com.google.common.collect final com.google.common.collect.DenseImmutableTable$Row extends com.google.common.collect.DenseImmutableTable$ImmutableArrayMap { private final int rowIndex final synthetic com.google.common.collect.DenseImmutableTable this$0 void <init> (com.google.common.collect.DenseImmutableTable, int) int rowIndex com.google.common.collect.ImmutableMap keyToIndex () java.lang.Object getValue (int) int keyIndex boolean isPartialView () }
com/google/common/collect/DenseImmutableTable$RowMap.class
DenseImmutableTable.java package com.google.common.collect final com.google.common.collect.DenseImmutableTable$RowMap extends com.google.common.collect.DenseImmutableTable$ImmutableArrayMap { final synthetic com.google.common.collect.DenseImmutableTable this$0 private void <init> (com.google.common.collect.DenseImmutableTable) com.google.common.collect.ImmutableMap keyToIndex () com.google.common.collect.ImmutableMap getValue (int) int keyIndex boolean isPartialView () volatile synthetic java.lang.Object getValue (int) synthetic void <init> (com.google.common.collect.DenseImmutableTable, com.google.common.collect.DenseImmutableTable$1) com.google.common.collect.DenseImmutableTable x0 com.google.common.collect.DenseImmutableTable$1 x1 }
com/google/common/collect/DenseImmutableTable.class
DenseImmutableTable.java package com.google.common.collect final com.google.common.collect.DenseImmutableTable extends com.google.common.collect.RegularImmutableTable { private final com.google.common.collect.ImmutableMap rowKeyToIndex private final com.google.common.collect.ImmutableMap columnKeyToIndex private final com.google.common.collect.ImmutableMap rowMap private final com.google.common.collect.ImmutableMap columnMap private final int[] rowCounts private final int[] columnCounts private final Object[][] values private final int[] cellRowIndices private final int[] cellColumnIndices void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet) com.google.common.collect.Table$Cell cell Object rowKey Object columnKey int rowIndex int columnIndex Object existingValue int i com.google.common.collect.ImmutableList cellList com.google.common.collect.ImmutableSet rowSpace com.google.common.collect.ImmutableSet columnSpace Object[][] array int[] cellRowIndices int[] cellColumnIndices public com.google.common.collect.ImmutableMap columnMap () com.google.common.collect.ImmutableMap columnMap public com.google.common.collect.ImmutableMap rowMap () com.google.common.collect.ImmutableMap rowMap public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey Integer rowIndex Integer columnIndex public int size () com.google.common.collect.Table$Cell getCell (int) int index int rowIndex int columnIndex Object rowKey Object columnKey Object value java.lang.Object getValue (int) int index com.google.common.collect.ImmutableTable$SerializedForm createSerializedForm () public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () static synthetic int[] access$200 (com.google.common.collect.DenseImmutableTable) com.google.common.collect.DenseImmutableTable x0 static synthetic com.google.common.collect.ImmutableMap access$300 (com.google.common.collect.DenseImmutableTable) com.google.common.collect.DenseImmutableTable x0 static synthetic java.lang.Object[][] access$400 (com.google.common.collect.DenseImmutableTable) com.google.common.collect.DenseImmutableTable x0 static synthetic int[] access$500 (com.google.common.collect.DenseImmutableTable) com.google.common.collect.DenseImmutableTable x0 static synthetic com.google.common.collect.ImmutableMap access$600 (com.google.common.collect.DenseImmutableTable) com.google.common.collect.DenseImmutableTable x0 }
com/google/common/collect/DescendingImmutableSortedMultiset.class
DescendingImmutableSortedMultiset.java package com.google.common.collect final com.google.common.collect.DescendingImmutableSortedMultiset extends com.google.common.collect.ImmutableSortedMultiset { private final transient com.google.common.collect.ImmutableSortedMultiset forward void <init> (com.google.common.collect.ImmutableSortedMultiset) com.google.common.collect.ImmutableSortedMultiset forward public int count (java.lang.Object) Object element public com.google.common.collect.Multiset$Entry firstEntry () public com.google.common.collect.Multiset$Entry lastEntry () public int size () public com.google.common.collect.ImmutableSortedSet elementSet () com.google.common.collect.Multiset$Entry getEntry (int) int index public com.google.common.collect.ImmutableSortedMultiset descendingMultiset () public com.google.common.collect.ImmutableSortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) Object upperBound com.google.common.collect.BoundType boundType public com.google.common.collect.ImmutableSortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType boundType boolean isPartialView () public volatile synthetic com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic com.google.common.collect.SortedMultiset descendingMultiset () public volatile synthetic java.util.NavigableSet elementSet () public volatile synthetic java.util.SortedSet elementSet () public volatile synthetic java.util.Set elementSet () public volatile synthetic com.google.common.collect.ImmutableSet elementSet () }
com/google/common/collect/DescendingImmutableSortedSet.class
DescendingImmutableSortedSet.java package com.google.common.collect final com.google.common.collect.DescendingImmutableSortedSet extends com.google.common.collect.ImmutableSortedSet { private final com.google.common.collect.ImmutableSortedSet forward void <init> (com.google.common.collect.ImmutableSortedSet) com.google.common.collect.ImmutableSortedSet forward public boolean contains (java.lang.Object) Object object public int size () public com.google.common.collect.UnmodifiableIterator iterator () com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Object, boolean) Object toElement boolean inclusive com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) Object fromElement boolean inclusive public com.google.common.collect.ImmutableSortedSet descendingSet () public com.google.common.collect.UnmodifiableIterator descendingIterator () com.google.common.collect.ImmutableSortedSet createDescendingSet () public java.lang.Object lower (java.lang.Object) Object element public java.lang.Object floor (java.lang.Object) Object element public java.lang.Object ceiling (java.lang.Object) Object element public java.lang.Object higher (java.lang.Object) Object element int indexOf (java.lang.Object) Object target int index boolean isPartialView () public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.NavigableSet descendingSet () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/DescendingMultiset$1EntrySetImpl.class
DescendingMultiset.java package com.google.common.collect com.google.common.collect.DescendingMultiset$1EntrySetImpl extends com.google.common.collect.Multisets$EntrySet { final synthetic com.google.common.collect.DescendingMultiset this$0 void <init> (com.google.common.collect.DescendingMultiset) com.google.common.collect.DescendingMultiset this$0 com.google.common.collect.Multiset multiset () public java.util.Iterator iterator () public int size () }
com/google/common/collect/DescendingMultiset.class
DescendingMultiset.java package com.google.common.collect abstract com.google.common.collect.DescendingMultiset extends com.google.common.collect.ForwardingMultiset implements com.google.common.collect.SortedMultiset { private transient java.util.Comparator comparator private transient java.util.NavigableSet elementSet private transient java.util.Set entrySet void <init> () abstract com.google.common.collect.SortedMultiset forwardMultiset () public java.util.Comparator comparator () java.util.Comparator result public java.util.NavigableSet elementSet () java.util.NavigableSet result public com.google.common.collect.Multiset$Entry pollFirstEntry () public com.google.common.collect.Multiset$Entry pollLastEntry () public com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) Object toElement com.google.common.collect.BoundType boundType public com.google.common.collect.SortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) Object fromElement com.google.common.collect.BoundType fromBoundType Object toElement com.google.common.collect.BoundType toBoundType public com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) Object fromElement com.google.common.collect.BoundType boundType protected com.google.common.collect.Multiset delegate () public com.google.common.collect.SortedMultiset descendingMultiset () public com.google.common.collect.Multiset$Entry firstEntry () public com.google.common.collect.Multiset$Entry lastEntry () abstract java.util.Iterator entryIterator () public java.util.Set entrySet () java.util.Set result java.util.Set createEntrySet () public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array public java.lang.String toString () public volatile synthetic java.util.Set elementSet () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () public volatile synthetic java.util.SortedSet elementSet () }
com/google/common/collect/DiscreteDomain$1.class
DiscreteDomain.java package com.google.common.collect synthetic com.google.common.collect.DiscreteDomain$1 extends java.lang.Object { }
com/google/common/collect/DiscreteDomain$BigIntegerDomain.class
DiscreteDomain.java package com.google.common.collect final com.google.common.collect.DiscreteDomain$BigIntegerDomain extends com.google.common.collect.DiscreteDomain implements java.io.Serializable { private static final com.google.common.collect.DiscreteDomain$BigIntegerDomain INSTANCE private static final java.math.BigInteger MIN_LONG private static final java.math.BigInteger MAX_LONG private static final long serialVersionUID void <init> () public java.math.BigInteger next (java.math.BigInteger) java.math.BigInteger value public java.math.BigInteger previous (java.math.BigInteger) java.math.BigInteger value java.math.BigInteger offset (java.math.BigInteger, long) java.math.BigInteger origin long distance public long distance (java.math.BigInteger, java.math.BigInteger) java.math.BigInteger start java.math.BigInteger end private java.lang.Object readResolve () public java.lang.String toString () public volatile synthetic long distance (java.lang.Comparable, java.lang.Comparable) public volatile synthetic java.lang.Comparable previous (java.lang.Comparable) public volatile synthetic java.lang.Comparable next (java.lang.Comparable) volatile synthetic java.lang.Comparable offset (java.lang.Comparable, long) static synthetic com.google.common.collect.DiscreteDomain$BigIntegerDomain access$300 () static void <clinit> () }
com/google/common/collect/DiscreteDomain$IntegerDomain.class
DiscreteDomain.java package com.google.common.collect final com.google.common.collect.DiscreteDomain$IntegerDomain extends com.google.common.collect.DiscreteDomain implements java.io.Serializable { private static final com.google.common.collect.DiscreteDomain$IntegerDomain INSTANCE private static final long serialVersionUID void <init> () public java.lang.Integer next (java.lang.Integer) Integer value int i public java.lang.Integer previous (java.lang.Integer) Integer value int i java.lang.Integer offset (java.lang.Integer, long) Integer origin long distance public long distance (java.lang.Integer, java.lang.Integer) Integer start Integer end public java.lang.Integer minValue () public java.lang.Integer maxValue () private java.lang.Object readResolve () public java.lang.String toString () public volatile synthetic java.lang.Comparable maxValue () public volatile synthetic java.lang.Comparable minValue () public volatile synthetic long distance (java.lang.Comparable, java.lang.Comparable) public volatile synthetic java.lang.Comparable previous (java.lang.Comparable) public volatile synthetic java.lang.Comparable next (java.lang.Comparable) volatile synthetic java.lang.Comparable offset (java.lang.Comparable, long) static synthetic com.google.common.collect.DiscreteDomain$IntegerDomain access$000 () static void <clinit> () }
com/google/common/collect/DiscreteDomain$LongDomain.class
DiscreteDomain.java package com.google.common.collect final com.google.common.collect.DiscreteDomain$LongDomain extends com.google.common.collect.DiscreteDomain implements java.io.Serializable { private static final com.google.common.collect.DiscreteDomain$LongDomain INSTANCE private static final long serialVersionUID void <init> () public java.lang.Long next (java.lang.Long) Long value long l public java.lang.Long previous (java.lang.Long) Long value long l java.lang.Long offset (java.lang.Long, long) Long origin long distance long result public long distance (java.lang.Long, java.lang.Long) Long start Long end long result public java.lang.Long minValue () public java.lang.Long maxValue () private java.lang.Object readResolve () public java.lang.String toString () public volatile synthetic java.lang.Comparable maxValue () public volatile synthetic java.lang.Comparable minValue () public volatile synthetic long distance (java.lang.Comparable, java.lang.Comparable) public volatile synthetic java.lang.Comparable previous (java.lang.Comparable) public volatile synthetic java.lang.Comparable next (java.lang.Comparable) volatile synthetic java.lang.Comparable offset (java.lang.Comparable, long) static synthetic com.google.common.collect.DiscreteDomain$LongDomain access$200 () static void <clinit> () }
com/google/common/collect/DiscreteDomain.class
DiscreteDomain.java package com.google.common.collect public abstract com.google.common.collect.DiscreteDomain extends java.lang.Object { final boolean supportsFastOffset public static com.google.common.collect.DiscreteDomain integers () public static com.google.common.collect.DiscreteDomain longs () public static com.google.common.collect.DiscreteDomain bigIntegers () protected void <init> () private void <init> (boolean) boolean supportsFastOffset java.lang.Comparable offset (java.lang.Comparable, long) long i Comparable origin long distance Comparable current public abstract java.lang.Comparable next (java.lang.Comparable) public abstract java.lang.Comparable previous (java.lang.Comparable) public abstract long distance (java.lang.Comparable, java.lang.Comparable) public java.lang.Comparable minValue () public java.lang.Comparable maxValue () synthetic void <init> (boolean, com.google.common.collect.DiscreteDomain$1) boolean x0 com.google.common.collect.DiscreteDomain$1 x1 }
com/google/common/collect/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.collect abstract annotation com.google.common.collect.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/collect/EmptyContiguousSet$1.class
EmptyContiguousSet.java package com.google.common.collect synthetic com.google.common.collect.EmptyContiguousSet$1 extends java.lang.Object { }
com/google/common/collect/EmptyContiguousSet$SerializedForm.class
EmptyContiguousSet.java package com.google.common.collect final com.google.common.collect.EmptyContiguousSet$SerializedForm extends java.lang.Object implements java.io.Serializable { private final com.google.common.collect.DiscreteDomain domain private static final long serialVersionUID private void <init> (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain private java.lang.Object readResolve () synthetic void <init> (com.google.common.collect.DiscreteDomain, com.google.common.collect.EmptyContiguousSet$1) com.google.common.collect.DiscreteDomain x0 com.google.common.collect.EmptyContiguousSet$1 x1 }
com/google/common/collect/EmptyContiguousSet.class
EmptyContiguousSet.java package com.google.common.collect final com.google.common.collect.EmptyContiguousSet extends com.google.common.collect.ContiguousSet { void <init> (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain public java.lang.Comparable first () public java.lang.Comparable last () public int size () public com.google.common.collect.ContiguousSet intersection (com.google.common.collect.ContiguousSet) com.google.common.collect.ContiguousSet other public com.google.common.collect.Range range () public com.google.common.collect.Range range (com.google.common.collect.BoundType, com.google.common.collect.BoundType) com.google.common.collect.BoundType lowerBoundType com.google.common.collect.BoundType upperBoundType com.google.common.collect.ContiguousSet headSetImpl (java.lang.Comparable, boolean) Comparable toElement boolean inclusive com.google.common.collect.ContiguousSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive com.google.common.collect.ContiguousSet tailSetImpl (java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive public boolean contains (java.lang.Object) Object object int indexOf (java.lang.Object) Object target public com.google.common.collect.UnmodifiableIterator iterator () public com.google.common.collect.UnmodifiableIterator descendingIterator () boolean isPartialView () public boolean isEmpty () public com.google.common.collect.ImmutableList asList () public java.lang.String toString () public boolean equals (java.lang.Object) java.util.Set that Object object boolean isHashCodeFast () public int hashCode () java.lang.Object writeReplace () com.google.common.collect.ImmutableSortedSet createDescendingSet () public volatile synthetic java.lang.Object last () public volatile synthetic java.lang.Object first () volatile synthetic com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/EmptyImmutableListMultimap.class
EmptyImmutableListMultimap.java package com.google.common.collect com.google.common.collect.EmptyImmutableListMultimap extends com.google.common.collect.ImmutableListMultimap { static final com.google.common.collect.EmptyImmutableListMultimap INSTANCE private static final long serialVersionUID private void <init> () private java.lang.Object readResolve () static void <clinit> () }
com/google/common/collect/EmptyImmutableSetMultimap.class
EmptyImmutableSetMultimap.java package com.google.common.collect com.google.common.collect.EmptyImmutableSetMultimap extends com.google.common.collect.ImmutableSetMultimap { static final com.google.common.collect.EmptyImmutableSetMultimap INSTANCE private static final long serialVersionUID private void <init> () private java.lang.Object readResolve () static void <clinit> () }
com/google/common/collect/EnumBiMap.class
EnumBiMap.java package com.google.common.collect public final com.google.common.collect.EnumBiMap extends com.google.common.collect.AbstractBiMap { private transient Class keyType private transient Class valueType private static final long serialVersionUID public static com.google.common.collect.EnumBiMap create (java.lang.Class, java.lang.Class) Class keyType Class valueType public static com.google.common.collect.EnumBiMap create (java.util.Map) java.util.Map map com.google.common.collect.EnumBiMap bimap private void <init> (java.lang.Class, java.lang.Class) Class keyType Class valueType static java.lang.Class inferKeyType (java.util.Map) java.util.Map map private static java.lang.Class inferValueType (java.util.Map) java.util.Map map public java.lang.Class keyType () public java.lang.Class valueType () java.lang.Enum checkKey (java.lang.Enum) Enum key java.lang.Enum checkValue (java.lang.Enum) Enum value private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set values () public volatile synthetic java.util.Set keySet () public volatile synthetic com.google.common.collect.BiMap inverse () public volatile synthetic void clear () public volatile synthetic void replaceAll (java.util.function.BiFunction) public volatile synthetic void putAll (java.util.Map) public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object forcePut (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) volatile synthetic java.lang.Object checkValue (java.lang.Object) volatile synthetic java.lang.Object checkKey (java.lang.Object) }
com/google/common/collect/EnumHashBiMap.class
EnumHashBiMap.java package com.google.common.collect public final com.google.common.collect.EnumHashBiMap extends com.google.common.collect.AbstractBiMap { private transient Class keyType private static final long serialVersionUID public static com.google.common.collect.EnumHashBiMap create (java.lang.Class) Class keyType public static com.google.common.collect.EnumHashBiMap create (java.util.Map) java.util.Map map com.google.common.collect.EnumHashBiMap bimap private void <init> (java.lang.Class) Class keyType java.lang.Enum checkKey (java.lang.Enum) Enum key public java.lang.Object put (java.lang.Enum, java.lang.Object) Enum key Object value public java.lang.Object forcePut (java.lang.Enum, java.lang.Object) Enum key Object value public java.lang.Class keyType () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set values () public volatile synthetic java.util.Set keySet () public volatile synthetic com.google.common.collect.BiMap inverse () public volatile synthetic void clear () public volatile synthetic void replaceAll (java.util.function.BiFunction) public volatile synthetic void putAll (java.util.Map) public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object forcePut (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) volatile synthetic java.lang.Object checkKey (java.lang.Object) }
com/google/common/collect/EnumMultiset$1.class
EnumMultiset.java package com.google.common.collect com.google.common.collect.EnumMultiset$1 extends com.google.common.collect.EnumMultiset$Itr { final synthetic com.google.common.collect.EnumMultiset this$0 void <init> (com.google.common.collect.EnumMultiset) com.google.common.collect.EnumMultiset this$0 java.lang.Enum output (int) int index volatile synthetic java.lang.Object output (int) }
com/google/common/collect/EnumMultiset$2$1.class
EnumMultiset.java package com.google.common.collect com.google.common.collect.EnumMultiset$2$1 extends com.google.common.collect.Multisets$AbstractEntry { final synthetic int val$index final synthetic com.google.common.collect.EnumMultiset$2 this$1 void <init> (com.google.common.collect.EnumMultiset$2, int) com.google.common.collect.EnumMultiset$2 this$1 public java.lang.Enum getElement () public int getCount () public volatile synthetic java.lang.Object getElement () }
com/google/common/collect/EnumMultiset$2.class
EnumMultiset.java package com.google.common.collect com.google.common.collect.EnumMultiset$2 extends com.google.common.collect.EnumMultiset$Itr { final synthetic com.google.common.collect.EnumMultiset this$0 void <init> (com.google.common.collect.EnumMultiset) com.google.common.collect.EnumMultiset this$0 com.google.common.collect.Multiset$Entry output (int) int index volatile synthetic java.lang.Object output (int) }
com/google/common/collect/EnumMultiset$Itr.class
EnumMultiset.java package com.google.common.collect abstract com.google.common.collect.EnumMultiset$Itr extends java.lang.Object implements java.util.Iterator { int index int toRemove final synthetic com.google.common.collect.EnumMultiset this$0 void <init> (com.google.common.collect.EnumMultiset) com.google.common.collect.EnumMultiset this$0 abstract java.lang.Object output (int) public boolean hasNext () public java.lang.Object next () Object result public void remove () }
com/google/common/collect/EnumMultiset.class
EnumMultiset.java package com.google.common.collect public final com.google.common.collect.EnumMultiset extends com.google.common.collect.AbstractMultiset implements java.io.Serializable { private transient Class type private transient Enum[] enumConstants private transient int[] counts private transient int distinctElements private transient long size private static final long serialVersionUID public static com.google.common.collect.EnumMultiset create (java.lang.Class) Class type public static com.google.common.collect.EnumMultiset create (java.lang.Iterable) Iterable elements java.util.Iterator iterator com.google.common.collect.EnumMultiset multiset public static com.google.common.collect.EnumMultiset create (java.lang.Iterable, java.lang.Class) Iterable elements Class type com.google.common.collect.EnumMultiset result private void <init> (java.lang.Class) Class type private boolean isActuallyE (java.lang.Object) Enum e int index Object o private void checkIsE (java.lang.Object) Object element int distinctElements () public int size () public int count (java.lang.Object) Object element Enum e public int add (java.lang.Enum, int) Enum element int occurrences int index int oldCount long newCount public int remove (java.lang.Object, int) Object element int occurrences Enum e int index int oldCount public int setCount (java.lang.Enum, int) Enum element int count int index int oldCount public void clear () java.util.Iterator elementIterator () java.util.Iterator entryIterator () public void forEachEntry (java.util.function.ObjIntConsumer) int i java.util.function.ObjIntConsumer action public java.util.Iterator iterator () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream Class localType public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () public volatile synthetic boolean setCount (java.lang.Object, int, int) public volatile synthetic int setCount (java.lang.Object, int) public volatile synthetic int add (java.lang.Object, int) public volatile synthetic boolean contains (java.lang.Object) public volatile synthetic boolean isEmpty () static synthetic java.lang.Enum[] access$000 (com.google.common.collect.EnumMultiset) com.google.common.collect.EnumMultiset x0 static synthetic int[] access$100 (com.google.common.collect.EnumMultiset) com.google.common.collect.EnumMultiset x0 static synthetic int access$210 (com.google.common.collect.EnumMultiset) com.google.common.collect.EnumMultiset x0 static synthetic long access$322 (com.google.common.collect.EnumMultiset, long) com.google.common.collect.EnumMultiset x0 long x1 }
com/google/common/collect/EvictingQueue.class
EvictingQueue.java package com.google.common.collect public final com.google.common.collect.EvictingQueue extends com.google.common.collect.ForwardingQueue implements java.io.Serializable { private final java.util.Queue delegate final int maxSize private static final long serialVersionUID private void <init> (int) int maxSize public static com.google.common.collect.EvictingQueue create (int) int maxSize public int remainingCapacity () protected java.util.Queue delegate () public boolean offer (java.lang.Object) Object e public boolean add (java.lang.Object) Object e public boolean addAll (java.util.Collection) java.util.Collection collection int size public java.lang.Object[] toArray () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ExplicitOrdering.class
ExplicitOrdering.java package com.google.common.collect final com.google.common.collect.ExplicitOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final com.google.common.collect.ImmutableMap rankMap private static final long serialVersionUID void <init> (java.util.List) java.util.List valuesInOrder void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap rankMap public int compare (java.lang.Object, java.lang.Object) Object left Object right private int rank (java.lang.Object) Object value Integer rank public boolean equals (java.lang.Object) com.google.common.collect.ExplicitOrdering that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/FilteredEntryMultimap$AsMap$1EntrySetImpl$1.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap$AsMap$1EntrySetImpl$1 extends com.google.common.collect.AbstractIterator { final java.util.Iterator backingIterator final synthetic com.google.common.collect.FilteredEntryMultimap$AsMap$1EntrySetImpl this$2 void <init> (com.google.common.collect.FilteredEntryMultimap$AsMap$1EntrySetImpl) com.google.common.collect.FilteredEntryMultimap$AsMap$1EntrySetImpl this$2 protected java.util.Map$Entry computeNext () java.util.Map$Entry entry Object key java.util.Collection collection protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/FilteredEntryMultimap$AsMap$1EntrySetImpl.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap$AsMap$1EntrySetImpl extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.FilteredEntryMultimap$AsMap this$1 void <init> (com.google.common.collect.FilteredEntryMultimap$AsMap) com.google.common.collect.FilteredEntryMultimap$AsMap this$1 java.util.Map map () public java.util.Iterator iterator () public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public int size () }
com/google/common/collect/FilteredEntryMultimap$AsMap$1KeySetImpl.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap$AsMap$1KeySetImpl extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.FilteredEntryMultimap$AsMap this$1 void <init> (com.google.common.collect.FilteredEntryMultimap$AsMap) com.google.common.collect.FilteredEntryMultimap$AsMap this$1 public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public boolean remove (java.lang.Object) Object o }
com/google/common/collect/FilteredEntryMultimap$AsMap$1ValuesImpl.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap$AsMap$1ValuesImpl extends com.google.common.collect.Maps$Values { final synthetic com.google.common.collect.FilteredEntryMultimap$AsMap this$1 void <init> (com.google.common.collect.FilteredEntryMultimap$AsMap) com.google.common.collect.FilteredEntryMultimap$AsMap this$1 public boolean remove (java.lang.Object) java.util.Map$Entry entry Object key java.util.Collection collection java.util.Collection c java.util.Iterator entryIterator Object o public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
com/google/common/collect/FilteredEntryMultimap$AsMap.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap$AsMap extends com.google.common.collect.Maps$ViewCachingAbstractMap { final synthetic com.google.common.collect.FilteredEntryMultimap this$0 void <init> (com.google.common.collect.FilteredEntryMultimap) com.google.common.collect.FilteredEntryMultimap this$0 public boolean containsKey (java.lang.Object) Object key public void clear () public java.util.Collection get (java.lang.Object) Object key java.util.Collection result Object k public java.util.Collection remove (java.lang.Object) Object v Object key java.util.Collection collection Object k java.util.List result java.util.Iterator itr java.util.Set createKeySet () java.util.Set createEntrySet () java.util.Collection createValues () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) }
com/google/common/collect/FilteredEntryMultimap$Keys$1.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap$Keys$1 extends com.google.common.collect.Multisets$EntrySet { final synthetic com.google.common.collect.FilteredEntryMultimap$Keys this$1 void <init> (com.google.common.collect.FilteredEntryMultimap$Keys) com.google.common.collect.FilteredEntryMultimap$Keys this$1 com.google.common.collect.Multiset multiset () public java.util.Iterator iterator () public int size () private boolean removeEntriesIf (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c private static synthetic boolean lambda$removeEntriesIf$0 (com.google.common.base.Predicate, java.util.Map$Entry) com.google.common.base.Predicate predicate java.util.Map$Entry entry }
com/google/common/collect/FilteredEntryMultimap$Keys.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap$Keys extends com.google.common.collect.Multimaps$Keys { final synthetic com.google.common.collect.FilteredEntryMultimap this$0 void <init> (com.google.common.collect.FilteredEntryMultimap) com.google.common.collect.FilteredEntryMultimap this$0 public int remove (java.lang.Object, int) Object v Object key int occurrences java.util.Collection collection Object k int oldCount java.util.Iterator itr public java.util.Set entrySet () }
com/google/common/collect/FilteredEntryMultimap$ValuePredicate.class
FilteredEntryMultimap.java package com.google.common.collect final com.google.common.collect.FilteredEntryMultimap$ValuePredicate extends java.lang.Object implements com.google.common.base.Predicate { private final Object key final synthetic com.google.common.collect.FilteredEntryMultimap this$0 void <init> (com.google.common.collect.FilteredEntryMultimap, java.lang.Object) com.google.common.collect.FilteredEntryMultimap this$0 Object key public boolean apply (java.lang.Object) Object value }
com/google/common/collect/FilteredEntryMultimap.class
FilteredEntryMultimap.java package com.google.common.collect com.google.common.collect.FilteredEntryMultimap extends com.google.common.collect.AbstractMultimap implements com.google.common.collect.FilteredMultimap { final com.google.common.collect.Multimap unfiltered final com.google.common.base.Predicate predicate void <init> (com.google.common.collect.Multimap, com.google.common.base.Predicate) com.google.common.collect.Multimap unfiltered com.google.common.base.Predicate predicate public com.google.common.collect.Multimap unfiltered () public com.google.common.base.Predicate entryPredicate () public int size () private boolean satisfies (java.lang.Object, java.lang.Object) Object key Object value static java.util.Collection filterCollection (java.util.Collection, com.google.common.base.Predicate) java.util.Collection collection com.google.common.base.Predicate predicate public boolean containsKey (java.lang.Object) Object key public java.util.Collection removeAll (java.lang.Object) Object key java.util.Collection unmodifiableEmptyCollection () public void clear () public java.util.Collection get (java.lang.Object) Object key java.util.Collection createEntries () java.util.Collection createValues () java.util.Iterator entryIterator () java.util.Map createAsMap () java.util.Set createKeySet () boolean removeEntriesIf (com.google.common.base.Predicate) java.util.Map$Entry entry Object key java.util.Collection collection com.google.common.base.Predicate predicate java.util.Iterator entryIterator boolean changed com.google.common.collect.Multiset createKeys () static synthetic boolean access$000 (com.google.common.collect.FilteredEntryMultimap, java.lang.Object, java.lang.Object) com.google.common.collect.FilteredEntryMultimap x0 Object x1 Object x2 }
com/google/common/collect/FilteredEntrySetMultimap.class
FilteredEntrySetMultimap.java package com.google.common.collect final com.google.common.collect.FilteredEntrySetMultimap extends com.google.common.collect.FilteredEntryMultimap implements com.google.common.collect.FilteredSetMultimap { void <init> (com.google.common.collect.SetMultimap, com.google.common.base.Predicate) com.google.common.collect.SetMultimap unfiltered com.google.common.base.Predicate predicate public com.google.common.collect.SetMultimap unfiltered () public java.util.Set get (java.lang.Object) Object key public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.Set createEntries () public java.util.Set entries () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic com.google.common.collect.Multimap unfiltered () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
com/google/common/collect/FilteredKeyListMultimap.class
FilteredKeyListMultimap.java package com.google.common.collect final com.google.common.collect.FilteredKeyListMultimap extends com.google.common.collect.FilteredKeyMultimap implements com.google.common.collect.ListMultimap { void <init> (com.google.common.collect.ListMultimap, com.google.common.base.Predicate) com.google.common.collect.ListMultimap unfiltered com.google.common.base.Predicate keyPredicate public com.google.common.collect.ListMultimap unfiltered () public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic com.google.common.collect.Multimap unfiltered () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
com/google/common/collect/FilteredKeyMultimap$AddRejectingList.class
FilteredKeyMultimap.java package com.google.common.collect com.google.common.collect.FilteredKeyMultimap$AddRejectingList extends com.google.common.collect.ForwardingList { final Object key void <init> (java.lang.Object) Object key public boolean add (java.lang.Object) Object v public void add (int, java.lang.Object) int index Object element public boolean addAll (java.util.Collection) java.util.Collection collection public boolean addAll (int, java.util.Collection) int index java.util.Collection elements protected java.util.List delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/FilteredKeyMultimap$AddRejectingSet.class
FilteredKeyMultimap.java package com.google.common.collect com.google.common.collect.FilteredKeyMultimap$AddRejectingSet extends com.google.common.collect.ForwardingSet { final Object key void <init> (java.lang.Object) Object key public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection collection protected java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/FilteredKeyMultimap$Entries.class
FilteredKeyMultimap.java package com.google.common.collect com.google.common.collect.FilteredKeyMultimap$Entries extends com.google.common.collect.ForwardingCollection { final synthetic com.google.common.collect.FilteredKeyMultimap this$0 void <init> (com.google.common.collect.FilteredKeyMultimap) com.google.common.collect.FilteredKeyMultimap this$0 protected java.util.Collection delegate () public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/FilteredKeyMultimap.class
FilteredKeyMultimap.java package com.google.common.collect com.google.common.collect.FilteredKeyMultimap extends com.google.common.collect.AbstractMultimap implements com.google.common.collect.FilteredMultimap { final com.google.common.collect.Multimap unfiltered final com.google.common.base.Predicate keyPredicate void <init> (com.google.common.collect.Multimap, com.google.common.base.Predicate) com.google.common.collect.Multimap unfiltered com.google.common.base.Predicate keyPredicate public com.google.common.collect.Multimap unfiltered () public com.google.common.base.Predicate entryPredicate () public int size () java.util.Collection collection int size public boolean containsKey (java.lang.Object) Object k Object key public java.util.Collection removeAll (java.lang.Object) Object key java.util.Collection unmodifiableEmptyCollection () public void clear () java.util.Set createKeySet () public java.util.Collection get (java.lang.Object) Object key java.util.Iterator entryIterator () java.util.Collection createEntries () java.util.Collection createValues () java.util.Map createAsMap () com.google.common.collect.Multiset createKeys () }
com/google/common/collect/FilteredKeySetMultimap$EntrySet.class
FilteredKeySetMultimap.java package com.google.common.collect com.google.common.collect.FilteredKeySetMultimap$EntrySet extends com.google.common.collect.FilteredKeyMultimap$Entries implements java.util.Set { void <init> (com.google.common.collect.FilteredKeySetMultimap) com.google.common.collect.FilteredKeySetMultimap this$0 public int hashCode () public boolean equals (java.lang.Object) Object o }
com/google/common/collect/FilteredKeySetMultimap.class
FilteredKeySetMultimap.java package com.google.common.collect final com.google.common.collect.FilteredKeySetMultimap extends com.google.common.collect.FilteredKeyMultimap implements com.google.common.collect.FilteredSetMultimap { void <init> (com.google.common.collect.SetMultimap, com.google.common.base.Predicate) com.google.common.collect.SetMultimap unfiltered com.google.common.base.Predicate keyPredicate public com.google.common.collect.SetMultimap unfiltered () public java.util.Set get (java.lang.Object) Object key public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Set entries () java.util.Set createEntries () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic com.google.common.collect.Multimap unfiltered () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
com/google/common/collect/FilteredMultimap.class
FilteredMultimap.java package com.google.common.collect abstract com.google.common.collect.FilteredMultimap extends java.lang.Object implements com.google.common.collect.Multimap { public abstract com.google.common.collect.Multimap unfiltered () public abstract com.google.common.base.Predicate entryPredicate () }
com/google/common/collect/FilteredMultimapValues.class
FilteredMultimapValues.java package com.google.common.collect final com.google.common.collect.FilteredMultimapValues extends java.util.AbstractCollection { private final com.google.common.collect.FilteredMultimap multimap void <init> (com.google.common.collect.FilteredMultimap) com.google.common.collect.FilteredMultimap multimap public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o public int size () public boolean remove (java.lang.Object) java.util.Map$Entry entry java.util.Iterator unfilteredItr Object o com.google.common.base.Predicate entryPredicate public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public void clear () }
com/google/common/collect/FilteredSetMultimap.class
FilteredSetMultimap.java package com.google.common.collect abstract com.google.common.collect.FilteredSetMultimap extends java.lang.Object implements com.google.common.collect.FilteredMultimap com.google.common.collect.SetMultimap { public abstract com.google.common.collect.SetMultimap unfiltered () public volatile synthetic com.google.common.collect.Multimap unfiltered () }
com/google/common/collect/FluentIterable$1.class
FluentIterable.java package com.google.common.collect com.google.common.collect.FluentIterable$1 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterable void <init> (java.lang.Iterable, java.lang.Iterable) Iterable iterable public java.util.Iterator iterator () }
com/google/common/collect/FluentIterable$2.class
FluentIterable.java package com.google.common.collect com.google.common.collect.FluentIterable$2 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$inputs void <init> (java.lang.Iterable) public java.util.Iterator iterator () }
com/google/common/collect/FluentIterable$3$1.class
FluentIterable.java package com.google.common.collect com.google.common.collect.FluentIterable$3$1 extends com.google.common.collect.AbstractIndexedListIterator { final synthetic com.google.common.collect.FluentIterable$3 this$0 void <init> (com.google.common.collect.FluentIterable$3, int) com.google.common.collect.FluentIterable$3 this$0 int size public java.util.Iterator get (int) int i public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/FluentIterable$3.class
FluentIterable.java package com.google.common.collect com.google.common.collect.FluentIterable$3 extends com.google.common.collect.FluentIterable { final synthetic Iterable[] val$inputs void <init> (java.lang.Iterable[]) public java.util.Iterator iterator () }
com/google/common/collect/FluentIterable$FromIterableFunction.class
FluentIterable.java package com.google.common.collect com.google.common.collect.FluentIterable$FromIterableFunction extends java.lang.Object implements com.google.common.base.Function { private void <init> () public com.google.common.collect.FluentIterable apply (java.lang.Iterable) Iterable fromObject public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/FluentIterable.class
FluentIterable.java package com.google.common.collect public abstract com.google.common.collect.FluentIterable extends java.lang.Object implements java.lang.Iterable { private final com.google.common.base.Optional iterableDelegate protected void <init> () void <init> (java.lang.Iterable) Iterable iterable private java.lang.Iterable getDelegate () public static com.google.common.collect.FluentIterable from (java.lang.Iterable) Iterable iterable public static com.google.common.collect.FluentIterable from (java.lang.Object[]) Object[] elements public static com.google.common.collect.FluentIterable from (com.google.common.collect.FluentIterable) com.google.common.collect.FluentIterable iterable public static com.google.common.collect.FluentIterable concat (java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b public static com.google.common.collect.FluentIterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c public static com.google.common.collect.FluentIterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c Iterable d public static transient com.google.common.collect.FluentIterable concat (java.lang.Iterable[]) Iterable[] inputs public static com.google.common.collect.FluentIterable concat (java.lang.Iterable) Iterable inputs private static transient com.google.common.collect.FluentIterable concatNoDefensiveCopy (java.lang.Iterable[]) Iterable input Iterable[] inputs public static com.google.common.collect.FluentIterable of () public static transient com.google.common.collect.FluentIterable of (java.lang.Object, java.lang.Object[]) Object element Object[] elements public java.lang.String toString () public final int size () public final boolean contains (java.lang.Object) Object target public final com.google.common.collect.FluentIterable cycle () public final com.google.common.collect.FluentIterable append (java.lang.Iterable) Iterable other public final transient com.google.common.collect.FluentIterable append (java.lang.Object[]) Object[] elements public final com.google.common.collect.FluentIterable filter (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public final com.google.common.collect.FluentIterable filter (java.lang.Class) Class type public final boolean anyMatch (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public final boolean allMatch (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public final com.google.common.base.Optional firstMatch (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public final com.google.common.collect.FluentIterable transform (com.google.common.base.Function) com.google.common.base.Function function public com.google.common.collect.FluentIterable transformAndConcat (com.google.common.base.Function) com.google.common.base.Function function public final com.google.common.base.Optional first () java.util.Iterator iterator public final com.google.common.base.Optional last () java.util.List list java.util.SortedSet sortedSet Object current Iterable iterable java.util.Iterator iterator public final com.google.common.collect.FluentIterable skip (int) int numberToSkip public final com.google.common.collect.FluentIterable limit (int) int maxSize public final boolean isEmpty () public final com.google.common.collect.ImmutableList toList () public final com.google.common.collect.ImmutableList toSortedList (java.util.Comparator) java.util.Comparator comparator public final com.google.common.collect.ImmutableSet toSet () public final com.google.common.collect.ImmutableSortedSet toSortedSet (java.util.Comparator) java.util.Comparator comparator public final com.google.common.collect.ImmutableMultiset toMultiset () public final com.google.common.collect.ImmutableMap toMap (com.google.common.base.Function) com.google.common.base.Function valueFunction public final com.google.common.collect.ImmutableListMultimap index (com.google.common.base.Function) com.google.common.base.Function keyFunction public final com.google.common.collect.ImmutableMap uniqueIndex (com.google.common.base.Function) com.google.common.base.Function keyFunction public final java.lang.Object[] toArray (java.lang.Class) Class type public final java.util.Collection copyInto (java.util.Collection) Object item java.util.Collection collection Iterable iterable public final java.lang.String join (com.google.common.base.Joiner) com.google.common.base.Joiner joiner public final java.lang.Object get (int) int position public final java.util.stream.Stream stream () }
com/google/common/collect/ForwardingBlockingDeque.class
ForwardingBlockingDeque.java package com.google.common.collect public abstract com.google.common.collect.ForwardingBlockingDeque extends com.google.common.collect.ForwardingDeque implements java.util.concurrent.BlockingDeque { protected void <init> () protected abstract java.util.concurrent.BlockingDeque delegate () public int remainingCapacity () public void putFirst (java.lang.Object) throws java.lang.InterruptedException Object e public void putLast (java.lang.Object) throws java.lang.InterruptedException Object e public boolean offerFirst (java.lang.Object, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e long timeout java.util.concurrent.TimeUnit unit public boolean offerLast (java.lang.Object, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e long timeout java.util.concurrent.TimeUnit unit public java.lang.Object takeFirst () throws java.lang.InterruptedException public java.lang.Object takeLast () throws java.lang.InterruptedException public java.lang.Object pollFirst (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public java.lang.Object pollLast (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public void put (java.lang.Object) throws java.lang.InterruptedException Object e public boolean offer (java.lang.Object, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e long timeout java.util.concurrent.TimeUnit unit public java.lang.Object take () throws java.lang.InterruptedException public java.lang.Object poll (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public int drainTo (java.util.Collection) java.util.Collection c public int drainTo (java.util.Collection, int) java.util.Collection c int maxElements protected volatile synthetic java.util.Deque delegate () protected volatile synthetic java.util.Queue delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingCollection.class
ForwardingCollection.java package com.google.common.collect public abstract com.google.common.collect.ForwardingCollection extends com.google.common.collect.ForwardingObject implements java.util.Collection { protected void <init> () protected abstract java.util.Collection delegate () public java.util.Iterator iterator () public int size () public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean isEmpty () public boolean contains (java.lang.Object) Object object public boolean add (java.lang.Object) Object element public boolean remove (java.lang.Object) Object object public boolean containsAll (java.util.Collection) java.util.Collection collection public boolean addAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection public void clear () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array protected boolean standardContains (java.lang.Object) Object object protected boolean standardContainsAll (java.util.Collection) java.util.Collection collection protected boolean standardAddAll (java.util.Collection) java.util.Collection collection protected boolean standardRemove (java.lang.Object) Object object java.util.Iterator iterator protected boolean standardRemoveAll (java.util.Collection) java.util.Collection collection protected boolean standardRetainAll (java.util.Collection) java.util.Collection collection protected void standardClear () protected boolean standardIsEmpty () protected java.lang.String standardToString () protected java.lang.Object[] standardToArray () Object[] newArray protected java.lang.Object[] standardToArray (java.lang.Object[]) Object[] array protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingConcurrentMap.class
ForwardingConcurrentMap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingConcurrentMap extends com.google.common.collect.ForwardingMap implements java.util.concurrent.ConcurrentMap { protected void <init> () protected abstract java.util.concurrent.ConcurrentMap delegate () public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingDeque.class
ForwardingDeque.java package com.google.common.collect public abstract com.google.common.collect.ForwardingDeque extends com.google.common.collect.ForwardingQueue implements java.util.Deque { protected void <init> () protected abstract java.util.Deque delegate () public void addFirst (java.lang.Object) Object e public void addLast (java.lang.Object) Object e public java.util.Iterator descendingIterator () public java.lang.Object getFirst () public java.lang.Object getLast () public boolean offerFirst (java.lang.Object) Object e public boolean offerLast (java.lang.Object) Object e public java.lang.Object peekFirst () public java.lang.Object peekLast () public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.lang.Object pop () public void push (java.lang.Object) Object e public java.lang.Object removeFirst () public java.lang.Object removeLast () public boolean removeFirstOccurrence (java.lang.Object) Object o public boolean removeLastOccurrence (java.lang.Object) Object o protected volatile synthetic java.util.Queue delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingImmutableCollection.class
ForwardingImmutableCollection.java package com.google.common.collect com.google.common.collect.ForwardingImmutableCollection extends java.lang.Object { private void <init> () }
com/google/common/collect/ForwardingImmutableList.class
ForwardingImmutableList.java package com.google.common.collect abstract com.google.common.collect.ForwardingImmutableList extends java.lang.Object { private void <init> () }
com/google/common/collect/ForwardingImmutableMap.class
ForwardingImmutableMap.java package com.google.common.collect abstract com.google.common.collect.ForwardingImmutableMap extends java.lang.Object { private void <init> () }
com/google/common/collect/ForwardingImmutableSet.class
ForwardingImmutableSet.java package com.google.common.collect abstract com.google.common.collect.ForwardingImmutableSet extends java.lang.Object { private void <init> () }
com/google/common/collect/ForwardingIterator.class
ForwardingIterator.java package com.google.common.collect public abstract com.google.common.collect.ForwardingIterator extends com.google.common.collect.ForwardingObject implements java.util.Iterator { protected void <init> () protected abstract java.util.Iterator delegate () public boolean hasNext () public java.lang.Object next () public void remove () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingList.class
ForwardingList.java package com.google.common.collect public abstract com.google.common.collect.ForwardingList extends com.google.common.collect.ForwardingCollection implements java.util.List { protected void <init> () protected abstract java.util.List delegate () public void add (int, java.lang.Object) int index Object element public boolean addAll (int, java.util.Collection) int index java.util.Collection elements public java.lang.Object get (int) int index public int indexOf (java.lang.Object) Object element public int lastIndexOf (java.lang.Object) Object element public java.util.ListIterator listIterator () public java.util.ListIterator listIterator (int) int index public java.lang.Object remove (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public java.util.List subList (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) Object object public int hashCode () protected boolean standardAdd (java.lang.Object) Object element protected boolean standardAddAll (int, java.lang.Iterable) int index Iterable elements protected int standardIndexOf (java.lang.Object) Object element protected int standardLastIndexOf (java.lang.Object) Object element protected java.util.Iterator standardIterator () protected java.util.ListIterator standardListIterator () protected java.util.ListIterator standardListIterator (int) int start protected java.util.List standardSubList (int, int) int fromIndex int toIndex protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingListIterator.class
ForwardingListIterator.java package com.google.common.collect public abstract com.google.common.collect.ForwardingListIterator extends com.google.common.collect.ForwardingIterator implements java.util.ListIterator { protected void <init> () protected abstract java.util.ListIterator delegate () public void add (java.lang.Object) Object element public boolean hasPrevious () public int nextIndex () public java.lang.Object previous () public int previousIndex () public void set (java.lang.Object) Object element protected volatile synthetic java.util.Iterator delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingListMultimap.class
ForwardingListMultimap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingListMultimap extends com.google.common.collect.ForwardingMultimap implements com.google.common.collect.ListMultimap { protected void <init> () protected abstract com.google.common.collect.ListMultimap delegate () public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) protected volatile synthetic com.google.common.collect.Multimap delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingMap$StandardEntrySet.class
ForwardingMap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingMap$StandardEntrySet extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.ForwardingMap this$0 public void <init> (com.google.common.collect.ForwardingMap) com.google.common.collect.ForwardingMap this$0 java.util.Map map () }
com/google/common/collect/ForwardingMap$StandardKeySet.class
ForwardingMap.java package com.google.common.collect public com.google.common.collect.ForwardingMap$StandardKeySet extends com.google.common.collect.Maps$KeySet { public void <init> (com.google.common.collect.ForwardingMap) com.google.common.collect.ForwardingMap this$0 }
com/google/common/collect/ForwardingMap$StandardValues.class
ForwardingMap.java package com.google.common.collect public com.google.common.collect.ForwardingMap$StandardValues extends com.google.common.collect.Maps$Values { public void <init> (com.google.common.collect.ForwardingMap) com.google.common.collect.ForwardingMap this$0 }
com/google/common/collect/ForwardingMap.class
ForwardingMap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingMap extends com.google.common.collect.ForwardingObject implements java.util.Map { protected void <init> () protected abstract java.util.Map delegate () public int size () public boolean isEmpty () public java.lang.Object remove (java.lang.Object) Object key public void clear () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map map public java.util.Set keySet () public java.util.Collection values () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object object public int hashCode () protected void standardPutAll (java.util.Map) java.util.Map map protected java.lang.Object standardRemove (java.lang.Object) Object value java.util.Map$Entry entry Object key java.util.Iterator entryIterator protected void standardClear () protected boolean standardContainsKey (java.lang.Object) Object key protected boolean standardContainsValue (java.lang.Object) Object value protected boolean standardIsEmpty () protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected java.lang.String standardToString () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingMapEntry.class
ForwardingMapEntry.java package com.google.common.collect public abstract com.google.common.collect.ForwardingMapEntry extends com.google.common.collect.ForwardingObject implements java.util.Map$Entry { protected void <init> () protected abstract java.util.Map$Entry delegate () public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value public boolean equals (java.lang.Object) Object object public int hashCode () protected boolean standardEquals (java.lang.Object) java.util.Map$Entry that Object object protected int standardHashCode () Object k Object v protected java.lang.String standardToString () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingMultimap.class
ForwardingMultimap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingMultimap extends com.google.common.collect.ForwardingObject implements com.google.common.collect.Multimap { protected void <init> () protected abstract com.google.common.collect.Multimap delegate () public java.util.Map asMap () public void clear () public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.util.Collection entries () public java.util.Collection get (java.lang.Object) Object key public boolean isEmpty () public com.google.common.collect.Multiset keys () public java.util.Set keySet () public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public int size () public java.util.Collection values () public boolean equals (java.lang.Object) Object object public int hashCode () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingMultiset$StandardElementSet.class
ForwardingMultiset.java package com.google.common.collect public com.google.common.collect.ForwardingMultiset$StandardElementSet extends com.google.common.collect.Multisets$ElementSet { final synthetic com.google.common.collect.ForwardingMultiset this$0 public void <init> (com.google.common.collect.ForwardingMultiset) com.google.common.collect.ForwardingMultiset this$0 com.google.common.collect.Multiset multiset () public java.util.Iterator iterator () }
com/google/common/collect/ForwardingMultiset.class
ForwardingMultiset.java package com.google.common.collect public abstract com.google.common.collect.ForwardingMultiset extends com.google.common.collect.ForwardingCollection implements com.google.common.collect.Multiset { protected void <init> () protected abstract com.google.common.collect.Multiset delegate () public int count (java.lang.Object) Object element public int add (java.lang.Object, int) Object element int occurrences public int remove (java.lang.Object, int) Object element int occurrences public java.util.Set elementSet () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object object public int hashCode () public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount protected boolean standardContains (java.lang.Object) Object object protected void standardClear () protected int standardCount (java.lang.Object) com.google.common.collect.Multiset$Entry entry Object object protected boolean standardAdd (java.lang.Object) Object element protected boolean standardAddAll (java.util.Collection) java.util.Collection elementsToAdd protected boolean standardRemove (java.lang.Object) Object element protected boolean standardRemoveAll (java.util.Collection) java.util.Collection elementsToRemove protected boolean standardRetainAll (java.util.Collection) java.util.Collection elementsToRetain protected int standardSetCount (java.lang.Object, int) Object element int count protected boolean standardSetCount (java.lang.Object, int, int) Object element int oldCount int newCount protected java.util.Iterator standardIterator () protected int standardSize () protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected java.lang.String standardToString () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingNavigableMap$StandardDescendingMap$1.class
ForwardingNavigableMap.java package com.google.common.collect com.google.common.collect.ForwardingNavigableMap$StandardDescendingMap$1 extends java.lang.Object implements java.util.Iterator { private java.util.Map$Entry toRemove private java.util.Map$Entry nextOrNull final synthetic com.google.common.collect.ForwardingNavigableMap$StandardDescendingMap this$1 void <init> (com.google.common.collect.ForwardingNavigableMap$StandardDescendingMap) com.google.common.collect.ForwardingNavigableMap$StandardDescendingMap this$1 public boolean hasNext () public java.util.Map$Entry next () public void remove () public volatile synthetic java.lang.Object next () }
com/google/common/collect/ForwardingNavigableMap$StandardDescendingMap.class
ForwardingNavigableMap.java package com.google.common.collect public com.google.common.collect.ForwardingNavigableMap$StandardDescendingMap extends com.google.common.collect.Maps$DescendingMap { final synthetic com.google.common.collect.ForwardingNavigableMap this$0 public void <init> (com.google.common.collect.ForwardingNavigableMap) com.google.common.collect.ForwardingNavigableMap this$0 java.util.NavigableMap forward () public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function protected java.util.Iterator entryIterator () }
com/google/common/collect/ForwardingNavigableMap$StandardNavigableKeySet.class
ForwardingNavigableMap.java package com.google.common.collect public com.google.common.collect.ForwardingNavigableMap$StandardNavigableKeySet extends com.google.common.collect.Maps$NavigableKeySet { public void <init> (com.google.common.collect.ForwardingNavigableMap) com.google.common.collect.ForwardingNavigableMap this$0 }
com/google/common/collect/ForwardingNavigableMap.class
ForwardingNavigableMap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingNavigableMap extends com.google.common.collect.ForwardingSortedMap implements java.util.NavigableMap { protected void <init> () protected abstract java.util.NavigableMap delegate () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key protected java.util.Map$Entry standardLowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key protected java.lang.Object standardLowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key protected java.util.Map$Entry standardFloorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key protected java.lang.Object standardFloorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key protected java.util.Map$Entry standardCeilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key protected java.lang.Object standardCeilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key protected java.util.Map$Entry standardHigherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key protected java.lang.Object standardHigherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () protected java.util.Map$Entry standardFirstEntry () protected java.lang.Object standardFirstKey () java.util.Map$Entry entry public java.util.Map$Entry lastEntry () protected java.util.Map$Entry standardLastEntry () protected java.lang.Object standardLastKey () java.util.Map$Entry entry public java.util.Map$Entry pollFirstEntry () protected java.util.Map$Entry standardPollFirstEntry () public java.util.Map$Entry pollLastEntry () protected java.util.Map$Entry standardPollLastEntry () public java.util.NavigableMap descendingMap () public java.util.NavigableSet navigableKeySet () public java.util.NavigableSet descendingKeySet () protected java.util.NavigableSet standardDescendingKeySet () protected java.util.SortedMap standardSubMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive protected java.util.SortedMap standardHeadMap (java.lang.Object) Object toKey protected java.util.SortedMap standardTailMap (java.lang.Object) Object fromKey protected volatile synthetic java.util.SortedMap delegate () protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingNavigableSet$StandardDescendingSet.class
ForwardingNavigableSet.java package com.google.common.collect public com.google.common.collect.ForwardingNavigableSet$StandardDescendingSet extends com.google.common.collect.Sets$DescendingSet { public void <init> (com.google.common.collect.ForwardingNavigableSet) com.google.common.collect.ForwardingNavigableSet this$0 }
com/google/common/collect/ForwardingNavigableSet.class
ForwardingNavigableSet.java package com.google.common.collect public abstract com.google.common.collect.ForwardingNavigableSet extends com.google.common.collect.ForwardingSortedSet implements java.util.NavigableSet { protected void <init> () protected abstract java.util.NavigableSet delegate () public java.lang.Object lower (java.lang.Object) Object e protected java.lang.Object standardLower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e protected java.lang.Object standardFloor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e protected java.lang.Object standardCeiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e protected java.lang.Object standardHigher (java.lang.Object) Object e public java.lang.Object pollFirst () protected java.lang.Object standardPollFirst () public java.lang.Object pollLast () protected java.lang.Object standardPollLast () protected java.lang.Object standardFirst () protected java.lang.Object standardLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive protected java.util.NavigableSet standardSubSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive protected java.util.SortedSet standardSubSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive protected java.util.SortedSet standardHeadSet (java.lang.Object) Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive protected java.util.SortedSet standardTailSet (java.lang.Object) Object fromElement protected volatile synthetic java.util.SortedSet delegate () protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingObject.class
ForwardingObject.java package com.google.common.collect public abstract com.google.common.collect.ForwardingObject extends java.lang.Object { protected void <init> () protected abstract java.lang.Object delegate () public java.lang.String toString () }
com/google/common/collect/ForwardingQueue.class
ForwardingQueue.java package com.google.common.collect public abstract com.google.common.collect.ForwardingQueue extends com.google.common.collect.ForwardingCollection implements java.util.Queue { protected void <init> () protected abstract java.util.Queue delegate () public boolean offer (java.lang.Object) Object o public java.lang.Object poll () public java.lang.Object remove () public java.lang.Object peek () public java.lang.Object element () protected boolean standardOffer (java.lang.Object) IllegalStateException caught Object e protected java.lang.Object standardPeek () java.util.NoSuchElementException caught protected java.lang.Object standardPoll () java.util.NoSuchElementException caught protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingSet.class
ForwardingSet.java package com.google.common.collect public abstract com.google.common.collect.ForwardingSet extends com.google.common.collect.ForwardingCollection implements java.util.Set { protected void <init> () protected abstract java.util.Set delegate () public boolean equals (java.lang.Object) Object object public int hashCode () protected boolean standardRemoveAll (java.util.Collection) java.util.Collection collection protected boolean standardEquals (java.lang.Object) Object object protected int standardHashCode () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingSetMultimap.class
ForwardingSetMultimap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingSetMultimap extends com.google.common.collect.ForwardingMultimap implements com.google.common.collect.SetMultimap { public void <init> () protected abstract com.google.common.collect.SetMultimap delegate () public java.util.Set entries () public java.util.Set get (java.lang.Object) Object key public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection entries () protected volatile synthetic com.google.common.collect.Multimap delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingSortedMap$StandardKeySet.class
ForwardingSortedMap.java package com.google.common.collect public com.google.common.collect.ForwardingSortedMap$StandardKeySet extends com.google.common.collect.Maps$SortedKeySet { public void <init> (com.google.common.collect.ForwardingSortedMap) com.google.common.collect.ForwardingSortedMap this$0 }
com/google/common/collect/ForwardingSortedMap.class
ForwardingSortedMap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingSortedMap extends com.google.common.collect.ForwardingMap implements java.util.SortedMap { protected void <init> () protected abstract java.util.SortedMap delegate () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.lang.Object lastKey () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey static int unsafeCompare (java.util.Comparator, java.lang.Object, java.lang.Object) java.util.Comparator comparator Object o1 Object o2 protected boolean standardContainsKey (java.lang.Object) java.util.SortedMap self Object ceilingKey RuntimeException e Object key protected java.util.SortedMap standardSubMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingSortedMultiset$StandardDescendingMultiset.class
ForwardingSortedMultiset.java package com.google.common.collect public abstract com.google.common.collect.ForwardingSortedMultiset$StandardDescendingMultiset extends com.google.common.collect.DescendingMultiset { final synthetic com.google.common.collect.ForwardingSortedMultiset this$0 public void <init> (com.google.common.collect.ForwardingSortedMultiset) com.google.common.collect.ForwardingSortedMultiset this$0 com.google.common.collect.SortedMultiset forwardMultiset () }
com/google/common/collect/ForwardingSortedMultiset$StandardElementSet.class
ForwardingSortedMultiset.java package com.google.common.collect public com.google.common.collect.ForwardingSortedMultiset$StandardElementSet extends com.google.common.collect.SortedMultisets$NavigableElementSet { public void <init> (com.google.common.collect.ForwardingSortedMultiset) com.google.common.collect.ForwardingSortedMultiset this$0 }
com/google/common/collect/ForwardingSortedMultiset.class
ForwardingSortedMultiset.java package com.google.common.collect public abstract com.google.common.collect.ForwardingSortedMultiset extends com.google.common.collect.ForwardingMultiset implements com.google.common.collect.SortedMultiset { protected void <init> () protected abstract com.google.common.collect.SortedMultiset delegate () public java.util.NavigableSet elementSet () public java.util.Comparator comparator () public com.google.common.collect.SortedMultiset descendingMultiset () public com.google.common.collect.Multiset$Entry firstEntry () protected com.google.common.collect.Multiset$Entry standardFirstEntry () java.util.Iterator entryIterator com.google.common.collect.Multiset$Entry entry public com.google.common.collect.Multiset$Entry lastEntry () protected com.google.common.collect.Multiset$Entry standardLastEntry () java.util.Iterator entryIterator com.google.common.collect.Multiset$Entry entry public com.google.common.collect.Multiset$Entry pollFirstEntry () protected com.google.common.collect.Multiset$Entry standardPollFirstEntry () java.util.Iterator entryIterator com.google.common.collect.Multiset$Entry entry public com.google.common.collect.Multiset$Entry pollLastEntry () protected com.google.common.collect.Multiset$Entry standardPollLastEntry () java.util.Iterator entryIterator com.google.common.collect.Multiset$Entry entry public com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) Object upperBound com.google.common.collect.BoundType boundType public com.google.common.collect.SortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType lowerBoundType Object upperBound com.google.common.collect.BoundType upperBoundType protected com.google.common.collect.SortedMultiset standardSubMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType lowerBoundType Object upperBound com.google.common.collect.BoundType upperBoundType public com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType boundType public volatile synthetic java.util.Set elementSet () protected volatile synthetic com.google.common.collect.Multiset delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () public volatile synthetic java.util.SortedSet elementSet () }
com/google/common/collect/ForwardingSortedSet.class
ForwardingSortedSet.java package com.google.common.collect public abstract com.google.common.collect.ForwardingSortedSet extends com.google.common.collect.ForwardingSet implements java.util.SortedSet { protected void <init> () protected abstract java.util.SortedSet delegate () public java.util.Comparator comparator () public java.lang.Object first () public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.lang.Object last () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement protected boolean standardContains (java.lang.Object) java.util.SortedSet self Object ceiling RuntimeException e Object object protected boolean standardRemove (java.lang.Object) Object ceiling java.util.SortedSet self java.util.Iterator iterator RuntimeException e Object object protected java.util.SortedSet standardSubSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingSortedSetMultimap.class
ForwardingSortedSetMultimap.java package com.google.common.collect public abstract com.google.common.collect.ForwardingSortedSetMultimap extends com.google.common.collect.ForwardingSetMultimap implements com.google.common.collect.SortedSetMultimap { protected void <init> () protected abstract com.google.common.collect.SortedSetMultimap delegate () public java.util.SortedSet get (java.lang.Object) Object key public java.util.SortedSet removeAll (java.lang.Object) Object key public java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Comparator valueComparator () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) protected volatile synthetic com.google.common.collect.SetMultimap delegate () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) protected volatile synthetic com.google.common.collect.Multimap delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/ForwardingTable.class
ForwardingTable.java package com.google.common.collect public abstract com.google.common.collect.ForwardingTable extends com.google.common.collect.ForwardingObject implements com.google.common.collect.Table { protected void <init> () protected abstract com.google.common.collect.Table delegate () public java.util.Set cellSet () public void clear () public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set columnKeySet () public java.util.Map columnMap () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean isEmpty () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (com.google.common.collect.Table) com.google.common.collect.Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Set rowKeySet () public java.util.Map rowMap () public int size () public java.util.Collection values () public boolean equals (java.lang.Object) Object obj public int hashCode () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/GeneralRange.class
GeneralRange.java package com.google.common.collect final com.google.common.collect.GeneralRange extends java.lang.Object implements java.io.Serializable { private final java.util.Comparator comparator private final boolean hasLowerBound private final Object lowerEndpoint private final com.google.common.collect.BoundType lowerBoundType private final boolean hasUpperBound private final Object upperEndpoint private final com.google.common.collect.BoundType upperBoundType private transient com.google.common.collect.GeneralRange reverse static com.google.common.collect.GeneralRange from (com.google.common.collect.Range) com.google.common.collect.Range range Comparable lowerEndpoint com.google.common.collect.BoundType lowerBoundType Comparable upperEndpoint com.google.common.collect.BoundType upperBoundType static com.google.common.collect.GeneralRange all (java.util.Comparator) java.util.Comparator comparator static com.google.common.collect.GeneralRange downTo (java.util.Comparator, java.lang.Object, com.google.common.collect.BoundType) java.util.Comparator comparator Object endpoint com.google.common.collect.BoundType boundType static com.google.common.collect.GeneralRange upTo (java.util.Comparator, java.lang.Object, com.google.common.collect.BoundType) java.util.Comparator comparator Object endpoint com.google.common.collect.BoundType boundType static com.google.common.collect.GeneralRange range (java.util.Comparator, java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) java.util.Comparator comparator Object lower com.google.common.collect.BoundType lowerType Object upper com.google.common.collect.BoundType upperType private void <init> (java.util.Comparator, boolean, java.lang.Object, com.google.common.collect.BoundType, boolean, java.lang.Object, com.google.common.collect.BoundType) int cmp java.util.Comparator comparator boolean hasLowerBound Object lowerEndpoint com.google.common.collect.BoundType lowerBoundType boolean hasUpperBound Object upperEndpoint com.google.common.collect.BoundType upperBoundType java.util.Comparator comparator () boolean hasLowerBound () boolean hasUpperBound () boolean isEmpty () boolean tooLow (java.lang.Object) Object t Object lbound int cmp boolean tooHigh (java.lang.Object) Object t Object ubound int cmp boolean contains (java.lang.Object) Object t com.google.common.collect.GeneralRange intersect (com.google.common.collect.GeneralRange) int cmp int cmp int cmp com.google.common.collect.GeneralRange other boolean hasLowBound Object lowEnd com.google.common.collect.BoundType lowType boolean hasUpBound Object upEnd com.google.common.collect.BoundType upType public boolean equals (java.lang.Object) com.google.common.collect.GeneralRange r Object obj public int hashCode () com.google.common.collect.GeneralRange reverse () com.google.common.collect.GeneralRange result public java.lang.String toString () java.lang.Object getLowerEndpoint () com.google.common.collect.BoundType getLowerBoundType () java.lang.Object getUpperEndpoint () com.google.common.collect.BoundType getUpperBoundType () }
com/google/common/collect/GwtTransient.class
GwtTransient.java package com.google.common.collect abstract annotation com.google.common.collect.GwtTransient extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/collect/HashBasedTable$Factory.class
HashBasedTable.java package com.google.common.collect com.google.common.collect.HashBasedTable$Factory extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { final int expectedSize private static final long serialVersionUID void <init> (int) int expectedSize public java.util.Map get () public volatile synthetic java.lang.Object get () }
com/google/common/collect/HashBasedTable.class
HashBasedTable.java package com.google.common.collect public com.google.common.collect.HashBasedTable extends com.google.common.collect.StandardTable { private static final long serialVersionUID public static com.google.common.collect.HashBasedTable create () public static com.google.common.collect.HashBasedTable create (int, int) int expectedRows int expectedCellsPerRow java.util.Map backingMap public static com.google.common.collect.HashBasedTable create (com.google.common.collect.Table) com.google.common.collect.Table table com.google.common.collect.HashBasedTable result void <init> (java.util.Map, com.google.common.collect.HashBasedTable$Factory) java.util.Map backingMap com.google.common.collect.HashBasedTable$Factory factory public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set columnKeySet () public volatile synthetic java.util.Set rowKeySet () public volatile synthetic java.util.Map column (java.lang.Object) public volatile synthetic java.util.Map row (java.lang.Object) public volatile synthetic java.util.Set cellSet () public volatile synthetic java.lang.Object remove (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) public volatile synthetic void clear () public volatile synthetic int size () public volatile synthetic boolean isEmpty () public volatile synthetic java.lang.Object get (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) public volatile synthetic boolean containsRow (java.lang.Object) public volatile synthetic boolean containsColumn (java.lang.Object) public volatile synthetic boolean contains (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic void putAll (com.google.common.collect.Table) }
com/google/common/collect/HashBiMap$1$MapEntry.class
HashBiMap.java package com.google.common.collect com.google.common.collect.HashBiMap$1$MapEntry extends com.google.common.collect.AbstractMapEntry { com.google.common.collect.HashBiMap$BiEntry delegate final synthetic com.google.common.collect.HashBiMap$1 this$1 void <init> (com.google.common.collect.HashBiMap$1, com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$1 this$1 com.google.common.collect.HashBiMap$BiEntry entry public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value Object oldValue int valueHash com.google.common.collect.HashBiMap$BiEntry newEntry }
com/google/common/collect/HashBiMap$1.class
HashBiMap.java package com.google.common.collect com.google.common.collect.HashBiMap$1 extends com.google.common.collect.HashBiMap$Itr { final synthetic com.google.common.collect.HashBiMap this$0 void <init> (com.google.common.collect.HashBiMap) com.google.common.collect.HashBiMap this$0 java.util.Map$Entry output (com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$BiEntry entry volatile synthetic java.lang.Object output (com.google.common.collect.HashBiMap$BiEntry) }
com/google/common/collect/HashBiMap$BiEntry.class
HashBiMap.java package com.google.common.collect final com.google.common.collect.HashBiMap$BiEntry extends com.google.common.collect.ImmutableEntry { final int keyHash final int valueHash com.google.common.collect.HashBiMap$BiEntry nextInKToVBucket com.google.common.collect.HashBiMap$BiEntry nextInVToKBucket com.google.common.collect.HashBiMap$BiEntry nextInKeyInsertionOrder com.google.common.collect.HashBiMap$BiEntry prevInKeyInsertionOrder void <init> (java.lang.Object, int, java.lang.Object, int) Object key int keyHash Object value int valueHash }
com/google/common/collect/HashBiMap$Inverse$1$InverseEntry.class
HashBiMap.java package com.google.common.collect com.google.common.collect.HashBiMap$Inverse$1$InverseEntry extends com.google.common.collect.AbstractMapEntry { com.google.common.collect.HashBiMap$BiEntry delegate final synthetic com.google.common.collect.HashBiMap$Inverse$1 this$2 void <init> (com.google.common.collect.HashBiMap$Inverse$1, com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$Inverse$1 this$2 com.google.common.collect.HashBiMap$BiEntry entry public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object key Object oldKey int keyHash com.google.common.collect.HashBiMap$BiEntry newEntry }
com/google/common/collect/HashBiMap$Inverse$1.class
HashBiMap.java package com.google.common.collect com.google.common.collect.HashBiMap$Inverse$1 extends com.google.common.collect.HashBiMap$Itr { final synthetic com.google.common.collect.HashBiMap$Inverse this$1 void <init> (com.google.common.collect.HashBiMap$Inverse) com.google.common.collect.HashBiMap$Inverse this$1 java.util.Map$Entry output (com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$BiEntry entry volatile synthetic java.lang.Object output (com.google.common.collect.HashBiMap$BiEntry) }
com/google/common/collect/HashBiMap$Inverse$InverseKeySet$1.class
HashBiMap.java package com.google.common.collect com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 extends com.google.common.collect.HashBiMap$Itr { void <init> (com.google.common.collect.HashBiMap$Inverse$InverseKeySet) com.google.common.collect.HashBiMap$Inverse$InverseKeySet this$2 java.lang.Object output (com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$BiEntry entry }
com/google/common/collect/HashBiMap$Inverse$InverseKeySet.class
HashBiMap.java package com.google.common.collect final com.google.common.collect.HashBiMap$Inverse$InverseKeySet extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.HashBiMap$Inverse this$1 void <init> (com.google.common.collect.HashBiMap$Inverse) public boolean remove (java.lang.Object) Object o com.google.common.collect.HashBiMap$BiEntry entry public java.util.Iterator iterator () }
com/google/common/collect/HashBiMap$Inverse.class
HashBiMap.java package com.google.common.collect final com.google.common.collect.HashBiMap$Inverse extends com.google.common.collect.Maps$IteratorBasedAbstractMap implements com.google.common.collect.BiMap java.io.Serializable { final synthetic com.google.common.collect.HashBiMap this$0 private void <init> (com.google.common.collect.HashBiMap) com.google.common.collect.BiMap forward () public int size () public void clear () public boolean containsKey (java.lang.Object) Object value public java.lang.Object get (java.lang.Object) Object value public java.lang.Object put (java.lang.Object, java.lang.Object) Object value Object key public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object value Object key public java.lang.Object remove (java.lang.Object) Object value com.google.common.collect.HashBiMap$BiEntry entry public com.google.common.collect.BiMap inverse () public java.util.Set keySet () public java.util.Set values () java.util.Iterator entryIterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public void replaceAll (java.util.function.BiFunction) com.google.common.collect.HashBiMap$BiEntry entry java.util.function.BiFunction function com.google.common.collect.HashBiMap$BiEntry oldFirst java.lang.Object writeReplace () public volatile synthetic java.util.Collection values () private static synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object k Object v synthetic void <init> (com.google.common.collect.HashBiMap, com.google.common.collect.HashBiMap$1) com.google.common.collect.HashBiMap x0 com.google.common.collect.HashBiMap$1 x1 }
com/google/common/collect/HashBiMap$InverseSerializedForm.class
HashBiMap.java package com.google.common.collect final com.google.common.collect.HashBiMap$InverseSerializedForm extends java.lang.Object implements java.io.Serializable { private final com.google.common.collect.HashBiMap bimap void <init> (com.google.common.collect.HashBiMap) com.google.common.collect.HashBiMap bimap java.lang.Object readResolve () }
com/google/common/collect/HashBiMap$Itr.class
HashBiMap.java package com.google.common.collect abstract com.google.common.collect.HashBiMap$Itr extends java.lang.Object implements java.util.Iterator { com.google.common.collect.HashBiMap$BiEntry next com.google.common.collect.HashBiMap$BiEntry toRemove int expectedModCount int remaining final synthetic com.google.common.collect.HashBiMap this$0 void <init> (com.google.common.collect.HashBiMap) com.google.common.collect.HashBiMap this$0 public boolean hasNext () public java.lang.Object next () com.google.common.collect.HashBiMap$BiEntry entry public void remove () abstract java.lang.Object output (com.google.common.collect.HashBiMap$BiEntry) }
com/google/common/collect/HashBiMap$KeySet$1.class
HashBiMap.java package com.google.common.collect com.google.common.collect.HashBiMap$KeySet$1 extends com.google.common.collect.HashBiMap$Itr { void <init> (com.google.common.collect.HashBiMap$KeySet) com.google.common.collect.HashBiMap$KeySet this$1 java.lang.Object output (com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$BiEntry entry }
com/google/common/collect/HashBiMap$KeySet.class
HashBiMap.java package com.google.common.collect final com.google.common.collect.HashBiMap$KeySet extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.HashBiMap this$0 void <init> (com.google.common.collect.HashBiMap) public java.util.Iterator iterator () public boolean remove (java.lang.Object) Object o com.google.common.collect.HashBiMap$BiEntry entry }
com/google/common/collect/HashBiMap.class
HashBiMap.java package com.google.common.collect public final com.google.common.collect.HashBiMap extends com.google.common.collect.Maps$IteratorBasedAbstractMap implements com.google.common.collect.BiMap java.io.Serializable { private static final double LOAD_FACTOR private transient com.google.common.collect.HashBiMap$BiEntry[] hashTableKToV private transient com.google.common.collect.HashBiMap$BiEntry[] hashTableVToK private transient com.google.common.collect.HashBiMap$BiEntry firstInKeyInsertionOrder private transient com.google.common.collect.HashBiMap$BiEntry lastInKeyInsertionOrder private transient int size private transient int mask private transient int modCount private transient com.google.common.collect.BiMap inverse private static final long serialVersionUID public static com.google.common.collect.HashBiMap create () public static com.google.common.collect.HashBiMap create (int) int expectedSize public static com.google.common.collect.HashBiMap create (java.util.Map) java.util.Map map com.google.common.collect.HashBiMap bimap private void <init> (int) int expectedSize private void init (int) int expectedSize int tableSize private void delete (com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$BiEntry bucketEntry com.google.common.collect.HashBiMap$BiEntry bucketEntry com.google.common.collect.HashBiMap$BiEntry entry int keyBucket com.google.common.collect.HashBiMap$BiEntry prevBucketEntry int valueBucket private void insert (com.google.common.collect.HashBiMap$BiEntry, com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap$BiEntry entry com.google.common.collect.HashBiMap$BiEntry oldEntryForKey int keyBucket int valueBucket private com.google.common.collect.HashBiMap$BiEntry seekByKey (java.lang.Object, int) com.google.common.collect.HashBiMap$BiEntry entry Object key int keyHash private com.google.common.collect.HashBiMap$BiEntry seekByValue (java.lang.Object, int) com.google.common.collect.HashBiMap$BiEntry entry Object value int valueHash public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value private java.lang.Object put (java.lang.Object, java.lang.Object, boolean) Object key Object value boolean force int keyHash int valueHash com.google.common.collect.HashBiMap$BiEntry oldEntryForKey com.google.common.collect.HashBiMap$BiEntry oldEntryForValue com.google.common.collect.HashBiMap$BiEntry newEntry public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value private java.lang.Object putInverse (java.lang.Object, java.lang.Object, boolean) Object value Object key boolean force int valueHash int keyHash com.google.common.collect.HashBiMap$BiEntry oldEntryForValue com.google.common.collect.HashBiMap$BiEntry oldEntryForKey com.google.common.collect.HashBiMap$BiEntry newEntry private void rehashIfNecessary () com.google.common.collect.HashBiMap$BiEntry entry int newTableSize com.google.common.collect.HashBiMap$BiEntry[] oldKToV private com.google.common.collect.HashBiMap$BiEntry[] createTable (int) int length public java.lang.Object remove (java.lang.Object) Object key com.google.common.collect.HashBiMap$BiEntry entry public void clear () public int size () public java.util.Set keySet () public java.util.Set values () java.util.Iterator entryIterator () public void forEach (java.util.function.BiConsumer) com.google.common.collect.HashBiMap$BiEntry entry java.util.function.BiConsumer action public void replaceAll (java.util.function.BiFunction) com.google.common.collect.HashBiMap$BiEntry entry java.util.function.BiFunction function com.google.common.collect.HashBiMap$BiEntry oldFirst public com.google.common.collect.BiMap inverse () com.google.common.collect.BiMap result private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream int size public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Collection values () static synthetic com.google.common.collect.HashBiMap$BiEntry access$000 (com.google.common.collect.HashBiMap) com.google.common.collect.HashBiMap x0 static synthetic int access$100 (com.google.common.collect.HashBiMap) com.google.common.collect.HashBiMap x0 static synthetic void access$200 (com.google.common.collect.HashBiMap, com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap x0 com.google.common.collect.HashBiMap$BiEntry x1 static synthetic com.google.common.collect.HashBiMap$BiEntry access$300 (com.google.common.collect.HashBiMap, java.lang.Object, int) com.google.common.collect.HashBiMap x0 Object x1 int x2 static synthetic com.google.common.collect.HashBiMap$BiEntry access$400 (com.google.common.collect.HashBiMap, java.lang.Object, int) com.google.common.collect.HashBiMap x0 Object x1 int x2 static synthetic void access$500 (com.google.common.collect.HashBiMap, com.google.common.collect.HashBiMap$BiEntry, com.google.common.collect.HashBiMap$BiEntry) com.google.common.collect.HashBiMap x0 com.google.common.collect.HashBiMap$BiEntry x1 com.google.common.collect.HashBiMap$BiEntry x2 static synthetic int access$700 (com.google.common.collect.HashBiMap) com.google.common.collect.HashBiMap x0 static synthetic java.lang.Object access$800 (com.google.common.collect.HashBiMap, java.lang.Object, java.lang.Object, boolean) com.google.common.collect.HashBiMap x0 Object x1 Object x2 boolean x3 }
com/google/common/collect/HashMultimap.class
HashMultimap.java package com.google.common.collect public final com.google.common.collect.HashMultimap extends com.google.common.collect.HashMultimapGwtSerializationDependencies { private static final int DEFAULT_VALUES_PER_KEY transient int expectedValuesPerKey private static final long serialVersionUID public static com.google.common.collect.HashMultimap create () public static com.google.common.collect.HashMultimap create (int, int) int expectedKeys int expectedValuesPerKey public static com.google.common.collect.HashMultimap create (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap private void <init> () private void <init> (int, int) int expectedKeys int expectedValuesPerKey private void <init> (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap java.util.Set createCollection () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream int distinctKeys java.util.Map map public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic boolean put (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Map asMap () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set entries () public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic void forEach (java.util.function.BiConsumer) public volatile synthetic java.util.Collection values () public volatile synthetic void clear () public volatile synthetic boolean containsKey (java.lang.Object) public volatile synthetic int size () volatile synthetic java.util.Collection createCollection () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic com.google.common.collect.Multiset keys () public volatile synthetic java.util.Set keySet () public volatile synthetic boolean putAll (com.google.common.collect.Multimap) public volatile synthetic boolean putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean remove (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) public volatile synthetic boolean isEmpty () }
com/google/common/collect/HashMultimapGwtSerializationDependencies.class
HashMultimapGwtSerializationDependencies.java package com.google.common.collect abstract com.google.common.collect.HashMultimapGwtSerializationDependencies extends com.google.common.collect.AbstractSetMultimap { void <init> (java.util.Map) java.util.Map map }
com/google/common/collect/HashMultiset.class
HashMultiset.java package com.google.common.collect public final com.google.common.collect.HashMultiset extends com.google.common.collect.AbstractMapBasedMultiset { private static final long serialVersionUID public static com.google.common.collect.HashMultiset create () public static com.google.common.collect.HashMultiset create (int) int distinctElements public static com.google.common.collect.HashMultiset create (java.lang.Iterable) Iterable elements com.google.common.collect.HashMultiset multiset private void <init> () private void <init> (int) int distinctElements private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream int distinctElements public volatile synthetic int setCount (java.lang.Object, int) public volatile synthetic int remove (java.lang.Object, int) public volatile synthetic int add (java.lang.Object, int) public volatile synthetic int count (java.lang.Object) public volatile synthetic java.util.Iterator iterator () public volatile synthetic int size () public volatile synthetic void clear () public volatile synthetic void forEachEntry (java.util.function.ObjIntConsumer) public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () public volatile synthetic boolean setCount (java.lang.Object, int, int) public volatile synthetic boolean contains (java.lang.Object) public volatile synthetic boolean isEmpty () }
com/google/common/collect/Hashing.class
Hashing.java package com.google.common.collect final com.google.common.collect.Hashing extends java.lang.Object { private static final long C1 private static final long C2 private static final int MAX_TABLE_SIZE private void <init> () static int smear (int) int hashCode static int smearedHash (java.lang.Object) Object o static int closedTableSize (int, double) int expectedEntries double loadFactor int tableSize static boolean needsResizing (int, int, double) int size int tableSize double loadFactor }
com/google/common/collect/ImmutableAsList$SerializedForm.class
ImmutableAsList.java package com.google.common.collect com.google.common.collect.ImmutableAsList$SerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableCollection collection private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableCollection) com.google.common.collect.ImmutableCollection collection java.lang.Object readResolve () }
com/google/common/collect/ImmutableAsList.class
ImmutableAsList.java package com.google.common.collect abstract com.google.common.collect.ImmutableAsList extends com.google.common.collect.ImmutableList { void <init> () abstract com.google.common.collect.ImmutableCollection delegateCollection () public boolean contains (java.lang.Object) Object target public int size () public boolean isEmpty () boolean isPartialView () private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () }
com/google/common/collect/ImmutableBiMap$Builder.class
ImmutableBiMap.java package com.google.common.collect public final com.google.common.collect.ImmutableBiMap$Builder extends com.google.common.collect.ImmutableMap$Builder { public void <init> () void <init> (int) int size public com.google.common.collect.ImmutableBiMap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public com.google.common.collect.ImmutableBiMap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public com.google.common.collect.ImmutableBiMap$Builder putAll (java.util.Map) java.util.Map map public com.google.common.collect.ImmutableBiMap$Builder putAll (java.lang.Iterable) Iterable entries public com.google.common.collect.ImmutableBiMap$Builder orderEntriesByValue (java.util.Comparator) java.util.Comparator valueComparator com.google.common.collect.ImmutableBiMap$Builder combine (com.google.common.collect.ImmutableMap$Builder) com.google.common.collect.ImmutableMap$Builder builder public com.google.common.collect.ImmutableBiMap build () public com.google.common.collect.ImmutableBiMap buildOrThrow () java.util.Map$Entry onlyEntry public com.google.common.collect.ImmutableBiMap buildKeepingLast () com.google.common.collect.ImmutableBiMap buildJdkBacked () java.util.Map$Entry onlyEntry volatile synthetic com.google.common.collect.ImmutableMap buildJdkBacked () public volatile synthetic com.google.common.collect.ImmutableMap buildKeepingLast () public volatile synthetic com.google.common.collect.ImmutableMap buildOrThrow () public volatile synthetic com.google.common.collect.ImmutableMap build () volatile synthetic com.google.common.collect.ImmutableMap$Builder combine (com.google.common.collect.ImmutableMap$Builder) public volatile synthetic com.google.common.collect.ImmutableMap$Builder orderEntriesByValue (java.util.Comparator) public volatile synthetic com.google.common.collect.ImmutableMap$Builder putAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableMap$Builder putAll (java.util.Map) public volatile synthetic com.google.common.collect.ImmutableMap$Builder put (java.util.Map$Entry) public volatile synthetic com.google.common.collect.ImmutableMap$Builder put (java.lang.Object, java.lang.Object) }
com/google/common/collect/ImmutableBiMap$SerializedForm.class
ImmutableBiMap.java package com.google.common.collect com.google.common.collect.ImmutableBiMap$SerializedForm extends com.google.common.collect.ImmutableMap$SerializedForm { private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableBiMap) com.google.common.collect.ImmutableBiMap bimap com.google.common.collect.ImmutableBiMap$Builder makeBuilder (int) int size volatile synthetic com.google.common.collect.ImmutableMap$Builder makeBuilder (int) }
com/google/common/collect/ImmutableBiMap.class
ImmutableBiMap.java package com.google.common.collect public abstract com.google.common.collect.ImmutableBiMap extends com.google.common.collect.ImmutableBiMapFauxverideShim implements com.google.common.collect.BiMap { public static java.util.stream.Collector toImmutableBiMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static com.google.common.collect.ImmutableBiMap of () public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 Object k9 Object v9 public static com.google.common.collect.ImmutableBiMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 Object k9 Object v9 Object k10 Object v10 public static transient com.google.common.collect.ImmutableBiMap ofEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries java.util.Map$Entry[] entries2 public static com.google.common.collect.ImmutableBiMap$Builder builder () public static com.google.common.collect.ImmutableBiMap$Builder builderWithExpectedSize (int) int expectedSize public static com.google.common.collect.ImmutableBiMap copyOf (java.util.Map) com.google.common.collect.ImmutableBiMap bimap java.util.Map map public static com.google.common.collect.ImmutableBiMap copyOf (java.lang.Iterable) java.util.Map$Entry entry Iterable entries java.util.Map$Entry[] entryArray void <init> () public abstract com.google.common.collect.ImmutableBiMap inverse () public com.google.common.collect.ImmutableSet values () final com.google.common.collect.ImmutableSet createValues () public final java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value java.lang.Object writeReplace () volatile synthetic com.google.common.collect.ImmutableCollection createValues () public volatile synthetic com.google.common.collect.ImmutableCollection values () public volatile synthetic java.util.Collection values () public volatile synthetic com.google.common.collect.BiMap inverse () public volatile synthetic java.util.Set values () }
com/google/common/collect/ImmutableBiMapFauxverideShim.class
ImmutableBiMapFauxverideShim.java package com.google.common.collect abstract com.google.common.collect.ImmutableBiMapFauxverideShim extends com.google.common.collect.ImmutableMap { void <init> () public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction }
com/google/common/collect/ImmutableClassToInstanceMap$1.class
ImmutableClassToInstanceMap.java package com.google.common.collect synthetic com.google.common.collect.ImmutableClassToInstanceMap$1 extends java.lang.Object { }
com/google/common/collect/ImmutableClassToInstanceMap$Builder.class
ImmutableClassToInstanceMap.java package com.google.common.collect public final com.google.common.collect.ImmutableClassToInstanceMap$Builder extends java.lang.Object { private final com.google.common.collect.ImmutableMap$Builder mapBuilder public void <init> () public com.google.common.collect.ImmutableClassToInstanceMap$Builder put (java.lang.Class, java.lang.Object) Class key Object value public com.google.common.collect.ImmutableClassToInstanceMap$Builder putAll (java.util.Map) Class type Object value java.util.Map$Entry entry java.util.Map map private static java.lang.Object cast (java.lang.Class, java.lang.Object) Class type Object value public com.google.common.collect.ImmutableClassToInstanceMap build () com.google.common.collect.ImmutableMap map }
com/google/common/collect/ImmutableClassToInstanceMap.class
ImmutableClassToInstanceMap.java package com.google.common.collect public final com.google.common.collect.ImmutableClassToInstanceMap extends com.google.common.collect.ForwardingMap implements com.google.common.collect.ClassToInstanceMap java.io.Serializable { private static final com.google.common.collect.ImmutableClassToInstanceMap EMPTY private final com.google.common.collect.ImmutableMap delegate public static com.google.common.collect.ImmutableClassToInstanceMap of () public static com.google.common.collect.ImmutableClassToInstanceMap of (java.lang.Class, java.lang.Object) Class type Object value com.google.common.collect.ImmutableMap map public static com.google.common.collect.ImmutableClassToInstanceMap$Builder builder () public static com.google.common.collect.ImmutableClassToInstanceMap copyOf (java.util.Map) com.google.common.collect.ImmutableClassToInstanceMap cast java.util.Map map private void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap delegate protected java.util.Map delegate () public java.lang.Object getInstance (java.lang.Class) Class type public java.lang.Object putInstance (java.lang.Class, java.lang.Object) Class type Object value java.lang.Object readResolve () protected volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableClassToInstanceMap$1) com.google.common.collect.ImmutableMap x0 com.google.common.collect.ImmutableClassToInstanceMap$1 x1 static void <clinit> () }
com/google/common/collect/ImmutableCollection$Builder.class
ImmutableCollection.java package com.google.common.collect public abstract com.google.common.collect.ImmutableCollection$Builder extends java.lang.Object { static final int DEFAULT_INITIAL_CAPACITY static int expandedCapacity (int, int) int oldCapacity int minCapacity int newCapacity void <init> () public abstract com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object) public transient com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object[]) Object element Object[] elements public com.google.common.collect.ImmutableCollection$Builder addAll (java.lang.Iterable) Object element Iterable elements public com.google.common.collect.ImmutableCollection$Builder addAll (java.util.Iterator) java.util.Iterator elements public abstract com.google.common.collect.ImmutableCollection build () }
com/google/common/collect/ImmutableCollection.class
ImmutableCollection.java package com.google.common.collect public abstract com.google.common.collect.ImmutableCollection extends java.util.AbstractCollection implements java.io.Serializable { static final int SPLITERATOR_CHARACTERISTICS private static final Object[] EMPTY_ARRAY void <init> () public abstract com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public final java.lang.Object[] toArray () public final java.lang.Object[] toArray (java.lang.Object[]) Object[] internal Object[] other int size java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () public abstract boolean contains (java.lang.Object) public final boolean add (java.lang.Object) Object e public final boolean remove (java.lang.Object) Object object public final boolean addAll (java.util.Collection) java.util.Collection newElements public final boolean removeAll (java.util.Collection) java.util.Collection oldElements public final boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public final boolean retainAll (java.util.Collection) java.util.Collection elementsToKeep public final void clear () public com.google.common.collect.ImmutableList asList () abstract boolean isPartialView () int copyIntoArray (java.lang.Object[], int) Object e Object[] dst int offset java.lang.Object writeReplace () public volatile synthetic java.util.Iterator iterator () static void <clinit> () }
com/google/common/collect/ImmutableEntry.class
ImmutableEntry.java package com.google.common.collect com.google.common.collect.ImmutableEntry extends com.google.common.collect.AbstractMapEntry implements java.io.Serializable { final Object key final Object value private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object) Object key Object value public final java.lang.Object getKey () public final java.lang.Object getValue () public final java.lang.Object setValue (java.lang.Object) Object value }
com/google/common/collect/ImmutableEnumMap$1.class
ImmutableEnumMap.java package com.google.common.collect synthetic com.google.common.collect.ImmutableEnumMap$1 extends java.lang.Object { }
com/google/common/collect/ImmutableEnumMap$EnumSerializedForm.class
ImmutableEnumMap.java package com.google.common.collect com.google.common.collect.ImmutableEnumMap$EnumSerializedForm extends java.lang.Object implements java.io.Serializable { final java.util.EnumMap delegate private static final long serialVersionUID void <init> (java.util.EnumMap) java.util.EnumMap delegate java.lang.Object readResolve () }
com/google/common/collect/ImmutableEnumMap.class
ImmutableEnumMap.java package com.google.common.collect final com.google.common.collect.ImmutableEnumMap extends com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap { private final transient java.util.EnumMap delegate static com.google.common.collect.ImmutableMap asImmutable (java.util.EnumMap) java.util.Map$Entry entry java.util.EnumMap map private void <init> (java.util.EnumMap) java.util.EnumMap delegate com.google.common.collect.UnmodifiableIterator keyIterator () java.util.Spliterator keySpliterator () public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public boolean equals (java.lang.Object) Object object com.google.common.collect.UnmodifiableIterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action boolean isPartialView () java.lang.Object writeReplace () synthetic void <init> (java.util.EnumMap, com.google.common.collect.ImmutableEnumMap$1) java.util.EnumMap x0 com.google.common.collect.ImmutableEnumMap$1 x1 }
com/google/common/collect/ImmutableEnumSet$1.class
ImmutableEnumSet.java package com.google.common.collect synthetic com.google.common.collect.ImmutableEnumSet$1 extends java.lang.Object { }
com/google/common/collect/ImmutableEnumSet$EnumSerializedForm.class
ImmutableEnumSet.java package com.google.common.collect com.google.common.collect.ImmutableEnumSet$EnumSerializedForm extends java.lang.Object implements java.io.Serializable { final java.util.EnumSet delegate private static final long serialVersionUID void <init> (java.util.EnumSet) java.util.EnumSet delegate java.lang.Object readResolve () }
com/google/common/collect/ImmutableEnumSet.class
ImmutableEnumSet.java package com.google.common.collect final com.google.common.collect.ImmutableEnumSet extends com.google.common.collect.ImmutableSet { private final transient java.util.EnumSet delegate private transient int hashCode static com.google.common.collect.ImmutableSet asImmutable (java.util.EnumSet) java.util.EnumSet set private void <init> (java.util.EnumSet) java.util.EnumSet delegate boolean isPartialView () public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public int size () public boolean contains (java.lang.Object) Object object public boolean containsAll (java.util.Collection) java.util.Collection collection public boolean isEmpty () public boolean equals (java.lang.Object) Object object boolean isHashCodeFast () public int hashCode () int result public java.lang.String toString () java.lang.Object writeReplace () public volatile synthetic java.util.Iterator iterator () synthetic void <init> (java.util.EnumSet, com.google.common.collect.ImmutableEnumSet$1) java.util.EnumSet x0 com.google.common.collect.ImmutableEnumSet$1 x1 }
com/google/common/collect/ImmutableList$1.class
ImmutableList.java package com.google.common.collect com.google.common.collect.ImmutableList$1 extends com.google.common.collect.AbstractIndexedListIterator { final synthetic com.google.common.collect.ImmutableList this$0 void <init> (com.google.common.collect.ImmutableList, int, int) com.google.common.collect.ImmutableList this$0 int size int position protected java.lang.Object get (int) int index }
com/google/common/collect/ImmutableList$Builder.class
ImmutableList.java package com.google.common.collect public final com.google.common.collect.ImmutableList$Builder extends com.google.common.collect.ImmutableCollection$Builder { Object[] contents private int size private boolean forceCopy public void <init> () void <init> (int) int capacity private void getReadyToExpandTo (int) int minCapacity public com.google.common.collect.ImmutableList$Builder add (java.lang.Object) Object element public transient com.google.common.collect.ImmutableList$Builder add (java.lang.Object[]) Object[] elements private void add (java.lang.Object[], int) Object[] elements int n public com.google.common.collect.ImmutableList$Builder addAll (java.lang.Iterable) com.google.common.collect.ImmutableCollection immutableCollection java.util.Collection collection Iterable elements public com.google.common.collect.ImmutableList$Builder addAll (java.util.Iterator) java.util.Iterator elements com.google.common.collect.ImmutableList$Builder combine (com.google.common.collect.ImmutableList$Builder) com.google.common.collect.ImmutableList$Builder builder public com.google.common.collect.ImmutableList build () public volatile synthetic com.google.common.collect.ImmutableCollection build () public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object) }
com/google/common/collect/ImmutableList$ReverseImmutableList.class
ImmutableList.java package com.google.common.collect com.google.common.collect.ImmutableList$ReverseImmutableList extends com.google.common.collect.ImmutableList { private final transient com.google.common.collect.ImmutableList forwardList void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList backingList private int reverseIndex (int) int index private int reversePosition (int) int index public com.google.common.collect.ImmutableList reverse () public boolean contains (java.lang.Object) Object object public int indexOf (java.lang.Object) Object object int index public int lastIndexOf (java.lang.Object) Object object int index public com.google.common.collect.ImmutableList subList (int, int) int fromIndex int toIndex public java.lang.Object get (int) int index public int size () boolean isPartialView () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.ListIterator listIterator (int) public volatile synthetic java.util.ListIterator listIterator () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableList$SerializedForm.class
ImmutableList.java package com.google.common.collect com.google.common.collect.ImmutableList$SerializedForm extends java.lang.Object implements java.io.Serializable { final Object[] elements private static final long serialVersionUID void <init> (java.lang.Object[]) Object[] elements java.lang.Object readResolve () }
com/google/common/collect/ImmutableList$SubList.class
ImmutableList.java package com.google.common.collect com.google.common.collect.ImmutableList$SubList extends com.google.common.collect.ImmutableList { final transient int offset final transient int length final synthetic com.google.common.collect.ImmutableList this$0 void <init> (com.google.common.collect.ImmutableList, int, int) com.google.common.collect.ImmutableList this$0 int offset int length public int size () public java.lang.Object get (int) int index public com.google.common.collect.ImmutableList subList (int, int) int fromIndex int toIndex boolean isPartialView () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.ListIterator listIterator (int) public volatile synthetic java.util.ListIterator listIterator () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableList.class
ImmutableList.java package com.google.common.collect public abstract com.google.common.collect.ImmutableList extends com.google.common.collect.ImmutableCollection implements java.util.List java.util.RandomAccess { public static java.util.stream.Collector toImmutableList () public static com.google.common.collect.ImmutableList of () public static com.google.common.collect.ImmutableList of (java.lang.Object) Object element public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 Object e10 public static com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 Object e10 Object e11 public static transient com.google.common.collect.ImmutableList of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object e7 Object e8 Object e9 Object e10 Object e11 Object e12 Object[] others Object[] array public static com.google.common.collect.ImmutableList copyOf (java.lang.Iterable) Iterable elements public static com.google.common.collect.ImmutableList copyOf (java.util.Collection) com.google.common.collect.ImmutableList list java.util.Collection elements public static com.google.common.collect.ImmutableList copyOf (java.util.Iterator) java.util.Iterator elements Object first public static com.google.common.collect.ImmutableList copyOf (java.lang.Object[]) Object[] elements public static com.google.common.collect.ImmutableList sortedCopyOf (java.lang.Iterable) Iterable elements Comparable[] array public static com.google.common.collect.ImmutableList sortedCopyOf (java.util.Comparator, java.lang.Iterable) java.util.Comparator comparator Iterable elements Object[] array private static transient com.google.common.collect.ImmutableList construct (java.lang.Object[]) Object[] elements static com.google.common.collect.ImmutableList asImmutableList (java.lang.Object[]) Object[] elements static com.google.common.collect.ImmutableList asImmutableList (java.lang.Object[], int) Object onlyElement Object[] elementsWithoutTrailingNulls Object[] elements int length void <init> () public com.google.common.collect.UnmodifiableIterator iterator () public com.google.common.collect.UnmodifiableListIterator listIterator () public com.google.common.collect.UnmodifiableListIterator listIterator (int) int index public void forEach (java.util.function.Consumer) int i java.util.function.Consumer consumer int n public int indexOf (java.lang.Object) Object object public int lastIndexOf (java.lang.Object) Object object public boolean contains (java.lang.Object) Object object public com.google.common.collect.ImmutableList subList (int, int) int fromIndex int toIndex int length com.google.common.collect.ImmutableList subListUnchecked (int, int) int fromIndex int toIndex public final boolean addAll (int, java.util.Collection) int index java.util.Collection newElements public final java.lang.Object set (int, java.lang.Object) int index Object element public final void add (int, java.lang.Object) int index Object element public final java.lang.Object remove (int) int index public final void replaceAll (java.util.function.UnaryOperator) java.util.function.UnaryOperator operator public final void sort (java.util.Comparator) java.util.Comparator c public final com.google.common.collect.ImmutableList asList () public java.util.Spliterator spliterator () int copyIntoArray (java.lang.Object[], int) int i Object[] dst int offset int size public com.google.common.collect.ImmutableList reverse () public boolean equals (java.lang.Object) Object obj public int hashCode () int i int hashCode int n private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () public static com.google.common.collect.ImmutableList$Builder builder () public static com.google.common.collect.ImmutableList$Builder builderWithExpectedSize (int) int expectedSize public volatile synthetic java.util.Iterator iterator () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.ListIterator listIterator (int) public volatile synthetic java.util.ListIterator listIterator () }
com/google/common/collect/ImmutableListMultimap$Builder.class
ImmutableListMultimap.java package com.google.common.collect public final com.google.common.collect.ImmutableListMultimap$Builder extends com.google.common.collect.ImmutableMultimap$Builder { public void <init> () public com.google.common.collect.ImmutableListMultimap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public com.google.common.collect.ImmutableListMultimap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public com.google.common.collect.ImmutableListMultimap$Builder putAll (java.lang.Iterable) Iterable entries public com.google.common.collect.ImmutableListMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public transient com.google.common.collect.ImmutableListMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) Object key Object[] values public com.google.common.collect.ImmutableListMultimap$Builder putAll (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap com.google.common.collect.ImmutableListMultimap$Builder combine (com.google.common.collect.ImmutableMultimap$Builder) com.google.common.collect.ImmutableMultimap$Builder other public com.google.common.collect.ImmutableListMultimap$Builder orderKeysBy (java.util.Comparator) java.util.Comparator keyComparator public com.google.common.collect.ImmutableListMultimap$Builder orderValuesBy (java.util.Comparator) java.util.Comparator valueComparator public com.google.common.collect.ImmutableListMultimap build () public volatile synthetic com.google.common.collect.ImmutableMultimap build () volatile synthetic com.google.common.collect.ImmutableMultimap$Builder combine (com.google.common.collect.ImmutableMultimap$Builder) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder orderValuesBy (java.util.Comparator) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder orderKeysBy (java.util.Comparator) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (com.google.common.collect.Multimap) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder put (java.util.Map$Entry) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder put (java.lang.Object, java.lang.Object) }
com/google/common/collect/ImmutableListMultimap.class
ImmutableListMultimap.java package com.google.common.collect public com.google.common.collect.ImmutableListMultimap extends com.google.common.collect.ImmutableMultimap implements com.google.common.collect.ListMultimap { private transient com.google.common.collect.ImmutableListMultimap inverse private static final long serialVersionUID public static java.util.stream.Collector toImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector flatteningToImmutableListMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction public static com.google.common.collect.ImmutableListMultimap of () public static com.google.common.collect.ImmutableListMultimap of (java.lang.Object, java.lang.Object) Object k1 Object v1 com.google.common.collect.ImmutableListMultimap$Builder builder public static com.google.common.collect.ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 com.google.common.collect.ImmutableListMultimap$Builder builder public static com.google.common.collect.ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 com.google.common.collect.ImmutableListMultimap$Builder builder public static com.google.common.collect.ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 com.google.common.collect.ImmutableListMultimap$Builder builder public static com.google.common.collect.ImmutableListMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 com.google.common.collect.ImmutableListMultimap$Builder builder public static com.google.common.collect.ImmutableListMultimap$Builder builder () public static com.google.common.collect.ImmutableListMultimap copyOf (com.google.common.collect.Multimap) com.google.common.collect.ImmutableListMultimap kvMultimap com.google.common.collect.Multimap multimap public static com.google.common.collect.ImmutableListMultimap copyOf (java.lang.Iterable) Iterable entries static com.google.common.collect.ImmutableListMultimap fromMapEntries (java.util.Collection, java.util.Comparator) Object key java.util.Collection values com.google.common.collect.ImmutableList list java.util.Map$Entry entry java.util.Collection mapEntries java.util.Comparator valueComparator com.google.common.collect.ImmutableMap$Builder builder int size void <init> (com.google.common.collect.ImmutableMap, int) com.google.common.collect.ImmutableMap map int size public com.google.common.collect.ImmutableList get (java.lang.Object) Object key com.google.common.collect.ImmutableList list public com.google.common.collect.ImmutableListMultimap inverse () com.google.common.collect.ImmutableListMultimap result private com.google.common.collect.ImmutableListMultimap invert () java.util.Map$Entry entry com.google.common.collect.ImmutableListMultimap$Builder builder com.google.common.collect.ImmutableListMultimap invertedMultimap public final com.google.common.collect.ImmutableList removeAll (java.lang.Object) Object key public final com.google.common.collect.ImmutableList replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException int j Object key int valueCount com.google.common.collect.ImmutableList$Builder valuesBuilder int i com.google.common.collect.ImmutableMap tmpMap IllegalArgumentException e java.io.ObjectInputStream stream int keyCount com.google.common.collect.ImmutableMap$Builder builder int tmpSize com.google.common.collect.ImmutableMap tmpMap public volatile synthetic com.google.common.collect.ImmutableMultimap inverse () public volatile synthetic com.google.common.collect.ImmutableCollection get (java.lang.Object) public volatile synthetic com.google.common.collect.ImmutableCollection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableCollection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.List replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.List removeAll (java.lang.Object) public volatile synthetic java.util.List get (java.lang.Object) }
com/google/common/collect/ImmutableMap$1.class
ImmutableMap.java package com.google.common.collect com.google.common.collect.ImmutableMap$1 extends com.google.common.collect.UnmodifiableIterator { final synthetic com.google.common.collect.UnmodifiableIterator val$entryIterator void <init> (com.google.common.collect.ImmutableMap, com.google.common.collect.UnmodifiableIterator) com.google.common.collect.ImmutableMap this$0 public boolean hasNext () public java.lang.Object next () }
com/google/common/collect/ImmutableMap$Builder.class
ImmutableMap.java package com.google.common.collect public com.google.common.collect.ImmutableMap$Builder extends java.lang.Object { java.util.Comparator valueComparator java.util.Map$Entry[] entries int size boolean entriesUsed public void <init> () void <init> (int) int initialCapacity private void ensureCapacity (int) int minCapacity public com.google.common.collect.ImmutableMap$Builder put (java.lang.Object, java.lang.Object) Object key Object value java.util.Map$Entry entry public com.google.common.collect.ImmutableMap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public com.google.common.collect.ImmutableMap$Builder putAll (java.util.Map) java.util.Map map public com.google.common.collect.ImmutableMap$Builder putAll (java.lang.Iterable) java.util.Map$Entry entry Iterable entries public com.google.common.collect.ImmutableMap$Builder orderEntriesByValue (java.util.Comparator) java.util.Comparator valueComparator com.google.common.collect.ImmutableMap$Builder combine (com.google.common.collect.ImmutableMap$Builder) com.google.common.collect.ImmutableMap$Builder other private com.google.common.collect.ImmutableMap build (boolean) java.util.Map$Entry onlyEntry java.util.Map$Entry[] localEntries java.util.Map$Entry[] nonNullEntries boolean throwIfDuplicateKeys java.util.Map$Entry[] localEntries int localSize public com.google.common.collect.ImmutableMap build () public com.google.common.collect.ImmutableMap buildOrThrow () public com.google.common.collect.ImmutableMap buildKeepingLast () com.google.common.collect.ImmutableMap buildJdkBacked () java.util.Map$Entry onlyEntry private static java.util.Map$Entry[] lastEntryForEachKey (java.util.Map$Entry[], int) int i int inI int outI java.util.Map$Entry[] entries int size java.util.Set seen java.util.BitSet dups java.util.Map$Entry[] newEntries }
com/google/common/collect/ImmutableMap$IteratorBasedImmutableMap$1EntrySetImpl.class
ImmutableMap.java package com.google.common.collect com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap$1EntrySetImpl extends com.google.common.collect.ImmutableMapEntrySet { final synthetic com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap this$0 void <init> (com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap) com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap this$0 com.google.common.collect.ImmutableMap map () public com.google.common.collect.UnmodifiableIterator iterator () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableMap$IteratorBasedImmutableMap.class
ImmutableMap.java package com.google.common.collect abstract com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap extends com.google.common.collect.ImmutableMap { void <init> () abstract com.google.common.collect.UnmodifiableIterator entryIterator () java.util.Spliterator entrySpliterator () com.google.common.collect.ImmutableSet createKeySet () com.google.common.collect.ImmutableSet createEntrySet () com.google.common.collect.ImmutableCollection createValues () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set keySet () }
com/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.class
ImmutableMap.java package com.google.common.collect com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1 extends com.google.common.collect.AbstractMapEntry { final synthetic java.util.Map$Entry val$backingEntry void <init> (com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1, java.util.Map$Entry) com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1 this$2 public java.lang.Object getKey () public com.google.common.collect.ImmutableSet getValue () public volatile synthetic java.lang.Object getValue () }
com/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1.class
ImmutableMap.java package com.google.common.collect com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1 extends com.google.common.collect.UnmodifiableIterator { final synthetic java.util.Iterator val$backingIterator void <init> (com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets, java.util.Iterator) com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this$1 public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry backingEntry public volatile synthetic java.lang.Object next () }
com/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets.class
ImmutableMap.java package com.google.common.collect final com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets extends com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap { final synthetic com.google.common.collect.ImmutableMap this$0 private void <init> (com.google.common.collect.ImmutableMap) public int size () com.google.common.collect.ImmutableSet createKeySet () public boolean containsKey (java.lang.Object) Object key public com.google.common.collect.ImmutableSet get (java.lang.Object) Object key Object outerValue boolean isPartialView () public int hashCode () boolean isHashCodeFast () com.google.common.collect.UnmodifiableIterator entryIterator () java.util.Iterator backingIterator public volatile synthetic java.lang.Object get (java.lang.Object) synthetic void <init> (com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableMap$1) com.google.common.collect.ImmutableMap x0 com.google.common.collect.ImmutableMap$1 x1 }
com/google/common/collect/ImmutableMap$SerializedForm.class
ImmutableMap.java package com.google.common.collect com.google.common.collect.ImmutableMap$SerializedForm extends java.lang.Object implements java.io.Serializable { private static final boolean USE_LEGACY_SERIALIZATION private final Object keys private final Object values private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMap) java.util.Map$Entry entry Object[] keys Object[] values int i com.google.common.collect.ImmutableMap map final java.lang.Object readResolve () com.google.common.collect.ImmutableSet keySet com.google.common.collect.ImmutableCollection values com.google.common.collect.ImmutableMap$Builder builder com.google.common.collect.UnmodifiableIterator keyIter com.google.common.collect.UnmodifiableIterator valueIter final java.lang.Object legacyReadResolve () int i Object[] keys Object[] values com.google.common.collect.ImmutableMap$Builder builder com.google.common.collect.ImmutableMap$Builder makeBuilder (int) int size }
com/google/common/collect/ImmutableMap.class
ImmutableMap.java package com.google.common.collect public abstract com.google.common.collect.ImmutableMap extends java.lang.Object implements java.util.Map java.io.Serializable { static final java.util.Map$Entry[] EMPTY_ENTRY_ARRAY private transient com.google.common.collect.ImmutableSet entrySet private transient com.google.common.collect.ImmutableSet keySet private transient com.google.common.collect.ImmutableCollection values private transient com.google.common.collect.ImmutableSetMultimap multimapView public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static com.google.common.collect.ImmutableMap of () public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 Object k9 Object v9 public static com.google.common.collect.ImmutableMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 Object k9 Object v9 Object k10 Object v10 public static transient com.google.common.collect.ImmutableMap ofEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries java.util.Map$Entry[] entries2 static java.util.Map$Entry entryOf (java.lang.Object, java.lang.Object) Object key Object value public static com.google.common.collect.ImmutableMap$Builder builder () public static com.google.common.collect.ImmutableMap$Builder builderWithExpectedSize (int) int expectedSize static void checkNoConflict (boolean, java.lang.String, java.lang.Object, java.lang.Object) boolean safe String conflictDescription Object entry1 Object entry2 static java.lang.IllegalArgumentException conflictException (java.lang.String, java.lang.Object, java.lang.Object) String conflictDescription Object entry1 Object entry2 public static com.google.common.collect.ImmutableMap copyOf (java.util.Map) com.google.common.collect.ImmutableMap kvMap com.google.common.collect.ImmutableMap kvMap java.util.Map map public static com.google.common.collect.ImmutableMap copyOf (java.lang.Iterable) java.util.Map$Entry onlyEntry Iterable entries java.util.Map$Entry[] entryArray private static com.google.common.collect.ImmutableMap copyOfEnumMap (java.util.EnumMap) java.util.Map$Entry entry java.util.EnumMap original java.util.EnumMap copy void <init> () public final java.lang.Object put (java.lang.Object, java.lang.Object) Object k Object v public final java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public final boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue public final java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public final java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public final java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public final java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public final java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction public final void putAll (java.util.Map) java.util.Map map public final void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public final java.lang.Object remove (java.lang.Object) Object o public final boolean remove (java.lang.Object, java.lang.Object) Object key Object value public final void clear () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public abstract java.lang.Object get (java.lang.Object) public final java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue Object result public com.google.common.collect.ImmutableSet entrySet () com.google.common.collect.ImmutableSet result abstract com.google.common.collect.ImmutableSet createEntrySet () public com.google.common.collect.ImmutableSet keySet () com.google.common.collect.ImmutableSet result abstract com.google.common.collect.ImmutableSet createKeySet () com.google.common.collect.UnmodifiableIterator keyIterator () com.google.common.collect.UnmodifiableIterator entryIterator java.util.Spliterator keySpliterator () public com.google.common.collect.ImmutableCollection values () com.google.common.collect.ImmutableCollection result abstract com.google.common.collect.ImmutableCollection createValues () public com.google.common.collect.ImmutableSetMultimap asMultimap () com.google.common.collect.ImmutableSetMultimap result public boolean equals (java.lang.Object) Object object abstract boolean isPartialView () public int hashCode () boolean isHashCodeFast () public java.lang.String toString () java.lang.Object writeReplace () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set keySet () static void <clinit> () }
com/google/common/collect/ImmutableMapEntry$NonTerminalImmutableBiMapEntry.class
ImmutableMapEntry.java package com.google.common.collect final com.google.common.collect.ImmutableMapEntry$NonTerminalImmutableBiMapEntry extends com.google.common.collect.ImmutableMapEntry$NonTerminalImmutableMapEntry { private final transient com.google.common.collect.ImmutableMapEntry nextInValueBucket void <init> (java.lang.Object, java.lang.Object, com.google.common.collect.ImmutableMapEntry, com.google.common.collect.ImmutableMapEntry) Object key Object value com.google.common.collect.ImmutableMapEntry nextInKeyBucket com.google.common.collect.ImmutableMapEntry nextInValueBucket com.google.common.collect.ImmutableMapEntry getNextInValueBucket () }
com/google/common/collect/ImmutableMapEntry$NonTerminalImmutableMapEntry.class
ImmutableMapEntry.java package com.google.common.collect com.google.common.collect.ImmutableMapEntry$NonTerminalImmutableMapEntry extends com.google.common.collect.ImmutableMapEntry { private final transient com.google.common.collect.ImmutableMapEntry nextInKeyBucket void <init> (java.lang.Object, java.lang.Object, com.google.common.collect.ImmutableMapEntry) Object key Object value com.google.common.collect.ImmutableMapEntry nextInKeyBucket final com.google.common.collect.ImmutableMapEntry getNextInKeyBucket () final boolean isReusable () }
com/google/common/collect/ImmutableMapEntry.class
ImmutableMapEntry.java package com.google.common.collect com.google.common.collect.ImmutableMapEntry extends com.google.common.collect.ImmutableEntry { static com.google.common.collect.ImmutableMapEntry[] createEntryArray (int) int size void <init> (java.lang.Object, java.lang.Object) Object key Object value void <init> (com.google.common.collect.ImmutableMapEntry) com.google.common.collect.ImmutableMapEntry contents com.google.common.collect.ImmutableMapEntry getNextInKeyBucket () com.google.common.collect.ImmutableMapEntry getNextInValueBucket () boolean isReusable () }
com/google/common/collect/ImmutableMapEntrySet$EntrySetSerializedForm.class
ImmutableMapEntrySet.java package com.google.common.collect com.google.common.collect.ImmutableMapEntrySet$EntrySetSerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableMap map private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map java.lang.Object readResolve () }
com/google/common/collect/ImmutableMapEntrySet$RegularEntrySet.class
ImmutableMapEntrySet.java package com.google.common.collect final com.google.common.collect.ImmutableMapEntrySet$RegularEntrySet extends com.google.common.collect.ImmutableMapEntrySet { private final transient com.google.common.collect.ImmutableMap map private final transient com.google.common.collect.ImmutableList entries void <init> (com.google.common.collect.ImmutableMap, java.util.Map$Entry[]) com.google.common.collect.ImmutableMap map java.util.Map$Entry[] entries void <init> (com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableMap map com.google.common.collect.ImmutableList entries com.google.common.collect.ImmutableMap map () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action com.google.common.collect.ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableMapEntrySet.class
ImmutableMapEntrySet.java package com.google.common.collect abstract com.google.common.collect.ImmutableMapEntrySet extends com.google.common.collect.ImmutableSet$CachingAsList { void <init> () abstract com.google.common.collect.ImmutableMap map () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object value Object object boolean isPartialView () boolean isHashCodeFast () public int hashCode () java.lang.Object writeReplace () }
com/google/common/collect/ImmutableMapKeySet$KeySetSerializedForm.class
ImmutableMapKeySet.java package com.google.common.collect com.google.common.collect.ImmutableMapKeySet$KeySetSerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableMap map private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map java.lang.Object readResolve () }
com/google/common/collect/ImmutableMapKeySet.class
ImmutableMapKeySet.java package com.google.common.collect final com.google.common.collect.ImmutableMapKeySet extends com.google.common.collect.IndexedImmutableSet { private final com.google.common.collect.ImmutableMap map void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map public int size () public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object object java.lang.Object get (int) int index public void forEach (java.util.function.Consumer) java.util.function.Consumer action boolean isPartialView () public volatile synthetic java.util.Iterator iterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v }
com/google/common/collect/ImmutableMapValues$1.class
ImmutableMapValues.java package com.google.common.collect com.google.common.collect.ImmutableMapValues$1 extends com.google.common.collect.UnmodifiableIterator { final com.google.common.collect.UnmodifiableIterator entryItr final synthetic com.google.common.collect.ImmutableMapValues this$0 void <init> (com.google.common.collect.ImmutableMapValues) com.google.common.collect.ImmutableMapValues this$0 public boolean hasNext () public java.lang.Object next () }
com/google/common/collect/ImmutableMapValues$2.class
ImmutableMapValues.java package com.google.common.collect com.google.common.collect.ImmutableMapValues$2 extends com.google.common.collect.ImmutableAsList { final synthetic com.google.common.collect.ImmutableList val$entryList final synthetic com.google.common.collect.ImmutableMapValues this$0 void <init> (com.google.common.collect.ImmutableMapValues, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableMapValues this$0 public java.lang.Object get (int) int index com.google.common.collect.ImmutableCollection delegateCollection () }
com/google/common/collect/ImmutableMapValues$SerializedForm.class
ImmutableMapValues.java package com.google.common.collect com.google.common.collect.ImmutableMapValues$SerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableMap map private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map java.lang.Object readResolve () }
com/google/common/collect/ImmutableMapValues.class
ImmutableMapValues.java package com.google.common.collect final com.google.common.collect.ImmutableMapValues extends com.google.common.collect.ImmutableCollection { private final com.google.common.collect.ImmutableMap map void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map public int size () public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public boolean contains (java.lang.Object) Object object boolean isPartialView () public com.google.common.collect.ImmutableList asList () com.google.common.collect.ImmutableList entryList public void forEach (java.util.function.Consumer) java.util.function.Consumer action public volatile synthetic java.util.Iterator iterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v static synthetic com.google.common.collect.ImmutableMap access$000 (com.google.common.collect.ImmutableMapValues) com.google.common.collect.ImmutableMapValues x0 }
com/google/common/collect/ImmutableMultimap$1.class
ImmutableMultimap.java package com.google.common.collect com.google.common.collect.ImmutableMultimap$1 extends com.google.common.collect.UnmodifiableIterator { final java.util.Iterator asMapItr Object currentKey java.util.Iterator valueItr final synthetic com.google.common.collect.ImmutableMultimap this$0 void <init> (com.google.common.collect.ImmutableMultimap) com.google.common.collect.ImmutableMultimap this$0 public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry entry public volatile synthetic java.lang.Object next () }
com/google/common/collect/ImmutableMultimap$2.class
ImmutableMultimap.java package com.google.common.collect com.google.common.collect.ImmutableMultimap$2 extends com.google.common.collect.UnmodifiableIterator { java.util.Iterator valueCollectionItr java.util.Iterator valueItr final synthetic com.google.common.collect.ImmutableMultimap this$0 void <init> (com.google.common.collect.ImmutableMultimap) com.google.common.collect.ImmutableMultimap this$0 public boolean hasNext () public java.lang.Object next () }
com/google/common/collect/ImmutableMultimap$Builder.class
ImmutableMultimap.java package com.google.common.collect public com.google.common.collect.ImmutableMultimap$Builder extends java.lang.Object { final java.util.Map builderMap java.util.Comparator keyComparator java.util.Comparator valueComparator public void <init> () java.util.Collection newMutableValueCollection () public com.google.common.collect.ImmutableMultimap$Builder put (java.lang.Object, java.lang.Object) Object key Object value java.util.Collection valueCollection public com.google.common.collect.ImmutableMultimap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Iterable) java.util.Map$Entry entry Iterable entries public com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) Object value Object value Object key Iterable values java.util.Collection valueCollection java.util.Iterator valuesItr public transient com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) Object key Object[] values public com.google.common.collect.ImmutableMultimap$Builder putAll (com.google.common.collect.Multimap) java.util.Map$Entry entry com.google.common.collect.Multimap multimap public com.google.common.collect.ImmutableMultimap$Builder orderKeysBy (java.util.Comparator) java.util.Comparator keyComparator public com.google.common.collect.ImmutableMultimap$Builder orderValuesBy (java.util.Comparator) java.util.Comparator valueComparator com.google.common.collect.ImmutableMultimap$Builder combine (com.google.common.collect.ImmutableMultimap$Builder) java.util.Map$Entry entry com.google.common.collect.ImmutableMultimap$Builder other public com.google.common.collect.ImmutableMultimap build () java.util.Collection mapEntries }
com/google/common/collect/ImmutableMultimap$EntryCollection.class
ImmutableMultimap.java package com.google.common.collect com.google.common.collect.ImmutableMultimap$EntryCollection extends com.google.common.collect.ImmutableCollection { final com.google.common.collect.ImmutableMultimap multimap private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMultimap) com.google.common.collect.ImmutableMultimap multimap public com.google.common.collect.UnmodifiableIterator iterator () boolean isPartialView () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object object public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableMultimap$FieldSettersHolder.class
ImmutableMultimap.java package com.google.common.collect com.google.common.collect.ImmutableMultimap$FieldSettersHolder extends java.lang.Object { static final com.google.common.collect.Serialization$FieldSetter MAP_FIELD_SETTER static final com.google.common.collect.Serialization$FieldSetter SIZE_FIELD_SETTER void <init> () static void <clinit> () }
com/google/common/collect/ImmutableMultimap$Keys.class
ImmutableMultimap.java package com.google.common.collect com.google.common.collect.ImmutableMultimap$Keys extends com.google.common.collect.ImmutableMultiset { final synthetic com.google.common.collect.ImmutableMultimap this$0 void <init> (com.google.common.collect.ImmutableMultimap) com.google.common.collect.ImmutableMultimap this$0 public boolean contains (java.lang.Object) Object object public int count (java.lang.Object) Object element java.util.Collection values public com.google.common.collect.ImmutableSet elementSet () public int size () com.google.common.collect.Multiset$Entry getEntry (int) int index java.util.Map$Entry entry boolean isPartialView () java.lang.Object writeReplace () public volatile synthetic java.util.Set elementSet () }
com/google/common/collect/ImmutableMultimap$KeysSerializedForm.class
ImmutableMultimap.java package com.google.common.collect final com.google.common.collect.ImmutableMultimap$KeysSerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableMultimap multimap void <init> (com.google.common.collect.ImmutableMultimap) com.google.common.collect.ImmutableMultimap multimap java.lang.Object readResolve () }
com/google/common/collect/ImmutableMultimap$Values.class
ImmutableMultimap.java package com.google.common.collect final com.google.common.collect.ImmutableMultimap$Values extends com.google.common.collect.ImmutableCollection { private final transient com.google.common.collect.ImmutableMultimap multimap private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMultimap) com.google.common.collect.ImmutableMultimap multimap public boolean contains (java.lang.Object) Object object public com.google.common.collect.UnmodifiableIterator iterator () int copyIntoArray (java.lang.Object[], int) com.google.common.collect.ImmutableCollection valueCollection Object[] dst int offset public int size () boolean isPartialView () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableMultimap.class
ImmutableMultimap.java package com.google.common.collect public abstract com.google.common.collect.ImmutableMultimap extends com.google.common.collect.BaseImmutableMultimap implements java.io.Serializable { final transient com.google.common.collect.ImmutableMap map final transient int size private static final long serialVersionUID public static com.google.common.collect.ImmutableMultimap of () public static com.google.common.collect.ImmutableMultimap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static com.google.common.collect.ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static com.google.common.collect.ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static com.google.common.collect.ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static com.google.common.collect.ImmutableMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 public static com.google.common.collect.ImmutableMultimap$Builder builder () public static com.google.common.collect.ImmutableMultimap copyOf (com.google.common.collect.Multimap) com.google.common.collect.ImmutableMultimap kvMultimap com.google.common.collect.Multimap multimap public static com.google.common.collect.ImmutableMultimap copyOf (java.lang.Iterable) Iterable entries void <init> (com.google.common.collect.ImmutableMap, int) com.google.common.collect.ImmutableMap map int size public com.google.common.collect.ImmutableCollection removeAll (java.lang.Object) Object key public com.google.common.collect.ImmutableCollection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public final void clear () public abstract com.google.common.collect.ImmutableCollection get (java.lang.Object) public abstract com.google.common.collect.ImmutableMultimap inverse () public final boolean put (java.lang.Object, java.lang.Object) Object key Object value public final boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public final boolean putAll (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public final boolean remove (java.lang.Object, java.lang.Object) Object key Object value boolean isPartialView () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public int size () public com.google.common.collect.ImmutableSet keySet () java.util.Set createKeySet () public com.google.common.collect.ImmutableMap asMap () java.util.Map createAsMap () public com.google.common.collect.ImmutableCollection entries () com.google.common.collect.ImmutableCollection createEntries () com.google.common.collect.UnmodifiableIterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public com.google.common.collect.ImmutableMultiset keys () com.google.common.collect.ImmutableMultiset createKeys () public com.google.common.collect.ImmutableCollection values () com.google.common.collect.ImmutableCollection createValues () com.google.common.collect.UnmodifiableIterator valueIterator () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic java.util.Map asMap () volatile synthetic java.util.Iterator valueIterator () volatile synthetic java.util.Collection createValues () public volatile synthetic java.util.Collection values () volatile synthetic com.google.common.collect.Multiset createKeys () public volatile synthetic com.google.common.collect.Multiset keys () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Iterator entryIterator () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic boolean isEmpty () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) private static synthetic void lambda$forEach$3 (java.util.function.BiConsumer, java.lang.Object, java.util.Collection) java.util.function.BiConsumer action Object key java.util.Collection valueCollection private static synthetic void lambda$forEach$2 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object key Object value private static synthetic java.util.Spliterator lambda$entrySpliterator$1 (java.util.Map$Entry) java.util.Map$Entry keyToValueCollectionEntry Object key java.util.Collection valueCollection private static synthetic java.util.Map$Entry lambda$entrySpliterator$0 (java.lang.Object, java.lang.Object) Object key Object value }
com/google/common/collect/ImmutableMultiset$1.class
ImmutableMultiset.java package com.google.common.collect com.google.common.collect.ImmutableMultiset$1 extends com.google.common.collect.UnmodifiableIterator { int remaining Object element final synthetic java.util.Iterator val$entryIterator void <init> (com.google.common.collect.ImmutableMultiset, java.util.Iterator) com.google.common.collect.ImmutableMultiset this$0 public boolean hasNext () public java.lang.Object next () com.google.common.collect.Multiset$Entry entry }
com/google/common/collect/ImmutableMultiset$Builder.class
ImmutableMultiset.java package com.google.common.collect public com.google.common.collect.ImmutableMultiset$Builder extends com.google.common.collect.ImmutableCollection$Builder { final com.google.common.collect.Multiset contents public void <init> () void <init> (com.google.common.collect.Multiset) com.google.common.collect.Multiset contents public com.google.common.collect.ImmutableMultiset$Builder add (java.lang.Object) Object element public transient com.google.common.collect.ImmutableMultiset$Builder add (java.lang.Object[]) Object[] elements public com.google.common.collect.ImmutableMultiset$Builder addCopies (java.lang.Object, int) Object element int occurrences public com.google.common.collect.ImmutableMultiset$Builder setCount (java.lang.Object, int) Object element int count public com.google.common.collect.ImmutableMultiset$Builder addAll (java.lang.Iterable) com.google.common.collect.Multiset multiset Iterable elements public com.google.common.collect.ImmutableMultiset$Builder addAll (java.util.Iterator) java.util.Iterator elements public com.google.common.collect.ImmutableMultiset build () com.google.common.collect.ImmutableMultiset buildJdkBacked () public volatile synthetic com.google.common.collect.ImmutableCollection build () public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object) private synthetic void lambda$addAll$0 (java.lang.Object, int) Object e int n }
com/google/common/collect/ImmutableMultiset$ElementSet.class
ImmutableMultiset.java package com.google.common.collect final com.google.common.collect.ImmutableMultiset$ElementSet extends com.google.common.collect.ImmutableSet$Indexed { private final java.util.List entries private final com.google.common.collect.Multiset delegate void <init> (java.util.List, com.google.common.collect.Multiset) java.util.List entries com.google.common.collect.Multiset delegate java.lang.Object get (int) int index public boolean contains (java.lang.Object) Object object boolean isPartialView () public int size () }
com/google/common/collect/ImmutableMultiset$EntrySet.class
ImmutableMultiset.java package com.google.common.collect final com.google.common.collect.ImmutableMultiset$EntrySet extends com.google.common.collect.IndexedImmutableSet { private static final long serialVersionUID final synthetic com.google.common.collect.ImmutableMultiset this$0 private void <init> (com.google.common.collect.ImmutableMultiset) boolean isPartialView () com.google.common.collect.Multiset$Entry get (int) int index public int size () public boolean contains (java.lang.Object) com.google.common.collect.Multiset$Entry entry int count Object o public int hashCode () java.lang.Object writeReplace () volatile synthetic java.lang.Object get (int) synthetic void <init> (com.google.common.collect.ImmutableMultiset, com.google.common.collect.ImmutableMultiset$1) com.google.common.collect.ImmutableMultiset x0 com.google.common.collect.ImmutableMultiset$1 x1 }
com/google/common/collect/ImmutableMultiset$EntrySetSerializedForm.class
ImmutableMultiset.java package com.google.common.collect com.google.common.collect.ImmutableMultiset$EntrySetSerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableMultiset multiset void <init> (com.google.common.collect.ImmutableMultiset) com.google.common.collect.ImmutableMultiset multiset java.lang.Object readResolve () }
com/google/common/collect/ImmutableMultiset$SerializedForm.class
ImmutableMultiset.java package com.google.common.collect final com.google.common.collect.ImmutableMultiset$SerializedForm extends java.lang.Object implements java.io.Serializable { final Object[] elements final int[] counts private static final long serialVersionUID void <init> (com.google.common.collect.Multiset) com.google.common.collect.Multiset$Entry entry com.google.common.collect.Multiset multiset int distinct int i java.lang.Object readResolve () int i com.google.common.collect.LinkedHashMultiset multiset }
com/google/common/collect/ImmutableMultiset.class
ImmutableMultiset.java package com.google.common.collect public abstract com.google.common.collect.ImmutableMultiset extends com.google.common.collect.ImmutableMultisetGwtSerializationDependencies implements com.google.common.collect.Multiset { private transient com.google.common.collect.ImmutableList asList private transient com.google.common.collect.ImmutableSet entrySet public static java.util.stream.Collector toImmutableMultiset () public static java.util.stream.Collector toImmutableMultiset (java.util.function.Function, java.util.function.ToIntFunction) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction public static com.google.common.collect.ImmutableMultiset of () public static com.google.common.collect.ImmutableMultiset of (java.lang.Object) Object element public static com.google.common.collect.ImmutableMultiset of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static com.google.common.collect.ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static com.google.common.collect.ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static com.google.common.collect.ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static transient com.google.common.collect.ImmutableMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object[] others public static com.google.common.collect.ImmutableMultiset copyOf (java.lang.Object[]) Object[] elements public static com.google.common.collect.ImmutableMultiset copyOf (java.lang.Iterable) com.google.common.collect.ImmutableMultiset result Iterable elements com.google.common.collect.Multiset multiset public static com.google.common.collect.ImmutableMultiset copyOf (java.util.Iterator) java.util.Iterator elements com.google.common.collect.Multiset multiset private static transient com.google.common.collect.ImmutableMultiset copyFromElements (java.lang.Object[]) Object[] elements com.google.common.collect.Multiset multiset static com.google.common.collect.ImmutableMultiset copyFromEntries (java.util.Collection) java.util.Collection entries void <init> () public com.google.common.collect.UnmodifiableIterator iterator () java.util.Iterator entryIterator public com.google.common.collect.ImmutableList asList () com.google.common.collect.ImmutableList result public boolean contains (java.lang.Object) Object object public final int add (java.lang.Object, int) Object element int occurrences public final int remove (java.lang.Object, int) Object element int occurrences public final int setCount (java.lang.Object, int) Object element int count public final boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount int copyIntoArray (java.lang.Object[], int) com.google.common.collect.Multiset$Entry entry Object[] dst int offset public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () public abstract com.google.common.collect.ImmutableSet elementSet () public com.google.common.collect.ImmutableSet entrySet () com.google.common.collect.ImmutableSet es private com.google.common.collect.ImmutableSet createEntrySet () abstract com.google.common.collect.Multiset$Entry getEntry (int) java.lang.Object writeReplace () public static com.google.common.collect.ImmutableMultiset$Builder builder () public volatile synthetic java.util.Iterator iterator () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () private static synthetic int lambda$toImmutableMultiset$0 (java.lang.Object) Object e }
com/google/common/collect/ImmutableMultisetGwtSerializationDependencies.class
ImmutableMultisetGwtSerializationDependencies.java package com.google.common.collect abstract com.google.common.collect.ImmutableMultisetGwtSerializationDependencies extends com.google.common.collect.ImmutableCollection { void <init> () }
com/google/common/collect/ImmutableRangeMap$1.class
ImmutableRangeMap.java package com.google.common.collect com.google.common.collect.ImmutableRangeMap$1 extends com.google.common.collect.ImmutableList { final synthetic int val$len final synthetic int val$off final synthetic com.google.common.collect.Range val$range final synthetic com.google.common.collect.ImmutableRangeMap this$0 void <init> (com.google.common.collect.ImmutableRangeMap, int, int, com.google.common.collect.Range) com.google.common.collect.ImmutableRangeMap this$0 public int size () public com.google.common.collect.Range get (int) int index boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/ImmutableRangeMap$2.class
ImmutableRangeMap.java package com.google.common.collect com.google.common.collect.ImmutableRangeMap$2 extends com.google.common.collect.ImmutableRangeMap { final synthetic com.google.common.collect.Range val$range final synthetic com.google.common.collect.ImmutableRangeMap val$outer void <init> (com.google.common.collect.ImmutableRangeMap, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.Range, com.google.common.collect.ImmutableRangeMap) com.google.common.collect.ImmutableRangeMap this$0 com.google.common.collect.ImmutableList ranges com.google.common.collect.ImmutableList values public com.google.common.collect.ImmutableRangeMap subRangeMap (com.google.common.collect.Range) com.google.common.collect.Range subRange public volatile synthetic com.google.common.collect.RangeMap subRangeMap (com.google.common.collect.Range) public volatile synthetic java.util.Map asDescendingMapOfRanges () public volatile synthetic java.util.Map asMapOfRanges () }
com/google/common/collect/ImmutableRangeMap$Builder.class
ImmutableRangeMap.java package com.google.common.collect public final com.google.common.collect.ImmutableRangeMap$Builder extends java.lang.Object { private final java.util.List entries public void <init> () public com.google.common.collect.ImmutableRangeMap$Builder put (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public com.google.common.collect.ImmutableRangeMap$Builder putAll (com.google.common.collect.RangeMap) java.util.Map$Entry entry com.google.common.collect.RangeMap rangeMap com.google.common.collect.ImmutableRangeMap$Builder combine (com.google.common.collect.ImmutableRangeMap$Builder) com.google.common.collect.ImmutableRangeMap$Builder builder public com.google.common.collect.ImmutableRangeMap build () com.google.common.collect.Range prevRange com.google.common.collect.Range range int i com.google.common.collect.ImmutableList$Builder rangesBuilder com.google.common.collect.ImmutableList$Builder valuesBuilder }
com/google/common/collect/ImmutableRangeMap$SerializedForm.class
ImmutableRangeMap.java package com.google.common.collect com.google.common.collect.ImmutableRangeMap$SerializedForm extends java.lang.Object implements java.io.Serializable { private final com.google.common.collect.ImmutableMap mapOfRanges private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap mapOfRanges java.lang.Object readResolve () java.lang.Object createRangeMap () java.util.Map$Entry entry com.google.common.collect.ImmutableRangeMap$Builder builder }
com/google/common/collect/ImmutableRangeMap.class
ImmutableRangeMap.java package com.google.common.collect public com.google.common.collect.ImmutableRangeMap extends java.lang.Object implements com.google.common.collect.RangeMap java.io.Serializable { private static final com.google.common.collect.ImmutableRangeMap EMPTY private final transient com.google.common.collect.ImmutableList ranges private final transient com.google.common.collect.ImmutableList values private static final long serialVersionUID public static java.util.stream.Collector toImmutableRangeMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static com.google.common.collect.ImmutableRangeMap of () public static com.google.common.collect.ImmutableRangeMap of (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public static com.google.common.collect.ImmutableRangeMap copyOf (com.google.common.collect.RangeMap) java.util.Map$Entry entry com.google.common.collect.RangeMap rangeMap java.util.Map map com.google.common.collect.ImmutableList$Builder rangesBuilder com.google.common.collect.ImmutableList$Builder valuesBuilder public static com.google.common.collect.ImmutableRangeMap$Builder builder () void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList ranges com.google.common.collect.ImmutableList values public java.lang.Object get (java.lang.Comparable) com.google.common.collect.Range range Comparable key int index public java.util.Map$Entry getEntry (java.lang.Comparable) com.google.common.collect.Range range Comparable key int index public com.google.common.collect.Range span () com.google.common.collect.Range firstRange com.google.common.collect.Range lastRange public final void put (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public final void putCoalescing (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public final void putAll (com.google.common.collect.RangeMap) com.google.common.collect.RangeMap rangeMap public final void clear () public final void remove (com.google.common.collect.Range) com.google.common.collect.Range range public final void merge (com.google.common.collect.Range, java.lang.Object, java.util.function.BiFunction) com.google.common.collect.Range range Object value java.util.function.BiFunction remappingFunction public com.google.common.collect.ImmutableMap asMapOfRanges () com.google.common.collect.RegularImmutableSortedSet rangeSet public com.google.common.collect.ImmutableMap asDescendingMapOfRanges () com.google.common.collect.RegularImmutableSortedSet rangeSet public com.google.common.collect.ImmutableRangeMap subRangeMap (com.google.common.collect.Range) com.google.common.collect.Range range int lowerIndex int upperIndex int off int len com.google.common.collect.ImmutableList subRanges com.google.common.collect.ImmutableRangeMap outer public int hashCode () public boolean equals (java.lang.Object) com.google.common.collect.RangeMap rangeMap Object o public java.lang.String toString () java.lang.Object writeReplace () public volatile synthetic com.google.common.collect.RangeMap subRangeMap (com.google.common.collect.Range) public volatile synthetic java.util.Map asDescendingMapOfRanges () public volatile synthetic java.util.Map asMapOfRanges () static synthetic com.google.common.collect.ImmutableList access$000 (com.google.common.collect.ImmutableRangeMap) com.google.common.collect.ImmutableRangeMap x0 static void <clinit> () }
com/google/common/collect/ImmutableRangeSet$1.class
ImmutableRangeSet.java package com.google.common.collect com.google.common.collect.ImmutableRangeSet$1 extends com.google.common.collect.ImmutableList { final synthetic int val$length final synthetic int val$fromIndex final synthetic com.google.common.collect.Range val$range final synthetic com.google.common.collect.ImmutableRangeSet this$0 void <init> (com.google.common.collect.ImmutableRangeSet, int, int, com.google.common.collect.Range) com.google.common.collect.ImmutableRangeSet this$0 public int size () public com.google.common.collect.Range get (int) int index boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/ImmutableRangeSet$AsSet$1.class
ImmutableRangeSet.java package com.google.common.collect com.google.common.collect.ImmutableRangeSet$AsSet$1 extends com.google.common.collect.AbstractIterator { final java.util.Iterator rangeItr java.util.Iterator elemItr final synthetic com.google.common.collect.ImmutableRangeSet$AsSet this$1 void <init> (com.google.common.collect.ImmutableRangeSet$AsSet) com.google.common.collect.ImmutableRangeSet$AsSet this$1 protected java.lang.Comparable computeNext () protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/ImmutableRangeSet$AsSet$2.class
ImmutableRangeSet.java package com.google.common.collect com.google.common.collect.ImmutableRangeSet$AsSet$2 extends com.google.common.collect.AbstractIterator { final java.util.Iterator rangeItr java.util.Iterator elemItr final synthetic com.google.common.collect.ImmutableRangeSet$AsSet this$1 void <init> (com.google.common.collect.ImmutableRangeSet$AsSet) com.google.common.collect.ImmutableRangeSet$AsSet this$1 protected java.lang.Comparable computeNext () protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/ImmutableRangeSet$AsSet.class
ImmutableRangeSet.java package com.google.common.collect final com.google.common.collect.ImmutableRangeSet$AsSet extends com.google.common.collect.ImmutableSortedSet { private final com.google.common.collect.DiscreteDomain domain private transient Integer size final synthetic com.google.common.collect.ImmutableRangeSet this$0 void <init> (com.google.common.collect.ImmutableRangeSet, com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain public int size () com.google.common.collect.Range range long total Integer result public com.google.common.collect.UnmodifiableIterator iterator () public com.google.common.collect.UnmodifiableIterator descendingIterator () com.google.common.collect.ImmutableSortedSet subSet (com.google.common.collect.Range) com.google.common.collect.Range range com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Comparable, boolean) Comparable toElement boolean inclusive com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Comparable, boolean) Comparable fromElement boolean inclusive public boolean contains (java.lang.Object) Comparable c ClassCastException e Object o int indexOf (java.lang.Object) com.google.common.collect.Range range Comparable c long total Object target com.google.common.collect.ImmutableSortedSet createDescendingSet () boolean isPartialView () public java.lang.String toString () java.lang.Object writeReplace () volatile synthetic com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () static synthetic com.google.common.collect.DiscreteDomain access$100 (com.google.common.collect.ImmutableRangeSet$AsSet) com.google.common.collect.ImmutableRangeSet$AsSet x0 }
com/google/common/collect/ImmutableRangeSet$AsSetSerializedForm.class
ImmutableRangeSet.java package com.google.common.collect com.google.common.collect.ImmutableRangeSet$AsSetSerializedForm extends java.lang.Object implements java.io.Serializable { private final com.google.common.collect.ImmutableList ranges private final com.google.common.collect.DiscreteDomain domain void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.DiscreteDomain) com.google.common.collect.ImmutableList ranges com.google.common.collect.DiscreteDomain domain java.lang.Object readResolve () }
com/google/common/collect/ImmutableRangeSet$Builder.class
ImmutableRangeSet.java package com.google.common.collect public com.google.common.collect.ImmutableRangeSet$Builder extends java.lang.Object { private final java.util.List ranges public void <init> () public com.google.common.collect.ImmutableRangeSet$Builder add (com.google.common.collect.Range) com.google.common.collect.Range range public com.google.common.collect.ImmutableRangeSet$Builder addAll (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet ranges public com.google.common.collect.ImmutableRangeSet$Builder addAll (java.lang.Iterable) com.google.common.collect.Range range Iterable ranges com.google.common.collect.ImmutableRangeSet$Builder combine (com.google.common.collect.ImmutableRangeSet$Builder) com.google.common.collect.ImmutableRangeSet$Builder builder public com.google.common.collect.ImmutableRangeSet build () com.google.common.collect.Range nextRange com.google.common.collect.Range range com.google.common.collect.ImmutableList$Builder mergedRangesBuilder com.google.common.collect.PeekingIterator peekingItr com.google.common.collect.ImmutableList mergedRanges }
com/google/common/collect/ImmutableRangeSet$ComplementRanges.class
ImmutableRangeSet.java package com.google.common.collect final com.google.common.collect.ImmutableRangeSet$ComplementRanges extends com.google.common.collect.ImmutableList { private final boolean positiveBoundedBelow private final boolean positiveBoundedAbove private final int size final synthetic com.google.common.collect.ImmutableRangeSet this$0 void <init> (com.google.common.collect.ImmutableRangeSet) int size public int size () public com.google.common.collect.Range get (int) com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound int index com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/ImmutableRangeSet$SerializedForm.class
ImmutableRangeSet.java package com.google.common.collect final com.google.common.collect.ImmutableRangeSet$SerializedForm extends java.lang.Object implements java.io.Serializable { private final com.google.common.collect.ImmutableList ranges void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList ranges java.lang.Object readResolve () }
com/google/common/collect/ImmutableRangeSet.class
ImmutableRangeSet.java package com.google.common.collect public final com.google.common.collect.ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet implements java.io.Serializable { private static final com.google.common.collect.ImmutableRangeSet EMPTY private static final com.google.common.collect.ImmutableRangeSet ALL private final transient com.google.common.collect.ImmutableList ranges private transient com.google.common.collect.ImmutableRangeSet complement public static java.util.stream.Collector toImmutableRangeSet () public static com.google.common.collect.ImmutableRangeSet of () public static com.google.common.collect.ImmutableRangeSet of (com.google.common.collect.Range) com.google.common.collect.Range range static com.google.common.collect.ImmutableRangeSet all () public static com.google.common.collect.ImmutableRangeSet copyOf (com.google.common.collect.RangeSet) com.google.common.collect.ImmutableRangeSet immutableRangeSet com.google.common.collect.RangeSet rangeSet public static com.google.common.collect.ImmutableRangeSet copyOf (java.lang.Iterable) Iterable ranges public static com.google.common.collect.ImmutableRangeSet unionOf (java.lang.Iterable) Iterable ranges void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList ranges private void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableRangeSet) com.google.common.collect.ImmutableList ranges com.google.common.collect.ImmutableRangeSet complement public boolean intersects (com.google.common.collect.Range) com.google.common.collect.Range otherRange int ceilingIndex public boolean encloses (com.google.common.collect.Range) com.google.common.collect.Range otherRange int index public com.google.common.collect.Range rangeContaining (java.lang.Comparable) com.google.common.collect.Range range Comparable value int index public com.google.common.collect.Range span () public boolean isEmpty () public void add (com.google.common.collect.Range) com.google.common.collect.Range range public void addAll (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other public void addAll (java.lang.Iterable) Iterable other public void remove (com.google.common.collect.Range) com.google.common.collect.Range range public void removeAll (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other public void removeAll (java.lang.Iterable) Iterable other public com.google.common.collect.ImmutableSet asRanges () public com.google.common.collect.ImmutableSet asDescendingSetOfRanges () public com.google.common.collect.ImmutableRangeSet complement () com.google.common.collect.ImmutableList complementRanges com.google.common.collect.ImmutableRangeSet result public com.google.common.collect.ImmutableRangeSet union (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other public com.google.common.collect.ImmutableRangeSet intersection (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other com.google.common.collect.RangeSet copy public com.google.common.collect.ImmutableRangeSet difference (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet other com.google.common.collect.RangeSet copy private com.google.common.collect.ImmutableList intersectRanges (com.google.common.collect.Range) int fromIndex int toIndex com.google.common.collect.Range range int fromIndex int toIndex int length public com.google.common.collect.ImmutableRangeSet subRangeSet (com.google.common.collect.Range) com.google.common.collect.Range span com.google.common.collect.Range range public com.google.common.collect.ImmutableSortedSet asSet (com.google.common.collect.DiscreteDomain) java.util.NoSuchElementException e com.google.common.collect.DiscreteDomain domain com.google.common.collect.Range span boolean isPartialView () public static com.google.common.collect.ImmutableRangeSet$Builder builder () java.lang.Object writeReplace () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic boolean enclosesAll (com.google.common.collect.RangeSet) public volatile synthetic void clear () public volatile synthetic boolean contains (java.lang.Comparable) public volatile synthetic com.google.common.collect.RangeSet subRangeSet (com.google.common.collect.Range) public volatile synthetic com.google.common.collect.RangeSet complement () public volatile synthetic java.util.Set asDescendingSetOfRanges () public volatile synthetic java.util.Set asRanges () static synthetic com.google.common.collect.ImmutableList access$000 (com.google.common.collect.ImmutableRangeSet) com.google.common.collect.ImmutableRangeSet x0 static void <clinit> () }
com/google/common/collect/ImmutableSet$Builder.class
ImmutableSet.java package com.google.common.collect public com.google.common.collect.ImmutableSet$Builder extends com.google.common.collect.ImmutableCollection$Builder { private com.google.common.collect.ImmutableSet$SetBuilderImpl impl boolean forceCopy public void <init> () void <init> (int) int capacity void <init> (boolean) boolean subclass void forceJdk () final void copyIfNecessary () void copy () public com.google.common.collect.ImmutableSet$Builder add (java.lang.Object) Object element public transient com.google.common.collect.ImmutableSet$Builder add (java.lang.Object[]) Object[] elements public com.google.common.collect.ImmutableSet$Builder addAll (java.lang.Iterable) Iterable elements public com.google.common.collect.ImmutableSet$Builder addAll (java.util.Iterator) java.util.Iterator elements com.google.common.collect.ImmutableSet$Builder combine (com.google.common.collect.ImmutableSet$Builder) com.google.common.collect.ImmutableSet$Builder other public com.google.common.collect.ImmutableSet build () public volatile synthetic com.google.common.collect.ImmutableCollection build () public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object) }
com/google/common/collect/ImmutableSet$CachingAsList.class
ImmutableSet.java package com.google.common.collect abstract com.google.common.collect.ImmutableSet$CachingAsList extends com.google.common.collect.ImmutableSet { private transient com.google.common.collect.ImmutableList asList void <init> () public com.google.common.collect.ImmutableList asList () com.google.common.collect.ImmutableList result com.google.common.collect.ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableSet$EmptySetBuilderImpl.class
ImmutableSet.java package com.google.common.collect final com.google.common.collect.ImmutableSet$EmptySetBuilderImpl extends com.google.common.collect.ImmutableSet$SetBuilderImpl { private static final com.google.common.collect.ImmutableSet$EmptySetBuilderImpl INSTANCE static com.google.common.collect.ImmutableSet$SetBuilderImpl instance () private void <init> () com.google.common.collect.ImmutableSet$SetBuilderImpl add (java.lang.Object) Object e com.google.common.collect.ImmutableSet$SetBuilderImpl copy () com.google.common.collect.ImmutableSet build () static void <clinit> () }
com/google/common/collect/ImmutableSet$Indexed$1.class
ImmutableSet.java package com.google.common.collect com.google.common.collect.ImmutableSet$Indexed$1 extends com.google.common.collect.ImmutableAsList { final synthetic com.google.common.collect.ImmutableSet$Indexed this$0 void <init> (com.google.common.collect.ImmutableSet$Indexed) com.google.common.collect.ImmutableSet$Indexed this$0 public java.lang.Object get (int) int index com.google.common.collect.ImmutableSet$Indexed delegateCollection () volatile synthetic com.google.common.collect.ImmutableCollection delegateCollection () }
com/google/common/collect/ImmutableSet$Indexed.class
ImmutableSet.java package com.google.common.collect abstract com.google.common.collect.ImmutableSet$Indexed extends com.google.common.collect.ImmutableSet$CachingAsList { void <init> () abstract java.lang.Object get (int) public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) int i java.util.function.Consumer consumer int n int copyIntoArray (java.lang.Object[], int) Object[] dst int offset com.google.common.collect.ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableSet$JdkBackedSetBuilderImpl.class
ImmutableSet.java package com.google.common.collect final com.google.common.collect.ImmutableSet$JdkBackedSetBuilderImpl extends com.google.common.collect.ImmutableSet$SetBuilderImpl { private final java.util.Set delegate void <init> (com.google.common.collect.ImmutableSet$SetBuilderImpl) int i com.google.common.collect.ImmutableSet$SetBuilderImpl toCopy com.google.common.collect.ImmutableSet$SetBuilderImpl add (java.lang.Object) Object e com.google.common.collect.ImmutableSet$SetBuilderImpl copy () com.google.common.collect.ImmutableSet build () }
com/google/common/collect/ImmutableSet$RegularSetBuilderImpl.class
ImmutableSet.java package com.google.common.collect final com.google.common.collect.ImmutableSet$RegularSetBuilderImpl extends com.google.common.collect.ImmutableSet$SetBuilderImpl { private Object[] hashTable private int maxRunBeforeFallback private int expandTableThreshold private int hashCode static final int MAX_RUN_MULTIPLIER void <init> (int) int expectedCapacity void <init> (com.google.common.collect.ImmutableSet$RegularSetBuilderImpl) com.google.common.collect.ImmutableSet$RegularSetBuilderImpl toCopy com.google.common.collect.ImmutableSet$SetBuilderImpl add (java.lang.Object) Object elem Object e private com.google.common.collect.ImmutableSet$SetBuilderImpl insertInHashTable (java.lang.Object) int index Object tableEntry int i Object e int eHash int i0 int mask com.google.common.collect.ImmutableSet$SetBuilderImpl copy () com.google.common.collect.ImmutableSet$SetBuilderImpl review () int targetTableSize com.google.common.collect.ImmutableSet build () Object[] elements static java.lang.Object[] rebuildHashTable (int, java.lang.Object[], int) int index int j Object e int j0 int i int newTableSize Object[] elements int n Object[] hashTable int mask void ensureTableCapacity (int) int newTableSize int newTableSize int minCapacity int newTableSize static boolean hashFloodingDetected (java.lang.Object[]) int j Object[] hashTable int maxRunBeforeFallback int mask int knownRunStart int knownRunEnd static int maxRunBeforeFallback (int) int tableSize }
com/google/common/collect/ImmutableSet$SerializedForm.class
ImmutableSet.java package com.google.common.collect com.google.common.collect.ImmutableSet$SerializedForm extends java.lang.Object implements java.io.Serializable { final Object[] elements private static final long serialVersionUID void <init> (java.lang.Object[]) Object[] elements java.lang.Object readResolve () }
com/google/common/collect/ImmutableSet$SetBuilderImpl.class
ImmutableSet.java package com.google.common.collect abstract com.google.common.collect.ImmutableSet$SetBuilderImpl extends java.lang.Object { Object[] dedupedElements int distinct void <init> (int) int expectedCapacity void <init> (com.google.common.collect.ImmutableSet$SetBuilderImpl) com.google.common.collect.ImmutableSet$SetBuilderImpl toCopy private void ensureCapacity (int) int newCapacity int minCapacity final void addDedupedElement (java.lang.Object) Object e abstract com.google.common.collect.ImmutableSet$SetBuilderImpl add (java.lang.Object) final com.google.common.collect.ImmutableSet$SetBuilderImpl combine (com.google.common.collect.ImmutableSet$SetBuilderImpl) int i com.google.common.collect.ImmutableSet$SetBuilderImpl other com.google.common.collect.ImmutableSet$SetBuilderImpl result abstract com.google.common.collect.ImmutableSet$SetBuilderImpl copy () com.google.common.collect.ImmutableSet$SetBuilderImpl review () abstract com.google.common.collect.ImmutableSet build () }
com/google/common/collect/ImmutableSet.class
ImmutableSet.java package com.google.common.collect public abstract com.google.common.collect.ImmutableSet extends com.google.common.collect.ImmutableCollection implements java.util.Set { static final int SPLITERATOR_CHARACTERISTICS static final int MAX_TABLE_SIZE private static final double DESIRED_LOAD_FACTOR private static final int CUTOFF public static java.util.stream.Collector toImmutableSet () public static com.google.common.collect.ImmutableSet of () public static com.google.common.collect.ImmutableSet of (java.lang.Object) Object element public static com.google.common.collect.ImmutableSet of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static com.google.common.collect.ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static com.google.common.collect.ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static com.google.common.collect.ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static transient com.google.common.collect.ImmutableSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object[] others int paramCount Object[] elements private static transient com.google.common.collect.ImmutableSet constructUnknownDuplication (int, java.lang.Object[]) int n Object[] elements private static transient com.google.common.collect.ImmutableSet construct (int, int, java.lang.Object[]) Object elem Object e int i com.google.common.collect.ImmutableSet$SetBuilderImpl builder int n int expectedSize Object[] elements public static com.google.common.collect.ImmutableSet copyOf (java.util.Collection) com.google.common.collect.ImmutableSet set java.util.Collection elements Object[] array public static com.google.common.collect.ImmutableSet copyOf (java.lang.Iterable) Iterable elements public static com.google.common.collect.ImmutableSet copyOf (java.util.Iterator) java.util.Iterator elements Object first public static com.google.common.collect.ImmutableSet copyOf (java.lang.Object[]) Object[] elements private static com.google.common.collect.ImmutableSet copyOfEnumSet (java.util.EnumSet) java.util.EnumSet enumSet void <init> () boolean isHashCodeFast () public boolean equals (java.lang.Object) Object object public int hashCode () public abstract com.google.common.collect.UnmodifiableIterator iterator () java.lang.Object writeReplace () public static com.google.common.collect.ImmutableSet$Builder builder () public static com.google.common.collect.ImmutableSet$Builder builderWithExpectedSize (int) int expectedSize static int chooseTableSize (int) int tableSize int setSize public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableSetMultimap$Builder.class
ImmutableSetMultimap.java package com.google.common.collect public final com.google.common.collect.ImmutableSetMultimap$Builder extends com.google.common.collect.ImmutableMultimap$Builder { public void <init> () java.util.Collection newMutableValueCollection () public com.google.common.collect.ImmutableSetMultimap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public com.google.common.collect.ImmutableSetMultimap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public com.google.common.collect.ImmutableSetMultimap$Builder putAll (java.lang.Iterable) Iterable entries public com.google.common.collect.ImmutableSetMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public transient com.google.common.collect.ImmutableSetMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) Object key Object[] values public com.google.common.collect.ImmutableSetMultimap$Builder putAll (com.google.common.collect.Multimap) java.util.Map$Entry entry com.google.common.collect.Multimap multimap com.google.common.collect.ImmutableSetMultimap$Builder combine (com.google.common.collect.ImmutableMultimap$Builder) com.google.common.collect.ImmutableMultimap$Builder other public com.google.common.collect.ImmutableSetMultimap$Builder orderKeysBy (java.util.Comparator) java.util.Comparator keyComparator public com.google.common.collect.ImmutableSetMultimap$Builder orderValuesBy (java.util.Comparator) java.util.Comparator valueComparator public com.google.common.collect.ImmutableSetMultimap build () java.util.Collection mapEntries public volatile synthetic com.google.common.collect.ImmutableMultimap build () volatile synthetic com.google.common.collect.ImmutableMultimap$Builder combine (com.google.common.collect.ImmutableMultimap$Builder) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder orderValuesBy (java.util.Comparator) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder orderKeysBy (java.util.Comparator) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (com.google.common.collect.Multimap) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder putAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder put (java.util.Map$Entry) public volatile synthetic com.google.common.collect.ImmutableMultimap$Builder put (java.lang.Object, java.lang.Object) }
com/google/common/collect/ImmutableSetMultimap$EntrySet.class
ImmutableSetMultimap.java package com.google.common.collect final com.google.common.collect.ImmutableSetMultimap$EntrySet extends com.google.common.collect.ImmutableSet { private final transient com.google.common.collect.ImmutableSetMultimap multimap void <init> (com.google.common.collect.ImmutableSetMultimap) com.google.common.collect.ImmutableSetMultimap multimap public boolean contains (java.lang.Object) java.util.Map$Entry entry Object object public int size () public com.google.common.collect.UnmodifiableIterator iterator () boolean isPartialView () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableSetMultimap$SetFieldSettersHolder.class
ImmutableSetMultimap.java package com.google.common.collect final com.google.common.collect.ImmutableSetMultimap$SetFieldSettersHolder extends java.lang.Object { static final com.google.common.collect.Serialization$FieldSetter EMPTY_SET_FIELD_SETTER private void <init> () static void <clinit> () }
com/google/common/collect/ImmutableSetMultimap.class
ImmutableSetMultimap.java package com.google.common.collect public com.google.common.collect.ImmutableSetMultimap extends com.google.common.collect.ImmutableMultimap implements com.google.common.collect.SetMultimap { private final transient com.google.common.collect.ImmutableSet emptySet private transient com.google.common.collect.ImmutableSetMultimap inverse private transient com.google.common.collect.ImmutableSet entries private static final long serialVersionUID public static java.util.stream.Collector toImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector flatteningToImmutableSetMultimap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valuesFunction public static com.google.common.collect.ImmutableSetMultimap of () public static com.google.common.collect.ImmutableSetMultimap of (java.lang.Object, java.lang.Object) Object k1 Object v1 com.google.common.collect.ImmutableSetMultimap$Builder builder public static com.google.common.collect.ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 com.google.common.collect.ImmutableSetMultimap$Builder builder public static com.google.common.collect.ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 com.google.common.collect.ImmutableSetMultimap$Builder builder public static com.google.common.collect.ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 com.google.common.collect.ImmutableSetMultimap$Builder builder public static com.google.common.collect.ImmutableSetMultimap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 com.google.common.collect.ImmutableSetMultimap$Builder builder public static com.google.common.collect.ImmutableSetMultimap$Builder builder () public static com.google.common.collect.ImmutableSetMultimap copyOf (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap private static com.google.common.collect.ImmutableSetMultimap copyOf (com.google.common.collect.Multimap, java.util.Comparator) com.google.common.collect.ImmutableSetMultimap kvMultimap com.google.common.collect.Multimap multimap java.util.Comparator valueComparator public static com.google.common.collect.ImmutableSetMultimap copyOf (java.lang.Iterable) Iterable entries static com.google.common.collect.ImmutableSetMultimap fromMapEntries (java.util.Collection, java.util.Comparator) Object key java.util.Collection values com.google.common.collect.ImmutableSet set java.util.Map$Entry entry java.util.Collection mapEntries java.util.Comparator valueComparator com.google.common.collect.ImmutableMap$Builder builder int size void <init> (com.google.common.collect.ImmutableMap, int, java.util.Comparator) com.google.common.collect.ImmutableMap map int size java.util.Comparator valueComparator public com.google.common.collect.ImmutableSet get (java.lang.Object) Object key com.google.common.collect.ImmutableSet set public com.google.common.collect.ImmutableSetMultimap inverse () com.google.common.collect.ImmutableSetMultimap result private com.google.common.collect.ImmutableSetMultimap invert () java.util.Map$Entry entry com.google.common.collect.ImmutableSetMultimap$Builder builder com.google.common.collect.ImmutableSetMultimap invertedMultimap public final com.google.common.collect.ImmutableSet removeAll (java.lang.Object) Object key public final com.google.common.collect.ImmutableSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public com.google.common.collect.ImmutableSet entries () com.google.common.collect.ImmutableSet result private static com.google.common.collect.ImmutableSet valueSet (java.util.Comparator, java.util.Collection) java.util.Comparator valueComparator java.util.Collection values private static com.google.common.collect.ImmutableSet emptySet (java.util.Comparator) java.util.Comparator valueComparator private static com.google.common.collect.ImmutableSet$Builder valuesBuilder (java.util.Comparator) java.util.Comparator valueComparator private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream java.util.Comparator valueComparator () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException int j Object key int valueCount com.google.common.collect.ImmutableSet$Builder valuesBuilder com.google.common.collect.ImmutableSet valueSet int i com.google.common.collect.ImmutableMap tmpMap IllegalArgumentException e java.io.ObjectInputStream stream java.util.Comparator valueComparator int keyCount com.google.common.collect.ImmutableMap$Builder builder int tmpSize com.google.common.collect.ImmutableMap tmpMap public volatile synthetic com.google.common.collect.ImmutableCollection entries () public volatile synthetic com.google.common.collect.ImmutableMultimap inverse () public volatile synthetic com.google.common.collect.ImmutableCollection get (java.lang.Object) public volatile synthetic com.google.common.collect.ImmutableCollection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableCollection removeAll (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Set entries () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) }
com/google/common/collect/ImmutableSortedAsList.class
ImmutableSortedAsList.java package com.google.common.collect final com.google.common.collect.ImmutableSortedAsList extends com.google.common.collect.RegularImmutableAsList implements com.google.common.collect.SortedIterable { void <init> (com.google.common.collect.ImmutableSortedSet, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableSortedSet backingSet com.google.common.collect.ImmutableList backingList com.google.common.collect.ImmutableSortedSet delegateCollection () public java.util.Comparator comparator () public int indexOf (java.lang.Object) Object target int index public int lastIndexOf (java.lang.Object) Object target public boolean contains (java.lang.Object) Object target com.google.common.collect.ImmutableList subListUnchecked (int, int) int fromIndex int toIndex com.google.common.collect.ImmutableList parentSubList public java.util.Spliterator spliterator () volatile synthetic com.google.common.collect.ImmutableCollection delegateCollection () }
com/google/common/collect/ImmutableSortedMap$1.class
ImmutableSortedMap.java package com.google.common.collect com.google.common.collect.ImmutableSortedMap$1 extends java.lang.Object implements java.util.Comparator { final synthetic java.util.Comparator val$comparator void <init> (java.util.Comparator) public int compare (java.util.Map$Entry, java.util.Map$Entry) java.util.Map$Entry e1 java.util.Map$Entry e2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/common/collect/ImmutableSortedMap$1EntrySet$1.class
ImmutableSortedMap.java package com.google.common.collect com.google.common.collect.ImmutableSortedMap$1EntrySet$1 extends com.google.common.collect.ImmutableAsList { final synthetic com.google.common.collect.ImmutableSortedMap$1EntrySet this$1 void <init> (com.google.common.collect.ImmutableSortedMap$1EntrySet) com.google.common.collect.ImmutableSortedMap$1EntrySet this$1 public java.util.Map$Entry get (int) int index public java.util.Spliterator spliterator () com.google.common.collect.ImmutableCollection delegateCollection () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/ImmutableSortedMap$1EntrySet.class
ImmutableSortedMap.java package com.google.common.collect com.google.common.collect.ImmutableSortedMap$1EntrySet extends com.google.common.collect.ImmutableMapEntrySet { final synthetic com.google.common.collect.ImmutableSortedMap this$0 void <init> (com.google.common.collect.ImmutableSortedMap) com.google.common.collect.ImmutableSortedMap this$0 public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action com.google.common.collect.ImmutableList createAsList () com.google.common.collect.ImmutableMap map () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/ImmutableSortedMap$Builder.class
ImmutableSortedMap.java package com.google.common.collect public com.google.common.collect.ImmutableSortedMap$Builder extends com.google.common.collect.ImmutableMap$Builder { private final java.util.Comparator comparator public void <init> (java.util.Comparator) java.util.Comparator comparator public com.google.common.collect.ImmutableSortedMap$Builder put (java.lang.Object, java.lang.Object) Object key Object value public com.google.common.collect.ImmutableSortedMap$Builder put (java.util.Map$Entry) java.util.Map$Entry entry public com.google.common.collect.ImmutableSortedMap$Builder putAll (java.util.Map) java.util.Map map public com.google.common.collect.ImmutableSortedMap$Builder putAll (java.lang.Iterable) Iterable entries public final com.google.common.collect.ImmutableSortedMap$Builder orderEntriesByValue (java.util.Comparator) java.util.Comparator valueComparator com.google.common.collect.ImmutableSortedMap$Builder combine (com.google.common.collect.ImmutableMap$Builder) com.google.common.collect.ImmutableMap$Builder other public com.google.common.collect.ImmutableSortedMap build () public com.google.common.collect.ImmutableSortedMap buildOrThrow () java.util.Map$Entry onlyEntry public final com.google.common.collect.ImmutableSortedMap buildKeepingLast () public volatile synthetic com.google.common.collect.ImmutableMap buildKeepingLast () public volatile synthetic com.google.common.collect.ImmutableMap buildOrThrow () public volatile synthetic com.google.common.collect.ImmutableMap build () volatile synthetic com.google.common.collect.ImmutableMap$Builder combine (com.google.common.collect.ImmutableMap$Builder) public volatile synthetic com.google.common.collect.ImmutableMap$Builder orderEntriesByValue (java.util.Comparator) public volatile synthetic com.google.common.collect.ImmutableMap$Builder putAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableMap$Builder putAll (java.util.Map) public volatile synthetic com.google.common.collect.ImmutableMap$Builder put (java.util.Map$Entry) public volatile synthetic com.google.common.collect.ImmutableMap$Builder put (java.lang.Object, java.lang.Object) }
com/google/common/collect/ImmutableSortedMap$SerializedForm.class
ImmutableSortedMap.java package com.google.common.collect com.google.common.collect.ImmutableSortedMap$SerializedForm extends com.google.common.collect.ImmutableMap$SerializedForm { private final java.util.Comparator comparator private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableSortedMap) com.google.common.collect.ImmutableSortedMap sortedMap com.google.common.collect.ImmutableSortedMap$Builder makeBuilder (int) int size volatile synthetic com.google.common.collect.ImmutableMap$Builder makeBuilder (int) }
com/google/common/collect/ImmutableSortedMap.class
ImmutableSortedMap.java package com.google.common.collect public final com.google.common.collect.ImmutableSortedMap extends com.google.common.collect.ImmutableSortedMapFauxverideShim implements java.util.NavigableMap { private static final java.util.Comparator NATURAL_ORDER private static final com.google.common.collect.ImmutableSortedMap NATURAL_EMPTY_MAP private final transient com.google.common.collect.RegularImmutableSortedSet keySet private final transient com.google.common.collect.ImmutableList valueList private transient com.google.common.collect.ImmutableSortedMap descendingMap private static final long serialVersionUID public static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableSortedMap (java.util.Comparator, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.Comparator comparator java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static com.google.common.collect.ImmutableSortedMap emptyMap (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.ImmutableSortedMap of () public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 private static com.google.common.collect.ImmutableSortedMap of (java.util.Comparator, java.lang.Object, java.lang.Object) java.util.Comparator comparator Object k1 Object v1 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 Comparable k5 Object v5 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 Comparable k5 Object v5 Comparable k6 Object v6 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 Comparable k5 Object v5 Comparable k6 Object v6 Comparable k7 Object v7 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 Comparable k5 Object v5 Comparable k6 Object v6 Comparable k7 Object v7 Comparable k8 Object v8 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 Comparable k5 Object v5 Comparable k6 Object v6 Comparable k7 Object v7 Comparable k8 Object v8 Comparable k9 Object v9 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object, java.lang.Comparable, java.lang.Object) Comparable k1 Object v1 Comparable k2 Object v2 Comparable k3 Object v3 Comparable k4 Object v4 Comparable k5 Object v5 Comparable k6 Object v6 Comparable k7 Object v7 Comparable k8 Object v8 Comparable k9 Object v9 Comparable k10 Object v10 public static com.google.common.collect.ImmutableSortedMap copyOf (java.util.Map) java.util.Map map com.google.common.collect.Ordering naturalOrder public static com.google.common.collect.ImmutableSortedMap copyOf (java.util.Map, java.util.Comparator) java.util.Map map java.util.Comparator comparator public static com.google.common.collect.ImmutableSortedMap copyOf (java.lang.Iterable) Iterable entries com.google.common.collect.Ordering naturalOrder public static com.google.common.collect.ImmutableSortedMap copyOf (java.lang.Iterable, java.util.Comparator) Iterable entries java.util.Comparator comparator public static com.google.common.collect.ImmutableSortedMap copyOfSorted (java.util.SortedMap) com.google.common.collect.ImmutableSortedMap kvMap java.util.SortedMap map java.util.Comparator comparator private static com.google.common.collect.ImmutableSortedMap copyOfInternal (java.util.Map, java.util.Comparator) java.util.SortedMap sortedMap java.util.Comparator comparator2 com.google.common.collect.ImmutableSortedMap kvMap java.util.Map map java.util.Comparator comparator boolean sameComparator private static transient com.google.common.collect.ImmutableSortedMap fromEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries private static com.google.common.collect.ImmutableSortedMap fromEntries (java.util.Comparator, boolean, java.lang.Iterable) java.util.Comparator comparator boolean sameComparator Iterable entries java.util.Map$Entry[] entryArray private static com.google.common.collect.ImmutableSortedMap fromEntries (java.util.Comparator, boolean, java.util.Map$Entry[], int) java.util.Map$Entry onlyEntry java.util.Map$Entry entry Object key Object value int i java.util.Map$Entry prevEntry java.util.Map$Entry entry Object key Object value int i java.util.Map$Entry firstEntry Object prevKey Object[] keys Object[] values java.util.Comparator comparator boolean sameComparator java.util.Map$Entry[] entryArray int size public static com.google.common.collect.ImmutableSortedMap$Builder naturalOrder () public static com.google.common.collect.ImmutableSortedMap$Builder orderedBy (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.ImmutableSortedMap$Builder reverseOrder () void <init> (com.google.common.collect.RegularImmutableSortedSet, com.google.common.collect.ImmutableList) com.google.common.collect.RegularImmutableSortedSet keySet com.google.common.collect.ImmutableList valueList void <init> (com.google.common.collect.RegularImmutableSortedSet, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableSortedMap) com.google.common.collect.RegularImmutableSortedSet keySet com.google.common.collect.ImmutableList valueList com.google.common.collect.ImmutableSortedMap descendingMap public int size () public void forEach (java.util.function.BiConsumer) int i java.util.function.BiConsumer action com.google.common.collect.ImmutableList keyList public java.lang.Object get (java.lang.Object) Object key int index boolean isPartialView () public com.google.common.collect.ImmutableSet entrySet () com.google.common.collect.ImmutableSet createEntrySet () public com.google.common.collect.ImmutableSortedSet keySet () com.google.common.collect.ImmutableSet createKeySet () public com.google.common.collect.ImmutableCollection values () com.google.common.collect.ImmutableCollection createValues () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.lang.Object lastKey () private com.google.common.collect.ImmutableSortedMap getSubMap (int, int) int fromIndex int toIndex public com.google.common.collect.ImmutableSortedMap headMap (java.lang.Object) Object toKey public com.google.common.collect.ImmutableSortedMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public com.google.common.collect.ImmutableSortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public com.google.common.collect.ImmutableSortedMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public com.google.common.collect.ImmutableSortedMap tailMap (java.lang.Object) Object fromKey public com.google.common.collect.ImmutableSortedMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public final java.util.Map$Entry pollFirstEntry () public final java.util.Map$Entry pollLastEntry () public com.google.common.collect.ImmutableSortedMap descendingMap () com.google.common.collect.ImmutableSortedMap result public com.google.common.collect.ImmutableSortedSet navigableKeySet () public com.google.common.collect.ImmutableSortedSet descendingKeySet () java.lang.Object writeReplace () public volatile synthetic com.google.common.collect.ImmutableSet keySet () public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set keySet () public volatile synthetic java.util.SortedMap tailMap (java.lang.Object) public volatile synthetic java.util.SortedMap headMap (java.lang.Object) public volatile synthetic java.util.SortedMap subMap (java.lang.Object, java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet descendingKeySet () public volatile synthetic java.util.NavigableSet navigableKeySet () public volatile synthetic java.util.NavigableMap descendingMap () static synthetic com.google.common.collect.ImmutableSortedMap access$000 (java.util.Comparator, java.lang.Object, java.lang.Object) java.util.Comparator x0 Object x1 Object x2 static synthetic com.google.common.collect.ImmutableSortedMap access$100 (java.util.Comparator, boolean, java.util.Map$Entry[], int) java.util.Comparator x0 boolean x1 java.util.Map$Entry[] x2 int x3 static synthetic com.google.common.collect.RegularImmutableSortedSet access$200 (com.google.common.collect.ImmutableSortedMap) com.google.common.collect.ImmutableSortedMap x0 static synthetic com.google.common.collect.ImmutableList access$300 (com.google.common.collect.ImmutableSortedMap) com.google.common.collect.ImmutableSortedMap x0 static void <clinit> () }
com/google/common/collect/ImmutableSortedMapFauxverideShim.class
ImmutableSortedMapFauxverideShim.java package com.google.common.collect abstract com.google.common.collect.ImmutableSortedMapFauxverideShim extends com.google.common.collect.ImmutableMap { void <init> () public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static com.google.common.collect.ImmutableSortedMap$Builder builder () public static com.google.common.collect.ImmutableSortedMap$Builder builderWithExpectedSize (int) int expectedSize public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object) Object k1 Object v1 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 Object k9 Object v9 public static com.google.common.collect.ImmutableSortedMap of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object v1 Object k2 Object v2 Object k3 Object v3 Object k4 Object v4 Object k5 Object v5 Object k6 Object v6 Object k7 Object v7 Object k8 Object v8 Object k9 Object v9 Object k10 Object v10 public static transient com.google.common.collect.ImmutableSortedMap ofEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries }
com/google/common/collect/ImmutableSortedMultiset$Builder.class
ImmutableSortedMultiset.java package com.google.common.collect public com.google.common.collect.ImmutableSortedMultiset$Builder extends com.google.common.collect.ImmutableMultiset$Builder { public void <init> (java.util.Comparator) java.util.Comparator comparator public com.google.common.collect.ImmutableSortedMultiset$Builder add (java.lang.Object) Object element public transient com.google.common.collect.ImmutableSortedMultiset$Builder add (java.lang.Object[]) Object[] elements public com.google.common.collect.ImmutableSortedMultiset$Builder addCopies (java.lang.Object, int) Object element int occurrences public com.google.common.collect.ImmutableSortedMultiset$Builder setCount (java.lang.Object, int) Object element int count public com.google.common.collect.ImmutableSortedMultiset$Builder addAll (java.lang.Iterable) Iterable elements public com.google.common.collect.ImmutableSortedMultiset$Builder addAll (java.util.Iterator) java.util.Iterator elements public com.google.common.collect.ImmutableSortedMultiset build () public volatile synthetic com.google.common.collect.ImmutableMultiset build () public volatile synthetic com.google.common.collect.ImmutableMultiset$Builder addAll (java.util.Iterator) public volatile synthetic com.google.common.collect.ImmutableMultiset$Builder addAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableMultiset$Builder setCount (java.lang.Object, int) public volatile synthetic com.google.common.collect.ImmutableMultiset$Builder addCopies (java.lang.Object, int) public volatile synthetic com.google.common.collect.ImmutableMultiset$Builder add (java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableMultiset$Builder add (java.lang.Object) public volatile synthetic com.google.common.collect.ImmutableCollection build () public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object) }
com/google/common/collect/ImmutableSortedMultiset$SerializedForm.class
ImmutableSortedMultiset.java package com.google.common.collect final com.google.common.collect.ImmutableSortedMultiset$SerializedForm extends java.lang.Object implements java.io.Serializable { final java.util.Comparator comparator final Object[] elements final int[] counts void <init> (com.google.common.collect.SortedMultiset) com.google.common.collect.Multiset$Entry entry com.google.common.collect.SortedMultiset multiset int n int i java.lang.Object readResolve () int i int n com.google.common.collect.ImmutableSortedMultiset$Builder builder }
com/google/common/collect/ImmutableSortedMultiset.class
ImmutableSortedMultiset.java package com.google.common.collect public abstract com.google.common.collect.ImmutableSortedMultiset extends com.google.common.collect.ImmutableSortedMultisetFauxverideShim implements com.google.common.collect.SortedMultiset { transient com.google.common.collect.ImmutableSortedMultiset descendingMultiset public static java.util.stream.Collector toImmutableSortedMultiset (java.util.Comparator) java.util.Comparator comparator public static java.util.stream.Collector toImmutableSortedMultiset (java.util.Comparator, java.util.function.Function, java.util.function.ToIntFunction) java.util.Comparator comparator java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction public static com.google.common.collect.ImmutableSortedMultiset of () public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Comparable) Comparable element com.google.common.collect.RegularImmutableSortedSet elementSet long[] cumulativeCounts public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 Comparable e4 public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 Comparable e4 Comparable e5 public static transient com.google.common.collect.ImmutableSortedMultiset of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable[]) Comparable e1 Comparable e2 Comparable e3 Comparable e4 Comparable e5 Comparable e6 Comparable[] remaining int size java.util.List all public static com.google.common.collect.ImmutableSortedMultiset copyOf (java.lang.Comparable[]) Comparable[] elements public static com.google.common.collect.ImmutableSortedMultiset copyOf (java.lang.Iterable) Iterable elements com.google.common.collect.Ordering naturalOrder public static com.google.common.collect.ImmutableSortedMultiset copyOf (java.util.Iterator) java.util.Iterator elements com.google.common.collect.Ordering naturalOrder public static com.google.common.collect.ImmutableSortedMultiset copyOf (java.util.Comparator, java.util.Iterator) java.util.Comparator comparator java.util.Iterator elements public static com.google.common.collect.ImmutableSortedMultiset copyOf (java.util.Comparator, java.lang.Iterable) com.google.common.collect.ImmutableSortedMultiset multiset java.util.Comparator comparator Iterable elements com.google.common.collect.TreeMultiset sortedCopy public static com.google.common.collect.ImmutableSortedMultiset copyOfSorted (com.google.common.collect.SortedMultiset) com.google.common.collect.SortedMultiset sortedMultiset private static com.google.common.collect.ImmutableSortedMultiset copyOfSortedEntries (java.util.Comparator, java.util.Collection) com.google.common.collect.Multiset$Entry entry java.util.Comparator comparator java.util.Collection entries com.google.common.collect.ImmutableList$Builder elementsBuilder long[] cumulativeCounts int i static com.google.common.collect.ImmutableSortedMultiset emptyMultiset (java.util.Comparator) java.util.Comparator comparator void <init> () public final java.util.Comparator comparator () public abstract com.google.common.collect.ImmutableSortedSet elementSet () public com.google.common.collect.ImmutableSortedMultiset descendingMultiset () com.google.common.collect.ImmutableSortedMultiset result public final com.google.common.collect.Multiset$Entry pollFirstEntry () public final com.google.common.collect.Multiset$Entry pollLastEntry () public abstract com.google.common.collect.ImmutableSortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) public com.google.common.collect.ImmutableSortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType lowerBoundType Object upperBound com.google.common.collect.BoundType upperBoundType public abstract com.google.common.collect.ImmutableSortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) public static com.google.common.collect.ImmutableSortedMultiset$Builder orderedBy (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.ImmutableSortedMultiset$Builder reverseOrder () public static com.google.common.collect.ImmutableSortedMultiset$Builder naturalOrder () java.lang.Object writeReplace () public volatile synthetic com.google.common.collect.ImmutableSet elementSet () public volatile synthetic java.util.Set elementSet () public volatile synthetic com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic com.google.common.collect.SortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic com.google.common.collect.SortedMultiset descendingMultiset () public volatile synthetic java.util.NavigableSet elementSet () public volatile synthetic java.util.SortedSet elementSet () private static synthetic com.google.common.collect.ImmutableSortedMultiset lambda$toImmutableSortedMultiset$4 (java.util.Comparator, com.google.common.collect.Multiset) java.util.Comparator comparator com.google.common.collect.Multiset multiset private static synthetic com.google.common.collect.Multiset lambda$toImmutableSortedMultiset$3 (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset1 com.google.common.collect.Multiset multiset2 private static synthetic void lambda$toImmutableSortedMultiset$2 (java.util.function.Function, java.util.function.ToIntFunction, com.google.common.collect.Multiset, java.lang.Object) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction com.google.common.collect.Multiset multiset Object t private static synthetic com.google.common.collect.Multiset lambda$toImmutableSortedMultiset$1 (java.util.Comparator) java.util.Comparator comparator private static synthetic int lambda$toImmutableSortedMultiset$0 (java.lang.Object) Object e }
com/google/common/collect/ImmutableSortedMultisetFauxverideShim.class
ImmutableSortedMultisetFauxverideShim.java package com.google.common.collect abstract com.google.common.collect.ImmutableSortedMultisetFauxverideShim extends com.google.common.collect.ImmutableMultiset { void <init> () public static java.util.stream.Collector toImmutableMultiset () public static java.util.stream.Collector toImmutableMultiset (java.util.function.Function, java.util.function.ToIntFunction) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction public static com.google.common.collect.ImmutableSortedMultiset$Builder builder () public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Object) Object element public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static com.google.common.collect.ImmutableSortedMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static transient com.google.common.collect.ImmutableSortedMultiset of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object[] remaining public static com.google.common.collect.ImmutableSortedMultiset copyOf (java.lang.Object[]) Object[] elements }
com/google/common/collect/ImmutableSortedSet$1.class
ImmutableSortedSet.java package com.google.common.collect com.google.common.collect.ImmutableSortedSet$1 extends java.util.Spliterators$AbstractSpliterator { final com.google.common.collect.UnmodifiableIterator iterator final synthetic com.google.common.collect.ImmutableSortedSet this$0 void <init> (com.google.common.collect.ImmutableSortedSet, long, int) com.google.common.collect.ImmutableSortedSet this$0 long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public java.util.Comparator getComparator () }
com/google/common/collect/ImmutableSortedSet$Builder.class
ImmutableSortedSet.java package com.google.common.collect public final com.google.common.collect.ImmutableSortedSet$Builder extends com.google.common.collect.ImmutableSet$Builder { private final java.util.Comparator comparator private Object[] elements private int n public void <init> (java.util.Comparator) java.util.Comparator comparator void copy () private void sortAndDedup () int cmp int i int unique public com.google.common.collect.ImmutableSortedSet$Builder add (java.lang.Object) int newLength Object element public transient com.google.common.collect.ImmutableSortedSet$Builder add (java.lang.Object[]) Object e Object[] elements public com.google.common.collect.ImmutableSortedSet$Builder addAll (java.lang.Iterable) Iterable elements public com.google.common.collect.ImmutableSortedSet$Builder addAll (java.util.Iterator) java.util.Iterator elements com.google.common.collect.ImmutableSortedSet$Builder combine (com.google.common.collect.ImmutableSet$Builder) int i com.google.common.collect.ImmutableSet$Builder builder com.google.common.collect.ImmutableSortedSet$Builder other public com.google.common.collect.ImmutableSortedSet build () public volatile synthetic com.google.common.collect.ImmutableSet build () volatile synthetic com.google.common.collect.ImmutableSet$Builder combine (com.google.common.collect.ImmutableSet$Builder) public volatile synthetic com.google.common.collect.ImmutableSet$Builder addAll (java.util.Iterator) public volatile synthetic com.google.common.collect.ImmutableSet$Builder addAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableSet$Builder add (java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableSet$Builder add (java.lang.Object) public volatile synthetic com.google.common.collect.ImmutableCollection build () public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.util.Iterator) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder addAll (java.lang.Iterable) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object[]) public volatile synthetic com.google.common.collect.ImmutableCollection$Builder add (java.lang.Object) }
com/google/common/collect/ImmutableSortedSet$SerializedForm.class
ImmutableSortedSet.java package com.google.common.collect com.google.common.collect.ImmutableSortedSet$SerializedForm extends java.lang.Object implements java.io.Serializable { final java.util.Comparator comparator final Object[] elements private static final long serialVersionUID public void <init> (java.util.Comparator, java.lang.Object[]) java.util.Comparator comparator Object[] elements java.lang.Object readResolve () }
com/google/common/collect/ImmutableSortedSet.class
ImmutableSortedSet.java package com.google.common.collect public abstract com.google.common.collect.ImmutableSortedSet extends com.google.common.collect.ImmutableSortedSetFauxverideShim implements java.util.NavigableSet com.google.common.collect.SortedIterable { static final int SPLITERATOR_CHARACTERISTICS final transient java.util.Comparator comparator transient com.google.common.collect.ImmutableSortedSet descendingSet public static java.util.stream.Collector toImmutableSortedSet (java.util.Comparator) java.util.Comparator comparator static com.google.common.collect.RegularImmutableSortedSet emptySet (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.ImmutableSortedSet of () public static com.google.common.collect.ImmutableSortedSet of (java.lang.Comparable) Comparable element public static com.google.common.collect.ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 public static com.google.common.collect.ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 public static com.google.common.collect.ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 Comparable e4 public static com.google.common.collect.ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable) Comparable e1 Comparable e2 Comparable e3 Comparable e4 Comparable e5 public static transient com.google.common.collect.ImmutableSortedSet of (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable[]) Comparable e1 Comparable e2 Comparable e3 Comparable e4 Comparable e5 Comparable e6 Comparable[] remaining Comparable[] contents public static com.google.common.collect.ImmutableSortedSet copyOf (java.lang.Comparable[]) Comparable[] elements public static com.google.common.collect.ImmutableSortedSet copyOf (java.lang.Iterable) Iterable elements com.google.common.collect.Ordering naturalOrder public static com.google.common.collect.ImmutableSortedSet copyOf (java.util.Collection) java.util.Collection elements com.google.common.collect.Ordering naturalOrder public static com.google.common.collect.ImmutableSortedSet copyOf (java.util.Iterator) java.util.Iterator elements com.google.common.collect.Ordering naturalOrder public static com.google.common.collect.ImmutableSortedSet copyOf (java.util.Comparator, java.util.Iterator) java.util.Comparator comparator java.util.Iterator elements public static com.google.common.collect.ImmutableSortedSet copyOf (java.util.Comparator, java.lang.Iterable) com.google.common.collect.ImmutableSortedSet original java.util.Comparator comparator Iterable elements boolean hasSameComparator Object[] array public static com.google.common.collect.ImmutableSortedSet copyOf (java.util.Comparator, java.util.Collection) java.util.Comparator comparator java.util.Collection elements public static com.google.common.collect.ImmutableSortedSet copyOfSorted (java.util.SortedSet) java.util.SortedSet sortedSet java.util.Comparator comparator com.google.common.collect.ImmutableList list static transient com.google.common.collect.ImmutableSortedSet construct (java.util.Comparator, int, java.lang.Object[]) Object cur Object prev int i java.util.Comparator comparator int n Object[] contents int uniques public static com.google.common.collect.ImmutableSortedSet$Builder orderedBy (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.ImmutableSortedSet$Builder reverseOrder () public static com.google.common.collect.ImmutableSortedSet$Builder naturalOrder () int unsafeCompare (java.lang.Object, java.lang.Object) Object a Object b static int unsafeCompare (java.util.Comparator, java.lang.Object, java.lang.Object) java.util.Comparator comparator Object a Object b java.util.Comparator unsafeComparator void <init> (java.util.Comparator) java.util.Comparator comparator public java.util.Comparator comparator () public abstract com.google.common.collect.UnmodifiableIterator iterator () public com.google.common.collect.ImmutableSortedSet headSet (java.lang.Object) Object toElement public com.google.common.collect.ImmutableSortedSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public com.google.common.collect.ImmutableSortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public com.google.common.collect.ImmutableSortedSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public com.google.common.collect.ImmutableSortedSet tailSet (java.lang.Object) Object fromElement public com.google.common.collect.ImmutableSortedSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive abstract com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Object, boolean) abstract com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) abstract com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object first () public java.lang.Object last () public final java.lang.Object pollFirst () public final java.lang.Object pollLast () public com.google.common.collect.ImmutableSortedSet descendingSet () com.google.common.collect.ImmutableSortedSet result abstract com.google.common.collect.ImmutableSortedSet createDescendingSet () public java.util.Spliterator spliterator () public abstract com.google.common.collect.UnmodifiableIterator descendingIterator () abstract int indexOf (java.lang.Object) private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream unused java.lang.Object writeReplace () public volatile synthetic com.google.common.collect.ImmutableList asList () public volatile synthetic java.util.Iterator iterator () public volatile synthetic java.util.SortedSet tailSet (java.lang.Object) public volatile synthetic java.util.SortedSet headSet (java.lang.Object) public volatile synthetic java.util.SortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic java.util.NavigableSet tailSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet headSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.NavigableSet descendingSet () }
com/google/common/collect/ImmutableSortedSetFauxverideShim.class
ImmutableSortedSetFauxverideShim.java package com.google.common.collect abstract com.google.common.collect.ImmutableSortedSetFauxverideShim extends com.google.common.collect.ImmutableSet$CachingAsList { void <init> () public static java.util.stream.Collector toImmutableSet () public static com.google.common.collect.ImmutableSortedSet$Builder builder () public static com.google.common.collect.ImmutableSortedSet$Builder builderWithExpectedSize (int) int expectedSize public static com.google.common.collect.ImmutableSortedSet of (java.lang.Object) Object element public static com.google.common.collect.ImmutableSortedSet of (java.lang.Object, java.lang.Object) Object e1 Object e2 public static com.google.common.collect.ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 public static com.google.common.collect.ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 public static com.google.common.collect.ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object e1 Object e2 Object e3 Object e4 Object e5 public static transient com.google.common.collect.ImmutableSortedSet of (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object e1 Object e2 Object e3 Object e4 Object e5 Object e6 Object[] remaining public static com.google.common.collect.ImmutableSortedSet copyOf (java.lang.Object[]) Object[] elements }
com/google/common/collect/ImmutableTable$Builder.class
ImmutableTable.java package com.google.common.collect public final com.google.common.collect.ImmutableTable$Builder extends java.lang.Object { private final java.util.List cells private java.util.Comparator rowComparator private java.util.Comparator columnComparator public void <init> () public com.google.common.collect.ImmutableTable$Builder orderRowsBy (java.util.Comparator) java.util.Comparator rowComparator public com.google.common.collect.ImmutableTable$Builder orderColumnsBy (java.util.Comparator) java.util.Comparator columnComparator public com.google.common.collect.ImmutableTable$Builder put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public com.google.common.collect.ImmutableTable$Builder put (com.google.common.collect.Table$Cell) com.google.common.collect.Table$Cell immutableCell com.google.common.collect.Table$Cell cell public com.google.common.collect.ImmutableTable$Builder putAll (com.google.common.collect.Table) com.google.common.collect.Table$Cell cell com.google.common.collect.Table table com.google.common.collect.ImmutableTable$Builder combine (com.google.common.collect.ImmutableTable$Builder) com.google.common.collect.ImmutableTable$Builder other public com.google.common.collect.ImmutableTable build () public com.google.common.collect.ImmutableTable buildOrThrow () int size }
com/google/common/collect/ImmutableTable$SerializedForm.class
ImmutableTable.java package com.google.common.collect final com.google.common.collect.ImmutableTable$SerializedForm extends java.lang.Object implements java.io.Serializable { private final Object[] rowKeys private final Object[] columnKeys private final Object[] cellValues private final int[] cellRowIndices private final int[] cellColumnIndices private static final long serialVersionUID private void <init> (java.lang.Object[], java.lang.Object[], java.lang.Object[], int[], int[]) Object[] rowKeys Object[] columnKeys Object[] cellValues int[] cellRowIndices int[] cellColumnIndices static com.google.common.collect.ImmutableTable$SerializedForm create (com.google.common.collect.ImmutableTable, int[], int[]) com.google.common.collect.ImmutableTable table int[] cellRowIndices int[] cellColumnIndices java.lang.Object readResolve () int i com.google.common.collect.ImmutableList$Builder cellListBuilder }
com/google/common/collect/ImmutableTable.class
ImmutableTable.java package com.google.common.collect public abstract com.google.common.collect.ImmutableTable extends com.google.common.collect.AbstractTable implements java.io.Serializable { public static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static com.google.common.collect.ImmutableTable of () public static com.google.common.collect.ImmutableTable of (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public static com.google.common.collect.ImmutableTable copyOf (com.google.common.collect.Table) com.google.common.collect.ImmutableTable parameterizedTable com.google.common.collect.Table table static com.google.common.collect.ImmutableTable copyOf (java.lang.Iterable) com.google.common.collect.Table$Cell cell Iterable cells com.google.common.collect.ImmutableTable$Builder builder public static com.google.common.collect.ImmutableTable$Builder builder () static com.google.common.collect.Table$Cell cellOf (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value void <init> () public com.google.common.collect.ImmutableSet cellSet () abstract com.google.common.collect.ImmutableSet createCellSet () final com.google.common.collect.UnmodifiableIterator cellIterator () final java.util.Spliterator cellSpliterator () public com.google.common.collect.ImmutableCollection values () abstract com.google.common.collect.ImmutableCollection createValues () final java.util.Iterator valuesIterator () public com.google.common.collect.ImmutableMap column (java.lang.Object) Object columnKey public com.google.common.collect.ImmutableSet columnKeySet () public abstract com.google.common.collect.ImmutableMap columnMap () public com.google.common.collect.ImmutableMap row (java.lang.Object) Object rowKey public com.google.common.collect.ImmutableSet rowKeySet () public abstract com.google.common.collect.ImmutableMap rowMap () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsValue (java.lang.Object) Object value public final void clear () public final java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public final void putAll (com.google.common.collect.Table) com.google.common.collect.Table table public final java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey abstract com.google.common.collect.ImmutableTable$SerializedForm createSerializedForm () final java.lang.Object writeReplace () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) volatile synthetic java.util.Collection createValues () public volatile synthetic java.util.Collection values () volatile synthetic java.util.Iterator cellIterator () volatile synthetic java.util.Set createCellSet () public volatile synthetic java.util.Set cellSet () public volatile synthetic boolean isEmpty () public volatile synthetic java.lang.Object get (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Set columnKeySet () public volatile synthetic java.util.Set rowKeySet () public volatile synthetic boolean containsColumn (java.lang.Object) public volatile synthetic boolean containsRow (java.lang.Object) public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Map column (java.lang.Object) public volatile synthetic java.util.Map row (java.lang.Object) }
com/google/common/collect/IndexedImmutableSet$1.class
IndexedImmutableSet.java package com.google.common.collect com.google.common.collect.IndexedImmutableSet$1 extends com.google.common.collect.ImmutableAsList { final synthetic com.google.common.collect.IndexedImmutableSet this$0 void <init> (com.google.common.collect.IndexedImmutableSet) com.google.common.collect.IndexedImmutableSet this$0 public java.lang.Object get (int) int index boolean isPartialView () public int size () com.google.common.collect.ImmutableCollection delegateCollection () }
com/google/common/collect/IndexedImmutableSet.class
IndexedImmutableSet.java package com.google.common.collect abstract com.google.common.collect.IndexedImmutableSet extends com.google.common.collect.ImmutableSet$CachingAsList { void <init> () abstract java.lang.Object get (int) public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) int i java.util.function.Consumer consumer int n int copyIntoArray (java.lang.Object[], int) Object[] dst int offset com.google.common.collect.ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/Interner.class
Interner.java package com.google.common.collect public abstract com.google.common.collect.Interner extends java.lang.Object { public abstract java.lang.Object intern (java.lang.Object) }
com/google/common/collect/Interners$1.class
Interners.java package com.google.common.collect synthetic com.google.common.collect.Interners$1 extends java.lang.Object { }
com/google/common/collect/Interners$InternerBuilder.class
Interners.java package com.google.common.collect public com.google.common.collect.Interners$InternerBuilder extends java.lang.Object { private final com.google.common.collect.MapMaker mapMaker private boolean strong private void <init> () public com.google.common.collect.Interners$InternerBuilder strong () public com.google.common.collect.Interners$InternerBuilder weak () public com.google.common.collect.Interners$InternerBuilder concurrencyLevel (int) int concurrencyLevel public com.google.common.collect.Interner build () synthetic void <init> (com.google.common.collect.Interners$1) com.google.common.collect.Interners$1 x0 }
com/google/common/collect/Interners$InternerFunction.class
Interners.java package com.google.common.collect com.google.common.collect.Interners$InternerFunction extends java.lang.Object implements com.google.common.base.Function { private final com.google.common.collect.Interner interner public void <init> (com.google.common.collect.Interner) com.google.common.collect.Interner interner public java.lang.Object apply (java.lang.Object) Object input public int hashCode () public boolean equals (java.lang.Object) com.google.common.collect.Interners$InternerFunction that Object other }
com/google/common/collect/Interners$InternerImpl.class
Interners.java package com.google.common.collect final com.google.common.collect.Interners$InternerImpl extends java.lang.Object implements com.google.common.collect.Interner { final com.google.common.collect.MapMakerInternalMap map private void <init> (com.google.common.collect.MapMaker) com.google.common.collect.MapMaker mapMaker public java.lang.Object intern (java.lang.Object) Object result Object canonical com.google.common.collect.MapMakerInternalMap$InternalEntry entry com.google.common.collect.MapMaker$Dummy sneaky Object sample synthetic void <init> (com.google.common.collect.MapMaker, com.google.common.collect.Interners$1) com.google.common.collect.MapMaker x0 com.google.common.collect.Interners$1 x1 }
com/google/common/collect/Interners.class
Interners.java package com.google.common.collect public final com.google.common.collect.Interners extends java.lang.Object { private void <init> () public static com.google.common.collect.Interners$InternerBuilder newBuilder () public static com.google.common.collect.Interner newStrongInterner () public static com.google.common.collect.Interner newWeakInterner () public static com.google.common.base.Function asFunction (com.google.common.collect.Interner) com.google.common.collect.Interner interner }
com/google/common/collect/Iterables$1.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$1 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterable void <init> (java.lang.Iterable) public java.util.Iterator iterator () public java.util.Spliterator spliterator () public java.lang.String toString () private static synthetic java.lang.Iterable lambda$spliterator$0 (java.lang.Iterable) Iterable iterable }
com/google/common/collect/Iterables$10.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$10 extends java.lang.Object implements com.google.common.base.Function { void <init> () public java.util.Iterator apply (java.lang.Iterable) Iterable iterable public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Iterables$2.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$2 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterable final synthetic int val$size void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () }
com/google/common/collect/Iterables$3.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$3 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterable final synthetic int val$size void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () }
com/google/common/collect/Iterables$4.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$4 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$unfiltered final synthetic com.google.common.base.Predicate val$retainIfTrue void <init> (java.lang.Iterable, com.google.common.base.Predicate) public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () private static synthetic void lambda$forEach$0 (com.google.common.base.Predicate, java.util.function.Consumer, java.lang.Object) com.google.common.base.Predicate retainIfTrue java.util.function.Consumer action Object a }
com/google/common/collect/Iterables$5.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$5 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$fromIterable final synthetic com.google.common.base.Function val$function void <init> (java.lang.Iterable, com.google.common.base.Function) public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, com.google.common.base.Function, java.lang.Object) java.util.function.Consumer action com.google.common.base.Function function Object f }
com/google/common/collect/Iterables$6$1.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$6$1 extends java.lang.Object implements java.util.Iterator { boolean atStart final synthetic java.util.Iterator val$iterator void <init> (com.google.common.collect.Iterables$6, java.util.Iterator) com.google.common.collect.Iterables$6 this$0 public boolean hasNext () public java.lang.Object next () Object result public void remove () }
com/google/common/collect/Iterables$6.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$6 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterable final synthetic int val$numberToSkip void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () java.util.List list int toSkip java.util.Iterator iterator public java.util.Spliterator spliterator () java.util.List list int toSkip }
com/google/common/collect/Iterables$7.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$7 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterable final synthetic int val$limitSize void <init> (java.lang.Iterable, int) public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
com/google/common/collect/Iterables$8.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$8 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterable void <init> (java.lang.Iterable) public java.util.Iterator iterator () public java.lang.String toString () }
com/google/common/collect/Iterables$9.class
Iterables.java package com.google.common.collect com.google.common.collect.Iterables$9 extends com.google.common.collect.FluentIterable { final synthetic Iterable val$iterables final synthetic java.util.Comparator val$comparator void <init> (java.lang.Iterable, java.util.Comparator) public java.util.Iterator iterator () }
com/google/common/collect/Iterables$UnmodifiableIterable.class
Iterables.java package com.google.common.collect final com.google.common.collect.Iterables$UnmodifiableIterable extends com.google.common.collect.FluentIterable { private final Iterable iterable private void <init> (java.lang.Iterable) Iterable iterable public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () public java.lang.String toString () synthetic void <init> (java.lang.Iterable, com.google.common.collect.Iterables$1) Iterable x0 com.google.common.collect.Iterables$1 x1 }
com/google/common/collect/Iterables.class
Iterables.java package com.google.common.collect public final com.google.common.collect.Iterables extends java.lang.Object { private void <init> () public static java.lang.Iterable unmodifiableIterable (java.lang.Iterable) Iterable result Iterable iterable public static java.lang.Iterable unmodifiableIterable (com.google.common.collect.ImmutableCollection) com.google.common.collect.ImmutableCollection iterable public static int size (java.lang.Iterable) Iterable iterable public static boolean contains (java.lang.Iterable, java.lang.Object) java.util.Collection collection Iterable iterable Object element public static boolean removeAll (java.lang.Iterable, java.util.Collection) Iterable removeFrom java.util.Collection elementsToRemove public static boolean retainAll (java.lang.Iterable, java.util.Collection) Iterable removeFrom java.util.Collection elementsToRetain public static boolean removeIf (java.lang.Iterable, com.google.common.base.Predicate) Iterable removeFrom com.google.common.base.Predicate predicate static java.lang.Object removeFirstMatching (java.lang.Iterable, com.google.common.base.Predicate) Object next Iterable removeFrom com.google.common.base.Predicate predicate java.util.Iterator iterator public static boolean elementsEqual (java.lang.Iterable, java.lang.Iterable) java.util.Collection collection1 java.util.Collection collection2 Iterable iterable1 Iterable iterable2 public static java.lang.String toString (java.lang.Iterable) Iterable iterable public static java.lang.Object getOnlyElement (java.lang.Iterable) Iterable iterable public static java.lang.Object getOnlyElement (java.lang.Iterable, java.lang.Object) Iterable iterable Object defaultValue public static java.lang.Object[] toArray (java.lang.Iterable, java.lang.Class) Iterable iterable Class type static java.lang.Object[] toArray (java.lang.Iterable, java.lang.Object[]) Iterable iterable Object[] array java.util.Collection collection static java.lang.Object[] toArray (java.lang.Iterable) Iterable iterable private static java.util.Collection castOrCopyToCollection (java.lang.Iterable) Iterable iterable public static boolean addAll (java.util.Collection, java.lang.Iterable) java.util.Collection c java.util.Collection addTo Iterable elementsToAdd public static int frequency (java.lang.Iterable, java.lang.Object) Iterable iterable Object element public static java.lang.Iterable cycle (java.lang.Iterable) Iterable iterable public static transient java.lang.Iterable cycle (java.lang.Object[]) Object[] elements public static java.lang.Iterable concat (java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b public static java.lang.Iterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c public static java.lang.Iterable concat (java.lang.Iterable, java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) Iterable a Iterable b Iterable c Iterable d public static transient java.lang.Iterable concat (java.lang.Iterable[]) Iterable[] inputs public static java.lang.Iterable concat (java.lang.Iterable) Iterable inputs public static java.lang.Iterable partition (java.lang.Iterable, int) Iterable iterable int size public static java.lang.Iterable paddedPartition (java.lang.Iterable, int) Iterable iterable int size public static java.lang.Iterable filter (java.lang.Iterable, com.google.common.base.Predicate) Iterable unfiltered com.google.common.base.Predicate retainIfTrue public static java.lang.Iterable filter (java.lang.Iterable, java.lang.Class) Iterable unfiltered Class desiredType public static boolean any (java.lang.Iterable, com.google.common.base.Predicate) Iterable iterable com.google.common.base.Predicate predicate public static boolean all (java.lang.Iterable, com.google.common.base.Predicate) Iterable iterable com.google.common.base.Predicate predicate public static java.lang.Object find (java.lang.Iterable, com.google.common.base.Predicate) Iterable iterable com.google.common.base.Predicate predicate public static java.lang.Object find (java.lang.Iterable, com.google.common.base.Predicate, java.lang.Object) Iterable iterable com.google.common.base.Predicate predicate Object defaultValue public static com.google.common.base.Optional tryFind (java.lang.Iterable, com.google.common.base.Predicate) Iterable iterable com.google.common.base.Predicate predicate public static int indexOf (java.lang.Iterable, com.google.common.base.Predicate) Iterable iterable com.google.common.base.Predicate predicate public static java.lang.Iterable transform (java.lang.Iterable, com.google.common.base.Function) Iterable fromIterable com.google.common.base.Function function public static java.lang.Object get (java.lang.Iterable, int) Iterable iterable int position public static java.lang.Object get (java.lang.Iterable, int, java.lang.Object) java.util.List list java.util.Iterator iterator Iterable iterable int position Object defaultValue public static java.lang.Object getFirst (java.lang.Iterable, java.lang.Object) Iterable iterable Object defaultValue public static java.lang.Object getLast (java.lang.Iterable) java.util.List list Iterable iterable public static java.lang.Object getLast (java.lang.Iterable, java.lang.Object) java.util.Collection c Iterable iterable Object defaultValue private static java.lang.Object getLastInNonemptyList (java.util.List) java.util.List list public static java.lang.Iterable skip (java.lang.Iterable, int) Iterable iterable int numberToSkip public static java.lang.Iterable limit (java.lang.Iterable, int) Iterable iterable int limitSize public static java.lang.Iterable consumingIterable (java.lang.Iterable) Iterable iterable public static boolean isEmpty (java.lang.Iterable) Iterable iterable public static java.lang.Iterable mergeSorted (java.lang.Iterable, java.util.Comparator) Iterable iterables java.util.Comparator comparator Iterable iterable static com.google.common.base.Function toIterator () }
com/google/common/collect/Iterators$1.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$1 extends com.google.common.collect.UnmodifiableIterator { final synthetic java.util.Iterator val$iterator void <init> (java.util.Iterator) public boolean hasNext () public java.lang.Object next () }
com/google/common/collect/Iterators$10.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$10 extends com.google.common.collect.UnmodifiableIterator { final synthetic java.util.Enumeration val$enumeration void <init> (java.util.Enumeration) public boolean hasNext () public java.lang.Object next () }
com/google/common/collect/Iterators$11.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$11 extends java.lang.Object implements java.util.Enumeration { final synthetic java.util.Iterator val$iterator void <init> (java.util.Iterator) public boolean hasMoreElements () public java.lang.Object nextElement () }
com/google/common/collect/Iterators$2.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$2 extends java.lang.Object implements java.util.Iterator { java.util.Iterator iterator final synthetic Iterable val$iterable void <init> (java.lang.Iterable) public boolean hasNext () public java.lang.Object next () public void remove () }
com/google/common/collect/Iterators$3.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$3 extends com.google.common.collect.UnmodifiableIterator { int index final synthetic java.util.Iterator[] val$elements void <init> (java.util.Iterator[]) public boolean hasNext () public java.util.Iterator next () java.util.Iterator result public volatile synthetic java.lang.Object next () }
com/google/common/collect/Iterators$4.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$4 extends com.google.common.collect.UnmodifiableIterator { final synthetic java.util.Iterator val$iterator final synthetic int val$size final synthetic boolean val$pad void <init> (java.util.Iterator, int, boolean) public boolean hasNext () public java.util.List next () int i Object[] array int count java.util.List list public volatile synthetic java.lang.Object next () }
com/google/common/collect/Iterators$5.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$5 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$unfiltered final synthetic com.google.common.base.Predicate val$retainIfTrue void <init> (java.util.Iterator, com.google.common.base.Predicate) protected java.lang.Object computeNext () Object element }
com/google/common/collect/Iterators$6.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$6 extends com.google.common.collect.TransformedIterator { final synthetic com.google.common.base.Function val$function void <init> (java.util.Iterator, com.google.common.base.Function) java.util.Iterator backingIterator java.lang.Object transform (java.lang.Object) Object from }
com/google/common/collect/Iterators$7.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$7 extends java.lang.Object implements java.util.Iterator { private int count final synthetic int val$limitSize final synthetic java.util.Iterator val$iterator void <init> (int, java.util.Iterator) public boolean hasNext () public java.lang.Object next () public void remove () }
com/google/common/collect/Iterators$8.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$8 extends com.google.common.collect.UnmodifiableIterator { final synthetic java.util.Iterator val$iterator void <init> (java.util.Iterator) public boolean hasNext () public java.lang.Object next () Object next public java.lang.String toString () }
com/google/common/collect/Iterators$9.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$9 extends com.google.common.collect.UnmodifiableIterator { boolean done final synthetic Object val$value void <init> (java.lang.Object) public boolean hasNext () public java.lang.Object next () }
com/google/common/collect/Iterators$ArrayItr.class
Iterators.java package com.google.common.collect final com.google.common.collect.Iterators$ArrayItr extends com.google.common.collect.AbstractIndexedListIterator { static final com.google.common.collect.UnmodifiableListIterator EMPTY private final Object[] array private final int offset void <init> (java.lang.Object[], int, int, int) Object[] array int offset int length int index protected java.lang.Object get (int) int index static void <clinit> () }
com/google/common/collect/Iterators$ConcatenatedIterator.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$ConcatenatedIterator extends java.lang.Object implements java.util.Iterator { private java.util.Iterator toRemove private java.util.Iterator iterator private java.util.Iterator topMetaIterator private java.util.Deque metaIterators void <init> (java.util.Iterator) java.util.Iterator metaIterator private java.util.Iterator getTopMetaIterator () public boolean hasNext () com.google.common.collect.Iterators$ConcatenatedIterator topConcat public java.lang.Object next () public void remove () }
com/google/common/collect/Iterators$EmptyModifiableIterator.class
Iterators.java package com.google.common.collect final enum com.google.common.collect.Iterators$EmptyModifiableIterator extends java.lang.Enum implements java.util.Iterator { public static final enum com.google.common.collect.Iterators$EmptyModifiableIterator INSTANCE private static final synthetic com.google.common.collect.Iterators$EmptyModifiableIterator[] $VALUES public static com.google.common.collect.Iterators$EmptyModifiableIterator[] values () public static com.google.common.collect.Iterators$EmptyModifiableIterator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public boolean hasNext () public java.lang.Object next () public void remove () private static synthetic com.google.common.collect.Iterators$EmptyModifiableIterator[] $values () static void <clinit> () }
com/google/common/collect/Iterators$MergingIterator.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$MergingIterator extends com.google.common.collect.UnmodifiableIterator { final java.util.Queue queue public void <init> (java.lang.Iterable, java.util.Comparator) java.util.Iterator iterator Iterable iterators java.util.Comparator itemComparator java.util.Comparator heapComparator public boolean hasNext () public java.lang.Object next () com.google.common.collect.PeekingIterator nextIter Object next private static synthetic int lambda$new$0 (java.util.Comparator, com.google.common.collect.PeekingIterator, com.google.common.collect.PeekingIterator) java.util.Comparator itemComparator com.google.common.collect.PeekingIterator o1 com.google.common.collect.PeekingIterator o2 }
com/google/common/collect/Iterators$PeekingImpl.class
Iterators.java package com.google.common.collect com.google.common.collect.Iterators$PeekingImpl extends java.lang.Object implements com.google.common.collect.PeekingIterator { private final java.util.Iterator iterator private boolean hasPeeked private Object peekedElement public void <init> (java.util.Iterator) java.util.Iterator iterator public boolean hasNext () public java.lang.Object next () Object result public void remove () public java.lang.Object peek () }
com/google/common/collect/Iterators.class
Iterators.java package com.google.common.collect public final com.google.common.collect.Iterators extends java.lang.Object { private void <init> () static com.google.common.collect.UnmodifiableIterator emptyIterator () static com.google.common.collect.UnmodifiableListIterator emptyListIterator () static java.util.Iterator emptyModifiableIterator () public static com.google.common.collect.UnmodifiableIterator unmodifiableIterator (java.util.Iterator) com.google.common.collect.UnmodifiableIterator result java.util.Iterator iterator public static com.google.common.collect.UnmodifiableIterator unmodifiableIterator (com.google.common.collect.UnmodifiableIterator) com.google.common.collect.UnmodifiableIterator iterator public static int size (java.util.Iterator) java.util.Iterator iterator long count public static boolean contains (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object element public static boolean removeAll (java.util.Iterator, java.util.Collection) java.util.Iterator removeFrom java.util.Collection elementsToRemove boolean result public static boolean removeIf (java.util.Iterator, com.google.common.base.Predicate) java.util.Iterator removeFrom com.google.common.base.Predicate predicate boolean modified public static boolean retainAll (java.util.Iterator, java.util.Collection) java.util.Iterator removeFrom java.util.Collection elementsToRetain boolean result public static boolean elementsEqual (java.util.Iterator, java.util.Iterator) Object o1 Object o2 java.util.Iterator iterator1 java.util.Iterator iterator2 public static java.lang.String toString (java.util.Iterator) java.util.Iterator iterator StringBuilder sb boolean first public static java.lang.Object getOnlyElement (java.util.Iterator) int i java.util.Iterator iterator Object first StringBuilder sb public static java.lang.Object getOnlyElement (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object defaultValue public static java.lang.Object[] toArray (java.util.Iterator, java.lang.Class) java.util.Iterator iterator Class type java.util.List list public static boolean addAll (java.util.Collection, java.util.Iterator) java.util.Collection addTo java.util.Iterator iterator boolean wasModified public static int frequency (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object element int count public static java.util.Iterator cycle (java.lang.Iterable) Iterable iterable public static transient java.util.Iterator cycle (java.lang.Object[]) Object[] elements private static transient java.util.Iterator consumingForArray (java.util.Iterator[]) java.util.Iterator[] elements public static java.util.Iterator concat (java.util.Iterator, java.util.Iterator) java.util.Iterator a java.util.Iterator b public static java.util.Iterator concat (java.util.Iterator, java.util.Iterator, java.util.Iterator) java.util.Iterator a java.util.Iterator b java.util.Iterator c public static java.util.Iterator concat (java.util.Iterator, java.util.Iterator, java.util.Iterator, java.util.Iterator) java.util.Iterator a java.util.Iterator b java.util.Iterator c java.util.Iterator d public static transient java.util.Iterator concat (java.util.Iterator[]) java.util.Iterator[] inputs public static java.util.Iterator concat (java.util.Iterator) java.util.Iterator inputs static transient java.util.Iterator concatNoDefensiveCopy (java.util.Iterator[]) java.util.Iterator input java.util.Iterator[] inputs public static com.google.common.collect.UnmodifiableIterator partition (java.util.Iterator, int) java.util.Iterator iterator int size public static com.google.common.collect.UnmodifiableIterator paddedPartition (java.util.Iterator, int) java.util.Iterator iterator int size private static com.google.common.collect.UnmodifiableIterator partitionImpl (java.util.Iterator, int, boolean) java.util.Iterator iterator int size boolean pad public static com.google.common.collect.UnmodifiableIterator filter (java.util.Iterator, com.google.common.base.Predicate) java.util.Iterator unfiltered com.google.common.base.Predicate retainIfTrue public static com.google.common.collect.UnmodifiableIterator filter (java.util.Iterator, java.lang.Class) java.util.Iterator unfiltered Class desiredType public static boolean any (java.util.Iterator, com.google.common.base.Predicate) java.util.Iterator iterator com.google.common.base.Predicate predicate public static boolean all (java.util.Iterator, com.google.common.base.Predicate) Object element java.util.Iterator iterator com.google.common.base.Predicate predicate public static java.lang.Object find (java.util.Iterator, com.google.common.base.Predicate) Object t java.util.Iterator iterator com.google.common.base.Predicate predicate public static java.lang.Object find (java.util.Iterator, com.google.common.base.Predicate, java.lang.Object) Object t java.util.Iterator iterator com.google.common.base.Predicate predicate Object defaultValue public static com.google.common.base.Optional tryFind (java.util.Iterator, com.google.common.base.Predicate) Object t java.util.Iterator iterator com.google.common.base.Predicate predicate public static int indexOf (java.util.Iterator, com.google.common.base.Predicate) Object current int i java.util.Iterator iterator com.google.common.base.Predicate predicate public static java.util.Iterator transform (java.util.Iterator, com.google.common.base.Function) java.util.Iterator fromIterator com.google.common.base.Function function public static java.lang.Object get (java.util.Iterator, int) java.util.Iterator iterator int position int skipped public static java.lang.Object get (java.util.Iterator, int, java.lang.Object) java.util.Iterator iterator int position Object defaultValue static void checkNonnegative (int) int position public static java.lang.Object getNext (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object defaultValue public static java.lang.Object getLast (java.util.Iterator) Object current java.util.Iterator iterator public static java.lang.Object getLast (java.util.Iterator, java.lang.Object) java.util.Iterator iterator Object defaultValue public static int advance (java.util.Iterator, int) java.util.Iterator iterator int numberToAdvance int i public static java.util.Iterator limit (java.util.Iterator, int) java.util.Iterator iterator int limitSize public static java.util.Iterator consumingIterator (java.util.Iterator) java.util.Iterator iterator static java.lang.Object pollNext (java.util.Iterator) Object result java.util.Iterator iterator static void clear (java.util.Iterator) java.util.Iterator iterator public static transient com.google.common.collect.UnmodifiableIterator forArray (java.lang.Object[]) Object[] array static com.google.common.collect.UnmodifiableListIterator forArray (java.lang.Object[], int, int, int) Object[] array int offset int length int index int end public static com.google.common.collect.UnmodifiableIterator singletonIterator (java.lang.Object) Object value public static com.google.common.collect.UnmodifiableIterator forEnumeration (java.util.Enumeration) java.util.Enumeration enumeration public static java.util.Enumeration asEnumeration (java.util.Iterator) java.util.Iterator iterator public static com.google.common.collect.PeekingIterator peekingIterator (java.util.Iterator) com.google.common.collect.Iterators$PeekingImpl peeking java.util.Iterator iterator public static com.google.common.collect.PeekingIterator peekingIterator (com.google.common.collect.PeekingIterator) com.google.common.collect.PeekingIterator iterator public static com.google.common.collect.UnmodifiableIterator mergeSorted (java.lang.Iterable, java.util.Comparator) Iterable iterators java.util.Comparator comparator static java.util.ListIterator cast (java.util.Iterator) java.util.Iterator iterator }
com/google/common/collect/JdkBackedImmutableBiMap$1.class
JdkBackedImmutableBiMap.java package com.google.common.collect synthetic com.google.common.collect.JdkBackedImmutableBiMap$1 extends java.lang.Object { }
com/google/common/collect/JdkBackedImmutableBiMap$InverseEntries.class
JdkBackedImmutableBiMap.java package com.google.common.collect final com.google.common.collect.JdkBackedImmutableBiMap$InverseEntries extends com.google.common.collect.ImmutableList { final synthetic com.google.common.collect.JdkBackedImmutableBiMap this$0 private void <init> (com.google.common.collect.JdkBackedImmutableBiMap) public java.util.Map$Entry get (int) int index java.util.Map$Entry entry boolean isPartialView () public int size () public volatile synthetic java.lang.Object get (int) synthetic void <init> (com.google.common.collect.JdkBackedImmutableBiMap, com.google.common.collect.JdkBackedImmutableBiMap$1) com.google.common.collect.JdkBackedImmutableBiMap x0 com.google.common.collect.JdkBackedImmutableBiMap$1 x1 }
com/google/common/collect/JdkBackedImmutableBiMap.class
JdkBackedImmutableBiMap.java package com.google.common.collect final com.google.common.collect.JdkBackedImmutableBiMap extends com.google.common.collect.ImmutableBiMap { private final transient com.google.common.collect.ImmutableList entries private final java.util.Map forwardDelegate private final java.util.Map backwardDelegate private transient com.google.common.collect.JdkBackedImmutableBiMap inverse static com.google.common.collect.ImmutableBiMap create (int, java.util.Map$Entry[]) java.util.Map$Entry e Object oldValue Object oldKey int i int n java.util.Map$Entry[] entryArray java.util.Map forwardDelegate java.util.Map backwardDelegate com.google.common.collect.ImmutableList entryList private void <init> (com.google.common.collect.ImmutableList, java.util.Map, java.util.Map) com.google.common.collect.ImmutableList entries java.util.Map forwardDelegate java.util.Map backwardDelegate public int size () public com.google.common.collect.ImmutableBiMap inverse () com.google.common.collect.JdkBackedImmutableBiMap result public java.lang.Object get (java.lang.Object) Object key com.google.common.collect.ImmutableSet createEntrySet () com.google.common.collect.ImmutableSet createKeySet () boolean isPartialView () public volatile synthetic com.google.common.collect.BiMap inverse () static synthetic com.google.common.collect.ImmutableList access$100 (com.google.common.collect.JdkBackedImmutableBiMap) com.google.common.collect.JdkBackedImmutableBiMap x0 }
com/google/common/collect/JdkBackedImmutableMap.class
JdkBackedImmutableMap.java package com.google.common.collect final com.google.common.collect.JdkBackedImmutableMap extends com.google.common.collect.ImmutableMap { private final transient java.util.Map delegateMap private final transient com.google.common.collect.ImmutableList entries static com.google.common.collect.ImmutableMap create (int, java.util.Map$Entry[], boolean) Object key Object value Object oldValue int i Object value java.util.Map$Entry entry Object key int inI int outI java.util.Map$Entry[] newEntryArray int n java.util.Map$Entry[] entryArray boolean throwIfDuplicateKeys java.util.Map delegateMap java.util.Map duplicates int dupCount void <init> (java.util.Map, com.google.common.collect.ImmutableList) java.util.Map delegateMap com.google.common.collect.ImmutableList entries public int size () public java.lang.Object get (java.lang.Object) Object key com.google.common.collect.ImmutableSet createEntrySet () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action com.google.common.collect.ImmutableSet createKeySet () com.google.common.collect.ImmutableCollection createValues () boolean isPartialView () private static synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.util.Map$Entry) java.util.function.BiConsumer action java.util.Map$Entry e }
com/google/common/collect/JdkBackedImmutableMultiset.class
JdkBackedImmutableMultiset.java package com.google.common.collect final com.google.common.collect.JdkBackedImmutableMultiset extends com.google.common.collect.ImmutableMultiset { private final java.util.Map delegateMap private final com.google.common.collect.ImmutableList entries private final long size private transient com.google.common.collect.ImmutableSet elementSet static com.google.common.collect.ImmutableMultiset create (java.util.Collection) com.google.common.collect.Multiset$Entry entry int count Object element int i java.util.Collection entries com.google.common.collect.Multiset$Entry[] entriesArray java.util.Map delegateMap long size private void <init> (java.util.Map, com.google.common.collect.ImmutableList, long) java.util.Map delegateMap com.google.common.collect.ImmutableList entries long size public int count (java.lang.Object) Object element public com.google.common.collect.ImmutableSet elementSet () com.google.common.collect.ImmutableSet result com.google.common.collect.Multiset$Entry getEntry (int) int index boolean isPartialView () public int size () public volatile synthetic java.util.Set elementSet () }
com/google/common/collect/JdkBackedImmutableSet.class
JdkBackedImmutableSet.java package com.google.common.collect final com.google.common.collect.JdkBackedImmutableSet extends com.google.common.collect.IndexedImmutableSet { private final java.util.Set delegate private final com.google.common.collect.ImmutableList delegateList void <init> (java.util.Set, com.google.common.collect.ImmutableList) java.util.Set delegate com.google.common.collect.ImmutableList delegateList java.lang.Object get (int) int index public boolean contains (java.lang.Object) Object object boolean isPartialView () public int size () }
com/google/common/collect/LexicographicalOrdering.class
LexicographicalOrdering.java package com.google.common.collect final com.google.common.collect.LexicographicalOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final java.util.Comparator elementOrder private static final long serialVersionUID void <init> (java.util.Comparator) java.util.Comparator elementOrder public int compare (java.lang.Iterable, java.lang.Iterable) int result Iterable leftIterable Iterable rightIterable java.util.Iterator left java.util.Iterator right public boolean equals (java.lang.Object) com.google.common.collect.LexicographicalOrdering that Object object public int hashCode () public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/common/collect/LinkedHashMultimap$1.class
LinkedHashMultimap.java package com.google.common.collect com.google.common.collect.LinkedHashMultimap$1 extends java.lang.Object implements java.util.Iterator { com.google.common.collect.LinkedHashMultimap$ValueEntry nextEntry com.google.common.collect.LinkedHashMultimap$ValueEntry toRemove final synthetic com.google.common.collect.LinkedHashMultimap this$0 void <init> (com.google.common.collect.LinkedHashMultimap) com.google.common.collect.LinkedHashMultimap this$0 public boolean hasNext () public java.util.Map$Entry next () com.google.common.collect.LinkedHashMultimap$ValueEntry result public void remove () public volatile synthetic java.lang.Object next () }
com/google/common/collect/LinkedHashMultimap$ValueEntry.class
LinkedHashMultimap.java package com.google.common.collect final com.google.common.collect.LinkedHashMultimap$ValueEntry extends com.google.common.collect.ImmutableEntry implements com.google.common.collect.LinkedHashMultimap$ValueSetLink { final int smearedValueHash com.google.common.collect.LinkedHashMultimap$ValueEntry nextInValueBucket com.google.common.collect.LinkedHashMultimap$ValueSetLink predecessorInValueSet com.google.common.collect.LinkedHashMultimap$ValueSetLink successorInValueSet com.google.common.collect.LinkedHashMultimap$ValueEntry predecessorInMultimap com.google.common.collect.LinkedHashMultimap$ValueEntry successorInMultimap void <init> (java.lang.Object, java.lang.Object, int, com.google.common.collect.LinkedHashMultimap$ValueEntry) Object key Object value int smearedValueHash com.google.common.collect.LinkedHashMultimap$ValueEntry nextInValueBucket static com.google.common.collect.LinkedHashMultimap$ValueEntry newHeader () boolean matchesValue (java.lang.Object, int) Object v int smearedVHash public com.google.common.collect.LinkedHashMultimap$ValueSetLink getPredecessorInValueSet () public com.google.common.collect.LinkedHashMultimap$ValueSetLink getSuccessorInValueSet () public void setPredecessorInValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink entry public void setSuccessorInValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink entry public com.google.common.collect.LinkedHashMultimap$ValueEntry getPredecessorInMultimap () public com.google.common.collect.LinkedHashMultimap$ValueEntry getSuccessorInMultimap () public void setSuccessorInMultimap (com.google.common.collect.LinkedHashMultimap$ValueEntry) com.google.common.collect.LinkedHashMultimap$ValueEntry multimapSuccessor public void setPredecessorInMultimap (com.google.common.collect.LinkedHashMultimap$ValueEntry) com.google.common.collect.LinkedHashMultimap$ValueEntry multimapPredecessor }
com/google/common/collect/LinkedHashMultimap$ValueSet$1.class
LinkedHashMultimap.java package com.google.common.collect com.google.common.collect.LinkedHashMultimap$ValueSet$1 extends java.lang.Object implements java.util.Iterator { com.google.common.collect.LinkedHashMultimap$ValueSetLink nextEntry com.google.common.collect.LinkedHashMultimap$ValueEntry toRemove int expectedModCount final synthetic com.google.common.collect.LinkedHashMultimap$ValueSet this$1 void <init> (com.google.common.collect.LinkedHashMultimap$ValueSet) com.google.common.collect.LinkedHashMultimap$ValueSet this$1 private void checkForComodification () public boolean hasNext () public java.lang.Object next () com.google.common.collect.LinkedHashMultimap$ValueEntry entry Object result public void remove () }
com/google/common/collect/LinkedHashMultimap$ValueSet.class
LinkedHashMultimap.java package com.google.common.collect final com.google.common.collect.LinkedHashMultimap$ValueSet extends com.google.common.collect.Sets$ImprovedAbstractSet implements com.google.common.collect.LinkedHashMultimap$ValueSetLink { private final Object key com.google.common.collect.LinkedHashMultimap$ValueEntry[] hashTable private int size private int modCount private com.google.common.collect.LinkedHashMultimap$ValueSetLink firstEntry private com.google.common.collect.LinkedHashMultimap$ValueSetLink lastEntry final synthetic com.google.common.collect.LinkedHashMultimap this$0 void <init> (com.google.common.collect.LinkedHashMultimap, java.lang.Object, int) com.google.common.collect.LinkedHashMultimap this$0 Object key int expectedValues int tableSize com.google.common.collect.LinkedHashMultimap$ValueEntry[] hashTable private int mask () public com.google.common.collect.LinkedHashMultimap$ValueSetLink getPredecessorInValueSet () public com.google.common.collect.LinkedHashMultimap$ValueSetLink getSuccessorInValueSet () public void setPredecessorInValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink entry public void setSuccessorInValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink entry public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) com.google.common.collect.LinkedHashMultimap$ValueSetLink entry java.util.function.Consumer action public int size () public boolean contains (java.lang.Object) com.google.common.collect.LinkedHashMultimap$ValueEntry entry Object o int smearedHash public boolean add (java.lang.Object) com.google.common.collect.LinkedHashMultimap$ValueEntry entry Object value int smearedHash int bucket com.google.common.collect.LinkedHashMultimap$ValueEntry rowHead com.google.common.collect.LinkedHashMultimap$ValueEntry newEntry private void rehashIfNecessary () com.google.common.collect.LinkedHashMultimap$ValueEntry valueEntry int bucket com.google.common.collect.LinkedHashMultimap$ValueSetLink entry com.google.common.collect.LinkedHashMultimap$ValueEntry[] hashTable int mask public boolean remove (java.lang.Object) com.google.common.collect.LinkedHashMultimap$ValueEntry entry Object o int smearedHash int bucket com.google.common.collect.LinkedHashMultimap$ValueEntry prev public void clear () com.google.common.collect.LinkedHashMultimap$ValueEntry valueEntry com.google.common.collect.LinkedHashMultimap$ValueSetLink entry static synthetic com.google.common.collect.LinkedHashMultimap$ValueSetLink access$000 (com.google.common.collect.LinkedHashMultimap$ValueSet) com.google.common.collect.LinkedHashMultimap$ValueSet x0 static synthetic int access$100 (com.google.common.collect.LinkedHashMultimap$ValueSet) com.google.common.collect.LinkedHashMultimap$ValueSet x0 }
com/google/common/collect/LinkedHashMultimap$ValueSetLink.class
LinkedHashMultimap.java package com.google.common.collect abstract com.google.common.collect.LinkedHashMultimap$ValueSetLink extends java.lang.Object { public abstract com.google.common.collect.LinkedHashMultimap$ValueSetLink getPredecessorInValueSet () public abstract com.google.common.collect.LinkedHashMultimap$ValueSetLink getSuccessorInValueSet () public abstract void setPredecessorInValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink) public abstract void setSuccessorInValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink) }
com/google/common/collect/LinkedHashMultimap.class
LinkedHashMultimap.java package com.google.common.collect public final com.google.common.collect.LinkedHashMultimap extends com.google.common.collect.LinkedHashMultimapGwtSerializationDependencies { private static final int DEFAULT_KEY_CAPACITY private static final int DEFAULT_VALUE_SET_CAPACITY static final double VALUE_SET_LOAD_FACTOR transient int valueSetCapacity private transient com.google.common.collect.LinkedHashMultimap$ValueEntry multimapHeaderEntry private static final long serialVersionUID public static com.google.common.collect.LinkedHashMultimap create () public static com.google.common.collect.LinkedHashMultimap create (int, int) int expectedKeys int expectedValuesPerKey public static com.google.common.collect.LinkedHashMultimap create (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap com.google.common.collect.LinkedHashMultimap result private static void succeedsInValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink, com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink pred com.google.common.collect.LinkedHashMultimap$ValueSetLink succ private static void succeedsInMultimap (com.google.common.collect.LinkedHashMultimap$ValueEntry, com.google.common.collect.LinkedHashMultimap$ValueEntry) com.google.common.collect.LinkedHashMultimap$ValueEntry pred com.google.common.collect.LinkedHashMultimap$ValueEntry succ private static void deleteFromValueSet (com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink entry private static void deleteFromMultimap (com.google.common.collect.LinkedHashMultimap$ValueEntry) com.google.common.collect.LinkedHashMultimap$ValueEntry entry private void <init> (int, int) int keyCapacity int valueSetCapacity java.util.Set createCollection () java.util.Collection createCollection (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Set entries () public java.util.Set keySet () public java.util.Collection values () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () java.util.Iterator valueIterator () java.util.Spliterator valueSpliterator () public void clear () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException Object key java.util.Map$Entry entry java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object key int i Object key Object value int i java.io.ObjectInputStream stream int distinctKeys java.util.Map map int entries public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic boolean put (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Map asMap () public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic void forEach (java.util.function.BiConsumer) public volatile synthetic boolean containsKey (java.lang.Object) public volatile synthetic int size () volatile synthetic java.util.Collection createCollection () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic com.google.common.collect.Multiset keys () public volatile synthetic boolean putAll (com.google.common.collect.Multimap) public volatile synthetic boolean putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean remove (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) public volatile synthetic boolean isEmpty () static synthetic void access$200 (com.google.common.collect.LinkedHashMultimap$ValueSetLink, com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink x0 com.google.common.collect.LinkedHashMultimap$ValueSetLink x1 static synthetic com.google.common.collect.LinkedHashMultimap$ValueEntry access$300 (com.google.common.collect.LinkedHashMultimap) com.google.common.collect.LinkedHashMultimap x0 static synthetic void access$400 (com.google.common.collect.LinkedHashMultimap$ValueEntry, com.google.common.collect.LinkedHashMultimap$ValueEntry) com.google.common.collect.LinkedHashMultimap$ValueEntry x0 com.google.common.collect.LinkedHashMultimap$ValueEntry x1 static synthetic void access$500 (com.google.common.collect.LinkedHashMultimap$ValueSetLink) com.google.common.collect.LinkedHashMultimap$ValueSetLink x0 static synthetic void access$600 (com.google.common.collect.LinkedHashMultimap$ValueEntry) com.google.common.collect.LinkedHashMultimap$ValueEntry x0 }
com/google/common/collect/LinkedHashMultimapGwtSerializationDependencies.class
LinkedHashMultimapGwtSerializationDependencies.java package com.google.common.collect abstract com.google.common.collect.LinkedHashMultimapGwtSerializationDependencies extends com.google.common.collect.AbstractSetMultimap { void <init> (java.util.Map) java.util.Map map }
com/google/common/collect/LinkedHashMultiset.class
LinkedHashMultiset.java package com.google.common.collect public final com.google.common.collect.LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset { private static final long serialVersionUID public static com.google.common.collect.LinkedHashMultiset create () public static com.google.common.collect.LinkedHashMultiset create (int) int distinctElements public static com.google.common.collect.LinkedHashMultiset create (java.lang.Iterable) Iterable elements com.google.common.collect.LinkedHashMultiset multiset private void <init> () private void <init> (int) int distinctElements private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream int distinctElements public volatile synthetic int setCount (java.lang.Object, int) public volatile synthetic int remove (java.lang.Object, int) public volatile synthetic int add (java.lang.Object, int) public volatile synthetic int count (java.lang.Object) public volatile synthetic java.util.Iterator iterator () public volatile synthetic int size () public volatile synthetic void clear () public volatile synthetic void forEachEntry (java.util.function.ObjIntConsumer) public volatile synthetic java.util.Set entrySet () public volatile synthetic java.util.Set elementSet () public volatile synthetic boolean setCount (java.lang.Object, int, int) public volatile synthetic boolean contains (java.lang.Object) public volatile synthetic boolean isEmpty () }
com/google/common/collect/LinkedListMultimap$1.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$1 extends java.util.AbstractSequentialList { final synthetic Object val$key final synthetic com.google.common.collect.LinkedListMultimap this$0 void <init> (com.google.common.collect.LinkedListMultimap, java.lang.Object) com.google.common.collect.LinkedListMultimap this$0 public int size () com.google.common.collect.LinkedListMultimap$KeyList keyList public java.util.ListIterator listIterator (int) int index }
com/google/common/collect/LinkedListMultimap$1EntriesImpl.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$1EntriesImpl extends java.util.AbstractSequentialList { final synthetic com.google.common.collect.LinkedListMultimap this$0 void <init> (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap this$0 public int size () public java.util.ListIterator listIterator (int) int index public void forEach (java.util.function.Consumer) com.google.common.collect.LinkedListMultimap$Node node java.util.function.Consumer action }
com/google/common/collect/LinkedListMultimap$1KeySetImpl.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$1KeySetImpl extends com.google.common.collect.Sets$ImprovedAbstractSet { final synthetic com.google.common.collect.LinkedListMultimap this$0 void <init> (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap this$0 public int size () public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object key public boolean remove (java.lang.Object) Object o }
com/google/common/collect/LinkedListMultimap$1ValuesImpl$1.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$1ValuesImpl$1 extends com.google.common.collect.TransformedListIterator { final synthetic com.google.common.collect.LinkedListMultimap$NodeIterator val$nodeItr void <init> (com.google.common.collect.LinkedListMultimap$1ValuesImpl, java.util.ListIterator, com.google.common.collect.LinkedListMultimap$NodeIterator) com.google.common.collect.LinkedListMultimap$1ValuesImpl this$1 java.util.ListIterator backingIterator java.lang.Object transform (java.util.Map$Entry) java.util.Map$Entry entry public void set (java.lang.Object) Object value volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/LinkedListMultimap$1ValuesImpl.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$1ValuesImpl extends java.util.AbstractSequentialList { final synthetic com.google.common.collect.LinkedListMultimap this$0 void <init> (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap this$0 public int size () public java.util.ListIterator listIterator (int) int index com.google.common.collect.LinkedListMultimap$NodeIterator nodeItr }
com/google/common/collect/LinkedListMultimap$DistinctKeyIterator.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$DistinctKeyIterator extends java.lang.Object implements java.util.Iterator { final java.util.Set seenKeys com.google.common.collect.LinkedListMultimap$Node next com.google.common.collect.LinkedListMultimap$Node current int expectedModCount final synthetic com.google.common.collect.LinkedListMultimap this$0 private void <init> (com.google.common.collect.LinkedListMultimap) private void checkForConcurrentModification () public boolean hasNext () public java.lang.Object next () public void remove () synthetic void <init> (com.google.common.collect.LinkedListMultimap, com.google.common.collect.LinkedListMultimap$1) com.google.common.collect.LinkedListMultimap x0 com.google.common.collect.LinkedListMultimap$1 x1 }
com/google/common/collect/LinkedListMultimap$KeyList.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$KeyList extends java.lang.Object { com.google.common.collect.LinkedListMultimap$Node head com.google.common.collect.LinkedListMultimap$Node tail int count void <init> (com.google.common.collect.LinkedListMultimap$Node) com.google.common.collect.LinkedListMultimap$Node firstNode }
com/google/common/collect/LinkedListMultimap$Node.class
LinkedListMultimap.java package com.google.common.collect final com.google.common.collect.LinkedListMultimap$Node extends com.google.common.collect.AbstractMapEntry { final Object key Object value com.google.common.collect.LinkedListMultimap$Node next com.google.common.collect.LinkedListMultimap$Node previous com.google.common.collect.LinkedListMultimap$Node nextSibling com.google.common.collect.LinkedListMultimap$Node previousSibling void <init> (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object newValue Object result }
com/google/common/collect/LinkedListMultimap$NodeIterator.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$NodeIterator extends java.lang.Object implements java.util.ListIterator { int nextIndex com.google.common.collect.LinkedListMultimap$Node next com.google.common.collect.LinkedListMultimap$Node current com.google.common.collect.LinkedListMultimap$Node previous int expectedModCount final synthetic com.google.common.collect.LinkedListMultimap this$0 void <init> (com.google.common.collect.LinkedListMultimap, int) int index int size private void checkForConcurrentModification () public boolean hasNext () public com.google.common.collect.LinkedListMultimap$Node next () public void remove () public boolean hasPrevious () public com.google.common.collect.LinkedListMultimap$Node previous () public int nextIndex () public int previousIndex () public void set (java.util.Map$Entry) java.util.Map$Entry e public void add (java.util.Map$Entry) java.util.Map$Entry e void setValue (java.lang.Object) Object value public volatile synthetic void add (java.lang.Object) public volatile synthetic void set (java.lang.Object) public volatile synthetic java.lang.Object previous () public volatile synthetic java.lang.Object next () }
com/google/common/collect/LinkedListMultimap$ValueForKeyIterator.class
LinkedListMultimap.java package com.google.common.collect com.google.common.collect.LinkedListMultimap$ValueForKeyIterator extends java.lang.Object implements java.util.ListIterator { final Object key int nextIndex com.google.common.collect.LinkedListMultimap$Node next com.google.common.collect.LinkedListMultimap$Node current com.google.common.collect.LinkedListMultimap$Node previous final synthetic com.google.common.collect.LinkedListMultimap this$0 void <init> (com.google.common.collect.LinkedListMultimap, java.lang.Object) Object key com.google.common.collect.LinkedListMultimap$KeyList keyList public void <init> (com.google.common.collect.LinkedListMultimap, java.lang.Object, int) Object key int index com.google.common.collect.LinkedListMultimap$KeyList keyList int size public boolean hasNext () public java.lang.Object next () public boolean hasPrevious () public java.lang.Object previous () public int nextIndex () public int previousIndex () public void remove () public void set (java.lang.Object) Object value public void add (java.lang.Object) Object value }
com/google/common/collect/LinkedListMultimap.class
LinkedListMultimap.java package com.google.common.collect public com.google.common.collect.LinkedListMultimap extends com.google.common.collect.AbstractMultimap implements com.google.common.collect.ListMultimap java.io.Serializable { private transient com.google.common.collect.LinkedListMultimap$Node head private transient com.google.common.collect.LinkedListMultimap$Node tail private transient java.util.Map keyToKeyList private transient int size private transient int modCount private static final long serialVersionUID public static com.google.common.collect.LinkedListMultimap create () public static com.google.common.collect.LinkedListMultimap create (int) int expectedKeys public static com.google.common.collect.LinkedListMultimap create (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap void <init> () private void <init> (int) int expectedKeys private void <init> (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap private com.google.common.collect.LinkedListMultimap$Node addNode (java.lang.Object, java.lang.Object, com.google.common.collect.LinkedListMultimap$Node) com.google.common.collect.LinkedListMultimap$Node keyTail com.google.common.collect.LinkedListMultimap$KeyList keyList com.google.common.collect.LinkedListMultimap$KeyList keyList Object key Object value com.google.common.collect.LinkedListMultimap$Node nextSibling com.google.common.collect.LinkedListMultimap$Node node private void removeNode (com.google.common.collect.LinkedListMultimap$Node) com.google.common.collect.LinkedListMultimap$KeyList keyList com.google.common.collect.LinkedListMultimap$KeyList keyList com.google.common.collect.LinkedListMultimap$Node node private void removeAllNodes (java.lang.Object) Object key public int size () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public boolean put (java.lang.Object, java.lang.Object) Object key Object value public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values java.util.List oldValues java.util.ListIterator keyValues java.util.Iterator newValues private java.util.List getCopy (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key Object castKey java.util.List oldValues public void clear () public java.util.List get (java.lang.Object) Object key java.util.Set createKeySet () com.google.common.collect.Multiset createKeys () public java.util.List values () java.util.List createValues () public java.util.List entries () java.util.List createEntries () java.util.Iterator entryIterator () java.util.Map createAsMap () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.util.Map$Entry entry java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object key Object value int i java.io.ObjectInputStream stream int size public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic java.util.Map asMap () volatile synthetic java.util.Collection createValues () public volatile synthetic java.util.Collection values () public volatile synthetic com.google.common.collect.Multiset keys () public volatile synthetic java.util.Set keySet () volatile synthetic java.util.Collection createEntries () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean putAll (com.google.common.collect.Multimap) public volatile synthetic boolean putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean remove (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) static synthetic int access$000 (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap x0 static synthetic com.google.common.collect.LinkedListMultimap$Node access$100 (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap x0 static synthetic com.google.common.collect.LinkedListMultimap$Node access$200 (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap x0 static synthetic void access$300 (com.google.common.collect.LinkedListMultimap, com.google.common.collect.LinkedListMultimap$Node) com.google.common.collect.LinkedListMultimap x0 com.google.common.collect.LinkedListMultimap$Node x1 static synthetic void access$400 (com.google.common.collect.LinkedListMultimap, java.lang.Object) com.google.common.collect.LinkedListMultimap x0 Object x1 static synthetic java.util.Map access$500 (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap x0 static synthetic com.google.common.collect.LinkedListMultimap$Node access$600 (com.google.common.collect.LinkedListMultimap, java.lang.Object, java.lang.Object, com.google.common.collect.LinkedListMultimap$Node) com.google.common.collect.LinkedListMultimap x0 Object x1 Object x2 com.google.common.collect.LinkedListMultimap$Node x3 static synthetic int access$800 (com.google.common.collect.LinkedListMultimap) com.google.common.collect.LinkedListMultimap x0 }
com/google/common/collect/ListMultimap.class
ListMultimap.java package com.google.common.collect public abstract com.google.common.collect.ListMultimap extends java.lang.Object implements com.google.common.collect.Multimap { public abstract java.util.List get (java.lang.Object) public abstract java.util.List removeAll (java.lang.Object) public abstract java.util.List replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Map asMap () public abstract boolean equals (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
com/google/common/collect/Lists$1.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$1 extends com.google.common.collect.Lists$RandomAccessListWrapper { private static final long serialVersionUID void <init> (java.util.List) java.util.List backingList public java.util.ListIterator listIterator (int) int index }
com/google/common/collect/Lists$2.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$2 extends com.google.common.collect.Lists$AbstractListWrapper { private static final long serialVersionUID void <init> (java.util.List) java.util.List backingList public java.util.ListIterator listIterator (int) int index }
com/google/common/collect/Lists$AbstractListWrapper.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$AbstractListWrapper extends java.util.AbstractList { final java.util.List backingList void <init> (java.util.List) java.util.List backingList public void add (int, java.lang.Object) int index Object element public boolean addAll (int, java.util.Collection) int index java.util.Collection c public java.lang.Object get (int) int index public java.lang.Object remove (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public boolean contains (java.lang.Object) Object o public int size () }
com/google/common/collect/Lists$CharSequenceAsList.class
Lists.java package com.google.common.collect final com.google.common.collect.Lists$CharSequenceAsList extends java.util.AbstractList { private final CharSequence sequence void <init> (java.lang.CharSequence) CharSequence sequence public java.lang.Character get (int) int index public int size () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/Lists$OnePlusArrayList.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$OnePlusArrayList extends java.util.AbstractList implements java.io.Serializable java.util.RandomAccess { final Object first final Object[] rest private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object[]) Object first Object[] rest public int size () public java.lang.Object get (int) int index }
com/google/common/collect/Lists$Partition.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$Partition extends java.util.AbstractList { final java.util.List list final int size void <init> (java.util.List, int) java.util.List list int size public java.util.List get (int) int index int start int end public int size () public boolean isEmpty () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/Lists$RandomAccessListWrapper.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$RandomAccessListWrapper extends com.google.common.collect.Lists$AbstractListWrapper implements java.util.RandomAccess { void <init> (java.util.List) java.util.List backingList }
com/google/common/collect/Lists$RandomAccessPartition.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$RandomAccessPartition extends com.google.common.collect.Lists$Partition implements java.util.RandomAccess { void <init> (java.util.List, int) java.util.List list int size }
com/google/common/collect/Lists$RandomAccessReverseList.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$RandomAccessReverseList extends com.google.common.collect.Lists$ReverseList implements java.util.RandomAccess { void <init> (java.util.List) java.util.List forwardList }
com/google/common/collect/Lists$ReverseList$1.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$ReverseList$1 extends java.lang.Object implements java.util.ListIterator { boolean canRemoveOrSet final synthetic java.util.ListIterator val$forwardIterator final synthetic com.google.common.collect.Lists$ReverseList this$0 void <init> (com.google.common.collect.Lists$ReverseList, java.util.ListIterator) com.google.common.collect.Lists$ReverseList this$0 public void add (java.lang.Object) Object e public boolean hasNext () public boolean hasPrevious () public java.lang.Object next () public int nextIndex () public java.lang.Object previous () public int previousIndex () public void remove () public void set (java.lang.Object) Object e }
com/google/common/collect/Lists$ReverseList.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$ReverseList extends java.util.AbstractList { private final java.util.List forwardList void <init> (java.util.List) java.util.List forwardList java.util.List getForwardList () private int reverseIndex (int) int index int size private int reversePosition (int) int index int size public void add (int, java.lang.Object) int index Object element public void clear () public java.lang.Object remove (int) int index protected void removeRange (int, int) int fromIndex int toIndex public java.lang.Object set (int, java.lang.Object) int index Object element public java.lang.Object get (int) int index public int size () public java.util.List subList (int, int) int fromIndex int toIndex public java.util.Iterator iterator () public java.util.ListIterator listIterator (int) int index int start java.util.ListIterator forwardIterator static synthetic int access$000 (com.google.common.collect.Lists$ReverseList, int) com.google.common.collect.Lists$ReverseList x0 int x1 }
com/google/common/collect/Lists$StringAsImmutableList.class
Lists.java package com.google.common.collect final com.google.common.collect.Lists$StringAsImmutableList extends com.google.common.collect.ImmutableList { private final String string void <init> (java.lang.String) String string public int indexOf (java.lang.Object) Object object public int lastIndexOf (java.lang.Object) Object object public com.google.common.collect.ImmutableList subList (int, int) int fromIndex int toIndex boolean isPartialView () public java.lang.Character get (int) int index public int size () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/Lists$TransformingRandomAccessList$1.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$TransformingRandomAccessList$1 extends com.google.common.collect.TransformedListIterator { final synthetic com.google.common.collect.Lists$TransformingRandomAccessList this$0 void <init> (com.google.common.collect.Lists$TransformingRandomAccessList, java.util.ListIterator) com.google.common.collect.Lists$TransformingRandomAccessList this$0 java.util.ListIterator backingIterator java.lang.Object transform (java.lang.Object) Object from }
com/google/common/collect/Lists$TransformingRandomAccessList.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$TransformingRandomAccessList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final java.util.List fromList final com.google.common.base.Function function private static final long serialVersionUID void <init> (java.util.List, com.google.common.base.Function) java.util.List fromList com.google.common.base.Function function public void clear () public java.lang.Object get (int) int index public java.util.Iterator iterator () public java.util.ListIterator listIterator (int) int index public boolean isEmpty () public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public java.lang.Object remove (int) int index public int size () private synthetic boolean lambda$removeIf$0 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element }
com/google/common/collect/Lists$TransformingSequentialList$1.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$TransformingSequentialList$1 extends com.google.common.collect.TransformedListIterator { final synthetic com.google.common.collect.Lists$TransformingSequentialList this$0 void <init> (com.google.common.collect.Lists$TransformingSequentialList, java.util.ListIterator) com.google.common.collect.Lists$TransformingSequentialList this$0 java.util.ListIterator backingIterator java.lang.Object transform (java.lang.Object) Object from }
com/google/common/collect/Lists$TransformingSequentialList.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$TransformingSequentialList extends java.util.AbstractSequentialList implements java.io.Serializable { final java.util.List fromList final com.google.common.base.Function function private static final long serialVersionUID void <init> (java.util.List, com.google.common.base.Function) java.util.List fromList com.google.common.base.Function function public void clear () public int size () public java.util.ListIterator listIterator (int) int index public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter private synthetic boolean lambda$removeIf$0 (java.util.function.Predicate, java.lang.Object) java.util.function.Predicate filter Object element }
com/google/common/collect/Lists$TwoPlusArrayList.class
Lists.java package com.google.common.collect com.google.common.collect.Lists$TwoPlusArrayList extends java.util.AbstractList implements java.io.Serializable java.util.RandomAccess { final Object first final Object second final Object[] rest private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest public int size () public java.lang.Object get (int) int index }
com/google/common/collect/Lists.class
Lists.java package com.google.common.collect public final com.google.common.collect.Lists extends java.lang.Object { private void <init> () public static java.util.ArrayList newArrayList () public static transient java.util.ArrayList newArrayList (java.lang.Object[]) Object[] elements int capacity java.util.ArrayList list public static java.util.ArrayList newArrayList (java.lang.Iterable) Iterable elements public static java.util.ArrayList newArrayList (java.util.Iterator) java.util.Iterator elements java.util.ArrayList list static int computeArrayListCapacity (int) int arraySize public static java.util.ArrayList newArrayListWithCapacity (int) int initialArraySize public static java.util.ArrayList newArrayListWithExpectedSize (int) int estimatedSize public static java.util.LinkedList newLinkedList () public static java.util.LinkedList newLinkedList (java.lang.Iterable) Iterable elements java.util.LinkedList list public static java.util.concurrent.CopyOnWriteArrayList newCopyOnWriteArrayList () public static java.util.concurrent.CopyOnWriteArrayList newCopyOnWriteArrayList (java.lang.Iterable) Iterable elements java.util.Collection elementsCollection public static java.util.List asList (java.lang.Object, java.lang.Object[]) Object first Object[] rest public static java.util.List asList (java.lang.Object, java.lang.Object, java.lang.Object[]) Object first Object second Object[] rest public static java.util.List cartesianProduct (java.util.List) java.util.List lists public static transient java.util.List cartesianProduct (java.util.List[]) java.util.List[] lists public static java.util.List transform (java.util.List, com.google.common.base.Function) java.util.List fromList com.google.common.base.Function function public static java.util.List partition (java.util.List, int) java.util.List list int size public static com.google.common.collect.ImmutableList charactersOf (java.lang.String) String string public static java.util.List charactersOf (java.lang.CharSequence) CharSequence sequence public static java.util.List reverse (java.util.List) java.util.List reversed java.util.List result java.util.List list static int hashCodeImpl (java.util.List) Object o java.util.List list int hashCode static boolean equalsImpl (java.util.List, java.lang.Object) int i java.util.List thisList Object other java.util.List otherList int size static boolean addAllImpl (java.util.List, int, java.lang.Iterable) Object e java.util.List list int index Iterable elements boolean changed java.util.ListIterator listIterator static int indexOfImpl (java.util.List, java.lang.Object) java.util.ListIterator listIterator java.util.List list Object element private static int indexOfRandomAccess (java.util.List, java.lang.Object) int i int i java.util.List list Object element int size static int lastIndexOfImpl (java.util.List, java.lang.Object) java.util.ListIterator listIterator java.util.List list Object element private static int lastIndexOfRandomAccess (java.util.List, java.lang.Object) int i int i java.util.List list Object element static java.util.ListIterator listIteratorImpl (java.util.List, int) java.util.List list int index static java.util.List subListImpl (java.util.List, int, int) java.util.List wrapper java.util.List list int fromIndex int toIndex java.util.List wrapper static java.util.List cast (java.lang.Iterable) Iterable iterable }
com/google/common/collect/MapDifference$ValueDifference.class
MapDifference.java package com.google.common.collect public abstract com.google.common.collect.MapDifference$ValueDifference extends java.lang.Object { public abstract java.lang.Object leftValue () public abstract java.lang.Object rightValue () public abstract boolean equals (java.lang.Object) public abstract int hashCode () }
com/google/common/collect/MapDifference.class
MapDifference.java package com.google.common.collect public abstract com.google.common.collect.MapDifference extends java.lang.Object { public abstract boolean areEqual () public abstract java.util.Map entriesOnlyOnLeft () public abstract java.util.Map entriesOnlyOnRight () public abstract java.util.Map entriesInCommon () public abstract java.util.Map entriesDiffering () public abstract boolean equals (java.lang.Object) public abstract int hashCode () }
com/google/common/collect/MapMaker$Dummy.class
MapMaker.java package com.google.common.collect final enum com.google.common.collect.MapMaker$Dummy extends java.lang.Enum { public static final enum com.google.common.collect.MapMaker$Dummy VALUE private static final synthetic com.google.common.collect.MapMaker$Dummy[] $VALUES public static com.google.common.collect.MapMaker$Dummy[] values () public static com.google.common.collect.MapMaker$Dummy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.collect.MapMaker$Dummy[] $values () static void <clinit> () }
com/google/common/collect/MapMaker.class
MapMaker.java package com.google.common.collect public final com.google.common.collect.MapMaker extends java.lang.Object { private static final int DEFAULT_INITIAL_CAPACITY private static final int DEFAULT_CONCURRENCY_LEVEL static final int UNSET_INT boolean useCustomMap int initialCapacity int concurrencyLevel com.google.common.collect.MapMakerInternalMap$Strength keyStrength com.google.common.collect.MapMakerInternalMap$Strength valueStrength com.google.common.base.Equivalence keyEquivalence public void <init> () com.google.common.collect.MapMaker keyEquivalence (com.google.common.base.Equivalence) com.google.common.base.Equivalence equivalence com.google.common.base.Equivalence getKeyEquivalence () public com.google.common.collect.MapMaker initialCapacity (int) int initialCapacity int getInitialCapacity () public com.google.common.collect.MapMaker concurrencyLevel (int) int concurrencyLevel int getConcurrencyLevel () public com.google.common.collect.MapMaker weakKeys () com.google.common.collect.MapMaker setKeyStrength (com.google.common.collect.MapMakerInternalMap$Strength) com.google.common.collect.MapMakerInternalMap$Strength strength com.google.common.collect.MapMakerInternalMap$Strength getKeyStrength () public com.google.common.collect.MapMaker weakValues () com.google.common.collect.MapMaker setValueStrength (com.google.common.collect.MapMakerInternalMap$Strength) com.google.common.collect.MapMakerInternalMap$Strength strength com.google.common.collect.MapMakerInternalMap$Strength getValueStrength () public java.util.concurrent.ConcurrentMap makeMap () public java.lang.String toString () com.google.common.base.MoreObjects$ToStringHelper s }
com/google/common/collect/MapMakerInternalMap$1.class
MapMakerInternalMap.java package com.google.common.collect com.google.common.collect.MapMakerInternalMap$1 extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$WeakValueReference { void <init> () public com.google.common.collect.MapMakerInternalMap$DummyInternalEntry getEntry () public void clear () public java.lang.Object get () public com.google.common.collect.MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$DummyInternalEntry) java.lang.ref.ReferenceQueue queue com.google.common.collect.MapMakerInternalMap$DummyInternalEntry entry public volatile synthetic com.google.common.collect.MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry getEntry () }
com/google/common/collect/MapMakerInternalMap$AbstractSerializationProxy.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$AbstractSerializationProxy extends com.google.common.collect.ForwardingConcurrentMap implements java.io.Serializable { private static final long serialVersionUID final com.google.common.collect.MapMakerInternalMap$Strength keyStrength final com.google.common.collect.MapMakerInternalMap$Strength valueStrength final com.google.common.base.Equivalence keyEquivalence final com.google.common.base.Equivalence valueEquivalence final int concurrencyLevel transient java.util.concurrent.ConcurrentMap delegate void <init> (com.google.common.collect.MapMakerInternalMap$Strength, com.google.common.collect.MapMakerInternalMap$Strength, com.google.common.base.Equivalence, com.google.common.base.Equivalence, int, java.util.concurrent.ConcurrentMap) com.google.common.collect.MapMakerInternalMap$Strength keyStrength com.google.common.collect.MapMakerInternalMap$Strength valueStrength com.google.common.base.Equivalence keyEquivalence com.google.common.base.Equivalence valueEquivalence int concurrencyLevel java.util.concurrent.ConcurrentMap delegate protected java.util.concurrent.ConcurrentMap delegate () void writeMapTo (java.io.ObjectOutputStream) throws java.io.IOException java.util.Map$Entry entry java.io.ObjectOutputStream out com.google.common.collect.MapMaker readMapMaker (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in int size void readEntries (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException Object key Object value java.io.ObjectInputStream in protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntry { final Object key final int hash final com.google.common.collect.MapMakerInternalMap$InternalEntry next void <init> (java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) Object key int hash com.google.common.collect.MapMakerInternalMap$InternalEntry next public java.lang.Object getKey () public int getHash () public com.google.common.collect.MapMakerInternalMap$InternalEntry getNext () }
com/google/common/collect/MapMakerInternalMap$AbstractWeakKeyEntry.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry extends java.lang.ref.WeakReference implements com.google.common.collect.MapMakerInternalMap$InternalEntry { final int hash final com.google.common.collect.MapMakerInternalMap$InternalEntry next void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.collect.MapMakerInternalMap$InternalEntry next public java.lang.Object getKey () public int getHash () public com.google.common.collect.MapMakerInternalMap$InternalEntry getNext () }
com/google/common/collect/MapMakerInternalMap$CleanupMapTask.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$CleanupMapTask extends java.lang.Object implements java.lang.Runnable { final java.lang.ref.WeakReference mapReference public void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap map public void run () com.google.common.collect.MapMakerInternalMap$Segment segment com.google.common.collect.MapMakerInternalMap map }
com/google/common/collect/MapMakerInternalMap$DummyInternalEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$DummyInternalEntry extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntry { private void <init> () public com.google.common.collect.MapMakerInternalMap$DummyInternalEntry getNext () public int getHash () public java.lang.Object getKey () public java.lang.Object getValue () public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry getNext () }
com/google/common/collect/MapMakerInternalMap$EntryIterator.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$EntryIterator extends com.google.common.collect.MapMakerInternalMap$HashIterator { void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap this$0 public java.util.Map$Entry next () public volatile synthetic java.lang.Object next () }
com/google/common/collect/MapMakerInternalMap$EntrySet.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$EntrySet extends com.google.common.collect.MapMakerInternalMap$SafeToArraySet { final synthetic com.google.common.collect.MapMakerInternalMap this$0 void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap this$0 public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o java.util.Map$Entry e Object key Object v public boolean remove (java.lang.Object) Object o java.util.Map$Entry e Object key public int size () public boolean isEmpty () public void clear () }
com/google/common/collect/MapMakerInternalMap$HashIterator.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$HashIterator extends java.lang.Object implements java.util.Iterator { int nextSegmentIndex int nextTableIndex com.google.common.collect.MapMakerInternalMap$Segment currentSegment java.util.concurrent.atomic.AtomicReferenceArray currentTable com.google.common.collect.MapMakerInternalMap$InternalEntry nextEntry com.google.common.collect.MapMakerInternalMap$WriteThroughEntry nextExternal com.google.common.collect.MapMakerInternalMap$WriteThroughEntry lastReturned final synthetic com.google.common.collect.MapMakerInternalMap this$0 void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap this$0 public abstract java.lang.Object next () final void advance () boolean nextInChain () boolean nextInTable () boolean advanceTo (com.google.common.collect.MapMakerInternalMap$InternalEntry) Object key Object value com.google.common.collect.MapMakerInternalMap$InternalEntry entry public boolean hasNext () com.google.common.collect.MapMakerInternalMap$WriteThroughEntry nextEntry () public void remove () }
com/google/common/collect/MapMakerInternalMap$InternalEntry.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$InternalEntry extends java.lang.Object { public abstract com.google.common.collect.MapMakerInternalMap$InternalEntry getNext () public abstract int getHash () public abstract java.lang.Object getKey () public abstract java.lang.Object getValue () }
com/google/common/collect/MapMakerInternalMap$InternalEntryHelper.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$InternalEntryHelper extends java.lang.Object { public abstract com.google.common.collect.MapMakerInternalMap$Strength keyStrength () public abstract com.google.common.collect.MapMakerInternalMap$Strength valueStrength () public abstract com.google.common.collect.MapMakerInternalMap$Segment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) public abstract com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry (com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) public abstract com.google.common.collect.MapMakerInternalMap$InternalEntry copy (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) public abstract void setValue (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) }
com/google/common/collect/MapMakerInternalMap$KeyIterator.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$KeyIterator extends com.google.common.collect.MapMakerInternalMap$HashIterator { void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap this$0 public java.lang.Object next () }
com/google/common/collect/MapMakerInternalMap$KeySet.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$KeySet extends com.google.common.collect.MapMakerInternalMap$SafeToArraySet { final synthetic com.google.common.collect.MapMakerInternalMap this$0 void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap this$0 public java.util.Iterator iterator () public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public void clear () }
com/google/common/collect/MapMakerInternalMap$SafeToArraySet.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$SafeToArraySet extends java.util.AbstractSet { private void <init> () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a synthetic void <init> (com.google.common.collect.MapMakerInternalMap$1) com.google.common.collect.MapMakerInternalMap$1 x0 }
com/google/common/collect/MapMakerInternalMap$Segment.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$Segment extends java.util.concurrent.locks.ReentrantLock { final com.google.common.collect.MapMakerInternalMap map volatile int count int modCount int threshold volatile java.util.concurrent.atomic.AtomicReferenceArray table final int maxSegmentSize final java.util.concurrent.atomic.AtomicInteger readCount void <init> (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize abstract com.google.common.collect.MapMakerInternalMap$Segment self () void maybeDrainReferenceQueues () void maybeClearReferenceQueues () void setValue (com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$InternalEntry entry Object value com.google.common.collect.MapMakerInternalMap$InternalEntry copyEntry (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry original com.google.common.collect.MapMakerInternalMap$InternalEntry newNext java.util.concurrent.atomic.AtomicReferenceArray newEntryArray (int) int size void initTable (java.util.concurrent.atomic.AtomicReferenceArray) java.util.concurrent.atomic.AtomicReferenceArray newTable abstract com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () java.lang.ref.ReferenceQueue getValueReferenceQueueForTesting () com.google.common.collect.MapMakerInternalMap$WeakValueReference getWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry com.google.common.collect.MapMakerInternalMap$WeakValueReference newWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$InternalEntry entry Object value void setWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$InternalEntry entry com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference void setTableEntryForTesting (int, com.google.common.collect.MapMakerInternalMap$InternalEntry) int i com.google.common.collect.MapMakerInternalMap$InternalEntry entry com.google.common.collect.MapMakerInternalMap$InternalEntry copyForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry com.google.common.collect.MapMakerInternalMap$InternalEntry newNext void setValueForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$InternalEntry entry Object value com.google.common.collect.MapMakerInternalMap$InternalEntry newEntryForTesting (java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) Object key int hash com.google.common.collect.MapMakerInternalMap$InternalEntry next boolean removeTableEntryForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry com.google.common.collect.MapMakerInternalMap$InternalEntry removeFromChainForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry first com.google.common.collect.MapMakerInternalMap$InternalEntry entry java.lang.Object getLiveValueForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry void tryDrainReferenceQueues () void drainKeyReferenceQueue (java.lang.ref.ReferenceQueue) com.google.common.collect.MapMakerInternalMap$InternalEntry entry java.lang.ref.ReferenceQueue keyReferenceQueue java.lang.ref.Reference ref int i void drainValueReferenceQueue (java.lang.ref.ReferenceQueue) com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference java.lang.ref.ReferenceQueue valueReferenceQueue java.lang.ref.Reference ref int i void clearReferenceQueue (java.lang.ref.ReferenceQueue) java.lang.ref.ReferenceQueue referenceQueue com.google.common.collect.MapMakerInternalMap$InternalEntry getFirst (int) int hash java.util.concurrent.atomic.AtomicReferenceArray table com.google.common.collect.MapMakerInternalMap$InternalEntry getEntry (java.lang.Object, int) Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e Object key int hash com.google.common.collect.MapMakerInternalMap$InternalEntry getLiveEntry (java.lang.Object, int) Object key int hash java.lang.Object get (java.lang.Object, int) com.google.common.collect.MapMakerInternalMap$InternalEntry e Object value Object key int hash boolean containsKey (java.lang.Object, int) com.google.common.collect.MapMakerInternalMap$InternalEntry e Object key int hash boolean containsValue (java.lang.Object) Object entryValue com.google.common.collect.MapMakerInternalMap$InternalEntry e int i java.util.concurrent.atomic.AtomicReferenceArray table int length Object value java.lang.Object put (java.lang.Object, int, java.lang.Object, boolean) Object entryValue Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry Object key int hash Object value boolean onlyIfAbsent void expand () int newIndex com.google.common.collect.MapMakerInternalMap$InternalEntry e int newIndex com.google.common.collect.MapMakerInternalMap$InternalEntry newNext com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst com.google.common.collect.MapMakerInternalMap$InternalEntry e com.google.common.collect.MapMakerInternalMap$InternalEntry tail int tailIndex com.google.common.collect.MapMakerInternalMap$InternalEntry next int headIndex com.google.common.collect.MapMakerInternalMap$InternalEntry head int oldIndex java.util.concurrent.atomic.AtomicReferenceArray oldTable int oldCapacity int newCount java.util.concurrent.atomic.AtomicReferenceArray newTable int newMask boolean replace (java.lang.Object, int, java.lang.Object, java.lang.Object) int newCount com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst Object entryValue Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first Object key int hash Object oldValue Object newValue java.lang.Object replace (java.lang.Object, int, java.lang.Object) int newCount com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst Object entryValue Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first Object key int hash Object newValue java.lang.Object remove (java.lang.Object, int) Object entryValue com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first Object key int hash boolean remove (java.lang.Object, int, java.lang.Object) Object entryValue boolean explicitRemoval com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first Object key int hash Object value void clear () int i java.util.concurrent.atomic.AtomicReferenceArray table com.google.common.collect.MapMakerInternalMap$InternalEntry removeFromChain (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry next com.google.common.collect.MapMakerInternalMap$InternalEntry e com.google.common.collect.MapMakerInternalMap$InternalEntry first com.google.common.collect.MapMakerInternalMap$InternalEntry entry int newCount com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst boolean reclaimKey (com.google.common.collect.MapMakerInternalMap$InternalEntry, int) com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst com.google.common.collect.MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first com.google.common.collect.MapMakerInternalMap$InternalEntry entry int hash boolean reclaimValue (java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst com.google.common.collect.MapMakerInternalMap$WeakValueReference v Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first Object key int hash com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference boolean clearValueForTesting (java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst com.google.common.collect.MapMakerInternalMap$WeakValueReference v Object entryKey com.google.common.collect.MapMakerInternalMap$InternalEntry e java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first Object key int hash com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference boolean removeEntryForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry newFirst com.google.common.collect.MapMakerInternalMap$InternalEntry e com.google.common.collect.MapMakerInternalMap$InternalEntry entry int hash int newCount java.util.concurrent.atomic.AtomicReferenceArray table int index com.google.common.collect.MapMakerInternalMap$InternalEntry first static boolean isCollected (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry java.lang.Object getLiveValue (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry Object value void postReadCleanup () void preWriteCleanup () void runCleanup () void runLockedCleanup () }
com/google/common/collect/MapMakerInternalMap$SerializationProxy.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$SerializationProxy extends com.google.common.collect.MapMakerInternalMap$AbstractSerializationProxy { private static final long serialVersionUID void <init> (com.google.common.collect.MapMakerInternalMap$Strength, com.google.common.collect.MapMakerInternalMap$Strength, com.google.common.base.Equivalence, com.google.common.base.Equivalence, int, java.util.concurrent.ConcurrentMap) com.google.common.collect.MapMakerInternalMap$Strength keyStrength com.google.common.collect.MapMakerInternalMap$Strength valueStrength com.google.common.base.Equivalence keyEquivalence com.google.common.base.Equivalence valueEquivalence int concurrencyLevel java.util.concurrent.ConcurrentMap delegate private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream out private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream in com.google.common.collect.MapMaker mapMaker private java.lang.Object readResolve () }
com/google/common/collect/MapMakerInternalMap$Strength$1.class
MapMakerInternalMap.java package com.google.common.collect final enum com.google.common.collect.MapMakerInternalMap$Strength$1 extends com.google.common.collect.MapMakerInternalMap$Strength { void <init> (java.lang.String, int) com.google.common.base.Equivalence defaultEquivalence () }
com/google/common/collect/MapMakerInternalMap$Strength$2.class
MapMakerInternalMap.java package com.google.common.collect final enum com.google.common.collect.MapMakerInternalMap$Strength$2 extends com.google.common.collect.MapMakerInternalMap$Strength { void <init> (java.lang.String, int) com.google.common.base.Equivalence defaultEquivalence () }
com/google/common/collect/MapMakerInternalMap$Strength.class
MapMakerInternalMap.java package com.google.common.collect abstract enum com.google.common.collect.MapMakerInternalMap$Strength extends java.lang.Enum { public static final enum com.google.common.collect.MapMakerInternalMap$Strength STRONG public static final enum com.google.common.collect.MapMakerInternalMap$Strength WEAK private static final synthetic com.google.common.collect.MapMakerInternalMap$Strength[] $VALUES public static com.google.common.collect.MapMakerInternalMap$Strength[] values () public static com.google.common.collect.MapMakerInternalMap$Strength valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.common.base.Equivalence defaultEquivalence () private static synthetic com.google.common.collect.MapMakerInternalMap$Strength[] $values () synthetic void <init> (java.lang.String, int, com.google.common.collect.MapMakerInternalMap$1) String x0 int x1 com.google.common.collect.MapMakerInternalMap$1 x2 static void <clinit> () }
com/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntryHelper { private static final com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper INSTANCE void <init> () static com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper instance () public com.google.common.collect.MapMakerInternalMap$Strength keyStrength () public com.google.common.collect.MapMakerInternalMap$Strength valueStrength () public com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize public com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry copy (com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment segment com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry entry com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry newNext public void setValue (com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry, com.google.common.collect.MapMaker$Dummy) com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment segment com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry entry com.google.common.collect.MapMaker$Dummy value public com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry newEntry (com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment segment Object key int hash com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry next public volatile synthetic void setValue (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry copy (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry (com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) static void <clinit> () }
com/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry extends com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry implements com.google.common.collect.MapMakerInternalMap$StrongValueEntry { void <init> (java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry) Object key int hash com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry next public com.google.common.collect.MapMaker$Dummy getValue () void setValue (com.google.common.collect.MapMaker$Dummy) com.google.common.collect.MapMaker$Dummy value com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry copy (com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry newNext public volatile synthetic java.lang.Object getValue () }
com/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment extends com.google.common.collect.MapMakerInternalMap$Segment { void <init> (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment self () public com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment self () }
com/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry$Helper.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry$Helper extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntryHelper { private static final com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry$Helper INSTANCE void <init> () static com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry$Helper instance () public com.google.common.collect.MapMakerInternalMap$Strength keyStrength () public com.google.common.collect.MapMakerInternalMap$Strength valueStrength () public com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize public com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry copy (com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment segment com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry entry com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newNext public void setValue (com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment segment com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry entry Object value public com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newEntry (com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment segment Object key int hash com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry next public volatile synthetic void setValue (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry copy (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry (com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) static void <clinit> () }
com/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry extends com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry implements com.google.common.collect.MapMakerInternalMap$StrongValueEntry { private volatile Object value void <init> (java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry) Object key int hash com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry next public java.lang.Object getValue () void setValue (java.lang.Object) Object value com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry copy (com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newNext com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newEntry }
com/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment extends com.google.common.collect.MapMakerInternalMap$Segment { void <init> (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment self () public com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment self () }
com/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry$Helper.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry$Helper extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntryHelper { private static final com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry$Helper INSTANCE void <init> () static com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry$Helper instance () public com.google.common.collect.MapMakerInternalMap$Strength keyStrength () public com.google.common.collect.MapMakerInternalMap$Strength valueStrength () public com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize public com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry copy (com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment segment com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry entry com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newNext public void setValue (com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment segment com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry entry Object value public com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newEntry (com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment segment Object key int hash com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry next public volatile synthetic void setValue (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry copy (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry (com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) static void <clinit> () }
com/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry extends com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry implements com.google.common.collect.MapMakerInternalMap$WeakValueEntry { private volatile com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference void <init> (java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry) Object key int hash com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry next public java.lang.Object getValue () public void clearValue () void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) Object value java.lang.ref.ReferenceQueue queueForValues com.google.common.collect.MapMakerInternalMap$WeakValueReference previous com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry copy (java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry) java.lang.ref.ReferenceQueue queueForValues com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newNext com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newEntry public com.google.common.collect.MapMakerInternalMap$WeakValueReference getValueReference () static synthetic com.google.common.collect.MapMakerInternalMap$WeakValueReference access$600 (com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry) com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry x0 static synthetic com.google.common.collect.MapMakerInternalMap$WeakValueReference access$602 (com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry, com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry x0 com.google.common.collect.MapMakerInternalMap$WeakValueReference x1 }
com/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment extends com.google.common.collect.MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForValues void <init> (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment self () java.lang.ref.ReferenceQueue getValueReferenceQueueForTesting () public com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry public com.google.common.collect.MapMakerInternalMap$WeakValueReference getWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry e public com.google.common.collect.MapMakerInternalMap$WeakValueReference newWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$InternalEntry e Object value public void setWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$InternalEntry e com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry entry com.google.common.collect.MapMakerInternalMap$WeakValueReference newValueReference com.google.common.collect.MapMakerInternalMap$WeakValueReference previous void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$100 (com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment) com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment x0 }
com/google/common/collect/MapMakerInternalMap$StrongValueEntry.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$StrongValueEntry extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntry { }
com/google/common/collect/MapMakerInternalMap$ValueIterator.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$ValueIterator extends com.google.common.collect.MapMakerInternalMap$HashIterator { void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap this$0 public java.lang.Object next () }
com/google/common/collect/MapMakerInternalMap$Values.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$Values extends java.util.AbstractCollection { final synthetic com.google.common.collect.MapMakerInternalMap this$0 void <init> (com.google.common.collect.MapMakerInternalMap) com.google.common.collect.MapMakerInternalMap this$0 public java.util.Iterator iterator () public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public void clear () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a }
com/google/common/collect/MapMakerInternalMap$WeakKeyDummyValueEntry$Helper.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry$Helper extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntryHelper { private static final com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry$Helper INSTANCE void <init> () static com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry$Helper instance () public com.google.common.collect.MapMakerInternalMap$Strength keyStrength () public com.google.common.collect.MapMakerInternalMap$Strength valueStrength () public com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize public com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry copy (com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment, com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry, com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry) com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment segment com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry entry com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry newNext public void setValue (com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment, com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry, com.google.common.collect.MapMaker$Dummy) com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment segment com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry entry com.google.common.collect.MapMaker$Dummy value public com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry newEntry (com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry) com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment segment Object key int hash com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry next public volatile synthetic void setValue (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry copy (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry (com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) static void <clinit> () }
com/google/common/collect/MapMakerInternalMap$WeakKeyDummyValueEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry extends com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry implements com.google.common.collect.MapMakerInternalMap$StrongValueEntry { void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry next public com.google.common.collect.MapMaker$Dummy getValue () void setValue (com.google.common.collect.MapMaker$Dummy) com.google.common.collect.MapMaker$Dummy value com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry copy (java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry) java.lang.ref.ReferenceQueue queueForKeys com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry newNext public volatile synthetic java.lang.Object getValue () }
com/google/common/collect/MapMakerInternalMap$WeakKeyDummyValueSegment.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment extends com.google.common.collect.MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForKeys void <init> (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment self () java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () public com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$200 (com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment) com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueSegment x0 }
com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry$Helper.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry$Helper extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntryHelper { private static final com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry$Helper INSTANCE void <init> () static com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry$Helper instance () public com.google.common.collect.MapMakerInternalMap$Strength keyStrength () public com.google.common.collect.MapMakerInternalMap$Strength valueStrength () public com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize public com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry copy (com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry) com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment segment com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry entry com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newNext public void setValue (com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment segment com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry entry Object value public com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newEntry (com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry) com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment segment Object key int hash com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry next public volatile synthetic void setValue (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry copy (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry (com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) static void <clinit> () }
com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry extends com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry implements com.google.common.collect.MapMakerInternalMap$StrongValueEntry { private volatile Object value void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry next public java.lang.Object getValue () void setValue (java.lang.Object) Object value com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry copy (java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry) java.lang.ref.ReferenceQueue queueForKeys com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newNext com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newEntry }
com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueSegment.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment extends com.google.common.collect.MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForKeys void <init> (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment self () java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () public com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$300 (com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment) com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueSegment x0 }
com/google/common/collect/MapMakerInternalMap$WeakKeyWeakValueEntry$Helper.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry$Helper extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntryHelper { private static final com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry$Helper INSTANCE void <init> () static com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry$Helper instance () public com.google.common.collect.MapMakerInternalMap$Strength keyStrength () public com.google.common.collect.MapMakerInternalMap$Strength valueStrength () public com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize public com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry copy (com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment, com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry, com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry) com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment segment com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry entry com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry newNext public void setValue (com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment, com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment segment com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry entry Object value public com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry newEntry (com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry) com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment segment Object key int hash com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry next public volatile synthetic void setValue (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry copy (com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry (com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry) public volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment newSegment (com.google.common.collect.MapMakerInternalMap, int, int) static void <clinit> () }
com/google/common/collect/MapMakerInternalMap$WeakKeyWeakValueEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry extends com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry implements com.google.common.collect.MapMakerInternalMap$WeakValueEntry { private volatile com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry) java.lang.ref.ReferenceQueue queue Object key int hash com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry next public java.lang.Object getValue () com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry copy (java.lang.ref.ReferenceQueue, java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry) java.lang.ref.ReferenceQueue queueForKeys java.lang.ref.ReferenceQueue queueForValues com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry newNext com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry newEntry public void clearValue () void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) Object value java.lang.ref.ReferenceQueue queueForValues com.google.common.collect.MapMakerInternalMap$WeakValueReference previous public com.google.common.collect.MapMakerInternalMap$WeakValueReference getValueReference () static synthetic com.google.common.collect.MapMakerInternalMap$WeakValueReference access$700 (com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry) com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry x0 static synthetic com.google.common.collect.MapMakerInternalMap$WeakValueReference access$702 (com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry, com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry x0 com.google.common.collect.MapMakerInternalMap$WeakValueReference x1 }
com/google/common/collect/MapMakerInternalMap$WeakKeyWeakValueSegment.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment extends com.google.common.collect.MapMakerInternalMap$Segment { private final java.lang.ref.ReferenceQueue queueForKeys private final java.lang.ref.ReferenceQueue queueForValues void <init> (com.google.common.collect.MapMakerInternalMap, int, int) com.google.common.collect.MapMakerInternalMap map int initialCapacity int maxSegmentSize com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment self () java.lang.ref.ReferenceQueue getKeyReferenceQueueForTesting () java.lang.ref.ReferenceQueue getValueReferenceQueueForTesting () public com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry public com.google.common.collect.MapMakerInternalMap$WeakValueReference getWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry e public com.google.common.collect.MapMakerInternalMap$WeakValueReference newWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object) com.google.common.collect.MapMakerInternalMap$InternalEntry e Object value public void setWeakValueReferenceForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$InternalEntry e com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry entry com.google.common.collect.MapMakerInternalMap$WeakValueReference newValueReference com.google.common.collect.MapMakerInternalMap$WeakValueReference previous void maybeDrainReferenceQueues () void maybeClearReferenceQueues () public volatile synthetic com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) volatile synthetic com.google.common.collect.MapMakerInternalMap$Segment self () static synthetic java.lang.ref.ReferenceQueue access$400 (com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment) com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment x0 static synthetic java.lang.ref.ReferenceQueue access$500 (com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment) com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment x0 }
com/google/common/collect/MapMakerInternalMap$WeakValueEntry.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$WeakValueEntry extends java.lang.Object implements com.google.common.collect.MapMakerInternalMap$InternalEntry { public abstract com.google.common.collect.MapMakerInternalMap$WeakValueReference getValueReference () public abstract void clearValue () }
com/google/common/collect/MapMakerInternalMap$WeakValueReference.class
MapMakerInternalMap.java package com.google.common.collect abstract com.google.common.collect.MapMakerInternalMap$WeakValueReference extends java.lang.Object { public abstract java.lang.Object get () public abstract com.google.common.collect.MapMakerInternalMap$InternalEntry getEntry () public abstract void clear () public abstract com.google.common.collect.MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$InternalEntry) }
com/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl extends java.lang.ref.WeakReference implements com.google.common.collect.MapMakerInternalMap$WeakValueReference { final com.google.common.collect.MapMakerInternalMap$InternalEntry entry void <init> (java.lang.ref.ReferenceQueue, java.lang.Object, com.google.common.collect.MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue queue Object referent com.google.common.collect.MapMakerInternalMap$InternalEntry entry public com.google.common.collect.MapMakerInternalMap$InternalEntry getEntry () public com.google.common.collect.MapMakerInternalMap$WeakValueReference copyFor (java.lang.ref.ReferenceQueue, com.google.common.collect.MapMakerInternalMap$InternalEntry) java.lang.ref.ReferenceQueue queue com.google.common.collect.MapMakerInternalMap$InternalEntry entry }
com/google/common/collect/MapMakerInternalMap$WriteThroughEntry.class
MapMakerInternalMap.java package com.google.common.collect final com.google.common.collect.MapMakerInternalMap$WriteThroughEntry extends com.google.common.collect.AbstractMapEntry { final Object key Object value final synthetic com.google.common.collect.MapMakerInternalMap this$0 void <init> (com.google.common.collect.MapMakerInternalMap, java.lang.Object, java.lang.Object) com.google.common.collect.MapMakerInternalMap this$0 Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public boolean equals (java.lang.Object) java.util.Map$Entry that Object object public int hashCode () public java.lang.Object setValue (java.lang.Object) Object newValue Object oldValue }
com/google/common/collect/MapMakerInternalMap.class
MapMakerInternalMap.java package com.google.common.collect com.google.common.collect.MapMakerInternalMap extends java.util.AbstractMap implements java.util.concurrent.ConcurrentMap java.io.Serializable { static final int MAXIMUM_CAPACITY static final int MAX_SEGMENTS static final int CONTAINS_VALUE_RETRIES static final int DRAIN_THRESHOLD static final int DRAIN_MAX static final long CLEANUP_EXECUTOR_DELAY_SECS final transient int segmentMask final transient int segmentShift final transient com.google.common.collect.MapMakerInternalMap$Segment[] segments final int concurrencyLevel final com.google.common.base.Equivalence keyEquivalence final transient com.google.common.collect.MapMakerInternalMap$InternalEntryHelper entryHelper static final com.google.common.collect.MapMakerInternalMap$WeakValueReference UNSET_WEAK_VALUE_REFERENCE transient java.util.Set keySet transient java.util.Collection values transient java.util.Set entrySet private static final long serialVersionUID private void <init> (com.google.common.collect.MapMaker, com.google.common.collect.MapMakerInternalMap$InternalEntryHelper) int i com.google.common.collect.MapMaker builder com.google.common.collect.MapMakerInternalMap$InternalEntryHelper entryHelper int initialCapacity int segmentShift int segmentCount int segmentCapacity int segmentSize static com.google.common.collect.MapMakerInternalMap create (com.google.common.collect.MapMaker) com.google.common.collect.MapMaker builder static com.google.common.collect.MapMakerInternalMap createWithDummyValues (com.google.common.collect.MapMaker) com.google.common.collect.MapMaker builder static com.google.common.collect.MapMakerInternalMap$WeakValueReference unsetWeakValueReference () static int rehash (int) int h com.google.common.collect.MapMakerInternalMap$InternalEntry copyEntry (com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry original com.google.common.collect.MapMakerInternalMap$InternalEntry newNext int hash int hash (java.lang.Object) Object key int h void reclaimValue (com.google.common.collect.MapMakerInternalMap$WeakValueReference) com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference com.google.common.collect.MapMakerInternalMap$InternalEntry entry int hash void reclaimKey (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry int hash boolean isLiveForTesting (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry com.google.common.collect.MapMakerInternalMap$Segment segmentFor (int) int hash com.google.common.collect.MapMakerInternalMap$Segment createSegment (int, int) int initialCapacity int maxSegmentSize java.lang.Object getLiveValue (com.google.common.collect.MapMakerInternalMap$InternalEntry) com.google.common.collect.MapMakerInternalMap$InternalEntry entry final com.google.common.collect.MapMakerInternalMap$Segment[] newSegmentArray (int) int ssize com.google.common.collect.MapMakerInternalMap$Strength keyStrength () com.google.common.collect.MapMakerInternalMap$Strength valueStrength () com.google.common.base.Equivalence valueEquivalence () public boolean isEmpty () int i int i long sum com.google.common.collect.MapMakerInternalMap$Segment[] segments public int size () int i com.google.common.collect.MapMakerInternalMap$Segment[] segments long sum public java.lang.Object get (java.lang.Object) Object key int hash com.google.common.collect.MapMakerInternalMap$InternalEntry getEntry (java.lang.Object) Object key int hash public boolean containsKey (java.lang.Object) Object key int hash public boolean containsValue (java.lang.Object) Object v com.google.common.collect.MapMakerInternalMap$InternalEntry e int j int unused java.util.concurrent.atomic.AtomicReferenceArray table com.google.common.collect.MapMakerInternalMap$Segment segment long sum int i Object value com.google.common.collect.MapMakerInternalMap$Segment[] segments long last public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value int hash public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value int hash public void putAll (java.util.Map) java.util.Map$Entry e java.util.Map m public java.lang.Object remove (java.lang.Object) Object key int hash public boolean remove (java.lang.Object, java.lang.Object) Object key Object value int hash public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue int hash public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value int hash public void clear () com.google.common.collect.MapMakerInternalMap$Segment segment public java.util.Set keySet () java.util.Set ks public java.util.Collection values () java.util.Collection vs public java.util.Set entrySet () java.util.Set es private static java.util.ArrayList toArrayList (java.util.Collection) java.util.Collection c java.util.ArrayList result java.lang.Object writeReplace () static synthetic java.util.ArrayList access$900 (java.util.Collection) java.util.Collection x0 static void <clinit> () }
com/google/common/collect/Maps$1.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$1 extends com.google.common.collect.TransformedIterator { void <init> (java.util.Iterator) java.util.Iterator backingIterator java.lang.Object transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Maps$10.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$10 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Maps$EntryTransformer val$transformer final synthetic Object val$key void <init> (com.google.common.collect.Maps$EntryTransformer, java.lang.Object) public java.lang.Object apply (java.lang.Object) Object v1 }
com/google/common/collect/Maps$11.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$11 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Maps$EntryTransformer val$transformer void <init> (com.google.common.collect.Maps$EntryTransformer) public java.lang.Object apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Maps$12.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$12 extends com.google.common.collect.AbstractMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic com.google.common.collect.Maps$EntryTransformer val$transformer void <init> (java.util.Map$Entry, com.google.common.collect.Maps$EntryTransformer) public java.lang.Object getKey () public java.lang.Object getValue () }
com/google/common/collect/Maps$13.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$13 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Maps$EntryTransformer val$transformer void <init> (com.google.common.collect.Maps$EntryTransformer) public java.util.Map$Entry apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Maps$2.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$2 extends com.google.common.collect.TransformedIterator { void <init> (java.util.Iterator) java.util.Iterator backingIterator java.lang.Object transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Maps$3.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$3 extends com.google.common.collect.TransformedIterator { final synthetic com.google.common.base.Function val$function void <init> (java.util.Iterator, com.google.common.base.Function) java.util.Iterator backingIterator java.util.Map$Entry transform (java.lang.Object) Object key volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Maps$4.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$4 extends com.google.common.collect.ForwardingSet { final synthetic java.util.Set val$set void <init> (java.util.Set) protected java.util.Set delegate () public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection es protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$5.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$5 extends com.google.common.collect.ForwardingSortedSet { final synthetic java.util.SortedSet val$set void <init> (java.util.SortedSet) protected java.util.SortedSet delegate () public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection es public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$6.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$6 extends com.google.common.collect.ForwardingNavigableSet { final synthetic java.util.NavigableSet val$set void <init> (java.util.NavigableSet) protected java.util.NavigableSet delegate () public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) java.util.Collection es public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.NavigableSet descendingSet () protected volatile synthetic java.util.SortedSet delegate () protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$7.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$7 extends com.google.common.collect.AbstractMapEntry { final synthetic java.util.Map$Entry val$entry void <init> (java.util.Map$Entry) public java.lang.Object getKey () public java.lang.Object getValue () }
com/google/common/collect/Maps$8.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$8 extends com.google.common.collect.UnmodifiableIterator { final synthetic java.util.Iterator val$entryIterator void <init> (java.util.Iterator) public boolean hasNext () public java.util.Map$Entry next () public volatile synthetic java.lang.Object next () }
com/google/common/collect/Maps$9.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$9 extends java.lang.Object implements com.google.common.collect.Maps$EntryTransformer { final synthetic com.google.common.base.Function val$function void <init> (com.google.common.base.Function) public java.lang.Object transformEntry (java.lang.Object, java.lang.Object) Object key Object value }
com/google/common/collect/Maps$AbstractFilteredMap.class
Maps.java package com.google.common.collect abstract com.google.common.collect.Maps$AbstractFilteredMap extends com.google.common.collect.Maps$ViewCachingAbstractMap { final java.util.Map unfiltered final com.google.common.base.Predicate predicate void <init> (java.util.Map, com.google.common.base.Predicate) java.util.Map unfiltered com.google.common.base.Predicate predicate boolean apply (java.lang.Object, java.lang.Object) Object key Object value Object k public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map$Entry entry java.util.Map map public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key Object value public boolean isEmpty () public java.lang.Object remove (java.lang.Object) Object key java.util.Collection createValues () }
com/google/common/collect/Maps$AsMapView$1EntrySetImpl.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$AsMapView$1EntrySetImpl extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.Maps$AsMapView this$0 void <init> (com.google.common.collect.Maps$AsMapView) com.google.common.collect.Maps$AsMapView this$0 java.util.Map map () public java.util.Iterator iterator () }
com/google/common/collect/Maps$AsMapView.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$AsMapView extends com.google.common.collect.Maps$ViewCachingAbstractMap { private final java.util.Set set final com.google.common.base.Function function java.util.Set backingSet () void <init> (java.util.Set, com.google.common.base.Function) java.util.Set set com.google.common.base.Function function public java.util.Set createKeySet () java.util.Collection createValues () public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object k Object key Object defaultValue public java.lang.Object remove (java.lang.Object) Object k Object key public void clear () protected java.util.Set createEntrySet () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action private synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.lang.Object) java.util.function.BiConsumer action Object k }
com/google/common/collect/Maps$BiMapConverter.class
Maps.java package com.google.common.collect final com.google.common.collect.Maps$BiMapConverter extends com.google.common.base.Converter implements java.io.Serializable { private final com.google.common.collect.BiMap bimap private static final long serialVersionUID void <init> (com.google.common.collect.BiMap) com.google.common.collect.BiMap bimap protected java.lang.Object doForward (java.lang.Object) Object a protected java.lang.Object doBackward (java.lang.Object) Object b private static java.lang.Object convert (com.google.common.collect.BiMap, java.lang.Object) com.google.common.collect.BiMap bimap Object input Object output public boolean equals (java.lang.Object) com.google.common.collect.Maps$BiMapConverter that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/Maps$DescendingMap$1EntrySetImpl.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$DescendingMap$1EntrySetImpl extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.Maps$DescendingMap this$0 void <init> (com.google.common.collect.Maps$DescendingMap) com.google.common.collect.Maps$DescendingMap this$0 java.util.Map map () public java.util.Iterator iterator () }
com/google/common/collect/Maps$DescendingMap.class
Maps.java package com.google.common.collect abstract com.google.common.collect.Maps$DescendingMap extends com.google.common.collect.ForwardingMap implements java.util.NavigableMap { private transient java.util.Comparator comparator private transient java.util.Set entrySet private transient java.util.NavigableSet navigableKeySet void <init> () abstract java.util.NavigableMap forward () protected final java.util.Map delegate () public java.util.Comparator comparator () java.util.Comparator forwardCmp java.util.Comparator result private static com.google.common.collect.Ordering reverse (java.util.Comparator) java.util.Comparator forward public java.lang.Object firstKey () public java.lang.Object lastKey () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap descendingMap () public java.util.Set entrySet () java.util.Set result abstract java.util.Iterator entryIterator () java.util.Set createEntrySet () public java.util.Set keySet () public java.util.NavigableSet navigableKeySet () java.util.NavigableSet result public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.Collection values () public java.lang.String toString () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$EntryFunction$1.class
Maps.java package com.google.common.collect final enum com.google.common.collect.Maps$EntryFunction$1 extends com.google.common.collect.Maps$EntryFunction { void <init> (java.lang.String, int) public java.lang.Object apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Maps$EntryFunction$2.class
Maps.java package com.google.common.collect final enum com.google.common.collect.Maps$EntryFunction$2 extends com.google.common.collect.Maps$EntryFunction { void <init> (java.lang.String, int) public java.lang.Object apply (java.util.Map$Entry) java.util.Map$Entry entry public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Maps$EntryFunction.class
Maps.java package com.google.common.collect abstract enum com.google.common.collect.Maps$EntryFunction extends java.lang.Enum implements com.google.common.base.Function { public static final enum com.google.common.collect.Maps$EntryFunction KEY public static final enum com.google.common.collect.Maps$EntryFunction VALUE private static final synthetic com.google.common.collect.Maps$EntryFunction[] $VALUES public static com.google.common.collect.Maps$EntryFunction[] values () public static com.google.common.collect.Maps$EntryFunction valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.collect.Maps$EntryFunction[] $values () synthetic void <init> (java.lang.String, int, com.google.common.collect.Maps$1) String x0 int x1 com.google.common.collect.Maps$1 x2 static void <clinit> () }
com/google/common/collect/Maps$EntrySet.class
Maps.java package com.google.common.collect abstract com.google.common.collect.Maps$EntrySet extends com.google.common.collect.Sets$ImprovedAbstractSet { void <init> () abstract java.util.Map map () public int size () public void clear () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object key Object value Object o public boolean isEmpty () public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o public boolean removeAll (java.util.Collection) UnsupportedOperationException e java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Map$Entry entry Object o java.util.Set keys UnsupportedOperationException e java.util.Collection c }
com/google/common/collect/Maps$EntryTransformer.class
Maps.java package com.google.common.collect public abstract com.google.common.collect.Maps$EntryTransformer extends java.lang.Object { public abstract java.lang.Object transformEntry (java.lang.Object, java.lang.Object) }
com/google/common/collect/Maps$FilteredEntryBiMap$1.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryBiMap$1 extends java.lang.Object implements com.google.common.base.Predicate { final synthetic com.google.common.base.Predicate val$forwardPredicate void <init> (com.google.common.base.Predicate) public boolean apply (java.util.Map$Entry) java.util.Map$Entry input public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/collect/Maps$FilteredEntryBiMap.class
Maps.java package com.google.common.collect final com.google.common.collect.Maps$FilteredEntryBiMap extends com.google.common.collect.Maps$FilteredEntryMap implements com.google.common.collect.BiMap { private final com.google.common.collect.BiMap inverse private static com.google.common.base.Predicate inversePredicate (com.google.common.base.Predicate) com.google.common.base.Predicate forwardPredicate void <init> (com.google.common.collect.BiMap, com.google.common.base.Predicate) com.google.common.collect.BiMap delegate com.google.common.base.Predicate predicate private void <init> (com.google.common.collect.BiMap, com.google.common.base.Predicate, com.google.common.collect.BiMap) com.google.common.collect.BiMap delegate com.google.common.base.Predicate predicate com.google.common.collect.BiMap inverse com.google.common.collect.BiMap unfiltered () public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public com.google.common.collect.BiMap inverse () public java.util.Set values () public volatile synthetic java.util.Collection values () private synthetic java.lang.Object lambda$replaceAll$0 (java.util.function.BiFunction, java.lang.Object, java.lang.Object) java.util.function.BiFunction function Object key Object value }
com/google/common/collect/Maps$FilteredEntryMap$EntrySet$1$1.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1$1 extends com.google.common.collect.ForwardingMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1 this$2 void <init> (com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1, java.util.Map$Entry) com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1 this$2 protected java.util.Map$Entry delegate () public java.lang.Object setValue (java.lang.Object) Object newValue protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$FilteredEntryMap$EntrySet$1.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1 extends com.google.common.collect.TransformedIterator { final synthetic com.google.common.collect.Maps$FilteredEntryMap$EntrySet this$1 void <init> (com.google.common.collect.Maps$FilteredEntryMap$EntrySet, java.util.Iterator) com.google.common.collect.Maps$FilteredEntryMap$EntrySet this$1 java.util.Iterator backingIterator java.util.Map$Entry transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Maps$FilteredEntryMap$EntrySet.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryMap$EntrySet extends com.google.common.collect.ForwardingSet { final synthetic com.google.common.collect.Maps$FilteredEntryMap this$0 private void <init> (com.google.common.collect.Maps$FilteredEntryMap) protected java.util.Set delegate () public java.util.Iterator iterator () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.collect.Maps$FilteredEntryMap, com.google.common.collect.Maps$1) com.google.common.collect.Maps$FilteredEntryMap x0 com.google.common.collect.Maps$1 x1 }
com/google/common/collect/Maps$FilteredEntryMap$KeySet.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryMap$KeySet extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.Maps$FilteredEntryMap this$0 void <init> (com.google.common.collect.Maps$FilteredEntryMap) com.google.common.collect.Maps$FilteredEntryMap this$0 public boolean remove (java.lang.Object) Object o public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array }
com/google/common/collect/Maps$FilteredEntryMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryMap extends com.google.common.collect.Maps$AbstractFilteredMap { final java.util.Set filteredEntrySet void <init> (java.util.Map, com.google.common.base.Predicate) java.util.Map unfiltered com.google.common.base.Predicate entryPredicate protected java.util.Set createEntrySet () java.util.Set createKeySet () static boolean removeAllKeys (java.util.Map, com.google.common.base.Predicate, java.util.Collection) java.util.Map$Entry entry java.util.Map map com.google.common.base.Predicate entryPredicate java.util.Collection keyCollection java.util.Iterator entryItr boolean result static boolean retainAllKeys (java.util.Map, com.google.common.base.Predicate, java.util.Collection) java.util.Map$Entry entry java.util.Map map com.google.common.base.Predicate entryPredicate java.util.Collection keyCollection java.util.Iterator entryItr boolean result }
com/google/common/collect/Maps$FilteredEntryNavigableMap$1.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryNavigableMap$1 extends com.google.common.collect.Maps$NavigableKeySet { final synthetic com.google.common.collect.Maps$FilteredEntryNavigableMap this$0 void <init> (com.google.common.collect.Maps$FilteredEntryNavigableMap, java.util.NavigableMap) com.google.common.collect.Maps$FilteredEntryNavigableMap this$0 java.util.NavigableMap map public boolean removeAll (java.util.Collection) java.util.Collection collection public boolean retainAll (java.util.Collection) java.util.Collection collection }
com/google/common/collect/Maps$FilteredEntryNavigableMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntryNavigableMap extends com.google.common.collect.AbstractNavigableMap { private final java.util.NavigableMap unfiltered private final com.google.common.base.Predicate entryPredicate private final java.util.Map filteredDelegate void <init> (java.util.NavigableMap, com.google.common.base.Predicate) java.util.NavigableMap unfiltered com.google.common.base.Predicate entryPredicate public java.util.Comparator comparator () public java.util.NavigableSet navigableKeySet () public java.util.Collection values () java.util.Iterator entryIterator () java.util.Iterator descendingEntryIterator () public int size () public boolean isEmpty () public java.lang.Object get (java.lang.Object) Object key public boolean containsKey (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object remove (java.lang.Object) Object key public void putAll (java.util.Map) java.util.Map m public void clear () public java.util.Set entrySet () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap descendingMap () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive static synthetic com.google.common.base.Predicate access$500 (com.google.common.collect.Maps$FilteredEntryNavigableMap) com.google.common.collect.Maps$FilteredEntryNavigableMap x0 static synthetic java.util.NavigableMap access$600 (com.google.common.collect.Maps$FilteredEntryNavigableMap) com.google.common.collect.Maps$FilteredEntryNavigableMap x0 }
com/google/common/collect/Maps$FilteredEntrySortedMap$SortedKeySet.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntrySortedMap$SortedKeySet extends com.google.common.collect.Maps$FilteredEntryMap$KeySet implements java.util.SortedSet { final synthetic com.google.common.collect.Maps$FilteredEntrySortedMap this$0 void <init> (com.google.common.collect.Maps$FilteredEntrySortedMap) com.google.common.collect.Maps$FilteredEntrySortedMap this$0 public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () }
com/google/common/collect/Maps$FilteredEntrySortedMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredEntrySortedMap extends com.google.common.collect.Maps$FilteredEntryMap implements java.util.SortedMap { void <init> (java.util.SortedMap, com.google.common.base.Predicate) java.util.SortedMap unfiltered com.google.common.base.Predicate entryPredicate java.util.SortedMap sortedMap () public java.util.SortedSet keySet () java.util.SortedSet createKeySet () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.lang.Object lastKey () Object key java.util.SortedMap headMap public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey volatile synthetic java.util.Set createKeySet () public volatile synthetic java.util.Set keySet () }
com/google/common/collect/Maps$FilteredKeyMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$FilteredKeyMap extends com.google.common.collect.Maps$AbstractFilteredMap { final com.google.common.base.Predicate keyPredicate void <init> (java.util.Map, com.google.common.base.Predicate, com.google.common.base.Predicate) java.util.Map unfiltered com.google.common.base.Predicate keyPredicate com.google.common.base.Predicate entryPredicate protected java.util.Set createEntrySet () java.util.Set createKeySet () public boolean containsKey (java.lang.Object) Object key }
com/google/common/collect/Maps$FilteredMapValues.class
Maps.java package com.google.common.collect final com.google.common.collect.Maps$FilteredMapValues extends com.google.common.collect.Maps$Values { final java.util.Map unfiltered final com.google.common.base.Predicate predicate void <init> (java.util.Map, java.util.Map, com.google.common.base.Predicate) java.util.Map filteredMap java.util.Map unfiltered com.google.common.base.Predicate predicate public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o java.util.Iterator entryItr public boolean removeAll (java.util.Collection) java.util.Map$Entry entry java.util.Collection collection java.util.Iterator entryItr boolean result public boolean retainAll (java.util.Collection) java.util.Map$Entry entry java.util.Collection collection java.util.Iterator entryItr boolean result public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array }
com/google/common/collect/Maps$IteratorBasedAbstractMap$1.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$IteratorBasedAbstractMap$1 extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.Maps$IteratorBasedAbstractMap this$0 void <init> (com.google.common.collect.Maps$IteratorBasedAbstractMap) com.google.common.collect.Maps$IteratorBasedAbstractMap this$0 java.util.Map map () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action }
com/google/common/collect/Maps$IteratorBasedAbstractMap.class
Maps.java package com.google.common.collect abstract com.google.common.collect.Maps$IteratorBasedAbstractMap extends java.util.AbstractMap { void <init> () public abstract int size () abstract java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public java.util.Set entrySet () void forEachEntry (java.util.function.Consumer) java.util.function.Consumer action public void clear () }
com/google/common/collect/Maps$KeySet.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$KeySet extends com.google.common.collect.Sets$ImprovedAbstractSet { final java.util.Map map void <init> (java.util.Map) java.util.Map map java.util.Map map () public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public void clear () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v }
com/google/common/collect/Maps$MapDifferenceImpl.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$MapDifferenceImpl extends java.lang.Object implements com.google.common.collect.MapDifference { final java.util.Map onlyOnLeft final java.util.Map onlyOnRight final java.util.Map onBoth final java.util.Map differences void <init> (java.util.Map, java.util.Map, java.util.Map, java.util.Map) java.util.Map onlyOnLeft java.util.Map onlyOnRight java.util.Map onBoth java.util.Map differences public boolean areEqual () public java.util.Map entriesOnlyOnLeft () public java.util.Map entriesOnlyOnRight () public java.util.Map entriesInCommon () public java.util.Map entriesDiffering () public boolean equals (java.lang.Object) com.google.common.collect.MapDifference other Object object public int hashCode () public java.lang.String toString () StringBuilder result }
com/google/common/collect/Maps$NavigableAsMapView.class
Maps.java package com.google.common.collect final com.google.common.collect.Maps$NavigableAsMapView extends com.google.common.collect.AbstractNavigableMap { private final java.util.NavigableSet set private final com.google.common.base.Function function void <init> (java.util.NavigableSet, com.google.common.base.Function) java.util.NavigableSet ks com.google.common.base.Function vFunction public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.Comparator comparator () public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object k Object key Object defaultValue public void clear () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action java.util.Iterator descendingEntryIterator () public java.util.NavigableSet navigableKeySet () public int size () public java.util.NavigableMap descendingMap () private synthetic void lambda$forEach$1 (java.util.function.BiConsumer, java.lang.Object) java.util.function.BiConsumer action Object k private synthetic java.util.Map$Entry lambda$entrySpliterator$0 (java.lang.Object) Object e }
com/google/common/collect/Maps$NavigableKeySet.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$NavigableKeySet extends com.google.common.collect.Maps$SortedKeySet implements java.util.NavigableSet { void <init> (java.util.NavigableMap) java.util.NavigableMap map java.util.NavigableMap map () public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement volatile synthetic java.util.SortedMap map () volatile synthetic java.util.Map map () }
com/google/common/collect/Maps$SortedAsMapView.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$SortedAsMapView extends com.google.common.collect.Maps$AsMapView implements java.util.SortedMap { void <init> (java.util.SortedSet, com.google.common.base.Function) java.util.SortedSet set com.google.common.base.Function function java.util.SortedSet backingSet () public java.util.Comparator comparator () public java.util.Set keySet () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.lang.Object firstKey () public java.lang.Object lastKey () volatile synthetic java.util.Set backingSet () }
com/google/common/collect/Maps$SortedKeySet.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$SortedKeySet extends com.google.common.collect.Maps$KeySet implements java.util.SortedSet { void <init> (java.util.SortedMap) java.util.SortedMap map java.util.SortedMap map () public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () volatile synthetic java.util.Map map () }
com/google/common/collect/Maps$SortedMapDifferenceImpl.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$SortedMapDifferenceImpl extends com.google.common.collect.Maps$MapDifferenceImpl implements com.google.common.collect.SortedMapDifference { void <init> (java.util.SortedMap, java.util.SortedMap, java.util.SortedMap, java.util.SortedMap) java.util.SortedMap onlyOnLeft java.util.SortedMap onlyOnRight java.util.SortedMap onBoth java.util.SortedMap differences public java.util.SortedMap entriesDiffering () public java.util.SortedMap entriesInCommon () public java.util.SortedMap entriesOnlyOnLeft () public java.util.SortedMap entriesOnlyOnRight () public volatile synthetic java.util.Map entriesDiffering () public volatile synthetic java.util.Map entriesInCommon () public volatile synthetic java.util.Map entriesOnlyOnRight () public volatile synthetic java.util.Map entriesOnlyOnLeft () }
com/google/common/collect/Maps$TransformedEntriesMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$TransformedEntriesMap extends com.google.common.collect.Maps$IteratorBasedAbstractMap { final java.util.Map fromMap final com.google.common.collect.Maps$EntryTransformer transformer void <init> (java.util.Map, com.google.common.collect.Maps$EntryTransformer) java.util.Map fromMap com.google.common.collect.Maps$EntryTransformer transformer public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue Object value public java.lang.Object remove (java.lang.Object) Object key public void clear () public java.util.Set keySet () java.util.Iterator entryIterator () java.util.Spliterator entrySpliterator () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.util.Collection values () private synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object k Object v1 }
com/google/common/collect/Maps$TransformedEntriesNavigableMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$TransformedEntriesNavigableMap extends com.google.common.collect.Maps$TransformedEntriesSortedMap implements java.util.NavigableMap { void <init> (java.util.NavigableMap, com.google.common.collect.Maps$EntryTransformer) java.util.NavigableMap fromMap com.google.common.collect.Maps$EntryTransformer transformer public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap descendingMap () public java.util.Map$Entry firstEntry () public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.NavigableMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry lastEntry () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.NavigableSet navigableKeySet () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.NavigableMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive private java.util.Map$Entry transformEntry (java.util.Map$Entry) java.util.Map$Entry entry protected java.util.NavigableMap fromMap () public volatile synthetic java.util.SortedMap tailMap (java.lang.Object) public volatile synthetic java.util.SortedMap subMap (java.lang.Object, java.lang.Object) public volatile synthetic java.util.SortedMap headMap (java.lang.Object) protected volatile synthetic java.util.SortedMap fromMap () }
com/google/common/collect/Maps$TransformedEntriesSortedMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$TransformedEntriesSortedMap extends com.google.common.collect.Maps$TransformedEntriesMap implements java.util.SortedMap { protected java.util.SortedMap fromMap () void <init> (java.util.SortedMap, com.google.common.collect.Maps$EntryTransformer) java.util.SortedMap fromMap com.google.common.collect.Maps$EntryTransformer transformer public java.util.Comparator comparator () public java.lang.Object firstKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.lang.Object lastKey () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey }
com/google/common/collect/Maps$UnmodifiableBiMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$UnmodifiableBiMap extends com.google.common.collect.ForwardingMap implements com.google.common.collect.BiMap java.io.Serializable { final java.util.Map unmodifiableMap final com.google.common.collect.BiMap delegate com.google.common.collect.BiMap inverse transient java.util.Set values private static final long serialVersionUID void <init> (com.google.common.collect.BiMap, com.google.common.collect.BiMap) com.google.common.collect.BiMap delegate com.google.common.collect.BiMap inverse protected java.util.Map delegate () public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction public com.google.common.collect.BiMap inverse () com.google.common.collect.BiMap result public java.util.Set values () java.util.Set result public volatile synthetic java.util.Collection values () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$UnmodifiableEntries.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$UnmodifiableEntries extends com.google.common.collect.ForwardingCollection { private final java.util.Collection entries void <init> (java.util.Collection) java.util.Collection entries protected java.util.Collection delegate () public java.util.Iterator iterator () public java.lang.Object[] toArray () Object[] result public java.lang.Object[] toArray (java.lang.Object[]) Object[] array protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$UnmodifiableEntrySet.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$UnmodifiableEntrySet extends com.google.common.collect.Maps$UnmodifiableEntries implements java.util.Set { void <init> (java.util.Set) java.util.Set entries public boolean equals (java.lang.Object) Object object public int hashCode () }
com/google/common/collect/Maps$UnmodifiableNavigableMap.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$UnmodifiableNavigableMap extends com.google.common.collect.ForwardingSortedMap implements java.util.NavigableMap java.io.Serializable { private final java.util.NavigableMap delegate private transient com.google.common.collect.Maps$UnmodifiableNavigableMap descendingMap void <init> (java.util.NavigableMap) java.util.NavigableMap delegate void <init> (java.util.NavigableMap, com.google.common.collect.Maps$UnmodifiableNavigableMap) java.util.NavigableMap delegate com.google.common.collect.Maps$UnmodifiableNavigableMap descendingMap protected java.util.SortedMap delegate () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry firstEntry () public java.util.Map$Entry lastEntry () public final java.util.Map$Entry pollFirstEntry () public final java.util.Map$Entry pollLastEntry () public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction public java.util.NavigableMap descendingMap () com.google.common.collect.Maps$UnmodifiableNavigableMap result public java.util.Set keySet () public java.util.NavigableSet navigableKeySet () public java.util.NavigableSet descendingKeySet () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive protected volatile synthetic java.util.Map delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Maps$ValueDifferenceImpl.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$ValueDifferenceImpl extends java.lang.Object implements com.google.common.collect.MapDifference$ValueDifference { private final Object left private final Object right static com.google.common.collect.MapDifference$ValueDifference create (java.lang.Object, java.lang.Object) Object left Object right private void <init> (java.lang.Object, java.lang.Object) Object left Object right public java.lang.Object leftValue () public java.lang.Object rightValue () public boolean equals (java.lang.Object) com.google.common.collect.MapDifference$ValueDifference that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/Maps$Values.class
Maps.java package com.google.common.collect com.google.common.collect.Maps$Values extends java.util.AbstractCollection { final java.util.Map map void <init> (java.util.Map) java.util.Map map final java.util.Map map () public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean remove (java.lang.Object) java.util.Map$Entry entry UnsupportedOperationException e Object o public boolean removeAll (java.util.Collection) java.util.Map$Entry entry java.util.Set toRemove UnsupportedOperationException e java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Map$Entry entry java.util.Set toRetain UnsupportedOperationException e java.util.Collection c public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public void clear () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.lang.Object, java.lang.Object) java.util.function.Consumer action Object k Object v }
com/google/common/collect/Maps$ViewCachingAbstractMap.class
Maps.java package com.google.common.collect abstract com.google.common.collect.Maps$ViewCachingAbstractMap extends java.util.AbstractMap { private transient java.util.Set entrySet private transient java.util.Set keySet private transient java.util.Collection values void <init> () abstract java.util.Set createEntrySet () public java.util.Set entrySet () java.util.Set result public java.util.Set keySet () java.util.Set result java.util.Set createKeySet () public java.util.Collection values () java.util.Collection result java.util.Collection createValues () }
com/google/common/collect/Maps.class
Maps.java package com.google.common.collect public final com.google.common.collect.Maps extends java.lang.Object { private void <init> () static com.google.common.base.Function keyFunction () static com.google.common.base.Function valueFunction () static java.util.Iterator keyIterator (java.util.Iterator) java.util.Iterator entryIterator static java.util.Iterator valueIterator (java.util.Iterator) java.util.Iterator entryIterator public static com.google.common.collect.ImmutableMap immutableEnumMap (java.util.Map) com.google.common.collect.ImmutableEnumMap result java.util.Map$Entry entry Enum key Object value java.util.Map map java.util.Iterator entryItr java.util.Map$Entry entry1 Enum key1 Object value1 Class clazz java.util.EnumMap enumMap public static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyFunction java.util.function.Function valueFunction public static java.util.stream.Collector toImmutableEnumMap (java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction public static java.util.HashMap newHashMap () public static java.util.HashMap newHashMap (java.util.Map) java.util.Map map public static java.util.HashMap newHashMapWithExpectedSize (int) int expectedSize static int capacity (int) int expectedSize public static java.util.LinkedHashMap newLinkedHashMap () public static java.util.LinkedHashMap newLinkedHashMap (java.util.Map) java.util.Map map public static java.util.LinkedHashMap newLinkedHashMapWithExpectedSize (int) int expectedSize public static java.util.concurrent.ConcurrentMap newConcurrentMap () public static java.util.TreeMap newTreeMap () public static java.util.TreeMap newTreeMap (java.util.SortedMap) java.util.SortedMap map public static java.util.TreeMap newTreeMap (java.util.Comparator) java.util.Comparator comparator public static java.util.EnumMap newEnumMap (java.lang.Class) Class type public static java.util.EnumMap newEnumMap (java.util.Map) java.util.Map map public static java.util.IdentityHashMap newIdentityHashMap () public static com.google.common.collect.MapDifference difference (java.util.Map, java.util.Map) java.util.SortedMap sortedLeft java.util.Map left java.util.Map right com.google.common.collect.MapDifference result public static com.google.common.collect.MapDifference difference (java.util.Map, java.util.Map, com.google.common.base.Equivalence) java.util.Map left java.util.Map right com.google.common.base.Equivalence valueEquivalence java.util.Map onlyOnLeft java.util.Map onlyOnRight java.util.Map onBoth java.util.Map differences public static com.google.common.collect.SortedMapDifference difference (java.util.SortedMap, java.util.Map) java.util.SortedMap left java.util.Map right java.util.Comparator comparator java.util.SortedMap onlyOnLeft java.util.SortedMap onlyOnRight java.util.SortedMap onBoth java.util.SortedMap differences com.google.common.base.Equivalence equalsEquivalence private static void doDifference (java.util.Map, java.util.Map, com.google.common.base.Equivalence, java.util.Map, java.util.Map, java.util.Map, java.util.Map) Object rightValue Object leftKey Object leftValue java.util.Map$Entry entry java.util.Map left java.util.Map right com.google.common.base.Equivalence valueEquivalence java.util.Map onlyOnLeft java.util.Map onlyOnRight java.util.Map onBoth java.util.Map differences private static java.util.Map unmodifiableMap (java.util.Map) java.util.Map map static java.util.Comparator orNaturalOrder (java.util.Comparator) java.util.Comparator comparator public static java.util.Map asMap (java.util.Set, com.google.common.base.Function) java.util.Set set com.google.common.base.Function function public static java.util.SortedMap asMap (java.util.SortedSet, com.google.common.base.Function) java.util.SortedSet set com.google.common.base.Function function public static java.util.NavigableMap asMap (java.util.NavigableSet, com.google.common.base.Function) java.util.NavigableSet set com.google.common.base.Function function static java.util.Iterator asMapEntryIterator (java.util.Set, com.google.common.base.Function) java.util.Set set com.google.common.base.Function function private static java.util.Set removeOnlySet (java.util.Set) java.util.Set set private static java.util.SortedSet removeOnlySortedSet (java.util.SortedSet) java.util.SortedSet set private static java.util.NavigableSet removeOnlyNavigableSet (java.util.NavigableSet) java.util.NavigableSet set public static com.google.common.collect.ImmutableMap toMap (java.lang.Iterable, com.google.common.base.Function) Iterable keys com.google.common.base.Function valueFunction public static com.google.common.collect.ImmutableMap toMap (java.util.Iterator, com.google.common.base.Function) Object key java.util.Iterator keys com.google.common.base.Function valueFunction com.google.common.collect.ImmutableMap$Builder builder public static com.google.common.collect.ImmutableMap uniqueIndex (java.lang.Iterable, com.google.common.base.Function) Iterable values com.google.common.base.Function keyFunction public static com.google.common.collect.ImmutableMap uniqueIndex (java.util.Iterator, com.google.common.base.Function) Object value IllegalArgumentException duplicateKeys java.util.Iterator values com.google.common.base.Function keyFunction com.google.common.collect.ImmutableMap$Builder builder public static com.google.common.collect.ImmutableMap fromProperties (java.util.Properties) String key java.util.Enumeration e java.util.Properties properties com.google.common.collect.ImmutableMap$Builder builder public static java.util.Map$Entry immutableEntry (java.lang.Object, java.lang.Object) Object key Object value static java.util.Set unmodifiableEntrySet (java.util.Set) java.util.Set entrySet static java.util.Map$Entry unmodifiableEntry (java.util.Map$Entry) java.util.Map$Entry entry static com.google.common.collect.UnmodifiableIterator unmodifiableEntryIterator (java.util.Iterator) java.util.Iterator entryIterator public static com.google.common.base.Converter asConverter (com.google.common.collect.BiMap) com.google.common.collect.BiMap bimap public static com.google.common.collect.BiMap synchronizedBiMap (com.google.common.collect.BiMap) com.google.common.collect.BiMap bimap public static com.google.common.collect.BiMap unmodifiableBiMap (com.google.common.collect.BiMap) com.google.common.collect.BiMap bimap public static java.util.Map transformValues (java.util.Map, com.google.common.base.Function) java.util.Map fromMap com.google.common.base.Function function public static java.util.SortedMap transformValues (java.util.SortedMap, com.google.common.base.Function) java.util.SortedMap fromMap com.google.common.base.Function function public static java.util.NavigableMap transformValues (java.util.NavigableMap, com.google.common.base.Function) java.util.NavigableMap fromMap com.google.common.base.Function function public static java.util.Map transformEntries (java.util.Map, com.google.common.collect.Maps$EntryTransformer) java.util.Map fromMap com.google.common.collect.Maps$EntryTransformer transformer public static java.util.SortedMap transformEntries (java.util.SortedMap, com.google.common.collect.Maps$EntryTransformer) java.util.SortedMap fromMap com.google.common.collect.Maps$EntryTransformer transformer public static java.util.NavigableMap transformEntries (java.util.NavigableMap, com.google.common.collect.Maps$EntryTransformer) java.util.NavigableMap fromMap com.google.common.collect.Maps$EntryTransformer transformer static com.google.common.collect.Maps$EntryTransformer asEntryTransformer (com.google.common.base.Function) com.google.common.base.Function function static com.google.common.base.Function asValueToValueFunction (com.google.common.collect.Maps$EntryTransformer, java.lang.Object) com.google.common.collect.Maps$EntryTransformer transformer Object key static com.google.common.base.Function asEntryToValueFunction (com.google.common.collect.Maps$EntryTransformer) com.google.common.collect.Maps$EntryTransformer transformer static java.util.Map$Entry transformEntry (com.google.common.collect.Maps$EntryTransformer, java.util.Map$Entry) com.google.common.collect.Maps$EntryTransformer transformer java.util.Map$Entry entry static com.google.common.base.Function asEntryToEntryFunction (com.google.common.collect.Maps$EntryTransformer) com.google.common.collect.Maps$EntryTransformer transformer static com.google.common.base.Predicate keyPredicateOnEntries (com.google.common.base.Predicate) com.google.common.base.Predicate keyPredicate static com.google.common.base.Predicate valuePredicateOnEntries (com.google.common.base.Predicate) com.google.common.base.Predicate valuePredicate public static java.util.Map filterKeys (java.util.Map, com.google.common.base.Predicate) java.util.Map unfiltered com.google.common.base.Predicate keyPredicate com.google.common.base.Predicate entryPredicate public static java.util.SortedMap filterKeys (java.util.SortedMap, com.google.common.base.Predicate) java.util.SortedMap unfiltered com.google.common.base.Predicate keyPredicate public static java.util.NavigableMap filterKeys (java.util.NavigableMap, com.google.common.base.Predicate) java.util.NavigableMap unfiltered com.google.common.base.Predicate keyPredicate public static com.google.common.collect.BiMap filterKeys (com.google.common.collect.BiMap, com.google.common.base.Predicate) com.google.common.collect.BiMap unfiltered com.google.common.base.Predicate keyPredicate public static java.util.Map filterValues (java.util.Map, com.google.common.base.Predicate) java.util.Map unfiltered com.google.common.base.Predicate valuePredicate public static java.util.SortedMap filterValues (java.util.SortedMap, com.google.common.base.Predicate) java.util.SortedMap unfiltered com.google.common.base.Predicate valuePredicate public static java.util.NavigableMap filterValues (java.util.NavigableMap, com.google.common.base.Predicate) java.util.NavigableMap unfiltered com.google.common.base.Predicate valuePredicate public static com.google.common.collect.BiMap filterValues (com.google.common.collect.BiMap, com.google.common.base.Predicate) com.google.common.collect.BiMap unfiltered com.google.common.base.Predicate valuePredicate public static java.util.Map filterEntries (java.util.Map, com.google.common.base.Predicate) java.util.Map unfiltered com.google.common.base.Predicate entryPredicate public static java.util.SortedMap filterEntries (java.util.SortedMap, com.google.common.base.Predicate) java.util.SortedMap unfiltered com.google.common.base.Predicate entryPredicate public static java.util.NavigableMap filterEntries (java.util.NavigableMap, com.google.common.base.Predicate) java.util.NavigableMap unfiltered com.google.common.base.Predicate entryPredicate public static com.google.common.collect.BiMap filterEntries (com.google.common.collect.BiMap, com.google.common.base.Predicate) com.google.common.collect.BiMap unfiltered com.google.common.base.Predicate entryPredicate private static java.util.Map filterFiltered (com.google.common.collect.Maps$AbstractFilteredMap, com.google.common.base.Predicate) com.google.common.collect.Maps$AbstractFilteredMap map com.google.common.base.Predicate entryPredicate private static java.util.SortedMap filterFiltered (com.google.common.collect.Maps$FilteredEntrySortedMap, com.google.common.base.Predicate) com.google.common.collect.Maps$FilteredEntrySortedMap map com.google.common.base.Predicate entryPredicate com.google.common.base.Predicate predicate private static java.util.NavigableMap filterFiltered (com.google.common.collect.Maps$FilteredEntryNavigableMap, com.google.common.base.Predicate) com.google.common.collect.Maps$FilteredEntryNavigableMap map com.google.common.base.Predicate entryPredicate com.google.common.base.Predicate predicate private static com.google.common.collect.BiMap filterFiltered (com.google.common.collect.Maps$FilteredEntryBiMap, com.google.common.base.Predicate) com.google.common.collect.Maps$FilteredEntryBiMap map com.google.common.base.Predicate entryPredicate com.google.common.base.Predicate predicate public static java.util.NavigableMap unmodifiableNavigableMap (java.util.NavigableMap) java.util.NavigableMap result java.util.NavigableMap map private static java.util.Map$Entry unmodifiableOrNull (java.util.Map$Entry) java.util.Map$Entry entry public static java.util.NavigableMap synchronizedNavigableMap (java.util.NavigableMap) java.util.NavigableMap navigableMap static java.lang.Object safeGet (java.util.Map, java.lang.Object) RuntimeException e java.util.Map map Object key static boolean safeContainsKey (java.util.Map, java.lang.Object) RuntimeException e java.util.Map map Object key static java.lang.Object safeRemove (java.util.Map, java.lang.Object) RuntimeException e java.util.Map map Object key static boolean containsKeyImpl (java.util.Map, java.lang.Object) java.util.Map map Object key static boolean containsValueImpl (java.util.Map, java.lang.Object) java.util.Map map Object value static boolean containsEntryImpl (java.util.Collection, java.lang.Object) java.util.Collection c Object o static boolean removeEntryImpl (java.util.Collection, java.lang.Object) java.util.Collection c Object o static boolean equalsImpl (java.util.Map, java.lang.Object) java.util.Map o java.util.Map map Object object static java.lang.String toStringImpl (java.util.Map) java.util.Map$Entry entry java.util.Map map StringBuilder sb boolean first static void putAllImpl (java.util.Map, java.util.Map) java.util.Map$Entry entry java.util.Map self java.util.Map map static java.lang.Object keyOrNull (java.util.Map$Entry) java.util.Map$Entry entry static java.lang.Object valueOrNull (java.util.Map$Entry) java.util.Map$Entry entry static com.google.common.collect.ImmutableMap indexMap (java.util.Collection) Object e java.util.Collection list com.google.common.collect.ImmutableMap$Builder builder int i public static java.util.NavigableMap subMap (java.util.NavigableMap, com.google.common.collect.Range) java.util.NavigableMap map com.google.common.collect.Range range static synthetic java.util.Map access$100 (java.util.Map) java.util.Map x0 static synthetic java.util.Set access$200 (java.util.Set) java.util.Set x0 static synthetic java.util.SortedSet access$300 (java.util.SortedSet) java.util.SortedSet x0 static synthetic java.util.NavigableSet access$400 (java.util.NavigableSet) java.util.NavigableSet x0 static synthetic java.util.Map$Entry access$800 (java.util.Map$Entry) java.util.Map$Entry x0 }
com/google/common/collect/MinMaxPriorityQueue$1.class
MinMaxPriorityQueue.java package com.google.common.collect synthetic com.google.common.collect.MinMaxPriorityQueue$1 extends java.lang.Object { }
com/google/common/collect/MinMaxPriorityQueue$Builder.class
MinMaxPriorityQueue.java package com.google.common.collect public final com.google.common.collect.MinMaxPriorityQueue$Builder extends java.lang.Object { private static final int UNSET_EXPECTED_SIZE private final java.util.Comparator comparator private int expectedSize private int maximumSize private void <init> (java.util.Comparator) java.util.Comparator comparator public com.google.common.collect.MinMaxPriorityQueue$Builder expectedSize (int) int expectedSize public com.google.common.collect.MinMaxPriorityQueue$Builder maximumSize (int) int maximumSize public com.google.common.collect.MinMaxPriorityQueue create () public com.google.common.collect.MinMaxPriorityQueue create (java.lang.Iterable) Object element Iterable initialContents com.google.common.collect.MinMaxPriorityQueue queue private com.google.common.collect.Ordering ordering () synthetic void <init> (java.util.Comparator, com.google.common.collect.MinMaxPriorityQueue$1) java.util.Comparator x0 com.google.common.collect.MinMaxPriorityQueue$1 x1 static synthetic com.google.common.collect.Ordering access$200 (com.google.common.collect.MinMaxPriorityQueue$Builder) com.google.common.collect.MinMaxPriorityQueue$Builder x0 static synthetic int access$300 (com.google.common.collect.MinMaxPriorityQueue$Builder) com.google.common.collect.MinMaxPriorityQueue$Builder x0 }
com/google/common/collect/MinMaxPriorityQueue$Heap.class
MinMaxPriorityQueue.java package com.google.common.collect com.google.common.collect.MinMaxPriorityQueue$Heap extends java.lang.Object { final com.google.common.collect.Ordering ordering com.google.common.collect.MinMaxPriorityQueue$Heap otherHeap final synthetic com.google.common.collect.MinMaxPriorityQueue this$0 void <init> (com.google.common.collect.MinMaxPriorityQueue, com.google.common.collect.Ordering) com.google.common.collect.Ordering ordering int compareElements (int, int) int a int b com.google.common.collect.MinMaxPriorityQueue$MoveDesc tryCrossOverAndBubbleUp (int, int, java.lang.Object) Object parent int removeIndex int vacated Object toTrickle int crossOver Object parent void bubbleUp (int, java.lang.Object) com.google.common.collect.MinMaxPriorityQueue$Heap heap int index Object x int crossOver com.google.common.collect.MinMaxPriorityQueue$Heap heap int bubbleUpAlternatingLevels (int, java.lang.Object) int grandParentIndex Object e int index Object x int findMin (int, int) int i int index int len int limit int minIndex int findMinChild (int) int index int findMinGrandChild (int) int index int leftChildIndex int crossOverUp (int, java.lang.Object) Object uncleElement int grandparentIndex int uncleIndex int index Object x int parentIndex Object parentElement int swapWithConceptuallyLastElement (java.lang.Object) Object uncleElement int grandparentIndex int uncleIndex Object actualLastElement int parentIndex int crossOver (int, java.lang.Object) int index Object x int minChildIndex int fillHoleAt (int) int index int minGrandchildIndex private boolean verifyIndex (int) int i private int getLeftChildIndex (int) int i private int getRightChildIndex (int) int i private int getParentIndex (int) int i private int getGrandparentIndex (int) int i static synthetic boolean access$400 (com.google.common.collect.MinMaxPriorityQueue$Heap, int) com.google.common.collect.MinMaxPriorityQueue$Heap x0 int x1 }
com/google/common/collect/MinMaxPriorityQueue$MoveDesc.class
MinMaxPriorityQueue.java package com.google.common.collect com.google.common.collect.MinMaxPriorityQueue$MoveDesc extends java.lang.Object { final Object toTrickle final Object replaced void <init> (java.lang.Object, java.lang.Object) Object toTrickle Object replaced }
com/google/common/collect/MinMaxPriorityQueue$QueueIterator.class
MinMaxPriorityQueue.java package com.google.common.collect com.google.common.collect.MinMaxPriorityQueue$QueueIterator extends java.lang.Object implements java.util.Iterator { private int cursor private int nextCursor private int expectedModCount private java.util.Queue forgetMeNot private java.util.List skipMe private Object lastFromForgetMeNot private boolean canRemove final synthetic com.google.common.collect.MinMaxPriorityQueue this$0 private void <init> (com.google.common.collect.MinMaxPriorityQueue) public boolean hasNext () public java.lang.Object next () public void remove () com.google.common.collect.MinMaxPriorityQueue$MoveDesc moved private boolean foundAndRemovedExactReference (java.lang.Iterable, java.lang.Object) Object element java.util.Iterator it Iterable elements Object target private boolean removeExact (java.lang.Object) int i Object target private void checkModCount () private void nextNotInSkipMe (int) int c synthetic void <init> (com.google.common.collect.MinMaxPriorityQueue, com.google.common.collect.MinMaxPriorityQueue$1) com.google.common.collect.MinMaxPriorityQueue x0 com.google.common.collect.MinMaxPriorityQueue$1 x1 }
com/google/common/collect/MinMaxPriorityQueue.class
MinMaxPriorityQueue.java package com.google.common.collect public final com.google.common.collect.MinMaxPriorityQueue extends java.util.AbstractQueue { private final com.google.common.collect.MinMaxPriorityQueue$Heap minHeap private final com.google.common.collect.MinMaxPriorityQueue$Heap maxHeap final int maximumSize private Object[] queue private int size private int modCount private static final int EVEN_POWERS_OF_TWO private static final int ODD_POWERS_OF_TWO private static final int DEFAULT_CAPACITY public static com.google.common.collect.MinMaxPriorityQueue create () public static com.google.common.collect.MinMaxPriorityQueue create (java.lang.Iterable) Iterable initialContents public static com.google.common.collect.MinMaxPriorityQueue$Builder orderedBy (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.MinMaxPriorityQueue$Builder expectedSize (int) int expectedSize public static com.google.common.collect.MinMaxPriorityQueue$Builder maximumSize (int) int maximumSize private void <init> (com.google.common.collect.MinMaxPriorityQueue$Builder, int) com.google.common.collect.MinMaxPriorityQueue$Builder builder int queueSize com.google.common.collect.Ordering ordering public int size () public boolean add (java.lang.Object) Object element public boolean addAll (java.util.Collection) Object element java.util.Collection newElements boolean modified public boolean offer (java.lang.Object) Object element int insertIndex public java.lang.Object poll () java.lang.Object elementData (int) int index public java.lang.Object peek () private int getMaxElementIndex () public java.lang.Object pollFirst () public java.lang.Object removeFirst () public java.lang.Object peekFirst () public java.lang.Object pollLast () public java.lang.Object removeLast () public java.lang.Object peekLast () com.google.common.collect.MinMaxPriorityQueue$MoveDesc removeAt (int) int index Object actualLastElement int lastElementAt Object toTrickle com.google.common.collect.MinMaxPriorityQueue$MoveDesc changes private com.google.common.collect.MinMaxPriorityQueue$MoveDesc fillHole (int, java.lang.Object) int index Object toTrickle com.google.common.collect.MinMaxPriorityQueue$Heap heap int vacated int bubbledTo private java.lang.Object removeAndGet (int) int index Object value private com.google.common.collect.MinMaxPriorityQueue$Heap heapForIndex (int) int i static boolean isEvenLevel (int) int index int oneBased boolean isIntact () int i public java.util.Iterator iterator () public void clear () int i public java.lang.Object[] toArray () Object[] copyTo public java.util.Comparator comparator () int capacity () static int initialQueueSize (int, int, java.lang.Iterable) int initialSize int configuredExpectedSize int maximumSize Iterable initialContents int result private void growIfNeeded () int newCapacity Object[] newQueue private int calculateNewCapacity () int oldCapacity int newCapacity private static int capAtMaximumSize (int, int) int queueSize int maximumSize synthetic void <init> (com.google.common.collect.MinMaxPriorityQueue$Builder, int, com.google.common.collect.MinMaxPriorityQueue$1) com.google.common.collect.MinMaxPriorityQueue$Builder x0 int x1 com.google.common.collect.MinMaxPriorityQueue$1 x2 static synthetic java.lang.Object[] access$500 (com.google.common.collect.MinMaxPriorityQueue) com.google.common.collect.MinMaxPriorityQueue x0 static synthetic int access$600 (com.google.common.collect.MinMaxPriorityQueue) com.google.common.collect.MinMaxPriorityQueue x0 static synthetic int access$700 (com.google.common.collect.MinMaxPriorityQueue) com.google.common.collect.MinMaxPriorityQueue x0 }
com/google/common/collect/MoreCollectors$ToOptionalState.class
MoreCollectors.java package com.google.common.collect final com.google.common.collect.MoreCollectors$ToOptionalState extends java.lang.Object { static final int MAX_EXTRAS Object element java.util.List extras void <init> () java.lang.IllegalArgumentException multiples (boolean) Object o boolean overflow StringBuilder sb void add (java.lang.Object) Object o com.google.common.collect.MoreCollectors$ToOptionalState combine (com.google.common.collect.MoreCollectors$ToOptionalState) com.google.common.collect.MoreCollectors$ToOptionalState other java.util.Optional getOptional () java.lang.Object getElement () }
com/google/common/collect/MoreCollectors.class
MoreCollectors.java package com.google.common.collect public final com.google.common.collect.MoreCollectors extends java.lang.Object { private static final java.util.stream.Collector TO_OPTIONAL private static final Object NULL_PLACEHOLDER private static final java.util.stream.Collector ONLY_ELEMENT public static java.util.stream.Collector toOptional () public static java.util.stream.Collector onlyElement () private void <init> () private static synthetic java.lang.Object lambda$static$1 (com.google.common.collect.MoreCollectors$ToOptionalState) com.google.common.collect.MoreCollectors$ToOptionalState state Object result private static synthetic void lambda$static$0 (com.google.common.collect.MoreCollectors$ToOptionalState, java.lang.Object) com.google.common.collect.MoreCollectors$ToOptionalState state Object o static void <clinit> () }
com/google/common/collect/Multimap.class
Multimap.java package com.google.common.collect public abstract com.google.common.collect.Multimap extends java.lang.Object { public abstract int size () public abstract boolean isEmpty () public abstract boolean containsKey (java.lang.Object) public abstract boolean containsValue (java.lang.Object) public abstract boolean containsEntry (java.lang.Object, java.lang.Object) public abstract boolean put (java.lang.Object, java.lang.Object) public abstract boolean remove (java.lang.Object, java.lang.Object) public abstract boolean putAll (java.lang.Object, java.lang.Iterable) public abstract boolean putAll (com.google.common.collect.Multimap) public abstract java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Collection removeAll (java.lang.Object) public abstract void clear () public abstract java.util.Collection get (java.lang.Object) public abstract java.util.Set keySet () public abstract com.google.common.collect.Multiset keys () public abstract java.util.Collection values () public abstract java.util.Collection entries () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public abstract java.util.Map asMap () public abstract boolean equals (java.lang.Object) public abstract int hashCode () private static synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.util.Map$Entry) java.util.function.BiConsumer action java.util.Map$Entry entry }
com/google/common/collect/MultimapBuilder$1.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$1 extends com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys { final synthetic int val$expectedKeys void <init> (int) java.util.Map createMap () }
com/google/common/collect/MultimapBuilder$2.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$2 extends com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys { final synthetic int val$expectedKeys void <init> (int) java.util.Map createMap () }
com/google/common/collect/MultimapBuilder$3.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$3 extends com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys { final synthetic java.util.Comparator val$comparator void <init> (java.util.Comparator) java.util.Map createMap () }
com/google/common/collect/MultimapBuilder$4.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$4 extends com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys { final synthetic Class val$keyClass void <init> (java.lang.Class) java.util.Map createMap () }
com/google/common/collect/MultimapBuilder$ArrayListSupplier.class
MultimapBuilder.java package com.google.common.collect final com.google.common.collect.MultimapBuilder$ArrayListSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { private final int expectedValuesPerKey void <init> (int) int expectedValuesPerKey public java.util.List get () public volatile synthetic java.lang.Object get () }
com/google/common/collect/MultimapBuilder$EnumSetSupplier.class
MultimapBuilder.java package com.google.common.collect final com.google.common.collect.MultimapBuilder$EnumSetSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { private final Class clazz void <init> (java.lang.Class) Class clazz public java.util.Set get () public volatile synthetic java.lang.Object get () }
com/google/common/collect/MultimapBuilder$HashSetSupplier.class
MultimapBuilder.java package com.google.common.collect final com.google.common.collect.MultimapBuilder$HashSetSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { private final int expectedValuesPerKey void <init> (int) int expectedValuesPerKey public java.util.Set get () public volatile synthetic java.lang.Object get () }
com/google/common/collect/MultimapBuilder$LinkedHashSetSupplier.class
MultimapBuilder.java package com.google.common.collect final com.google.common.collect.MultimapBuilder$LinkedHashSetSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { private final int expectedValuesPerKey void <init> (int) int expectedValuesPerKey public java.util.Set get () public volatile synthetic java.lang.Object get () }
com/google/common/collect/MultimapBuilder$LinkedListSupplier.class
MultimapBuilder.java package com.google.common.collect final enum com.google.common.collect.MultimapBuilder$LinkedListSupplier extends java.lang.Enum implements com.google.common.base.Supplier { public static final enum com.google.common.collect.MultimapBuilder$LinkedListSupplier INSTANCE private static final synthetic com.google.common.collect.MultimapBuilder$LinkedListSupplier[] $VALUES public static com.google.common.collect.MultimapBuilder$LinkedListSupplier[] values () public static com.google.common.collect.MultimapBuilder$LinkedListSupplier valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static com.google.common.base.Supplier instance () com.google.common.base.Supplier result public java.util.List get () public volatile synthetic java.lang.Object get () private static synthetic com.google.common.collect.MultimapBuilder$LinkedListSupplier[] $values () static void <clinit> () }
com/google/common/collect/MultimapBuilder$ListMultimapBuilder.class
MultimapBuilder.java package com.google.common.collect public abstract com.google.common.collect.MultimapBuilder$ListMultimapBuilder extends com.google.common.collect.MultimapBuilder { void <init> () public abstract com.google.common.collect.ListMultimap build () public com.google.common.collect.ListMultimap build (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public volatile synthetic com.google.common.collect.Multimap build (com.google.common.collect.Multimap) public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys$1.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys$1 extends com.google.common.collect.MultimapBuilder$ListMultimapBuilder { final synthetic int val$expectedValuesPerKey final synthetic com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys, int) com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 public com.google.common.collect.ListMultimap build () public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys$2.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys$2 extends com.google.common.collect.MultimapBuilder$ListMultimapBuilder { final synthetic com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys) com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 public com.google.common.collect.ListMultimap build () public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys$3.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys$3 extends com.google.common.collect.MultimapBuilder$SetMultimapBuilder { final synthetic int val$expectedValuesPerKey final synthetic com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys, int) com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 public com.google.common.collect.SetMultimap build () public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys$4.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys$4 extends com.google.common.collect.MultimapBuilder$SetMultimapBuilder { final synthetic int val$expectedValuesPerKey final synthetic com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys, int) com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 public com.google.common.collect.SetMultimap build () public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys$5.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys$5 extends com.google.common.collect.MultimapBuilder$SortedSetMultimapBuilder { final synthetic java.util.Comparator val$comparator final synthetic com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys, java.util.Comparator) com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 public com.google.common.collect.SortedSetMultimap build () public volatile synthetic com.google.common.collect.SetMultimap build () public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys$6.class
MultimapBuilder.java package com.google.common.collect com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys$6 extends com.google.common.collect.MultimapBuilder$SetMultimapBuilder { final synthetic Class val$valueClass final synthetic com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 void <init> (com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys, java.lang.Class) com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys this$0 public com.google.common.collect.SetMultimap build () com.google.common.base.Supplier factory public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$MultimapBuilderWithKeys.class
MultimapBuilder.java package com.google.common.collect public abstract com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys extends java.lang.Object { private static final int DEFAULT_EXPECTED_VALUES_PER_KEY void <init> () abstract java.util.Map createMap () public com.google.common.collect.MultimapBuilder$ListMultimapBuilder arrayListValues () public com.google.common.collect.MultimapBuilder$ListMultimapBuilder arrayListValues (int) int expectedValuesPerKey public com.google.common.collect.MultimapBuilder$ListMultimapBuilder linkedListValues () public com.google.common.collect.MultimapBuilder$SetMultimapBuilder hashSetValues () public com.google.common.collect.MultimapBuilder$SetMultimapBuilder hashSetValues (int) int expectedValuesPerKey public com.google.common.collect.MultimapBuilder$SetMultimapBuilder linkedHashSetValues () public com.google.common.collect.MultimapBuilder$SetMultimapBuilder linkedHashSetValues (int) int expectedValuesPerKey public com.google.common.collect.MultimapBuilder$SortedSetMultimapBuilder treeSetValues () public com.google.common.collect.MultimapBuilder$SortedSetMultimapBuilder treeSetValues (java.util.Comparator) java.util.Comparator comparator public com.google.common.collect.MultimapBuilder$SetMultimapBuilder enumSetValues (java.lang.Class) Class valueClass }
com/google/common/collect/MultimapBuilder$SetMultimapBuilder.class
MultimapBuilder.java package com.google.common.collect public abstract com.google.common.collect.MultimapBuilder$SetMultimapBuilder extends com.google.common.collect.MultimapBuilder { void <init> () public abstract com.google.common.collect.SetMultimap build () public com.google.common.collect.SetMultimap build (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public volatile synthetic com.google.common.collect.Multimap build (com.google.common.collect.Multimap) public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$SortedSetMultimapBuilder.class
MultimapBuilder.java package com.google.common.collect public abstract com.google.common.collect.MultimapBuilder$SortedSetMultimapBuilder extends com.google.common.collect.MultimapBuilder$SetMultimapBuilder { void <init> () public abstract com.google.common.collect.SortedSetMultimap build () public com.google.common.collect.SortedSetMultimap build (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public volatile synthetic com.google.common.collect.SetMultimap build (com.google.common.collect.Multimap) public volatile synthetic com.google.common.collect.SetMultimap build () public volatile synthetic com.google.common.collect.Multimap build (com.google.common.collect.Multimap) public volatile synthetic com.google.common.collect.Multimap build () }
com/google/common/collect/MultimapBuilder$TreeSetSupplier.class
MultimapBuilder.java package com.google.common.collect final com.google.common.collect.MultimapBuilder$TreeSetSupplier extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { private final java.util.Comparator comparator void <init> (java.util.Comparator) java.util.Comparator comparator public java.util.SortedSet get () public volatile synthetic java.lang.Object get () }
com/google/common/collect/MultimapBuilder.class
MultimapBuilder.java package com.google.common.collect public abstract com.google.common.collect.MultimapBuilder extends java.lang.Object { private static final int DEFAULT_EXPECTED_KEYS private void <init> () public static com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys hashKeys () public static com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys hashKeys (int) int expectedKeys public static com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys linkedHashKeys () public static com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys linkedHashKeys (int) int expectedKeys public static com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys treeKeys () public static com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys treeKeys (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.MultimapBuilder$MultimapBuilderWithKeys enumKeys (java.lang.Class) Class keyClass public abstract com.google.common.collect.Multimap build () public com.google.common.collect.Multimap build (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap com.google.common.collect.Multimap result synthetic void <init> (com.google.common.collect.MultimapBuilder$1) com.google.common.collect.MultimapBuilder$1 x0 }
com/google/common/collect/Multimaps$AsMap$EntrySet$1.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$AsMap$EntrySet$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Multimaps$AsMap$EntrySet this$1 void <init> (com.google.common.collect.Multimaps$AsMap$EntrySet) com.google.common.collect.Multimaps$AsMap$EntrySet this$1 public java.util.Collection apply (java.lang.Object) Object key public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Multimaps$AsMap$EntrySet.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$AsMap$EntrySet extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.Multimaps$AsMap this$0 void <init> (com.google.common.collect.Multimaps$AsMap) com.google.common.collect.Multimaps$AsMap this$0 java.util.Map map () public java.util.Iterator iterator () public boolean remove (java.lang.Object) Object o java.util.Map$Entry entry }
com/google/common/collect/Multimaps$AsMap.class
Multimaps.java package com.google.common.collect final com.google.common.collect.Multimaps$AsMap extends com.google.common.collect.Maps$ViewCachingAbstractMap { private final com.google.common.collect.Multimap multimap void <init> (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public int size () protected java.util.Set createEntrySet () void removeValuesForKey (java.lang.Object) Object key public java.util.Collection get (java.lang.Object) Object key public java.util.Collection remove (java.lang.Object) Object key public java.util.Set keySet () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public void clear () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) static synthetic com.google.common.collect.Multimap access$200 (com.google.common.collect.Multimaps$AsMap) com.google.common.collect.Multimaps$AsMap x0 }
com/google/common/collect/Multimaps$CustomListMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$CustomListMultimap extends com.google.common.collect.AbstractListMultimap { transient com.google.common.base.Supplier factory private static final long serialVersionUID void <init> (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.List createCollection () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map protected volatile synthetic java.util.Collection createCollection () }
com/google/common/collect/Multimaps$CustomMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$CustomMultimap extends com.google.common.collect.AbstractMapBasedMultimap { transient com.google.common.base.Supplier factory private static final long serialVersionUID void <init> (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.Collection createCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map }
com/google/common/collect/Multimaps$CustomSetMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$CustomSetMultimap extends com.google.common.collect.AbstractSetMultimap { transient com.google.common.base.Supplier factory private static final long serialVersionUID void <init> (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.Set createCollection () java.util.Collection unmodifiableCollectionSubclass (java.util.Collection) java.util.Collection collection java.util.Collection wrapCollection (java.lang.Object, java.util.Collection) Object key java.util.Collection collection private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map protected volatile synthetic java.util.Collection createCollection () }
com/google/common/collect/Multimaps$CustomSortedSetMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$CustomSortedSetMultimap extends com.google.common.collect.AbstractSortedSetMultimap { transient com.google.common.base.Supplier factory transient java.util.Comparator valueComparator private static final long serialVersionUID void <init> (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory java.util.Set createKeySet () java.util.Map createAsMap () protected java.util.SortedSet createCollection () public java.util.Comparator valueComparator () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Map map protected volatile synthetic java.util.Set createCollection () protected volatile synthetic java.util.Collection createCollection () }
com/google/common/collect/Multimaps$Entries.class
Multimaps.java package com.google.common.collect abstract com.google.common.collect.Multimaps$Entries extends java.util.AbstractCollection { void <init> () abstract com.google.common.collect.Multimap multimap () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object o public boolean remove (java.lang.Object) java.util.Map$Entry entry Object o public void clear () }
com/google/common/collect/Multimaps$Keys$1$1.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$Keys$1$1 extends com.google.common.collect.Multisets$AbstractEntry { final synthetic java.util.Map$Entry val$backingEntry void <init> (com.google.common.collect.Multimaps$Keys$1, java.util.Map$Entry) com.google.common.collect.Multimaps$Keys$1 this$1 public java.lang.Object getElement () public int getCount () }
com/google/common/collect/Multimaps$Keys$1.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$Keys$1 extends com.google.common.collect.TransformedIterator { void <init> (com.google.common.collect.Multimaps$Keys, java.util.Iterator) com.google.common.collect.Multimaps$Keys this$0 java.util.Iterator backingIterator com.google.common.collect.Multiset$Entry transform (java.util.Map$Entry) java.util.Map$Entry backingEntry volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Multimaps$Keys.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$Keys extends com.google.common.collect.AbstractMultiset { final com.google.common.collect.Multimap multimap void <init> (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap java.util.Iterator entryIterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer consumer int distinctElements () public int size () public boolean contains (java.lang.Object) Object element public java.util.Iterator iterator () public int count (java.lang.Object) Object element java.util.Collection values public int remove (java.lang.Object, int) int i java.util.Iterator iterator Object element int occurrences java.util.Collection values int oldCount public void clear () public java.util.Set elementSet () java.util.Iterator elementIterator () private static synthetic void lambda$forEach$0 (java.util.function.Consumer, java.util.Map$Entry) java.util.function.Consumer consumer java.util.Map$Entry entry }
com/google/common/collect/Multimaps$MapMultimap$1$1.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$MapMultimap$1$1 extends java.lang.Object implements java.util.Iterator { int i final synthetic com.google.common.collect.Multimaps$MapMultimap$1 this$1 void <init> (com.google.common.collect.Multimaps$MapMultimap$1) com.google.common.collect.Multimaps$MapMultimap$1 this$1 public boolean hasNext () public java.lang.Object next () public void remove () }
com/google/common/collect/Multimaps$MapMultimap$1.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$MapMultimap$1 extends com.google.common.collect.Sets$ImprovedAbstractSet { final synthetic Object val$key final synthetic com.google.common.collect.Multimaps$MapMultimap this$0 void <init> (com.google.common.collect.Multimaps$MapMultimap, java.lang.Object) com.google.common.collect.Multimaps$MapMultimap this$0 public java.util.Iterator iterator () public int size () }
com/google/common/collect/Multimaps$MapMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$MapMultimap extends com.google.common.collect.AbstractMultimap implements com.google.common.collect.SetMultimap java.io.Serializable { final java.util.Map map private static final long serialVersionUID void <init> (java.util.Map) java.util.Map map public int size () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value public java.util.Set get (java.lang.Object) Object key public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Set removeAll (java.lang.Object) Object key java.util.Set values public void clear () java.util.Set createKeySet () java.util.Collection createValues () public java.util.Set entries () java.util.Collection createEntries () com.google.common.collect.Multiset createKeys () java.util.Iterator entryIterator () java.util.Map createAsMap () public int hashCode () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) }
com/google/common/collect/Multimaps$TransformedEntriesListMultimap.class
Multimaps.java package com.google.common.collect final com.google.common.collect.Multimaps$TransformedEntriesListMultimap extends com.google.common.collect.Multimaps$TransformedEntriesMultimap implements com.google.common.collect.ListMultimap { void <init> (com.google.common.collect.ListMultimap, com.google.common.collect.Maps$EntryTransformer) com.google.common.collect.ListMultimap fromMultimap com.google.common.collect.Maps$EntryTransformer transformer java.util.List transform (java.lang.Object, java.util.Collection) Object key java.util.Collection values public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) volatile synthetic java.util.Collection transform (java.lang.Object, java.util.Collection) }
com/google/common/collect/Multimaps$TransformedEntriesMultimap$1.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$TransformedEntriesMultimap$1 extends java.lang.Object implements com.google.common.collect.Maps$EntryTransformer { final synthetic com.google.common.collect.Multimaps$TransformedEntriesMultimap this$0 void <init> (com.google.common.collect.Multimaps$TransformedEntriesMultimap) com.google.common.collect.Multimaps$TransformedEntriesMultimap this$0 public java.util.Collection transformEntry (java.lang.Object, java.util.Collection) Object key java.util.Collection value public volatile synthetic java.lang.Object transformEntry (java.lang.Object, java.lang.Object) }
com/google/common/collect/Multimaps$TransformedEntriesMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$TransformedEntriesMultimap extends com.google.common.collect.AbstractMultimap { final com.google.common.collect.Multimap fromMultimap final com.google.common.collect.Maps$EntryTransformer transformer void <init> (com.google.common.collect.Multimap, com.google.common.collect.Maps$EntryTransformer) com.google.common.collect.Multimap fromMultimap com.google.common.collect.Maps$EntryTransformer transformer java.util.Collection transform (java.lang.Object, java.util.Collection) Object key java.util.Collection values com.google.common.base.Function function java.util.Map createAsMap () public void clear () public boolean containsKey (java.lang.Object) Object key java.util.Collection createEntries () java.util.Iterator entryIterator () public java.util.Collection get (java.lang.Object) Object key public boolean isEmpty () java.util.Set createKeySet () com.google.common.collect.Multiset createKeys () public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public int size () java.util.Collection createValues () }
com/google/common/collect/Multimaps$UnmodifiableListMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$UnmodifiableListMultimap extends com.google.common.collect.Multimaps$UnmodifiableMultimap implements com.google.common.collect.ListMultimap { private static final long serialVersionUID void <init> (com.google.common.collect.ListMultimap) com.google.common.collect.ListMultimap delegate public com.google.common.collect.ListMultimap delegate () public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic com.google.common.collect.Multimap delegate () public volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Multimaps$UnmodifiableMultimap$1.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$UnmodifiableMultimap$1 extends java.lang.Object implements com.google.common.base.Function { void <init> (com.google.common.collect.Multimaps$UnmodifiableMultimap) com.google.common.collect.Multimaps$UnmodifiableMultimap this$0 public java.util.Collection apply (java.util.Collection) java.util.Collection collection public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Multimaps$UnmodifiableMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$UnmodifiableMultimap extends com.google.common.collect.ForwardingMultimap implements java.io.Serializable { final com.google.common.collect.Multimap delegate transient java.util.Collection entries transient com.google.common.collect.Multiset keys transient java.util.Set keySet transient java.util.Collection values transient java.util.Map map private static final long serialVersionUID void <init> (com.google.common.collect.Multimap) com.google.common.collect.Multimap delegate protected com.google.common.collect.Multimap delegate () public void clear () public java.util.Map asMap () java.util.Map result public java.util.Collection entries () java.util.Collection result public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer consumer public java.util.Collection get (java.lang.Object) Object key public com.google.common.collect.Multiset keys () com.google.common.collect.Multiset result public java.util.Set keySet () java.util.Set result public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Collection values () java.util.Collection result protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Multimaps$UnmodifiableSetMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$UnmodifiableSetMultimap extends com.google.common.collect.Multimaps$UnmodifiableMultimap implements com.google.common.collect.SetMultimap { private static final long serialVersionUID void <init> (com.google.common.collect.SetMultimap) com.google.common.collect.SetMultimap delegate public com.google.common.collect.SetMultimap delegate () public java.util.Set get (java.lang.Object) Object key public java.util.Set entries () public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic com.google.common.collect.Multimap delegate () public volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Multimaps$UnmodifiableSortedSetMultimap.class
Multimaps.java package com.google.common.collect com.google.common.collect.Multimaps$UnmodifiableSortedSetMultimap extends com.google.common.collect.Multimaps$UnmodifiableSetMultimap implements com.google.common.collect.SortedSetMultimap { private static final long serialVersionUID void <init> (com.google.common.collect.SortedSetMultimap) com.google.common.collect.SortedSetMultimap delegate public com.google.common.collect.SortedSetMultimap delegate () public java.util.SortedSet get (java.lang.Object) Object key public java.util.SortedSet removeAll (java.lang.Object) Object key public java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Comparator valueComparator () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic com.google.common.collect.SetMultimap delegate () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic com.google.common.collect.Multimap delegate () public volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Multimaps.class
Multimaps.java package com.google.common.collect public final com.google.common.collect.Multimaps extends java.lang.Object { private void <init> () public static java.util.stream.Collector toMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier public static java.util.stream.Collector flatteningToMultimap (java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function keyFunction java.util.function.Function valueFunction java.util.function.Supplier multimapSupplier public static com.google.common.collect.Multimap newMultimap (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory public static com.google.common.collect.ListMultimap newListMultimap (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory public static com.google.common.collect.SetMultimap newSetMultimap (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory public static com.google.common.collect.SortedSetMultimap newSortedSetMultimap (java.util.Map, com.google.common.base.Supplier) java.util.Map map com.google.common.base.Supplier factory public static com.google.common.collect.Multimap invertFrom (com.google.common.collect.Multimap, com.google.common.collect.Multimap) java.util.Map$Entry entry com.google.common.collect.Multimap source com.google.common.collect.Multimap dest public static com.google.common.collect.Multimap synchronizedMultimap (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public static com.google.common.collect.Multimap unmodifiableMultimap (com.google.common.collect.Multimap) com.google.common.collect.Multimap delegate public static com.google.common.collect.Multimap unmodifiableMultimap (com.google.common.collect.ImmutableMultimap) com.google.common.collect.ImmutableMultimap delegate public static com.google.common.collect.SetMultimap synchronizedSetMultimap (com.google.common.collect.SetMultimap) com.google.common.collect.SetMultimap multimap public static com.google.common.collect.SetMultimap unmodifiableSetMultimap (com.google.common.collect.SetMultimap) com.google.common.collect.SetMultimap delegate public static com.google.common.collect.SetMultimap unmodifiableSetMultimap (com.google.common.collect.ImmutableSetMultimap) com.google.common.collect.ImmutableSetMultimap delegate public static com.google.common.collect.SortedSetMultimap synchronizedSortedSetMultimap (com.google.common.collect.SortedSetMultimap) com.google.common.collect.SortedSetMultimap multimap public static com.google.common.collect.SortedSetMultimap unmodifiableSortedSetMultimap (com.google.common.collect.SortedSetMultimap) com.google.common.collect.SortedSetMultimap delegate public static com.google.common.collect.ListMultimap synchronizedListMultimap (com.google.common.collect.ListMultimap) com.google.common.collect.ListMultimap multimap public static com.google.common.collect.ListMultimap unmodifiableListMultimap (com.google.common.collect.ListMultimap) com.google.common.collect.ListMultimap delegate public static com.google.common.collect.ListMultimap unmodifiableListMultimap (com.google.common.collect.ImmutableListMultimap) com.google.common.collect.ImmutableListMultimap delegate private static java.util.Collection unmodifiableValueCollection (java.util.Collection) java.util.Collection collection private static java.util.Collection unmodifiableEntries (java.util.Collection) java.util.Collection entries public static java.util.Map asMap (com.google.common.collect.ListMultimap) com.google.common.collect.ListMultimap multimap public static java.util.Map asMap (com.google.common.collect.SetMultimap) com.google.common.collect.SetMultimap multimap public static java.util.Map asMap (com.google.common.collect.SortedSetMultimap) com.google.common.collect.SortedSetMultimap multimap public static java.util.Map asMap (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public static com.google.common.collect.SetMultimap forMap (java.util.Map) java.util.Map map public static com.google.common.collect.Multimap transformValues (com.google.common.collect.Multimap, com.google.common.base.Function) com.google.common.collect.Multimap fromMultimap com.google.common.base.Function function com.google.common.collect.Maps$EntryTransformer transformer public static com.google.common.collect.ListMultimap transformValues (com.google.common.collect.ListMultimap, com.google.common.base.Function) com.google.common.collect.ListMultimap fromMultimap com.google.common.base.Function function com.google.common.collect.Maps$EntryTransformer transformer public static com.google.common.collect.Multimap transformEntries (com.google.common.collect.Multimap, com.google.common.collect.Maps$EntryTransformer) com.google.common.collect.Multimap fromMap com.google.common.collect.Maps$EntryTransformer transformer public static com.google.common.collect.ListMultimap transformEntries (com.google.common.collect.ListMultimap, com.google.common.collect.Maps$EntryTransformer) com.google.common.collect.ListMultimap fromMap com.google.common.collect.Maps$EntryTransformer transformer public static com.google.common.collect.ImmutableListMultimap index (java.lang.Iterable, com.google.common.base.Function) Iterable values com.google.common.base.Function keyFunction public static com.google.common.collect.ImmutableListMultimap index (java.util.Iterator, com.google.common.base.Function) Object value java.util.Iterator values com.google.common.base.Function keyFunction com.google.common.collect.ImmutableListMultimap$Builder builder public static com.google.common.collect.Multimap filterKeys (com.google.common.collect.Multimap, com.google.common.base.Predicate) com.google.common.collect.FilteredKeyMultimap prev com.google.common.collect.FilteredMultimap prev com.google.common.collect.Multimap unfiltered com.google.common.base.Predicate keyPredicate public static com.google.common.collect.SetMultimap filterKeys (com.google.common.collect.SetMultimap, com.google.common.base.Predicate) com.google.common.collect.FilteredKeySetMultimap prev com.google.common.collect.FilteredSetMultimap prev com.google.common.collect.SetMultimap unfiltered com.google.common.base.Predicate keyPredicate public static com.google.common.collect.ListMultimap filterKeys (com.google.common.collect.ListMultimap, com.google.common.base.Predicate) com.google.common.collect.FilteredKeyListMultimap prev com.google.common.collect.ListMultimap unfiltered com.google.common.base.Predicate keyPredicate public static com.google.common.collect.Multimap filterValues (com.google.common.collect.Multimap, com.google.common.base.Predicate) com.google.common.collect.Multimap unfiltered com.google.common.base.Predicate valuePredicate public static com.google.common.collect.SetMultimap filterValues (com.google.common.collect.SetMultimap, com.google.common.base.Predicate) com.google.common.collect.SetMultimap unfiltered com.google.common.base.Predicate valuePredicate public static com.google.common.collect.Multimap filterEntries (com.google.common.collect.Multimap, com.google.common.base.Predicate) com.google.common.collect.Multimap unfiltered com.google.common.base.Predicate entryPredicate public static com.google.common.collect.SetMultimap filterEntries (com.google.common.collect.SetMultimap, com.google.common.base.Predicate) com.google.common.collect.SetMultimap unfiltered com.google.common.base.Predicate entryPredicate private static com.google.common.collect.Multimap filterFiltered (com.google.common.collect.FilteredMultimap, com.google.common.base.Predicate) com.google.common.collect.FilteredMultimap multimap com.google.common.base.Predicate entryPredicate com.google.common.base.Predicate predicate private static com.google.common.collect.SetMultimap filterFiltered (com.google.common.collect.FilteredSetMultimap, com.google.common.base.Predicate) com.google.common.collect.FilteredSetMultimap multimap com.google.common.base.Predicate entryPredicate com.google.common.base.Predicate predicate static boolean equalsImpl (com.google.common.collect.Multimap, java.lang.Object) com.google.common.collect.Multimap that com.google.common.collect.Multimap multimap Object object static synthetic java.util.Collection access$000 (java.util.Collection) java.util.Collection x0 static synthetic java.util.Collection access$100 (java.util.Collection) java.util.Collection x0 }
com/google/common/collect/Multiset$Entry.class
Multiset.java package com.google.common.collect public abstract com.google.common.collect.Multiset$Entry extends java.lang.Object { public abstract java.lang.Object getElement () public abstract int getCount () public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () }
com/google/common/collect/Multiset.class
Multiset.java package com.google.common.collect public abstract com.google.common.collect.Multiset extends java.lang.Object implements java.util.Collection { public abstract int size () public abstract int count (java.lang.Object) public abstract int add (java.lang.Object, int) public abstract boolean add (java.lang.Object) public abstract int remove (java.lang.Object, int) public abstract boolean remove (java.lang.Object) public abstract int setCount (java.lang.Object, int) public abstract boolean setCount (java.lang.Object, int, int) public abstract java.util.Set elementSet () public abstract java.util.Set entrySet () public void forEachEntry (java.util.function.ObjIntConsumer) java.util.function.ObjIntConsumer action public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () public abstract java.util.Iterator iterator () public abstract boolean contains (java.lang.Object) public abstract boolean containsAll (java.util.Collection) public abstract boolean removeAll (java.util.Collection) public abstract boolean retainAll (java.util.Collection) public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.util.Spliterator spliterator () private static synthetic void lambda$forEach$1 (java.util.function.Consumer, com.google.common.collect.Multiset$Entry) int i java.util.function.Consumer action com.google.common.collect.Multiset$Entry entry Object elem int count private static synthetic void lambda$forEachEntry$0 (java.util.function.ObjIntConsumer, com.google.common.collect.Multiset$Entry) java.util.function.ObjIntConsumer action com.google.common.collect.Multiset$Entry entry }
com/google/common/collect/Multisets$1$1.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$1$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic java.util.Iterator val$iterator2 final synthetic com.google.common.collect.Multisets$1 this$0 void <init> (com.google.common.collect.Multisets$1, java.util.Iterator, java.util.Iterator) com.google.common.collect.Multisets$1 this$0 protected com.google.common.collect.Multiset$Entry computeNext () com.google.common.collect.Multiset$Entry entry1 Object element int count com.google.common.collect.Multiset$Entry entry2 Object element protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/Multisets$1.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$1 extends com.google.common.collect.Multisets$ViewMultiset { final synthetic com.google.common.collect.Multiset val$multiset1 final synthetic com.google.common.collect.Multiset val$multiset2 void <init> (com.google.common.collect.Multiset, com.google.common.collect.Multiset) public boolean contains (java.lang.Object) Object element public boolean isEmpty () public int count (java.lang.Object) Object element java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Iterator entryIterator () java.util.Iterator iterator1 java.util.Iterator iterator2 }
com/google/common/collect/Multisets$2$1.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$2$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic com.google.common.collect.Multisets$2 this$0 void <init> (com.google.common.collect.Multisets$2, java.util.Iterator) com.google.common.collect.Multisets$2 this$0 protected com.google.common.collect.Multiset$Entry computeNext () com.google.common.collect.Multiset$Entry entry1 Object element int count protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/Multisets$2.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$2 extends com.google.common.collect.Multisets$ViewMultiset { final synthetic com.google.common.collect.Multiset val$multiset1 final synthetic com.google.common.collect.Multiset val$multiset2 void <init> (com.google.common.collect.Multiset, com.google.common.collect.Multiset) public int count (java.lang.Object) Object element int count1 java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Iterator entryIterator () java.util.Iterator iterator1 }
com/google/common/collect/Multisets$3$1.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$3$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic java.util.Iterator val$iterator2 final synthetic com.google.common.collect.Multisets$3 this$0 void <init> (com.google.common.collect.Multisets$3, java.util.Iterator, java.util.Iterator) com.google.common.collect.Multisets$3 this$0 protected com.google.common.collect.Multiset$Entry computeNext () com.google.common.collect.Multiset$Entry entry1 Object element int count com.google.common.collect.Multiset$Entry entry2 Object element protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/Multisets$3.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$3 extends com.google.common.collect.Multisets$ViewMultiset { final synthetic com.google.common.collect.Multiset val$multiset1 final synthetic com.google.common.collect.Multiset val$multiset2 void <init> (com.google.common.collect.Multiset, com.google.common.collect.Multiset) public boolean contains (java.lang.Object) Object element public boolean isEmpty () public int size () public int count (java.lang.Object) Object element java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Iterator entryIterator () java.util.Iterator iterator1 java.util.Iterator iterator2 }
com/google/common/collect/Multisets$4$1.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$4$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic com.google.common.collect.Multisets$4 this$0 void <init> (com.google.common.collect.Multisets$4, java.util.Iterator) com.google.common.collect.Multisets$4 this$0 protected java.lang.Object computeNext () com.google.common.collect.Multiset$Entry entry1 Object element }
com/google/common/collect/Multisets$4$2.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$4$2 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$iterator1 final synthetic com.google.common.collect.Multisets$4 this$0 void <init> (com.google.common.collect.Multisets$4, java.util.Iterator) com.google.common.collect.Multisets$4 this$0 protected com.google.common.collect.Multiset$Entry computeNext () com.google.common.collect.Multiset$Entry entry1 Object element int count protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/Multisets$4.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$4 extends com.google.common.collect.Multisets$ViewMultiset { final synthetic com.google.common.collect.Multiset val$multiset1 final synthetic com.google.common.collect.Multiset val$multiset2 void <init> (com.google.common.collect.Multiset, com.google.common.collect.Multiset) public int count (java.lang.Object) Object element int count1 public void clear () java.util.Iterator elementIterator () java.util.Iterator iterator1 java.util.Iterator entryIterator () java.util.Iterator iterator1 int distinctElements () }
com/google/common/collect/Multisets$5.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$5 extends com.google.common.collect.TransformedIterator { void <init> (java.util.Iterator) java.util.Iterator backingIterator java.lang.Object transform (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Multisets$AbstractEntry.class
Multisets.java package com.google.common.collect abstract com.google.common.collect.Multisets$AbstractEntry extends java.lang.Object implements com.google.common.collect.Multiset$Entry { void <init> () public boolean equals (java.lang.Object) com.google.common.collect.Multiset$Entry that Object object public int hashCode () Object e public java.lang.String toString () String text int n }
com/google/common/collect/Multisets$DecreasingCount.class
Multisets.java package com.google.common.collect final com.google.common.collect.Multisets$DecreasingCount extends java.lang.Object implements java.util.Comparator { static final com.google.common.collect.Multisets$DecreasingCount INSTANCE private void <init> () public int compare (com.google.common.collect.Multiset$Entry, com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry entry1 com.google.common.collect.Multiset$Entry entry2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
com/google/common/collect/Multisets$ElementSet.class
Multisets.java package com.google.common.collect abstract com.google.common.collect.Multisets$ElementSet extends com.google.common.collect.Sets$ImprovedAbstractSet { void <init> () abstract com.google.common.collect.Multiset multiset () public void clear () public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean isEmpty () public abstract java.util.Iterator iterator () public boolean remove (java.lang.Object) Object o public int size () }
com/google/common/collect/Multisets$EntrySet.class
Multisets.java package com.google.common.collect abstract com.google.common.collect.Multisets$EntrySet extends com.google.common.collect.Sets$ImprovedAbstractSet { void <init> () abstract com.google.common.collect.Multiset multiset () public boolean contains (java.lang.Object) com.google.common.collect.Multiset$Entry entry int count Object o public boolean remove (java.lang.Object) com.google.common.collect.Multiset multiset com.google.common.collect.Multiset$Entry entry Object element int entryCount Object object public void clear () }
com/google/common/collect/Multisets$FilteredMultiset$1.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$FilteredMultiset$1 extends java.lang.Object implements com.google.common.base.Predicate { final synthetic com.google.common.collect.Multisets$FilteredMultiset this$0 void <init> (com.google.common.collect.Multisets$FilteredMultiset) com.google.common.collect.Multisets$FilteredMultiset this$0 public boolean apply (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry entry public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/collect/Multisets$FilteredMultiset.class
Multisets.java package com.google.common.collect final com.google.common.collect.Multisets$FilteredMultiset extends com.google.common.collect.Multisets$ViewMultiset { final com.google.common.collect.Multiset unfiltered final com.google.common.base.Predicate predicate void <init> (com.google.common.collect.Multiset, com.google.common.base.Predicate) com.google.common.collect.Multiset unfiltered com.google.common.base.Predicate predicate public com.google.common.collect.UnmodifiableIterator iterator () java.util.Set createElementSet () java.util.Iterator elementIterator () java.util.Set createEntrySet () java.util.Iterator entryIterator () public int count (java.lang.Object) Object e Object element int count public int add (java.lang.Object, int) Object element int occurrences public int remove (java.lang.Object, int) Object element int occurrences public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/Multisets$ImmutableEntry.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$ImmutableEntry extends com.google.common.collect.Multisets$AbstractEntry implements java.io.Serializable { private final Object element private final int count private static final long serialVersionUID void <init> (java.lang.Object, int) Object element int count public final java.lang.Object getElement () public final int getCount () public com.google.common.collect.Multisets$ImmutableEntry nextInBucket () }
com/google/common/collect/Multisets$MultisetIteratorImpl.class
Multisets.java package com.google.common.collect final com.google.common.collect.Multisets$MultisetIteratorImpl extends java.lang.Object implements java.util.Iterator { private final com.google.common.collect.Multiset multiset private final java.util.Iterator entryIterator private com.google.common.collect.Multiset$Entry currentEntry private int laterCount private int totalCount private boolean canRemove void <init> (com.google.common.collect.Multiset, java.util.Iterator) com.google.common.collect.Multiset multiset java.util.Iterator entryIterator public boolean hasNext () public java.lang.Object next () public void remove () }
com/google/common/collect/Multisets$UnmodifiableMultiset.class
Multisets.java package com.google.common.collect com.google.common.collect.Multisets$UnmodifiableMultiset extends com.google.common.collect.ForwardingMultiset implements java.io.Serializable { final com.google.common.collect.Multiset delegate transient java.util.Set elementSet transient java.util.Set entrySet private static final long serialVersionUID void <init> (com.google.common.collect.Multiset) com.google.common.collect.Multiset delegate protected com.google.common.collect.Multiset delegate () java.util.Set createElementSet () public java.util.Set elementSet () java.util.Set es public java.util.Set entrySet () java.util.Set es public java.util.Iterator iterator () public boolean add (java.lang.Object) Object element public int add (java.lang.Object, int) Object element int occurrences public boolean addAll (java.util.Collection) java.util.Collection elementsToAdd public boolean remove (java.lang.Object) Object element public int remove (java.lang.Object, int) Object element int occurrences public boolean removeAll (java.util.Collection) java.util.Collection elementsToRemove public boolean retainAll (java.util.Collection) java.util.Collection elementsToRetain public void clear () public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Multisets$ViewMultiset.class
Multisets.java package com.google.common.collect abstract com.google.common.collect.Multisets$ViewMultiset extends com.google.common.collect.AbstractMultiset { private void <init> () public int size () public void clear () public java.util.Iterator iterator () int distinctElements () synthetic void <init> (com.google.common.collect.Multisets$1) com.google.common.collect.Multisets$1 x0 }
com/google/common/collect/Multisets.class
Multisets.java package com.google.common.collect public final com.google.common.collect.Multisets extends java.lang.Object { private void <init> () public static java.util.stream.Collector toMultiset (java.util.function.Function, java.util.function.ToIntFunction, java.util.function.Supplier) java.util.function.Function elementFunction java.util.function.ToIntFunction countFunction java.util.function.Supplier multisetSupplier public static com.google.common.collect.Multiset unmodifiableMultiset (com.google.common.collect.Multiset) com.google.common.collect.Multiset result com.google.common.collect.Multiset multiset public static com.google.common.collect.Multiset unmodifiableMultiset (com.google.common.collect.ImmutableMultiset) com.google.common.collect.ImmutableMultiset multiset public static com.google.common.collect.SortedMultiset unmodifiableSortedMultiset (com.google.common.collect.SortedMultiset) com.google.common.collect.SortedMultiset sortedMultiset public static com.google.common.collect.Multiset$Entry immutableEntry (java.lang.Object, int) Object e int n public static com.google.common.collect.Multiset filter (com.google.common.collect.Multiset, com.google.common.base.Predicate) com.google.common.collect.Multisets$FilteredMultiset filtered com.google.common.base.Predicate combinedPredicate com.google.common.collect.Multiset unfiltered com.google.common.base.Predicate predicate static int inferDistinctElements (java.lang.Iterable) Iterable elements public static com.google.common.collect.Multiset union (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset1 com.google.common.collect.Multiset multiset2 public static com.google.common.collect.Multiset intersection (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset1 com.google.common.collect.Multiset multiset2 public static com.google.common.collect.Multiset sum (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset1 com.google.common.collect.Multiset multiset2 public static com.google.common.collect.Multiset difference (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset1 com.google.common.collect.Multiset multiset2 public static boolean containsOccurrences (com.google.common.collect.Multiset, com.google.common.collect.Multiset) int superCount com.google.common.collect.Multiset$Entry entry com.google.common.collect.Multiset superMultiset com.google.common.collect.Multiset subMultiset public static boolean retainOccurrences (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset multisetToModify com.google.common.collect.Multiset multisetToRetain private static boolean retainOccurrencesImpl (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset$Entry entry int retainCount com.google.common.collect.Multiset multisetToModify com.google.common.collect.Multiset occurrencesToRetain java.util.Iterator entryIterator boolean changed public static boolean removeOccurrences (com.google.common.collect.Multiset, java.lang.Iterable) Object o boolean changed com.google.common.collect.Multiset multisetToModify Iterable occurrencesToRemove public static boolean removeOccurrences (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset$Entry entry int removeCount com.google.common.collect.Multiset multisetToModify com.google.common.collect.Multiset occurrencesToRemove boolean changed java.util.Iterator entryIterator static boolean equalsImpl (com.google.common.collect.Multiset, java.lang.Object) com.google.common.collect.Multiset$Entry entry com.google.common.collect.Multiset that com.google.common.collect.Multiset multiset Object object static boolean addAllImpl (com.google.common.collect.Multiset, java.util.Collection) com.google.common.collect.Multiset self java.util.Collection elements private static boolean addAllImpl (com.google.common.collect.Multiset, com.google.common.collect.Multiset) com.google.common.collect.Multiset self com.google.common.collect.Multiset elements static boolean removeAllImpl (com.google.common.collect.Multiset, java.util.Collection) com.google.common.collect.Multiset self java.util.Collection elementsToRemove java.util.Collection collection static boolean retainAllImpl (com.google.common.collect.Multiset, java.util.Collection) com.google.common.collect.Multiset self java.util.Collection elementsToRetain java.util.Collection collection static int setCountImpl (com.google.common.collect.Multiset, java.lang.Object, int) com.google.common.collect.Multiset self Object element int count int oldCount int delta static boolean setCountImpl (com.google.common.collect.Multiset, java.lang.Object, int, int) com.google.common.collect.Multiset self Object element int oldCount int newCount static java.util.Iterator elementIterator (java.util.Iterator) java.util.Iterator entryIterator static java.util.Iterator iteratorImpl (com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset static java.util.Spliterator spliteratorImpl (com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset java.util.Spliterator entrySpliterator static int linearTimeSizeImpl (com.google.common.collect.Multiset) com.google.common.collect.Multiset$Entry entry com.google.common.collect.Multiset multiset long size static com.google.common.collect.Multiset cast (java.lang.Iterable) Iterable iterable public static com.google.common.collect.ImmutableMultiset copyHighestCountFirst (com.google.common.collect.Multiset) com.google.common.collect.Multiset multiset com.google.common.collect.Multiset$Entry[] entries private static synthetic java.util.Spliterator lambda$spliteratorImpl$0 (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry entry }
com/google/common/collect/MutableClassToInstanceMap$1.class
MutableClassToInstanceMap.java package com.google.common.collect com.google.common.collect.MutableClassToInstanceMap$1 extends com.google.common.collect.ForwardingMapEntry { final synthetic java.util.Map$Entry val$entry void <init> (java.util.Map$Entry) protected java.util.Map$Entry delegate () public java.lang.Object setValue (java.lang.Object) Object value protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/MutableClassToInstanceMap$2$1.class
MutableClassToInstanceMap.java package com.google.common.collect com.google.common.collect.MutableClassToInstanceMap$2$1 extends com.google.common.collect.TransformedIterator { void <init> (com.google.common.collect.MutableClassToInstanceMap$2, java.util.Iterator) com.google.common.collect.MutableClassToInstanceMap$2 this$1 java.util.Iterator backingIterator java.util.Map$Entry transform (java.util.Map$Entry) java.util.Map$Entry from volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/MutableClassToInstanceMap$2.class
MutableClassToInstanceMap.java package com.google.common.collect com.google.common.collect.MutableClassToInstanceMap$2 extends com.google.common.collect.ForwardingSet { final synthetic com.google.common.collect.MutableClassToInstanceMap this$0 void <init> (com.google.common.collect.MutableClassToInstanceMap) com.google.common.collect.MutableClassToInstanceMap this$0 protected java.util.Set delegate () public java.util.Spliterator spliterator () public java.util.Iterator iterator () public java.lang.Object[] toArray () Object[] result public java.lang.Object[] toArray (java.lang.Object[]) Object[] array protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () private static synthetic java.util.Map$Entry lambda$spliterator$0 (java.util.Map$Entry) java.util.Map$Entry x$0 }
com/google/common/collect/MutableClassToInstanceMap$SerializedForm.class
MutableClassToInstanceMap.java package com.google.common.collect final com.google.common.collect.MutableClassToInstanceMap$SerializedForm extends java.lang.Object implements java.io.Serializable { private final java.util.Map backingMap private static final long serialVersionUID void <init> (java.util.Map) java.util.Map backingMap java.lang.Object readResolve () }
com/google/common/collect/MutableClassToInstanceMap.class
MutableClassToInstanceMap.java package com.google.common.collect public final com.google.common.collect.MutableClassToInstanceMap extends com.google.common.collect.ForwardingMap implements com.google.common.collect.ClassToInstanceMap java.io.Serializable { private final java.util.Map delegate public static com.google.common.collect.MutableClassToInstanceMap create () public static com.google.common.collect.MutableClassToInstanceMap create (java.util.Map) java.util.Map backingMap private void <init> (java.util.Map) java.util.Map delegate protected java.util.Map delegate () private static java.util.Map$Entry checkedEntry (java.util.Map$Entry) java.util.Map$Entry entry public java.util.Set entrySet () public java.lang.Object put (java.lang.Class, java.lang.Object) Class key Object value public void putAll (java.util.Map) java.util.Map$Entry entry java.util.Map map java.util.Map copy public java.lang.Object putInstance (java.lang.Class, java.lang.Object) Class type Object value public java.lang.Object getInstance (java.lang.Class) Class type private static java.lang.Object cast (java.lang.Class, java.lang.Object) Class type Object value private java.lang.Object writeReplace () public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) protected volatile synthetic java.lang.Object delegate () static synthetic java.lang.Object access$000 (java.lang.Class, java.lang.Object) Class x0 Object x1 static synthetic java.util.Map$Entry access$100 (java.util.Map$Entry) java.util.Map$Entry x0 }
com/google/common/collect/NaturalOrdering.class
NaturalOrdering.java package com.google.common.collect final com.google.common.collect.NaturalOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { static final com.google.common.collect.NaturalOrdering INSTANCE private transient com.google.common.collect.Ordering nullsFirst private transient com.google.common.collect.Ordering nullsLast private static final long serialVersionUID public int compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public com.google.common.collect.Ordering nullsFirst () com.google.common.collect.Ordering result public com.google.common.collect.Ordering nullsLast () com.google.common.collect.Ordering result public com.google.common.collect.Ordering reverse () private java.lang.Object readResolve () public java.lang.String toString () private void <init> () public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
com/google/common/collect/NullnessCasts.class
NullnessCasts.java package com.google.common.collect final com.google.common.collect.NullnessCasts extends java.lang.Object { static java.lang.Object uncheckedCastNullableTToT (java.lang.Object) Object t static java.lang.Object unsafeNull () private void <init> () }
com/google/common/collect/NullsFirstOrdering.class
NullsFirstOrdering.java package com.google.common.collect final com.google.common.collect.NullsFirstOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final com.google.common.collect.Ordering ordering private static final long serialVersionUID void <init> (com.google.common.collect.Ordering) com.google.common.collect.Ordering ordering public int compare (java.lang.Object, java.lang.Object) Object left Object right public com.google.common.collect.Ordering reverse () public com.google.common.collect.Ordering nullsFirst () public com.google.common.collect.Ordering nullsLast () public boolean equals (java.lang.Object) com.google.common.collect.NullsFirstOrdering that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/NullsLastOrdering.class
NullsLastOrdering.java package com.google.common.collect final com.google.common.collect.NullsLastOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final com.google.common.collect.Ordering ordering private static final long serialVersionUID void <init> (com.google.common.collect.Ordering) com.google.common.collect.Ordering ordering public int compare (java.lang.Object, java.lang.Object) Object left Object right public com.google.common.collect.Ordering reverse () public com.google.common.collect.Ordering nullsFirst () public com.google.common.collect.Ordering nullsLast () public boolean equals (java.lang.Object) com.google.common.collect.NullsLastOrdering that Object object public int hashCode () public java.lang.String toString () }
com/google/common/collect/ObjectArrays.class
ObjectArrays.java package com.google.common.collect public final com.google.common.collect.ObjectArrays extends java.lang.Object { private void <init> () public static java.lang.Object[] newArray (java.lang.Class, int) Class type int length public static java.lang.Object[] newArray (java.lang.Object[], int) Object[] reference int length public static java.lang.Object[] concat (java.lang.Object[], java.lang.Object[], java.lang.Class) Object[] first Object[] second Class type Object[] result public static java.lang.Object[] concat (java.lang.Object, java.lang.Object[]) Object element Object[] array Object[] result public static java.lang.Object[] concat (java.lang.Object[], java.lang.Object) Object[] array Object element Object[] result static java.lang.Object[] toArrayImpl (java.util.Collection, java.lang.Object[]) Object[] unsoundlyCovariantArray java.util.Collection c Object[] array int size static java.lang.Object[] toArrayImpl (java.lang.Object[], int, int, java.lang.Object[]) Object[] unsoundlyCovariantArray Object[] src int offset int len Object[] dst static java.lang.Object[] toArrayImpl (java.util.Collection) java.util.Collection c static java.lang.Object[] copyAsObjectArray (java.lang.Object[], int, int) Object[] elements int offset int length Object[] result private static java.lang.Object[] fillArray (java.lang.Iterable, java.lang.Object[]) Object element Iterable elements Object[] array int i static void swap (java.lang.Object[], int, int) Object[] array int i int j Object temp static transient java.lang.Object[] checkElementsNotNull (java.lang.Object[]) Object[] array static java.lang.Object[] checkElementsNotNull (java.lang.Object[], int) int i Object[] array int length static java.lang.Object checkElementNotNull (java.lang.Object, int) Object element int index }
com/google/common/collect/Ordering$ArbitraryOrdering.class
Ordering.java package com.google.common.collect com.google.common.collect.Ordering$ArbitraryOrdering extends com.google.common.collect.Ordering { private final java.util.concurrent.atomic.AtomicInteger counter private final java.util.concurrent.ConcurrentMap uids void <init> () private java.lang.Integer getUid (java.lang.Object) Integer alreadySet Object obj Integer uid public int compare (java.lang.Object, java.lang.Object) Object left Object right int leftCode int rightCode int result public java.lang.String toString () int identityHashCode (java.lang.Object) Object object }
com/google/common/collect/Ordering$ArbitraryOrderingHolder.class
Ordering.java package com.google.common.collect com.google.common.collect.Ordering$ArbitraryOrderingHolder extends java.lang.Object { static final com.google.common.collect.Ordering ARBITRARY_ORDERING private void <init> () static void <clinit> () }
com/google/common/collect/Ordering$IncomparableValueException.class
Ordering.java package com.google.common.collect com.google.common.collect.Ordering$IncomparableValueException extends java.lang.ClassCastException { final Object value private static final long serialVersionUID void <init> (java.lang.Object) Object value }
com/google/common/collect/Ordering.class
Ordering.java package com.google.common.collect public abstract com.google.common.collect.Ordering extends java.lang.Object implements java.util.Comparator { static final int LEFT_IS_GREATER static final int RIGHT_IS_GREATER public static com.google.common.collect.Ordering natural () public static com.google.common.collect.Ordering from (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.Ordering from (com.google.common.collect.Ordering) com.google.common.collect.Ordering ordering public static com.google.common.collect.Ordering explicit (java.util.List) java.util.List valuesInOrder public static transient com.google.common.collect.Ordering explicit (java.lang.Object, java.lang.Object[]) Object leastValue Object[] remainingValuesInOrder public static com.google.common.collect.Ordering allEqual () public static com.google.common.collect.Ordering usingToString () public static com.google.common.collect.Ordering arbitrary () protected void <init> () public com.google.common.collect.Ordering reverse () public com.google.common.collect.Ordering nullsFirst () public com.google.common.collect.Ordering nullsLast () public com.google.common.collect.Ordering onResultOf (com.google.common.base.Function) com.google.common.base.Function function com.google.common.collect.Ordering onKeys () public com.google.common.collect.Ordering compound (java.util.Comparator) java.util.Comparator secondaryComparator public static com.google.common.collect.Ordering compound (java.lang.Iterable) Iterable comparators public com.google.common.collect.Ordering lexicographical () public abstract int compare (java.lang.Object, java.lang.Object) public java.lang.Object min (java.util.Iterator) java.util.Iterator iterator Object minSoFar public java.lang.Object min (java.lang.Iterable) Iterable iterable public java.lang.Object min (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object min (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object r Object a Object b Object c Object[] rest Object minSoFar public java.lang.Object max (java.util.Iterator) java.util.Iterator iterator Object maxSoFar public java.lang.Object max (java.lang.Iterable) Iterable iterable public java.lang.Object max (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object max (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object r Object a Object b Object c Object[] rest Object maxSoFar public java.util.List leastOf (java.lang.Iterable, int) Object[] array java.util.Collection collection Iterable iterable int k public java.util.List leastOf (java.util.Iterator, int) java.util.ArrayList list com.google.common.collect.TopKSelector selector java.util.Iterator iterator int k public java.util.List greatestOf (java.lang.Iterable, int) Iterable iterable int k public java.util.List greatestOf (java.util.Iterator, int) java.util.Iterator iterator int k public java.util.List sortedCopy (java.lang.Iterable) Iterable elements Object[] array public com.google.common.collect.ImmutableList immutableSortedCopy (java.lang.Iterable) Iterable elements public boolean isOrdered (java.lang.Iterable) Object next Object prev Iterable iterable java.util.Iterator it public boolean isStrictlyOrdered (java.lang.Iterable) Object next Object prev Iterable iterable java.util.Iterator it public int binarySearch (java.util.List, java.lang.Object) java.util.List sortedList Object key }
com/google/common/collect/ParametricNullness.class
ParametricNullness.java package com.google.common.collect abstract annotation com.google.common.collect.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/collect/PeekingIterator.class
PeekingIterator.java package com.google.common.collect public abstract com.google.common.collect.PeekingIterator extends java.lang.Object implements java.util.Iterator { public abstract java.lang.Object peek () public abstract java.lang.Object next () public abstract void remove () }
com/google/common/collect/Platform.class
Platform.java package com.google.common.collect final com.google.common.collect.Platform extends java.lang.Object { private static final java.util.logging.Logger logger static java.util.Map newHashMapWithExpectedSize (int) int expectedSize static java.util.Map newLinkedHashMapWithExpectedSize (int) int expectedSize static java.util.Set newHashSetWithExpectedSize (int) int expectedSize static java.util.Set newConcurrentHashSet () static java.util.Set newLinkedHashSetWithExpectedSize (int) int expectedSize static java.util.Map preservesInsertionOrderOnPutsMap () static java.util.Set preservesInsertionOrderOnAddsSet () static java.lang.Object[] newArray (java.lang.Object[], int) Object[] reference int length Class type Object[] result static java.lang.Object[] copy (java.lang.Object[], int, int, java.lang.Object[]) Object[] source int from int to Object[] arrayOfType static com.google.common.collect.MapMaker tryWeakKeys (com.google.common.collect.MapMaker) com.google.common.collect.MapMaker mapMaker static int reduceIterationsIfGwt (int) int iterations static int reduceExponentIfGwt (int) int exponent static void checkGwtRpcEnabled () String propertyName private void <init> () static void <clinit> () }
com/google/common/collect/Queues.class
Queues.java package com.google.common.collect public final com.google.common.collect.Queues extends java.lang.Object { private void <init> () public static java.util.concurrent.ArrayBlockingQueue newArrayBlockingQueue (int) int capacity public static java.util.ArrayDeque newArrayDeque () public static java.util.ArrayDeque newArrayDeque (java.lang.Iterable) Iterable elements java.util.ArrayDeque deque public static java.util.concurrent.ConcurrentLinkedQueue newConcurrentLinkedQueue () public static java.util.concurrent.ConcurrentLinkedQueue newConcurrentLinkedQueue (java.lang.Iterable) Iterable elements java.util.concurrent.ConcurrentLinkedQueue queue public static java.util.concurrent.LinkedBlockingDeque newLinkedBlockingDeque () public static java.util.concurrent.LinkedBlockingDeque newLinkedBlockingDeque (int) int capacity public static java.util.concurrent.LinkedBlockingDeque newLinkedBlockingDeque (java.lang.Iterable) Iterable elements java.util.concurrent.LinkedBlockingDeque deque public static java.util.concurrent.LinkedBlockingQueue newLinkedBlockingQueue () public static java.util.concurrent.LinkedBlockingQueue newLinkedBlockingQueue (int) int capacity public static java.util.concurrent.LinkedBlockingQueue newLinkedBlockingQueue (java.lang.Iterable) Iterable elements java.util.concurrent.LinkedBlockingQueue queue public static java.util.concurrent.PriorityBlockingQueue newPriorityBlockingQueue () public static java.util.concurrent.PriorityBlockingQueue newPriorityBlockingQueue (java.lang.Iterable) Iterable elements java.util.concurrent.PriorityBlockingQueue queue public static java.util.PriorityQueue newPriorityQueue () public static java.util.PriorityQueue newPriorityQueue (java.lang.Iterable) Iterable elements java.util.PriorityQueue queue public static java.util.concurrent.SynchronousQueue newSynchronousQueue () public static int drain (java.util.concurrent.BlockingQueue, java.util.Collection, int, java.time.Duration) throws java.lang.InterruptedException java.util.concurrent.BlockingQueue q java.util.Collection buffer int numElements java.time.Duration timeout public static int drain (java.util.concurrent.BlockingQueue, java.util.Collection, int, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e java.util.concurrent.BlockingQueue q java.util.Collection buffer int numElements long timeout java.util.concurrent.TimeUnit unit long deadline int added public static int drainUninterruptibly (java.util.concurrent.BlockingQueue, java.util.Collection, int, java.time.Duration) java.util.concurrent.BlockingQueue q java.util.Collection buffer int numElements java.time.Duration timeout public static int drainUninterruptibly (java.util.concurrent.BlockingQueue, java.util.Collection, int, long, java.util.concurrent.TimeUnit) Object e InterruptedException ex Object e java.util.concurrent.BlockingQueue q java.util.Collection buffer int numElements long timeout java.util.concurrent.TimeUnit unit long deadline int added boolean interrupted public static java.util.Queue synchronizedQueue (java.util.Queue) java.util.Queue queue public static java.util.Deque synchronizedDeque (java.util.Deque) java.util.Deque deque }
com/google/common/collect/Range$1.class
Range.java package com.google.common.collect synthetic com.google.common.collect.Range$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$collect$BoundType static void <clinit> () }
com/google/common/collect/Range$LowerBoundFn.class
Range.java package com.google.common.collect com.google.common.collect.Range$LowerBoundFn extends java.lang.Object implements com.google.common.base.Function { static final com.google.common.collect.Range$LowerBoundFn INSTANCE void <init> () public com.google.common.collect.Cut apply (com.google.common.collect.Range) com.google.common.collect.Range range public volatile synthetic java.lang.Object apply (java.lang.Object) static void <clinit> () }
com/google/common/collect/Range$RangeLexOrdering.class
Range.java package com.google.common.collect com.google.common.collect.Range$RangeLexOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { static final com.google.common.collect.Ordering INSTANCE private static final long serialVersionUID private void <init> () public int compare (com.google.common.collect.Range, com.google.common.collect.Range) com.google.common.collect.Range left com.google.common.collect.Range right public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
com/google/common/collect/Range$UpperBoundFn.class
Range.java package com.google.common.collect com.google.common.collect.Range$UpperBoundFn extends java.lang.Object implements com.google.common.base.Function { static final com.google.common.collect.Range$UpperBoundFn INSTANCE void <init> () public com.google.common.collect.Cut apply (com.google.common.collect.Range) com.google.common.collect.Range range public volatile synthetic java.lang.Object apply (java.lang.Object) static void <clinit> () }
com/google/common/collect/Range.class
Range.java package com.google.common.collect public final com.google.common.collect.Range extends com.google.common.collect.RangeGwtSerializationDependencies implements com.google.common.base.Predicate java.io.Serializable { private static final com.google.common.collect.Range ALL final com.google.common.collect.Cut lowerBound final com.google.common.collect.Cut upperBound private static final long serialVersionUID static com.google.common.base.Function lowerBoundFn () static com.google.common.base.Function upperBoundFn () static com.google.common.collect.Ordering rangeLexOrdering () static com.google.common.collect.Range create (com.google.common.collect.Cut, com.google.common.collect.Cut) com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound public static com.google.common.collect.Range open (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static com.google.common.collect.Range closed (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static com.google.common.collect.Range closedOpen (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static com.google.common.collect.Range openClosed (java.lang.Comparable, java.lang.Comparable) Comparable lower Comparable upper public static com.google.common.collect.Range range (java.lang.Comparable, com.google.common.collect.BoundType, java.lang.Comparable, com.google.common.collect.BoundType) Comparable lower com.google.common.collect.BoundType lowerType Comparable upper com.google.common.collect.BoundType upperType com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound public static com.google.common.collect.Range lessThan (java.lang.Comparable) Comparable endpoint public static com.google.common.collect.Range atMost (java.lang.Comparable) Comparable endpoint public static com.google.common.collect.Range upTo (java.lang.Comparable, com.google.common.collect.BoundType) Comparable endpoint com.google.common.collect.BoundType boundType public static com.google.common.collect.Range greaterThan (java.lang.Comparable) Comparable endpoint public static com.google.common.collect.Range atLeast (java.lang.Comparable) Comparable endpoint public static com.google.common.collect.Range downTo (java.lang.Comparable, com.google.common.collect.BoundType) Comparable endpoint com.google.common.collect.BoundType boundType public static com.google.common.collect.Range all () public static com.google.common.collect.Range singleton (java.lang.Comparable) Comparable value public static com.google.common.collect.Range encloseAll (java.lang.Iterable) java.util.SortedSet set java.util.Comparator comparator Comparable value Iterable values java.util.Iterator valueIterator Comparable min Comparable max private void <init> (com.google.common.collect.Cut, com.google.common.collect.Cut) com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound public boolean hasLowerBound () public java.lang.Comparable lowerEndpoint () public com.google.common.collect.BoundType lowerBoundType () public boolean hasUpperBound () public java.lang.Comparable upperEndpoint () public com.google.common.collect.BoundType upperBoundType () public boolean isEmpty () public boolean contains (java.lang.Comparable) Comparable value public boolean apply (java.lang.Comparable) Comparable input public boolean containsAll (java.lang.Iterable) java.util.SortedSet set java.util.Comparator comparator Comparable value Iterable values public boolean encloses (com.google.common.collect.Range) com.google.common.collect.Range other public boolean isConnected (com.google.common.collect.Range) com.google.common.collect.Range other public com.google.common.collect.Range intersection (com.google.common.collect.Range) com.google.common.collect.Cut newLower com.google.common.collect.Cut newUpper com.google.common.collect.Range connectedRange int lowerCmp int upperCmp public com.google.common.collect.Range gap (com.google.common.collect.Range) com.google.common.collect.Range otherRange boolean isThisFirst com.google.common.collect.Range firstRange com.google.common.collect.Range secondRange public com.google.common.collect.Range span (com.google.common.collect.Range) com.google.common.collect.Cut newLower com.google.common.collect.Cut newUpper com.google.common.collect.Range other int lowerCmp int upperCmp public com.google.common.collect.Range canonical (com.google.common.collect.DiscreteDomain) com.google.common.collect.DiscreteDomain domain com.google.common.collect.Cut lower com.google.common.collect.Cut upper public boolean equals (java.lang.Object) com.google.common.collect.Range other Object object public int hashCode () public java.lang.String toString () private static java.lang.String toString (com.google.common.collect.Cut, com.google.common.collect.Cut) com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound StringBuilder sb java.lang.Object readResolve () static int compareOrThrow (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public volatile synthetic boolean apply (java.lang.Object) static void <clinit> () }
com/google/common/collect/RangeGwtSerializationDependencies.class
RangeGwtSerializationDependencies.java package com.google.common.collect abstract com.google.common.collect.RangeGwtSerializationDependencies extends java.lang.Object implements java.io.Serializable { void <init> () }
com/google/common/collect/RangeMap.class
RangeMap.java package com.google.common.collect public abstract com.google.common.collect.RangeMap extends java.lang.Object { public abstract java.lang.Object get (java.lang.Comparable) public abstract java.util.Map$Entry getEntry (java.lang.Comparable) public abstract com.google.common.collect.Range span () public abstract void put (com.google.common.collect.Range, java.lang.Object) public abstract void putCoalescing (com.google.common.collect.Range, java.lang.Object) public abstract void putAll (com.google.common.collect.RangeMap) public abstract void clear () public abstract void remove (com.google.common.collect.Range) public abstract void merge (com.google.common.collect.Range, java.lang.Object, java.util.function.BiFunction) public abstract java.util.Map asMapOfRanges () public abstract java.util.Map asDescendingMapOfRanges () public abstract com.google.common.collect.RangeMap subRangeMap (com.google.common.collect.Range) public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () }
com/google/common/collect/RangeSet.class
RangeSet.java package com.google.common.collect public abstract com.google.common.collect.RangeSet extends java.lang.Object { public abstract boolean contains (java.lang.Comparable) public abstract com.google.common.collect.Range rangeContaining (java.lang.Comparable) public abstract boolean intersects (com.google.common.collect.Range) public abstract boolean encloses (com.google.common.collect.Range) public abstract boolean enclosesAll (com.google.common.collect.RangeSet) public boolean enclosesAll (java.lang.Iterable) com.google.common.collect.Range range Iterable other public abstract boolean isEmpty () public abstract com.google.common.collect.Range span () public abstract java.util.Set asRanges () public abstract java.util.Set asDescendingSetOfRanges () public abstract com.google.common.collect.RangeSet complement () public abstract com.google.common.collect.RangeSet subRangeSet (com.google.common.collect.Range) public abstract void add (com.google.common.collect.Range) public abstract void remove (com.google.common.collect.Range) public abstract void clear () public abstract void addAll (com.google.common.collect.RangeSet) public void addAll (java.lang.Iterable) com.google.common.collect.Range range Iterable ranges public abstract void removeAll (com.google.common.collect.RangeSet) public void removeAll (java.lang.Iterable) com.google.common.collect.Range range Iterable ranges public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () }
com/google/common/collect/RegularContiguousSet$1.class
RegularContiguousSet.java package com.google.common.collect com.google.common.collect.RegularContiguousSet$1 extends com.google.common.collect.AbstractSequentialIterator { final Comparable last final synthetic com.google.common.collect.RegularContiguousSet this$0 void <init> (com.google.common.collect.RegularContiguousSet, java.lang.Comparable) com.google.common.collect.RegularContiguousSet this$0 Comparable firstOrNull protected java.lang.Comparable computeNext (java.lang.Comparable) Comparable previous protected volatile synthetic java.lang.Object computeNext (java.lang.Object) }
com/google/common/collect/RegularContiguousSet$2.class
RegularContiguousSet.java package com.google.common.collect com.google.common.collect.RegularContiguousSet$2 extends com.google.common.collect.AbstractSequentialIterator { final Comparable first final synthetic com.google.common.collect.RegularContiguousSet this$0 void <init> (com.google.common.collect.RegularContiguousSet, java.lang.Comparable) com.google.common.collect.RegularContiguousSet this$0 Comparable firstOrNull protected java.lang.Comparable computeNext (java.lang.Comparable) Comparable previous protected volatile synthetic java.lang.Object computeNext (java.lang.Object) }
com/google/common/collect/RegularContiguousSet$3.class
RegularContiguousSet.java package com.google.common.collect com.google.common.collect.RegularContiguousSet$3 extends com.google.common.collect.ImmutableAsList { final synthetic com.google.common.collect.RegularContiguousSet this$0 void <init> (com.google.common.collect.RegularContiguousSet) com.google.common.collect.RegularContiguousSet this$0 com.google.common.collect.ImmutableSortedSet delegateCollection () public java.lang.Comparable get (int) int i volatile synthetic com.google.common.collect.ImmutableCollection delegateCollection () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/RegularContiguousSet$SerializedForm.class
RegularContiguousSet.java package com.google.common.collect final com.google.common.collect.RegularContiguousSet$SerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.Range range final com.google.common.collect.DiscreteDomain domain private void <init> (com.google.common.collect.Range, com.google.common.collect.DiscreteDomain) com.google.common.collect.Range range com.google.common.collect.DiscreteDomain domain private java.lang.Object readResolve () synthetic void <init> (com.google.common.collect.Range, com.google.common.collect.DiscreteDomain, com.google.common.collect.RegularContiguousSet$1) com.google.common.collect.Range x0 com.google.common.collect.DiscreteDomain x1 com.google.common.collect.RegularContiguousSet$1 x2 }
com/google/common/collect/RegularContiguousSet.class
RegularContiguousSet.java package com.google.common.collect final com.google.common.collect.RegularContiguousSet extends com.google.common.collect.ContiguousSet { private final com.google.common.collect.Range range private static final long serialVersionUID void <init> (com.google.common.collect.Range, com.google.common.collect.DiscreteDomain) com.google.common.collect.Range range com.google.common.collect.DiscreteDomain domain private com.google.common.collect.ContiguousSet intersectionInCurrentDomain (com.google.common.collect.Range) com.google.common.collect.Range other com.google.common.collect.ContiguousSet headSetImpl (java.lang.Comparable, boolean) Comparable toElement boolean inclusive com.google.common.collect.ContiguousSet subSetImpl (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable fromElement boolean fromInclusive Comparable toElement boolean toInclusive com.google.common.collect.ContiguousSet tailSetImpl (java.lang.Comparable, boolean) Comparable fromElement boolean inclusive int indexOf (java.lang.Object) Object target public com.google.common.collect.UnmodifiableIterator iterator () public com.google.common.collect.UnmodifiableIterator descendingIterator () private static boolean equalsOrThrow (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right boolean isPartialView () public java.lang.Comparable first () public java.lang.Comparable last () com.google.common.collect.ImmutableList createAsList () public int size () long distance public boolean contains (java.lang.Object) ClassCastException e Object object public boolean containsAll (java.util.Collection) java.util.Collection targets public boolean isEmpty () public com.google.common.collect.ContiguousSet intersection (com.google.common.collect.ContiguousSet) Comparable lowerEndpoint Comparable upperEndpoint com.google.common.collect.ContiguousSet other public com.google.common.collect.Range range () public com.google.common.collect.Range range (com.google.common.collect.BoundType, com.google.common.collect.BoundType) com.google.common.collect.BoundType lowerBoundType com.google.common.collect.BoundType upperBoundType public boolean equals (java.lang.Object) com.google.common.collect.RegularContiguousSet that Object object public int hashCode () java.lang.Object writeReplace () public volatile synthetic java.lang.Object last () public volatile synthetic java.lang.Object first () volatile synthetic com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) volatile synthetic com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Object, boolean) public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () static synthetic boolean access$000 (java.lang.Comparable, java.lang.Comparable) Comparable x0 Comparable x1 }
com/google/common/collect/RegularImmutableAsList.class
RegularImmutableAsList.java package com.google.common.collect com.google.common.collect.RegularImmutableAsList extends com.google.common.collect.ImmutableAsList { private final com.google.common.collect.ImmutableCollection delegate private final com.google.common.collect.ImmutableList delegateList void <init> (com.google.common.collect.ImmutableCollection, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableCollection delegate com.google.common.collect.ImmutableList delegateList void <init> (com.google.common.collect.ImmutableCollection, java.lang.Object[]) com.google.common.collect.ImmutableCollection delegate Object[] array com.google.common.collect.ImmutableCollection delegateCollection () com.google.common.collect.ImmutableList delegateList () public com.google.common.collect.UnmodifiableListIterator listIterator (int) int index public void forEach (java.util.function.Consumer) java.util.function.Consumer action int copyIntoArray (java.lang.Object[], int) Object[] dst int offset java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () public java.lang.Object get (int) int index public volatile synthetic java.util.ListIterator listIterator (int) }
com/google/common/collect/RegularImmutableBiMap$1.class
RegularImmutableBiMap.java package com.google.common.collect synthetic com.google.common.collect.RegularImmutableBiMap$1 extends java.lang.Object { }
com/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet$1.class
RegularImmutableBiMap.java package com.google.common.collect com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1 extends com.google.common.collect.ImmutableAsList { final synthetic com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet this$2 void <init> (com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet) com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet this$2 public java.util.Map$Entry get (int) int index java.util.Map$Entry entry com.google.common.collect.ImmutableCollection delegateCollection () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet.class
RegularImmutableBiMap.java package com.google.common.collect final com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet extends com.google.common.collect.ImmutableMapEntrySet { final synthetic com.google.common.collect.RegularImmutableBiMap$Inverse this$1 void <init> (com.google.common.collect.RegularImmutableBiMap$Inverse) com.google.common.collect.RegularImmutableBiMap$Inverse this$1 com.google.common.collect.ImmutableMap map () boolean isHashCodeFast () public int hashCode () public com.google.common.collect.UnmodifiableIterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action com.google.common.collect.ImmutableList createAsList () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/RegularImmutableBiMap$Inverse.class
RegularImmutableBiMap.java package com.google.common.collect final com.google.common.collect.RegularImmutableBiMap$Inverse extends com.google.common.collect.ImmutableBiMap { final synthetic com.google.common.collect.RegularImmutableBiMap this$0 private void <init> (com.google.common.collect.RegularImmutableBiMap) public int size () public com.google.common.collect.ImmutableBiMap inverse () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.lang.Object get (java.lang.Object) com.google.common.collect.ImmutableMapEntry entry Object value int bucket com.google.common.collect.ImmutableSet createKeySet () com.google.common.collect.ImmutableSet createEntrySet () boolean isPartialView () java.lang.Object writeReplace () public volatile synthetic com.google.common.collect.BiMap inverse () private static synthetic void lambda$forEach$0 (java.util.function.BiConsumer, java.lang.Object, java.lang.Object) java.util.function.BiConsumer action Object k Object v synthetic void <init> (com.google.common.collect.RegularImmutableBiMap, com.google.common.collect.RegularImmutableBiMap$1) com.google.common.collect.RegularImmutableBiMap x0 com.google.common.collect.RegularImmutableBiMap$1 x1 }
com/google/common/collect/RegularImmutableBiMap$InverseSerializedForm.class
RegularImmutableBiMap.java package com.google.common.collect com.google.common.collect.RegularImmutableBiMap$InverseSerializedForm extends java.lang.Object implements java.io.Serializable { private final com.google.common.collect.ImmutableBiMap forward private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableBiMap) com.google.common.collect.ImmutableBiMap forward java.lang.Object readResolve () }
com/google/common/collect/RegularImmutableBiMap.class
RegularImmutableBiMap.java package com.google.common.collect com.google.common.collect.RegularImmutableBiMap extends com.google.common.collect.ImmutableBiMap { static final com.google.common.collect.RegularImmutableBiMap EMPTY static final double MAX_LOAD_FACTOR private final transient com.google.common.collect.ImmutableMapEntry[] keyTable private final transient com.google.common.collect.ImmutableMapEntry[] valueTable final transient java.util.Map$Entry[] entries private final transient int mask private final transient int hashCode private transient com.google.common.collect.ImmutableBiMap inverse static transient com.google.common.collect.ImmutableBiMap fromEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries static com.google.common.collect.ImmutableBiMap fromEntryArray (int, java.util.Map$Entry[]) com.google.common.collect.RegularImmutableMap$BucketOverflowException e java.util.Map$Entry entry Object key Object value int keyHash int valueHash int keyBucket int valueBucket com.google.common.collect.ImmutableMapEntry nextInKeyBucket com.google.common.collect.ImmutableMapEntry nextInValueBucket com.google.common.collect.ImmutableMapEntry newEntry int i int n java.util.Map$Entry[] entryArray int tableSize int mask com.google.common.collect.ImmutableMapEntry[] keyTable com.google.common.collect.ImmutableMapEntry[] valueTable java.util.Map$Entry[] entries int hashCode private void <init> (com.google.common.collect.ImmutableMapEntry[], com.google.common.collect.ImmutableMapEntry[], java.util.Map$Entry[], int, int) com.google.common.collect.ImmutableMapEntry[] keyTable com.google.common.collect.ImmutableMapEntry[] valueTable java.util.Map$Entry[] entries int mask int hashCode private static void checkNoConflictInValueBucket (java.lang.Object, java.util.Map$Entry, com.google.common.collect.ImmutableMapEntry) throws com.google.common.collect.RegularImmutableMap$BucketOverflowException Object value java.util.Map$Entry entry com.google.common.collect.ImmutableMapEntry valueBucketHead int bucketSize public java.lang.Object get (java.lang.Object) Object key com.google.common.collect.ImmutableSet createEntrySet () com.google.common.collect.ImmutableSet createKeySet () public void forEach (java.util.function.BiConsumer) java.util.Map$Entry entry java.util.function.BiConsumer action boolean isHashCodeFast () public int hashCode () boolean isPartialView () public int size () public com.google.common.collect.ImmutableBiMap inverse () com.google.common.collect.ImmutableBiMap result public volatile synthetic com.google.common.collect.BiMap inverse () static synthetic com.google.common.collect.ImmutableMapEntry[] access$100 (com.google.common.collect.RegularImmutableBiMap) com.google.common.collect.RegularImmutableBiMap x0 static synthetic int access$200 (com.google.common.collect.RegularImmutableBiMap) com.google.common.collect.RegularImmutableBiMap x0 static synthetic int access$300 (com.google.common.collect.RegularImmutableBiMap) com.google.common.collect.RegularImmutableBiMap x0 static void <clinit> () }
com/google/common/collect/RegularImmutableList.class
RegularImmutableList.java package com.google.common.collect com.google.common.collect.RegularImmutableList extends com.google.common.collect.ImmutableList { static final com.google.common.collect.ImmutableList EMPTY final transient Object[] array void <init> (java.lang.Object[]) Object[] array public int size () boolean isPartialView () java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () int copyIntoArray (java.lang.Object[], int) Object[] dst int dstOff public java.lang.Object get (int) int index public com.google.common.collect.UnmodifiableListIterator listIterator (int) int index public java.util.Spliterator spliterator () public volatile synthetic java.util.ListIterator listIterator (int) static void <clinit> () }
com/google/common/collect/RegularImmutableMap$BucketOverflowException.class
RegularImmutableMap.java package com.google.common.collect com.google.common.collect.RegularImmutableMap$BucketOverflowException extends java.lang.Exception { void <init> () }
com/google/common/collect/RegularImmutableMap$KeySet$SerializedForm.class
RegularImmutableMap.java package com.google.common.collect com.google.common.collect.RegularImmutableMap$KeySet$SerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableMap map private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map java.lang.Object readResolve () }
com/google/common/collect/RegularImmutableMap$KeySet.class
RegularImmutableMap.java package com.google.common.collect final com.google.common.collect.RegularImmutableMap$KeySet extends com.google.common.collect.IndexedImmutableSet { private final com.google.common.collect.RegularImmutableMap map void <init> (com.google.common.collect.RegularImmutableMap) com.google.common.collect.RegularImmutableMap map java.lang.Object get (int) int index public boolean contains (java.lang.Object) Object object boolean isPartialView () public int size () }
com/google/common/collect/RegularImmutableMap$Values$SerializedForm.class
RegularImmutableMap.java package com.google.common.collect com.google.common.collect.RegularImmutableMap$Values$SerializedForm extends java.lang.Object implements java.io.Serializable { final com.google.common.collect.ImmutableMap map private static final long serialVersionUID void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map java.lang.Object readResolve () }
com/google/common/collect/RegularImmutableMap$Values.class
RegularImmutableMap.java package com.google.common.collect final com.google.common.collect.RegularImmutableMap$Values extends com.google.common.collect.ImmutableList { final com.google.common.collect.RegularImmutableMap map void <init> (com.google.common.collect.RegularImmutableMap) com.google.common.collect.RegularImmutableMap map public java.lang.Object get (int) int index public int size () boolean isPartialView () }
com/google/common/collect/RegularImmutableMap.class
RegularImmutableMap.java package com.google.common.collect final com.google.common.collect.RegularImmutableMap extends com.google.common.collect.ImmutableMap { static final com.google.common.collect.ImmutableMap EMPTY static final double MAX_LOAD_FACTOR static final double HASH_FLOODING_FPP static final int MAX_HASH_BUCKET_LENGTH final transient java.util.Map$Entry[] entries private final transient com.google.common.collect.ImmutableMapEntry[] table private final transient int mask private static final long serialVersionUID static transient com.google.common.collect.ImmutableMap fromEntries (java.util.Map$Entry[]) java.util.Map$Entry[] entries static com.google.common.collect.ImmutableMap fromEntryArray (int, java.util.Map$Entry[], boolean) com.google.common.collect.ImmutableMap empty com.google.common.collect.RegularImmutableMap$BucketOverflowException e int n java.util.Map$Entry[] entryArray boolean throwIfDuplicateKeys private static com.google.common.collect.ImmutableMap fromEntryArrayCheckingBucketOverflow (int, java.util.Map$Entry[], boolean) throws com.google.common.collect.RegularImmutableMap$BucketOverflowException java.util.Map$Entry entry Object key Object value int tableIndex com.google.common.collect.ImmutableMapEntry keyBucketHead com.google.common.collect.ImmutableMapEntry effectiveEntry int entryIndex int newTableSize int n java.util.Map$Entry[] entryArray boolean throwIfDuplicateKeys java.util.Map$Entry[] entries int tableSize com.google.common.collect.ImmutableMapEntry[] table int mask java.util.IdentityHashMap duplicates int dupCount static java.util.Map$Entry[] removeDuplicates (java.util.Map$Entry[], int, int, java.util.IdentityHashMap) java.util.Map$Entry entry Boolean status int in int out java.util.Map$Entry[] entries int n int newN java.util.IdentityHashMap duplicates java.util.Map$Entry[] newEntries static com.google.common.collect.ImmutableMapEntry makeImmutable (java.util.Map$Entry, java.lang.Object, java.lang.Object) java.util.Map$Entry entry Object key Object value boolean reusable static com.google.common.collect.ImmutableMapEntry makeImmutable (java.util.Map$Entry) java.util.Map$Entry entry private void <init> (java.util.Map$Entry[], com.google.common.collect.ImmutableMapEntry[], int) java.util.Map$Entry[] entries com.google.common.collect.ImmutableMapEntry[] table int mask static com.google.common.collect.ImmutableMapEntry checkNoConflictInKeyBucket (java.lang.Object, java.lang.Object, com.google.common.collect.ImmutableMapEntry, boolean) throws com.google.common.collect.RegularImmutableMap$BucketOverflowException Object key Object newValue com.google.common.collect.ImmutableMapEntry keyBucketHead boolean throwIfDuplicateKeys int bucketSize public java.lang.Object get (java.lang.Object) Object key static java.lang.Object get (java.lang.Object, com.google.common.collect.ImmutableMapEntry[], int) Object candidateKey com.google.common.collect.ImmutableMapEntry entry Object key com.google.common.collect.ImmutableMapEntry[] keyTable int mask int index public void forEach (java.util.function.BiConsumer) java.util.Map$Entry entry java.util.function.BiConsumer action public int size () boolean isPartialView () com.google.common.collect.ImmutableSet createEntrySet () com.google.common.collect.ImmutableSet createKeySet () com.google.common.collect.ImmutableCollection createValues () static void <clinit> () }
com/google/common/collect/RegularImmutableMultiset$NonTerminalEntry.class
RegularImmutableMultiset.java package com.google.common.collect final com.google.common.collect.RegularImmutableMultiset$NonTerminalEntry extends com.google.common.collect.Multisets$ImmutableEntry { private final com.google.common.collect.Multisets$ImmutableEntry nextInBucket void <init> (java.lang.Object, int, com.google.common.collect.Multisets$ImmutableEntry) Object element int count com.google.common.collect.Multisets$ImmutableEntry nextInBucket public com.google.common.collect.Multisets$ImmutableEntry nextInBucket () }
com/google/common/collect/RegularImmutableMultiset.class
RegularImmutableMultiset.java package com.google.common.collect com.google.common.collect.RegularImmutableMultiset extends com.google.common.collect.ImmutableMultiset { private static final com.google.common.collect.Multisets$ImmutableEntry[] EMPTY_ARRAY static final com.google.common.collect.ImmutableMultiset EMPTY static final double MAX_LOAD_FACTOR static final double HASH_FLOODING_FPP static final int MAX_HASH_BUCKET_LENGTH private final transient com.google.common.collect.Multisets$ImmutableEntry[] entries private final transient com.google.common.collect.Multisets$ImmutableEntry[] hashTable private final transient int size private final transient int hashCode private transient com.google.common.collect.ImmutableSet elementSet static com.google.common.collect.ImmutableMultiset create (java.util.Collection) boolean canReuseEntry com.google.common.collect.Multisets$ImmutableEntry newEntry com.google.common.collect.Multiset$Entry entry Object element int count int hash int bucket com.google.common.collect.Multisets$ImmutableEntry bucketHead com.google.common.collect.Multisets$ImmutableEntry newEntry com.google.common.collect.Multiset$Entry entryWithWildcard java.util.Collection entries int distinct com.google.common.collect.Multisets$ImmutableEntry[] entryArray int tableSize int mask com.google.common.collect.Multisets$ImmutableEntry[] hashTable int index int hashCode long size private static boolean hashFloodingDetected (com.google.common.collect.Multisets$ImmutableEntry[]) com.google.common.collect.Multisets$ImmutableEntry entry int bucketLength int i com.google.common.collect.Multisets$ImmutableEntry[] hashTable private void <init> (com.google.common.collect.Multisets$ImmutableEntry[], com.google.common.collect.Multisets$ImmutableEntry[], int, int, com.google.common.collect.ImmutableSet) com.google.common.collect.Multisets$ImmutableEntry[] entries com.google.common.collect.Multisets$ImmutableEntry[] hashTable int size int hashCode com.google.common.collect.ImmutableSet elementSet boolean isPartialView () public int count (java.lang.Object) com.google.common.collect.Multisets$ImmutableEntry entry Object element com.google.common.collect.Multisets$ImmutableEntry[] hashTable int hash int mask public int size () public com.google.common.collect.ImmutableSet elementSet () com.google.common.collect.ImmutableSet result com.google.common.collect.Multiset$Entry getEntry (int) int index public int hashCode () public volatile synthetic java.util.Set elementSet () static void <clinit> () }
com/google/common/collect/RegularImmutableSet.class
RegularImmutableSet.java package com.google.common.collect final com.google.common.collect.RegularImmutableSet extends com.google.common.collect.ImmutableSet$CachingAsList { private static final Object[] EMPTY_ARRAY static final com.google.common.collect.RegularImmutableSet EMPTY private final transient Object[] elements private final transient int hashCode final transient Object[] table private final transient int mask void <init> (java.lang.Object[], int, java.lang.Object[], int) Object[] elements int hashCode Object[] table int mask public boolean contains (java.lang.Object) Object candidate int i Object target Object[] table public int size () public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset com.google.common.collect.ImmutableList createAsList () boolean isPartialView () public int hashCode () boolean isHashCodeFast () public volatile synthetic java.util.Iterator iterator () static void <clinit> () }
com/google/common/collect/RegularImmutableSortedMultiset.class
RegularImmutableSortedMultiset.java package com.google.common.collect final com.google.common.collect.RegularImmutableSortedMultiset extends com.google.common.collect.ImmutableSortedMultiset { private static final long[] ZERO_CUMULATIVE_COUNTS static final com.google.common.collect.ImmutableSortedMultiset NATURAL_EMPTY_MULTISET final transient com.google.common.collect.RegularImmutableSortedSet elementSet private final transient long[] cumulativeCounts private final transient int offset private final transient int length void <init> (java.util.Comparator) java.util.Comparator comparator void <init> (com.google.common.collect.RegularImmutableSortedSet, long[], int, int) com.google.common.collect.RegularImmutableSortedSet elementSet long[] cumulativeCounts int offset int length private int getCount (int) int index com.google.common.collect.Multiset$Entry getEntry (int) int index public void forEachEntry (java.util.function.ObjIntConsumer) int i java.util.function.ObjIntConsumer action public com.google.common.collect.Multiset$Entry firstEntry () public com.google.common.collect.Multiset$Entry lastEntry () public int count (java.lang.Object) Object element int index public int size () long size public com.google.common.collect.ImmutableSortedSet elementSet () public com.google.common.collect.ImmutableSortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) Object upperBound com.google.common.collect.BoundType boundType public com.google.common.collect.ImmutableSortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType boundType com.google.common.collect.ImmutableSortedMultiset getSubMultiset (int, int) com.google.common.collect.RegularImmutableSortedSet subElementSet int from int to boolean isPartialView () public volatile synthetic com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic java.util.NavigableSet elementSet () public volatile synthetic java.util.SortedSet elementSet () public volatile synthetic java.util.Set elementSet () public volatile synthetic com.google.common.collect.ImmutableSet elementSet () static void <clinit> () }
com/google/common/collect/RegularImmutableSortedSet.class
RegularImmutableSortedSet.java package com.google.common.collect final com.google.common.collect.RegularImmutableSortedSet extends com.google.common.collect.ImmutableSortedSet { static final com.google.common.collect.RegularImmutableSortedSet NATURAL_EMPTY_SET private final transient com.google.common.collect.ImmutableList elements void <init> (com.google.common.collect.ImmutableList, java.util.Comparator) com.google.common.collect.ImmutableList elements java.util.Comparator comparator java.lang.Object[] internalArray () int internalArrayStart () int internalArrayEnd () public com.google.common.collect.UnmodifiableIterator iterator () public com.google.common.collect.UnmodifiableIterator descendingIterator () public java.util.Spliterator spliterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public int size () public boolean contains (java.lang.Object) ClassCastException e Object o public boolean containsAll (java.util.Collection) int cmp RuntimeException e java.util.Collection targets java.util.Iterator thisIterator java.util.Iterator thatIterator Object target Object current private int unsafeBinarySearch (java.lang.Object) throws java.lang.ClassCastException Object key boolean isPartialView () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset public boolean equals (java.lang.Object) Object element Object otherElement java.util.Iterator iterator ClassCastException e java.util.NoSuchElementException e java.util.Iterator otherIterator Object object java.util.Set that public java.lang.Object first () public java.lang.Object last () public java.lang.Object lower (java.lang.Object) Object element int index public java.lang.Object floor (java.lang.Object) Object element int index public java.lang.Object ceiling (java.lang.Object) Object element int index public java.lang.Object higher (java.lang.Object) Object element int index com.google.common.collect.ImmutableSortedSet headSetImpl (java.lang.Object, boolean) Object toElement boolean inclusive int headIndex (java.lang.Object, boolean) Object toElement boolean inclusive int index com.google.common.collect.ImmutableSortedSet subSetImpl (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive com.google.common.collect.ImmutableSortedSet tailSetImpl (java.lang.Object, boolean) Object fromElement boolean inclusive int tailIndex (java.lang.Object, boolean) Object fromElement boolean inclusive int index java.util.Comparator unsafeComparator () com.google.common.collect.RegularImmutableSortedSet getSubSet (int, int) int newFromIndex int newToIndex int indexOf (java.lang.Object) int position ClassCastException e Object target int position com.google.common.collect.ImmutableList createAsList () com.google.common.collect.ImmutableSortedSet createDescendingSet () java.util.Comparator reversedOrder public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () static void <clinit> () }
com/google/common/collect/RegularImmutableTable$1.class
RegularImmutableTable.java package com.google.common.collect synthetic com.google.common.collect.RegularImmutableTable$1 extends java.lang.Object { }
com/google/common/collect/RegularImmutableTable$CellSet.class
RegularImmutableTable.java package com.google.common.collect final com.google.common.collect.RegularImmutableTable$CellSet extends com.google.common.collect.IndexedImmutableSet { final synthetic com.google.common.collect.RegularImmutableTable this$0 private void <init> (com.google.common.collect.RegularImmutableTable) public int size () com.google.common.collect.Table$Cell get (int) int index public boolean contains (java.lang.Object) com.google.common.collect.Table$Cell cell Object value Object object boolean isPartialView () volatile synthetic java.lang.Object get (int) synthetic void <init> (com.google.common.collect.RegularImmutableTable, com.google.common.collect.RegularImmutableTable$1) com.google.common.collect.RegularImmutableTable x0 com.google.common.collect.RegularImmutableTable$1 x1 }
com/google/common/collect/RegularImmutableTable$Values.class
RegularImmutableTable.java package com.google.common.collect final com.google.common.collect.RegularImmutableTable$Values extends com.google.common.collect.ImmutableList { final synthetic com.google.common.collect.RegularImmutableTable this$0 private void <init> (com.google.common.collect.RegularImmutableTable) public int size () public java.lang.Object get (int) int index boolean isPartialView () synthetic void <init> (com.google.common.collect.RegularImmutableTable, com.google.common.collect.RegularImmutableTable$1) com.google.common.collect.RegularImmutableTable x0 com.google.common.collect.RegularImmutableTable$1 x1 }
com/google/common/collect/RegularImmutableTable.class
RegularImmutableTable.java package com.google.common.collect abstract com.google.common.collect.RegularImmutableTable extends com.google.common.collect.ImmutableTable { void <init> () abstract com.google.common.collect.Table$Cell getCell (int) final com.google.common.collect.ImmutableSet createCellSet () abstract java.lang.Object getValue (int) final com.google.common.collect.ImmutableCollection createValues () static com.google.common.collect.RegularImmutableTable forCells (java.util.List, java.util.Comparator, java.util.Comparator) java.util.Comparator comparator java.util.List cells java.util.Comparator rowComparator java.util.Comparator columnComparator static com.google.common.collect.RegularImmutableTable forCells (java.lang.Iterable) Iterable cells private static com.google.common.collect.RegularImmutableTable forCellsInternal (java.lang.Iterable, java.util.Comparator, java.util.Comparator) com.google.common.collect.Table$Cell cell Iterable cells java.util.Comparator rowComparator java.util.Comparator columnComparator java.util.Set rowSpaceBuilder java.util.Set columnSpaceBuilder com.google.common.collect.ImmutableList cellList com.google.common.collect.ImmutableSet rowSpace com.google.common.collect.ImmutableSet columnSpace static com.google.common.collect.RegularImmutableTable forOrderedComponents (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableList cellList com.google.common.collect.ImmutableSet rowSpace com.google.common.collect.ImmutableSet columnSpace final void checkNoDuplicate (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object existingValue Object newValue volatile synthetic java.util.Collection createValues () volatile synthetic java.util.Set createCellSet () private static synthetic int lambda$forCells$0 (java.util.Comparator, java.util.Comparator, com.google.common.collect.Table$Cell, com.google.common.collect.Table$Cell) java.util.Comparator rowComparator java.util.Comparator columnComparator com.google.common.collect.Table$Cell cell1 com.google.common.collect.Table$Cell cell2 int rowCompare }
com/google/common/collect/ReverseNaturalOrdering.class
ReverseNaturalOrdering.java package com.google.common.collect final com.google.common.collect.ReverseNaturalOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { static final com.google.common.collect.ReverseNaturalOrdering INSTANCE private static final long serialVersionUID public int compare (java.lang.Comparable, java.lang.Comparable) Comparable left Comparable right public com.google.common.collect.Ordering reverse () public java.lang.Comparable min (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public transient java.lang.Comparable min (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable[]) Comparable a Comparable b Comparable c Comparable[] rest public java.lang.Comparable min (java.util.Iterator) java.util.Iterator iterator public java.lang.Comparable min (java.lang.Iterable) Iterable iterable public java.lang.Comparable max (java.lang.Comparable, java.lang.Comparable) Comparable a Comparable b public transient java.lang.Comparable max (java.lang.Comparable, java.lang.Comparable, java.lang.Comparable, java.lang.Comparable[]) Comparable a Comparable b Comparable c Comparable[] rest public java.lang.Comparable max (java.util.Iterator) java.util.Iterator iterator public java.lang.Comparable max (java.lang.Iterable) Iterable iterable private java.lang.Object readResolve () public java.lang.String toString () private void <init> () public volatile synthetic java.lang.Object max (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) public volatile synthetic java.lang.Object max (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object max (java.lang.Iterable) public volatile synthetic java.lang.Object max (java.util.Iterator) public volatile synthetic java.lang.Object min (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) public volatile synthetic java.lang.Object min (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object min (java.lang.Iterable) public volatile synthetic java.lang.Object min (java.util.Iterator) public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
com/google/common/collect/ReverseOrdering.class
ReverseOrdering.java package com.google.common.collect final com.google.common.collect.ReverseOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { final com.google.common.collect.Ordering forwardOrder private static final long serialVersionUID void <init> (com.google.common.collect.Ordering) com.google.common.collect.Ordering forwardOrder public int compare (java.lang.Object, java.lang.Object) Object a Object b public com.google.common.collect.Ordering reverse () public java.lang.Object min (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object min (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object a Object b Object c Object[] rest public java.lang.Object min (java.util.Iterator) java.util.Iterator iterator public java.lang.Object min (java.lang.Iterable) Iterable iterable public java.lang.Object max (java.lang.Object, java.lang.Object) Object a Object b public transient java.lang.Object max (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object[]) Object a Object b Object c Object[] rest public java.lang.Object max (java.util.Iterator) java.util.Iterator iterator public java.lang.Object max (java.lang.Iterable) Iterable iterable public int hashCode () public boolean equals (java.lang.Object) com.google.common.collect.ReverseOrdering that Object object public java.lang.String toString () }
com/google/common/collect/RowSortedTable.class
RowSortedTable.java package com.google.common.collect public abstract com.google.common.collect.RowSortedTable extends java.lang.Object implements com.google.common.collect.Table { public abstract java.util.SortedSet rowKeySet () public abstract java.util.SortedMap rowMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Set rowKeySet () }
com/google/common/collect/Serialization$1.class
Serialization.java package com.google.common.collect synthetic com.google.common.collect.Serialization$1 extends java.lang.Object { }
com/google/common/collect/Serialization$FieldSetter.class
Serialization.java package com.google.common.collect final com.google.common.collect.Serialization$FieldSetter extends java.lang.Object { private final java.lang.reflect.Field field private void <init> (java.lang.reflect.Field) java.lang.reflect.Field field void set (java.lang.Object, java.lang.Object) IllegalAccessException impossible Object instance Object value void set (java.lang.Object, int) IllegalAccessException impossible Object instance int value synthetic void <init> (java.lang.reflect.Field, com.google.common.collect.Serialization$1) java.lang.reflect.Field x0 com.google.common.collect.Serialization$1 x1 }
com/google/common/collect/Serialization.class
Serialization.java package com.google.common.collect final com.google.common.collect.Serialization extends java.lang.Object { private void <init> () static int readCount (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream stream static void writeMap (java.util.Map, java.io.ObjectOutputStream) throws java.io.IOException java.util.Map$Entry entry java.util.Map map java.io.ObjectOutputStream stream static void populateMap (java.util.Map, java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.util.Map map java.io.ObjectInputStream stream int size static void populateMap (java.util.Map, java.io.ObjectInputStream, int) throws java.io.IOException java.lang.ClassNotFoundException Object key Object value int i java.util.Map map java.io.ObjectInputStream stream int size static void writeMultiset (com.google.common.collect.Multiset, java.io.ObjectOutputStream) throws java.io.IOException com.google.common.collect.Multiset$Entry entry com.google.common.collect.Multiset multiset java.io.ObjectOutputStream stream int entryCount static void populateMultiset (com.google.common.collect.Multiset, java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException com.google.common.collect.Multiset multiset java.io.ObjectInputStream stream int distinctElements static void populateMultiset (com.google.common.collect.Multiset, java.io.ObjectInputStream, int) throws java.io.IOException java.lang.ClassNotFoundException Object element int count int i com.google.common.collect.Multiset multiset java.io.ObjectInputStream stream int distinctElements static void writeMultimap (com.google.common.collect.Multimap, java.io.ObjectOutputStream) throws java.io.IOException Object value java.util.Map$Entry entry com.google.common.collect.Multimap multimap java.io.ObjectOutputStream stream static void populateMultimap (com.google.common.collect.Multimap, java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException com.google.common.collect.Multimap multimap java.io.ObjectInputStream stream int distinctKeys static void populateMultimap (com.google.common.collect.Multimap, java.io.ObjectInputStream, int) throws java.io.IOException java.lang.ClassNotFoundException Object value int j Object key java.util.Collection values int valueCount int i com.google.common.collect.Multimap multimap java.io.ObjectInputStream stream int distinctKeys static com.google.common.collect.Serialization$FieldSetter getFieldSetter (java.lang.Class, java.lang.String) java.lang.reflect.Field field NoSuchFieldException e Class clazz String fieldName }
com/google/common/collect/SetMultimap.class
SetMultimap.java package com.google.common.collect public abstract com.google.common.collect.SetMultimap extends java.lang.Object implements com.google.common.collect.Multimap { public abstract java.util.Set get (java.lang.Object) public abstract java.util.Set removeAll (java.lang.Object) public abstract java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Set entries () public abstract java.util.Map asMap () public abstract boolean equals (java.lang.Object) public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
com/google/common/collect/Sets$1$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$1$1 extends com.google.common.collect.AbstractIterator { final java.util.Iterator itr1 final java.util.Iterator itr2 final synthetic com.google.common.collect.Sets$1 this$0 void <init> (com.google.common.collect.Sets$1) com.google.common.collect.Sets$1 this$0 protected java.lang.Object computeNext () Object e }
com/google/common/collect/Sets$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$1 extends com.google.common.collect.Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public int size () Object e int size public boolean isEmpty () public com.google.common.collect.UnmodifiableIterator iterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public boolean contains (java.lang.Object) Object object public java.util.Set copyInto (java.util.Set) java.util.Set set public com.google.common.collect.ImmutableSet immutableCopy () public volatile synthetic java.util.Iterator iterator () private static synthetic boolean lambda$stream$0 (java.util.Set, java.lang.Object) java.util.Set set1 Object e }
com/google/common/collect/Sets$2$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$2$1 extends com.google.common.collect.AbstractIterator { final java.util.Iterator itr final synthetic com.google.common.collect.Sets$2 this$0 void <init> (com.google.common.collect.Sets$2) com.google.common.collect.Sets$2 this$0 protected java.lang.Object computeNext () Object e }
com/google/common/collect/Sets$2.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$2 extends com.google.common.collect.Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public com.google.common.collect.UnmodifiableIterator iterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public int size () Object e int size public boolean isEmpty () public boolean contains (java.lang.Object) Object object public boolean containsAll (java.util.Collection) java.util.Collection collection public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/Sets$3$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$3$1 extends com.google.common.collect.AbstractIterator { final java.util.Iterator itr final synthetic com.google.common.collect.Sets$3 this$0 void <init> (com.google.common.collect.Sets$3) com.google.common.collect.Sets$3 this$0 protected java.lang.Object computeNext () Object e }
com/google/common/collect/Sets$3.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$3 extends com.google.common.collect.Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public com.google.common.collect.UnmodifiableIterator iterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public int size () Object e int size public boolean isEmpty () public boolean contains (java.lang.Object) Object element public volatile synthetic java.util.Iterator iterator () private static synthetic boolean lambda$parallelStream$1 (java.util.Set, java.lang.Object) java.util.Set set2 Object e private static synthetic boolean lambda$stream$0 (java.util.Set, java.lang.Object) java.util.Set set2 Object e }
com/google/common/collect/Sets$4$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$4$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$itr1 final synthetic java.util.Iterator val$itr2 final synthetic com.google.common.collect.Sets$4 this$0 void <init> (com.google.common.collect.Sets$4, java.util.Iterator, java.util.Iterator) com.google.common.collect.Sets$4 this$0 public java.lang.Object computeNext () Object elem1 Object elem2 }
com/google/common/collect/Sets$4.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$4 extends com.google.common.collect.Sets$SetView { final synthetic java.util.Set val$set1 final synthetic java.util.Set val$set2 void <init> (java.util.Set, java.util.Set) public com.google.common.collect.UnmodifiableIterator iterator () java.util.Iterator itr1 java.util.Iterator itr2 public int size () Object e Object e int size public boolean isEmpty () public boolean contains (java.lang.Object) Object element public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/Sets$5$1$1$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$5$1$1$1 extends com.google.common.collect.AbstractIterator { int i final synthetic com.google.common.collect.Sets$5$1$1 this$2 void <init> (com.google.common.collect.Sets$5$1$1) com.google.common.collect.Sets$5$1$1 this$2 protected java.lang.Object computeNext () }
com/google/common/collect/Sets$5$1$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$5$1$1 extends java.util.AbstractSet { final synthetic java.util.BitSet val$copy final synthetic com.google.common.collect.Sets$5$1 this$1 void <init> (com.google.common.collect.Sets$5$1, java.util.BitSet) com.google.common.collect.Sets$5$1 this$1 public boolean contains (java.lang.Object) Object o Integer i public java.util.Iterator iterator () public int size () }
com/google/common/collect/Sets$5$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$5$1 extends com.google.common.collect.AbstractIterator { final java.util.BitSet bits final synthetic com.google.common.collect.Sets$5 this$0 void <init> (com.google.common.collect.Sets$5) com.google.common.collect.Sets$5 this$0 protected java.util.Set computeNext () int firstSetBit int bitToFlip java.util.BitSet copy protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/Sets$5.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$5 extends java.util.AbstractSet { final synthetic int val$size final synthetic com.google.common.collect.ImmutableMap val$index void <init> (int, com.google.common.collect.ImmutableMap) public boolean contains (java.lang.Object) java.util.Set s Object o public java.util.Iterator iterator () public int size () public java.lang.String toString () }
com/google/common/collect/Sets$CartesianSet$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$CartesianSet$1 extends com.google.common.collect.ImmutableList { final synthetic com.google.common.collect.ImmutableList val$axes void <init> (com.google.common.collect.ImmutableList) public int size () public java.util.List get (int) int index boolean isPartialView () public volatile synthetic java.lang.Object get (int) }
com/google/common/collect/Sets$CartesianSet.class
Sets.java package com.google.common.collect final com.google.common.collect.Sets$CartesianSet extends com.google.common.collect.ForwardingCollection implements java.util.Set { private final transient com.google.common.collect.ImmutableList axes private final transient com.google.common.collect.CartesianList delegate static java.util.Set create (java.util.List) com.google.common.collect.ImmutableSet copy java.util.Set set java.util.List sets com.google.common.collect.ImmutableList$Builder axesBuilder com.google.common.collect.ImmutableList axes com.google.common.collect.ImmutableList listAxes private void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.CartesianList) com.google.common.collect.ImmutableList axes com.google.common.collect.CartesianList delegate protected java.util.Collection delegate () public boolean contains (java.lang.Object) Object o Object object java.util.List list int i public boolean equals (java.lang.Object) com.google.common.collect.Sets$CartesianSet that Object object public int hashCode () int i java.util.Set axis int adjust int hash protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Sets$DescendingSet.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$DescendingSet extends com.google.common.collect.ForwardingNavigableSet { private final java.util.NavigableSet forward void <init> (java.util.NavigableSet) java.util.NavigableSet forward protected java.util.NavigableSet delegate () public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.util.Comparator comparator () java.util.Comparator forwardComparator private static com.google.common.collect.Ordering reverse (java.util.Comparator) java.util.Comparator forward public java.lang.Object first () public java.lang.Object last () public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] array public java.lang.String toString () protected volatile synthetic java.util.SortedSet delegate () protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Sets$FilteredNavigableSet.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$FilteredNavigableSet extends com.google.common.collect.Sets$FilteredSortedSet implements java.util.NavigableSet { void <init> (java.util.NavigableSet, com.google.common.base.Predicate) java.util.NavigableSet unfiltered com.google.common.base.Predicate predicate java.util.NavigableSet unfiltered () public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.lang.Object last () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive }
com/google/common/collect/Sets$FilteredSet.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$FilteredSet extends com.google.common.collect.Collections2$FilteredCollection implements java.util.Set { void <init> (java.util.Set, com.google.common.base.Predicate) java.util.Set unfiltered com.google.common.base.Predicate predicate public boolean equals (java.lang.Object) Object object public int hashCode () }
com/google/common/collect/Sets$FilteredSortedSet.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$FilteredSortedSet extends com.google.common.collect.Sets$FilteredSet implements java.util.SortedSet { void <init> (java.util.SortedSet, com.google.common.base.Predicate) java.util.SortedSet unfiltered com.google.common.base.Predicate predicate public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () Object element java.util.SortedSet sortedUnfiltered }
com/google/common/collect/Sets$ImprovedAbstractSet.class
Sets.java package com.google.common.collect abstract com.google.common.collect.Sets$ImprovedAbstractSet extends java.util.AbstractSet { void <init> () public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
com/google/common/collect/Sets$PowerSet$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$PowerSet$1 extends com.google.common.collect.AbstractIndexedListIterator { final synthetic com.google.common.collect.Sets$PowerSet this$0 void <init> (com.google.common.collect.Sets$PowerSet, int) com.google.common.collect.Sets$PowerSet this$0 int size protected java.util.Set get (int) int setBits protected volatile synthetic java.lang.Object get (int) }
com/google/common/collect/Sets$PowerSet.class
Sets.java package com.google.common.collect final com.google.common.collect.Sets$PowerSet extends java.util.AbstractSet { final com.google.common.collect.ImmutableMap inputSet void <init> (java.util.Set) java.util.Set input public int size () public boolean isEmpty () public java.util.Iterator iterator () public boolean contains (java.lang.Object) java.util.Set set Object obj public boolean equals (java.lang.Object) com.google.common.collect.Sets$PowerSet that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/collect/Sets$SetView.class
Sets.java package com.google.common.collect public abstract com.google.common.collect.Sets$SetView extends java.util.AbstractSet { private void <init> () public com.google.common.collect.ImmutableSet immutableCopy () public java.util.Set copyInto (java.util.Set) java.util.Set set public final boolean add (java.lang.Object) Object e public final boolean remove (java.lang.Object) Object object public final boolean addAll (java.util.Collection) java.util.Collection newElements public final boolean removeAll (java.util.Collection) java.util.Collection oldElements public final boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public final boolean retainAll (java.util.Collection) java.util.Collection elementsToKeep public final void clear () public abstract com.google.common.collect.UnmodifiableIterator iterator () public volatile synthetic java.util.Iterator iterator () synthetic void <init> (com.google.common.collect.Sets$1) com.google.common.collect.Sets$1 x0 }
com/google/common/collect/Sets$SubSet$1.class
Sets.java package com.google.common.collect com.google.common.collect.Sets$SubSet$1 extends com.google.common.collect.UnmodifiableIterator { final com.google.common.collect.ImmutableList elements int remainingSetBits final synthetic com.google.common.collect.Sets$SubSet this$0 void <init> (com.google.common.collect.Sets$SubSet) com.google.common.collect.Sets$SubSet this$0 public boolean hasNext () public java.lang.Object next () int index }
com/google/common/collect/Sets$SubSet.class
Sets.java package com.google.common.collect final com.google.common.collect.Sets$SubSet extends java.util.AbstractSet { private final com.google.common.collect.ImmutableMap inputSet private final int mask void <init> (com.google.common.collect.ImmutableMap, int) com.google.common.collect.ImmutableMap inputSet int mask public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object o Integer index static synthetic com.google.common.collect.ImmutableMap access$100 (com.google.common.collect.Sets$SubSet) com.google.common.collect.Sets$SubSet x0 static synthetic int access$200 (com.google.common.collect.Sets$SubSet) com.google.common.collect.Sets$SubSet x0 }
com/google/common/collect/Sets$UnmodifiableNavigableSet.class
Sets.java package com.google.common.collect final com.google.common.collect.Sets$UnmodifiableNavigableSet extends com.google.common.collect.ForwardingSortedSet implements java.util.NavigableSet java.io.Serializable { private final java.util.NavigableSet delegate private final java.util.SortedSet unmodifiableDelegate private transient com.google.common.collect.Sets$UnmodifiableNavigableSet descendingSet private static final long serialVersionUID void <init> (java.util.NavigableSet) java.util.NavigableSet delegate protected java.util.SortedSet delegate () public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet descendingSet () com.google.common.collect.Sets$UnmodifiableNavigableSet result public java.util.Iterator descendingIterator () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive protected volatile synthetic java.util.Set delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Sets.class
Sets.java package com.google.common.collect public final com.google.common.collect.Sets extends java.lang.Object { private void <init> () public static transient com.google.common.collect.ImmutableSet immutableEnumSet (java.lang.Enum, java.lang.Enum[]) Enum anElement Enum[] otherElements public static com.google.common.collect.ImmutableSet immutableEnumSet (java.lang.Iterable) java.util.Collection collection java.util.EnumSet enumSet java.util.Iterator itr Iterable elements public static java.util.stream.Collector toImmutableEnumSet () public static java.util.EnumSet newEnumSet (java.lang.Iterable, java.lang.Class) Iterable iterable Class elementType java.util.EnumSet set public static java.util.HashSet newHashSet () public static transient java.util.HashSet newHashSet (java.lang.Object[]) Object[] elements java.util.HashSet set public static java.util.HashSet newHashSet (java.lang.Iterable) Iterable elements public static java.util.HashSet newHashSet (java.util.Iterator) java.util.Iterator elements java.util.HashSet set public static java.util.HashSet newHashSetWithExpectedSize (int) int expectedSize public static java.util.Set newConcurrentHashSet () public static java.util.Set newConcurrentHashSet (java.lang.Iterable) Iterable elements java.util.Set set public static java.util.LinkedHashSet newLinkedHashSet () public static java.util.LinkedHashSet newLinkedHashSet (java.lang.Iterable) Iterable elements java.util.LinkedHashSet set public static java.util.LinkedHashSet newLinkedHashSetWithExpectedSize (int) int expectedSize public static java.util.TreeSet newTreeSet () public static java.util.TreeSet newTreeSet (java.lang.Iterable) Iterable elements java.util.TreeSet set public static java.util.TreeSet newTreeSet (java.util.Comparator) java.util.Comparator comparator public static java.util.Set newIdentityHashSet () public static java.util.concurrent.CopyOnWriteArraySet newCopyOnWriteArraySet () public static java.util.concurrent.CopyOnWriteArraySet newCopyOnWriteArraySet (java.lang.Iterable) Iterable elements java.util.Collection elementsCollection public static java.util.EnumSet complementOf (java.util.Collection) java.util.Collection collection Class type public static java.util.EnumSet complementOf (java.util.Collection, java.lang.Class) java.util.Collection collection Class type private static java.util.EnumSet makeComplementByHand (java.util.Collection, java.lang.Class) java.util.Collection collection Class type java.util.EnumSet result public static java.util.Set newSetFromMap (java.util.Map) java.util.Map map public static com.google.common.collect.Sets$SetView union (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static com.google.common.collect.Sets$SetView intersection (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static com.google.common.collect.Sets$SetView difference (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static com.google.common.collect.Sets$SetView symmetricDifference (java.util.Set, java.util.Set) java.util.Set set1 java.util.Set set2 public static java.util.Set filter (java.util.Set, com.google.common.base.Predicate) com.google.common.collect.Sets$FilteredSet filtered com.google.common.base.Predicate combinedPredicate java.util.Set unfiltered com.google.common.base.Predicate predicate public static java.util.SortedSet filter (java.util.SortedSet, com.google.common.base.Predicate) com.google.common.collect.Sets$FilteredSet filtered com.google.common.base.Predicate combinedPredicate java.util.SortedSet unfiltered com.google.common.base.Predicate predicate public static java.util.NavigableSet filter (java.util.NavigableSet, com.google.common.base.Predicate) com.google.common.collect.Sets$FilteredSet filtered com.google.common.base.Predicate combinedPredicate java.util.NavigableSet unfiltered com.google.common.base.Predicate predicate public static java.util.Set cartesianProduct (java.util.List) java.util.List sets public static transient java.util.Set cartesianProduct (java.util.Set[]) java.util.Set[] sets public static java.util.Set powerSet (java.util.Set) java.util.Set set public static java.util.Set combinations (java.util.Set, int) java.util.Set set int size com.google.common.collect.ImmutableMap index static int hashCodeImpl (java.util.Set) Object o java.util.Set s int hashCode static boolean equalsImpl (java.util.Set, java.lang.Object) RuntimeException ignored java.util.Set o java.util.Set s Object object public static java.util.NavigableSet unmodifiableNavigableSet (java.util.NavigableSet) java.util.NavigableSet set public static java.util.NavigableSet synchronizedNavigableSet (java.util.NavigableSet) java.util.NavigableSet navigableSet static boolean removeAllImpl (java.util.Set, java.util.Iterator) java.util.Set set java.util.Iterator iterator boolean changed static boolean removeAllImpl (java.util.Set, java.util.Collection) java.util.Set set java.util.Collection collection public static java.util.NavigableSet subSet (java.util.NavigableSet, com.google.common.collect.Range) java.util.NavigableSet set com.google.common.collect.Range range }
com/google/common/collect/SingletonImmutableBiMap.class
SingletonImmutableBiMap.java package com.google.common.collect final com.google.common.collect.SingletonImmutableBiMap extends com.google.common.collect.ImmutableBiMap { final transient Object singleKey final transient Object singleValue private final transient com.google.common.collect.ImmutableBiMap inverse private transient com.google.common.collect.ImmutableBiMap lazyInverse void <init> (java.lang.Object, java.lang.Object) Object singleKey Object singleValue private void <init> (java.lang.Object, java.lang.Object, com.google.common.collect.ImmutableBiMap) Object singleKey Object singleValue com.google.common.collect.ImmutableBiMap inverse public java.lang.Object get (java.lang.Object) Object key public int size () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value boolean isPartialView () com.google.common.collect.ImmutableSet createEntrySet () com.google.common.collect.ImmutableSet createKeySet () public com.google.common.collect.ImmutableBiMap inverse () com.google.common.collect.ImmutableBiMap result public volatile synthetic com.google.common.collect.BiMap inverse () }
com/google/common/collect/SingletonImmutableList.class
SingletonImmutableList.java package com.google.common.collect final com.google.common.collect.SingletonImmutableList extends com.google.common.collect.ImmutableList { final transient Object element void <init> (java.lang.Object) Object element public java.lang.Object get (int) int index public com.google.common.collect.UnmodifiableIterator iterator () public java.util.Spliterator spliterator () public int size () public com.google.common.collect.ImmutableList subList (int, int) int fromIndex int toIndex public java.lang.String toString () boolean isPartialView () public volatile synthetic java.util.List subList (int, int) public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/SingletonImmutableSet.class
SingletonImmutableSet.java package com.google.common.collect final com.google.common.collect.SingletonImmutableSet extends com.google.common.collect.ImmutableSet { final transient Object element void <init> (java.lang.Object) Object element public int size () public boolean contains (java.lang.Object) Object target public com.google.common.collect.UnmodifiableIterator iterator () public com.google.common.collect.ImmutableList asList () boolean isPartialView () int copyIntoArray (java.lang.Object[], int) Object[] dst int offset public final int hashCode () public java.lang.String toString () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/SingletonImmutableTable.class
SingletonImmutableTable.java package com.google.common.collect com.google.common.collect.SingletonImmutableTable extends com.google.common.collect.ImmutableTable { final Object singleRowKey final Object singleColumnKey final Object singleValue void <init> (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value void <init> (com.google.common.collect.Table$Cell) com.google.common.collect.Table$Cell cell public com.google.common.collect.ImmutableMap column (java.lang.Object) Object columnKey public com.google.common.collect.ImmutableMap columnMap () public com.google.common.collect.ImmutableMap rowMap () public int size () com.google.common.collect.ImmutableSet createCellSet () com.google.common.collect.ImmutableCollection createValues () com.google.common.collect.ImmutableTable$SerializedForm createSerializedForm () volatile synthetic java.util.Collection createValues () volatile synthetic java.util.Set createCellSet () public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Map column (java.lang.Object) }
com/google/common/collect/SortedIterable.class
SortedIterable.java package com.google.common.collect abstract com.google.common.collect.SortedIterable extends java.lang.Object implements java.lang.Iterable { public abstract java.util.Comparator comparator () public abstract java.util.Iterator iterator () }
com/google/common/collect/SortedIterables.class
SortedIterables.java package com.google.common.collect final com.google.common.collect.SortedIterables extends java.lang.Object { private void <init> () public static boolean hasSameComparator (java.util.Comparator, java.lang.Iterable) java.util.Comparator comparator2 java.util.Comparator comparator2 java.util.Comparator comparator Iterable elements java.util.Comparator comparator2 public static java.util.Comparator comparator (java.util.SortedSet) java.util.SortedSet sortedSet java.util.Comparator result }
com/google/common/collect/SortedLists$1.class
SortedLists.java package com.google.common.collect synthetic com.google.common.collect.SortedLists$1 extends java.lang.Object { }
com/google/common/collect/SortedLists$KeyAbsentBehavior$1.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyAbsentBehavior$1 extends com.google.common.collect.SortedLists$KeyAbsentBehavior { void <init> (java.lang.String, int) int resultIndex (int) int higherIndex }
com/google/common/collect/SortedLists$KeyAbsentBehavior$2.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyAbsentBehavior$2 extends com.google.common.collect.SortedLists$KeyAbsentBehavior { void <init> (java.lang.String, int) public int resultIndex (int) int higherIndex }
com/google/common/collect/SortedLists$KeyAbsentBehavior$3.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyAbsentBehavior$3 extends com.google.common.collect.SortedLists$KeyAbsentBehavior { void <init> (java.lang.String, int) public int resultIndex (int) int higherIndex }
com/google/common/collect/SortedLists$KeyAbsentBehavior.class
SortedLists.java package com.google.common.collect abstract enum com.google.common.collect.SortedLists$KeyAbsentBehavior extends java.lang.Enum { public static final enum com.google.common.collect.SortedLists$KeyAbsentBehavior NEXT_LOWER public static final enum com.google.common.collect.SortedLists$KeyAbsentBehavior NEXT_HIGHER public static final enum com.google.common.collect.SortedLists$KeyAbsentBehavior INVERTED_INSERTION_INDEX private static final synthetic com.google.common.collect.SortedLists$KeyAbsentBehavior[] $VALUES public static com.google.common.collect.SortedLists$KeyAbsentBehavior[] values () public static com.google.common.collect.SortedLists$KeyAbsentBehavior valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract int resultIndex (int) private static synthetic com.google.common.collect.SortedLists$KeyAbsentBehavior[] $values () synthetic void <init> (java.lang.String, int, com.google.common.collect.SortedLists$1) String x0 int x1 com.google.common.collect.SortedLists$1 x2 static void <clinit> () }
com/google/common/collect/SortedLists$KeyPresentBehavior$1.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyPresentBehavior$1 extends com.google.common.collect.SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) java.util.Comparator comparator Object key java.util.List list int foundIndex }
com/google/common/collect/SortedLists$KeyPresentBehavior$2.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyPresentBehavior$2 extends com.google.common.collect.SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) int middle int c java.util.Comparator comparator Object key java.util.List list int foundIndex int lower int upper }
com/google/common/collect/SortedLists$KeyPresentBehavior$3.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyPresentBehavior$3 extends com.google.common.collect.SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) int middle int c java.util.Comparator comparator Object key java.util.List list int foundIndex int lower int upper }
com/google/common/collect/SortedLists$KeyPresentBehavior$4.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyPresentBehavior$4 extends com.google.common.collect.SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) public int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) java.util.Comparator comparator Object key java.util.List list int foundIndex }
com/google/common/collect/SortedLists$KeyPresentBehavior$5.class
SortedLists.java package com.google.common.collect final enum com.google.common.collect.SortedLists$KeyPresentBehavior$5 extends com.google.common.collect.SortedLists$KeyPresentBehavior { void <init> (java.lang.String, int) public int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) java.util.Comparator comparator Object key java.util.List list int foundIndex }
com/google/common/collect/SortedLists$KeyPresentBehavior.class
SortedLists.java package com.google.common.collect abstract enum com.google.common.collect.SortedLists$KeyPresentBehavior extends java.lang.Enum { public static final enum com.google.common.collect.SortedLists$KeyPresentBehavior ANY_PRESENT public static final enum com.google.common.collect.SortedLists$KeyPresentBehavior LAST_PRESENT public static final enum com.google.common.collect.SortedLists$KeyPresentBehavior FIRST_PRESENT public static final enum com.google.common.collect.SortedLists$KeyPresentBehavior FIRST_AFTER public static final enum com.google.common.collect.SortedLists$KeyPresentBehavior LAST_BEFORE private static final synthetic com.google.common.collect.SortedLists$KeyPresentBehavior[] $VALUES public static com.google.common.collect.SortedLists$KeyPresentBehavior[] values () public static com.google.common.collect.SortedLists$KeyPresentBehavior valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract int resultIndex (java.util.Comparator, java.lang.Object, java.util.List, int) private static synthetic com.google.common.collect.SortedLists$KeyPresentBehavior[] $values () synthetic void <init> (java.lang.String, int, com.google.common.collect.SortedLists$1) String x0 int x1 com.google.common.collect.SortedLists$1 x2 static void <clinit> () }
com/google/common/collect/SortedLists.class
SortedLists.java package com.google.common.collect final com.google.common.collect.SortedLists extends java.lang.Object { private void <init> () public static int binarySearch (java.util.List, java.lang.Comparable, com.google.common.collect.SortedLists$KeyPresentBehavior, com.google.common.collect.SortedLists$KeyAbsentBehavior) java.util.List list Comparable e com.google.common.collect.SortedLists$KeyPresentBehavior presentBehavior com.google.common.collect.SortedLists$KeyAbsentBehavior absentBehavior public static int binarySearch (java.util.List, com.google.common.base.Function, java.lang.Comparable, com.google.common.collect.SortedLists$KeyPresentBehavior, com.google.common.collect.SortedLists$KeyAbsentBehavior) java.util.List list com.google.common.base.Function keyFunction Comparable key com.google.common.collect.SortedLists$KeyPresentBehavior presentBehavior com.google.common.collect.SortedLists$KeyAbsentBehavior absentBehavior public static int binarySearch (java.util.List, com.google.common.base.Function, java.lang.Object, java.util.Comparator, com.google.common.collect.SortedLists$KeyPresentBehavior, com.google.common.collect.SortedLists$KeyAbsentBehavior) java.util.List list com.google.common.base.Function keyFunction Object key java.util.Comparator keyComparator com.google.common.collect.SortedLists$KeyPresentBehavior presentBehavior com.google.common.collect.SortedLists$KeyAbsentBehavior absentBehavior public static int binarySearch (java.util.List, java.lang.Object, java.util.Comparator, com.google.common.collect.SortedLists$KeyPresentBehavior, com.google.common.collect.SortedLists$KeyAbsentBehavior) int middle int c java.util.List list Object key java.util.Comparator comparator com.google.common.collect.SortedLists$KeyPresentBehavior presentBehavior com.google.common.collect.SortedLists$KeyAbsentBehavior absentBehavior int lower int upper }
com/google/common/collect/SortedMapDifference.class
SortedMapDifference.java package com.google.common.collect public abstract com.google.common.collect.SortedMapDifference extends java.lang.Object implements com.google.common.collect.MapDifference { public abstract java.util.SortedMap entriesOnlyOnLeft () public abstract java.util.SortedMap entriesOnlyOnRight () public abstract java.util.SortedMap entriesInCommon () public abstract java.util.SortedMap entriesDiffering () public volatile synthetic java.util.Map entriesDiffering () public volatile synthetic java.util.Map entriesInCommon () public volatile synthetic java.util.Map entriesOnlyOnRight () public volatile synthetic java.util.Map entriesOnlyOnLeft () }
com/google/common/collect/SortedMultiset.class
SortedMultiset.java package com.google.common.collect public abstract com.google.common.collect.SortedMultiset extends java.lang.Object implements com.google.common.collect.SortedMultisetBridge com.google.common.collect.SortedIterable { public abstract java.util.Comparator comparator () public abstract com.google.common.collect.Multiset$Entry firstEntry () public abstract com.google.common.collect.Multiset$Entry lastEntry () public abstract com.google.common.collect.Multiset$Entry pollFirstEntry () public abstract com.google.common.collect.Multiset$Entry pollLastEntry () public abstract java.util.NavigableSet elementSet () public abstract java.util.Set entrySet () public abstract java.util.Iterator iterator () public abstract com.google.common.collect.SortedMultiset descendingMultiset () public abstract com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) public abstract com.google.common.collect.SortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) public abstract com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic java.util.SortedSet elementSet () public volatile synthetic java.util.Set elementSet () }
com/google/common/collect/SortedMultisetBridge.class
SortedMultisetBridge.java package com.google.common.collect abstract com.google.common.collect.SortedMultisetBridge extends java.lang.Object implements com.google.common.collect.Multiset { public abstract java.util.SortedSet elementSet () public volatile synthetic java.util.Set elementSet () }
com/google/common/collect/SortedMultisets$ElementSet.class
SortedMultisets.java package com.google.common.collect com.google.common.collect.SortedMultisets$ElementSet extends com.google.common.collect.Multisets$ElementSet implements java.util.SortedSet { private final com.google.common.collect.SortedMultiset multiset void <init> (com.google.common.collect.SortedMultiset) com.google.common.collect.SortedMultiset multiset final com.google.common.collect.SortedMultiset multiset () public java.util.Iterator iterator () public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () volatile synthetic com.google.common.collect.Multiset multiset () }
com/google/common/collect/SortedMultisets$NavigableElementSet.class
SortedMultisets.java package com.google.common.collect com.google.common.collect.SortedMultisets$NavigableElementSet extends com.google.common.collect.SortedMultisets$ElementSet implements java.util.NavigableSet { void <init> (com.google.common.collect.SortedMultiset) com.google.common.collect.SortedMultiset multiset public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object floor (java.lang.Object) Object e public java.lang.Object ceiling (java.lang.Object) Object e public java.lang.Object higher (java.lang.Object) Object e public java.util.NavigableSet descendingSet () public java.util.Iterator descendingIterator () public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive }
com/google/common/collect/SortedMultisets.class
SortedMultisets.java package com.google.common.collect final com.google.common.collect.SortedMultisets extends java.lang.Object { private void <init> () private static java.lang.Object getElementOrThrow (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry entry private static java.lang.Object getElementOrNull (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry entry static synthetic java.lang.Object access$000 (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry x0 static synthetic java.lang.Object access$100 (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry x0 }
com/google/common/collect/SortedSetMultimap.class
SortedSetMultimap.java package com.google.common.collect public abstract com.google.common.collect.SortedSetMultimap extends java.lang.Object implements com.google.common.collect.SetMultimap { public abstract java.util.SortedSet get (java.lang.Object) public abstract java.util.SortedSet removeAll (java.lang.Object) public abstract java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) public abstract java.util.Map asMap () public abstract java.util.Comparator valueComparator () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) }
com/google/common/collect/SparseImmutableTable.class
SparseImmutableTable.java package com.google.common.collect final com.google.common.collect.SparseImmutableTable extends com.google.common.collect.RegularImmutableTable { static final com.google.common.collect.ImmutableTable EMPTY private final com.google.common.collect.ImmutableMap rowMap private final com.google.common.collect.ImmutableMap columnMap private final int[] cellRowIndices private final int[] cellColumnInRowIndices void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet) Object row Object col com.google.common.collect.Table$Cell cell Object rowKey Object columnKey Object value java.util.Map thisRow Object oldValue int i java.util.Map$Entry row java.util.Map$Entry col com.google.common.collect.ImmutableList cellList com.google.common.collect.ImmutableSet rowSpace com.google.common.collect.ImmutableSet columnSpace java.util.Map rowIndex java.util.Map rows java.util.Map columns int[] cellRowIndices int[] cellColumnInRowIndices com.google.common.collect.ImmutableMap$Builder rowBuilder com.google.common.collect.ImmutableMap$Builder columnBuilder public com.google.common.collect.ImmutableMap columnMap () com.google.common.collect.ImmutableMap columnMap public com.google.common.collect.ImmutableMap rowMap () com.google.common.collect.ImmutableMap rowMap public int size () com.google.common.collect.Table$Cell getCell (int) int index int rowIndex java.util.Map$Entry rowEntry com.google.common.collect.ImmutableMap row int columnIndex java.util.Map$Entry colEntry java.lang.Object getValue (int) int index int rowIndex com.google.common.collect.ImmutableMap row int columnIndex com.google.common.collect.ImmutableTable$SerializedForm createSerializedForm () com.google.common.collect.Table$Cell cell java.util.Map columnKeyToIndex int[] cellColumnIndices int i public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Map rowMap () static void <clinit> () }
com/google/common/collect/StandardRowSortedTable$1.class
StandardRowSortedTable.java package com.google.common.collect synthetic com.google.common.collect.StandardRowSortedTable$1 extends java.lang.Object { }
com/google/common/collect/StandardRowSortedTable$RowSortedMap.class
StandardRowSortedTable.java package com.google.common.collect com.google.common.collect.StandardRowSortedTable$RowSortedMap extends com.google.common.collect.StandardTable$RowMap implements java.util.SortedMap { final synthetic com.google.common.collect.StandardRowSortedTable this$0 private void <init> (com.google.common.collect.StandardRowSortedTable) public java.util.SortedSet keySet () java.util.SortedSet createKeySet () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.lang.Object lastKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey volatile synthetic java.util.Set createKeySet () public volatile synthetic java.util.Set keySet () synthetic void <init> (com.google.common.collect.StandardRowSortedTable, com.google.common.collect.StandardRowSortedTable$1) com.google.common.collect.StandardRowSortedTable x0 com.google.common.collect.StandardRowSortedTable$1 x1 }
com/google/common/collect/StandardRowSortedTable.class
StandardRowSortedTable.java package com.google.common.collect com.google.common.collect.StandardRowSortedTable extends com.google.common.collect.StandardTable implements com.google.common.collect.RowSortedTable { private static final long serialVersionUID void <init> (java.util.SortedMap, com.google.common.base.Supplier) java.util.SortedMap backingMap com.google.common.base.Supplier factory private java.util.SortedMap sortedBackingMap () public java.util.SortedSet rowKeySet () public java.util.SortedMap rowMap () java.util.SortedMap createRowMap () volatile synthetic java.util.Map createRowMap () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Set rowKeySet () static synthetic java.util.SortedMap access$100 (com.google.common.collect.StandardRowSortedTable) com.google.common.collect.StandardRowSortedTable x0 }
com/google/common/collect/StandardTable$1.class
StandardTable.java package com.google.common.collect synthetic com.google.common.collect.StandardTable$1 extends java.lang.Object { }
com/google/common/collect/StandardTable$CellIterator.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$CellIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator rowIterator java.util.Map$Entry rowEntry java.util.Iterator columnIterator final synthetic com.google.common.collect.StandardTable this$0 private void <init> (com.google.common.collect.StandardTable) public boolean hasNext () public com.google.common.collect.Table$Cell next () java.util.Map$Entry columnEntry public void remove () public volatile synthetic java.lang.Object next () synthetic void <init> (com.google.common.collect.StandardTable, com.google.common.collect.StandardTable$1) com.google.common.collect.StandardTable x0 com.google.common.collect.StandardTable$1 x1 }
com/google/common/collect/StandardTable$Column$EntrySet.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Column$EntrySet extends com.google.common.collect.Sets$ImprovedAbstractSet { final synthetic com.google.common.collect.StandardTable$Column this$1 private void <init> (com.google.common.collect.StandardTable$Column) public java.util.Iterator iterator () public int size () java.util.Map map int size public boolean isEmpty () public void clear () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object o public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj public boolean retainAll (java.util.Collection) java.util.Collection c synthetic void <init> (com.google.common.collect.StandardTable$Column, com.google.common.collect.StandardTable$1) com.google.common.collect.StandardTable$Column x0 com.google.common.collect.StandardTable$1 x1 }
com/google/common/collect/StandardTable$Column$EntrySetIterator$1EntryImpl.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Column$EntrySetIterator$1EntryImpl extends com.google.common.collect.AbstractMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic com.google.common.collect.StandardTable$Column$EntrySetIterator this$2 void <init> (com.google.common.collect.StandardTable$Column$EntrySetIterator, java.util.Map$Entry) com.google.common.collect.StandardTable$Column$EntrySetIterator this$2 public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value }
com/google/common/collect/StandardTable$Column$EntrySetIterator.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Column$EntrySetIterator extends com.google.common.collect.AbstractIterator { final java.util.Iterator iterator final synthetic com.google.common.collect.StandardTable$Column this$1 private void <init> (com.google.common.collect.StandardTable$Column) protected java.util.Map$Entry computeNext () java.util.Map$Entry entry protected volatile synthetic java.lang.Object computeNext () synthetic void <init> (com.google.common.collect.StandardTable$Column, com.google.common.collect.StandardTable$1) com.google.common.collect.StandardTable$Column x0 com.google.common.collect.StandardTable$1 x1 }
com/google/common/collect/StandardTable$Column$KeySet.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Column$KeySet extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.StandardTable$Column this$1 void <init> (com.google.common.collect.StandardTable$Column) public boolean contains (java.lang.Object) Object obj public boolean remove (java.lang.Object) Object obj public boolean retainAll (java.util.Collection) java.util.Collection c }
com/google/common/collect/StandardTable$Column$Values.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Column$Values extends com.google.common.collect.Maps$Values { final synthetic com.google.common.collect.StandardTable$Column this$1 void <init> (com.google.common.collect.StandardTable$Column) public boolean remove (java.lang.Object) Object obj public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
com/google/common/collect/StandardTable$Column.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Column extends com.google.common.collect.Maps$ViewCachingAbstractMap { final Object columnKey final synthetic com.google.common.collect.StandardTable this$0 void <init> (com.google.common.collect.StandardTable, java.lang.Object) Object columnKey public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object get (java.lang.Object) Object key public boolean containsKey (java.lang.Object) Object key public java.lang.Object remove (java.lang.Object) Object key boolean removeFromColumnIf (com.google.common.base.Predicate) java.util.Map$Entry entry java.util.Map map Object value com.google.common.base.Predicate predicate boolean changed java.util.Iterator iterator java.util.Set createEntrySet () java.util.Set createKeySet () java.util.Collection createValues () }
com/google/common/collect/StandardTable$ColumnKeyIterator.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$ColumnKeyIterator extends com.google.common.collect.AbstractIterator { final java.util.Map seen final java.util.Iterator mapIterator java.util.Iterator entryIterator final synthetic com.google.common.collect.StandardTable this$0 private void <init> (com.google.common.collect.StandardTable) protected java.lang.Object computeNext () java.util.Map$Entry entry synthetic void <init> (com.google.common.collect.StandardTable, com.google.common.collect.StandardTable$1) com.google.common.collect.StandardTable x0 com.google.common.collect.StandardTable$1 x1 }
com/google/common/collect/StandardTable$ColumnKeySet.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$ColumnKeySet extends com.google.common.collect.StandardTable$TableSet { final synthetic com.google.common.collect.StandardTable this$0 private void <init> (com.google.common.collect.StandardTable) public java.util.Iterator iterator () public int size () public boolean remove (java.lang.Object) java.util.Map map Object obj boolean changed java.util.Iterator iterator public boolean removeAll (java.util.Collection) java.util.Map map java.util.Collection c boolean changed java.util.Iterator iterator public boolean retainAll (java.util.Collection) java.util.Map map java.util.Collection c boolean changed java.util.Iterator iterator public boolean contains (java.lang.Object) Object obj synthetic void <init> (com.google.common.collect.StandardTable, com.google.common.collect.StandardTable$1) com.google.common.collect.StandardTable x0 com.google.common.collect.StandardTable$1 x1 }
com/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet$1.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet this$2 void <init> (com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet) com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet this$2 public java.util.Map apply (java.lang.Object) Object columnKey public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet extends com.google.common.collect.StandardTable$TableSet { final synthetic com.google.common.collect.StandardTable$ColumnMap this$1 void <init> (com.google.common.collect.StandardTable$ColumnMap) com.google.common.collect.StandardTable$ColumnMap this$1 public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object obj public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) Object columnKey java.util.Collection c boolean changed }
com/google/common/collect/StandardTable$ColumnMap$ColumnMapValues.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues extends com.google.common.collect.Maps$Values { final synthetic com.google.common.collect.StandardTable$ColumnMap this$1 void <init> (com.google.common.collect.StandardTable$ColumnMap) public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj public boolean removeAll (java.util.Collection) Object columnKey java.util.Collection c boolean changed public boolean retainAll (java.util.Collection) Object columnKey java.util.Collection c boolean changed }
com/google/common/collect/StandardTable$ColumnMap.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$ColumnMap extends com.google.common.collect.Maps$ViewCachingAbstractMap { final synthetic com.google.common.collect.StandardTable this$0 private void <init> (com.google.common.collect.StandardTable) public java.util.Map get (java.lang.Object) Object key public boolean containsKey (java.lang.Object) Object key public java.util.Map remove (java.lang.Object) Object key public java.util.Set createEntrySet () public java.util.Set keySet () java.util.Collection createValues () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) synthetic void <init> (com.google.common.collect.StandardTable, com.google.common.collect.StandardTable$1) com.google.common.collect.StandardTable x0 com.google.common.collect.StandardTable$1 x1 }
com/google/common/collect/StandardTable$Row$1.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Row$1 extends java.lang.Object implements java.util.Iterator { final synthetic java.util.Iterator val$iterator final synthetic com.google.common.collect.StandardTable$Row this$1 void <init> (com.google.common.collect.StandardTable$Row, java.util.Iterator) com.google.common.collect.StandardTable$Row this$1 public boolean hasNext () public java.util.Map$Entry next () public void remove () public volatile synthetic java.lang.Object next () }
com/google/common/collect/StandardTable$Row$2.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Row$2 extends com.google.common.collect.ForwardingMapEntry { final synthetic java.util.Map$Entry val$entry void <init> (com.google.common.collect.StandardTable$Row, java.util.Map$Entry) com.google.common.collect.StandardTable$Row this$1 protected java.util.Map$Entry delegate () public java.lang.Object setValue (java.lang.Object) Object value public boolean equals (java.lang.Object) Object object protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/StandardTable$Row.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$Row extends com.google.common.collect.Maps$IteratorBasedAbstractMap { final Object rowKey java.util.Map backingRowMap final synthetic com.google.common.collect.StandardTable this$0 void <init> (com.google.common.collect.StandardTable, java.lang.Object) com.google.common.collect.StandardTable this$0 Object rowKey final void updateBackingRowMapField () java.util.Map computeBackingRowMap () void maintainEmptyInvariant () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object remove (java.lang.Object) Object key Object result public void clear () public int size () java.util.Iterator entryIterator () java.util.Iterator iterator java.util.Spliterator entrySpliterator () java.util.Map$Entry wrapEntry (java.util.Map$Entry) java.util.Map$Entry entry }
com/google/common/collect/StandardTable$RowMap$EntrySet$1.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$RowMap$EntrySet$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.StandardTable$RowMap$EntrySet this$2 void <init> (com.google.common.collect.StandardTable$RowMap$EntrySet) com.google.common.collect.StandardTable$RowMap$EntrySet this$2 public java.util.Map apply (java.lang.Object) Object rowKey public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/StandardTable$RowMap$EntrySet.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$RowMap$EntrySet extends com.google.common.collect.StandardTable$TableSet { final synthetic com.google.common.collect.StandardTable$RowMap this$1 void <init> (com.google.common.collect.StandardTable$RowMap) com.google.common.collect.StandardTable$RowMap this$1 public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) java.util.Map$Entry entry Object obj public boolean remove (java.lang.Object) java.util.Map$Entry entry Object obj }
com/google/common/collect/StandardTable$RowMap.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable$RowMap extends com.google.common.collect.Maps$ViewCachingAbstractMap { final synthetic com.google.common.collect.StandardTable this$0 void <init> (com.google.common.collect.StandardTable) com.google.common.collect.StandardTable this$0 public boolean containsKey (java.lang.Object) Object key public java.util.Map get (java.lang.Object) Object key public java.util.Map remove (java.lang.Object) Object key protected java.util.Set createEntrySet () public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) }
com/google/common/collect/StandardTable$TableSet.class
StandardTable.java package com.google.common.collect abstract com.google.common.collect.StandardTable$TableSet extends com.google.common.collect.Sets$ImprovedAbstractSet { final synthetic com.google.common.collect.StandardTable this$0 private void <init> (com.google.common.collect.StandardTable) public boolean isEmpty () public void clear () synthetic void <init> (com.google.common.collect.StandardTable, com.google.common.collect.StandardTable$1) com.google.common.collect.StandardTable x0 com.google.common.collect.StandardTable$1 x1 }
com/google/common/collect/StandardTable.class
StandardTable.java package com.google.common.collect com.google.common.collect.StandardTable extends com.google.common.collect.AbstractTable implements java.io.Serializable { final java.util.Map backingMap final com.google.common.base.Supplier factory private transient java.util.Set columnKeySet private transient java.util.Map rowMap private transient com.google.common.collect.StandardTable$ColumnMap columnMap private static final long serialVersionUID void <init> (java.util.Map, com.google.common.base.Supplier) java.util.Map backingMap com.google.common.base.Supplier factory public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) java.util.Map map Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean isEmpty () public int size () java.util.Map map int size public void clear () private java.util.Map getOrCreate (java.lang.Object) Object rowKey java.util.Map map public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey java.util.Map map Object value private java.util.Map removeColumn (java.lang.Object) java.util.Map$Entry entry Object value Object column java.util.Map output java.util.Iterator iterator private boolean containsMapping (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value private boolean removeMapping (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public java.util.Set cellSet () java.util.Iterator cellIterator () java.util.Spliterator cellSpliterator () public java.util.Map row (java.lang.Object) Object rowKey public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set rowKeySet () public java.util.Set columnKeySet () java.util.Set result java.util.Iterator createColumnKeyIterator () public java.util.Collection values () public java.util.Map rowMap () java.util.Map result java.util.Map createRowMap () public java.util.Map columnMap () com.google.common.collect.StandardTable$ColumnMap result private static synthetic java.util.Spliterator lambda$cellSpliterator$1 (java.util.Map$Entry) java.util.Map$Entry rowEntry private static synthetic com.google.common.collect.Table$Cell lambda$cellSpliterator$0 (java.util.Map$Entry, java.util.Map$Entry) java.util.Map$Entry rowEntry java.util.Map$Entry columnEntry static synthetic boolean access$300 (com.google.common.collect.StandardTable, java.lang.Object, java.lang.Object, java.lang.Object) com.google.common.collect.StandardTable x0 Object x1 Object x2 Object x3 static synthetic boolean access$400 (com.google.common.collect.StandardTable, java.lang.Object, java.lang.Object, java.lang.Object) com.google.common.collect.StandardTable x0 Object x1 Object x2 Object x3 static synthetic java.util.Map access$900 (com.google.common.collect.StandardTable, java.lang.Object) com.google.common.collect.StandardTable x0 Object x1 }
com/google/common/collect/Streams$1.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$1 extends java.util.Spliterators$AbstractSpliterator { final synthetic java.util.Iterator val$itrA final synthetic java.util.Iterator val$itrB final synthetic java.util.function.BiFunction val$function void <init> (long, int, java.util.Iterator, java.util.Iterator, java.util.function.BiFunction) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
com/google/common/collect/Streams$1OptionalState.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$1OptionalState extends java.lang.Object { boolean set Object value void <init> () void set (java.lang.Object) Object value java.lang.Object get () }
com/google/common/collect/Streams$1Splitr.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$1Splitr extends com.google.common.collect.Streams$MapWithIndexSpliterator implements java.util.function.Consumer { Object holder final synthetic com.google.common.collect.Streams$FunctionWithIndex val$function void <init> (java.util.Spliterator, long, com.google.common.collect.Streams$FunctionWithIndex) java.util.Spliterator splitr long index public void accept (java.lang.Object) Object t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action com.google.common.collect.Streams$1Splitr createSplit (java.util.Spliterator, long) java.util.Spliterator from long i volatile synthetic com.google.common.collect.Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
com/google/common/collect/Streams$2.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$2 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.Iterator val$fromIterator final synthetic com.google.common.collect.Streams$FunctionWithIndex val$function void <init> (long, int, java.util.Iterator, com.google.common.collect.Streams$FunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
com/google/common/collect/Streams$2Splitr.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$2Splitr extends com.google.common.collect.Streams$MapWithIndexSpliterator implements java.util.function.IntConsumer java.util.Spliterator { int holder final synthetic com.google.common.collect.Streams$IntFunctionWithIndex val$function void <init> (java.util.Spliterator$OfInt, long, com.google.common.collect.Streams$IntFunctionWithIndex) java.util.Spliterator$OfInt splitr long index public void accept (int) int t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action com.google.common.collect.Streams$2Splitr createSplit (java.util.Spliterator$OfInt, long) java.util.Spliterator$OfInt from long i volatile synthetic com.google.common.collect.Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
com/google/common/collect/Streams$3.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$3 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.PrimitiveIterator$OfInt val$fromIterator final synthetic com.google.common.collect.Streams$IntFunctionWithIndex val$function void <init> (long, int, java.util.PrimitiveIterator$OfInt, com.google.common.collect.Streams$IntFunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
com/google/common/collect/Streams$3Splitr.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$3Splitr extends com.google.common.collect.Streams$MapWithIndexSpliterator implements java.util.function.LongConsumer java.util.Spliterator { long holder final synthetic com.google.common.collect.Streams$LongFunctionWithIndex val$function void <init> (java.util.Spliterator$OfLong, long, com.google.common.collect.Streams$LongFunctionWithIndex) java.util.Spliterator$OfLong splitr long index public void accept (long) long t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action com.google.common.collect.Streams$3Splitr createSplit (java.util.Spliterator$OfLong, long) java.util.Spliterator$OfLong from long i volatile synthetic com.google.common.collect.Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
com/google/common/collect/Streams$4.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$4 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.PrimitiveIterator$OfLong val$fromIterator final synthetic com.google.common.collect.Streams$LongFunctionWithIndex val$function void <init> (long, int, java.util.PrimitiveIterator$OfLong, com.google.common.collect.Streams$LongFunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
com/google/common/collect/Streams$4Splitr.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$4Splitr extends com.google.common.collect.Streams$MapWithIndexSpliterator implements java.util.function.DoubleConsumer java.util.Spliterator { double holder final synthetic com.google.common.collect.Streams$DoubleFunctionWithIndex val$function void <init> (java.util.Spliterator$OfDouble, long, com.google.common.collect.Streams$DoubleFunctionWithIndex) java.util.Spliterator$OfDouble splitr long index public void accept (double) double t public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action com.google.common.collect.Streams$4Splitr createSplit (java.util.Spliterator$OfDouble, long) java.util.Spliterator$OfDouble from long i volatile synthetic com.google.common.collect.Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) }
com/google/common/collect/Streams$5.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$5 extends java.util.Spliterators$AbstractSpliterator { long index final synthetic java.util.PrimitiveIterator$OfDouble val$fromIterator final synthetic com.google.common.collect.Streams$DoubleFunctionWithIndex val$function void <init> (long, int, java.util.PrimitiveIterator$OfDouble, com.google.common.collect.Streams$DoubleFunctionWithIndex) long arg0 int arg1 public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action }
com/google/common/collect/Streams$DoubleFunctionWithIndex.class
Streams.java package com.google.common.collect public abstract com.google.common.collect.Streams$DoubleFunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (double, long) }
com/google/common/collect/Streams$FunctionWithIndex.class
Streams.java package com.google.common.collect public abstract com.google.common.collect.Streams$FunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (java.lang.Object, long) }
com/google/common/collect/Streams$IntFunctionWithIndex.class
Streams.java package com.google.common.collect public abstract com.google.common.collect.Streams$IntFunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (int, long) }
com/google/common/collect/Streams$LongFunctionWithIndex.class
Streams.java package com.google.common.collect public abstract com.google.common.collect.Streams$LongFunctionWithIndex extends java.lang.Object { public abstract java.lang.Object apply (long, long) }
com/google/common/collect/Streams$MapWithIndexSpliterator.class
Streams.java package com.google.common.collect abstract com.google.common.collect.Streams$MapWithIndexSpliterator extends java.lang.Object implements java.util.Spliterator { final java.util.Spliterator fromSpliterator long index void <init> (java.util.Spliterator, long) java.util.Spliterator fromSpliterator long index abstract com.google.common.collect.Streams$MapWithIndexSpliterator createSplit (java.util.Spliterator, long) public com.google.common.collect.Streams$MapWithIndexSpliterator trySplit () java.util.Spliterator splitOrNull java.util.Spliterator split com.google.common.collect.Streams$MapWithIndexSpliterator result public long estimateSize () public int characteristics () public volatile synthetic java.util.Spliterator trySplit () }
com/google/common/collect/Streams$TemporaryPair.class
Streams.java package com.google.common.collect com.google.common.collect.Streams$TemporaryPair extends java.lang.Object { final Object a final Object b void <init> (java.lang.Object, java.lang.Object) Object a Object b }
com/google/common/collect/Streams.class
Streams.java package com.google.common.collect public final com.google.common.collect.Streams extends java.lang.Object { public static java.util.stream.Stream stream (java.lang.Iterable) Iterable iterable public static java.util.stream.Stream stream (java.util.Collection) java.util.Collection collection public static java.util.stream.Stream stream (java.util.Iterator) java.util.Iterator iterator public static java.util.stream.Stream stream (com.google.common.base.Optional) com.google.common.base.Optional optional public static java.util.stream.Stream stream (java.util.Optional) java.util.Optional optional public static java.util.stream.IntStream stream (java.util.OptionalInt) java.util.OptionalInt optional public static java.util.stream.LongStream stream (java.util.OptionalLong) java.util.OptionalLong optional public static java.util.stream.DoubleStream stream (java.util.OptionalDouble) java.util.OptionalDouble optional private static void closeAll (java.util.stream.BaseStream[]) java.util.stream.BaseStream stream java.util.stream.BaseStream[] toClose public static transient java.util.stream.Stream concat (java.util.stream.Stream[]) java.util.Spliterator splitr java.util.stream.Stream stream java.util.stream.Stream[] streams boolean isParallel int characteristics long estimatedSize com.google.common.collect.ImmutableList$Builder splitrsBuilder public static transient java.util.stream.IntStream concat (java.util.stream.IntStream[]) java.util.Spliterator$OfInt splitr java.util.stream.IntStream stream java.util.stream.IntStream[] streams boolean isParallel int characteristics long estimatedSize com.google.common.collect.ImmutableList$Builder splitrsBuilder public static transient java.util.stream.LongStream concat (java.util.stream.LongStream[]) java.util.Spliterator$OfLong splitr java.util.stream.LongStream stream java.util.stream.LongStream[] streams boolean isParallel int characteristics long estimatedSize com.google.common.collect.ImmutableList$Builder splitrsBuilder public static transient java.util.stream.DoubleStream concat (java.util.stream.DoubleStream[]) java.util.Spliterator$OfDouble splitr java.util.stream.DoubleStream stream java.util.stream.DoubleStream[] streams boolean isParallel int characteristics long estimatedSize com.google.common.collect.ImmutableList$Builder splitrsBuilder public static java.util.stream.Stream zip (java.util.stream.Stream, java.util.stream.Stream, java.util.function.BiFunction) java.util.stream.Stream streamA java.util.stream.Stream streamB java.util.function.BiFunction function boolean isParallel java.util.Spliterator splitrA java.util.Spliterator splitrB int characteristics java.util.Iterator itrA java.util.Iterator itrB public static void forEachPair (java.util.stream.Stream, java.util.stream.Stream, java.util.function.BiConsumer) java.util.Iterator iterA java.util.Iterator iterB java.util.stream.Stream streamA java.util.stream.Stream streamB java.util.function.BiConsumer consumer public static java.util.stream.Stream mapWithIndex (java.util.stream.Stream, com.google.common.collect.Streams$FunctionWithIndex) java.util.Iterator fromIterator java.util.stream.Stream stream com.google.common.collect.Streams$FunctionWithIndex function boolean isParallel java.util.Spliterator fromSpliterator public static java.util.stream.Stream mapWithIndex (java.util.stream.IntStream, com.google.common.collect.Streams$IntFunctionWithIndex) java.util.PrimitiveIterator$OfInt fromIterator java.util.stream.IntStream stream com.google.common.collect.Streams$IntFunctionWithIndex function boolean isParallel java.util.Spliterator$OfInt fromSpliterator public static java.util.stream.Stream mapWithIndex (java.util.stream.LongStream, com.google.common.collect.Streams$LongFunctionWithIndex) java.util.PrimitiveIterator$OfLong fromIterator java.util.stream.LongStream stream com.google.common.collect.Streams$LongFunctionWithIndex function boolean isParallel java.util.Spliterator$OfLong fromSpliterator public static java.util.stream.Stream mapWithIndex (java.util.stream.DoubleStream, com.google.common.collect.Streams$DoubleFunctionWithIndex) java.util.PrimitiveIterator$OfDouble fromIterator java.util.stream.DoubleStream stream com.google.common.collect.Streams$DoubleFunctionWithIndex function boolean isParallel java.util.Spliterator$OfDouble fromSpliterator public static java.util.Optional findLast (java.util.stream.Stream) java.util.Spliterator prefix java.util.Spliterator spliterator java.util.Spliterator prefix java.util.stream.Stream stream com.google.common.collect.Streams$1OptionalState state java.util.Deque splits public static java.util.OptionalInt findLast (java.util.stream.IntStream) java.util.stream.IntStream stream java.util.Optional boxedLast public static java.util.OptionalLong findLast (java.util.stream.LongStream) java.util.stream.LongStream stream java.util.Optional boxedLast public static java.util.OptionalDouble findLast (java.util.stream.DoubleStream) java.util.stream.DoubleStream stream java.util.Optional boxedLast private void <init> () private static synthetic void lambda$forEachPair$8 (java.util.function.BiConsumer, com.google.common.collect.Streams$TemporaryPair) java.util.function.BiConsumer consumer com.google.common.collect.Streams$TemporaryPair pair private static synthetic void lambda$concat$7 (java.util.stream.DoubleStream[]) java.util.stream.DoubleStream[] streams private static synthetic java.util.Spliterator$OfDouble lambda$concat$6 (java.util.Spliterator$OfDouble) java.util.Spliterator$OfDouble splitr private static synthetic void lambda$concat$5 (java.util.stream.LongStream[]) java.util.stream.LongStream[] streams private static synthetic java.util.Spliterator$OfLong lambda$concat$4 (java.util.Spliterator$OfLong) java.util.Spliterator$OfLong splitr private static synthetic void lambda$concat$3 (java.util.stream.IntStream[]) java.util.stream.IntStream[] streams private static synthetic java.util.Spliterator$OfInt lambda$concat$2 (java.util.Spliterator$OfInt) java.util.Spliterator$OfInt splitr private static synthetic void lambda$concat$1 (java.util.stream.Stream[]) java.util.stream.Stream[] streams private static synthetic java.util.Spliterator lambda$concat$0 (java.util.Spliterator) java.util.Spliterator splitr }
com/google/common/collect/Synchronized$1.class
Synchronized.java package com.google.common.collect synthetic com.google.common.collect.Synchronized$1 extends java.lang.Object { }
com/google/common/collect/Synchronized$SynchronizedAsMap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedAsMap extends com.google.common.collect.Synchronized$SynchronizedMap { transient java.util.Set asMapEntrySet transient java.util.Collection asMapValues private static final long serialVersionUID void <init> (java.util.Map, java.lang.Object) java.util.Map delegate Object mutex public java.util.Collection get (java.lang.Object) java.util.Collection collection Object key public java.util.Set entrySet () public java.util.Collection values () public boolean containsValue (java.lang.Object) Object o public volatile synthetic java.lang.Object get (java.lang.Object) }
com/google/common/collect/Synchronized$SynchronizedAsMapEntries$1$1.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedAsMapEntries$1$1 extends com.google.common.collect.ForwardingMapEntry { final synthetic java.util.Map$Entry val$entry final synthetic com.google.common.collect.Synchronized$SynchronizedAsMapEntries$1 this$1 void <init> (com.google.common.collect.Synchronized$SynchronizedAsMapEntries$1, java.util.Map$Entry) com.google.common.collect.Synchronized$SynchronizedAsMapEntries$1 this$1 protected java.util.Map$Entry delegate () public java.util.Collection getValue () public volatile synthetic java.lang.Object getValue () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedAsMapEntries$1.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedAsMapEntries$1 extends com.google.common.collect.TransformedIterator { final synthetic com.google.common.collect.Synchronized$SynchronizedAsMapEntries this$0 void <init> (com.google.common.collect.Synchronized$SynchronizedAsMapEntries, java.util.Iterator) com.google.common.collect.Synchronized$SynchronizedAsMapEntries this$0 java.util.Iterator backingIterator java.util.Map$Entry transform (java.util.Map$Entry) java.util.Map$Entry entry volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Synchronized$SynchronizedAsMapEntries.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedAsMapEntries extends com.google.common.collect.Synchronized$SynchronizedSet { private static final long serialVersionUID void <init> (java.util.Set, java.lang.Object) java.util.Set delegate Object mutex public java.util.Iterator iterator () public java.lang.Object[] toArray () Object[] result public java.lang.Object[] toArray (java.lang.Object[]) Object[] array public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean equals (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
com/google/common/collect/Synchronized$SynchronizedAsMapValues$1.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedAsMapValues$1 extends com.google.common.collect.TransformedIterator { final synthetic com.google.common.collect.Synchronized$SynchronizedAsMapValues this$0 void <init> (com.google.common.collect.Synchronized$SynchronizedAsMapValues, java.util.Iterator) com.google.common.collect.Synchronized$SynchronizedAsMapValues this$0 java.util.Iterator backingIterator java.util.Collection transform (java.util.Collection) java.util.Collection from volatile synthetic java.lang.Object transform (java.lang.Object) }
com/google/common/collect/Synchronized$SynchronizedAsMapValues.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedAsMapValues extends com.google.common.collect.Synchronized$SynchronizedCollection { private static final long serialVersionUID void <init> (java.util.Collection, java.lang.Object) java.util.Collection delegate Object mutex public java.util.Iterator iterator () }
com/google/common/collect/Synchronized$SynchronizedBiMap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedBiMap extends com.google.common.collect.Synchronized$SynchronizedMap implements com.google.common.collect.BiMap java.io.Serializable { private transient java.util.Set valueSet private transient com.google.common.collect.BiMap inverse private static final long serialVersionUID private void <init> (com.google.common.collect.BiMap, java.lang.Object, com.google.common.collect.BiMap) com.google.common.collect.BiMap delegate Object mutex com.google.common.collect.BiMap inverse com.google.common.collect.BiMap delegate () public java.util.Set values () public java.lang.Object forcePut (java.lang.Object, java.lang.Object) Object key Object value public com.google.common.collect.BiMap inverse () public volatile synthetic java.util.Collection values () volatile synthetic java.util.Map delegate () volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.collect.BiMap, java.lang.Object, com.google.common.collect.BiMap, com.google.common.collect.Synchronized$1) com.google.common.collect.BiMap x0 Object x1 com.google.common.collect.BiMap x2 com.google.common.collect.Synchronized$1 x3 }
com/google/common/collect/Synchronized$SynchronizedCollection.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedCollection extends com.google.common.collect.Synchronized$SynchronizedObject implements java.util.Collection { private static final long serialVersionUID private void <init> (java.util.Collection, java.lang.Object) java.util.Collection delegate Object mutex java.util.Collection delegate () public boolean add (java.lang.Object) Object e public boolean addAll (java.util.Collection) java.util.Collection c public void clear () public boolean contains (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean isEmpty () public java.util.Iterator iterator () public java.util.Spliterator spliterator () public java.util.stream.Stream stream () public java.util.stream.Stream parallelStream () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public boolean remove (java.lang.Object) Object o public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public boolean removeIf (java.util.function.Predicate) java.util.function.Predicate filter public int size () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a volatile synthetic java.lang.Object delegate () synthetic void <init> (java.util.Collection, java.lang.Object, com.google.common.collect.Synchronized$1) java.util.Collection x0 Object x1 com.google.common.collect.Synchronized$1 x2 }
com/google/common/collect/Synchronized$SynchronizedDeque.class
Synchronized.java package com.google.common.collect final com.google.common.collect.Synchronized$SynchronizedDeque extends com.google.common.collect.Synchronized$SynchronizedQueue implements java.util.Deque { private static final long serialVersionUID void <init> (java.util.Deque, java.lang.Object) java.util.Deque delegate Object mutex java.util.Deque delegate () public void addFirst (java.lang.Object) Object e public void addLast (java.lang.Object) Object e public boolean offerFirst (java.lang.Object) Object e public boolean offerLast (java.lang.Object) Object e public java.lang.Object removeFirst () public java.lang.Object removeLast () public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.lang.Object getFirst () public java.lang.Object getLast () public java.lang.Object peekFirst () public java.lang.Object peekLast () public boolean removeFirstOccurrence (java.lang.Object) Object o public boolean removeLastOccurrence (java.lang.Object) Object o public void push (java.lang.Object) Object e public java.lang.Object pop () public java.util.Iterator descendingIterator () volatile synthetic java.util.Queue delegate () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedEntry.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedEntry extends com.google.common.collect.Synchronized$SynchronizedObject implements java.util.Map$Entry { private static final long serialVersionUID void <init> (java.util.Map$Entry, java.lang.Object) java.util.Map$Entry delegate Object mutex java.util.Map$Entry delegate () public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedList.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedList extends com.google.common.collect.Synchronized$SynchronizedCollection implements java.util.List { private static final long serialVersionUID void <init> (java.util.List, java.lang.Object) java.util.List delegate Object mutex java.util.List delegate () public void add (int, java.lang.Object) int index Object element public boolean addAll (int, java.util.Collection) int index java.util.Collection c public java.lang.Object get (int) int index public int indexOf (java.lang.Object) Object o public int lastIndexOf (java.lang.Object) Object o public java.util.ListIterator listIterator () public java.util.ListIterator listIterator (int) int index public java.lang.Object remove (int) int index public java.lang.Object set (int, java.lang.Object) int index Object element public void replaceAll (java.util.function.UnaryOperator) java.util.function.UnaryOperator operator public void sort (java.util.Comparator) java.util.Comparator c public java.util.List subList (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedListMultimap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedListMultimap extends com.google.common.collect.Synchronized$SynchronizedMultimap implements com.google.common.collect.ListMultimap { private static final long serialVersionUID void <init> (com.google.common.collect.ListMultimap, java.lang.Object) com.google.common.collect.ListMultimap delegate Object mutex com.google.common.collect.ListMultimap delegate () public java.util.List get (java.lang.Object) Object key public java.util.List removeAll (java.lang.Object) Object key public java.util.List replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) volatile synthetic com.google.common.collect.Multimap delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedMap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedMap extends com.google.common.collect.Synchronized$SynchronizedObject implements java.util.Map { transient java.util.Set keySet transient java.util.Collection values transient java.util.Set entrySet private static final long serialVersionUID void <init> (java.util.Map, java.lang.Object) java.util.Map delegate Object mutex java.util.Map delegate () public void clear () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.util.Set entrySet () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue public boolean isEmpty () public java.util.Set keySet () public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction public void putAll (java.util.Map) java.util.Map map public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public java.lang.Object remove (java.lang.Object) Object key public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public int size () public java.util.Collection values () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedMultimap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedMultimap extends com.google.common.collect.Synchronized$SynchronizedObject implements com.google.common.collect.Multimap { transient java.util.Set keySet transient java.util.Collection valuesCollection transient java.util.Collection entries transient java.util.Map asMap transient com.google.common.collect.Multiset keys private static final long serialVersionUID com.google.common.collect.Multimap delegate () void <init> (com.google.common.collect.Multimap, java.lang.Object) com.google.common.collect.Multimap delegate Object mutex public int size () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection get (java.lang.Object) Object key public boolean put (java.lang.Object, java.lang.Object) Object key Object value public boolean putAll (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean putAll (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap public java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.Collection removeAll (java.lang.Object) Object key public void clear () public java.util.Set keySet () public java.util.Collection values () public java.util.Collection entries () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public java.util.Map asMap () public com.google.common.collect.Multiset keys () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedMultiset.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedMultiset extends com.google.common.collect.Synchronized$SynchronizedCollection implements com.google.common.collect.Multiset { transient java.util.Set elementSet transient java.util.Set entrySet private static final long serialVersionUID void <init> (com.google.common.collect.Multiset, java.lang.Object) com.google.common.collect.Multiset delegate Object mutex com.google.common.collect.Multiset delegate () public int count (java.lang.Object) Object o public int add (java.lang.Object, int) Object e int n public int remove (java.lang.Object, int) Object o int n public int setCount (java.lang.Object, int) Object element int count public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount public java.util.Set elementSet () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedNavigableMap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedNavigableMap extends com.google.common.collect.Synchronized$SynchronizedSortedMap implements java.util.NavigableMap { transient java.util.NavigableSet descendingKeySet transient java.util.NavigableMap descendingMap transient java.util.NavigableSet navigableKeySet private static final long serialVersionUID void <init> (java.util.NavigableMap, java.lang.Object) java.util.NavigableMap delegate Object mutex java.util.NavigableMap delegate () public java.util.Map$Entry ceilingEntry (java.lang.Object) Object key public java.lang.Object ceilingKey (java.lang.Object) Object key public java.util.NavigableSet descendingKeySet () public java.util.NavigableMap descendingMap () public java.util.Map$Entry firstEntry () public java.util.Map$Entry floorEntry (java.lang.Object) Object key public java.lang.Object floorKey (java.lang.Object) Object key public java.util.NavigableMap headMap (java.lang.Object, boolean) Object toKey boolean inclusive public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.Map$Entry higherEntry (java.lang.Object) Object key public java.lang.Object higherKey (java.lang.Object) Object key public java.util.Map$Entry lastEntry () public java.util.Map$Entry lowerEntry (java.lang.Object) Object key public java.lang.Object lowerKey (java.lang.Object) Object key public java.util.Set keySet () public java.util.NavigableSet navigableKeySet () public java.util.Map$Entry pollFirstEntry () public java.util.Map$Entry pollLastEntry () public java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) Object fromKey boolean fromInclusive Object toKey boolean toInclusive public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.NavigableMap tailMap (java.lang.Object, boolean) Object fromKey boolean inclusive public java.util.SortedMap tailMap (java.lang.Object) Object fromKey volatile synthetic java.util.SortedMap delegate () volatile synthetic java.util.Map delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedNavigableSet.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedNavigableSet extends com.google.common.collect.Synchronized$SynchronizedSortedSet implements java.util.NavigableSet { transient java.util.NavigableSet descendingSet private static final long serialVersionUID void <init> (java.util.NavigableSet, java.lang.Object) java.util.NavigableSet delegate Object mutex java.util.NavigableSet delegate () public java.lang.Object ceiling (java.lang.Object) Object e public java.util.Iterator descendingIterator () public java.util.NavigableSet descendingSet () java.util.NavigableSet dS public java.lang.Object floor (java.lang.Object) Object e public java.util.NavigableSet headSet (java.lang.Object, boolean) Object toElement boolean inclusive public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.lang.Object higher (java.lang.Object) Object e public java.lang.Object lower (java.lang.Object) Object e public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) Object fromElement boolean fromInclusive Object toElement boolean toInclusive public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.NavigableSet tailSet (java.lang.Object, boolean) Object fromElement boolean inclusive public java.util.SortedSet tailSet (java.lang.Object) Object fromElement volatile synthetic java.util.SortedSet delegate () volatile synthetic java.util.Set delegate () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedObject.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedObject extends java.lang.Object implements java.io.Serializable { final Object delegate final Object mutex private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object) Object delegate Object mutex java.lang.Object delegate () public java.lang.String toString () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream }
com/google/common/collect/Synchronized$SynchronizedQueue.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedQueue extends com.google.common.collect.Synchronized$SynchronizedCollection implements java.util.Queue { private static final long serialVersionUID void <init> (java.util.Queue, java.lang.Object) java.util.Queue delegate Object mutex java.util.Queue delegate () public java.lang.Object element () public boolean offer (java.lang.Object) Object e public java.lang.Object peek () public java.lang.Object poll () public java.lang.Object remove () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedRandomAccessList.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedRandomAccessList extends com.google.common.collect.Synchronized$SynchronizedList implements java.util.RandomAccess { private static final long serialVersionUID void <init> (java.util.List, java.lang.Object) java.util.List list Object mutex }
com/google/common/collect/Synchronized$SynchronizedSet.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedSet extends com.google.common.collect.Synchronized$SynchronizedCollection implements java.util.Set { private static final long serialVersionUID void <init> (java.util.Set, java.lang.Object) java.util.Set delegate Object mutex java.util.Set delegate () public boolean equals (java.lang.Object) Object o public int hashCode () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedSetMultimap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedSetMultimap extends com.google.common.collect.Synchronized$SynchronizedMultimap implements com.google.common.collect.SetMultimap { transient java.util.Set entrySet private static final long serialVersionUID void <init> (com.google.common.collect.SetMultimap, java.lang.Object) com.google.common.collect.SetMultimap delegate Object mutex com.google.common.collect.SetMultimap delegate () public java.util.Set get (java.lang.Object) Object key public java.util.Set removeAll (java.lang.Object) Object key public java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Set entries () public volatile synthetic java.util.Collection entries () public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Collection get (java.lang.Object) volatile synthetic com.google.common.collect.Multimap delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedSortedMap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedSortedMap extends com.google.common.collect.Synchronized$SynchronizedMap implements java.util.SortedMap { private static final long serialVersionUID void <init> (java.util.SortedMap, java.lang.Object) java.util.SortedMap delegate Object mutex java.util.SortedMap delegate () public java.util.Comparator comparator () public java.lang.Object firstKey () public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.lang.Object lastKey () public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey volatile synthetic java.util.Map delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedSortedSet.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedSortedSet extends com.google.common.collect.Synchronized$SynchronizedSet implements java.util.SortedSet { private static final long serialVersionUID void <init> (java.util.SortedSet, java.lang.Object) java.util.SortedSet delegate Object mutex java.util.SortedSet delegate () public java.util.Comparator comparator () public java.util.SortedSet subSet (java.lang.Object, java.lang.Object) Object fromElement Object toElement public java.util.SortedSet headSet (java.lang.Object) Object toElement public java.util.SortedSet tailSet (java.lang.Object) Object fromElement public java.lang.Object first () public java.lang.Object last () volatile synthetic java.util.Set delegate () volatile synthetic java.util.Collection delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedSortedSetMultimap.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap extends com.google.common.collect.Synchronized$SynchronizedSetMultimap implements com.google.common.collect.SortedSetMultimap { private static final long serialVersionUID void <init> (com.google.common.collect.SortedSetMultimap, java.lang.Object) com.google.common.collect.SortedSetMultimap delegate Object mutex com.google.common.collect.SortedSetMultimap delegate () public java.util.SortedSet get (java.lang.Object) Object key public java.util.SortedSet removeAll (java.lang.Object) Object key public java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) Object key Iterable values public java.util.Comparator valueComparator () public volatile synthetic java.util.Set replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.Set removeAll (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) volatile synthetic com.google.common.collect.SetMultimap delegate () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic java.util.Collection removeAll (java.lang.Object) public volatile synthetic java.util.Collection replaceValues (java.lang.Object, java.lang.Iterable) volatile synthetic com.google.common.collect.Multimap delegate () volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized$SynchronizedTable$1.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedTable$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Synchronized$SynchronizedTable this$0 void <init> (com.google.common.collect.Synchronized$SynchronizedTable) com.google.common.collect.Synchronized$SynchronizedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map t public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Synchronized$SynchronizedTable$2.class
Synchronized.java package com.google.common.collect com.google.common.collect.Synchronized$SynchronizedTable$2 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Synchronized$SynchronizedTable this$0 void <init> (com.google.common.collect.Synchronized$SynchronizedTable) com.google.common.collect.Synchronized$SynchronizedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map t public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Synchronized$SynchronizedTable.class
Synchronized.java package com.google.common.collect final com.google.common.collect.Synchronized$SynchronizedTable extends com.google.common.collect.Synchronized$SynchronizedObject implements com.google.common.collect.Table { void <init> (com.google.common.collect.Table, java.lang.Object) com.google.common.collect.Table delegate Object mutex com.google.common.collect.Table delegate () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean isEmpty () public int size () public void clear () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (com.google.common.collect.Table) com.google.common.collect.Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set cellSet () public java.util.Set rowKeySet () public java.util.Set columnKeySet () public java.util.Collection values () public java.util.Map rowMap () public java.util.Map columnMap () public int hashCode () public boolean equals (java.lang.Object) Object obj volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Synchronized.class
Synchronized.java package com.google.common.collect final com.google.common.collect.Synchronized extends java.lang.Object { private void <init> () private static java.util.Collection collection (java.util.Collection, java.lang.Object) java.util.Collection collection Object mutex static java.util.Set set (java.util.Set, java.lang.Object) java.util.Set set Object mutex private static java.util.SortedSet sortedSet (java.util.SortedSet, java.lang.Object) java.util.SortedSet set Object mutex private static java.util.List list (java.util.List, java.lang.Object) java.util.List list Object mutex static com.google.common.collect.Multiset multiset (com.google.common.collect.Multiset, java.lang.Object) com.google.common.collect.Multiset multiset Object mutex static com.google.common.collect.Multimap multimap (com.google.common.collect.Multimap, java.lang.Object) com.google.common.collect.Multimap multimap Object mutex static com.google.common.collect.ListMultimap listMultimap (com.google.common.collect.ListMultimap, java.lang.Object) com.google.common.collect.ListMultimap multimap Object mutex static com.google.common.collect.SetMultimap setMultimap (com.google.common.collect.SetMultimap, java.lang.Object) com.google.common.collect.SetMultimap multimap Object mutex static com.google.common.collect.SortedSetMultimap sortedSetMultimap (com.google.common.collect.SortedSetMultimap, java.lang.Object) com.google.common.collect.SortedSetMultimap multimap Object mutex private static java.util.Collection typePreservingCollection (java.util.Collection, java.lang.Object) java.util.Collection collection Object mutex private static java.util.Set typePreservingSet (java.util.Set, java.lang.Object) java.util.Set set Object mutex static java.util.Map map (java.util.Map, java.lang.Object) java.util.Map map Object mutex static java.util.SortedMap sortedMap (java.util.SortedMap, java.lang.Object) java.util.SortedMap sortedMap Object mutex static com.google.common.collect.BiMap biMap (com.google.common.collect.BiMap, java.lang.Object) com.google.common.collect.BiMap bimap Object mutex static java.util.NavigableSet navigableSet (java.util.NavigableSet, java.lang.Object) java.util.NavigableSet navigableSet Object mutex static java.util.NavigableSet navigableSet (java.util.NavigableSet) java.util.NavigableSet navigableSet static java.util.NavigableMap navigableMap (java.util.NavigableMap) java.util.NavigableMap navigableMap static java.util.NavigableMap navigableMap (java.util.NavigableMap, java.lang.Object) java.util.NavigableMap navigableMap Object mutex private static java.util.Map$Entry nullableSynchronizedEntry (java.util.Map$Entry, java.lang.Object) java.util.Map$Entry entry Object mutex static java.util.Queue queue (java.util.Queue, java.lang.Object) java.util.Queue queue Object mutex static java.util.Deque deque (java.util.Deque, java.lang.Object) java.util.Deque deque Object mutex static com.google.common.collect.Table table (com.google.common.collect.Table, java.lang.Object) com.google.common.collect.Table table Object mutex static synthetic java.util.SortedSet access$100 (java.util.SortedSet, java.lang.Object) java.util.SortedSet x0 Object x1 static synthetic java.util.List access$200 (java.util.List, java.lang.Object) java.util.List x0 Object x1 static synthetic java.util.Set access$300 (java.util.Set, java.lang.Object) java.util.Set x0 Object x1 static synthetic java.util.Collection access$400 (java.util.Collection, java.lang.Object) java.util.Collection x0 Object x1 static synthetic java.util.Collection access$500 (java.util.Collection, java.lang.Object) java.util.Collection x0 Object x1 static synthetic java.util.Map$Entry access$700 (java.util.Map$Entry, java.lang.Object) java.util.Map$Entry x0 Object x1 }
com/google/common/collect/Table$Cell.class
Table.java package com.google.common.collect public abstract com.google.common.collect.Table$Cell extends java.lang.Object { public abstract java.lang.Object getRowKey () public abstract java.lang.Object getColumnKey () public abstract java.lang.Object getValue () public abstract boolean equals (java.lang.Object) public abstract int hashCode () }
com/google/common/collect/Table.class
Table.java package com.google.common.collect public abstract com.google.common.collect.Table extends java.lang.Object { public abstract boolean contains (java.lang.Object, java.lang.Object) public abstract boolean containsRow (java.lang.Object) public abstract boolean containsColumn (java.lang.Object) public abstract boolean containsValue (java.lang.Object) public abstract java.lang.Object get (java.lang.Object, java.lang.Object) public abstract boolean isEmpty () public abstract int size () public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract void clear () public abstract java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) public abstract void putAll (com.google.common.collect.Table) public abstract java.lang.Object remove (java.lang.Object, java.lang.Object) public abstract java.util.Map row (java.lang.Object) public abstract java.util.Map column (java.lang.Object) public abstract java.util.Set cellSet () public abstract java.util.Set rowKeySet () public abstract java.util.Set columnKeySet () public abstract java.util.Collection values () public abstract java.util.Map rowMap () public abstract java.util.Map columnMap () }
com/google/common/collect/TableCollectors$1.class
TableCollectors.java package com.google.common.collect synthetic com.google.common.collect.TableCollectors$1 extends java.lang.Object { }
com/google/common/collect/TableCollectors$ImmutableTableCollectorState.class
TableCollectors.java package com.google.common.collect final com.google.common.collect.TableCollectors$ImmutableTableCollectorState extends java.lang.Object { final java.util.List insertionOrder final com.google.common.collect.Table table private void <init> () void put (java.lang.Object, java.lang.Object, java.lang.Object, java.util.function.BinaryOperator) com.google.common.collect.TableCollectors$MutableCell cell Object row Object column Object value java.util.function.BinaryOperator merger com.google.common.collect.TableCollectors$MutableCell oldCell com.google.common.collect.TableCollectors$ImmutableTableCollectorState combine (com.google.common.collect.TableCollectors$ImmutableTableCollectorState, java.util.function.BinaryOperator) com.google.common.collect.TableCollectors$MutableCell cell com.google.common.collect.TableCollectors$ImmutableTableCollectorState other java.util.function.BinaryOperator merger com.google.common.collect.ImmutableTable toTable () synthetic void <init> (com.google.common.collect.TableCollectors$1) com.google.common.collect.TableCollectors$1 x0 }
com/google/common/collect/TableCollectors$MutableCell.class
TableCollectors.java package com.google.common.collect final com.google.common.collect.TableCollectors$MutableCell extends com.google.common.collect.Tables$AbstractCell { private final Object row private final Object column private Object value void <init> (java.lang.Object, java.lang.Object, java.lang.Object) Object row Object column Object value public java.lang.Object getRowKey () public java.lang.Object getColumnKey () public java.lang.Object getValue () void merge (java.lang.Object, java.util.function.BinaryOperator) Object value java.util.function.BinaryOperator mergeFunction }
com/google/common/collect/TableCollectors.class
TableCollectors.java package com.google.common.collect final com.google.common.collect.TableCollectors extends java.lang.Object { static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction static java.util.stream.Collector toImmutableTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.Supplier tableSupplier static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction java.util.function.Supplier tableSupplier private static void mergeTables (com.google.common.collect.Table, java.lang.Object, java.lang.Object, java.lang.Object, java.util.function.BinaryOperator) Object newValue com.google.common.collect.Table table Object row Object column Object value java.util.function.BinaryOperator mergeFunction Object oldValue private void <init> () private static synthetic com.google.common.collect.Table lambda$toTable$7 (java.util.function.BinaryOperator, com.google.common.collect.Table, com.google.common.collect.Table) com.google.common.collect.Table$Cell cell2 java.util.function.BinaryOperator mergeFunction com.google.common.collect.Table table1 com.google.common.collect.Table table2 private static synthetic void lambda$toTable$6 (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, com.google.common.collect.Table, java.lang.Object) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction com.google.common.collect.Table table Object input private static synthetic java.lang.Object lambda$toTable$5 (java.lang.Object, java.lang.Object) Object v1 Object v2 private static synthetic com.google.common.collect.ImmutableTable lambda$toImmutableTable$4 (com.google.common.collect.TableCollectors$ImmutableTableCollectorState) com.google.common.collect.TableCollectors$ImmutableTableCollectorState state private static synthetic com.google.common.collect.TableCollectors$ImmutableTableCollectorState lambda$toImmutableTable$3 (java.util.function.BinaryOperator, com.google.common.collect.TableCollectors$ImmutableTableCollectorState, com.google.common.collect.TableCollectors$ImmutableTableCollectorState) java.util.function.BinaryOperator mergeFunction com.google.common.collect.TableCollectors$ImmutableTableCollectorState s1 com.google.common.collect.TableCollectors$ImmutableTableCollectorState s2 private static synthetic void lambda$toImmutableTable$2 (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, com.google.common.collect.TableCollectors$ImmutableTableCollectorState, java.lang.Object) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction com.google.common.collect.TableCollectors$ImmutableTableCollectorState state Object input private static synthetic com.google.common.collect.TableCollectors$ImmutableTableCollectorState lambda$toImmutableTable$1 () private static synthetic void lambda$toImmutableTable$0 (java.util.function.Function, java.util.function.Function, java.util.function.Function, com.google.common.collect.ImmutableTable$Builder, java.lang.Object) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction com.google.common.collect.ImmutableTable$Builder builder Object t }
com/google/common/collect/Tables$1.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$1 extends java.lang.Object implements com.google.common.base.Function { void <init> () public java.util.Map apply (java.util.Map) java.util.Map input public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Tables$AbstractCell.class
Tables.java package com.google.common.collect abstract com.google.common.collect.Tables$AbstractCell extends java.lang.Object implements com.google.common.collect.Table$Cell { void <init> () public boolean equals (java.lang.Object) com.google.common.collect.Table$Cell other Object obj public int hashCode () public java.lang.String toString () }
com/google/common/collect/Tables$ImmutableCell.class
Tables.java package com.google.common.collect final com.google.common.collect.Tables$ImmutableCell extends com.google.common.collect.Tables$AbstractCell implements java.io.Serializable { private final Object rowKey private final Object columnKey private final Object value private static final long serialVersionUID void <init> (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public java.lang.Object getRowKey () public java.lang.Object getColumnKey () public java.lang.Object getValue () }
com/google/common/collect/Tables$TransformedTable$1.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$TransformedTable$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Tables$TransformedTable this$0 void <init> (com.google.common.collect.Tables$TransformedTable) com.google.common.collect.Tables$TransformedTable this$0 public com.google.common.collect.Table$Cell apply (com.google.common.collect.Table$Cell) com.google.common.collect.Table$Cell cell public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Tables$TransformedTable$2.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$TransformedTable$2 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Tables$TransformedTable this$0 void <init> (com.google.common.collect.Tables$TransformedTable) com.google.common.collect.Tables$TransformedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map row public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Tables$TransformedTable$3.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$TransformedTable$3 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.collect.Tables$TransformedTable this$0 void <init> (com.google.common.collect.Tables$TransformedTable) com.google.common.collect.Tables$TransformedTable this$0 public java.util.Map apply (java.util.Map) java.util.Map column public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Tables$TransformedTable.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$TransformedTable extends com.google.common.collect.AbstractTable { final com.google.common.collect.Table fromTable final com.google.common.base.Function function void <init> (com.google.common.collect.Table, com.google.common.base.Function) com.google.common.collect.Table fromTable com.google.common.base.Function function public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public int size () public void clear () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (com.google.common.collect.Table) com.google.common.collect.Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Map column (java.lang.Object) Object columnKey com.google.common.base.Function cellFunction () java.util.Iterator cellIterator () java.util.Spliterator cellSpliterator () public java.util.Set rowKeySet () public java.util.Set columnKeySet () java.util.Collection createValues () public java.util.Map rowMap () com.google.common.base.Function rowFunction public java.util.Map columnMap () com.google.common.base.Function columnFunction }
com/google/common/collect/Tables$TransposeTable$1.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$TransposeTable$1 extends java.lang.Object implements com.google.common.base.Function { void <init> () public com.google.common.collect.Table$Cell apply (com.google.common.collect.Table$Cell) com.google.common.collect.Table$Cell cell public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/collect/Tables$TransposeTable.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$TransposeTable extends com.google.common.collect.AbstractTable { final com.google.common.collect.Table original private static final com.google.common.base.Function TRANSPOSE_CELL void <init> (com.google.common.collect.Table) com.google.common.collect.Table original public void clear () public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set columnKeySet () public java.util.Map columnMap () public boolean contains (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public boolean containsColumn (java.lang.Object) Object columnKey public boolean containsRow (java.lang.Object) Object rowKey public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (com.google.common.collect.Table) com.google.common.collect.Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Set rowKeySet () public java.util.Map rowMap () public int size () public java.util.Collection values () java.util.Iterator cellIterator () java.util.Spliterator cellSpliterator () static void <clinit> () }
com/google/common/collect/Tables$UnmodifiableRowSortedMap.class
Tables.java package com.google.common.collect final com.google.common.collect.Tables$UnmodifiableRowSortedMap extends com.google.common.collect.Tables$UnmodifiableTable implements com.google.common.collect.RowSortedTable { private static final long serialVersionUID public void <init> (com.google.common.collect.RowSortedTable) com.google.common.collect.RowSortedTable delegate protected com.google.common.collect.RowSortedTable delegate () public java.util.SortedMap rowMap () com.google.common.base.Function wrapper public java.util.SortedSet rowKeySet () public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Set rowKeySet () protected volatile synthetic com.google.common.collect.Table delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Tables$UnmodifiableTable.class
Tables.java package com.google.common.collect com.google.common.collect.Tables$UnmodifiableTable extends com.google.common.collect.ForwardingTable implements java.io.Serializable { final com.google.common.collect.Table delegate private static final long serialVersionUID void <init> (com.google.common.collect.Table) com.google.common.collect.Table delegate protected com.google.common.collect.Table delegate () public java.util.Set cellSet () public void clear () public java.util.Map column (java.lang.Object) Object columnKey public java.util.Set columnKeySet () public java.util.Map columnMap () com.google.common.base.Function wrapper public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public void putAll (com.google.common.collect.Table) com.google.common.collect.Table table public java.lang.Object remove (java.lang.Object, java.lang.Object) Object rowKey Object columnKey public java.util.Map row (java.lang.Object) Object rowKey public java.util.Set rowKeySet () public java.util.Map rowMap () com.google.common.base.Function wrapper public java.util.Collection values () protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/Tables.class
Tables.java package com.google.common.collect public final com.google.common.collect.Tables extends java.lang.Object { private static final com.google.common.base.Function UNMODIFIABLE_WRAPPER private void <init> () public static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.Supplier tableSupplier public static java.util.stream.Collector toTable (java.util.function.Function, java.util.function.Function, java.util.function.Function, java.util.function.BinaryOperator, java.util.function.Supplier) java.util.function.Function rowFunction java.util.function.Function columnFunction java.util.function.Function valueFunction java.util.function.BinaryOperator mergeFunction java.util.function.Supplier tableSupplier public static com.google.common.collect.Table$Cell immutableCell (java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object columnKey Object value public static com.google.common.collect.Table transpose (com.google.common.collect.Table) com.google.common.collect.Table table public static com.google.common.collect.Table newCustomTable (java.util.Map, com.google.common.base.Supplier) java.util.Map backingMap com.google.common.base.Supplier factory public static com.google.common.collect.Table transformValues (com.google.common.collect.Table, com.google.common.base.Function) com.google.common.collect.Table fromTable com.google.common.base.Function function public static com.google.common.collect.Table unmodifiableTable (com.google.common.collect.Table) com.google.common.collect.Table table public static com.google.common.collect.RowSortedTable unmodifiableRowSortedTable (com.google.common.collect.RowSortedTable) com.google.common.collect.RowSortedTable table private static com.google.common.base.Function unmodifiableWrapper () public static com.google.common.collect.Table synchronizedTable (com.google.common.collect.Table) com.google.common.collect.Table table static boolean equalsImpl (com.google.common.collect.Table, java.lang.Object) com.google.common.collect.Table that com.google.common.collect.Table table Object obj static synthetic com.google.common.base.Function access$000 () static void <clinit> () }
com/google/common/collect/TopKSelector.class
TopKSelector.java package com.google.common.collect final com.google.common.collect.TopKSelector extends java.lang.Object { private final int k private final java.util.Comparator comparator private final Object[] buffer private int bufferSize private Object threshold public static com.google.common.collect.TopKSelector least (int) int k public static com.google.common.collect.TopKSelector least (int, java.util.Comparator) int k java.util.Comparator comparator public static com.google.common.collect.TopKSelector greatest (int) int k public static com.google.common.collect.TopKSelector greatest (int, java.util.Comparator) int k java.util.Comparator comparator private void <init> (java.util.Comparator, int) java.util.Comparator comparator int k public void offer (java.lang.Object) Object elem private void trim () Object[] castBuffer int pivotIndex int pivotNewIndex int i int left int right int minThresholdPosition int iterations int maxIterations private int partition (int, int, int) int i int left int right int pivotIndex Object pivotValue int pivotNewIndex private void swap (int, int) int i int j Object tmp com.google.common.collect.TopKSelector combine (com.google.common.collect.TopKSelector) int i com.google.common.collect.TopKSelector other public void offerAll (java.lang.Iterable) Iterable elements public void offerAll (java.util.Iterator) java.util.Iterator elements public java.util.List topK () Object[] castBuffer }
com/google/common/collect/TransformedIterator.class
TransformedIterator.java package com.google.common.collect abstract com.google.common.collect.TransformedIterator extends java.lang.Object implements java.util.Iterator { final java.util.Iterator backingIterator void <init> (java.util.Iterator) java.util.Iterator backingIterator abstract java.lang.Object transform (java.lang.Object) public final boolean hasNext () public final java.lang.Object next () public final void remove () }
com/google/common/collect/TransformedListIterator.class
TransformedListIterator.java package com.google.common.collect abstract com.google.common.collect.TransformedListIterator extends com.google.common.collect.TransformedIterator implements java.util.ListIterator { void <init> (java.util.ListIterator) java.util.ListIterator backingIterator private java.util.ListIterator backingIterator () public final boolean hasPrevious () public final java.lang.Object previous () public final int nextIndex () public final int previousIndex () public void set (java.lang.Object) Object element public void add (java.lang.Object) Object element }
com/google/common/collect/TreeBasedTable$1.class
TreeBasedTable.java package com.google.common.collect com.google.common.collect.TreeBasedTable$1 extends com.google.common.collect.AbstractIterator { Object lastValue final synthetic java.util.Iterator val$merged final synthetic java.util.Comparator val$comparator void <init> (com.google.common.collect.TreeBasedTable, java.util.Iterator, java.util.Comparator) com.google.common.collect.TreeBasedTable this$0 protected java.lang.Object computeNext () Object next boolean duplicate }
com/google/common/collect/TreeBasedTable$Factory.class
TreeBasedTable.java package com.google.common.collect com.google.common.collect.TreeBasedTable$Factory extends java.lang.Object implements com.google.common.base.Supplier java.io.Serializable { final java.util.Comparator comparator private static final long serialVersionUID void <init> (java.util.Comparator) java.util.Comparator comparator public java.util.TreeMap get () public volatile synthetic java.lang.Object get () }
com/google/common/collect/TreeBasedTable$TreeRow.class
TreeBasedTable.java package com.google.common.collect com.google.common.collect.TreeBasedTable$TreeRow extends com.google.common.collect.StandardTable$Row implements java.util.SortedMap { final Object lowerBound final Object upperBound transient java.util.SortedMap wholeRow final synthetic com.google.common.collect.TreeBasedTable this$0 void <init> (com.google.common.collect.TreeBasedTable, java.lang.Object) Object rowKey void <init> (com.google.common.collect.TreeBasedTable, java.lang.Object, java.lang.Object, java.lang.Object) Object rowKey Object lowerBound Object upperBound public java.util.SortedSet keySet () public java.util.Comparator comparator () int compare (java.lang.Object, java.lang.Object) Object a Object b java.util.Comparator cmp boolean rangeContains (java.lang.Object) Object o public java.util.SortedMap subMap (java.lang.Object, java.lang.Object) Object fromKey Object toKey public java.util.SortedMap headMap (java.lang.Object) Object toKey public java.util.SortedMap tailMap (java.lang.Object) Object fromKey public java.lang.Object firstKey () public java.lang.Object lastKey () void updateWholeRowField () java.util.SortedMap computeBackingRowMap () java.util.SortedMap map void maintainEmptyInvariant () public boolean containsKey (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value volatile synthetic java.util.Map computeBackingRowMap () public volatile synthetic java.util.Set keySet () }
com/google/common/collect/TreeBasedTable.class
TreeBasedTable.java package com.google.common.collect public com.google.common.collect.TreeBasedTable extends com.google.common.collect.StandardRowSortedTable { private final java.util.Comparator columnComparator private static final long serialVersionUID public static com.google.common.collect.TreeBasedTable create () public static com.google.common.collect.TreeBasedTable create (java.util.Comparator, java.util.Comparator) java.util.Comparator rowComparator java.util.Comparator columnComparator public static com.google.common.collect.TreeBasedTable create (com.google.common.collect.TreeBasedTable) com.google.common.collect.TreeBasedTable table com.google.common.collect.TreeBasedTable result void <init> (java.util.Comparator, java.util.Comparator) java.util.Comparator rowComparator java.util.Comparator columnComparator public java.util.Comparator rowComparator () public java.util.Comparator columnComparator () public java.util.SortedMap row (java.lang.Object) Object rowKey public java.util.SortedSet rowKeySet () public java.util.SortedMap rowMap () java.util.Iterator createColumnKeyIterator () java.util.Comparator comparator java.util.Iterator merged public volatile synthetic java.util.Map rowMap () public volatile synthetic java.util.Set rowKeySet () public volatile synthetic java.util.Map row (java.lang.Object) public volatile synthetic java.util.Map columnMap () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Set columnKeySet () public volatile synthetic java.util.Map column (java.lang.Object) public volatile synthetic java.util.Set cellSet () public volatile synthetic java.lang.Object remove (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) public volatile synthetic void clear () public volatile synthetic int size () public volatile synthetic boolean isEmpty () public volatile synthetic java.lang.Object get (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) public volatile synthetic boolean containsRow (java.lang.Object) public volatile synthetic boolean containsColumn (java.lang.Object) public volatile synthetic boolean contains (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic void putAll (com.google.common.collect.Table) private static synthetic java.util.Iterator lambda$createColumnKeyIterator$0 (java.util.Map) java.util.Map input }
com/google/common/collect/TreeMultimap.class
TreeMultimap.java package com.google.common.collect public com.google.common.collect.TreeMultimap extends com.google.common.collect.AbstractSortedKeySortedSetMultimap { private transient java.util.Comparator keyComparator private transient java.util.Comparator valueComparator private static final long serialVersionUID public static com.google.common.collect.TreeMultimap create () public static com.google.common.collect.TreeMultimap create (java.util.Comparator, java.util.Comparator) java.util.Comparator keyComparator java.util.Comparator valueComparator public static com.google.common.collect.TreeMultimap create (com.google.common.collect.Multimap) com.google.common.collect.Multimap multimap void <init> (java.util.Comparator, java.util.Comparator) java.util.Comparator keyComparator java.util.Comparator valueComparator private void <init> (java.util.Comparator, java.util.Comparator, com.google.common.collect.Multimap) java.util.Comparator keyComparator java.util.Comparator valueComparator com.google.common.collect.Multimap multimap java.util.Map createAsMap () java.util.SortedSet createCollection () java.util.Collection createCollection (java.lang.Object) Object key public java.util.Comparator keyComparator () public java.util.Comparator valueComparator () public java.util.NavigableSet get (java.lang.Object) Object key public java.util.NavigableSet keySet () public java.util.NavigableMap asMap () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream public volatile synthetic java.util.SortedSet keySet () public volatile synthetic java.util.SortedMap asMap () public volatile synthetic java.util.Collection values () public volatile synthetic java.util.Map asMap () public volatile synthetic java.util.SortedSet replaceValues (java.lang.Object, java.lang.Iterable) public volatile synthetic java.util.SortedSet removeAll (java.lang.Object) public volatile synthetic java.util.SortedSet get (java.lang.Object) public volatile synthetic java.util.Set get (java.lang.Object) public volatile synthetic java.util.Set keySet () public volatile synthetic java.util.Collection get (java.lang.Object) public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic boolean put (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Set entries () volatile synthetic java.util.Set createCollection () public volatile synthetic void forEach (java.util.function.BiConsumer) public volatile synthetic void clear () public volatile synthetic boolean containsKey (java.lang.Object) public volatile synthetic int size () volatile synthetic java.util.Collection createCollection () public volatile synthetic java.lang.String toString () public volatile synthetic int hashCode () public volatile synthetic com.google.common.collect.Multiset keys () public volatile synthetic boolean putAll (com.google.common.collect.Multimap) public volatile synthetic boolean putAll (java.lang.Object, java.lang.Iterable) public volatile synthetic boolean remove (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsEntry (java.lang.Object, java.lang.Object) public volatile synthetic boolean containsValue (java.lang.Object) public volatile synthetic boolean isEmpty () }
com/google/common/collect/TreeMultiset$1.class
TreeMultiset.java package com.google.common.collect com.google.common.collect.TreeMultiset$1 extends com.google.common.collect.Multisets$AbstractEntry { final synthetic com.google.common.collect.TreeMultiset$AvlNode val$baseEntry final synthetic com.google.common.collect.TreeMultiset this$0 void <init> (com.google.common.collect.TreeMultiset, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset this$0 public java.lang.Object getElement () public int getCount () int result }
com/google/common/collect/TreeMultiset$2.class
TreeMultiset.java package com.google.common.collect com.google.common.collect.TreeMultiset$2 extends java.lang.Object implements java.util.Iterator { com.google.common.collect.TreeMultiset$AvlNode current com.google.common.collect.Multiset$Entry prevEntry final synthetic com.google.common.collect.TreeMultiset this$0 void <init> (com.google.common.collect.TreeMultiset) com.google.common.collect.TreeMultiset this$0 public boolean hasNext () public com.google.common.collect.Multiset$Entry next () com.google.common.collect.Multiset$Entry result public void remove () public volatile synthetic java.lang.Object next () }
com/google/common/collect/TreeMultiset$3.class
TreeMultiset.java package com.google.common.collect com.google.common.collect.TreeMultiset$3 extends java.lang.Object implements java.util.Iterator { com.google.common.collect.TreeMultiset$AvlNode current com.google.common.collect.Multiset$Entry prevEntry final synthetic com.google.common.collect.TreeMultiset this$0 void <init> (com.google.common.collect.TreeMultiset) com.google.common.collect.TreeMultiset this$0 public boolean hasNext () public com.google.common.collect.Multiset$Entry next () com.google.common.collect.Multiset$Entry result public void remove () public volatile synthetic java.lang.Object next () }
com/google/common/collect/TreeMultiset$4.class
TreeMultiset.java package com.google.common.collect synthetic com.google.common.collect.TreeMultiset$4 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$collect$BoundType static void <clinit> () }
com/google/common/collect/TreeMultiset$Aggregate$1.class
TreeMultiset.java package com.google.common.collect final enum com.google.common.collect.TreeMultiset$Aggregate$1 extends com.google.common.collect.TreeMultiset$Aggregate { void <init> (java.lang.String, int) int nodeAggregate (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode node long treeAggregate (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode root }
com/google/common/collect/TreeMultiset$Aggregate$2.class
TreeMultiset.java package com.google.common.collect final enum com.google.common.collect.TreeMultiset$Aggregate$2 extends com.google.common.collect.TreeMultiset$Aggregate { void <init> (java.lang.String, int) int nodeAggregate (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode node long treeAggregate (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode root }
com/google/common/collect/TreeMultiset$Aggregate.class
TreeMultiset.java package com.google.common.collect abstract enum com.google.common.collect.TreeMultiset$Aggregate extends java.lang.Enum { public static final enum com.google.common.collect.TreeMultiset$Aggregate SIZE public static final enum com.google.common.collect.TreeMultiset$Aggregate DISTINCT private static final synthetic com.google.common.collect.TreeMultiset$Aggregate[] $VALUES public static com.google.common.collect.TreeMultiset$Aggregate[] values () public static com.google.common.collect.TreeMultiset$Aggregate valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract int nodeAggregate (com.google.common.collect.TreeMultiset$AvlNode) abstract long treeAggregate (com.google.common.collect.TreeMultiset$AvlNode) private static synthetic com.google.common.collect.TreeMultiset$Aggregate[] $values () synthetic void <init> (java.lang.String, int, com.google.common.collect.TreeMultiset$1) String x0 int x1 com.google.common.collect.TreeMultiset$1 x2 static void <clinit> () }
com/google/common/collect/TreeMultiset$AvlNode.class
TreeMultiset.java package com.google.common.collect final com.google.common.collect.TreeMultiset$AvlNode extends java.lang.Object { private final Object elem private int elemCount private int distinctElements private long totalCount private int height private com.google.common.collect.TreeMultiset$AvlNode left private com.google.common.collect.TreeMultiset$AvlNode right private com.google.common.collect.TreeMultiset$AvlNode pred private com.google.common.collect.TreeMultiset$AvlNode succ void <init> (java.lang.Object, int) Object elem int elemCount void <init> () private com.google.common.collect.TreeMultiset$AvlNode pred () private com.google.common.collect.TreeMultiset$AvlNode succ () int count (java.util.Comparator, java.lang.Object) java.util.Comparator comparator Object e int cmp private com.google.common.collect.TreeMultiset$AvlNode addRightChild (java.lang.Object, int) Object e int count private com.google.common.collect.TreeMultiset$AvlNode addLeftChild (java.lang.Object, int) Object e int count com.google.common.collect.TreeMultiset$AvlNode add (java.util.Comparator, java.lang.Object, int, int[]) com.google.common.collect.TreeMultiset$AvlNode initLeft int initHeight com.google.common.collect.TreeMultiset$AvlNode initRight int initHeight java.util.Comparator comparator Object e int count int[] result int cmp long resultCount com.google.common.collect.TreeMultiset$AvlNode remove (java.util.Comparator, java.lang.Object, int, int[]) com.google.common.collect.TreeMultiset$AvlNode initLeft com.google.common.collect.TreeMultiset$AvlNode initRight java.util.Comparator comparator Object e int count int[] result int cmp com.google.common.collect.TreeMultiset$AvlNode setCount (java.util.Comparator, java.lang.Object, int, int[]) com.google.common.collect.TreeMultiset$AvlNode initLeft com.google.common.collect.TreeMultiset$AvlNode initRight java.util.Comparator comparator Object e int count int[] result int cmp com.google.common.collect.TreeMultiset$AvlNode setCount (java.util.Comparator, java.lang.Object, int, int, int[]) com.google.common.collect.TreeMultiset$AvlNode initLeft com.google.common.collect.TreeMultiset$AvlNode initRight java.util.Comparator comparator Object e int expectedCount int newCount int[] result int cmp private com.google.common.collect.TreeMultiset$AvlNode deleteMe () com.google.common.collect.TreeMultiset$AvlNode newTop com.google.common.collect.TreeMultiset$AvlNode newTop int oldElemCount private com.google.common.collect.TreeMultiset$AvlNode removeMin (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode node private com.google.common.collect.TreeMultiset$AvlNode removeMax (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode node private void recomputeMultiset () private void recomputeHeight () private void recompute () private com.google.common.collect.TreeMultiset$AvlNode rebalance () private int balanceFactor () private com.google.common.collect.TreeMultiset$AvlNode rotateLeft () com.google.common.collect.TreeMultiset$AvlNode newTop private com.google.common.collect.TreeMultiset$AvlNode rotateRight () com.google.common.collect.TreeMultiset$AvlNode newTop private static long totalCount (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode node private static int height (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode node private com.google.common.collect.TreeMultiset$AvlNode ceiling (java.util.Comparator, java.lang.Object) java.util.Comparator comparator Object e int cmp private com.google.common.collect.TreeMultiset$AvlNode floor (java.util.Comparator, java.lang.Object) java.util.Comparator comparator Object e int cmp java.lang.Object getElement () int getCount () public java.lang.String toString () static synthetic int access$200 (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 static synthetic long access$300 (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 static synthetic int access$400 (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$500 (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$600 (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$700 (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 static synthetic int access$202 (com.google.common.collect.TreeMultiset$AvlNode, int) com.google.common.collect.TreeMultiset$AvlNode x0 int x1 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$502 (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 com.google.common.collect.TreeMultiset$AvlNode x1 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$602 (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 com.google.common.collect.TreeMultiset$AvlNode x1 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$802 (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 com.google.common.collect.TreeMultiset$AvlNode x1 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$902 (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 com.google.common.collect.TreeMultiset$AvlNode x1 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$1000 (com.google.common.collect.TreeMultiset$AvlNode, java.util.Comparator, java.lang.Object) com.google.common.collect.TreeMultiset$AvlNode x0 java.util.Comparator x1 Object x2 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$1100 (com.google.common.collect.TreeMultiset$AvlNode, java.util.Comparator, java.lang.Object) com.google.common.collect.TreeMultiset$AvlNode x0 java.util.Comparator x1 Object x2 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$1200 (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 }
com/google/common/collect/TreeMultiset$Reference.class
TreeMultiset.java package com.google.common.collect final com.google.common.collect.TreeMultiset$Reference extends java.lang.Object { private Object value private void <init> () public java.lang.Object get () public void checkAndSet (java.lang.Object, java.lang.Object) Object expected Object newValue void clear () synthetic void <init> (com.google.common.collect.TreeMultiset$1) com.google.common.collect.TreeMultiset$1 x0 }
com/google/common/collect/TreeMultiset.class
TreeMultiset.java package com.google.common.collect public final com.google.common.collect.TreeMultiset extends com.google.common.collect.AbstractSortedMultiset implements java.io.Serializable { private final transient com.google.common.collect.TreeMultiset$Reference rootReference private final transient com.google.common.collect.GeneralRange range private final transient com.google.common.collect.TreeMultiset$AvlNode header private static final long serialVersionUID public static com.google.common.collect.TreeMultiset create () public static com.google.common.collect.TreeMultiset create (java.util.Comparator) java.util.Comparator comparator public static com.google.common.collect.TreeMultiset create (java.lang.Iterable) Iterable elements com.google.common.collect.TreeMultiset multiset void <init> (com.google.common.collect.TreeMultiset$Reference, com.google.common.collect.GeneralRange, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$Reference rootReference com.google.common.collect.GeneralRange range com.google.common.collect.TreeMultiset$AvlNode endLink void <init> (java.util.Comparator) java.util.Comparator comparator private long aggregateForEntries (com.google.common.collect.TreeMultiset$Aggregate) com.google.common.collect.TreeMultiset$Aggregate aggr com.google.common.collect.TreeMultiset$AvlNode root long total private long aggregateBelowRange (com.google.common.collect.TreeMultiset$Aggregate, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$Aggregate aggr com.google.common.collect.TreeMultiset$AvlNode node int cmp private long aggregateAboveRange (com.google.common.collect.TreeMultiset$Aggregate, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$Aggregate aggr com.google.common.collect.TreeMultiset$AvlNode node int cmp public int size () int distinctElements () static int distinctElements (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode node public int count (java.lang.Object) Object e com.google.common.collect.TreeMultiset$AvlNode root RuntimeException e Object element public int add (java.lang.Object, int) com.google.common.collect.TreeMultiset$AvlNode newRoot Object element int occurrences com.google.common.collect.TreeMultiset$AvlNode root int[] result com.google.common.collect.TreeMultiset$AvlNode newRoot public int remove (java.lang.Object, int) Object e com.google.common.collect.TreeMultiset$AvlNode newRoot RuntimeException e Object element int occurrences com.google.common.collect.TreeMultiset$AvlNode root int[] result com.google.common.collect.TreeMultiset$AvlNode newRoot public int setCount (java.lang.Object, int) Object element int count com.google.common.collect.TreeMultiset$AvlNode root int[] result com.google.common.collect.TreeMultiset$AvlNode newRoot public boolean setCount (java.lang.Object, int, int) Object element int oldCount int newCount com.google.common.collect.TreeMultiset$AvlNode root int[] result com.google.common.collect.TreeMultiset$AvlNode newRoot public void clear () com.google.common.collect.TreeMultiset$AvlNode next com.google.common.collect.TreeMultiset$AvlNode current private com.google.common.collect.Multiset$Entry wrapEntry (com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode baseEntry private com.google.common.collect.TreeMultiset$AvlNode firstNode () Object endpoint com.google.common.collect.TreeMultiset$AvlNode node com.google.common.collect.TreeMultiset$AvlNode root com.google.common.collect.TreeMultiset$AvlNode node private com.google.common.collect.TreeMultiset$AvlNode lastNode () Object endpoint com.google.common.collect.TreeMultiset$AvlNode node com.google.common.collect.TreeMultiset$AvlNode root com.google.common.collect.TreeMultiset$AvlNode node java.util.Iterator elementIterator () java.util.Iterator entryIterator () java.util.Iterator descendingEntryIterator () public void forEachEntry (java.util.function.ObjIntConsumer) com.google.common.collect.TreeMultiset$AvlNode node java.util.function.ObjIntConsumer action public java.util.Iterator iterator () public com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) Object upperBound com.google.common.collect.BoundType boundType public com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType boundType private static void successor (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode a com.google.common.collect.TreeMultiset$AvlNode b private static void successor (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode a com.google.common.collect.TreeMultiset$AvlNode b com.google.common.collect.TreeMultiset$AvlNode c private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream stream private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream stream java.util.Comparator comparator com.google.common.collect.TreeMultiset$AvlNode header public volatile synthetic com.google.common.collect.SortedMultiset descendingMultiset () public volatile synthetic com.google.common.collect.SortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) public volatile synthetic com.google.common.collect.Multiset$Entry pollLastEntry () public volatile synthetic com.google.common.collect.Multiset$Entry pollFirstEntry () public volatile synthetic com.google.common.collect.Multiset$Entry lastEntry () public volatile synthetic com.google.common.collect.Multiset$Entry firstEntry () public volatile synthetic java.util.Comparator comparator () public volatile synthetic java.util.NavigableSet elementSet () public volatile synthetic java.util.Set entrySet () public volatile synthetic boolean contains (java.lang.Object) public volatile synthetic boolean isEmpty () static synthetic com.google.common.collect.TreeMultiset$AvlNode access$1300 (com.google.common.collect.TreeMultiset) com.google.common.collect.TreeMultiset x0 static synthetic com.google.common.collect.GeneralRange access$1400 (com.google.common.collect.TreeMultiset) com.google.common.collect.TreeMultiset x0 static synthetic com.google.common.collect.Multiset$Entry access$1500 (com.google.common.collect.TreeMultiset, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset x0 com.google.common.collect.TreeMultiset$AvlNode x1 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$1600 (com.google.common.collect.TreeMultiset) com.google.common.collect.TreeMultiset x0 static synthetic com.google.common.collect.TreeMultiset$AvlNode access$1700 (com.google.common.collect.TreeMultiset) com.google.common.collect.TreeMultiset x0 static synthetic void access$1800 (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 com.google.common.collect.TreeMultiset$AvlNode x1 com.google.common.collect.TreeMultiset$AvlNode x2 static synthetic void access$1900 (com.google.common.collect.TreeMultiset$AvlNode, com.google.common.collect.TreeMultiset$AvlNode) com.google.common.collect.TreeMultiset$AvlNode x0 com.google.common.collect.TreeMultiset$AvlNode x1 }
com/google/common/collect/TreeRangeMap$1.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$1 extends java.lang.Object implements com.google.common.collect.RangeMap { void <init> () public java.lang.Object get (java.lang.Comparable) Comparable key public java.util.Map$Entry getEntry (java.lang.Comparable) Comparable key public com.google.common.collect.Range span () public void put (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public void putCoalescing (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public void putAll (com.google.common.collect.RangeMap) com.google.common.collect.RangeMap rangeMap public void clear () public void remove (com.google.common.collect.Range) com.google.common.collect.Range range public void merge (com.google.common.collect.Range, java.lang.Object, java.util.function.BiFunction) com.google.common.collect.Range range Object value java.util.function.BiFunction remappingFunction public java.util.Map asMapOfRanges () public java.util.Map asDescendingMapOfRanges () public com.google.common.collect.RangeMap subRangeMap (com.google.common.collect.Range) com.google.common.collect.Range range }
com/google/common/collect/TreeRangeMap$AsMapOfRanges.class
TreeRangeMap.java package com.google.common.collect final com.google.common.collect.TreeRangeMap$AsMapOfRanges extends com.google.common.collect.Maps$IteratorBasedAbstractMap { final Iterable entryIterable final synthetic com.google.common.collect.TreeRangeMap this$0 void <init> (com.google.common.collect.TreeRangeMap, java.lang.Iterable) Iterable entryIterable public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) com.google.common.collect.Range range com.google.common.collect.TreeRangeMap$RangeMapEntry rangeMapEntry Object key public int size () java.util.Iterator entryIterator () }
com/google/common/collect/TreeRangeMap$RangeMapEntry.class
TreeRangeMap.java package com.google.common.collect final com.google.common.collect.TreeRangeMap$RangeMapEntry extends com.google.common.collect.AbstractMapEntry { private final com.google.common.collect.Range range private final Object value void <init> (com.google.common.collect.Cut, com.google.common.collect.Cut, java.lang.Object) com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound Object value void <init> (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public com.google.common.collect.Range getKey () public java.lang.Object getValue () public boolean contains (java.lang.Comparable) Comparable value com.google.common.collect.Cut getLowerBound () com.google.common.collect.Cut getUpperBound () public volatile synthetic java.lang.Object getKey () }
com/google/common/collect/TreeRangeMap$SubRangeMap$1$1.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap$1$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$backingItr final synthetic com.google.common.collect.TreeRangeMap$SubRangeMap$1 this$2 void <init> (com.google.common.collect.TreeRangeMap$SubRangeMap$1, java.util.Iterator) com.google.common.collect.TreeRangeMap$SubRangeMap$1 this$2 protected java.util.Map$Entry computeNext () com.google.common.collect.TreeRangeMap$RangeMapEntry entry protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeMap$SubRangeMap$1.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap$1 extends com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap { final synthetic com.google.common.collect.TreeRangeMap$SubRangeMap this$1 void <init> (com.google.common.collect.TreeRangeMap$SubRangeMap) com.google.common.collect.TreeRangeMap$SubRangeMap this$1 java.util.Iterator entryIterator () java.util.Iterator backingItr }
com/google/common/collect/TreeRangeMap$SubRangeMap$SubRangeMapAsMap$1.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap$1 extends com.google.common.collect.Maps$KeySet { final synthetic com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 void <init> (com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap, java.util.Map) com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 java.util.Map map public boolean remove (java.lang.Object) Object o public boolean retainAll (java.util.Collection) java.util.Collection c }
com/google/common/collect/TreeRangeMap$SubRangeMap$SubRangeMapAsMap$2.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap$2 extends com.google.common.collect.Maps$EntrySet { final synthetic com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 void <init> (com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap) com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 java.util.Map map () public java.util.Iterator iterator () public boolean retainAll (java.util.Collection) java.util.Collection c public int size () public boolean isEmpty () }
com/google/common/collect/TreeRangeMap$SubRangeMap$SubRangeMapAsMap$3.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap$3 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$backingItr final synthetic com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 void <init> (com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap, java.util.Iterator) com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 protected java.util.Map$Entry computeNext () com.google.common.collect.TreeRangeMap$RangeMapEntry entry protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeMap$SubRangeMap$SubRangeMapAsMap$4.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap$4 extends com.google.common.collect.Maps$Values { final synthetic com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 void <init> (com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap, java.util.Map) com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap this$2 java.util.Map map public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c }
com/google/common/collect/TreeRangeMap$SubRangeMap$SubRangeMapAsMap.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap extends java.util.AbstractMap { final synthetic com.google.common.collect.TreeRangeMap$SubRangeMap this$1 void <init> (com.google.common.collect.TreeRangeMap$SubRangeMap) com.google.common.collect.TreeRangeMap$SubRangeMap this$1 public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) java.util.Map$Entry entry com.google.common.collect.Range r com.google.common.collect.TreeRangeMap$RangeMapEntry candidate ClassCastException e Object key public java.lang.Object remove (java.lang.Object) com.google.common.collect.Range range Object key Object value public void clear () private boolean removeEntryIf (com.google.common.base.Predicate) java.util.Map$Entry entry com.google.common.collect.Range range com.google.common.base.Predicate predicate java.util.List toRemove public java.util.Set keySet () public java.util.Set entrySet () java.util.Iterator entryIterator () com.google.common.collect.Cut cutToStart java.util.Iterator backingItr public java.util.Collection values () static synthetic boolean access$400 (com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap, com.google.common.base.Predicate) com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap x0 com.google.common.base.Predicate x1 }
com/google/common/collect/TreeRangeMap$SubRangeMap.class
TreeRangeMap.java package com.google.common.collect com.google.common.collect.TreeRangeMap$SubRangeMap extends java.lang.Object implements com.google.common.collect.RangeMap { private final com.google.common.collect.Range subRange final synthetic com.google.common.collect.TreeRangeMap this$0 void <init> (com.google.common.collect.TreeRangeMap, com.google.common.collect.Range) com.google.common.collect.Range subRange public java.lang.Object get (java.lang.Comparable) Comparable key public java.util.Map$Entry getEntry (java.lang.Comparable) java.util.Map$Entry entry Comparable key public com.google.common.collect.Range span () com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound com.google.common.collect.Cut lowerBound java.util.Map$Entry lowerEntry com.google.common.collect.Cut upperBound java.util.Map$Entry upperEntry public void put (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public void putCoalescing (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value com.google.common.collect.Range coalescedRange public void putAll (com.google.common.collect.RangeMap) com.google.common.collect.RangeMap rangeMap com.google.common.collect.Range span public void clear () public void remove (com.google.common.collect.Range) com.google.common.collect.Range range public void merge (com.google.common.collect.Range, java.lang.Object, java.util.function.BiFunction) com.google.common.collect.Range range Object value java.util.function.BiFunction remappingFunction public com.google.common.collect.RangeMap subRangeMap (com.google.common.collect.Range) com.google.common.collect.Range range public java.util.Map asMapOfRanges () public java.util.Map asDescendingMapOfRanges () public boolean equals (java.lang.Object) com.google.common.collect.RangeMap rangeMap Object o public int hashCode () public java.lang.String toString () static synthetic com.google.common.collect.Range access$300 (com.google.common.collect.TreeRangeMap$SubRangeMap) com.google.common.collect.TreeRangeMap$SubRangeMap x0 }
com/google/common/collect/TreeRangeMap.class
TreeRangeMap.java package com.google.common.collect public final com.google.common.collect.TreeRangeMap extends java.lang.Object implements com.google.common.collect.RangeMap { private final java.util.NavigableMap entriesByLowerBound private static final com.google.common.collect.RangeMap EMPTY_SUB_RANGE_MAP public static com.google.common.collect.TreeRangeMap create () private void <init> () public java.lang.Object get (java.lang.Comparable) Comparable key java.util.Map$Entry entry public java.util.Map$Entry getEntry (java.lang.Comparable) Comparable key java.util.Map$Entry mapEntry public void put (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value public void putCoalescing (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value com.google.common.collect.Range coalescedRange private com.google.common.collect.Range coalescedRange (com.google.common.collect.Range, java.lang.Object) com.google.common.collect.Range range Object value com.google.common.collect.Range coalescedRange java.util.Map$Entry lowerEntry java.util.Map$Entry higherEntry private static com.google.common.collect.Range coalesce (com.google.common.collect.Range, java.lang.Object, java.util.Map$Entry) com.google.common.collect.Range range Object value java.util.Map$Entry entry public void putAll (com.google.common.collect.RangeMap) java.util.Map$Entry entry com.google.common.collect.RangeMap rangeMap public void clear () public com.google.common.collect.Range span () java.util.Map$Entry firstEntry java.util.Map$Entry lastEntry private void putRangeMapEntry (com.google.common.collect.Cut, com.google.common.collect.Cut, java.lang.Object) com.google.common.collect.Cut lowerBound com.google.common.collect.Cut upperBound Object value public void remove (com.google.common.collect.Range) com.google.common.collect.TreeRangeMap$RangeMapEntry rangeMapEntry com.google.common.collect.TreeRangeMap$RangeMapEntry rangeMapEntry com.google.common.collect.Range rangeToRemove java.util.Map$Entry mapEntryBelowToTruncate java.util.Map$Entry mapEntryAboveToTruncate private void split (com.google.common.collect.Cut) com.google.common.collect.Cut cut java.util.Map$Entry mapEntryToSplit com.google.common.collect.TreeRangeMap$RangeMapEntry rangeMapEntry public void merge (com.google.common.collect.Range, java.lang.Object, java.util.function.BiFunction) com.google.common.collect.TreeRangeMap$RangeMapEntry entry com.google.common.collect.Cut upperBound java.util.Iterator backingItr com.google.common.collect.Cut lowerBound java.util.Map$Entry entry Object newValue com.google.common.collect.Range range Object value java.util.function.BiFunction remappingFunction java.util.Set entriesInMergeRange com.google.common.collect.ImmutableMap$Builder gaps java.util.Iterator backingItr public java.util.Map asMapOfRanges () public java.util.Map asDescendingMapOfRanges () public com.google.common.collect.RangeMap subRangeMap (com.google.common.collect.Range) com.google.common.collect.Range subRange private com.google.common.collect.RangeMap emptySubRangeMap () public boolean equals (java.lang.Object) com.google.common.collect.RangeMap rangeMap Object o public int hashCode () public java.lang.String toString () static synthetic java.util.NavigableMap access$000 (com.google.common.collect.TreeRangeMap) com.google.common.collect.TreeRangeMap x0 static synthetic com.google.common.collect.Range access$100 (com.google.common.collect.TreeRangeMap, com.google.common.collect.Range, java.lang.Object) com.google.common.collect.TreeRangeMap x0 com.google.common.collect.Range x1 Object x2 static synthetic com.google.common.collect.RangeMap access$200 (com.google.common.collect.TreeRangeMap) com.google.common.collect.TreeRangeMap x0 static void <clinit> () }
com/google/common/collect/TreeRangeSet$1.class
TreeRangeSet.java package com.google.common.collect synthetic com.google.common.collect.TreeRangeSet$1 extends java.lang.Object { }
com/google/common/collect/TreeRangeSet$AsRanges.class
TreeRangeSet.java package com.google.common.collect final com.google.common.collect.TreeRangeSet$AsRanges extends com.google.common.collect.ForwardingCollection implements java.util.Set { final java.util.Collection delegate void <init> (com.google.common.collect.TreeRangeSet, java.util.Collection) com.google.common.collect.TreeRangeSet this$0 java.util.Collection delegate protected java.util.Collection delegate () public int hashCode () public boolean equals (java.lang.Object) Object o protected volatile synthetic java.lang.Object delegate () }
com/google/common/collect/TreeRangeSet$Complement.class
TreeRangeSet.java package com.google.common.collect final com.google.common.collect.TreeRangeSet$Complement extends com.google.common.collect.TreeRangeSet { final synthetic com.google.common.collect.TreeRangeSet this$0 void <init> (com.google.common.collect.TreeRangeSet) public void add (com.google.common.collect.Range) com.google.common.collect.Range rangeToAdd public void remove (com.google.common.collect.Range) com.google.common.collect.Range rangeToRemove public boolean contains (java.lang.Comparable) Comparable value public com.google.common.collect.RangeSet complement () }
com/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound$1.class
TreeRangeSet.java package com.google.common.collect com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1 extends com.google.common.collect.AbstractIterator { com.google.common.collect.Cut nextComplementRangeLowerBound final synthetic com.google.common.collect.Cut val$firstComplementRangeLowerBound final synthetic com.google.common.collect.PeekingIterator val$positiveItr final synthetic com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound this$0 void <init> (com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound, com.google.common.collect.Cut, com.google.common.collect.PeekingIterator) com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () com.google.common.collect.Range positiveRange com.google.common.collect.Range negativeRange com.google.common.collect.Range negativeRange protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound$2.class
TreeRangeSet.java package com.google.common.collect com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$2 extends com.google.common.collect.AbstractIterator { com.google.common.collect.Cut nextComplementRangeUpperBound final synthetic com.google.common.collect.Cut val$firstComplementRangeUpperBound final synthetic com.google.common.collect.PeekingIterator val$positiveItr final synthetic com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound this$0 void <init> (com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound, com.google.common.collect.Cut, com.google.common.collect.PeekingIterator) com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () com.google.common.collect.Range positiveRange com.google.common.collect.Range negativeRange com.google.common.collect.Range negativeRange protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeSet$ComplementRangesByLowerBound.class
TreeRangeSet.java package com.google.common.collect final com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound extends com.google.common.collect.AbstractNavigableMap { private final java.util.NavigableMap positiveRangesByLowerBound private final java.util.NavigableMap positiveRangesByUpperBound private final com.google.common.collect.Range complementLowerBoundWindow void <init> (java.util.NavigableMap) java.util.NavigableMap positiveRangesByLowerBound private void <init> (java.util.NavigableMap, com.google.common.collect.Range) java.util.NavigableMap positiveRangesByLowerBound com.google.common.collect.Range window private java.util.NavigableMap subMap (com.google.common.collect.Range) com.google.common.collect.Range subWindow public java.util.NavigableMap subMap (com.google.common.collect.Cut, boolean, com.google.common.collect.Cut, boolean) com.google.common.collect.Cut fromKey boolean fromInclusive com.google.common.collect.Cut toKey boolean toInclusive public java.util.NavigableMap headMap (com.google.common.collect.Cut, boolean) com.google.common.collect.Cut toKey boolean inclusive public java.util.NavigableMap tailMap (com.google.common.collect.Cut, boolean) com.google.common.collect.Cut fromKey boolean inclusive public java.util.Comparator comparator () java.util.Iterator entryIterator () java.util.Collection positiveRanges com.google.common.collect.Cut firstComplementRangeLowerBound com.google.common.collect.Cut firstComplementRangeLowerBound java.util.Collection positiveRanges com.google.common.collect.PeekingIterator positiveItr com.google.common.collect.Cut firstComplementRangeLowerBound java.util.Iterator descendingEntryIterator () com.google.common.collect.Cut cut com.google.common.collect.Cut startingPoint boolean inclusive com.google.common.collect.PeekingIterator positiveItr com.google.common.collect.Cut cut com.google.common.collect.Cut firstComplementRangeUpperBound public int size () public com.google.common.collect.Range get (java.lang.Object) com.google.common.collect.Cut cut java.util.Map$Entry firstEntry ClassCastException e Object key public boolean containsKey (java.lang.Object) Object key public volatile synthetic java.lang.Object get (java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) static synthetic com.google.common.collect.Range access$100 (com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound) com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound x0 }
com/google/common/collect/TreeRangeSet$RangesByUpperBound$1.class
TreeRangeSet.java package com.google.common.collect com.google.common.collect.TreeRangeSet$RangesByUpperBound$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$backingItr final synthetic com.google.common.collect.TreeRangeSet$RangesByUpperBound this$0 void <init> (com.google.common.collect.TreeRangeSet$RangesByUpperBound, java.util.Iterator) com.google.common.collect.TreeRangeSet$RangesByUpperBound this$0 protected java.util.Map$Entry computeNext () com.google.common.collect.Range range protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeSet$RangesByUpperBound$2.class
TreeRangeSet.java package com.google.common.collect com.google.common.collect.TreeRangeSet$RangesByUpperBound$2 extends com.google.common.collect.AbstractIterator { final synthetic com.google.common.collect.PeekingIterator val$backingItr final synthetic com.google.common.collect.TreeRangeSet$RangesByUpperBound this$0 void <init> (com.google.common.collect.TreeRangeSet$RangesByUpperBound, com.google.common.collect.PeekingIterator) com.google.common.collect.TreeRangeSet$RangesByUpperBound this$0 protected java.util.Map$Entry computeNext () com.google.common.collect.Range range protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeSet$RangesByUpperBound.class
TreeRangeSet.java package com.google.common.collect final com.google.common.collect.TreeRangeSet$RangesByUpperBound extends com.google.common.collect.AbstractNavigableMap { private final java.util.NavigableMap rangesByLowerBound private final com.google.common.collect.Range upperBoundWindow void <init> (java.util.NavigableMap) java.util.NavigableMap rangesByLowerBound private void <init> (java.util.NavigableMap, com.google.common.collect.Range) java.util.NavigableMap rangesByLowerBound com.google.common.collect.Range upperBoundWindow private java.util.NavigableMap subMap (com.google.common.collect.Range) com.google.common.collect.Range window public java.util.NavigableMap subMap (com.google.common.collect.Cut, boolean, com.google.common.collect.Cut, boolean) com.google.common.collect.Cut fromKey boolean fromInclusive com.google.common.collect.Cut toKey boolean toInclusive public java.util.NavigableMap headMap (com.google.common.collect.Cut, boolean) com.google.common.collect.Cut toKey boolean inclusive public java.util.NavigableMap tailMap (com.google.common.collect.Cut, boolean) com.google.common.collect.Cut fromKey boolean inclusive public java.util.Comparator comparator () public boolean containsKey (java.lang.Object) Object key public com.google.common.collect.Range get (java.lang.Object) com.google.common.collect.Cut cut java.util.Map$Entry candidate ClassCastException e Object key java.util.Iterator entryIterator () java.util.Iterator backingItr java.util.Iterator backingItr java.util.Iterator backingItr java.util.Map$Entry lowerEntry java.util.Iterator backingItr java.util.Iterator descendingEntryIterator () java.util.Collection candidates java.util.Collection candidates com.google.common.collect.PeekingIterator backingItr public int size () public boolean isEmpty () public volatile synthetic java.lang.Object get (java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) static synthetic com.google.common.collect.Range access$000 (com.google.common.collect.TreeRangeSet$RangesByUpperBound) com.google.common.collect.TreeRangeSet$RangesByUpperBound x0 }
com/google/common/collect/TreeRangeSet$SubRangeSet.class
TreeRangeSet.java package com.google.common.collect final com.google.common.collect.TreeRangeSet$SubRangeSet extends com.google.common.collect.TreeRangeSet { private final com.google.common.collect.Range restriction final synthetic com.google.common.collect.TreeRangeSet this$0 void <init> (com.google.common.collect.TreeRangeSet, com.google.common.collect.Range) com.google.common.collect.Range restriction public boolean encloses (com.google.common.collect.Range) com.google.common.collect.Range enclosing com.google.common.collect.Range range public com.google.common.collect.Range rangeContaining (java.lang.Comparable) Comparable value com.google.common.collect.Range result public void add (com.google.common.collect.Range) com.google.common.collect.Range rangeToAdd public void remove (com.google.common.collect.Range) com.google.common.collect.Range rangeToRemove public boolean contains (java.lang.Comparable) Comparable value public void clear () public com.google.common.collect.RangeSet subRangeSet (com.google.common.collect.Range) com.google.common.collect.Range view }
com/google/common/collect/TreeRangeSet$SubRangeSetRangesByLowerBound$1.class
TreeRangeSet.java package com.google.common.collect com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$completeRangeItr final synthetic com.google.common.collect.Cut val$upperBoundOnLowerBounds final synthetic com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound this$0 void <init> (com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound, java.util.Iterator, com.google.common.collect.Cut) com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () com.google.common.collect.Range nextRange protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeSet$SubRangeSetRangesByLowerBound$2.class
TreeRangeSet.java package com.google.common.collect com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound$2 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$completeRangeItr final synthetic com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound this$0 void <init> (com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound, java.util.Iterator) com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound this$0 protected java.util.Map$Entry computeNext () com.google.common.collect.Range nextRange protected volatile synthetic java.lang.Object computeNext () }
com/google/common/collect/TreeRangeSet$SubRangeSetRangesByLowerBound.class
TreeRangeSet.java package com.google.common.collect final com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound extends com.google.common.collect.AbstractNavigableMap { private final com.google.common.collect.Range lowerBoundWindow private final com.google.common.collect.Range restriction private final java.util.NavigableMap rangesByLowerBound private final java.util.NavigableMap rangesByUpperBound private void <init> (com.google.common.collect.Range, com.google.common.collect.Range, java.util.NavigableMap) com.google.common.collect.Range lowerBoundWindow com.google.common.collect.Range restriction java.util.NavigableMap rangesByLowerBound private java.util.NavigableMap subMap (com.google.common.collect.Range) com.google.common.collect.Range window public java.util.NavigableMap subMap (com.google.common.collect.Cut, boolean, com.google.common.collect.Cut, boolean) com.google.common.collect.Cut fromKey boolean fromInclusive com.google.common.collect.Cut toKey boolean toInclusive public java.util.NavigableMap headMap (com.google.common.collect.Cut, boolean) com.google.common.collect.Cut toKey boolean inclusive public java.util.NavigableMap tailMap (com.google.common.collect.Cut, boolean) com.google.common.collect.Cut fromKey boolean inclusive public java.util.Comparator comparator () public boolean containsKey (java.lang.Object) Object key public com.google.common.collect.Range get (java.lang.Object) com.google.common.collect.Range candidate com.google.common.collect.Range result com.google.common.collect.Cut cut ClassCastException e Object key java.util.Iterator entryIterator () java.util.Iterator completeRangeItr java.util.Iterator completeRangeItr com.google.common.collect.Cut upperBoundOnLowerBounds java.util.Iterator descendingEntryIterator () com.google.common.collect.Cut upperBoundOnLowerBounds java.util.Iterator completeRangeItr public int size () public volatile synthetic java.lang.Object get (java.lang.Object) public volatile synthetic java.util.NavigableMap tailMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap headMap (java.lang.Object, boolean) public volatile synthetic java.util.NavigableMap subMap (java.lang.Object, boolean, java.lang.Object, boolean) static synthetic com.google.common.collect.Range access$300 (com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound) com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound x0 static synthetic com.google.common.collect.Range access$400 (com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound) com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound x0 synthetic void <init> (com.google.common.collect.Range, com.google.common.collect.Range, java.util.NavigableMap, com.google.common.collect.TreeRangeSet$1) com.google.common.collect.Range x0 com.google.common.collect.Range x1 java.util.NavigableMap x2 com.google.common.collect.TreeRangeSet$1 x3 }
com/google/common/collect/TreeRangeSet.class
TreeRangeSet.java package com.google.common.collect public com.google.common.collect.TreeRangeSet extends com.google.common.collect.AbstractRangeSet implements java.io.Serializable { final java.util.NavigableMap rangesByLowerBound private transient java.util.Set asRanges private transient java.util.Set asDescendingSetOfRanges private transient com.google.common.collect.RangeSet complement public static com.google.common.collect.TreeRangeSet create () public static com.google.common.collect.TreeRangeSet create (com.google.common.collect.RangeSet) com.google.common.collect.RangeSet rangeSet com.google.common.collect.TreeRangeSet result public static com.google.common.collect.TreeRangeSet create (java.lang.Iterable) Iterable ranges com.google.common.collect.TreeRangeSet result private void <init> (java.util.NavigableMap) java.util.NavigableMap rangesByLowerCut public java.util.Set asRanges () java.util.Set result public java.util.Set asDescendingSetOfRanges () java.util.Set result public com.google.common.collect.Range rangeContaining (java.lang.Comparable) Comparable value java.util.Map$Entry floorEntry public boolean intersects (com.google.common.collect.Range) com.google.common.collect.Range range java.util.Map$Entry ceilingEntry java.util.Map$Entry priorEntry public boolean encloses (com.google.common.collect.Range) com.google.common.collect.Range range java.util.Map$Entry floorEntry private com.google.common.collect.Range rangeEnclosing (com.google.common.collect.Range) com.google.common.collect.Range range java.util.Map$Entry floorEntry public com.google.common.collect.Range span () java.util.Map$Entry firstEntry java.util.Map$Entry lastEntry public void add (com.google.common.collect.Range) com.google.common.collect.Range rangeBelowLB com.google.common.collect.Range rangeBelowUB com.google.common.collect.Range rangeToAdd com.google.common.collect.Cut lbToAdd com.google.common.collect.Cut ubToAdd java.util.Map$Entry entryBelowLB java.util.Map$Entry entryBelowUB public void remove (com.google.common.collect.Range) com.google.common.collect.Range rangeBelowLB com.google.common.collect.Range rangeBelowUB com.google.common.collect.Range rangeToRemove java.util.Map$Entry entryBelowLB java.util.Map$Entry entryBelowUB private void replaceRangeWithSameLowerBound (com.google.common.collect.Range) com.google.common.collect.Range range public com.google.common.collect.RangeSet complement () com.google.common.collect.RangeSet result public com.google.common.collect.RangeSet subRangeSet (com.google.common.collect.Range) com.google.common.collect.Range view public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic void removeAll (com.google.common.collect.RangeSet) public volatile synthetic void addAll (com.google.common.collect.RangeSet) public volatile synthetic boolean enclosesAll (com.google.common.collect.RangeSet) public volatile synthetic void clear () public volatile synthetic boolean isEmpty () public volatile synthetic boolean contains (java.lang.Comparable) synthetic void <init> (java.util.NavigableMap, com.google.common.collect.TreeRangeSet$1) java.util.NavigableMap x0 com.google.common.collect.TreeRangeSet$1 x1 static synthetic com.google.common.collect.Range access$600 (com.google.common.collect.TreeRangeSet, com.google.common.collect.Range) com.google.common.collect.TreeRangeSet x0 com.google.common.collect.Range x1 }
com/google/common/collect/TreeTraverser$1.class
TreeTraverser.java package com.google.common.collect com.google.common.collect.TreeTraverser$1 extends com.google.common.collect.TreeTraverser { final synthetic com.google.common.base.Function val$nodeToChildrenFunction void <init> (com.google.common.base.Function) public java.lang.Iterable children (java.lang.Object) Object root }
com/google/common/collect/TreeTraverser$2$1.class
TreeTraverser.java package com.google.common.collect com.google.common.collect.TreeTraverser$2$1 extends java.lang.Object implements java.util.function.Consumer { final synthetic java.util.function.Consumer val$action final synthetic com.google.common.collect.TreeTraverser$2 this$1 void <init> (com.google.common.collect.TreeTraverser$2, java.util.function.Consumer) com.google.common.collect.TreeTraverser$2 this$1 public void accept (java.lang.Object) Object t }
com/google/common/collect/TreeTraverser$2.class
TreeTraverser.java package com.google.common.collect com.google.common.collect.TreeTraverser$2 extends com.google.common.collect.FluentIterable { final synthetic Object val$root final synthetic com.google.common.collect.TreeTraverser this$0 void <init> (com.google.common.collect.TreeTraverser, java.lang.Object) com.google.common.collect.TreeTraverser this$0 public com.google.common.collect.UnmodifiableIterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/TreeTraverser$3$1.class
TreeTraverser.java package com.google.common.collect com.google.common.collect.TreeTraverser$3$1 extends java.lang.Object implements java.util.function.Consumer { final synthetic java.util.function.Consumer val$action final synthetic com.google.common.collect.TreeTraverser$3 this$1 void <init> (com.google.common.collect.TreeTraverser$3, java.util.function.Consumer) com.google.common.collect.TreeTraverser$3 this$1 public void accept (java.lang.Object) Object t }
com/google/common/collect/TreeTraverser$3.class
TreeTraverser.java package com.google.common.collect com.google.common.collect.TreeTraverser$3 extends com.google.common.collect.FluentIterable { final synthetic Object val$root final synthetic com.google.common.collect.TreeTraverser this$0 void <init> (com.google.common.collect.TreeTraverser, java.lang.Object) com.google.common.collect.TreeTraverser this$0 public com.google.common.collect.UnmodifiableIterator iterator () public void forEach (java.util.function.Consumer) java.util.function.Consumer action public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/TreeTraverser$4.class
TreeTraverser.java package com.google.common.collect com.google.common.collect.TreeTraverser$4 extends com.google.common.collect.FluentIterable { final synthetic Object val$root final synthetic com.google.common.collect.TreeTraverser this$0 void <init> (com.google.common.collect.TreeTraverser, java.lang.Object) com.google.common.collect.TreeTraverser this$0 public com.google.common.collect.UnmodifiableIterator iterator () public volatile synthetic java.util.Iterator iterator () }
com/google/common/collect/TreeTraverser$BreadthFirstIterator.class
TreeTraverser.java package com.google.common.collect final com.google.common.collect.TreeTraverser$BreadthFirstIterator extends com.google.common.collect.UnmodifiableIterator implements com.google.common.collect.PeekingIterator { private final java.util.Queue queue final synthetic com.google.common.collect.TreeTraverser this$0 void <init> (com.google.common.collect.TreeTraverser, java.lang.Object) Object root public boolean hasNext () public java.lang.Object peek () public java.lang.Object next () Object result }
com/google/common/collect/TreeTraverser$PostOrderIterator.class
TreeTraverser.java package com.google.common.collect final com.google.common.collect.TreeTraverser$PostOrderIterator extends com.google.common.collect.AbstractIterator { private final java.util.ArrayDeque stack final synthetic com.google.common.collect.TreeTraverser this$0 void <init> (com.google.common.collect.TreeTraverser, java.lang.Object) Object root protected java.lang.Object computeNext () Object child com.google.common.collect.TreeTraverser$PostOrderNode top private com.google.common.collect.TreeTraverser$PostOrderNode expand (java.lang.Object) Object t }
com/google/common/collect/TreeTraverser$PostOrderNode.class
TreeTraverser.java package com.google.common.collect final com.google.common.collect.TreeTraverser$PostOrderNode extends java.lang.Object { final Object root final java.util.Iterator childIterator void <init> (java.lang.Object, java.util.Iterator) Object root java.util.Iterator childIterator }
com/google/common/collect/TreeTraverser$PreOrderIterator.class
TreeTraverser.java package com.google.common.collect final com.google.common.collect.TreeTraverser$PreOrderIterator extends com.google.common.collect.UnmodifiableIterator { private final java.util.Deque stack final synthetic com.google.common.collect.TreeTraverser this$0 void <init> (com.google.common.collect.TreeTraverser, java.lang.Object) Object root public boolean hasNext () public java.lang.Object next () java.util.Iterator itr Object result java.util.Iterator childItr }
com/google/common/collect/TreeTraverser.class
TreeTraverser.java package com.google.common.collect public abstract com.google.common.collect.TreeTraverser extends java.lang.Object { public void <init> () public static com.google.common.collect.TreeTraverser using (com.google.common.base.Function) com.google.common.base.Function nodeToChildrenFunction public abstract java.lang.Iterable children (java.lang.Object) public final com.google.common.collect.FluentIterable preOrderTraversal (java.lang.Object) Object root com.google.common.collect.UnmodifiableIterator preOrderIterator (java.lang.Object) Object root public final com.google.common.collect.FluentIterable postOrderTraversal (java.lang.Object) Object root com.google.common.collect.UnmodifiableIterator postOrderIterator (java.lang.Object) Object root public final com.google.common.collect.FluentIterable breadthFirstTraversal (java.lang.Object) Object root }
com/google/common/collect/UnmodifiableIterator.class
UnmodifiableIterator.java package com.google.common.collect public abstract com.google.common.collect.UnmodifiableIterator extends java.lang.Object implements java.util.Iterator { protected void <init> () public final void remove () }
com/google/common/collect/UnmodifiableListIterator.class
UnmodifiableListIterator.java package com.google.common.collect public abstract com.google.common.collect.UnmodifiableListIterator extends com.google.common.collect.UnmodifiableIterator implements java.util.ListIterator { protected void <init> () public final void add (java.lang.Object) Object e public final void set (java.lang.Object) Object e }
com/google/common/collect/UnmodifiableSortedMultiset.class
UnmodifiableSortedMultiset.java package com.google.common.collect final com.google.common.collect.UnmodifiableSortedMultiset extends com.google.common.collect.Multisets$UnmodifiableMultiset implements com.google.common.collect.SortedMultiset { private transient com.google.common.collect.UnmodifiableSortedMultiset descendingMultiset private static final long serialVersionUID void <init> (com.google.common.collect.SortedMultiset) com.google.common.collect.SortedMultiset delegate protected com.google.common.collect.SortedMultiset delegate () public java.util.Comparator comparator () java.util.NavigableSet createElementSet () public java.util.NavigableSet elementSet () public com.google.common.collect.SortedMultiset descendingMultiset () com.google.common.collect.UnmodifiableSortedMultiset result public com.google.common.collect.Multiset$Entry firstEntry () public com.google.common.collect.Multiset$Entry lastEntry () public com.google.common.collect.Multiset$Entry pollFirstEntry () public com.google.common.collect.Multiset$Entry pollLastEntry () public com.google.common.collect.SortedMultiset headMultiset (java.lang.Object, com.google.common.collect.BoundType) Object upperBound com.google.common.collect.BoundType boundType public com.google.common.collect.SortedMultiset subMultiset (java.lang.Object, com.google.common.collect.BoundType, java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType lowerBoundType Object upperBound com.google.common.collect.BoundType upperBoundType public com.google.common.collect.SortedMultiset tailMultiset (java.lang.Object, com.google.common.collect.BoundType) Object lowerBound com.google.common.collect.BoundType boundType public volatile synthetic java.util.Set elementSet () volatile synthetic java.util.Set createElementSet () protected volatile synthetic com.google.common.collect.Multiset delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () public volatile synthetic java.util.SortedSet elementSet () }
com/google/common/collect/UsingToStringOrdering.class
UsingToStringOrdering.java package com.google.common.collect final com.google.common.collect.UsingToStringOrdering extends com.google.common.collect.Ordering implements java.io.Serializable { static final com.google.common.collect.UsingToStringOrdering INSTANCE private static final long serialVersionUID public int compare (java.lang.Object, java.lang.Object) Object left Object right private java.lang.Object readResolve () public java.lang.String toString () private void <init> () static void <clinit> () }
com/google/common/collect/package-info.class
package-info.java package com.google.common.collect abstract synthetic com.google.common.collect.package-info extends java.lang.Object { }
com/google/common/escape/
com/google/common/escape/ArrayBasedCharEscaper.class
ArrayBasedCharEscaper.java package com.google.common.escape public abstract com.google.common.escape.ArrayBasedCharEscaper extends com.google.common.escape.CharEscaper { private final char[][] replacements private final int replacementsLength private final char safeMin private final char safeMax protected void <init> (java.util.Map, char, char) java.util.Map replacementMap char safeMin char safeMax protected void <init> (com.google.common.escape.ArrayBasedEscaperMap, char, char) com.google.common.escape.ArrayBasedEscaperMap escaperMap char safeMin char safeMax public final java.lang.String escape (java.lang.String) char c int i String s protected final char[] escape (char) char[] chars char c protected abstract char[] escapeUnsafe (char) }
com/google/common/escape/ArrayBasedEscaperMap.class
ArrayBasedEscaperMap.java package com.google.common.escape public final com.google.common.escape.ArrayBasedEscaperMap extends java.lang.Object { private final char[][] replacementArray private static final char[][] EMPTY_REPLACEMENT_ARRAY public static com.google.common.escape.ArrayBasedEscaperMap create (java.util.Map) java.util.Map replacements private void <init> (char[][]) char[][] replacementArray char[][] getReplacementArray () static char[][] createReplacementArray (java.util.Map) Character c java.util.Map map char max char[][] replacements static void <clinit> () }
com/google/common/escape/ArrayBasedUnicodeEscaper.class
ArrayBasedUnicodeEscaper.java package com.google.common.escape public abstract com.google.common.escape.ArrayBasedUnicodeEscaper extends com.google.common.escape.UnicodeEscaper { private final char[][] replacements private final int replacementsLength private final int safeMin private final int safeMax private final char safeMinChar private final char safeMaxChar protected void <init> (java.util.Map, int, int, java.lang.String) java.util.Map replacementMap int safeMin int safeMax String unsafeReplacement protected void <init> (com.google.common.escape.ArrayBasedEscaperMap, int, int, java.lang.String) com.google.common.escape.ArrayBasedEscaperMap escaperMap int safeMin int safeMax String unsafeReplacement public final java.lang.String escape (java.lang.String) char c int i String s protected final char[] escape (int) char[] chars int cp protected final int nextEscapeIndex (java.lang.CharSequence, int, int) char c CharSequence csq int index int end protected abstract char[] escapeUnsafe (int) }
com/google/common/escape/CharEscaper.class
CharEscaper.java package com.google.common.escape public abstract com.google.common.escape.CharEscaper extends com.google.common.escape.Escaper { private static final int DEST_PAD_MULTIPLIER protected void <init> () public java.lang.String escape (java.lang.String) int index String string int length protected abstract char[] escape (char) protected final java.lang.String escapeSlow (java.lang.String, int) char[] r int rlen int charsSkipped int sizeNeeded int sizeNeeded String s int index int slen char[] dest int destSize int destIndex int lastEscape int charsLeft private static char[] growBuffer (char[], int, int) char[] dest int index int size char[] copy }
com/google/common/escape/CharEscaperBuilder$CharArrayDecorator.class
CharEscaperBuilder.java package com.google.common.escape com.google.common.escape.CharEscaperBuilder$CharArrayDecorator extends com.google.common.escape.CharEscaper { private final char[][] replacements private final int replaceLength void <init> (char[][]) char[][] replacements public java.lang.String escape (java.lang.String) char c int index String s int slen protected char[] escape (char) char c }
com/google/common/escape/CharEscaperBuilder.class
CharEscaperBuilder.java package com.google.common.escape public final com.google.common.escape.CharEscaperBuilder extends java.lang.Object { private final java.util.Map map private int max public void <init> () public com.google.common.escape.CharEscaperBuilder addEscape (char, java.lang.String) char c String r public com.google.common.escape.CharEscaperBuilder addEscapes (char[], java.lang.String) char c char[] cs String r public char[][] toArray () java.util.Map$Entry entry char[][] result public com.google.common.escape.Escaper toEscaper () }
com/google/common/escape/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.escape abstract annotation com.google.common.escape.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/escape/Escaper.class
Escaper.java package com.google.common.escape public abstract com.google.common.escape.Escaper extends java.lang.Object { private final com.google.common.base.Function asFunction protected void <init> () public abstract java.lang.String escape (java.lang.String) public final com.google.common.base.Function asFunction () }
com/google/common/escape/Escapers$1.class
Escapers.java package com.google.common.escape com.google.common.escape.Escapers$1 extends com.google.common.escape.CharEscaper { void <init> () public java.lang.String escape (java.lang.String) String string protected char[] escape (char) char c }
com/google/common/escape/Escapers$2.class
Escapers.java package com.google.common.escape com.google.common.escape.Escapers$2 extends com.google.common.escape.UnicodeEscaper { final synthetic com.google.common.escape.CharEscaper val$escaper void <init> (com.google.common.escape.CharEscaper) protected char[] escape (int) int n int n int cp char[] surrogateChars char[] hiChars char[] loChars int hiCount int loCount char[] output }
com/google/common/escape/Escapers$Builder$1.class
Escapers.java package com.google.common.escape com.google.common.escape.Escapers$Builder$1 extends com.google.common.escape.ArrayBasedCharEscaper { private final char[] replacementChars final synthetic com.google.common.escape.Escapers$Builder this$0 void <init> (com.google.common.escape.Escapers$Builder, java.util.Map, char, char) com.google.common.escape.Escapers$Builder this$0 java.util.Map replacementMap char safeMin char safeMax protected char[] escapeUnsafe (char) char c }
com/google/common/escape/Escapers$Builder.class
Escapers.java package com.google.common.escape public final com.google.common.escape.Escapers$Builder extends java.lang.Object { private final java.util.Map replacementMap private char safeMin private char safeMax private String unsafeReplacement private void <init> () public com.google.common.escape.Escapers$Builder setSafeRange (char, char) char safeMin char safeMax public com.google.common.escape.Escapers$Builder setUnsafeReplacement (java.lang.String) String unsafeReplacement public com.google.common.escape.Escapers$Builder addEscape (char, java.lang.String) char c String replacement public com.google.common.escape.Escaper build () synthetic void <init> (com.google.common.escape.Escapers$1) com.google.common.escape.Escapers$1 x0 static synthetic java.lang.String access$100 (com.google.common.escape.Escapers$Builder) com.google.common.escape.Escapers$Builder x0 }
com/google/common/escape/Escapers.class
Escapers.java package com.google.common.escape public final com.google.common.escape.Escapers extends java.lang.Object { private static final com.google.common.escape.Escaper NULL_ESCAPER private void <init> () public static com.google.common.escape.Escaper nullEscaper () public static com.google.common.escape.Escapers$Builder builder () static com.google.common.escape.UnicodeEscaper asUnicodeEscaper (com.google.common.escape.Escaper) com.google.common.escape.Escaper escaper public static java.lang.String computeReplacement (com.google.common.escape.CharEscaper, char) com.google.common.escape.CharEscaper escaper char c public static java.lang.String computeReplacement (com.google.common.escape.UnicodeEscaper, int) com.google.common.escape.UnicodeEscaper escaper int cp private static java.lang.String stringOrNull (char[]) char[] in private static com.google.common.escape.UnicodeEscaper wrap (com.google.common.escape.CharEscaper) com.google.common.escape.CharEscaper escaper static void <clinit> () }
com/google/common/escape/ParametricNullness.class
ParametricNullness.java package com.google.common.escape abstract annotation com.google.common.escape.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/escape/Platform$1.class
Platform.java package com.google.common.escape com.google.common.escape.Platform$1 extends java.lang.ThreadLocal { void <init> () protected char[] initialValue () protected volatile synthetic java.lang.Object initialValue () }
com/google/common/escape/Platform.class
Platform.java package com.google.common.escape final com.google.common.escape.Platform extends java.lang.Object { private static final ThreadLocal DEST_TL private void <init> () static char[] charBufferFromThreadLocal () static void <clinit> () }
com/google/common/escape/UnicodeEscaper.class
UnicodeEscaper.java package com.google.common.escape public abstract com.google.common.escape.UnicodeEscaper extends com.google.common.escape.Escaper { private static final int DEST_PAD protected void <init> () protected abstract char[] escape (int) public java.lang.String escape (java.lang.String) String string int end int index protected int nextEscapeIndex (java.lang.CharSequence, int, int) int cp CharSequence csq int start int end int index protected final java.lang.String escapeSlow (java.lang.String, int) int destLength int charsSkipped int sizeNeeded int cp char[] escaped int nextIndex int endIndex String s int index int end char[] dest int destIndex int unescapedChunkStart int charsSkipped protected static int codePointAt (java.lang.CharSequence, int, int) char c2 char c1 CharSequence seq int index int end private static char[] growBuffer (char[], int, int) char[] dest int index int size char[] copy }
com/google/common/escape/package-info.class
package-info.java package com.google.common.escape abstract synthetic com.google.common.escape.package-info extends java.lang.Object { }
com/google/common/eventbus/
com/google/common/eventbus/AllowConcurrentEvents.class
AllowConcurrentEvents.java package com.google.common.eventbus public abstract annotation com.google.common.eventbus.AllowConcurrentEvents extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/eventbus/AsyncEventBus.class
AsyncEventBus.java package com.google.common.eventbus public com.google.common.eventbus.AsyncEventBus extends com.google.common.eventbus.EventBus { public void <init> (java.lang.String, java.util.concurrent.Executor) String identifier java.util.concurrent.Executor executor public void <init> (java.util.concurrent.Executor, com.google.common.eventbus.SubscriberExceptionHandler) java.util.concurrent.Executor executor com.google.common.eventbus.SubscriberExceptionHandler subscriberExceptionHandler public void <init> (java.util.concurrent.Executor) java.util.concurrent.Executor executor }
com/google/common/eventbus/DeadEvent.class
DeadEvent.java package com.google.common.eventbus public com.google.common.eventbus.DeadEvent extends java.lang.Object { private final Object source private final Object event public void <init> (java.lang.Object, java.lang.Object) Object source Object event public java.lang.Object getSource () public java.lang.Object getEvent () public java.lang.String toString () }
com/google/common/eventbus/Dispatcher$1.class
Dispatcher.java package com.google.common.eventbus synthetic com.google.common.eventbus.Dispatcher$1 extends java.lang.Object { }
com/google/common/eventbus/Dispatcher$ImmediateDispatcher.class
Dispatcher.java package com.google.common.eventbus final com.google.common.eventbus.Dispatcher$ImmediateDispatcher extends com.google.common.eventbus.Dispatcher { private static final com.google.common.eventbus.Dispatcher$ImmediateDispatcher INSTANCE private void <init> () void dispatch (java.lang.Object, java.util.Iterator) Object event java.util.Iterator subscribers static synthetic com.google.common.eventbus.Dispatcher$ImmediateDispatcher access$200 () static void <clinit> () }
com/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber.class
Dispatcher.java package com.google.common.eventbus final com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber extends java.lang.Object { private final Object event private final com.google.common.eventbus.Subscriber subscriber private void <init> (java.lang.Object, com.google.common.eventbus.Subscriber) Object event com.google.common.eventbus.Subscriber subscriber synthetic void <init> (java.lang.Object, com.google.common.eventbus.Subscriber, com.google.common.eventbus.Dispatcher$1) Object x0 com.google.common.eventbus.Subscriber x1 com.google.common.eventbus.Dispatcher$1 x2 static synthetic java.lang.Object access$700 (com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber) com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber x0 static synthetic com.google.common.eventbus.Subscriber access$800 (com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber) com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber x0 }
com/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher.class
Dispatcher.java package com.google.common.eventbus final com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher extends com.google.common.eventbus.Dispatcher { private final java.util.concurrent.ConcurrentLinkedQueue queue private void <init> () void dispatch (java.lang.Object, java.util.Iterator) Object event java.util.Iterator subscribers com.google.common.eventbus.Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber e synthetic void <init> (com.google.common.eventbus.Dispatcher$1) com.google.common.eventbus.Dispatcher$1 x0 }
com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$1.class
Dispatcher.java package com.google.common.eventbus com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$1 extends java.lang.ThreadLocal { void <init> (com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher) com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher this$0 protected java.util.Queue initialValue () protected volatile synthetic java.lang.Object initialValue () }
com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$2.class
Dispatcher.java package com.google.common.eventbus com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$2 extends java.lang.ThreadLocal { void <init> (com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher) com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher this$0 protected java.lang.Boolean initialValue () protected volatile synthetic java.lang.Object initialValue () }
com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$Event.class
Dispatcher.java package com.google.common.eventbus final com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event extends java.lang.Object { private final Object event private final java.util.Iterator subscribers private void <init> (java.lang.Object, java.util.Iterator) Object event java.util.Iterator subscribers synthetic void <init> (java.lang.Object, java.util.Iterator, com.google.common.eventbus.Dispatcher$1) Object x0 java.util.Iterator x1 com.google.common.eventbus.Dispatcher$1 x2 static synthetic java.util.Iterator access$400 (com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event) com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event x0 static synthetic java.lang.Object access$500 (com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event) com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event x0 }
com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher.class
Dispatcher.java package com.google.common.eventbus final com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher extends com.google.common.eventbus.Dispatcher { private final ThreadLocal queue private final ThreadLocal dispatching private void <init> () void dispatch (java.lang.Object, java.util.Iterator) com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher$Event nextEvent Object event java.util.Iterator subscribers java.util.Queue queueForThread synthetic void <init> (com.google.common.eventbus.Dispatcher$1) com.google.common.eventbus.Dispatcher$1 x0 }
com/google/common/eventbus/Dispatcher.class
Dispatcher.java package com.google.common.eventbus abstract com.google.common.eventbus.Dispatcher extends java.lang.Object { void <init> () static com.google.common.eventbus.Dispatcher perThreadDispatchQueue () static com.google.common.eventbus.Dispatcher legacyAsync () static com.google.common.eventbus.Dispatcher immediate () abstract void dispatch (java.lang.Object, java.util.Iterator) }
com/google/common/eventbus/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.eventbus abstract annotation com.google.common.eventbus.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/eventbus/EventBus$LoggingHandler.class
EventBus.java package com.google.common.eventbus final com.google.common.eventbus.EventBus$LoggingHandler extends java.lang.Object implements com.google.common.eventbus.SubscriberExceptionHandler { static final com.google.common.eventbus.EventBus$LoggingHandler INSTANCE void <init> () public void handleException (java.lang.Throwable, com.google.common.eventbus.SubscriberExceptionContext) Throwable exception com.google.common.eventbus.SubscriberExceptionContext context java.util.logging.Logger logger private static java.util.logging.Logger logger (com.google.common.eventbus.SubscriberExceptionContext) com.google.common.eventbus.SubscriberExceptionContext context private static java.lang.String message (com.google.common.eventbus.SubscriberExceptionContext) com.google.common.eventbus.SubscriberExceptionContext context java.lang.reflect.Method method static void <clinit> () }
com/google/common/eventbus/EventBus.class
EventBus.java package com.google.common.eventbus public com.google.common.eventbus.EventBus extends java.lang.Object { private static final java.util.logging.Logger logger private final String identifier private final java.util.concurrent.Executor executor private final com.google.common.eventbus.SubscriberExceptionHandler exceptionHandler private final com.google.common.eventbus.SubscriberRegistry subscribers private final com.google.common.eventbus.Dispatcher dispatcher public void <init> () public void <init> (java.lang.String) String identifier public void <init> (com.google.common.eventbus.SubscriberExceptionHandler) com.google.common.eventbus.SubscriberExceptionHandler exceptionHandler void <init> (java.lang.String, java.util.concurrent.Executor, com.google.common.eventbus.Dispatcher, com.google.common.eventbus.SubscriberExceptionHandler) String identifier java.util.concurrent.Executor executor com.google.common.eventbus.Dispatcher dispatcher com.google.common.eventbus.SubscriberExceptionHandler exceptionHandler public final java.lang.String identifier () final java.util.concurrent.Executor executor () void handleSubscriberException (java.lang.Throwable, com.google.common.eventbus.SubscriberExceptionContext) Throwable e2 Throwable e com.google.common.eventbus.SubscriberExceptionContext context public void register (java.lang.Object) Object object public void unregister (java.lang.Object) Object object public void post (java.lang.Object) Object event java.util.Iterator eventSubscribers public java.lang.String toString () static void <clinit> () }
com/google/common/eventbus/ParametricNullness.class
ParametricNullness.java package com.google.common.eventbus abstract annotation com.google.common.eventbus.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/eventbus/Subscribe.class
Subscribe.java package com.google.common.eventbus public abstract annotation com.google.common.eventbus.Subscribe extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/eventbus/Subscriber$1.class
Subscriber.java package com.google.common.eventbus synthetic com.google.common.eventbus.Subscriber$1 extends java.lang.Object { }
com/google/common/eventbus/Subscriber$SynchronizedSubscriber.class
Subscriber.java package com.google.common.eventbus final com.google.common.eventbus.Subscriber$SynchronizedSubscriber extends com.google.common.eventbus.Subscriber { private void <init> (com.google.common.eventbus.EventBus, java.lang.Object, java.lang.reflect.Method) com.google.common.eventbus.EventBus bus Object target java.lang.reflect.Method method void invokeSubscriberMethod (java.lang.Object) throws java.lang.reflect.InvocationTargetException Object event synthetic void <init> (com.google.common.eventbus.EventBus, java.lang.Object, java.lang.reflect.Method, com.google.common.eventbus.Subscriber$1) com.google.common.eventbus.EventBus x0 Object x1 java.lang.reflect.Method x2 com.google.common.eventbus.Subscriber$1 x3 }
com/google/common/eventbus/Subscriber.class
Subscriber.java package com.google.common.eventbus com.google.common.eventbus.Subscriber extends java.lang.Object { private com.google.common.eventbus.EventBus bus final Object target private final java.lang.reflect.Method method private final java.util.concurrent.Executor executor static com.google.common.eventbus.Subscriber create (com.google.common.eventbus.EventBus, java.lang.Object, java.lang.reflect.Method) com.google.common.eventbus.EventBus bus Object listener java.lang.reflect.Method method private void <init> (com.google.common.eventbus.EventBus, java.lang.Object, java.lang.reflect.Method) com.google.common.eventbus.EventBus bus Object target java.lang.reflect.Method method final void dispatchEvent (java.lang.Object) Object event void invokeSubscriberMethod (java.lang.Object) throws java.lang.reflect.InvocationTargetException IllegalArgumentException e IllegalAccessException e java.lang.reflect.InvocationTargetException e Object event private com.google.common.eventbus.SubscriberExceptionContext context (java.lang.Object) Object event public final int hashCode () public final boolean equals (java.lang.Object) com.google.common.eventbus.Subscriber that Object obj private static boolean isDeclaredThreadSafe (java.lang.reflect.Method) java.lang.reflect.Method method private synthetic void lambda$dispatchEvent$0 (java.lang.Object) java.lang.reflect.InvocationTargetException e Object event synthetic void <init> (com.google.common.eventbus.EventBus, java.lang.Object, java.lang.reflect.Method, com.google.common.eventbus.Subscriber$1) com.google.common.eventbus.EventBus x0 Object x1 java.lang.reflect.Method x2 com.google.common.eventbus.Subscriber$1 x3 }
com/google/common/eventbus/SubscriberExceptionContext.class
SubscriberExceptionContext.java package com.google.common.eventbus public com.google.common.eventbus.SubscriberExceptionContext extends java.lang.Object { private final com.google.common.eventbus.EventBus eventBus private final Object event private final Object subscriber private final java.lang.reflect.Method subscriberMethod void <init> (com.google.common.eventbus.EventBus, java.lang.Object, java.lang.Object, java.lang.reflect.Method) com.google.common.eventbus.EventBus eventBus Object event Object subscriber java.lang.reflect.Method subscriberMethod public com.google.common.eventbus.EventBus getEventBus () public java.lang.Object getEvent () public java.lang.Object getSubscriber () public java.lang.reflect.Method getSubscriberMethod () }
com/google/common/eventbus/SubscriberExceptionHandler.class
SubscriberExceptionHandler.java package com.google.common.eventbus public abstract com.google.common.eventbus.SubscriberExceptionHandler extends java.lang.Object { public abstract void handleException (java.lang.Throwable, com.google.common.eventbus.SubscriberExceptionContext) }
com/google/common/eventbus/SubscriberRegistry$1.class
SubscriberRegistry.java package com.google.common.eventbus com.google.common.eventbus.SubscriberRegistry$1 extends com.google.common.cache.CacheLoader { void <init> () public com.google.common.collect.ImmutableList load (java.lang.Class) throws java.lang.Exception Class concreteClass public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/common/eventbus/SubscriberRegistry$2.class
SubscriberRegistry.java package com.google.common.eventbus com.google.common.eventbus.SubscriberRegistry$2 extends com.google.common.cache.CacheLoader { void <init> () public com.google.common.collect.ImmutableSet load (java.lang.Class) Class concreteClass public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/common/eventbus/SubscriberRegistry$MethodIdentifier.class
SubscriberRegistry.java package com.google.common.eventbus final com.google.common.eventbus.SubscriberRegistry$MethodIdentifier extends java.lang.Object { private final String name private final java.util.List parameterTypes void <init> (java.lang.reflect.Method) java.lang.reflect.Method method public int hashCode () public boolean equals (java.lang.Object) com.google.common.eventbus.SubscriberRegistry$MethodIdentifier ident Object o }
com/google/common/eventbus/SubscriberRegistry.class
SubscriberRegistry.java package com.google.common.eventbus final com.google.common.eventbus.SubscriberRegistry extends java.lang.Object { private final java.util.concurrent.ConcurrentMap subscribers private final com.google.common.eventbus.EventBus bus private static final com.google.common.cache.LoadingCache subscriberMethodsCache private static final com.google.common.cache.LoadingCache flattenHierarchyCache void <init> (com.google.common.eventbus.EventBus) com.google.common.eventbus.EventBus bus void register (java.lang.Object) java.util.concurrent.CopyOnWriteArraySet newSet Class eventType java.util.Collection eventMethodsInListener java.util.concurrent.CopyOnWriteArraySet eventSubscribers java.util.Map$Entry entry Object listener com.google.common.collect.Multimap listenerMethods void unregister (java.lang.Object) Class eventType java.util.Collection listenerMethodsForType java.util.concurrent.CopyOnWriteArraySet currentSubscribers java.util.Map$Entry entry Object listener com.google.common.collect.Multimap listenerMethods java.util.Set getSubscribersForTesting (java.lang.Class) Class eventType java.util.Iterator getSubscribers (java.lang.Object) java.util.concurrent.CopyOnWriteArraySet eventSubscribers Class eventType Object event com.google.common.collect.ImmutableSet eventTypes java.util.List subscriberIterators private com.google.common.collect.Multimap findAllSubscribers (java.lang.Object) Class[] parameterTypes Class eventType java.lang.reflect.Method method Object listener com.google.common.collect.Multimap methodsInListener Class clazz private static com.google.common.collect.ImmutableList getAnnotatedMethods (java.lang.Class) com.google.common.util.concurrent.UncheckedExecutionException e Class clazz private static com.google.common.collect.ImmutableList getAnnotatedMethodsNotCached (java.lang.Class) Class[] parameterTypes com.google.common.eventbus.SubscriberRegistry$MethodIdentifier ident java.lang.reflect.Method method Class supertype Class clazz java.util.Set supertypes java.util.Map identifiers static com.google.common.collect.ImmutableSet flattenHierarchy (java.lang.Class) com.google.common.util.concurrent.UncheckedExecutionException e Class concreteClass static synthetic com.google.common.collect.ImmutableList access$000 (java.lang.Class) Class x0 static void <clinit> () }
com/google/common/eventbus/package-info.class
package-info.java package com.google.common.eventbus abstract synthetic com.google.common.eventbus.package-info extends java.lang.Object { }
com/google/common/graph/
com/google/common/graph/AbstractBaseGraph$1.class
AbstractBaseGraph.java package com.google.common.graph com.google.common.graph.AbstractBaseGraph$1 extends java.util.AbstractSet { final synthetic com.google.common.graph.AbstractBaseGraph this$0 void <init> (com.google.common.graph.AbstractBaseGraph) com.google.common.graph.AbstractBaseGraph this$0 public com.google.common.collect.UnmodifiableIterator iterator () public int size () public boolean remove (java.lang.Object) Object o public boolean contains (java.lang.Object) Object obj com.google.common.graph.EndpointPair endpointPair public volatile synthetic java.util.Iterator iterator () }
com/google/common/graph/AbstractBaseGraph$2.class
AbstractBaseGraph.java package com.google.common.graph com.google.common.graph.AbstractBaseGraph$2 extends com.google.common.graph.IncidentEdgeSet { void <init> (com.google.common.graph.AbstractBaseGraph, com.google.common.graph.BaseGraph, java.lang.Object) com.google.common.graph.AbstractBaseGraph this$0 com.google.common.graph.BaseGraph graph Object node public com.google.common.collect.UnmodifiableIterator iterator () public volatile synthetic java.util.Iterator iterator () private synthetic com.google.common.graph.EndpointPair lambda$iterator$2 (java.lang.Object) Object adjacentNode private synthetic com.google.common.graph.EndpointPair lambda$iterator$1 (java.lang.Object) Object successor private synthetic com.google.common.graph.EndpointPair lambda$iterator$0 (java.lang.Object) Object predecessor }
com/google/common/graph/AbstractBaseGraph.class
AbstractBaseGraph.java package com.google.common.graph abstract com.google.common.graph.AbstractBaseGraph extends java.lang.Object implements com.google.common.graph.BaseGraph { void <init> () protected long edgeCount () Object node long degreeSum public java.util.Set edges () public com.google.common.graph.ElementOrder incidentEdgeOrder () public java.util.Set incidentEdges (java.lang.Object) Object node public int degree (java.lang.Object) java.util.Set neighbors int selfLoopCount Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints Object nodeU Object nodeV protected final void validateEndpoints (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints protected final boolean isOrderingCompatible (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints }
com/google/common/graph/AbstractDirectedNetworkConnections$1.class
AbstractDirectedNetworkConnections.java package com.google.common.graph com.google.common.graph.AbstractDirectedNetworkConnections$1 extends java.util.AbstractSet { final synthetic com.google.common.graph.AbstractDirectedNetworkConnections this$0 void <init> (com.google.common.graph.AbstractDirectedNetworkConnections) com.google.common.graph.AbstractDirectedNetworkConnections this$0 public com.google.common.collect.UnmodifiableIterator iterator () Iterable incidentEdges public int size () public boolean contains (java.lang.Object) Object obj public volatile synthetic java.util.Iterator iterator () }
com/google/common/graph/AbstractDirectedNetworkConnections.class
AbstractDirectedNetworkConnections.java package com.google.common.graph abstract com.google.common.graph.AbstractDirectedNetworkConnections extends java.lang.Object implements com.google.common.graph.NetworkConnections { final java.util.Map inEdgeMap final java.util.Map outEdgeMap private int selfLoopCount void <init> (java.util.Map, java.util.Map, int) java.util.Map inEdgeMap java.util.Map outEdgeMap int selfLoopCount public java.util.Set adjacentNodes () public java.util.Set incidentEdges () public java.util.Set inEdges () public java.util.Set outEdges () public java.lang.Object adjacentNode (java.lang.Object) Object edge public java.lang.Object removeInEdge (java.lang.Object, boolean) Object edge boolean isSelfLoop Object previousNode public java.lang.Object removeOutEdge (java.lang.Object) Object edge Object previousNode public void addInEdge (java.lang.Object, java.lang.Object, boolean) Object edge Object node boolean isSelfLoop Object previousNode public void addOutEdge (java.lang.Object, java.lang.Object) Object edge Object node Object previousNode static synthetic int access$000 (com.google.common.graph.AbstractDirectedNetworkConnections) com.google.common.graph.AbstractDirectedNetworkConnections x0 }
com/google/common/graph/AbstractGraph.class
AbstractGraph.java package com.google.common.graph public abstract com.google.common.graph.AbstractGraph extends com.google.common.graph.AbstractBaseGraph implements com.google.common.graph.Graph { public void <init> () public final boolean equals (java.lang.Object) Object obj com.google.common.graph.Graph other public final int hashCode () public java.lang.String toString () public volatile synthetic boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public volatile synthetic boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public volatile synthetic int outDegree (java.lang.Object) public volatile synthetic int inDegree (java.lang.Object) public volatile synthetic int degree (java.lang.Object) public volatile synthetic java.util.Set incidentEdges (java.lang.Object) public volatile synthetic com.google.common.graph.ElementOrder incidentEdgeOrder () public volatile synthetic java.util.Set edges () }
com/google/common/graph/AbstractGraphBuilder.class
AbstractGraphBuilder.java package com.google.common.graph abstract com.google.common.graph.AbstractGraphBuilder extends java.lang.Object { final boolean directed boolean allowsSelfLoops com.google.common.graph.ElementOrder nodeOrder com.google.common.graph.ElementOrder incidentEdgeOrder com.google.common.base.Optional expectedNodeCount void <init> (boolean) boolean directed }
com/google/common/graph/AbstractNetwork$1$1$1.class
AbstractNetwork.java package com.google.common.graph com.google.common.graph.AbstractNetwork$1$1$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.graph.AbstractNetwork$1$1 this$2 void <init> (com.google.common.graph.AbstractNetwork$1$1) com.google.common.graph.AbstractNetwork$1$1 this$2 public com.google.common.graph.EndpointPair apply (java.lang.Object) Object edge public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/graph/AbstractNetwork$1$1.class
AbstractNetwork.java package com.google.common.graph com.google.common.graph.AbstractNetwork$1$1 extends java.util.AbstractSet { final synthetic com.google.common.graph.AbstractNetwork$1 this$1 void <init> (com.google.common.graph.AbstractNetwork$1) com.google.common.graph.AbstractNetwork$1 this$1 public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object obj com.google.common.graph.EndpointPair endpointPair }
com/google/common/graph/AbstractNetwork$1.class
AbstractNetwork.java package com.google.common.graph com.google.common.graph.AbstractNetwork$1 extends com.google.common.graph.AbstractGraph { final synthetic com.google.common.graph.AbstractNetwork this$0 void <init> (com.google.common.graph.AbstractNetwork) com.google.common.graph.AbstractNetwork this$0 public java.util.Set nodes () public java.util.Set edges () public com.google.common.graph.ElementOrder nodeOrder () public com.google.common.graph.ElementOrder incidentEdgeOrder () public boolean isDirected () public boolean allowsSelfLoops () public java.util.Set adjacentNodes (java.lang.Object) Object node public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/AbstractNetwork$2.class
AbstractNetwork.java package com.google.common.graph com.google.common.graph.AbstractNetwork$2 extends java.lang.Object implements com.google.common.base.Predicate { final synthetic Object val$nodePresent final synthetic Object val$nodeToCheck final synthetic com.google.common.graph.AbstractNetwork this$0 void <init> (com.google.common.graph.AbstractNetwork, java.lang.Object, java.lang.Object) com.google.common.graph.AbstractNetwork this$0 public boolean apply (java.lang.Object) Object edge }
com/google/common/graph/AbstractNetwork$3.class
AbstractNetwork.java package com.google.common.graph com.google.common.graph.AbstractNetwork$3 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.graph.Network val$network void <init> (com.google.common.graph.Network) public com.google.common.graph.EndpointPair apply (java.lang.Object) Object edge public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/graph/AbstractNetwork.class
AbstractNetwork.java package com.google.common.graph public abstract com.google.common.graph.AbstractNetwork extends java.lang.Object implements com.google.common.graph.Network { public void <init> () public com.google.common.graph.Graph asGraph () public int degree (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public java.util.Set adjacentEdges (java.lang.Object) Object edge com.google.common.graph.EndpointPair endpointPair java.util.Set endpointPairIncidentEdges public java.util.Set edgesConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV java.util.Set outEdgesU java.util.Set inEdgesV public java.util.Set edgesConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints private com.google.common.base.Predicate connectedPredicate (java.lang.Object, java.lang.Object) Object nodePresent Object nodeToCheck public java.util.Optional edgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Optional edgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.lang.Object edgeConnectingOrNull (java.lang.Object, java.lang.Object) Object nodeU Object nodeV java.util.Set edgesConnecting public java.lang.Object edgeConnectingOrNull (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints protected final void validateEndpoints (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints protected final boolean isOrderingCompatible (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public final boolean equals (java.lang.Object) Object obj com.google.common.graph.Network other public final int hashCode () public java.lang.String toString () private static java.util.Map edgeIncidentNodesMap (com.google.common.graph.Network) com.google.common.graph.Network network com.google.common.base.Function edgeToIncidentNodesFn }
com/google/common/graph/AbstractUndirectedNetworkConnections.class
AbstractUndirectedNetworkConnections.java package com.google.common.graph abstract com.google.common.graph.AbstractUndirectedNetworkConnections extends java.lang.Object implements com.google.common.graph.NetworkConnections { final java.util.Map incidentEdgeMap void <init> (java.util.Map) java.util.Map incidentEdgeMap public java.util.Set predecessors () public java.util.Set successors () public java.util.Set incidentEdges () public java.util.Set inEdges () public java.util.Set outEdges () public java.lang.Object adjacentNode (java.lang.Object) Object edge public java.lang.Object removeInEdge (java.lang.Object, boolean) Object edge boolean isSelfLoop public java.lang.Object removeOutEdge (java.lang.Object) Object edge Object previousNode public void addInEdge (java.lang.Object, java.lang.Object, boolean) Object edge Object node boolean isSelfLoop public void addOutEdge (java.lang.Object, java.lang.Object) Object edge Object node Object previousNode }
com/google/common/graph/AbstractValueGraph$1.class
AbstractValueGraph.java package com.google.common.graph com.google.common.graph.AbstractValueGraph$1 extends com.google.common.graph.AbstractGraph { final synthetic com.google.common.graph.AbstractValueGraph this$0 void <init> (com.google.common.graph.AbstractValueGraph) com.google.common.graph.AbstractValueGraph this$0 public java.util.Set nodes () public java.util.Set edges () public boolean isDirected () public boolean allowsSelfLoops () public com.google.common.graph.ElementOrder nodeOrder () public com.google.common.graph.ElementOrder incidentEdgeOrder () public java.util.Set adjacentNodes (java.lang.Object) Object node public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public int degree (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/AbstractValueGraph$2.class
AbstractValueGraph.java package com.google.common.graph com.google.common.graph.AbstractValueGraph$2 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.graph.ValueGraph val$graph void <init> (com.google.common.graph.ValueGraph) public java.lang.Object apply (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair edge public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/graph/AbstractValueGraph.class
AbstractValueGraph.java package com.google.common.graph public abstract com.google.common.graph.AbstractValueGraph extends com.google.common.graph.AbstractBaseGraph implements com.google.common.graph.ValueGraph { public void <init> () public com.google.common.graph.Graph asGraph () public java.util.Optional edgeValue (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Optional edgeValue (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public final boolean equals (java.lang.Object) Object obj com.google.common.graph.ValueGraph other public final int hashCode () public java.lang.String toString () private static java.util.Map edgeValueMap (com.google.common.graph.ValueGraph) com.google.common.graph.ValueGraph graph com.google.common.base.Function edgeToValueFn public volatile synthetic boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public volatile synthetic boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public volatile synthetic int outDegree (java.lang.Object) public volatile synthetic int inDegree (java.lang.Object) public volatile synthetic int degree (java.lang.Object) public volatile synthetic java.util.Set incidentEdges (java.lang.Object) public volatile synthetic com.google.common.graph.ElementOrder incidentEdgeOrder () public volatile synthetic java.util.Set edges () }
com/google/common/graph/BaseGraph.class
BaseGraph.java package com.google.common.graph abstract com.google.common.graph.BaseGraph extends java.lang.Object implements com.google.common.graph.SuccessorsFunction com.google.common.graph.PredecessorsFunction { public abstract java.util.Set nodes () public abstract java.util.Set edges () public abstract boolean isDirected () public abstract boolean allowsSelfLoops () public abstract com.google.common.graph.ElementOrder nodeOrder () public abstract com.google.common.graph.ElementOrder incidentEdgeOrder () public abstract java.util.Set adjacentNodes (java.lang.Object) public abstract java.util.Set predecessors (java.lang.Object) public abstract java.util.Set successors (java.lang.Object) public abstract java.util.Set incidentEdges (java.lang.Object) public abstract int degree (java.lang.Object) public abstract int inDegree (java.lang.Object) public abstract int outDegree (java.lang.Object) public abstract boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public abstract boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/DirectedGraphConnections$1$1.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$1$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$nodeConnections final synthetic java.util.Set val$seenNodes void <init> (com.google.common.graph.DirectedGraphConnections$1, java.util.Iterator, java.util.Set) com.google.common.graph.DirectedGraphConnections$1 this$1 protected java.lang.Object computeNext () com.google.common.graph.DirectedGraphConnections$NodeConnection nodeConnection boolean added }
com/google/common/graph/DirectedGraphConnections$1.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$1 extends java.util.AbstractSet { final synthetic com.google.common.graph.DirectedGraphConnections this$0 void <init> (com.google.common.graph.DirectedGraphConnections) com.google.common.graph.DirectedGraphConnections this$0 public com.google.common.collect.UnmodifiableIterator iterator () java.util.Iterator nodeConnections java.util.Set seenNodes public int size () public boolean contains (java.lang.Object) Object obj public volatile synthetic java.util.Iterator iterator () }
com/google/common/graph/DirectedGraphConnections$2$1.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$2$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$entries void <init> (com.google.common.graph.DirectedGraphConnections$2, java.util.Iterator) com.google.common.graph.DirectedGraphConnections$2 this$1 protected java.lang.Object computeNext () java.util.Map$Entry entry }
com/google/common/graph/DirectedGraphConnections$2$2.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$2$2 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$nodeConnections void <init> (com.google.common.graph.DirectedGraphConnections$2, java.util.Iterator) com.google.common.graph.DirectedGraphConnections$2 this$1 protected java.lang.Object computeNext () com.google.common.graph.DirectedGraphConnections$NodeConnection nodeConnection }
com/google/common/graph/DirectedGraphConnections$2.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$2 extends java.util.AbstractSet { final synthetic com.google.common.graph.DirectedGraphConnections this$0 void <init> (com.google.common.graph.DirectedGraphConnections) com.google.common.graph.DirectedGraphConnections this$0 public com.google.common.collect.UnmodifiableIterator iterator () java.util.Iterator entries java.util.Iterator nodeConnections public int size () public boolean contains (java.lang.Object) Object obj public volatile synthetic java.util.Iterator iterator () }
com/google/common/graph/DirectedGraphConnections$3$1.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$3$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$entries void <init> (com.google.common.graph.DirectedGraphConnections$3, java.util.Iterator) com.google.common.graph.DirectedGraphConnections$3 this$1 protected java.lang.Object computeNext () java.util.Map$Entry entry }
com/google/common/graph/DirectedGraphConnections$3$2.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$3$2 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$nodeConnections void <init> (com.google.common.graph.DirectedGraphConnections$3, java.util.Iterator) com.google.common.graph.DirectedGraphConnections$3 this$1 protected java.lang.Object computeNext () com.google.common.graph.DirectedGraphConnections$NodeConnection nodeConnection }
com/google/common/graph/DirectedGraphConnections$3.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$3 extends java.util.AbstractSet { final synthetic com.google.common.graph.DirectedGraphConnections this$0 void <init> (com.google.common.graph.DirectedGraphConnections) com.google.common.graph.DirectedGraphConnections this$0 public com.google.common.collect.UnmodifiableIterator iterator () java.util.Iterator entries java.util.Iterator nodeConnections public int size () public boolean contains (java.lang.Object) Object obj public volatile synthetic java.util.Iterator iterator () }
com/google/common/graph/DirectedGraphConnections$4.class
DirectedGraphConnections.java package com.google.common.graph com.google.common.graph.DirectedGraphConnections$4 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$resultWithDoubleSelfLoop final synthetic java.util.concurrent.atomic.AtomicBoolean val$alreadySeenSelfLoop void <init> (com.google.common.graph.DirectedGraphConnections, java.util.Iterator, java.util.concurrent.atomic.AtomicBoolean) com.google.common.graph.DirectedGraphConnections this$0 protected com.google.common.graph.EndpointPair computeNext () com.google.common.graph.EndpointPair edge protected volatile synthetic java.lang.Object computeNext () }
com/google/common/graph/DirectedGraphConnections$5.class
DirectedGraphConnections.java package com.google.common.graph synthetic com.google.common.graph.DirectedGraphConnections$5 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$graph$ElementOrder$Type static void <clinit> () }
com/google/common/graph/DirectedGraphConnections$NodeConnection$Pred.class
DirectedGraphConnections.java package com.google.common.graph final com.google.common.graph.DirectedGraphConnections$NodeConnection$Pred extends com.google.common.graph.DirectedGraphConnections$NodeConnection { void <init> (java.lang.Object) Object node public boolean equals (java.lang.Object) Object that public int hashCode () }
com/google/common/graph/DirectedGraphConnections$NodeConnection$Succ.class
DirectedGraphConnections.java package com.google.common.graph final com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ extends com.google.common.graph.DirectedGraphConnections$NodeConnection { void <init> (java.lang.Object) Object node public boolean equals (java.lang.Object) Object that public int hashCode () }
com/google/common/graph/DirectedGraphConnections$NodeConnection.class
DirectedGraphConnections.java package com.google.common.graph abstract com.google.common.graph.DirectedGraphConnections$NodeConnection extends java.lang.Object { final Object node void <init> (java.lang.Object) Object node }
com/google/common/graph/DirectedGraphConnections$PredAndSucc.class
DirectedGraphConnections.java package com.google.common.graph final com.google.common.graph.DirectedGraphConnections$PredAndSucc extends java.lang.Object { private final Object successorValue void <init> (java.lang.Object) Object successorValue static synthetic java.lang.Object access$600 (com.google.common.graph.DirectedGraphConnections$PredAndSucc) com.google.common.graph.DirectedGraphConnections$PredAndSucc x0 }
com/google/common/graph/DirectedGraphConnections.class
DirectedGraphConnections.java package com.google.common.graph final com.google.common.graph.DirectedGraphConnections extends java.lang.Object implements com.google.common.graph.GraphConnections { private static final Object PRED private final java.util.Map adjacentNodeValues private final java.util.List orderedNodeConnections private int predecessorCount private int successorCount private void <init> (java.util.Map, java.util.List, int, int) java.util.Map adjacentNodeValues java.util.List orderedNodeConnections int predecessorCount int successorCount static com.google.common.graph.DirectedGraphConnections of (com.google.common.graph.ElementOrder) java.util.List orderedNodeConnections java.util.List orderedNodeConnections com.google.common.graph.ElementOrder incidentEdgeOrder int initialCapacity java.util.List orderedNodeConnections static com.google.common.graph.DirectedGraphConnections ofImmutable (java.lang.Object, java.lang.Iterable, com.google.common.base.Function) Object predecessor Object existingValue Object successor Object value Object existingValue com.google.common.graph.EndpointPair incidentEdge Object thisNode Iterable incidentEdges com.google.common.base.Function successorNodeToValueFn java.util.Map adjacentNodeValues com.google.common.collect.ImmutableList$Builder orderedNodeConnectionsBuilder int predecessorCount int successorCount public java.util.Set adjacentNodes () public java.util.Set predecessors () public java.util.Set successors () public java.util.Iterator incidentEdgeIterator (java.lang.Object) java.util.Iterator resultWithDoubleSelfLoop Object thisNode java.util.Iterator resultWithDoubleSelfLoop java.util.concurrent.atomic.AtomicBoolean alreadySeenSelfLoop public java.lang.Object value (java.lang.Object) Object node Object value public void removePredecessor (java.lang.Object) boolean removedPredecessor boolean removedPredecessor Object node Object previousValue boolean removedPredecessor public java.lang.Object removeSuccessor (java.lang.Object) Object removedValue Object removedValue Object node Object previousValue Object removedValue public void addPredecessor (java.lang.Object, java.lang.Object) boolean addedPredecessor boolean addedPredecessor boolean addedPredecessor Object node Object unused Object previousValue boolean addedPredecessor public java.lang.Object addSuccessor (java.lang.Object, java.lang.Object) Object previousSuccessor Object previousSuccessor Object previousSuccessor Object node Object value Object previousValue Object previousSuccessor private static boolean isPredecessor (java.lang.Object) Object value private static boolean isSuccessor (java.lang.Object) Object value private static synthetic com.google.common.graph.EndpointPair lambda$incidentEdgeIterator$2 (java.lang.Object, com.google.common.graph.DirectedGraphConnections$NodeConnection) Object thisNode com.google.common.graph.DirectedGraphConnections$NodeConnection connection private static synthetic com.google.common.graph.EndpointPair lambda$incidentEdgeIterator$1 (java.lang.Object, java.lang.Object) Object thisNode Object successor private static synthetic com.google.common.graph.EndpointPair lambda$incidentEdgeIterator$0 (java.lang.Object, java.lang.Object) Object thisNode Object predecessor static synthetic java.util.List access$000 (com.google.common.graph.DirectedGraphConnections) com.google.common.graph.DirectedGraphConnections x0 static synthetic java.util.Map access$100 (com.google.common.graph.DirectedGraphConnections) com.google.common.graph.DirectedGraphConnections x0 static synthetic boolean access$200 (java.lang.Object) Object x0 static synthetic int access$300 (com.google.common.graph.DirectedGraphConnections) com.google.common.graph.DirectedGraphConnections x0 static synthetic boolean access$400 (java.lang.Object) Object x0 static synthetic int access$500 (com.google.common.graph.DirectedGraphConnections) com.google.common.graph.DirectedGraphConnections x0 static void <clinit> () }
com/google/common/graph/DirectedMultiNetworkConnections$1.class
DirectedMultiNetworkConnections.java package com.google.common.graph com.google.common.graph.DirectedMultiNetworkConnections$1 extends com.google.common.graph.MultiEdgesConnecting { final synthetic Object val$node final synthetic com.google.common.graph.DirectedMultiNetworkConnections this$0 void <init> (com.google.common.graph.DirectedMultiNetworkConnections, java.util.Map, java.lang.Object, java.lang.Object) com.google.common.graph.DirectedMultiNetworkConnections this$0 java.util.Map outEdgeToNode Object targetNode public int size () }
com/google/common/graph/DirectedMultiNetworkConnections.class
DirectedMultiNetworkConnections.java package com.google.common.graph final com.google.common.graph.DirectedMultiNetworkConnections extends com.google.common.graph.AbstractDirectedNetworkConnections { private transient java.lang.ref.Reference predecessorsReference private transient java.lang.ref.Reference successorsReference private void <init> (java.util.Map, java.util.Map, int) java.util.Map inEdges java.util.Map outEdges int selfLoopCount static com.google.common.graph.DirectedMultiNetworkConnections of () static com.google.common.graph.DirectedMultiNetworkConnections ofImmutable (java.util.Map, java.util.Map, int) java.util.Map inEdges java.util.Map outEdges int selfLoopCount public java.util.Set predecessors () private com.google.common.collect.Multiset predecessorsMultiset () com.google.common.collect.Multiset predecessors public java.util.Set successors () private com.google.common.collect.Multiset successorsMultiset () com.google.common.collect.Multiset successors public java.util.Set edgesConnecting (java.lang.Object) Object node public java.lang.Object removeInEdge (java.lang.Object, boolean) Object edge boolean isSelfLoop Object node com.google.common.collect.Multiset predecessors public java.lang.Object removeOutEdge (java.lang.Object) Object edge Object node com.google.common.collect.Multiset successors public void addInEdge (java.lang.Object, java.lang.Object, boolean) Object edge Object node boolean isSelfLoop com.google.common.collect.Multiset predecessors public void addOutEdge (java.lang.Object, java.lang.Object) Object edge Object node com.google.common.collect.Multiset successors private static java.lang.Object getReference (java.lang.ref.Reference) java.lang.ref.Reference reference static synthetic com.google.common.collect.Multiset access$000 (com.google.common.graph.DirectedMultiNetworkConnections) com.google.common.graph.DirectedMultiNetworkConnections x0 }
com/google/common/graph/DirectedNetworkConnections.class
DirectedNetworkConnections.java package com.google.common.graph final com.google.common.graph.DirectedNetworkConnections extends com.google.common.graph.AbstractDirectedNetworkConnections { void <init> (java.util.Map, java.util.Map, int) java.util.Map inEdgeMap java.util.Map outEdgeMap int selfLoopCount static com.google.common.graph.DirectedNetworkConnections of () static com.google.common.graph.DirectedNetworkConnections ofImmutable (java.util.Map, java.util.Map, int) java.util.Map inEdges java.util.Map outEdges int selfLoopCount public java.util.Set predecessors () public java.util.Set successors () public java.util.Set edgesConnecting (java.lang.Object) Object node }
com/google/common/graph/EdgesConnecting.class
EdgesConnecting.java package com.google.common.graph final com.google.common.graph.EdgesConnecting extends java.util.AbstractSet { private final java.util.Map nodeToOutEdge private final Object targetNode void <init> (java.util.Map, java.lang.Object) java.util.Map nodeToEdgeMap Object targetNode public com.google.common.collect.UnmodifiableIterator iterator () Object connectingEdge public int size () public boolean contains (java.lang.Object) Object edge Object connectingEdge private java.lang.Object getConnectingEdge () public volatile synthetic java.util.Iterator iterator () }
com/google/common/graph/ElementOrder$1.class
ElementOrder.java package com.google.common.graph synthetic com.google.common.graph.ElementOrder$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$graph$ElementOrder$Type static void <clinit> () }
com/google/common/graph/ElementOrder$Type.class
ElementOrder.java package com.google.common.graph public final enum com.google.common.graph.ElementOrder$Type extends java.lang.Enum { public static final enum com.google.common.graph.ElementOrder$Type UNORDERED public static final enum com.google.common.graph.ElementOrder$Type STABLE public static final enum com.google.common.graph.ElementOrder$Type INSERTION public static final enum com.google.common.graph.ElementOrder$Type SORTED private static final synthetic com.google.common.graph.ElementOrder$Type[] $VALUES public static com.google.common.graph.ElementOrder$Type[] values () public static com.google.common.graph.ElementOrder$Type valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.graph.ElementOrder$Type[] $values () static void <clinit> () }
com/google/common/graph/ElementOrder.class
ElementOrder.java package com.google.common.graph public final com.google.common.graph.ElementOrder extends java.lang.Object { private final com.google.common.graph.ElementOrder$Type type private final java.util.Comparator comparator private void <init> (com.google.common.graph.ElementOrder$Type, java.util.Comparator) com.google.common.graph.ElementOrder$Type type java.util.Comparator comparator public static com.google.common.graph.ElementOrder unordered () public static com.google.common.graph.ElementOrder stable () public static com.google.common.graph.ElementOrder insertion () public static com.google.common.graph.ElementOrder natural () public static com.google.common.graph.ElementOrder sorted (java.util.Comparator) java.util.Comparator comparator public com.google.common.graph.ElementOrder$Type type () public java.util.Comparator comparator () public boolean equals (java.lang.Object) Object obj com.google.common.graph.ElementOrder other public int hashCode () public java.lang.String toString () com.google.common.base.MoreObjects$ToStringHelper helper java.util.Map createMap (int) int expectedSize com.google.common.graph.ElementOrder cast () }
com/google/common/graph/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.graph abstract annotation com.google.common.graph.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/graph/EndpointPair$1.class
EndpointPair.java package com.google.common.graph synthetic com.google.common.graph.EndpointPair$1 extends java.lang.Object { }
com/google/common/graph/EndpointPair$Ordered.class
EndpointPair.java package com.google.common.graph final com.google.common.graph.EndpointPair$Ordered extends com.google.common.graph.EndpointPair { private void <init> (java.lang.Object, java.lang.Object) Object source Object target public java.lang.Object source () public java.lang.Object target () public boolean isOrdered () public boolean equals (java.lang.Object) Object obj com.google.common.graph.EndpointPair other public int hashCode () public java.lang.String toString () public volatile synthetic java.util.Iterator iterator () synthetic void <init> (java.lang.Object, java.lang.Object, com.google.common.graph.EndpointPair$1) Object x0 Object x1 com.google.common.graph.EndpointPair$1 x2 }
com/google/common/graph/EndpointPair$Unordered.class
EndpointPair.java package com.google.common.graph final com.google.common.graph.EndpointPair$Unordered extends com.google.common.graph.EndpointPair { private void <init> (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.lang.Object source () public java.lang.Object target () public boolean isOrdered () public boolean equals (java.lang.Object) Object obj com.google.common.graph.EndpointPair other public int hashCode () public java.lang.String toString () public volatile synthetic java.util.Iterator iterator () synthetic void <init> (java.lang.Object, java.lang.Object, com.google.common.graph.EndpointPair$1) Object x0 Object x1 com.google.common.graph.EndpointPair$1 x2 }
com/google/common/graph/EndpointPair.class
EndpointPair.java package com.google.common.graph public abstract com.google.common.graph.EndpointPair extends java.lang.Object implements java.lang.Iterable { private final Object nodeU private final Object nodeV private void <init> (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public static com.google.common.graph.EndpointPair ordered (java.lang.Object, java.lang.Object) Object source Object target public static com.google.common.graph.EndpointPair unordered (java.lang.Object, java.lang.Object) Object nodeU Object nodeV static com.google.common.graph.EndpointPair of (com.google.common.graph.Graph, java.lang.Object, java.lang.Object) com.google.common.graph.Graph graph Object nodeU Object nodeV static com.google.common.graph.EndpointPair of (com.google.common.graph.Network, java.lang.Object, java.lang.Object) com.google.common.graph.Network network Object nodeU Object nodeV public abstract java.lang.Object source () public abstract java.lang.Object target () public final java.lang.Object nodeU () public final java.lang.Object nodeV () public final java.lang.Object adjacentNode (java.lang.Object) Object node public abstract boolean isOrdered () public final com.google.common.collect.UnmodifiableIterator iterator () public abstract boolean equals (java.lang.Object) public abstract int hashCode () public volatile synthetic java.util.Iterator iterator () synthetic void <init> (java.lang.Object, java.lang.Object, com.google.common.graph.EndpointPair$1) Object x0 Object x1 com.google.common.graph.EndpointPair$1 x2 }
com/google/common/graph/EndpointPairIterator$1.class
EndpointPairIterator.java package com.google.common.graph synthetic com.google.common.graph.EndpointPairIterator$1 extends java.lang.Object { }
com/google/common/graph/EndpointPairIterator$Directed.class
EndpointPairIterator.java package com.google.common.graph final com.google.common.graph.EndpointPairIterator$Directed extends com.google.common.graph.EndpointPairIterator { private void <init> (com.google.common.graph.BaseGraph) com.google.common.graph.BaseGraph graph protected com.google.common.graph.EndpointPair computeNext () protected volatile synthetic java.lang.Object computeNext () synthetic void <init> (com.google.common.graph.BaseGraph, com.google.common.graph.EndpointPairIterator$1) com.google.common.graph.BaseGraph x0 com.google.common.graph.EndpointPairIterator$1 x1 }
com/google/common/graph/EndpointPairIterator$Undirected.class
EndpointPairIterator.java package com.google.common.graph final com.google.common.graph.EndpointPairIterator$Undirected extends com.google.common.graph.EndpointPairIterator { private java.util.Set visitedNodes private void <init> (com.google.common.graph.BaseGraph) com.google.common.graph.BaseGraph graph protected com.google.common.graph.EndpointPair computeNext () Object otherNode protected volatile synthetic java.lang.Object computeNext () synthetic void <init> (com.google.common.graph.BaseGraph, com.google.common.graph.EndpointPairIterator$1) com.google.common.graph.BaseGraph x0 com.google.common.graph.EndpointPairIterator$1 x1 }
com/google/common/graph/EndpointPairIterator.class
EndpointPairIterator.java package com.google.common.graph abstract com.google.common.graph.EndpointPairIterator extends com.google.common.collect.AbstractIterator { private final com.google.common.graph.BaseGraph graph private final java.util.Iterator nodeIterator Object node java.util.Iterator successorIterator static com.google.common.graph.EndpointPairIterator of (com.google.common.graph.BaseGraph) com.google.common.graph.BaseGraph graph private void <init> (com.google.common.graph.BaseGraph) com.google.common.graph.BaseGraph graph final boolean advance () synthetic void <init> (com.google.common.graph.BaseGraph, com.google.common.graph.EndpointPairIterator$1) com.google.common.graph.BaseGraph x0 com.google.common.graph.EndpointPairIterator$1 x1 }
com/google/common/graph/ForwardingGraph.class
ForwardingGraph.java package com.google.common.graph abstract com.google.common.graph.ForwardingGraph extends com.google.common.graph.AbstractGraph { void <init> () abstract com.google.common.graph.BaseGraph delegate () public java.util.Set nodes () protected long edgeCount () public boolean isDirected () public boolean allowsSelfLoops () public com.google.common.graph.ElementOrder nodeOrder () public com.google.common.graph.ElementOrder incidentEdgeOrder () public java.util.Set adjacentNodes (java.lang.Object) Object node public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public java.util.Set incidentEdges (java.lang.Object) Object node public int degree (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/ForwardingNetwork.class
ForwardingNetwork.java package com.google.common.graph abstract com.google.common.graph.ForwardingNetwork extends com.google.common.graph.AbstractNetwork { void <init> () abstract com.google.common.graph.Network delegate () public java.util.Set nodes () public java.util.Set edges () public boolean isDirected () public boolean allowsParallelEdges () public boolean allowsSelfLoops () public com.google.common.graph.ElementOrder nodeOrder () public com.google.common.graph.ElementOrder edgeOrder () public java.util.Set adjacentNodes (java.lang.Object) Object node public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public java.util.Set incidentEdges (java.lang.Object) Object node public java.util.Set inEdges (java.lang.Object) Object node public java.util.Set outEdges (java.lang.Object) Object node public com.google.common.graph.EndpointPair incidentNodes (java.lang.Object) Object edge public java.util.Set adjacentEdges (java.lang.Object) Object edge public int degree (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public java.util.Set edgesConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Set edgesConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.util.Optional edgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Optional edgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.lang.Object edgeConnectingOrNull (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.lang.Object edgeConnectingOrNull (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/ForwardingValueGraph.class
ForwardingValueGraph.java package com.google.common.graph abstract com.google.common.graph.ForwardingValueGraph extends com.google.common.graph.AbstractValueGraph { void <init> () abstract com.google.common.graph.ValueGraph delegate () public java.util.Set nodes () protected long edgeCount () public boolean isDirected () public boolean allowsSelfLoops () public com.google.common.graph.ElementOrder nodeOrder () public com.google.common.graph.ElementOrder incidentEdgeOrder () public java.util.Set adjacentNodes (java.lang.Object) Object node public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public int degree (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.util.Optional edgeValue (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Optional edgeValue (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.lang.Object edgeValueOrDefault (java.lang.Object, java.lang.Object, java.lang.Object) Object nodeU Object nodeV Object defaultValue public java.lang.Object edgeValueOrDefault (com.google.common.graph.EndpointPair, java.lang.Object) com.google.common.graph.EndpointPair endpoints Object defaultValue public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/Graph.class
Graph.java package com.google.common.graph public abstract com.google.common.graph.Graph extends java.lang.Object implements com.google.common.graph.BaseGraph { public abstract java.util.Set nodes () public abstract java.util.Set edges () public abstract boolean isDirected () public abstract boolean allowsSelfLoops () public abstract com.google.common.graph.ElementOrder nodeOrder () public abstract com.google.common.graph.ElementOrder incidentEdgeOrder () public abstract java.util.Set adjacentNodes (java.lang.Object) public abstract java.util.Set predecessors (java.lang.Object) public abstract java.util.Set successors (java.lang.Object) public abstract java.util.Set incidentEdges (java.lang.Object) public abstract int degree (java.lang.Object) public abstract int inDegree (java.lang.Object) public abstract int outDegree (java.lang.Object) public abstract boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public abstract boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public abstract boolean equals (java.lang.Object) public abstract int hashCode () public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/GraphBuilder.class
GraphBuilder.java package com.google.common.graph public final com.google.common.graph.GraphBuilder extends com.google.common.graph.AbstractGraphBuilder { private void <init> (boolean) boolean directed public static com.google.common.graph.GraphBuilder directed () public static com.google.common.graph.GraphBuilder undirected () public static com.google.common.graph.GraphBuilder from (com.google.common.graph.Graph) com.google.common.graph.Graph graph public com.google.common.graph.ImmutableGraph$Builder immutable () com.google.common.graph.GraphBuilder castBuilder public com.google.common.graph.GraphBuilder allowsSelfLoops (boolean) boolean allowsSelfLoops public com.google.common.graph.GraphBuilder expectedNodeCount (int) int expectedNodeCount public com.google.common.graph.GraphBuilder nodeOrder (com.google.common.graph.ElementOrder) com.google.common.graph.ElementOrder nodeOrder com.google.common.graph.GraphBuilder newBuilder public com.google.common.graph.GraphBuilder incidentEdgeOrder (com.google.common.graph.ElementOrder) com.google.common.graph.ElementOrder incidentEdgeOrder com.google.common.graph.GraphBuilder newBuilder public com.google.common.graph.MutableGraph build () com.google.common.graph.GraphBuilder copy () com.google.common.graph.GraphBuilder newBuilder private com.google.common.graph.GraphBuilder cast () }
com/google/common/graph/GraphConnections.class
GraphConnections.java package com.google.common.graph abstract com.google.common.graph.GraphConnections extends java.lang.Object { public abstract java.util.Set adjacentNodes () public abstract java.util.Set predecessors () public abstract java.util.Set successors () public abstract java.util.Iterator incidentEdgeIterator (java.lang.Object) public abstract java.lang.Object value (java.lang.Object) public abstract void removePredecessor (java.lang.Object) public abstract java.lang.Object removeSuccessor (java.lang.Object) public abstract void addPredecessor (java.lang.Object, java.lang.Object) public abstract java.lang.Object addSuccessor (java.lang.Object, java.lang.Object) }
com/google/common/graph/GraphConstants$Presence.class
GraphConstants.java package com.google.common.graph final enum com.google.common.graph.GraphConstants$Presence extends java.lang.Enum { public static final enum com.google.common.graph.GraphConstants$Presence EDGE_EXISTS private static final synthetic com.google.common.graph.GraphConstants$Presence[] $VALUES public static com.google.common.graph.GraphConstants$Presence[] values () public static com.google.common.graph.GraphConstants$Presence valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.graph.GraphConstants$Presence[] $values () static void <clinit> () }
com/google/common/graph/GraphConstants.class
GraphConstants.java package com.google.common.graph final com.google.common.graph.GraphConstants extends java.lang.Object { static final int EXPECTED_DEGREE static final int DEFAULT_NODE_COUNT static final int DEFAULT_EDGE_COUNT static final float INNER_LOAD_FACTOR static final int INNER_CAPACITY static final String NODE_NOT_IN_GRAPH static final String EDGE_NOT_IN_GRAPH static final String REUSING_EDGE static final String MULTIPLE_EDGES_CONNECTING static final String PARALLEL_EDGES_NOT_ALLOWED static final String SELF_LOOPS_NOT_ALLOWED static final String NOT_AVAILABLE_ON_UNDIRECTED static final String EDGE_ALREADY_EXISTS static final String ENDPOINTS_MISMATCH private void <init> () }
com/google/common/graph/Graphs$NodeVisitState.class
Graphs.java package com.google.common.graph final enum com.google.common.graph.Graphs$NodeVisitState extends java.lang.Enum { public static final enum com.google.common.graph.Graphs$NodeVisitState PENDING public static final enum com.google.common.graph.Graphs$NodeVisitState COMPLETE private static final synthetic com.google.common.graph.Graphs$NodeVisitState[] $VALUES public static com.google.common.graph.Graphs$NodeVisitState[] values () public static com.google.common.graph.Graphs$NodeVisitState valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.graph.Graphs$NodeVisitState[] $values () static void <clinit> () }
com/google/common/graph/Graphs$TransposedGraph$1$1.class
Graphs.java package com.google.common.graph com.google.common.graph.Graphs$TransposedGraph$1$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.common.graph.Graphs$TransposedGraph$1 this$1 void <init> (com.google.common.graph.Graphs$TransposedGraph$1) com.google.common.graph.Graphs$TransposedGraph$1 this$1 public com.google.common.graph.EndpointPair apply (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair edge public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/graph/Graphs$TransposedGraph$1.class
Graphs.java package com.google.common.graph com.google.common.graph.Graphs$TransposedGraph$1 extends com.google.common.graph.IncidentEdgeSet { final synthetic com.google.common.graph.Graphs$TransposedGraph this$0 void <init> (com.google.common.graph.Graphs$TransposedGraph, com.google.common.graph.BaseGraph, java.lang.Object) com.google.common.graph.Graphs$TransposedGraph this$0 com.google.common.graph.BaseGraph graph Object node public java.util.Iterator iterator () }
com/google/common/graph/Graphs$TransposedGraph.class
Graphs.java package com.google.common.graph com.google.common.graph.Graphs$TransposedGraph extends com.google.common.graph.ForwardingGraph { private final com.google.common.graph.Graph graph void <init> (com.google.common.graph.Graph) com.google.common.graph.Graph graph com.google.common.graph.Graph delegate () public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public java.util.Set incidentEdges (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints volatile synthetic com.google.common.graph.BaseGraph delegate () public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) static synthetic com.google.common.graph.Graph access$000 (com.google.common.graph.Graphs$TransposedGraph) com.google.common.graph.Graphs$TransposedGraph x0 }
com/google/common/graph/Graphs$TransposedNetwork.class
Graphs.java package com.google.common.graph com.google.common.graph.Graphs$TransposedNetwork extends com.google.common.graph.ForwardingNetwork { private final com.google.common.graph.Network network void <init> (com.google.common.graph.Network) com.google.common.graph.Network network com.google.common.graph.Network delegate () public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public java.util.Set inEdges (java.lang.Object) Object node public java.util.Set outEdges (java.lang.Object) Object node public com.google.common.graph.EndpointPair incidentNodes (java.lang.Object) Object edge com.google.common.graph.EndpointPair endpointPair public java.util.Set edgesConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Set edgesConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.util.Optional edgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Optional edgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.lang.Object edgeConnectingOrNull (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.lang.Object edgeConnectingOrNull (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) static synthetic com.google.common.graph.Network access$200 (com.google.common.graph.Graphs$TransposedNetwork) com.google.common.graph.Graphs$TransposedNetwork x0 }
com/google/common/graph/Graphs$TransposedValueGraph.class
Graphs.java package com.google.common.graph com.google.common.graph.Graphs$TransposedValueGraph extends com.google.common.graph.ForwardingValueGraph { private final com.google.common.graph.ValueGraph graph void <init> (com.google.common.graph.ValueGraph) com.google.common.graph.ValueGraph graph com.google.common.graph.ValueGraph delegate () public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public int inDegree (java.lang.Object) Object node public int outDegree (java.lang.Object) Object node public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.util.Optional edgeValue (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public java.util.Optional edgeValue (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.lang.Object edgeValueOrDefault (java.lang.Object, java.lang.Object, java.lang.Object) Object nodeU Object nodeV Object defaultValue public java.lang.Object edgeValueOrDefault (com.google.common.graph.EndpointPair, java.lang.Object) com.google.common.graph.EndpointPair endpoints Object defaultValue public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) static synthetic com.google.common.graph.ValueGraph access$100 (com.google.common.graph.Graphs$TransposedValueGraph) com.google.common.graph.Graphs$TransposedValueGraph x0 }
com/google/common/graph/Graphs.class
Graphs.java package com.google.common.graph public final com.google.common.graph.Graphs extends java.lang.Object { private void <init> () public static boolean hasCycle (com.google.common.graph.Graph) Object node com.google.common.graph.Graph graph int numEdges java.util.Map visitedNodes public static boolean hasCycle (com.google.common.graph.Network) com.google.common.graph.Network network private static boolean subgraphHasCycle (com.google.common.graph.Graph, java.util.Map, java.lang.Object, java.lang.Object) Object nextNode com.google.common.graph.Graph graph java.util.Map visitedNodes Object node Object previousNode com.google.common.graph.Graphs$NodeVisitState state private static boolean canTraverseWithoutReusingEdge (com.google.common.graph.Graph, java.lang.Object, java.lang.Object) com.google.common.graph.Graph graph Object nextNode Object previousNode public static com.google.common.graph.Graph transitiveClosure (com.google.common.graph.Graph) Object reachableNode Object node Object nodeV Object nodeU java.util.Set reachableNodes int pairwiseMatch Object node java.util.Set visitedNodes com.google.common.graph.Graph graph com.google.common.graph.MutableGraph transitiveClosure public static java.util.Set reachableNodes (com.google.common.graph.Graph, java.lang.Object) com.google.common.graph.Graph graph Object node public static com.google.common.graph.Graph transpose (com.google.common.graph.Graph) com.google.common.graph.Graph graph public static com.google.common.graph.ValueGraph transpose (com.google.common.graph.ValueGraph) com.google.common.graph.ValueGraph graph public static com.google.common.graph.Network transpose (com.google.common.graph.Network) com.google.common.graph.Network network static com.google.common.graph.EndpointPair transpose (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public static com.google.common.graph.MutableGraph inducedSubgraph (com.google.common.graph.Graph, java.lang.Iterable) Object node Object successorNode Object node com.google.common.graph.Graph graph Iterable nodes com.google.common.graph.MutableGraph subgraph public static com.google.common.graph.MutableValueGraph inducedSubgraph (com.google.common.graph.ValueGraph, java.lang.Iterable) Object node Object successorNode Object node com.google.common.graph.ValueGraph graph Iterable nodes com.google.common.graph.MutableValueGraph subgraph public static com.google.common.graph.MutableNetwork inducedSubgraph (com.google.common.graph.Network, java.lang.Iterable) Object node Object successorNode Object edge Object node com.google.common.graph.Network network Iterable nodes com.google.common.graph.MutableNetwork subgraph public static com.google.common.graph.MutableGraph copyOf (com.google.common.graph.Graph) Object node com.google.common.graph.EndpointPair edge com.google.common.graph.Graph graph com.google.common.graph.MutableGraph copy public static com.google.common.graph.MutableValueGraph copyOf (com.google.common.graph.ValueGraph) Object node com.google.common.graph.EndpointPair edge com.google.common.graph.ValueGraph graph com.google.common.graph.MutableValueGraph copy public static com.google.common.graph.MutableNetwork copyOf (com.google.common.graph.Network) Object node com.google.common.graph.EndpointPair endpointPair Object edge com.google.common.graph.Network network com.google.common.graph.MutableNetwork copy static int checkNonNegative (int) int value static long checkNonNegative (long) long value static int checkPositive (int) int value static long checkPositive (long) long value }
com/google/common/graph/ImmutableGraph$Builder.class
ImmutableGraph.java package com.google.common.graph public com.google.common.graph.ImmutableGraph$Builder extends java.lang.Object { private final com.google.common.graph.MutableGraph mutableGraph void <init> (com.google.common.graph.GraphBuilder) com.google.common.graph.GraphBuilder graphBuilder public com.google.common.graph.ImmutableGraph$Builder addNode (java.lang.Object) Object node public com.google.common.graph.ImmutableGraph$Builder putEdge (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public com.google.common.graph.ImmutableGraph$Builder putEdge (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public com.google.common.graph.ImmutableGraph build () }
com/google/common/graph/ImmutableGraph.class
ImmutableGraph.java package com.google.common.graph public com.google.common.graph.ImmutableGraph extends com.google.common.graph.ForwardingGraph { private final com.google.common.graph.BaseGraph backingGraph void <init> (com.google.common.graph.BaseGraph) com.google.common.graph.BaseGraph backingGraph public static com.google.common.graph.ImmutableGraph copyOf (com.google.common.graph.Graph) com.google.common.graph.Graph graph public static com.google.common.graph.ImmutableGraph copyOf (com.google.common.graph.ImmutableGraph) com.google.common.graph.ImmutableGraph graph public com.google.common.graph.ElementOrder incidentEdgeOrder () private static com.google.common.collect.ImmutableMap getNodeConnections (com.google.common.graph.Graph) Object node com.google.common.graph.Graph graph com.google.common.collect.ImmutableMap$Builder nodeConnections private static com.google.common.graph.GraphConnections connectionsOf (com.google.common.graph.Graph, java.lang.Object) com.google.common.graph.Graph graph Object node com.google.common.base.Function edgeValueFn com.google.common.graph.BaseGraph delegate () public volatile synthetic boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public volatile synthetic boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public volatile synthetic int outDegree (java.lang.Object) public volatile synthetic int inDegree (java.lang.Object) public volatile synthetic int degree (java.lang.Object) public volatile synthetic java.util.Set incidentEdges (java.lang.Object) public volatile synthetic java.util.Set successors (java.lang.Object) public volatile synthetic java.util.Set predecessors (java.lang.Object) public volatile synthetic java.util.Set adjacentNodes (java.lang.Object) public volatile synthetic com.google.common.graph.ElementOrder nodeOrder () public volatile synthetic boolean allowsSelfLoops () public volatile synthetic boolean isDirected () public volatile synthetic java.util.Set nodes () }
com/google/common/graph/ImmutableNetwork$Builder.class
ImmutableNetwork.java package com.google.common.graph public com.google.common.graph.ImmutableNetwork$Builder extends java.lang.Object { private final com.google.common.graph.MutableNetwork mutableNetwork void <init> (com.google.common.graph.NetworkBuilder) com.google.common.graph.NetworkBuilder networkBuilder public com.google.common.graph.ImmutableNetwork$Builder addNode (java.lang.Object) Object node public com.google.common.graph.ImmutableNetwork$Builder addEdge (java.lang.Object, java.lang.Object, java.lang.Object) Object nodeU Object nodeV Object edge public com.google.common.graph.ImmutableNetwork$Builder addEdge (com.google.common.graph.EndpointPair, java.lang.Object) com.google.common.graph.EndpointPair endpoints Object edge public com.google.common.graph.ImmutableNetwork build () }
com/google/common/graph/ImmutableNetwork.class
ImmutableNetwork.java package com.google.common.graph public final com.google.common.graph.ImmutableNetwork extends com.google.common.graph.StandardNetwork { private void <init> (com.google.common.graph.Network) com.google.common.graph.Network network public static com.google.common.graph.ImmutableNetwork copyOf (com.google.common.graph.Network) com.google.common.graph.Network network public static com.google.common.graph.ImmutableNetwork copyOf (com.google.common.graph.ImmutableNetwork) com.google.common.graph.ImmutableNetwork network public com.google.common.graph.ImmutableGraph asGraph () private static java.util.Map getNodeConnections (com.google.common.graph.Network) Object node com.google.common.graph.Network network com.google.common.collect.ImmutableMap$Builder nodeConnections private static java.util.Map getEdgeToReferenceNode (com.google.common.graph.Network) Object edge com.google.common.graph.Network network com.google.common.collect.ImmutableMap$Builder edgeToReferenceNode private static com.google.common.graph.NetworkConnections connectionsOf (com.google.common.graph.Network, java.lang.Object) java.util.Map inEdgeMap java.util.Map outEdgeMap int selfLoopCount java.util.Map incidentEdgeMap com.google.common.graph.Network network Object node private static com.google.common.base.Function sourceNodeFn (com.google.common.graph.Network) com.google.common.graph.Network network private static com.google.common.base.Function targetNodeFn (com.google.common.graph.Network) com.google.common.graph.Network network private static com.google.common.base.Function adjacentNodeFn (com.google.common.graph.Network, java.lang.Object) com.google.common.graph.Network network Object node public volatile synthetic java.util.Set successors (java.lang.Object) public volatile synthetic java.util.Set predecessors (java.lang.Object) public volatile synthetic java.util.Set outEdges (java.lang.Object) public volatile synthetic java.util.Set inEdges (java.lang.Object) public volatile synthetic java.util.Set edgesConnecting (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Set adjacentNodes (java.lang.Object) public volatile synthetic com.google.common.graph.EndpointPair incidentNodes (java.lang.Object) public volatile synthetic java.util.Set incidentEdges (java.lang.Object) public volatile synthetic com.google.common.graph.ElementOrder edgeOrder () public volatile synthetic com.google.common.graph.ElementOrder nodeOrder () public volatile synthetic boolean allowsSelfLoops () public volatile synthetic boolean allowsParallelEdges () public volatile synthetic boolean isDirected () public volatile synthetic java.util.Set edges () public volatile synthetic java.util.Set nodes () public volatile synthetic com.google.common.graph.Graph asGraph () private static synthetic java.lang.Object lambda$adjacentNodeFn$2 (com.google.common.graph.Network, java.lang.Object, java.lang.Object) com.google.common.graph.Network network Object node Object edge private static synthetic java.lang.Object lambda$targetNodeFn$1 (com.google.common.graph.Network, java.lang.Object) com.google.common.graph.Network network Object edge private static synthetic java.lang.Object lambda$sourceNodeFn$0 (com.google.common.graph.Network, java.lang.Object) com.google.common.graph.Network network Object edge }
com/google/common/graph/ImmutableValueGraph$Builder.class
ImmutableValueGraph.java package com.google.common.graph public com.google.common.graph.ImmutableValueGraph$Builder extends java.lang.Object { private final com.google.common.graph.MutableValueGraph mutableValueGraph void <init> (com.google.common.graph.ValueGraphBuilder) com.google.common.graph.ValueGraphBuilder graphBuilder public com.google.common.graph.ImmutableValueGraph$Builder addNode (java.lang.Object) Object node public com.google.common.graph.ImmutableValueGraph$Builder putEdgeValue (java.lang.Object, java.lang.Object, java.lang.Object) Object nodeU Object nodeV Object value public com.google.common.graph.ImmutableValueGraph$Builder putEdgeValue (com.google.common.graph.EndpointPair, java.lang.Object) com.google.common.graph.EndpointPair endpoints Object value public com.google.common.graph.ImmutableValueGraph build () }
com/google/common/graph/ImmutableValueGraph.class
ImmutableValueGraph.java package com.google.common.graph public final com.google.common.graph.ImmutableValueGraph extends com.google.common.graph.StandardValueGraph { private void <init> (com.google.common.graph.ValueGraph) com.google.common.graph.ValueGraph graph public static com.google.common.graph.ImmutableValueGraph copyOf (com.google.common.graph.ValueGraph) com.google.common.graph.ValueGraph graph public static com.google.common.graph.ImmutableValueGraph copyOf (com.google.common.graph.ImmutableValueGraph) com.google.common.graph.ImmutableValueGraph graph public com.google.common.graph.ElementOrder incidentEdgeOrder () public com.google.common.graph.ImmutableGraph asGraph () private static com.google.common.collect.ImmutableMap getNodeConnections (com.google.common.graph.ValueGraph) Object node com.google.common.graph.ValueGraph graph com.google.common.collect.ImmutableMap$Builder nodeConnections private static com.google.common.graph.GraphConnections connectionsOf (com.google.common.graph.ValueGraph, java.lang.Object) com.google.common.graph.ValueGraph graph Object node com.google.common.base.Function successorNodeToValueFn public volatile synthetic java.lang.Object edgeValueOrDefault (com.google.common.graph.EndpointPair, java.lang.Object) public volatile synthetic java.lang.Object edgeValueOrDefault (java.lang.Object, java.lang.Object, java.lang.Object) public volatile synthetic boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public volatile synthetic boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public volatile synthetic java.util.Set incidentEdges (java.lang.Object) public volatile synthetic java.util.Set successors (java.lang.Object) public volatile synthetic java.util.Set predecessors (java.lang.Object) public volatile synthetic java.util.Set adjacentNodes (java.lang.Object) public volatile synthetic com.google.common.graph.ElementOrder nodeOrder () public volatile synthetic boolean allowsSelfLoops () public volatile synthetic boolean isDirected () public volatile synthetic java.util.Set nodes () public volatile synthetic com.google.common.graph.Graph asGraph () private static synthetic java.lang.Object lambda$connectionsOf$0 (com.google.common.graph.ValueGraph, java.lang.Object, java.lang.Object) com.google.common.graph.ValueGraph graph Object node Object successorNode }
com/google/common/graph/IncidentEdgeSet.class
IncidentEdgeSet.java package com.google.common.graph abstract com.google.common.graph.IncidentEdgeSet extends java.util.AbstractSet { final Object node final com.google.common.graph.BaseGraph graph void <init> (com.google.common.graph.BaseGraph, java.lang.Object) com.google.common.graph.BaseGraph graph Object node public boolean remove (java.lang.Object) Object o public int size () public boolean contains (java.lang.Object) Object source Object target java.util.Set adjacent Object nodeU Object nodeV Object obj com.google.common.graph.EndpointPair endpointPair }
com/google/common/graph/MapIteratorCache$1$1.class
MapIteratorCache.java package com.google.common.graph com.google.common.graph.MapIteratorCache$1$1 extends com.google.common.collect.UnmodifiableIterator { final synthetic java.util.Iterator val$entryIterator final synthetic com.google.common.graph.MapIteratorCache$1 this$1 void <init> (com.google.common.graph.MapIteratorCache$1, java.util.Iterator) com.google.common.graph.MapIteratorCache$1 this$1 public boolean hasNext () public java.lang.Object next () java.util.Map$Entry entry }
com/google/common/graph/MapIteratorCache$1.class
MapIteratorCache.java package com.google.common.graph com.google.common.graph.MapIteratorCache$1 extends java.util.AbstractSet { final synthetic com.google.common.graph.MapIteratorCache this$0 void <init> (com.google.common.graph.MapIteratorCache) com.google.common.graph.MapIteratorCache this$0 public com.google.common.collect.UnmodifiableIterator iterator () java.util.Iterator entryIterator public int size () public boolean contains (java.lang.Object) Object key public volatile synthetic java.util.Iterator iterator () }
com/google/common/graph/MapIteratorCache.class
MapIteratorCache.java package com.google.common.graph com.google.common.graph.MapIteratorCache extends java.lang.Object { private final java.util.Map backingMap private volatile transient java.util.Map$Entry cacheEntry void <init> (java.util.Map) java.util.Map backingMap final java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value final java.lang.Object remove (java.lang.Object) Object key final void clear () java.lang.Object get (java.lang.Object) Object key Object value final java.lang.Object getWithoutCaching (java.lang.Object) Object key final boolean containsKey (java.lang.Object) Object key final java.util.Set unmodifiableKeySet () java.lang.Object getIfCached (java.lang.Object) Object key java.util.Map$Entry entry void clearCache () static synthetic java.util.Map access$000 (com.google.common.graph.MapIteratorCache) com.google.common.graph.MapIteratorCache x0 static synthetic java.util.Map$Entry access$102 (com.google.common.graph.MapIteratorCache, java.util.Map$Entry) com.google.common.graph.MapIteratorCache x0 java.util.Map$Entry x1 }
com/google/common/graph/MapRetrievalCache$CacheEntry.class
MapRetrievalCache.java package com.google.common.graph final com.google.common.graph.MapRetrievalCache$CacheEntry extends java.lang.Object { final Object key final Object value void <init> (java.lang.Object, java.lang.Object) Object key Object value }
com/google/common/graph/MapRetrievalCache.class
MapRetrievalCache.java package com.google.common.graph final com.google.common.graph.MapRetrievalCache extends com.google.common.graph.MapIteratorCache { private volatile transient com.google.common.graph.MapRetrievalCache$CacheEntry cacheEntry1 private volatile transient com.google.common.graph.MapRetrievalCache$CacheEntry cacheEntry2 void <init> (java.util.Map) java.util.Map backingMap java.lang.Object get (java.lang.Object) Object key Object value java.lang.Object getIfCached (java.lang.Object) Object key Object value com.google.common.graph.MapRetrievalCache$CacheEntry entry void clearCache () private void addToCache (java.lang.Object, java.lang.Object) Object key Object value private void addToCache (com.google.common.graph.MapRetrievalCache$CacheEntry) com.google.common.graph.MapRetrievalCache$CacheEntry entry }
com/google/common/graph/MultiEdgesConnecting$1.class
MultiEdgesConnecting.java package com.google.common.graph com.google.common.graph.MultiEdgesConnecting$1 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Iterator val$entries final synthetic com.google.common.graph.MultiEdgesConnecting this$0 void <init> (com.google.common.graph.MultiEdgesConnecting, java.util.Iterator) com.google.common.graph.MultiEdgesConnecting this$0 protected java.lang.Object computeNext () java.util.Map$Entry entry }
com/google/common/graph/MultiEdgesConnecting.class
MultiEdgesConnecting.java package com.google.common.graph abstract com.google.common.graph.MultiEdgesConnecting extends java.util.AbstractSet { private final java.util.Map outEdgeToNode private final Object targetNode void <init> (java.util.Map, java.lang.Object) java.util.Map outEdgeToNode Object targetNode public com.google.common.collect.UnmodifiableIterator iterator () java.util.Iterator entries public boolean contains (java.lang.Object) Object edge public volatile synthetic java.util.Iterator iterator () static synthetic java.lang.Object access$000 (com.google.common.graph.MultiEdgesConnecting) com.google.common.graph.MultiEdgesConnecting x0 }
com/google/common/graph/MutableGraph.class
MutableGraph.java package com.google.common.graph public abstract com.google.common.graph.MutableGraph extends java.lang.Object implements com.google.common.graph.Graph { public abstract boolean addNode (java.lang.Object) public abstract boolean putEdge (java.lang.Object, java.lang.Object) public abstract boolean putEdge (com.google.common.graph.EndpointPair) public abstract boolean removeNode (java.lang.Object) public abstract boolean removeEdge (java.lang.Object, java.lang.Object) public abstract boolean removeEdge (com.google.common.graph.EndpointPair) }
com/google/common/graph/MutableNetwork.class
MutableNetwork.java package com.google.common.graph public abstract com.google.common.graph.MutableNetwork extends java.lang.Object implements com.google.common.graph.Network { public abstract boolean addNode (java.lang.Object) public abstract boolean addEdge (java.lang.Object, java.lang.Object, java.lang.Object) public abstract boolean addEdge (com.google.common.graph.EndpointPair, java.lang.Object) public abstract boolean removeNode (java.lang.Object) public abstract boolean removeEdge (java.lang.Object) }
com/google/common/graph/MutableValueGraph.class
MutableValueGraph.java package com.google.common.graph public abstract com.google.common.graph.MutableValueGraph extends java.lang.Object implements com.google.common.graph.ValueGraph { public abstract boolean addNode (java.lang.Object) public abstract java.lang.Object putEdgeValue (java.lang.Object, java.lang.Object, java.lang.Object) public abstract java.lang.Object putEdgeValue (com.google.common.graph.EndpointPair, java.lang.Object) public abstract boolean removeNode (java.lang.Object) public abstract java.lang.Object removeEdge (java.lang.Object, java.lang.Object) public abstract java.lang.Object removeEdge (com.google.common.graph.EndpointPair) }
com/google/common/graph/Network.class
Network.java package com.google.common.graph public abstract com.google.common.graph.Network extends java.lang.Object implements com.google.common.graph.SuccessorsFunction com.google.common.graph.PredecessorsFunction { public abstract java.util.Set nodes () public abstract java.util.Set edges () public abstract com.google.common.graph.Graph asGraph () public abstract boolean isDirected () public abstract boolean allowsParallelEdges () public abstract boolean allowsSelfLoops () public abstract com.google.common.graph.ElementOrder nodeOrder () public abstract com.google.common.graph.ElementOrder edgeOrder () public abstract java.util.Set adjacentNodes (java.lang.Object) public abstract java.util.Set predecessors (java.lang.Object) public abstract java.util.Set successors (java.lang.Object) public abstract java.util.Set incidentEdges (java.lang.Object) public abstract java.util.Set inEdges (java.lang.Object) public abstract java.util.Set outEdges (java.lang.Object) public abstract int degree (java.lang.Object) public abstract int inDegree (java.lang.Object) public abstract int outDegree (java.lang.Object) public abstract com.google.common.graph.EndpointPair incidentNodes (java.lang.Object) public abstract java.util.Set adjacentEdges (java.lang.Object) public abstract java.util.Set edgesConnecting (java.lang.Object, java.lang.Object) public abstract java.util.Set edgesConnecting (com.google.common.graph.EndpointPair) public abstract java.util.Optional edgeConnecting (java.lang.Object, java.lang.Object) public abstract java.util.Optional edgeConnecting (com.google.common.graph.EndpointPair) public abstract java.lang.Object edgeConnectingOrNull (java.lang.Object, java.lang.Object) public abstract java.lang.Object edgeConnectingOrNull (com.google.common.graph.EndpointPair) public abstract boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public abstract boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public abstract boolean equals (java.lang.Object) public abstract int hashCode () public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/NetworkBuilder.class
NetworkBuilder.java package com.google.common.graph public final com.google.common.graph.NetworkBuilder extends com.google.common.graph.AbstractGraphBuilder { boolean allowsParallelEdges com.google.common.graph.ElementOrder edgeOrder com.google.common.base.Optional expectedEdgeCount private void <init> (boolean) boolean directed public static com.google.common.graph.NetworkBuilder directed () public static com.google.common.graph.NetworkBuilder undirected () public static com.google.common.graph.NetworkBuilder from (com.google.common.graph.Network) com.google.common.graph.Network network public com.google.common.graph.ImmutableNetwork$Builder immutable () com.google.common.graph.NetworkBuilder castBuilder public com.google.common.graph.NetworkBuilder allowsParallelEdges (boolean) boolean allowsParallelEdges public com.google.common.graph.NetworkBuilder allowsSelfLoops (boolean) boolean allowsSelfLoops public com.google.common.graph.NetworkBuilder expectedNodeCount (int) int expectedNodeCount public com.google.common.graph.NetworkBuilder expectedEdgeCount (int) int expectedEdgeCount public com.google.common.graph.NetworkBuilder nodeOrder (com.google.common.graph.ElementOrder) com.google.common.graph.ElementOrder nodeOrder com.google.common.graph.NetworkBuilder newBuilder public com.google.common.graph.NetworkBuilder edgeOrder (com.google.common.graph.ElementOrder) com.google.common.graph.ElementOrder edgeOrder com.google.common.graph.NetworkBuilder newBuilder public com.google.common.graph.MutableNetwork build () private com.google.common.graph.NetworkBuilder cast () }
com/google/common/graph/NetworkConnections.class
NetworkConnections.java package com.google.common.graph abstract com.google.common.graph.NetworkConnections extends java.lang.Object { public abstract java.util.Set adjacentNodes () public abstract java.util.Set predecessors () public abstract java.util.Set successors () public abstract java.util.Set incidentEdges () public abstract java.util.Set inEdges () public abstract java.util.Set outEdges () public abstract java.util.Set edgesConnecting (java.lang.Object) public abstract java.lang.Object adjacentNode (java.lang.Object) public abstract java.lang.Object removeInEdge (java.lang.Object, boolean) public abstract java.lang.Object removeOutEdge (java.lang.Object) public abstract void addInEdge (java.lang.Object, java.lang.Object, boolean) public abstract void addOutEdge (java.lang.Object, java.lang.Object) }
com/google/common/graph/ParametricNullness.class
ParametricNullness.java package com.google.common.graph abstract annotation com.google.common.graph.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/graph/PredecessorsFunction.class
PredecessorsFunction.java package com.google.common.graph public abstract com.google.common.graph.PredecessorsFunction extends java.lang.Object { public abstract java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/StandardMutableGraph.class
StandardMutableGraph.java package com.google.common.graph final com.google.common.graph.StandardMutableGraph extends com.google.common.graph.ForwardingGraph implements com.google.common.graph.MutableGraph { private final com.google.common.graph.MutableValueGraph backingValueGraph void <init> (com.google.common.graph.AbstractGraphBuilder) com.google.common.graph.AbstractGraphBuilder builder com.google.common.graph.BaseGraph delegate () public boolean addNode (java.lang.Object) Object node public boolean putEdge (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean putEdge (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public boolean removeNode (java.lang.Object) Object node public boolean removeEdge (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean removeEdge (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints }
com/google/common/graph/StandardMutableNetwork.class
StandardMutableNetwork.java package com.google.common.graph final com.google.common.graph.StandardMutableNetwork extends com.google.common.graph.StandardNetwork implements com.google.common.graph.MutableNetwork { void <init> (com.google.common.graph.NetworkBuilder) com.google.common.graph.NetworkBuilder builder public boolean addNode (java.lang.Object) Object node private com.google.common.graph.NetworkConnections addNodeInternal (java.lang.Object) Object node com.google.common.graph.NetworkConnections connections public boolean addEdge (java.lang.Object, java.lang.Object, java.lang.Object) com.google.common.graph.EndpointPair existingIncidentNodes com.google.common.graph.EndpointPair newIncidentNodes Object nodeU Object nodeV Object edge com.google.common.graph.NetworkConnections connectionsU boolean isSelfLoop com.google.common.graph.NetworkConnections connectionsV public boolean addEdge (com.google.common.graph.EndpointPair, java.lang.Object) com.google.common.graph.EndpointPair endpoints Object edge public boolean removeNode (java.lang.Object) Object edge Object node com.google.common.graph.NetworkConnections connections public boolean removeEdge (java.lang.Object) Object edge Object nodeU com.google.common.graph.NetworkConnections connectionsU Object nodeV com.google.common.graph.NetworkConnections connectionsV private com.google.common.graph.NetworkConnections newConnections () }
com/google/common/graph/StandardMutableValueGraph.class
StandardMutableValueGraph.java package com.google.common.graph final com.google.common.graph.StandardMutableValueGraph extends com.google.common.graph.StandardValueGraph implements com.google.common.graph.MutableValueGraph { private final com.google.common.graph.ElementOrder incidentEdgeOrder void <init> (com.google.common.graph.AbstractGraphBuilder) com.google.common.graph.AbstractGraphBuilder builder public com.google.common.graph.ElementOrder incidentEdgeOrder () public boolean addNode (java.lang.Object) Object node private com.google.common.graph.GraphConnections addNodeInternal (java.lang.Object) Object node com.google.common.graph.GraphConnections connections public java.lang.Object putEdgeValue (java.lang.Object, java.lang.Object, java.lang.Object) Object nodeU Object nodeV Object value com.google.common.graph.GraphConnections connectionsU Object previousValue com.google.common.graph.GraphConnections connectionsV public java.lang.Object putEdgeValue (com.google.common.graph.EndpointPair, java.lang.Object) com.google.common.graph.EndpointPair endpoints Object value public boolean removeNode (java.lang.Object) Object successor Object predecessor Object node com.google.common.graph.GraphConnections connections public java.lang.Object removeEdge (java.lang.Object, java.lang.Object) Object nodeU Object nodeV com.google.common.graph.GraphConnections connectionsU com.google.common.graph.GraphConnections connectionsV Object previousValue public java.lang.Object removeEdge (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints private com.google.common.graph.GraphConnections newConnections () }
com/google/common/graph/StandardNetwork.class
StandardNetwork.java package com.google.common.graph com.google.common.graph.StandardNetwork extends com.google.common.graph.AbstractNetwork { private final boolean isDirected private final boolean allowsParallelEdges private final boolean allowsSelfLoops private final com.google.common.graph.ElementOrder nodeOrder private final com.google.common.graph.ElementOrder edgeOrder final com.google.common.graph.MapIteratorCache nodeConnections final com.google.common.graph.MapIteratorCache edgeToReferenceNode void <init> (com.google.common.graph.NetworkBuilder) com.google.common.graph.NetworkBuilder builder void <init> (com.google.common.graph.NetworkBuilder, java.util.Map, java.util.Map) com.google.common.graph.NetworkBuilder builder java.util.Map nodeConnections java.util.Map edgeToReferenceNode public java.util.Set nodes () public java.util.Set edges () public boolean isDirected () public boolean allowsParallelEdges () public boolean allowsSelfLoops () public com.google.common.graph.ElementOrder nodeOrder () public com.google.common.graph.ElementOrder edgeOrder () public java.util.Set incidentEdges (java.lang.Object) Object node public com.google.common.graph.EndpointPair incidentNodes (java.lang.Object) Object edge Object nodeU Object nodeV public java.util.Set adjacentNodes (java.lang.Object) Object node public java.util.Set edgesConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV com.google.common.graph.NetworkConnections connectionsU public java.util.Set inEdges (java.lang.Object) Object node public java.util.Set outEdges (java.lang.Object) Object node public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node final com.google.common.graph.NetworkConnections checkedConnections (java.lang.Object) Object node com.google.common.graph.NetworkConnections connections final java.lang.Object checkedReferenceNode (java.lang.Object) Object edge Object referenceNode final boolean containsNode (java.lang.Object) Object node final boolean containsEdge (java.lang.Object) Object edge public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/StandardValueGraph$1.class
StandardValueGraph.java package com.google.common.graph com.google.common.graph.StandardValueGraph$1 extends com.google.common.graph.IncidentEdgeSet { final synthetic com.google.common.graph.GraphConnections val$connections void <init> (com.google.common.graph.StandardValueGraph, com.google.common.graph.BaseGraph, java.lang.Object, com.google.common.graph.GraphConnections) com.google.common.graph.StandardValueGraph this$0 com.google.common.graph.BaseGraph graph Object node public java.util.Iterator iterator () }
com/google/common/graph/StandardValueGraph.class
StandardValueGraph.java package com.google.common.graph com.google.common.graph.StandardValueGraph extends com.google.common.graph.AbstractValueGraph { private final boolean isDirected private final boolean allowsSelfLoops private final com.google.common.graph.ElementOrder nodeOrder final com.google.common.graph.MapIteratorCache nodeConnections long edgeCount void <init> (com.google.common.graph.AbstractGraphBuilder) com.google.common.graph.AbstractGraphBuilder builder void <init> (com.google.common.graph.AbstractGraphBuilder, java.util.Map, long) com.google.common.graph.AbstractGraphBuilder builder java.util.Map nodeConnections long edgeCount public java.util.Set nodes () public boolean isDirected () public boolean allowsSelfLoops () public com.google.common.graph.ElementOrder nodeOrder () public java.util.Set adjacentNodes (java.lang.Object) Object node public java.util.Set predecessors (java.lang.Object) Object node public java.util.Set successors (java.lang.Object) Object node public java.util.Set incidentEdges (java.lang.Object) Object node com.google.common.graph.GraphConnections connections public boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) Object nodeU Object nodeV public boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) com.google.common.graph.EndpointPair endpoints public java.lang.Object edgeValueOrDefault (java.lang.Object, java.lang.Object, java.lang.Object) Object nodeU Object nodeV Object defaultValue public java.lang.Object edgeValueOrDefault (com.google.common.graph.EndpointPair, java.lang.Object) com.google.common.graph.EndpointPair endpoints Object defaultValue protected long edgeCount () private final com.google.common.graph.GraphConnections checkedConnections (java.lang.Object) Object node com.google.common.graph.GraphConnections connections final boolean containsNode (java.lang.Object) Object node private final boolean hasEdgeConnectingInternal (java.lang.Object, java.lang.Object) Object nodeU Object nodeV com.google.common.graph.GraphConnections connectionsU private final java.lang.Object edgeValueOrDefaultInternal (java.lang.Object, java.lang.Object, java.lang.Object) Object nodeU Object nodeV Object defaultValue com.google.common.graph.GraphConnections connectionsU Object value public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/SuccessorsFunction.class
SuccessorsFunction.java package com.google.common.graph public abstract com.google.common.graph.SuccessorsFunction extends java.lang.Object { public abstract java.lang.Iterable successors (java.lang.Object) }
com/google/common/graph/Traverser$1.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$1 extends com.google.common.graph.Traverser { final synthetic com.google.common.graph.SuccessorsFunction val$graph void <init> (com.google.common.graph.SuccessorsFunction, com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction successorFunction com.google.common.graph.Traverser$Traversal newTraversal () }
com/google/common/graph/Traverser$2.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$2 extends com.google.common.graph.Traverser { final synthetic com.google.common.graph.SuccessorsFunction val$tree void <init> (com.google.common.graph.SuccessorsFunction, com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction successorFunction com.google.common.graph.Traverser$Traversal newTraversal () }
com/google/common/graph/Traverser$3.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$3 extends java.lang.Object implements java.lang.Iterable { final synthetic com.google.common.collect.ImmutableSet val$validated final synthetic com.google.common.graph.Traverser this$0 void <init> (com.google.common.graph.Traverser, com.google.common.collect.ImmutableSet) com.google.common.graph.Traverser this$0 public java.util.Iterator iterator () }
com/google/common/graph/Traverser$4.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$4 extends java.lang.Object implements java.lang.Iterable { final synthetic com.google.common.collect.ImmutableSet val$validated final synthetic com.google.common.graph.Traverser this$0 void <init> (com.google.common.graph.Traverser, com.google.common.collect.ImmutableSet) com.google.common.graph.Traverser this$0 public java.util.Iterator iterator () }
com/google/common/graph/Traverser$5.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$5 extends java.lang.Object implements java.lang.Iterable { final synthetic com.google.common.collect.ImmutableSet val$validated final synthetic com.google.common.graph.Traverser this$0 void <init> (com.google.common.graph.Traverser, com.google.common.collect.ImmutableSet) com.google.common.graph.Traverser this$0 public java.util.Iterator iterator () }
com/google/common/graph/Traverser$InsertionOrder$1.class
Traverser.java package com.google.common.graph final enum com.google.common.graph.Traverser$InsertionOrder$1 extends com.google.common.graph.Traverser$InsertionOrder { void <init> (java.lang.String, int) void insertInto (java.util.Deque, java.lang.Object) java.util.Deque deque Object value }
com/google/common/graph/Traverser$InsertionOrder$2.class
Traverser.java package com.google.common.graph final enum com.google.common.graph.Traverser$InsertionOrder$2 extends com.google.common.graph.Traverser$InsertionOrder { void <init> (java.lang.String, int) void insertInto (java.util.Deque, java.lang.Object) java.util.Deque deque Object value }
com/google/common/graph/Traverser$InsertionOrder.class
Traverser.java package com.google.common.graph abstract enum com.google.common.graph.Traverser$InsertionOrder extends java.lang.Enum { public static final enum com.google.common.graph.Traverser$InsertionOrder FRONT public static final enum com.google.common.graph.Traverser$InsertionOrder BACK private static final synthetic com.google.common.graph.Traverser$InsertionOrder[] $VALUES public static com.google.common.graph.Traverser$InsertionOrder[] values () public static com.google.common.graph.Traverser$InsertionOrder valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract void insertInto (java.util.Deque, java.lang.Object) private static synthetic com.google.common.graph.Traverser$InsertionOrder[] $values () synthetic void <init> (java.lang.String, int, com.google.common.graph.Traverser$1) String x0 int x1 com.google.common.graph.Traverser$1 x2 static void <clinit> () }
com/google/common/graph/Traverser$Traversal$1.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$Traversal$1 extends com.google.common.graph.Traverser$Traversal { final synthetic java.util.Set val$visited void <init> (com.google.common.graph.SuccessorsFunction, java.util.Set) com.google.common.graph.SuccessorsFunction successorFunction java.lang.Object visitNext (java.util.Deque) Object element java.util.Deque horizon java.util.Iterator top }
com/google/common/graph/Traverser$Traversal$2.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$Traversal$2 extends com.google.common.graph.Traverser$Traversal { void <init> (com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction successorFunction java.lang.Object visitNext (java.util.Deque) java.util.Deque horizon java.util.Iterator top }
com/google/common/graph/Traverser$Traversal$3.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$Traversal$3 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Deque val$horizon final synthetic com.google.common.graph.Traverser$InsertionOrder val$order final synthetic com.google.common.graph.Traverser$Traversal this$0 void <init> (com.google.common.graph.Traverser$Traversal, java.util.Deque, com.google.common.graph.Traverser$InsertionOrder) com.google.common.graph.Traverser$Traversal this$0 protected java.lang.Object computeNext () java.util.Iterator successors Object next }
com/google/common/graph/Traverser$Traversal$4.class
Traverser.java package com.google.common.graph com.google.common.graph.Traverser$Traversal$4 extends com.google.common.collect.AbstractIterator { final synthetic java.util.Deque val$horizon final synthetic java.util.Deque val$ancestorStack final synthetic com.google.common.graph.Traverser$Traversal this$0 void <init> (com.google.common.graph.Traverser$Traversal, java.util.Deque, java.util.Deque) com.google.common.graph.Traverser$Traversal this$0 protected java.lang.Object computeNext () java.util.Iterator successors Object next }
com/google/common/graph/Traverser$Traversal.class
Traverser.java package com.google.common.graph abstract com.google.common.graph.Traverser$Traversal extends java.lang.Object { final com.google.common.graph.SuccessorsFunction successorFunction void <init> (com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction successorFunction static com.google.common.graph.Traverser$Traversal inGraph (com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction graph java.util.Set visited static com.google.common.graph.Traverser$Traversal inTree (com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction tree final java.util.Iterator breadthFirst (java.util.Iterator) java.util.Iterator startNodes final java.util.Iterator preOrder (java.util.Iterator) java.util.Iterator startNodes private java.util.Iterator topDown (java.util.Iterator, com.google.common.graph.Traverser$InsertionOrder) java.util.Iterator startNodes com.google.common.graph.Traverser$InsertionOrder order java.util.Deque horizon final java.util.Iterator postOrder (java.util.Iterator) java.util.Iterator startNodes java.util.Deque ancestorStack java.util.Deque horizon abstract java.lang.Object visitNext (java.util.Deque) }
com/google/common/graph/Traverser.class
Traverser.java package com.google.common.graph public abstract com.google.common.graph.Traverser extends java.lang.Object { private final com.google.common.graph.SuccessorsFunction successorFunction private void <init> (com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction successorFunction public static com.google.common.graph.Traverser forGraph (com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction graph public static com.google.common.graph.Traverser forTree (com.google.common.graph.SuccessorsFunction) com.google.common.graph.SuccessorsFunction tree public final java.lang.Iterable breadthFirst (java.lang.Object) Object startNode public final java.lang.Iterable breadthFirst (java.lang.Iterable) Iterable startNodes com.google.common.collect.ImmutableSet validated public final java.lang.Iterable depthFirstPreOrder (java.lang.Object) Object startNode public final java.lang.Iterable depthFirstPreOrder (java.lang.Iterable) Iterable startNodes com.google.common.collect.ImmutableSet validated public final java.lang.Iterable depthFirstPostOrder (java.lang.Object) Object startNode public final java.lang.Iterable depthFirstPostOrder (java.lang.Iterable) Iterable startNodes com.google.common.collect.ImmutableSet validated abstract com.google.common.graph.Traverser$Traversal newTraversal () private com.google.common.collect.ImmutableSet validate (java.lang.Iterable) Object node Iterable startNodes com.google.common.collect.ImmutableSet copy synthetic void <init> (com.google.common.graph.SuccessorsFunction, com.google.common.graph.Traverser$1) com.google.common.graph.SuccessorsFunction x0 com.google.common.graph.Traverser$1 x1 }
com/google/common/graph/UndirectedGraphConnections$1.class
UndirectedGraphConnections.java package com.google.common.graph synthetic com.google.common.graph.UndirectedGraphConnections$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$graph$ElementOrder$Type static void <clinit> () }
com/google/common/graph/UndirectedGraphConnections.class
UndirectedGraphConnections.java package com.google.common.graph final com.google.common.graph.UndirectedGraphConnections extends java.lang.Object implements com.google.common.graph.GraphConnections { private final java.util.Map adjacentNodeValues private void <init> (java.util.Map) java.util.Map adjacentNodeValues static com.google.common.graph.UndirectedGraphConnections of (com.google.common.graph.ElementOrder) com.google.common.graph.ElementOrder incidentEdgeOrder static com.google.common.graph.UndirectedGraphConnections ofImmutable (java.util.Map) java.util.Map adjacentNodeValues public java.util.Set adjacentNodes () public java.util.Set predecessors () public java.util.Set successors () public java.util.Iterator incidentEdgeIterator (java.lang.Object) Object thisNode public java.lang.Object value (java.lang.Object) Object node public void removePredecessor (java.lang.Object) Object node Object unused public java.lang.Object removeSuccessor (java.lang.Object) Object node public void addPredecessor (java.lang.Object, java.lang.Object) Object node Object value Object unused public java.lang.Object addSuccessor (java.lang.Object, java.lang.Object) Object node Object value private static synthetic com.google.common.graph.EndpointPair lambda$incidentEdgeIterator$0 (java.lang.Object, java.lang.Object) Object thisNode Object incidentNode }
com/google/common/graph/UndirectedMultiNetworkConnections$1.class
UndirectedMultiNetworkConnections.java package com.google.common.graph com.google.common.graph.UndirectedMultiNetworkConnections$1 extends com.google.common.graph.MultiEdgesConnecting { final synthetic Object val$node final synthetic com.google.common.graph.UndirectedMultiNetworkConnections this$0 void <init> (com.google.common.graph.UndirectedMultiNetworkConnections, java.util.Map, java.lang.Object, java.lang.Object) com.google.common.graph.UndirectedMultiNetworkConnections this$0 java.util.Map outEdgeToNode Object targetNode public int size () }
com/google/common/graph/UndirectedMultiNetworkConnections.class
UndirectedMultiNetworkConnections.java package com.google.common.graph final com.google.common.graph.UndirectedMultiNetworkConnections extends com.google.common.graph.AbstractUndirectedNetworkConnections { private transient java.lang.ref.Reference adjacentNodesReference private void <init> (java.util.Map) java.util.Map incidentEdges static com.google.common.graph.UndirectedMultiNetworkConnections of () static com.google.common.graph.UndirectedMultiNetworkConnections ofImmutable (java.util.Map) java.util.Map incidentEdges public java.util.Set adjacentNodes () private com.google.common.collect.Multiset adjacentNodesMultiset () com.google.common.collect.Multiset adjacentNodes public java.util.Set edgesConnecting (java.lang.Object) Object node public java.lang.Object removeInEdge (java.lang.Object, boolean) Object edge boolean isSelfLoop public java.lang.Object removeOutEdge (java.lang.Object) Object edge Object node com.google.common.collect.Multiset adjacentNodes public void addInEdge (java.lang.Object, java.lang.Object, boolean) Object edge Object node boolean isSelfLoop public void addOutEdge (java.lang.Object, java.lang.Object) Object edge Object node com.google.common.collect.Multiset adjacentNodes private static java.lang.Object getReference (java.lang.ref.Reference) java.lang.ref.Reference reference static synthetic com.google.common.collect.Multiset access$000 (com.google.common.graph.UndirectedMultiNetworkConnections) com.google.common.graph.UndirectedMultiNetworkConnections x0 }
com/google/common/graph/UndirectedNetworkConnections.class
UndirectedNetworkConnections.java package com.google.common.graph final com.google.common.graph.UndirectedNetworkConnections extends com.google.common.graph.AbstractUndirectedNetworkConnections { void <init> (java.util.Map) java.util.Map incidentEdgeMap static com.google.common.graph.UndirectedNetworkConnections of () static com.google.common.graph.UndirectedNetworkConnections ofImmutable (java.util.Map) java.util.Map incidentEdges public java.util.Set adjacentNodes () public java.util.Set edgesConnecting (java.lang.Object) Object node }
com/google/common/graph/ValueGraph.class
ValueGraph.java package com.google.common.graph public abstract com.google.common.graph.ValueGraph extends java.lang.Object implements com.google.common.graph.BaseGraph { public abstract java.util.Set nodes () public abstract java.util.Set edges () public abstract com.google.common.graph.Graph asGraph () public abstract boolean isDirected () public abstract boolean allowsSelfLoops () public abstract com.google.common.graph.ElementOrder nodeOrder () public abstract com.google.common.graph.ElementOrder incidentEdgeOrder () public abstract java.util.Set adjacentNodes (java.lang.Object) public abstract java.util.Set predecessors (java.lang.Object) public abstract java.util.Set successors (java.lang.Object) public abstract java.util.Set incidentEdges (java.lang.Object) public abstract int degree (java.lang.Object) public abstract int inDegree (java.lang.Object) public abstract int outDegree (java.lang.Object) public abstract boolean hasEdgeConnecting (java.lang.Object, java.lang.Object) public abstract boolean hasEdgeConnecting (com.google.common.graph.EndpointPair) public abstract java.util.Optional edgeValue (java.lang.Object, java.lang.Object) public abstract java.util.Optional edgeValue (com.google.common.graph.EndpointPair) public abstract java.lang.Object edgeValueOrDefault (java.lang.Object, java.lang.Object, java.lang.Object) public abstract java.lang.Object edgeValueOrDefault (com.google.common.graph.EndpointPair, java.lang.Object) public abstract boolean equals (java.lang.Object) public abstract int hashCode () public volatile synthetic java.lang.Iterable successors (java.lang.Object) public volatile synthetic java.lang.Iterable predecessors (java.lang.Object) }
com/google/common/graph/ValueGraphBuilder.class
ValueGraphBuilder.java package com.google.common.graph public final com.google.common.graph.ValueGraphBuilder extends com.google.common.graph.AbstractGraphBuilder { private void <init> (boolean) boolean directed public static com.google.common.graph.ValueGraphBuilder directed () public static com.google.common.graph.ValueGraphBuilder undirected () public static com.google.common.graph.ValueGraphBuilder from (com.google.common.graph.ValueGraph) com.google.common.graph.ValueGraph graph public com.google.common.graph.ImmutableValueGraph$Builder immutable () com.google.common.graph.ValueGraphBuilder castBuilder public com.google.common.graph.ValueGraphBuilder allowsSelfLoops (boolean) boolean allowsSelfLoops public com.google.common.graph.ValueGraphBuilder expectedNodeCount (int) int expectedNodeCount public com.google.common.graph.ValueGraphBuilder nodeOrder (com.google.common.graph.ElementOrder) com.google.common.graph.ElementOrder nodeOrder com.google.common.graph.ValueGraphBuilder newBuilder public com.google.common.graph.ValueGraphBuilder incidentEdgeOrder (com.google.common.graph.ElementOrder) com.google.common.graph.ElementOrder incidentEdgeOrder com.google.common.graph.ValueGraphBuilder newBuilder public com.google.common.graph.MutableValueGraph build () com.google.common.graph.ValueGraphBuilder copy () com.google.common.graph.ValueGraphBuilder newBuilder private com.google.common.graph.ValueGraphBuilder cast () }
com/google/common/graph/package-info.class
package-info.java package com.google.common.graph abstract synthetic com.google.common.graph.package-info extends java.lang.Object { }
com/google/common/hash/
com/google/common/hash/AbstractByteHasher.class
AbstractByteHasher.java package com.google.common.hash abstract com.google.common.hash.AbstractByteHasher extends com.google.common.hash.AbstractHasher { private final java.nio.ByteBuffer scratch void <init> () protected abstract void update (byte) protected void update (byte[]) byte[] b protected void update (byte[], int, int) int i byte[] b int off int len protected void update (java.nio.ByteBuffer) int remaining java.nio.ByteBuffer b private com.google.common.hash.Hasher update (int) int bytes public com.google.common.hash.Hasher putByte (byte) byte b public com.google.common.hash.Hasher putBytes (byte[]) byte[] bytes public com.google.common.hash.Hasher putBytes (byte[], int, int) byte[] bytes int off int len public com.google.common.hash.Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer bytes public com.google.common.hash.Hasher putShort (short) short s public com.google.common.hash.Hasher putInt (int) int i public com.google.common.hash.Hasher putLong (long) long l public com.google.common.hash.Hasher putChar (char) char c public volatile synthetic com.google.common.hash.PrimitiveSink putChar (char) public volatile synthetic com.google.common.hash.PrimitiveSink putLong (long) public volatile synthetic com.google.common.hash.PrimitiveSink putInt (int) public volatile synthetic com.google.common.hash.PrimitiveSink putShort (short) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[]) public volatile synthetic com.google.common.hash.PrimitiveSink putByte (byte) }
com/google/common/hash/AbstractCompositeHashFunction$1.class
AbstractCompositeHashFunction.java package com.google.common.hash com.google.common.hash.AbstractCompositeHashFunction$1 extends java.lang.Object implements com.google.common.hash.Hasher { final synthetic com.google.common.hash.Hasher[] val$hashers final synthetic com.google.common.hash.AbstractCompositeHashFunction this$0 void <init> (com.google.common.hash.AbstractCompositeHashFunction, com.google.common.hash.Hasher[]) com.google.common.hash.AbstractCompositeHashFunction this$0 public com.google.common.hash.Hasher putByte (byte) com.google.common.hash.Hasher hasher byte b public com.google.common.hash.Hasher putBytes (byte[]) com.google.common.hash.Hasher hasher byte[] bytes public com.google.common.hash.Hasher putBytes (byte[], int, int) com.google.common.hash.Hasher hasher byte[] bytes int off int len public com.google.common.hash.Hasher putBytes (java.nio.ByteBuffer) com.google.common.hash.Hasher hasher java.nio.ByteBuffer bytes int pos public com.google.common.hash.Hasher putShort (short) com.google.common.hash.Hasher hasher short s public com.google.common.hash.Hasher putInt (int) com.google.common.hash.Hasher hasher int i public com.google.common.hash.Hasher putLong (long) com.google.common.hash.Hasher hasher long l public com.google.common.hash.Hasher putFloat (float) com.google.common.hash.Hasher hasher float f public com.google.common.hash.Hasher putDouble (double) com.google.common.hash.Hasher hasher double d public com.google.common.hash.Hasher putBoolean (boolean) com.google.common.hash.Hasher hasher boolean b public com.google.common.hash.Hasher putChar (char) com.google.common.hash.Hasher hasher char c public com.google.common.hash.Hasher putUnencodedChars (java.lang.CharSequence) com.google.common.hash.Hasher hasher CharSequence chars public com.google.common.hash.Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) com.google.common.hash.Hasher hasher CharSequence chars java.nio.charset.Charset charset public com.google.common.hash.Hasher putObject (java.lang.Object, com.google.common.hash.Funnel) com.google.common.hash.Hasher hasher Object instance com.google.common.hash.Funnel funnel public com.google.common.hash.HashCode hash () public volatile synthetic com.google.common.hash.PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic com.google.common.hash.PrimitiveSink putUnencodedChars (java.lang.CharSequence) public volatile synthetic com.google.common.hash.PrimitiveSink putChar (char) public volatile synthetic com.google.common.hash.PrimitiveSink putBoolean (boolean) public volatile synthetic com.google.common.hash.PrimitiveSink putDouble (double) public volatile synthetic com.google.common.hash.PrimitiveSink putFloat (float) public volatile synthetic com.google.common.hash.PrimitiveSink putLong (long) public volatile synthetic com.google.common.hash.PrimitiveSink putInt (int) public volatile synthetic com.google.common.hash.PrimitiveSink putShort (short) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[]) public volatile synthetic com.google.common.hash.PrimitiveSink putByte (byte) }
com/google/common/hash/AbstractCompositeHashFunction.class
AbstractCompositeHashFunction.java package com.google.common.hash abstract com.google.common.hash.AbstractCompositeHashFunction extends com.google.common.hash.AbstractHashFunction { final com.google.common.hash.HashFunction[] functions private static final long serialVersionUID transient void <init> (com.google.common.hash.HashFunction[]) com.google.common.hash.HashFunction function com.google.common.hash.HashFunction[] functions abstract com.google.common.hash.HashCode makeHash (com.google.common.hash.Hasher[]) public com.google.common.hash.Hasher newHasher () int i com.google.common.hash.Hasher[] hashers public com.google.common.hash.Hasher newHasher (int) int i int expectedInputSize com.google.common.hash.Hasher[] hashers private com.google.common.hash.Hasher fromHashers (com.google.common.hash.Hasher[]) com.google.common.hash.Hasher[] hashers }
com/google/common/hash/AbstractHashFunction.class
AbstractHashFunction.java package com.google.common.hash abstract com.google.common.hash.AbstractHashFunction extends java.lang.Object implements com.google.common.hash.HashFunction { void <init> () public com.google.common.hash.HashCode hashObject (java.lang.Object, com.google.common.hash.Funnel) Object instance com.google.common.hash.Funnel funnel public com.google.common.hash.HashCode hashUnencodedChars (java.lang.CharSequence) CharSequence input int len public com.google.common.hash.HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) CharSequence input java.nio.charset.Charset charset public com.google.common.hash.HashCode hashInt (int) int input public com.google.common.hash.HashCode hashLong (long) long input public com.google.common.hash.HashCode hashBytes (byte[]) byte[] input public com.google.common.hash.HashCode hashBytes (byte[], int, int) byte[] input int off int len public com.google.common.hash.HashCode hashBytes (java.nio.ByteBuffer) java.nio.ByteBuffer input public com.google.common.hash.Hasher newHasher (int) int expectedInputSize }
com/google/common/hash/AbstractHasher.class
AbstractHasher.java package com.google.common.hash abstract com.google.common.hash.AbstractHasher extends java.lang.Object implements com.google.common.hash.Hasher { void <init> () public final com.google.common.hash.Hasher putBoolean (boolean) boolean b public final com.google.common.hash.Hasher putDouble (double) double d public final com.google.common.hash.Hasher putFloat (float) float f public com.google.common.hash.Hasher putUnencodedChars (java.lang.CharSequence) int i int len CharSequence charSequence public com.google.common.hash.Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) CharSequence charSequence java.nio.charset.Charset charset public com.google.common.hash.Hasher putBytes (byte[]) byte[] bytes public com.google.common.hash.Hasher putBytes (byte[], int, int) int i byte[] bytes int off int len public com.google.common.hash.Hasher putBytes (java.nio.ByteBuffer) int remaining java.nio.ByteBuffer b public com.google.common.hash.Hasher putShort (short) short s public com.google.common.hash.Hasher putInt (int) int i public com.google.common.hash.Hasher putLong (long) int i long l public com.google.common.hash.Hasher putChar (char) char c public com.google.common.hash.Hasher putObject (java.lang.Object, com.google.common.hash.Funnel) Object instance com.google.common.hash.Funnel funnel public volatile synthetic com.google.common.hash.PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic com.google.common.hash.PrimitiveSink putUnencodedChars (java.lang.CharSequence) public volatile synthetic com.google.common.hash.PrimitiveSink putChar (char) public volatile synthetic com.google.common.hash.PrimitiveSink putBoolean (boolean) public volatile synthetic com.google.common.hash.PrimitiveSink putDouble (double) public volatile synthetic com.google.common.hash.PrimitiveSink putFloat (float) public volatile synthetic com.google.common.hash.PrimitiveSink putLong (long) public volatile synthetic com.google.common.hash.PrimitiveSink putInt (int) public volatile synthetic com.google.common.hash.PrimitiveSink putShort (short) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[]) }
com/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher.class
AbstractNonStreamingHashFunction.java package com.google.common.hash final com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher extends com.google.common.hash.AbstractHasher { final com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream stream final synthetic com.google.common.hash.AbstractNonStreamingHashFunction this$0 void <init> (com.google.common.hash.AbstractNonStreamingHashFunction, int) int expectedInputSize public com.google.common.hash.Hasher putByte (byte) byte b public com.google.common.hash.Hasher putBytes (byte[], int, int) byte[] bytes int off int len public com.google.common.hash.Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer bytes public com.google.common.hash.HashCode hash () public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public volatile synthetic com.google.common.hash.PrimitiveSink putByte (byte) }
com/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.class
AbstractNonStreamingHashFunction.java package com.google.common.hash final com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream extends java.io.ByteArrayOutputStream { void <init> (int) int expectedInputSize void write (java.nio.ByteBuffer) java.nio.ByteBuffer input int remaining byte[] byteArray () int length () }
com/google/common/hash/AbstractNonStreamingHashFunction.class
AbstractNonStreamingHashFunction.java package com.google.common.hash abstract com.google.common.hash.AbstractNonStreamingHashFunction extends com.google.common.hash.AbstractHashFunction { void <init> () public com.google.common.hash.Hasher newHasher () public com.google.common.hash.Hasher newHasher (int) int expectedInputSize public com.google.common.hash.HashCode hashInt (int) int input public com.google.common.hash.HashCode hashLong (long) long input public com.google.common.hash.HashCode hashUnencodedChars (java.lang.CharSequence) int i CharSequence input int len java.nio.ByteBuffer buffer public com.google.common.hash.HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) CharSequence input java.nio.charset.Charset charset public abstract com.google.common.hash.HashCode hashBytes (byte[], int, int) public com.google.common.hash.HashCode hashBytes (java.nio.ByteBuffer) java.nio.ByteBuffer input }
com/google/common/hash/AbstractStreamingHasher.class
AbstractStreamingHasher.java package com.google.common.hash abstract com.google.common.hash.AbstractStreamingHasher extends com.google.common.hash.AbstractHasher { private final java.nio.ByteBuffer buffer private final int bufferSize private final int chunkSize protected void <init> (int) int chunkSize protected void <init> (int, int) int chunkSize int bufferSize protected abstract void process (java.nio.ByteBuffer) protected void processRemaining (java.nio.ByteBuffer) java.nio.ByteBuffer bb public final com.google.common.hash.Hasher putBytes (byte[], int, int) byte[] bytes int off int len public final com.google.common.hash.Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer readBuffer java.nio.ByteOrder order private com.google.common.hash.Hasher putBytesInternal (java.nio.ByteBuffer) int i java.nio.ByteBuffer readBuffer int bytesToCopy public final com.google.common.hash.Hasher putByte (byte) byte b public final com.google.common.hash.Hasher putShort (short) short s public final com.google.common.hash.Hasher putChar (char) char c public final com.google.common.hash.Hasher putInt (int) int i public final com.google.common.hash.Hasher putLong (long) long l public final com.google.common.hash.HashCode hash () protected abstract com.google.common.hash.HashCode makeHash () private void munchIfFull () private void munch () public volatile synthetic com.google.common.hash.PrimitiveSink putChar (char) public volatile synthetic com.google.common.hash.PrimitiveSink putLong (long) public volatile synthetic com.google.common.hash.PrimitiveSink putInt (int) public volatile synthetic com.google.common.hash.PrimitiveSink putShort (short) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public volatile synthetic com.google.common.hash.PrimitiveSink putByte (byte) }
com/google/common/hash/BloomFilter$1.class
BloomFilter.java package com.google.common.hash synthetic com.google.common.hash.BloomFilter$1 extends java.lang.Object { }
com/google/common/hash/BloomFilter$SerialForm.class
BloomFilter.java package com.google.common.hash com.google.common.hash.BloomFilter$SerialForm extends java.lang.Object implements java.io.Serializable { final long[] data final int numHashFunctions final com.google.common.hash.Funnel funnel final com.google.common.hash.BloomFilter$Strategy strategy private static final long serialVersionUID void <init> (com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter bf java.lang.Object readResolve () }
com/google/common/hash/BloomFilter$Strategy.class
BloomFilter.java package com.google.common.hash abstract com.google.common.hash.BloomFilter$Strategy extends java.lang.Object implements java.io.Serializable { public abstract boolean put (java.lang.Object, com.google.common.hash.Funnel, int, com.google.common.hash.BloomFilterStrategies$LockFreeBitArray) public abstract boolean mightContain (java.lang.Object, com.google.common.hash.Funnel, int, com.google.common.hash.BloomFilterStrategies$LockFreeBitArray) public abstract int ordinal () }
com/google/common/hash/BloomFilter.class
BloomFilter.java package com.google.common.hash public final com.google.common.hash.BloomFilter extends java.lang.Object implements com.google.common.base.Predicate java.io.Serializable { private final com.google.common.hash.BloomFilterStrategies$LockFreeBitArray bits private final int numHashFunctions private final com.google.common.hash.Funnel funnel private final com.google.common.hash.BloomFilter$Strategy strategy private void <init> (com.google.common.hash.BloomFilterStrategies$LockFreeBitArray, int, com.google.common.hash.Funnel, com.google.common.hash.BloomFilter$Strategy) com.google.common.hash.BloomFilterStrategies$LockFreeBitArray bits int numHashFunctions com.google.common.hash.Funnel funnel com.google.common.hash.BloomFilter$Strategy strategy public com.google.common.hash.BloomFilter copy () public boolean mightContain (java.lang.Object) Object object public boolean apply (java.lang.Object) Object input public boolean put (java.lang.Object) Object object public double expectedFpp () public long approximateElementCount () long bitSize long bitCount double fractionOfBitsSet long bitSize () public boolean isCompatible (com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter that public void putAll (com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter that public boolean equals (java.lang.Object) com.google.common.hash.BloomFilter that Object object public int hashCode () public static java.util.stream.Collector toBloomFilter (com.google.common.hash.Funnel, long) com.google.common.hash.Funnel funnel long expectedInsertions public static java.util.stream.Collector toBloomFilter (com.google.common.hash.Funnel, long, double) com.google.common.hash.Funnel funnel long expectedInsertions double fpp public static com.google.common.hash.BloomFilter create (com.google.common.hash.Funnel, int, double) com.google.common.hash.Funnel funnel int expectedInsertions double fpp public static com.google.common.hash.BloomFilter create (com.google.common.hash.Funnel, long, double) com.google.common.hash.Funnel funnel long expectedInsertions double fpp static com.google.common.hash.BloomFilter create (com.google.common.hash.Funnel, long, double, com.google.common.hash.BloomFilter$Strategy) IllegalArgumentException e com.google.common.hash.Funnel funnel long expectedInsertions double fpp com.google.common.hash.BloomFilter$Strategy strategy long numBits int numHashFunctions public static com.google.common.hash.BloomFilter create (com.google.common.hash.Funnel, int) com.google.common.hash.Funnel funnel int expectedInsertions public static com.google.common.hash.BloomFilter create (com.google.common.hash.Funnel, long) com.google.common.hash.Funnel funnel long expectedInsertions static int optimalNumOfHashFunctions (long, long) long n long m static long optimalNumOfBits (long, double) long n double p private java.lang.Object writeReplace () public void writeTo (java.io.OutputStream) throws java.io.IOException int i java.io.OutputStream out java.io.DataOutputStream dout public static com.google.common.hash.BloomFilter readFrom (java.io.InputStream, com.google.common.hash.Funnel) throws java.io.IOException int i java.io.DataInputStream din com.google.common.hash.BloomFilter$Strategy strategy com.google.common.hash.BloomFilterStrategies$LockFreeBitArray dataArray String message RuntimeException e java.io.InputStream in com.google.common.hash.Funnel funnel int strategyOrdinal int numHashFunctions int dataLength private static synthetic com.google.common.hash.BloomFilter lambda$toBloomFilter$1 (com.google.common.hash.BloomFilter, com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter bf1 com.google.common.hash.BloomFilter bf2 private static synthetic com.google.common.hash.BloomFilter lambda$toBloomFilter$0 (com.google.common.hash.Funnel, long, double) com.google.common.hash.Funnel funnel long expectedInsertions double fpp static synthetic com.google.common.hash.BloomFilterStrategies$LockFreeBitArray access$000 (com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter x0 static synthetic int access$100 (com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter x0 static synthetic com.google.common.hash.Funnel access$200 (com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter x0 static synthetic com.google.common.hash.BloomFilter$Strategy access$300 (com.google.common.hash.BloomFilter) com.google.common.hash.BloomFilter x0 synthetic void <init> (com.google.common.hash.BloomFilterStrategies$LockFreeBitArray, int, com.google.common.hash.Funnel, com.google.common.hash.BloomFilter$Strategy, com.google.common.hash.BloomFilter$1) com.google.common.hash.BloomFilterStrategies$LockFreeBitArray x0 int x1 com.google.common.hash.Funnel x2 com.google.common.hash.BloomFilter$Strategy x3 com.google.common.hash.BloomFilter$1 x4 }
com/google/common/hash/BloomFilterStrategies$1.class
BloomFilterStrategies.java package com.google.common.hash final enum com.google.common.hash.BloomFilterStrategies$1 extends com.google.common.hash.BloomFilterStrategies { void <init> (java.lang.String, int) public boolean put (java.lang.Object, com.google.common.hash.Funnel, int, com.google.common.hash.BloomFilterStrategies$LockFreeBitArray) int combinedHash int i Object object com.google.common.hash.Funnel funnel int numHashFunctions com.google.common.hash.BloomFilterStrategies$LockFreeBitArray bits long bitSize long hash64 int hash1 int hash2 boolean bitsChanged public boolean mightContain (java.lang.Object, com.google.common.hash.Funnel, int, com.google.common.hash.BloomFilterStrategies$LockFreeBitArray) int combinedHash int i Object object com.google.common.hash.Funnel funnel int numHashFunctions com.google.common.hash.BloomFilterStrategies$LockFreeBitArray bits long bitSize long hash64 int hash1 int hash2 }
com/google/common/hash/BloomFilterStrategies$2.class
BloomFilterStrategies.java package com.google.common.hash final enum com.google.common.hash.BloomFilterStrategies$2 extends com.google.common.hash.BloomFilterStrategies { void <init> (java.lang.String, int) public boolean put (java.lang.Object, com.google.common.hash.Funnel, int, com.google.common.hash.BloomFilterStrategies$LockFreeBitArray) int i Object object com.google.common.hash.Funnel funnel int numHashFunctions com.google.common.hash.BloomFilterStrategies$LockFreeBitArray bits long bitSize byte[] bytes long hash1 long hash2 boolean bitsChanged long combinedHash public boolean mightContain (java.lang.Object, com.google.common.hash.Funnel, int, com.google.common.hash.BloomFilterStrategies$LockFreeBitArray) int i Object object com.google.common.hash.Funnel funnel int numHashFunctions com.google.common.hash.BloomFilterStrategies$LockFreeBitArray bits long bitSize byte[] bytes long hash1 long hash2 long combinedHash private long lowerEight (byte[]) byte[] bytes private long upperEight (byte[]) byte[] bytes }
com/google/common/hash/BloomFilterStrategies$LockFreeBitArray.class
BloomFilterStrategies.java package com.google.common.hash final com.google.common.hash.BloomFilterStrategies$LockFreeBitArray extends java.lang.Object { private static final int LONG_ADDRESSABLE_BITS final java.util.concurrent.atomic.AtomicLongArray data private final com.google.common.hash.LongAddable bitCount void <init> (long) long bits void <init> (long[]) long value long[] data long bitCount boolean set (long) long bitIndex int longIndex long mask long oldValue long newValue boolean get (long) long bitIndex public static long[] toPlainArray (java.util.concurrent.atomic.AtomicLongArray) int i java.util.concurrent.atomic.AtomicLongArray atomicLongArray long[] array long bitSize () long bitCount () com.google.common.hash.BloomFilterStrategies$LockFreeBitArray copy () void putAll (com.google.common.hash.BloomFilterStrategies$LockFreeBitArray) int i com.google.common.hash.BloomFilterStrategies$LockFreeBitArray other void putData (int, long) int bitsAdded int i long longValue long ourLongOld long ourLongNew boolean changedAnyBits int dataLength () public boolean equals (java.lang.Object) com.google.common.hash.BloomFilterStrategies$LockFreeBitArray lockFreeBitArray Object o public int hashCode () }
com/google/common/hash/BloomFilterStrategies.class
BloomFilterStrategies.java package com.google.common.hash abstract enum com.google.common.hash.BloomFilterStrategies extends java.lang.Enum implements com.google.common.hash.BloomFilter$Strategy { public static final enum com.google.common.hash.BloomFilterStrategies MURMUR128_MITZ_32 public static final enum com.google.common.hash.BloomFilterStrategies MURMUR128_MITZ_64 private static final synthetic com.google.common.hash.BloomFilterStrategies[] $VALUES public static com.google.common.hash.BloomFilterStrategies[] values () public static com.google.common.hash.BloomFilterStrategies valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.hash.BloomFilterStrategies[] $values () synthetic void <init> (java.lang.String, int, com.google.common.hash.BloomFilterStrategies$1) String x0 int x1 com.google.common.hash.BloomFilterStrategies$1 x2 static void <clinit> () }
com/google/common/hash/ChecksumHashFunction$1.class
ChecksumHashFunction.java package com.google.common.hash synthetic com.google.common.hash.ChecksumHashFunction$1 extends java.lang.Object { }
com/google/common/hash/ChecksumHashFunction$ChecksumHasher.class
ChecksumHashFunction.java package com.google.common.hash final com.google.common.hash.ChecksumHashFunction$ChecksumHasher extends com.google.common.hash.AbstractByteHasher { private final java.util.zip.Checksum checksum final synthetic com.google.common.hash.ChecksumHashFunction this$0 private void <init> (com.google.common.hash.ChecksumHashFunction, java.util.zip.Checksum) java.util.zip.Checksum checksum protected void update (byte) byte b protected void update (byte[], int, int) byte[] bytes int off int len public com.google.common.hash.HashCode hash () long value synthetic void <init> (com.google.common.hash.ChecksumHashFunction, java.util.zip.Checksum, com.google.common.hash.ChecksumHashFunction$1) com.google.common.hash.ChecksumHashFunction x0 java.util.zip.Checksum x1 com.google.common.hash.ChecksumHashFunction$1 x2 }
com/google/common/hash/ChecksumHashFunction.class
ChecksumHashFunction.java package com.google.common.hash final com.google.common.hash.ChecksumHashFunction extends com.google.common.hash.AbstractHashFunction implements java.io.Serializable { private final com.google.common.hash.ImmutableSupplier checksumSupplier private final int bits private final String toString private static final long serialVersionUID void <init> (com.google.common.hash.ImmutableSupplier, int, java.lang.String) com.google.common.hash.ImmutableSupplier checksumSupplier int bits String toString public int bits () public com.google.common.hash.Hasher newHasher () public java.lang.String toString () static synthetic int access$100 (com.google.common.hash.ChecksumHashFunction) com.google.common.hash.ChecksumHashFunction x0 }
com/google/common/hash/Crc32cHashFunction$Crc32cHasher.class
Crc32cHashFunction.java package com.google.common.hash final com.google.common.hash.Crc32cHashFunction$Crc32cHasher extends com.google.common.hash.AbstractStreamingHasher { private boolean finished private int crc0 private int crc1 private int crc2 private int crc3 static final int[] BYTE_TABLE static final int[][] STRIDE_TABLE static final int INVERSE_COMPUTE_FOR_WORD_OF_ALL_1S private static final java.nio.ByteBuffer EMPTY void <init> () protected void process (java.nio.ByteBuffer) java.nio.ByteBuffer bb protected void processRemaining (java.nio.ByteBuffer) java.nio.ByteBuffer bb protected com.google.common.hash.HashCode makeHash () static int computeForWord (int) int word static int combine (int, int) int i int csum int crc static void <clinit> () }
com/google/common/hash/Crc32cHashFunction.class
Crc32cHashFunction.java package com.google.common.hash final com.google.common.hash.Crc32cHashFunction extends com.google.common.hash.AbstractHashFunction { static final com.google.common.hash.HashFunction CRC_32_C void <init> () public int bits () public com.google.common.hash.Hasher newHasher () public java.lang.String toString () static void <clinit> () }
com/google/common/hash/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.hash abstract annotation com.google.common.hash.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/hash/FarmHashFingerprint64.class
FarmHashFingerprint64.java package com.google.common.hash final com.google.common.hash.FarmHashFingerprint64 extends com.google.common.hash.AbstractNonStreamingHashFunction { static final com.google.common.hash.HashFunction FARMHASH_FINGERPRINT_64 private static final long K0 private static final long K1 private static final long K2 void <init> () public com.google.common.hash.HashCode hashBytes (byte[], int, int) byte[] input int off int len public int bits () public java.lang.String toString () static long fingerprint (byte[], int, int) byte[] bytes int offset int length private static long shiftMix (long) long val private static long hashLength16 (long, long, long) long u long v long mul long a long b private static void weakHashLength32WithSeeds (byte[], int, long, long, long[]) byte[] bytes int offset long seedA long seedB long[] output long part1 long part2 long part3 long part4 long c private static long hashLength0to16 (byte[], int, int) long mul long a long b long c long d long mul long a byte a byte b byte c int y int z byte[] bytes int offset int length private static long hashLength17to32 (byte[], int, int) byte[] bytes int offset int length long mul long a long b long c long d private static long hashLength33To64 (byte[], int, int) byte[] bytes int offset int length long mul long a long b long c long d long y long z long e long f long g long h private static long hashLength65Plus (byte[], int, int) long tmp byte[] bytes int offset int length int seed long x long y long z long[] v long[] w int end int last64offset long mul static void <clinit> () }
com/google/common/hash/Fingerprint2011.class
Fingerprint2011.java package com.google.common.hash final com.google.common.hash.Fingerprint2011 extends com.google.common.hash.AbstractNonStreamingHashFunction { static final com.google.common.hash.HashFunction FINGERPRINT_2011 private static final long K0 private static final long K1 private static final long K2 private static final long K3 void <init> () public com.google.common.hash.HashCode hashBytes (byte[], int, int) byte[] input int off int len public int bits () public java.lang.String toString () static long fingerprint (byte[], int, int) long result long result byte[] bytes int offset int length long result long u long v private static long shiftMix (long) long val static long hash128to64 (long, long) long high long low long a long b private static void weakHashLength32WithSeeds (byte[], int, long, long, long[]) byte[] bytes int offset long seedA long seedB long[] output long part1 long part2 long part3 long part4 long c private static long fullFingerprint (byte[], int, int) long tmp byte[] bytes int offset int length long x long y long z long[] v long[] w private static long hashLength33To64 (byte[], int, int) byte[] bytes int offset int length long z long a long b long c long vf long vs long wf long ws long r static long murmurHash64WithSeed (byte[], int, int, long) long loaded long data int i long data byte[] bytes int offset int length long seed long mul int topBit int lengthAligned int lengthRemainder long hash static void <clinit> () }
com/google/common/hash/Funnel.class
Funnel.java package com.google.common.hash public abstract com.google.common.hash.Funnel extends java.lang.Object implements java.io.Serializable { public abstract void funnel (java.lang.Object, com.google.common.hash.PrimitiveSink) }
com/google/common/hash/Funnels$ByteArrayFunnel.class
Funnels.java package com.google.common.hash final enum com.google.common.hash.Funnels$ByteArrayFunnel extends java.lang.Enum implements com.google.common.hash.Funnel { public static final enum com.google.common.hash.Funnels$ByteArrayFunnel INSTANCE private static final synthetic com.google.common.hash.Funnels$ByteArrayFunnel[] $VALUES public static com.google.common.hash.Funnels$ByteArrayFunnel[] values () public static com.google.common.hash.Funnels$ByteArrayFunnel valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void funnel (byte[], com.google.common.hash.PrimitiveSink) byte[] from com.google.common.hash.PrimitiveSink into public java.lang.String toString () public volatile synthetic void funnel (java.lang.Object, com.google.common.hash.PrimitiveSink) private static synthetic com.google.common.hash.Funnels$ByteArrayFunnel[] $values () static void <clinit> () }
com/google/common/hash/Funnels$IntegerFunnel.class
Funnels.java package com.google.common.hash final enum com.google.common.hash.Funnels$IntegerFunnel extends java.lang.Enum implements com.google.common.hash.Funnel { public static final enum com.google.common.hash.Funnels$IntegerFunnel INSTANCE private static final synthetic com.google.common.hash.Funnels$IntegerFunnel[] $VALUES public static com.google.common.hash.Funnels$IntegerFunnel[] values () public static com.google.common.hash.Funnels$IntegerFunnel valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void funnel (java.lang.Integer, com.google.common.hash.PrimitiveSink) Integer from com.google.common.hash.PrimitiveSink into public java.lang.String toString () public volatile synthetic void funnel (java.lang.Object, com.google.common.hash.PrimitiveSink) private static synthetic com.google.common.hash.Funnels$IntegerFunnel[] $values () static void <clinit> () }
com/google/common/hash/Funnels$LongFunnel.class
Funnels.java package com.google.common.hash final enum com.google.common.hash.Funnels$LongFunnel extends java.lang.Enum implements com.google.common.hash.Funnel { public static final enum com.google.common.hash.Funnels$LongFunnel INSTANCE private static final synthetic com.google.common.hash.Funnels$LongFunnel[] $VALUES public static com.google.common.hash.Funnels$LongFunnel[] values () public static com.google.common.hash.Funnels$LongFunnel valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void funnel (java.lang.Long, com.google.common.hash.PrimitiveSink) Long from com.google.common.hash.PrimitiveSink into public java.lang.String toString () public volatile synthetic void funnel (java.lang.Object, com.google.common.hash.PrimitiveSink) private static synthetic com.google.common.hash.Funnels$LongFunnel[] $values () static void <clinit> () }
com/google/common/hash/Funnels$SequentialFunnel.class
Funnels.java package com.google.common.hash com.google.common.hash.Funnels$SequentialFunnel extends java.lang.Object implements com.google.common.hash.Funnel java.io.Serializable { private final com.google.common.hash.Funnel elementFunnel void <init> (com.google.common.hash.Funnel) com.google.common.hash.Funnel elementFunnel public void funnel (java.lang.Iterable, com.google.common.hash.PrimitiveSink) Object e Iterable from com.google.common.hash.PrimitiveSink into public java.lang.String toString () public boolean equals (java.lang.Object) com.google.common.hash.Funnels$SequentialFunnel funnel Object o public int hashCode () public volatile synthetic void funnel (java.lang.Object, com.google.common.hash.PrimitiveSink) }
com/google/common/hash/Funnels$SinkAsStream.class
Funnels.java package com.google.common.hash com.google.common.hash.Funnels$SinkAsStream extends java.io.OutputStream { final com.google.common.hash.PrimitiveSink sink void <init> (com.google.common.hash.PrimitiveSink) com.google.common.hash.PrimitiveSink sink public void write (int) int b public void write (byte[]) byte[] bytes public void write (byte[], int, int) byte[] bytes int off int len public java.lang.String toString () }
com/google/common/hash/Funnels$StringCharsetFunnel$SerializedForm.class
Funnels.java package com.google.common.hash com.google.common.hash.Funnels$StringCharsetFunnel$SerializedForm extends java.lang.Object implements java.io.Serializable { private final String charsetCanonicalName private static final long serialVersionUID void <init> (java.nio.charset.Charset) java.nio.charset.Charset charset private java.lang.Object readResolve () }
com/google/common/hash/Funnels$StringCharsetFunnel.class
Funnels.java package com.google.common.hash com.google.common.hash.Funnels$StringCharsetFunnel extends java.lang.Object implements com.google.common.hash.Funnel java.io.Serializable { private final java.nio.charset.Charset charset void <init> (java.nio.charset.Charset) java.nio.charset.Charset charset public void funnel (java.lang.CharSequence, com.google.common.hash.PrimitiveSink) CharSequence from com.google.common.hash.PrimitiveSink into public java.lang.String toString () public boolean equals (java.lang.Object) com.google.common.hash.Funnels$StringCharsetFunnel funnel Object o public int hashCode () java.lang.Object writeReplace () public volatile synthetic void funnel (java.lang.Object, com.google.common.hash.PrimitiveSink) }
com/google/common/hash/Funnels$UnencodedCharsFunnel.class
Funnels.java package com.google.common.hash final enum com.google.common.hash.Funnels$UnencodedCharsFunnel extends java.lang.Enum implements com.google.common.hash.Funnel { public static final enum com.google.common.hash.Funnels$UnencodedCharsFunnel INSTANCE private static final synthetic com.google.common.hash.Funnels$UnencodedCharsFunnel[] $VALUES public static com.google.common.hash.Funnels$UnencodedCharsFunnel[] values () public static com.google.common.hash.Funnels$UnencodedCharsFunnel valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void funnel (java.lang.CharSequence, com.google.common.hash.PrimitiveSink) CharSequence from com.google.common.hash.PrimitiveSink into public java.lang.String toString () public volatile synthetic void funnel (java.lang.Object, com.google.common.hash.PrimitiveSink) private static synthetic com.google.common.hash.Funnels$UnencodedCharsFunnel[] $values () static void <clinit> () }
com/google/common/hash/Funnels.class
Funnels.java package com.google.common.hash public final com.google.common.hash.Funnels extends java.lang.Object { private void <init> () public static com.google.common.hash.Funnel byteArrayFunnel () public static com.google.common.hash.Funnel unencodedCharsFunnel () public static com.google.common.hash.Funnel stringFunnel (java.nio.charset.Charset) java.nio.charset.Charset charset public static com.google.common.hash.Funnel integerFunnel () public static com.google.common.hash.Funnel sequentialFunnel (com.google.common.hash.Funnel) com.google.common.hash.Funnel elementFunnel public static com.google.common.hash.Funnel longFunnel () public static java.io.OutputStream asOutputStream (com.google.common.hash.PrimitiveSink) com.google.common.hash.PrimitiveSink sink }
com/google/common/hash/HashCode$BytesHashCode.class
HashCode.java package com.google.common.hash final com.google.common.hash.HashCode$BytesHashCode extends com.google.common.hash.HashCode implements java.io.Serializable { final byte[] bytes private static final long serialVersionUID void <init> (byte[]) byte[] bytes public int bits () public byte[] asBytes () public int asInt () public long asLong () public long padToLong () int i long retVal void writeBytesToImpl (byte[], int, int) byte[] dest int offset int maxLength byte[] getBytesInternal () boolean equalsSameBits (com.google.common.hash.HashCode) int i com.google.common.hash.HashCode that boolean areEqual }
com/google/common/hash/HashCode$IntHashCode.class
HashCode.java package com.google.common.hash final com.google.common.hash.HashCode$IntHashCode extends com.google.common.hash.HashCode implements java.io.Serializable { final int hash private static final long serialVersionUID void <init> (int) int hash public int bits () public byte[] asBytes () public int asInt () public long asLong () public long padToLong () void writeBytesToImpl (byte[], int, int) int i byte[] dest int offset int maxLength boolean equalsSameBits (com.google.common.hash.HashCode) com.google.common.hash.HashCode that }
com/google/common/hash/HashCode$LongHashCode.class
HashCode.java package com.google.common.hash final com.google.common.hash.HashCode$LongHashCode extends com.google.common.hash.HashCode implements java.io.Serializable { final long hash private static final long serialVersionUID void <init> (long) long hash public int bits () public byte[] asBytes () public int asInt () public long asLong () public long padToLong () void writeBytesToImpl (byte[], int, int) int i byte[] dest int offset int maxLength boolean equalsSameBits (com.google.common.hash.HashCode) com.google.common.hash.HashCode that }
com/google/common/hash/HashCode.class
HashCode.java package com.google.common.hash public abstract com.google.common.hash.HashCode extends java.lang.Object { private static final char[] hexDigits void <init> () public abstract int bits () public abstract int asInt () public abstract long asLong () public abstract long padToLong () public abstract byte[] asBytes () public int writeBytesTo (byte[], int, int) byte[] dest int offset int maxLength abstract void writeBytesToImpl (byte[], int, int) byte[] getBytesInternal () abstract boolean equalsSameBits (com.google.common.hash.HashCode) public static com.google.common.hash.HashCode fromInt (int) int hash public static com.google.common.hash.HashCode fromLong (long) long hash public static com.google.common.hash.HashCode fromBytes (byte[]) byte[] bytes static com.google.common.hash.HashCode fromBytesNoCopy (byte[]) byte[] bytes public static com.google.common.hash.HashCode fromString (java.lang.String) int ch1 int ch2 int i String string byte[] bytes private static int decode (char) char ch public final boolean equals (java.lang.Object) com.google.common.hash.HashCode that Object object public final int hashCode () int i byte[] bytes int val public final java.lang.String toString () byte b byte[] bytes StringBuilder sb static void <clinit> () }
com/google/common/hash/HashFunction.class
HashFunction.java package com.google.common.hash public abstract com.google.common.hash.HashFunction extends java.lang.Object { public abstract com.google.common.hash.Hasher newHasher () public abstract com.google.common.hash.Hasher newHasher (int) public abstract com.google.common.hash.HashCode hashInt (int) public abstract com.google.common.hash.HashCode hashLong (long) public abstract com.google.common.hash.HashCode hashBytes (byte[]) public abstract com.google.common.hash.HashCode hashBytes (byte[], int, int) public abstract com.google.common.hash.HashCode hashBytes (java.nio.ByteBuffer) public abstract com.google.common.hash.HashCode hashUnencodedChars (java.lang.CharSequence) public abstract com.google.common.hash.HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) public abstract com.google.common.hash.HashCode hashObject (java.lang.Object, com.google.common.hash.Funnel) public abstract int bits () }
com/google/common/hash/Hasher.class
Hasher.java package com.google.common.hash public abstract com.google.common.hash.Hasher extends java.lang.Object implements com.google.common.hash.PrimitiveSink { public abstract com.google.common.hash.Hasher putByte (byte) public abstract com.google.common.hash.Hasher putBytes (byte[]) public abstract com.google.common.hash.Hasher putBytes (byte[], int, int) public abstract com.google.common.hash.Hasher putBytes (java.nio.ByteBuffer) public abstract com.google.common.hash.Hasher putShort (short) public abstract com.google.common.hash.Hasher putInt (int) public abstract com.google.common.hash.Hasher putLong (long) public abstract com.google.common.hash.Hasher putFloat (float) public abstract com.google.common.hash.Hasher putDouble (double) public abstract com.google.common.hash.Hasher putBoolean (boolean) public abstract com.google.common.hash.Hasher putChar (char) public abstract com.google.common.hash.Hasher putUnencodedChars (java.lang.CharSequence) public abstract com.google.common.hash.Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) public abstract com.google.common.hash.Hasher putObject (java.lang.Object, com.google.common.hash.Funnel) public abstract com.google.common.hash.HashCode hash () public abstract int hashCode () public volatile synthetic com.google.common.hash.PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic com.google.common.hash.PrimitiveSink putUnencodedChars (java.lang.CharSequence) public volatile synthetic com.google.common.hash.PrimitiveSink putChar (char) public volatile synthetic com.google.common.hash.PrimitiveSink putBoolean (boolean) public volatile synthetic com.google.common.hash.PrimitiveSink putDouble (double) public volatile synthetic com.google.common.hash.PrimitiveSink putFloat (float) public volatile synthetic com.google.common.hash.PrimitiveSink putLong (long) public volatile synthetic com.google.common.hash.PrimitiveSink putInt (int) public volatile synthetic com.google.common.hash.PrimitiveSink putShort (short) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[]) public volatile synthetic com.google.common.hash.PrimitiveSink putByte (byte) }
com/google/common/hash/Hashing$1.class
Hashing.java package com.google.common.hash synthetic com.google.common.hash.Hashing$1 extends java.lang.Object { }
com/google/common/hash/Hashing$ChecksumType$1.class
Hashing.java package com.google.common.hash final enum com.google.common.hash.Hashing$ChecksumType$1 extends com.google.common.hash.Hashing$ChecksumType { void <init> (java.lang.String, int, java.lang.String) String toString public java.util.zip.Checksum get () public volatile synthetic java.lang.Object get () }
com/google/common/hash/Hashing$ChecksumType$2.class
Hashing.java package com.google.common.hash final enum com.google.common.hash.Hashing$ChecksumType$2 extends com.google.common.hash.Hashing$ChecksumType { void <init> (java.lang.String, int, java.lang.String) String toString public java.util.zip.Checksum get () public volatile synthetic java.lang.Object get () }
com/google/common/hash/Hashing$ChecksumType.class
Hashing.java package com.google.common.hash abstract enum com.google.common.hash.Hashing$ChecksumType extends java.lang.Enum implements com.google.common.hash.ImmutableSupplier { public static final enum com.google.common.hash.Hashing$ChecksumType CRC_32 public static final enum com.google.common.hash.Hashing$ChecksumType ADLER_32 public final com.google.common.hash.HashFunction hashFunction private static final synthetic com.google.common.hash.Hashing$ChecksumType[] $VALUES public static com.google.common.hash.Hashing$ChecksumType[] values () public static com.google.common.hash.Hashing$ChecksumType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String toString private static synthetic com.google.common.hash.Hashing$ChecksumType[] $values () synthetic void <init> (java.lang.String, int, java.lang.String, com.google.common.hash.Hashing$1) String x0 int x1 String x2 com.google.common.hash.Hashing$1 x3 static void <clinit> () }
com/google/common/hash/Hashing$ConcatenatedHashFunction.class
Hashing.java package com.google.common.hash final com.google.common.hash.Hashing$ConcatenatedHashFunction extends com.google.common.hash.AbstractCompositeHashFunction { private transient void <init> (com.google.common.hash.HashFunction[]) com.google.common.hash.HashFunction function com.google.common.hash.HashFunction[] functions com.google.common.hash.HashCode makeHash (com.google.common.hash.Hasher[]) com.google.common.hash.HashCode newHash com.google.common.hash.Hasher hasher com.google.common.hash.Hasher[] hashers byte[] bytes int i public int bits () com.google.common.hash.HashFunction function int bitSum public boolean equals (java.lang.Object) com.google.common.hash.Hashing$ConcatenatedHashFunction other Object object public int hashCode () synthetic void <init> (com.google.common.hash.HashFunction[], com.google.common.hash.Hashing$1) com.google.common.hash.HashFunction[] x0 com.google.common.hash.Hashing$1 x1 }
com/google/common/hash/Hashing$LinearCongruentialGenerator.class
Hashing.java package com.google.common.hash final com.google.common.hash.Hashing$LinearCongruentialGenerator extends java.lang.Object { private long state public void <init> (long) long seed public double nextDouble () }
com/google/common/hash/Hashing$Md5Holder.class
Hashing.java package com.google.common.hash com.google.common.hash.Hashing$Md5Holder extends java.lang.Object { static final com.google.common.hash.HashFunction MD5 private void <init> () static void <clinit> () }
com/google/common/hash/Hashing$Sha1Holder.class
Hashing.java package com.google.common.hash com.google.common.hash.Hashing$Sha1Holder extends java.lang.Object { static final com.google.common.hash.HashFunction SHA_1 private void <init> () static void <clinit> () }
com/google/common/hash/Hashing$Sha256Holder.class
Hashing.java package com.google.common.hash com.google.common.hash.Hashing$Sha256Holder extends java.lang.Object { static final com.google.common.hash.HashFunction SHA_256 private void <init> () static void <clinit> () }
com/google/common/hash/Hashing$Sha384Holder.class
Hashing.java package com.google.common.hash com.google.common.hash.Hashing$Sha384Holder extends java.lang.Object { static final com.google.common.hash.HashFunction SHA_384 private void <init> () static void <clinit> () }
com/google/common/hash/Hashing$Sha512Holder.class
Hashing.java package com.google.common.hash com.google.common.hash.Hashing$Sha512Holder extends java.lang.Object { static final com.google.common.hash.HashFunction SHA_512 private void <init> () static void <clinit> () }
com/google/common/hash/Hashing.class
Hashing.java package com.google.common.hash public final com.google.common.hash.Hashing extends java.lang.Object { static final int GOOD_FAST_HASH_SEED public static com.google.common.hash.HashFunction goodFastHash (int) int i int minimumBits int bits int hashFunctionsNeeded com.google.common.hash.HashFunction[] hashFunctions int seed public static com.google.common.hash.HashFunction murmur3_32 (int) int seed public static com.google.common.hash.HashFunction murmur3_32 () public static com.google.common.hash.HashFunction murmur3_32_fixed (int) int seed public static com.google.common.hash.HashFunction murmur3_32_fixed () public static com.google.common.hash.HashFunction murmur3_128 (int) int seed public static com.google.common.hash.HashFunction murmur3_128 () public static com.google.common.hash.HashFunction sipHash24 () public static com.google.common.hash.HashFunction sipHash24 (long, long) long k0 long k1 public static com.google.common.hash.HashFunction md5 () public static com.google.common.hash.HashFunction sha1 () public static com.google.common.hash.HashFunction sha256 () public static com.google.common.hash.HashFunction sha384 () public static com.google.common.hash.HashFunction sha512 () public static com.google.common.hash.HashFunction hmacMd5 (java.security.Key) java.security.Key key public static com.google.common.hash.HashFunction hmacMd5 (byte[]) byte[] key public static com.google.common.hash.HashFunction hmacSha1 (java.security.Key) java.security.Key key public static com.google.common.hash.HashFunction hmacSha1 (byte[]) byte[] key public static com.google.common.hash.HashFunction hmacSha256 (java.security.Key) java.security.Key key public static com.google.common.hash.HashFunction hmacSha256 (byte[]) byte[] key public static com.google.common.hash.HashFunction hmacSha512 (java.security.Key) java.security.Key key public static com.google.common.hash.HashFunction hmacSha512 (byte[]) byte[] key private static java.lang.String hmacToString (java.lang.String, java.security.Key) String methodName java.security.Key key public static com.google.common.hash.HashFunction crc32c () public static com.google.common.hash.HashFunction crc32 () public static com.google.common.hash.HashFunction adler32 () public static com.google.common.hash.HashFunction farmHashFingerprint64 () public static com.google.common.hash.HashFunction fingerprint2011 () public static int consistentHash (com.google.common.hash.HashCode, int) com.google.common.hash.HashCode hashCode int buckets public static int consistentHash (long, int) long input int buckets com.google.common.hash.Hashing$LinearCongruentialGenerator generator int candidate int next public static com.google.common.hash.HashCode combineOrdered (java.lang.Iterable) int i byte[] nextBytes com.google.common.hash.HashCode hashCode Iterable hashCodes java.util.Iterator iterator int bits byte[] resultBytes public static com.google.common.hash.HashCode combineUnordered (java.lang.Iterable) int i byte[] nextBytes com.google.common.hash.HashCode hashCode Iterable hashCodes java.util.Iterator iterator byte[] resultBytes static int checkPositiveAndMakeMultipleOf32 (int) int bits public static transient com.google.common.hash.HashFunction concatenating (com.google.common.hash.HashFunction, com.google.common.hash.HashFunction, com.google.common.hash.HashFunction[]) com.google.common.hash.HashFunction first com.google.common.hash.HashFunction second com.google.common.hash.HashFunction[] rest java.util.List list public static com.google.common.hash.HashFunction concatenating (java.lang.Iterable) com.google.common.hash.HashFunction hashFunction Iterable hashFunctions java.util.List list private void <init> () static void <clinit> () }
com/google/common/hash/HashingInputStream.class
HashingInputStream.java package com.google.common.hash public final com.google.common.hash.HashingInputStream extends java.io.FilterInputStream { private final com.google.common.hash.Hasher hasher public void <init> (com.google.common.hash.HashFunction, java.io.InputStream) com.google.common.hash.HashFunction hashFunction java.io.InputStream in public int read () throws java.io.IOException int b public int read (byte[], int, int) throws java.io.IOException byte[] bytes int off int len int numOfBytesRead public boolean markSupported () public void mark (int) int readlimit public void reset () throws java.io.IOException public com.google.common.hash.HashCode hash () }
com/google/common/hash/HashingOutputStream.class
HashingOutputStream.java package com.google.common.hash public final com.google.common.hash.HashingOutputStream extends java.io.FilterOutputStream { private final com.google.common.hash.Hasher hasher public void <init> (com.google.common.hash.HashFunction, java.io.OutputStream) com.google.common.hash.HashFunction hashFunction java.io.OutputStream out public void write (int) throws java.io.IOException int b public void write (byte[], int, int) throws java.io.IOException byte[] bytes int off int len public com.google.common.hash.HashCode hash () public void close () throws java.io.IOException }
com/google/common/hash/ImmutableSupplier.class
ImmutableSupplier.java package com.google.common.hash abstract com.google.common.hash.ImmutableSupplier extends java.lang.Object implements com.google.common.base.Supplier { }
com/google/common/hash/Java8Compatibility.class
Java8Compatibility.java package com.google.common.hash final com.google.common.hash.Java8Compatibility extends java.lang.Object { static void clear (java.nio.Buffer) java.nio.Buffer b static void flip (java.nio.Buffer) java.nio.Buffer b static void limit (java.nio.Buffer, int) java.nio.Buffer b int limit static void position (java.nio.Buffer, int) java.nio.Buffer b int position private void <init> () }
com/google/common/hash/LittleEndianByteArray$1.class
LittleEndianByteArray.java package com.google.common.hash synthetic com.google.common.hash.LittleEndianByteArray$1 extends java.lang.Object { }
com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes$1.class
LittleEndianByteArray.java package com.google.common.hash final enum com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes$1 extends com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes { void <init> (java.lang.String, int) public long getLongLittleEndian (byte[], int) byte[] source int offset public void putLongLittleEndian (byte[], int, long) int i byte[] sink int offset long value long mask }
com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes.class
LittleEndianByteArray.java package com.google.common.hash abstract enum com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes extends java.lang.Enum implements com.google.common.hash.LittleEndianByteArray$LittleEndianBytes { public static final enum com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes INSTANCE private static final synthetic com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes[] $VALUES public static com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes[] values () public static com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.hash.LittleEndianByteArray$JavaLittleEndianBytes[] $values () synthetic void <init> (java.lang.String, int, com.google.common.hash.LittleEndianByteArray$1) String x0 int x1 com.google.common.hash.LittleEndianByteArray$1 x2 static void <clinit> () }
com/google/common/hash/LittleEndianByteArray$LittleEndianBytes.class
LittleEndianByteArray.java package com.google.common.hash abstract com.google.common.hash.LittleEndianByteArray$LittleEndianBytes extends java.lang.Object { public abstract long getLongLittleEndian (byte[], int) public abstract void putLongLittleEndian (byte[], int, long) }
com/google/common/hash/LittleEndianByteArray$UnsafeByteArray$1.class
LittleEndianByteArray.java package com.google.common.hash final enum com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1 extends com.google.common.hash.LittleEndianByteArray$UnsafeByteArray { void <init> (java.lang.String, int) public long getLongLittleEndian (byte[], int) byte[] array int offset public void putLongLittleEndian (byte[], int, long) byte[] array int offset long value }
com/google/common/hash/LittleEndianByteArray$UnsafeByteArray$2.class
LittleEndianByteArray.java package com.google.common.hash final enum com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2 extends com.google.common.hash.LittleEndianByteArray$UnsafeByteArray { void <init> (java.lang.String, int) public long getLongLittleEndian (byte[], int) byte[] array int offset long bigEndian public void putLongLittleEndian (byte[], int, long) byte[] array int offset long value long littleEndianValue }
com/google/common/hash/LittleEndianByteArray$UnsafeByteArray$3.class
LittleEndianByteArray.java package com.google.common.hash com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
com/google/common/hash/LittleEndianByteArray$UnsafeByteArray.class
LittleEndianByteArray.java package com.google.common.hash abstract enum com.google.common.hash.LittleEndianByteArray$UnsafeByteArray extends java.lang.Enum implements com.google.common.hash.LittleEndianByteArray$LittleEndianBytes { public static final enum com.google.common.hash.LittleEndianByteArray$UnsafeByteArray UNSAFE_LITTLE_ENDIAN public static final enum com.google.common.hash.LittleEndianByteArray$UnsafeByteArray UNSAFE_BIG_ENDIAN private static final sun.misc.Unsafe theUnsafe private static final int BYTE_ARRAY_BASE_OFFSET private static final synthetic com.google.common.hash.LittleEndianByteArray$UnsafeByteArray[] $VALUES public static com.google.common.hash.LittleEndianByteArray$UnsafeByteArray[] values () public static com.google.common.hash.LittleEndianByteArray$UnsafeByteArray valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static sun.misc.Unsafe getUnsafe () java.security.PrivilegedActionException e private static synthetic com.google.common.hash.LittleEndianByteArray$UnsafeByteArray[] $values () synthetic void <init> (java.lang.String, int, com.google.common.hash.LittleEndianByteArray$1) String x0 int x1 com.google.common.hash.LittleEndianByteArray$1 x2 static synthetic int access$100 () static synthetic sun.misc.Unsafe access$200 () static void <clinit> () }
com/google/common/hash/LittleEndianByteArray.class
LittleEndianByteArray.java package com.google.common.hash final com.google.common.hash.LittleEndianByteArray extends java.lang.Object { private static final com.google.common.hash.LittleEndianByteArray$LittleEndianBytes byteArray static final synthetic boolean $assertionsDisabled static long load64 (byte[], int) byte[] input int offset static long load64Safely (byte[], int, int) int i byte[] input int offset int length long result int limit static void store64 (byte[], int, long) byte[] sink int offset long value static int load32 (byte[], int) byte[] source int offset static boolean usingUnsafe () private void <init> () static void <clinit> () String arch com.google.common.hash.LittleEndianByteArray$LittleEndianBytes theGetter }
com/google/common/hash/LongAddable.class
LongAddable.java package com.google.common.hash abstract com.google.common.hash.LongAddable extends java.lang.Object { public abstract void increment () public abstract void add (long) public abstract long sum () }
com/google/common/hash/LongAddables$1.class
LongAddables.java package com.google.common.hash com.google.common.hash.LongAddables$1 extends java.lang.Object implements com.google.common.base.Supplier { void <init> () public com.google.common.hash.LongAddable get () public volatile synthetic java.lang.Object get () }
com/google/common/hash/LongAddables$2.class
LongAddables.java package com.google.common.hash com.google.common.hash.LongAddables$2 extends java.lang.Object implements com.google.common.base.Supplier { void <init> () public com.google.common.hash.LongAddable get () public volatile synthetic java.lang.Object get () }
com/google/common/hash/LongAddables$PureJavaLongAddable.class
LongAddables.java package com.google.common.hash final com.google.common.hash.LongAddables$PureJavaLongAddable extends java.util.concurrent.atomic.AtomicLong implements com.google.common.hash.LongAddable { private void <init> () public void increment () public void add (long) long x public long sum () synthetic void <init> (com.google.common.hash.LongAddables$1) com.google.common.hash.LongAddables$1 x0 }
com/google/common/hash/LongAddables.class
LongAddables.java package com.google.common.hash final com.google.common.hash.LongAddables extends java.lang.Object { private static final com.google.common.base.Supplier SUPPLIER void <init> () public static com.google.common.hash.LongAddable create () static void <clinit> () com.google.common.hash.LongAdder unused com.google.common.base.Supplier supplier Throwable t com.google.common.base.Supplier supplier }
com/google/common/hash/LongAdder.class
LongAdder.java package com.google.common.hash final com.google.common.hash.LongAdder extends com.google.common.hash.Striped64 implements java.io.Serializable com.google.common.hash.LongAddable { private static final long serialVersionUID final long fn (long, long) long v long x public void <init> () public void add (long) long b long v com.google.common.hash.Striped64$Cell a int n boolean uncontended int[] hc long x com.google.common.hash.Striped64$Cell[] as public void increment () public void decrement () public long sum () com.google.common.hash.Striped64$Cell a int i int n long sum com.google.common.hash.Striped64$Cell[] as public void reset () public long sumThenReset () com.google.common.hash.Striped64$Cell a int i int n long sum com.google.common.hash.Striped64$Cell[] as public java.lang.String toString () public long longValue () public int intValue () public float floatValue () public double doubleValue () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream s private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream s }
com/google/common/hash/MacHashFunction$1.class
MacHashFunction.java package com.google.common.hash synthetic com.google.common.hash.MacHashFunction$1 extends java.lang.Object { }
com/google/common/hash/MacHashFunction$MacHasher.class
MacHashFunction.java package com.google.common.hash final com.google.common.hash.MacHashFunction$MacHasher extends com.google.common.hash.AbstractByteHasher { private final javax.crypto.Mac mac private boolean done private void <init> (javax.crypto.Mac) javax.crypto.Mac mac protected void update (byte) byte b protected void update (byte[]) byte[] b protected void update (byte[], int, int) byte[] b int off int len protected void update (java.nio.ByteBuffer) java.nio.ByteBuffer bytes private void checkNotDone () public com.google.common.hash.HashCode hash () synthetic void <init> (javax.crypto.Mac, com.google.common.hash.MacHashFunction$1) javax.crypto.Mac x0 com.google.common.hash.MacHashFunction$1 x1 }
com/google/common/hash/MacHashFunction.class
MacHashFunction.java package com.google.common.hash final com.google.common.hash.MacHashFunction extends com.google.common.hash.AbstractHashFunction { private final javax.crypto.Mac prototype private final java.security.Key key private final String toString private final int bits private final boolean supportsClone void <init> (java.lang.String, java.security.Key, java.lang.String) String algorithmName java.security.Key key String toString public int bits () private static boolean supportsClone (javax.crypto.Mac) Object unused CloneNotSupportedException e javax.crypto.Mac mac private static javax.crypto.Mac getMac (java.lang.String, java.security.Key) javax.crypto.Mac mac java.security.NoSuchAlgorithmException e java.security.InvalidKeyException e String algorithmName java.security.Key key public com.google.common.hash.Hasher newHasher () public java.lang.String toString () }
com/google/common/hash/MessageDigestHashFunction$1.class
MessageDigestHashFunction.java package com.google.common.hash synthetic com.google.common.hash.MessageDigestHashFunction$1 extends java.lang.Object { }
com/google/common/hash/MessageDigestHashFunction$MessageDigestHasher.class
MessageDigestHashFunction.java package com.google.common.hash final com.google.common.hash.MessageDigestHashFunction$MessageDigestHasher extends com.google.common.hash.AbstractByteHasher { private final java.security.MessageDigest digest private final int bytes private boolean done private void <init> (java.security.MessageDigest, int) java.security.MessageDigest digest int bytes protected void update (byte) byte b protected void update (byte[], int, int) byte[] b int off int len protected void update (java.nio.ByteBuffer) java.nio.ByteBuffer bytes private void checkNotDone () public com.google.common.hash.HashCode hash () synthetic void <init> (java.security.MessageDigest, int, com.google.common.hash.MessageDigestHashFunction$1) java.security.MessageDigest x0 int x1 com.google.common.hash.MessageDigestHashFunction$1 x2 }
com/google/common/hash/MessageDigestHashFunction$SerializedForm.class
MessageDigestHashFunction.java package com.google.common.hash final com.google.common.hash.MessageDigestHashFunction$SerializedForm extends java.lang.Object implements java.io.Serializable { private final String algorithmName private final int bytes private final String toString private static final long serialVersionUID private void <init> (java.lang.String, int, java.lang.String) String algorithmName int bytes String toString private java.lang.Object readResolve () synthetic void <init> (java.lang.String, int, java.lang.String, com.google.common.hash.MessageDigestHashFunction$1) String x0 int x1 String x2 com.google.common.hash.MessageDigestHashFunction$1 x3 }
com/google/common/hash/MessageDigestHashFunction.class
MessageDigestHashFunction.java package com.google.common.hash final com.google.common.hash.MessageDigestHashFunction extends com.google.common.hash.AbstractHashFunction implements java.io.Serializable { private final java.security.MessageDigest prototype private final int bytes private final boolean supportsClone private final String toString void <init> (java.lang.String, java.lang.String) String algorithmName String toString void <init> (java.lang.String, int, java.lang.String) String algorithmName int bytes String toString int maxLength private static boolean supportsClone (java.security.MessageDigest) Object unused CloneNotSupportedException e java.security.MessageDigest digest public int bits () public java.lang.String toString () private static java.security.MessageDigest getMessageDigest (java.lang.String) java.security.NoSuchAlgorithmException e String algorithmName public com.google.common.hash.Hasher newHasher () java.lang.Object writeReplace () }
com/google/common/hash/Murmur3_128HashFunction$Murmur3_128Hasher.class
Murmur3_128HashFunction.java package com.google.common.hash final com.google.common.hash.Murmur3_128HashFunction$Murmur3_128Hasher extends com.google.common.hash.AbstractStreamingHasher { private static final int CHUNK_SIZE private static final long C1 private static final long C2 private long h1 private long h2 private int length void <init> (int) int seed protected void process (java.nio.ByteBuffer) java.nio.ByteBuffer bb long k1 long k2 private void bmix64 (long, long) long k1 long k2 protected void processRemaining (java.nio.ByteBuffer) java.nio.ByteBuffer bb long k1 long k2 protected com.google.common.hash.HashCode makeHash () private static long fmix64 (long) long k private static long mixK1 (long) long k1 private static long mixK2 (long) long k2 }
com/google/common/hash/Murmur3_128HashFunction.class
Murmur3_128HashFunction.java package com.google.common.hash final com.google.common.hash.Murmur3_128HashFunction extends com.google.common.hash.AbstractHashFunction implements java.io.Serializable { static final com.google.common.hash.HashFunction MURMUR3_128 static final com.google.common.hash.HashFunction GOOD_FAST_HASH_128 private final int seed private static final long serialVersionUID void <init> (int) int seed public int bits () public com.google.common.hash.Hasher newHasher () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.common.hash.Murmur3_128HashFunction other Object object public int hashCode () static void <clinit> () }
com/google/common/hash/Murmur3_32HashFunction$Murmur3_32Hasher.class
Murmur3_32HashFunction.java package com.google.common.hash final com.google.common.hash.Murmur3_32HashFunction$Murmur3_32Hasher extends com.google.common.hash.AbstractHasher { private int h1 private long buffer private int shift private int length private boolean isDone void <init> (int) int seed private void update (int, long) int nBytes long update public com.google.common.hash.Hasher putByte (byte) byte b public com.google.common.hash.Hasher putBytes (byte[], int, int) byte[] bytes int off int len int i public com.google.common.hash.Hasher putBytes (java.nio.ByteBuffer) java.nio.ByteBuffer buffer java.nio.ByteOrder bo public com.google.common.hash.Hasher putInt (int) int i public com.google.common.hash.Hasher putLong (long) long l public com.google.common.hash.Hasher putChar (char) char c public com.google.common.hash.Hasher putString (java.lang.CharSequence, java.nio.charset.Charset) char c0 char c1 char c2 char c3 int codePoint char c int utf16Length int i CharSequence input java.nio.charset.Charset charset public com.google.common.hash.HashCode hash () public volatile synthetic com.google.common.hash.PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) public volatile synthetic com.google.common.hash.PrimitiveSink putChar (char) public volatile synthetic com.google.common.hash.PrimitiveSink putLong (long) public volatile synthetic com.google.common.hash.PrimitiveSink putInt (int) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public volatile synthetic com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public volatile synthetic com.google.common.hash.PrimitiveSink putByte (byte) }
com/google/common/hash/Murmur3_32HashFunction.class
Murmur3_32HashFunction.java package com.google.common.hash final com.google.common.hash.Murmur3_32HashFunction extends com.google.common.hash.AbstractHashFunction implements java.io.Serializable { static final com.google.common.hash.HashFunction MURMUR3_32 static final com.google.common.hash.HashFunction MURMUR3_32_FIXED static final com.google.common.hash.HashFunction GOOD_FAST_HASH_32 private static final int CHUNK_SIZE private static final int C1 private static final int C2 private final int seed private final boolean supplementaryPlaneFix private static final long serialVersionUID void <init> (int, boolean) int seed boolean supplementaryPlaneFix public int bits () public com.google.common.hash.Hasher newHasher () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.common.hash.Murmur3_32HashFunction other Object object public int hashCode () public com.google.common.hash.HashCode hashInt (int) int input int k1 int h1 public com.google.common.hash.HashCode hashLong (long) long input int low int high int k1 int h1 public com.google.common.hash.HashCode hashUnencodedChars (java.lang.CharSequence) int k1 int i int k1 CharSequence input int h1 public com.google.common.hash.HashCode hashString (java.lang.CharSequence, java.nio.charset.Charset) int k1 char c0 char c1 char c2 char c3 int codePoint int k1 char c int utf16Length int h1 int i int len long buffer int shift int k1 CharSequence input java.nio.charset.Charset charset public com.google.common.hash.HashCode hashBytes (byte[], int, int) int k1 int shift byte[] input int off int len int h1 int i int k1 private static int getIntLittleEndian (byte[], int) byte[] input int offset private static int mixK1 (int) int k1 private static int mixH1 (int, int) int h1 int k1 private static com.google.common.hash.HashCode fmix (int, int) int h1 int length private static long codePointToFourUtf8Bytes (int) int codePoint private static long charToThreeUtf8Bytes (char) char c private static long charToTwoUtf8Bytes (char) char c static synthetic int access$000 (int) int x0 static synthetic int access$100 (int, int) int x0 int x1 static synthetic int access$200 (byte[], int) byte[] x0 int x1 static synthetic long access$300 (char) char x0 static synthetic long access$400 (char) char x0 static synthetic long access$500 (int) int x0 static synthetic com.google.common.hash.HashCode access$600 (int, int) int x0 int x1 static void <clinit> () }
com/google/common/hash/ParametricNullness.class
ParametricNullness.java package com.google.common.hash abstract annotation com.google.common.hash.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/hash/PrimitiveSink.class
PrimitiveSink.java package com.google.common.hash public abstract com.google.common.hash.PrimitiveSink extends java.lang.Object { public abstract com.google.common.hash.PrimitiveSink putByte (byte) public abstract com.google.common.hash.PrimitiveSink putBytes (byte[]) public abstract com.google.common.hash.PrimitiveSink putBytes (byte[], int, int) public abstract com.google.common.hash.PrimitiveSink putBytes (java.nio.ByteBuffer) public abstract com.google.common.hash.PrimitiveSink putShort (short) public abstract com.google.common.hash.PrimitiveSink putInt (int) public abstract com.google.common.hash.PrimitiveSink putLong (long) public abstract com.google.common.hash.PrimitiveSink putFloat (float) public abstract com.google.common.hash.PrimitiveSink putDouble (double) public abstract com.google.common.hash.PrimitiveSink putBoolean (boolean) public abstract com.google.common.hash.PrimitiveSink putChar (char) public abstract com.google.common.hash.PrimitiveSink putUnencodedChars (java.lang.CharSequence) public abstract com.google.common.hash.PrimitiveSink putString (java.lang.CharSequence, java.nio.charset.Charset) }
com/google/common/hash/SipHashFunction$SipHasher.class
SipHashFunction.java package com.google.common.hash final com.google.common.hash.SipHashFunction$SipHasher extends com.google.common.hash.AbstractStreamingHasher { private static final int CHUNK_SIZE private final int c private final int d private long v0 private long v1 private long v2 private long v3 private long b private long finalM void <init> (int, int, long, long) int c int d long k0 long k1 protected void process (java.nio.ByteBuffer) java.nio.ByteBuffer buffer protected void processRemaining (java.nio.ByteBuffer) int i java.nio.ByteBuffer buffer protected com.google.common.hash.HashCode makeHash () private void processM (long) long m private void sipRound (int) int i int iterations }
com/google/common/hash/SipHashFunction.class
SipHashFunction.java package com.google.common.hash final com.google.common.hash.SipHashFunction extends com.google.common.hash.AbstractHashFunction implements java.io.Serializable { static final com.google.common.hash.HashFunction SIP_HASH_24 private final int c private final int d private final long k0 private final long k1 private static final long serialVersionUID void <init> (int, int, long, long) int c int d long k0 long k1 public int bits () public com.google.common.hash.Hasher newHasher () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.common.hash.SipHashFunction other Object object public int hashCode () static void <clinit> () }
com/google/common/hash/Striped64$1.class
Striped64.java package com.google.common.hash com.google.common.hash.Striped64$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
com/google/common/hash/Striped64$Cell.class
Striped64.java package com.google.common.hash final com.google.common.hash.Striped64$Cell extends java.lang.Object { volatile long p0 volatile long p1 volatile long p2 volatile long p3 volatile long p4 volatile long p5 volatile long p6 volatile long value volatile long q0 volatile long q1 volatile long q2 volatile long q3 volatile long q4 volatile long q5 volatile long q6 private static final sun.misc.Unsafe UNSAFE private static final long valueOffset void <init> (long) long x final boolean cas (long, long) long cmp long val static void <clinit> () Class ak Exception e }
com/google/common/hash/Striped64.class
Striped64.java package com.google.common.hash abstract com.google.common.hash.Striped64 extends java.lang.Number { static final ThreadLocal threadHashCode static final java.util.Random rng static final int NCPU volatile transient com.google.common.hash.Striped64$Cell[] cells volatile transient long base volatile transient int busy private static final sun.misc.Unsafe UNSAFE private static final long baseOffset private static final long busyOffset void <init> () final boolean casBase (long, long) long cmp long val final boolean casBusy () abstract long fn (long, long) final void retryUpdate (long, int[], boolean) int r int h com.google.common.hash.Striped64$Cell[] rs int m int j boolean created com.google.common.hash.Striped64$Cell r int i com.google.common.hash.Striped64$Cell[] rs long v com.google.common.hash.Striped64$Cell a int n com.google.common.hash.Striped64$Cell[] rs boolean init com.google.common.hash.Striped64$Cell[] as long v long x int[] hc boolean wasUncontended int h boolean collide final void internalReset (long) com.google.common.hash.Striped64$Cell a int i int n long initialValue com.google.common.hash.Striped64$Cell[] as private static sun.misc.Unsafe getUnsafe () java.security.PrivilegedActionException e static synthetic sun.misc.Unsafe access$000 () static void <clinit> () Class sk Exception e }
com/google/common/hash/package-info.class
package-info.java package com.google.common.hash abstract synthetic com.google.common.hash.package-info extends java.lang.Object { }
com/google/common/html/
com/google/common/html/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.html abstract annotation com.google.common.html.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/html/HtmlEscapers.class
HtmlEscapers.java package com.google.common.html public final com.google.common.html.HtmlEscapers extends java.lang.Object { private static final com.google.common.escape.Escaper HTML_ESCAPER public static com.google.common.escape.Escaper htmlEscaper () private void <init> () static void <clinit> () }
com/google/common/html/ParametricNullness.class
ParametricNullness.java package com.google.common.html abstract annotation com.google.common.html.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/html/package-info.class
package-info.java package com.google.common.html abstract synthetic com.google.common.html.package-info extends java.lang.Object { }
com/google/common/io/
com/google/common/io/AppendableWriter.class
AppendableWriter.java package com.google.common.io com.google.common.io.AppendableWriter extends java.io.Writer { private final Appendable target private boolean closed void <init> (java.lang.Appendable) Appendable target public void write (char[], int, int) throws java.io.IOException char[] cbuf int off int len public void write (int) throws java.io.IOException int c public void write (java.lang.String) throws java.io.IOException String str public void write (java.lang.String, int, int) throws java.io.IOException String str int off int len public void flush () throws java.io.IOException public void close () throws java.io.IOException public java.io.Writer append (char) throws java.io.IOException char c public java.io.Writer append (java.lang.CharSequence) throws java.io.IOException CharSequence charSeq public java.io.Writer append (java.lang.CharSequence, int, int) throws java.io.IOException CharSequence charSeq int start int end private void checkNotClosed () throws java.io.IOException public volatile synthetic java.lang.Appendable append (char) throws java.io.IOException public volatile synthetic java.lang.Appendable append (java.lang.CharSequence, int, int) throws java.io.IOException public volatile synthetic java.lang.Appendable append (java.lang.CharSequence) throws java.io.IOException }
com/google/common/io/BaseEncoding$1.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$1 extends com.google.common.io.ByteSink { final synthetic com.google.common.io.CharSink val$encodedSink final synthetic com.google.common.io.BaseEncoding this$0 void <init> (com.google.common.io.BaseEncoding, com.google.common.io.CharSink) com.google.common.io.BaseEncoding this$0 public java.io.OutputStream openStream () throws java.io.IOException }
com/google/common/io/BaseEncoding$2.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$2 extends com.google.common.io.ByteSource { final synthetic com.google.common.io.CharSource val$encodedSource final synthetic com.google.common.io.BaseEncoding this$0 void <init> (com.google.common.io.BaseEncoding, com.google.common.io.CharSource) com.google.common.io.BaseEncoding this$0 public java.io.InputStream openStream () throws java.io.IOException }
com/google/common/io/BaseEncoding$3.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$3 extends java.io.Reader { final synthetic java.io.Reader val$delegate final synthetic String val$toIgnore void <init> (java.io.Reader, java.lang.String) public int read () throws java.io.IOException int readChar public int read (char[], int, int) throws java.io.IOException char[] cbuf int off int len public void close () throws java.io.IOException }
com/google/common/io/BaseEncoding$4.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$4 extends java.lang.Object implements java.lang.Appendable { int charsUntilSeparator final synthetic int val$afterEveryChars final synthetic Appendable val$delegate final synthetic String val$separator void <init> (int, java.lang.Appendable, java.lang.String) public java.lang.Appendable append (char) throws java.io.IOException char c public java.lang.Appendable append (java.lang.CharSequence, int, int) CharSequence chars int off int len public java.lang.Appendable append (java.lang.CharSequence) CharSequence chars }
com/google/common/io/BaseEncoding$5.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$5 extends java.io.Writer { final synthetic Appendable val$separatingAppendable final synthetic java.io.Writer val$delegate void <init> (java.lang.Appendable, java.io.Writer) public void write (int) throws java.io.IOException int c public void write (char[], int, int) throws java.io.IOException char[] chars int off int len public void flush () throws java.io.IOException public void close () throws java.io.IOException }
com/google/common/io/BaseEncoding$Alphabet.class
BaseEncoding.java package com.google.common.io final com.google.common.io.BaseEncoding$Alphabet extends java.lang.Object { private final String name private final char[] chars final int mask final int bitsPerChar final int charsPerChunk final int bytesPerChunk private final byte[] decodabet private final boolean[] validPadding void <init> (java.lang.String, char[]) ArithmeticException e ArithmeticException e char c int i int i String name char[] chars int gcd byte[] decodabet boolean[] validPadding char encode (int) int bits boolean isValidPaddingStartPosition (int) int index boolean canDecode (char) char ch int decode (char) throws com.google.common.io.BaseEncoding$DecodingException char ch int result private boolean hasLowerCase () char c private boolean hasUpperCase () char c com.google.common.io.BaseEncoding$Alphabet upperCase () int i char[] upperCased com.google.common.io.BaseEncoding$Alphabet lowerCase () int i char[] lowerCased public boolean matches (char) char c public java.lang.String toString () public boolean equals (java.lang.Object) com.google.common.io.BaseEncoding$Alphabet that Object other public int hashCode () static synthetic char[] access$000 (com.google.common.io.BaseEncoding$Alphabet) com.google.common.io.BaseEncoding$Alphabet x0 }
com/google/common/io/BaseEncoding$Base16Encoding.class
BaseEncoding.java package com.google.common.io final com.google.common.io.BaseEncoding$Base16Encoding extends com.google.common.io.BaseEncoding$StandardBaseEncoding { final char[] encoding void <init> (java.lang.String, java.lang.String) String name String alphabetChars private void <init> (com.google.common.io.BaseEncoding$Alphabet) int i com.google.common.io.BaseEncoding$Alphabet alphabet void encodeTo (java.lang.Appendable, byte[], int, int) throws java.io.IOException int b int i Appendable target byte[] bytes int off int len int decodeTo (byte[], java.lang.CharSequence) throws com.google.common.io.BaseEncoding$DecodingException int decoded int i byte[] target CharSequence chars int bytesWritten com.google.common.io.BaseEncoding newInstance (com.google.common.io.BaseEncoding$Alphabet, java.lang.Character) com.google.common.io.BaseEncoding$Alphabet alphabet Character paddingChar }
com/google/common/io/BaseEncoding$Base64Encoding.class
BaseEncoding.java package com.google.common.io final com.google.common.io.BaseEncoding$Base64Encoding extends com.google.common.io.BaseEncoding$StandardBaseEncoding { void <init> (java.lang.String, java.lang.String, java.lang.Character) String name String alphabetChars Character paddingChar private void <init> (com.google.common.io.BaseEncoding$Alphabet, java.lang.Character) com.google.common.io.BaseEncoding$Alphabet alphabet Character paddingChar void encodeTo (java.lang.Appendable, byte[], int, int) throws java.io.IOException int chunk int remaining Appendable target byte[] bytes int off int len int i int decodeTo (byte[], java.lang.CharSequence) throws com.google.common.io.BaseEncoding$DecodingException int chunk int i byte[] target CharSequence chars int bytesWritten com.google.common.io.BaseEncoding newInstance (com.google.common.io.BaseEncoding$Alphabet, java.lang.Character) com.google.common.io.BaseEncoding$Alphabet alphabet Character paddingChar }
com/google/common/io/BaseEncoding$DecodingException.class
BaseEncoding.java package com.google.common.io public final com.google.common.io.BaseEncoding$DecodingException extends java.io.IOException { void <init> (java.lang.String) String message void <init> (java.lang.Throwable) Throwable cause }
com/google/common/io/BaseEncoding$SeparatedBaseEncoding.class
BaseEncoding.java package com.google.common.io final com.google.common.io.BaseEncoding$SeparatedBaseEncoding extends com.google.common.io.BaseEncoding { private final com.google.common.io.BaseEncoding delegate private final String separator private final int afterEveryChars void <init> (com.google.common.io.BaseEncoding, java.lang.String, int) com.google.common.io.BaseEncoding delegate String separator int afterEveryChars java.lang.CharSequence trimTrailingPadding (java.lang.CharSequence) CharSequence chars int maxEncodedSize (int) int bytes int unseparatedSize public java.io.OutputStream encodingStream (java.io.Writer) java.io.Writer output void encodeTo (java.lang.Appendable, byte[], int, int) throws java.io.IOException Appendable target byte[] bytes int off int len int maxDecodedSize (int) int chars public boolean canDecode (java.lang.CharSequence) char c int i CharSequence chars StringBuilder builder int decodeTo (byte[], java.lang.CharSequence) throws com.google.common.io.BaseEncoding$DecodingException char c int i byte[] target CharSequence chars StringBuilder stripped public java.io.InputStream decodingStream (java.io.Reader) java.io.Reader reader public com.google.common.io.BaseEncoding omitPadding () public com.google.common.io.BaseEncoding withPadChar (char) char padChar public com.google.common.io.BaseEncoding withSeparator (java.lang.String, int) String separator int afterEveryChars public com.google.common.io.BaseEncoding upperCase () public com.google.common.io.BaseEncoding lowerCase () public java.lang.String toString () }
com/google/common/io/BaseEncoding$StandardBaseEncoding$1.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$StandardBaseEncoding$1 extends java.io.OutputStream { int bitBuffer int bitBufferLength int writtenChars final synthetic java.io.Writer val$out final synthetic com.google.common.io.BaseEncoding$StandardBaseEncoding this$0 void <init> (com.google.common.io.BaseEncoding$StandardBaseEncoding, java.io.Writer) com.google.common.io.BaseEncoding$StandardBaseEncoding this$0 public void write (int) throws java.io.IOException int charIndex int b public void flush () throws java.io.IOException public void close () throws java.io.IOException int charIndex }
com/google/common/io/BaseEncoding$StandardBaseEncoding$2.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$StandardBaseEncoding$2 extends java.io.InputStream { int bitBuffer int bitBufferLength int readChars boolean hitPadding final synthetic java.io.Reader val$reader final synthetic com.google.common.io.BaseEncoding$StandardBaseEncoding this$0 void <init> (com.google.common.io.BaseEncoding$StandardBaseEncoding, java.io.Reader) com.google.common.io.BaseEncoding$StandardBaseEncoding this$0 public int read () throws java.io.IOException int readChar char ch public int read (byte[], int, int) throws java.io.IOException int read int b byte[] buf int off int len int i public void close () throws java.io.IOException }
com/google/common/io/BaseEncoding$StandardBaseEncoding.class
BaseEncoding.java package com.google.common.io com.google.common.io.BaseEncoding$StandardBaseEncoding extends com.google.common.io.BaseEncoding { final com.google.common.io.BaseEncoding$Alphabet alphabet final Character paddingChar private transient com.google.common.io.BaseEncoding upperCase private transient com.google.common.io.BaseEncoding lowerCase void <init> (java.lang.String, java.lang.String, java.lang.Character) String name String alphabetChars Character paddingChar void <init> (com.google.common.io.BaseEncoding$Alphabet, java.lang.Character) com.google.common.io.BaseEncoding$Alphabet alphabet Character paddingChar int maxEncodedSize (int) int bytes public java.io.OutputStream encodingStream (java.io.Writer) java.io.Writer out void encodeTo (java.lang.Appendable, byte[], int, int) throws java.io.IOException int i Appendable target byte[] bytes int off int len void encodeChunkTo (java.lang.Appendable, byte[], int, int) throws java.io.IOException int i int charIndex Appendable target byte[] bytes int off int len long bitBuffer int bitOffset int bitsProcessed int maxDecodedSize (int) int chars java.lang.CharSequence trimTrailingPadding (java.lang.CharSequence) CharSequence chars char padChar int l public boolean canDecode (java.lang.CharSequence) int i CharSequence chars int decodeTo (byte[], java.lang.CharSequence) throws com.google.common.io.BaseEncoding$DecodingException int i int offset long chunk int charsProcessed int minOffset int charIdx byte[] target CharSequence chars int bytesWritten public java.io.InputStream decodingStream (java.io.Reader) java.io.Reader reader public com.google.common.io.BaseEncoding omitPadding () public com.google.common.io.BaseEncoding withPadChar (char) char padChar public com.google.common.io.BaseEncoding withSeparator (java.lang.String, int) int i String separator int afterEveryChars public com.google.common.io.BaseEncoding upperCase () com.google.common.io.BaseEncoding$Alphabet upper com.google.common.io.BaseEncoding result public com.google.common.io.BaseEncoding lowerCase () com.google.common.io.BaseEncoding$Alphabet lower com.google.common.io.BaseEncoding result com.google.common.io.BaseEncoding newInstance (com.google.common.io.BaseEncoding$Alphabet, java.lang.Character) com.google.common.io.BaseEncoding$Alphabet alphabet Character paddingChar public java.lang.String toString () StringBuilder builder public boolean equals (java.lang.Object) com.google.common.io.BaseEncoding$StandardBaseEncoding that Object other public int hashCode () }
com/google/common/io/BaseEncoding.class
BaseEncoding.java package com.google.common.io public abstract com.google.common.io.BaseEncoding extends java.lang.Object { private static final com.google.common.io.BaseEncoding BASE64 private static final com.google.common.io.BaseEncoding BASE64_URL private static final com.google.common.io.BaseEncoding BASE32 private static final com.google.common.io.BaseEncoding BASE32_HEX private static final com.google.common.io.BaseEncoding BASE16 void <init> () public java.lang.String encode (byte[]) byte[] bytes public final java.lang.String encode (byte[], int, int) java.io.IOException impossible byte[] bytes int off int len StringBuilder result public abstract java.io.OutputStream encodingStream (java.io.Writer) public final com.google.common.io.ByteSink encodingSink (com.google.common.io.CharSink) com.google.common.io.CharSink encodedSink private static byte[] extract (byte[], int) byte[] result int length byte[] trunc public abstract boolean canDecode (java.lang.CharSequence) public final byte[] decode (java.lang.CharSequence) com.google.common.io.BaseEncoding$DecodingException badInput CharSequence chars final byte[] decodeChecked (java.lang.CharSequence) throws com.google.common.io.BaseEncoding$DecodingException CharSequence chars byte[] tmp int len public abstract java.io.InputStream decodingStream (java.io.Reader) public final com.google.common.io.ByteSource decodingSource (com.google.common.io.CharSource) com.google.common.io.CharSource encodedSource abstract int maxEncodedSize (int) abstract void encodeTo (java.lang.Appendable, byte[], int, int) throws java.io.IOException abstract int maxDecodedSize (int) abstract int decodeTo (byte[], java.lang.CharSequence) throws com.google.common.io.BaseEncoding$DecodingException java.lang.CharSequence trimTrailingPadding (java.lang.CharSequence) CharSequence chars public abstract com.google.common.io.BaseEncoding omitPadding () public abstract com.google.common.io.BaseEncoding withPadChar (char) public abstract com.google.common.io.BaseEncoding withSeparator (java.lang.String, int) public abstract com.google.common.io.BaseEncoding upperCase () public abstract com.google.common.io.BaseEncoding lowerCase () public static com.google.common.io.BaseEncoding base64 () public static com.google.common.io.BaseEncoding base64Url () public static com.google.common.io.BaseEncoding base32 () public static com.google.common.io.BaseEncoding base32Hex () public static com.google.common.io.BaseEncoding base16 () static java.io.Reader ignoringReader (java.io.Reader, java.lang.String) java.io.Reader delegate String toIgnore static java.lang.Appendable separatingAppendable (java.lang.Appendable, java.lang.String, int) Appendable delegate String separator int afterEveryChars static java.io.Writer separatingWriter (java.io.Writer, java.lang.String, int) java.io.Writer delegate String separator int afterEveryChars Appendable separatingAppendable static void <clinit> () }
com/google/common/io/ByteArrayDataInput.class
ByteArrayDataInput.java package com.google.common.io public abstract com.google.common.io.ByteArrayDataInput extends java.lang.Object implements java.io.DataInput { public abstract void readFully (byte[]) public abstract void readFully (byte[], int, int) public abstract int skipBytes (int) public abstract boolean readBoolean () public abstract byte readByte () public abstract int readUnsignedByte () public abstract short readShort () public abstract int readUnsignedShort () public abstract char readChar () public abstract int readInt () public abstract long readLong () public abstract float readFloat () public abstract double readDouble () public abstract java.lang.String readLine () public abstract java.lang.String readUTF () }
com/google/common/io/ByteArrayDataOutput.class
ByteArrayDataOutput.java package com.google.common.io public abstract com.google.common.io.ByteArrayDataOutput extends java.lang.Object implements java.io.DataOutput { public abstract void write (int) public abstract void write (byte[]) public abstract void write (byte[], int, int) public abstract void writeBoolean (boolean) public abstract void writeByte (int) public abstract void writeShort (int) public abstract void writeChar (int) public abstract void writeInt (int) public abstract void writeLong (long) public abstract void writeFloat (float) public abstract void writeDouble (double) public abstract void writeChars (java.lang.String) public abstract void writeUTF (java.lang.String) public abstract void writeBytes (java.lang.String) public abstract byte[] toByteArray () }
com/google/common/io/ByteProcessor.class
ByteProcessor.java package com.google.common.io public abstract com.google.common.io.ByteProcessor extends java.lang.Object { public abstract boolean processBytes (byte[], int, int) throws java.io.IOException public abstract java.lang.Object getResult () }
com/google/common/io/ByteSink$1.class
ByteSink.java package com.google.common.io synthetic com.google.common.io.ByteSink$1 extends java.lang.Object { }
com/google/common/io/ByteSink$AsCharSink.class
ByteSink.java package com.google.common.io final com.google.common.io.ByteSink$AsCharSink extends com.google.common.io.CharSink { private final java.nio.charset.Charset charset final synthetic com.google.common.io.ByteSink this$0 private void <init> (com.google.common.io.ByteSink, java.nio.charset.Charset) java.nio.charset.Charset charset public java.io.Writer openStream () throws java.io.IOException public java.lang.String toString () synthetic void <init> (com.google.common.io.ByteSink, java.nio.charset.Charset, com.google.common.io.ByteSink$1) com.google.common.io.ByteSink x0 java.nio.charset.Charset x1 com.google.common.io.ByteSink$1 x2 }
com/google/common/io/ByteSink.class
ByteSink.java package com.google.common.io public abstract com.google.common.io.ByteSink extends java.lang.Object { protected void <init> () public com.google.common.io.CharSink asCharSink (java.nio.charset.Charset) java.nio.charset.Charset charset public abstract java.io.OutputStream openStream () throws java.io.IOException public java.io.OutputStream openBufferedStream () throws java.io.IOException java.io.OutputStream out public void write (byte[]) throws java.io.IOException java.io.OutputStream out Throwable e byte[] bytes com.google.common.io.Closer closer public long writeFrom (java.io.InputStream) throws java.io.IOException java.io.OutputStream out long written Throwable e java.io.InputStream input com.google.common.io.Closer closer }
com/google/common/io/ByteSource$AsCharSource.class
ByteSource.java package com.google.common.io com.google.common.io.ByteSource$AsCharSource extends com.google.common.io.CharSource { final java.nio.charset.Charset charset final synthetic com.google.common.io.ByteSource this$0 void <init> (com.google.common.io.ByteSource, java.nio.charset.Charset) com.google.common.io.ByteSource this$0 java.nio.charset.Charset charset public com.google.common.io.ByteSource asByteSource (java.nio.charset.Charset) java.nio.charset.Charset charset public java.io.Reader openStream () throws java.io.IOException public java.lang.String read () throws java.io.IOException public java.lang.String toString () }
com/google/common/io/ByteSource$ByteArrayByteSource.class
ByteSource.java package com.google.common.io com.google.common.io.ByteSource$ByteArrayByteSource extends com.google.common.io.ByteSource { final byte[] bytes final int offset final int length void <init> (byte[]) byte[] bytes void <init> (byte[], int, int) byte[] bytes int offset int length public java.io.InputStream openStream () public java.io.InputStream openBufferedStream () throws java.io.IOException public boolean isEmpty () public long size () public com.google.common.base.Optional sizeIfKnown () public byte[] read () public java.lang.Object read (com.google.common.io.ByteProcessor) throws java.io.IOException com.google.common.io.ByteProcessor processor public long copyTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output public com.google.common.hash.HashCode hash (com.google.common.hash.HashFunction) throws java.io.IOException com.google.common.hash.HashFunction hashFunction public com.google.common.io.ByteSource slice (long, long) long offset long length int newOffset public java.lang.String toString () }
com/google/common/io/ByteSource$ConcatenatedByteSource.class
ByteSource.java package com.google.common.io final com.google.common.io.ByteSource$ConcatenatedByteSource extends com.google.common.io.ByteSource { final Iterable sources void <init> (java.lang.Iterable) Iterable sources public java.io.InputStream openStream () throws java.io.IOException public boolean isEmpty () throws java.io.IOException com.google.common.io.ByteSource source public com.google.common.base.Optional sizeIfKnown () com.google.common.base.Optional sizeIfKnown com.google.common.io.ByteSource source long result public long size () throws java.io.IOException com.google.common.io.ByteSource source long result public java.lang.String toString () }
com/google/common/io/ByteSource$EmptyByteSource.class
ByteSource.java package com.google.common.io final com.google.common.io.ByteSource$EmptyByteSource extends com.google.common.io.ByteSource$ByteArrayByteSource { static final com.google.common.io.ByteSource$EmptyByteSource INSTANCE void <init> () public com.google.common.io.CharSource asCharSource (java.nio.charset.Charset) java.nio.charset.Charset charset public byte[] read () public java.lang.String toString () static void <clinit> () }
com/google/common/io/ByteSource$SlicedByteSource.class
ByteSource.java package com.google.common.io final com.google.common.io.ByteSource$SlicedByteSource extends com.google.common.io.ByteSource { final long offset final long length final synthetic com.google.common.io.ByteSource this$0 void <init> (com.google.common.io.ByteSource, long, long) long offset long length public java.io.InputStream openStream () throws java.io.IOException public java.io.InputStream openBufferedStream () throws java.io.IOException private java.io.InputStream sliceStream (java.io.InputStream) throws java.io.IOException long skipped com.google.common.io.Closer closer Throwable e long skipped java.io.InputStream in public com.google.common.io.ByteSource slice (long, long) long offset long length long maxLength public boolean isEmpty () throws java.io.IOException public com.google.common.base.Optional sizeIfKnown () long unslicedSize long off com.google.common.base.Optional optionalUnslicedSize public java.lang.String toString () }
com/google/common/io/ByteSource.class
ByteSource.java package com.google.common.io public abstract com.google.common.io.ByteSource extends java.lang.Object { protected void <init> () public com.google.common.io.CharSource asCharSource (java.nio.charset.Charset) java.nio.charset.Charset charset public abstract java.io.InputStream openStream () throws java.io.IOException public java.io.InputStream openBufferedStream () throws java.io.IOException java.io.InputStream in public com.google.common.io.ByteSource slice (long, long) long offset long length public boolean isEmpty () throws java.io.IOException java.io.InputStream in Throwable e com.google.common.base.Optional sizeIfKnown com.google.common.io.Closer closer public com.google.common.base.Optional sizeIfKnown () public long size () throws java.io.IOException java.io.InputStream in java.io.InputStream in Throwable e com.google.common.base.Optional sizeIfKnown com.google.common.io.Closer closer private long countBySkipping (java.io.InputStream) throws java.io.IOException java.io.InputStream in long count long skipped public long copyTo (java.io.OutputStream) throws java.io.IOException java.io.InputStream in Throwable e java.io.OutputStream output com.google.common.io.Closer closer public long copyTo (com.google.common.io.ByteSink) throws java.io.IOException java.io.InputStream in java.io.OutputStream out Throwable e com.google.common.io.ByteSink sink com.google.common.io.Closer closer public byte[] read () throws java.io.IOException java.io.InputStream in com.google.common.base.Optional size Throwable e com.google.common.io.Closer closer public java.lang.Object read (com.google.common.io.ByteProcessor) throws java.io.IOException java.io.InputStream in Throwable e com.google.common.io.ByteProcessor processor com.google.common.io.Closer closer public com.google.common.hash.HashCode hash (com.google.common.hash.HashFunction) throws java.io.IOException com.google.common.hash.HashFunction hashFunction com.google.common.hash.Hasher hasher public boolean contentEquals (com.google.common.io.ByteSource) throws java.io.IOException int read1 int read2 java.io.InputStream in1 java.io.InputStream in2 Throwable e com.google.common.io.ByteSource other byte[] buf1 byte[] buf2 com.google.common.io.Closer closer public static com.google.common.io.ByteSource concat (java.lang.Iterable) Iterable sources public static com.google.common.io.ByteSource concat (java.util.Iterator) java.util.Iterator sources public static transient com.google.common.io.ByteSource concat (com.google.common.io.ByteSource[]) com.google.common.io.ByteSource[] sources public static com.google.common.io.ByteSource wrap (byte[]) byte[] b public static com.google.common.io.ByteSource empty () }
com/google/common/io/ByteStreams$1.class
ByteStreams.java package com.google.common.io com.google.common.io.ByteStreams$1 extends java.io.OutputStream { void <init> () public void write (int) int b public void write (byte[]) byte[] b public void write (byte[], int, int) byte[] b int off int len public java.lang.String toString () }
com/google/common/io/ByteStreams$ByteArrayDataInputStream.class
ByteStreams.java package com.google.common.io com.google.common.io.ByteStreams$ByteArrayDataInputStream extends java.lang.Object implements com.google.common.io.ByteArrayDataInput { final java.io.DataInput input void <init> (java.io.ByteArrayInputStream) java.io.ByteArrayInputStream byteArrayInputStream public void readFully (byte[]) java.io.IOException e byte[] b public void readFully (byte[], int, int) java.io.IOException e byte[] b int off int len public int skipBytes (int) java.io.IOException e int n public boolean readBoolean () java.io.IOException e public byte readByte () java.io.EOFException e java.io.IOException impossible public int readUnsignedByte () java.io.IOException e public short readShort () java.io.IOException e public int readUnsignedShort () java.io.IOException e public char readChar () java.io.IOException e public int readInt () java.io.IOException e public long readLong () java.io.IOException e public float readFloat () java.io.IOException e public double readDouble () java.io.IOException e public java.lang.String readLine () java.io.IOException e public java.lang.String readUTF () java.io.IOException e }
com/google/common/io/ByteStreams$ByteArrayDataOutputStream.class
ByteStreams.java package com.google.common.io com.google.common.io.ByteStreams$ByteArrayDataOutputStream extends java.lang.Object implements com.google.common.io.ByteArrayDataOutput { final java.io.DataOutput output final java.io.ByteArrayOutputStream byteArrayOutputStream void <init> (java.io.ByteArrayOutputStream) java.io.ByteArrayOutputStream byteArrayOutputStream public void write (int) java.io.IOException impossible int b public void write (byte[]) java.io.IOException impossible byte[] b public void write (byte[], int, int) java.io.IOException impossible byte[] b int off int len public void writeBoolean (boolean) java.io.IOException impossible boolean v public void writeByte (int) java.io.IOException impossible int v public void writeBytes (java.lang.String) java.io.IOException impossible String s public void writeChar (int) java.io.IOException impossible int v public void writeChars (java.lang.String) java.io.IOException impossible String s public void writeDouble (double) java.io.IOException impossible double v public void writeFloat (float) java.io.IOException impossible float v public void writeInt (int) java.io.IOException impossible int v public void writeLong (long) java.io.IOException impossible long v public void writeShort (int) java.io.IOException impossible int v public void writeUTF (java.lang.String) java.io.IOException impossible String s public byte[] toByteArray () }
com/google/common/io/ByteStreams$LimitedInputStream.class
ByteStreams.java package com.google.common.io final com.google.common.io.ByteStreams$LimitedInputStream extends java.io.FilterInputStream { private long left private long mark void <init> (java.io.InputStream, long) java.io.InputStream in long limit public int available () throws java.io.IOException public synchronized void mark (int) int readLimit public int read () throws java.io.IOException int result public int read (byte[], int, int) throws java.io.IOException byte[] b int off int len int result public synchronized void reset () throws java.io.IOException public long skip (long) throws java.io.IOException long n long skipped }
com/google/common/io/ByteStreams.class
ByteStreams.java package com.google.common.io public final com.google.common.io.ByteStreams extends java.lang.Object { private static final int BUFFER_SIZE private static final int ZERO_COPY_CHUNK_SIZE private static final int MAX_ARRAY_LEN private static final int TO_BYTE_ARRAY_DEQUE_SIZE private static final java.io.OutputStream NULL_OUTPUT_STREAM static byte[] createBuffer () private void <init> () public static long copy (java.io.InputStream, java.io.OutputStream) throws java.io.IOException int r java.io.InputStream from java.io.OutputStream to byte[] buf long total public static long copy (java.nio.channels.ReadableByteChannel, java.nio.channels.WritableByteChannel) throws java.io.IOException java.nio.channels.FileChannel sourceChannel long oldPosition long position long copied java.nio.channels.ReadableByteChannel from java.nio.channels.WritableByteChannel to java.nio.ByteBuffer buf long total private static byte[] toByteArrayInternal (java.io.InputStream, java.util.Queue, int) throws java.io.IOException int r byte[] buf int off int bufSize java.io.InputStream in java.util.Queue bufs int totalLen int initialBufferSize private static byte[] combineBuffers (java.util.Queue, int) byte[] buf int bytesToCopy int resultOffset java.util.Queue bufs int totalLen byte[] result int remaining public static byte[] toByteArray (java.io.InputStream) throws java.io.IOException java.io.InputStream in static byte[] toByteArray (java.io.InputStream, long) throws java.io.IOException int off int read java.io.InputStream in long expectedSize byte[] bytes int remaining int b java.util.Queue bufs public static long exhaust (java.io.InputStream) throws java.io.IOException java.io.InputStream in long total long read byte[] buf public static com.google.common.io.ByteArrayDataInput newDataInput (byte[]) byte[] bytes public static com.google.common.io.ByteArrayDataInput newDataInput (byte[], int) byte[] bytes int start public static com.google.common.io.ByteArrayDataInput newDataInput (java.io.ByteArrayInputStream) java.io.ByteArrayInputStream byteArrayInputStream public static com.google.common.io.ByteArrayDataOutput newDataOutput () public static com.google.common.io.ByteArrayDataOutput newDataOutput (int) int size public static com.google.common.io.ByteArrayDataOutput newDataOutput (java.io.ByteArrayOutputStream) java.io.ByteArrayOutputStream byteArrayOutputStream public static java.io.OutputStream nullOutputStream () public static java.io.InputStream limit (java.io.InputStream, long) java.io.InputStream in long limit public static void readFully (java.io.InputStream, byte[]) throws java.io.IOException java.io.InputStream in byte[] b public static void readFully (java.io.InputStream, byte[], int, int) throws java.io.IOException java.io.InputStream in byte[] b int off int len int read public static void skipFully (java.io.InputStream, long) throws java.io.IOException java.io.InputStream in long n long skipped static long skipUpTo (java.io.InputStream, long) throws java.io.IOException int skip long remaining long skipped java.io.InputStream in long n long totalSkipped byte[] buf private static long skipSafely (java.io.InputStream, long) throws java.io.IOException java.io.InputStream in long n int available public static java.lang.Object readBytes (java.io.InputStream, com.google.common.io.ByteProcessor) throws java.io.IOException java.io.InputStream input com.google.common.io.ByteProcessor processor byte[] buf int read public static int read (java.io.InputStream, byte[], int, int) throws java.io.IOException int result java.io.InputStream in byte[] b int off int len int total static void <clinit> () }
com/google/common/io/CharSequenceReader.class
CharSequenceReader.java package com.google.common.io final com.google.common.io.CharSequenceReader extends java.io.Reader { private CharSequence seq private int pos private int mark public void <init> (java.lang.CharSequence) CharSequence seq private void checkOpen () throws java.io.IOException private boolean hasRemaining () private int remaining () public synchronized int read (java.nio.CharBuffer) throws java.io.IOException int i java.nio.CharBuffer target int charsToRead public synchronized int read () throws java.io.IOException public synchronized int read (char[], int, int) throws java.io.IOException int i char[] cbuf int off int len int charsToRead public synchronized long skip (long) throws java.io.IOException long n int charsToSkip public synchronized boolean ready () throws java.io.IOException public boolean markSupported () public synchronized void mark (int) throws java.io.IOException int readAheadLimit public synchronized void reset () throws java.io.IOException public synchronized void close () throws java.io.IOException }
com/google/common/io/CharSink.class
CharSink.java package com.google.common.io public abstract com.google.common.io.CharSink extends java.lang.Object { protected void <init> () public abstract java.io.Writer openStream () throws java.io.IOException public java.io.Writer openBufferedStream () throws java.io.IOException java.io.Writer writer public void write (java.lang.CharSequence) throws java.io.IOException java.io.Writer out Throwable e CharSequence charSequence com.google.common.io.Closer closer public void writeLines (java.lang.Iterable) throws java.io.IOException Iterable lines public void writeLines (java.lang.Iterable, java.lang.String) throws java.io.IOException Iterable lines String lineSeparator public void writeLines (java.util.stream.Stream) throws java.io.IOException java.util.stream.Stream lines public void writeLines (java.util.stream.Stream, java.lang.String) throws java.io.IOException java.util.stream.Stream lines String lineSeparator private void writeLines (java.util.Iterator, java.lang.String) throws java.io.IOException java.io.Writer out java.util.Iterator lines String lineSeparator public long writeFrom (java.lang.Readable) throws java.io.IOException java.io.Writer out long written Throwable e Readable readable com.google.common.io.Closer closer }
com/google/common/io/CharSource$AsByteSource.class
CharSource.java package com.google.common.io final com.google.common.io.CharSource$AsByteSource extends com.google.common.io.ByteSource { final java.nio.charset.Charset charset final synthetic com.google.common.io.CharSource this$0 void <init> (com.google.common.io.CharSource, java.nio.charset.Charset) java.nio.charset.Charset charset public com.google.common.io.CharSource asCharSource (java.nio.charset.Charset) java.nio.charset.Charset charset public java.io.InputStream openStream () throws java.io.IOException public java.lang.String toString () }
com/google/common/io/CharSource$CharSequenceCharSource$1.class
CharSource.java package com.google.common.io com.google.common.io.CharSource$CharSequenceCharSource$1 extends com.google.common.collect.AbstractIterator { java.util.Iterator lines final synthetic com.google.common.io.CharSource$CharSequenceCharSource this$0 void <init> (com.google.common.io.CharSource$CharSequenceCharSource) com.google.common.io.CharSource$CharSequenceCharSource this$0 protected java.lang.String computeNext () String next protected volatile synthetic java.lang.Object computeNext () }
com/google/common/io/CharSource$CharSequenceCharSource.class
CharSource.java package com.google.common.io com.google.common.io.CharSource$CharSequenceCharSource extends com.google.common.io.CharSource { private static final com.google.common.base.Splitter LINE_SPLITTER protected final CharSequence seq protected void <init> (java.lang.CharSequence) CharSequence seq public java.io.Reader openStream () public java.lang.String read () public boolean isEmpty () public long length () public com.google.common.base.Optional lengthIfKnown () private java.util.Iterator linesIterator () public java.util.stream.Stream lines () public java.lang.String readFirstLine () java.util.Iterator lines public com.google.common.collect.ImmutableList readLines () public java.lang.Object readLines (com.google.common.io.LineProcessor) throws java.io.IOException com.google.common.io.LineProcessor processor java.util.Iterator lines public java.lang.String toString () static synthetic com.google.common.base.Splitter access$100 () static void <clinit> () }
com/google/common/io/CharSource$ConcatenatedCharSource.class
CharSource.java package com.google.common.io final com.google.common.io.CharSource$ConcatenatedCharSource extends com.google.common.io.CharSource { private final Iterable sources void <init> (java.lang.Iterable) Iterable sources public java.io.Reader openStream () throws java.io.IOException public boolean isEmpty () throws java.io.IOException com.google.common.io.CharSource source public com.google.common.base.Optional lengthIfKnown () com.google.common.base.Optional lengthIfKnown com.google.common.io.CharSource source long result public long length () throws java.io.IOException com.google.common.io.CharSource source long result public java.lang.String toString () }
com/google/common/io/CharSource$EmptyCharSource.class
CharSource.java package com.google.common.io final com.google.common.io.CharSource$EmptyCharSource extends com.google.common.io.CharSource$StringCharSource { private static final com.google.common.io.CharSource$EmptyCharSource INSTANCE private void <init> () public java.lang.String toString () static synthetic com.google.common.io.CharSource$EmptyCharSource access$000 () static void <clinit> () }
com/google/common/io/CharSource$StringCharSource.class
CharSource.java package com.google.common.io com.google.common.io.CharSource$StringCharSource extends com.google.common.io.CharSource$CharSequenceCharSource { protected void <init> (java.lang.String) String seq public java.io.Reader openStream () public long copyTo (java.lang.Appendable) throws java.io.IOException Appendable appendable public long copyTo (com.google.common.io.CharSink) throws java.io.IOException java.io.Writer writer Throwable e com.google.common.io.CharSink sink com.google.common.io.Closer closer }
com/google/common/io/CharSource.class
CharSource.java package com.google.common.io public abstract com.google.common.io.CharSource extends java.lang.Object { protected void <init> () public com.google.common.io.ByteSource asByteSource (java.nio.charset.Charset) java.nio.charset.Charset charset public abstract java.io.Reader openStream () throws java.io.IOException public java.io.BufferedReader openBufferedStream () throws java.io.IOException java.io.Reader reader public java.util.stream.Stream lines () throws java.io.IOException java.io.BufferedReader reader public com.google.common.base.Optional lengthIfKnown () public long length () throws java.io.IOException java.io.Reader reader Throwable e com.google.common.base.Optional lengthIfKnown com.google.common.io.Closer closer private long countBySkipping (java.io.Reader) throws java.io.IOException java.io.Reader reader long count long read public long copyTo (java.lang.Appendable) throws java.io.IOException java.io.Reader reader Throwable e Appendable appendable com.google.common.io.Closer closer public long copyTo (com.google.common.io.CharSink) throws java.io.IOException java.io.Reader reader java.io.Writer writer Throwable e com.google.common.io.CharSink sink com.google.common.io.Closer closer public java.lang.String read () throws java.io.IOException java.io.Reader reader Throwable e com.google.common.io.Closer closer public java.lang.String readFirstLine () throws java.io.IOException java.io.BufferedReader reader Throwable e com.google.common.io.Closer closer public com.google.common.collect.ImmutableList readLines () throws java.io.IOException java.io.BufferedReader reader java.util.List result String line Throwable e com.google.common.io.Closer closer public java.lang.Object readLines (com.google.common.io.LineProcessor) throws java.io.IOException java.io.Reader reader Throwable e com.google.common.io.LineProcessor processor com.google.common.io.Closer closer public void forEachLine (java.util.function.Consumer) throws java.io.IOException java.util.stream.Stream lines java.io.UncheckedIOException e java.util.function.Consumer action public boolean isEmpty () throws java.io.IOException java.io.Reader reader Throwable e com.google.common.base.Optional lengthIfKnown com.google.common.io.Closer closer public static com.google.common.io.CharSource concat (java.lang.Iterable) Iterable sources public static com.google.common.io.CharSource concat (java.util.Iterator) java.util.Iterator sources public static transient com.google.common.io.CharSource concat (com.google.common.io.CharSource[]) com.google.common.io.CharSource[] sources public static com.google.common.io.CharSource wrap (java.lang.CharSequence) CharSequence charSequence public static com.google.common.io.CharSource empty () private static synthetic void lambda$lines$0 (java.io.BufferedReader) java.io.IOException e java.io.BufferedReader reader }
com/google/common/io/CharStreams$NullWriter.class
CharStreams.java package com.google.common.io final com.google.common.io.CharStreams$NullWriter extends java.io.Writer { private static final com.google.common.io.CharStreams$NullWriter INSTANCE private void <init> () public void write (int) int c public void write (char[]) char[] cbuf public void write (char[], int, int) char[] cbuf int off int len public void write (java.lang.String) String str public void write (java.lang.String, int, int) String str int off int len public java.io.Writer append (java.lang.CharSequence) CharSequence csq public java.io.Writer append (java.lang.CharSequence, int, int) CharSequence csq int start int end public java.io.Writer append (char) char c public void flush () public void close () public java.lang.String toString () public volatile synthetic java.lang.Appendable append (char) throws java.io.IOException public volatile synthetic java.lang.Appendable append (java.lang.CharSequence, int, int) throws java.io.IOException public volatile synthetic java.lang.Appendable append (java.lang.CharSequence) throws java.io.IOException static synthetic com.google.common.io.CharStreams$NullWriter access$000 () static void <clinit> () }
com/google/common/io/CharStreams.class
CharStreams.java package com.google.common.io public final com.google.common.io.CharStreams extends java.lang.Object { private static final int DEFAULT_BUF_SIZE static java.nio.CharBuffer createBuffer () private void <init> () public static long copy (java.lang.Readable, java.lang.Appendable) throws java.io.IOException Readable from Appendable to long total java.nio.CharBuffer buf static long copyReaderToBuilder (java.io.Reader, java.lang.StringBuilder) throws java.io.IOException java.io.Reader from StringBuilder to char[] buf int nRead long total static long copyReaderToWriter (java.io.Reader, java.io.Writer) throws java.io.IOException java.io.Reader from java.io.Writer to char[] buf int nRead long total public static java.lang.String toString (java.lang.Readable) throws java.io.IOException Readable r private static java.lang.StringBuilder toStringBuilder (java.lang.Readable) throws java.io.IOException Readable r StringBuilder sb public static java.util.List readLines (java.lang.Readable) throws java.io.IOException Readable r java.util.List result com.google.common.io.LineReader lineReader String line public static java.lang.Object readLines (java.lang.Readable, com.google.common.io.LineProcessor) throws java.io.IOException Readable readable com.google.common.io.LineProcessor processor com.google.common.io.LineReader lineReader String line public static long exhaust (java.lang.Readable) throws java.io.IOException Readable readable long total long read java.nio.CharBuffer buf public static void skipFully (java.io.Reader, long) throws java.io.IOException long amt java.io.Reader reader long n public static java.io.Writer nullWriter () public static java.io.Writer asWriter (java.lang.Appendable) Appendable target }
com/google/common/io/Closeables.class
Closeables.java package com.google.common.io public final com.google.common.io.Closeables extends java.lang.Object { static final java.util.logging.Logger logger private void <init> () public static void close (java.io.Closeable, boolean) throws java.io.IOException java.io.IOException e java.io.Closeable closeable boolean swallowIOException public static void closeQuietly (java.io.InputStream) java.io.IOException impossible java.io.InputStream inputStream public static void closeQuietly (java.io.Reader) java.io.IOException impossible java.io.Reader reader static void <clinit> () }
com/google/common/io/Closer$LoggingSuppressor.class
Closer.java package com.google.common.io final com.google.common.io.Closer$LoggingSuppressor extends java.lang.Object implements com.google.common.io.Closer$Suppressor { static final com.google.common.io.Closer$LoggingSuppressor INSTANCE void <init> () public void suppress (java.io.Closeable, java.lang.Throwable, java.lang.Throwable) java.io.Closeable closeable Throwable thrown Throwable suppressed static void <clinit> () }
com/google/common/io/Closer$SuppressingSuppressor.class
Closer.java package com.google.common.io final com.google.common.io.Closer$SuppressingSuppressor extends java.lang.Object implements com.google.common.io.Closer$Suppressor { private final java.lang.reflect.Method addSuppressed static com.google.common.io.Closer$SuppressingSuppressor tryCreate () java.lang.reflect.Method addSuppressed Throwable e java.lang.reflect.Method addSuppressed private void <init> (java.lang.reflect.Method) java.lang.reflect.Method addSuppressed public void suppress (java.io.Closeable, java.lang.Throwable, java.lang.Throwable) Throwable e java.io.Closeable closeable Throwable thrown Throwable suppressed }
com/google/common/io/Closer$Suppressor.class
Closer.java package com.google.common.io abstract com.google.common.io.Closer$Suppressor extends java.lang.Object { public abstract void suppress (java.io.Closeable, java.lang.Throwable, java.lang.Throwable) }
com/google/common/io/Closer.class
Closer.java package com.google.common.io public final com.google.common.io.Closer extends java.lang.Object implements java.io.Closeable { private static final com.google.common.io.Closer$Suppressor SUPPRESSOR final com.google.common.io.Closer$Suppressor suppressor private final java.util.Deque stack private Throwable thrown public static com.google.common.io.Closer create () void <init> (com.google.common.io.Closer$Suppressor) com.google.common.io.Closer$Suppressor suppressor public java.io.Closeable register (java.io.Closeable) java.io.Closeable closeable public java.lang.RuntimeException rethrow (java.lang.Throwable) throws java.io.IOException Throwable e public java.lang.RuntimeException rethrow (java.lang.Throwable, java.lang.Class) throws java.io.IOException java.lang.Exception Throwable e Class declaredType public java.lang.RuntimeException rethrow (java.lang.Throwable, java.lang.Class, java.lang.Class) throws java.io.IOException java.lang.Exception java.lang.Exception Throwable e Class declaredType1 Class declaredType2 public void close () throws java.io.IOException Throwable e java.io.Closeable closeable Throwable throwable static void <clinit> () com.google.common.io.Closer$SuppressingSuppressor suppressingSuppressor }
com/google/common/io/CountingInputStream.class
CountingInputStream.java package com.google.common.io public final com.google.common.io.CountingInputStream extends java.io.FilterInputStream { private long count private long mark public void <init> (java.io.InputStream) java.io.InputStream in public long getCount () public int read () throws java.io.IOException int result public int read (byte[], int, int) throws java.io.IOException byte[] b int off int len int result public long skip (long) throws java.io.IOException long n long result public synchronized void mark (int) int readlimit public synchronized void reset () throws java.io.IOException }
com/google/common/io/CountingOutputStream.class
CountingOutputStream.java package com.google.common.io public final com.google.common.io.CountingOutputStream extends java.io.FilterOutputStream { private long count public void <init> (java.io.OutputStream) java.io.OutputStream out public long getCount () public void write (byte[], int, int) throws java.io.IOException byte[] b int off int len public void write (int) throws java.io.IOException int b public void close () throws java.io.IOException }
com/google/common/io/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.io abstract annotation com.google.common.io.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/io/FileBackedOutputStream$1.class
FileBackedOutputStream.java package com.google.common.io com.google.common.io.FileBackedOutputStream$1 extends com.google.common.io.ByteSource { final synthetic com.google.common.io.FileBackedOutputStream this$0 void <init> (com.google.common.io.FileBackedOutputStream) com.google.common.io.FileBackedOutputStream this$0 public java.io.InputStream openStream () throws java.io.IOException protected void finalize () Throwable t }
com/google/common/io/FileBackedOutputStream$2.class
FileBackedOutputStream.java package com.google.common.io com.google.common.io.FileBackedOutputStream$2 extends com.google.common.io.ByteSource { final synthetic com.google.common.io.FileBackedOutputStream this$0 void <init> (com.google.common.io.FileBackedOutputStream) com.google.common.io.FileBackedOutputStream this$0 public java.io.InputStream openStream () throws java.io.IOException }
com/google/common/io/FileBackedOutputStream$MemoryOutput.class
FileBackedOutputStream.java package com.google.common.io com.google.common.io.FileBackedOutputStream$MemoryOutput extends java.io.ByteArrayOutputStream { private void <init> () byte[] getBuffer () int getCount () synthetic void <init> (com.google.common.io.FileBackedOutputStream$1) com.google.common.io.FileBackedOutputStream$1 x0 }
com/google/common/io/FileBackedOutputStream.class
FileBackedOutputStream.java package com.google.common.io public final com.google.common.io.FileBackedOutputStream extends java.io.OutputStream { private final int fileThreshold private final boolean resetOnFinalize private final com.google.common.io.ByteSource source private final java.io.File parentDirectory private java.io.OutputStream out private com.google.common.io.FileBackedOutputStream$MemoryOutput memory private java.io.File file synchronized java.io.File getFile () public void <init> (int) int fileThreshold public void <init> (int, boolean) int fileThreshold boolean resetOnFinalize private void <init> (int, boolean, java.io.File) int fileThreshold boolean resetOnFinalize java.io.File parentDirectory public com.google.common.io.ByteSource asByteSource () private synchronized java.io.InputStream openInputStream () throws java.io.IOException public synchronized void reset () throws java.io.IOException java.io.File deleteMe java.io.File deleteMe public synchronized void write (int) throws java.io.IOException int b public synchronized void write (byte[]) throws java.io.IOException byte[] b public synchronized void write (byte[], int, int) throws java.io.IOException byte[] b int off int len public synchronized void close () throws java.io.IOException public synchronized void flush () throws java.io.IOException private void update (int) throws java.io.IOException java.io.FileOutputStream transfer java.io.IOException e java.io.File temp int len static synthetic java.io.InputStream access$100 (com.google.common.io.FileBackedOutputStream) throws java.io.IOException com.google.common.io.FileBackedOutputStream x0 }
com/google/common/io/FileWriteMode.class
FileWriteMode.java package com.google.common.io public final enum com.google.common.io.FileWriteMode extends java.lang.Enum { public static final enum com.google.common.io.FileWriteMode APPEND private static final synthetic com.google.common.io.FileWriteMode[] $VALUES public static com.google.common.io.FileWriteMode[] values () public static com.google.common.io.FileWriteMode valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.io.FileWriteMode[] $values () static void <clinit> () }
com/google/common/io/Files$1.class
Files.java package com.google.common.io com.google.common.io.Files$1 extends java.lang.Object implements com.google.common.io.LineProcessor { final java.util.List result void <init> () public boolean processLine (java.lang.String) String line public java.util.List getResult () public volatile synthetic java.lang.Object getResult () }
com/google/common/io/Files$2.class
Files.java package com.google.common.io com.google.common.io.Files$2 extends java.lang.Object implements com.google.common.graph.SuccessorsFunction { void <init> () public java.lang.Iterable successors (java.io.File) java.io.File[] files java.io.File file public volatile synthetic java.lang.Iterable successors (java.lang.Object) }
com/google/common/io/Files$FileByteSink.class
Files.java package com.google.common.io final com.google.common.io.Files$FileByteSink extends com.google.common.io.ByteSink { private final java.io.File file private final com.google.common.collect.ImmutableSet modes private transient void <init> (java.io.File, com.google.common.io.FileWriteMode[]) java.io.File file com.google.common.io.FileWriteMode[] modes public java.io.FileOutputStream openStream () throws java.io.IOException public java.lang.String toString () public volatile synthetic java.io.OutputStream openStream () throws java.io.IOException synthetic void <init> (java.io.File, com.google.common.io.FileWriteMode[], com.google.common.io.Files$1) java.io.File x0 com.google.common.io.FileWriteMode[] x1 com.google.common.io.Files$1 x2 }
com/google/common/io/Files$FileByteSource.class
Files.java package com.google.common.io final com.google.common.io.Files$FileByteSource extends com.google.common.io.ByteSource { private final java.io.File file private void <init> (java.io.File) java.io.File file public java.io.FileInputStream openStream () throws java.io.IOException public com.google.common.base.Optional sizeIfKnown () public long size () throws java.io.IOException public byte[] read () throws java.io.IOException java.io.FileInputStream in Throwable e com.google.common.io.Closer closer public java.lang.String toString () public volatile synthetic java.io.InputStream openStream () throws java.io.IOException synthetic void <init> (java.io.File, com.google.common.io.Files$1) java.io.File x0 com.google.common.io.Files$1 x1 }
com/google/common/io/Files$FilePredicate$1.class
Files.java package com.google.common.io final enum com.google.common.io.Files$FilePredicate$1 extends com.google.common.io.Files$FilePredicate { void <init> (java.lang.String, int) public boolean apply (java.io.File) java.io.File file public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/io/Files$FilePredicate$2.class
Files.java package com.google.common.io final enum com.google.common.io.Files$FilePredicate$2 extends com.google.common.io.Files$FilePredicate { void <init> (java.lang.String, int) public boolean apply (java.io.File) java.io.File file public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/io/Files$FilePredicate.class
Files.java package com.google.common.io abstract enum com.google.common.io.Files$FilePredicate extends java.lang.Enum implements com.google.common.base.Predicate { public static final enum com.google.common.io.Files$FilePredicate IS_DIRECTORY public static final enum com.google.common.io.Files$FilePredicate IS_FILE private static final synthetic com.google.common.io.Files$FilePredicate[] $VALUES public static com.google.common.io.Files$FilePredicate[] values () public static com.google.common.io.Files$FilePredicate valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.io.Files$FilePredicate[] $values () synthetic void <init> (java.lang.String, int, com.google.common.io.Files$1) String x0 int x1 com.google.common.io.Files$1 x2 static void <clinit> () }
com/google/common/io/Files.class
Files.java package com.google.common.io public final com.google.common.io.Files extends java.lang.Object { private static final int TEMP_DIR_ATTEMPTS private static final com.google.common.graph.SuccessorsFunction FILE_TREE private void <init> () public static java.io.BufferedReader newReader (java.io.File, java.nio.charset.Charset) throws java.io.FileNotFoundException java.io.File file java.nio.charset.Charset charset public static java.io.BufferedWriter newWriter (java.io.File, java.nio.charset.Charset) throws java.io.FileNotFoundException java.io.File file java.nio.charset.Charset charset public static com.google.common.io.ByteSource asByteSource (java.io.File) java.io.File file public static transient com.google.common.io.ByteSink asByteSink (java.io.File, com.google.common.io.FileWriteMode[]) java.io.File file com.google.common.io.FileWriteMode[] modes public static com.google.common.io.CharSource asCharSource (java.io.File, java.nio.charset.Charset) java.io.File file java.nio.charset.Charset charset public static transient com.google.common.io.CharSink asCharSink (java.io.File, java.nio.charset.Charset, com.google.common.io.FileWriteMode[]) java.io.File file java.nio.charset.Charset charset com.google.common.io.FileWriteMode[] modes public static byte[] toByteArray (java.io.File) throws java.io.IOException java.io.File file public static java.lang.String toString (java.io.File, java.nio.charset.Charset) throws java.io.IOException java.io.File file java.nio.charset.Charset charset public static void write (byte[], java.io.File) throws java.io.IOException byte[] from java.io.File to public static void write (java.lang.CharSequence, java.io.File, java.nio.charset.Charset) throws java.io.IOException CharSequence from java.io.File to java.nio.charset.Charset charset public static void copy (java.io.File, java.io.OutputStream) throws java.io.IOException java.io.File from java.io.OutputStream to public static void copy (java.io.File, java.io.File) throws java.io.IOException java.io.File from java.io.File to public static void copy (java.io.File, java.nio.charset.Charset, java.lang.Appendable) throws java.io.IOException java.io.File from java.nio.charset.Charset charset Appendable to public static void append (java.lang.CharSequence, java.io.File, java.nio.charset.Charset) throws java.io.IOException CharSequence from java.io.File to java.nio.charset.Charset charset public static boolean equal (java.io.File, java.io.File) throws java.io.IOException java.io.File file1 java.io.File file2 long len1 long len2 public static java.io.File createTempDir () java.io.File tempDir int counter java.io.File baseDir String baseName public static void touch (java.io.File) throws java.io.IOException java.io.File file public static void createParentDirs (java.io.File) throws java.io.IOException java.io.File file java.io.File parent public static void move (java.io.File, java.io.File) throws java.io.IOException java.io.File from java.io.File to public static java.lang.String readFirstLine (java.io.File, java.nio.charset.Charset) throws java.io.IOException java.io.File file java.nio.charset.Charset charset public static java.util.List readLines (java.io.File, java.nio.charset.Charset) throws java.io.IOException java.io.File file java.nio.charset.Charset charset public static java.lang.Object readLines (java.io.File, java.nio.charset.Charset, com.google.common.io.LineProcessor) throws java.io.IOException java.io.File file java.nio.charset.Charset charset com.google.common.io.LineProcessor callback public static java.lang.Object readBytes (java.io.File, com.google.common.io.ByteProcessor) throws java.io.IOException java.io.File file com.google.common.io.ByteProcessor processor public static com.google.common.hash.HashCode hash (java.io.File, com.google.common.hash.HashFunction) throws java.io.IOException java.io.File file com.google.common.hash.HashFunction hashFunction public static java.nio.MappedByteBuffer map (java.io.File) throws java.io.IOException java.io.File file public static java.nio.MappedByteBuffer map (java.io.File, java.nio.channels.FileChannel$MapMode) throws java.io.IOException java.io.File file java.nio.channels.FileChannel$MapMode mode public static java.nio.MappedByteBuffer map (java.io.File, java.nio.channels.FileChannel$MapMode, long) throws java.io.IOException java.io.File file java.nio.channels.FileChannel$MapMode mode long size private static java.nio.MappedByteBuffer mapInternal (java.io.File, java.nio.channels.FileChannel$MapMode, long) throws java.io.IOException java.io.RandomAccessFile raf java.nio.channels.FileChannel channel Throwable e java.io.File file java.nio.channels.FileChannel$MapMode mode long size com.google.common.io.Closer closer public static java.lang.String simplifyPath (java.lang.String) String component String pathname Iterable components java.util.List path String result public static java.lang.String getFileExtension (java.lang.String) String fullName String fileName int dotIndex public static java.lang.String getNameWithoutExtension (java.lang.String) String file String fileName int dotIndex public static com.google.common.graph.Traverser fileTraverser () public static com.google.common.base.Predicate isDirectory () public static com.google.common.base.Predicate isFile () static void <clinit> () }
com/google/common/io/Flushables.class
Flushables.java package com.google.common.io public final com.google.common.io.Flushables extends java.lang.Object { private static final java.util.logging.Logger logger private void <init> () public static void flush (java.io.Flushable, boolean) throws java.io.IOException java.io.IOException e java.io.Flushable flushable boolean swallowIOException public static void flushQuietly (java.io.Flushable) java.io.IOException e java.io.Flushable flushable static void <clinit> () }
com/google/common/io/InsecureRecursiveDeleteException.class
InsecureRecursiveDeleteException.java package com.google.common.io public final com.google.common.io.InsecureRecursiveDeleteException extends java.nio.file.FileSystemException { public void <init> (java.lang.String) String file }
com/google/common/io/Java8Compatibility.class
Java8Compatibility.java package com.google.common.io final com.google.common.io.Java8Compatibility extends java.lang.Object { static void clear (java.nio.Buffer) java.nio.Buffer b static void flip (java.nio.Buffer) java.nio.Buffer b static void limit (java.nio.Buffer, int) java.nio.Buffer b int limit static void mark (java.nio.Buffer) java.nio.Buffer b static void position (java.nio.Buffer, int) java.nio.Buffer b int position static void reset (java.nio.Buffer) java.nio.Buffer b private void <init> () }
com/google/common/io/LineBuffer.class
LineBuffer.java package com.google.common.io abstract com.google.common.io.LineBuffer extends java.lang.Object { private StringBuilder line private boolean sawReturn void <init> () protected void add (char[], int, int) throws java.io.IOException int end char[] cbuf int off int len int pos int start private boolean finishLine (boolean) throws java.io.IOException boolean sawNewline String separator protected void finish () throws java.io.IOException protected abstract void handleLine (java.lang.String, java.lang.String) throws java.io.IOException }
com/google/common/io/LineProcessor.class
LineProcessor.java package com.google.common.io public abstract com.google.common.io.LineProcessor extends java.lang.Object { public abstract boolean processLine (java.lang.String) throws java.io.IOException public abstract java.lang.Object getResult () }
com/google/common/io/LineReader$1.class
LineReader.java package com.google.common.io com.google.common.io.LineReader$1 extends com.google.common.io.LineBuffer { final synthetic com.google.common.io.LineReader this$0 void <init> (com.google.common.io.LineReader) com.google.common.io.LineReader this$0 protected void handleLine (java.lang.String, java.lang.String) String line String end }
com/google/common/io/LineReader.class
LineReader.java package com.google.common.io public final com.google.common.io.LineReader extends java.lang.Object { private final Readable readable private final java.io.Reader reader private final java.nio.CharBuffer cbuf private final char[] buf private final java.util.Queue lines private final com.google.common.io.LineBuffer lineBuf public void <init> (java.lang.Readable) Readable readable public java.lang.String readLine () throws java.io.IOException int read static synthetic java.util.Queue access$000 (com.google.common.io.LineReader) com.google.common.io.LineReader x0 }
com/google/common/io/LittleEndianDataInputStream.class
LittleEndianDataInputStream.java package com.google.common.io public final com.google.common.io.LittleEndianDataInputStream extends java.io.FilterInputStream implements java.io.DataInput { public void <init> (java.io.InputStream) java.io.InputStream in public java.lang.String readLine () public void readFully (byte[]) throws java.io.IOException byte[] b public void readFully (byte[], int, int) throws java.io.IOException byte[] b int off int len public int skipBytes (int) throws java.io.IOException int n public int readUnsignedByte () throws java.io.IOException int b1 public int readUnsignedShort () throws java.io.IOException byte b1 byte b2 public int readInt () throws java.io.IOException byte b1 byte b2 byte b3 byte b4 public long readLong () throws java.io.IOException byte b1 byte b2 byte b3 byte b4 byte b5 byte b6 byte b7 byte b8 public float readFloat () throws java.io.IOException public double readDouble () throws java.io.IOException public java.lang.String readUTF () throws java.io.IOException public short readShort () throws java.io.IOException public char readChar () throws java.io.IOException public byte readByte () throws java.io.IOException public boolean readBoolean () throws java.io.IOException private byte readAndCheckByte () throws java.io.IOException java.io.EOFException int b1 }
com/google/common/io/LittleEndianDataOutputStream.class
LittleEndianDataOutputStream.java package com.google.common.io public final com.google.common.io.LittleEndianDataOutputStream extends java.io.FilterOutputStream implements java.io.DataOutput { public void <init> (java.io.OutputStream) java.io.OutputStream out public void write (byte[], int, int) throws java.io.IOException byte[] b int off int len public void writeBoolean (boolean) throws java.io.IOException boolean v public void writeByte (int) throws java.io.IOException int v public void writeBytes (java.lang.String) throws java.io.IOException String s public void writeChar (int) throws java.io.IOException int v public void writeChars (java.lang.String) throws java.io.IOException int i String s public void writeDouble (double) throws java.io.IOException double v public void writeFloat (float) throws java.io.IOException float v public void writeInt (int) throws java.io.IOException int v public void writeLong (long) throws java.io.IOException long v byte[] bytes public void writeShort (int) throws java.io.IOException int v public void writeUTF (java.lang.String) throws java.io.IOException String str public void close () throws java.io.IOException }
com/google/common/io/MoreFiles$1.class
MoreFiles.java package com.google.common.io com.google.common.io.MoreFiles$1 extends java.lang.Object implements com.google.common.graph.SuccessorsFunction { void <init> () public java.lang.Iterable successors (java.nio.file.Path) java.nio.file.Path path public volatile synthetic java.lang.Iterable successors (java.lang.Object) }
com/google/common/io/MoreFiles$2.class
MoreFiles.java package com.google.common.io com.google.common.io.MoreFiles$2 extends java.lang.Object implements com.google.common.base.Predicate { final synthetic java.nio.file.LinkOption[] val$optionsCopy void <init> (java.nio.file.LinkOption[]) public boolean apply (java.nio.file.Path) java.nio.file.Path input public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/io/MoreFiles$3.class
MoreFiles.java package com.google.common.io com.google.common.io.MoreFiles$3 extends java.lang.Object implements com.google.common.base.Predicate { final synthetic java.nio.file.LinkOption[] val$optionsCopy void <init> (java.nio.file.LinkOption[]) public boolean apply (java.nio.file.Path) java.nio.file.Path input public java.lang.String toString () public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/io/MoreFiles$PathByteSink.class
MoreFiles.java package com.google.common.io final com.google.common.io.MoreFiles$PathByteSink extends com.google.common.io.ByteSink { private final java.nio.file.Path path private final java.nio.file.OpenOption[] options private transient void <init> (java.nio.file.Path, java.nio.file.OpenOption[]) java.nio.file.Path path java.nio.file.OpenOption[] options public java.io.OutputStream openStream () throws java.io.IOException public java.lang.String toString () synthetic void <init> (java.nio.file.Path, java.nio.file.OpenOption[], com.google.common.io.MoreFiles$1) java.nio.file.Path x0 java.nio.file.OpenOption[] x1 com.google.common.io.MoreFiles$1 x2 }
com/google/common/io/MoreFiles$PathByteSource$1.class
MoreFiles.java package com.google.common.io com.google.common.io.MoreFiles$PathByteSource$1 extends com.google.common.io.ByteSource$AsCharSource { final synthetic com.google.common.io.MoreFiles$PathByteSource this$0 void <init> (com.google.common.io.MoreFiles$PathByteSource, java.nio.charset.Charset) com.google.common.io.MoreFiles$PathByteSource this$0 java.nio.charset.Charset charset public java.util.stream.Stream lines () throws java.io.IOException }
com/google/common/io/MoreFiles$PathByteSource.class
MoreFiles.java package com.google.common.io final com.google.common.io.MoreFiles$PathByteSource extends com.google.common.io.ByteSource { private static final java.nio.file.LinkOption[] FOLLOW_LINKS private final java.nio.file.Path path private final java.nio.file.OpenOption[] options private final boolean followLinks private transient void <init> (java.nio.file.Path, java.nio.file.OpenOption[]) java.nio.file.Path path java.nio.file.OpenOption[] options private static boolean followLinks (java.nio.file.OpenOption[]) java.nio.file.OpenOption option java.nio.file.OpenOption[] options public java.io.InputStream openStream () throws java.io.IOException private java.nio.file.attribute.BasicFileAttributes readAttributes () throws java.io.IOException public com.google.common.base.Optional sizeIfKnown () java.nio.file.attribute.BasicFileAttributes attrs java.io.IOException e java.nio.file.attribute.BasicFileAttributes attrs public long size () throws java.io.IOException java.nio.file.attribute.BasicFileAttributes attrs public byte[] read () throws java.io.IOException java.nio.channels.SeekableByteChannel channel public com.google.common.io.CharSource asCharSource (java.nio.charset.Charset) java.nio.charset.Charset charset public java.lang.String toString () synthetic void <init> (java.nio.file.Path, java.nio.file.OpenOption[], com.google.common.io.MoreFiles$1) java.nio.file.Path x0 java.nio.file.OpenOption[] x1 com.google.common.io.MoreFiles$1 x2 static synthetic java.nio.file.Path access$100 (com.google.common.io.MoreFiles$PathByteSource) com.google.common.io.MoreFiles$PathByteSource x0 static void <clinit> () }
com/google/common/io/MoreFiles.class
MoreFiles.java package com.google.common.io public final com.google.common.io.MoreFiles extends java.lang.Object { private static final com.google.common.graph.SuccessorsFunction FILE_TREE private void <init> () public static transient com.google.common.io.ByteSource asByteSource (java.nio.file.Path, java.nio.file.OpenOption[]) java.nio.file.Path path java.nio.file.OpenOption[] options public static transient com.google.common.io.ByteSink asByteSink (java.nio.file.Path, java.nio.file.OpenOption[]) java.nio.file.Path path java.nio.file.OpenOption[] options public static transient com.google.common.io.CharSource asCharSource (java.nio.file.Path, java.nio.charset.Charset, java.nio.file.OpenOption[]) java.nio.file.Path path java.nio.charset.Charset charset java.nio.file.OpenOption[] options public static transient com.google.common.io.CharSink asCharSink (java.nio.file.Path, java.nio.charset.Charset, java.nio.file.OpenOption[]) java.nio.file.Path path java.nio.charset.Charset charset java.nio.file.OpenOption[] options public static com.google.common.collect.ImmutableList listFiles (java.nio.file.Path) throws java.io.IOException java.nio.file.DirectoryStream stream java.nio.file.DirectoryIteratorException e java.nio.file.Path dir public static com.google.common.graph.Traverser fileTraverser () private static java.lang.Iterable fileTreeChildren (java.nio.file.Path) java.io.IOException e java.nio.file.Path dir public static transient com.google.common.base.Predicate isDirectory (java.nio.file.LinkOption[]) java.nio.file.LinkOption[] options java.nio.file.LinkOption[] optionsCopy private static transient boolean isDirectory (java.nio.file.SecureDirectoryStream, java.nio.file.Path, java.nio.file.LinkOption[]) throws java.io.IOException java.nio.file.SecureDirectoryStream dir java.nio.file.Path name java.nio.file.LinkOption[] options public static transient com.google.common.base.Predicate isRegularFile (java.nio.file.LinkOption[]) java.nio.file.LinkOption[] options java.nio.file.LinkOption[] optionsCopy public static boolean equal (java.nio.file.Path, java.nio.file.Path) throws java.io.IOException java.nio.file.Path path1 java.nio.file.Path path2 com.google.common.io.ByteSource source1 com.google.common.io.ByteSource source2 long len1 long len2 public static void touch (java.nio.file.Path) throws java.io.IOException java.nio.file.NoSuchFileException e java.nio.file.Path path public static transient void createParentDirectories (java.nio.file.Path, java.nio.file.attribute.FileAttribute[]) throws java.io.IOException java.nio.file.Path path java.nio.file.attribute.FileAttribute[] attrs java.nio.file.Path normalizedAbsolutePath java.nio.file.Path parent public static java.lang.String getFileExtension (java.nio.file.Path) java.nio.file.Path path java.nio.file.Path name String fileName int dotIndex public static java.lang.String getNameWithoutExtension (java.nio.file.Path) java.nio.file.Path path java.nio.file.Path name String fileName int dotIndex public static transient void deleteRecursively (java.nio.file.Path, com.google.common.io.RecursiveDeleteOption[]) throws java.io.IOException java.nio.file.DirectoryStream parent boolean sdsSupported java.io.IOException e java.nio.file.Path path com.google.common.io.RecursiveDeleteOption[] options java.nio.file.Path parentPath java.util.Collection exceptions public static transient void deleteDirectoryContents (java.nio.file.Path, com.google.common.io.RecursiveDeleteOption[]) throws java.io.IOException java.nio.file.SecureDirectoryStream sds java.nio.file.DirectoryStream stream java.io.IOException e java.nio.file.Path path com.google.common.io.RecursiveDeleteOption[] options java.util.Collection exceptions private static java.util.Collection deleteRecursivelySecure (java.nio.file.SecureDirectoryStream, java.nio.file.Path) java.nio.file.SecureDirectoryStream childDir java.io.IOException e java.nio.file.SecureDirectoryStream dir java.nio.file.Path path java.util.Collection exceptions private static java.util.Collection deleteDirectoryContentsSecure (java.nio.file.SecureDirectoryStream) java.nio.file.Path path java.nio.file.DirectoryIteratorException e java.nio.file.SecureDirectoryStream dir java.util.Collection exceptions private static java.util.Collection deleteRecursivelyInsecure (java.nio.file.Path) java.nio.file.DirectoryStream stream java.io.IOException e java.nio.file.Path path java.util.Collection exceptions private static java.util.Collection deleteDirectoryContentsInsecure (java.nio.file.DirectoryStream) java.nio.file.Path entry java.nio.file.DirectoryIteratorException e java.nio.file.DirectoryStream dir java.util.Collection exceptions private static java.nio.file.Path getParentPath (java.nio.file.Path) java.nio.file.Path path java.nio.file.Path parent private static void checkAllowsInsecure (java.nio.file.Path, com.google.common.io.RecursiveDeleteOption[]) throws com.google.common.io.InsecureRecursiveDeleteException java.nio.file.Path path com.google.common.io.RecursiveDeleteOption[] options private static java.util.Collection addException (java.util.Collection, java.io.IOException) java.util.Collection exceptions java.io.IOException e private static java.util.Collection concat (java.util.Collection, java.util.Collection) java.util.Collection exceptions java.util.Collection other private static void throwDeleteFailed (java.nio.file.Path, java.util.Collection) throws java.nio.file.FileSystemException java.io.IOException e java.nio.file.Path path java.util.Collection exceptions java.nio.file.NoSuchFileException pathNotFound java.nio.file.FileSystemException deleteFailed private static java.nio.file.NoSuchFileException pathNotFound (java.nio.file.Path, java.util.Collection) java.nio.file.Path path java.util.Collection exceptions java.io.IOException exception java.nio.file.NoSuchFileException noSuchFileException String exceptionFile java.nio.file.Path parentPath java.nio.file.Path pathResolvedFromParent static synthetic java.lang.Iterable access$300 (java.nio.file.Path) java.nio.file.Path x0 static void <clinit> () }
com/google/common/io/MultiInputStream.class
MultiInputStream.java package com.google.common.io final com.google.common.io.MultiInputStream extends java.io.InputStream { private java.util.Iterator it private java.io.InputStream in public void <init> (java.util.Iterator) throws java.io.IOException java.util.Iterator it public void close () throws java.io.IOException private void advance () throws java.io.IOException public int available () throws java.io.IOException public boolean markSupported () public int read () throws java.io.IOException int result public int read (byte[], int, int) throws java.io.IOException int result byte[] b int off int len public long skip (long) throws java.io.IOException long n long result }
com/google/common/io/MultiReader.class
MultiReader.java package com.google.common.io com.google.common.io.MultiReader extends java.io.Reader { private final java.util.Iterator it private java.io.Reader current void <init> (java.util.Iterator) throws java.io.IOException java.util.Iterator readers private void advance () throws java.io.IOException public int read (char[], int, int) throws java.io.IOException char[] cbuf int off int len int result public long skip (long) throws java.io.IOException long result long n public boolean ready () throws java.io.IOException public void close () throws java.io.IOException }
com/google/common/io/ParametricNullness.class
ParametricNullness.java package com.google.common.io abstract annotation com.google.common.io.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/io/PatternFilenameFilter.class
PatternFilenameFilter.java package com.google.common.io public final com.google.common.io.PatternFilenameFilter extends java.lang.Object implements java.io.FilenameFilter { private final java.util.regex.Pattern pattern public void <init> (java.lang.String) String patternStr public void <init> (java.util.regex.Pattern) java.util.regex.Pattern pattern public boolean accept (java.io.File, java.lang.String) java.io.File dir String fileName }
com/google/common/io/ReaderInputStream.class
ReaderInputStream.java package com.google.common.io final com.google.common.io.ReaderInputStream extends java.io.InputStream { private final java.io.Reader reader private final java.nio.charset.CharsetEncoder encoder private final byte[] singleByte private java.nio.CharBuffer charBuffer private java.nio.ByteBuffer byteBuffer private boolean endOfInput private boolean draining private boolean doneFlushing void <init> (java.io.Reader, java.nio.charset.Charset, int) java.io.Reader reader java.nio.charset.Charset charset int bufferSize void <init> (java.io.Reader, java.nio.charset.CharsetEncoder, int) java.io.Reader reader java.nio.charset.CharsetEncoder encoder int bufferSize public void close () throws java.io.IOException public int read () throws java.io.IOException public int read (byte[], int, int) throws java.io.IOException java.nio.charset.CoderResult result java.nio.charset.CoderResult result java.nio.charset.CoderResult result byte[] b int off int len int totalBytesRead boolean doneEncoding private static java.nio.CharBuffer grow (java.nio.CharBuffer) java.nio.CharBuffer buf char[] copy java.nio.CharBuffer bigger private void readMoreChars () throws java.io.IOException int limit int numChars private static int availableCapacity (java.nio.Buffer) java.nio.Buffer buffer private void startDraining (boolean) boolean overflow private int drain (byte[], int, int) byte[] b int off int len int remaining }
com/google/common/io/RecursiveDeleteOption.class
RecursiveDeleteOption.java package com.google.common.io public final enum com.google.common.io.RecursiveDeleteOption extends java.lang.Enum { public static final enum com.google.common.io.RecursiveDeleteOption ALLOW_INSECURE private static final synthetic com.google.common.io.RecursiveDeleteOption[] $VALUES public static com.google.common.io.RecursiveDeleteOption[] values () public static com.google.common.io.RecursiveDeleteOption valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.io.RecursiveDeleteOption[] $values () static void <clinit> () }
com/google/common/io/Resources$1.class
Resources.java package com.google.common.io com.google.common.io.Resources$1 extends java.lang.Object implements com.google.common.io.LineProcessor { final java.util.List result void <init> () public boolean processLine (java.lang.String) String line public java.util.List getResult () public volatile synthetic java.lang.Object getResult () }
com/google/common/io/Resources$UrlByteSource.class
Resources.java package com.google.common.io final com.google.common.io.Resources$UrlByteSource extends com.google.common.io.ByteSource { private final java.net.URL url private void <init> (java.net.URL) java.net.URL url public java.io.InputStream openStream () throws java.io.IOException public java.lang.String toString () synthetic void <init> (java.net.URL, com.google.common.io.Resources$1) java.net.URL x0 com.google.common.io.Resources$1 x1 }
com/google/common/io/Resources.class
Resources.java package com.google.common.io public final com.google.common.io.Resources extends java.lang.Object { private void <init> () public static com.google.common.io.ByteSource asByteSource (java.net.URL) java.net.URL url public static com.google.common.io.CharSource asCharSource (java.net.URL, java.nio.charset.Charset) java.net.URL url java.nio.charset.Charset charset public static byte[] toByteArray (java.net.URL) throws java.io.IOException java.net.URL url public static java.lang.String toString (java.net.URL, java.nio.charset.Charset) throws java.io.IOException java.net.URL url java.nio.charset.Charset charset public static java.lang.Object readLines (java.net.URL, java.nio.charset.Charset, com.google.common.io.LineProcessor) throws java.io.IOException java.net.URL url java.nio.charset.Charset charset com.google.common.io.LineProcessor callback public static java.util.List readLines (java.net.URL, java.nio.charset.Charset) throws java.io.IOException java.net.URL url java.nio.charset.Charset charset public static void copy (java.net.URL, java.io.OutputStream) throws java.io.IOException java.net.URL from java.io.OutputStream to public static java.net.URL getResource (java.lang.String) String resourceName ClassLoader loader java.net.URL url public static java.net.URL getResource (java.lang.Class, java.lang.String) Class contextClass String resourceName java.net.URL url }
com/google/common/io/package-info.class
package-info.java package com.google.common.io abstract synthetic com.google.common.io.package-info extends java.lang.Object { }
com/google/common/math/
com/google/common/math/BigDecimalMath$BigDecimalToDoubleRounder.class
BigDecimalMath.java package com.google.common.math com.google.common.math.BigDecimalMath$BigDecimalToDoubleRounder extends com.google.common.math.ToDoubleRounder { static final com.google.common.math.BigDecimalMath$BigDecimalToDoubleRounder INSTANCE private void <init> () double roundToDoubleArbitrarily (java.math.BigDecimal) java.math.BigDecimal bigDecimal int sign (java.math.BigDecimal) java.math.BigDecimal bigDecimal java.math.BigDecimal toX (double, java.math.RoundingMode) double d java.math.RoundingMode mode java.math.BigDecimal minus (java.math.BigDecimal, java.math.BigDecimal) java.math.BigDecimal a java.math.BigDecimal b volatile synthetic java.lang.Number minus (java.lang.Number, java.lang.Number) volatile synthetic java.lang.Number toX (double, java.math.RoundingMode) volatile synthetic int sign (java.lang.Number) volatile synthetic double roundToDoubleArbitrarily (java.lang.Number) static void <clinit> () }
com/google/common/math/BigDecimalMath.class
BigDecimalMath.java package com.google.common.math public com.google.common.math.BigDecimalMath extends java.lang.Object { private void <init> () public static double roundToDouble (java.math.BigDecimal, java.math.RoundingMode) java.math.BigDecimal x java.math.RoundingMode mode }
com/google/common/math/BigIntegerMath$1.class
BigIntegerMath.java package com.google.common.math synthetic com.google.common.math.BigIntegerMath$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$math$RoundingMode static void <clinit> () }
com/google/common/math/BigIntegerMath$BigIntegerToDoubleRounder.class
BigIntegerMath.java package com.google.common.math com.google.common.math.BigIntegerMath$BigIntegerToDoubleRounder extends com.google.common.math.ToDoubleRounder { static final com.google.common.math.BigIntegerMath$BigIntegerToDoubleRounder INSTANCE private void <init> () double roundToDoubleArbitrarily (java.math.BigInteger) java.math.BigInteger bigInteger int sign (java.math.BigInteger) java.math.BigInteger bigInteger java.math.BigInteger toX (double, java.math.RoundingMode) double d java.math.RoundingMode mode java.math.BigInteger minus (java.math.BigInteger, java.math.BigInteger) java.math.BigInteger a java.math.BigInteger b volatile synthetic java.lang.Number minus (java.lang.Number, java.lang.Number) volatile synthetic java.lang.Number toX (double, java.math.RoundingMode) volatile synthetic int sign (java.lang.Number) volatile synthetic double roundToDoubleArbitrarily (java.lang.Number) static void <clinit> () }
com/google/common/math/BigIntegerMath.class
BigIntegerMath.java package com.google.common.math public final com.google.common.math.BigIntegerMath extends java.lang.Object { static final int SQRT2_PRECOMPUTE_THRESHOLD static final java.math.BigInteger SQRT2_PRECOMPUTED_BITS private static final double LN_10 private static final double LN_2 public static java.math.BigInteger ceilingPowerOfTwo (java.math.BigInteger) java.math.BigInteger x public static java.math.BigInteger floorPowerOfTwo (java.math.BigInteger) java.math.BigInteger x public static boolean isPowerOfTwo (java.math.BigInteger) java.math.BigInteger x public static int log2 (java.math.BigInteger, java.math.RoundingMode) java.math.BigInteger halfPower java.math.BigInteger x2 int logX2Floor java.math.BigInteger x java.math.RoundingMode mode int logFloor public static int log10 (java.math.BigInteger, java.math.RoundingMode) java.math.BigInteger nextPow int nextCmp java.math.BigInteger x2 java.math.BigInteger halfPowerSquared java.math.BigInteger x java.math.RoundingMode mode int approxLog10 java.math.BigInteger approxPow int approxCmp int floorLog java.math.BigInteger floorPow int floorCmp public static java.math.BigInteger sqrt (java.math.BigInteger, java.math.RoundingMode) int sqrtFloorInt boolean sqrtFloorIsExact java.math.BigInteger halfSquare java.math.BigInteger x java.math.RoundingMode mode java.math.BigInteger sqrtFloor private static java.math.BigInteger sqrtFloor (java.math.BigInteger) java.math.BigInteger sqrt0 int shift java.math.BigInteger x java.math.BigInteger sqrt0 int log2 java.math.BigInteger sqrt1 private static java.math.BigInteger sqrtApproxWithDoubles (java.math.BigInteger) java.math.BigInteger x public static double roundToDouble (java.math.BigInteger, java.math.RoundingMode) java.math.BigInteger x java.math.RoundingMode mode public static java.math.BigInteger divide (java.math.BigInteger, java.math.BigInteger, java.math.RoundingMode) java.math.BigInteger p java.math.BigInteger q java.math.RoundingMode mode java.math.BigDecimal pDec java.math.BigDecimal qDec public static java.math.BigInteger factorial (int) int tz long normalizedNum int normalizedBits long num int n int approxSize java.util.ArrayList bignums int startingNumber long product int shift int productBits int bits int nextPowerOfTwo static java.math.BigInteger listProduct (java.util.List) java.util.List nums static java.math.BigInteger listProduct (java.util.List, int, int) int m java.util.List nums int start int end public static java.math.BigInteger binomial (int, int) int p int q int i int n int k java.math.BigInteger accum long numeratorAccum long denominatorAccum int bits int numeratorBits static boolean fitsInLong (java.math.BigInteger) java.math.BigInteger x private void <init> () static void <clinit> () }
com/google/common/math/DoubleMath$1.class
DoubleMath.java package com.google.common.math synthetic com.google.common.math.DoubleMath$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$math$RoundingMode static void <clinit> () }
com/google/common/math/DoubleMath.class
DoubleMath.java package com.google.common.math public final com.google.common.math.DoubleMath extends java.lang.Object { private static final double MIN_INT_AS_DOUBLE private static final double MAX_INT_AS_DOUBLE private static final double MIN_LONG_AS_DOUBLE private static final double MAX_LONG_AS_DOUBLE_PLUS_ONE private static final double LN_2 static final int MAX_FACTORIAL static final double[] everySixteenthFactorial static double roundIntermediate (double, java.math.RoundingMode) double z double z double x java.math.RoundingMode mode public static int roundToInt (double, java.math.RoundingMode) double x java.math.RoundingMode mode double z public static long roundToLong (double, java.math.RoundingMode) double x java.math.RoundingMode mode double z public static java.math.BigInteger roundToBigInteger (double, java.math.RoundingMode) double x java.math.RoundingMode mode int exponent long significand java.math.BigInteger result public static boolean isPowerOfTwo (double) long significand double x public static double log2 (double) double x public static int log2 (double, java.math.RoundingMode) boolean increment boolean increment boolean increment boolean increment boolean increment double xScaled double x java.math.RoundingMode mode int exponent boolean increment public static boolean isMathematicalInteger (double) double x public static double factorial (int) int i double accum int n public static boolean fuzzyEquals (double, double, double) double a double b double tolerance public static int fuzzyCompare (double, double, double) double a double b double tolerance public static transient double mean (double[]) int index double[] values long count double mean public static transient double mean (int[]) int index int[] values long sum public static transient double mean (long[]) int index long[] values long count double mean public static double mean (java.lang.Iterable) Iterable values public static double mean (java.util.Iterator) double value java.util.Iterator values long count double mean private static double checkFinite (double) double argument private void <init> () static void <clinit> () }
com/google/common/math/DoubleUtils.class
DoubleUtils.java package com.google.common.math final com.google.common.math.DoubleUtils extends java.lang.Object { static final long SIGNIFICAND_MASK static final long EXPONENT_MASK static final long SIGN_MASK static final int SIGNIFICAND_BITS static final int EXPONENT_BIAS static final long IMPLICIT_BIT static final long ONE_BITS private void <init> () static double nextDown (double) double d static long getSignificand (double) double d int exponent long bits static boolean isFinite (double) double d static boolean isNormal (double) double d static double scaleNormalize (double) double x long significand static double bigToDouble (java.math.BigInteger) java.math.BigInteger x java.math.BigInteger absX int exponent int shift long twiceSignifFloor long signifFloor boolean increment long signifRounded long bits static double ensureNonNegative (double) double value }
com/google/common/math/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.math abstract annotation com.google.common.math.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/math/IntMath$1.class
IntMath.java package com.google.common.math synthetic com.google.common.math.IntMath$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$math$RoundingMode static void <clinit> () }
com/google/common/math/IntMath.class
IntMath.java package com.google.common.math public final com.google.common.math.IntMath extends java.lang.Object { static final int MAX_SIGNED_POWER_OF_TWO static final int MAX_POWER_OF_SQRT2_UNSIGNED static final byte[] maxLog10ForLeadingZeros static final int[] powersOf10 static final int[] halfPowersOf10 static final int FLOOR_SQRT_MAX_INT private static final int[] factorials static int[] biggestBinomials public static int ceilingPowerOfTwo (int) int x public static int floorPowerOfTwo (int) int x public static boolean isPowerOfTwo (int) int x static int lessThanBranchFree (int, int) int x int y public static int log2 (int, java.math.RoundingMode) int leadingZeros int cmp int logFloor int x java.math.RoundingMode mode public static int log10 (int, java.math.RoundingMode) int x java.math.RoundingMode mode int logFloor int floorPow private static int log10Floor (int) int x int y public static int pow (int, int) int accum int b int k public static int sqrt (int, java.math.RoundingMode) int halfSquare int x java.math.RoundingMode mode int sqrtFloor private static int sqrtFloor (int) int x public static int divide (int, int, java.math.RoundingMode) boolean increment boolean increment boolean increment boolean increment boolean increment boolean increment int absRem int cmpRemToHalfDivisor int p int q java.math.RoundingMode mode int div int rem int signum boolean increment public static int mod (int, int) int x int m int result public static int gcd (int, int) int delta int minDeltaOrZero int a int b int aTwos int bTwos public static int checkedAdd (int, int) int a int b long result public static int checkedSubtract (int, int) int a int b long result public static int checkedMultiply (int, int) int a int b long result public static int checkedPow (int, int) int b int k int accum public static int saturatedAdd (int, int) int a int b public static int saturatedSubtract (int, int) int a int b public static int saturatedMultiply (int, int) int a int b public static int saturatedPow (int, int) int b int k int accum int limit public static int factorial (int) int n public static int binomial (int, int) int i long result int n int k public static int mean (int, int) int x int y public static boolean isPrime (int) int n private void <init> () static void <clinit> () }
com/google/common/math/LinearTransformation$1.class
LinearTransformation.java package com.google.common.math synthetic com.google.common.math.LinearTransformation$1 extends java.lang.Object { }
com/google/common/math/LinearTransformation$LinearTransformationBuilder.class
LinearTransformation.java package com.google.common.math public final com.google.common.math.LinearTransformation$LinearTransformationBuilder extends java.lang.Object { private final double x1 private final double y1 private void <init> (double, double) double x1 double y1 public com.google.common.math.LinearTransformation and (double, double) double x2 double y2 public com.google.common.math.LinearTransformation withSlope (double) double yIntercept double slope synthetic void <init> (double, double, com.google.common.math.LinearTransformation$1) double x0 double x1 com.google.common.math.LinearTransformation$1 x2 }
com/google/common/math/LinearTransformation$NaNLinearTransformation.class
LinearTransformation.java package com.google.common.math final com.google.common.math.LinearTransformation$NaNLinearTransformation extends com.google.common.math.LinearTransformation { static final com.google.common.math.LinearTransformation$NaNLinearTransformation INSTANCE private void <init> () public boolean isVertical () public boolean isHorizontal () public double slope () public double transform (double) double x public com.google.common.math.LinearTransformation inverse () public java.lang.String toString () static void <clinit> () }
com/google/common/math/LinearTransformation$RegularLinearTransformation.class
LinearTransformation.java package com.google.common.math final com.google.common.math.LinearTransformation$RegularLinearTransformation extends com.google.common.math.LinearTransformation { final double slope final double yIntercept com.google.common.math.LinearTransformation inverse void <init> (double, double) double slope double yIntercept void <init> (double, double, com.google.common.math.LinearTransformation) double slope double yIntercept com.google.common.math.LinearTransformation inverse public boolean isVertical () public boolean isHorizontal () public double slope () public double transform (double) double x public com.google.common.math.LinearTransformation inverse () com.google.common.math.LinearTransformation result public java.lang.String toString () private com.google.common.math.LinearTransformation createInverse () }
com/google/common/math/LinearTransformation$VerticalLinearTransformation.class
LinearTransformation.java package com.google.common.math final com.google.common.math.LinearTransformation$VerticalLinearTransformation extends com.google.common.math.LinearTransformation { final double x com.google.common.math.LinearTransformation inverse void <init> (double) double x void <init> (double, com.google.common.math.LinearTransformation) double x com.google.common.math.LinearTransformation inverse public boolean isVertical () public boolean isHorizontal () public double slope () public double transform (double) double x public com.google.common.math.LinearTransformation inverse () com.google.common.math.LinearTransformation result public java.lang.String toString () private com.google.common.math.LinearTransformation createInverse () }
com/google/common/math/LinearTransformation.class
LinearTransformation.java package com.google.common.math public abstract com.google.common.math.LinearTransformation extends java.lang.Object { public void <init> () public static com.google.common.math.LinearTransformation$LinearTransformationBuilder mapping (double, double) double x1 double y1 public static com.google.common.math.LinearTransformation vertical (double) double x public static com.google.common.math.LinearTransformation horizontal (double) double y double slope public static com.google.common.math.LinearTransformation forNaN () public abstract boolean isVertical () public abstract boolean isHorizontal () public abstract double slope () public abstract double transform (double) public abstract com.google.common.math.LinearTransformation inverse () }
com/google/common/math/LongMath$1.class
LongMath.java package com.google.common.math synthetic com.google.common.math.LongMath$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$math$RoundingMode static void <clinit> () }
com/google/common/math/LongMath$MillerRabinTester$1.class
LongMath.java package com.google.common.math final enum com.google.common.math.LongMath$MillerRabinTester$1 extends com.google.common.math.LongMath$MillerRabinTester { void <init> (java.lang.String, int) long mulMod (long, long, long) long a long b long m long squareMod (long, long) long a long m }
com/google/common/math/LongMath$MillerRabinTester$2.class
LongMath.java package com.google.common.math final enum com.google.common.math.LongMath$MillerRabinTester$2 extends com.google.common.math.LongMath$MillerRabinTester { void <init> (java.lang.String, int) private long plusMod (long, long, long) long a long b long m private long times2ToThe32Mod (long, long) int shift long a long m int remainingPowersOf2 long mulMod (long, long, long) long a long b long m long aHi long bHi long aLo long bLo long result long squareMod (long, long) long a long m long aHi long aLo long result long hiLo }
com/google/common/math/LongMath$MillerRabinTester.class
LongMath.java package com.google.common.math abstract enum com.google.common.math.LongMath$MillerRabinTester extends java.lang.Enum { public static final enum com.google.common.math.LongMath$MillerRabinTester SMALL public static final enum com.google.common.math.LongMath$MillerRabinTester LARGE private static final synthetic com.google.common.math.LongMath$MillerRabinTester[] $VALUES public static com.google.common.math.LongMath$MillerRabinTester[] values () public static com.google.common.math.LongMath$MillerRabinTester valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static boolean test (long, long) long base long n abstract long mulMod (long, long, long) abstract long squareMod (long, long) private long powMod (long, long, long) long a long p long m long res private boolean testWitness (long, long) long base long n int r long d long a int j private static synthetic com.google.common.math.LongMath$MillerRabinTester[] $values () synthetic void <init> (java.lang.String, int, com.google.common.math.LongMath$1) String x0 int x1 com.google.common.math.LongMath$1 x2 static void <clinit> () }
com/google/common/math/LongMath.class
LongMath.java package com.google.common.math public final com.google.common.math.LongMath extends java.lang.Object { static final long MAX_SIGNED_POWER_OF_TWO static final long MAX_POWER_OF_SQRT2_UNSIGNED static final byte[] maxLog10ForLeadingZeros static final long[] powersOf10 static final long[] halfPowersOf10 static final long FLOOR_SQRT_MAX_LONG static final long[] factorials static final int[] biggestBinomials static final int[] biggestSimpleBinomials private static final int SIEVE_30 private static final long[][] millerRabinBaseSets public static long ceilingPowerOfTwo (long) long x public static long floorPowerOfTwo (long) long x public static boolean isPowerOfTwo (long) long x static int lessThanBranchFree (long, long) long x long y public static int log2 (long, java.math.RoundingMode) int leadingZeros long cmp int logFloor long x java.math.RoundingMode mode public static int log10 (long, java.math.RoundingMode) long x java.math.RoundingMode mode int logFloor long floorPow static int log10Floor (long) long x int y public static long pow (long, int) long accum long b int k public static long sqrt (long, java.math.RoundingMode) long sqrtFloor long halfSquare long x java.math.RoundingMode mode long guess long guessSquared public static long divide (long, long, java.math.RoundingMode) boolean increment boolean increment boolean increment boolean increment boolean increment boolean increment long absRem long cmpRemToHalfDivisor long p long q java.math.RoundingMode mode long div long rem int signum boolean increment public static int mod (long, int) long x int m public static long mod (long, long) long x long m long result public static long gcd (long, long) long delta long minDeltaOrZero long a long b int aTwos int bTwos public static long checkedAdd (long, long) long a long b long result public static long checkedSubtract (long, long) long a long b long result public static long checkedMultiply (long, long) long a long b int leadingZeros long result public static long checkedPow (long, int) long b int k long accum public static long saturatedAdd (long, long) long a long b long naiveSum public static long saturatedSubtract (long, long) long a long b long naiveDifference public static long saturatedMultiply (long, long) long a long b int leadingZeros long limit long result public static long saturatedPow (long, int) long b int k long accum long limit public static long factorial (int) int n public static long binomial (int, int) int i long result int i int nBits long result long numerator long denominator int numeratorBits int n int k static long multiplyFraction (long, long, long) long x long numerator long denominator long commonDivisor static boolean fitsInInt (long) long x public static long mean (long, long) long x long y public static boolean isPrime (long) long mask int i long[] baseSet long n public static double roundToDouble (long, java.math.RoundingMode) int cmpXToRoundArbitrarily long roundFloor double roundFloorAsDouble long roundCeiling double roundCeilingAsDouble long roundFloor double roundFloorAsDouble long roundCeiling double roundCeilingAsDouble long deltaToFloor long deltaToCeiling int diff long x java.math.RoundingMode mode double roundArbitrarily long roundArbitrarilyAsLong int cmpXToRoundArbitrarily private void <init> () static void <clinit> () }
com/google/common/math/MathPreconditions.class
MathPreconditions.java package com.google.common.math final com.google.common.math.MathPreconditions extends java.lang.Object { static int checkPositive (java.lang.String, int) String role int x static long checkPositive (java.lang.String, long) String role long x static java.math.BigInteger checkPositive (java.lang.String, java.math.BigInteger) String role java.math.BigInteger x static int checkNonNegative (java.lang.String, int) String role int x static long checkNonNegative (java.lang.String, long) String role long x static java.math.BigInteger checkNonNegative (java.lang.String, java.math.BigInteger) String role java.math.BigInteger x static double checkNonNegative (java.lang.String, double) String role double x static void checkRoundingUnnecessary (boolean) boolean condition static void checkInRangeForRoundingInputs (boolean, double, java.math.RoundingMode) boolean condition double input java.math.RoundingMode mode static void checkNoOverflow (boolean, java.lang.String, int, int) boolean condition String methodName int a int b static void checkNoOverflow (boolean, java.lang.String, long, long) boolean condition String methodName long a long b private void <init> () }
com/google/common/math/PairedStats.class
PairedStats.java package com.google.common.math public final com.google.common.math.PairedStats extends java.lang.Object implements java.io.Serializable { private final com.google.common.math.Stats xStats private final com.google.common.math.Stats yStats private final double sumOfProductsOfDeltas private static final int BYTES private static final long serialVersionUID void <init> (com.google.common.math.Stats, com.google.common.math.Stats, double) com.google.common.math.Stats xStats com.google.common.math.Stats yStats double sumOfProductsOfDeltas public long count () public com.google.common.math.Stats xStats () public com.google.common.math.Stats yStats () public double populationCovariance () public double sampleCovariance () public double pearsonsCorrelationCoefficient () double xSumOfSquaresOfDeltas double ySumOfSquaresOfDeltas double productOfSumsOfSquaresOfDeltas public com.google.common.math.LinearTransformation leastSquaresFit () double xSumOfSquaresOfDeltas public boolean equals (java.lang.Object) Object obj com.google.common.math.PairedStats other public int hashCode () public java.lang.String toString () double sumOfProductsOfDeltas () private static double ensurePositive (double) double value private static double ensureInUnitRange (double) double value public byte[] toByteArray () java.nio.ByteBuffer buffer public static com.google.common.math.PairedStats fromByteArray (byte[]) byte[] byteArray java.nio.ByteBuffer buffer com.google.common.math.Stats xStats com.google.common.math.Stats yStats double sumOfProductsOfDeltas }
com/google/common/math/PairedStatsAccumulator.class
PairedStatsAccumulator.java package com.google.common.math public final com.google.common.math.PairedStatsAccumulator extends java.lang.Object { private final com.google.common.math.StatsAccumulator xStats private final com.google.common.math.StatsAccumulator yStats private double sumOfProductsOfDeltas public void <init> () public void add (double, double) double x double y public void addAll (com.google.common.math.PairedStats) com.google.common.math.PairedStats values public com.google.common.math.PairedStats snapshot () public long count () public com.google.common.math.Stats xStats () public com.google.common.math.Stats yStats () public double populationCovariance () public final double sampleCovariance () public final double pearsonsCorrelationCoefficient () double xSumOfSquaresOfDeltas double ySumOfSquaresOfDeltas double productOfSumsOfSquaresOfDeltas public final com.google.common.math.LinearTransformation leastSquaresFit () double xSumOfSquaresOfDeltas private double ensurePositive (double) double value private static double ensureInUnitRange (double) double value }
com/google/common/math/ParametricNullness.class
ParametricNullness.java package com.google.common.math abstract annotation com.google.common.math.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/math/Quantiles$1.class
Quantiles.java package com.google.common.math synthetic com.google.common.math.Quantiles$1 extends java.lang.Object { }
com/google/common/math/Quantiles$Scale.class
Quantiles.java package com.google.common.math public final com.google.common.math.Quantiles$Scale extends java.lang.Object { private final int scale private void <init> (int) int scale public com.google.common.math.Quantiles$ScaleAndIndex index (int) int index public transient com.google.common.math.Quantiles$ScaleAndIndexes indexes (int[]) int[] indexes public com.google.common.math.Quantiles$ScaleAndIndexes indexes (java.util.Collection) java.util.Collection indexes synthetic void <init> (int, com.google.common.math.Quantiles$1) int x0 com.google.common.math.Quantiles$1 x1 }
com/google/common/math/Quantiles$ScaleAndIndex.class
Quantiles.java package com.google.common.math public final com.google.common.math.Quantiles$ScaleAndIndex extends java.lang.Object { private final int scale private final int index private void <init> (int, int) int scale int index public double compute (java.util.Collection) java.util.Collection dataset public transient double compute (double[]) double[] dataset public transient double compute (long[]) long[] dataset public transient double compute (int[]) int[] dataset public transient double computeInPlace (double[]) double[] dataset long numerator int quotient int remainder synthetic void <init> (int, int, com.google.common.math.Quantiles$1) int x0 int x1 com.google.common.math.Quantiles$1 x2 }
com/google/common/math/Quantiles$ScaleAndIndexes.class
Quantiles.java package com.google.common.math public final com.google.common.math.Quantiles$ScaleAndIndexes extends java.lang.Object { private final int scale private final int[] indexes private void <init> (int, int[]) int index int scale int[] indexes public java.util.Map compute (java.util.Collection) java.util.Collection dataset public transient java.util.Map compute (double[]) double[] dataset public transient java.util.Map compute (long[]) long[] dataset public transient java.util.Map compute (int[]) int[] dataset public transient java.util.Map computeInPlace (double[]) int index java.util.Map nanMap long numerator int quotient int remainder int i int quotient int remainder int i double[] dataset int[] quotients int[] remainders int[] requiredSelections int requiredSelectionsCount java.util.Map ret synthetic void <init> (int, int[], com.google.common.math.Quantiles$1) int x0 int[] x1 com.google.common.math.Quantiles$1 x2 }
com/google/common/math/Quantiles.class
Quantiles.java package com.google.common.math public final com.google.common.math.Quantiles extends java.lang.Object { public void <init> () public static com.google.common.math.Quantiles$ScaleAndIndex median () public static com.google.common.math.Quantiles$Scale quartiles () public static com.google.common.math.Quantiles$Scale percentiles () public static com.google.common.math.Quantiles$Scale scale (int) int scale private static transient boolean containsNaN (double[]) double value double[] dataset private static double interpolate (double, double, double, double) double lower double upper double remainder double scale private static void checkIndex (int, int) int index int scale private static double[] longsToDoubles (long[]) int i long[] longs int len double[] doubles private static double[] intsToDoubles (int[]) int i int[] ints int len double[] doubles private static void selectInPlace (int, double[], int, int) int index int min int partitionPoint int required double[] array int from int to private static int partition (double[], int, int) int i double[] array int from int to double pivot int partitionPoint private static void movePivotToStartOfSlice (double[], int, int) double[] array int from int to int mid boolean toLessThanMid boolean midLessThanFrom boolean toLessThanFrom private static void selectAllInPlace (int[], int, int, double[], int, int) int[] allRequired int requiredFrom int requiredTo double[] array int from int to int requiredChosen int required int requiredBelow int requiredAbove private static int chooseNextSelection (int[], int, int, int, int) int mid int[] allRequired int requiredFrom int requiredTo int from int to int centerFloor int low int high private static void swap (double[], int, int) double[] array int i int j double temp static synthetic void access$300 (int, int) int x0 int x1 static synthetic double[] access$400 (long[]) long[] x0 static synthetic double[] access$500 (int[]) int[] x0 static synthetic boolean access$600 (double[]) double[] x0 static synthetic void access$700 (int, double[], int, int) int x0 double[] x1 int x2 int x3 static synthetic double access$800 (double, double, double, double) double x0 double x1 double x2 double x3 static synthetic void access$900 (int[], int, int, double[], int, int) int[] x0 int x1 int x2 double[] x3 int x4 int x5 }
com/google/common/math/Stats.class
Stats.java package com.google.common.math public final com.google.common.math.Stats extends java.lang.Object implements java.io.Serializable { private final long count private final double mean private final double sumOfSquaresOfDeltas private final double min private final double max static final int BYTES private static final long serialVersionUID void <init> (long, double, double, double, double) long count double mean double sumOfSquaresOfDeltas double min double max public static com.google.common.math.Stats of (java.lang.Iterable) Iterable values com.google.common.math.StatsAccumulator accumulator public static com.google.common.math.Stats of (java.util.Iterator) java.util.Iterator values com.google.common.math.StatsAccumulator accumulator public static transient com.google.common.math.Stats of (double[]) double[] values com.google.common.math.StatsAccumulator acummulator public static transient com.google.common.math.Stats of (int[]) int[] values com.google.common.math.StatsAccumulator acummulator public static transient com.google.common.math.Stats of (long[]) long[] values com.google.common.math.StatsAccumulator acummulator public static com.google.common.math.Stats of (java.util.stream.DoubleStream) java.util.stream.DoubleStream values public static com.google.common.math.Stats of (java.util.stream.IntStream) java.util.stream.IntStream values public static com.google.common.math.Stats of (java.util.stream.LongStream) java.util.stream.LongStream values public static java.util.stream.Collector toStats () public long count () public double mean () public double sum () public double populationVariance () public double populationStandardDeviation () public double sampleVariance () public double sampleStandardDeviation () public double min () public double max () public boolean equals (java.lang.Object) Object obj com.google.common.math.Stats other public int hashCode () public java.lang.String toString () double sumOfSquaresOfDeltas () public static double meanOf (java.lang.Iterable) Iterable values public static double meanOf (java.util.Iterator) double value java.util.Iterator values long count double mean public static transient double meanOf (double[]) double value int index double[] values double mean public static transient double meanOf (int[]) double value int index int[] values double mean public static transient double meanOf (long[]) double value int index long[] values double mean public byte[] toByteArray () java.nio.ByteBuffer buff void writeTo (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public static com.google.common.math.Stats fromByteArray (byte[]) byte[] byteArray static com.google.common.math.Stats readFrom (java.nio.ByteBuffer) java.nio.ByteBuffer buffer private static synthetic com.google.common.math.StatsAccumulator lambda$toStats$1 (com.google.common.math.StatsAccumulator, com.google.common.math.StatsAccumulator) com.google.common.math.StatsAccumulator l com.google.common.math.StatsAccumulator r private static synthetic void lambda$toStats$0 (com.google.common.math.StatsAccumulator, java.lang.Number) com.google.common.math.StatsAccumulator a Number x }
com/google/common/math/StatsAccumulator.class
StatsAccumulator.java package com.google.common.math public final com.google.common.math.StatsAccumulator extends java.lang.Object { private long count private double mean private double sumOfSquaresOfDeltas private double min private double max public void <init> () public void add (double) double delta double value public void addAll (java.lang.Iterable) Number value Iterable values public void addAll (java.util.Iterator) java.util.Iterator values public transient void addAll (double[]) double value double[] values public transient void addAll (int[]) int value int[] values public transient void addAll (long[]) long value long[] values public void addAll (java.util.stream.DoubleStream) java.util.stream.DoubleStream values public void addAll (java.util.stream.IntStream) java.util.stream.IntStream values public void addAll (java.util.stream.LongStream) java.util.stream.LongStream values public void addAll (com.google.common.math.Stats) com.google.common.math.Stats values public void addAll (com.google.common.math.StatsAccumulator) com.google.common.math.StatsAccumulator values private void merge (long, double, double, double, double) double delta long otherCount double otherMean double otherSumOfSquaresOfDeltas double otherMin double otherMax public com.google.common.math.Stats snapshot () public long count () public double mean () public final double sum () public final double populationVariance () public final double populationStandardDeviation () public final double sampleVariance () public final double sampleStandardDeviation () public double min () public double max () double sumOfSquaresOfDeltas () static double calculateNewMeanNonFinite (double, double) double previousMean double value }
com/google/common/math/ToDoubleRounder$1.class
ToDoubleRounder.java package com.google.common.math synthetic com.google.common.math.ToDoubleRounder$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$math$RoundingMode static void <clinit> () }
com/google/common/math/ToDoubleRounder.class
ToDoubleRounder.java package com.google.common.math abstract com.google.common.math.ToDoubleRounder extends java.lang.Object { void <init> () abstract double roundToDoubleArbitrarily (java.lang.Number) abstract int sign (java.lang.Number) abstract java.lang.Number toX (double, java.math.RoundingMode) abstract java.lang.Number minus (java.lang.Number, java.lang.Number) final double roundToDouble (java.lang.Number, java.math.RoundingMode) Number roundFloor double roundFloorAsDouble Number roundCeiling double roundCeilingAsDouble Number roundFloor double roundFloorAsDouble Number roundCeiling double roundCeilingAsDouble Number deltaToFloor Number deltaToCeiling int diff Number x java.math.RoundingMode mode double roundArbitrarily Number roundArbitrarilyAsX int cmpXToRoundArbitrarily }
com/google/common/math/package-info.class
package-info.java package com.google.common.math abstract synthetic com.google.common.math.package-info extends java.lang.Object { }
com/google/common/net/
com/google/common/net/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.net abstract annotation com.google.common.net.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/net/HostAndPort.class
HostAndPort.java package com.google.common.net public final com.google.common.net.HostAndPort extends java.lang.Object implements java.io.Serializable { private static final int NO_PORT private final String host private final int port private final boolean hasBracketlessColons private static final long serialVersionUID private void <init> (java.lang.String, int, boolean) String host int port boolean hasBracketlessColons public java.lang.String getHost () public boolean hasPort () public int getPort () public int getPortOrDefault (int) int defaultPort public static com.google.common.net.HostAndPort fromParts (java.lang.String, int) String host int port com.google.common.net.HostAndPort parsedHost public static com.google.common.net.HostAndPort fromHost (java.lang.String) String host com.google.common.net.HostAndPort parsedHost public static com.google.common.net.HostAndPort fromString (java.lang.String) String[] hostAndPort String host String host int colonPos NumberFormatException e String hostPortString String host String portString boolean hasBracketlessColons int port private static java.lang.String[] getHostAndPortFromBracketedHost (java.lang.String) int i String hostPortString int colonIndex int closeBracketIndex String host public com.google.common.net.HostAndPort withDefaultPort (int) int defaultPort public com.google.common.net.HostAndPort requireBracketsForIPv6 () public boolean equals (java.lang.Object) com.google.common.net.HostAndPort that Object other public int hashCode () public java.lang.String toString () StringBuilder builder private static boolean isValidPort (int) int port }
com/google/common/net/HostSpecifier.class
HostSpecifier.java package com.google.common.net public final com.google.common.net.HostSpecifier extends java.lang.Object { private final String canonicalForm private void <init> (java.lang.String) String canonicalForm public static com.google.common.net.HostSpecifier fromValid (java.lang.String) String specifier com.google.common.net.HostAndPort parsedHost String host java.net.InetAddress addr com.google.common.net.InternetDomainName domain public static com.google.common.net.HostSpecifier from (java.lang.String) throws java.text.ParseException java.text.ParseException parseException IllegalArgumentException e String specifier public static boolean isValid (java.lang.String) com.google.common.net.HostSpecifier unused IllegalArgumentException e String specifier public boolean equals (java.lang.Object) com.google.common.net.HostSpecifier that Object other public int hashCode () public java.lang.String toString () }
com/google/common/net/HttpHeaders$ReferrerPolicyValues.class
HttpHeaders.java package com.google.common.net public final com.google.common.net.HttpHeaders$ReferrerPolicyValues extends java.lang.Object { public static final String NO_REFERRER public static final String NO_REFFERER_WHEN_DOWNGRADE public static final String SAME_ORIGIN public static final String ORIGIN public static final String STRICT_ORIGIN public static final String ORIGIN_WHEN_CROSS_ORIGIN public static final String STRICT_ORIGIN_WHEN_CROSS_ORIGIN public static final String UNSAFE_URL private void <init> () }
com/google/common/net/HttpHeaders.class
HttpHeaders.java package com.google.common.net public final com.google.common.net.HttpHeaders extends java.lang.Object { public static final String CACHE_CONTROL public static final String CONTENT_LENGTH public static final String CONTENT_TYPE public static final String DATE public static final String PRAGMA public static final String VIA public static final String WARNING public static final String ACCEPT public static final String ACCEPT_CHARSET public static final String ACCEPT_ENCODING public static final String ACCEPT_LANGUAGE public static final String ACCESS_CONTROL_REQUEST_HEADERS public static final String ACCESS_CONTROL_REQUEST_METHOD public static final String AUTHORIZATION public static final String CONNECTION public static final String COOKIE public static final String CROSS_ORIGIN_RESOURCE_POLICY public static final String EARLY_DATA public static final String EXPECT public static final String FROM public static final String FORWARDED public static final String FOLLOW_ONLY_WHEN_PRERENDER_SHOWN public static final String HOST public static final String HTTP2_SETTINGS public static final String IF_MATCH public static final String IF_MODIFIED_SINCE public static final String IF_NONE_MATCH public static final String IF_RANGE public static final String IF_UNMODIFIED_SINCE public static final String LAST_EVENT_ID public static final String MAX_FORWARDS public static final String ORIGIN public static final String ORIGIN_ISOLATION public static final String PROXY_AUTHORIZATION public static final String RANGE public static final String REFERER public static final String REFERRER_POLICY public static final String SERVICE_WORKER public static final String TE public static final String UPGRADE public static final String UPGRADE_INSECURE_REQUESTS public static final String USER_AGENT public static final String ACCEPT_RANGES public static final String ACCESS_CONTROL_ALLOW_HEADERS public static final String ACCESS_CONTROL_ALLOW_METHODS public static final String ACCESS_CONTROL_ALLOW_ORIGIN public static final String ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS public static final String ACCESS_CONTROL_EXPOSE_HEADERS public static final String ACCESS_CONTROL_MAX_AGE public static final String AGE public static final String ALLOW public static final String CONTENT_DISPOSITION public static final String CONTENT_ENCODING public static final String CONTENT_LANGUAGE public static final String CONTENT_LOCATION public static final String CONTENT_MD5 public static final String CONTENT_RANGE public static final String CONTENT_SECURITY_POLICY public static final String CONTENT_SECURITY_POLICY_REPORT_ONLY public static final String X_CONTENT_SECURITY_POLICY public static final String X_CONTENT_SECURITY_POLICY_REPORT_ONLY public static final String X_WEBKIT_CSP public static final String X_WEBKIT_CSP_REPORT_ONLY public static final String CROSS_ORIGIN_EMBEDDER_POLICY public static final String CROSS_ORIGIN_EMBEDDER_POLICY_REPORT_ONLY public static final String CROSS_ORIGIN_OPENER_POLICY public static final String ETAG public static final String EXPIRES public static final String LAST_MODIFIED public static final String LINK public static final String LOCATION public static final String KEEP_ALIVE public static final String ORIGIN_TRIAL public static final String P3P public static final String PROXY_AUTHENTICATE public static final String REFRESH public static final String REPORT_TO public static final String RETRY_AFTER public static final String SERVER public static final String SERVER_TIMING public static final String SERVICE_WORKER_ALLOWED public static final String SET_COOKIE public static final String SET_COOKIE2 public static final String SOURCE_MAP public static final String STRICT_TRANSPORT_SECURITY public static final String TIMING_ALLOW_ORIGIN public static final String TRAILER public static final String TRANSFER_ENCODING public static final String VARY public static final String WWW_AUTHENTICATE public static final String DNT public static final String X_CONTENT_TYPE_OPTIONS public static final String X_DEVICE_IP public static final String X_DEVICE_REFERER public static final String X_DEVICE_ACCEPT_LANGUAGE public static final String X_DEVICE_REQUESTED_WITH public static final String X_DO_NOT_TRACK public static final String X_FORWARDED_FOR public static final String X_FORWARDED_PROTO public static final String X_FORWARDED_HOST public static final String X_FORWARDED_PORT public static final String X_FRAME_OPTIONS public static final String X_POWERED_BY public static final String PUBLIC_KEY_PINS public static final String PUBLIC_KEY_PINS_REPORT_ONLY public static final String X_REQUEST_ID public static final String X_REQUESTED_WITH public static final String X_USER_IP public static final String X_DOWNLOAD_OPTIONS public static final String X_XSS_PROTECTION public static final String X_DNS_PREFETCH_CONTROL public static final String PING_FROM public static final String PING_TO public static final String PURPOSE public static final String X_PURPOSE public static final String X_MOZ public static final String DEVICE_MEMORY public static final String DOWNLINK public static final String ECT public static final String RTT public static final String SAVE_DATA public static final String VIEWPORT_WIDTH public static final String WIDTH public static final String PERMISSIONS_POLICY public static final String SEC_CH_PREFERS_COLOR_SCHEME public static final String ACCEPT_CH public static final String CRITICAL_CH public static final String SEC_CH_UA public static final String SEC_CH_UA_ARCH public static final String SEC_CH_UA_MODEL public static final String SEC_CH_UA_PLATFORM public static final String SEC_CH_UA_PLATFORM_VERSION public static final String SEC_CH_UA_FULL_VERSION public static final String SEC_CH_UA_FULL_VERSION_LIST public static final String SEC_CH_UA_MOBILE public static final String SEC_CH_UA_BITNESS public static final String SEC_FETCH_DEST public static final String SEC_FETCH_MODE public static final String SEC_FETCH_SITE public static final String SEC_FETCH_USER public static final String SEC_METADATA public static final String SEC_TOKEN_BINDING public static final String SEC_PROVIDED_TOKEN_BINDING_ID public static final String SEC_REFERRED_TOKEN_BINDING_ID public static final String SEC_WEBSOCKET_ACCEPT public static final String SEC_WEBSOCKET_EXTENSIONS public static final String SEC_WEBSOCKET_KEY public static final String SEC_WEBSOCKET_PROTOCOL public static final String SEC_WEBSOCKET_VERSION public static final String CDN_LOOP private void <init> () }
com/google/common/net/InetAddresses$TeredoInfo.class
InetAddresses.java package com.google.common.net public final com.google.common.net.InetAddresses$TeredoInfo extends java.lang.Object { private final java.net.Inet4Address server private final java.net.Inet4Address client private final int port private final int flags public void <init> (java.net.Inet4Address, java.net.Inet4Address, int, int) java.net.Inet4Address server java.net.Inet4Address client int port int flags public java.net.Inet4Address getServer () public java.net.Inet4Address getClient () public int getPort () public int getFlags () }
com/google/common/net/InetAddresses.class
InetAddresses.java package com.google.common.net public final com.google.common.net.InetAddresses extends java.lang.Object { private static final int IPV4_PART_COUNT private static final int IPV6_PART_COUNT private static final char IPV4_DELIMITER private static final char IPV6_DELIMITER private static final com.google.common.base.CharMatcher IPV4_DELIMITER_MATCHER private static final com.google.common.base.CharMatcher IPV6_DELIMITER_MATCHER private static final java.net.Inet4Address LOOPBACK4 private static final java.net.Inet4Address ANY4 private void <init> () private static java.net.Inet4Address getInet4Address (byte[]) byte[] bytes public static java.net.InetAddress forString (java.lang.String) String ipString byte[] addr public static boolean isInetAddress (java.lang.String) String ipString private static byte[] ipStringToBytes (java.lang.String) char c int i String ipStringParam String ipString boolean hasColon boolean hasDot int percentIndex private static byte[] textToNumericFormatV4 (java.lang.String) NumberFormatException ex int end int i String ipString byte[] bytes int start private static byte[] textToNumericFormatV6 (java.lang.String) int i int i int end int start NumberFormatException ex String ipString int delimiterCount int partsSkipped boolean hasSkip java.nio.ByteBuffer rawBytes private static java.lang.String convertDottedQuadToHex (java.lang.String) String ipString int lastColon String initialPart String dottedQuad byte[] quad String penultimate String ultimate private static byte parseOctet (java.lang.String, int, int) int digit int i String ipString int start int end int length int octet private static short parseHextet (java.lang.String, int, int) int i String ipString int start int end int length int hextet private static java.net.InetAddress bytesToInetAddress (byte[]) java.net.UnknownHostException e byte[] addr public static java.lang.String toAddrString (java.net.InetAddress) int i java.net.InetAddress ip byte[] bytes int[] hextets private static void compressLongestRunOfZeroes (int[]) int runLength int i int[] hextets int bestRunStart int bestRunLength int runStart private static java.lang.String hextetsToIPv6String (int[]) boolean thisIsNumber int i int[] hextets StringBuilder buf boolean lastWasNumber public static java.lang.String toUriString (java.net.InetAddress) java.net.InetAddress ip public static java.net.InetAddress forUriString (java.lang.String) String hostAddr java.net.InetAddress addr private static java.net.InetAddress forUriStringNoThrow (java.lang.String) String ipString int expectBytes String hostAddr String ipString int expectBytes byte[] addr public static boolean isUriInetAddress (java.lang.String) String ipString public static boolean isCompatIPv4Address (java.net.Inet6Address) java.net.Inet6Address ip byte[] bytes public static java.net.Inet4Address getCompatIPv4Address (java.net.Inet6Address) java.net.Inet6Address ip public static boolean is6to4Address (java.net.Inet6Address) java.net.Inet6Address ip byte[] bytes public static java.net.Inet4Address get6to4IPv4Address (java.net.Inet6Address) java.net.Inet6Address ip public static boolean isTeredoAddress (java.net.Inet6Address) java.net.Inet6Address ip byte[] bytes public static com.google.common.net.InetAddresses$TeredoInfo getTeredoInfo (java.net.Inet6Address) int i java.net.Inet6Address ip byte[] bytes java.net.Inet4Address server int flags int port byte[] clientBytes java.net.Inet4Address client public static boolean isIsatapAddress (java.net.Inet6Address) java.net.Inet6Address ip byte[] bytes public static java.net.Inet4Address getIsatapIPv4Address (java.net.Inet6Address) java.net.Inet6Address ip public static boolean hasEmbeddedIPv4ClientAddress (java.net.Inet6Address) java.net.Inet6Address ip public static java.net.Inet4Address getEmbeddedIPv4ClientAddress (java.net.Inet6Address) java.net.Inet6Address ip public static boolean isMappedIPv4Address (java.lang.String) int i int i String ipString byte[] bytes public static java.net.Inet4Address getCoercedIPv4Address (java.net.InetAddress) int i java.net.InetAddress ip byte[] bytes boolean leadingBytesOfZero java.net.Inet6Address ip6 long addressAsLong int coercedHash public static int coerceToInteger (java.net.InetAddress) java.net.InetAddress ip public static java.math.BigInteger toBigInteger (java.net.InetAddress) java.net.InetAddress address public static java.net.Inet4Address fromInteger (int) int address public static java.net.Inet4Address fromIPv4BigInteger (java.math.BigInteger) java.math.BigInteger address public static java.net.Inet6Address fromIPv6BigInteger (java.math.BigInteger) java.math.BigInteger address private static java.net.InetAddress fromBigInteger (java.math.BigInteger, boolean) int i java.net.UnknownHostException impossible java.math.BigInteger address boolean isIpv6 int numBytes byte[] addressBytes byte[] targetCopyArray int srcPos int copyLength int destPos public static java.net.InetAddress fromLittleEndianByteArray (byte[]) throws java.net.UnknownHostException int i byte[] addr byte[] reversed public static java.net.InetAddress decrement (java.net.InetAddress) java.net.InetAddress address byte[] addr int i public static java.net.InetAddress increment (java.net.InetAddress) java.net.InetAddress address byte[] addr int i public static boolean isMaximum (java.net.InetAddress) byte b java.net.InetAddress address byte[] addr private static transient java.lang.IllegalArgumentException formatIllegalArgumentException (java.lang.String, java.lang.Object[]) String format Object[] args static synthetic java.net.Inet4Address access$000 () static void <clinit> () }
com/google/common/net/InternetDomainName.class
InternetDomainName.java package com.google.common.net public final com.google.common.net.InternetDomainName extends java.lang.Object { private static final com.google.common.base.CharMatcher DOTS_MATCHER private static final com.google.common.base.Splitter DOT_SPLITTER private static final com.google.common.base.Joiner DOT_JOINER private static final int NO_SUFFIX_FOUND private static final int MAX_PARTS private static final int MAX_LENGTH private static final int MAX_DOMAIN_PART_LENGTH private final String name private final com.google.common.collect.ImmutableList parts private final int publicSuffixIndex private final int registrySuffixIndex private static final com.google.common.base.CharMatcher DASH_MATCHER private static final com.google.common.base.CharMatcher DIGIT_MATCHER private static final com.google.common.base.CharMatcher LETTER_MATCHER private static final com.google.common.base.CharMatcher PART_CHAR_MATCHER void <init> (java.lang.String) String name private int findSuffixOfType (com.google.common.base.Optional) String ancestorName int i com.google.common.base.Optional desiredType int partsSize public static com.google.common.net.InternetDomainName from (java.lang.String) String domain private static boolean validateSyntax (java.util.List) String part int i java.util.List parts int lastIndex private static boolean validatePart (java.lang.String, boolean) String part boolean isFinalPart String asciiChars public com.google.common.collect.ImmutableList parts () public boolean isPublicSuffix () public boolean hasPublicSuffix () public com.google.common.net.InternetDomainName publicSuffix () public boolean isUnderPublicSuffix () public boolean isTopPrivateDomain () public com.google.common.net.InternetDomainName topPrivateDomain () public boolean isRegistrySuffix () public boolean hasRegistrySuffix () public com.google.common.net.InternetDomainName registrySuffix () public boolean isUnderRegistrySuffix () public boolean isTopDomainUnderRegistrySuffix () public com.google.common.net.InternetDomainName topDomainUnderRegistrySuffix () public boolean hasParent () public com.google.common.net.InternetDomainName parent () private com.google.common.net.InternetDomainName ancestor (int) int levels public com.google.common.net.InternetDomainName child (java.lang.String) String leftParts public static boolean isValid (java.lang.String) com.google.common.net.InternetDomainName unused IllegalArgumentException e String name private static boolean matchesWildcardSuffixType (com.google.common.base.Optional, java.lang.String) com.google.common.base.Optional desiredType String domain java.util.List pieces private static boolean matchesType (com.google.common.base.Optional, com.google.common.base.Optional) com.google.common.base.Optional desiredType com.google.common.base.Optional actualType public java.lang.String toString () public boolean equals (java.lang.Object) com.google.common.net.InternetDomainName that Object object public int hashCode () static void <clinit> () }
com/google/common/net/MediaType$Tokenizer.class
MediaType.java package com.google.common.net final com.google.common.net.MediaType$Tokenizer extends java.lang.Object { final String input int position void <init> (java.lang.String) String input java.lang.String consumeTokenIfPresent (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher matcher int startPosition java.lang.String consumeToken (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher matcher int startPosition String token char consumeCharacter (com.google.common.base.CharMatcher) com.google.common.base.CharMatcher matcher char c char consumeCharacter (char) char c char previewChar () boolean hasMore () }
com/google/common/net/MediaType.class
MediaType.java package com.google.common.net public final com.google.common.net.MediaType extends java.lang.Object { private static final String CHARSET_ATTRIBUTE private static final com.google.common.collect.ImmutableListMultimap UTF_8_CONSTANT_PARAMETERS private static final com.google.common.base.CharMatcher TOKEN_MATCHER private static final com.google.common.base.CharMatcher QUOTED_TEXT_MATCHER private static final com.google.common.base.CharMatcher LINEAR_WHITE_SPACE private static final String APPLICATION_TYPE private static final String AUDIO_TYPE private static final String IMAGE_TYPE private static final String TEXT_TYPE private static final String VIDEO_TYPE private static final String FONT_TYPE private static final String WILDCARD private static final java.util.Map KNOWN_TYPES public static final com.google.common.net.MediaType ANY_TYPE public static final com.google.common.net.MediaType ANY_TEXT_TYPE public static final com.google.common.net.MediaType ANY_IMAGE_TYPE public static final com.google.common.net.MediaType ANY_AUDIO_TYPE public static final com.google.common.net.MediaType ANY_VIDEO_TYPE public static final com.google.common.net.MediaType ANY_APPLICATION_TYPE public static final com.google.common.net.MediaType ANY_FONT_TYPE public static final com.google.common.net.MediaType CACHE_MANIFEST_UTF_8 public static final com.google.common.net.MediaType CSS_UTF_8 public static final com.google.common.net.MediaType CSV_UTF_8 public static final com.google.common.net.MediaType HTML_UTF_8 public static final com.google.common.net.MediaType I_CALENDAR_UTF_8 public static final com.google.common.net.MediaType PLAIN_TEXT_UTF_8 public static final com.google.common.net.MediaType TEXT_JAVASCRIPT_UTF_8 public static final com.google.common.net.MediaType TSV_UTF_8 public static final com.google.common.net.MediaType VCARD_UTF_8 public static final com.google.common.net.MediaType WML_UTF_8 public static final com.google.common.net.MediaType XML_UTF_8 public static final com.google.common.net.MediaType VTT_UTF_8 public static final com.google.common.net.MediaType BMP public static final com.google.common.net.MediaType CRW public static final com.google.common.net.MediaType GIF public static final com.google.common.net.MediaType ICO public static final com.google.common.net.MediaType JPEG public static final com.google.common.net.MediaType PNG public static final com.google.common.net.MediaType PSD public static final com.google.common.net.MediaType SVG_UTF_8 public static final com.google.common.net.MediaType TIFF public static final com.google.common.net.MediaType WEBP public static final com.google.common.net.MediaType HEIF public static final com.google.common.net.MediaType JP2K public static final com.google.common.net.MediaType MP4_AUDIO public static final com.google.common.net.MediaType MPEG_AUDIO public static final com.google.common.net.MediaType OGG_AUDIO public static final com.google.common.net.MediaType WEBM_AUDIO public static final com.google.common.net.MediaType L16_AUDIO public static final com.google.common.net.MediaType L24_AUDIO public static final com.google.common.net.MediaType BASIC_AUDIO public static final com.google.common.net.MediaType AAC_AUDIO public static final com.google.common.net.MediaType VORBIS_AUDIO public static final com.google.common.net.MediaType WMA_AUDIO public static final com.google.common.net.MediaType WAX_AUDIO public static final com.google.common.net.MediaType VND_REAL_AUDIO public static final com.google.common.net.MediaType VND_WAVE_AUDIO public static final com.google.common.net.MediaType MP4_VIDEO public static final com.google.common.net.MediaType MPEG_VIDEO public static final com.google.common.net.MediaType OGG_VIDEO public static final com.google.common.net.MediaType QUICKTIME public static final com.google.common.net.MediaType WEBM_VIDEO public static final com.google.common.net.MediaType WMV public static final com.google.common.net.MediaType FLV_VIDEO public static final com.google.common.net.MediaType THREE_GPP_VIDEO public static final com.google.common.net.MediaType THREE_GPP2_VIDEO public static final com.google.common.net.MediaType APPLICATION_XML_UTF_8 public static final com.google.common.net.MediaType ATOM_UTF_8 public static final com.google.common.net.MediaType BZIP2 public static final com.google.common.net.MediaType DART_UTF_8 public static final com.google.common.net.MediaType APPLE_PASSBOOK public static final com.google.common.net.MediaType EOT public static final com.google.common.net.MediaType EPUB public static final com.google.common.net.MediaType FORM_DATA public static final com.google.common.net.MediaType KEY_ARCHIVE public static final com.google.common.net.MediaType APPLICATION_BINARY public static final com.google.common.net.MediaType GEO_JSON public static final com.google.common.net.MediaType GZIP public static final com.google.common.net.MediaType HAL_JSON public static final com.google.common.net.MediaType JAVASCRIPT_UTF_8 public static final com.google.common.net.MediaType JOSE public static final com.google.common.net.MediaType JOSE_JSON public static final com.google.common.net.MediaType JSON_UTF_8 public static final com.google.common.net.MediaType MANIFEST_JSON_UTF_8 public static final com.google.common.net.MediaType KML public static final com.google.common.net.MediaType KMZ public static final com.google.common.net.MediaType MBOX public static final com.google.common.net.MediaType APPLE_MOBILE_CONFIG public static final com.google.common.net.MediaType MICROSOFT_EXCEL public static final com.google.common.net.MediaType MICROSOFT_OUTLOOK public static final com.google.common.net.MediaType MICROSOFT_POWERPOINT public static final com.google.common.net.MediaType MICROSOFT_WORD public static final com.google.common.net.MediaType MEDIA_PRESENTATION_DESCRIPTION public static final com.google.common.net.MediaType WASM_APPLICATION public static final com.google.common.net.MediaType NACL_APPLICATION public static final com.google.common.net.MediaType NACL_PORTABLE_APPLICATION public static final com.google.common.net.MediaType OCTET_STREAM public static final com.google.common.net.MediaType OGG_CONTAINER public static final com.google.common.net.MediaType OOXML_DOCUMENT public static final com.google.common.net.MediaType OOXML_PRESENTATION public static final com.google.common.net.MediaType OOXML_SHEET public static final com.google.common.net.MediaType OPENDOCUMENT_GRAPHICS public static final com.google.common.net.MediaType OPENDOCUMENT_PRESENTATION public static final com.google.common.net.MediaType OPENDOCUMENT_SPREADSHEET public static final com.google.common.net.MediaType OPENDOCUMENT_TEXT public static final com.google.common.net.MediaType OPENSEARCH_DESCRIPTION_UTF_8 public static final com.google.common.net.MediaType PDF public static final com.google.common.net.MediaType POSTSCRIPT public static final com.google.common.net.MediaType PROTOBUF public static final com.google.common.net.MediaType RDF_XML_UTF_8 public static final com.google.common.net.MediaType RTF_UTF_8 public static final com.google.common.net.MediaType SFNT public static final com.google.common.net.MediaType SHOCKWAVE_FLASH public static final com.google.common.net.MediaType SKETCHUP public static final com.google.common.net.MediaType SOAP_XML_UTF_8 public static final com.google.common.net.MediaType TAR public static final com.google.common.net.MediaType WOFF public static final com.google.common.net.MediaType WOFF2 public static final com.google.common.net.MediaType XHTML_UTF_8 public static final com.google.common.net.MediaType XRD_UTF_8 public static final com.google.common.net.MediaType ZIP public static final com.google.common.net.MediaType FONT_COLLECTION public static final com.google.common.net.MediaType FONT_OTF public static final com.google.common.net.MediaType FONT_SFNT public static final com.google.common.net.MediaType FONT_TTF public static final com.google.common.net.MediaType FONT_WOFF public static final com.google.common.net.MediaType FONT_WOFF2 private final String type private final String subtype private final com.google.common.collect.ImmutableListMultimap parameters private String toString private int hashCode private com.google.common.base.Optional parsedCharset private static final com.google.common.base.Joiner$MapJoiner PARAMETER_JOINER private static com.google.common.net.MediaType createConstant (java.lang.String, java.lang.String) String type String subtype com.google.common.net.MediaType mediaType private static com.google.common.net.MediaType createConstantUtf8 (java.lang.String, java.lang.String) String type String subtype com.google.common.net.MediaType mediaType private static com.google.common.net.MediaType addKnownType (com.google.common.net.MediaType) com.google.common.net.MediaType mediaType private void <init> (java.lang.String, java.lang.String, com.google.common.collect.ImmutableListMultimap) String type String subtype com.google.common.collect.ImmutableListMultimap parameters public java.lang.String type () public java.lang.String subtype () public com.google.common.collect.ImmutableListMultimap parameters () private java.util.Map parametersAsMap () public com.google.common.base.Optional charset () String currentValue String value com.google.common.base.Optional local public com.google.common.net.MediaType withoutParameters () public com.google.common.net.MediaType withParameters (com.google.common.collect.Multimap) com.google.common.collect.Multimap parameters public com.google.common.net.MediaType withParameters (java.lang.String, java.lang.Iterable) String key java.util.Map$Entry entry String value String attribute Iterable values String normalizedAttribute com.google.common.collect.ImmutableListMultimap$Builder builder com.google.common.net.MediaType mediaType public com.google.common.net.MediaType withParameter (java.lang.String, java.lang.String) String attribute String value public com.google.common.net.MediaType withCharset (java.nio.charset.Charset) java.nio.charset.Charset charset com.google.common.net.MediaType withCharset public boolean hasWildcard () public boolean is (com.google.common.net.MediaType) com.google.common.net.MediaType mediaTypeRange public static com.google.common.net.MediaType create (java.lang.String, java.lang.String) String type String subtype com.google.common.net.MediaType mediaType private static com.google.common.net.MediaType create (java.lang.String, java.lang.String, com.google.common.collect.Multimap) String attribute java.util.Map$Entry entry String type String subtype com.google.common.collect.Multimap parameters String normalizedType String normalizedSubtype com.google.common.collect.ImmutableListMultimap$Builder builder com.google.common.net.MediaType mediaType static com.google.common.net.MediaType createApplicationType (java.lang.String) String subtype static com.google.common.net.MediaType createAudioType (java.lang.String) String subtype static com.google.common.net.MediaType createFontType (java.lang.String) String subtype static com.google.common.net.MediaType createImageType (java.lang.String) String subtype static com.google.common.net.MediaType createTextType (java.lang.String) String subtype static com.google.common.net.MediaType createVideoType (java.lang.String) String subtype private static java.lang.String normalizeToken (java.lang.String) String token private static java.lang.String normalizeParameterValue (java.lang.String, java.lang.String) String attribute String value public static com.google.common.net.MediaType parse (java.lang.String) StringBuilder valueBuilder String value String attribute String value String type String subtype com.google.common.collect.ImmutableListMultimap$Builder parameters IllegalStateException e String input com.google.common.net.MediaType$Tokenizer tokenizer public boolean equals (java.lang.Object) com.google.common.net.MediaType that Object obj public int hashCode () int h public java.lang.String toString () String result private java.lang.String computeToString () com.google.common.collect.Multimap quotedParameters StringBuilder builder private static java.lang.String escapeAndQuote (java.lang.String) char ch int i String value StringBuilder escaped private static synthetic java.lang.String lambda$computeToString$0 (java.lang.String) String value static void <clinit> () }
com/google/common/net/ParametricNullness.class
ParametricNullness.java package com.google.common.net abstract annotation com.google.common.net.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/net/PercentEscaper.class
PercentEscaper.java package com.google.common.net public final com.google.common.net.PercentEscaper extends com.google.common.escape.UnicodeEscaper { private static final char[] PLUS_SIGN private static final char[] UPPER_HEX_DIGITS private final boolean plusForSpace private final boolean[] safeOctets public void <init> (java.lang.String, boolean) String safeChars boolean plusForSpace private static boolean[] createSafeOctets (java.lang.String) char c char c String safeChars int maxChar char[] safeCharArray boolean[] octets protected int nextEscapeIndex (java.lang.CharSequence, int, int) char c CharSequence csq int index int end public java.lang.String escape (java.lang.String) char c int index String s int slen protected char[] escape (int) char[] dest char[] dest char[] dest char[] dest int cp static void <clinit> () }
com/google/common/net/UrlEscapers.class
UrlEscapers.java package com.google.common.net public final com.google.common.net.UrlEscapers extends java.lang.Object { static final String URL_FORM_PARAMETER_OTHER_SAFE_CHARS static final String URL_PATH_OTHER_SAFE_CHARS_LACKING_PLUS private static final com.google.common.escape.Escaper URL_FORM_PARAMETER_ESCAPER private static final com.google.common.escape.Escaper URL_PATH_SEGMENT_ESCAPER private static final com.google.common.escape.Escaper URL_FRAGMENT_ESCAPER private void <init> () public static com.google.common.escape.Escaper urlFormParameterEscaper () public static com.google.common.escape.Escaper urlPathSegmentEscaper () public static com.google.common.escape.Escaper urlFragmentEscaper () static void <clinit> () }
com/google/common/net/package-info.class
package-info.java package com.google.common.net abstract synthetic com.google.common.net.package-info extends java.lang.Object { }
com/google/common/primitives/
com/google/common/primitives/Booleans$BooleanArrayAsList.class
Booleans.java package com.google.common.primitives com.google.common.primitives.Booleans$BooleanArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final boolean[] array final int start final int end private static final long serialVersionUID void <init> (boolean[]) boolean[] array void <init> (boolean[], int, int) boolean[] array int start int end public int size () public boolean isEmpty () public java.lang.Boolean get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Boolean set (int, java.lang.Boolean) int index Boolean element boolean oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Booleans$BooleanArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder boolean[] toBooleanArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/google/common/primitives/Booleans$BooleanComparator.class
Booleans.java package com.google.common.primitives final enum com.google.common.primitives.Booleans$BooleanComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Booleans$BooleanComparator TRUE_FIRST public static final enum com.google.common.primitives.Booleans$BooleanComparator FALSE_FIRST private final int trueValue private final String toString private static final synthetic com.google.common.primitives.Booleans$BooleanComparator[] $VALUES public static com.google.common.primitives.Booleans$BooleanComparator[] values () public static com.google.common.primitives.Booleans$BooleanComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int, java.lang.String) int trueValue String toString public int compare (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b int aVal int bVal public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Booleans$BooleanComparator[] $values () static void <clinit> () }
com/google/common/primitives/Booleans$LexicographicalComparator.class
Booleans.java package com.google.common.primitives final enum com.google.common.primitives.Booleans$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Booleans$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.Booleans$LexicographicalComparator[] $VALUES public static com.google.common.primitives.Booleans$LexicographicalComparator[] values () public static com.google.common.primitives.Booleans$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (boolean[], boolean[]) int result int i boolean[] left boolean[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Booleans$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/Booleans.class
Booleans.java package com.google.common.primitives public final com.google.common.primitives.Booleans extends java.lang.Object { private void <init> () public static java.util.Comparator trueFirst () public static java.util.Comparator falseFirst () public static int hashCode (boolean) boolean value public static int compare (boolean, boolean) boolean a boolean b public static boolean contains (boolean[], boolean) boolean value boolean[] array boolean target public static int indexOf (boolean[], boolean) boolean[] array boolean target private static int indexOf (boolean[], boolean, int, int) int i boolean[] array boolean target int start int end public static int indexOf (boolean[], boolean[]) int j int i boolean[] array boolean[] target public static int lastIndexOf (boolean[], boolean) boolean[] array boolean target private static int lastIndexOf (boolean[], boolean, int, int) int i boolean[] array boolean target int start int end public static transient boolean[] concat (boolean[][]) boolean[] array boolean[] array boolean[][] arrays int length boolean[] result int pos public static boolean[] ensureCapacity (boolean[], int, int) boolean[] array int minLength int padding public static transient java.lang.String join (java.lang.String, boolean[]) int i String separator boolean[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static boolean[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len boolean[] array public static transient java.util.List asList (boolean[]) boolean[] backingArray public static transient int countTrue (boolean[]) boolean value boolean[] values int count public static void reverse (boolean[]) boolean[] array public static void reverse (boolean[], int, int) boolean tmp int i int j boolean[] array int fromIndex int toIndex static synthetic int access$000 (boolean[], boolean, int, int) boolean[] x0 boolean x1 int x2 int x3 static synthetic int access$100 (boolean[], boolean, int, int) boolean[] x0 boolean x1 int x2 int x3 }
com/google/common/primitives/Bytes$ByteArrayAsList.class
Bytes.java package com.google.common.primitives com.google.common.primitives.Bytes$ByteArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final byte[] array final int start final int end private static final long serialVersionUID void <init> (byte[]) byte[] array void <init> (byte[], int, int) byte[] array int start int end public int size () public boolean isEmpty () public java.lang.Byte get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Byte set (int, java.lang.Byte) int index Byte element byte oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Bytes$ByteArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder byte[] toByteArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/google/common/primitives/Bytes.class
Bytes.java package com.google.common.primitives public final com.google.common.primitives.Bytes extends java.lang.Object { private void <init> () public static int hashCode (byte) byte value public static boolean contains (byte[], byte) byte value byte[] array byte target public static int indexOf (byte[], byte) byte[] array byte target private static int indexOf (byte[], byte, int, int) int i byte[] array byte target int start int end public static int indexOf (byte[], byte[]) int j int i byte[] array byte[] target public static int lastIndexOf (byte[], byte) byte[] array byte target private static int lastIndexOf (byte[], byte, int, int) int i byte[] array byte target int start int end public static transient byte[] concat (byte[][]) byte[] array byte[] array byte[][] arrays int length byte[] result int pos public static byte[] ensureCapacity (byte[], int, int) byte[] array int minLength int padding public static byte[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len byte[] array public static transient java.util.List asList (byte[]) byte[] backingArray public static void reverse (byte[]) byte[] array public static void reverse (byte[], int, int) byte tmp int i int j byte[] array int fromIndex int toIndex static synthetic int access$000 (byte[], byte, int, int) byte[] x0 byte x1 int x2 int x3 static synthetic int access$100 (byte[], byte, int, int) byte[] x0 byte x1 int x2 int x3 }
com/google/common/primitives/Chars$CharArrayAsList.class
Chars.java package com.google.common.primitives com.google.common.primitives.Chars$CharArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final char[] array final int start final int end private static final long serialVersionUID void <init> (char[]) char[] array void <init> (char[], int, int) char[] array int start int end public int size () public boolean isEmpty () public java.lang.Character get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Character set (int, java.lang.Character) int index Character element char oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Chars$CharArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder char[] toCharArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/google/common/primitives/Chars$LexicographicalComparator.class
Chars.java package com.google.common.primitives final enum com.google.common.primitives.Chars$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Chars$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.Chars$LexicographicalComparator[] $VALUES public static com.google.common.primitives.Chars$LexicographicalComparator[] values () public static com.google.common.primitives.Chars$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (char[], char[]) int result int i char[] left char[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Chars$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/Chars.class
Chars.java package com.google.common.primitives public final com.google.common.primitives.Chars extends java.lang.Object { public static final int BYTES private void <init> () public static int hashCode (char) char value public static char checkedCast (long) long value char result public static char saturatedCast (long) long value public static int compare (char, char) char a char b public static boolean contains (char[], char) char value char[] array char target public static int indexOf (char[], char) char[] array char target private static int indexOf (char[], char, int, int) int i char[] array char target int start int end public static int indexOf (char[], char[]) int j int i char[] array char[] target public static int lastIndexOf (char[], char) char[] array char target private static int lastIndexOf (char[], char, int, int) int i char[] array char target int start int end public static transient char min (char[]) int i char[] array char min public static transient char max (char[]) int i char[] array char max public static char constrainToRange (char, char, char) char value char min char max public static transient char[] concat (char[][]) char[] array char[] array char[][] arrays int length char[] result int pos public static byte[] toByteArray (char) char value public static char fromByteArray (byte[]) byte[] bytes public static char fromBytes (byte, byte) byte b1 byte b2 public static char[] ensureCapacity (char[], int, int) char[] array int minLength int padding public static transient java.lang.String join (java.lang.String, char[]) int i String separator char[] array int len StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static char[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len char[] array public static void sortDescending (char[]) char[] array public static void sortDescending (char[], int, int) char[] array int fromIndex int toIndex public static void reverse (char[]) char[] array public static void reverse (char[], int, int) char tmp int i int j char[] array int fromIndex int toIndex public static transient java.util.List asList (char[]) char[] backingArray static synthetic int access$000 (char[], char, int, int) char[] x0 char x1 int x2 int x3 static synthetic int access$100 (char[], char, int, int) char[] x0 char x1 int x2 int x3 }
com/google/common/primitives/Doubles$DoubleArrayAsList.class
Doubles.java package com.google.common.primitives com.google.common.primitives.Doubles$DoubleArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final double[] array final int start final int end private static final long serialVersionUID void <init> (double[]) double[] array void <init> (double[], int, int) double[] array int start int end public int size () public boolean isEmpty () public java.lang.Double get (int) int index public java.util.Spliterator$OfDouble spliterator () public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Double set (int, java.lang.Double) int index Double element double oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Doubles$DoubleArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder double[] toDoubleArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) public volatile synthetic java.util.Spliterator spliterator () }
com/google/common/primitives/Doubles$DoubleConverter.class
Doubles.java package com.google.common.primitives final com.google.common.primitives.Doubles$DoubleConverter extends com.google.common.base.Converter implements java.io.Serializable { static final com.google.common.primitives.Doubles$DoubleConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Double doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Double) Double value public java.lang.String toString () private java.lang.Object readResolve () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) static void <clinit> () }
com/google/common/primitives/Doubles$LexicographicalComparator.class
Doubles.java package com.google.common.primitives final enum com.google.common.primitives.Doubles$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Doubles$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.Doubles$LexicographicalComparator[] $VALUES public static com.google.common.primitives.Doubles$LexicographicalComparator[] values () public static com.google.common.primitives.Doubles$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (double[], double[]) int result int i double[] left double[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Doubles$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/Doubles.class
Doubles.java package com.google.common.primitives public final com.google.common.primitives.Doubles extends com.google.common.primitives.DoublesMethodsForWeb { public static final int BYTES static final java.util.regex.Pattern FLOATING_POINT_PATTERN private void <init> () public static int hashCode (double) double value public static int compare (double, double) double a double b public static boolean isFinite (double) double value public static boolean contains (double[], double) double value double[] array double target public static int indexOf (double[], double) double[] array double target private static int indexOf (double[], double, int, int) int i double[] array double target int start int end public static int indexOf (double[], double[]) int j int i double[] array double[] target public static int lastIndexOf (double[], double) double[] array double target private static int lastIndexOf (double[], double, int, int) int i double[] array double target int start int end public static transient double min (double[]) int i double[] array double min public static transient double max (double[]) int i double[] array double max public static double constrainToRange (double, double, double) double value double min double max public static transient double[] concat (double[][]) double[] array double[] array double[][] arrays int length double[] result int pos public static com.google.common.base.Converter stringConverter () public static double[] ensureCapacity (double[], int, int) double[] array int minLength int padding public static transient java.lang.String join (java.lang.String, double[]) int i String separator double[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (double[]) double[] array public static void sortDescending (double[], int, int) double[] array int fromIndex int toIndex public static void reverse (double[]) double[] array public static void reverse (double[], int, int) double tmp int i int j double[] array int fromIndex int toIndex public static double[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len double[] array public static transient java.util.List asList (double[]) double[] backingArray private static java.util.regex.Pattern fpPattern () String decimal String completeDec String hex String completeHex String fpPattern public static java.lang.Double tryParse (java.lang.String) String string static synthetic int access$000 (double[], double, int, int) double[] x0 double x1 int x2 int x3 static synthetic int access$100 (double[], double, int, int) double[] x0 double x1 int x2 int x3 static void <clinit> () }
com/google/common/primitives/DoublesMethodsForWeb.class
DoublesMethodsForWeb.java package com.google.common.primitives abstract com.google.common.primitives.DoublesMethodsForWeb extends java.lang.Object { void <init> () }
com/google/common/primitives/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.primitives abstract annotation com.google.common.primitives.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/primitives/Floats$FloatArrayAsList.class
Floats.java package com.google.common.primitives com.google.common.primitives.Floats$FloatArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final float[] array final int start final int end private static final long serialVersionUID void <init> (float[]) float[] array void <init> (float[], int, int) float[] array int start int end public int size () public boolean isEmpty () public java.lang.Float get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Float set (int, java.lang.Float) int index Float element float oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Floats$FloatArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder float[] toFloatArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/google/common/primitives/Floats$FloatConverter.class
Floats.java package com.google.common.primitives final com.google.common.primitives.Floats$FloatConverter extends com.google.common.base.Converter implements java.io.Serializable { static final com.google.common.primitives.Floats$FloatConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Float doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Float) Float value public java.lang.String toString () private java.lang.Object readResolve () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) static void <clinit> () }
com/google/common/primitives/Floats$LexicographicalComparator.class
Floats.java package com.google.common.primitives final enum com.google.common.primitives.Floats$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Floats$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.Floats$LexicographicalComparator[] $VALUES public static com.google.common.primitives.Floats$LexicographicalComparator[] values () public static com.google.common.primitives.Floats$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (float[], float[]) int result int i float[] left float[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Floats$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/Floats.class
Floats.java package com.google.common.primitives public final com.google.common.primitives.Floats extends com.google.common.primitives.FloatsMethodsForWeb { public static final int BYTES private void <init> () public static int hashCode (float) float value public static int compare (float, float) float a float b public static boolean isFinite (float) float value public static boolean contains (float[], float) float value float[] array float target public static int indexOf (float[], float) float[] array float target private static int indexOf (float[], float, int, int) int i float[] array float target int start int end public static int indexOf (float[], float[]) int j int i float[] array float[] target public static int lastIndexOf (float[], float) float[] array float target private static int lastIndexOf (float[], float, int, int) int i float[] array float target int start int end public static transient float min (float[]) int i float[] array float min public static transient float max (float[]) int i float[] array float max public static float constrainToRange (float, float, float) float value float min float max public static transient float[] concat (float[][]) float[] array float[] array float[][] arrays int length float[] result int pos public static com.google.common.base.Converter stringConverter () public static float[] ensureCapacity (float[], int, int) float[] array int minLength int padding public static transient java.lang.String join (java.lang.String, float[]) int i String separator float[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (float[]) float[] array public static void sortDescending (float[], int, int) float[] array int fromIndex int toIndex public static void reverse (float[]) float[] array public static void reverse (float[], int, int) float tmp int i int j float[] array int fromIndex int toIndex public static float[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len float[] array public static transient java.util.List asList (float[]) float[] backingArray public static java.lang.Float tryParse (java.lang.String) String string static synthetic int access$000 (float[], float, int, int) float[] x0 float x1 int x2 int x3 static synthetic int access$100 (float[], float, int, int) float[] x0 float x1 int x2 int x3 }
com/google/common/primitives/FloatsMethodsForWeb.class
FloatsMethodsForWeb.java package com.google.common.primitives abstract com.google.common.primitives.FloatsMethodsForWeb extends java.lang.Object { void <init> () }
com/google/common/primitives/ImmutableDoubleArray$1.class
ImmutableDoubleArray.java package com.google.common.primitives synthetic com.google.common.primitives.ImmutableDoubleArray$1 extends java.lang.Object { }
com/google/common/primitives/ImmutableDoubleArray$AsList.class
ImmutableDoubleArray.java package com.google.common.primitives com.google.common.primitives.ImmutableDoubleArray$AsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { private final com.google.common.primitives.ImmutableDoubleArray parent private void <init> (com.google.common.primitives.ImmutableDoubleArray) com.google.common.primitives.ImmutableDoubleArray parent public int size () public java.lang.Double get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) Object target public int lastIndexOf (java.lang.Object) Object target public java.util.List subList (int, int) int fromIndex int toIndex public java.util.Spliterator spliterator () public boolean equals (java.lang.Object) com.google.common.primitives.ImmutableDoubleArray$AsList that Object element Object object java.util.List that int i public int hashCode () public java.lang.String toString () public volatile synthetic java.lang.Object get (int) synthetic void <init> (com.google.common.primitives.ImmutableDoubleArray, com.google.common.primitives.ImmutableDoubleArray$1) com.google.common.primitives.ImmutableDoubleArray x0 com.google.common.primitives.ImmutableDoubleArray$1 x1 }
com/google/common/primitives/ImmutableDoubleArray$Builder.class
ImmutableDoubleArray.java package com.google.common.primitives public final com.google.common.primitives.ImmutableDoubleArray$Builder extends java.lang.Object { private double[] array private int count void <init> (int) int initialCapacity public com.google.common.primitives.ImmutableDoubleArray$Builder add (double) double value public com.google.common.primitives.ImmutableDoubleArray$Builder addAll (double[]) double[] values public com.google.common.primitives.ImmutableDoubleArray$Builder addAll (java.lang.Iterable) Double value Iterable values public com.google.common.primitives.ImmutableDoubleArray$Builder addAll (java.util.Collection) Double value java.util.Collection values public com.google.common.primitives.ImmutableDoubleArray$Builder addAll (java.util.stream.DoubleStream) java.util.stream.DoubleStream stream java.util.Spliterator$OfDouble spliterator long size public com.google.common.primitives.ImmutableDoubleArray$Builder addAll (com.google.common.primitives.ImmutableDoubleArray) com.google.common.primitives.ImmutableDoubleArray values private void ensureRoomFor (int) int numberToAdd int newCount private static int expandedCapacity (int, int) int oldCapacity int minCapacity int newCapacity public com.google.common.primitives.ImmutableDoubleArray build () }
com/google/common/primitives/ImmutableDoubleArray.class
ImmutableDoubleArray.java package com.google.common.primitives public final com.google.common.primitives.ImmutableDoubleArray extends java.lang.Object implements java.io.Serializable { private static final com.google.common.primitives.ImmutableDoubleArray EMPTY private final double[] array private final transient int start private final int end public static com.google.common.primitives.ImmutableDoubleArray of () public static com.google.common.primitives.ImmutableDoubleArray of (double) double e0 public static com.google.common.primitives.ImmutableDoubleArray of (double, double) double e0 double e1 public static com.google.common.primitives.ImmutableDoubleArray of (double, double, double) double e0 double e1 double e2 public static com.google.common.primitives.ImmutableDoubleArray of (double, double, double, double) double e0 double e1 double e2 double e3 public static com.google.common.primitives.ImmutableDoubleArray of (double, double, double, double, double) double e0 double e1 double e2 double e3 double e4 public static com.google.common.primitives.ImmutableDoubleArray of (double, double, double, double, double, double) double e0 double e1 double e2 double e3 double e4 double e5 public static transient com.google.common.primitives.ImmutableDoubleArray of (double, double[]) double first double[] rest double[] array public static com.google.common.primitives.ImmutableDoubleArray copyOf (double[]) double[] values public static com.google.common.primitives.ImmutableDoubleArray copyOf (java.util.Collection) java.util.Collection values public static com.google.common.primitives.ImmutableDoubleArray copyOf (java.lang.Iterable) Iterable values public static com.google.common.primitives.ImmutableDoubleArray copyOf (java.util.stream.DoubleStream) java.util.stream.DoubleStream stream double[] array public static com.google.common.primitives.ImmutableDoubleArray$Builder builder (int) int initialCapacity public static com.google.common.primitives.ImmutableDoubleArray$Builder builder () private void <init> (double[]) double[] array private void <init> (double[], int, int) double[] array int start int end public int length () public boolean isEmpty () public double get (int) int index public int indexOf (double) int i double target public int lastIndexOf (double) int i double target public boolean contains (double) double target public void forEach (java.util.function.DoubleConsumer) int i java.util.function.DoubleConsumer consumer public java.util.stream.DoubleStream stream () public double[] toArray () public com.google.common.primitives.ImmutableDoubleArray subArray (int, int) int startIndex int endIndex private java.util.Spliterator$OfDouble spliterator () public java.util.List asList () public boolean equals (java.lang.Object) int i Object object com.google.common.primitives.ImmutableDoubleArray that private static boolean areEqual (double, double) double a double b public int hashCode () int i int hash public java.lang.String toString () int i StringBuilder builder public com.google.common.primitives.ImmutableDoubleArray trimmed () private boolean isPartialView () java.lang.Object writeReplace () java.lang.Object readResolve () static synthetic double[] access$000 (com.google.common.primitives.ImmutableDoubleArray) com.google.common.primitives.ImmutableDoubleArray x0 static synthetic int access$100 (com.google.common.primitives.ImmutableDoubleArray) com.google.common.primitives.ImmutableDoubleArray x0 static synthetic com.google.common.primitives.ImmutableDoubleArray access$200 () synthetic void <init> (double[], int, int, com.google.common.primitives.ImmutableDoubleArray$1) double[] x0 int x1 int x2 com.google.common.primitives.ImmutableDoubleArray$1 x3 static synthetic java.util.Spliterator$OfDouble access$500 (com.google.common.primitives.ImmutableDoubleArray) com.google.common.primitives.ImmutableDoubleArray x0 static synthetic boolean access$600 (double, double) double x0 double x1 static void <clinit> () }
com/google/common/primitives/ImmutableIntArray$1.class
ImmutableIntArray.java package com.google.common.primitives synthetic com.google.common.primitives.ImmutableIntArray$1 extends java.lang.Object { }
com/google/common/primitives/ImmutableIntArray$AsList.class
ImmutableIntArray.java package com.google.common.primitives com.google.common.primitives.ImmutableIntArray$AsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { private final com.google.common.primitives.ImmutableIntArray parent private void <init> (com.google.common.primitives.ImmutableIntArray) com.google.common.primitives.ImmutableIntArray parent public int size () public java.lang.Integer get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) Object target public int lastIndexOf (java.lang.Object) Object target public java.util.List subList (int, int) int fromIndex int toIndex public java.util.Spliterator spliterator () public boolean equals (java.lang.Object) com.google.common.primitives.ImmutableIntArray$AsList that Object element Object object java.util.List that int i public int hashCode () public java.lang.String toString () public volatile synthetic java.lang.Object get (int) synthetic void <init> (com.google.common.primitives.ImmutableIntArray, com.google.common.primitives.ImmutableIntArray$1) com.google.common.primitives.ImmutableIntArray x0 com.google.common.primitives.ImmutableIntArray$1 x1 }
com/google/common/primitives/ImmutableIntArray$Builder.class
ImmutableIntArray.java package com.google.common.primitives public final com.google.common.primitives.ImmutableIntArray$Builder extends java.lang.Object { private int[] array private int count void <init> (int) int initialCapacity public com.google.common.primitives.ImmutableIntArray$Builder add (int) int value public com.google.common.primitives.ImmutableIntArray$Builder addAll (int[]) int[] values public com.google.common.primitives.ImmutableIntArray$Builder addAll (java.lang.Iterable) Integer value Iterable values public com.google.common.primitives.ImmutableIntArray$Builder addAll (java.util.Collection) Integer value java.util.Collection values public com.google.common.primitives.ImmutableIntArray$Builder addAll (java.util.stream.IntStream) java.util.stream.IntStream stream java.util.Spliterator$OfInt spliterator long size public com.google.common.primitives.ImmutableIntArray$Builder addAll (com.google.common.primitives.ImmutableIntArray) com.google.common.primitives.ImmutableIntArray values private void ensureRoomFor (int) int numberToAdd int newCount private static int expandedCapacity (int, int) int oldCapacity int minCapacity int newCapacity public com.google.common.primitives.ImmutableIntArray build () }
com/google/common/primitives/ImmutableIntArray.class
ImmutableIntArray.java package com.google.common.primitives public final com.google.common.primitives.ImmutableIntArray extends java.lang.Object implements java.io.Serializable { private static final com.google.common.primitives.ImmutableIntArray EMPTY private final int[] array private final transient int start private final int end public static com.google.common.primitives.ImmutableIntArray of () public static com.google.common.primitives.ImmutableIntArray of (int) int e0 public static com.google.common.primitives.ImmutableIntArray of (int, int) int e0 int e1 public static com.google.common.primitives.ImmutableIntArray of (int, int, int) int e0 int e1 int e2 public static com.google.common.primitives.ImmutableIntArray of (int, int, int, int) int e0 int e1 int e2 int e3 public static com.google.common.primitives.ImmutableIntArray of (int, int, int, int, int) int e0 int e1 int e2 int e3 int e4 public static com.google.common.primitives.ImmutableIntArray of (int, int, int, int, int, int) int e0 int e1 int e2 int e3 int e4 int e5 public static transient com.google.common.primitives.ImmutableIntArray of (int, int[]) int first int[] rest int[] array public static com.google.common.primitives.ImmutableIntArray copyOf (int[]) int[] values public static com.google.common.primitives.ImmutableIntArray copyOf (java.util.Collection) java.util.Collection values public static com.google.common.primitives.ImmutableIntArray copyOf (java.lang.Iterable) Iterable values public static com.google.common.primitives.ImmutableIntArray copyOf (java.util.stream.IntStream) java.util.stream.IntStream stream int[] array public static com.google.common.primitives.ImmutableIntArray$Builder builder (int) int initialCapacity public static com.google.common.primitives.ImmutableIntArray$Builder builder () private void <init> (int[]) int[] array private void <init> (int[], int, int) int[] array int start int end public int length () public boolean isEmpty () public int get (int) int index public int indexOf (int) int i int target public int lastIndexOf (int) int i int target public boolean contains (int) int target public void forEach (java.util.function.IntConsumer) int i java.util.function.IntConsumer consumer public java.util.stream.IntStream stream () public int[] toArray () public com.google.common.primitives.ImmutableIntArray subArray (int, int) int startIndex int endIndex private java.util.Spliterator$OfInt spliterator () public java.util.List asList () public boolean equals (java.lang.Object) int i Object object com.google.common.primitives.ImmutableIntArray that public int hashCode () int i int hash public java.lang.String toString () int i StringBuilder builder public com.google.common.primitives.ImmutableIntArray trimmed () private boolean isPartialView () java.lang.Object writeReplace () java.lang.Object readResolve () static synthetic int[] access$000 (com.google.common.primitives.ImmutableIntArray) com.google.common.primitives.ImmutableIntArray x0 static synthetic int access$100 (com.google.common.primitives.ImmutableIntArray) com.google.common.primitives.ImmutableIntArray x0 static synthetic com.google.common.primitives.ImmutableIntArray access$200 () synthetic void <init> (int[], int, int, com.google.common.primitives.ImmutableIntArray$1) int[] x0 int x1 int x2 com.google.common.primitives.ImmutableIntArray$1 x3 static synthetic java.util.Spliterator$OfInt access$500 (com.google.common.primitives.ImmutableIntArray) com.google.common.primitives.ImmutableIntArray x0 static void <clinit> () }
com/google/common/primitives/ImmutableLongArray$1.class
ImmutableLongArray.java package com.google.common.primitives synthetic com.google.common.primitives.ImmutableLongArray$1 extends java.lang.Object { }
com/google/common/primitives/ImmutableLongArray$AsList.class
ImmutableLongArray.java package com.google.common.primitives com.google.common.primitives.ImmutableLongArray$AsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { private final com.google.common.primitives.ImmutableLongArray parent private void <init> (com.google.common.primitives.ImmutableLongArray) com.google.common.primitives.ImmutableLongArray parent public int size () public java.lang.Long get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) Object target public int lastIndexOf (java.lang.Object) Object target public java.util.List subList (int, int) int fromIndex int toIndex public java.util.Spliterator spliterator () public boolean equals (java.lang.Object) com.google.common.primitives.ImmutableLongArray$AsList that Object element Object object java.util.List that int i public int hashCode () public java.lang.String toString () public volatile synthetic java.lang.Object get (int) synthetic void <init> (com.google.common.primitives.ImmutableLongArray, com.google.common.primitives.ImmutableLongArray$1) com.google.common.primitives.ImmutableLongArray x0 com.google.common.primitives.ImmutableLongArray$1 x1 }
com/google/common/primitives/ImmutableLongArray$Builder.class
ImmutableLongArray.java package com.google.common.primitives public final com.google.common.primitives.ImmutableLongArray$Builder extends java.lang.Object { private long[] array private int count void <init> (int) int initialCapacity public com.google.common.primitives.ImmutableLongArray$Builder add (long) long value public com.google.common.primitives.ImmutableLongArray$Builder addAll (long[]) long[] values public com.google.common.primitives.ImmutableLongArray$Builder addAll (java.lang.Iterable) Long value Iterable values public com.google.common.primitives.ImmutableLongArray$Builder addAll (java.util.Collection) Long value java.util.Collection values public com.google.common.primitives.ImmutableLongArray$Builder addAll (java.util.stream.LongStream) java.util.stream.LongStream stream java.util.Spliterator$OfLong spliterator long size public com.google.common.primitives.ImmutableLongArray$Builder addAll (com.google.common.primitives.ImmutableLongArray) com.google.common.primitives.ImmutableLongArray values private void ensureRoomFor (int) int numberToAdd int newCount private static int expandedCapacity (int, int) int oldCapacity int minCapacity int newCapacity public com.google.common.primitives.ImmutableLongArray build () }
com/google/common/primitives/ImmutableLongArray.class
ImmutableLongArray.java package com.google.common.primitives public final com.google.common.primitives.ImmutableLongArray extends java.lang.Object implements java.io.Serializable { private static final com.google.common.primitives.ImmutableLongArray EMPTY private final long[] array private final transient int start private final int end public static com.google.common.primitives.ImmutableLongArray of () public static com.google.common.primitives.ImmutableLongArray of (long) long e0 public static com.google.common.primitives.ImmutableLongArray of (long, long) long e0 long e1 public static com.google.common.primitives.ImmutableLongArray of (long, long, long) long e0 long e1 long e2 public static com.google.common.primitives.ImmutableLongArray of (long, long, long, long) long e0 long e1 long e2 long e3 public static com.google.common.primitives.ImmutableLongArray of (long, long, long, long, long) long e0 long e1 long e2 long e3 long e4 public static com.google.common.primitives.ImmutableLongArray of (long, long, long, long, long, long) long e0 long e1 long e2 long e3 long e4 long e5 public static transient com.google.common.primitives.ImmutableLongArray of (long, long[]) long first long[] rest long[] array public static com.google.common.primitives.ImmutableLongArray copyOf (long[]) long[] values public static com.google.common.primitives.ImmutableLongArray copyOf (java.util.Collection) java.util.Collection values public static com.google.common.primitives.ImmutableLongArray copyOf (java.lang.Iterable) Iterable values public static com.google.common.primitives.ImmutableLongArray copyOf (java.util.stream.LongStream) java.util.stream.LongStream stream long[] array public static com.google.common.primitives.ImmutableLongArray$Builder builder (int) int initialCapacity public static com.google.common.primitives.ImmutableLongArray$Builder builder () private void <init> (long[]) long[] array private void <init> (long[], int, int) long[] array int start int end public int length () public boolean isEmpty () public long get (int) int index public int indexOf (long) int i long target public int lastIndexOf (long) int i long target public boolean contains (long) long target public void forEach (java.util.function.LongConsumer) int i java.util.function.LongConsumer consumer public java.util.stream.LongStream stream () public long[] toArray () public com.google.common.primitives.ImmutableLongArray subArray (int, int) int startIndex int endIndex private java.util.Spliterator$OfLong spliterator () public java.util.List asList () public boolean equals (java.lang.Object) int i Object object com.google.common.primitives.ImmutableLongArray that public int hashCode () int i int hash public java.lang.String toString () int i StringBuilder builder public com.google.common.primitives.ImmutableLongArray trimmed () private boolean isPartialView () java.lang.Object writeReplace () java.lang.Object readResolve () static synthetic long[] access$000 (com.google.common.primitives.ImmutableLongArray) com.google.common.primitives.ImmutableLongArray x0 static synthetic int access$100 (com.google.common.primitives.ImmutableLongArray) com.google.common.primitives.ImmutableLongArray x0 static synthetic com.google.common.primitives.ImmutableLongArray access$200 () synthetic void <init> (long[], int, int, com.google.common.primitives.ImmutableLongArray$1) long[] x0 int x1 int x2 com.google.common.primitives.ImmutableLongArray$1 x3 static synthetic java.util.Spliterator$OfLong access$500 (com.google.common.primitives.ImmutableLongArray) com.google.common.primitives.ImmutableLongArray x0 static void <clinit> () }
com/google/common/primitives/Ints$IntArrayAsList.class
Ints.java package com.google.common.primitives com.google.common.primitives.Ints$IntArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final int[] array final int start final int end private static final long serialVersionUID void <init> (int[]) int[] array void <init> (int[], int, int) int[] array int start int end public int size () public boolean isEmpty () public java.lang.Integer get (int) int index public java.util.Spliterator$OfInt spliterator () public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Integer set (int, java.lang.Integer) int index Integer element int oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Ints$IntArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder int[] toIntArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) public volatile synthetic java.util.Spliterator spliterator () }
com/google/common/primitives/Ints$IntConverter.class
Ints.java package com.google.common.primitives final com.google.common.primitives.Ints$IntConverter extends com.google.common.base.Converter implements java.io.Serializable { static final com.google.common.primitives.Ints$IntConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Integer doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Integer) Integer value public java.lang.String toString () private java.lang.Object readResolve () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) static void <clinit> () }
com/google/common/primitives/Ints$LexicographicalComparator.class
Ints.java package com.google.common.primitives final enum com.google.common.primitives.Ints$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Ints$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.Ints$LexicographicalComparator[] $VALUES public static com.google.common.primitives.Ints$LexicographicalComparator[] values () public static com.google.common.primitives.Ints$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (int[], int[]) int result int i int[] left int[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Ints$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/Ints.class
Ints.java package com.google.common.primitives public final com.google.common.primitives.Ints extends com.google.common.primitives.IntsMethodsForWeb { public static final int BYTES public static final int MAX_POWER_OF_TWO private void <init> () public static int hashCode (int) int value public static int checkedCast (long) long value int result public static int saturatedCast (long) long value public static int compare (int, int) int a int b public static boolean contains (int[], int) int value int[] array int target public static int indexOf (int[], int) int[] array int target private static int indexOf (int[], int, int, int) int i int[] array int target int start int end public static int indexOf (int[], int[]) int j int i int[] array int[] target public static int lastIndexOf (int[], int) int[] array int target private static int lastIndexOf (int[], int, int, int) int i int[] array int target int start int end public static transient int min (int[]) int i int[] array int min public static transient int max (int[]) int i int[] array int max public static int constrainToRange (int, int, int) int value int min int max public static transient int[] concat (int[][]) int[] array int[] array int[][] arrays int length int[] result int pos public static byte[] toByteArray (int) int value public static int fromByteArray (byte[]) byte[] bytes public static int fromBytes (byte, byte, byte, byte) byte b1 byte b2 byte b3 byte b4 public static com.google.common.base.Converter stringConverter () public static int[] ensureCapacity (int[], int, int) int[] array int minLength int padding public static transient java.lang.String join (java.lang.String, int[]) int i String separator int[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (int[]) int[] array public static void sortDescending (int[], int, int) int[] array int fromIndex int toIndex public static void reverse (int[]) int[] array public static void reverse (int[], int, int) int tmp int i int j int[] array int fromIndex int toIndex public static int[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len int[] array public static transient java.util.List asList (int[]) int[] backingArray public static java.lang.Integer tryParse (java.lang.String) String string public static java.lang.Integer tryParse (java.lang.String, int) String string int radix Long result static synthetic int access$000 (int[], int, int, int) int[] x0 int x1 int x2 int x3 static synthetic int access$100 (int[], int, int, int) int[] x0 int x1 int x2 int x3 }
com/google/common/primitives/IntsMethodsForWeb.class
IntsMethodsForWeb.java package com.google.common.primitives abstract com.google.common.primitives.IntsMethodsForWeb extends java.lang.Object { void <init> () }
com/google/common/primitives/Longs$AsciiDigits.class
Longs.java package com.google.common.primitives final com.google.common.primitives.Longs$AsciiDigits extends java.lang.Object { private static final byte[] asciiDigits private void <init> () static int digit (char) char c static void <clinit> () int i int i byte[] result }
com/google/common/primitives/Longs$LexicographicalComparator.class
Longs.java package com.google.common.primitives final enum com.google.common.primitives.Longs$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Longs$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.Longs$LexicographicalComparator[] $VALUES public static com.google.common.primitives.Longs$LexicographicalComparator[] values () public static com.google.common.primitives.Longs$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (long[], long[]) int result int i long[] left long[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Longs$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/Longs$LongArrayAsList.class
Longs.java package com.google.common.primitives com.google.common.primitives.Longs$LongArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final long[] array final int start final int end private static final long serialVersionUID void <init> (long[]) long[] array void <init> (long[], int, int) long[] array int start int end public int size () public boolean isEmpty () public java.lang.Long get (int) int index public java.util.Spliterator$OfLong spliterator () public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Long set (int, java.lang.Long) int index Long element long oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Longs$LongArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder long[] toLongArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) public volatile synthetic java.util.Spliterator spliterator () }
com/google/common/primitives/Longs$LongConverter.class
Longs.java package com.google.common.primitives final com.google.common.primitives.Longs$LongConverter extends com.google.common.base.Converter implements java.io.Serializable { static final com.google.common.primitives.Longs$LongConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Long doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Long) Long value public java.lang.String toString () private java.lang.Object readResolve () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) static void <clinit> () }
com/google/common/primitives/Longs.class
Longs.java package com.google.common.primitives public final com.google.common.primitives.Longs extends java.lang.Object { public static final int BYTES public static final long MAX_POWER_OF_TWO private void <init> () public static int hashCode (long) long value public static int compare (long, long) long a long b public static boolean contains (long[], long) long value long[] array long target public static int indexOf (long[], long) long[] array long target private static int indexOf (long[], long, int, int) int i long[] array long target int start int end public static int indexOf (long[], long[]) int j int i long[] array long[] target public static int lastIndexOf (long[], long) long[] array long target private static int lastIndexOf (long[], long, int, int) int i long[] array long target int start int end public static transient long min (long[]) int i long[] array long min public static transient long max (long[]) int i long[] array long max public static long constrainToRange (long, long, long) long value long min long max public static transient long[] concat (long[][]) long[] array long[] array long[][] arrays int length long[] result int pos public static byte[] toByteArray (long) int i long value byte[] result public static long fromByteArray (byte[]) byte[] bytes public static long fromBytes (byte, byte, byte, byte, byte, byte, byte, byte) byte b1 byte b2 byte b3 byte b4 byte b5 byte b6 byte b7 byte b8 public static java.lang.Long tryParse (java.lang.String) String string public static java.lang.Long tryParse (java.lang.String, int) String string int radix boolean negative int index int digit long accum long cap public static com.google.common.base.Converter stringConverter () public static long[] ensureCapacity (long[], int, int) long[] array int minLength int padding public static transient java.lang.String join (java.lang.String, long[]) int i String separator long[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (long[]) long[] array public static void sortDescending (long[], int, int) long[] array int fromIndex int toIndex public static void reverse (long[]) long[] array public static void reverse (long[], int, int) long tmp int i int j long[] array int fromIndex int toIndex public static long[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len long[] array public static transient java.util.List asList (long[]) long[] backingArray static synthetic int access$000 (long[], long, int, int) long[] x0 long x1 int x2 int x3 static synthetic int access$100 (long[], long, int, int) long[] x0 long x1 int x2 int x3 }
com/google/common/primitives/ParametricNullness.class
ParametricNullness.java package com.google.common.primitives abstract annotation com.google.common.primitives.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/primitives/ParseRequest.class
ParseRequest.java package com.google.common.primitives final com.google.common.primitives.ParseRequest extends java.lang.Object { final String rawValue final int radix private void <init> (java.lang.String, int) String rawValue int radix static com.google.common.primitives.ParseRequest fromString (java.lang.String) String rawValue int radix String rawValue int radix String rawValue int radix String stringValue String rawValue int radix char firstChar }
com/google/common/primitives/Platform.class
Platform.java package com.google.common.primitives final com.google.common.primitives.Platform extends java.lang.Object { private static final java.util.logging.Logger logger static void checkGwtRpcEnabled () String propertyName private void <init> () static void <clinit> () }
com/google/common/primitives/Primitives.class
Primitives.java package com.google.common.primitives public final com.google.common.primitives.Primitives extends java.lang.Object { private static final java.util.Map PRIMITIVE_TO_WRAPPER_TYPE private static final java.util.Map WRAPPER_TO_PRIMITIVE_TYPE private void <init> () private static void add (java.util.Map, java.util.Map, java.lang.Class, java.lang.Class) java.util.Map forward java.util.Map backward Class key Class value public static java.util.Set allPrimitiveTypes () public static java.util.Set allWrapperTypes () public static boolean isWrapperType (java.lang.Class) Class type public static java.lang.Class wrap (java.lang.Class) Class type Class wrapped public static java.lang.Class unwrap (java.lang.Class) Class type Class unwrapped static void <clinit> () java.util.Map primToWrap java.util.Map wrapToPrim }
com/google/common/primitives/Shorts$LexicographicalComparator.class
Shorts.java package com.google.common.primitives final enum com.google.common.primitives.Shorts$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.Shorts$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.Shorts$LexicographicalComparator[] $VALUES public static com.google.common.primitives.Shorts$LexicographicalComparator[] values () public static com.google.common.primitives.Shorts$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (short[], short[]) int result int i short[] left short[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.Shorts$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/Shorts$ShortArrayAsList.class
Shorts.java package com.google.common.primitives com.google.common.primitives.Shorts$ShortArrayAsList extends java.util.AbstractList implements java.util.RandomAccess java.io.Serializable { final short[] array final int start final int end private static final long serialVersionUID void <init> (short[]) short[] array void <init> (short[], int, int) short[] array int start int end public int size () public boolean isEmpty () public java.lang.Short get (int) int index public boolean contains (java.lang.Object) Object target public int indexOf (java.lang.Object) int i Object target public int lastIndexOf (java.lang.Object) int i Object target public java.lang.Short set (int, java.lang.Short) int index Short element short oldValue public java.util.List subList (int, int) int fromIndex int toIndex int size public boolean equals (java.lang.Object) int i com.google.common.primitives.Shorts$ShortArrayAsList that int size Object object public int hashCode () int i int result public java.lang.String toString () int i StringBuilder builder short[] toShortArray () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/google/common/primitives/Shorts$ShortConverter.class
Shorts.java package com.google.common.primitives final com.google.common.primitives.Shorts$ShortConverter extends com.google.common.base.Converter implements java.io.Serializable { static final com.google.common.primitives.Shorts$ShortConverter INSTANCE private static final long serialVersionUID private void <init> () protected java.lang.Short doForward (java.lang.String) String value protected java.lang.String doBackward (java.lang.Short) Short value public java.lang.String toString () private java.lang.Object readResolve () protected volatile synthetic java.lang.Object doBackward (java.lang.Object) protected volatile synthetic java.lang.Object doForward (java.lang.Object) static void <clinit> () }
com/google/common/primitives/Shorts.class
Shorts.java package com.google.common.primitives public final com.google.common.primitives.Shorts extends com.google.common.primitives.ShortsMethodsForWeb { public static final int BYTES public static final short MAX_POWER_OF_TWO private void <init> () public static int hashCode (short) short value public static short checkedCast (long) long value short result public static short saturatedCast (long) long value public static int compare (short, short) short a short b public static boolean contains (short[], short) short value short[] array short target public static int indexOf (short[], short) short[] array short target private static int indexOf (short[], short, int, int) int i short[] array short target int start int end public static int indexOf (short[], short[]) int j int i short[] array short[] target public static int lastIndexOf (short[], short) short[] array short target private static int lastIndexOf (short[], short, int, int) int i short[] array short target int start int end public static transient short min (short[]) int i short[] array short min public static transient short max (short[]) int i short[] array short max public static short constrainToRange (short, short, short) short value short min short max public static transient short[] concat (short[][]) short[] array short[] array short[][] arrays int length short[] result int pos public static byte[] toByteArray (short) short value public static short fromByteArray (byte[]) byte[] bytes public static short fromBytes (byte, byte) byte b1 byte b2 public static com.google.common.base.Converter stringConverter () public static short[] ensureCapacity (short[], int, int) short[] array int minLength int padding public static transient java.lang.String join (java.lang.String, short[]) int i String separator short[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (short[]) short[] array public static void sortDescending (short[], int, int) short[] array int fromIndex int toIndex public static void reverse (short[]) short[] array public static void reverse (short[], int, int) short tmp int i int j short[] array int fromIndex int toIndex public static short[] toArray (java.util.Collection) int i java.util.Collection collection Object[] boxedArray int len short[] array public static transient java.util.List asList (short[]) short[] backingArray static synthetic int access$000 (short[], short, int, int) short[] x0 short x1 int x2 int x3 static synthetic int access$100 (short[], short, int, int) short[] x0 short x1 int x2 int x3 }
com/google/common/primitives/ShortsMethodsForWeb.class
ShortsMethodsForWeb.java package com.google.common.primitives abstract com.google.common.primitives.ShortsMethodsForWeb extends java.lang.Object { void <init> () }
com/google/common/primitives/SignedBytes$LexicographicalComparator.class
SignedBytes.java package com.google.common.primitives final enum com.google.common.primitives.SignedBytes$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.SignedBytes$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.SignedBytes$LexicographicalComparator[] $VALUES public static com.google.common.primitives.SignedBytes$LexicographicalComparator[] values () public static com.google.common.primitives.SignedBytes$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (byte[], byte[]) int result int i byte[] left byte[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.SignedBytes$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/SignedBytes.class
SignedBytes.java package com.google.common.primitives public final com.google.common.primitives.SignedBytes extends java.lang.Object { public static final byte MAX_POWER_OF_TWO private void <init> () public static byte checkedCast (long) long value byte result public static byte saturatedCast (long) long value public static int compare (byte, byte) byte a byte b public static transient byte min (byte[]) int i byte[] array byte min public static transient byte max (byte[]) int i byte[] array byte max public static transient java.lang.String join (java.lang.String, byte[]) int i String separator byte[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sortDescending (byte[]) byte[] array public static void sortDescending (byte[], int, int) byte[] array int fromIndex int toIndex }
com/google/common/primitives/UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator.class
UnsignedBytes.java package com.google.common.primitives final enum com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator INSTANCE private static final synthetic com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator[] $VALUES public static com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator[] values () public static com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (byte[], byte[]) int result int i byte[] left byte[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$PureJavaComparator[] $values () static void <clinit> () }
com/google/common/primitives/UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1.class
UnsignedBytes.java package com.google.common.primitives com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
com/google/common/primitives/UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator.class
UnsignedBytes.java package com.google.common.primitives final enum com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator INSTANCE static final boolean BIG_ENDIAN static final sun.misc.Unsafe theUnsafe static final int BYTE_ARRAY_BASE_OFFSET private static final synthetic com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator[] $VALUES public static com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator[] values () public static com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static sun.misc.Unsafe getUnsafe () java.security.PrivilegedActionException e public int compare (byte[], byte[]) int n long lw long rw int result byte[] left byte[] right int stride int minLength int strideLimit int i public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator[] $values () static void <clinit> () }
com/google/common/primitives/UnsignedBytes$LexicographicalComparatorHolder.class
UnsignedBytes.java package com.google.common.primitives com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder extends java.lang.Object { static final String UNSAFE_COMPARATOR_NAME static final java.util.Comparator BEST_COMPARATOR void <init> () static java.util.Comparator getBestComparator () Class theClass Object[] constants java.util.Comparator comparator Throwable t static void <clinit> () }
com/google/common/primitives/UnsignedBytes.class
UnsignedBytes.java package com.google.common.primitives public final com.google.common.primitives.UnsignedBytes extends java.lang.Object { public static final byte MAX_POWER_OF_TWO public static final byte MAX_VALUE private static final int UNSIGNED_MASK private void <init> () public static int toInt (byte) byte value public static byte checkedCast (long) long value public static byte saturatedCast (long) long value public static int compare (byte, byte) byte a byte b public static transient byte min (byte[]) int next int i byte[] array int min public static transient byte max (byte[]) int next int i byte[] array int max public static java.lang.String toString (byte) byte x public static java.lang.String toString (byte, int) byte x int radix public static byte parseUnsignedByte (java.lang.String) String string public static byte parseUnsignedByte (java.lang.String, int) String string int radix int parse public static transient java.lang.String join (java.lang.String, byte[]) int i String separator byte[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () static java.util.Comparator lexicographicalComparatorJavaImpl () private static byte flip (byte) byte b public static void sort (byte[]) byte[] array public static void sort (byte[], int, int) int i int i byte[] array int fromIndex int toIndex public static void sortDescending (byte[]) byte[] array public static void sortDescending (byte[], int, int) int i int i byte[] array int fromIndex int toIndex }
com/google/common/primitives/UnsignedInteger.class
UnsignedInteger.java package com.google.common.primitives public final com.google.common.primitives.UnsignedInteger extends java.lang.Number implements java.lang.Comparable { public static final com.google.common.primitives.UnsignedInteger ZERO public static final com.google.common.primitives.UnsignedInteger ONE public static final com.google.common.primitives.UnsignedInteger MAX_VALUE private final int value private void <init> (int) int value public static com.google.common.primitives.UnsignedInteger fromIntBits (int) int bits public static com.google.common.primitives.UnsignedInteger valueOf (long) long value public static com.google.common.primitives.UnsignedInteger valueOf (java.math.BigInteger) java.math.BigInteger value public static com.google.common.primitives.UnsignedInteger valueOf (java.lang.String) String string public static com.google.common.primitives.UnsignedInteger valueOf (java.lang.String, int) String string int radix public com.google.common.primitives.UnsignedInteger plus (com.google.common.primitives.UnsignedInteger) com.google.common.primitives.UnsignedInteger val public com.google.common.primitives.UnsignedInteger minus (com.google.common.primitives.UnsignedInteger) com.google.common.primitives.UnsignedInteger val public com.google.common.primitives.UnsignedInteger times (com.google.common.primitives.UnsignedInteger) com.google.common.primitives.UnsignedInteger val public com.google.common.primitives.UnsignedInteger dividedBy (com.google.common.primitives.UnsignedInteger) com.google.common.primitives.UnsignedInteger val public com.google.common.primitives.UnsignedInteger mod (com.google.common.primitives.UnsignedInteger) com.google.common.primitives.UnsignedInteger val public int intValue () public long longValue () public float floatValue () public double doubleValue () public java.math.BigInteger bigIntegerValue () public int compareTo (com.google.common.primitives.UnsignedInteger) com.google.common.primitives.UnsignedInteger other public int hashCode () public boolean equals (java.lang.Object) com.google.common.primitives.UnsignedInteger other Object obj public java.lang.String toString () public java.lang.String toString (int) int radix public volatile synthetic int compareTo (java.lang.Object) static void <clinit> () }
com/google/common/primitives/UnsignedInts$LexicographicalComparator.class
UnsignedInts.java package com.google.common.primitives final enum com.google.common.primitives.UnsignedInts$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.UnsignedInts$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.UnsignedInts$LexicographicalComparator[] $VALUES public static com.google.common.primitives.UnsignedInts$LexicographicalComparator[] values () public static com.google.common.primitives.UnsignedInts$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (int[], int[]) int i int[] left int[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.UnsignedInts$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/UnsignedInts.class
UnsignedInts.java package com.google.common.primitives public final com.google.common.primitives.UnsignedInts extends java.lang.Object { static final long INT_MASK private void <init> () static int flip (int) int value public static int compare (int, int) int a int b public static long toLong (int) int value public static int checkedCast (long) long value public static int saturatedCast (long) long value public static transient int min (int[]) int next int i int[] array int min public static transient int max (int[]) int next int i int[] array int max public static transient java.lang.String join (java.lang.String, int[]) int i String separator int[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sort (int[]) int[] array public static void sort (int[], int, int) int i int i int[] array int fromIndex int toIndex public static void sortDescending (int[]) int[] array public static void sortDescending (int[], int, int) int i int i int[] array int fromIndex int toIndex public static int divide (int, int) int dividend int divisor public static int remainder (int, int) int dividend int divisor public static int decode (java.lang.String) NumberFormatException decodeException NumberFormatException e String stringValue com.google.common.primitives.ParseRequest request public static int parseUnsignedInt (java.lang.String) String s public static int parseUnsignedInt (java.lang.String, int) String string int radix long result public static java.lang.String toString (int) int x public static java.lang.String toString (int, int) int x int radix long asLong }
com/google/common/primitives/UnsignedLong.class
UnsignedLong.java package com.google.common.primitives public final com.google.common.primitives.UnsignedLong extends java.lang.Number implements java.lang.Comparable java.io.Serializable { private static final long UNSIGNED_MASK public static final com.google.common.primitives.UnsignedLong ZERO public static final com.google.common.primitives.UnsignedLong ONE public static final com.google.common.primitives.UnsignedLong MAX_VALUE private final long value private void <init> (long) long value public static com.google.common.primitives.UnsignedLong fromLongBits (long) long bits public static com.google.common.primitives.UnsignedLong valueOf (long) long value public static com.google.common.primitives.UnsignedLong valueOf (java.math.BigInteger) java.math.BigInteger value public static com.google.common.primitives.UnsignedLong valueOf (java.lang.String) String string public static com.google.common.primitives.UnsignedLong valueOf (java.lang.String, int) String string int radix public com.google.common.primitives.UnsignedLong plus (com.google.common.primitives.UnsignedLong) com.google.common.primitives.UnsignedLong val public com.google.common.primitives.UnsignedLong minus (com.google.common.primitives.UnsignedLong) com.google.common.primitives.UnsignedLong val public com.google.common.primitives.UnsignedLong times (com.google.common.primitives.UnsignedLong) com.google.common.primitives.UnsignedLong val public com.google.common.primitives.UnsignedLong dividedBy (com.google.common.primitives.UnsignedLong) com.google.common.primitives.UnsignedLong val public com.google.common.primitives.UnsignedLong mod (com.google.common.primitives.UnsignedLong) com.google.common.primitives.UnsignedLong val public int intValue () public long longValue () public float floatValue () public double doubleValue () public java.math.BigInteger bigIntegerValue () java.math.BigInteger bigInt public int compareTo (com.google.common.primitives.UnsignedLong) com.google.common.primitives.UnsignedLong o public int hashCode () public boolean equals (java.lang.Object) com.google.common.primitives.UnsignedLong other Object obj public java.lang.String toString () public java.lang.String toString (int) int radix public volatile synthetic int compareTo (java.lang.Object) static void <clinit> () }
com/google/common/primitives/UnsignedLongs$LexicographicalComparator.class
UnsignedLongs.java package com.google.common.primitives final enum com.google.common.primitives.UnsignedLongs$LexicographicalComparator extends java.lang.Enum implements java.util.Comparator { public static final enum com.google.common.primitives.UnsignedLongs$LexicographicalComparator INSTANCE private static final synthetic com.google.common.primitives.UnsignedLongs$LexicographicalComparator[] $VALUES public static com.google.common.primitives.UnsignedLongs$LexicographicalComparator[] values () public static com.google.common.primitives.UnsignedLongs$LexicographicalComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (long[], long[]) int i long[] left long[] right int minLength public java.lang.String toString () public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.common.primitives.UnsignedLongs$LexicographicalComparator[] $values () static void <clinit> () }
com/google/common/primitives/UnsignedLongs$ParseOverflowDetection.class
UnsignedLongs.java package com.google.common.primitives final com.google.common.primitives.UnsignedLongs$ParseOverflowDetection extends java.lang.Object { static final long[] maxValueDivs static final int[] maxValueMods static final int[] maxSafeDigits private void <init> () static boolean overflowInParse (long, int, int) long current int digit int radix static void <clinit> () int i java.math.BigInteger overflow }
com/google/common/primitives/UnsignedLongs.class
UnsignedLongs.java package com.google.common.primitives public final com.google.common.primitives.UnsignedLongs extends java.lang.Object { public static final long MAX_VALUE private void <init> () private static long flip (long) long a public static int compare (long, long) long a long b public static transient long min (long[]) long next int i long[] array long min public static transient long max (long[]) long next int i long[] array long max public static transient java.lang.String join (java.lang.String, long[]) int i String separator long[] array StringBuilder builder public static java.util.Comparator lexicographicalComparator () public static void sort (long[]) long[] array public static void sort (long[], int, int) int i int i long[] array int fromIndex int toIndex public static void sortDescending (long[]) long[] array public static void sortDescending (long[], int, int) int i int i long[] array int fromIndex int toIndex public static long divide (long, long) long dividend long divisor long quotient long rem public static long remainder (long, long) long dividend long divisor long quotient long rem public static long parseUnsignedLong (java.lang.String) String string public static long parseUnsignedLong (java.lang.String, int) int digit int pos String string int radix int maxSafePos long value public static long decode (java.lang.String) NumberFormatException decodeException NumberFormatException e String stringValue com.google.common.primitives.ParseRequest request public static java.lang.String toString (long) long x public static java.lang.String toString (long, int) int shift int mask long quotient long quotient long rem char[] buf int i long x int radix }
com/google/common/primitives/package-info.class
package-info.java package com.google.common.primitives abstract synthetic com.google.common.primitives.package-info extends java.lang.Object { }
com/google/common/reflect/
com/google/common/reflect/AbstractInvocationHandler.class
AbstractInvocationHandler.java package com.google.common.reflect public abstract com.google.common.reflect.AbstractInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler { private static final Object[] NO_ARGS public void <init> () public final java.lang.Object invoke (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Throwable Object arg Object proxy java.lang.reflect.Method method Object[] args protected abstract java.lang.Object handleInvocation (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Throwable public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.String toString () private static boolean isProxyOfSameInterfaces (java.lang.Object, java.lang.Class) Object arg Class proxyClass static void <clinit> () }
com/google/common/reflect/ClassPath$ClassInfo.class
ClassPath.java package com.google.common.reflect public final com.google.common.reflect.ClassPath$ClassInfo extends com.google.common.reflect.ClassPath$ResourceInfo { private final String className void <init> (java.io.File, java.lang.String, java.lang.ClassLoader) java.io.File file String resourceName ClassLoader loader public java.lang.String getPackageName () public java.lang.String getSimpleName () String innerClassName int lastDollarSign String packageName public java.lang.String getName () public boolean isTopLevel () public java.lang.Class load () ClassNotFoundException e public java.lang.String toString () }
com/google/common/reflect/ClassPath$LocationInfo.class
ClassPath.java package com.google.common.reflect final com.google.common.reflect.ClassPath$LocationInfo extends java.lang.Object { final java.io.File home private final ClassLoader classloader void <init> (java.io.File, java.lang.ClassLoader) java.io.File home ClassLoader classloader public final java.io.File file () public com.google.common.collect.ImmutableSet scanResources () throws java.io.IOException public com.google.common.collect.ImmutableSet scanResources (java.util.Set) throws java.io.IOException java.util.Set scannedFiles com.google.common.collect.ImmutableSet$Builder builder private void scan (java.io.File, java.util.Set, com.google.common.collect.ImmutableSet$Builder) throws java.io.IOException SecurityException e java.io.File file java.util.Set scannedUris com.google.common.collect.ImmutableSet$Builder builder private void scanJar (java.io.File, java.util.Set, com.google.common.collect.ImmutableSet$Builder) throws java.io.IOException java.util.jar.JarFile jarFile java.io.IOException e java.io.File path java.io.File file java.util.Set scannedUris com.google.common.collect.ImmutableSet$Builder builder java.util.jar.JarFile jarFile private void scanJarFile (java.util.jar.JarFile, com.google.common.collect.ImmutableSet$Builder) java.util.jar.JarEntry entry java.util.jar.JarFile file com.google.common.collect.ImmutableSet$Builder builder java.util.Enumeration entries private void scanDirectory (java.io.File, com.google.common.collect.ImmutableSet$Builder) throws java.io.IOException java.io.File directory com.google.common.collect.ImmutableSet$Builder builder java.util.Set currentPath private void scanDirectory (java.io.File, java.lang.String, java.util.Set, com.google.common.collect.ImmutableSet$Builder) throws java.io.IOException java.io.File deref String resourceName String name java.io.File f java.io.File directory String packagePrefix java.util.Set currentPath com.google.common.collect.ImmutableSet$Builder builder java.io.File[] files public boolean equals (java.lang.Object) com.google.common.reflect.ClassPath$LocationInfo that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/reflect/ClassPath$ResourceInfo.class
ClassPath.java package com.google.common.reflect public com.google.common.reflect.ClassPath$ResourceInfo extends java.lang.Object { private final java.io.File file private final String resourceName final ClassLoader loader static com.google.common.reflect.ClassPath$ResourceInfo of (java.io.File, java.lang.String, java.lang.ClassLoader) java.io.File file String resourceName ClassLoader loader void <init> (java.io.File, java.lang.String, java.lang.ClassLoader) java.io.File file String resourceName ClassLoader loader public final java.net.URL url () java.net.URL url public final com.google.common.io.ByteSource asByteSource () public final com.google.common.io.CharSource asCharSource (java.nio.charset.Charset) java.nio.charset.Charset charset public final java.lang.String getResourceName () final java.io.File getFile () public int hashCode () public boolean equals (java.lang.Object) com.google.common.reflect.ClassPath$ResourceInfo that Object obj public java.lang.String toString () }
com/google/common/reflect/ClassPath.class
ClassPath.java package com.google.common.reflect public final com.google.common.reflect.ClassPath extends java.lang.Object { private static final java.util.logging.Logger logger private static final com.google.common.base.Splitter CLASS_PATH_ATTRIBUTE_SEPARATOR private static final String CLASS_FILE_NAME_EXTENSION private final com.google.common.collect.ImmutableSet resources private void <init> (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet resources public static com.google.common.reflect.ClassPath from (java.lang.ClassLoader) throws java.io.IOException com.google.common.reflect.ClassPath$LocationInfo location com.google.common.reflect.ClassPath$LocationInfo location ClassLoader classloader com.google.common.collect.ImmutableSet locations java.util.Set scanned com.google.common.collect.ImmutableSet$Builder builder public com.google.common.collect.ImmutableSet getResources () public com.google.common.collect.ImmutableSet getAllClasses () public com.google.common.collect.ImmutableSet getTopLevelClasses () public com.google.common.collect.ImmutableSet getTopLevelClasses (java.lang.String) com.google.common.reflect.ClassPath$ClassInfo classInfo String packageName com.google.common.collect.ImmutableSet$Builder builder public com.google.common.collect.ImmutableSet getTopLevelClassesRecursive (java.lang.String) com.google.common.reflect.ClassPath$ClassInfo classInfo String packageName String packagePrefix com.google.common.collect.ImmutableSet$Builder builder static com.google.common.collect.ImmutableSet locationsFrom (java.lang.ClassLoader) java.util.Map$Entry entry ClassLoader classloader com.google.common.collect.ImmutableSet$Builder builder static com.google.common.collect.ImmutableSet getClassPathFromManifest (java.io.File, java.util.jar.Manifest) java.net.URL url java.net.MalformedURLException e java.net.URL url String path java.io.File jarFile java.util.jar.Manifest manifest com.google.common.collect.ImmutableSet$Builder builder String classpathAttribute static com.google.common.collect.ImmutableMap getClassPathEntries (java.lang.ClassLoader) java.io.File file java.net.URL url ClassLoader classloader java.util.LinkedHashMap entries ClassLoader parent private static com.google.common.collect.ImmutableList getClassLoaderUrls (java.lang.ClassLoader) ClassLoader classloader static com.google.common.collect.ImmutableList parseJavaClassPath () SecurityException e java.net.MalformedURLException e String entry com.google.common.collect.ImmutableList$Builder urls static java.net.URL getClassPathEntry (java.io.File, java.lang.String) throws java.net.MalformedURLException java.io.File jarFile String path static java.lang.String getClassName (java.lang.String) String filename int classNameEnd static java.io.File toFile (java.net.URL) java.net.URISyntaxException e java.net.URL url static synthetic java.util.logging.Logger access$000 () static void <clinit> () }
com/google/common/reflect/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.reflect abstract annotation com.google.common.reflect.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/reflect/ImmutableTypeToInstanceMap$1.class
ImmutableTypeToInstanceMap.java package com.google.common.reflect synthetic com.google.common.reflect.ImmutableTypeToInstanceMap$1 extends java.lang.Object { }
com/google/common/reflect/ImmutableTypeToInstanceMap$Builder.class
ImmutableTypeToInstanceMap.java package com.google.common.reflect public final com.google.common.reflect.ImmutableTypeToInstanceMap$Builder extends java.lang.Object { private final com.google.common.collect.ImmutableMap$Builder mapBuilder private void <init> () public com.google.common.reflect.ImmutableTypeToInstanceMap$Builder put (java.lang.Class, java.lang.Object) Class key Object value public com.google.common.reflect.ImmutableTypeToInstanceMap$Builder put (com.google.common.reflect.TypeToken, java.lang.Object) com.google.common.reflect.TypeToken key Object value public com.google.common.reflect.ImmutableTypeToInstanceMap build () synthetic void <init> (com.google.common.reflect.ImmutableTypeToInstanceMap$1) com.google.common.reflect.ImmutableTypeToInstanceMap$1 x0 }
com/google/common/reflect/ImmutableTypeToInstanceMap.class
ImmutableTypeToInstanceMap.java package com.google.common.reflect public final com.google.common.reflect.ImmutableTypeToInstanceMap extends com.google.common.collect.ForwardingMap implements com.google.common.reflect.TypeToInstanceMap { private final com.google.common.collect.ImmutableMap delegate public static com.google.common.reflect.ImmutableTypeToInstanceMap of () public static com.google.common.reflect.ImmutableTypeToInstanceMap$Builder builder () private void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap delegate public java.lang.Object getInstance (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public java.lang.Object getInstance (java.lang.Class) Class type public java.lang.Object putInstance (com.google.common.reflect.TypeToken, java.lang.Object) com.google.common.reflect.TypeToken type Object value public java.lang.Object putInstance (java.lang.Class, java.lang.Object) Class type Object value public java.lang.Object put (com.google.common.reflect.TypeToken, java.lang.Object) com.google.common.reflect.TypeToken key Object value public void putAll (java.util.Map) java.util.Map map protected java.util.Map delegate () private java.lang.Object trustedGet (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) protected volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.collect.ImmutableMap, com.google.common.reflect.ImmutableTypeToInstanceMap$1) com.google.common.collect.ImmutableMap x0 com.google.common.reflect.ImmutableTypeToInstanceMap$1 x1 }
com/google/common/reflect/Invokable$ConstructorInvokable.class
Invokable.java package com.google.common.reflect com.google.common.reflect.Invokable$ConstructorInvokable extends com.google.common.reflect.Invokable { final java.lang.reflect.Constructor constructor void <init> (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor final java.lang.Object invokeInternal (java.lang.Object, java.lang.Object[]) throws java.lang.reflect.InvocationTargetException java.lang.IllegalAccessException InstantiationException e Object receiver Object[] args java.lang.reflect.Type getGenericReturnType () Class declaringClass java.lang.reflect.TypeVariable[] typeParams java.lang.reflect.Type[] getGenericParameterTypes () Class[] rawParamTypes java.lang.reflect.Type[] types java.lang.reflect.AnnotatedType[] getAnnotatedParameterTypes () public java.lang.reflect.AnnotatedType getAnnotatedReturnType () java.lang.reflect.Type[] getGenericExceptionTypes () final java.lang.annotation.Annotation[][] getParameterAnnotations () public final java.lang.reflect.TypeVariable[] getTypeParameters () java.lang.reflect.TypeVariable[] declaredByClass java.lang.reflect.TypeVariable[] declaredByConstructor java.lang.reflect.TypeVariable[] result public final boolean isOverridable () public final boolean isVarArgs () private boolean mayNeedHiddenThis () Class declaringClass java.lang.reflect.Method enclosingMethod }
com/google/common/reflect/Invokable$MethodInvokable.class
Invokable.java package com.google.common.reflect com.google.common.reflect.Invokable$MethodInvokable extends com.google.common.reflect.Invokable { final java.lang.reflect.Method method void <init> (java.lang.reflect.Method) java.lang.reflect.Method method final java.lang.Object invokeInternal (java.lang.Object, java.lang.Object[]) throws java.lang.reflect.InvocationTargetException java.lang.IllegalAccessException Object receiver Object[] args java.lang.reflect.Type getGenericReturnType () java.lang.reflect.Type[] getGenericParameterTypes () java.lang.reflect.AnnotatedType[] getAnnotatedParameterTypes () public java.lang.reflect.AnnotatedType getAnnotatedReturnType () java.lang.reflect.Type[] getGenericExceptionTypes () final java.lang.annotation.Annotation[][] getParameterAnnotations () public final java.lang.reflect.TypeVariable[] getTypeParameters () public final boolean isOverridable () public final boolean isVarArgs () }
com/google/common/reflect/Invokable.class
Invokable.java package com.google.common.reflect public abstract com.google.common.reflect.Invokable extends java.lang.Object implements java.lang.reflect.AnnotatedElement java.lang.reflect.Member { private final java.lang.reflect.AccessibleObject accessibleObject private final java.lang.reflect.Member member void <init> (java.lang.reflect.AccessibleObject) java.lang.reflect.AccessibleObject member public static com.google.common.reflect.Invokable from (java.lang.reflect.Method) java.lang.reflect.Method method public static com.google.common.reflect.Invokable from (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public final boolean isAnnotationPresent (java.lang.Class) Class annotationClass public final java.lang.annotation.Annotation getAnnotation (java.lang.Class) Class annotationClass public final java.lang.annotation.Annotation[] getAnnotations () public final java.lang.annotation.Annotation[] getDeclaredAnnotations () public abstract java.lang.reflect.TypeVariable[] getTypeParameters () public final void setAccessible (boolean) boolean flag public final boolean trySetAccessible () RuntimeException e public final boolean isAccessible () public final java.lang.String getName () public final int getModifiers () public final boolean isSynthetic () public final boolean isPublic () public final boolean isProtected () public final boolean isPackagePrivate () public final boolean isPrivate () public final boolean isStatic () public final boolean isFinal () public final boolean isAbstract () public final boolean isNative () public final boolean isSynchronized () final boolean isVolatile () final boolean isTransient () public boolean equals (java.lang.Object) com.google.common.reflect.Invokable that Object obj public int hashCode () public java.lang.String toString () public abstract boolean isOverridable () public abstract boolean isVarArgs () public final transient java.lang.Object invoke (java.lang.Object, java.lang.Object[]) throws java.lang.reflect.InvocationTargetException java.lang.IllegalAccessException Object receiver Object[] args public final com.google.common.reflect.TypeToken getReturnType () public final com.google.common.collect.ImmutableList getParameters () int i java.lang.reflect.Type[] parameterTypes java.lang.annotation.Annotation[][] annotations java.lang.reflect.AnnotatedType[] annotatedTypes com.google.common.collect.ImmutableList$Builder builder public final com.google.common.collect.ImmutableList getExceptionTypes () com.google.common.reflect.TypeToken exceptionType java.lang.reflect.Type type com.google.common.collect.ImmutableList$Builder builder public final com.google.common.reflect.Invokable returning (java.lang.Class) Class returnType public final com.google.common.reflect.Invokable returning (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken returnType com.google.common.reflect.Invokable specialized public final java.lang.Class getDeclaringClass () public com.google.common.reflect.TypeToken getOwnerType () abstract java.lang.Object invokeInternal (java.lang.Object, java.lang.Object[]) throws java.lang.reflect.InvocationTargetException java.lang.IllegalAccessException abstract java.lang.reflect.Type[] getGenericParameterTypes () abstract java.lang.reflect.AnnotatedType[] getAnnotatedParameterTypes () abstract java.lang.reflect.Type[] getGenericExceptionTypes () abstract java.lang.annotation.Annotation[][] getParameterAnnotations () abstract java.lang.reflect.Type getGenericReturnType () public abstract java.lang.reflect.AnnotatedType getAnnotatedReturnType () }
com/google/common/reflect/MutableTypeToInstanceMap$UnmodifiableEntry$1.class
MutableTypeToInstanceMap.java package com.google.common.reflect com.google.common.reflect.MutableTypeToInstanceMap$UnmodifiableEntry$1 extends com.google.common.collect.ForwardingSet { final synthetic java.util.Set val$entries void <init> (java.util.Set) protected java.util.Set delegate () public java.util.Iterator iterator () public java.lang.Object[] toArray () Object[] result public java.lang.Object[] toArray (java.lang.Object[]) Object[] array protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/reflect/MutableTypeToInstanceMap$UnmodifiableEntry.class
MutableTypeToInstanceMap.java package com.google.common.reflect final com.google.common.reflect.MutableTypeToInstanceMap$UnmodifiableEntry extends com.google.common.collect.ForwardingMapEntry { private final java.util.Map$Entry delegate static java.util.Set transformEntries (java.util.Set) java.util.Set entries private static java.util.Iterator transformEntries (java.util.Iterator) java.util.Iterator entries private void <init> (java.util.Map$Entry) java.util.Map$Entry delegate protected java.util.Map$Entry delegate () public java.lang.Object setValue (java.lang.Object) Object value protected volatile synthetic java.lang.Object delegate () static synthetic java.util.Iterator access$000 (java.util.Iterator) java.util.Iterator x0 }
com/google/common/reflect/MutableTypeToInstanceMap.class
MutableTypeToInstanceMap.java package com.google.common.reflect public final com.google.common.reflect.MutableTypeToInstanceMap extends com.google.common.collect.ForwardingMap implements com.google.common.reflect.TypeToInstanceMap { private final java.util.Map backingMap public void <init> () public java.lang.Object getInstance (java.lang.Class) Class type public java.lang.Object getInstance (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public java.lang.Object putInstance (java.lang.Class, java.lang.Object) Class type Object value public java.lang.Object putInstance (com.google.common.reflect.TypeToken, java.lang.Object) com.google.common.reflect.TypeToken type Object value public java.lang.Object put (com.google.common.reflect.TypeToken, java.lang.Object) com.google.common.reflect.TypeToken key Object value public void putAll (java.util.Map) java.util.Map map public java.util.Set entrySet () protected java.util.Map delegate () private java.lang.Object trustedPut (com.google.common.reflect.TypeToken, java.lang.Object) com.google.common.reflect.TypeToken type Object value private java.lang.Object trustedGet (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) protected volatile synthetic java.lang.Object delegate () }
com/google/common/reflect/Parameter.class
Parameter.java package com.google.common.reflect public final com.google.common.reflect.Parameter extends java.lang.Object implements java.lang.reflect.AnnotatedElement { private final com.google.common.reflect.Invokable declaration private final int position private final com.google.common.reflect.TypeToken type private final com.google.common.collect.ImmutableList annotations private final java.lang.reflect.AnnotatedType annotatedType void <init> (com.google.common.reflect.Invokable, int, com.google.common.reflect.TypeToken, java.lang.annotation.Annotation[], java.lang.reflect.AnnotatedType) com.google.common.reflect.Invokable declaration int position com.google.common.reflect.TypeToken type java.lang.annotation.Annotation[] annotations java.lang.reflect.AnnotatedType annotatedType public com.google.common.reflect.TypeToken getType () public com.google.common.reflect.Invokable getDeclaringInvokable () public boolean isAnnotationPresent (java.lang.Class) Class annotationType public java.lang.annotation.Annotation getAnnotation (java.lang.Class) java.lang.annotation.Annotation annotation Class annotationType public java.lang.annotation.Annotation[] getAnnotations () public java.lang.annotation.Annotation[] getAnnotationsByType (java.lang.Class) Class annotationType public java.lang.annotation.Annotation[] getDeclaredAnnotations () public java.lang.annotation.Annotation getDeclaredAnnotation (java.lang.Class) Class annotationType public java.lang.annotation.Annotation[] getDeclaredAnnotationsByType (java.lang.Class) Class annotationType java.lang.annotation.Annotation[] result java.lang.annotation.Annotation[] cast public java.lang.reflect.AnnotatedType getAnnotatedType () public boolean equals (java.lang.Object) com.google.common.reflect.Parameter that Object obj public int hashCode () public java.lang.String toString () }
com/google/common/reflect/ParametricNullness.class
ParametricNullness.java package com.google.common.reflect abstract annotation com.google.common.reflect.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/reflect/Reflection.class
Reflection.java package com.google.common.reflect public final com.google.common.reflect.Reflection extends java.lang.Object { public static java.lang.String getPackageName (java.lang.Class) Class clazz public static java.lang.String getPackageName (java.lang.String) String classFullName int lastDot public static transient void initialize (java.lang.Class[]) ClassNotFoundException e Class clazz Class[] classes public static java.lang.Object newProxy (java.lang.Class, java.lang.reflect.InvocationHandler) Class interfaceType java.lang.reflect.InvocationHandler handler Object object private void <init> () }
com/google/common/reflect/TypeCapture.class
TypeCapture.java package com.google.common.reflect abstract com.google.common.reflect.TypeCapture extends java.lang.Object { void <init> () final java.lang.reflect.Type capture () java.lang.reflect.Type superclass }
com/google/common/reflect/TypeParameter.class
TypeParameter.java package com.google.common.reflect public abstract com.google.common.reflect.TypeParameter extends com.google.common.reflect.TypeCapture { final java.lang.reflect.TypeVariable typeVariable protected void <init> () java.lang.reflect.Type type public final int hashCode () public final boolean equals (java.lang.Object) com.google.common.reflect.TypeParameter that Object o public java.lang.String toString () }
com/google/common/reflect/TypeResolver$1.class
TypeResolver.java package com.google.common.reflect com.google.common.reflect.TypeResolver$1 extends com.google.common.reflect.TypeVisitor { final synthetic java.util.Map val$mappings final synthetic java.lang.reflect.Type val$to void <init> (java.util.Map, java.lang.reflect.Type) void visitTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable typeVariable void visitWildcardType (java.lang.reflect.WildcardType) int i int i java.lang.reflect.WildcardType fromWildcardType java.lang.reflect.WildcardType toWildcardType java.lang.reflect.Type[] fromUpperBounds java.lang.reflect.Type[] toUpperBounds java.lang.reflect.Type[] fromLowerBounds java.lang.reflect.Type[] toLowerBounds void visitParameterizedType (java.lang.reflect.ParameterizedType) int i java.lang.reflect.ParameterizedType fromParameterizedType java.lang.reflect.ParameterizedType toParameterizedType java.lang.reflect.Type[] fromArgs java.lang.reflect.Type[] toArgs void visitGenericArrayType (java.lang.reflect.GenericArrayType) java.lang.reflect.GenericArrayType fromArrayType java.lang.reflect.Type componentType void visitClass (java.lang.Class) Class fromClass }
com/google/common/reflect/TypeResolver$TypeMappingIntrospector.class
TypeResolver.java package com.google.common.reflect final com.google.common.reflect.TypeResolver$TypeMappingIntrospector extends com.google.common.reflect.TypeVisitor { private final java.util.Map mappings private void <init> () static com.google.common.collect.ImmutableMap getTypeMappings (java.lang.reflect.Type) java.lang.reflect.Type contextType com.google.common.reflect.TypeResolver$TypeMappingIntrospector introspector void visitClass (java.lang.Class) Class clazz void visitParameterizedType (java.lang.reflect.ParameterizedType) int i java.lang.reflect.ParameterizedType parameterizedType Class rawClass java.lang.reflect.TypeVariable[] vars java.lang.reflect.Type[] typeArgs void visitTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable t void visitWildcardType (java.lang.reflect.WildcardType) java.lang.reflect.WildcardType t private void map (com.google.common.reflect.TypeResolver$TypeVariableKey, java.lang.reflect.Type) java.lang.reflect.Type x java.lang.reflect.Type t com.google.common.reflect.TypeResolver$TypeVariableKey var java.lang.reflect.Type arg }
com/google/common/reflect/TypeResolver$TypeTable$1.class
TypeResolver.java package com.google.common.reflect com.google.common.reflect.TypeResolver$TypeTable$1 extends com.google.common.reflect.TypeResolver$TypeTable { final synthetic java.lang.reflect.TypeVariable val$var final synthetic com.google.common.reflect.TypeResolver$TypeTable val$unguarded void <init> (com.google.common.reflect.TypeResolver$TypeTable, java.lang.reflect.TypeVariable, com.google.common.reflect.TypeResolver$TypeTable) com.google.common.reflect.TypeResolver$TypeTable this$0 public java.lang.reflect.Type resolveInternal (java.lang.reflect.TypeVariable, com.google.common.reflect.TypeResolver$TypeTable) java.lang.reflect.TypeVariable intermediateVar com.google.common.reflect.TypeResolver$TypeTable forDependent }
com/google/common/reflect/TypeResolver$TypeTable.class
TypeResolver.java package com.google.common.reflect com.google.common.reflect.TypeResolver$TypeTable extends java.lang.Object { private final com.google.common.collect.ImmutableMap map void <init> () private void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map final com.google.common.reflect.TypeResolver$TypeTable where (java.util.Map) com.google.common.reflect.TypeResolver$TypeVariableKey variable java.lang.reflect.Type type java.util.Map$Entry mapping java.util.Map mappings com.google.common.collect.ImmutableMap$Builder builder final java.lang.reflect.Type resolve (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable var com.google.common.reflect.TypeResolver$TypeTable unguarded com.google.common.reflect.TypeResolver$TypeTable guarded java.lang.reflect.Type resolveInternal (java.lang.reflect.TypeVariable, com.google.common.reflect.TypeResolver$TypeTable) java.lang.reflect.Type[] bounds java.lang.reflect.Type[] resolvedBounds java.lang.reflect.TypeVariable var com.google.common.reflect.TypeResolver$TypeTable forDependants java.lang.reflect.Type type }
com/google/common/reflect/TypeResolver$TypeVariableKey.class
TypeResolver.java package com.google.common.reflect final com.google.common.reflect.TypeResolver$TypeVariableKey extends java.lang.Object { private final java.lang.reflect.TypeVariable var void <init> (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable var public int hashCode () public boolean equals (java.lang.Object) com.google.common.reflect.TypeResolver$TypeVariableKey that Object obj public java.lang.String toString () static com.google.common.reflect.TypeResolver$TypeVariableKey forLookup (java.lang.reflect.Type) java.lang.reflect.Type t boolean equalsType (java.lang.reflect.Type) java.lang.reflect.Type type private boolean equalsTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable that }
com/google/common/reflect/TypeResolver$WildcardCapturer$1.class
TypeResolver.java package com.google.common.reflect com.google.common.reflect.TypeResolver$WildcardCapturer$1 extends com.google.common.reflect.TypeResolver$WildcardCapturer { final synthetic java.lang.reflect.TypeVariable val$typeParam void <init> (com.google.common.reflect.TypeResolver$WildcardCapturer, java.util.concurrent.atomic.AtomicInteger, java.lang.reflect.TypeVariable) com.google.common.reflect.TypeResolver$WildcardCapturer this$0 java.util.concurrent.atomic.AtomicInteger id java.lang.reflect.TypeVariable captureAsTypeVariable (java.lang.reflect.Type[]) java.lang.reflect.Type[] upperBounds java.util.Set combined }
com/google/common/reflect/TypeResolver$WildcardCapturer.class
TypeResolver.java package com.google.common.reflect com.google.common.reflect.TypeResolver$WildcardCapturer extends java.lang.Object { static final com.google.common.reflect.TypeResolver$WildcardCapturer INSTANCE private final java.util.concurrent.atomic.AtomicInteger id private void <init> () private void <init> (java.util.concurrent.atomic.AtomicInteger) java.util.concurrent.atomic.AtomicInteger id final java.lang.reflect.Type capture (java.lang.reflect.Type) java.lang.reflect.GenericArrayType arrayType int i java.lang.reflect.ParameterizedType parameterizedType Class rawType java.lang.reflect.TypeVariable[] typeVars java.lang.reflect.Type[] typeArgs java.lang.reflect.WildcardType wildcardType java.lang.reflect.Type[] lowerBounds java.lang.reflect.Type type java.lang.reflect.TypeVariable captureAsTypeVariable (java.lang.reflect.Type[]) java.lang.reflect.Type[] upperBounds String name private com.google.common.reflect.TypeResolver$WildcardCapturer forTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable typeParam private com.google.common.reflect.TypeResolver$WildcardCapturer notForTypeVariable () private java.lang.reflect.Type captureNullable (java.lang.reflect.Type) java.lang.reflect.Type type synthetic void <init> (java.util.concurrent.atomic.AtomicInteger, com.google.common.reflect.TypeResolver$1) java.util.concurrent.atomic.AtomicInteger x0 com.google.common.reflect.TypeResolver$1 x1 static void <clinit> () }
com/google/common/reflect/TypeResolver.class
TypeResolver.java package com.google.common.reflect public final com.google.common.reflect.TypeResolver extends java.lang.Object { private final com.google.common.reflect.TypeResolver$TypeTable typeTable public void <init> () private void <init> (com.google.common.reflect.TypeResolver$TypeTable) com.google.common.reflect.TypeResolver$TypeTable typeTable static com.google.common.reflect.TypeResolver covariantly (java.lang.reflect.Type) java.lang.reflect.Type contextType static com.google.common.reflect.TypeResolver invariantly (java.lang.reflect.Type) java.lang.reflect.Type contextType java.lang.reflect.Type invariantContext public com.google.common.reflect.TypeResolver where (java.lang.reflect.Type, java.lang.reflect.Type) java.lang.reflect.Type formal java.lang.reflect.Type actual java.util.Map mappings com.google.common.reflect.TypeResolver where (java.util.Map) java.util.Map mappings private static void populateTypeMappings (java.util.Map, java.lang.reflect.Type, java.lang.reflect.Type) java.util.Map mappings java.lang.reflect.Type from java.lang.reflect.Type to public java.lang.reflect.Type resolveType (java.lang.reflect.Type) java.lang.reflect.Type type java.lang.reflect.Type[] resolveTypesInPlace (java.lang.reflect.Type[]) int i java.lang.reflect.Type[] types private java.lang.reflect.Type[] resolveTypes (java.lang.reflect.Type[]) int i java.lang.reflect.Type[] types java.lang.reflect.Type[] result private java.lang.reflect.WildcardType resolveWildcardType (java.lang.reflect.WildcardType) java.lang.reflect.WildcardType type java.lang.reflect.Type[] lowerBounds java.lang.reflect.Type[] upperBounds private java.lang.reflect.Type resolveGenericArrayType (java.lang.reflect.GenericArrayType) java.lang.reflect.GenericArrayType type java.lang.reflect.Type componentType java.lang.reflect.Type resolvedComponentType private java.lang.reflect.ParameterizedType resolveParameterizedType (java.lang.reflect.ParameterizedType) java.lang.reflect.ParameterizedType type java.lang.reflect.Type owner java.lang.reflect.Type resolvedOwner java.lang.reflect.Type resolvedRawType java.lang.reflect.Type[] args java.lang.reflect.Type[] resolvedArgs private static java.lang.Object expectArgument (java.lang.Class, java.lang.Object) ClassCastException e Class type Object arg static synthetic void access$000 (java.util.Map, java.lang.reflect.Type, java.lang.reflect.Type) java.util.Map x0 java.lang.reflect.Type x1 java.lang.reflect.Type x2 static synthetic java.lang.Object access$100 (java.lang.Class, java.lang.Object) Class x0 Object x1 synthetic void <init> (com.google.common.reflect.TypeResolver$TypeTable, com.google.common.reflect.TypeResolver$1) com.google.common.reflect.TypeResolver$TypeTable x0 com.google.common.reflect.TypeResolver$1 x1 static synthetic java.lang.reflect.Type[] access$300 (com.google.common.reflect.TypeResolver, java.lang.reflect.Type[]) com.google.common.reflect.TypeResolver x0 java.lang.reflect.Type[] x1 }
com/google/common/reflect/TypeToInstanceMap.class
TypeToInstanceMap.java package com.google.common.reflect public abstract com.google.common.reflect.TypeToInstanceMap extends java.lang.Object implements java.util.Map { public abstract java.lang.Object getInstance (java.lang.Class) public abstract java.lang.Object getInstance (com.google.common.reflect.TypeToken) public abstract java.lang.Object putInstance (java.lang.Class, java.lang.Object) public abstract java.lang.Object putInstance (com.google.common.reflect.TypeToken, java.lang.Object) }
com/google/common/reflect/TypeToken$1.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$1 extends com.google.common.reflect.Invokable$MethodInvokable { final synthetic com.google.common.reflect.TypeToken this$0 void <init> (com.google.common.reflect.TypeToken, java.lang.reflect.Method) com.google.common.reflect.TypeToken this$0 java.lang.reflect.Method method java.lang.reflect.Type getGenericReturnType () java.lang.reflect.Type[] getGenericParameterTypes () java.lang.reflect.Type[] getGenericExceptionTypes () public com.google.common.reflect.TypeToken getOwnerType () public java.lang.String toString () }
com/google/common/reflect/TypeToken$2.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$2 extends com.google.common.reflect.Invokable$ConstructorInvokable { final synthetic com.google.common.reflect.TypeToken this$0 void <init> (com.google.common.reflect.TypeToken, java.lang.reflect.Constructor) com.google.common.reflect.TypeToken this$0 java.lang.reflect.Constructor constructor java.lang.reflect.Type getGenericReturnType () java.lang.reflect.Type[] getGenericParameterTypes () java.lang.reflect.Type[] getGenericExceptionTypes () public com.google.common.reflect.TypeToken getOwnerType () public java.lang.String toString () }
com/google/common/reflect/TypeToken$3.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$3 extends com.google.common.reflect.TypeVisitor { final synthetic com.google.common.reflect.TypeToken this$0 void <init> (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken this$0 void visitTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable type void visitWildcardType (java.lang.reflect.WildcardType) java.lang.reflect.WildcardType type void visitParameterizedType (java.lang.reflect.ParameterizedType) java.lang.reflect.ParameterizedType type void visitGenericArrayType (java.lang.reflect.GenericArrayType) java.lang.reflect.GenericArrayType type }
com/google/common/reflect/TypeToken$4.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$4 extends com.google.common.reflect.TypeVisitor { final synthetic com.google.common.collect.ImmutableSet$Builder val$builder void <init> (com.google.common.reflect.TypeToken, com.google.common.collect.ImmutableSet$Builder) com.google.common.reflect.TypeToken this$0 void visitTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable t void visitWildcardType (java.lang.reflect.WildcardType) java.lang.reflect.WildcardType t void visitParameterizedType (java.lang.reflect.ParameterizedType) java.lang.reflect.ParameterizedType t void visitClass (java.lang.Class) Class t void visitGenericArrayType (java.lang.reflect.GenericArrayType) java.lang.reflect.GenericArrayType t }
com/google/common/reflect/TypeToken$Bounds.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$Bounds extends java.lang.Object { private final java.lang.reflect.Type[] bounds private final boolean target void <init> (java.lang.reflect.Type[], boolean) java.lang.reflect.Type[] bounds boolean target boolean isSubtypeOf (java.lang.reflect.Type) java.lang.reflect.Type bound java.lang.reflect.Type supertype boolean isSupertypeOf (java.lang.reflect.Type) java.lang.reflect.Type bound java.lang.reflect.Type subtype com.google.common.reflect.TypeToken type }
com/google/common/reflect/TypeToken$ClassSet.class
TypeToken.java package com.google.common.reflect final com.google.common.reflect.TypeToken$ClassSet extends com.google.common.reflect.TypeToken$TypeSet { private transient com.google.common.collect.ImmutableSet classes private static final long serialVersionUID final synthetic com.google.common.reflect.TypeToken this$0 private void <init> (com.google.common.reflect.TypeToken) protected java.util.Set delegate () com.google.common.collect.ImmutableList collectedTypes com.google.common.collect.ImmutableSet result public com.google.common.reflect.TypeToken$TypeSet classes () public java.util.Set rawTypes () com.google.common.collect.ImmutableList collectedTypes public com.google.common.reflect.TypeToken$TypeSet interfaces () private java.lang.Object readResolve () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () synthetic void <init> (com.google.common.reflect.TypeToken, com.google.common.reflect.TypeToken$1) com.google.common.reflect.TypeToken x0 com.google.common.reflect.TypeToken$1 x1 }
com/google/common/reflect/TypeToken$InterfaceSet.class
TypeToken.java package com.google.common.reflect final com.google.common.reflect.TypeToken$InterfaceSet extends com.google.common.reflect.TypeToken$TypeSet { private final transient com.google.common.reflect.TypeToken$TypeSet allTypes private transient com.google.common.collect.ImmutableSet interfaces private static final long serialVersionUID final synthetic com.google.common.reflect.TypeToken this$0 void <init> (com.google.common.reflect.TypeToken, com.google.common.reflect.TypeToken$TypeSet) com.google.common.reflect.TypeToken$TypeSet allTypes protected java.util.Set delegate () com.google.common.collect.ImmutableSet result public com.google.common.reflect.TypeToken$TypeSet interfaces () public java.util.Set rawTypes () com.google.common.collect.ImmutableList collectedTypes public com.google.common.reflect.TypeToken$TypeSet classes () private java.lang.Object readResolve () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/reflect/TypeToken$SimpleTypeToken.class
TypeToken.java package com.google.common.reflect final com.google.common.reflect.TypeToken$SimpleTypeToken extends com.google.common.reflect.TypeToken { private static final long serialVersionUID void <init> (java.lang.reflect.Type) java.lang.reflect.Type type }
com/google/common/reflect/TypeToken$TypeCollector$1.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$TypeCollector$1 extends com.google.common.reflect.TypeToken$TypeCollector { void <init> () java.lang.Class getRawType (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type java.lang.Iterable getInterfaces (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type com.google.common.reflect.TypeToken getSuperclass (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type volatile synthetic java.lang.Object getSuperclass (java.lang.Object) volatile synthetic java.lang.Iterable getInterfaces (java.lang.Object) volatile synthetic java.lang.Class getRawType (java.lang.Object) }
com/google/common/reflect/TypeToken$TypeCollector$2.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$TypeCollector$2 extends com.google.common.reflect.TypeToken$TypeCollector { void <init> () java.lang.Class getRawType (java.lang.Class) Class type java.lang.Iterable getInterfaces (java.lang.Class) Class type java.lang.Class getSuperclass (java.lang.Class) Class type volatile synthetic java.lang.Object getSuperclass (java.lang.Object) volatile synthetic java.lang.Iterable getInterfaces (java.lang.Object) volatile synthetic java.lang.Class getRawType (java.lang.Object) }
com/google/common/reflect/TypeToken$TypeCollector$3.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$TypeCollector$3 extends com.google.common.reflect.TypeToken$TypeCollector$ForwardingTypeCollector { void <init> (com.google.common.reflect.TypeToken$TypeCollector, com.google.common.reflect.TypeToken$TypeCollector) com.google.common.reflect.TypeToken$TypeCollector this$0 com.google.common.reflect.TypeToken$TypeCollector delegate java.lang.Iterable getInterfaces (java.lang.Object) Object type com.google.common.collect.ImmutableList collectTypes (java.lang.Iterable) Object type Iterable types com.google.common.collect.ImmutableList$Builder builder }
com/google/common/reflect/TypeToken$TypeCollector$4.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$TypeCollector$4 extends com.google.common.collect.Ordering { final synthetic java.util.Comparator val$valueComparator final synthetic java.util.Map val$map void <init> (java.util.Comparator, java.util.Map) public int compare (java.lang.Object, java.lang.Object) Object left Object right }
com/google/common/reflect/TypeToken$TypeCollector$ForwardingTypeCollector.class
TypeToken.java package com.google.common.reflect com.google.common.reflect.TypeToken$TypeCollector$ForwardingTypeCollector extends com.google.common.reflect.TypeToken$TypeCollector { private final com.google.common.reflect.TypeToken$TypeCollector delegate void <init> (com.google.common.reflect.TypeToken$TypeCollector) com.google.common.reflect.TypeToken$TypeCollector delegate java.lang.Class getRawType (java.lang.Object) Object type java.lang.Iterable getInterfaces (java.lang.Object) Object type java.lang.Object getSuperclass (java.lang.Object) Object type }
com/google/common/reflect/TypeToken$TypeCollector.class
TypeToken.java package com.google.common.reflect abstract com.google.common.reflect.TypeToken$TypeCollector extends java.lang.Object { static final com.google.common.reflect.TypeToken$TypeCollector FOR_GENERIC_TYPE static final com.google.common.reflect.TypeToken$TypeCollector FOR_RAW_TYPE private void <init> () final com.google.common.reflect.TypeToken$TypeCollector classesOnly () final com.google.common.collect.ImmutableList collectTypes (java.lang.Object) Object type com.google.common.collect.ImmutableList collectTypes (java.lang.Iterable) Object type Iterable types java.util.Map map private int collectTypes (java.lang.Object, java.util.Map) Object interfaceType Object type java.util.Map map Integer existing int aboveMe Object superclass private static com.google.common.collect.ImmutableList sortKeysByValue (java.util.Map, java.util.Comparator) java.util.Map map java.util.Comparator valueComparator com.google.common.collect.Ordering keyOrdering abstract java.lang.Class getRawType (java.lang.Object) abstract java.lang.Iterable getInterfaces (java.lang.Object) abstract java.lang.Object getSuperclass (java.lang.Object) synthetic void <init> (com.google.common.reflect.TypeToken$1) com.google.common.reflect.TypeToken$1 x0 static void <clinit> () }
com/google/common/reflect/TypeToken$TypeFilter$1.class
TypeToken.java package com.google.common.reflect final enum com.google.common.reflect.TypeToken$TypeFilter$1 extends com.google.common.reflect.TypeToken$TypeFilter { void <init> (java.lang.String, int) public boolean apply (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/reflect/TypeToken$TypeFilter$2.class
TypeToken.java package com.google.common.reflect final enum com.google.common.reflect.TypeToken$TypeFilter$2 extends com.google.common.reflect.TypeToken$TypeFilter { void <init> (java.lang.String, int) public boolean apply (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public volatile synthetic boolean apply (java.lang.Object) }
com/google/common/reflect/TypeToken$TypeFilter.class
TypeToken.java package com.google.common.reflect abstract enum com.google.common.reflect.TypeToken$TypeFilter extends java.lang.Enum implements com.google.common.base.Predicate { public static final enum com.google.common.reflect.TypeToken$TypeFilter IGNORE_TYPE_VARIABLE_OR_WILDCARD public static final enum com.google.common.reflect.TypeToken$TypeFilter INTERFACE_ONLY private static final synthetic com.google.common.reflect.TypeToken$TypeFilter[] $VALUES public static com.google.common.reflect.TypeToken$TypeFilter[] values () public static com.google.common.reflect.TypeToken$TypeFilter valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.reflect.TypeToken$TypeFilter[] $values () synthetic void <init> (java.lang.String, int, com.google.common.reflect.TypeToken$1) String x0 int x1 com.google.common.reflect.TypeToken$1 x2 static void <clinit> () }
com/google/common/reflect/TypeToken$TypeSet.class
TypeToken.java package com.google.common.reflect public com.google.common.reflect.TypeToken$TypeSet extends com.google.common.collect.ForwardingSet implements java.io.Serializable { private transient com.google.common.collect.ImmutableSet types private static final long serialVersionUID final synthetic com.google.common.reflect.TypeToken this$0 void <init> (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken this$0 public com.google.common.reflect.TypeToken$TypeSet interfaces () public com.google.common.reflect.TypeToken$TypeSet classes () protected java.util.Set delegate () com.google.common.collect.ImmutableList collectedTypes com.google.common.collect.ImmutableSet filteredTypes public java.util.Set rawTypes () com.google.common.collect.ImmutableList collectedTypes protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/reflect/TypeToken.class
TypeToken.java package com.google.common.reflect public abstract com.google.common.reflect.TypeToken extends com.google.common.reflect.TypeCapture implements java.io.Serializable { private final java.lang.reflect.Type runtimeType private transient com.google.common.reflect.TypeResolver invariantTypeResolver private transient com.google.common.reflect.TypeResolver covariantTypeResolver private static final long serialVersionUID protected void <init> () protected void <init> (java.lang.Class) Class declaringClass java.lang.reflect.Type captured private void <init> (java.lang.reflect.Type) java.lang.reflect.Type type public static com.google.common.reflect.TypeToken of (java.lang.Class) Class type public static com.google.common.reflect.TypeToken of (java.lang.reflect.Type) java.lang.reflect.Type type public final java.lang.Class getRawType () Class rawType Class result public final java.lang.reflect.Type getType () public final com.google.common.reflect.TypeToken where (com.google.common.reflect.TypeParameter, com.google.common.reflect.TypeToken) com.google.common.reflect.TypeParameter typeParam com.google.common.reflect.TypeToken typeArg com.google.common.reflect.TypeResolver resolver public final com.google.common.reflect.TypeToken where (com.google.common.reflect.TypeParameter, java.lang.Class) com.google.common.reflect.TypeParameter typeParam Class typeArg public final com.google.common.reflect.TypeToken resolveType (java.lang.reflect.Type) java.lang.reflect.Type type private com.google.common.reflect.TypeToken resolveSupertype (java.lang.reflect.Type) java.lang.reflect.Type type com.google.common.reflect.TypeToken supertype final com.google.common.reflect.TypeToken getGenericSuperclass () java.lang.reflect.Type superclass com.google.common.reflect.TypeToken superToken private com.google.common.reflect.TypeToken boundAsSuperclass (java.lang.reflect.Type) java.lang.reflect.Type bound com.google.common.reflect.TypeToken token com.google.common.reflect.TypeToken superclass final com.google.common.collect.ImmutableList getGenericInterfaces () com.google.common.reflect.TypeToken resolvedInterface java.lang.reflect.Type interfaceType com.google.common.collect.ImmutableList$Builder builder private com.google.common.collect.ImmutableList boundsAsInterfaces (java.lang.reflect.Type[]) com.google.common.reflect.TypeToken boundType java.lang.reflect.Type bound java.lang.reflect.Type[] bounds com.google.common.collect.ImmutableList$Builder builder public final com.google.common.reflect.TypeToken$TypeSet getTypes () public final com.google.common.reflect.TypeToken getSupertype (java.lang.Class) Class superclass com.google.common.reflect.TypeToken supertype public final com.google.common.reflect.TypeToken getSubtype (java.lang.Class) Class subclass java.lang.reflect.Type resolvedTypeArgs com.google.common.reflect.TypeToken subtype public final boolean isSupertypeOf (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public final boolean isSupertypeOf (java.lang.reflect.Type) java.lang.reflect.Type type public final boolean isSubtypeOf (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken type public final boolean isSubtypeOf (java.lang.reflect.Type) java.lang.reflect.Type supertype public final boolean isArray () public final boolean isPrimitive () public final com.google.common.reflect.TypeToken wrap () Class type private boolean isWrapper () public final com.google.common.reflect.TypeToken unwrap () Class type public final com.google.common.reflect.TypeToken getComponentType () java.lang.reflect.Type componentType public final com.google.common.reflect.Invokable method (java.lang.reflect.Method) java.lang.reflect.Method method public final com.google.common.reflect.Invokable constructor (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public boolean equals (java.lang.Object) com.google.common.reflect.TypeToken that Object o public int hashCode () public java.lang.String toString () protected java.lang.Object writeReplace () final com.google.common.reflect.TypeToken rejectTypeVariables () private boolean someRawTypeIsSubclassOf (java.lang.Class) Class rawType Class superclass private boolean isSubtypeOfParameterizedType (java.lang.reflect.ParameterizedType) java.lang.reflect.Type subtypeParam int i java.lang.reflect.ParameterizedType supertype Class matchedClass java.lang.reflect.TypeVariable[] typeVars java.lang.reflect.Type[] supertypeArgs private boolean isSubtypeOfArrayType (java.lang.reflect.GenericArrayType) Class fromClass java.lang.reflect.GenericArrayType fromArrayType java.lang.reflect.GenericArrayType supertype private boolean isSupertypeOfArray (java.lang.reflect.GenericArrayType) Class thisClass java.lang.reflect.GenericArrayType subtype private boolean is (java.lang.reflect.Type, java.lang.reflect.TypeVariable) java.lang.reflect.WildcardType your java.lang.reflect.Type formalType java.lang.reflect.TypeVariable declaration private static java.lang.reflect.Type canonicalizeTypeArg (java.lang.reflect.TypeVariable, java.lang.reflect.Type) java.lang.reflect.TypeVariable declaration java.lang.reflect.Type typeArg private static java.lang.reflect.Type canonicalizeWildcardsInType (java.lang.reflect.Type) java.lang.reflect.Type type private static java.lang.reflect.WildcardType canonicalizeWildcardType (java.lang.reflect.TypeVariable, java.lang.reflect.WildcardType) java.lang.reflect.Type bound java.lang.reflect.TypeVariable declaration java.lang.reflect.WildcardType type java.lang.reflect.Type[] declared java.util.List upperBounds private static java.lang.reflect.ParameterizedType canonicalizeWildcardsInParameterizedType (java.lang.reflect.ParameterizedType) int i java.lang.reflect.ParameterizedType type Class rawType java.lang.reflect.TypeVariable[] typeVars java.lang.reflect.Type[] typeArgs private static com.google.common.reflect.TypeToken$Bounds every (java.lang.reflect.Type[]) java.lang.reflect.Type[] bounds private static com.google.common.reflect.TypeToken$Bounds any (java.lang.reflect.Type[]) java.lang.reflect.Type[] bounds private com.google.common.collect.ImmutableSet getRawTypes () com.google.common.collect.ImmutableSet$Builder builder com.google.common.collect.ImmutableSet result private boolean isOwnedBySubtypeOf (java.lang.reflect.Type) java.lang.reflect.Type ownerType com.google.common.reflect.TypeToken type java.lang.reflect.Type supertype private java.lang.reflect.Type getOwnerTypeIfPresent () static com.google.common.reflect.TypeToken toGenericType (java.lang.Class) java.lang.reflect.Type arrayOfGenericType com.google.common.reflect.TypeToken result com.google.common.reflect.TypeToken type Class cls java.lang.reflect.TypeVariable[] typeParams java.lang.reflect.Type ownerType private com.google.common.reflect.TypeResolver getCovariantTypeResolver () com.google.common.reflect.TypeResolver resolver private com.google.common.reflect.TypeResolver getInvariantTypeResolver () com.google.common.reflect.TypeResolver resolver private com.google.common.reflect.TypeToken getSupertypeFromUpperBounds (java.lang.Class, java.lang.reflect.Type[]) com.google.common.reflect.TypeToken result com.google.common.reflect.TypeToken bound java.lang.reflect.Type upperBound Class supertype java.lang.reflect.Type[] upperBounds private com.google.common.reflect.TypeToken getSubtypeFromLowerBounds (java.lang.Class, java.lang.reflect.Type[]) com.google.common.reflect.TypeToken bound Class subclass java.lang.reflect.Type[] lowerBounds private com.google.common.reflect.TypeToken getArraySupertype (java.lang.Class) Class supertype com.google.common.reflect.TypeToken componentType com.google.common.reflect.TypeToken componentSupertype com.google.common.reflect.TypeToken result private com.google.common.reflect.TypeToken getArraySubtype (java.lang.Class) Class subclass Class subclassComponentType com.google.common.reflect.TypeToken componentSubtype com.google.common.reflect.TypeToken result private java.lang.reflect.Type resolveTypeArgsForSubclass (java.lang.Class) Class subclass com.google.common.reflect.TypeToken genericSubtype java.lang.reflect.Type supertypeWithArgsFromSubtype private static java.lang.reflect.Type newArrayClassOrGenericArrayType (java.lang.reflect.Type) java.lang.reflect.Type componentType static synthetic com.google.common.reflect.TypeResolver access$000 (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken x0 static synthetic com.google.common.reflect.TypeResolver access$100 (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken x0 static synthetic com.google.common.collect.ImmutableSet access$300 (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken x0 static synthetic java.lang.reflect.Type access$500 (com.google.common.reflect.TypeToken) com.google.common.reflect.TypeToken x0 synthetic void <init> (java.lang.reflect.Type, com.google.common.reflect.TypeToken$1) java.lang.reflect.Type x0 com.google.common.reflect.TypeToken$1 x1 }
com/google/common/reflect/TypeVisitor.class
TypeVisitor.java package com.google.common.reflect abstract com.google.common.reflect.TypeVisitor extends java.lang.Object { private final java.util.Set visited void <init> () public final transient void visit (java.lang.reflect.Type[]) boolean succeeded java.lang.reflect.Type type java.lang.reflect.Type[] types void visitClass (java.lang.Class) Class t void visitGenericArrayType (java.lang.reflect.GenericArrayType) java.lang.reflect.GenericArrayType t void visitParameterizedType (java.lang.reflect.ParameterizedType) java.lang.reflect.ParameterizedType t void visitTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable t void visitWildcardType (java.lang.reflect.WildcardType) java.lang.reflect.WildcardType t }
com/google/common/reflect/Types$1.class
Types.java package com.google.common.reflect com.google.common.reflect.Types$1 extends com.google.common.reflect.TypeVisitor { final synthetic java.util.concurrent.atomic.AtomicReference val$result void <init> (java.util.concurrent.atomic.AtomicReference) void visitTypeVariable (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable t void visitWildcardType (java.lang.reflect.WildcardType) java.lang.reflect.WildcardType t void visitGenericArrayType (java.lang.reflect.GenericArrayType) java.lang.reflect.GenericArrayType t void visitClass (java.lang.Class) Class t }
com/google/common/reflect/Types$ClassOwnership$1.class
Types.java package com.google.common.reflect final enum com.google.common.reflect.Types$ClassOwnership$1 extends com.google.common.reflect.Types$ClassOwnership { void <init> (java.lang.String, int) java.lang.Class getOwnerType (java.lang.Class) Class rawType }
com/google/common/reflect/Types$ClassOwnership$1LocalClass.class
Types.java package com.google.common.reflect com.google.common.reflect.Types$ClassOwnership$1LocalClass extends java.lang.Object { void <init> () }
com/google/common/reflect/Types$ClassOwnership$2.class
Types.java package com.google.common.reflect final enum com.google.common.reflect.Types$ClassOwnership$2 extends com.google.common.reflect.Types$ClassOwnership { void <init> (java.lang.String, int) java.lang.Class getOwnerType (java.lang.Class) Class rawType }
com/google/common/reflect/Types$ClassOwnership$3.class
Types.java package com.google.common.reflect com.google.common.reflect.Types$ClassOwnership$3 extends com.google.common.reflect.Types$ClassOwnership$1LocalClass { void <init> () }
com/google/common/reflect/Types$ClassOwnership.class
Types.java package com.google.common.reflect abstract enum com.google.common.reflect.Types$ClassOwnership extends java.lang.Enum { public static final enum com.google.common.reflect.Types$ClassOwnership OWNED_BY_ENCLOSING_CLASS public static final enum com.google.common.reflect.Types$ClassOwnership LOCAL_CLASS_HAS_NO_OWNER static final com.google.common.reflect.Types$ClassOwnership JVM_BEHAVIOR private static final synthetic com.google.common.reflect.Types$ClassOwnership[] $VALUES public static com.google.common.reflect.Types$ClassOwnership[] values () public static com.google.common.reflect.Types$ClassOwnership valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.lang.Class getOwnerType (java.lang.Class) private static com.google.common.reflect.Types$ClassOwnership detectJvmBehavior () com.google.common.reflect.Types$ClassOwnership behavior Class subclass java.lang.reflect.ParameterizedType parameterizedType private static synthetic com.google.common.reflect.Types$ClassOwnership[] $values () synthetic void <init> (java.lang.String, int, com.google.common.reflect.Types$1) String x0 int x1 com.google.common.reflect.Types$1 x2 static void <clinit> () }
com/google/common/reflect/Types$GenericArrayTypeImpl.class
Types.java package com.google.common.reflect final com.google.common.reflect.Types$GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayType java.io.Serializable { private final java.lang.reflect.Type componentType private static final long serialVersionUID void <init> (java.lang.reflect.Type) java.lang.reflect.Type componentType public java.lang.reflect.Type getGenericComponentType () public java.lang.String toString () public int hashCode () public boolean equals (java.lang.Object) java.lang.reflect.GenericArrayType that Object obj }
com/google/common/reflect/Types$JavaVersion$1.class
Types.java package com.google.common.reflect final enum com.google.common.reflect.Types$JavaVersion$1 extends com.google.common.reflect.Types$JavaVersion { void <init> (java.lang.String, int) java.lang.reflect.GenericArrayType newArrayType (java.lang.reflect.Type) java.lang.reflect.Type componentType java.lang.reflect.Type usedInGenericType (java.lang.reflect.Type) Class cls java.lang.reflect.Type type volatile synthetic java.lang.reflect.Type newArrayType (java.lang.reflect.Type) }
com/google/common/reflect/Types$JavaVersion$2.class
Types.java package com.google.common.reflect final enum com.google.common.reflect.Types$JavaVersion$2 extends com.google.common.reflect.Types$JavaVersion { void <init> (java.lang.String, int) java.lang.reflect.Type newArrayType (java.lang.reflect.Type) java.lang.reflect.Type componentType java.lang.reflect.Type usedInGenericType (java.lang.reflect.Type) java.lang.reflect.Type type }
com/google/common/reflect/Types$JavaVersion$3.class
Types.java package com.google.common.reflect final enum com.google.common.reflect.Types$JavaVersion$3 extends com.google.common.reflect.Types$JavaVersion { void <init> (java.lang.String, int) java.lang.reflect.Type newArrayType (java.lang.reflect.Type) java.lang.reflect.Type componentType java.lang.reflect.Type usedInGenericType (java.lang.reflect.Type) java.lang.reflect.Type type java.lang.String typeName (java.lang.reflect.Type) java.lang.reflect.Method getTypeName NoSuchMethodException e java.lang.reflect.InvocationTargetException e IllegalAccessException e java.lang.reflect.Type type }
com/google/common/reflect/Types$JavaVersion$4.class
Types.java package com.google.common.reflect final enum com.google.common.reflect.Types$JavaVersion$4 extends com.google.common.reflect.Types$JavaVersion { void <init> (java.lang.String, int) java.lang.reflect.Type newArrayType (java.lang.reflect.Type) java.lang.reflect.Type componentType java.lang.reflect.Type usedInGenericType (java.lang.reflect.Type) java.lang.reflect.Type type java.lang.String typeName (java.lang.reflect.Type) java.lang.reflect.Type type boolean jdkTypeDuplicatesOwnerName () }
com/google/common/reflect/Types$JavaVersion$5.class
Types.java package com.google.common.reflect com.google.common.reflect.Types$JavaVersion$5 extends com.google.common.reflect.TypeCapture { void <init> () }
com/google/common/reflect/Types$JavaVersion$6.class
Types.java package com.google.common.reflect com.google.common.reflect.Types$JavaVersion$6 extends com.google.common.reflect.TypeCapture { void <init> () }
com/google/common/reflect/Types$JavaVersion.class
Types.java package com.google.common.reflect abstract enum com.google.common.reflect.Types$JavaVersion extends java.lang.Enum { public static final enum com.google.common.reflect.Types$JavaVersion JAVA6 public static final enum com.google.common.reflect.Types$JavaVersion JAVA7 public static final enum com.google.common.reflect.Types$JavaVersion JAVA8 public static final enum com.google.common.reflect.Types$JavaVersion JAVA9 static final com.google.common.reflect.Types$JavaVersion CURRENT private static final synthetic com.google.common.reflect.Types$JavaVersion[] $VALUES public static com.google.common.reflect.Types$JavaVersion[] values () public static com.google.common.reflect.Types$JavaVersion valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.lang.reflect.Type newArrayType (java.lang.reflect.Type) abstract java.lang.reflect.Type usedInGenericType (java.lang.reflect.Type) final com.google.common.collect.ImmutableList usedInGenericType (java.lang.reflect.Type[]) java.lang.reflect.Type type java.lang.reflect.Type[] types com.google.common.collect.ImmutableList$Builder builder java.lang.String typeName (java.lang.reflect.Type) java.lang.reflect.Type type boolean jdkTypeDuplicatesOwnerName () private static synthetic com.google.common.reflect.Types$JavaVersion[] $values () synthetic void <init> (java.lang.String, int, com.google.common.reflect.Types$1) String x0 int x1 com.google.common.reflect.Types$1 x2 static void <clinit> () }
com/google/common/reflect/Types$NativeTypeVariableEquals.class
Types.java package com.google.common.reflect final com.google.common.reflect.Types$NativeTypeVariableEquals extends java.lang.Object { static final boolean NATIVE_TYPE_VARIABLE_ONLY void <init> () static void <clinit> () }
com/google/common/reflect/Types$ParameterizedTypeImpl.class
Types.java package com.google.common.reflect final com.google.common.reflect.Types$ParameterizedTypeImpl extends java.lang.Object implements java.lang.reflect.ParameterizedType java.io.Serializable { private final java.lang.reflect.Type ownerType private final com.google.common.collect.ImmutableList argumentsList private final Class rawType private static final long serialVersionUID void <init> (java.lang.reflect.Type, java.lang.Class, java.lang.reflect.Type[]) java.lang.reflect.Type ownerType Class rawType java.lang.reflect.Type[] typeArguments public java.lang.reflect.Type[] getActualTypeArguments () public java.lang.reflect.Type getRawType () public java.lang.reflect.Type getOwnerType () public java.lang.String toString () StringBuilder builder public int hashCode () public boolean equals (java.lang.Object) Object other java.lang.reflect.ParameterizedType that }
com/google/common/reflect/Types$TypeVariableImpl.class
Types.java package com.google.common.reflect final com.google.common.reflect.Types$TypeVariableImpl extends java.lang.Object { private final java.lang.reflect.GenericDeclaration genericDeclaration private final String name private final com.google.common.collect.ImmutableList bounds void <init> (java.lang.reflect.GenericDeclaration, java.lang.String, java.lang.reflect.Type[]) java.lang.reflect.GenericDeclaration genericDeclaration String name java.lang.reflect.Type[] bounds public java.lang.reflect.Type[] getBounds () public java.lang.reflect.GenericDeclaration getGenericDeclaration () public java.lang.String getName () public java.lang.String getTypeName () public java.lang.String toString () public int hashCode () public boolean equals (java.lang.Object) com.google.common.reflect.Types$TypeVariableInvocationHandler typeVariableInvocationHandler com.google.common.reflect.Types$TypeVariableImpl that java.lang.reflect.TypeVariable that Object obj }
com/google/common/reflect/Types$TypeVariableInvocationHandler.class
Types.java package com.google.common.reflect final com.google.common.reflect.Types$TypeVariableInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler { private static final com.google.common.collect.ImmutableMap typeVariableMethods private final com.google.common.reflect.Types$TypeVariableImpl typeVariableImpl void <init> (com.google.common.reflect.Types$TypeVariableImpl) com.google.common.reflect.Types$TypeVariableImpl typeVariableImpl public java.lang.Object invoke (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Throwable java.lang.reflect.InvocationTargetException e Object proxy java.lang.reflect.Method method Object[] args String methodName java.lang.reflect.Method typeVariableMethod static synthetic com.google.common.reflect.Types$TypeVariableImpl access$500 (com.google.common.reflect.Types$TypeVariableInvocationHandler) com.google.common.reflect.Types$TypeVariableInvocationHandler x0 static void <clinit> () java.lang.reflect.Method method com.google.common.collect.ImmutableMap$Builder builder }
com/google/common/reflect/Types$WildcardTypeImpl.class
Types.java package com.google.common.reflect final com.google.common.reflect.Types$WildcardTypeImpl extends java.lang.Object implements java.lang.reflect.WildcardType java.io.Serializable { private final com.google.common.collect.ImmutableList lowerBounds private final com.google.common.collect.ImmutableList upperBounds private static final long serialVersionUID void <init> (java.lang.reflect.Type[], java.lang.reflect.Type[]) java.lang.reflect.Type[] lowerBounds java.lang.reflect.Type[] upperBounds public java.lang.reflect.Type[] getLowerBounds () public java.lang.reflect.Type[] getUpperBounds () public boolean equals (java.lang.Object) java.lang.reflect.WildcardType that Object obj public int hashCode () public java.lang.String toString () java.lang.reflect.Type lowerBound java.lang.reflect.Type upperBound StringBuilder builder }
com/google/common/reflect/Types.class
Types.java package com.google.common.reflect final com.google.common.reflect.Types extends java.lang.Object { private static final com.google.common.base.Joiner COMMA_JOINER static java.lang.reflect.Type newArrayType (java.lang.reflect.Type) java.lang.reflect.Type[] upperBounds java.lang.reflect.WildcardType wildcard java.lang.reflect.Type[] lowerBounds java.lang.reflect.Type componentType static transient java.lang.reflect.ParameterizedType newParameterizedTypeWithOwner (java.lang.reflect.Type, java.lang.Class, java.lang.reflect.Type[]) java.lang.reflect.Type ownerType Class rawType java.lang.reflect.Type[] arguments static transient java.lang.reflect.ParameterizedType newParameterizedType (java.lang.Class, java.lang.reflect.Type[]) Class rawType java.lang.reflect.Type[] arguments static transient java.lang.reflect.TypeVariable newArtificialTypeVariable (java.lang.reflect.GenericDeclaration, java.lang.String, java.lang.reflect.Type[]) java.lang.reflect.GenericDeclaration declaration String name java.lang.reflect.Type[] bounds static java.lang.reflect.WildcardType subtypeOf (java.lang.reflect.Type) java.lang.reflect.Type upperBound static java.lang.reflect.WildcardType supertypeOf (java.lang.reflect.Type) java.lang.reflect.Type lowerBound static java.lang.String toString (java.lang.reflect.Type) java.lang.reflect.Type type static java.lang.reflect.Type getComponentType (java.lang.reflect.Type) java.lang.reflect.Type type java.util.concurrent.atomic.AtomicReference result private static java.lang.reflect.Type subtypeOfComponentType (java.lang.reflect.Type[]) Class componentClass java.lang.reflect.Type componentType java.lang.reflect.Type bound java.lang.reflect.Type[] bounds private static java.lang.reflect.TypeVariable newTypeVariableImpl (java.lang.reflect.GenericDeclaration, java.lang.String, java.lang.reflect.Type[]) java.lang.reflect.GenericDeclaration genericDeclaration String name java.lang.reflect.Type[] bounds com.google.common.reflect.Types$TypeVariableImpl typeVariableImpl java.lang.reflect.TypeVariable typeVariable private static java.lang.reflect.Type[] toArray (java.util.Collection) java.util.Collection types private static java.lang.Iterable filterUpperBounds (java.lang.Iterable) Iterable bounds private static void disallowPrimitiveType (java.lang.reflect.Type[], java.lang.String) Class cls java.lang.reflect.Type type java.lang.reflect.Type[] types String usedAs static java.lang.Class getArrayClass (java.lang.Class) Class componentType private void <init> () static synthetic java.lang.reflect.Type access$100 (java.lang.reflect.Type[]) java.lang.reflect.Type[] x0 static synthetic void access$200 (java.lang.reflect.Type[], java.lang.String) java.lang.reflect.Type[] x0 String x1 static synthetic java.lang.reflect.Type[] access$300 (java.util.Collection) java.util.Collection x0 static synthetic com.google.common.base.Joiner access$400 () static synthetic java.lang.Iterable access$600 (java.lang.Iterable) Iterable x0 static void <clinit> () }
com/google/common/reflect/package-info.class
package-info.java package com.google.common.reflect abstract synthetic com.google.common.reflect.package-info extends java.lang.Object { }
com/google/common/util/
com/google/common/util/concurrent/
com/google/common/util/concurrent/AbstractCatchingFuture$AsyncCatchingFuture.class
AbstractCatchingFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractCatchingFuture$AsyncCatchingFuture extends com.google.common.util.concurrent.AbstractCatchingFuture { void <init> (com.google.common.util.concurrent.ListenableFuture, java.lang.Class, com.google.common.util.concurrent.AsyncFunction) com.google.common.util.concurrent.ListenableFuture input Class exceptionType com.google.common.util.concurrent.AsyncFunction fallback com.google.common.util.concurrent.ListenableFuture doFallback (com.google.common.util.concurrent.AsyncFunction, java.lang.Throwable) throws java.lang.Exception com.google.common.util.concurrent.AsyncFunction fallback Throwable cause com.google.common.util.concurrent.ListenableFuture replacement void setResult (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture result volatile synthetic void setResult (java.lang.Object) volatile synthetic java.lang.Object doFallback (java.lang.Object, java.lang.Throwable) throws java.lang.Exception }
com/google/common/util/concurrent/AbstractCatchingFuture$CatchingFuture.class
AbstractCatchingFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture extends com.google.common.util.concurrent.AbstractCatchingFuture { void <init> (com.google.common.util.concurrent.ListenableFuture, java.lang.Class, com.google.common.base.Function) com.google.common.util.concurrent.ListenableFuture input Class exceptionType com.google.common.base.Function fallback java.lang.Object doFallback (com.google.common.base.Function, java.lang.Throwable) throws java.lang.Exception com.google.common.base.Function fallback Throwable cause void setResult (java.lang.Object) Object result volatile synthetic java.lang.Object doFallback (java.lang.Object, java.lang.Throwable) throws java.lang.Exception }
com/google/common/util/concurrent/AbstractCatchingFuture.class
AbstractCatchingFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AbstractCatchingFuture extends com.google.common.util.concurrent.FluentFuture$TrustedFuture implements java.lang.Runnable { com.google.common.util.concurrent.ListenableFuture inputFuture Class exceptionType Object fallback static com.google.common.util.concurrent.ListenableFuture create (com.google.common.util.concurrent.ListenableFuture, java.lang.Class, com.google.common.base.Function, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input Class exceptionType com.google.common.base.Function fallback java.util.concurrent.Executor executor com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture future static com.google.common.util.concurrent.ListenableFuture create (com.google.common.util.concurrent.ListenableFuture, java.lang.Class, com.google.common.util.concurrent.AsyncFunction, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input Class exceptionType com.google.common.util.concurrent.AsyncFunction fallback java.util.concurrent.Executor executor com.google.common.util.concurrent.AbstractCatchingFuture$AsyncCatchingFuture future void <init> (com.google.common.util.concurrent.ListenableFuture, java.lang.Class, java.lang.Object) com.google.common.util.concurrent.ListenableFuture inputFuture Class exceptionType Object fallback public final void run () java.util.concurrent.ExecutionException e Throwable e Object fallbackResult Throwable t com.google.common.util.concurrent.ListenableFuture localInputFuture Class localExceptionType Object localFallback Object sourceResult Throwable throwable Throwable castThrowable Object fallbackResult protected java.lang.String pendingToString () com.google.common.util.concurrent.ListenableFuture localInputFuture Class localExceptionType Object localFallback String superString String resultString abstract java.lang.Object doFallback (java.lang.Object, java.lang.Throwable) throws java.lang.Exception abstract void setResult (java.lang.Object) protected final void afterDone () }
com/google/common/util/concurrent/AbstractExecutionThreadService$1$1.class
AbstractExecutionThreadService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractExecutionThreadService$1$1 extends java.lang.Object implements com.google.common.base.Supplier { final synthetic com.google.common.util.concurrent.AbstractExecutionThreadService$1 this$1 void <init> (com.google.common.util.concurrent.AbstractExecutionThreadService$1) com.google.common.util.concurrent.AbstractExecutionThreadService$1 this$1 public java.lang.String get () public volatile synthetic java.lang.Object get () }
com/google/common/util/concurrent/AbstractExecutionThreadService$1$2.class
AbstractExecutionThreadService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractExecutionThreadService$1$2 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.AbstractExecutionThreadService$1 this$1 void <init> (com.google.common.util.concurrent.AbstractExecutionThreadService$1) com.google.common.util.concurrent.AbstractExecutionThreadService$1 this$1 public void run () Exception ignored Throwable t Throwable t }
com/google/common/util/concurrent/AbstractExecutionThreadService$1.class
AbstractExecutionThreadService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractExecutionThreadService$1 extends com.google.common.util.concurrent.AbstractService { final synthetic com.google.common.util.concurrent.AbstractExecutionThreadService this$0 void <init> (com.google.common.util.concurrent.AbstractExecutionThreadService) com.google.common.util.concurrent.AbstractExecutionThreadService this$0 protected final void doStart () java.util.concurrent.Executor executor protected void doStop () public java.lang.String toString () }
com/google/common/util/concurrent/AbstractExecutionThreadService$2.class
AbstractExecutionThreadService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractExecutionThreadService$2 extends java.lang.Object implements java.util.concurrent.Executor { final synthetic com.google.common.util.concurrent.AbstractExecutionThreadService this$0 void <init> (com.google.common.util.concurrent.AbstractExecutionThreadService) com.google.common.util.concurrent.AbstractExecutionThreadService this$0 public void execute (java.lang.Runnable) Runnable command }
com/google/common/util/concurrent/AbstractExecutionThreadService.class
AbstractExecutionThreadService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractExecutionThreadService extends java.lang.Object implements com.google.common.util.concurrent.Service { private static final java.util.logging.Logger logger private final com.google.common.util.concurrent.Service delegate protected void <init> () protected void startUp () throws java.lang.Exception protected abstract void run () throws java.lang.Exception protected void shutDown () throws java.lang.Exception protected void triggerShutdown () protected java.util.concurrent.Executor executor () public java.lang.String toString () public final boolean isRunning () public final com.google.common.util.concurrent.Service$State state () public final void addListener (com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor) com.google.common.util.concurrent.Service$Listener listener java.util.concurrent.Executor executor public final java.lang.Throwable failureCause () public final com.google.common.util.concurrent.Service startAsync () public final com.google.common.util.concurrent.Service stopAsync () public final void awaitRunning () public final void awaitRunning (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitRunning (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public final void awaitTerminated () public final void awaitTerminated (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitTerminated (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit protected java.lang.String serviceName () static synthetic java.util.logging.Logger access$000 () static void <clinit> () }
com/google/common/util/concurrent/AbstractFuture$1.class
AbstractFuture.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.AbstractFuture$1 extends java.lang.Object { }
com/google/common/util/concurrent/AbstractFuture$AtomicHelper.class
AbstractFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AbstractFuture$AtomicHelper extends java.lang.Object { private void <init> () abstract void putThread (com.google.common.util.concurrent.AbstractFuture$Waiter, java.lang.Thread) abstract void putNext (com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) abstract boolean casWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) abstract boolean casListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener, com.google.common.util.concurrent.AbstractFuture$Listener) abstract com.google.common.util.concurrent.AbstractFuture$Waiter gasWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter) abstract com.google.common.util.concurrent.AbstractFuture$Listener gasListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener) abstract boolean casValue (com.google.common.util.concurrent.AbstractFuture, java.lang.Object, java.lang.Object) synthetic void <init> (com.google.common.util.concurrent.AbstractFuture$1) com.google.common.util.concurrent.AbstractFuture$1 x0 }
com/google/common/util/concurrent/AbstractFuture$Cancellation.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$Cancellation extends java.lang.Object { static final com.google.common.util.concurrent.AbstractFuture$Cancellation CAUSELESS_INTERRUPTED static final com.google.common.util.concurrent.AbstractFuture$Cancellation CAUSELESS_CANCELLED final boolean wasInterrupted final Throwable cause void <init> (boolean, java.lang.Throwable) boolean wasInterrupted Throwable cause static void <clinit> () }
com/google/common/util/concurrent/AbstractFuture$Failure$1.class
AbstractFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractFuture$Failure$1 extends java.lang.Throwable { void <init> (java.lang.String) String arg0 public synchronized java.lang.Throwable fillInStackTrace () }
com/google/common/util/concurrent/AbstractFuture$Failure.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$Failure extends java.lang.Object { static final com.google.common.util.concurrent.AbstractFuture$Failure FALLBACK_INSTANCE final Throwable exception void <init> (java.lang.Throwable) Throwable exception static void <clinit> () }
com/google/common/util/concurrent/AbstractFuture$Listener.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$Listener extends java.lang.Object { static final com.google.common.util.concurrent.AbstractFuture$Listener TOMBSTONE final Runnable task final java.util.concurrent.Executor executor com.google.common.util.concurrent.AbstractFuture$Listener next void <init> (java.lang.Runnable, java.util.concurrent.Executor) Runnable task java.util.concurrent.Executor executor void <init> () static void <clinit> () }
com/google/common/util/concurrent/AbstractFuture$SafeAtomicHelper.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$SafeAtomicHelper extends com.google.common.util.concurrent.AbstractFuture$AtomicHelper { final java.util.concurrent.atomic.AtomicReferenceFieldUpdater waiterThreadUpdater final java.util.concurrent.atomic.AtomicReferenceFieldUpdater waiterNextUpdater final java.util.concurrent.atomic.AtomicReferenceFieldUpdater waitersUpdater final java.util.concurrent.atomic.AtomicReferenceFieldUpdater listenersUpdater final java.util.concurrent.atomic.AtomicReferenceFieldUpdater valueUpdater void <init> (java.util.concurrent.atomic.AtomicReferenceFieldUpdater, java.util.concurrent.atomic.AtomicReferenceFieldUpdater, java.util.concurrent.atomic.AtomicReferenceFieldUpdater, java.util.concurrent.atomic.AtomicReferenceFieldUpdater, java.util.concurrent.atomic.AtomicReferenceFieldUpdater) java.util.concurrent.atomic.AtomicReferenceFieldUpdater waiterThreadUpdater java.util.concurrent.atomic.AtomicReferenceFieldUpdater waiterNextUpdater java.util.concurrent.atomic.AtomicReferenceFieldUpdater waitersUpdater java.util.concurrent.atomic.AtomicReferenceFieldUpdater listenersUpdater java.util.concurrent.atomic.AtomicReferenceFieldUpdater valueUpdater void putThread (com.google.common.util.concurrent.AbstractFuture$Waiter, java.lang.Thread) com.google.common.util.concurrent.AbstractFuture$Waiter waiter Thread newValue void putNext (com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture$Waiter waiter com.google.common.util.concurrent.AbstractFuture$Waiter newValue boolean casWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Waiter expect com.google.common.util.concurrent.AbstractFuture$Waiter update boolean casListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener, com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Listener expect com.google.common.util.concurrent.AbstractFuture$Listener update com.google.common.util.concurrent.AbstractFuture$Listener gasListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Listener update com.google.common.util.concurrent.AbstractFuture$Waiter gasWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Waiter update boolean casValue (com.google.common.util.concurrent.AbstractFuture, java.lang.Object, java.lang.Object) com.google.common.util.concurrent.AbstractFuture future Object expect Object update }
com/google/common/util/concurrent/AbstractFuture$SetFuture.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$SetFuture extends java.lang.Object implements java.lang.Runnable { final com.google.common.util.concurrent.AbstractFuture owner final com.google.common.util.concurrent.ListenableFuture future void <init> (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.AbstractFuture owner com.google.common.util.concurrent.ListenableFuture future public void run () Object valueToSet }
com/google/common/util/concurrent/AbstractFuture$SynchronizedHelper.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper extends com.google.common.util.concurrent.AbstractFuture$AtomicHelper { private void <init> () void putThread (com.google.common.util.concurrent.AbstractFuture$Waiter, java.lang.Thread) com.google.common.util.concurrent.AbstractFuture$Waiter waiter Thread newValue void putNext (com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture$Waiter waiter com.google.common.util.concurrent.AbstractFuture$Waiter newValue boolean casWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Waiter expect com.google.common.util.concurrent.AbstractFuture$Waiter update boolean casListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener, com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Listener expect com.google.common.util.concurrent.AbstractFuture$Listener update com.google.common.util.concurrent.AbstractFuture$Listener gasListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture$Listener old com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Listener update com.google.common.util.concurrent.AbstractFuture$Waiter gasWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture$Waiter old com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Waiter update boolean casValue (com.google.common.util.concurrent.AbstractFuture, java.lang.Object, java.lang.Object) com.google.common.util.concurrent.AbstractFuture future Object expect Object update synthetic void <init> (com.google.common.util.concurrent.AbstractFuture$1) com.google.common.util.concurrent.AbstractFuture$1 x0 }
com/google/common/util/concurrent/AbstractFuture$Trusted.class
AbstractFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AbstractFuture$Trusted extends java.lang.Object implements com.google.common.util.concurrent.ListenableFuture { }
com/google/common/util/concurrent/AbstractFuture$TrustedFuture.class
AbstractFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AbstractFuture$TrustedFuture extends com.google.common.util.concurrent.AbstractFuture implements com.google.common.util.concurrent.AbstractFuture$Trusted { void <init> () public final java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException public final java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public final boolean isDone () public final boolean isCancelled () public final void addListener (java.lang.Runnable, java.util.concurrent.Executor) Runnable listener java.util.concurrent.Executor executor public final boolean cancel (boolean) boolean mayInterruptIfRunning }
com/google/common/util/concurrent/AbstractFuture$UnsafeAtomicHelper$1.class
AbstractFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
com/google/common/util/concurrent/AbstractFuture$UnsafeAtomicHelper.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper extends com.google.common.util.concurrent.AbstractFuture$AtomicHelper { static final sun.misc.Unsafe UNSAFE static final long LISTENERS_OFFSET static final long WAITERS_OFFSET static final long VALUE_OFFSET static final long WAITER_THREAD_OFFSET static final long WAITER_NEXT_OFFSET private void <init> () void putThread (com.google.common.util.concurrent.AbstractFuture$Waiter, java.lang.Thread) com.google.common.util.concurrent.AbstractFuture$Waiter waiter Thread newValue void putNext (com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture$Waiter waiter com.google.common.util.concurrent.AbstractFuture$Waiter newValue boolean casWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Waiter expect com.google.common.util.concurrent.AbstractFuture$Waiter update boolean casListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener, com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Listener expect com.google.common.util.concurrent.AbstractFuture$Listener update com.google.common.util.concurrent.AbstractFuture$Listener gasListeners (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Listener update com.google.common.util.concurrent.AbstractFuture$Waiter gasWaiters (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Waiter update boolean casValue (com.google.common.util.concurrent.AbstractFuture, java.lang.Object, java.lang.Object) com.google.common.util.concurrent.AbstractFuture future Object expect Object update synthetic void <init> (com.google.common.util.concurrent.AbstractFuture$1) com.google.common.util.concurrent.AbstractFuture$1 x0 static void <clinit> () java.security.PrivilegedActionException e SecurityException tryReflectionInstead Class abstractFuture Exception e sun.misc.Unsafe unsafe }
com/google/common/util/concurrent/AbstractFuture$Waiter.class
AbstractFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractFuture$Waiter extends java.lang.Object { static final com.google.common.util.concurrent.AbstractFuture$Waiter TOMBSTONE volatile Thread thread volatile com.google.common.util.concurrent.AbstractFuture$Waiter next void <init> (boolean) boolean unused void <init> () void setNext (com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture$Waiter next void unpark () Thread w static void <clinit> () }
com/google/common/util/concurrent/AbstractFuture.class
AbstractFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractFuture extends com.google.common.util.concurrent.internal.InternalFutureFailureAccess implements com.google.common.util.concurrent.ListenableFuture { static final boolean GENERATE_CANCELLATION_CAUSES private static final java.util.logging.Logger log private static final long SPIN_THRESHOLD_NANOS private static final com.google.common.util.concurrent.AbstractFuture$AtomicHelper ATOMIC_HELPER private static final Object NULL private volatile Object value private volatile com.google.common.util.concurrent.AbstractFuture$Listener listeners private volatile com.google.common.util.concurrent.AbstractFuture$Waiter waiters private void removeWaiter (com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture$Waiter pred com.google.common.util.concurrent.AbstractFuture$Waiter curr com.google.common.util.concurrent.AbstractFuture$Waiter succ com.google.common.util.concurrent.AbstractFuture$Waiter node protected void <init> () public java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.TimeoutException java.util.concurrent.ExecutionException com.google.common.util.concurrent.AbstractFuture$Waiter node com.google.common.util.concurrent.AbstractFuture$Waiter oldHead long overWaitNanos long overWaitUnits long overWaitLeftoverNanos boolean shouldShowExtraNanos long timeout java.util.concurrent.TimeUnit unit long timeoutNanos long remainingNanos Object localValue long endNanos String futureToString String unitString String message public java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException com.google.common.util.concurrent.AbstractFuture$Waiter node Object localValue com.google.common.util.concurrent.AbstractFuture$Waiter oldHead private java.lang.Object getDoneValue (java.lang.Object) throws java.util.concurrent.ExecutionException Object asV Object obj public boolean isDone () Object localValue public boolean isCancelled () Object localValue public boolean cancel (boolean) com.google.common.util.concurrent.AbstractFuture trusted com.google.common.util.concurrent.ListenableFuture futureToPropagateTo Object valueToSet com.google.common.util.concurrent.AbstractFuture abstractFuture boolean mayInterruptIfRunning Object localValue boolean rValue protected void interruptTask () protected final boolean wasInterrupted () Object localValue public void addListener (java.lang.Runnable, java.util.concurrent.Executor) com.google.common.util.concurrent.AbstractFuture$Listener newNode com.google.common.util.concurrent.AbstractFuture$Listener oldHead Runnable listener java.util.concurrent.Executor executor protected boolean set (java.lang.Object) Object value Object valueToSet protected boolean setException (java.lang.Throwable) Throwable throwable Object valueToSet protected boolean setFuture (com.google.common.util.concurrent.ListenableFuture) Object value com.google.common.util.concurrent.AbstractFuture$Failure failure Throwable oomMostLikely com.google.common.util.concurrent.AbstractFuture$Failure failure Throwable t com.google.common.util.concurrent.AbstractFuture$SetFuture valueToSet com.google.common.util.concurrent.ListenableFuture future Object localValue private static java.lang.Object getFutureValue (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.AbstractFuture$Cancellation c Object v Throwable throwable Object v java.util.concurrent.ExecutionException exception java.util.concurrent.CancellationException cancellation Throwable t com.google.common.util.concurrent.ListenableFuture future boolean wasCancelled private static java.lang.Object getUninterruptibly (java.util.concurrent.Future) throws java.util.concurrent.ExecutionException InterruptedException e java.util.concurrent.Future future boolean interrupted private static void complete (com.google.common.util.concurrent.AbstractFuture) Object valueToSet com.google.common.util.concurrent.AbstractFuture$SetFuture setFuture com.google.common.util.concurrent.AbstractFuture$Listener curr Runnable task com.google.common.util.concurrent.AbstractFuture param com.google.common.util.concurrent.AbstractFuture future com.google.common.util.concurrent.AbstractFuture$Listener next protected void afterDone () protected final java.lang.Throwable tryInternalFastPathGetFailure () Object obj final void maybePropagateCancellationTo (java.util.concurrent.Future) java.util.concurrent.Future related private void releaseWaiters () com.google.common.util.concurrent.AbstractFuture$Waiter currentWaiter com.google.common.util.concurrent.AbstractFuture$Waiter head private com.google.common.util.concurrent.AbstractFuture$Listener clearListeners (com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture$Listener tmp com.google.common.util.concurrent.AbstractFuture$Listener onto com.google.common.util.concurrent.AbstractFuture$Listener head com.google.common.util.concurrent.AbstractFuture$Listener reversedList public java.lang.String toString () StringBuilder builder protected java.lang.String pendingToString () private void addPendingString (java.lang.StringBuilder) String pendingDescription Throwable e String pendingDescription StringBuilder builder int truncateLength Object localValue private void addDoneString (java.lang.StringBuilder) Object value java.util.concurrent.ExecutionException e java.util.concurrent.CancellationException e RuntimeException e StringBuilder builder private void appendResultObject (java.lang.StringBuilder, java.lang.Object) StringBuilder builder Object o private void appendUserObject (java.lang.StringBuilder, java.lang.Object) Throwable e StringBuilder builder Object o private static void executeListener (java.lang.Runnable, java.util.concurrent.Executor) RuntimeException e Runnable runnable java.util.concurrent.Executor executor private static java.util.concurrent.CancellationException cancellationExceptionWithCause (java.lang.String, java.lang.Throwable) String message Throwable cause java.util.concurrent.CancellationException exception static synthetic com.google.common.util.concurrent.AbstractFuture$AtomicHelper access$200 () static synthetic java.lang.Object access$300 (com.google.common.util.concurrent.AbstractFuture) com.google.common.util.concurrent.AbstractFuture x0 static synthetic java.lang.Object access$400 (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture x0 static synthetic void access$500 (com.google.common.util.concurrent.AbstractFuture) com.google.common.util.concurrent.AbstractFuture x0 static synthetic com.google.common.util.concurrent.AbstractFuture$Waiter access$700 (com.google.common.util.concurrent.AbstractFuture) com.google.common.util.concurrent.AbstractFuture x0 static synthetic com.google.common.util.concurrent.AbstractFuture$Waiter access$702 (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Waiter) com.google.common.util.concurrent.AbstractFuture x0 com.google.common.util.concurrent.AbstractFuture$Waiter x1 static synthetic com.google.common.util.concurrent.AbstractFuture$Listener access$800 (com.google.common.util.concurrent.AbstractFuture) com.google.common.util.concurrent.AbstractFuture x0 static synthetic com.google.common.util.concurrent.AbstractFuture$Listener access$802 (com.google.common.util.concurrent.AbstractFuture, com.google.common.util.concurrent.AbstractFuture$Listener) com.google.common.util.concurrent.AbstractFuture x0 com.google.common.util.concurrent.AbstractFuture$Listener x1 static synthetic java.lang.Object access$302 (com.google.common.util.concurrent.AbstractFuture, java.lang.Object) com.google.common.util.concurrent.AbstractFuture x0 Object x1 static void <clinit> () boolean generateCancellationCauses SecurityException e boolean generateCancellationCauses com.google.common.util.concurrent.AbstractFuture$AtomicHelper helper com.google.common.util.concurrent.AbstractFuture$AtomicHelper helper Throwable atomicReferenceFieldUpdaterFailure Throwable unsafeFailure com.google.common.util.concurrent.AbstractFuture$AtomicHelper helper Throwable thrownUnsafeFailure Throwable thrownAtomicReferenceFieldUpdaterFailure Class ensureLoaded }
com/google/common/util/concurrent/AbstractIdleService$1.class
AbstractIdleService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractIdleService$1 extends java.lang.Object implements java.util.concurrent.Executor { final synthetic com.google.common.util.concurrent.AbstractIdleService this$0 void <init> (com.google.common.util.concurrent.AbstractIdleService) com.google.common.util.concurrent.AbstractIdleService this$0 public void execute (java.lang.Runnable) Runnable command }
com/google/common/util/concurrent/AbstractIdleService$DelegateService$1.class
AbstractIdleService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractIdleService$DelegateService$1 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.AbstractIdleService$DelegateService this$1 void <init> (com.google.common.util.concurrent.AbstractIdleService$DelegateService) com.google.common.util.concurrent.AbstractIdleService$DelegateService this$1 public void run () Throwable t }
com/google/common/util/concurrent/AbstractIdleService$DelegateService$2.class
AbstractIdleService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractIdleService$DelegateService$2 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.AbstractIdleService$DelegateService this$1 void <init> (com.google.common.util.concurrent.AbstractIdleService$DelegateService) com.google.common.util.concurrent.AbstractIdleService$DelegateService this$1 public void run () Throwable t }
com/google/common/util/concurrent/AbstractIdleService$DelegateService.class
AbstractIdleService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractIdleService$DelegateService extends com.google.common.util.concurrent.AbstractService { final synthetic com.google.common.util.concurrent.AbstractIdleService this$0 private void <init> (com.google.common.util.concurrent.AbstractIdleService) protected final void doStart () protected final void doStop () public java.lang.String toString () synthetic void <init> (com.google.common.util.concurrent.AbstractIdleService, com.google.common.util.concurrent.AbstractIdleService$1) com.google.common.util.concurrent.AbstractIdleService x0 com.google.common.util.concurrent.AbstractIdleService$1 x1 }
com/google/common/util/concurrent/AbstractIdleService$ThreadNameSupplier.class
AbstractIdleService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier extends java.lang.Object implements com.google.common.base.Supplier { final synthetic com.google.common.util.concurrent.AbstractIdleService this$0 private void <init> (com.google.common.util.concurrent.AbstractIdleService) public java.lang.String get () public volatile synthetic java.lang.Object get () synthetic void <init> (com.google.common.util.concurrent.AbstractIdleService, com.google.common.util.concurrent.AbstractIdleService$1) com.google.common.util.concurrent.AbstractIdleService x0 com.google.common.util.concurrent.AbstractIdleService$1 x1 }
com/google/common/util/concurrent/AbstractIdleService.class
AbstractIdleService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractIdleService extends java.lang.Object implements com.google.common.util.concurrent.Service { private final com.google.common.base.Supplier threadNameSupplier private final com.google.common.util.concurrent.Service delegate protected void <init> () protected abstract void startUp () throws java.lang.Exception protected abstract void shutDown () throws java.lang.Exception protected java.util.concurrent.Executor executor () public java.lang.String toString () public final boolean isRunning () public final com.google.common.util.concurrent.Service$State state () public final void addListener (com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor) com.google.common.util.concurrent.Service$Listener listener java.util.concurrent.Executor executor public final java.lang.Throwable failureCause () public final com.google.common.util.concurrent.Service startAsync () public final com.google.common.util.concurrent.Service stopAsync () public final void awaitRunning () public final void awaitRunning (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitRunning (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public final void awaitTerminated () public final void awaitTerminated (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitTerminated (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit protected java.lang.String serviceName () static synthetic com.google.common.base.Supplier access$200 (com.google.common.util.concurrent.AbstractIdleService) com.google.common.util.concurrent.AbstractIdleService x0 }
com/google/common/util/concurrent/AbstractListeningExecutorService.class
AbstractListeningExecutorService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractListeningExecutorService extends java.util.concurrent.AbstractExecutorService implements com.google.common.util.concurrent.ListeningExecutorService { public void <init> () protected final java.util.concurrent.RunnableFuture newTaskFor (java.lang.Runnable, java.lang.Object) Runnable runnable Object value protected final java.util.concurrent.RunnableFuture newTaskFor (java.util.concurrent.Callable) java.util.concurrent.Callable callable public com.google.common.util.concurrent.ListenableFuture submit (java.lang.Runnable) Runnable task public com.google.common.util.concurrent.ListenableFuture submit (java.lang.Runnable, java.lang.Object) Runnable task Object result public com.google.common.util.concurrent.ListenableFuture submit (java.util.concurrent.Callable) java.util.concurrent.Callable task public volatile synthetic java.util.concurrent.Future submit (java.util.concurrent.Callable) public volatile synthetic java.util.concurrent.Future submit (java.lang.Runnable, java.lang.Object) public volatile synthetic java.util.concurrent.Future submit (java.lang.Runnable) }
com/google/common/util/concurrent/AbstractScheduledService$1.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$1 extends com.google.common.util.concurrent.Service$Listener { final synthetic java.util.concurrent.ScheduledExecutorService val$executor void <init> (com.google.common.util.concurrent.AbstractScheduledService, java.util.concurrent.ScheduledExecutorService) com.google.common.util.concurrent.AbstractScheduledService this$0 public void terminated (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from public void failed (com.google.common.util.concurrent.Service$State, java.lang.Throwable) com.google.common.util.concurrent.Service$State from Throwable failure }
com/google/common/util/concurrent/AbstractScheduledService$1ThreadFactoryImpl.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$1ThreadFactoryImpl extends java.lang.Object implements java.util.concurrent.ThreadFactory { final synthetic com.google.common.util.concurrent.AbstractScheduledService this$0 void <init> (com.google.common.util.concurrent.AbstractScheduledService) com.google.common.util.concurrent.AbstractScheduledService this$0 public java.lang.Thread newThread (java.lang.Runnable) Runnable runnable }
com/google/common/util/concurrent/AbstractScheduledService$Cancellable.class
AbstractScheduledService.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AbstractScheduledService$Cancellable extends java.lang.Object { public abstract void cancel (boolean) public abstract boolean isCancelled () }
com/google/common/util/concurrent/AbstractScheduledService$CustomScheduler$ReschedulableCallable.class
AbstractScheduledService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable extends java.lang.Object implements java.util.concurrent.Callable { private final Runnable wrappedRunnable private final java.util.concurrent.ScheduledExecutorService executor private final com.google.common.util.concurrent.AbstractService service private final java.util.concurrent.locks.ReentrantLock lock private com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$SupplantableFuture cancellationDelegate final synthetic com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler this$0 void <init> (com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler, com.google.common.util.concurrent.AbstractService, java.util.concurrent.ScheduledExecutorService, java.lang.Runnable) com.google.common.util.concurrent.AbstractService service java.util.concurrent.ScheduledExecutorService executor Runnable runnable public java.lang.Void call () throws java.lang.Exception public com.google.common.util.concurrent.AbstractScheduledService$Cancellable reschedule () com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule schedule Throwable t com.google.common.util.concurrent.AbstractScheduledService$Cancellable toReturn Throwable e com.google.common.util.concurrent.AbstractScheduledService$Cancellable toReturn com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule schedule Throwable scheduleFailure com.google.common.util.concurrent.AbstractScheduledService$Cancellable toReturn private com.google.common.util.concurrent.AbstractScheduledService$Cancellable initializeOrUpdateCancellationDelegate (com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule) com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule schedule private java.util.concurrent.ScheduledFuture submitToExecutor (com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule) com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule schedule public volatile synthetic java.lang.Object call () throws java.lang.Exception }
com/google/common/util/concurrent/AbstractScheduledService$CustomScheduler$Schedule.class
AbstractScheduledService.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule extends java.lang.Object { private final long delay private final java.util.concurrent.TimeUnit unit public void <init> (long, java.util.concurrent.TimeUnit) long delay java.util.concurrent.TimeUnit unit public void <init> (java.time.Duration) java.time.Duration delay static synthetic long access$900 (com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule) com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule x0 static synthetic java.util.concurrent.TimeUnit access$1000 (com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule) com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule x0 }
com/google/common/util/concurrent/AbstractScheduledService$CustomScheduler$SupplantableFuture.class
AbstractScheduledService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$SupplantableFuture extends java.lang.Object implements com.google.common.util.concurrent.AbstractScheduledService$Cancellable { private final java.util.concurrent.locks.ReentrantLock lock private java.util.concurrent.Future currentFuture void <init> (java.util.concurrent.locks.ReentrantLock, java.util.concurrent.Future) java.util.concurrent.locks.ReentrantLock lock java.util.concurrent.Future currentFuture public void cancel (boolean) boolean mayInterruptIfRunning public boolean isCancelled () static synthetic java.util.concurrent.Future access$800 (com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$SupplantableFuture) com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$SupplantableFuture x0 static synthetic java.util.concurrent.Future access$802 (com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$SupplantableFuture, java.util.concurrent.Future) com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$SupplantableFuture x0 java.util.concurrent.Future x1 }
com/google/common/util/concurrent/AbstractScheduledService$CustomScheduler.class
AbstractScheduledService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler extends com.google.common.util.concurrent.AbstractScheduledService$Scheduler { public void <init> () final com.google.common.util.concurrent.AbstractScheduledService$Cancellable schedule (com.google.common.util.concurrent.AbstractService, java.util.concurrent.ScheduledExecutorService, java.lang.Runnable) com.google.common.util.concurrent.AbstractService service java.util.concurrent.ScheduledExecutorService executor Runnable runnable protected abstract com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule getNextSchedule () throws java.lang.Exception }
com/google/common/util/concurrent/AbstractScheduledService$FutureAsCancellable.class
AbstractScheduledService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractScheduledService$FutureAsCancellable extends java.lang.Object implements com.google.common.util.concurrent.AbstractScheduledService$Cancellable { private final java.util.concurrent.Future delegate void <init> (java.util.concurrent.Future) java.util.concurrent.Future delegate public void cancel (boolean) boolean mayInterruptIfRunning public boolean isCancelled () }
com/google/common/util/concurrent/AbstractScheduledService$Scheduler$1.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$Scheduler$1 extends com.google.common.util.concurrent.AbstractScheduledService$Scheduler { final synthetic long val$initialDelay final synthetic long val$delay final synthetic java.util.concurrent.TimeUnit val$unit void <init> (long, long, java.util.concurrent.TimeUnit) public com.google.common.util.concurrent.AbstractScheduledService$Cancellable schedule (com.google.common.util.concurrent.AbstractService, java.util.concurrent.ScheduledExecutorService, java.lang.Runnable) com.google.common.util.concurrent.AbstractService service java.util.concurrent.ScheduledExecutorService executor Runnable task }
com/google/common/util/concurrent/AbstractScheduledService$Scheduler$2.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$Scheduler$2 extends com.google.common.util.concurrent.AbstractScheduledService$Scheduler { final synthetic long val$initialDelay final synthetic long val$period final synthetic java.util.concurrent.TimeUnit val$unit void <init> (long, long, java.util.concurrent.TimeUnit) public com.google.common.util.concurrent.AbstractScheduledService$Cancellable schedule (com.google.common.util.concurrent.AbstractService, java.util.concurrent.ScheduledExecutorService, java.lang.Runnable) com.google.common.util.concurrent.AbstractService service java.util.concurrent.ScheduledExecutorService executor Runnable task }
com/google/common/util/concurrent/AbstractScheduledService$Scheduler.class
AbstractScheduledService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractScheduledService$Scheduler extends java.lang.Object { public static com.google.common.util.concurrent.AbstractScheduledService$Scheduler newFixedDelaySchedule (java.time.Duration, java.time.Duration) java.time.Duration initialDelay java.time.Duration delay public static com.google.common.util.concurrent.AbstractScheduledService$Scheduler newFixedDelaySchedule (long, long, java.util.concurrent.TimeUnit) long initialDelay long delay java.util.concurrent.TimeUnit unit public static com.google.common.util.concurrent.AbstractScheduledService$Scheduler newFixedRateSchedule (java.time.Duration, java.time.Duration) java.time.Duration initialDelay java.time.Duration period public static com.google.common.util.concurrent.AbstractScheduledService$Scheduler newFixedRateSchedule (long, long, java.util.concurrent.TimeUnit) long initialDelay long period java.util.concurrent.TimeUnit unit abstract com.google.common.util.concurrent.AbstractScheduledService$Cancellable schedule (com.google.common.util.concurrent.AbstractService, java.util.concurrent.ScheduledExecutorService, java.lang.Runnable) private void <init> () synthetic void <init> (com.google.common.util.concurrent.AbstractScheduledService$1) com.google.common.util.concurrent.AbstractScheduledService$1 x0 }
com/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$1.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$1 extends java.lang.Object implements com.google.common.base.Supplier { final synthetic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 void <init> (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 public java.lang.String get () public volatile synthetic java.lang.Object get () }
com/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$2.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 void <init> (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 public void run () Throwable t }
com/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$3.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 void <init> (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 public void run () Throwable t }
com/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$Task.class
AbstractScheduledService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 void <init> (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1 public void run () Exception ignored Throwable t }
com/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate.class
AbstractScheduledService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate extends com.google.common.util.concurrent.AbstractService { private volatile com.google.common.util.concurrent.AbstractScheduledService$Cancellable runningTask private volatile java.util.concurrent.ScheduledExecutorService executorService private final java.util.concurrent.locks.ReentrantLock lock private final Runnable task final synthetic com.google.common.util.concurrent.AbstractScheduledService this$0 private void <init> (com.google.common.util.concurrent.AbstractScheduledService) protected final void doStart () protected final void doStop () public java.lang.String toString () synthetic void <init> (com.google.common.util.concurrent.AbstractScheduledService, com.google.common.util.concurrent.AbstractScheduledService$1) com.google.common.util.concurrent.AbstractScheduledService x0 com.google.common.util.concurrent.AbstractScheduledService$1 x1 static synthetic java.util.concurrent.locks.ReentrantLock access$200 (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate x0 static synthetic com.google.common.util.concurrent.AbstractScheduledService$Cancellable access$300 (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate x0 static synthetic com.google.common.util.concurrent.AbstractScheduledService$Cancellable access$302 (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate, com.google.common.util.concurrent.AbstractScheduledService$Cancellable) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate x0 com.google.common.util.concurrent.AbstractScheduledService$Cancellable x1 static synthetic java.util.concurrent.ScheduledExecutorService access$600 (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate x0 static synthetic java.lang.Runnable access$700 (com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate) com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate x0 }
com/google/common/util/concurrent/AbstractScheduledService.class
AbstractScheduledService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractScheduledService extends java.lang.Object implements com.google.common.util.concurrent.Service { private static final java.util.logging.Logger logger private final com.google.common.util.concurrent.AbstractService delegate protected void <init> () protected abstract void runOneIteration () throws java.lang.Exception protected void startUp () throws java.lang.Exception protected void shutDown () throws java.lang.Exception protected abstract com.google.common.util.concurrent.AbstractScheduledService$Scheduler scheduler () protected java.util.concurrent.ScheduledExecutorService executor () java.util.concurrent.ScheduledExecutorService executor protected java.lang.String serviceName () public java.lang.String toString () public final boolean isRunning () public final com.google.common.util.concurrent.Service$State state () public final void addListener (com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor) com.google.common.util.concurrent.Service$Listener listener java.util.concurrent.Executor executor public final java.lang.Throwable failureCause () public final com.google.common.util.concurrent.Service startAsync () public final com.google.common.util.concurrent.Service stopAsync () public final void awaitRunning () public final void awaitRunning (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitRunning (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public final void awaitTerminated () public final void awaitTerminated (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitTerminated (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit static synthetic java.util.logging.Logger access$400 () static synthetic com.google.common.util.concurrent.AbstractService access$500 (com.google.common.util.concurrent.AbstractScheduledService) com.google.common.util.concurrent.AbstractScheduledService x0 static void <clinit> () }
com/google/common/util/concurrent/AbstractService$1.class
AbstractService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractService$1 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { void <init> () public void call (com.google.common.util.concurrent.Service$Listener) com.google.common.util.concurrent.Service$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/AbstractService$2.class
AbstractService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractService$2 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { void <init> () public void call (com.google.common.util.concurrent.Service$Listener) com.google.common.util.concurrent.Service$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/AbstractService$3.class
AbstractService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractService$3 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { final synthetic com.google.common.util.concurrent.Service$State val$from void <init> (com.google.common.util.concurrent.Service$State) public void call (com.google.common.util.concurrent.Service$Listener) com.google.common.util.concurrent.Service$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/AbstractService$4.class
AbstractService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractService$4 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { final synthetic com.google.common.util.concurrent.Service$State val$from void <init> (com.google.common.util.concurrent.Service$State) public void call (com.google.common.util.concurrent.Service$Listener) com.google.common.util.concurrent.Service$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/AbstractService$5.class
AbstractService.java package com.google.common.util.concurrent com.google.common.util.concurrent.AbstractService$5 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { final synthetic com.google.common.util.concurrent.Service$State val$from final synthetic Throwable val$cause void <init> (com.google.common.util.concurrent.AbstractService, com.google.common.util.concurrent.Service$State, java.lang.Throwable) com.google.common.util.concurrent.AbstractService this$0 public void call (com.google.common.util.concurrent.Service$Listener) com.google.common.util.concurrent.Service$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/AbstractService$6.class
AbstractService.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.AbstractService$6 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$util$concurrent$Service$State static void <clinit> () }
com/google/common/util/concurrent/AbstractService$HasReachedRunningGuard.class
AbstractService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard extends com.google.common.util.concurrent.Monitor$Guard { final synthetic com.google.common.util.concurrent.AbstractService this$0 void <init> (com.google.common.util.concurrent.AbstractService) public boolean isSatisfied () }
com/google/common/util/concurrent/AbstractService$IsStartableGuard.class
AbstractService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractService$IsStartableGuard extends com.google.common.util.concurrent.Monitor$Guard { final synthetic com.google.common.util.concurrent.AbstractService this$0 void <init> (com.google.common.util.concurrent.AbstractService) public boolean isSatisfied () }
com/google/common/util/concurrent/AbstractService$IsStoppableGuard.class
AbstractService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractService$IsStoppableGuard extends com.google.common.util.concurrent.Monitor$Guard { final synthetic com.google.common.util.concurrent.AbstractService this$0 void <init> (com.google.common.util.concurrent.AbstractService) public boolean isSatisfied () }
com/google/common/util/concurrent/AbstractService$IsStoppedGuard.class
AbstractService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractService$IsStoppedGuard extends com.google.common.util.concurrent.Monitor$Guard { final synthetic com.google.common.util.concurrent.AbstractService this$0 void <init> (com.google.common.util.concurrent.AbstractService) public boolean isSatisfied () }
com/google/common/util/concurrent/AbstractService$StateSnapshot.class
AbstractService.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractService$StateSnapshot extends java.lang.Object { final com.google.common.util.concurrent.Service$State state final boolean shutdownWhenStartupFinishes final Throwable failure void <init> (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State internalState void <init> (com.google.common.util.concurrent.Service$State, boolean, java.lang.Throwable) com.google.common.util.concurrent.Service$State internalState boolean shutdownWhenStartupFinishes Throwable failure com.google.common.util.concurrent.Service$State externalState () java.lang.Throwable failureCause () }
com/google/common/util/concurrent/AbstractService.class
AbstractService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AbstractService extends java.lang.Object implements com.google.common.util.concurrent.Service { private static final com.google.common.util.concurrent.ListenerCallQueue$Event STARTING_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event RUNNING_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event STOPPING_FROM_STARTING_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event STOPPING_FROM_RUNNING_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event TERMINATED_FROM_NEW_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event TERMINATED_FROM_STARTING_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event TERMINATED_FROM_RUNNING_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event TERMINATED_FROM_STOPPING_EVENT private final com.google.common.util.concurrent.Monitor monitor private final com.google.common.util.concurrent.Monitor$Guard isStartable private final com.google.common.util.concurrent.Monitor$Guard isStoppable private final com.google.common.util.concurrent.Monitor$Guard hasReachedRunning private final com.google.common.util.concurrent.Monitor$Guard isStopped private final com.google.common.util.concurrent.ListenerCallQueue listeners private volatile com.google.common.util.concurrent.AbstractService$StateSnapshot snapshot private static com.google.common.util.concurrent.ListenerCallQueue$Event terminatedEvent (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from private static com.google.common.util.concurrent.ListenerCallQueue$Event stoppingEvent (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from protected void <init> () protected abstract void doStart () protected abstract void doStop () protected void doCancelStart () public final com.google.common.util.concurrent.Service startAsync () Throwable startupFailure public final com.google.common.util.concurrent.Service stopAsync () com.google.common.util.concurrent.Service$State previous Throwable shutdownFailure public final void awaitRunning () public final void awaitRunning (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitRunning (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public final void awaitTerminated () public final void awaitTerminated (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public final void awaitTerminated (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit private void checkCurrentState (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State expected com.google.common.util.concurrent.Service$State actual protected final void notifyStarted () IllegalStateException failure protected final void notifyStopped () com.google.common.util.concurrent.Service$State previous protected final void notifyFailed (java.lang.Throwable) com.google.common.util.concurrent.Service$State previous Throwable cause public final boolean isRunning () public final com.google.common.util.concurrent.Service$State state () public final java.lang.Throwable failureCause () public final void addListener (com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor) com.google.common.util.concurrent.Service$Listener listener java.util.concurrent.Executor executor public java.lang.String toString () private void dispatchListenerEvents () private void enqueueStartingEvent () private void enqueueRunningEvent () private void enqueueStoppingEvent (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from private void enqueueTerminatedEvent (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from private void enqueueFailedEvent (com.google.common.util.concurrent.Service$State, java.lang.Throwable) com.google.common.util.concurrent.Service$State from Throwable cause static synthetic com.google.common.util.concurrent.Monitor access$000 (com.google.common.util.concurrent.AbstractService) com.google.common.util.concurrent.AbstractService x0 static void <clinit> () }
com/google/common/util/concurrent/AbstractTransformFuture$AsyncTransformFuture.class
AbstractTransformFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture extends com.google.common.util.concurrent.AbstractTransformFuture { void <init> (com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.AsyncFunction) com.google.common.util.concurrent.ListenableFuture inputFuture com.google.common.util.concurrent.AsyncFunction function com.google.common.util.concurrent.ListenableFuture doTransform (com.google.common.util.concurrent.AsyncFunction, java.lang.Object) throws java.lang.Exception com.google.common.util.concurrent.AsyncFunction function Object input com.google.common.util.concurrent.ListenableFuture outputFuture void setResult (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture result volatile synthetic void setResult (java.lang.Object) volatile synthetic java.lang.Object doTransform (java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/AbstractTransformFuture$TransformFuture.class
AbstractTransformFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture extends com.google.common.util.concurrent.AbstractTransformFuture { void <init> (com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function) com.google.common.util.concurrent.ListenableFuture inputFuture com.google.common.base.Function function java.lang.Object doTransform (com.google.common.base.Function, java.lang.Object) com.google.common.base.Function function Object input void setResult (java.lang.Object) Object result volatile synthetic java.lang.Object doTransform (java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/AbstractTransformFuture.class
AbstractTransformFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AbstractTransformFuture extends com.google.common.util.concurrent.FluentFuture$TrustedFuture implements java.lang.Runnable { com.google.common.util.concurrent.ListenableFuture inputFuture Object function static com.google.common.util.concurrent.ListenableFuture create (com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.AsyncFunction, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input com.google.common.util.concurrent.AsyncFunction function java.util.concurrent.Executor executor com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture output static com.google.common.util.concurrent.ListenableFuture create (com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input com.google.common.base.Function function java.util.concurrent.Executor executor com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture output void <init> (com.google.common.util.concurrent.ListenableFuture, java.lang.Object) com.google.common.util.concurrent.ListenableFuture inputFuture Object function public final void run () boolean unused Object sourceResult java.util.concurrent.CancellationException e java.util.concurrent.ExecutionException e RuntimeException e Error e Object transformResult Throwable t com.google.common.util.concurrent.ListenableFuture localInputFuture Object localFunction Object sourceResult Object transformResult abstract java.lang.Object doTransform (java.lang.Object, java.lang.Object) throws java.lang.Exception abstract void setResult (java.lang.Object) protected final void afterDone () protected java.lang.String pendingToString () com.google.common.util.concurrent.ListenableFuture localInputFuture Object localFunction String superString String resultString }
com/google/common/util/concurrent/AggregateFuture$ReleaseResourcesReason.class
AggregateFuture.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason extends java.lang.Enum { public static final enum com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason OUTPUT_FUTURE_DONE public static final enum com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason ALL_INPUT_FUTURES_PROCESSED private static final synthetic com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason[] $VALUES public static com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason[] values () public static com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason[] $values () static void <clinit> () }
com/google/common/util/concurrent/AggregateFuture.class
AggregateFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AggregateFuture extends com.google.common.util.concurrent.AggregateFutureState { private static final java.util.logging.Logger logger private com.google.common.collect.ImmutableCollection futures private final boolean allMustSucceed private final boolean collectsValues void <init> (com.google.common.collect.ImmutableCollection, boolean, boolean) com.google.common.collect.ImmutableCollection futures boolean allMustSucceed boolean collectsValues protected final void afterDone () java.util.concurrent.Future future boolean wasInterrupted com.google.common.collect.ImmutableCollection localFutures protected final java.lang.String pendingToString () com.google.common.collect.ImmutableCollection localFutures final void init () int index com.google.common.util.concurrent.ListenableFuture future int i com.google.common.util.concurrent.ListenableFuture future com.google.common.collect.ImmutableCollection localFutures Runnable listener private void handleException (java.lang.Throwable) boolean firstTimeSeeingThisException boolean completedWithFailure Throwable throwable private static void log (java.lang.Throwable) Throwable throwable String message final void addInitialException (java.util.Set) java.util.Set seen private void collectValueFromNonCancelledFuture (int, java.util.concurrent.Future) java.util.concurrent.ExecutionException e Throwable t int index java.util.concurrent.Future future private void decrementCountAndMaybeComplete (com.google.common.collect.ImmutableCollection) com.google.common.collect.ImmutableCollection futuresIfNeedToCollectAtCompletion int newRemaining private void processCompleted (com.google.common.collect.ImmutableCollection) java.util.concurrent.Future future int i com.google.common.collect.ImmutableCollection futuresIfNeedToCollectAtCompletion void releaseResources (com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason) com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason reason abstract void collectOneValue (int, java.lang.Object) abstract void handleAllCompleted () private static boolean addCausalChain (java.util.Set, java.lang.Throwable) boolean firstTimeSeen java.util.Set seen Throwable param Throwable t private synthetic void lambda$init$1 (com.google.common.collect.ImmutableCollection) com.google.common.collect.ImmutableCollection localFutures private synthetic void lambda$init$0 (com.google.common.util.concurrent.ListenableFuture, int) com.google.common.util.concurrent.ListenableFuture future int index static void <clinit> () }
com/google/common/util/concurrent/AggregateFutureState$1.class
AggregateFutureState.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.AggregateFutureState$1 extends java.lang.Object { }
com/google/common/util/concurrent/AggregateFutureState$AtomicHelper.class
AggregateFutureState.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AggregateFutureState$AtomicHelper extends java.lang.Object { private void <init> () abstract void compareAndSetSeenExceptions (com.google.common.util.concurrent.AggregateFutureState, java.util.Set, java.util.Set) abstract int decrementAndGetRemainingCount (com.google.common.util.concurrent.AggregateFutureState) synthetic void <init> (com.google.common.util.concurrent.AggregateFutureState$1) com.google.common.util.concurrent.AggregateFutureState$1 x0 }
com/google/common/util/concurrent/AggregateFutureState$SafeAtomicHelper.class
AggregateFutureState.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AggregateFutureState$SafeAtomicHelper extends com.google.common.util.concurrent.AggregateFutureState$AtomicHelper { final java.util.concurrent.atomic.AtomicReferenceFieldUpdater seenExceptionsUpdater final java.util.concurrent.atomic.AtomicIntegerFieldUpdater remainingCountUpdater void <init> (java.util.concurrent.atomic.AtomicReferenceFieldUpdater, java.util.concurrent.atomic.AtomicIntegerFieldUpdater) java.util.concurrent.atomic.AtomicReferenceFieldUpdater seenExceptionsUpdater java.util.concurrent.atomic.AtomicIntegerFieldUpdater remainingCountUpdater void compareAndSetSeenExceptions (com.google.common.util.concurrent.AggregateFutureState, java.util.Set, java.util.Set) com.google.common.util.concurrent.AggregateFutureState state java.util.Set expect java.util.Set update int decrementAndGetRemainingCount (com.google.common.util.concurrent.AggregateFutureState) com.google.common.util.concurrent.AggregateFutureState state }
com/google/common/util/concurrent/AggregateFutureState$SynchronizedAtomicHelper.class
AggregateFutureState.java package com.google.common.util.concurrent final com.google.common.util.concurrent.AggregateFutureState$SynchronizedAtomicHelper extends com.google.common.util.concurrent.AggregateFutureState$AtomicHelper { private void <init> () void compareAndSetSeenExceptions (com.google.common.util.concurrent.AggregateFutureState, java.util.Set, java.util.Set) com.google.common.util.concurrent.AggregateFutureState state java.util.Set expect java.util.Set update int decrementAndGetRemainingCount (com.google.common.util.concurrent.AggregateFutureState) com.google.common.util.concurrent.AggregateFutureState state synthetic void <init> (com.google.common.util.concurrent.AggregateFutureState$1) com.google.common.util.concurrent.AggregateFutureState$1 x0 }
com/google/common/util/concurrent/AggregateFutureState.class
AggregateFutureState.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.AggregateFutureState extends com.google.common.util.concurrent.AbstractFuture$TrustedFuture { private volatile java.util.Set seenExceptions private volatile int remaining private static final com.google.common.util.concurrent.AggregateFutureState$AtomicHelper ATOMIC_HELPER private static final java.util.logging.Logger log void <init> (int) int remainingFutures final java.util.Set getOrInitSeenExceptions () java.util.Set seenExceptionsLocal abstract void addInitialException (java.util.Set) final int decrementRemainingAndGet () final void clearSeenExceptions () static synthetic java.util.Set access$200 (com.google.common.util.concurrent.AggregateFutureState) com.google.common.util.concurrent.AggregateFutureState x0 static synthetic java.util.Set access$202 (com.google.common.util.concurrent.AggregateFutureState, java.util.Set) com.google.common.util.concurrent.AggregateFutureState x0 java.util.Set x1 static synthetic int access$306 (com.google.common.util.concurrent.AggregateFutureState) com.google.common.util.concurrent.AggregateFutureState x0 static void <clinit> () com.google.common.util.concurrent.AggregateFutureState$AtomicHelper helper Throwable reflectionFailure com.google.common.util.concurrent.AggregateFutureState$AtomicHelper helper Throwable thrownReflectionFailure }
com/google/common/util/concurrent/AsyncCallable.class
AsyncCallable.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AsyncCallable extends java.lang.Object { public abstract com.google.common.util.concurrent.ListenableFuture call () throws java.lang.Exception }
com/google/common/util/concurrent/AsyncFunction.class
AsyncFunction.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.AsyncFunction extends java.lang.Object { public abstract com.google.common.util.concurrent.ListenableFuture apply (java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/AtomicDouble.class
AtomicDouble.java package com.google.common.util.concurrent public com.google.common.util.concurrent.AtomicDouble extends java.lang.Number implements java.io.Serializable { private static final long serialVersionUID private volatile transient long value private static final java.util.concurrent.atomic.AtomicLongFieldUpdater updater public void <init> (double) double initialValue public void <init> () public final double get () public final void set (double) double newValue long next public final void lazySet (double) double newValue long next public final double getAndSet (double) double newValue long next public final boolean compareAndSet (double, double) double expect double update public final boolean weakCompareAndSet (double, double) double expect double update public final double getAndAdd (double) double delta public final double addAndGet (double) double delta public final double getAndAccumulate (double, java.util.function.DoubleBinaryOperator) double x java.util.function.DoubleBinaryOperator accumulatorFunction public final double accumulateAndGet (double, java.util.function.DoubleBinaryOperator) double x java.util.function.DoubleBinaryOperator accumulatorFunction public final double getAndUpdate (java.util.function.DoubleUnaryOperator) long current double currentVal double nextVal long next java.util.function.DoubleUnaryOperator updateFunction public final double updateAndGet (java.util.function.DoubleUnaryOperator) long current double currentVal double nextVal long next java.util.function.DoubleUnaryOperator updateFunction public java.lang.String toString () public int intValue () public long longValue () public float floatValue () public double doubleValue () private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream s private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream s private static synthetic double lambda$accumulateAndGet$1 (java.util.function.DoubleBinaryOperator, double, double) java.util.function.DoubleBinaryOperator accumulatorFunction double x double oldValue private static synthetic double lambda$getAndAccumulate$0 (java.util.function.DoubleBinaryOperator, double, double) java.util.function.DoubleBinaryOperator accumulatorFunction double x double oldValue static void <clinit> () }
com/google/common/util/concurrent/AtomicDoubleArray.class
AtomicDoubleArray.java package com.google.common.util.concurrent public com.google.common.util.concurrent.AtomicDoubleArray extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID private transient java.util.concurrent.atomic.AtomicLongArray longs public void <init> (int) int length public void <init> (double[]) int i double[] array int len long[] longArray public final int length () public final double get (int) int i public final void set (int, double) int i double newValue long next public final void lazySet (int, double) int i double newValue long next public final double getAndSet (int, double) int i double newValue long next public final boolean compareAndSet (int, double, double) int i double expect double update public final boolean weakCompareAndSet (int, double, double) int i double expect double update public final double getAndAdd (int, double) int i double delta public double addAndGet (int, double) int i double delta public final double getAndAccumulate (int, double, java.util.function.DoubleBinaryOperator) int i double x java.util.function.DoubleBinaryOperator accumulatorFunction public final double accumulateAndGet (int, double, java.util.function.DoubleBinaryOperator) int i double x java.util.function.DoubleBinaryOperator accumulatorFunction public final double getAndUpdate (int, java.util.function.DoubleUnaryOperator) long current double currentVal double nextVal long next int i java.util.function.DoubleUnaryOperator updaterFunction public final double updateAndGet (int, java.util.function.DoubleUnaryOperator) long current double currentVal double nextVal long next int i java.util.function.DoubleUnaryOperator updaterFunction public java.lang.String toString () int i int iMax StringBuilder b private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException int i java.io.ObjectOutputStream s int length private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException int i java.io.ObjectInputStream s int length com.google.common.primitives.ImmutableLongArray$Builder builder private static synthetic double lambda$accumulateAndGet$1 (java.util.function.DoubleBinaryOperator, double, double) java.util.function.DoubleBinaryOperator accumulatorFunction double x double oldValue private static synthetic double lambda$getAndAccumulate$0 (java.util.function.DoubleBinaryOperator, double, double) java.util.function.DoubleBinaryOperator accumulatorFunction double x double oldValue }
com/google/common/util/concurrent/AtomicLongMap.class
AtomicLongMap.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.AtomicLongMap extends java.lang.Object implements java.io.Serializable { private final java.util.concurrent.ConcurrentHashMap map private transient java.util.Map asMap private void <init> (java.util.concurrent.ConcurrentHashMap) java.util.concurrent.ConcurrentHashMap map public static com.google.common.util.concurrent.AtomicLongMap create () public static com.google.common.util.concurrent.AtomicLongMap create (java.util.Map) java.util.Map m com.google.common.util.concurrent.AtomicLongMap result public long get (java.lang.Object) Object key public long incrementAndGet (java.lang.Object) Object key public long decrementAndGet (java.lang.Object) Object key public long addAndGet (java.lang.Object, long) Object key long delta public long getAndIncrement (java.lang.Object) Object key public long getAndDecrement (java.lang.Object) Object key public long getAndAdd (java.lang.Object, long) Object key long delta public long updateAndGet (java.lang.Object, java.util.function.LongUnaryOperator) Object key java.util.function.LongUnaryOperator updaterFunction public long getAndUpdate (java.lang.Object, java.util.function.LongUnaryOperator) Object key java.util.function.LongUnaryOperator updaterFunction java.util.concurrent.atomic.AtomicLong holder public long accumulateAndGet (java.lang.Object, long, java.util.function.LongBinaryOperator) Object key long x java.util.function.LongBinaryOperator accumulatorFunction public long getAndAccumulate (java.lang.Object, long, java.util.function.LongBinaryOperator) Object key long x java.util.function.LongBinaryOperator accumulatorFunction public long put (java.lang.Object, long) Object key long newValue public void putAll (java.util.Map) java.util.Map m public long remove (java.lang.Object) Object key Long result boolean remove (java.lang.Object, long) Object key long value public boolean removeIfZero (java.lang.Object) Object key public void removeAllZeros () public long sum () public java.util.Map asMap () java.util.Map result private java.util.Map createAsMap () public boolean containsKey (java.lang.Object) Object key public int size () public boolean isEmpty () public void clear () public java.lang.String toString () long putIfAbsent (java.lang.Object, long) Object key long newValue java.util.concurrent.atomic.AtomicBoolean noValue Long result boolean replace (java.lang.Object, long, long) Object key long expectedOldValue long newValue private static synthetic java.lang.Long lambda$putIfAbsent$6 (java.util.concurrent.atomic.AtomicBoolean, long, java.lang.Object, java.lang.Long) java.util.concurrent.atomic.AtomicBoolean noValue long newValue Object k Long oldValue private static synthetic boolean lambda$removeAllZeros$5 (java.lang.Long) Long x private static synthetic long lambda$put$4 (long, long) long newValue long x private static synthetic long lambda$getAndAccumulate$3 (java.util.function.LongBinaryOperator, long, long) java.util.function.LongBinaryOperator accumulatorFunction long x long oldValue private static synthetic long lambda$accumulateAndGet$2 (java.util.function.LongBinaryOperator, long, long) java.util.function.LongBinaryOperator accumulatorFunction long x long oldValue private static synthetic java.lang.Long lambda$getAndUpdate$1 (java.util.concurrent.atomic.AtomicLong, java.util.function.LongUnaryOperator, java.lang.Object, java.lang.Long) java.util.concurrent.atomic.AtomicLong holder java.util.function.LongUnaryOperator updaterFunction Object k Long value long oldValue private static synthetic java.lang.Long lambda$updateAndGet$0 (java.util.function.LongUnaryOperator, java.lang.Object, java.lang.Long) java.util.function.LongUnaryOperator updaterFunction Object k Long value }
com/google/common/util/concurrent/Atomics.class
Atomics.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.Atomics extends java.lang.Object { private void <init> () public static java.util.concurrent.atomic.AtomicReference newReference () public static java.util.concurrent.atomic.AtomicReference newReference (java.lang.Object) Object initialValue public static java.util.concurrent.atomic.AtomicReferenceArray newReferenceArray (int) int length public static java.util.concurrent.atomic.AtomicReferenceArray newReferenceArray (java.lang.Object[]) Object[] array }
com/google/common/util/concurrent/Callables.class
Callables.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.Callables extends java.lang.Object { private void <init> () public static java.util.concurrent.Callable returning (java.lang.Object) Object value public static com.google.common.util.concurrent.AsyncCallable asAsyncCallable (java.util.concurrent.Callable, com.google.common.util.concurrent.ListeningExecutorService) java.util.concurrent.Callable callable com.google.common.util.concurrent.ListeningExecutorService listeningExecutorService static java.util.concurrent.Callable threadRenaming (java.util.concurrent.Callable, com.google.common.base.Supplier) java.util.concurrent.Callable callable com.google.common.base.Supplier nameSupplier static java.lang.Runnable threadRenaming (java.lang.Runnable, com.google.common.base.Supplier) Runnable task com.google.common.base.Supplier nameSupplier private static boolean trySetName (java.lang.String, java.lang.Thread) SecurityException e String threadName Thread currentThread private static synthetic void lambda$threadRenaming$3 (com.google.common.base.Supplier, java.lang.Runnable) com.google.common.base.Supplier nameSupplier Runnable task Thread currentThread String oldName boolean restoreName private static synthetic java.lang.Object lambda$threadRenaming$2 (com.google.common.base.Supplier, java.util.concurrent.Callable) throws java.lang.Exception com.google.common.base.Supplier nameSupplier java.util.concurrent.Callable callable Thread currentThread String oldName boolean restoreName private static synthetic com.google.common.util.concurrent.ListenableFuture lambda$asAsyncCallable$1 (com.google.common.util.concurrent.ListeningExecutorService, java.util.concurrent.Callable) throws java.lang.Exception com.google.common.util.concurrent.ListeningExecutorService listeningExecutorService java.util.concurrent.Callable callable private static synthetic java.lang.Object lambda$returning$0 (java.lang.Object) throws java.lang.Exception Object value }
com/google/common/util/concurrent/ClosingFuture$1.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$1 extends java.lang.Object implements com.google.common.util.concurrent.FutureCallback { final synthetic com.google.common.util.concurrent.ClosingFuture val$closingFuture final synthetic java.util.concurrent.Executor val$closingExecutor void <init> (com.google.common.util.concurrent.ClosingFuture, java.util.concurrent.Executor) public void onSuccess (java.lang.AutoCloseable) AutoCloseable result public void onFailure (java.lang.Throwable) Throwable t public volatile synthetic void onSuccess (java.lang.Object) }
com/google/common/util/concurrent/ClosingFuture$10.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$10 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer val$consumer final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer) com.google.common.util.concurrent.ClosingFuture this$0 public void run () }
com/google/common/util/concurrent/ClosingFuture$11.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$11 extends java.lang.Object implements java.lang.Runnable { final synthetic AutoCloseable val$closeable void <init> (java.lang.AutoCloseable) public void run () Exception e }
com/google/common/util/concurrent/ClosingFuture$12.class
ClosingFuture.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.ClosingFuture$12 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$common$util$concurrent$ClosingFuture$State static void <clinit> () }
com/google/common/util/concurrent/ClosingFuture$2.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$2 extends java.lang.Object implements java.util.concurrent.Callable { final synthetic com.google.common.util.concurrent.ClosingFuture$ClosingCallable val$callable final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$ClosingCallable) com.google.common.util.concurrent.ClosingFuture this$0 public java.lang.Object call () throws java.lang.Exception public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$3.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$3 extends java.lang.Object implements com.google.common.util.concurrent.AsyncCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$AsyncClosingCallable val$callable final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$AsyncClosingCallable) com.google.common.util.concurrent.ClosingFuture this$0 public com.google.common.util.concurrent.ListenableFuture call () throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture closingFuture com.google.common.util.concurrent.ClosingFuture$CloseableList newCloseables public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$4.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$4 extends java.lang.Object implements com.google.common.util.concurrent.AsyncFunction { final synthetic com.google.common.util.concurrent.ClosingFuture$ClosingFunction val$function final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$ClosingFunction) com.google.common.util.concurrent.ClosingFuture this$0 public com.google.common.util.concurrent.ListenableFuture apply (java.lang.Object) throws java.lang.Exception Object input public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$5.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$5 extends java.lang.Object implements com.google.common.util.concurrent.AsyncFunction { final synthetic com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction val$function final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction) com.google.common.util.concurrent.ClosingFuture this$0 public com.google.common.util.concurrent.ListenableFuture apply (java.lang.Object) throws java.lang.Exception Object input public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$6.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$6 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction { final synthetic com.google.common.util.concurrent.AsyncFunction val$function void <init> (com.google.common.util.concurrent.AsyncFunction) public com.google.common.util.concurrent.ClosingFuture apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer Object input }
com/google/common/util/concurrent/ClosingFuture$7.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$7 extends java.lang.Object implements com.google.common.util.concurrent.AsyncFunction { final synthetic com.google.common.util.concurrent.ClosingFuture$ClosingFunction val$fallback final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$ClosingFunction) com.google.common.util.concurrent.ClosingFuture this$0 public com.google.common.util.concurrent.ListenableFuture apply (java.lang.Throwable) throws java.lang.Exception Throwable exception public java.lang.String toString () public volatile synthetic com.google.common.util.concurrent.ListenableFuture apply (java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$8.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$8 extends java.lang.Object implements com.google.common.util.concurrent.AsyncFunction { final synthetic com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction val$fallback final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction) com.google.common.util.concurrent.ClosingFuture this$0 public com.google.common.util.concurrent.ListenableFuture apply (java.lang.Throwable) throws java.lang.Exception Throwable exception public java.lang.String toString () public volatile synthetic com.google.common.util.concurrent.ListenableFuture apply (java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$9.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$9 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.ClosingFuture this$0 void <init> (com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture this$0 public void run () }
com/google/common/util/concurrent/ClosingFuture$AsyncClosingCallable.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$AsyncClosingCallable extends java.lang.Object { public abstract com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$AsyncClosingFunction.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction extends java.lang.Object { public abstract com.google.common.util.concurrent.ClosingFuture apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$CloseableList.class
ClosingFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ClosingFuture$CloseableList extends java.util.IdentityHashMap implements java.io.Closeable { private final com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer private volatile boolean closed private volatile java.util.concurrent.CountDownLatch whenClosed private void <init> () com.google.common.util.concurrent.ListenableFuture applyClosingFunction (com.google.common.util.concurrent.ClosingFuture$ClosingFunction, java.lang.Object) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$ClosingFunction transformation Object input com.google.common.util.concurrent.ClosingFuture$CloseableList newCloseables com.google.common.util.concurrent.FluentFuture applyAsyncClosingFunction (com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction, java.lang.Object) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture closingFuture com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction transformation Object input com.google.common.util.concurrent.ClosingFuture$CloseableList newCloseables public void close () java.util.Map$Entry entry void add (java.lang.AutoCloseable, java.util.concurrent.Executor) AutoCloseable closeable java.util.concurrent.Executor executor java.util.concurrent.CountDownLatch whenClosedCountDown () static synthetic com.google.common.util.concurrent.ClosingFuture$DeferredCloser access$300 (com.google.common.util.concurrent.ClosingFuture$CloseableList) com.google.common.util.concurrent.ClosingFuture$CloseableList x0 synthetic void <init> (com.google.common.util.concurrent.ClosingFuture$1) com.google.common.util.concurrent.ClosingFuture$1 x0 }
com/google/common/util/concurrent/ClosingFuture$ClosingCallable.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$ClosingCallable extends java.lang.Object { public abstract java.lang.Object call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$ClosingFunction.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$ClosingFunction extends java.lang.Object { public abstract java.lang.Object apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner$1.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner$1 extends java.lang.Object implements java.util.concurrent.Callable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable val$combiningCallable final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner, com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable) com.google.common.util.concurrent.ClosingFuture$Combiner this$0 public java.lang.Object call () throws java.lang.Exception public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner$2.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner$2 extends java.lang.Object implements com.google.common.util.concurrent.AsyncCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable val$combiningCallable final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner, com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable) com.google.common.util.concurrent.ClosingFuture$Combiner this$0 public com.google.common.util.concurrent.ListenableFuture call () throws java.lang.Exception public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner$3.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner$3 extends java.lang.Object implements com.google.common.base.Function { void <init> () public com.google.common.util.concurrent.FluentFuture apply (com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/util/concurrent/ClosingFuture$Combiner$AsyncCombiningCallable.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable extends java.lang.Object { public abstract com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner$CombiningCallable.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable extends java.lang.Object { public abstract java.lang.Object call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner.class
ClosingFuture.java package com.google.common.util.concurrent public com.google.common.util.concurrent.ClosingFuture$Combiner extends java.lang.Object { private final com.google.common.util.concurrent.ClosingFuture$CloseableList closeables private final boolean allMustSucceed protected final com.google.common.collect.ImmutableList inputs private static final com.google.common.base.Function INNER_FUTURE private void <init> (boolean, java.lang.Iterable) com.google.common.util.concurrent.ClosingFuture input boolean allMustSucceed Iterable inputs public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable combiningCallable java.util.concurrent.Executor executor java.util.concurrent.Callable callable com.google.common.util.concurrent.ClosingFuture derived public com.google.common.util.concurrent.ClosingFuture callAsync (com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable combiningCallable java.util.concurrent.Executor executor com.google.common.util.concurrent.AsyncCallable asyncCallable com.google.common.util.concurrent.ClosingFuture derived private com.google.common.util.concurrent.Futures$FutureCombiner futureCombiner () private com.google.common.collect.ImmutableList inputFutures () synthetic void <init> (boolean, java.lang.Iterable, com.google.common.util.concurrent.ClosingFuture$1) boolean x0 Iterable x1 com.google.common.util.concurrent.ClosingFuture$1 x2 static synthetic com.google.common.util.concurrent.ClosingFuture$CloseableList access$1300 (com.google.common.util.concurrent.ClosingFuture$Combiner) com.google.common.util.concurrent.ClosingFuture$Combiner x0 static void <clinit> () }
com/google/common/util/concurrent/ClosingFuture$Combiner2$1.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner2$1 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner2 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner2, com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2) com.google.common.util.concurrent.ClosingFuture$Combiner2 this$0 public java.lang.Object call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner2$2.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner2$2 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner2$AsyncClosingFunction2 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner2 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner2, com.google.common.util.concurrent.ClosingFuture$Combiner2$AsyncClosingFunction2) com.google.common.util.concurrent.ClosingFuture$Combiner2 this$0 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner2$AsyncClosingFunction2.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner2$AsyncClosingFunction2 extends java.lang.Object { public abstract com.google.common.util.concurrent.ClosingFuture apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner2$ClosingFunction2.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2 extends java.lang.Object { public abstract java.lang.Object apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner2.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture$Combiner2 extends com.google.common.util.concurrent.ClosingFuture$Combiner { private final com.google.common.util.concurrent.ClosingFuture future1 private final com.google.common.util.concurrent.ClosingFuture future2 private void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2 function java.util.concurrent.Executor executor public com.google.common.util.concurrent.ClosingFuture callAsync (com.google.common.util.concurrent.ClosingFuture$Combiner2$AsyncClosingFunction2, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner2$AsyncClosingFunction2 function java.util.concurrent.Executor executor synthetic void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$1) com.google.common.util.concurrent.ClosingFuture x0 com.google.common.util.concurrent.ClosingFuture x1 com.google.common.util.concurrent.ClosingFuture$1 x2 static synthetic com.google.common.util.concurrent.ClosingFuture access$1800 (com.google.common.util.concurrent.ClosingFuture$Combiner2) com.google.common.util.concurrent.ClosingFuture$Combiner2 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$1900 (com.google.common.util.concurrent.ClosingFuture$Combiner2) com.google.common.util.concurrent.ClosingFuture$Combiner2 x0 }
com/google/common/util/concurrent/ClosingFuture$Combiner3$1.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner3$1 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner3$ClosingFunction3 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner3 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner3, com.google.common.util.concurrent.ClosingFuture$Combiner3$ClosingFunction3) com.google.common.util.concurrent.ClosingFuture$Combiner3 this$0 public java.lang.Object call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner3$2.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner3$2 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner3$AsyncClosingFunction3 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner3 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner3, com.google.common.util.concurrent.ClosingFuture$Combiner3$AsyncClosingFunction3) com.google.common.util.concurrent.ClosingFuture$Combiner3 this$0 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner3$AsyncClosingFunction3.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner3$AsyncClosingFunction3 extends java.lang.Object { public abstract com.google.common.util.concurrent.ClosingFuture apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner3$ClosingFunction3.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner3$ClosingFunction3 extends java.lang.Object { public abstract java.lang.Object apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner3.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture$Combiner3 extends com.google.common.util.concurrent.ClosingFuture$Combiner { private final com.google.common.util.concurrent.ClosingFuture future1 private final com.google.common.util.concurrent.ClosingFuture future2 private final com.google.common.util.concurrent.ClosingFuture future3 private void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 com.google.common.util.concurrent.ClosingFuture future3 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$Combiner3$ClosingFunction3, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner3$ClosingFunction3 function java.util.concurrent.Executor executor public com.google.common.util.concurrent.ClosingFuture callAsync (com.google.common.util.concurrent.ClosingFuture$Combiner3$AsyncClosingFunction3, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner3$AsyncClosingFunction3 function java.util.concurrent.Executor executor synthetic void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$1) com.google.common.util.concurrent.ClosingFuture x0 com.google.common.util.concurrent.ClosingFuture x1 com.google.common.util.concurrent.ClosingFuture x2 com.google.common.util.concurrent.ClosingFuture$1 x3 static synthetic com.google.common.util.concurrent.ClosingFuture access$2000 (com.google.common.util.concurrent.ClosingFuture$Combiner3) com.google.common.util.concurrent.ClosingFuture$Combiner3 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$2100 (com.google.common.util.concurrent.ClosingFuture$Combiner3) com.google.common.util.concurrent.ClosingFuture$Combiner3 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$2200 (com.google.common.util.concurrent.ClosingFuture$Combiner3) com.google.common.util.concurrent.ClosingFuture$Combiner3 x0 }
com/google/common/util/concurrent/ClosingFuture$Combiner4$1.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner4$1 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner4 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner4, com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4) com.google.common.util.concurrent.ClosingFuture$Combiner4 this$0 public java.lang.Object call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner4$2.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner4$2 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner4$AsyncClosingFunction4 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner4 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner4, com.google.common.util.concurrent.ClosingFuture$Combiner4$AsyncClosingFunction4) com.google.common.util.concurrent.ClosingFuture$Combiner4 this$0 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner4$AsyncClosingFunction4.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner4$AsyncClosingFunction4 extends java.lang.Object { public abstract com.google.common.util.concurrent.ClosingFuture apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner4$ClosingFunction4.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4 extends java.lang.Object { public abstract java.lang.Object apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner4.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture$Combiner4 extends com.google.common.util.concurrent.ClosingFuture$Combiner { private final com.google.common.util.concurrent.ClosingFuture future1 private final com.google.common.util.concurrent.ClosingFuture future2 private final com.google.common.util.concurrent.ClosingFuture future3 private final com.google.common.util.concurrent.ClosingFuture future4 private void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 com.google.common.util.concurrent.ClosingFuture future3 com.google.common.util.concurrent.ClosingFuture future4 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4 function java.util.concurrent.Executor executor public com.google.common.util.concurrent.ClosingFuture callAsync (com.google.common.util.concurrent.ClosingFuture$Combiner4$AsyncClosingFunction4, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner4$AsyncClosingFunction4 function java.util.concurrent.Executor executor synthetic void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$1) com.google.common.util.concurrent.ClosingFuture x0 com.google.common.util.concurrent.ClosingFuture x1 com.google.common.util.concurrent.ClosingFuture x2 com.google.common.util.concurrent.ClosingFuture x3 com.google.common.util.concurrent.ClosingFuture$1 x4 static synthetic com.google.common.util.concurrent.ClosingFuture access$2300 (com.google.common.util.concurrent.ClosingFuture$Combiner4) com.google.common.util.concurrent.ClosingFuture$Combiner4 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$2400 (com.google.common.util.concurrent.ClosingFuture$Combiner4) com.google.common.util.concurrent.ClosingFuture$Combiner4 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$2500 (com.google.common.util.concurrent.ClosingFuture$Combiner4) com.google.common.util.concurrent.ClosingFuture$Combiner4 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$2600 (com.google.common.util.concurrent.ClosingFuture$Combiner4) com.google.common.util.concurrent.ClosingFuture$Combiner4 x0 }
com/google/common/util/concurrent/ClosingFuture$Combiner5$1.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner5$1 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner5$ClosingFunction5 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner5 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner5, com.google.common.util.concurrent.ClosingFuture$Combiner5$ClosingFunction5) com.google.common.util.concurrent.ClosingFuture$Combiner5 this$0 public java.lang.Object call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner5$2.class
ClosingFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ClosingFuture$Combiner5$2 extends java.lang.Object implements com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable { final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner5$AsyncClosingFunction5 val$function final synthetic com.google.common.util.concurrent.ClosingFuture$Combiner5 this$0 void <init> (com.google.common.util.concurrent.ClosingFuture$Combiner5, com.google.common.util.concurrent.ClosingFuture$Combiner5$AsyncClosingFunction5) com.google.common.util.concurrent.ClosingFuture$Combiner5 this$0 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, com.google.common.util.concurrent.ClosingFuture$Peeker) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$DeferredCloser closer com.google.common.util.concurrent.ClosingFuture$Peeker peeker public java.lang.String toString () }
com/google/common/util/concurrent/ClosingFuture$Combiner5$AsyncClosingFunction5.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner5$AsyncClosingFunction5 extends java.lang.Object { public abstract com.google.common.util.concurrent.ClosingFuture apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner5$ClosingFunction5.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$Combiner5$ClosingFunction5 extends java.lang.Object { public abstract java.lang.Object apply (com.google.common.util.concurrent.ClosingFuture$DeferredCloser, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) throws java.lang.Exception }
com/google/common/util/concurrent/ClosingFuture$Combiner5.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture$Combiner5 extends com.google.common.util.concurrent.ClosingFuture$Combiner { private final com.google.common.util.concurrent.ClosingFuture future1 private final com.google.common.util.concurrent.ClosingFuture future2 private final com.google.common.util.concurrent.ClosingFuture future3 private final com.google.common.util.concurrent.ClosingFuture future4 private final com.google.common.util.concurrent.ClosingFuture future5 private void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 com.google.common.util.concurrent.ClosingFuture future3 com.google.common.util.concurrent.ClosingFuture future4 com.google.common.util.concurrent.ClosingFuture future5 public com.google.common.util.concurrent.ClosingFuture call (com.google.common.util.concurrent.ClosingFuture$Combiner5$ClosingFunction5, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner5$ClosingFunction5 function java.util.concurrent.Executor executor public com.google.common.util.concurrent.ClosingFuture callAsync (com.google.common.util.concurrent.ClosingFuture$Combiner5$AsyncClosingFunction5, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$Combiner5$AsyncClosingFunction5 function java.util.concurrent.Executor executor synthetic void <init> (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$1) com.google.common.util.concurrent.ClosingFuture x0 com.google.common.util.concurrent.ClosingFuture x1 com.google.common.util.concurrent.ClosingFuture x2 com.google.common.util.concurrent.ClosingFuture x3 com.google.common.util.concurrent.ClosingFuture x4 com.google.common.util.concurrent.ClosingFuture$1 x5 static synthetic com.google.common.util.concurrent.ClosingFuture access$2700 (com.google.common.util.concurrent.ClosingFuture$Combiner5) com.google.common.util.concurrent.ClosingFuture$Combiner5 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$2800 (com.google.common.util.concurrent.ClosingFuture$Combiner5) com.google.common.util.concurrent.ClosingFuture$Combiner5 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$2900 (com.google.common.util.concurrent.ClosingFuture$Combiner5) com.google.common.util.concurrent.ClosingFuture$Combiner5 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$3000 (com.google.common.util.concurrent.ClosingFuture$Combiner5) com.google.common.util.concurrent.ClosingFuture$Combiner5 x0 static synthetic com.google.common.util.concurrent.ClosingFuture access$3100 (com.google.common.util.concurrent.ClosingFuture$Combiner5) com.google.common.util.concurrent.ClosingFuture$Combiner5 x0 }
com/google/common/util/concurrent/ClosingFuture$DeferredCloser.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture$DeferredCloser extends java.lang.Object { private final com.google.common.util.concurrent.ClosingFuture$CloseableList list void <init> (com.google.common.util.concurrent.ClosingFuture$CloseableList) com.google.common.util.concurrent.ClosingFuture$CloseableList list public java.lang.Object eventuallyClose (java.lang.Object, java.util.concurrent.Executor) Object closeable java.util.concurrent.Executor closingExecutor }
com/google/common/util/concurrent/ClosingFuture$Peeker.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture$Peeker extends java.lang.Object { private final com.google.common.collect.ImmutableList futures private volatile boolean beingCalled private void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList futures public final java.lang.Object getDone (com.google.common.util.concurrent.ClosingFuture) throws java.util.concurrent.ExecutionException com.google.common.util.concurrent.ClosingFuture closingFuture private java.lang.Object call (com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable, com.google.common.util.concurrent.ClosingFuture$CloseableList) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable combiner com.google.common.util.concurrent.ClosingFuture$CloseableList closeables com.google.common.util.concurrent.ClosingFuture$CloseableList newCloseables private com.google.common.util.concurrent.FluentFuture callAsync (com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable, com.google.common.util.concurrent.ClosingFuture$CloseableList) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture closingFuture com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable combiner com.google.common.util.concurrent.ClosingFuture$CloseableList closeables com.google.common.util.concurrent.ClosingFuture$CloseableList newCloseables synthetic void <init> (com.google.common.collect.ImmutableList, com.google.common.util.concurrent.ClosingFuture$1) com.google.common.collect.ImmutableList x0 com.google.common.util.concurrent.ClosingFuture$1 x1 static synthetic java.lang.Object access$1500 (com.google.common.util.concurrent.ClosingFuture$Peeker, com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable, com.google.common.util.concurrent.ClosingFuture$CloseableList) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$Peeker x0 com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable x1 com.google.common.util.concurrent.ClosingFuture$CloseableList x2 static synthetic com.google.common.util.concurrent.FluentFuture access$1700 (com.google.common.util.concurrent.ClosingFuture$Peeker, com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable, com.google.common.util.concurrent.ClosingFuture$CloseableList) throws java.lang.Exception com.google.common.util.concurrent.ClosingFuture$Peeker x0 com.google.common.util.concurrent.ClosingFuture$Combiner$AsyncCombiningCallable x1 com.google.common.util.concurrent.ClosingFuture$CloseableList x2 }
com/google/common/util/concurrent/ClosingFuture$State.class
ClosingFuture.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.ClosingFuture$State extends java.lang.Enum { public static final enum com.google.common.util.concurrent.ClosingFuture$State OPEN public static final enum com.google.common.util.concurrent.ClosingFuture$State SUBSUMED public static final enum com.google.common.util.concurrent.ClosingFuture$State WILL_CLOSE public static final enum com.google.common.util.concurrent.ClosingFuture$State CLOSING public static final enum com.google.common.util.concurrent.ClosingFuture$State CLOSED public static final enum com.google.common.util.concurrent.ClosingFuture$State WILL_CREATE_VALUE_AND_CLOSER private static final synthetic com.google.common.util.concurrent.ClosingFuture$State[] $VALUES public static com.google.common.util.concurrent.ClosingFuture$State[] values () public static com.google.common.util.concurrent.ClosingFuture$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.util.concurrent.ClosingFuture$State[] $values () static void <clinit> () }
com/google/common/util/concurrent/ClosingFuture$ValueAndCloser.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture$ValueAndCloser extends java.lang.Object { private final com.google.common.util.concurrent.ClosingFuture closingFuture void <init> (com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture closingFuture public java.lang.Object get () throws java.util.concurrent.ExecutionException public void closeAsync () }
com/google/common/util/concurrent/ClosingFuture$ValueAndCloserConsumer.class
ClosingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer extends java.lang.Object { public abstract void accept (com.google.common.util.concurrent.ClosingFuture$ValueAndCloser) }
com/google/common/util/concurrent/ClosingFuture.class
ClosingFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ClosingFuture extends java.lang.Object { private static final java.util.logging.Logger logger private final java.util.concurrent.atomic.AtomicReference state private final com.google.common.util.concurrent.ClosingFuture$CloseableList closeables private final com.google.common.util.concurrent.FluentFuture future public static com.google.common.util.concurrent.ClosingFuture submit (com.google.common.util.concurrent.ClosingFuture$ClosingCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$ClosingCallable callable java.util.concurrent.Executor executor public static com.google.common.util.concurrent.ClosingFuture submitAsync (com.google.common.util.concurrent.ClosingFuture$AsyncClosingCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$AsyncClosingCallable callable java.util.concurrent.Executor executor public static com.google.common.util.concurrent.ClosingFuture from (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture future public static com.google.common.util.concurrent.ClosingFuture eventuallyClosing (com.google.common.util.concurrent.ListenableFuture, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture future java.util.concurrent.Executor closingExecutor com.google.common.util.concurrent.ClosingFuture closingFuture public static com.google.common.util.concurrent.ClosingFuture$Combiner whenAllComplete (java.lang.Iterable) Iterable futures public static transient com.google.common.util.concurrent.ClosingFuture$Combiner whenAllComplete (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture[]) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture[] moreFutures public static com.google.common.util.concurrent.ClosingFuture$Combiner whenAllSucceed (java.lang.Iterable) Iterable futures public static com.google.common.util.concurrent.ClosingFuture$Combiner2 whenAllSucceed (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 public static com.google.common.util.concurrent.ClosingFuture$Combiner3 whenAllSucceed (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 com.google.common.util.concurrent.ClosingFuture future3 public static com.google.common.util.concurrent.ClosingFuture$Combiner4 whenAllSucceed (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 com.google.common.util.concurrent.ClosingFuture future3 com.google.common.util.concurrent.ClosingFuture future4 public static com.google.common.util.concurrent.ClosingFuture$Combiner5 whenAllSucceed (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 com.google.common.util.concurrent.ClosingFuture future3 com.google.common.util.concurrent.ClosingFuture future4 com.google.common.util.concurrent.ClosingFuture future5 public static transient com.google.common.util.concurrent.ClosingFuture$Combiner whenAllSucceed (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture[]) com.google.common.util.concurrent.ClosingFuture future1 com.google.common.util.concurrent.ClosingFuture future2 com.google.common.util.concurrent.ClosingFuture future3 com.google.common.util.concurrent.ClosingFuture future4 com.google.common.util.concurrent.ClosingFuture future5 com.google.common.util.concurrent.ClosingFuture future6 com.google.common.util.concurrent.ClosingFuture[] moreFutures private void <init> (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture future private void <init> (com.google.common.util.concurrent.ClosingFuture$ClosingCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$ClosingCallable callable java.util.concurrent.Executor executor com.google.common.util.concurrent.TrustedListenableFutureTask task private void <init> (com.google.common.util.concurrent.ClosingFuture$AsyncClosingCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$AsyncClosingCallable callable java.util.concurrent.Executor executor com.google.common.util.concurrent.TrustedListenableFutureTask task public com.google.common.util.concurrent.ListenableFuture statusFuture () public com.google.common.util.concurrent.ClosingFuture transform (com.google.common.util.concurrent.ClosingFuture$ClosingFunction, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$ClosingFunction function java.util.concurrent.Executor executor com.google.common.util.concurrent.AsyncFunction applyFunction public com.google.common.util.concurrent.ClosingFuture transformAsync (com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction function java.util.concurrent.Executor executor com.google.common.util.concurrent.AsyncFunction applyFunction public static com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction withoutCloser (com.google.common.util.concurrent.AsyncFunction) com.google.common.util.concurrent.AsyncFunction function public com.google.common.util.concurrent.ClosingFuture catching (java.lang.Class, com.google.common.util.concurrent.ClosingFuture$ClosingFunction, java.util.concurrent.Executor) Class exceptionType com.google.common.util.concurrent.ClosingFuture$ClosingFunction fallback java.util.concurrent.Executor executor private com.google.common.util.concurrent.ClosingFuture catchingMoreGeneric (java.lang.Class, com.google.common.util.concurrent.ClosingFuture$ClosingFunction, java.util.concurrent.Executor) Class exceptionType com.google.common.util.concurrent.ClosingFuture$ClosingFunction fallback java.util.concurrent.Executor executor com.google.common.util.concurrent.AsyncFunction applyFallback public com.google.common.util.concurrent.ClosingFuture catchingAsync (java.lang.Class, com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction, java.util.concurrent.Executor) Class exceptionType com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction fallback java.util.concurrent.Executor executor private com.google.common.util.concurrent.ClosingFuture catchingAsyncMoreGeneric (java.lang.Class, com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction, java.util.concurrent.Executor) Class exceptionType com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction fallback java.util.concurrent.Executor executor com.google.common.util.concurrent.AsyncFunction asyncFunction public com.google.common.util.concurrent.FluentFuture finishToFuture () public void finishToValueAndCloser (com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer, java.util.concurrent.Executor) com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer consumer java.util.concurrent.Executor executor private static void provideValueAndCloser (com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer consumer com.google.common.util.concurrent.ClosingFuture closingFuture public boolean cancel (boolean) boolean mayInterruptIfRunning boolean cancelled private void close () private com.google.common.util.concurrent.ClosingFuture derive (com.google.common.util.concurrent.FluentFuture) com.google.common.util.concurrent.FluentFuture future com.google.common.util.concurrent.ClosingFuture derived private void becomeSubsumedInto (com.google.common.util.concurrent.ClosingFuture$CloseableList) com.google.common.util.concurrent.ClosingFuture$CloseableList otherCloseables public java.lang.String toString () protected void finalize () private static void closeQuietly (java.lang.AutoCloseable, java.util.concurrent.Executor) java.util.concurrent.RejectedExecutionException e AutoCloseable closeable java.util.concurrent.Executor executor private void checkAndUpdateState (com.google.common.util.concurrent.ClosingFuture$State, com.google.common.util.concurrent.ClosingFuture$State) com.google.common.util.concurrent.ClosingFuture$State oldState com.google.common.util.concurrent.ClosingFuture$State newState private boolean compareAndUpdateState (com.google.common.util.concurrent.ClosingFuture$State, com.google.common.util.concurrent.ClosingFuture$State) com.google.common.util.concurrent.ClosingFuture$State oldState com.google.common.util.concurrent.ClosingFuture$State newState java.util.concurrent.CountDownLatch whenClosedCountDown () static synthetic com.google.common.util.concurrent.FluentFuture access$000 (com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture x0 static synthetic void access$100 (com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture x0 static synthetic com.google.common.util.concurrent.ClosingFuture$CloseableList access$200 (com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture x0 static synthetic void access$1000 (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$CloseableList) com.google.common.util.concurrent.ClosingFuture x0 com.google.common.util.concurrent.ClosingFuture$CloseableList x1 static synthetic void access$1100 (com.google.common.util.concurrent.ClosingFuture, com.google.common.util.concurrent.ClosingFuture$State, com.google.common.util.concurrent.ClosingFuture$State) com.google.common.util.concurrent.ClosingFuture x0 com.google.common.util.concurrent.ClosingFuture$State x1 com.google.common.util.concurrent.ClosingFuture$State x2 static synthetic void access$1200 (com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer, com.google.common.util.concurrent.ClosingFuture) com.google.common.util.concurrent.ClosingFuture$ValueAndCloserConsumer x0 com.google.common.util.concurrent.ClosingFuture x1 synthetic void <init> (com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.ClosingFuture$1) com.google.common.util.concurrent.ListenableFuture x0 com.google.common.util.concurrent.ClosingFuture$1 x1 static synthetic java.util.logging.Logger access$3200 () static synthetic void access$3300 (java.lang.AutoCloseable, java.util.concurrent.Executor) AutoCloseable x0 java.util.concurrent.Executor x1 static void <clinit> () }
com/google/common/util/concurrent/CollectionFuture$ListFuture.class
CollectionFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.CollectionFuture$ListFuture extends com.google.common.util.concurrent.CollectionFuture { void <init> (com.google.common.collect.ImmutableCollection, boolean) com.google.common.collect.ImmutableCollection futures boolean allMustSucceed public java.util.List combine (java.util.List) com.google.common.util.concurrent.CollectionFuture$Present element java.util.List values java.util.List result public volatile synthetic java.lang.Object combine (java.util.List) }
com/google/common/util/concurrent/CollectionFuture$Present.class
CollectionFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.CollectionFuture$Present extends java.lang.Object { Object value void <init> (java.lang.Object) Object value }
com/google/common/util/concurrent/CollectionFuture.class
CollectionFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.CollectionFuture extends com.google.common.util.concurrent.AggregateFuture { private java.util.List values void <init> (com.google.common.collect.ImmutableCollection, boolean) int i com.google.common.collect.ImmutableCollection futures boolean allMustSucceed java.util.List values final void collectOneValue (int, java.lang.Object) int index Object returnValue java.util.List localValues final void handleAllCompleted () java.util.List localValues void releaseResources (com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason) com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason reason abstract java.lang.Object combine (java.util.List) }
com/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask.class
CombinedFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask extends com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask { private final com.google.common.util.concurrent.AsyncCallable callable final synthetic com.google.common.util.concurrent.CombinedFuture this$0 void <init> (com.google.common.util.concurrent.CombinedFuture, com.google.common.util.concurrent.AsyncCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.AsyncCallable callable java.util.concurrent.Executor listenerExecutor com.google.common.util.concurrent.ListenableFuture runInterruptibly () throws java.lang.Exception com.google.common.util.concurrent.ListenableFuture result void setValue (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture value java.lang.String toPendingString () volatile synthetic void setValue (java.lang.Object) volatile synthetic java.lang.Object runInterruptibly () throws java.lang.Exception }
com/google/common/util/concurrent/CombinedFuture$CallableInterruptibleTask.class
CombinedFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.CombinedFuture$CallableInterruptibleTask extends com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask { private final java.util.concurrent.Callable callable final synthetic com.google.common.util.concurrent.CombinedFuture this$0 void <init> (com.google.common.util.concurrent.CombinedFuture, java.util.concurrent.Callable, java.util.concurrent.Executor) java.util.concurrent.Callable callable java.util.concurrent.Executor listenerExecutor java.lang.Object runInterruptibly () throws java.lang.Exception void setValue (java.lang.Object) Object value java.lang.String toPendingString () }
com/google/common/util/concurrent/CombinedFuture$CombinedFutureInterruptibleTask.class
CombinedFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask extends com.google.common.util.concurrent.InterruptibleTask { private final java.util.concurrent.Executor listenerExecutor final synthetic com.google.common.util.concurrent.CombinedFuture this$0 void <init> (com.google.common.util.concurrent.CombinedFuture, java.util.concurrent.Executor) java.util.concurrent.Executor listenerExecutor final boolean isDone () final void execute () java.util.concurrent.RejectedExecutionException e final void afterRanInterruptiblySuccess (java.lang.Object) Object result final void afterRanInterruptiblyFailure (java.lang.Throwable) Throwable error abstract void setValue (java.lang.Object) }
com/google/common/util/concurrent/CombinedFuture.class
CombinedFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.CombinedFuture extends com.google.common.util.concurrent.AggregateFuture { private com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask task void <init> (com.google.common.collect.ImmutableCollection, boolean, java.util.concurrent.Executor, com.google.common.util.concurrent.AsyncCallable) com.google.common.collect.ImmutableCollection futures boolean allMustSucceed java.util.concurrent.Executor listenerExecutor com.google.common.util.concurrent.AsyncCallable callable void <init> (com.google.common.collect.ImmutableCollection, boolean, java.util.concurrent.Executor, java.util.concurrent.Callable) com.google.common.collect.ImmutableCollection futures boolean allMustSucceed java.util.concurrent.Executor listenerExecutor java.util.concurrent.Callable callable void collectOneValue (int, java.lang.Object) int index Object returnValue void handleAllCompleted () com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask localTask void releaseResources (com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason) com.google.common.util.concurrent.AggregateFuture$ReleaseResourcesReason reason protected void interruptTask () com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask localTask static synthetic com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask access$002 (com.google.common.util.concurrent.CombinedFuture, com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask) com.google.common.util.concurrent.CombinedFuture x0 com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask x1 }
com/google/common/util/concurrent/CycleDetectingLockFactory$1.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent com.google.common.util.concurrent.CycleDetectingLockFactory$1 extends java.lang.ThreadLocal { void <init> () protected java.util.ArrayList initialValue () protected volatile synthetic java.lang.Object initialValue () }
com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock extends java.lang.Object { public abstract com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode getLockGraphNode () public abstract boolean isAcquiredByCurrentThread () }
com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent final com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock extends java.util.concurrent.locks.ReentrantLock implements com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock { private final com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode lockGraphNode final synthetic com.google.common.util.concurrent.CycleDetectingLockFactory this$0 private void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, boolean) com.google.common.util.concurrent.CycleDetectingLockFactory this$0 com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode lockGraphNode boolean fair public com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode getLockGraphNode () public boolean isAcquiredByCurrentThread () public void lock () public void lockInterruptibly () throws java.lang.InterruptedException public boolean tryLock () public boolean tryLock (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public void unlock () synthetic void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, boolean, com.google.common.util.concurrent.CycleDetectingLockFactory$1) com.google.common.util.concurrent.CycleDetectingLockFactory x0 com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode x1 boolean x2 com.google.common.util.concurrent.CycleDetectingLockFactory$1 x3 }
com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadLock.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadLock extends java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock { final com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock readWriteLock final synthetic com.google.common.util.concurrent.CycleDetectingLockFactory this$0 void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock) com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock readWriteLock public void lock () public void lockInterruptibly () throws java.lang.InterruptedException public boolean tryLock () public boolean tryLock (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public void unlock () }
com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent final com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock extends java.util.concurrent.locks.ReentrantReadWriteLock implements com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock { private final com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadLock readLock private final com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock writeLock private final com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode lockGraphNode private void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, boolean) com.google.common.util.concurrent.CycleDetectingLockFactory this$0 com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode lockGraphNode boolean fair public java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock readLock () public java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock writeLock () public com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode getLockGraphNode () public boolean isAcquiredByCurrentThread () public volatile synthetic java.util.concurrent.locks.Lock writeLock () public volatile synthetic java.util.concurrent.locks.Lock readLock () synthetic void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, boolean, com.google.common.util.concurrent.CycleDetectingLockFactory$1) com.google.common.util.concurrent.CycleDetectingLockFactory x0 com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode x1 boolean x2 com.google.common.util.concurrent.CycleDetectingLockFactory$1 x3 }
com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock extends java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock { final com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock readWriteLock final synthetic com.google.common.util.concurrent.CycleDetectingLockFactory this$0 void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock) com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock readWriteLock public void lock () public void lockInterruptibly () throws java.lang.InterruptedException public boolean tryLock () public boolean tryLock (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public void unlock () }
com/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace extends java.lang.IllegalStateException { static final StackTraceElement[] EMPTY_STACK_TRACE static final com.google.common.collect.ImmutableSet EXCLUDED_CLASS_NAMES void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode) int i int n com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node1 com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node2 StackTraceElement[] origStackTrace static void <clinit> () }
com/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode extends java.lang.Object { final java.util.Map allowedPriorLocks final java.util.Map disallowedPriorLocks final String lockName void <init> (java.lang.String) String lockName java.lang.String getLockName () void checkAcquiredLocks (com.google.common.util.concurrent.CycleDetectingLockFactory$Policy, java.util.List) com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode acquiredLock com.google.common.util.concurrent.CycleDetectingLockFactory$Policy policy java.util.List acquiredLocks void checkAcquiredLock (com.google.common.util.concurrent.CycleDetectingLockFactory$Policy, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode) com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException exception com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException exception com.google.common.util.concurrent.CycleDetectingLockFactory$Policy policy com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode acquiredLock com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException previousDeadlockException java.util.Set seen com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace path private com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace findPathTo (com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, java.util.Set) com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace path com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode preAcquiredLock java.util.Map$Entry entry com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node java.util.Set seen com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace found }
com/google/common/util/concurrent/CycleDetectingLockFactory$Policies$1.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$1 extends com.google.common.util.concurrent.CycleDetectingLockFactory$Policies { void <init> (java.lang.String, int) public void handlePotentialDeadlock (com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException) com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException e }
com/google/common/util/concurrent/CycleDetectingLockFactory$Policies$2.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$2 extends com.google.common.util.concurrent.CycleDetectingLockFactory$Policies { void <init> (java.lang.String, int) public void handlePotentialDeadlock (com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException) com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException e }
com/google/common/util/concurrent/CycleDetectingLockFactory$Policies$3.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3 extends com.google.common.util.concurrent.CycleDetectingLockFactory$Policies { void <init> (java.lang.String, int) public void handlePotentialDeadlock (com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException) com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException e }
com/google/common/util/concurrent/CycleDetectingLockFactory$Policies.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent public abstract enum com.google.common.util.concurrent.CycleDetectingLockFactory$Policies extends java.lang.Enum implements com.google.common.util.concurrent.CycleDetectingLockFactory$Policy { public static final enum com.google.common.util.concurrent.CycleDetectingLockFactory$Policies THROW public static final enum com.google.common.util.concurrent.CycleDetectingLockFactory$Policies WARN public static final enum com.google.common.util.concurrent.CycleDetectingLockFactory$Policies DISABLED private static final synthetic com.google.common.util.concurrent.CycleDetectingLockFactory$Policies[] $VALUES public static com.google.common.util.concurrent.CycleDetectingLockFactory$Policies[] values () public static com.google.common.util.concurrent.CycleDetectingLockFactory$Policies valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.util.concurrent.CycleDetectingLockFactory$Policies[] $values () synthetic void <init> (java.lang.String, int, com.google.common.util.concurrent.CycleDetectingLockFactory$1) String x0 int x1 com.google.common.util.concurrent.CycleDetectingLockFactory$1 x2 static void <clinit> () }
com/google/common/util/concurrent/CycleDetectingLockFactory$Policy.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.CycleDetectingLockFactory$Policy extends java.lang.Object { public abstract void handlePotentialDeadlock (com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException) }
com/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace { private final com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace conflictingStackTrace private void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace) com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node1 com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node2 com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace conflictingStackTrace public com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace getConflictingStackTrace () public java.lang.String getMessage () Throwable t StringBuilder message synthetic void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace, com.google.common.util.concurrent.CycleDetectingLockFactory$1) com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode x0 com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode x1 com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace x2 com.google.common.util.concurrent.CycleDetectingLockFactory$1 x3 }
com/google/common/util/concurrent/CycleDetectingLockFactory$WithExplicitOrdering.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering extends com.google.common.util.concurrent.CycleDetectingLockFactory { private final java.util.Map lockGraphNodes void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory$Policy, java.util.Map) com.google.common.util.concurrent.CycleDetectingLockFactory$Policy policy java.util.Map lockGraphNodes public java.util.concurrent.locks.ReentrantLock newReentrantLock (java.lang.Enum) Enum rank public java.util.concurrent.locks.ReentrantLock newReentrantLock (java.lang.Enum, boolean) Enum rank boolean fair public java.util.concurrent.locks.ReentrantReadWriteLock newReentrantReadWriteLock (java.lang.Enum) Enum rank public java.util.concurrent.locks.ReentrantReadWriteLock newReentrantReadWriteLock (java.lang.Enum, boolean) Enum rank boolean fair }
com/google/common/util/concurrent/CycleDetectingLockFactory.class
CycleDetectingLockFactory.java package com.google.common.util.concurrent public com.google.common.util.concurrent.CycleDetectingLockFactory extends java.lang.Object { private static final java.util.concurrent.ConcurrentMap lockGraphNodesPerType private static final java.util.logging.Logger logger final com.google.common.util.concurrent.CycleDetectingLockFactory$Policy policy private static final ThreadLocal acquiredLocks public static com.google.common.util.concurrent.CycleDetectingLockFactory newInstance (com.google.common.util.concurrent.CycleDetectingLockFactory$Policy) com.google.common.util.concurrent.CycleDetectingLockFactory$Policy policy public java.util.concurrent.locks.ReentrantLock newReentrantLock (java.lang.String) String lockName public java.util.concurrent.locks.ReentrantLock newReentrantLock (java.lang.String, boolean) String lockName boolean fair public java.util.concurrent.locks.ReentrantReadWriteLock newReentrantReadWriteLock (java.lang.String) String lockName public java.util.concurrent.locks.ReentrantReadWriteLock newReentrantReadWriteLock (java.lang.String, boolean) String lockName boolean fair public static com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering newInstanceWithExplicitOrdering (java.lang.Class, com.google.common.util.concurrent.CycleDetectingLockFactory$Policy) Class enumClass com.google.common.util.concurrent.CycleDetectingLockFactory$Policy policy java.util.Map lockGraphNodes private static java.util.Map getOrCreateNodes (java.lang.Class) Class clazz java.util.Map existing java.util.Map created static java.util.Map createNodes (java.lang.Class) com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node Enum key int i int i Class clazz java.util.EnumMap map Enum[] keys int numKeys java.util.ArrayList nodes private static java.lang.String getLockName (java.lang.Enum) Enum rank private void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory$Policy) com.google.common.util.concurrent.CycleDetectingLockFactory$Policy policy private void aboutToAcquire (com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock) java.util.ArrayList acquiredLockList com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock lock private static void lockStateChanged (com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock) int i java.util.ArrayList acquiredLockList com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock lock static synthetic java.util.logging.Logger access$100 () synthetic void <init> (com.google.common.util.concurrent.CycleDetectingLockFactory$Policy, com.google.common.util.concurrent.CycleDetectingLockFactory$1) com.google.common.util.concurrent.CycleDetectingLockFactory$Policy x0 com.google.common.util.concurrent.CycleDetectingLockFactory$1 x1 static synthetic void access$600 (com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock) com.google.common.util.concurrent.CycleDetectingLockFactory x0 com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock x1 static synthetic void access$700 (com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock) com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock x0 static void <clinit> () }
com/google/common/util/concurrent/DirectExecutor.class
DirectExecutor.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.DirectExecutor extends java.lang.Enum implements java.util.concurrent.Executor { public static final enum com.google.common.util.concurrent.DirectExecutor INSTANCE private static final synthetic com.google.common.util.concurrent.DirectExecutor[] $VALUES public static com.google.common.util.concurrent.DirectExecutor[] values () public static com.google.common.util.concurrent.DirectExecutor valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void execute (java.lang.Runnable) Runnable command public java.lang.String toString () private static synthetic com.google.common.util.concurrent.DirectExecutor[] $values () static void <clinit> () }
com/google/common/util/concurrent/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.util.concurrent abstract annotation com.google.common.util.concurrent.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/util/concurrent/ExecutionError.class
ExecutionError.java package com.google.common.util.concurrent public com.google.common.util.concurrent.ExecutionError extends java.lang.Error { private static final long serialVersionUID protected void <init> () protected void <init> (java.lang.String) String message public void <init> (java.lang.String, java.lang.Error) String message Error cause public void <init> (java.lang.Error) Error cause }
com/google/common/util/concurrent/ExecutionList$RunnableExecutorPair.class
ExecutionList.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair extends java.lang.Object { final Runnable runnable final java.util.concurrent.Executor executor com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair next void <init> (java.lang.Runnable, java.util.concurrent.Executor, com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair) Runnable runnable java.util.concurrent.Executor executor com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair next }
com/google/common/util/concurrent/ExecutionList.class
ExecutionList.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ExecutionList extends java.lang.Object { private static final java.util.logging.Logger log private com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair runnables private boolean executed public void <init> () public void add (java.lang.Runnable, java.util.concurrent.Executor) Runnable runnable java.util.concurrent.Executor executor public void execute () com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair list com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair tmp com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair list com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair reversedList private static void executeListener (java.lang.Runnable, java.util.concurrent.Executor) RuntimeException e Runnable runnable java.util.concurrent.Executor executor static void <clinit> () }
com/google/common/util/concurrent/ExecutionSequencer$1.class
ExecutionSequencer.java package com.google.common.util.concurrent com.google.common.util.concurrent.ExecutionSequencer$1 extends java.lang.Object implements com.google.common.util.concurrent.AsyncCallable { final synthetic java.util.concurrent.Callable val$callable void <init> (com.google.common.util.concurrent.ExecutionSequencer, java.util.concurrent.Callable) com.google.common.util.concurrent.ExecutionSequencer this$0 public com.google.common.util.concurrent.ListenableFuture call () throws java.lang.Exception public java.lang.String toString () }
com/google/common/util/concurrent/ExecutionSequencer$2.class
ExecutionSequencer.java package com.google.common.util.concurrent com.google.common.util.concurrent.ExecutionSequencer$2 extends java.lang.Object implements com.google.common.util.concurrent.AsyncCallable { final synthetic com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor val$taskExecutor final synthetic com.google.common.util.concurrent.AsyncCallable val$callable void <init> (com.google.common.util.concurrent.ExecutionSequencer, com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor, com.google.common.util.concurrent.AsyncCallable) com.google.common.util.concurrent.ExecutionSequencer this$0 public com.google.common.util.concurrent.ListenableFuture call () throws java.lang.Exception public java.lang.String toString () }
com/google/common/util/concurrent/ExecutionSequencer$RunningState.class
ExecutionSequencer.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.ExecutionSequencer$RunningState extends java.lang.Enum { public static final enum com.google.common.util.concurrent.ExecutionSequencer$RunningState NOT_RUN public static final enum com.google.common.util.concurrent.ExecutionSequencer$RunningState CANCELLED public static final enum com.google.common.util.concurrent.ExecutionSequencer$RunningState STARTED private static final synthetic com.google.common.util.concurrent.ExecutionSequencer$RunningState[] $VALUES public static com.google.common.util.concurrent.ExecutionSequencer$RunningState[] values () public static com.google.common.util.concurrent.ExecutionSequencer$RunningState valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.util.concurrent.ExecutionSequencer$RunningState[] $values () static void <clinit> () }
com/google/common/util/concurrent/ExecutionSequencer$TaskNonReentrantExecutor.class
ExecutionSequencer.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor extends java.util.concurrent.atomic.AtomicReference implements java.util.concurrent.Executor java.lang.Runnable { com.google.common.util.concurrent.ExecutionSequencer sequencer java.util.concurrent.Executor delegate Runnable task Thread submitting private void <init> (java.util.concurrent.Executor, com.google.common.util.concurrent.ExecutionSequencer) java.util.concurrent.Executor delegate com.google.common.util.concurrent.ExecutionSequencer sequencer public void execute (java.lang.Runnable) java.util.concurrent.Executor localDelegate com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue submittingTaskQueue Runnable task public void run () Runnable localTask Runnable localTask Runnable queuedTask java.util.concurrent.Executor queuedExecutor Thread currentThread com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue executingTaskQueue private boolean trySetStarted () private boolean trySetCancelled () synthetic void <init> (java.util.concurrent.Executor, com.google.common.util.concurrent.ExecutionSequencer, com.google.common.util.concurrent.ExecutionSequencer$1) java.util.concurrent.Executor x0 com.google.common.util.concurrent.ExecutionSequencer x1 com.google.common.util.concurrent.ExecutionSequencer$1 x2 static synthetic boolean access$200 (com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor) com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor x0 static synthetic boolean access$400 (com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor) com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor x0 }
com/google/common/util/concurrent/ExecutionSequencer$ThreadConfinedTaskQueue.class
ExecutionSequencer.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue extends java.lang.Object { Thread thread Runnable nextTask java.util.concurrent.Executor nextExecutor private void <init> () synthetic void <init> (com.google.common.util.concurrent.ExecutionSequencer$1) com.google.common.util.concurrent.ExecutionSequencer$1 x0 }
com/google/common/util/concurrent/ExecutionSequencer.class
ExecutionSequencer.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ExecutionSequencer extends java.lang.Object { private final java.util.concurrent.atomic.AtomicReference ref private com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue latestTaskQueue private void <init> () public static com.google.common.util.concurrent.ExecutionSequencer create () public com.google.common.util.concurrent.ListenableFuture submit (java.util.concurrent.Callable, java.util.concurrent.Executor) java.util.concurrent.Callable callable java.util.concurrent.Executor executor public com.google.common.util.concurrent.ListenableFuture submitAsync (com.google.common.util.concurrent.AsyncCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.AsyncCallable callable java.util.concurrent.Executor executor com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor taskExecutor com.google.common.util.concurrent.AsyncCallable task com.google.common.util.concurrent.SettableFuture newFuture com.google.common.util.concurrent.ListenableFuture oldFuture com.google.common.util.concurrent.TrustedListenableFutureTask taskFuture com.google.common.util.concurrent.ListenableFuture outputFuture Runnable listener private static synthetic void lambda$submitAsync$0 (com.google.common.util.concurrent.TrustedListenableFutureTask, com.google.common.util.concurrent.SettableFuture, com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor) com.google.common.util.concurrent.TrustedListenableFutureTask taskFuture com.google.common.util.concurrent.SettableFuture newFuture com.google.common.util.concurrent.ListenableFuture oldFuture com.google.common.util.concurrent.ListenableFuture outputFuture com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor taskExecutor static synthetic com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue access$300 (com.google.common.util.concurrent.ExecutionSequencer) com.google.common.util.concurrent.ExecutionSequencer x0 static synthetic com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue access$302 (com.google.common.util.concurrent.ExecutionSequencer, com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue) com.google.common.util.concurrent.ExecutionSequencer x0 com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue x1 }
com/google/common/util/concurrent/FakeTimeLimiter.class
FakeTimeLimiter.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.FakeTimeLimiter extends java.lang.Object implements com.google.common.util.concurrent.TimeLimiter { public void <init> () public java.lang.Object newProxy (java.lang.Object, java.lang.Class, long, java.util.concurrent.TimeUnit) Object target Class interfaceType long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit public java.lang.Object callWithTimeout (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.ExecutionException RuntimeException e Exception e Error e Throwable e java.util.concurrent.Callable callable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit public java.lang.Object callUninterruptiblyWithTimeout (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.ExecutionException java.util.concurrent.Callable callable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit public void runWithTimeout (java.lang.Runnable, long, java.util.concurrent.TimeUnit) RuntimeException e Error e Throwable e Runnable runnable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit public void runUninterruptiblyWithTimeout (java.lang.Runnable, long, java.util.concurrent.TimeUnit) Runnable runnable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit }
com/google/common/util/concurrent/FluentFuture$TrustedFuture.class
FluentFuture.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.FluentFuture$TrustedFuture extends com.google.common.util.concurrent.FluentFuture implements com.google.common.util.concurrent.AbstractFuture$Trusted { void <init> () public final java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException public final java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public final boolean isDone () public final boolean isCancelled () public final void addListener (java.lang.Runnable, java.util.concurrent.Executor) Runnable listener java.util.concurrent.Executor executor public final boolean cancel (boolean) boolean mayInterruptIfRunning }
com/google/common/util/concurrent/FluentFuture.class
FluentFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.FluentFuture extends com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization { void <init> () public static com.google.common.util.concurrent.FluentFuture from (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture future public static com.google.common.util.concurrent.FluentFuture from (com.google.common.util.concurrent.FluentFuture) com.google.common.util.concurrent.FluentFuture future public final com.google.common.util.concurrent.FluentFuture catching (java.lang.Class, com.google.common.base.Function, java.util.concurrent.Executor) Class exceptionType com.google.common.base.Function fallback java.util.concurrent.Executor executor public final com.google.common.util.concurrent.FluentFuture catchingAsync (java.lang.Class, com.google.common.util.concurrent.AsyncFunction, java.util.concurrent.Executor) Class exceptionType com.google.common.util.concurrent.AsyncFunction fallback java.util.concurrent.Executor executor public final com.google.common.util.concurrent.FluentFuture withTimeout (java.time.Duration, java.util.concurrent.ScheduledExecutorService) java.time.Duration timeout java.util.concurrent.ScheduledExecutorService scheduledExecutor public final com.google.common.util.concurrent.FluentFuture withTimeout (long, java.util.concurrent.TimeUnit, java.util.concurrent.ScheduledExecutorService) long timeout java.util.concurrent.TimeUnit unit java.util.concurrent.ScheduledExecutorService scheduledExecutor public final com.google.common.util.concurrent.FluentFuture transformAsync (com.google.common.util.concurrent.AsyncFunction, java.util.concurrent.Executor) com.google.common.util.concurrent.AsyncFunction function java.util.concurrent.Executor executor public final com.google.common.util.concurrent.FluentFuture transform (com.google.common.base.Function, java.util.concurrent.Executor) com.google.common.base.Function function java.util.concurrent.Executor executor public final void addCallback (com.google.common.util.concurrent.FutureCallback, java.util.concurrent.Executor) com.google.common.util.concurrent.FutureCallback callback java.util.concurrent.Executor executor }
com/google/common/util/concurrent/ForwardingBlockingDeque.class
ForwardingBlockingDeque.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingBlockingDeque extends com.google.common.collect.ForwardingDeque implements java.util.concurrent.BlockingDeque { protected void <init> () protected abstract java.util.concurrent.BlockingDeque delegate () public int remainingCapacity () public void putFirst (java.lang.Object) throws java.lang.InterruptedException Object e public void putLast (java.lang.Object) throws java.lang.InterruptedException Object e public boolean offerFirst (java.lang.Object, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e long timeout java.util.concurrent.TimeUnit unit public boolean offerLast (java.lang.Object, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e long timeout java.util.concurrent.TimeUnit unit public java.lang.Object takeFirst () throws java.lang.InterruptedException public java.lang.Object takeLast () throws java.lang.InterruptedException public java.lang.Object pollFirst (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public java.lang.Object pollLast (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public void put (java.lang.Object) throws java.lang.InterruptedException Object e public boolean offer (java.lang.Object, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e long timeout java.util.concurrent.TimeUnit unit public java.lang.Object take () throws java.lang.InterruptedException public java.lang.Object poll (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public int drainTo (java.util.Collection) java.util.Collection c public int drainTo (java.util.Collection, int) java.util.Collection c int maxElements protected volatile synthetic java.util.Deque delegate () protected volatile synthetic java.util.Queue delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingBlockingQueue.class
ForwardingBlockingQueue.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingBlockingQueue extends com.google.common.collect.ForwardingQueue implements java.util.concurrent.BlockingQueue { protected void <init> () protected abstract java.util.concurrent.BlockingQueue delegate () public int drainTo (java.util.Collection, int) java.util.Collection c int maxElements public int drainTo (java.util.Collection) java.util.Collection c public boolean offer (java.lang.Object, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException Object e long timeout java.util.concurrent.TimeUnit unit public java.lang.Object poll (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public void put (java.lang.Object) throws java.lang.InterruptedException Object e public int remainingCapacity () public java.lang.Object take () throws java.lang.InterruptedException protected volatile synthetic java.util.Queue delegate () protected volatile synthetic java.util.Collection delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingCondition.class
ForwardingCondition.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.ForwardingCondition extends java.lang.Object implements java.util.concurrent.locks.Condition { void <init> () abstract java.util.concurrent.locks.Condition delegate () public void await () throws java.lang.InterruptedException public boolean await (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long time java.util.concurrent.TimeUnit unit public void awaitUninterruptibly () public long awaitNanos (long) throws java.lang.InterruptedException long nanosTimeout public boolean awaitUntil (java.util.Date) throws java.lang.InterruptedException java.util.Date deadline public void signal () public void signalAll () }
com/google/common/util/concurrent/ForwardingExecutorService.class
ForwardingExecutorService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingExecutorService extends com.google.common.collect.ForwardingObject implements java.util.concurrent.ExecutorService { protected void <init> () protected abstract java.util.concurrent.ExecutorService delegate () public boolean awaitTermination (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public java.util.List invokeAll (java.util.Collection) throws java.lang.InterruptedException java.util.Collection tasks public java.util.List invokeAll (java.util.Collection, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.Collection tasks long timeout java.util.concurrent.TimeUnit unit public java.lang.Object invokeAny (java.util.Collection) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.Collection tasks public java.lang.Object invokeAny (java.util.Collection, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException java.util.Collection tasks long timeout java.util.concurrent.TimeUnit unit public boolean isShutdown () public boolean isTerminated () public void shutdown () public java.util.List shutdownNow () public void execute (java.lang.Runnable) Runnable command public java.util.concurrent.Future submit (java.util.concurrent.Callable) java.util.concurrent.Callable task public java.util.concurrent.Future submit (java.lang.Runnable) Runnable task public java.util.concurrent.Future submit (java.lang.Runnable, java.lang.Object) Runnable task Object result protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingFluentFuture.class
ForwardingFluentFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ForwardingFluentFuture extends com.google.common.util.concurrent.FluentFuture { private final com.google.common.util.concurrent.ListenableFuture delegate void <init> (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture delegate public void addListener (java.lang.Runnable, java.util.concurrent.Executor) Runnable listener java.util.concurrent.Executor executor public boolean cancel (boolean) boolean mayInterruptIfRunning public boolean isCancelled () public boolean isDone () public java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException public java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public java.lang.String toString () }
com/google/common/util/concurrent/ForwardingFuture$SimpleForwardingFuture.class
ForwardingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingFuture$SimpleForwardingFuture extends com.google.common.util.concurrent.ForwardingFuture { private final java.util.concurrent.Future delegate protected void <init> (java.util.concurrent.Future) java.util.concurrent.Future delegate protected final java.util.concurrent.Future delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingFuture.class
ForwardingFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingFuture extends com.google.common.collect.ForwardingObject implements java.util.concurrent.Future { protected void <init> () protected abstract java.util.concurrent.Future delegate () public boolean cancel (boolean) boolean mayInterruptIfRunning public boolean isCancelled () public boolean isDone () public java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException public java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingListenableFuture$SimpleForwardingListenableFuture.class
ForwardingListenableFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture extends com.google.common.util.concurrent.ForwardingListenableFuture { private final com.google.common.util.concurrent.ListenableFuture delegate protected void <init> (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture delegate protected final com.google.common.util.concurrent.ListenableFuture delegate () protected volatile synthetic java.util.concurrent.Future delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingListenableFuture.class
ForwardingListenableFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingListenableFuture extends com.google.common.util.concurrent.ForwardingFuture implements com.google.common.util.concurrent.ListenableFuture { protected void <init> () protected abstract com.google.common.util.concurrent.ListenableFuture delegate () public void addListener (java.lang.Runnable, java.util.concurrent.Executor) Runnable listener java.util.concurrent.Executor exec protected volatile synthetic java.util.concurrent.Future delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingListeningExecutorService.class
ForwardingListeningExecutorService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ForwardingListeningExecutorService extends com.google.common.util.concurrent.ForwardingExecutorService implements com.google.common.util.concurrent.ListeningExecutorService { protected void <init> () protected abstract com.google.common.util.concurrent.ListeningExecutorService delegate () public com.google.common.util.concurrent.ListenableFuture submit (java.util.concurrent.Callable) java.util.concurrent.Callable task public com.google.common.util.concurrent.ListenableFuture submit (java.lang.Runnable) Runnable task public com.google.common.util.concurrent.ListenableFuture submit (java.lang.Runnable, java.lang.Object) Runnable task Object result public volatile synthetic java.util.concurrent.Future submit (java.lang.Runnable, java.lang.Object) public volatile synthetic java.util.concurrent.Future submit (java.lang.Runnable) public volatile synthetic java.util.concurrent.Future submit (java.util.concurrent.Callable) protected volatile synthetic java.util.concurrent.ExecutorService delegate () protected volatile synthetic java.lang.Object delegate () }
com/google/common/util/concurrent/ForwardingLock.class
ForwardingLock.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.ForwardingLock extends java.lang.Object implements java.util.concurrent.locks.Lock { void <init> () abstract java.util.concurrent.locks.Lock delegate () public void lock () public void lockInterruptibly () throws java.lang.InterruptedException public boolean tryLock () public boolean tryLock (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long time java.util.concurrent.TimeUnit unit public void unlock () public java.util.concurrent.locks.Condition newCondition () }
com/google/common/util/concurrent/FutureCallback.class
FutureCallback.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.FutureCallback extends java.lang.Object { public abstract void onSuccess (java.lang.Object) public abstract void onFailure (java.lang.Throwable) }
com/google/common/util/concurrent/Futures$1.class
Futures.java package com.google.common.util.concurrent com.google.common.util.concurrent.Futures$1 extends java.lang.Object implements java.lang.Runnable { final synthetic java.util.concurrent.Future val$scheduled void <init> (java.util.concurrent.Future) public void run () }
com/google/common/util/concurrent/Futures$2.class
Futures.java package com.google.common.util.concurrent com.google.common.util.concurrent.Futures$2 extends java.lang.Object implements java.util.concurrent.Future { final synthetic java.util.concurrent.Future val$input final synthetic com.google.common.base.Function val$function void <init> (java.util.concurrent.Future, com.google.common.base.Function) public boolean cancel (boolean) boolean mayInterruptIfRunning public boolean isCancelled () public boolean isDone () public java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException public java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit private java.lang.Object applyTransformation (java.lang.Object) throws java.util.concurrent.ExecutionException Throwable t Object input }
com/google/common/util/concurrent/Futures$3.class
Futures.java package com.google.common.util.concurrent com.google.common.util.concurrent.Futures$3 extends java.lang.Object implements java.lang.Runnable { final synthetic com.google.common.util.concurrent.Futures$InCompletionOrderState val$state final synthetic com.google.common.collect.ImmutableList val$delegates final synthetic int val$localI void <init> (com.google.common.util.concurrent.Futures$InCompletionOrderState, com.google.common.collect.ImmutableList, int) public void run () }
com/google/common/util/concurrent/Futures$CallbackListener.class
Futures.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Futures$CallbackListener extends java.lang.Object implements java.lang.Runnable { final java.util.concurrent.Future future final com.google.common.util.concurrent.FutureCallback callback void <init> (java.util.concurrent.Future, com.google.common.util.concurrent.FutureCallback) java.util.concurrent.Future future com.google.common.util.concurrent.FutureCallback callback public void run () Throwable failure Object value java.util.concurrent.ExecutionException e Throwable e Object value public java.lang.String toString () }
com/google/common/util/concurrent/Futures$FutureCombiner$1.class
Futures.java package com.google.common.util.concurrent com.google.common.util.concurrent.Futures$FutureCombiner$1 extends java.lang.Object implements java.util.concurrent.Callable { final synthetic Runnable val$combiner void <init> (com.google.common.util.concurrent.Futures$FutureCombiner, java.lang.Runnable) com.google.common.util.concurrent.Futures$FutureCombiner this$0 public java.lang.Void call () throws java.lang.Exception public volatile synthetic java.lang.Object call () throws java.lang.Exception }
com/google/common/util/concurrent/Futures$FutureCombiner.class
Futures.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.Futures$FutureCombiner extends java.lang.Object { private final boolean allMustSucceed private final com.google.common.collect.ImmutableList futures private void <init> (boolean, com.google.common.collect.ImmutableList) boolean allMustSucceed com.google.common.collect.ImmutableList futures public com.google.common.util.concurrent.ListenableFuture callAsync (com.google.common.util.concurrent.AsyncCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.AsyncCallable combiner java.util.concurrent.Executor executor public com.google.common.util.concurrent.ListenableFuture call (java.util.concurrent.Callable, java.util.concurrent.Executor) java.util.concurrent.Callable combiner java.util.concurrent.Executor executor public com.google.common.util.concurrent.ListenableFuture run (java.lang.Runnable, java.util.concurrent.Executor) Runnable combiner java.util.concurrent.Executor executor synthetic void <init> (boolean, com.google.common.collect.ImmutableList, com.google.common.util.concurrent.Futures$1) boolean x0 com.google.common.collect.ImmutableList x1 com.google.common.util.concurrent.Futures$1 x2 }
com/google/common/util/concurrent/Futures$InCompletionOrderFuture.class
Futures.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Futures$InCompletionOrderFuture extends com.google.common.util.concurrent.AbstractFuture { private com.google.common.util.concurrent.Futures$InCompletionOrderState state private void <init> (com.google.common.util.concurrent.Futures$InCompletionOrderState) com.google.common.util.concurrent.Futures$InCompletionOrderState state public boolean cancel (boolean) boolean interruptIfRunning com.google.common.util.concurrent.Futures$InCompletionOrderState localState protected void afterDone () protected java.lang.String pendingToString () com.google.common.util.concurrent.Futures$InCompletionOrderState localState synthetic void <init> (com.google.common.util.concurrent.Futures$InCompletionOrderState, com.google.common.util.concurrent.Futures$1) com.google.common.util.concurrent.Futures$InCompletionOrderState x0 com.google.common.util.concurrent.Futures$1 x1 }
com/google/common/util/concurrent/Futures$InCompletionOrderState.class
Futures.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Futures$InCompletionOrderState extends java.lang.Object { private boolean wasCancelled private boolean shouldInterrupt private final java.util.concurrent.atomic.AtomicInteger incompleteOutputCount private final com.google.common.util.concurrent.ListenableFuture[] inputFutures private volatile int delegateIndex private void <init> (com.google.common.util.concurrent.ListenableFuture[]) com.google.common.util.concurrent.ListenableFuture[] inputFutures private void recordOutputCancellation (boolean) boolean interruptIfRunning private void recordInputCompletion (com.google.common.collect.ImmutableList, int) int i com.google.common.collect.ImmutableList delegates int inputFutureIndex com.google.common.util.concurrent.ListenableFuture inputFuture private void recordCompletion () com.google.common.util.concurrent.ListenableFuture toCancel synthetic void <init> (com.google.common.util.concurrent.ListenableFuture[], com.google.common.util.concurrent.Futures$1) com.google.common.util.concurrent.ListenableFuture[] x0 com.google.common.util.concurrent.Futures$1 x1 static synthetic void access$300 (com.google.common.util.concurrent.Futures$InCompletionOrderState, com.google.common.collect.ImmutableList, int) com.google.common.util.concurrent.Futures$InCompletionOrderState x0 com.google.common.collect.ImmutableList x1 int x2 static synthetic void access$400 (com.google.common.util.concurrent.Futures$InCompletionOrderState, boolean) com.google.common.util.concurrent.Futures$InCompletionOrderState x0 boolean x1 static synthetic com.google.common.util.concurrent.ListenableFuture[] access$500 (com.google.common.util.concurrent.Futures$InCompletionOrderState) com.google.common.util.concurrent.Futures$InCompletionOrderState x0 static synthetic java.util.concurrent.atomic.AtomicInteger access$600 (com.google.common.util.concurrent.Futures$InCompletionOrderState) com.google.common.util.concurrent.Futures$InCompletionOrderState x0 }
com/google/common/util/concurrent/Futures$NonCancellationPropagatingFuture.class
Futures.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Futures$NonCancellationPropagatingFuture extends com.google.common.util.concurrent.AbstractFuture$TrustedFuture implements java.lang.Runnable { private com.google.common.util.concurrent.ListenableFuture delegate void <init> (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture delegate public void run () com.google.common.util.concurrent.ListenableFuture localDelegate protected java.lang.String pendingToString () com.google.common.util.concurrent.ListenableFuture localDelegate protected void afterDone () }
com/google/common/util/concurrent/Futures.class
Futures.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.Futures extends com.google.common.util.concurrent.GwtFuturesCatchingSpecialization { private void <init> () public static com.google.common.util.concurrent.ListenableFuture immediateFuture (java.lang.Object) com.google.common.util.concurrent.ListenableFuture typedNull Object value public static com.google.common.util.concurrent.ListenableFuture immediateVoidFuture () public static com.google.common.util.concurrent.ListenableFuture immediateFailedFuture (java.lang.Throwable) Throwable throwable public static com.google.common.util.concurrent.ListenableFuture immediateCancelledFuture () com.google.common.util.concurrent.ListenableFuture instance public static com.google.common.util.concurrent.ListenableFuture submit (java.util.concurrent.Callable, java.util.concurrent.Executor) java.util.concurrent.Callable callable java.util.concurrent.Executor executor com.google.common.util.concurrent.TrustedListenableFutureTask task public static com.google.common.util.concurrent.ListenableFuture submit (java.lang.Runnable, java.util.concurrent.Executor) Runnable runnable java.util.concurrent.Executor executor com.google.common.util.concurrent.TrustedListenableFutureTask task public static com.google.common.util.concurrent.ListenableFuture submitAsync (com.google.common.util.concurrent.AsyncCallable, java.util.concurrent.Executor) com.google.common.util.concurrent.AsyncCallable callable java.util.concurrent.Executor executor com.google.common.util.concurrent.TrustedListenableFutureTask task public static com.google.common.util.concurrent.ListenableFuture scheduleAsync (com.google.common.util.concurrent.AsyncCallable, java.time.Duration, java.util.concurrent.ScheduledExecutorService) com.google.common.util.concurrent.AsyncCallable callable java.time.Duration delay java.util.concurrent.ScheduledExecutorService executorService public static com.google.common.util.concurrent.ListenableFuture scheduleAsync (com.google.common.util.concurrent.AsyncCallable, long, java.util.concurrent.TimeUnit, java.util.concurrent.ScheduledExecutorService) com.google.common.util.concurrent.AsyncCallable callable long delay java.util.concurrent.TimeUnit timeUnit java.util.concurrent.ScheduledExecutorService executorService com.google.common.util.concurrent.TrustedListenableFutureTask task java.util.concurrent.Future scheduled public static com.google.common.util.concurrent.ListenableFuture catching (com.google.common.util.concurrent.ListenableFuture, java.lang.Class, com.google.common.base.Function, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input Class exceptionType com.google.common.base.Function fallback java.util.concurrent.Executor executor public static com.google.common.util.concurrent.ListenableFuture catchingAsync (com.google.common.util.concurrent.ListenableFuture, java.lang.Class, com.google.common.util.concurrent.AsyncFunction, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input Class exceptionType com.google.common.util.concurrent.AsyncFunction fallback java.util.concurrent.Executor executor public static com.google.common.util.concurrent.ListenableFuture withTimeout (com.google.common.util.concurrent.ListenableFuture, java.time.Duration, java.util.concurrent.ScheduledExecutorService) com.google.common.util.concurrent.ListenableFuture delegate java.time.Duration time java.util.concurrent.ScheduledExecutorService scheduledExecutor public static com.google.common.util.concurrent.ListenableFuture withTimeout (com.google.common.util.concurrent.ListenableFuture, long, java.util.concurrent.TimeUnit, java.util.concurrent.ScheduledExecutorService) com.google.common.util.concurrent.ListenableFuture delegate long time java.util.concurrent.TimeUnit unit java.util.concurrent.ScheduledExecutorService scheduledExecutor public static com.google.common.util.concurrent.ListenableFuture transformAsync (com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.AsyncFunction, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input com.google.common.util.concurrent.AsyncFunction function java.util.concurrent.Executor executor public static com.google.common.util.concurrent.ListenableFuture transform (com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture input com.google.common.base.Function function java.util.concurrent.Executor executor public static java.util.concurrent.Future lazyTransform (java.util.concurrent.Future, com.google.common.base.Function) java.util.concurrent.Future input com.google.common.base.Function function public static transient com.google.common.util.concurrent.ListenableFuture allAsList (com.google.common.util.concurrent.ListenableFuture[]) com.google.common.util.concurrent.ListenableFuture[] futures com.google.common.util.concurrent.ListenableFuture nullable com.google.common.util.concurrent.ListenableFuture nonNull public static com.google.common.util.concurrent.ListenableFuture allAsList (java.lang.Iterable) Iterable futures com.google.common.util.concurrent.ListenableFuture nullable com.google.common.util.concurrent.ListenableFuture nonNull public static transient com.google.common.util.concurrent.Futures$FutureCombiner whenAllComplete (com.google.common.util.concurrent.ListenableFuture[]) com.google.common.util.concurrent.ListenableFuture[] futures public static com.google.common.util.concurrent.Futures$FutureCombiner whenAllComplete (java.lang.Iterable) Iterable futures public static transient com.google.common.util.concurrent.Futures$FutureCombiner whenAllSucceed (com.google.common.util.concurrent.ListenableFuture[]) com.google.common.util.concurrent.ListenableFuture[] futures public static com.google.common.util.concurrent.Futures$FutureCombiner whenAllSucceed (java.lang.Iterable) Iterable futures public static com.google.common.util.concurrent.ListenableFuture nonCancellationPropagating (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture future com.google.common.util.concurrent.Futures$NonCancellationPropagatingFuture output public static transient com.google.common.util.concurrent.ListenableFuture successfulAsList (com.google.common.util.concurrent.ListenableFuture[]) com.google.common.util.concurrent.ListenableFuture[] futures public static com.google.common.util.concurrent.ListenableFuture successfulAsList (java.lang.Iterable) Iterable futures public static com.google.common.collect.ImmutableList inCompletionOrder (java.lang.Iterable) int i int localI int i Iterable futures com.google.common.util.concurrent.ListenableFuture[] copy com.google.common.util.concurrent.Futures$InCompletionOrderState state com.google.common.collect.ImmutableList$Builder delegatesBuilder com.google.common.collect.ImmutableList delegates com.google.common.collect.ImmutableList delegatesCast private static com.google.common.util.concurrent.ListenableFuture[] gwtCompatibleToArray (java.lang.Iterable) java.util.Collection collection Iterable futures java.util.Collection collection public static void addCallback (com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.FutureCallback, java.util.concurrent.Executor) com.google.common.util.concurrent.ListenableFuture future com.google.common.util.concurrent.FutureCallback callback java.util.concurrent.Executor executor public static java.lang.Object getDone (java.util.concurrent.Future) throws java.util.concurrent.ExecutionException java.util.concurrent.Future future public static java.lang.Object getChecked (java.util.concurrent.Future, java.lang.Class) throws java.lang.Exception java.util.concurrent.Future future Class exceptionClass public static java.lang.Object getChecked (java.util.concurrent.Future, java.lang.Class, java.time.Duration) throws java.lang.Exception java.util.concurrent.Future future Class exceptionClass java.time.Duration timeout public static java.lang.Object getChecked (java.util.concurrent.Future, java.lang.Class, long, java.util.concurrent.TimeUnit) throws java.lang.Exception java.util.concurrent.Future future Class exceptionClass long timeout java.util.concurrent.TimeUnit unit public static java.lang.Object getUnchecked (java.util.concurrent.Future) java.util.concurrent.ExecutionException e java.util.concurrent.Future future private static void wrapAndThrowUnchecked (java.lang.Throwable) Throwable cause }
com/google/common/util/concurrent/FuturesGetChecked$1.class
FuturesGetChecked.java package com.google.common.util.concurrent com.google.common.util.concurrent.FuturesGetChecked$1 extends java.lang.Object implements com.google.common.base.Function { void <init> () public java.lang.Boolean apply (java.lang.reflect.Constructor) java.lang.reflect.Constructor input public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidator.class
FuturesGetChecked.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator extends java.lang.Object { public abstract void validateClass (java.lang.Class) }
com/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator$1.class
FuturesGetChecked.java package com.google.common.util.concurrent com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator$1 extends java.lang.ClassValue { void <init> () protected java.lang.Boolean computeValue (java.lang.Class) Class type protected volatile synthetic java.lang.Object computeValue (java.lang.Class) }
com/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator.class
FuturesGetChecked.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator extends java.lang.Enum implements com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator { public static final enum com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator INSTANCE private static final ClassValue isValidClass private static final synthetic com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator[] $VALUES public static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator[] values () public static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void validateClass (java.lang.Class) Class exceptionClass private static synthetic com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$ClassValueValidator[] $values () static void <clinit> () }
com/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator.class
FuturesGetChecked.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator extends java.lang.Enum implements com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator { public static final enum com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator INSTANCE private static final java.util.Set validClasses private static final synthetic com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator[] $VALUES public static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator[] values () public static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void validateClass (java.lang.Class) java.lang.ref.WeakReference knownGood Class exceptionClass private static synthetic com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder$WeakSetValidator[] $values () static void <clinit> () }
com/google/common/util/concurrent/FuturesGetChecked$GetCheckedTypeValidatorHolder.class
FuturesGetChecked.java package com.google.common.util.concurrent com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidatorHolder extends java.lang.Object { static final String CLASS_VALUE_VALIDATOR_NAME static final com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator BEST_VALIDATOR void <init> () static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator getBestValidator () Class theClass Throwable t static void <clinit> () }
com/google/common/util/concurrent/FuturesGetChecked.class
FuturesGetChecked.java package com.google.common.util.concurrent final com.google.common.util.concurrent.FuturesGetChecked extends java.lang.Object { private static final com.google.common.collect.Ordering WITH_STRING_PARAM_FIRST static java.lang.Object getChecked (java.util.concurrent.Future, java.lang.Class) throws java.lang.Exception java.util.concurrent.Future future Class exceptionClass static java.lang.Object getChecked (com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator, java.util.concurrent.Future, java.lang.Class) throws java.lang.Exception InterruptedException e java.util.concurrent.ExecutionException e com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator validator java.util.concurrent.Future future Class exceptionClass static java.lang.Object getChecked (java.util.concurrent.Future, java.lang.Class, long, java.util.concurrent.TimeUnit) throws java.lang.Exception InterruptedException e java.util.concurrent.TimeoutException e java.util.concurrent.ExecutionException e java.util.concurrent.Future future Class exceptionClass long timeout java.util.concurrent.TimeUnit unit private static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator bestGetCheckedTypeValidator () static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator weakSetValidator () static com.google.common.util.concurrent.FuturesGetChecked$GetCheckedTypeValidator classValueValidator () private static void wrapAndThrowExceptionOrError (java.lang.Throwable, java.lang.Class) throws java.lang.Exception Throwable cause Class exceptionClass private static boolean hasConstructorUsableByGetChecked (java.lang.Class) Exception unused Exception e Class exceptionClass private static java.lang.Exception newWithCause (java.lang.Class, java.lang.Throwable) Exception instance java.lang.reflect.Constructor constructor Class exceptionClass Throwable cause java.util.List constructors private static java.util.List preferringStrings (java.util.List) java.util.List constructors private static java.lang.Object newFromConstructor (java.lang.reflect.Constructor, java.lang.Throwable) Class paramType int i Exception e java.lang.reflect.Constructor constructor Throwable cause Class[] paramTypes Object[] params static boolean isCheckedException (java.lang.Class) Class type static void checkExceptionClassValidity (java.lang.Class) Class exceptionClass private void <init> () static void <clinit> () }
com/google/common/util/concurrent/GwtFluentFutureCatchingSpecialization.class
GwtFluentFutureCatchingSpecialization.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization extends com.google.common.util.concurrent.AbstractFuture { void <init> () }
com/google/common/util/concurrent/GwtFuturesCatchingSpecialization.class
GwtFuturesCatchingSpecialization.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.GwtFuturesCatchingSpecialization extends java.lang.Object { void <init> () }
com/google/common/util/concurrent/ImmediateFuture$ImmediateCancelledFuture.class
ImmediateFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ImmediateFuture$ImmediateCancelledFuture extends com.google.common.util.concurrent.AbstractFuture$TrustedFuture { static final com.google.common.util.concurrent.ImmediateFuture$ImmediateCancelledFuture INSTANCE void <init> () static void <clinit> () }
com/google/common/util/concurrent/ImmediateFuture$ImmediateFailedFuture.class
ImmediateFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture extends com.google.common.util.concurrent.AbstractFuture$TrustedFuture { void <init> (java.lang.Throwable) Throwable thrown }
com/google/common/util/concurrent/ImmediateFuture.class
ImmediateFuture.java package com.google.common.util.concurrent com.google.common.util.concurrent.ImmediateFuture extends java.lang.Object implements com.google.common.util.concurrent.ListenableFuture { static final com.google.common.util.concurrent.ListenableFuture NULL private static final java.util.logging.Logger log private final Object value void <init> (java.lang.Object) Object value public void addListener (java.lang.Runnable, java.util.concurrent.Executor) RuntimeException e Runnable listener java.util.concurrent.Executor executor public boolean cancel (boolean) boolean mayInterruptIfRunning public java.lang.Object get () public java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.ExecutionException long timeout java.util.concurrent.TimeUnit unit public boolean isCancelled () public boolean isDone () public java.lang.String toString () static void <clinit> () }
com/google/common/util/concurrent/Internal.class
Internal.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Internal extends java.lang.Object { static long toNanosSaturated (java.time.Duration) ArithmeticException tooBig java.time.Duration duration private void <init> () }
com/google/common/util/concurrent/InterruptibleTask$1.class
InterruptibleTask.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.InterruptibleTask$1 extends java.lang.Object { }
com/google/common/util/concurrent/InterruptibleTask$Blocker.class
InterruptibleTask.java package com.google.common.util.concurrent final com.google.common.util.concurrent.InterruptibleTask$Blocker extends java.util.concurrent.locks.AbstractOwnableSynchronizer implements java.lang.Runnable { private final com.google.common.util.concurrent.InterruptibleTask task private void <init> (com.google.common.util.concurrent.InterruptibleTask) com.google.common.util.concurrent.InterruptibleTask task public void run () private void setOwner (java.lang.Thread) Thread thread public java.lang.String toString () synthetic void <init> (com.google.common.util.concurrent.InterruptibleTask, com.google.common.util.concurrent.InterruptibleTask$1) com.google.common.util.concurrent.InterruptibleTask x0 com.google.common.util.concurrent.InterruptibleTask$1 x1 static synthetic void access$200 (com.google.common.util.concurrent.InterruptibleTask$Blocker, java.lang.Thread) com.google.common.util.concurrent.InterruptibleTask$Blocker x0 Thread x1 }
com/google/common/util/concurrent/InterruptibleTask$DoNothingRunnable.class
InterruptibleTask.java package com.google.common.util.concurrent final com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable extends java.lang.Object implements java.lang.Runnable { private void <init> () public void run () synthetic void <init> (com.google.common.util.concurrent.InterruptibleTask$1) com.google.common.util.concurrent.InterruptibleTask$1 x0 }
com/google/common/util/concurrent/InterruptibleTask.class
InterruptibleTask.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.InterruptibleTask extends java.util.concurrent.atomic.AtomicReference implements java.lang.Runnable { private static final Runnable DONE private static final Runnable PARKED private static final int MAX_BUSY_WAIT_SPINS void <init> () public final void run () Throwable t Thread currentThread boolean run Object result Throwable error private void waitForInterrupt (java.lang.Thread) Thread currentThread boolean restoreInterruptedBit int spinCount Runnable state com.google.common.util.concurrent.InterruptibleTask$Blocker blocker abstract boolean isDone () abstract java.lang.Object runInterruptibly () throws java.lang.Exception abstract void afterRanInterruptiblySuccess (java.lang.Object) abstract void afterRanInterruptiblyFailure (java.lang.Throwable) final void interruptTask () Runnable prev Runnable prev com.google.common.util.concurrent.InterruptibleTask$Blocker blocker Runnable currentRunner public final java.lang.String toString () String result String result String result Runnable state String result abstract java.lang.String toPendingString () static void <clinit> () }
com/google/common/util/concurrent/JdkFutureAdapters$ListenableFutureAdapter.class
JdkFutureAdapters.java package com.google.common.util.concurrent com.google.common.util.concurrent.JdkFutureAdapters$ListenableFutureAdapter extends com.google.common.util.concurrent.ForwardingFuture implements com.google.common.util.concurrent.ListenableFuture { private static final java.util.concurrent.ThreadFactory threadFactory private static final java.util.concurrent.Executor defaultAdapterExecutor private final java.util.concurrent.Executor adapterExecutor private final com.google.common.util.concurrent.ExecutionList executionList private final java.util.concurrent.atomic.AtomicBoolean hasListeners private final java.util.concurrent.Future delegate void <init> (java.util.concurrent.Future) java.util.concurrent.Future delegate void <init> (java.util.concurrent.Future, java.util.concurrent.Executor) java.util.concurrent.Future delegate java.util.concurrent.Executor adapterExecutor protected java.util.concurrent.Future delegate () public void addListener (java.lang.Runnable, java.util.concurrent.Executor) Runnable listener java.util.concurrent.Executor exec protected volatile synthetic java.lang.Object delegate () private synthetic void lambda$addListener$0 () static void <clinit> () }
com/google/common/util/concurrent/JdkFutureAdapters.class
JdkFutureAdapters.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.JdkFutureAdapters extends java.lang.Object { public static com.google.common.util.concurrent.ListenableFuture listenInPoolThread (java.util.concurrent.Future) java.util.concurrent.Future future public static com.google.common.util.concurrent.ListenableFuture listenInPoolThread (java.util.concurrent.Future, java.util.concurrent.Executor) java.util.concurrent.Future future java.util.concurrent.Executor executor private void <init> () }
com/google/common/util/concurrent/ListenableFuture.class
ListenableFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ListenableFuture extends java.lang.Object implements java.util.concurrent.Future { public abstract void addListener (java.lang.Runnable, java.util.concurrent.Executor) }
com/google/common/util/concurrent/ListenableFutureTask.class
ListenableFutureTask.java package com.google.common.util.concurrent public com.google.common.util.concurrent.ListenableFutureTask extends java.util.concurrent.FutureTask implements com.google.common.util.concurrent.ListenableFuture { private final com.google.common.util.concurrent.ExecutionList executionList public static com.google.common.util.concurrent.ListenableFutureTask create (java.util.concurrent.Callable) java.util.concurrent.Callable callable public static com.google.common.util.concurrent.ListenableFutureTask create (java.lang.Runnable, java.lang.Object) Runnable runnable Object result void <init> (java.util.concurrent.Callable) java.util.concurrent.Callable callable void <init> (java.lang.Runnable, java.lang.Object) Runnable runnable Object result public void addListener (java.lang.Runnable, java.util.concurrent.Executor) Runnable listener java.util.concurrent.Executor exec public java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.lang.InterruptedException java.util.concurrent.ExecutionException long timeout java.util.concurrent.TimeUnit unit long timeoutNanos protected void done () }
com/google/common/util/concurrent/ListenableScheduledFuture.class
ListenableScheduledFuture.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ListenableScheduledFuture extends java.lang.Object implements java.util.concurrent.ScheduledFuture com.google.common.util.concurrent.ListenableFuture { }
com/google/common/util/concurrent/ListenerCallQueue$Event.class
ListenerCallQueue.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.ListenerCallQueue$Event extends java.lang.Object { public abstract void call (java.lang.Object) }
com/google/common/util/concurrent/ListenerCallQueue$PerListenerQueue.class
ListenerCallQueue.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ListenerCallQueue$PerListenerQueue extends java.lang.Object implements java.lang.Runnable { final Object listener final java.util.concurrent.Executor executor final java.util.Queue waitQueue final java.util.Queue labelQueue boolean isThreadScheduled void <init> (java.lang.Object, java.util.concurrent.Executor) Object listener java.util.concurrent.Executor executor synchronized void add (com.google.common.util.concurrent.ListenerCallQueue$Event, java.lang.Object) com.google.common.util.concurrent.ListenerCallQueue$Event event Object label void dispatch () RuntimeException e boolean scheduleEventRunner public void run () com.google.common.util.concurrent.ListenerCallQueue$Event nextToRun Object nextLabel RuntimeException e com.google.common.util.concurrent.ListenerCallQueue$Event nextToRun Object nextLabel boolean stillRunning }
com/google/common/util/concurrent/ListenerCallQueue.class
ListenerCallQueue.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ListenerCallQueue extends java.lang.Object { private static final java.util.logging.Logger logger private final java.util.List listeners void <init> () public void addListener (java.lang.Object, java.util.concurrent.Executor) Object listener java.util.concurrent.Executor executor public void enqueue (com.google.common.util.concurrent.ListenerCallQueue$Event) com.google.common.util.concurrent.ListenerCallQueue$Event event public void enqueue (com.google.common.util.concurrent.ListenerCallQueue$Event, java.lang.String) com.google.common.util.concurrent.ListenerCallQueue$Event event String label private void enqueueHelper (com.google.common.util.concurrent.ListenerCallQueue$Event, java.lang.Object) com.google.common.util.concurrent.ListenerCallQueue$PerListenerQueue queue com.google.common.util.concurrent.ListenerCallQueue$Event event Object label public void dispatch () int i static synthetic java.util.logging.Logger access$000 () static void <clinit> () }
com/google/common/util/concurrent/ListeningExecutorService.class
ListeningExecutorService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ListeningExecutorService extends java.lang.Object implements java.util.concurrent.ExecutorService { public abstract com.google.common.util.concurrent.ListenableFuture submit (java.util.concurrent.Callable) public abstract com.google.common.util.concurrent.ListenableFuture submit (java.lang.Runnable) public abstract com.google.common.util.concurrent.ListenableFuture submit (java.lang.Runnable, java.lang.Object) public abstract java.util.List invokeAll (java.util.Collection) throws java.lang.InterruptedException public abstract java.util.List invokeAll (java.util.Collection, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException public volatile synthetic java.util.concurrent.Future submit (java.lang.Runnable) public volatile synthetic java.util.concurrent.Future submit (java.lang.Runnable, java.lang.Object) public volatile synthetic java.util.concurrent.Future submit (java.util.concurrent.Callable) }
com/google/common/util/concurrent/ListeningScheduledExecutorService.class
ListeningScheduledExecutorService.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ListeningScheduledExecutorService extends java.lang.Object implements java.util.concurrent.ScheduledExecutorService com.google.common.util.concurrent.ListeningExecutorService { public abstract com.google.common.util.concurrent.ListenableScheduledFuture schedule (java.lang.Runnable, long, java.util.concurrent.TimeUnit) public com.google.common.util.concurrent.ListenableScheduledFuture schedule (java.lang.Runnable, java.time.Duration) Runnable command java.time.Duration delay public abstract com.google.common.util.concurrent.ListenableScheduledFuture schedule (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) public com.google.common.util.concurrent.ListenableScheduledFuture schedule (java.util.concurrent.Callable, java.time.Duration) java.util.concurrent.Callable callable java.time.Duration delay public abstract com.google.common.util.concurrent.ListenableScheduledFuture scheduleAtFixedRate (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) public com.google.common.util.concurrent.ListenableScheduledFuture scheduleAtFixedRate (java.lang.Runnable, java.time.Duration, java.time.Duration) Runnable command java.time.Duration initialDelay java.time.Duration period public abstract com.google.common.util.concurrent.ListenableScheduledFuture scheduleWithFixedDelay (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) public com.google.common.util.concurrent.ListenableScheduledFuture scheduleWithFixedDelay (java.lang.Runnable, java.time.Duration, java.time.Duration) Runnable command java.time.Duration initialDelay java.time.Duration delay public volatile synthetic java.util.concurrent.ScheduledFuture scheduleWithFixedDelay (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) public volatile synthetic java.util.concurrent.ScheduledFuture scheduleAtFixedRate (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) public volatile synthetic java.util.concurrent.ScheduledFuture schedule (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) public volatile synthetic java.util.concurrent.ScheduledFuture schedule (java.lang.Runnable, long, java.util.concurrent.TimeUnit) }
com/google/common/util/concurrent/Monitor$1.class
Monitor.java package com.google.common.util.concurrent com.google.common.util.concurrent.Monitor$1 extends com.google.common.util.concurrent.Monitor$Guard { final synthetic java.util.function.BooleanSupplier val$isSatisfied void <init> (com.google.common.util.concurrent.Monitor, com.google.common.util.concurrent.Monitor, java.util.function.BooleanSupplier) com.google.common.util.concurrent.Monitor this$0 com.google.common.util.concurrent.Monitor monitor public boolean isSatisfied () }
com/google/common/util/concurrent/Monitor$Guard.class
Monitor.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.Monitor$Guard extends java.lang.Object { final com.google.common.util.concurrent.Monitor monitor final java.util.concurrent.locks.Condition condition int waiterCount com.google.common.util.concurrent.Monitor$Guard next protected void <init> (com.google.common.util.concurrent.Monitor) com.google.common.util.concurrent.Monitor monitor public abstract boolean isSatisfied () }
com/google/common/util/concurrent/Monitor.class
Monitor.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.Monitor extends java.lang.Object { private final boolean fair private final java.util.concurrent.locks.ReentrantLock lock private com.google.common.util.concurrent.Monitor$Guard activeGuards public void <init> () public void <init> (boolean) boolean fair public com.google.common.util.concurrent.Monitor$Guard newGuard (java.util.function.BooleanSupplier) java.util.function.BooleanSupplier isSatisfied public void enter () public boolean enter (java.time.Duration) java.time.Duration time public boolean enter (long, java.util.concurrent.TimeUnit) InterruptedException interrupt long remainingNanos long startTime long time java.util.concurrent.TimeUnit unit long timeoutNanos java.util.concurrent.locks.ReentrantLock lock boolean interrupted public void enterInterruptibly () throws java.lang.InterruptedException public boolean enterInterruptibly (java.time.Duration) throws java.lang.InterruptedException java.time.Duration time public boolean enterInterruptibly (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long time java.util.concurrent.TimeUnit unit public boolean tryEnter () public void enterWhen (com.google.common.util.concurrent.Monitor$Guard) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard java.util.concurrent.locks.ReentrantLock lock boolean signalBeforeWaiting boolean satisfied public boolean enterWhen (com.google.common.util.concurrent.Monitor$Guard, java.time.Duration) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard java.time.Duration time public boolean enterWhen (com.google.common.util.concurrent.Monitor$Guard, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard long time java.util.concurrent.TimeUnit unit long timeoutNanos java.util.concurrent.locks.ReentrantLock lock boolean reentrant long startTime boolean satisfied boolean threw public void enterWhenUninterruptibly (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard guard java.util.concurrent.locks.ReentrantLock lock boolean signalBeforeWaiting boolean satisfied public boolean enterWhenUninterruptibly (com.google.common.util.concurrent.Monitor$Guard, java.time.Duration) com.google.common.util.concurrent.Monitor$Guard guard java.time.Duration time public boolean enterWhenUninterruptibly (com.google.common.util.concurrent.Monitor$Guard, long, java.util.concurrent.TimeUnit) InterruptedException interrupt long remainingNanos long remainingNanos long remainingNanos InterruptedException interrupt boolean satisfied com.google.common.util.concurrent.Monitor$Guard guard long time java.util.concurrent.TimeUnit unit long timeoutNanos java.util.concurrent.locks.ReentrantLock lock long startTime boolean signalBeforeWaiting boolean interrupted public boolean enterIf (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard guard java.util.concurrent.locks.ReentrantLock lock boolean satisfied public boolean enterIf (com.google.common.util.concurrent.Monitor$Guard, java.time.Duration) com.google.common.util.concurrent.Monitor$Guard guard java.time.Duration time public boolean enterIf (com.google.common.util.concurrent.Monitor$Guard, long, java.util.concurrent.TimeUnit) com.google.common.util.concurrent.Monitor$Guard guard long time java.util.concurrent.TimeUnit unit boolean satisfied public boolean enterIfInterruptibly (com.google.common.util.concurrent.Monitor$Guard) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard java.util.concurrent.locks.ReentrantLock lock boolean satisfied public boolean enterIfInterruptibly (com.google.common.util.concurrent.Monitor$Guard, java.time.Duration) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard java.time.Duration time public boolean enterIfInterruptibly (com.google.common.util.concurrent.Monitor$Guard, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard long time java.util.concurrent.TimeUnit unit java.util.concurrent.locks.ReentrantLock lock boolean satisfied public boolean tryEnterIf (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard guard java.util.concurrent.locks.ReentrantLock lock boolean satisfied public void waitFor (com.google.common.util.concurrent.Monitor$Guard) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard public boolean waitFor (com.google.common.util.concurrent.Monitor$Guard, java.time.Duration) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard java.time.Duration time public boolean waitFor (com.google.common.util.concurrent.Monitor$Guard, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard long time java.util.concurrent.TimeUnit unit long timeoutNanos public void waitForUninterruptibly (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard guard public boolean waitForUninterruptibly (com.google.common.util.concurrent.Monitor$Guard, java.time.Duration) com.google.common.util.concurrent.Monitor$Guard guard java.time.Duration time public boolean waitForUninterruptibly (com.google.common.util.concurrent.Monitor$Guard, long, java.util.concurrent.TimeUnit) InterruptedException interrupt long remainingNanos com.google.common.util.concurrent.Monitor$Guard guard long time java.util.concurrent.TimeUnit unit long timeoutNanos boolean signalBeforeWaiting long startTime boolean interrupted public void leave () java.util.concurrent.locks.ReentrantLock lock public boolean isFair () public boolean isOccupied () public boolean isOccupiedByCurrentThread () public int getOccupiedDepth () public int getQueueLength () public boolean hasQueuedThreads () public boolean hasQueuedThread (java.lang.Thread) Thread thread public boolean hasWaiters (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard guard public int getWaitQueueLength (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard guard private static long toSafeNanos (long, java.util.concurrent.TimeUnit) long time java.util.concurrent.TimeUnit unit long timeoutNanos private static long initNanoTime (long) long startTime long timeoutNanos private static long remainingNanos (long, long) long startTime long timeoutNanos private void signalNextWaiter () com.google.common.util.concurrent.Monitor$Guard guard private boolean isSatisfied (com.google.common.util.concurrent.Monitor$Guard) Throwable throwable com.google.common.util.concurrent.Monitor$Guard guard private void signalAllWaiters () com.google.common.util.concurrent.Monitor$Guard guard private void beginWaitingFor (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard guard int waiters private void endWaitingFor (com.google.common.util.concurrent.Monitor$Guard) com.google.common.util.concurrent.Monitor$Guard p com.google.common.util.concurrent.Monitor$Guard pred com.google.common.util.concurrent.Monitor$Guard guard int waiters private void await (com.google.common.util.concurrent.Monitor$Guard, boolean) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard boolean signalBeforeWaiting private void awaitUninterruptibly (com.google.common.util.concurrent.Monitor$Guard, boolean) com.google.common.util.concurrent.Monitor$Guard guard boolean signalBeforeWaiting private boolean awaitNanos (com.google.common.util.concurrent.Monitor$Guard, long, boolean) throws java.lang.InterruptedException com.google.common.util.concurrent.Monitor$Guard guard long nanos boolean signalBeforeWaiting boolean firstTime static synthetic java.util.concurrent.locks.ReentrantLock access$000 (com.google.common.util.concurrent.Monitor) com.google.common.util.concurrent.Monitor x0 }
com/google/common/util/concurrent/MoreExecutors$1.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$1 extends java.lang.Object implements java.lang.Runnable { final synthetic java.util.concurrent.BlockingQueue val$queue final synthetic com.google.common.util.concurrent.ListenableFuture val$future void <init> (java.util.concurrent.BlockingQueue, com.google.common.util.concurrent.ListenableFuture) public void run () }
com/google/common/util/concurrent/MoreExecutors$2.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$2 extends java.lang.Object implements java.util.concurrent.Executor { final synthetic java.util.concurrent.Executor val$executor final synthetic com.google.common.base.Supplier val$nameSupplier void <init> (java.util.concurrent.Executor, com.google.common.base.Supplier) public void execute (java.lang.Runnable) Runnable command }
com/google/common/util/concurrent/MoreExecutors$3.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$3 extends com.google.common.util.concurrent.WrappingExecutorService { final synthetic com.google.common.base.Supplier val$nameSupplier void <init> (java.util.concurrent.ExecutorService, com.google.common.base.Supplier) java.util.concurrent.ExecutorService delegate protected java.util.concurrent.Callable wrapTask (java.util.concurrent.Callable) java.util.concurrent.Callable callable protected java.lang.Runnable wrapTask (java.lang.Runnable) Runnable command }
com/google/common/util/concurrent/MoreExecutors$4.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$4 extends com.google.common.util.concurrent.WrappingScheduledExecutorService { final synthetic com.google.common.base.Supplier val$nameSupplier void <init> (java.util.concurrent.ScheduledExecutorService, com.google.common.base.Supplier) java.util.concurrent.ScheduledExecutorService delegate protected java.util.concurrent.Callable wrapTask (java.util.concurrent.Callable) java.util.concurrent.Callable callable protected java.lang.Runnable wrapTask (java.lang.Runnable) Runnable command }
com/google/common/util/concurrent/MoreExecutors$5.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$5 extends java.lang.Object implements java.util.concurrent.Executor { final synthetic java.util.concurrent.Executor val$delegate final synthetic com.google.common.util.concurrent.AbstractFuture val$future void <init> (java.util.concurrent.Executor, com.google.common.util.concurrent.AbstractFuture) public void execute (java.lang.Runnable) java.util.concurrent.RejectedExecutionException e Runnable command }
com/google/common/util/concurrent/MoreExecutors$Application$1.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$Application$1 extends java.lang.Object implements java.lang.Runnable { final synthetic java.util.concurrent.ExecutorService val$service final synthetic long val$terminationTimeout final synthetic java.util.concurrent.TimeUnit val$timeUnit void <init> (com.google.common.util.concurrent.MoreExecutors$Application, java.util.concurrent.ExecutorService, long, java.util.concurrent.TimeUnit) com.google.common.util.concurrent.MoreExecutors$Application this$0 public void run () }
com/google/common/util/concurrent/MoreExecutors$Application.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$Application extends java.lang.Object { void <init> () final java.util.concurrent.ExecutorService getExitingExecutorService (java.util.concurrent.ThreadPoolExecutor, long, java.util.concurrent.TimeUnit) java.util.concurrent.ThreadPoolExecutor executor long terminationTimeout java.util.concurrent.TimeUnit timeUnit java.util.concurrent.ExecutorService service final java.util.concurrent.ExecutorService getExitingExecutorService (java.util.concurrent.ThreadPoolExecutor) java.util.concurrent.ThreadPoolExecutor executor final java.util.concurrent.ScheduledExecutorService getExitingScheduledExecutorService (java.util.concurrent.ScheduledThreadPoolExecutor, long, java.util.concurrent.TimeUnit) java.util.concurrent.ScheduledThreadPoolExecutor executor long terminationTimeout java.util.concurrent.TimeUnit timeUnit java.util.concurrent.ScheduledExecutorService service final java.util.concurrent.ScheduledExecutorService getExitingScheduledExecutorService (java.util.concurrent.ScheduledThreadPoolExecutor) java.util.concurrent.ScheduledThreadPoolExecutor executor final void addDelayedShutdownHook (java.util.concurrent.ExecutorService, long, java.util.concurrent.TimeUnit) java.util.concurrent.ExecutorService service long terminationTimeout java.util.concurrent.TimeUnit timeUnit void addShutdownHook (java.lang.Thread) Thread hook }
com/google/common/util/concurrent/MoreExecutors$DirectExecutorService.class
MoreExecutors.java package com.google.common.util.concurrent final com.google.common.util.concurrent.MoreExecutors$DirectExecutorService extends com.google.common.util.concurrent.AbstractListeningExecutorService { private final Object lock private int runningTasks private boolean shutdown private void <init> () public void execute (java.lang.Runnable) Runnable command public boolean isShutdown () public void shutdown () public java.util.List shutdownNow () public boolean isTerminated () public boolean awaitTermination (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long now long timeout java.util.concurrent.TimeUnit unit long nanos private void startTask () private void endTask () int numRunning synthetic void <init> (com.google.common.util.concurrent.MoreExecutors$1) com.google.common.util.concurrent.MoreExecutors$1 x0 }
com/google/common/util/concurrent/MoreExecutors$ListeningDecorator.class
MoreExecutors.java package com.google.common.util.concurrent com.google.common.util.concurrent.MoreExecutors$ListeningDecorator extends com.google.common.util.concurrent.AbstractListeningExecutorService { private final java.util.concurrent.ExecutorService delegate void <init> (java.util.concurrent.ExecutorService) java.util.concurrent.ExecutorService delegate public final boolean awaitTermination (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit public final boolean isShutdown () public final boolean isTerminated () public final void shutdown () public final java.util.List shutdownNow () public final void execute (java.lang.Runnable) Runnable command public final java.lang.String toString () }
com/google/common/util/concurrent/MoreExecutors$ScheduledListeningDecorator$ListenableScheduledTask.class
MoreExecutors.java package com.google.common.util.concurrent final com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator$ListenableScheduledTask extends com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture implements com.google.common.util.concurrent.ListenableScheduledFuture { private final java.util.concurrent.ScheduledFuture scheduledDelegate public void <init> (com.google.common.util.concurrent.ListenableFuture, java.util.concurrent.ScheduledFuture) com.google.common.util.concurrent.ListenableFuture listenableDelegate java.util.concurrent.ScheduledFuture scheduledDelegate public boolean cancel (boolean) boolean mayInterruptIfRunning boolean cancelled public long getDelay (java.util.concurrent.TimeUnit) java.util.concurrent.TimeUnit unit public int compareTo (java.util.concurrent.Delayed) java.util.concurrent.Delayed other public volatile synthetic int compareTo (java.lang.Object) }
com/google/common/util/concurrent/MoreExecutors$ScheduledListeningDecorator$NeverSuccessfulListenableFutureTask.class
MoreExecutors.java package com.google.common.util.concurrent final com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator$NeverSuccessfulListenableFutureTask extends com.google.common.util.concurrent.AbstractFuture$TrustedFuture implements java.lang.Runnable { private final Runnable delegate public void <init> (java.lang.Runnable) Runnable delegate public void run () Throwable t protected java.lang.String pendingToString () }
com/google/common/util/concurrent/MoreExecutors$ScheduledListeningDecorator.class
MoreExecutors.java package com.google.common.util.concurrent final com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator extends com.google.common.util.concurrent.MoreExecutors$ListeningDecorator implements com.google.common.util.concurrent.ListeningScheduledExecutorService { final java.util.concurrent.ScheduledExecutorService delegate void <init> (java.util.concurrent.ScheduledExecutorService) java.util.concurrent.ScheduledExecutorService delegate public com.google.common.util.concurrent.ListenableScheduledFuture schedule (java.lang.Runnable, long, java.util.concurrent.TimeUnit) Runnable command long delay java.util.concurrent.TimeUnit unit com.google.common.util.concurrent.TrustedListenableFutureTask task java.util.concurrent.ScheduledFuture scheduled public com.google.common.util.concurrent.ListenableScheduledFuture schedule (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) java.util.concurrent.Callable callable long delay java.util.concurrent.TimeUnit unit com.google.common.util.concurrent.TrustedListenableFutureTask task java.util.concurrent.ScheduledFuture scheduled public com.google.common.util.concurrent.ListenableScheduledFuture scheduleAtFixedRate (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) Runnable command long initialDelay long period java.util.concurrent.TimeUnit unit com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator$NeverSuccessfulListenableFutureTask task java.util.concurrent.ScheduledFuture scheduled public com.google.common.util.concurrent.ListenableScheduledFuture scheduleWithFixedDelay (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) Runnable command long initialDelay long delay java.util.concurrent.TimeUnit unit com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator$NeverSuccessfulListenableFutureTask task java.util.concurrent.ScheduledFuture scheduled public volatile synthetic java.util.concurrent.ScheduledFuture scheduleWithFixedDelay (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) public volatile synthetic java.util.concurrent.ScheduledFuture scheduleAtFixedRate (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) public volatile synthetic java.util.concurrent.ScheduledFuture schedule (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) public volatile synthetic java.util.concurrent.ScheduledFuture schedule (java.lang.Runnable, long, java.util.concurrent.TimeUnit) }
com/google/common/util/concurrent/MoreExecutors.class
MoreExecutors.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.MoreExecutors extends java.lang.Object { private void <init> () public static java.util.concurrent.ExecutorService getExitingExecutorService (java.util.concurrent.ThreadPoolExecutor, java.time.Duration) java.util.concurrent.ThreadPoolExecutor executor java.time.Duration terminationTimeout public static java.util.concurrent.ExecutorService getExitingExecutorService (java.util.concurrent.ThreadPoolExecutor, long, java.util.concurrent.TimeUnit) java.util.concurrent.ThreadPoolExecutor executor long terminationTimeout java.util.concurrent.TimeUnit timeUnit public static java.util.concurrent.ExecutorService getExitingExecutorService (java.util.concurrent.ThreadPoolExecutor) java.util.concurrent.ThreadPoolExecutor executor public static java.util.concurrent.ScheduledExecutorService getExitingScheduledExecutorService (java.util.concurrent.ScheduledThreadPoolExecutor, java.time.Duration) java.util.concurrent.ScheduledThreadPoolExecutor executor java.time.Duration terminationTimeout public static java.util.concurrent.ScheduledExecutorService getExitingScheduledExecutorService (java.util.concurrent.ScheduledThreadPoolExecutor, long, java.util.concurrent.TimeUnit) java.util.concurrent.ScheduledThreadPoolExecutor executor long terminationTimeout java.util.concurrent.TimeUnit timeUnit public static java.util.concurrent.ScheduledExecutorService getExitingScheduledExecutorService (java.util.concurrent.ScheduledThreadPoolExecutor) java.util.concurrent.ScheduledThreadPoolExecutor executor public static void addDelayedShutdownHook (java.util.concurrent.ExecutorService, java.time.Duration) java.util.concurrent.ExecutorService service java.time.Duration terminationTimeout public static void addDelayedShutdownHook (java.util.concurrent.ExecutorService, long, java.util.concurrent.TimeUnit) java.util.concurrent.ExecutorService service long terminationTimeout java.util.concurrent.TimeUnit timeUnit private static void useDaemonThreadFactory (java.util.concurrent.ThreadPoolExecutor) java.util.concurrent.ThreadPoolExecutor executor public static com.google.common.util.concurrent.ListeningExecutorService newDirectExecutorService () public static java.util.concurrent.Executor directExecutor () public static java.util.concurrent.Executor newSequentialExecutor (java.util.concurrent.Executor) java.util.concurrent.Executor delegate public static com.google.common.util.concurrent.ListeningExecutorService listeningDecorator (java.util.concurrent.ExecutorService) java.util.concurrent.ExecutorService delegate public static com.google.common.util.concurrent.ListeningScheduledExecutorService listeningDecorator (java.util.concurrent.ScheduledExecutorService) java.util.concurrent.ScheduledExecutorService delegate static java.lang.Object invokeAnyImpl (com.google.common.util.concurrent.ListeningExecutorService, java.util.Collection, boolean, java.time.Duration) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException com.google.common.util.concurrent.ListeningExecutorService executorService java.util.Collection tasks boolean timed java.time.Duration timeout static java.lang.Object invokeAnyImpl (com.google.common.util.concurrent.ListeningExecutorService, java.util.Collection, boolean, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException long now java.util.concurrent.Future f java.util.concurrent.ExecutionException eex RuntimeException rex java.util.concurrent.Future f java.util.concurrent.ExecutionException ee long lastTime java.util.Iterator it int active java.util.concurrent.Future f com.google.common.util.concurrent.ListeningExecutorService executorService java.util.Collection tasks boolean timed long timeout java.util.concurrent.TimeUnit unit int ntasks java.util.List futures java.util.concurrent.BlockingQueue futureQueue long timeoutNanos private static com.google.common.util.concurrent.ListenableFuture submitAndAddQueueListener (com.google.common.util.concurrent.ListeningExecutorService, java.util.concurrent.Callable, java.util.concurrent.BlockingQueue) com.google.common.util.concurrent.ListeningExecutorService executorService java.util.concurrent.Callable task java.util.concurrent.BlockingQueue queue com.google.common.util.concurrent.ListenableFuture future public static java.util.concurrent.ThreadFactory platformThreadFactory () IllegalAccessException e ClassNotFoundException e NoSuchMethodException e java.lang.reflect.InvocationTargetException e private static boolean isAppEngineWithApiClasses () ClassNotFoundException e ClassNotFoundException e java.lang.reflect.InvocationTargetException e IllegalAccessException e NoSuchMethodException e static java.lang.Thread newThread (java.lang.String, java.lang.Runnable) String name Runnable runnable Thread result static java.util.concurrent.Executor renamingDecorator (java.util.concurrent.Executor, com.google.common.base.Supplier) java.util.concurrent.Executor executor com.google.common.base.Supplier nameSupplier static java.util.concurrent.ExecutorService renamingDecorator (java.util.concurrent.ExecutorService, com.google.common.base.Supplier) java.util.concurrent.ExecutorService service com.google.common.base.Supplier nameSupplier static java.util.concurrent.ScheduledExecutorService renamingDecorator (java.util.concurrent.ScheduledExecutorService, com.google.common.base.Supplier) java.util.concurrent.ScheduledExecutorService service com.google.common.base.Supplier nameSupplier public static boolean shutdownAndAwaitTermination (java.util.concurrent.ExecutorService, java.time.Duration) java.util.concurrent.ExecutorService service java.time.Duration timeout public static boolean shutdownAndAwaitTermination (java.util.concurrent.ExecutorService, long, java.util.concurrent.TimeUnit) InterruptedException ie java.util.concurrent.ExecutorService service long timeout java.util.concurrent.TimeUnit unit long halfTimeoutNanos static java.util.concurrent.Executor rejectionPropagatingExecutor (java.util.concurrent.Executor, com.google.common.util.concurrent.AbstractFuture) java.util.concurrent.Executor delegate com.google.common.util.concurrent.AbstractFuture future static synthetic void access$000 (java.util.concurrent.ThreadPoolExecutor) java.util.concurrent.ThreadPoolExecutor x0 }
com/google/common/util/concurrent/NullnessCasts.class
NullnessCasts.java package com.google.common.util.concurrent final com.google.common.util.concurrent.NullnessCasts extends java.lang.Object { static java.lang.Object uncheckedCastNullableTToT (java.lang.Object) Object t static java.lang.Object uncheckedNull () private void <init> () }
com/google/common/util/concurrent/OverflowAvoidingLockSupport.class
OverflowAvoidingLockSupport.java package com.google.common.util.concurrent final com.google.common.util.concurrent.OverflowAvoidingLockSupport extends java.lang.Object { static final long MAX_NANOSECONDS_THRESHOLD private void <init> () static void parkNanos (java.lang.Object, long) Object blocker long nanos }
com/google/common/util/concurrent/ParametricNullness.class
ParametricNullness.java package com.google.common.util.concurrent abstract annotation com.google.common.util.concurrent.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/util/concurrent/Partially$GwtIncompatible.class
Partially.java package com.google.common.util.concurrent abstract annotation com.google.common.util.concurrent.Partially$GwtIncompatible extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/common/util/concurrent/Partially.class
Partially.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Partially extends java.lang.Object { private void <init> () }
com/google/common/util/concurrent/Platform.class
Platform.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Platform extends java.lang.Object { static boolean isInstanceOfThrowableClass (java.lang.Throwable, java.lang.Class) Throwable t Class expectedClass private void <init> () }
com/google/common/util/concurrent/RateLimiter$SleepingStopwatch$1.class
RateLimiter.java package com.google.common.util.concurrent com.google.common.util.concurrent.RateLimiter$SleepingStopwatch$1 extends com.google.common.util.concurrent.RateLimiter$SleepingStopwatch { final com.google.common.base.Stopwatch stopwatch void <init> () protected long readMicros () protected void sleepMicrosUninterruptibly (long) long micros }
com/google/common/util/concurrent/RateLimiter$SleepingStopwatch.class
RateLimiter.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.RateLimiter$SleepingStopwatch extends java.lang.Object { protected void <init> () protected abstract long readMicros () protected abstract void sleepMicrosUninterruptibly (long) public static com.google.common.util.concurrent.RateLimiter$SleepingStopwatch createFromSystemTimer () }
com/google/common/util/concurrent/RateLimiter.class
RateLimiter.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.RateLimiter extends java.lang.Object { private final com.google.common.util.concurrent.RateLimiter$SleepingStopwatch stopwatch private volatile Object mutexDoNotUseDirectly public static com.google.common.util.concurrent.RateLimiter create (double) double permitsPerSecond static com.google.common.util.concurrent.RateLimiter create (double, com.google.common.util.concurrent.RateLimiter$SleepingStopwatch) double permitsPerSecond com.google.common.util.concurrent.RateLimiter$SleepingStopwatch stopwatch com.google.common.util.concurrent.RateLimiter rateLimiter public static com.google.common.util.concurrent.RateLimiter create (double, java.time.Duration) double permitsPerSecond java.time.Duration warmupPeriod public static com.google.common.util.concurrent.RateLimiter create (double, long, java.util.concurrent.TimeUnit) double permitsPerSecond long warmupPeriod java.util.concurrent.TimeUnit unit static com.google.common.util.concurrent.RateLimiter create (double, long, java.util.concurrent.TimeUnit, double, com.google.common.util.concurrent.RateLimiter$SleepingStopwatch) double permitsPerSecond long warmupPeriod java.util.concurrent.TimeUnit unit double coldFactor com.google.common.util.concurrent.RateLimiter$SleepingStopwatch stopwatch com.google.common.util.concurrent.RateLimiter rateLimiter private java.lang.Object mutex () Object mutex void <init> (com.google.common.util.concurrent.RateLimiter$SleepingStopwatch) com.google.common.util.concurrent.RateLimiter$SleepingStopwatch stopwatch public final void setRate (double) double permitsPerSecond abstract void doSetRate (double, long) public final double getRate () abstract double doGetRate () public double acquire () public double acquire (int) int permits long microsToWait final long reserve (int) int permits public boolean tryAcquire (java.time.Duration) java.time.Duration timeout public boolean tryAcquire (long, java.util.concurrent.TimeUnit) long timeout java.util.concurrent.TimeUnit unit public boolean tryAcquire (int) int permits public boolean tryAcquire () public boolean tryAcquire (int, java.time.Duration) int permits java.time.Duration timeout public boolean tryAcquire (int, long, java.util.concurrent.TimeUnit) long nowMicros long microsToWait int permits long timeout java.util.concurrent.TimeUnit unit long timeoutMicros long microsToWait private boolean canAcquire (long, long) long nowMicros long timeoutMicros final long reserveAndGetWaitLength (int, long) int permits long nowMicros long momentAvailable abstract long queryEarliestAvailable (long) abstract long reserveEarliestAvailable (int, long) public java.lang.String toString () private static void checkPermits (int) int permits }
com/google/common/util/concurrent/Runnables$1.class
Runnables.java package com.google.common.util.concurrent com.google.common.util.concurrent.Runnables$1 extends java.lang.Object implements java.lang.Runnable { void <init> () public void run () }
com/google/common/util/concurrent/Runnables.class
Runnables.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.Runnables extends java.lang.Object { private static final Runnable EMPTY_RUNNABLE public static java.lang.Runnable doNothing () private void <init> () static void <clinit> () }
com/google/common/util/concurrent/SequentialExecutor$1.class
SequentialExecutor.java package com.google.common.util.concurrent com.google.common.util.concurrent.SequentialExecutor$1 extends java.lang.Object implements java.lang.Runnable { final synthetic Runnable val$task void <init> (com.google.common.util.concurrent.SequentialExecutor, java.lang.Runnable) com.google.common.util.concurrent.SequentialExecutor this$0 public void run () public java.lang.String toString () }
com/google/common/util/concurrent/SequentialExecutor$QueueWorker.class
SequentialExecutor.java package com.google.common.util.concurrent final com.google.common.util.concurrent.SequentialExecutor$QueueWorker extends java.lang.Object implements java.lang.Runnable { Runnable task final synthetic com.google.common.util.concurrent.SequentialExecutor this$0 private void <init> (com.google.common.util.concurrent.SequentialExecutor) public void run () Error e private void workOnQueue () RuntimeException e boolean interruptedDuringTask boolean hasSetRunning public java.lang.String toString () Runnable currentlyRunning synthetic void <init> (com.google.common.util.concurrent.SequentialExecutor, com.google.common.util.concurrent.SequentialExecutor$1) com.google.common.util.concurrent.SequentialExecutor x0 com.google.common.util.concurrent.SequentialExecutor$1 x1 }
com/google/common/util/concurrent/SequentialExecutor$WorkerRunningState.class
SequentialExecutor.java package com.google.common.util.concurrent final enum com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState extends java.lang.Enum { public static final enum com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState IDLE public static final enum com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState QUEUING public static final enum com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState QUEUED public static final enum com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState RUNNING private static final synthetic com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState[] $VALUES public static com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState[] values () public static com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState[] $values () static void <clinit> () }
com/google/common/util/concurrent/SequentialExecutor.class
SequentialExecutor.java package com.google.common.util.concurrent final com.google.common.util.concurrent.SequentialExecutor extends java.lang.Object implements java.util.concurrent.Executor { private static final java.util.logging.Logger log private final java.util.concurrent.Executor executor private final java.util.Deque queue private com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState workerRunningState private long workerRunCount private final com.google.common.util.concurrent.SequentialExecutor$QueueWorker worker void <init> (java.util.concurrent.Executor) java.util.concurrent.Executor executor public void execute (java.lang.Runnable) Runnable submittedTask long oldRunCount boolean removed Throwable t Runnable task Runnable submittedTask long oldRunCount boolean alreadyMarkedQueued public java.lang.String toString () static synthetic java.util.Deque access$100 (com.google.common.util.concurrent.SequentialExecutor) com.google.common.util.concurrent.SequentialExecutor x0 static synthetic com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState access$202 (com.google.common.util.concurrent.SequentialExecutor, com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState) com.google.common.util.concurrent.SequentialExecutor x0 com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState x1 static synthetic com.google.common.util.concurrent.SequentialExecutor$WorkerRunningState access$200 (com.google.common.util.concurrent.SequentialExecutor) com.google.common.util.concurrent.SequentialExecutor x0 static synthetic long access$308 (com.google.common.util.concurrent.SequentialExecutor) com.google.common.util.concurrent.SequentialExecutor x0 static synthetic java.util.logging.Logger access$400 () static void <clinit> () }
com/google/common/util/concurrent/Service$Listener.class
Service.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.Service$Listener extends java.lang.Object { public void <init> () public void starting () public void running () public void stopping (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from public void terminated (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from public void failed (com.google.common.util.concurrent.Service$State, java.lang.Throwable) com.google.common.util.concurrent.Service$State from Throwable failure }
com/google/common/util/concurrent/Service$State.class
Service.java package com.google.common.util.concurrent public final enum com.google.common.util.concurrent.Service$State extends java.lang.Enum { public static final enum com.google.common.util.concurrent.Service$State NEW public static final enum com.google.common.util.concurrent.Service$State STARTING public static final enum com.google.common.util.concurrent.Service$State RUNNING public static final enum com.google.common.util.concurrent.Service$State STOPPING public static final enum com.google.common.util.concurrent.Service$State TERMINATED public static final enum com.google.common.util.concurrent.Service$State FAILED private static final synthetic com.google.common.util.concurrent.Service$State[] $VALUES public static com.google.common.util.concurrent.Service$State[] values () public static com.google.common.util.concurrent.Service$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.common.util.concurrent.Service$State[] $values () static void <clinit> () }
com/google/common/util/concurrent/Service.class
Service.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.Service extends java.lang.Object { public abstract com.google.common.util.concurrent.Service startAsync () public abstract boolean isRunning () public abstract com.google.common.util.concurrent.Service$State state () public abstract com.google.common.util.concurrent.Service stopAsync () public abstract void awaitRunning () public void awaitRunning (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public abstract void awaitRunning (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException public abstract void awaitTerminated () public void awaitTerminated (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public abstract void awaitTerminated (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException public abstract java.lang.Throwable failureCause () public abstract void addListener (com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor) }
com/google/common/util/concurrent/ServiceManager$1.class
ServiceManager.java package com.google.common.util.concurrent com.google.common.util.concurrent.ServiceManager$1 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { void <init> () public void call (com.google.common.util.concurrent.ServiceManager$Listener) com.google.common.util.concurrent.ServiceManager$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/ServiceManager$2.class
ServiceManager.java package com.google.common.util.concurrent com.google.common.util.concurrent.ServiceManager$2 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { void <init> () public void call (com.google.common.util.concurrent.ServiceManager$Listener) com.google.common.util.concurrent.ServiceManager$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/ServiceManager$EmptyServiceManagerWarning.class
ServiceManager.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ServiceManager$EmptyServiceManagerWarning extends java.lang.Throwable { private void <init> () synthetic void <init> (com.google.common.util.concurrent.ServiceManager$1) com.google.common.util.concurrent.ServiceManager$1 x0 }
com/google/common/util/concurrent/ServiceManager$FailedService.class
ServiceManager.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ServiceManager$FailedService extends java.lang.Throwable { void <init> (com.google.common.util.concurrent.Service) com.google.common.util.concurrent.Service service }
com/google/common/util/concurrent/ServiceManager$Listener.class
ServiceManager.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.ServiceManager$Listener extends java.lang.Object { public void <init> () public void healthy () public void stopped () public void failure (com.google.common.util.concurrent.Service) com.google.common.util.concurrent.Service service }
com/google/common/util/concurrent/ServiceManager$NoOpService.class
ServiceManager.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ServiceManager$NoOpService extends com.google.common.util.concurrent.AbstractService { private void <init> () protected void doStart () protected void doStop () synthetic void <init> (com.google.common.util.concurrent.ServiceManager$1) com.google.common.util.concurrent.ServiceManager$1 x0 }
com/google/common/util/concurrent/ServiceManager$ServiceListener.class
ServiceManager.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ServiceManager$ServiceListener extends com.google.common.util.concurrent.Service$Listener { final com.google.common.util.concurrent.Service service final java.lang.ref.WeakReference state void <init> (com.google.common.util.concurrent.Service, java.lang.ref.WeakReference) com.google.common.util.concurrent.Service service java.lang.ref.WeakReference state public void starting () com.google.common.util.concurrent.ServiceManager$ServiceManagerState state public void running () com.google.common.util.concurrent.ServiceManager$ServiceManagerState state public void stopping (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from com.google.common.util.concurrent.ServiceManager$ServiceManagerState state public void terminated (com.google.common.util.concurrent.Service$State) com.google.common.util.concurrent.Service$State from com.google.common.util.concurrent.ServiceManager$ServiceManagerState state public void failed (com.google.common.util.concurrent.Service$State, java.lang.Throwable) boolean log com.google.common.util.concurrent.Service$State from Throwable failure com.google.common.util.concurrent.ServiceManager$ServiceManagerState state }
com/google/common/util/concurrent/ServiceManager$ServiceManagerState$1.class
ServiceManager.java package com.google.common.util.concurrent com.google.common.util.concurrent.ServiceManager$ServiceManagerState$1 extends java.lang.Object implements com.google.common.base.Function { void <init> (com.google.common.util.concurrent.ServiceManager$ServiceManagerState) com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$0 public java.lang.Long apply (java.util.Map$Entry) java.util.Map$Entry input public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/common/util/concurrent/ServiceManager$ServiceManagerState$2.class
ServiceManager.java package com.google.common.util.concurrent com.google.common.util.concurrent.ServiceManager$ServiceManagerState$2 extends java.lang.Object implements com.google.common.util.concurrent.ListenerCallQueue$Event { final synthetic com.google.common.util.concurrent.Service val$service void <init> (com.google.common.util.concurrent.ServiceManager$ServiceManagerState, com.google.common.util.concurrent.Service) com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$0 public void call (com.google.common.util.concurrent.ServiceManager$Listener) com.google.common.util.concurrent.ServiceManager$Listener listener public java.lang.String toString () public volatile synthetic void call (java.lang.Object) }
com/google/common/util/concurrent/ServiceManager$ServiceManagerState$AwaitHealthGuard.class
ServiceManager.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard extends com.google.common.util.concurrent.Monitor$Guard { final synthetic com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$0 void <init> (com.google.common.util.concurrent.ServiceManager$ServiceManagerState) com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$0 public boolean isSatisfied () }
com/google/common/util/concurrent/ServiceManager$ServiceManagerState$StoppedGuard.class
ServiceManager.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard extends com.google.common.util.concurrent.Monitor$Guard { final synthetic com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$0 void <init> (com.google.common.util.concurrent.ServiceManager$ServiceManagerState) com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$0 public boolean isSatisfied () }
com/google/common/util/concurrent/ServiceManager$ServiceManagerState.class
ServiceManager.java package com.google.common.util.concurrent final com.google.common.util.concurrent.ServiceManager$ServiceManagerState extends java.lang.Object { final com.google.common.util.concurrent.Monitor monitor final com.google.common.collect.SetMultimap servicesByState final com.google.common.collect.Multiset states final java.util.Map startupTimers boolean ready boolean transitioned final int numberOfServices final com.google.common.util.concurrent.Monitor$Guard awaitHealthGuard final com.google.common.util.concurrent.Monitor$Guard stoppedGuard final com.google.common.util.concurrent.ListenerCallQueue listeners void <init> (com.google.common.collect.ImmutableCollection) com.google.common.collect.ImmutableCollection services void tryStartTiming (com.google.common.util.concurrent.Service) com.google.common.base.Stopwatch stopwatch com.google.common.util.concurrent.Service service void markReady () com.google.common.util.concurrent.Service service java.util.List servicesInBadStates void addListener (com.google.common.util.concurrent.ServiceManager$Listener, java.util.concurrent.Executor) com.google.common.util.concurrent.ServiceManager$Listener listener java.util.concurrent.Executor executor void awaitHealthy () void awaitHealthy (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit void awaitStopped () void awaitStopped (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit com.google.common.collect.ImmutableSetMultimap servicesByState () java.util.Map$Entry entry com.google.common.collect.ImmutableSetMultimap$Builder builder com.google.common.collect.ImmutableMap startupTimes () com.google.common.util.concurrent.Service service com.google.common.base.Stopwatch stopwatch java.util.Map$Entry entry java.util.List loadTimes java.util.List loadTimes void transitionService (com.google.common.util.concurrent.Service, com.google.common.util.concurrent.Service$State, com.google.common.util.concurrent.Service$State) com.google.common.base.Stopwatch stopwatch com.google.common.util.concurrent.Service service com.google.common.util.concurrent.Service$State from com.google.common.util.concurrent.Service$State to void enqueueStoppedEvent () void enqueueHealthyEvent () void enqueueFailedEvent (com.google.common.util.concurrent.Service) com.google.common.util.concurrent.Service service void dispatchListenerEvents () void checkHealthy () com.google.common.util.concurrent.Service service IllegalStateException exception }
com/google/common/util/concurrent/ServiceManager.class
ServiceManager.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ServiceManager extends java.lang.Object implements com.google.common.util.concurrent.ServiceManagerBridge { private static final java.util.logging.Logger logger private static final com.google.common.util.concurrent.ListenerCallQueue$Event HEALTHY_EVENT private static final com.google.common.util.concurrent.ListenerCallQueue$Event STOPPED_EVENT private final com.google.common.util.concurrent.ServiceManager$ServiceManagerState state private final com.google.common.collect.ImmutableList services public void <init> (java.lang.Iterable) com.google.common.util.concurrent.Service service Iterable services com.google.common.collect.ImmutableList copy java.lang.ref.WeakReference stateReference public void addListener (com.google.common.util.concurrent.ServiceManager$Listener, java.util.concurrent.Executor) com.google.common.util.concurrent.ServiceManager$Listener listener java.util.concurrent.Executor executor public com.google.common.util.concurrent.ServiceManager startAsync () com.google.common.util.concurrent.Service service IllegalStateException e com.google.common.util.concurrent.Service service public void awaitHealthy () public void awaitHealthy (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public void awaitHealthy (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public com.google.common.util.concurrent.ServiceManager stopAsync () com.google.common.util.concurrent.Service service public void awaitStopped () public void awaitStopped (java.time.Duration) throws java.util.concurrent.TimeoutException java.time.Duration timeout public void awaitStopped (long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public boolean isHealthy () com.google.common.util.concurrent.Service service public com.google.common.collect.ImmutableSetMultimap servicesByState () public com.google.common.collect.ImmutableMap startupTimes () public com.google.common.collect.ImmutableMap startupDurations () public java.lang.String toString () public volatile synthetic com.google.common.collect.ImmutableMultimap servicesByState () static synthetic java.util.logging.Logger access$200 () static synthetic com.google.common.util.concurrent.ListenerCallQueue$Event access$300 () static synthetic com.google.common.util.concurrent.ListenerCallQueue$Event access$400 () static void <clinit> () }
com/google/common/util/concurrent/ServiceManagerBridge.class
ServiceManagerBridge.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.ServiceManagerBridge extends java.lang.Object { public abstract com.google.common.collect.ImmutableMultimap servicesByState () }
com/google/common/util/concurrent/SettableFuture.class
SettableFuture.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.SettableFuture extends com.google.common.util.concurrent.AbstractFuture$TrustedFuture { public static com.google.common.util.concurrent.SettableFuture create () public boolean set (java.lang.Object) Object value public boolean setException (java.lang.Throwable) Throwable throwable public boolean setFuture (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture future private void <init> () }
com/google/common/util/concurrent/SimpleTimeLimiter$1.class
SimpleTimeLimiter.java package com.google.common.util.concurrent com.google.common.util.concurrent.SimpleTimeLimiter$1 extends java.lang.Object implements java.lang.reflect.InvocationHandler { final synthetic Object val$target final synthetic long val$timeoutDuration final synthetic java.util.concurrent.TimeUnit val$timeoutUnit final synthetic java.util.Set val$interruptibleMethods final synthetic com.google.common.util.concurrent.SimpleTimeLimiter this$0 void <init> (com.google.common.util.concurrent.SimpleTimeLimiter, java.lang.Object, long, java.util.concurrent.TimeUnit, java.util.Set) com.google.common.util.concurrent.SimpleTimeLimiter this$0 public java.lang.Object invoke (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Throwable Object obj java.lang.reflect.Method method Object[] args java.util.concurrent.Callable callable private static synthetic java.lang.Object lambda$invoke$0 (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) throws java.lang.Exception java.lang.reflect.InvocationTargetException e java.lang.reflect.Method method Object target Object[] args }
com/google/common/util/concurrent/SimpleTimeLimiter.class
SimpleTimeLimiter.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.SimpleTimeLimiter extends java.lang.Object implements com.google.common.util.concurrent.TimeLimiter { private final java.util.concurrent.ExecutorService executor private void <init> (java.util.concurrent.ExecutorService) java.util.concurrent.ExecutorService executor public static com.google.common.util.concurrent.SimpleTimeLimiter create (java.util.concurrent.ExecutorService) java.util.concurrent.ExecutorService executor public java.lang.Object newProxy (java.lang.Object, java.lang.Class, long, java.util.concurrent.TimeUnit) Object target Class interfaceType long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit java.util.Set interruptibleMethods java.lang.reflect.InvocationHandler handler private static java.lang.Object newProxy (java.lang.Class, java.lang.reflect.InvocationHandler) Class interfaceType java.lang.reflect.InvocationHandler handler Object object private java.lang.Object callWithTimeout (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit, boolean) throws java.lang.Exception InterruptedException e java.util.concurrent.ExecutionException e java.util.concurrent.TimeoutException e java.util.concurrent.Callable callable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit boolean amInterruptible java.util.concurrent.Future future public java.lang.Object callWithTimeout (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.lang.InterruptedException java.util.concurrent.ExecutionException Exception e java.util.concurrent.ExecutionException e java.util.concurrent.Callable callable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit java.util.concurrent.Future future public java.lang.Object callUninterruptiblyWithTimeout (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException e java.util.concurrent.ExecutionException e java.util.concurrent.Callable callable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit java.util.concurrent.Future future public void runWithTimeout (java.lang.Runnable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.lang.InterruptedException Exception e java.util.concurrent.ExecutionException e Runnable runnable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit java.util.concurrent.Future future public void runUninterruptiblyWithTimeout (java.lang.Runnable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.util.concurrent.TimeoutException e java.util.concurrent.ExecutionException e Runnable runnable long timeoutDuration java.util.concurrent.TimeUnit timeoutUnit java.util.concurrent.Future future private static java.lang.Exception throwCause (java.lang.Exception, boolean) throws java.lang.Exception StackTraceElement[] combined Exception e boolean combineStackTraces Throwable cause private static java.util.Set findInterruptibleMethods (java.lang.Class) java.lang.reflect.Method m Class interfaceType java.util.Set set private static boolean declaresInterruptedEx (java.lang.reflect.Method) Class exType java.lang.reflect.Method method private void wrapAndThrowExecutionExceptionOrError (java.lang.Throwable) throws java.util.concurrent.ExecutionException Throwable cause private void wrapAndThrowRuntimeExecutionExceptionOrError (java.lang.Throwable) Throwable cause private static void checkPositiveTimeout (long) long timeoutDuration static synthetic java.lang.Object access$000 (com.google.common.util.concurrent.SimpleTimeLimiter, java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit, boolean) throws java.lang.Exception com.google.common.util.concurrent.SimpleTimeLimiter x0 java.util.concurrent.Callable x1 long x2 java.util.concurrent.TimeUnit x3 boolean x4 static synthetic java.lang.Exception access$100 (java.lang.Exception, boolean) throws java.lang.Exception Exception x0 boolean x1 }
com/google/common/util/concurrent/SmoothRateLimiter$1.class
SmoothRateLimiter.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.SmoothRateLimiter$1 extends java.lang.Object { }
com/google/common/util/concurrent/SmoothRateLimiter$SmoothBursty.class
SmoothRateLimiter.java package com.google.common.util.concurrent final com.google.common.util.concurrent.SmoothRateLimiter$SmoothBursty extends com.google.common.util.concurrent.SmoothRateLimiter { final double maxBurstSeconds void <init> (com.google.common.util.concurrent.RateLimiter$SleepingStopwatch, double) com.google.common.util.concurrent.RateLimiter$SleepingStopwatch stopwatch double maxBurstSeconds void doSetRate (double, double) double permitsPerSecond double stableIntervalMicros double oldMaxPermits long storedPermitsToWaitTime (double, double) double storedPermits double permitsToTake double coolDownIntervalMicros () }
com/google/common/util/concurrent/SmoothRateLimiter$SmoothWarmingUp.class
SmoothRateLimiter.java package com.google.common.util.concurrent final com.google.common.util.concurrent.SmoothRateLimiter$SmoothWarmingUp extends com.google.common.util.concurrent.SmoothRateLimiter { private final long warmupPeriodMicros private double slope private double thresholdPermits private double coldFactor void <init> (com.google.common.util.concurrent.RateLimiter$SleepingStopwatch, long, java.util.concurrent.TimeUnit, double) com.google.common.util.concurrent.RateLimiter$SleepingStopwatch stopwatch long warmupPeriod java.util.concurrent.TimeUnit timeUnit double coldFactor void doSetRate (double, double) double permitsPerSecond double stableIntervalMicros double oldMaxPermits double coldIntervalMicros long storedPermitsToWaitTime (double, double) double permitsAboveThresholdToTake double length double storedPermits double permitsToTake double availablePermitsAboveThreshold long micros private double permitsToTime (double) double permits double coolDownIntervalMicros () }
com/google/common/util/concurrent/SmoothRateLimiter.class
SmoothRateLimiter.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.SmoothRateLimiter extends com.google.common.util.concurrent.RateLimiter { double storedPermits double maxPermits double stableIntervalMicros private long nextFreeTicketMicros private void <init> (com.google.common.util.concurrent.RateLimiter$SleepingStopwatch) com.google.common.util.concurrent.RateLimiter$SleepingStopwatch stopwatch final void doSetRate (double, long) double permitsPerSecond long nowMicros double stableIntervalMicros abstract void doSetRate (double, double) final double doGetRate () final long queryEarliestAvailable (long) long nowMicros final long reserveEarliestAvailable (int, long) int requiredPermits long nowMicros long returnValue double storedPermitsToSpend double freshPermits long waitMicros abstract long storedPermitsToWaitTime (double, double) abstract double coolDownIntervalMicros () void resync (long) double newPermits long nowMicros synthetic void <init> (com.google.common.util.concurrent.RateLimiter$SleepingStopwatch, com.google.common.util.concurrent.SmoothRateLimiter$1) com.google.common.util.concurrent.RateLimiter$SleepingStopwatch x0 com.google.common.util.concurrent.SmoothRateLimiter$1 x1 }
com/google/common/util/concurrent/Striped$1.class
Striped.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.Striped$1 extends java.lang.Object { }
com/google/common/util/concurrent/Striped$CompactStriped.class
Striped.java package com.google.common.util.concurrent com.google.common.util.concurrent.Striped$CompactStriped extends com.google.common.util.concurrent.Striped$PowerOfTwoStriped { private final Object[] array private void <init> (int, com.google.common.base.Supplier) int i int stripes com.google.common.base.Supplier supplier public java.lang.Object getAt (int) int index public int size () synthetic void <init> (int, com.google.common.base.Supplier, com.google.common.util.concurrent.Striped$1) int x0 com.google.common.base.Supplier x1 com.google.common.util.concurrent.Striped$1 x2 }
com/google/common/util/concurrent/Striped$LargeLazyStriped.class
Striped.java package com.google.common.util.concurrent com.google.common.util.concurrent.Striped$LargeLazyStriped extends com.google.common.util.concurrent.Striped$PowerOfTwoStriped { final java.util.concurrent.ConcurrentMap locks final com.google.common.base.Supplier supplier final int size void <init> (int, com.google.common.base.Supplier) int stripes com.google.common.base.Supplier supplier public java.lang.Object getAt (int) int index Object existing Object created public int size () }
com/google/common/util/concurrent/Striped$PaddedLock.class
Striped.java package com.google.common.util.concurrent com.google.common.util.concurrent.Striped$PaddedLock extends java.util.concurrent.locks.ReentrantLock { long unused1 long unused2 long unused3 void <init> () }
com/google/common/util/concurrent/Striped$PaddedSemaphore.class
Striped.java package com.google.common.util.concurrent com.google.common.util.concurrent.Striped$PaddedSemaphore extends java.util.concurrent.Semaphore { long unused1 long unused2 long unused3 void <init> (int) int permits }
com/google/common/util/concurrent/Striped$PowerOfTwoStriped.class
Striped.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.Striped$PowerOfTwoStriped extends com.google.common.util.concurrent.Striped { final int mask void <init> (int) int stripes final int indexFor (java.lang.Object) Object key int hash public final java.lang.Object get (java.lang.Object) Object key }
com/google/common/util/concurrent/Striped$SmallLazyStriped$ArrayReference.class
Striped.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Striped$SmallLazyStriped$ArrayReference extends java.lang.ref.WeakReference { final int index void <init> (java.lang.Object, int, java.lang.ref.ReferenceQueue) Object referent int index java.lang.ref.ReferenceQueue queue }
com/google/common/util/concurrent/Striped$SmallLazyStriped.class
Striped.java package com.google.common.util.concurrent com.google.common.util.concurrent.Striped$SmallLazyStriped extends com.google.common.util.concurrent.Striped$PowerOfTwoStriped { final java.util.concurrent.atomic.AtomicReferenceArray locks final com.google.common.base.Supplier supplier final int size final java.lang.ref.ReferenceQueue queue void <init> (int, com.google.common.base.Supplier) int stripes com.google.common.base.Supplier supplier public java.lang.Object getAt (int) int index com.google.common.util.concurrent.Striped$SmallLazyStriped$ArrayReference existingRef Object existing Object created com.google.common.util.concurrent.Striped$SmallLazyStriped$ArrayReference newRef private void drainQueue () com.google.common.util.concurrent.Striped$SmallLazyStriped$ArrayReference arrayRef java.lang.ref.Reference ref public int size () }
com/google/common/util/concurrent/Striped$WeakSafeCondition.class
Striped.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Striped$WeakSafeCondition extends com.google.common.util.concurrent.ForwardingCondition { private final java.util.concurrent.locks.Condition delegate private final com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock strongReference void <init> (java.util.concurrent.locks.Condition, com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock) java.util.concurrent.locks.Condition delegate com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock strongReference java.util.concurrent.locks.Condition delegate () }
com/google/common/util/concurrent/Striped$WeakSafeLock.class
Striped.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Striped$WeakSafeLock extends com.google.common.util.concurrent.ForwardingLock { private final java.util.concurrent.locks.Lock delegate private final com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock strongReference void <init> (java.util.concurrent.locks.Lock, com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock) java.util.concurrent.locks.Lock delegate com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock strongReference java.util.concurrent.locks.Lock delegate () public java.util.concurrent.locks.Condition newCondition () }
com/google/common/util/concurrent/Striped$WeakSafeReadWriteLock.class
Striped.java package com.google.common.util.concurrent final com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock extends java.lang.Object implements java.util.concurrent.locks.ReadWriteLock { private final java.util.concurrent.locks.ReadWriteLock delegate void <init> () public java.util.concurrent.locks.Lock readLock () public java.util.concurrent.locks.Lock writeLock () }
com/google/common/util/concurrent/Striped.class
Striped.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.Striped extends java.lang.Object { private static final int LARGE_LAZY_CUTOFF private static final int ALL_SET private void <init> () public abstract java.lang.Object get (java.lang.Object) public abstract java.lang.Object getAt (int) abstract int indexFor (java.lang.Object) public abstract int size () public java.lang.Iterable bulkGet (java.lang.Iterable) int i int currentStripe int i Iterable keys java.util.List result int[] stripes int previousStripe java.util.List asStripes static com.google.common.util.concurrent.Striped custom (int, com.google.common.base.Supplier) int stripes com.google.common.base.Supplier supplier public static com.google.common.util.concurrent.Striped lock (int) int stripes public static com.google.common.util.concurrent.Striped lazyWeakLock (int) int stripes private static com.google.common.util.concurrent.Striped lazy (int, com.google.common.base.Supplier) int stripes com.google.common.base.Supplier supplier public static com.google.common.util.concurrent.Striped semaphore (int, int) int stripes int permits public static com.google.common.util.concurrent.Striped lazyWeakSemaphore (int, int) int stripes int permits public static com.google.common.util.concurrent.Striped readWriteLock (int) int stripes public static com.google.common.util.concurrent.Striped lazyWeakReadWriteLock (int) int stripes private static int ceilToPowerOfTwo (int) int x private static int smear (int) int hashCode private static synthetic java.util.concurrent.Semaphore lambda$lazyWeakSemaphore$2 (int) int permits private static synthetic java.util.concurrent.Semaphore lambda$semaphore$1 (int) int permits private static synthetic java.util.concurrent.locks.Lock lambda$lazyWeakLock$0 () synthetic void <init> (com.google.common.util.concurrent.Striped$1) com.google.common.util.concurrent.Striped$1 x0 static synthetic int access$200 (int) int x0 static synthetic int access$300 (int) int x0 }
com/google/common/util/concurrent/ThreadFactoryBuilder$1.class
ThreadFactoryBuilder.java package com.google.common.util.concurrent com.google.common.util.concurrent.ThreadFactoryBuilder$1 extends java.lang.Object implements java.util.concurrent.ThreadFactory { final synthetic java.util.concurrent.ThreadFactory val$backingThreadFactory final synthetic String val$nameFormat final synthetic java.util.concurrent.atomic.AtomicLong val$count final synthetic Boolean val$daemon final synthetic Integer val$priority final synthetic Thread$UncaughtExceptionHandler val$uncaughtExceptionHandler void <init> (java.util.concurrent.ThreadFactory, java.lang.String, java.util.concurrent.atomic.AtomicLong, java.lang.Boolean, java.lang.Integer, java.lang.Thread$UncaughtExceptionHandler) public java.lang.Thread newThread (java.lang.Runnable) Runnable runnable Thread thread }
com/google/common/util/concurrent/ThreadFactoryBuilder.class
ThreadFactoryBuilder.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.ThreadFactoryBuilder extends java.lang.Object { private String nameFormat private Boolean daemon private Integer priority private Thread$UncaughtExceptionHandler uncaughtExceptionHandler private java.util.concurrent.ThreadFactory backingThreadFactory public void <init> () public com.google.common.util.concurrent.ThreadFactoryBuilder setNameFormat (java.lang.String) String nameFormat String unused public com.google.common.util.concurrent.ThreadFactoryBuilder setDaemon (boolean) boolean daemon public com.google.common.util.concurrent.ThreadFactoryBuilder setPriority (int) int priority public com.google.common.util.concurrent.ThreadFactoryBuilder setUncaughtExceptionHandler (java.lang.Thread$UncaughtExceptionHandler) Thread$UncaughtExceptionHandler uncaughtExceptionHandler public com.google.common.util.concurrent.ThreadFactoryBuilder setThreadFactory (java.util.concurrent.ThreadFactory) java.util.concurrent.ThreadFactory backingThreadFactory public java.util.concurrent.ThreadFactory build () private static java.util.concurrent.ThreadFactory doBuild (com.google.common.util.concurrent.ThreadFactoryBuilder) com.google.common.util.concurrent.ThreadFactoryBuilder builder String nameFormat Boolean daemon Integer priority Thread$UncaughtExceptionHandler uncaughtExceptionHandler java.util.concurrent.ThreadFactory backingThreadFactory java.util.concurrent.atomic.AtomicLong count private static transient java.lang.String format (java.lang.String, java.lang.Object[]) String format Object[] args static synthetic java.lang.String access$000 (java.lang.String, java.lang.Object[]) String x0 Object[] x1 }
com/google/common/util/concurrent/TimeLimiter.class
TimeLimiter.java package com.google.common.util.concurrent public abstract com.google.common.util.concurrent.TimeLimiter extends java.lang.Object { public abstract java.lang.Object newProxy (java.lang.Object, java.lang.Class, long, java.util.concurrent.TimeUnit) public java.lang.Object newProxy (java.lang.Object, java.lang.Class, java.time.Duration) Object target Class interfaceType java.time.Duration timeout public abstract java.lang.Object callWithTimeout (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.lang.InterruptedException java.util.concurrent.ExecutionException public java.lang.Object callWithTimeout (java.util.concurrent.Callable, java.time.Duration) throws java.util.concurrent.TimeoutException java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.Callable callable java.time.Duration timeout public abstract java.lang.Object callUninterruptiblyWithTimeout (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.util.concurrent.ExecutionException public java.lang.Object callUninterruptiblyWithTimeout (java.util.concurrent.Callable, java.time.Duration) throws java.util.concurrent.TimeoutException java.util.concurrent.ExecutionException java.util.concurrent.Callable callable java.time.Duration timeout public abstract void runWithTimeout (java.lang.Runnable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException java.lang.InterruptedException public void runWithTimeout (java.lang.Runnable, java.time.Duration) throws java.util.concurrent.TimeoutException java.lang.InterruptedException Runnable runnable java.time.Duration timeout public abstract void runUninterruptiblyWithTimeout (java.lang.Runnable, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException public void runUninterruptiblyWithTimeout (java.lang.Runnable, java.time.Duration) throws java.util.concurrent.TimeoutException Runnable runnable java.time.Duration timeout }
com/google/common/util/concurrent/TimeoutFuture$1.class
TimeoutFuture.java package com.google.common.util.concurrent synthetic com.google.common.util.concurrent.TimeoutFuture$1 extends java.lang.Object { }
com/google/common/util/concurrent/TimeoutFuture$Fire.class
TimeoutFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.TimeoutFuture$Fire extends java.lang.Object implements java.lang.Runnable { com.google.common.util.concurrent.TimeoutFuture timeoutFutureRef void <init> (com.google.common.util.concurrent.TimeoutFuture) com.google.common.util.concurrent.TimeoutFuture timeoutFuture public void run () long overDelayMs java.util.concurrent.ScheduledFuture timer String message com.google.common.util.concurrent.TimeoutFuture timeoutFuture com.google.common.util.concurrent.ListenableFuture delegate }
com/google/common/util/concurrent/TimeoutFuture$TimeoutFutureException.class
TimeoutFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.TimeoutFuture$TimeoutFutureException extends java.util.concurrent.TimeoutException { private void <init> (java.lang.String) String message public synchronized java.lang.Throwable fillInStackTrace () synthetic void <init> (java.lang.String, com.google.common.util.concurrent.TimeoutFuture$1) String x0 com.google.common.util.concurrent.TimeoutFuture$1 x1 }
com/google/common/util/concurrent/TimeoutFuture.class
TimeoutFuture.java package com.google.common.util.concurrent final com.google.common.util.concurrent.TimeoutFuture extends com.google.common.util.concurrent.FluentFuture$TrustedFuture { private com.google.common.util.concurrent.ListenableFuture delegateRef private java.util.concurrent.ScheduledFuture timer static com.google.common.util.concurrent.ListenableFuture create (com.google.common.util.concurrent.ListenableFuture, long, java.util.concurrent.TimeUnit, java.util.concurrent.ScheduledExecutorService) com.google.common.util.concurrent.ListenableFuture delegate long time java.util.concurrent.TimeUnit unit java.util.concurrent.ScheduledExecutorService scheduledExecutor com.google.common.util.concurrent.TimeoutFuture result com.google.common.util.concurrent.TimeoutFuture$Fire fire private void <init> (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture delegate protected java.lang.String pendingToString () long delay String message com.google.common.util.concurrent.ListenableFuture localInputFuture java.util.concurrent.ScheduledFuture localTimer protected void afterDone () java.util.concurrent.Future localTimer static synthetic com.google.common.util.concurrent.ListenableFuture access$000 (com.google.common.util.concurrent.TimeoutFuture) com.google.common.util.concurrent.TimeoutFuture x0 static synthetic java.util.concurrent.ScheduledFuture access$100 (com.google.common.util.concurrent.TimeoutFuture) com.google.common.util.concurrent.TimeoutFuture x0 static synthetic java.util.concurrent.ScheduledFuture access$102 (com.google.common.util.concurrent.TimeoutFuture, java.util.concurrent.ScheduledFuture) com.google.common.util.concurrent.TimeoutFuture x0 java.util.concurrent.ScheduledFuture x1 }
com/google/common/util/concurrent/TrustedListenableFutureTask$TrustedFutureInterruptibleAsyncTask.class
TrustedListenableFutureTask.java package com.google.common.util.concurrent final com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleAsyncTask extends com.google.common.util.concurrent.InterruptibleTask { private final com.google.common.util.concurrent.AsyncCallable callable final synthetic com.google.common.util.concurrent.TrustedListenableFutureTask this$0 void <init> (com.google.common.util.concurrent.TrustedListenableFutureTask, com.google.common.util.concurrent.AsyncCallable) com.google.common.util.concurrent.AsyncCallable callable final boolean isDone () com.google.common.util.concurrent.ListenableFuture runInterruptibly () throws java.lang.Exception void afterRanInterruptiblySuccess (com.google.common.util.concurrent.ListenableFuture) com.google.common.util.concurrent.ListenableFuture result void afterRanInterruptiblyFailure (java.lang.Throwable) Throwable error java.lang.String toPendingString () volatile synthetic void afterRanInterruptiblySuccess (java.lang.Object) volatile synthetic java.lang.Object runInterruptibly () throws java.lang.Exception }
com/google/common/util/concurrent/TrustedListenableFutureTask$TrustedFutureInterruptibleTask.class
TrustedListenableFutureTask.java package com.google.common.util.concurrent final com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask extends com.google.common.util.concurrent.InterruptibleTask { private final java.util.concurrent.Callable callable final synthetic com.google.common.util.concurrent.TrustedListenableFutureTask this$0 void <init> (com.google.common.util.concurrent.TrustedListenableFutureTask, java.util.concurrent.Callable) java.util.concurrent.Callable callable final boolean isDone () java.lang.Object runInterruptibly () throws java.lang.Exception void afterRanInterruptiblySuccess (java.lang.Object) Object result void afterRanInterruptiblyFailure (java.lang.Throwable) Throwable error java.lang.String toPendingString () }
com/google/common/util/concurrent/TrustedListenableFutureTask.class
TrustedListenableFutureTask.java package com.google.common.util.concurrent com.google.common.util.concurrent.TrustedListenableFutureTask extends com.google.common.util.concurrent.FluentFuture$TrustedFuture implements java.util.concurrent.RunnableFuture { private volatile com.google.common.util.concurrent.InterruptibleTask task static com.google.common.util.concurrent.TrustedListenableFutureTask create (com.google.common.util.concurrent.AsyncCallable) com.google.common.util.concurrent.AsyncCallable callable static com.google.common.util.concurrent.TrustedListenableFutureTask create (java.util.concurrent.Callable) java.util.concurrent.Callable callable static com.google.common.util.concurrent.TrustedListenableFutureTask create (java.lang.Runnable, java.lang.Object) Runnable runnable Object result void <init> (java.util.concurrent.Callable) java.util.concurrent.Callable callable void <init> (com.google.common.util.concurrent.AsyncCallable) com.google.common.util.concurrent.AsyncCallable callable public void run () com.google.common.util.concurrent.InterruptibleTask localTask protected void afterDone () com.google.common.util.concurrent.InterruptibleTask localTask protected java.lang.String pendingToString () com.google.common.util.concurrent.InterruptibleTask localTask }
com/google/common/util/concurrent/UncaughtExceptionHandlers$Exiter.class
UncaughtExceptionHandlers.java package com.google.common.util.concurrent final com.google.common.util.concurrent.UncaughtExceptionHandlers$Exiter extends java.lang.Object implements java.lang.Thread$UncaughtExceptionHandler { private static final java.util.logging.Logger logger private final Runtime runtime void <init> (java.lang.Runtime) Runtime runtime public void uncaughtException (java.lang.Thread, java.lang.Throwable) Throwable errorInLogging Thread t Throwable e static void <clinit> () }
com/google/common/util/concurrent/UncaughtExceptionHandlers.class
UncaughtExceptionHandlers.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.UncaughtExceptionHandlers extends java.lang.Object { private void <init> () public static java.lang.Thread$UncaughtExceptionHandler systemExit () }
com/google/common/util/concurrent/UncheckedExecutionException.class
UncheckedExecutionException.java package com.google.common.util.concurrent public com.google.common.util.concurrent.UncheckedExecutionException extends java.lang.RuntimeException { private static final long serialVersionUID protected void <init> () protected void <init> (java.lang.String) String message public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause public void <init> (java.lang.Throwable) Throwable cause }
com/google/common/util/concurrent/UncheckedTimeoutException.class
UncheckedTimeoutException.java package com.google.common.util.concurrent public com.google.common.util.concurrent.UncheckedTimeoutException extends java.lang.RuntimeException { private static final long serialVersionUID public void <init> () public void <init> (java.lang.String) String message public void <init> (java.lang.Throwable) Throwable cause public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
com/google/common/util/concurrent/Uninterruptibles.class
Uninterruptibles.java package com.google.common.util.concurrent public final com.google.common.util.concurrent.Uninterruptibles extends java.lang.Object { public static void awaitUninterruptibly (java.util.concurrent.CountDownLatch) InterruptedException e java.util.concurrent.CountDownLatch latch boolean interrupted public static boolean awaitUninterruptibly (java.util.concurrent.CountDownLatch, java.time.Duration) java.util.concurrent.CountDownLatch latch java.time.Duration timeout public static boolean awaitUninterruptibly (java.util.concurrent.CountDownLatch, long, java.util.concurrent.TimeUnit) InterruptedException e long remainingNanos long end java.util.concurrent.CountDownLatch latch long timeout java.util.concurrent.TimeUnit unit boolean interrupted public static boolean awaitUninterruptibly (java.util.concurrent.locks.Condition, java.time.Duration) java.util.concurrent.locks.Condition condition java.time.Duration timeout public static boolean awaitUninterruptibly (java.util.concurrent.locks.Condition, long, java.util.concurrent.TimeUnit) InterruptedException e long remainingNanos long end java.util.concurrent.locks.Condition condition long timeout java.util.concurrent.TimeUnit unit boolean interrupted public static void joinUninterruptibly (java.lang.Thread) InterruptedException e Thread toJoin boolean interrupted public static void joinUninterruptibly (java.lang.Thread, java.time.Duration) Thread toJoin java.time.Duration timeout public static void joinUninterruptibly (java.lang.Thread, long, java.util.concurrent.TimeUnit) InterruptedException e long remainingNanos long end Thread toJoin long timeout java.util.concurrent.TimeUnit unit boolean interrupted public static java.lang.Object getUninterruptibly (java.util.concurrent.Future) throws java.util.concurrent.ExecutionException InterruptedException e java.util.concurrent.Future future boolean interrupted public static java.lang.Object getUninterruptibly (java.util.concurrent.Future, java.time.Duration) throws java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException java.util.concurrent.Future future java.time.Duration timeout public static java.lang.Object getUninterruptibly (java.util.concurrent.Future, long, java.util.concurrent.TimeUnit) throws java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException InterruptedException e long remainingNanos long end java.util.concurrent.Future future long timeout java.util.concurrent.TimeUnit unit boolean interrupted public static java.lang.Object takeUninterruptibly (java.util.concurrent.BlockingQueue) InterruptedException e java.util.concurrent.BlockingQueue queue boolean interrupted public static void putUninterruptibly (java.util.concurrent.BlockingQueue, java.lang.Object) InterruptedException e java.util.concurrent.BlockingQueue queue Object element boolean interrupted public static void sleepUninterruptibly (java.time.Duration) java.time.Duration sleepFor public static void sleepUninterruptibly (long, java.util.concurrent.TimeUnit) InterruptedException e long remainingNanos long end long sleepFor java.util.concurrent.TimeUnit unit boolean interrupted public static boolean tryAcquireUninterruptibly (java.util.concurrent.Semaphore, java.time.Duration) java.util.concurrent.Semaphore semaphore java.time.Duration timeout public static boolean tryAcquireUninterruptibly (java.util.concurrent.Semaphore, long, java.util.concurrent.TimeUnit) java.util.concurrent.Semaphore semaphore long timeout java.util.concurrent.TimeUnit unit public static boolean tryAcquireUninterruptibly (java.util.concurrent.Semaphore, int, java.time.Duration) java.util.concurrent.Semaphore semaphore int permits java.time.Duration timeout public static boolean tryAcquireUninterruptibly (java.util.concurrent.Semaphore, int, long, java.util.concurrent.TimeUnit) InterruptedException e long remainingNanos long end java.util.concurrent.Semaphore semaphore int permits long timeout java.util.concurrent.TimeUnit unit boolean interrupted public static boolean tryLockUninterruptibly (java.util.concurrent.locks.Lock, java.time.Duration) java.util.concurrent.locks.Lock lock java.time.Duration timeout public static boolean tryLockUninterruptibly (java.util.concurrent.locks.Lock, long, java.util.concurrent.TimeUnit) InterruptedException e long remainingNanos long end java.util.concurrent.locks.Lock lock long timeout java.util.concurrent.TimeUnit unit boolean interrupted public static void awaitTerminationUninterruptibly (java.util.concurrent.ExecutorService) java.util.concurrent.ExecutorService executor public static boolean awaitTerminationUninterruptibly (java.util.concurrent.ExecutorService, java.time.Duration) java.util.concurrent.ExecutorService executor java.time.Duration timeout public static boolean awaitTerminationUninterruptibly (java.util.concurrent.ExecutorService, long, java.util.concurrent.TimeUnit) InterruptedException e long remainingNanos long end java.util.concurrent.ExecutorService executor long timeout java.util.concurrent.TimeUnit unit boolean interrupted private void <init> () }
com/google/common/util/concurrent/WrappingExecutorService.class
WrappingExecutorService.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.WrappingExecutorService extends java.lang.Object implements java.util.concurrent.ExecutorService { private final java.util.concurrent.ExecutorService delegate protected void <init> (java.util.concurrent.ExecutorService) java.util.concurrent.ExecutorService delegate protected abstract java.util.concurrent.Callable wrapTask (java.util.concurrent.Callable) protected java.lang.Runnable wrapTask (java.lang.Runnable) Runnable command java.util.concurrent.Callable wrapped private com.google.common.collect.ImmutableList wrapTasks (java.util.Collection) java.util.concurrent.Callable task java.util.Collection tasks com.google.common.collect.ImmutableList$Builder builder public final void execute (java.lang.Runnable) Runnable command public final java.util.concurrent.Future submit (java.util.concurrent.Callable) java.util.concurrent.Callable task public final java.util.concurrent.Future submit (java.lang.Runnable) Runnable task public final java.util.concurrent.Future submit (java.lang.Runnable, java.lang.Object) Runnable task Object result public final java.util.List invokeAll (java.util.Collection) throws java.lang.InterruptedException java.util.Collection tasks public final java.util.List invokeAll (java.util.Collection, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.Collection tasks long timeout java.util.concurrent.TimeUnit unit public final java.lang.Object invokeAny (java.util.Collection) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.Collection tasks public final java.lang.Object invokeAny (java.util.Collection, long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException java.util.Collection tasks long timeout java.util.concurrent.TimeUnit unit public final void shutdown () public final java.util.List shutdownNow () public final boolean isShutdown () public final boolean isTerminated () public final boolean awaitTermination (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException long timeout java.util.concurrent.TimeUnit unit private static synthetic void lambda$wrapTask$0 (java.util.concurrent.Callable) Exception e java.util.concurrent.Callable wrapped }
com/google/common/util/concurrent/WrappingScheduledExecutorService.class
WrappingScheduledExecutorService.java package com.google.common.util.concurrent abstract com.google.common.util.concurrent.WrappingScheduledExecutorService extends com.google.common.util.concurrent.WrappingExecutorService implements java.util.concurrent.ScheduledExecutorService { final java.util.concurrent.ScheduledExecutorService delegate protected void <init> (java.util.concurrent.ScheduledExecutorService) java.util.concurrent.ScheduledExecutorService delegate public final java.util.concurrent.ScheduledFuture schedule (java.lang.Runnable, long, java.util.concurrent.TimeUnit) Runnable command long delay java.util.concurrent.TimeUnit unit public final java.util.concurrent.ScheduledFuture schedule (java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit) java.util.concurrent.Callable task long delay java.util.concurrent.TimeUnit unit public final java.util.concurrent.ScheduledFuture scheduleAtFixedRate (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) Runnable command long initialDelay long period java.util.concurrent.TimeUnit unit public final java.util.concurrent.ScheduledFuture scheduleWithFixedDelay (java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) Runnable command long initialDelay long delay java.util.concurrent.TimeUnit unit }
com/google/common/util/concurrent/package-info.class
package-info.java package com.google.common.util.concurrent abstract synthetic com.google.common.util.concurrent.package-info extends java.lang.Object { }
com/google/common/xml/
com/google/common/xml/ElementTypesAreNonnullByDefault.class
ElementTypesAreNonnullByDefault.java package com.google.common.xml abstract annotation com.google.common.xml.ElementTypesAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/xml/ParametricNullness.class
ParametricNullness.java package com.google.common.xml abstract annotation com.google.common.xml.ParametricNullness extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/common/xml/XmlEscapers.class
XmlEscapers.java package com.google.common.xml public com.google.common.xml.XmlEscapers extends java.lang.Object { private static final char MIN_ASCII_CONTROL_CHAR private static final char MAX_ASCII_CONTROL_CHAR private static final com.google.common.escape.Escaper XML_ESCAPER private static final com.google.common.escape.Escaper XML_CONTENT_ESCAPER private static final com.google.common.escape.Escaper XML_ATTRIBUTE_ESCAPER private void <init> () public static com.google.common.escape.Escaper xmlContentEscaper () public static com.google.common.escape.Escaper xmlAttributeEscaper () static void <clinit> () char c com.google.common.escape.Escapers$Builder builder }
com/google/common/xml/package-info.class
package-info.java package com.google.common.xml abstract synthetic com.google.common.xml.package-info extends java.lang.Object { }
com/google/thirdparty/
com/google/thirdparty/publicsuffix/
com/google/thirdparty/publicsuffix/PublicSuffixPatterns.class
PublicSuffixPatterns.java package com.google.thirdparty.publicsuffix public final com.google.thirdparty.publicsuffix.PublicSuffixPatterns extends java.lang.Object { public static final com.google.common.collect.ImmutableMap EXACT public static final com.google.common.collect.ImmutableMap UNDER public static final com.google.common.collect.ImmutableMap EXCLUDED private void <init> () static void <clinit> () }
com/google/thirdparty/publicsuffix/PublicSuffixType.class
PublicSuffixType.java package com.google.thirdparty.publicsuffix public final enum com.google.thirdparty.publicsuffix.PublicSuffixType extends java.lang.Enum { public static final enum com.google.thirdparty.publicsuffix.PublicSuffixType PRIVATE public static final enum com.google.thirdparty.publicsuffix.PublicSuffixType REGISTRY private final char innerNodeCode private final char leafNodeCode private static final synthetic com.google.thirdparty.publicsuffix.PublicSuffixType[] $VALUES public static com.google.thirdparty.publicsuffix.PublicSuffixType[] values () public static com.google.thirdparty.publicsuffix.PublicSuffixType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, char, char) char innerNodeCode char leafNodeCode char getLeafNodeCode () char getInnerNodeCode () static com.google.thirdparty.publicsuffix.PublicSuffixType fromCode (char) com.google.thirdparty.publicsuffix.PublicSuffixType value char code private static synthetic com.google.thirdparty.publicsuffix.PublicSuffixType[] $values () static void <clinit> () }
com/google/thirdparty/publicsuffix/TrieParser.class
TrieParser.java package com.google.thirdparty.publicsuffix final com.google.thirdparty.publicsuffix.TrieParser extends java.lang.Object { private static final com.google.common.base.Joiner PREFIX_JOINER void <init> () static com.google.common.collect.ImmutableMap parseTrie (java.lang.CharSequence) CharSequence encoded com.google.common.collect.ImmutableMap$Builder builder int encodedLen int idx private static int doParseTrieToBuilder (java.util.Deque, java.lang.CharSequence, int, com.google.common.collect.ImmutableMap$Builder) String domain java.util.Deque stack CharSequence encoded int start com.google.common.collect.ImmutableMap$Builder builder int encodedLen int idx char c private static java.lang.CharSequence reverse (java.lang.CharSequence) CharSequence s static void <clinit> () }
com/google/common/util/concurrent/internal/
com/google/common/util/concurrent/internal/InternalFutureFailureAccess.class
InternalFutureFailureAccess.java package com.google.common.util.concurrent.internal public abstract com.google.common.util.concurrent.internal.InternalFutureFailureAccess extends java.lang.Object { protected void <init> () protected abstract java.lang.Throwable tryInternalFastPathGetFailure () }
com/google/common/util/concurrent/internal/InternalFutures.class
InternalFutures.java package com.google.common.util.concurrent.internal public final com.google.common.util.concurrent.internal.InternalFutures extends java.lang.Object { public static java.lang.Throwable tryInternalFastPathGetFailure (com.google.common.util.concurrent.internal.InternalFutureFailureAccess) com.google.common.util.concurrent.internal.InternalFutureFailureAccess future private void <init> () }
com/google/errorprone/
com/google/errorprone/annotations/
com/google/errorprone/annotations/concurrent/
com/google/errorprone/annotations/MustBeClosed.class
MustBeClosed.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.MustBeClosed extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/CheckReturnValue.class
CheckReturnValue.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/Modifier.class
Modifier.java package com.google.errorprone.annotations public final enum com.google.errorprone.annotations.Modifier extends java.lang.Enum { public static final enum com.google.errorprone.annotations.Modifier PUBLIC public static final enum com.google.errorprone.annotations.Modifier PROTECTED public static final enum com.google.errorprone.annotations.Modifier PRIVATE public static final enum com.google.errorprone.annotations.Modifier ABSTRACT public static final enum com.google.errorprone.annotations.Modifier DEFAULT public static final enum com.google.errorprone.annotations.Modifier STATIC public static final enum com.google.errorprone.annotations.Modifier FINAL public static final enum com.google.errorprone.annotations.Modifier TRANSIENT public static final enum com.google.errorprone.annotations.Modifier VOLATILE public static final enum com.google.errorprone.annotations.Modifier SYNCHRONIZED public static final enum com.google.errorprone.annotations.Modifier NATIVE public static final enum com.google.errorprone.annotations.Modifier STRICTFP private static final synthetic com.google.errorprone.annotations.Modifier[] $VALUES public static com.google.errorprone.annotations.Modifier[] values () public static com.google.errorprone.annotations.Modifier valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.annotations.Modifier[] $values () static void <clinit> () }
com/google/errorprone/annotations/CanIgnoreReturnValue.class
CanIgnoreReturnValue.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/RequiredModifiers.class
RequiredModifiers.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.RequiredModifiers extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.lang.model.element.Modifier[] value () public abstract com.google.errorprone.annotations.Modifier[] modifier () }
com/google/errorprone/annotations/ThreadSafe.class
ThreadSafe.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.ThreadSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/SuppressPackageLocation.class
SuppressPackageLocation.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.SuppressPackageLocation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/Immutable.class
Immutable.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.Immutable extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] containerOf () }
com/google/errorprone/annotations/CompileTimeConstant.class
CompileTimeConstant.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/concurrent/LazyInit.class
LazyInit.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.LazyInit extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/concurrent/LockMethod.class
LockMethod.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.LockMethod extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
com/google/errorprone/annotations/concurrent/UnlockMethod.class
UnlockMethod.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.UnlockMethod extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
com/google/errorprone/annotations/concurrent/GuardedBy.class
GuardedBy.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/DoNotMock.class
DoNotMock.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.DoNotMock extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/IncompatibleModifiers.class
IncompatibleModifiers.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.IncompatibleModifiers extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.lang.model.element.Modifier[] value () public abstract com.google.errorprone.annotations.Modifier[] modifier () }
com/google/errorprone/annotations/InlineMe.class
InlineMe.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.InlineMe extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String replacement () public abstract java.lang.String[] imports () public abstract java.lang.String[] staticImports () }
com/google/errorprone/annotations/FormatMethod.class
FormatMethod.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.FormatMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/OverridingMethodsMustInvokeSuper.class
OverridingMethodsMustInvokeSuper.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.OverridingMethodsMustInvokeSuper extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/NoAllocation.class
NoAllocation.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.NoAllocation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/Var.class
Var.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.Var extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/DoNotCall.class
DoNotCall.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.DoNotCall extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/CompatibleWith.class
CompatibleWith.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CompatibleWith extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/ForOverride.class
ForOverride.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.ForOverride extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/Keep.class
Keep.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.Keep extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/InlineMeValidationDisabled.class
InlineMeValidationDisabled.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.InlineMeValidationDisabled extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/FormatString.class
FormatString.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.FormatString extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/RestrictedApi.class
RestrictedApi.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.RestrictedApi extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String explanation () public abstract java.lang.String link () public abstract java.lang.String allowedOnPath () public abstract java.lang.Class[] allowlistAnnotations () public abstract java.lang.Class[] allowlistWithWarningAnnotations () }
META-INF/maven/com.google.errorprone/error_prone_type_annotations/
com/google/errorprone/annotations/ImmutableTypeParameter.class
ImmutableTypeParameter.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.ImmutableTypeParameter extends java.lang.Object implements java.lang.annotation.Annotation { }
META-INF/maven/com.google.errorprone/error_prone_type_annotations/pom.xml
META-INF/maven/com.google.errorprone/error_prone_type_annotations/pom.properties
net/
net/jcip/
net/jcip/annotations/
net/jcip/annotations/GuardedBy.class
GuardedBy.java package net.jcip.annotations public abstract annotation net.jcip.annotations.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
net/jcip/annotations/Immutable.class
Immutable.java package net.jcip.annotations public abstract annotation net.jcip.annotations.Immutable extends java.lang.Object implements java.lang.annotation.Annotation { }
net/jcip/annotations/NotThreadSafe.class
NotThreadSafe.java package net.jcip.annotations public abstract annotation net.jcip.annotations.NotThreadSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
net/jcip/annotations/ThreadSafe.class
ThreadSafe.java package net.jcip.annotations public abstract annotation net.jcip.annotations.ThreadSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
META-INF/maven/com.github.stephenc.jcip/
META-INF/maven/com.github.stephenc.jcip/jcip-annotations/
META-INF/maven/com.github.stephenc.jcip/jcip-annotations/pom.xml
META-INF/maven/com.github.stephenc.jcip/jcip-annotations/pom.properties
javax/annotation/concurrent/
javax/annotation/meta/
javax/annotation/CheckForNull.class
CheckForNull.java package javax.annotation public abstract annotation javax.annotation.CheckForNull extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/CheckForSigned.class
CheckForSigned.java package javax.annotation public abstract annotation javax.annotation.CheckForSigned extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/CheckReturnValue.class
CheckReturnValue.java package javax.annotation public abstract annotation javax.annotation.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.meta.When when () }
javax/annotation/concurrent/GuardedBy.class
GuardedBy.java package javax.annotation.concurrent public abstract annotation javax.annotation.concurrent.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
javax/annotation/concurrent/Immutable.class
Immutable.java package javax.annotation.concurrent public abstract annotation javax.annotation.concurrent.Immutable extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/concurrent/NotThreadSafe.class
NotThreadSafe.java package javax.annotation.concurrent public abstract annotation javax.annotation.concurrent.NotThreadSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/concurrent/ThreadSafe.class
ThreadSafe.java package javax.annotation.concurrent public abstract annotation javax.annotation.concurrent.ThreadSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/Detainted.class
Detainted.java package javax.annotation public abstract annotation javax.annotation.Detainted extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/MatchesPattern$Checker.class
MatchesPattern.java package javax.annotation public javax.annotation.MatchesPattern$Checker extends java.lang.Object implements javax.annotation.meta.TypeQualifierValidator { public void <init> () public javax.annotation.meta.When forConstantValue (javax.annotation.MatchesPattern, java.lang.Object) javax.annotation.MatchesPattern annotation Object value java.util.regex.Pattern p public volatile synthetic javax.annotation.meta.When forConstantValue (java.lang.annotation.Annotation, java.lang.Object) }
javax/annotation/MatchesPattern.class
MatchesPattern.java package javax.annotation public abstract annotation javax.annotation.MatchesPattern extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () public abstract int flags () }
javax/annotation/meta/Exclusive.class
Exclusive.java package javax.annotation.meta public abstract annotation javax.annotation.meta.Exclusive extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/meta/Exhaustive.class
Exhaustive.java package javax.annotation.meta public abstract annotation javax.annotation.meta.Exhaustive extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/meta/TypeQualifier.class
TypeQualifier.java package javax.annotation.meta public abstract annotation javax.annotation.meta.TypeQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class applicableTo () }
javax/annotation/meta/TypeQualifierDefault.class
TypeQualifierDefault.java package javax.annotation.meta public abstract annotation javax.annotation.meta.TypeQualifierDefault extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.annotation.ElementType[] value () }
javax/annotation/meta/TypeQualifierNickname.class
TypeQualifierNickname.java package javax.annotation.meta public abstract annotation javax.annotation.meta.TypeQualifierNickname extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/meta/TypeQualifierValidator.class
TypeQualifierValidator.java package javax.annotation.meta public abstract javax.annotation.meta.TypeQualifierValidator extends java.lang.Object { public abstract javax.annotation.meta.When forConstantValue (java.lang.annotation.Annotation, java.lang.Object) }
javax/annotation/meta/When.class
When.java package javax.annotation.meta public final enum javax.annotation.meta.When extends java.lang.Enum { public static final enum javax.annotation.meta.When ALWAYS public static final enum javax.annotation.meta.When UNKNOWN public static final enum javax.annotation.meta.When MAYBE public static final enum javax.annotation.meta.When NEVER private static final synthetic javax.annotation.meta.When[] $VALUES public static javax.annotation.meta.When[] values () public static javax.annotation.meta.When valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
javax/annotation/Nonnegative$Checker.class
Nonnegative.java package javax.annotation public javax.annotation.Nonnegative$Checker extends java.lang.Object implements javax.annotation.meta.TypeQualifierValidator { public void <init> () public javax.annotation.meta.When forConstantValue (javax.annotation.Nonnegative, java.lang.Object) boolean isNegative boolean isNegative boolean isNegative javax.annotation.Nonnegative annotation Object v boolean isNegative Number value public volatile synthetic javax.annotation.meta.When forConstantValue (java.lang.annotation.Annotation, java.lang.Object) }
javax/annotation/Nonnegative.class
Nonnegative.java package javax.annotation public abstract annotation javax.annotation.Nonnegative extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.meta.When when () }
javax/annotation/Nonnull$Checker.class
Nonnull.java package javax.annotation public javax.annotation.Nonnull$Checker extends java.lang.Object implements javax.annotation.meta.TypeQualifierValidator { public void <init> () public javax.annotation.meta.When forConstantValue (javax.annotation.Nonnull, java.lang.Object) javax.annotation.Nonnull qualifierArgument Object value public volatile synthetic javax.annotation.meta.When forConstantValue (java.lang.annotation.Annotation, java.lang.Object) }
javax/annotation/Nonnull.class
Nonnull.java package javax.annotation public abstract annotation javax.annotation.Nonnull extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.meta.When when () }
javax/annotation/Nullable.class
Nullable.java package javax.annotation public abstract annotation javax.annotation.Nullable extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/OverridingMethodsMustInvokeSuper.class
OverridingMethodsMustInvokeSuper.java package javax.annotation public abstract annotation javax.annotation.OverridingMethodsMustInvokeSuper extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/ParametersAreNonnullByDefault.class
ParametersAreNonnullByDefault.java package javax.annotation public abstract annotation javax.annotation.ParametersAreNonnullByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/ParametersAreNullableByDefault.class
ParametersAreNullableByDefault.java package javax.annotation public abstract annotation javax.annotation.ParametersAreNullableByDefault extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/PropertyKey.class
PropertyKey.java package javax.annotation public abstract annotation javax.annotation.PropertyKey extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.meta.When when () }
javax/annotation/RegEx$Checker.class
RegEx.java package javax.annotation public javax.annotation.RegEx$Checker extends java.lang.Object implements javax.annotation.meta.TypeQualifierValidator { public void <init> () public javax.annotation.meta.When forConstantValue (javax.annotation.RegEx, java.lang.Object) java.util.regex.PatternSyntaxException e javax.annotation.RegEx annotation Object value public volatile synthetic javax.annotation.meta.When forConstantValue (java.lang.annotation.Annotation, java.lang.Object) }
javax/annotation/RegEx.class
RegEx.java package javax.annotation public abstract annotation javax.annotation.RegEx extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.meta.When when () }
javax/annotation/Signed.class
Signed.java package javax.annotation public abstract annotation javax.annotation.Signed extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/Syntax.class
Syntax.java package javax.annotation public abstract annotation javax.annotation.Syntax extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () public abstract javax.annotation.meta.When when () }
javax/annotation/Tainted.class
Tainted.java package javax.annotation public abstract annotation javax.annotation.Tainted extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/Untainted.class
Untainted.java package javax.annotation public abstract annotation javax.annotation.Untainted extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.annotation.meta.When when () }
javax/annotation/WillClose.class
WillClose.java package javax.annotation public abstract annotation javax.annotation.WillClose extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/WillCloseWhenClosed.class
WillCloseWhenClosed.java package javax.annotation public abstract annotation javax.annotation.WillCloseWhenClosed extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/annotation/WillNotClose.class
WillNotClose.java package javax.annotation public abstract annotation javax.annotation.WillNotClose extends java.lang.Object implements java.lang.annotation.Annotation { }
META-INF/maven/com.google.code.findbugs/
META-INF/maven/com.google.code.findbugs/jsr305/
META-INF/maven/com.google.code.findbugs/jsr305/pom.xml
META-INF/maven/com.google.code.findbugs/jsr305/pom.properties
com/google/devtools/build/buildjar/javac/plugins/
com/google/devtools/build/buildjar/javac/plugins/BlazeJavaCompilerPlugin.class
BlazeJavaCompilerPlugin.java package com.google.devtools.build.buildjar.javac.plugins public abstract com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin extends java.lang.Object { protected com.sun.tools.javac.util.Context context protected com.sun.tools.javac.util.Log log protected com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder statisticsBuilder public void <init> () public void processArgs (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) throws com.google.devtools.build.buildjar.InvalidCommandLineException com.google.common.collect.ImmutableList standardJavacopts com.google.common.collect.ImmutableList blazeJavacopts public void initializeContext (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public void postAttribute (com.sun.tools.javac.comp.Env) com.sun.tools.javac.comp.Env env public void postFlow (com.sun.tools.javac.comp.Env) com.sun.tools.javac.comp.Env env public void finish () public void init (com.sun.tools.javac.util.Context, com.sun.tools.javac.util.Log, com.sun.tools.javac.main.JavaCompiler, com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder) com.sun.tools.javac.util.Context context com.sun.tools.javac.util.Log log com.sun.tools.javac.main.JavaCompiler compiler com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder statisticsBuilder public boolean runOnAttributionErrors () }
com/google/devtools/build/buildjar/javac/statistics/
com/google/devtools/build/buildjar/javac/statistics/AutoValue_BlazeJavacStatistics$1.class
AutoValue_BlazeJavacStatistics.java package com.google.devtools.build.buildjar.javac.statistics synthetic com.google.devtools.build.buildjar.javac.statistics.AutoValue_BlazeJavacStatistics$1 extends java.lang.Object { }
com/google/devtools/build/buildjar/javac/statistics/AutoValue_BlazeJavacStatistics$Builder.class
AutoValue_BlazeJavacStatistics.java package com.google.devtools.build.buildjar.javac.statistics final com.google.devtools.build.buildjar.javac.statistics.AutoValue_BlazeJavacStatistics$Builder extends com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder { private com.google.common.collect.ImmutableMap$Builder auxiliaryDataBuilder$ private com.google.common.collect.ImmutableMap auxiliaryData private java.util.Optional totalErrorProneTime private java.util.Optional errorProneInitializationTime private com.google.common.collect.ImmutableMap$Builder bugpatternTimingBuilder$ private com.google.common.collect.ImmutableMap bugpatternTiming private java.util.Optional totalProcessorTime private com.google.common.collect.ImmutableMap$Builder processorTimingBuilder$ private com.google.common.collect.ImmutableMap processorTiming private com.google.common.collect.ImmutableSet$Builder processorsBuilder$ private com.google.common.collect.ImmutableSet processors private Integer transitiveClasspathLength private Integer reducedClasspathLength private Integer minClasspathLength private Boolean transitiveClasspathFallback void <init> () private void <init> (com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics) com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics source com.google.common.collect.ImmutableMap$Builder auxiliaryDataBuilder () public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder totalErrorProneTime (java.time.Duration) java.time.Duration totalErrorProneTime public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder errorProneInitializationTime (java.time.Duration) java.time.Duration errorProneInitializationTime com.google.common.collect.ImmutableMap$Builder bugpatternTimingBuilder () public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder totalProcessorTime (java.time.Duration) java.time.Duration totalProcessorTime com.google.common.collect.ImmutableMap$Builder processorTimingBuilder () com.google.common.collect.ImmutableSet$Builder processorsBuilder () public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder transitiveClasspathLength (int) int transitiveClasspathLength public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder reducedClasspathLength (int) int reducedClasspathLength public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder minClasspathLength (int) int minClasspathLength public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder transitiveClasspathFallback (boolean) boolean transitiveClasspathFallback public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics build () StringBuilder missing synthetic void <init> (com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics, com.google.devtools.build.buildjar.javac.statistics.AutoValue_BlazeJavacStatistics$1) com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics x0 com.google.devtools.build.buildjar.javac.statistics.AutoValue_BlazeJavacStatistics$1 x1 }
com/google/devtools/build/buildjar/javac/statistics/AutoValue_BlazeJavacStatistics.class
AutoValue_BlazeJavacStatistics.java package com.google.devtools.build.buildjar.javac.statistics final com.google.devtools.build.buildjar.javac.statistics.AutoValue_BlazeJavacStatistics extends com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics { private final com.google.common.collect.ImmutableMap auxiliaryData private final java.util.Optional totalErrorProneTime private final java.util.Optional errorProneInitializationTime private final com.google.common.collect.ImmutableMap bugpatternTiming private final java.util.Optional totalProcessorTime private final com.google.common.collect.ImmutableMap processorTiming private final com.google.common.collect.ImmutableSet processors private final int transitiveClasspathLength private final int reducedClasspathLength private final int minClasspathLength private final boolean transitiveClasspathFallback private void <init> (com.google.common.collect.ImmutableMap, java.util.Optional, java.util.Optional, com.google.common.collect.ImmutableMap, java.util.Optional, com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableSet, int, int, int, boolean) com.google.common.collect.ImmutableMap auxiliaryData java.util.Optional totalErrorProneTime java.util.Optional errorProneInitializationTime com.google.common.collect.ImmutableMap bugpatternTiming java.util.Optional totalProcessorTime com.google.common.collect.ImmutableMap processorTiming com.google.common.collect.ImmutableSet processors int transitiveClasspathLength int reducedClasspathLength int minClasspathLength boolean transitiveClasspathFallback public com.google.common.collect.ImmutableMap auxiliaryData () public java.util.Optional totalErrorProneTime () public java.util.Optional errorProneInitializationTime () public com.google.common.collect.ImmutableMap bugpatternTiming () public java.util.Optional totalProcessorTime () public com.google.common.collect.ImmutableMap processorTiming () public com.google.common.collect.ImmutableSet processors () public int transitiveClasspathLength () public int reducedClasspathLength () public int minClasspathLength () public boolean transitiveClasspathFallback () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics that Object o public int hashCode () int h$ public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder toBuilder () synthetic void <init> (com.google.common.collect.ImmutableMap, java.util.Optional, java.util.Optional, com.google.common.collect.ImmutableMap, java.util.Optional, com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableSet, int, int, int, boolean, com.google.devtools.build.buildjar.javac.statistics.AutoValue_BlazeJavacStatistics$1) com.google.common.collect.ImmutableMap x0 java.util.Optional x1 java.util.Optional x2 com.google.common.collect.ImmutableMap x3 java.util.Optional x4 com.google.common.collect.ImmutableMap x5 com.google.common.collect.ImmutableSet x6 int x7 int x8 int x9 boolean x10 com.google.devtools.build.buildjar.javac.statistics.AutoValue_BlazeJavacStatistics$1 x11 }
com/google/devtools/build/buildjar/javac/statistics/BlazeJavacStatistics$AuxiliaryDataSource.class
BlazeJavacStatistics.java package com.google.devtools.build.buildjar.javac.statistics public final enum com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource extends java.lang.Enum { public static final enum com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource DAGGER private static final synthetic com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource[] $VALUES public static com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource[] values () public static com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource[] $values () static void <clinit> () }
com/google/devtools/build/buildjar/javac/statistics/BlazeJavacStatistics$Builder.class
BlazeJavacStatistics.java package com.google.devtools.build.buildjar.javac.statistics public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder extends java.lang.Object { public void <init> () public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder totalErrorProneTime (java.time.Duration) public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder errorProneInitializationTime (java.time.Duration) public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder totalProcessorTime (java.time.Duration) abstract com.google.common.collect.ImmutableMap$Builder bugpatternTimingBuilder () abstract com.google.common.collect.ImmutableMap$Builder processorTimingBuilder () abstract com.google.common.collect.ImmutableMap$Builder auxiliaryDataBuilder () abstract com.google.common.collect.ImmutableSet$Builder processorsBuilder () public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder transitiveClasspathLength (int) public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder reducedClasspathLength (int) public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder minClasspathLength (int) public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder transitiveClasspathFallback (boolean) public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder addBugpatternTiming (java.lang.String, java.time.Duration) String key java.time.Duration value public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder addProcessorTiming (java.lang.String, java.time.Duration) String key java.time.Duration value public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics build () public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder addAuxiliaryData (com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource, byte[]) com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$AuxiliaryDataSource key byte[] serializedData public com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder addProcessor (java.lang.String) String processor }
com/google/devtools/build/buildjar/javac/statistics/BlazeJavacStatistics.class
BlazeJavacStatistics.java package com.google.devtools.build.buildjar.javac.statistics public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics extends java.lang.Object { private static final com.github.benmanes.caffeine.cache.Cache contextsInitialized public void <init> () public static void preRegister (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public static com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics empty () private static com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder newBuilder () public abstract com.google.common.collect.ImmutableMap auxiliaryData () public abstract java.util.Optional totalErrorProneTime () public abstract java.util.Optional errorProneInitializationTime () public abstract com.google.common.collect.ImmutableMap bugpatternTiming () public abstract java.util.Optional totalProcessorTime () public abstract com.google.common.collect.ImmutableMap processorTiming () public abstract com.google.common.collect.ImmutableSet processors () public abstract int transitiveClasspathLength () public abstract int reducedClasspathLength () public abstract int minClasspathLength () public abstract boolean transitiveClasspathFallback () public abstract com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder toBuilder () private static synthetic com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder lambda$preRegister$0 (com.sun.tools.javac.util.Context, com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.sun.tools.javac.util.Context unused com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder instance static void <clinit> () }
com/github/
com/github/benmanes/
com/github/benmanes/caffeine/
com/github/benmanes/caffeine/cache/
com/github/benmanes/caffeine/cache/AbstractLinkedDeque$1.class
AbstractLinkedDeque.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.AbstractLinkedDeque$1 extends com.github.benmanes.caffeine.cache.AbstractLinkedDeque$AbstractLinkedIterator { final synthetic com.github.benmanes.caffeine.cache.AbstractLinkedDeque this$0 void <init> (com.github.benmanes.caffeine.cache.AbstractLinkedDeque, java.lang.Object) com.github.benmanes.caffeine.cache.AbstractLinkedDeque this$0 Object start java.lang.Object computeNext () }
com/github/benmanes/caffeine/cache/AbstractLinkedDeque$2.class
AbstractLinkedDeque.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.AbstractLinkedDeque$2 extends com.github.benmanes.caffeine.cache.AbstractLinkedDeque$AbstractLinkedIterator { final synthetic com.github.benmanes.caffeine.cache.AbstractLinkedDeque this$0 void <init> (com.github.benmanes.caffeine.cache.AbstractLinkedDeque, java.lang.Object) com.github.benmanes.caffeine.cache.AbstractLinkedDeque this$0 Object start java.lang.Object computeNext () }
com/github/benmanes/caffeine/cache/AbstractLinkedDeque$AbstractLinkedIterator.class
AbstractLinkedDeque.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.AbstractLinkedDeque$AbstractLinkedIterator extends java.lang.Object implements com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator { Object previous Object cursor final synthetic com.github.benmanes.caffeine.cache.AbstractLinkedDeque this$0 void <init> (com.github.benmanes.caffeine.cache.AbstractLinkedDeque, java.lang.Object) com.github.benmanes.caffeine.cache.AbstractLinkedDeque this$0 Object start public boolean hasNext () public java.lang.Object peek () public java.lang.Object next () abstract java.lang.Object computeNext () public void remove () }
com/github/benmanes/caffeine/cache/AbstractLinkedDeque.class
AbstractLinkedDeque.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.AbstractLinkedDeque extends java.util.AbstractCollection implements com.github.benmanes.caffeine.cache.LinkedDeque { Object first Object last void <init> () void linkFirst (java.lang.Object) Object e Object f void linkLast (java.lang.Object) Object e Object l java.lang.Object unlinkFirst () Object f Object next java.lang.Object unlinkLast () Object l Object prev void unlink (java.lang.Object) Object e Object prev Object next public boolean isEmpty () void checkNotEmpty () public int size () Object e int size public void clear () Object next Object e public abstract boolean contains (java.lang.Object) public boolean isFirst (java.lang.Object) Object e public boolean isLast (java.lang.Object) Object e public void moveToFront (java.lang.Object) Object e public void moveToBack (java.lang.Object) Object e public java.lang.Object peek () public java.lang.Object peekFirst () public java.lang.Object peekLast () public java.lang.Object getFirst () public java.lang.Object getLast () public java.lang.Object element () public boolean offer (java.lang.Object) Object e public boolean offerFirst (java.lang.Object) Object e public boolean offerLast (java.lang.Object) Object e public boolean add (java.lang.Object) Object e public void addFirst (java.lang.Object) Object e public void addLast (java.lang.Object) Object e public java.lang.Object poll () public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.lang.Object remove () public java.lang.Object removeFirst () public boolean removeFirstOccurrence (java.lang.Object) Object o public java.lang.Object removeLast () public boolean removeLastOccurrence (java.lang.Object) Object o public boolean removeAll (java.util.Collection) Object o java.util.Collection c boolean modified public void push (java.lang.Object) Object e public java.lang.Object pop () public com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator iterator () public com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator descendingIterator () public volatile synthetic java.util.Iterator iterator () public volatile synthetic java.util.Iterator descendingIterator () }
com/github/benmanes/caffeine/cache/AccessOrderDeque$AccessOrder.class
AccessOrderDeque.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder extends java.lang.Object { public abstract com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () public abstract void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public abstract com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public abstract void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) }
com/github/benmanes/caffeine/cache/AccessOrderDeque.class
AccessOrderDeque.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.AccessOrderDeque extends com.github.benmanes.caffeine.cache.AbstractLinkedDeque { void <init> () public boolean contains (java.lang.Object) Object o boolean contains (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder e public boolean remove (java.lang.Object) Object o boolean remove (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder e public com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPrevious (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder e public void setPrevious (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder, com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder e com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder prev public com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNext (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder e public void setNext (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder, com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder e com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder next public volatile synthetic void setNext (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object getNext (java.lang.Object) public volatile synthetic void setPrevious (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object getPrevious (java.lang.Object) }
com/github/benmanes/caffeine/cache/Async$AsyncEvictionListener.class
Async.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.Async$AsyncEvictionListener extends java.lang.Object implements com.github.benmanes.caffeine.cache.RemovalListener java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.RemovalListener delegate void <init> (com.github.benmanes.caffeine.cache.RemovalListener) com.github.benmanes.caffeine.cache.RemovalListener delegate public void onRemoval (java.lang.Object, java.util.concurrent.CompletableFuture, com.github.benmanes.caffeine.cache.RemovalCause) Object key java.util.concurrent.CompletableFuture future com.github.benmanes.caffeine.cache.RemovalCause cause Object value java.lang.Object writeReplace () public volatile synthetic void onRemoval (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) }
com/github/benmanes/caffeine/cache/Async$AsyncExpiry.class
Async.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.Async$AsyncExpiry extends java.lang.Object implements com.github.benmanes.caffeine.cache.Expiry java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.Expiry delegate void <init> (com.github.benmanes.caffeine.cache.Expiry) com.github.benmanes.caffeine.cache.Expiry delegate public long expireAfterCreate (java.lang.Object, java.util.concurrent.CompletableFuture, long) long duration Object key java.util.concurrent.CompletableFuture future long currentTime public long expireAfterUpdate (java.lang.Object, java.util.concurrent.CompletableFuture, long, long) long duration Object key java.util.concurrent.CompletableFuture future long currentTime long currentDuration public long expireAfterRead (java.lang.Object, java.util.concurrent.CompletableFuture, long, long) long duration Object key java.util.concurrent.CompletableFuture future long currentTime long currentDuration java.lang.Object writeReplace () public volatile synthetic long expireAfterRead (java.lang.Object, java.lang.Object, long, long) public volatile synthetic long expireAfterUpdate (java.lang.Object, java.lang.Object, long, long) public volatile synthetic long expireAfterCreate (java.lang.Object, java.lang.Object, long) }
com/github/benmanes/caffeine/cache/Async$AsyncRemovalListener.class
Async.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.Async$AsyncRemovalListener extends java.lang.Object implements com.github.benmanes.caffeine.cache.RemovalListener java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.RemovalListener delegate final java.util.concurrent.Executor executor void <init> (com.github.benmanes.caffeine.cache.RemovalListener, java.util.concurrent.Executor) com.github.benmanes.caffeine.cache.RemovalListener delegate java.util.concurrent.Executor executor public void onRemoval (java.lang.Object, java.util.concurrent.CompletableFuture, com.github.benmanes.caffeine.cache.RemovalCause) Object key java.util.concurrent.CompletableFuture future com.github.benmanes.caffeine.cache.RemovalCause cause java.lang.Object writeReplace () public volatile synthetic void onRemoval (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) private synthetic void lambda$onRemoval$0 (java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause, java.lang.Object) Object key com.github.benmanes.caffeine.cache.RemovalCause cause Object value }
com/github/benmanes/caffeine/cache/Async$AsyncWeigher.class
Async.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.Async$AsyncWeigher extends java.lang.Object implements com.github.benmanes.caffeine.cache.Weigher java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.Weigher delegate void <init> (com.github.benmanes.caffeine.cache.Weigher) com.github.benmanes.caffeine.cache.Weigher delegate public int weigh (java.lang.Object, java.util.concurrent.CompletableFuture) Object key java.util.concurrent.CompletableFuture future java.lang.Object writeReplace () public volatile synthetic int weigh (java.lang.Object, java.lang.Object) }
com/github/benmanes/caffeine/cache/Async.class
Async.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.Async extends java.lang.Object { static final long ASYNC_EXPIRY private void <init> () static boolean isReady (java.util.concurrent.CompletableFuture) java.util.concurrent.CompletableFuture future static java.lang.Object getIfReady (java.util.concurrent.CompletableFuture) java.util.concurrent.CompletableFuture future static java.lang.Object getWhenSuccessful (java.util.concurrent.CompletableFuture) RuntimeException e java.util.concurrent.CompletableFuture future }
com/github/benmanes/caffeine/cache/AsyncCache.class
AsyncCache.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.AsyncCache extends java.lang.Object { public abstract java.util.concurrent.CompletableFuture getIfPresent (java.lang.Object) public abstract java.util.concurrent.CompletableFuture get (java.lang.Object, java.util.function.Function) public abstract java.util.concurrent.CompletableFuture get (java.lang.Object, java.util.function.BiFunction) public abstract java.util.concurrent.CompletableFuture getAll (java.lang.Iterable, java.util.function.Function) public abstract java.util.concurrent.CompletableFuture getAll (java.lang.Iterable, java.util.function.BiFunction) public abstract void put (java.lang.Object, java.util.concurrent.CompletableFuture) public abstract java.util.concurrent.ConcurrentMap asMap () public abstract com.github.benmanes.caffeine.cache.Cache synchronous () }
com/github/benmanes/caffeine/cache/AsyncCacheLoader$1.class
AsyncCacheLoader.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.AsyncCacheLoader$1 extends java.lang.Object implements com.github.benmanes.caffeine.cache.AsyncCacheLoader { final synthetic java.util.function.BiFunction val$mappingFunction void <init> (java.util.function.BiFunction) public java.util.concurrent.CompletableFuture asyncLoad (java.lang.Object, java.util.concurrent.Executor) Object key java.util.concurrent.Executor executor public java.util.concurrent.CompletableFuture asyncLoadAll (java.util.Set, java.util.concurrent.Executor) java.util.Set keys java.util.concurrent.Executor executor java.util.concurrent.CompletableFuture future private static synthetic java.lang.Object lambda$asyncLoad$0 (java.lang.Object, java.util.Map) Object key java.util.Map results }
com/github/benmanes/caffeine/cache/AsyncCacheLoader.class
AsyncCacheLoader.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.AsyncCacheLoader extends java.lang.Object { public abstract java.util.concurrent.CompletableFuture asyncLoad (java.lang.Object, java.util.concurrent.Executor) throws java.lang.Exception public java.util.concurrent.CompletableFuture asyncLoadAll (java.util.Set, java.util.concurrent.Executor) throws java.lang.Exception java.util.Set keys java.util.concurrent.Executor executor public java.util.concurrent.CompletableFuture asyncReload (java.lang.Object, java.lang.Object, java.util.concurrent.Executor) throws java.lang.Exception Object key Object oldValue java.util.concurrent.Executor executor public static com.github.benmanes.caffeine.cache.AsyncCacheLoader bulk (java.util.function.Function) java.util.function.Function mappingFunction public static com.github.benmanes.caffeine.cache.AsyncCacheLoader bulk (java.util.function.BiFunction) java.util.function.BiFunction mappingFunction }
com/github/benmanes/caffeine/cache/AsyncLoadingCache.class
AsyncLoadingCache.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.AsyncLoadingCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.AsyncCache { public abstract java.util.concurrent.CompletableFuture get (java.lang.Object) public abstract java.util.concurrent.CompletableFuture getAll (java.lang.Iterable) public abstract com.github.benmanes.caffeine.cache.LoadingCache synchronous () public volatile synthetic com.github.benmanes.caffeine.cache.Cache synchronous () }
com/github/benmanes/caffeine/cache/BBHeader$PadReadCounter.class
BoundedBuffer.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BBHeader$PadReadCounter extends java.lang.Object { byte p000 byte p001 byte p002 byte p003 byte p004 byte p005 byte p006 byte p007 byte p008 byte p009 byte p010 byte p011 byte p012 byte p013 byte p014 byte p015 byte p016 byte p017 byte p018 byte p019 byte p020 byte p021 byte p022 byte p023 byte p024 byte p025 byte p026 byte p027 byte p028 byte p029 byte p030 byte p031 byte p032 byte p033 byte p034 byte p035 byte p036 byte p037 byte p038 byte p039 byte p040 byte p041 byte p042 byte p043 byte p044 byte p045 byte p046 byte p047 byte p048 byte p049 byte p050 byte p051 byte p052 byte p053 byte p054 byte p055 byte p056 byte p057 byte p058 byte p059 byte p060 byte p061 byte p062 byte p063 byte p064 byte p065 byte p066 byte p067 byte p068 byte p069 byte p070 byte p071 byte p072 byte p073 byte p074 byte p075 byte p076 byte p077 byte p078 byte p079 byte p080 byte p081 byte p082 byte p083 byte p084 byte p085 byte p086 byte p087 byte p088 byte p089 byte p090 byte p091 byte p092 byte p093 byte p094 byte p095 byte p096 byte p097 byte p098 byte p099 byte p100 byte p101 byte p102 byte p103 byte p104 byte p105 byte p106 byte p107 byte p108 byte p109 byte p110 byte p111 byte p112 byte p113 byte p114 byte p115 byte p116 byte p117 byte p118 byte p119 void <init> () }
com/github/benmanes/caffeine/cache/BBHeader$PadWriteCounter.class
BoundedBuffer.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BBHeader$PadWriteCounter extends com.github.benmanes.caffeine.cache.BBHeader$ReadCounterRef { byte p120 byte p121 byte p122 byte p123 byte p124 byte p125 byte p126 byte p127 byte p128 byte p129 byte p130 byte p131 byte p132 byte p133 byte p134 byte p135 byte p136 byte p137 byte p138 byte p139 byte p140 byte p141 byte p142 byte p143 byte p144 byte p145 byte p146 byte p147 byte p148 byte p149 byte p150 byte p151 byte p152 byte p153 byte p154 byte p155 byte p156 byte p157 byte p158 byte p159 byte p160 byte p161 byte p162 byte p163 byte p164 byte p165 byte p166 byte p167 byte p168 byte p169 byte p170 byte p171 byte p172 byte p173 byte p174 byte p175 byte p176 byte p177 byte p178 byte p179 byte p180 byte p181 byte p182 byte p183 byte p184 byte p185 byte p186 byte p187 byte p188 byte p189 byte p190 byte p191 byte p192 byte p193 byte p194 byte p195 byte p196 byte p197 byte p198 byte p199 byte p200 byte p201 byte p202 byte p203 byte p204 byte p205 byte p206 byte p207 byte p208 byte p209 byte p210 byte p211 byte p212 byte p213 byte p214 byte p215 byte p216 byte p217 byte p218 byte p219 byte p220 byte p221 byte p222 byte p223 byte p224 byte p225 byte p226 byte p227 byte p228 byte p229 byte p230 byte p231 byte p232 byte p233 byte p234 byte p235 byte p236 byte p237 byte p238 byte p239 void <init> () }
com/github/benmanes/caffeine/cache/BBHeader$ReadAndWriteCounterRef.class
BoundedBuffer.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BBHeader$ReadAndWriteCounterRef extends com.github.benmanes.caffeine.cache.BBHeader$PadWriteCounter { static final java.lang.invoke.VarHandle READ static final java.lang.invoke.VarHandle WRITE volatile long writeCounter void <init> () void setReadCounterOpaque (long) long count long writeCounterOpaque () boolean casWriteCounter (long, long) long expect long update static void <clinit> () ReflectiveOperationException e java.lang.invoke.MethodHandles$Lookup lookup }
com/github/benmanes/caffeine/cache/BBHeader$ReadCounterRef.class
BoundedBuffer.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BBHeader$ReadCounterRef extends com.github.benmanes.caffeine.cache.BBHeader$PadReadCounter { volatile long readCounter void <init> () }
com/github/benmanes/caffeine/cache/BBHeader.class
BoundedBuffer.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BBHeader extends java.lang.Object { void <init> () }
com/github/benmanes/caffeine/cache/BLCHeader$DrainStatusRef.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BLCHeader$DrainStatusRef extends com.github.benmanes.caffeine.cache.BLCHeader$PadDrainStatus { static final java.lang.invoke.VarHandle DRAIN_STATUS static final int IDLE static final int REQUIRED static final int PROCESSING_TO_IDLE static final int PROCESSING_TO_REQUIRED volatile int drainStatus void <init> () boolean shouldDrainBuffers (boolean) boolean delayable int drainStatus () void setDrainStatusOpaque (int) int drainStatus void setDrainStatusRelease (int) int drainStatus boolean casDrainStatus (int, int) int expect int update static void <clinit> () ReflectiveOperationException e }
com/github/benmanes/caffeine/cache/BLCHeader$PadDrainStatus.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BLCHeader$PadDrainStatus extends java.util.AbstractMap { byte p000 byte p001 byte p002 byte p003 byte p004 byte p005 byte p006 byte p007 byte p008 byte p009 byte p010 byte p011 byte p012 byte p013 byte p014 byte p015 byte p016 byte p017 byte p018 byte p019 byte p020 byte p021 byte p022 byte p023 byte p024 byte p025 byte p026 byte p027 byte p028 byte p029 byte p030 byte p031 byte p032 byte p033 byte p034 byte p035 byte p036 byte p037 byte p038 byte p039 byte p040 byte p041 byte p042 byte p043 byte p044 byte p045 byte p046 byte p047 byte p048 byte p049 byte p050 byte p051 byte p052 byte p053 byte p054 byte p055 byte p056 byte p057 byte p058 byte p059 byte p060 byte p061 byte p062 byte p063 byte p064 byte p065 byte p066 byte p067 byte p068 byte p069 byte p070 byte p071 byte p072 byte p073 byte p074 byte p075 byte p076 byte p077 byte p078 byte p079 byte p080 byte p081 byte p082 byte p083 byte p084 byte p085 byte p086 byte p087 byte p088 byte p089 byte p090 byte p091 byte p092 byte p093 byte p094 byte p095 byte p096 byte p097 byte p098 byte p099 byte p100 byte p101 byte p102 byte p103 byte p104 byte p105 byte p106 byte p107 byte p108 byte p109 byte p110 byte p111 byte p112 byte p113 byte p114 byte p115 byte p116 byte p117 byte p118 byte p119 void <init> () }
com/github/benmanes/caffeine/cache/BLCHeader.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BLCHeader extends java.lang.Object { void <init> () }
com/github/benmanes/caffeine/cache/BaseMpscLinkedArrayQueue.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue extends com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueueColdProducerFields { static final java.lang.invoke.VarHandle REF_ARRAY static final java.lang.invoke.VarHandle P_INDEX static final java.lang.invoke.VarHandle C_INDEX static final java.lang.invoke.VarHandle P_LIMIT private static final Object JUMP void <init> (int) int initialCapacity int p2capacity long mask Object[] buffer public final java.util.Iterator iterator () public java.lang.String toString () public boolean offer (java.lang.Object) int result long producerLimit Object e long mask Object[] buffer long pIndex long offset private int offerSlowPath (long, long, long) long mask long pIndex long producerLimit int result long cIndex long bufferCapacity protected abstract long availableInQueue (long, long) public java.lang.Object poll () Object[] nextBuffer Object[] buffer long index long mask long offset Object e public java.lang.Object peek () Object[] buffer long index long mask long offset Object e private java.lang.Object[] getNextBuffer (java.lang.Object[], long) Object[] buffer long mask long nextArrayOffset Object[] nextBuffer private long nextArrayOffset (long) long mask private java.lang.Object newBufferPoll (java.lang.Object[], long) Object[] nextBuffer long index long offsetInNew Object n private java.lang.Object newBufferPeek (java.lang.Object[], long) Object[] nextBuffer long index long offsetInNew Object n private long newBufferAndOffset (java.lang.Object[], long) Object[] nextBuffer long index long offsetInNew public final int size () long size long before long currentProducerIndex long after long size public final boolean isEmpty () private long lvProducerLimit () public long currentProducerIndex () public long currentConsumerIndex () public abstract int capacity () public boolean relaxedOffer (java.lang.Object) Object e public java.lang.Object relaxedPoll () Object[] nextBuffer Object[] buffer long index long mask long offset Object e public java.lang.Object relaxedPeek () Object[] buffer long index long mask long offset Object e private void resize (long, java.lang.Object[], long, java.lang.Object) long oldMask Object[] oldBuffer long pIndex Object e int newBufferLength Object[] newBuffer int newMask long offsetInOld long offsetInNew long cIndex long availableInQueue public static java.lang.Object[] allocate (int) int capacity protected abstract int getNextBufferSize (java.lang.Object[]) protected abstract long getCurrentBufferCapacity (long) static long lvProducerIndex (com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue) com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue self static long lvConsumerIndex (com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue) com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue self static void soProducerIndex (com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue, long) com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue self long v static boolean casProducerIndex (com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue, long, long) com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue self long expect long newValue static void soConsumerIndex (com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue, long) com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue self long v static boolean casProducerLimit (com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue, long, long) com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue self long expect long newValue static void soProducerLimit (com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue, long) com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue self long v static void spElement (java.lang.Object[], long, java.lang.Object) Object[] buffer long offset Object e static void soElement (java.lang.Object[], long, java.lang.Object) Object[] buffer long offset Object e static java.lang.Object lpElement (java.lang.Object[], long) Object[] buffer long offset static java.lang.Object lvElement (java.lang.Object[], long) Object[] buffer long offset static long calcElementOffset (long) long index static long modifiedCalcElementOffset (long, long) long index long mask static void <clinit> () java.lang.invoke.MethodHandles$Lookup pIndexLookup java.lang.invoke.MethodHandles$Lookup cIndexLookup java.lang.invoke.MethodHandles$Lookup pLimitLookup ReflectiveOperationException e }
com/github/benmanes/caffeine/cache/BaseMpscLinkedArrayQueueColdProducerFields.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueueColdProducerFields extends com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueuePad3 { protected volatile long producerLimit protected long producerMask protected Object[] producerBuffer void <init> () }
com/github/benmanes/caffeine/cache/BaseMpscLinkedArrayQueueConsumerFields.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueueConsumerFields extends com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueuePad2 { protected long consumerMask protected Object[] consumerBuffer protected long consumerIndex void <init> () }
com/github/benmanes/caffeine/cache/BaseMpscLinkedArrayQueuePad1.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueuePad1 extends java.util.AbstractQueue { byte p000 byte p001 byte p002 byte p003 byte p004 byte p005 byte p006 byte p007 byte p008 byte p009 byte p010 byte p011 byte p012 byte p013 byte p014 byte p015 byte p016 byte p017 byte p018 byte p019 byte p020 byte p021 byte p022 byte p023 byte p024 byte p025 byte p026 byte p027 byte p028 byte p029 byte p030 byte p031 byte p032 byte p033 byte p034 byte p035 byte p036 byte p037 byte p038 byte p039 byte p040 byte p041 byte p042 byte p043 byte p044 byte p045 byte p046 byte p047 byte p048 byte p049 byte p050 byte p051 byte p052 byte p053 byte p054 byte p055 byte p056 byte p057 byte p058 byte p059 byte p060 byte p061 byte p062 byte p063 byte p064 byte p065 byte p066 byte p067 byte p068 byte p069 byte p070 byte p071 byte p072 byte p073 byte p074 byte p075 byte p076 byte p077 byte p078 byte p079 byte p080 byte p081 byte p082 byte p083 byte p084 byte p085 byte p086 byte p087 byte p088 byte p089 byte p090 byte p091 byte p092 byte p093 byte p094 byte p095 byte p096 byte p097 byte p098 byte p099 byte p100 byte p101 byte p102 byte p103 byte p104 byte p105 byte p106 byte p107 byte p108 byte p109 byte p110 byte p111 byte p112 byte p113 byte p114 byte p115 byte p116 byte p117 byte p118 byte p119 void <init> () }
com/github/benmanes/caffeine/cache/BaseMpscLinkedArrayQueuePad2.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueuePad2 extends com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueueProducerFields { byte p000 byte p001 byte p002 byte p003 byte p004 byte p005 byte p006 byte p007 byte p008 byte p009 byte p010 byte p011 byte p012 byte p013 byte p014 byte p015 byte p016 byte p017 byte p018 byte p019 byte p020 byte p021 byte p022 byte p023 byte p024 byte p025 byte p026 byte p027 byte p028 byte p029 byte p030 byte p031 byte p032 byte p033 byte p034 byte p035 byte p036 byte p037 byte p038 byte p039 byte p040 byte p041 byte p042 byte p043 byte p044 byte p045 byte p046 byte p047 byte p048 byte p049 byte p050 byte p051 byte p052 byte p053 byte p054 byte p055 byte p056 byte p057 byte p058 byte p059 byte p060 byte p061 byte p062 byte p063 byte p064 byte p065 byte p066 byte p067 byte p068 byte p069 byte p070 byte p071 byte p072 byte p073 byte p074 byte p075 byte p076 byte p077 byte p078 byte p079 byte p080 byte p081 byte p082 byte p083 byte p084 byte p085 byte p086 byte p087 byte p088 byte p089 byte p090 byte p091 byte p092 byte p093 byte p094 byte p095 byte p096 byte p097 byte p098 byte p099 byte p100 byte p101 byte p102 byte p103 byte p104 byte p105 byte p106 byte p107 byte p108 byte p109 byte p110 byte p111 byte p112 byte p113 byte p114 byte p115 byte p116 byte p117 byte p118 byte p119 void <init> () }
com/github/benmanes/caffeine/cache/BaseMpscLinkedArrayQueuePad3.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueuePad3 extends com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueueConsumerFields { byte p000 byte p001 byte p002 byte p003 byte p004 byte p005 byte p006 byte p007 byte p008 byte p009 byte p010 byte p011 byte p012 byte p013 byte p014 byte p015 byte p016 byte p017 byte p018 byte p019 byte p020 byte p021 byte p022 byte p023 byte p024 byte p025 byte p026 byte p027 byte p028 byte p029 byte p030 byte p031 byte p032 byte p033 byte p034 byte p035 byte p036 byte p037 byte p038 byte p039 byte p040 byte p041 byte p042 byte p043 byte p044 byte p045 byte p046 byte p047 byte p048 byte p049 byte p050 byte p051 byte p052 byte p053 byte p054 byte p055 byte p056 byte p057 byte p058 byte p059 byte p060 byte p061 byte p062 byte p063 byte p064 byte p065 byte p066 byte p067 byte p068 byte p069 byte p070 byte p071 byte p072 byte p073 byte p074 byte p075 byte p076 byte p077 byte p078 byte p079 byte p080 byte p081 byte p082 byte p083 byte p084 byte p085 byte p086 byte p087 byte p088 byte p089 byte p090 byte p091 byte p092 byte p093 byte p094 byte p095 byte p096 byte p097 byte p098 byte p099 byte p100 byte p101 byte p102 byte p103 byte p104 byte p105 byte p106 byte p107 byte p108 byte p109 byte p110 byte p111 byte p112 byte p113 byte p114 byte p115 byte p116 byte p117 byte p118 byte p119 void <init> () }
com/github/benmanes/caffeine/cache/BaseMpscLinkedArrayQueueProducerFields.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueueProducerFields extends com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueuePad1 { protected long producerIndex void <init> () }
com/github/benmanes/caffeine/cache/BoundedBuffer$RingBuffer.class
BoundedBuffer.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedBuffer$RingBuffer extends com.github.benmanes.caffeine.cache.BBHeader$ReadAndWriteCounterRef implements com.github.benmanes.caffeine.cache.Buffer { static final java.lang.invoke.VarHandle BUFFER final Object[] buffer public void <init> (java.lang.Object) Object e public int offer (java.lang.Object) int index Object e long head long tail long size public void drainTo (java.util.function.Consumer) int index Object e java.util.function.Consumer consumer long head long tail long size public long reads () public long writes () static void <clinit> () }
com/github/benmanes/caffeine/cache/BoundedBuffer.class
BoundedBuffer.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedBuffer extends com.github.benmanes.caffeine.cache.StripedBuffer { static final int BUFFER_SIZE static final int MASK void <init> () protected com.github.benmanes.caffeine.cache.Buffer create (java.lang.Object) Object e }
com/github/benmanes/caffeine/cache/BoundedLocalCache$AddTask.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$AddTask extends java.lang.Object implements java.lang.Runnable { final com.github.benmanes.caffeine.cache.Node node final int weight final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache this$0 void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache, com.github.benmanes.caffeine.cache.Node, int) com.github.benmanes.caffeine.cache.BoundedLocalCache this$0 com.github.benmanes.caffeine.cache.Node node int weight public void run () long capacity long weightedSize long maximum Object key boolean isAlive long expirationTime boolean isAlive }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedLocalAsyncCache.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalAsyncCache java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.BoundedLocalCache cache final boolean isWeighted java.util.concurrent.ConcurrentMap mapView com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView cacheView com.github.benmanes.caffeine.cache.Policy policy void <init> (com.github.benmanes.caffeine.cache.Caffeine) com.github.benmanes.caffeine.cache.Caffeine builder public com.github.benmanes.caffeine.cache.BoundedLocalCache cache () public java.util.concurrent.ConcurrentMap asMap () public com.github.benmanes.caffeine.cache.Cache synchronous () public com.github.benmanes.caffeine.cache.Policy policy () com.github.benmanes.caffeine.cache.BoundedLocalCache castCache java.util.function.Function transformer java.util.function.Function castTransformer private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () com.github.benmanes.caffeine.cache.SerializationProxy proxy public volatile synthetic com.github.benmanes.caffeine.cache.LocalCache cache () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedLocalAsyncLoadingCache$AsyncLoader.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncLoadingCache$AsyncLoader extends java.lang.Object implements com.github.benmanes.caffeine.cache.CacheLoader { final com.github.benmanes.caffeine.cache.AsyncCacheLoader loader final java.util.concurrent.Executor executor void <init> (com.github.benmanes.caffeine.cache.AsyncCacheLoader, com.github.benmanes.caffeine.cache.Caffeine) com.github.benmanes.caffeine.cache.AsyncCacheLoader loader com.github.benmanes.caffeine.cache.Caffeine builder public java.lang.Object load (java.lang.Object) throws java.lang.Exception Object key Object newValue public java.lang.Object reload (java.lang.Object, java.lang.Object) throws java.lang.Exception Object key Object oldValue Object newValue public java.util.concurrent.CompletableFuture asyncReload (java.lang.Object, java.lang.Object, java.util.concurrent.Executor) throws java.lang.Exception Object key Object oldValue java.util.concurrent.Executor executor }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedLocalAsyncLoadingCache.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncLoadingCache extends com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache implements java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.BoundedLocalCache cache final boolean isWeighted java.util.concurrent.ConcurrentMap mapView com.github.benmanes.caffeine.cache.Policy policy void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.AsyncCacheLoader) com.github.benmanes.caffeine.cache.Caffeine builder com.github.benmanes.caffeine.cache.AsyncCacheLoader loader public com.github.benmanes.caffeine.cache.BoundedLocalCache cache () public java.util.concurrent.ConcurrentMap asMap () public com.github.benmanes.caffeine.cache.Policy policy () com.github.benmanes.caffeine.cache.BoundedLocalCache castCache java.util.function.Function transformer java.util.function.Function castTransformer private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () com.github.benmanes.caffeine.cache.SerializationProxy proxy public volatile synthetic com.github.benmanes.caffeine.cache.LocalCache cache () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedLocalLoadingCache.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache extends com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalManualCache implements com.github.benmanes.caffeine.cache.LocalLoadingCache { private static final long serialVersionUID final java.util.function.Function mappingFunction final java.util.function.Function bulkMappingFunction void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader) com.github.benmanes.caffeine.cache.Caffeine builder com.github.benmanes.caffeine.cache.CacheLoader loader public com.github.benmanes.caffeine.cache.CacheLoader cacheLoader () public java.util.function.Function mappingFunction () public java.util.function.Function bulkMappingFunction () private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () com.github.benmanes.caffeine.cache.SerializationProxy proxy }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedLocalManualCache.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalManualCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalManualCache java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.BoundedLocalCache cache final boolean isWeighted com.github.benmanes.caffeine.cache.Policy policy void <init> (com.github.benmanes.caffeine.cache.Caffeine) com.github.benmanes.caffeine.cache.Caffeine builder void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader) com.github.benmanes.caffeine.cache.Caffeine builder com.github.benmanes.caffeine.cache.CacheLoader loader public com.github.benmanes.caffeine.cache.BoundedLocalCache cache () public com.github.benmanes.caffeine.cache.Policy policy () private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () public volatile synthetic com.github.benmanes.caffeine.cache.LocalCache cache () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedPolicy$BoundedEviction.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$BoundedEviction extends java.lang.Object implements com.github.benmanes.caffeine.cache.Policy$Eviction { final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy) com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 public boolean isWeighted () public java.util.OptionalInt weightOf (java.lang.Object) Object key com.github.benmanes.caffeine.cache.Node node public java.util.OptionalLong weightedSize () public long getMaximum () public void setMaximum (long) long maximum public java.util.Map coldest (int) int limit public java.util.Map coldestWeighted (long) long weightLimit public java.util.Map hottest (int) int limit public java.util.Map hottestWeighted (long) long weightLimit }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedPolicy$BoundedExpireAfterAccess.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$BoundedExpireAfterAccess extends java.lang.Object implements com.github.benmanes.caffeine.cache.Policy$FixedExpiration { final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy) com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 public java.util.OptionalLong ageOf (java.lang.Object, java.util.concurrent.TimeUnit) Object key java.util.concurrent.TimeUnit unit Object lookupKey com.github.benmanes.caffeine.cache.Node node long now public long getExpiresAfter (java.util.concurrent.TimeUnit) java.util.concurrent.TimeUnit unit public void setExpiresAfter (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit public java.util.Map oldest (int) int limit public java.util.Map youngest (int) int limit }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedPolicy$BoundedExpireAfterWrite.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$BoundedExpireAfterWrite extends java.lang.Object implements com.github.benmanes.caffeine.cache.Policy$FixedExpiration { final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy) com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 public java.util.OptionalLong ageOf (java.lang.Object, java.util.concurrent.TimeUnit) Object key java.util.concurrent.TimeUnit unit Object lookupKey com.github.benmanes.caffeine.cache.Node node long now public long getExpiresAfter (java.util.concurrent.TimeUnit) java.util.concurrent.TimeUnit unit public void setExpiresAfter (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit public java.util.Map oldest (int) int limit public java.util.Map youngest (int) int limit }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedPolicy$BoundedRefreshAfterWrite.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$BoundedRefreshAfterWrite extends java.lang.Object implements com.github.benmanes.caffeine.cache.Policy$FixedRefresh { final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy) com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 public java.util.OptionalLong ageOf (java.lang.Object, java.util.concurrent.TimeUnit) Object key java.util.concurrent.TimeUnit unit Object lookupKey com.github.benmanes.caffeine.cache.Node node long now public long getRefreshesAfter (java.util.concurrent.TimeUnit) java.util.concurrent.TimeUnit unit public void setRefreshesAfter (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedPolicy$BoundedVarExpiration.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$BoundedVarExpiration extends java.lang.Object implements com.github.benmanes.caffeine.cache.Policy$VarExpiration { final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy) com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy this$0 public java.util.OptionalLong getExpiresAfter (java.lang.Object, java.util.concurrent.TimeUnit) Object key java.util.concurrent.TimeUnit unit Object lookupKey com.github.benmanes.caffeine.cache.Node node long now public void setExpiresAfter (java.lang.Object, long, java.util.concurrent.TimeUnit) long now long now long durationNanos Object key long duration java.util.concurrent.TimeUnit unit Object lookupKey com.github.benmanes.caffeine.cache.Node node public java.lang.Object put (java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit) Object key Object value long duration java.util.concurrent.TimeUnit unit public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit) Object key Object value long duration java.util.concurrent.TimeUnit unit java.lang.Object putSync (java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit, boolean) Object key Object value long duration java.util.concurrent.TimeUnit unit boolean onlyIfAbsent com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$FixedExpiry expiry java.lang.Object putAsync (java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit, boolean) java.util.concurrent.CompletableFuture oldValueFuture Object prior Object prior java.util.concurrent.CompletableFuture priorFuture boolean[] added java.util.concurrent.CompletableFuture computed Object key Object value long duration java.util.concurrent.TimeUnit unit boolean onlyIfAbsent com.github.benmanes.caffeine.cache.Expiry expiry Object asyncValue public java.util.Map oldest (int) int limit public java.util.Map youngest (int) int limit private static synthetic java.lang.Object lambda$putAsync$0 (boolean[], java.lang.Object, java.lang.Object, java.lang.Object) boolean[] added Object asyncValue Object k Object oldValue java.util.concurrent.CompletableFuture oldValueFuture }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedPolicy$FixedExpiry.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy$FixedExpiry extends java.lang.Object implements com.github.benmanes.caffeine.cache.Expiry { final long duration final java.util.concurrent.TimeUnit unit void <init> (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit public long expireAfterCreate (java.lang.Object, java.lang.Object, long) Object key Object value long currentTime public long expireAfterUpdate (java.lang.Object, java.lang.Object, long, long) Object key Object value long currentTime long currentDuration public long expireAfterRead (java.lang.Object, java.lang.Object, long, long) Object key Object value long currentTime long currentDuration }
com/github/benmanes/caffeine/cache/BoundedLocalCache$BoundedPolicy.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy extends java.lang.Object implements com.github.benmanes.caffeine.cache.Policy { final com.github.benmanes.caffeine.cache.BoundedLocalCache cache final java.util.function.Function transformer final boolean isWeighted java.util.Optional eviction java.util.Optional refreshes java.util.Optional afterWrite java.util.Optional afterAccess java.util.Optional variable void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache, java.util.function.Function, boolean) com.github.benmanes.caffeine.cache.BoundedLocalCache cache java.util.function.Function transformer boolean isWeighted public boolean isRecordingStats () public java.lang.Object getIfPresentQuietly (java.lang.Object) Object key com.github.benmanes.caffeine.cache.Node node public java.util.Map refreshes () Object key java.util.concurrent.CompletableFuture future java.util.Map$Entry entry java.util.IdentityHashMap inFlight java.util.concurrent.ConcurrentMap refreshes java.util.Map castedRefreshes public java.util.Optional eviction () public java.util.Optional expireAfterAccess () public java.util.Optional expireAfterWrite () public java.util.Optional expireVariably () public java.util.Optional refreshAfterWrite () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$EntryIterator.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$EntryIterator extends java.lang.Object implements java.util.Iterator { final com.github.benmanes.caffeine.cache.BoundedLocalCache cache final java.util.Iterator iterator final long now Object key Object value Object removalKey com.github.benmanes.caffeine.cache.Node next void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache public boolean hasNext () boolean evictable java.lang.Object nextKey () java.lang.Object nextValue () Object val public java.util.Map$Entry next () java.util.Map$Entry entry public void remove () public volatile synthetic java.lang.Object next () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$EntrySetView.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$EntrySetView extends java.util.AbstractSet { final com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache public int size () public void clear () public boolean contains (java.lang.Object) Object obj java.util.Map$Entry entry Object key Object value com.github.benmanes.caffeine.cache.Node node public boolean remove (java.lang.Object) Object obj java.util.Map$Entry entry public boolean removeIf (java.util.function.Predicate) java.util.Map$Entry entry java.util.function.Predicate filter boolean removed public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$EntrySpliterator.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$EntrySpliterator extends java.lang.Object implements java.util.Spliterator { final java.util.Spliterator spliterator final com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache, java.util.Spliterator) com.github.benmanes.caffeine.cache.BoundedLocalCache cache java.util.Spliterator spliterator public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action java.util.function.Consumer consumer public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action boolean[] advanced java.util.function.Consumer consumer public java.util.Spliterator trySplit () java.util.Spliterator split public long estimateSize () public int characteristics () private synthetic void lambda$tryAdvance$1 (java.util.function.Consumer, boolean[], com.github.benmanes.caffeine.cache.Node) java.util.function.Consumer action boolean[] advanced com.github.benmanes.caffeine.cache.Node node Object key Object value long now private synthetic void lambda$forEachRemaining$0 (java.util.function.Consumer, com.github.benmanes.caffeine.cache.Node) java.util.function.Consumer action com.github.benmanes.caffeine.cache.Node node Object key Object value long now }
com/github/benmanes/caffeine/cache/BoundedLocalCache$KeyIterator.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$KeyIterator extends java.lang.Object implements java.util.Iterator { final com.github.benmanes.caffeine.cache.BoundedLocalCache$EntryIterator iterator void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache public boolean hasNext () public java.lang.Object next () public void remove () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$KeySetView.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$KeySetView extends java.util.AbstractSet { final com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache public int size () public void clear () public boolean contains (java.lang.Object) Object obj public boolean remove (java.lang.Object) Object obj public java.util.Iterator iterator () public java.util.Spliterator spliterator () public java.lang.Object[] toArray () Object key java.util.ArrayList keys public java.lang.Object[] toArray (java.lang.Object[]) Object key Object[] array java.util.ArrayList keys }
com/github/benmanes/caffeine/cache/BoundedLocalCache$KeySpliterator.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$KeySpliterator extends java.lang.Object implements java.util.Spliterator { final java.util.Spliterator spliterator final com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache, java.util.Spliterator) com.github.benmanes.caffeine.cache.BoundedLocalCache cache java.util.Spliterator spliterator public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action java.util.function.Consumer consumer public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action boolean[] advanced java.util.function.Consumer consumer public java.util.Spliterator trySplit () java.util.Spliterator split public long estimateSize () public int characteristics () private synthetic void lambda$tryAdvance$1 (java.util.function.Consumer, boolean[], com.github.benmanes.caffeine.cache.Node) java.util.function.Consumer action boolean[] advanced com.github.benmanes.caffeine.cache.Node node Object key Object value long now private synthetic void lambda$forEachRemaining$0 (java.util.function.Consumer, com.github.benmanes.caffeine.cache.Node) java.util.function.Consumer action com.github.benmanes.caffeine.cache.Node node Object key Object value long now }
com/github/benmanes/caffeine/cache/BoundedLocalCache$PerformCleanupTask.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$PerformCleanupTask extends java.util.concurrent.ForkJoinTask implements java.lang.Runnable { private static final long serialVersionUID final java.lang.ref.WeakReference reference void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache public boolean exec () Throwable t public void run () com.github.benmanes.caffeine.cache.BoundedLocalCache cache public java.lang.Void getRawResult () public void setRawResult (java.lang.Void) Void v public void complete (java.lang.Void) Void value public void completeExceptionally (java.lang.Throwable) Throwable ex public boolean cancel (boolean) boolean mayInterruptIfRunning public volatile synthetic void setRawResult (java.lang.Object) public volatile synthetic java.lang.Object getRawResult () public volatile synthetic void complete (java.lang.Object) }
com/github/benmanes/caffeine/cache/BoundedLocalCache$RemovalTask.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$RemovalTask extends java.lang.Object implements java.lang.Runnable { final com.github.benmanes.caffeine.cache.Node node final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache this$0 void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache, com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.BoundedLocalCache this$0 com.github.benmanes.caffeine.cache.Node node public void run () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$UpdateTask.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$UpdateTask extends java.lang.Object implements java.lang.Runnable { final int weightDifference final com.github.benmanes.caffeine.cache.Node node final synthetic com.github.benmanes.caffeine.cache.BoundedLocalCache this$0 public void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache, com.github.benmanes.caffeine.cache.Node, int) com.github.benmanes.caffeine.cache.BoundedLocalCache this$0 com.github.benmanes.caffeine.cache.Node node int weightDifference public void run () int oldWeightedSize }
com/github/benmanes/caffeine/cache/BoundedLocalCache$ValueIterator.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$ValueIterator extends java.lang.Object implements java.util.Iterator { final com.github.benmanes.caffeine.cache.BoundedLocalCache$EntryIterator iterator void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache public boolean hasNext () public java.lang.Object next () public void remove () }
com/github/benmanes/caffeine/cache/BoundedLocalCache$ValueSpliterator.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$ValueSpliterator extends java.lang.Object implements java.util.Spliterator { final java.util.Spliterator spliterator final com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache, java.util.Spliterator) com.github.benmanes.caffeine.cache.BoundedLocalCache cache java.util.Spliterator spliterator public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action java.util.function.Consumer consumer public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action boolean[] advanced long now java.util.function.Consumer consumer public java.util.Spliterator trySplit () java.util.Spliterator split public long estimateSize () public int characteristics () private synthetic void lambda$tryAdvance$1 (long, java.util.function.Consumer, boolean[], com.github.benmanes.caffeine.cache.Node) long now java.util.function.Consumer action boolean[] advanced com.github.benmanes.caffeine.cache.Node node Object key Object value private synthetic void lambda$forEachRemaining$0 (java.util.function.Consumer, com.github.benmanes.caffeine.cache.Node) java.util.function.Consumer action com.github.benmanes.caffeine.cache.Node node Object key Object value long now }
com/github/benmanes/caffeine/cache/BoundedLocalCache$ValuesView.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedLocalCache$ValuesView extends java.util.AbstractCollection { final com.github.benmanes.caffeine.cache.BoundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) com.github.benmanes.caffeine.cache.BoundedLocalCache cache public int size () public void clear () public boolean contains (java.lang.Object) Object o public boolean removeIf (java.util.function.Predicate) java.util.Map$Entry entry java.util.function.Predicate filter boolean removed public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
com/github/benmanes/caffeine/cache/BoundedLocalCache.class
BoundedLocalCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.BoundedLocalCache extends com.github.benmanes.caffeine.cache.BLCHeader$DrainStatusRef implements com.github.benmanes.caffeine.cache.LocalCache { static final System$Logger logger static final int NCPU static final int WRITE_BUFFER_MIN static final int WRITE_BUFFER_MAX static final int WRITE_BUFFER_RETRIES static final long MAXIMUM_CAPACITY static final double PERCENT_MAIN static final double PERCENT_MAIN_PROTECTED static final double HILL_CLIMBER_RESTART_THRESHOLD static final double HILL_CLIMBER_STEP_PERCENT static final double HILL_CLIMBER_STEP_DECAY_RATE static final int QUEUE_TRANSFER_THRESHOLD static final long EXPIRE_WRITE_TOLERANCE static final long MAXIMUM_EXPIRY static final java.lang.invoke.VarHandle REFRESHES final com.github.benmanes.caffeine.cache.RemovalListener evictionListener final com.github.benmanes.caffeine.cache.CacheLoader cacheLoader final com.github.benmanes.caffeine.cache.MpscGrowableArrayQueue writeBuffer final java.util.concurrent.ConcurrentHashMap data final com.github.benmanes.caffeine.cache.BoundedLocalCache$PerformCleanupTask drainBuffersTask final java.util.function.Consumer accessPolicy final com.github.benmanes.caffeine.cache.Buffer readBuffer final com.github.benmanes.caffeine.cache.NodeFactory nodeFactory final java.util.concurrent.locks.ReentrantLock evictionLock final com.github.benmanes.caffeine.cache.Weigher weigher final java.util.concurrent.Executor executor final boolean isAsync java.util.Set keySet java.util.Collection values java.util.Set entrySet volatile java.util.concurrent.ConcurrentMap refreshes protected void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) com.github.benmanes.caffeine.cache.Caffeine builder com.github.benmanes.caffeine.cache.CacheLoader cacheLoader boolean isAsync public boolean isAsync () final boolean isComputingAsync (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node protected com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () protected com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () public final java.util.concurrent.Executor executor () public java.util.concurrent.ConcurrentMap refreshes () java.util.concurrent.ConcurrentMap pending void discardRefresh (java.lang.Object) Object keyReference java.util.concurrent.ConcurrentMap pending public java.lang.Object referenceKey (java.lang.Object) Object key public boolean isRecordingStats () public com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () public com.github.benmanes.caffeine.cache.Ticker statsTicker () protected com.github.benmanes.caffeine.cache.RemovalListener removalListener () protected boolean hasRemovalListener () public void notifyRemoval (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) Throwable t Object key Object value com.github.benmanes.caffeine.cache.RemovalCause cause Runnable task public void notifyEviction (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) Throwable t Object key Object value com.github.benmanes.caffeine.cache.RemovalCause cause protected boolean collectKeys () protected boolean collectValues () protected java.lang.ref.ReferenceQueue keyReferenceQueue () protected java.lang.ref.ReferenceQueue valueReferenceQueue () protected com.github.benmanes.caffeine.cache.Pacer pacer () protected boolean expiresVariable () protected boolean expiresAfterAccess () protected long expiresAfterAccessNanos () protected void setExpiresAfterAccessNanos (long) long expireAfterAccessNanos protected boolean expiresAfterWrite () protected long expiresAfterWriteNanos () protected void setExpiresAfterWriteNanos (long) long expireAfterWriteNanos protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) long refreshAfterWriteNanos public boolean hasWriteTime () public com.github.benmanes.caffeine.cache.Expiry expiry () public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected boolean evicts () protected boolean isWeighted () protected com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected long maximum () protected long windowMaximum () protected long mainProtectedMaximum () protected void setMaximum (long) long maximum protected void setWindowMaximum (long) long maximum protected void setMainProtectedMaximum (long) long maximum protected long weightedSize () protected long windowWeightedSize () protected long mainProtectedWeightedSize () protected void setWeightedSize (long) long weightedSize protected void setWindowWeightedSize (long) long weightedSize protected void setMainProtectedWeightedSize (long) long weightedSize protected int hitsInSample () protected int missesInSample () protected int sampleCount () protected double stepSize () protected double previousSampleHitRate () protected long adjustment () protected void setHitsInSample (int) int hitCount protected void setMissesInSample (int) int missCount protected void setSampleCount (int) int sampleCount protected void setStepSize (double) double stepSize protected void setPreviousSampleHitRate (double) double hitRate protected void setAdjustment (long) long amount void setMaximumSize (long) long maximum long max long window long mainProtected void evictEntries () int candidates int evictFromWindow () com.github.benmanes.caffeine.cache.Node next int candidates com.github.benmanes.caffeine.cache.Node node void evictFromMain (int) com.github.benmanes.caffeine.cache.Node previous com.github.benmanes.caffeine.cache.Node evict com.github.benmanes.caffeine.cache.Node evict com.github.benmanes.caffeine.cache.Node evict com.github.benmanes.caffeine.cache.Node evict com.github.benmanes.caffeine.cache.Node evict com.github.benmanes.caffeine.cache.Node evict com.github.benmanes.caffeine.cache.Node evict Object victimKey Object candidateKey int candidates int victimQueue com.github.benmanes.caffeine.cache.Node victim com.github.benmanes.caffeine.cache.Node candidate boolean admit (java.lang.Object, java.lang.Object) Object candidateKey Object victimKey int victimFreq int candidateFreq int random void expireEntries () long delay long now com.github.benmanes.caffeine.cache.Pacer pacer void expireAfterAccessEntries (long) long now void expireAfterAccessEntries (com.github.benmanes.caffeine.cache.AccessOrderDeque, long) com.github.benmanes.caffeine.cache.Node node com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderDeque long now long duration void expireAfterWriteEntries (long) com.github.benmanes.caffeine.cache.Node node long now long duration void expireVariableEntries (long) long now private long getExpirationDelay (long) com.github.benmanes.caffeine.cache.Node node com.github.benmanes.caffeine.cache.Node node long now long delay boolean hasExpired (com.github.benmanes.caffeine.cache.Node, long) com.github.benmanes.caffeine.cache.Node node long now boolean evictEntry (com.github.benmanes.caffeine.cache.Node, com.github.benmanes.caffeine.cache.RemovalCause, long) com.github.benmanes.caffeine.cache.Node node com.github.benmanes.caffeine.cache.RemovalCause cause long now Object key Object[] value boolean[] removed boolean[] resurrect Object keyReference com.github.benmanes.caffeine.cache.RemovalCause[] actualCause void climb () long amount void determineAdjustment () int requestCount double hitRate double hitRateChange double amount double nextStepSize void increaseWindow () com.github.benmanes.caffeine.cache.Node candidate boolean probation int weight int i long quota void decreaseWindow () com.github.benmanes.caffeine.cache.Node candidate int weight int i long quota void demoteFromMainProtected () com.github.benmanes.caffeine.cache.Node demoted int i long mainProtectedMaximum long mainProtectedWeightedSize void afterRead (com.github.benmanes.caffeine.cache.Node, long, boolean) com.github.benmanes.caffeine.cache.Node node long now boolean recordHit boolean delayable boolean skipReadBuffer () void refreshIfNeeded (com.github.benmanes.caffeine.cache.Node, long) long[] startTime java.util.concurrent.CompletableFuture[] refreshFuture Object key Object oldValue com.github.benmanes.caffeine.cache.Node node long now long writeTime long refreshWriteTime Object keyReference long expireAfterCreate (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Expiry, long) long duration Object key Object value com.github.benmanes.caffeine.cache.Expiry expiry long now long expireAfterUpdate (com.github.benmanes.caffeine.cache.Node, java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Expiry, long) long currentDuration long duration com.github.benmanes.caffeine.cache.Node node Object key Object value com.github.benmanes.caffeine.cache.Expiry expiry long now long expireAfterRead (com.github.benmanes.caffeine.cache.Node, java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Expiry, long) long currentDuration long duration com.github.benmanes.caffeine.cache.Node node Object key Object value com.github.benmanes.caffeine.cache.Expiry expiry long now void tryExpireAfterRead (com.github.benmanes.caffeine.cache.Node, java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Expiry, long) long expirationTime com.github.benmanes.caffeine.cache.Node node Object key Object value com.github.benmanes.caffeine.cache.Expiry expiry long now long variableTime long currentDuration long duration void setVariableTime (com.github.benmanes.caffeine.cache.Node, long) com.github.benmanes.caffeine.cache.Node node long expirationTime void setWriteTime (com.github.benmanes.caffeine.cache.Node, long) com.github.benmanes.caffeine.cache.Node node long now void setAccessTime (com.github.benmanes.caffeine.cache.Node, long) com.github.benmanes.caffeine.cache.Node node long now void afterWrite (java.lang.Runnable) int i RuntimeException e Runnable task void scheduleAfterWrite () void scheduleDrainBuffers () int drainStatus Throwable t public void cleanUp () RuntimeException e void performCleanUp (java.lang.Runnable) Runnable task void maintenance (java.lang.Runnable) Runnable task void drainKeyReferences () com.github.benmanes.caffeine.cache.Node node java.lang.ref.Reference keyRef void drainValueReferences () com.github.benmanes.caffeine.cache.References$InternalReference ref com.github.benmanes.caffeine.cache.Node node java.lang.ref.Reference valueRef void drainReadBuffer () void onAccess (com.github.benmanes.caffeine.cache.Node) Object key com.github.benmanes.caffeine.cache.Node node void reorderProbation (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node static void reorder (com.github.benmanes.caffeine.cache.LinkedDeque, com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.LinkedDeque deque com.github.benmanes.caffeine.cache.Node node void drainWriteBuffer () Runnable task int i void makeDead (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node public boolean isEmpty () public int size () public long estimatedSize () public void clear () java.util.Map$Entry entry long now Runnable task com.github.benmanes.caffeine.cache.Pacer pacer void removeNode (com.github.benmanes.caffeine.cache.Node, long) com.github.benmanes.caffeine.cache.Node node long now Object key Object[] value com.github.benmanes.caffeine.cache.RemovalCause[] cause public boolean containsKey (java.lang.Object) Object key com.github.benmanes.caffeine.cache.Node node public boolean containsValue (java.lang.Object) com.github.benmanes.caffeine.cache.Node node Object value long now public java.lang.Object get (java.lang.Object) Object key public java.lang.Object getIfPresent (java.lang.Object, boolean) Object castedKey Object key boolean recordStats com.github.benmanes.caffeine.cache.Node node Object value long now public java.lang.Object getIfPresentQuietly (java.lang.Object, long[]) Object value Object key long[] writeTime Object value com.github.benmanes.caffeine.cache.Node node public java.util.Map getAllPresent (java.lang.Iterable) Object key Object value Object castedKey Object value java.util.Map$Entry entry com.github.benmanes.caffeine.cache.Node node java.util.Iterator iter Iterable keys java.util.LinkedHashMap result int uniqueKeys long now java.util.Map castedResult public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value java.lang.Object put (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Expiry, boolean) Object currentValue Object currentValue long varTime long varTime long varTime Object oldValue long varTime int oldWeight com.github.benmanes.caffeine.cache.Node prior Object oldValue long varTime int oldWeight boolean expired boolean mayUpdate boolean exceedsTolerance int weightedDifference Object key Object value com.github.benmanes.caffeine.cache.Expiry expiry boolean onlyIfAbsent com.github.benmanes.caffeine.cache.Node node long now int newWeight public java.lang.Object remove (java.lang.Object) Object key Object castKey com.github.benmanes.caffeine.cache.Node[] node Object[] oldValue com.github.benmanes.caffeine.cache.RemovalCause[] cause Object lookupKey public boolean remove (java.lang.Object, java.lang.Object) Object key Object value com.github.benmanes.caffeine.cache.Node[] removed Object[] oldKey Object[] oldValue com.github.benmanes.caffeine.cache.RemovalCause[] cause Object lookupKey public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value int[] oldWeight Object[] nodeKey Object[] oldValue long[] now int weight com.github.benmanes.caffeine.cache.Node node int weightedDifference public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue int weight boolean[] replaced Object[] nodeKey Object[] prevValue int[] oldWeight long[] now com.github.benmanes.caffeine.cache.Node node int weightedDifference public void replaceAll (java.util.function.BiFunction) long[] now Object lookupKey Object key java.util.function.BiFunction function java.util.function.BiFunction remappingFunction public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function, boolean, boolean) Object value Object key java.util.function.Function mappingFunction boolean recordStats boolean recordLoad long now com.github.benmanes.caffeine.cache.Node node Object keyRef java.lang.Object doComputeIfAbsent (java.lang.Object, java.lang.Object, java.util.function.Function, long[], boolean) int weightedDifference Object key Object keyRef java.util.function.Function mappingFunction long[] now boolean recordStats Object[] oldValue Object[] newValue Object[] nodeKey com.github.benmanes.caffeine.cache.Node[] removed int[] weight com.github.benmanes.caffeine.cache.RemovalCause[] cause com.github.benmanes.caffeine.cache.Node node public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) long now Object key java.util.function.BiFunction remappingFunction Object lookupKey com.github.benmanes.caffeine.cache.Node node long now java.util.function.BiFunction statsAwareRemappingFunction public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction, com.github.benmanes.caffeine.cache.Expiry, boolean, boolean, boolean) Object key java.util.function.BiFunction remappingFunction com.github.benmanes.caffeine.cache.Expiry expiry boolean recordMiss boolean recordLoad boolean recordLoadFailure long[] now Object keyRef java.util.function.BiFunction statsAwareRemappingFunction public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction long[] now Object keyRef java.util.function.BiFunction mergeFunction java.lang.Object remap (java.lang.Object, java.lang.Object, java.util.function.BiFunction, com.github.benmanes.caffeine.cache.Expiry, long[], boolean) int weightedDifference Object key Object keyRef java.util.function.BiFunction remappingFunction com.github.benmanes.caffeine.cache.Expiry expiry long[] now boolean computeIfAbsent Object[] nodeKey Object[] oldValue Object[] newValue com.github.benmanes.caffeine.cache.Node[] removed int[] weight com.github.benmanes.caffeine.cache.RemovalCause[] cause com.github.benmanes.caffeine.cache.Node node public java.util.Set keySet () java.util.Set ks public java.util.Collection values () java.util.Collection vs public java.util.Set entrySet () java.util.Set es java.util.Map evictionOrder (long, java.util.function.Function, boolean, boolean) long limit java.util.function.Function transformer boolean hottest boolean weighted Iterable iterable int initialCapacity java.util.function.ToLongFunction measurer java.util.Map expireAfterAccessOrder (int, java.util.function.Function, boolean) Iterable iterable int limit java.util.function.Function transformer boolean oldest int initialCapacity Iterable iterable java.util.Map expireAfterWriteOrder (int, java.util.function.Function, boolean) int limit java.util.function.Function transformer boolean oldest int initialCapacity Iterable iterable java.util.Map fixedSnapshot (int, long, java.util.function.ToLongFunction, java.lang.Iterable, java.util.function.Function) Object key Object value com.github.benmanes.caffeine.cache.Node node long size java.util.LinkedHashMap map int initialCapacity long limit java.util.function.ToLongFunction measurer Iterable iterable java.util.function.Function transformer java.util.Map variableSnapshot (boolean, int, java.util.function.Function) boolean ascending int limit java.util.function.Function transformer static com.github.benmanes.caffeine.cache.SerializationProxy makeSerializationProxy (com.github.benmanes.caffeine.cache.BoundedLocalCache, boolean) com.github.benmanes.caffeine.cache.BoundedLocalCache cache boolean isWeighted com.github.benmanes.caffeine.cache.SerializationProxy proxy private static synthetic long lambda$expireAfterWriteOrder$23 (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node private synthetic java.util.Iterator lambda$expireAfterWriteOrder$22 (boolean) boolean oldest private static synthetic long lambda$expireAfterAccessOrder$21 (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node private synthetic java.util.Iterator lambda$expireAfterAccessOrder$20 (boolean) boolean oldest private synthetic java.util.Iterator lambda$expireAfterAccessOrder$19 (boolean) com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator first com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator second com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator third boolean oldest java.util.Comparator comparator com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator first com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator second com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator third private static synthetic long lambda$evictionOrder$18 (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node private synthetic java.util.Iterator lambda$evictionOrder$17 (boolean) com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator secondary com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator primary boolean hottest java.util.Comparator comparator private synthetic int lambda$evictionOrder$16 (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node Object key private synthetic com.github.benmanes.caffeine.cache.Node lambda$remap$15 (boolean, java.lang.Object[], java.util.function.BiFunction, java.lang.Object, long[], int[], java.lang.Object, com.github.benmanes.caffeine.cache.Expiry, java.lang.Object[], java.lang.Object[], com.github.benmanes.caffeine.cache.RemovalCause[], com.github.benmanes.caffeine.cache.Node[], java.lang.Object, com.github.benmanes.caffeine.cache.Node) boolean computeIfAbsent Object[] newValue java.util.function.BiFunction remappingFunction Object key long[] now int[] weight Object keyRef com.github.benmanes.caffeine.cache.Expiry expiry Object[] nodeKey Object[] oldValue com.github.benmanes.caffeine.cache.RemovalCause[] cause com.github.benmanes.caffeine.cache.Node[] removed Object kr com.github.benmanes.caffeine.cache.Node n private synthetic java.lang.Object lambda$merge$14 (java.lang.Object, java.util.function.BiFunction, java.lang.Object, java.lang.Object) Object value java.util.function.BiFunction remappingFunction Object k Object oldValue private synthetic com.github.benmanes.caffeine.cache.Node lambda$doComputeIfAbsent$13 (java.lang.Object[], java.util.function.Function, java.lang.Object, long[], int[], java.lang.Object[], java.lang.Object[], com.github.benmanes.caffeine.cache.RemovalCause[], com.github.benmanes.caffeine.cache.Node[], java.lang.Object, com.github.benmanes.caffeine.cache.Node) Object[] newValue java.util.function.Function mappingFunction Object key long[] now int[] weight Object[] nodeKey Object[] oldValue com.github.benmanes.caffeine.cache.RemovalCause[] cause com.github.benmanes.caffeine.cache.Node[] removed Object k com.github.benmanes.caffeine.cache.Node n private static synthetic java.lang.Object lambda$replaceAll$12 (java.util.function.BiFunction, java.lang.Object, java.lang.Object) java.util.function.BiFunction function Object key Object oldValue private synthetic com.github.benmanes.caffeine.cache.Node lambda$replace$11 (java.lang.Object[], java.lang.Object[], int[], java.lang.Object, long[], java.lang.Object, java.lang.Object, int, boolean[], java.lang.Object, com.github.benmanes.caffeine.cache.Node) long varTime Object[] nodeKey Object[] prevValue int[] oldWeight Object oldValue long[] now Object key Object newValue int weight boolean[] replaced Object k com.github.benmanes.caffeine.cache.Node n private synthetic com.github.benmanes.caffeine.cache.Node lambda$replace$10 (java.lang.Object[], java.lang.Object[], int[], long[], java.lang.Object, java.lang.Object, int, java.lang.Object, com.github.benmanes.caffeine.cache.Node) long varTime Object[] nodeKey Object[] oldValue int[] oldWeight long[] now Object key Object value int weight Object k com.github.benmanes.caffeine.cache.Node n private synthetic com.github.benmanes.caffeine.cache.Node lambda$remove$9 (java.lang.Object[], java.lang.Object[], com.github.benmanes.caffeine.cache.RemovalCause[], java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Node[], java.lang.Object, com.github.benmanes.caffeine.cache.Node) Object[] oldKey Object[] oldValue com.github.benmanes.caffeine.cache.RemovalCause[] cause Object value Object lookupKey com.github.benmanes.caffeine.cache.Node[] removed Object kR com.github.benmanes.caffeine.cache.Node node private synthetic com.github.benmanes.caffeine.cache.Node lambda$remove$8 (java.lang.Object[], com.github.benmanes.caffeine.cache.RemovalCause[], java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Node[], java.lang.Object, com.github.benmanes.caffeine.cache.Node) Object[] oldValue com.github.benmanes.caffeine.cache.RemovalCause[] cause Object castKey Object lookupKey com.github.benmanes.caffeine.cache.Node[] node Object k com.github.benmanes.caffeine.cache.Node n private synthetic com.github.benmanes.caffeine.cache.Node lambda$removeNode$7 (com.github.benmanes.caffeine.cache.Node, java.lang.Object[], java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause[], long, java.lang.Object, com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node Object[] value Object key com.github.benmanes.caffeine.cache.RemovalCause[] cause long now Object k com.github.benmanes.caffeine.cache.Node n private static synthetic void lambda$clear$6 (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node e private synthetic void lambda$refreshIfNeeded$5 (long[], java.lang.Object, java.util.concurrent.CompletableFuture[], java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Node, long, java.lang.Object, java.lang.Throwable) long[] startTime Object keyReference java.util.concurrent.CompletableFuture[] refreshFuture Object key Object oldValue com.github.benmanes.caffeine.cache.Node node long writeTime Object newValue Throwable error long loadTime Object value boolean[] discard private synthetic java.lang.Object lambda$refreshIfNeeded$4 (boolean[], java.lang.Object, java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.Node, long, java.lang.Object, java.lang.Object) boolean[] discard Object value Object newValue Object oldValue com.github.benmanes.caffeine.cache.Node node long writeTime Object k Object currentValue private synthetic java.util.concurrent.CompletableFuture lambda$refreshIfNeeded$3 (long[], java.lang.Object, java.lang.Object, java.util.concurrent.CompletableFuture[], java.lang.Object) java.util.concurrent.CompletableFuture refresh java.util.concurrent.CompletableFuture future java.util.concurrent.CompletableFuture refresh InterruptedException e Throwable e long[] startTime Object oldValue Object key java.util.concurrent.CompletableFuture[] refreshFuture Object k private synthetic com.github.benmanes.caffeine.cache.Node lambda$evictEntry$2 (com.github.benmanes.caffeine.cache.Node, java.lang.Object[], java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause[], com.github.benmanes.caffeine.cache.RemovalCause, boolean[], long, java.lang.Object, boolean[], java.lang.Object, com.github.benmanes.caffeine.cache.Node) boolean expired int weight com.github.benmanes.caffeine.cache.Node node Object[] value Object key com.github.benmanes.caffeine.cache.RemovalCause[] actualCause com.github.benmanes.caffeine.cache.RemovalCause cause boolean[] resurrect long now Object keyReference boolean[] removed Object k com.github.benmanes.caffeine.cache.Node n private synthetic void lambda$notifyRemoval$1 (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) Throwable t Object key Object value com.github.benmanes.caffeine.cache.RemovalCause cause private static synthetic void lambda$new$0 (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node e static void <clinit> () ReflectiveOperationException e }
com/github/benmanes/caffeine/cache/BoundedWeigher.class
Weigher.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.BoundedWeigher extends java.lang.Object implements com.github.benmanes.caffeine.cache.Weigher java.io.Serializable { static final long serialVersionUID final com.github.benmanes.caffeine.cache.Weigher delegate void <init> (com.github.benmanes.caffeine.cache.Weigher) com.github.benmanes.caffeine.cache.Weigher delegate public int weigh (java.lang.Object, java.lang.Object) Object key Object value int weight java.lang.Object writeReplace () }
com/github/benmanes/caffeine/cache/Buffer.class
Buffer.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.Buffer extends java.lang.Object { public static final int FULL public static final int FAILED public static final int SUCCESS public static com.github.benmanes.caffeine.cache.Buffer disabled () public abstract int offer (java.lang.Object) public abstract void drainTo (java.util.function.Consumer) public long size () public abstract long reads () public abstract long writes () }
com/github/benmanes/caffeine/cache/Cache.class
Cache.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Cache extends java.lang.Object { public abstract java.lang.Object getIfPresent (java.lang.Object) public abstract java.lang.Object get (java.lang.Object, java.util.function.Function) public abstract java.util.Map getAllPresent (java.lang.Iterable) public abstract java.util.Map getAll (java.lang.Iterable, java.util.function.Function) public abstract void put (java.lang.Object, java.lang.Object) public abstract void putAll (java.util.Map) public abstract void invalidate (java.lang.Object) public abstract void invalidateAll (java.lang.Iterable) public abstract void invalidateAll () public abstract long estimatedSize () public abstract com.github.benmanes.caffeine.cache.stats.CacheStats stats () public abstract java.util.concurrent.ConcurrentMap asMap () public abstract void cleanUp () public abstract com.github.benmanes.caffeine.cache.Policy policy () }
com/github/benmanes/caffeine/cache/CacheLoader$1.class
CacheLoader.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.CacheLoader$1 extends java.lang.Object implements com.github.benmanes.caffeine.cache.CacheLoader { final synthetic java.util.function.Function val$mappingFunction void <init> (java.util.function.Function) public java.lang.Object load (java.lang.Object) Object key public java.util.Map loadAll (java.util.Set) java.util.Set keys }
com/github/benmanes/caffeine/cache/CacheLoader.class
CacheLoader.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.CacheLoader extends java.lang.Object implements com.github.benmanes.caffeine.cache.AsyncCacheLoader { public abstract java.lang.Object load (java.lang.Object) throws java.lang.Exception public java.util.Map loadAll (java.util.Set) throws java.lang.Exception java.util.Set keys public java.util.concurrent.CompletableFuture asyncLoad (java.lang.Object, java.util.concurrent.Executor) Object key java.util.concurrent.Executor executor public java.util.concurrent.CompletableFuture asyncLoadAll (java.util.Set, java.util.concurrent.Executor) java.util.Set keys java.util.concurrent.Executor executor public java.lang.Object reload (java.lang.Object, java.lang.Object) throws java.lang.Exception Object key Object oldValue public java.util.concurrent.CompletableFuture asyncReload (java.lang.Object, java.lang.Object, java.util.concurrent.Executor) throws java.lang.Exception Object key Object oldValue java.util.concurrent.Executor executor public static com.github.benmanes.caffeine.cache.CacheLoader bulk (java.util.function.Function) java.util.function.Function mappingFunction private synthetic java.lang.Object lambda$asyncReload$2 (java.lang.Object, java.lang.Object) RuntimeException e Exception e Object key Object oldValue private synthetic java.util.Map lambda$asyncLoadAll$1 (java.util.Set) RuntimeException e Exception e java.util.Set keys private synthetic java.lang.Object lambda$asyncLoad$0 (java.lang.Object) RuntimeException e Exception e Object key }
com/github/benmanes/caffeine/cache/Caffeine$Strength.class
Caffeine.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.Caffeine$Strength extends java.lang.Enum { public static final enum com.github.benmanes.caffeine.cache.Caffeine$Strength WEAK public static final enum com.github.benmanes.caffeine.cache.Caffeine$Strength SOFT private static final synthetic com.github.benmanes.caffeine.cache.Caffeine$Strength[] $VALUES public static com.github.benmanes.caffeine.cache.Caffeine$Strength[] values () public static com.github.benmanes.caffeine.cache.Caffeine$Strength valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/github/benmanes/caffeine/cache/Caffeine.class
Caffeine.java package com.github.benmanes.caffeine.cache public final com.github.benmanes.caffeine.cache.Caffeine extends java.lang.Object { static final System$Logger logger static final java.util.function.Supplier ENABLED_STATS_COUNTER_SUPPLIER static final int UNSET_INT static final int DEFAULT_INITIAL_CAPACITY static final int DEFAULT_EXPIRATION_NANOS static final int DEFAULT_REFRESH_NANOS boolean strictParsing long maximumSize long maximumWeight int initialCapacity long expireAfterWriteNanos long expireAfterAccessNanos long refreshAfterWriteNanos com.github.benmanes.caffeine.cache.RemovalListener evictionListener com.github.benmanes.caffeine.cache.RemovalListener removalListener java.util.function.Supplier statsCounterSupplier com.github.benmanes.caffeine.cache.Weigher weigher com.github.benmanes.caffeine.cache.Expiry expiry com.github.benmanes.caffeine.cache.Scheduler scheduler java.util.concurrent.Executor executor com.github.benmanes.caffeine.cache.Ticker ticker com.github.benmanes.caffeine.cache.Caffeine$Strength keyStrength com.github.benmanes.caffeine.cache.Caffeine$Strength valueStrength private void <init> () static transient void requireArgument (boolean, java.lang.String, java.lang.Object[]) boolean expression String template Object[] args static void requireArgument (boolean) boolean expression static void requireState (boolean) boolean expression static transient void requireState (boolean, java.lang.String, java.lang.Object[]) boolean expression String template Object[] args static int ceilingPowerOfTwo (int) int x static long ceilingPowerOfTwo (long) long x public static com.github.benmanes.caffeine.cache.Caffeine newBuilder () public static com.github.benmanes.caffeine.cache.Caffeine from (com.github.benmanes.caffeine.cache.CaffeineSpec) com.github.benmanes.caffeine.cache.CaffeineSpec spec com.github.benmanes.caffeine.cache.Caffeine builder public static com.github.benmanes.caffeine.cache.Caffeine from (java.lang.String) String spec public com.github.benmanes.caffeine.cache.Caffeine initialCapacity (int) int initialCapacity boolean hasInitialCapacity () int getInitialCapacity () public com.github.benmanes.caffeine.cache.Caffeine executor (java.util.concurrent.Executor) java.util.concurrent.Executor executor java.util.concurrent.Executor getExecutor () public com.github.benmanes.caffeine.cache.Caffeine scheduler (com.github.benmanes.caffeine.cache.Scheduler) com.github.benmanes.caffeine.cache.Scheduler scheduler com.github.benmanes.caffeine.cache.Scheduler getScheduler () public com.github.benmanes.caffeine.cache.Caffeine maximumSize (long) long maximumSize public com.github.benmanes.caffeine.cache.Caffeine maximumWeight (long) long maximumWeight public com.github.benmanes.caffeine.cache.Caffeine weigher (com.github.benmanes.caffeine.cache.Weigher) com.github.benmanes.caffeine.cache.Weigher weigher com.github.benmanes.caffeine.cache.Caffeine self boolean evicts () boolean isWeighted () long getMaximum () com.github.benmanes.caffeine.cache.Weigher getWeigher (boolean) boolean isAsync com.github.benmanes.caffeine.cache.Weigher delegate public com.github.benmanes.caffeine.cache.Caffeine weakKeys () boolean isStrongKeys () public com.github.benmanes.caffeine.cache.Caffeine weakValues () boolean isStrongValues () boolean isWeakValues () public com.github.benmanes.caffeine.cache.Caffeine softValues () public com.github.benmanes.caffeine.cache.Caffeine expireAfterWrite (java.time.Duration) java.time.Duration duration public com.github.benmanes.caffeine.cache.Caffeine expireAfterWrite (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit long getExpiresAfterWriteNanos () boolean expiresAfterWrite () public com.github.benmanes.caffeine.cache.Caffeine expireAfterAccess (java.time.Duration) java.time.Duration duration public com.github.benmanes.caffeine.cache.Caffeine expireAfterAccess (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit long getExpiresAfterAccessNanos () boolean expiresAfterAccess () public com.github.benmanes.caffeine.cache.Caffeine expireAfter (com.github.benmanes.caffeine.cache.Expiry) com.github.benmanes.caffeine.cache.Expiry expiry com.github.benmanes.caffeine.cache.Caffeine self boolean expiresVariable () com.github.benmanes.caffeine.cache.Expiry getExpiry (boolean) boolean isAsync public com.github.benmanes.caffeine.cache.Caffeine refreshAfterWrite (java.time.Duration) java.time.Duration duration public com.github.benmanes.caffeine.cache.Caffeine refreshAfterWrite (long, java.util.concurrent.TimeUnit) long duration java.util.concurrent.TimeUnit unit long getRefreshAfterWriteNanos () boolean refreshAfterWrite () public com.github.benmanes.caffeine.cache.Caffeine ticker (com.github.benmanes.caffeine.cache.Ticker) com.github.benmanes.caffeine.cache.Ticker ticker com.github.benmanes.caffeine.cache.Ticker getTicker () boolean useTicker public com.github.benmanes.caffeine.cache.Caffeine evictionListener (com.github.benmanes.caffeine.cache.RemovalListener) com.github.benmanes.caffeine.cache.RemovalListener evictionListener com.github.benmanes.caffeine.cache.Caffeine self com.github.benmanes.caffeine.cache.RemovalListener getEvictionListener (boolean) boolean async com.github.benmanes.caffeine.cache.RemovalListener castedListener public com.github.benmanes.caffeine.cache.Caffeine removalListener (com.github.benmanes.caffeine.cache.RemovalListener) com.github.benmanes.caffeine.cache.RemovalListener removalListener com.github.benmanes.caffeine.cache.Caffeine self com.github.benmanes.caffeine.cache.RemovalListener getRemovalListener (boolean) boolean async com.github.benmanes.caffeine.cache.RemovalListener castedListener public com.github.benmanes.caffeine.cache.Caffeine recordStats () public com.github.benmanes.caffeine.cache.Caffeine recordStats (java.util.function.Supplier) java.util.function.Supplier statsCounterSupplier boolean isRecordingStats () java.util.function.Supplier getStatsCounterSupplier () boolean isBounded () public com.github.benmanes.caffeine.cache.Cache build () com.github.benmanes.caffeine.cache.Caffeine self public com.github.benmanes.caffeine.cache.LoadingCache build (com.github.benmanes.caffeine.cache.CacheLoader) com.github.benmanes.caffeine.cache.CacheLoader loader com.github.benmanes.caffeine.cache.Caffeine self public com.github.benmanes.caffeine.cache.AsyncCache buildAsync () com.github.benmanes.caffeine.cache.Caffeine self public com.github.benmanes.caffeine.cache.AsyncLoadingCache buildAsync (com.github.benmanes.caffeine.cache.CacheLoader) com.github.benmanes.caffeine.cache.CacheLoader loader public com.github.benmanes.caffeine.cache.AsyncLoadingCache buildAsync (com.github.benmanes.caffeine.cache.AsyncCacheLoader) com.github.benmanes.caffeine.cache.AsyncCacheLoader loader com.github.benmanes.caffeine.cache.Caffeine self void requireNonLoadingCache () void requireWeightWithWeigher () private static long saturatedToNanos (java.time.Duration) ArithmeticException tooBig java.time.Duration duration public java.lang.String toString () StringBuilder s int baseLength private static synthetic com.github.benmanes.caffeine.cache.stats.StatsCounter lambda$recordStats$0 (java.util.function.Supplier) java.util.function.Supplier statsCounterSupplier static void <clinit> () }
com/github/benmanes/caffeine/cache/CaffeineSpec.class
CaffeineSpec.java package com.github.benmanes.caffeine.cache public final com.github.benmanes.caffeine.cache.CaffeineSpec extends java.lang.Object { static final String SPLIT_OPTIONS static final String SPLIT_KEY_VALUE final String specification int initialCapacity long maximumWeight long maximumSize boolean recordStats com.github.benmanes.caffeine.cache.Caffeine$Strength keyStrength com.github.benmanes.caffeine.cache.Caffeine$Strength valueStrength java.time.Duration expireAfterWrite java.time.Duration expireAfterAccess java.time.Duration refreshAfterWrite private void <init> (java.lang.String) String specification com.github.benmanes.caffeine.cache.Caffeine toBuilder () com.github.benmanes.caffeine.cache.Caffeine builder public static com.github.benmanes.caffeine.cache.CaffeineSpec parse (java.lang.String) String option String specification com.github.benmanes.caffeine.cache.CaffeineSpec spec void parseOption (java.lang.String) String option String[] keyAndValue String key String value void configure (java.lang.String, java.lang.String) String key String value void initialCapacity (java.lang.String, java.lang.String) String key String value void maximumSize (java.lang.String, java.lang.String) String key String value void maximumWeight (java.lang.String, java.lang.String) String key String value void weakKeys (java.lang.String) String value void valueStrength (java.lang.String, java.lang.String, com.github.benmanes.caffeine.cache.Caffeine$Strength) String key String value com.github.benmanes.caffeine.cache.Caffeine$Strength strength void expireAfterAccess (java.lang.String, java.lang.String) String key String value void expireAfterWrite (java.lang.String, java.lang.String) String key String value void refreshAfterWrite (java.lang.String, java.lang.String) String key String value void recordStats (java.lang.String) String value static int parseInt (java.lang.String, java.lang.String) NumberFormatException e String key String value static long parseLong (java.lang.String, java.lang.String) NumberFormatException e String key String value static java.time.Duration parseDuration (java.lang.String, java.lang.String) java.time.Duration duration String key String value boolean isIsoFormat long duration java.util.concurrent.TimeUnit unit static java.util.concurrent.TimeUnit parseTimeUnit (java.lang.String, java.lang.String) String key String value char lastChar public boolean equals (java.lang.Object) Object o com.github.benmanes.caffeine.cache.CaffeineSpec spec public int hashCode () public java.lang.String toParsableString () public java.lang.String toString () }
com/github/benmanes/caffeine/cache/DisabledBuffer.class
Buffer.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.DisabledBuffer extends java.lang.Enum implements com.github.benmanes.caffeine.cache.Buffer { public static final enum com.github.benmanes.caffeine.cache.DisabledBuffer INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.DisabledBuffer[] $VALUES public static com.github.benmanes.caffeine.cache.DisabledBuffer[] values () public static com.github.benmanes.caffeine.cache.DisabledBuffer valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int offer (java.lang.Object) Object e public void drainTo (java.util.function.Consumer) java.util.function.Consumer consumer public long size () public long reads () public long writes () static void <clinit> () }
com/github/benmanes/caffeine/cache/DisabledFuture.class
Scheduler.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.DisabledFuture extends java.lang.Enum implements java.util.concurrent.Future { public static final enum com.github.benmanes.caffeine.cache.DisabledFuture INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.DisabledFuture[] $VALUES public static com.github.benmanes.caffeine.cache.DisabledFuture[] values () public static com.github.benmanes.caffeine.cache.DisabledFuture valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public boolean isDone () public boolean isCancelled () public boolean cancel (boolean) boolean mayInterruptIfRunning public java.lang.Void get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException public java.lang.Void get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public volatile synthetic java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException public volatile synthetic java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException static void <clinit> () }
com/github/benmanes/caffeine/cache/DisabledScheduler.class
Scheduler.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.DisabledScheduler extends java.lang.Enum implements com.github.benmanes.caffeine.cache.Scheduler { public static final enum com.github.benmanes.caffeine.cache.DisabledScheduler INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.DisabledScheduler[] $VALUES public static com.github.benmanes.caffeine.cache.DisabledScheduler[] values () public static com.github.benmanes.caffeine.cache.DisabledScheduler valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public java.util.concurrent.Future schedule (java.util.concurrent.Executor, java.lang.Runnable, long, java.util.concurrent.TimeUnit) java.util.concurrent.Executor executor Runnable command long delay java.util.concurrent.TimeUnit unit static void <clinit> () }
com/github/benmanes/caffeine/cache/DisabledTicker.class
Ticker.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.DisabledTicker extends java.lang.Enum implements com.github.benmanes.caffeine.cache.Ticker { public static final enum com.github.benmanes.caffeine.cache.DisabledTicker INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.DisabledTicker[] $VALUES public static com.github.benmanes.caffeine.cache.DisabledTicker[] values () public static com.github.benmanes.caffeine.cache.DisabledTicker valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public long read () static void <clinit> () }
com/github/benmanes/caffeine/cache/ExecutorServiceScheduler.class
Scheduler.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.ExecutorServiceScheduler extends java.lang.Object implements com.github.benmanes.caffeine.cache.Scheduler java.io.Serializable { static final System$Logger logger static final long serialVersionUID final java.util.concurrent.ScheduledExecutorService scheduledExecutorService void <init> (java.util.concurrent.ScheduledExecutorService) java.util.concurrent.ScheduledExecutorService scheduledExecutorService public java.util.concurrent.Future schedule (java.util.concurrent.Executor, java.lang.Runnable, long, java.util.concurrent.TimeUnit) java.util.concurrent.Executor executor Runnable command long delay java.util.concurrent.TimeUnit unit private static synthetic void lambda$schedule$0 (java.util.concurrent.Executor, java.lang.Runnable) Throwable t java.util.concurrent.Executor executor Runnable command static void <clinit> () }
com/github/benmanes/caffeine/cache/Expiry.class
Expiry.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Expiry extends java.lang.Object { public abstract long expireAfterCreate (java.lang.Object, java.lang.Object, long) public abstract long expireAfterUpdate (java.lang.Object, java.lang.Object, long, long) public abstract long expireAfterRead (java.lang.Object, java.lang.Object, long, long) }
com/github/benmanes/caffeine/cache/FD.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FD extends com.github.benmanes.caffeine.cache.Node implements com.github.benmanes.caffeine.cache.NodeFactory { protected static final java.lang.invoke.VarHandle VALUE volatile com.github.benmanes.caffeine.cache.References$SoftValueReference value void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final java.lang.Object getKeyReference () public final java.lang.Object getKey () public final java.lang.Object getValue () public final java.lang.Object getValueReference () public final void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) public final boolean containsValue (java.lang.Object) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public java.lang.Object newLookupKey (java.lang.Object) public java.lang.Object newReferenceKey (java.lang.Object, java.lang.ref.ReferenceQueue) public boolean softValues () public final boolean isAlive () public final boolean isRetired () public final void retire () public final boolean isDead () public final void die () static void <clinit> () }
com/github/benmanes/caffeine/cache/FDA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FDA extends com.github.benmanes.caffeine.cache.FD { protected static final java.lang.invoke.VarHandle ACCESS_TIME volatile long accessTime com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getAccessTime () public final void setAccessTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public final void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public final void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FDAMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDAMS extends com.github.benmanes.caffeine.cache.FDA { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDAMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDAMW extends com.github.benmanes.caffeine.cache.FDA { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDAR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FDAR extends com.github.benmanes.caffeine.cache.FDA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/FDARMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDARMS extends com.github.benmanes.caffeine.cache.FDAR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDARMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDARMW extends com.github.benmanes.caffeine.cache.FDAR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FDAW extends com.github.benmanes.caffeine.cache.FDA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FDAWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDAWMS extends com.github.benmanes.caffeine.cache.FDAW { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDAWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDAWMW extends com.github.benmanes.caffeine.cache.FDAW { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDAWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FDAWR extends com.github.benmanes.caffeine.cache.FDAW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDAWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDAWRMS extends com.github.benmanes.caffeine.cache.FDAWR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDAWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDAWRMW extends com.github.benmanes.caffeine.cache.FDAWR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDMS extends com.github.benmanes.caffeine.cache.FD { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FDMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDMW extends com.github.benmanes.caffeine.cache.FD { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FDR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FDR extends com.github.benmanes.caffeine.cache.FD { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/FDRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDRMS extends com.github.benmanes.caffeine.cache.FDR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FDRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDRMW extends com.github.benmanes.caffeine.cache.FDR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FDW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FDW extends com.github.benmanes.caffeine.cache.FD { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FDWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDWMS extends com.github.benmanes.caffeine.cache.FDW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FDWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDWMW extends com.github.benmanes.caffeine.cache.FDW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FDWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FDWR extends com.github.benmanes.caffeine.cache.FDW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FDWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDWRMS extends com.github.benmanes.caffeine.cache.FDWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FDWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FDWRMW extends com.github.benmanes.caffeine.cache.FDWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FS extends com.github.benmanes.caffeine.cache.Node implements com.github.benmanes.caffeine.cache.NodeFactory { protected static final java.lang.invoke.VarHandle KEY protected static final java.lang.invoke.VarHandle VALUE volatile com.github.benmanes.caffeine.cache.References$WeakKeyReference key volatile Object value void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final java.lang.Object getKey () public final java.lang.Object getKeyReference () public final java.lang.Object getValue () public final java.lang.Object getValueReference () public final void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) public final boolean containsValue (java.lang.Object) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public java.lang.Object newLookupKey (java.lang.Object) public java.lang.Object newReferenceKey (java.lang.Object, java.lang.ref.ReferenceQueue) public final boolean isAlive () public final boolean isRetired () public final void retire () public final boolean isDead () public final void die () static void <clinit> () }
com/github/benmanes/caffeine/cache/FSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FSA extends com.github.benmanes.caffeine.cache.FS { protected static final java.lang.invoke.VarHandle ACCESS_TIME volatile long accessTime com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getAccessTime () public final void setAccessTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public final void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public final void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FSAMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSAMS extends com.github.benmanes.caffeine.cache.FSA { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSAMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSAMW extends com.github.benmanes.caffeine.cache.FSA { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSAR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FSAR extends com.github.benmanes.caffeine.cache.FSA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/FSARMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSARMS extends com.github.benmanes.caffeine.cache.FSAR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSARMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSARMW extends com.github.benmanes.caffeine.cache.FSAR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FSAW extends com.github.benmanes.caffeine.cache.FSA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FSAWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSAWMS extends com.github.benmanes.caffeine.cache.FSAW { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSAWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSAWMW extends com.github.benmanes.caffeine.cache.FSAW { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FSAWR extends com.github.benmanes.caffeine.cache.FSAW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSAWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSAWRMS extends com.github.benmanes.caffeine.cache.FSAWR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSAWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSAWRMW extends com.github.benmanes.caffeine.cache.FSAWR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSMS extends com.github.benmanes.caffeine.cache.FS { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FSMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSMW extends com.github.benmanes.caffeine.cache.FS { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FSR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FSR extends com.github.benmanes.caffeine.cache.FS { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/FSRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSRMS extends com.github.benmanes.caffeine.cache.FSR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FSRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSRMW extends com.github.benmanes.caffeine.cache.FSR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FSW extends com.github.benmanes.caffeine.cache.FS { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FSWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSWMS extends com.github.benmanes.caffeine.cache.FSW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FSWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSWMW extends com.github.benmanes.caffeine.cache.FSW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FSWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FSWR extends com.github.benmanes.caffeine.cache.FSW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FSWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSWRMS extends com.github.benmanes.caffeine.cache.FSWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FSWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FSWRMW extends com.github.benmanes.caffeine.cache.FSWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FW extends com.github.benmanes.caffeine.cache.Node implements com.github.benmanes.caffeine.cache.NodeFactory { protected static final java.lang.invoke.VarHandle VALUE volatile com.github.benmanes.caffeine.cache.References$WeakValueReference value void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final java.lang.Object getKeyReference () public final java.lang.Object getKey () public final java.lang.Object getValue () public final java.lang.Object getValueReference () public final void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) public final boolean containsValue (java.lang.Object) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public java.lang.Object newLookupKey (java.lang.Object) public java.lang.Object newReferenceKey (java.lang.Object, java.lang.ref.ReferenceQueue) public boolean weakValues () public final boolean isAlive () public final boolean isRetired () public final void retire () public final boolean isDead () public final void die () static void <clinit> () }
com/github/benmanes/caffeine/cache/FWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FWA extends com.github.benmanes.caffeine.cache.FW { protected static final java.lang.invoke.VarHandle ACCESS_TIME volatile long accessTime com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getAccessTime () public final void setAccessTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public final void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public final void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FWAMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWAMS extends com.github.benmanes.caffeine.cache.FWA { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWAMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWAMW extends com.github.benmanes.caffeine.cache.FWA { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWAR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FWAR extends com.github.benmanes.caffeine.cache.FWA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/FWARMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWARMS extends com.github.benmanes.caffeine.cache.FWAR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWARMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWARMW extends com.github.benmanes.caffeine.cache.FWAR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FWAW extends com.github.benmanes.caffeine.cache.FWA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FWAWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWAWMS extends com.github.benmanes.caffeine.cache.FWAW { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWAWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWAWMW extends com.github.benmanes.caffeine.cache.FWAW { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FWAWR extends com.github.benmanes.caffeine.cache.FWAW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWAWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWAWRMS extends com.github.benmanes.caffeine.cache.FWAWR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWAWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWAWRMW extends com.github.benmanes.caffeine.cache.FWAWR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWMS extends com.github.benmanes.caffeine.cache.FW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWMW extends com.github.benmanes.caffeine.cache.FW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FWR extends com.github.benmanes.caffeine.cache.FW { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/FWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWRMS extends com.github.benmanes.caffeine.cache.FWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWRMW extends com.github.benmanes.caffeine.cache.FWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FWW extends com.github.benmanes.caffeine.cache.FW { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/FWWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWWMS extends com.github.benmanes.caffeine.cache.FWW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FWWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWWMW extends com.github.benmanes.caffeine.cache.FWW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FWWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.FWWR extends com.github.benmanes.caffeine.cache.FWW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/FWWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWWRMS extends com.github.benmanes.caffeine.cache.FWWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FWWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FWWRMW extends com.github.benmanes.caffeine.cache.FWWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/FrequencySketch.class
FrequencySketch.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.FrequencySketch extends java.lang.Object { static final long[] SEED static final long RESET_MASK static final long ONE_MASK int sampleSize int tableMask long[] table int size public void <init> () public void ensureCapacity (long) long maximumSize int maximum public boolean isNotInitialized () public int frequency (java.lang.Object) int index int count int i Object e int hash int start int frequency public void increment (java.lang.Object) Object e int hash int start int index0 int index1 int index2 int index3 boolean added boolean incrementAt (int, int) int i int j int offset long mask void reset () int i int count int indexOf (int, int) int item int i long hash int spread (int) int x static void <clinit> () }
com/github/benmanes/caffeine/cache/GuardedScheduler.class
Scheduler.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.GuardedScheduler extends java.lang.Object implements com.github.benmanes.caffeine.cache.Scheduler java.io.Serializable { static final System$Logger logger static final long serialVersionUID final com.github.benmanes.caffeine.cache.Scheduler delegate void <init> (com.github.benmanes.caffeine.cache.Scheduler) com.github.benmanes.caffeine.cache.Scheduler delegate public java.util.concurrent.Future schedule (java.util.concurrent.Executor, java.lang.Runnable, long, java.util.concurrent.TimeUnit) java.util.concurrent.Future future Throwable t java.util.concurrent.Executor executor Runnable command long delay java.util.concurrent.TimeUnit unit static void <clinit> () }
com/github/benmanes/caffeine/cache/LinkedDeque$PeekingIterator$1.class
LinkedDeque.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator$1 extends java.lang.Object implements com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator { final synthetic com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator val$first final synthetic com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator val$second void <init> (com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator, com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator) public boolean hasNext () public java.lang.Object next () public java.lang.Object peek () }
com/github/benmanes/caffeine/cache/LinkedDeque$PeekingIterator$2.class
LinkedDeque.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator$2 extends java.lang.Object implements com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator { final synthetic com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator val$first final synthetic com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator val$second final synthetic java.util.Comparator val$comparator void <init> (com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator, com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator, java.util.Comparator) public boolean hasNext () public java.lang.Object next () Object o1 Object o2 boolean greaterOrEqual public java.lang.Object peek () Object o1 Object o2 boolean greaterOrEqual }
com/github/benmanes/caffeine/cache/LinkedDeque$PeekingIterator.class
LinkedDeque.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator extends java.lang.Object implements java.util.Iterator { public abstract java.lang.Object peek () public static com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator concat (com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator, com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator) com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator first com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator second public static com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator comparing (com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator, com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator, java.util.Comparator) com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator first com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator second java.util.Comparator comparator }
com/github/benmanes/caffeine/cache/LinkedDeque.class
LinkedDeque.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.LinkedDeque extends java.lang.Object implements java.util.Deque { public abstract boolean isFirst (java.lang.Object) public abstract boolean isLast (java.lang.Object) public abstract void moveToFront (java.lang.Object) public abstract void moveToBack (java.lang.Object) public abstract java.lang.Object getPrevious (java.lang.Object) public abstract void setPrevious (java.lang.Object, java.lang.Object) public abstract java.lang.Object getNext (java.lang.Object) public abstract void setNext (java.lang.Object, java.lang.Object) public abstract com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator iterator () public abstract com.github.benmanes.caffeine.cache.LinkedDeque$PeekingIterator descendingIterator () public volatile synthetic java.util.Iterator descendingIterator () public volatile synthetic java.util.Iterator iterator () }
com/github/benmanes/caffeine/cache/LoadingCache.class
LoadingCache.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.LoadingCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.Cache { public abstract java.lang.Object get (java.lang.Object) public abstract java.util.Map getAll (java.lang.Iterable) public abstract java.util.concurrent.CompletableFuture refresh (java.lang.Object) public abstract java.util.concurrent.CompletableFuture refreshAll (java.lang.Iterable) }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AbstractCacheView.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.LocalAsyncCache$AbstractCacheView extends java.lang.Object implements com.github.benmanes.caffeine.cache.Cache java.io.Serializable { private static final long serialVersionUID transient com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView asMapView public void <init> () abstract com.github.benmanes.caffeine.cache.LocalAsyncCache asyncCache () public java.lang.Object getIfPresent (java.lang.Object) Object key java.util.concurrent.CompletableFuture future public java.util.Map getAllPresent (java.lang.Iterable) Object key java.util.Map$Entry entry java.util.concurrent.CompletableFuture future Object value java.util.Iterator iter Iterable keys java.util.LinkedHashMap result int uniqueKeys java.util.Map castedResult public java.lang.Object get (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.util.Map getAll (java.lang.Iterable, java.util.function.Function) Iterable keys java.util.function.Function mappingFunction protected static java.lang.Object resolve (java.util.concurrent.CompletableFuture) java.util.concurrent.ExecutionException e InterruptedException e java.util.concurrent.CompletableFuture future public void put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map map public void invalidate (java.lang.Object) Object key public void invalidateAll (java.lang.Iterable) Iterable keys public void invalidateAll () public long estimatedSize () public com.github.benmanes.caffeine.cache.stats.CacheStats stats () public void cleanUp () public com.github.benmanes.caffeine.cache.Policy policy () public java.util.concurrent.ConcurrentMap asMap () }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsMapView$EntrySet$1.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$EntrySet$1 extends java.lang.Object implements java.util.Iterator { java.util.Iterator iterator java.util.Map$Entry cursor Object removalKey final synthetic com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$EntrySet this$1 void <init> (com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$EntrySet) com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$EntrySet this$1 public boolean hasNext () java.util.Map$Entry entry Object value public java.util.Map$Entry next () Object key java.util.Map$Entry entry public void remove () public volatile synthetic java.lang.Object next () }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsMapView$EntrySet.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$EntrySet extends java.util.AbstractSet { final synthetic com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView this$0 private void <init> (com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView) public boolean isEmpty () public int size () public boolean contains (java.lang.Object) Object o java.util.Map$Entry entry Object key Object value Object cachedValue public boolean remove (java.lang.Object) Object obj java.util.Map$Entry entry public void clear () public java.util.Iterator iterator () }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsMapView$Values$1.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$Values$1 extends java.lang.Object implements java.util.Iterator { java.util.Iterator iterator final synthetic com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$Values this$1 void <init> (com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$Values) com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$Values this$1 public boolean hasNext () public java.lang.Object next () public void remove () }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsMapView$Values.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView$Values extends java.util.AbstractCollection { final synthetic com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView this$0 private void <init> (com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView) public boolean isEmpty () public int size () public boolean contains (java.lang.Object) Object o public void clear () public java.util.Iterator iterator () }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsMapView.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache public final com.github.benmanes.caffeine.cache.LocalAsyncCache$AsMapView extends java.util.AbstractMap implements java.util.concurrent.ConcurrentMap { final com.github.benmanes.caffeine.cache.LocalCache delegate java.util.Collection values java.util.Set entries void <init> (com.github.benmanes.caffeine.cache.LocalCache) com.github.benmanes.caffeine.cache.LocalCache delegate public boolean isEmpty () public int size () public void clear () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) java.util.concurrent.CompletableFuture valueFuture Object value public java.lang.Object get (java.lang.Object) Object key public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object prior Object prior java.util.concurrent.CompletableFuture priorFuture boolean[] added java.util.concurrent.CompletableFuture computed Object key Object value public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value java.util.concurrent.CompletableFuture oldValueFuture public java.lang.Object remove (java.lang.Object) Object key java.util.concurrent.CompletableFuture oldValueFuture public boolean remove (java.lang.Object, java.lang.Object) java.util.concurrent.CompletableFuture future Object key Object value Object castedKey boolean[] done boolean[] removed public java.lang.Object replace (java.lang.Object, java.lang.Object) java.util.concurrent.CompletableFuture future Object key Object value Object[] oldValue boolean[] done public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) java.util.concurrent.CompletableFuture future Object key Object oldValue Object newValue boolean[] done boolean[] replaced public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object prior java.util.concurrent.CompletableFuture priorFuture java.util.concurrent.CompletableFuture[] future java.util.concurrent.CompletableFuture computed Object result Object key java.util.function.Function mappingFunction public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) java.util.concurrent.CompletableFuture valueFuture Object key java.util.function.BiFunction remappingFunction Object[] newValue public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) java.util.concurrent.CompletableFuture valueFuture Object key java.util.function.BiFunction remappingFunction Object[] newValue public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) java.util.concurrent.CompletableFuture mergedValueFuture Object key Object value java.util.function.BiFunction remappingFunction java.util.concurrent.CompletableFuture newValueFuture boolean[] merged public java.util.Set keySet () public java.util.Collection values () public java.util.Set entrySet () private static synthetic java.util.concurrent.CompletableFuture lambda$merge$7 (boolean[], java.util.function.BiFunction, java.lang.Object, java.util.concurrent.CompletableFuture, java.util.concurrent.CompletableFuture) boolean[] merged java.util.function.BiFunction remappingFunction Object value java.util.concurrent.CompletableFuture oldValueFuture java.util.concurrent.CompletableFuture valueFuture Object oldValue Object mergedValue private synthetic java.util.concurrent.CompletableFuture lambda$compute$6 (java.util.function.BiFunction, java.lang.Object[], java.lang.Object, java.lang.Object, java.util.concurrent.CompletableFuture) java.util.function.BiFunction remappingFunction Object[] newValue Object key Object k java.util.concurrent.CompletableFuture oldValueFuture Object oldValue java.util.function.BiFunction function private static synthetic java.util.concurrent.CompletableFuture lambda$computeIfPresent$5 (java.lang.Object[], java.util.function.BiFunction, java.lang.Object, java.lang.Object, java.util.concurrent.CompletableFuture) Object[] newValue java.util.function.BiFunction remappingFunction Object key Object k java.util.concurrent.CompletableFuture oldValueFuture Object oldValue private synthetic java.util.concurrent.CompletableFuture lambda$computeIfAbsent$4 (java.util.function.Function, java.lang.Object, java.util.concurrent.CompletableFuture[], java.lang.Object, java.util.concurrent.CompletableFuture) java.util.function.Function mappingFunction Object key java.util.concurrent.CompletableFuture[] future Object k java.util.concurrent.CompletableFuture valueFuture Object newValue private static synthetic java.util.concurrent.CompletableFuture lambda$replace$3 (boolean[], boolean[], java.lang.Object, java.lang.Object, java.lang.Object, java.util.concurrent.CompletableFuture) boolean[] done boolean[] replaced Object oldValue Object newValue Object k java.util.concurrent.CompletableFuture oldValueFuture private static synthetic java.util.concurrent.CompletableFuture lambda$replace$2 (boolean[], java.lang.Object[], java.lang.Object, java.lang.Object, java.util.concurrent.CompletableFuture) boolean[] done Object[] oldValue Object value Object k java.util.concurrent.CompletableFuture oldValueFuture private static synthetic java.util.concurrent.CompletableFuture lambda$remove$1 (boolean[], boolean[], java.lang.Object, java.lang.Object, java.util.concurrent.CompletableFuture) boolean[] done boolean[] removed Object value Object k java.util.concurrent.CompletableFuture oldValueFuture Object oldValue private static synthetic java.util.concurrent.CompletableFuture lambda$putIfAbsent$0 (boolean[], java.lang.Object, java.lang.Object, java.util.concurrent.CompletableFuture) boolean[] added Object value Object k java.util.concurrent.CompletableFuture valueFuture }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsyncAsMapView.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache public final com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncAsMapView extends java.lang.Object implements java.util.concurrent.ConcurrentMap { final com.github.benmanes.caffeine.cache.LocalAsyncCache asyncCache void <init> (com.github.benmanes.caffeine.cache.LocalAsyncCache) com.github.benmanes.caffeine.cache.LocalAsyncCache asyncCache public boolean isEmpty () public int size () public void clear () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.util.concurrent.CompletableFuture get (java.lang.Object) Object key public java.util.concurrent.CompletableFuture putIfAbsent (java.lang.Object, java.util.concurrent.CompletableFuture) Object key java.util.concurrent.CompletableFuture value java.util.concurrent.CompletableFuture prior long startTime public java.util.concurrent.CompletableFuture put (java.lang.Object, java.util.concurrent.CompletableFuture) Object key java.util.concurrent.CompletableFuture value java.util.concurrent.CompletableFuture prior long startTime public void putAll (java.util.Map) java.util.Map map public java.util.concurrent.CompletableFuture replace (java.lang.Object, java.util.concurrent.CompletableFuture) Object key java.util.concurrent.CompletableFuture value java.util.concurrent.CompletableFuture prior long startTime public boolean replace (java.lang.Object, java.util.concurrent.CompletableFuture, java.util.concurrent.CompletableFuture) Object key java.util.concurrent.CompletableFuture oldValue java.util.concurrent.CompletableFuture newValue boolean replaced long startTime public java.util.concurrent.CompletableFuture remove (java.lang.Object) Object key public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public java.util.concurrent.CompletableFuture computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction java.util.concurrent.CompletableFuture[] result long startTime java.util.concurrent.CompletableFuture future public java.util.concurrent.CompletableFuture computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction java.util.concurrent.CompletableFuture[] result long startTime public java.util.concurrent.CompletableFuture compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction java.util.concurrent.CompletableFuture[] result long startTime public java.util.concurrent.CompletableFuture merge (java.lang.Object, java.util.concurrent.CompletableFuture, java.util.function.BiFunction) Object key java.util.concurrent.CompletableFuture value java.util.function.BiFunction remappingFunction java.util.concurrent.CompletableFuture[] result long startTime public java.util.Set keySet () public java.util.Collection values () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public volatile synthetic java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) public volatile synthetic java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) public volatile synthetic java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) public volatile synthetic java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) public volatile synthetic java.lang.Object replace (java.lang.Object, java.lang.Object) public volatile synthetic boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object remove (java.lang.Object) public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object get (java.lang.Object) private static synthetic java.util.concurrent.CompletableFuture lambda$merge$4 (java.util.concurrent.CompletableFuture[], java.util.concurrent.CompletableFuture, java.util.function.BiFunction, java.lang.Object, java.util.concurrent.CompletableFuture) java.util.concurrent.CompletableFuture[] result java.util.concurrent.CompletableFuture value java.util.function.BiFunction remappingFunction Object k java.util.concurrent.CompletableFuture oldValue private static synthetic java.util.concurrent.CompletableFuture lambda$compute$3 (java.util.concurrent.CompletableFuture[], java.util.function.BiFunction, java.lang.Object, java.util.concurrent.CompletableFuture) java.util.concurrent.CompletableFuture[] result java.util.function.BiFunction remappingFunction Object k java.util.concurrent.CompletableFuture oldValue private static synthetic java.util.concurrent.CompletableFuture lambda$computeIfPresent$2 (java.util.concurrent.CompletableFuture[], java.util.function.BiFunction, java.lang.Object, java.util.concurrent.CompletableFuture) java.util.concurrent.CompletableFuture[] result java.util.function.BiFunction remappingFunction Object k java.util.concurrent.CompletableFuture oldValue private synthetic void lambda$computeIfAbsent$1 (java.lang.Object, java.lang.Throwable) Object r Throwable e private static synthetic java.util.concurrent.CompletableFuture lambda$computeIfAbsent$0 (java.util.concurrent.CompletableFuture[], java.util.function.Function, java.lang.Object) java.util.concurrent.CompletableFuture[] result java.util.function.Function mappingFunction Object k }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsyncBulkCompleter$NullMapCompletionException.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncBulkCompleter$NullMapCompletionException extends java.util.concurrent.CompletionException { private static final long serialVersionUID public void <init> () }
com/github/benmanes/caffeine/cache/LocalAsyncCache$AsyncBulkCompleter.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache public final com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncBulkCompleter extends java.lang.Object implements java.util.function.BiConsumer { private final com.github.benmanes.caffeine.cache.LocalCache cache private final java.util.Map proxies private final long startTime void <init> (com.github.benmanes.caffeine.cache.LocalCache, java.util.Map) com.github.benmanes.caffeine.cache.LocalCache cache java.util.Map proxies public void accept (java.util.Map, java.lang.Throwable) java.util.Map$Entry entry java.util.Map result Throwable error long loadTime private void fillProxies (java.util.Map) java.util.Map result private void addNewEntries (java.util.Map) java.util.Map result public volatile synthetic void accept (java.lang.Object, java.lang.Object) private synthetic void lambda$addNewEntries$1 (java.lang.Object, java.lang.Object) Object key Object value private synthetic void lambda$fillProxies$0 (java.util.Map, java.lang.Object, java.util.concurrent.CompletableFuture) java.util.Map result Object key java.util.concurrent.CompletableFuture future Object value }
com/github/benmanes/caffeine/cache/LocalAsyncCache$CacheView.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache public final com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView extends com.github.benmanes.caffeine.cache.LocalAsyncCache$AbstractCacheView { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.LocalAsyncCache asyncCache void <init> (com.github.benmanes.caffeine.cache.LocalAsyncCache) com.github.benmanes.caffeine.cache.LocalAsyncCache asyncCache com.github.benmanes.caffeine.cache.LocalAsyncCache asyncCache () }
com/github/benmanes/caffeine/cache/LocalAsyncCache.class
LocalAsyncCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.LocalAsyncCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.AsyncCache { public static final System$Logger logger public abstract com.github.benmanes.caffeine.cache.LocalCache cache () public abstract com.github.benmanes.caffeine.cache.Policy policy () public java.util.concurrent.CompletableFuture getIfPresent (java.lang.Object) Object key public java.util.concurrent.CompletableFuture get (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.util.concurrent.CompletableFuture get (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction mappingFunction public java.util.concurrent.CompletableFuture get (java.lang.Object, java.util.function.BiFunction, boolean) Object key java.util.function.BiFunction mappingFunction boolean recordStats long startTime java.util.concurrent.CompletableFuture[] result java.util.concurrent.CompletableFuture future public java.util.concurrent.CompletableFuture getAll (java.lang.Iterable, java.util.function.Function) Iterable keys java.util.function.Function mappingFunction public java.util.concurrent.CompletableFuture getAll (java.lang.Iterable, java.util.function.BiFunction) java.util.concurrent.CompletableFuture proxy java.util.concurrent.CompletableFuture future Object key Throwable t Iterable keys java.util.function.BiFunction mappingFunction java.util.LinkedHashMap futures java.util.HashMap proxies com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncBulkCompleter completer public static java.util.concurrent.CompletableFuture composeResult (java.util.Map) java.util.Map futures java.util.concurrent.CompletableFuture[] array public void put (java.lang.Object, java.util.concurrent.CompletableFuture) Object key java.util.concurrent.CompletableFuture valueFuture long startTime java.util.concurrent.CompletableFuture castedFuture public void handleCompletion (java.lang.Object, java.util.concurrent.CompletableFuture, long, boolean) Object key java.util.concurrent.CompletableFuture valueFuture long startTime boolean recordMiss java.util.concurrent.atomic.AtomicBoolean completed private synthetic void lambda$handleCompletion$7 (java.util.concurrent.atomic.AtomicBoolean, long, java.lang.Object, java.util.concurrent.CompletableFuture, boolean, java.lang.Object, java.lang.Throwable) java.util.concurrent.CompletableFuture castedFuture java.util.concurrent.atomic.AtomicBoolean completed long startTime Object key java.util.concurrent.CompletableFuture valueFuture boolean recordMiss Object value Throwable error long loadTime private static synthetic java.util.Map lambda$composeResult$6 (java.util.Map, java.lang.Void) java.util.Map futures Void ignored java.util.LinkedHashMap result private static synthetic void lambda$composeResult$5 (java.util.LinkedHashMap, java.lang.Object, java.util.concurrent.CompletableFuture) java.util.LinkedHashMap result Object key java.util.concurrent.CompletableFuture future Object value private static synthetic java.util.concurrent.CompletableFuture lambda$getAll$4 (java.util.function.Function, java.util.Set, java.util.concurrent.Executor) java.util.function.Function mappingFunction java.util.Set keysToLoad java.util.concurrent.Executor executor private static synthetic java.util.Map lambda$getAll$3 (java.util.function.Function, java.util.Set) java.util.function.Function mappingFunction java.util.Set keysToLoad private synthetic java.util.concurrent.CompletableFuture lambda$get$2 (java.util.function.BiFunction, java.lang.Object, java.util.concurrent.CompletableFuture[], java.lang.Object) java.util.function.BiFunction mappingFunction Object key java.util.concurrent.CompletableFuture[] result Object k java.util.concurrent.CompletableFuture castedResult private static synthetic java.util.concurrent.CompletableFuture lambda$get$1 (java.util.function.Function, java.lang.Object, java.lang.Object, java.util.concurrent.Executor) java.util.function.Function mappingFunction Object key Object k1 java.util.concurrent.Executor executor private static synthetic java.lang.Object lambda$get$0 (java.util.function.Function, java.lang.Object) java.util.function.Function mappingFunction Object key static void <clinit> () }
com/github/benmanes/caffeine/cache/LocalAsyncLoadingCache$LoadingCacheView.class
LocalAsyncLoadingCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView extends com.github.benmanes.caffeine.cache.LocalAsyncCache$AbstractCacheView implements com.github.benmanes.caffeine.cache.LoadingCache { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache asyncCache void <init> (com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache) com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache asyncCache com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache asyncCache () public java.lang.Object get (java.lang.Object) Object key public java.util.Map getAll (java.lang.Iterable) Iterable keys public java.util.concurrent.CompletableFuture refresh (java.lang.Object) java.util.concurrent.CompletableFuture future Object key Object keyReference public java.util.concurrent.CompletableFuture refreshAll (java.lang.Iterable) Object key Iterable keys java.util.LinkedHashMap result private java.util.concurrent.CompletableFuture tryOptimisticRefresh (java.lang.Object, java.lang.Object) java.util.concurrent.CompletableFuture future java.util.concurrent.CompletableFuture prior Object key Object keyReference java.util.concurrent.CompletableFuture lastRefresh java.util.concurrent.CompletableFuture oldValueFuture private java.util.concurrent.CompletableFuture tryComputeRefresh (java.lang.Object, java.lang.Object) Object key Object keyReference long[] startTime long[] writeTime boolean[] refreshed java.util.concurrent.CompletableFuture[] oldValueFuture java.util.concurrent.CompletableFuture future java.util.concurrent.CompletableFuture castedFuture volatile synthetic com.github.benmanes.caffeine.cache.LocalAsyncCache asyncCache () private synthetic void lambda$tryComputeRefresh$2 (java.lang.Object, java.util.concurrent.CompletableFuture, long[], java.lang.Object, java.util.concurrent.CompletableFuture[], long[], java.lang.Object, java.lang.Throwable) com.github.benmanes.caffeine.cache.RemovalCause cause Object keyReference java.util.concurrent.CompletableFuture castedFuture long[] startTime Object key java.util.concurrent.CompletableFuture[] oldValueFuture long[] writeTime Object newValue Throwable error long loadTime boolean[] discard java.util.concurrent.CompletableFuture value private synthetic java.util.concurrent.CompletableFuture lambda$tryComputeRefresh$1 (java.util.concurrent.CompletableFuture[], boolean[], java.lang.Object, long[], java.lang.Object, java.util.concurrent.CompletableFuture, java.lang.Object, java.util.concurrent.CompletableFuture) long expectedWriteTime java.util.concurrent.CompletableFuture[] oldValueFuture boolean[] discard Object newValue long[] writeTime Object key java.util.concurrent.CompletableFuture castedFuture Object ignored java.util.concurrent.CompletableFuture currentValue private synthetic java.util.concurrent.CompletableFuture lambda$tryComputeRefresh$0 (java.util.concurrent.CompletableFuture[], java.lang.Object, long[], boolean[], long[], java.lang.Object) RuntimeException e InterruptedException e Exception e java.util.concurrent.CompletableFuture[] oldValueFuture Object key long[] writeTime boolean[] refreshed long[] startTime Object k Object oldValue }
com/github/benmanes/caffeine/cache/LocalAsyncLoadingCache.class
LocalAsyncLoadingCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalAsyncCache com.github.benmanes.caffeine.cache.AsyncLoadingCache { static final System$Logger logger final java.util.function.BiFunction bulkMappingFunction final java.util.function.BiFunction mappingFunction final com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView cacheView void <init> (com.github.benmanes.caffeine.cache.AsyncCacheLoader) com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader java.util.function.BiFunction newMappingFunction (com.github.benmanes.caffeine.cache.AsyncCacheLoader) com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader java.util.function.BiFunction newBulkMappingFunction (com.github.benmanes.caffeine.cache.AsyncCacheLoader) com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader boolean canBulkLoad (com.github.benmanes.caffeine.cache.AsyncCacheLoader) java.lang.reflect.Method classLoadAll java.lang.reflect.Method defaultLoadAll Class defaultLoaderClass java.lang.reflect.Method classAsyncLoadAll java.lang.reflect.Method defaultAsyncLoadAll Exception e com.github.benmanes.caffeine.cache.AsyncCacheLoader loader public java.util.concurrent.CompletableFuture get (java.lang.Object) Object key public java.util.concurrent.CompletableFuture getAll (java.lang.Iterable) java.util.concurrent.CompletableFuture future Object key Iterable keys java.util.function.Function mappingFunction java.util.LinkedHashMap result public com.github.benmanes.caffeine.cache.LoadingCache synchronous () public volatile synthetic com.github.benmanes.caffeine.cache.Cache synchronous () private static synthetic java.util.concurrent.CompletableFuture lambda$newBulkMappingFunction$1 (com.github.benmanes.caffeine.cache.AsyncCacheLoader, java.util.Set, java.util.concurrent.Executor) java.util.concurrent.CompletableFuture loaded RuntimeException e InterruptedException e Exception e com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader java.util.Set keysToLoad java.util.concurrent.Executor executor private static synthetic java.util.concurrent.CompletableFuture lambda$newMappingFunction$0 (com.github.benmanes.caffeine.cache.AsyncCacheLoader, java.lang.Object, java.util.concurrent.Executor) RuntimeException e InterruptedException e Exception e com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader Object key java.util.concurrent.Executor executor static void <clinit> () }
com/github/benmanes/caffeine/cache/LocalCache.class
LocalCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.LocalCache extends java.lang.Object implements java.util.concurrent.ConcurrentMap { public abstract boolean isAsync () public abstract boolean isRecordingStats () public abstract com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () public abstract void notifyRemoval (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) public abstract java.util.concurrent.Executor executor () public abstract java.util.concurrent.ConcurrentMap refreshes () public abstract boolean hasWriteTime () public abstract com.github.benmanes.caffeine.cache.Expiry expiry () public abstract com.github.benmanes.caffeine.cache.Ticker expirationTicker () public abstract com.github.benmanes.caffeine.cache.Ticker statsTicker () public abstract long estimatedSize () public abstract java.lang.Object referenceKey (java.lang.Object) public abstract java.lang.Object getIfPresent (java.lang.Object, boolean) public abstract java.lang.Object getIfPresentQuietly (java.lang.Object, long[]) public abstract java.util.Map getAllPresent (java.lang.Iterable) public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public abstract java.lang.Object compute (java.lang.Object, java.util.function.BiFunction, com.github.benmanes.caffeine.cache.Expiry, boolean, boolean, boolean) public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public abstract java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function, boolean, boolean) public void invalidateAll (java.lang.Iterable) Object key Iterable keys public abstract void cleanUp () public void notifyOnReplace (java.lang.Object, java.lang.Object, java.lang.Object) java.util.concurrent.CompletableFuture oldFuture java.util.concurrent.CompletableFuture newFuture Object key Object oldValue Object newValue public java.util.function.Function statsAware (java.util.function.Function, boolean) java.util.function.Function mappingFunction boolean recordLoad public java.util.function.BiFunction statsAware (java.util.function.BiFunction) java.util.function.BiFunction remappingFunction public java.util.function.BiFunction statsAware (java.util.function.BiFunction, boolean, boolean, boolean) java.util.function.BiFunction remappingFunction boolean recordMiss boolean recordLoad boolean recordLoadFailure private synthetic java.lang.Object lambda$statsAware$3 (boolean, java.util.function.BiFunction, boolean, boolean, java.lang.Object, java.lang.Object) Object result Throwable e boolean recordMiss java.util.function.BiFunction remappingFunction boolean recordLoadFailure boolean recordLoad Object t Object u Object result long startTime long loadTime private synthetic java.lang.Object lambda$statsAware$2 (java.util.function.Function, boolean, java.lang.Object) Object value Throwable e java.util.function.Function mappingFunction boolean recordLoad Object key Object value long startTime long loadTime private synthetic void lambda$notifyOnReplace$1 (java.util.concurrent.CompletableFuture, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Throwable) java.util.concurrent.CompletableFuture oldFuture Object key Object oldValue Object nv Throwable e private synthetic void lambda$notifyOnReplace$0 (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) Object nv Object key Object oldValue Object ov }
com/github/benmanes/caffeine/cache/LocalCacheFactory.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.LocalCacheFactory extends java.lang.Object { public static final String MAXIMUM public static final String WINDOW_MAXIMUM public static final String MAIN_PROTECTED_MAXIMUM public static final String WEIGHTED_SIZE public static final String WINDOW_WEIGHTED_SIZE public static final String MAIN_PROTECTED_WEIGHTED_SIZE public static final String KEY public static final String VALUE public static final String ACCESS_TIME public static final String WRITE_TIME public static final java.lang.invoke.MethodType FACTORY public static final java.lang.invoke.MethodHandles$Lookup LOOKUP private void <init> () static com.github.benmanes.caffeine.cache.BoundedLocalCache newBoundedLocalCache (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) static void <clinit> () }
com/github/benmanes/caffeine/cache/LocalLoadingCache.class
LocalLoadingCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.LocalLoadingCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalManualCache com.github.benmanes.caffeine.cache.LoadingCache { public static final System$Logger logger public abstract com.github.benmanes.caffeine.cache.CacheLoader cacheLoader () public abstract java.util.function.Function mappingFunction () public abstract java.util.function.Function bulkMappingFunction () public java.lang.Object get (java.lang.Object) Object key public java.util.Map getAll (java.lang.Iterable) Iterable keys java.util.function.Function mappingFunction public java.util.Map loadSequentially (java.lang.Iterable) Object key java.util.Map$Entry entry Object value java.util.Iterator iter Throwable t Iterable keys java.util.LinkedHashMap result int count public java.util.concurrent.CompletableFuture refresh (java.lang.Object) Object key long[] writeTime long[] startTime Object[] oldValue java.util.concurrent.CompletableFuture[] reloading Object keyReference java.util.concurrent.CompletableFuture future java.util.concurrent.CompletableFuture castedFuture public java.util.concurrent.CompletableFuture refreshAll (java.lang.Iterable) Object key Iterable keys java.util.LinkedHashMap result public static java.util.function.Function newMappingFunction (com.github.benmanes.caffeine.cache.CacheLoader) com.github.benmanes.caffeine.cache.CacheLoader cacheLoader public static java.util.function.Function newBulkMappingFunction (com.github.benmanes.caffeine.cache.CacheLoader) com.github.benmanes.caffeine.cache.CacheLoader cacheLoader public static boolean hasLoadAll (com.github.benmanes.caffeine.cache.CacheLoader) java.lang.reflect.Method classLoadAll java.lang.reflect.Method defaultLoadAll Exception e com.github.benmanes.caffeine.cache.CacheLoader loader private static synthetic java.util.Map lambda$newBulkMappingFunction$4 (com.github.benmanes.caffeine.cache.CacheLoader, java.util.Set) java.util.Map loaded RuntimeException e InterruptedException e Exception e com.github.benmanes.caffeine.cache.CacheLoader cacheLoader java.util.Set keysToLoad private static synthetic java.lang.Object lambda$newMappingFunction$3 (com.github.benmanes.caffeine.cache.CacheLoader, java.lang.Object) RuntimeException e InterruptedException e Exception e com.github.benmanes.caffeine.cache.CacheLoader cacheLoader Object key private synthetic void lambda$refresh$2 (java.lang.Object, java.util.concurrent.CompletableFuture[], long[], java.lang.Object, java.lang.Object[], long[], java.lang.Object, java.lang.Throwable) com.github.benmanes.caffeine.cache.RemovalCause cause Object keyReference java.util.concurrent.CompletableFuture[] reloading long[] startTime Object key Object[] oldValue long[] writeTime Object newValue Throwable error boolean removed long loadTime boolean[] discard Object value private synthetic java.lang.Object lambda$refresh$1 (java.lang.Object[], java.lang.Object, boolean, long[], java.lang.Object, boolean[], java.lang.Object, java.lang.Object) long expectedWriteTime Object[] oldValue Object newValue boolean removed long[] writeTime Object key boolean[] discard Object k Object currentValue private synthetic java.util.concurrent.CompletableFuture lambda$refresh$0 (long[], java.lang.Object[], java.lang.Object, long[], java.util.concurrent.CompletableFuture[], java.lang.Object, java.util.concurrent.CompletableFuture) java.util.concurrent.CompletableFuture refreshFuture RuntimeException e InterruptedException e Exception e long[] startTime Object[] oldValue Object key long[] writeTime java.util.concurrent.CompletableFuture[] reloading Object k java.util.concurrent.CompletableFuture existing static void <clinit> () }
com/github/benmanes/caffeine/cache/LocalManualCache.class
LocalManualCache.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.LocalManualCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.Cache { public abstract com.github.benmanes.caffeine.cache.LocalCache cache () public long estimatedSize () public void cleanUp () public java.lang.Object getIfPresent (java.lang.Object) Object key public java.lang.Object get (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.util.Map getAllPresent (java.lang.Iterable) Iterable keys public java.util.Map getAll (java.lang.Iterable, java.util.function.Function) Object value Object key Iterable keys java.util.function.Function mappingFunction java.util.Set keysToLoad java.util.Map found java.util.Map result public void bulkLoad (java.util.Set, java.util.Map, java.util.function.Function) Object value Object key java.util.Map loaded long loadTime RuntimeException e Exception e long loadTime java.util.Set keysToLoad java.util.Map result java.util.function.Function mappingFunction boolean success long startTime public void put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map map public void invalidate (java.lang.Object) Object key public void invalidateAll (java.lang.Iterable) Iterable keys public void invalidateAll () public com.github.benmanes.caffeine.cache.stats.CacheStats stats () public java.util.concurrent.ConcurrentMap asMap () }
com/github/benmanes/caffeine/cache/MpscChunkedArrayQueue.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.MpscChunkedArrayQueue extends com.github.benmanes.caffeine.cache.MpscChunkedArrayQueueColdProducerFields { byte p000 byte p001 byte p002 byte p003 byte p004 byte p005 byte p006 byte p007 byte p008 byte p009 byte p010 byte p011 byte p012 byte p013 byte p014 byte p015 byte p016 byte p017 byte p018 byte p019 byte p020 byte p021 byte p022 byte p023 byte p024 byte p025 byte p026 byte p027 byte p028 byte p029 byte p030 byte p031 byte p032 byte p033 byte p034 byte p035 byte p036 byte p037 byte p038 byte p039 byte p040 byte p041 byte p042 byte p043 byte p044 byte p045 byte p046 byte p047 byte p048 byte p049 byte p050 byte p051 byte p052 byte p053 byte p054 byte p055 byte p056 byte p057 byte p058 byte p059 byte p060 byte p061 byte p062 byte p063 byte p064 byte p065 byte p066 byte p067 byte p068 byte p069 byte p070 byte p071 byte p072 byte p073 byte p074 byte p075 byte p076 byte p077 byte p078 byte p079 byte p080 byte p081 byte p082 byte p083 byte p084 byte p085 byte p086 byte p087 byte p088 byte p089 byte p090 byte p091 byte p092 byte p093 byte p094 byte p095 byte p096 byte p097 byte p098 byte p099 byte p100 byte p101 byte p102 byte p103 byte p104 byte p105 byte p106 byte p107 byte p108 byte p109 byte p110 byte p111 byte p112 byte p113 byte p114 byte p115 byte p116 byte p117 byte p118 byte p119 void <init> (int, int) int initialCapacity int maxCapacity protected long availableInQueue (long, long) long pIndex long cIndex public int capacity () protected int getNextBufferSize (java.lang.Object[]) Object[] buffer protected long getCurrentBufferCapacity (long) long mask }
com/github/benmanes/caffeine/cache/MpscChunkedArrayQueueColdProducerFields.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.MpscChunkedArrayQueueColdProducerFields extends com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueue { protected final long maxQueueCapacity void <init> (int, int) int initialCapacity int maxCapacity }
com/github/benmanes/caffeine/cache/MpscGrowableArrayQueue.class
MpscGrowableArrayQueue.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.MpscGrowableArrayQueue extends com.github.benmanes.caffeine.cache.MpscChunkedArrayQueue { void <init> (int, int) int initialCapacity int maxCapacity protected int getNextBufferSize (java.lang.Object[]) Object[] buffer long maxSize int newSize protected long getCurrentBufferCapacity (long) long mask }
com/github/benmanes/caffeine/cache/Node.class
Node.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.Node extends java.lang.Object implements com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder { public static final int WINDOW public static final int PROBATION public static final int PROTECTED void <init> () public abstract java.lang.Object getKey () public abstract java.lang.Object getKeyReference () public abstract java.lang.Object getValue () public abstract java.lang.Object getValueReference () public abstract void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) public abstract boolean containsValue (java.lang.Object) public int getWeight () public void setWeight (int) int weight public int getPolicyWeight () public void setPolicyWeight (int) int weight public abstract boolean isAlive () public abstract boolean isRetired () public abstract boolean isDead () public abstract void retire () public abstract void die () public long getVariableTime () public void setVariableTime (long) long time public boolean casVariableTime (long, long) long expect long update public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node prev public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node prev public boolean inWindow () public boolean inMainProbation () public boolean inMainProtected () public void makeWindow () public void makeMainProbation () public void makeMainProtected () public int getQueueType () public void setQueueType (int) int queueType public long getAccessTime () public void setAccessTime (long) long time public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node prev public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node next public long getWriteTime () public void setWriteTime (long) long time public boolean casWriteTime (long, long) long expect long update public com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node prev public com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node next public final java.lang.String toString () public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () }
com/github/benmanes/caffeine/cache/NodeFactory.class
<Unknown> package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.NodeFactory extends java.lang.Object { public static final String KEY public static final String VALUE public static final String ACCESS_TIME public static final String WRITE_TIME public static final Object RETIRED_STRONG_KEY public static final Object DEAD_STRONG_KEY public static final com.github.benmanes.caffeine.cache.References$WeakKeyReference RETIRED_WEAK_KEY public static final com.github.benmanes.caffeine.cache.References$WeakKeyReference DEAD_WEAK_KEY public static final java.lang.invoke.MethodType FACTORY public static final java.lang.invoke.MethodHandles$Lookup LOOKUP public abstract com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public abstract com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public java.lang.Object newReferenceKey (java.lang.Object, java.lang.ref.ReferenceQueue) public java.lang.Object newLookupKey (java.lang.Object) public static com.github.benmanes.caffeine.cache.NodeFactory newFactory (com.github.benmanes.caffeine.cache.Caffeine, boolean) public boolean weakValues () public boolean softValues () static void <clinit> () }
com/github/benmanes/caffeine/cache/PD.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PD extends com.github.benmanes.caffeine.cache.Node implements com.github.benmanes.caffeine.cache.NodeFactory { protected static final java.lang.invoke.VarHandle VALUE volatile com.github.benmanes.caffeine.cache.References$SoftValueReference value void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final java.lang.Object getKeyReference () public final java.lang.Object getKey () public final java.lang.Object getValue () public final java.lang.Object getValueReference () public final void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) public final boolean containsValue (java.lang.Object) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public boolean softValues () public final boolean isAlive () public final boolean isRetired () public final void retire () public final boolean isDead () public final void die () static void <clinit> () }
com/github/benmanes/caffeine/cache/PDA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PDA extends com.github.benmanes.caffeine.cache.PD { protected static final java.lang.invoke.VarHandle ACCESS_TIME volatile long accessTime com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getAccessTime () public final void setAccessTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public final void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public final void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PDAMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDAMS extends com.github.benmanes.caffeine.cache.PDA { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDAMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDAMW extends com.github.benmanes.caffeine.cache.PDA { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDAR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PDAR extends com.github.benmanes.caffeine.cache.PDA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/PDARMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDARMS extends com.github.benmanes.caffeine.cache.PDAR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDARMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDARMW extends com.github.benmanes.caffeine.cache.PDAR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PDAW extends com.github.benmanes.caffeine.cache.PDA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PDAWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDAWMS extends com.github.benmanes.caffeine.cache.PDAW { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDAWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDAWMW extends com.github.benmanes.caffeine.cache.PDAW { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDAWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PDAWR extends com.github.benmanes.caffeine.cache.PDAW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDAWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDAWRMS extends com.github.benmanes.caffeine.cache.PDAWR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDAWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDAWRMW extends com.github.benmanes.caffeine.cache.PDAWR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDMS extends com.github.benmanes.caffeine.cache.PD { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PDMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDMW extends com.github.benmanes.caffeine.cache.PD { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PDR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PDR extends com.github.benmanes.caffeine.cache.PD { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/PDRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDRMS extends com.github.benmanes.caffeine.cache.PDR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PDRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDRMW extends com.github.benmanes.caffeine.cache.PDR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PDW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PDW extends com.github.benmanes.caffeine.cache.PD { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PDWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDWMS extends com.github.benmanes.caffeine.cache.PDW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PDWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDWMW extends com.github.benmanes.caffeine.cache.PDW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PDWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PDWR extends com.github.benmanes.caffeine.cache.PDW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PDWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDWRMS extends com.github.benmanes.caffeine.cache.PDWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PDWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PDWRMW extends com.github.benmanes.caffeine.cache.PDWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PS extends com.github.benmanes.caffeine.cache.Node implements com.github.benmanes.caffeine.cache.NodeFactory { protected static final java.lang.invoke.VarHandle KEY protected static final java.lang.invoke.VarHandle VALUE volatile Object key volatile Object value void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final java.lang.Object getKey () public final java.lang.Object getKeyReference () public final java.lang.Object getValue () public final java.lang.Object getValueReference () public final void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) public final boolean containsValue (java.lang.Object) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final boolean isAlive () public final boolean isRetired () public final void retire () public final boolean isDead () public final void die () static void <clinit> () }
com/github/benmanes/caffeine/cache/PSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PSA extends com.github.benmanes.caffeine.cache.PS { protected static final java.lang.invoke.VarHandle ACCESS_TIME volatile long accessTime com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getAccessTime () public final void setAccessTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public final void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public final void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PSAMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSAMS extends com.github.benmanes.caffeine.cache.PSA { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSAMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSAMW extends com.github.benmanes.caffeine.cache.PSA { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSAR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PSAR extends com.github.benmanes.caffeine.cache.PSA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/PSARMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSARMS extends com.github.benmanes.caffeine.cache.PSAR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSARMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSARMW extends com.github.benmanes.caffeine.cache.PSAR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PSAW extends com.github.benmanes.caffeine.cache.PSA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PSAWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSAWMS extends com.github.benmanes.caffeine.cache.PSAW { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSAWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSAWMW extends com.github.benmanes.caffeine.cache.PSAW { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PSAWR extends com.github.benmanes.caffeine.cache.PSAW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSAWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSAWRMS extends com.github.benmanes.caffeine.cache.PSAWR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSAWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSAWRMW extends com.github.benmanes.caffeine.cache.PSAWR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSMS extends com.github.benmanes.caffeine.cache.PS { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PSMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSMW extends com.github.benmanes.caffeine.cache.PS { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PSR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PSR extends com.github.benmanes.caffeine.cache.PS { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/PSRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSRMS extends com.github.benmanes.caffeine.cache.PSR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PSRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSRMW extends com.github.benmanes.caffeine.cache.PSR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PSW extends com.github.benmanes.caffeine.cache.PS { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PSWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSWMS extends com.github.benmanes.caffeine.cache.PSW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PSWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSWMW extends com.github.benmanes.caffeine.cache.PSW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PSWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PSWR extends com.github.benmanes.caffeine.cache.PSW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PSWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSWRMS extends com.github.benmanes.caffeine.cache.PSWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PSWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PSWRMW extends com.github.benmanes.caffeine.cache.PSWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PW extends com.github.benmanes.caffeine.cache.Node implements com.github.benmanes.caffeine.cache.NodeFactory { protected static final java.lang.invoke.VarHandle VALUE volatile com.github.benmanes.caffeine.cache.References$WeakValueReference value void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final java.lang.Object getKeyReference () public final java.lang.Object getKey () public final java.lang.Object getValue () public final java.lang.Object getValueReference () public final void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) public final boolean containsValue (java.lang.Object) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public boolean weakValues () public final boolean isAlive () public final boolean isRetired () public final void retire () public final boolean isDead () public final void die () static void <clinit> () }
com/github/benmanes/caffeine/cache/PWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PWA extends com.github.benmanes.caffeine.cache.PW { protected static final java.lang.invoke.VarHandle ACCESS_TIME volatile long accessTime com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getAccessTime () public final void setAccessTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public final void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public final void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PWAMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWAMS extends com.github.benmanes.caffeine.cache.PWA { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWAMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWAMW extends com.github.benmanes.caffeine.cache.PWA { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWAR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PWAR extends com.github.benmanes.caffeine.cache.PWA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/PWARMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWARMS extends com.github.benmanes.caffeine.cache.PWAR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWARMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWARMW extends com.github.benmanes.caffeine.cache.PWAR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PWAW extends com.github.benmanes.caffeine.cache.PWA { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PWAWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWAWMS extends com.github.benmanes.caffeine.cache.PWAW { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWAWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWAWMW extends com.github.benmanes.caffeine.cache.PWAW { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PWAWR extends com.github.benmanes.caffeine.cache.PWAW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWAWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWAWRMS extends com.github.benmanes.caffeine.cache.PWAWR { int queueType void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWAWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWAWRMW extends com.github.benmanes.caffeine.cache.PWAWR { int queueType int weight int policyWeight void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWMS extends com.github.benmanes.caffeine.cache.PW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWMW extends com.github.benmanes.caffeine.cache.PW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PWR extends com.github.benmanes.caffeine.cache.PW { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final long getWriteTime () public final void setWriteTime (long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) static void <clinit> () }
com/github/benmanes/caffeine/cache/PWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWRMS extends com.github.benmanes.caffeine.cache.PWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWRMW extends com.github.benmanes.caffeine.cache.PWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PWW extends com.github.benmanes.caffeine.cache.PW { protected static final java.lang.invoke.VarHandle WRITE_TIME volatile long writeTime com.github.benmanes.caffeine.cache.Node previousInWriteOrder com.github.benmanes.caffeine.cache.Node nextInWriteOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) public long getVariableTime () public void setVariableTime (long) public boolean casVariableTime (long, long) public final long getWriteTime () public final void setWriteTime (long) public final com.github.benmanes.caffeine.cache.Node getPreviousInWriteOrder () public final void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.Node) public final com.github.benmanes.caffeine.cache.Node getNextInWriteOrder () public final void setNextInWriteOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public volatile synthetic void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public volatile synthetic com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () static void <clinit> () }
com/github/benmanes/caffeine/cache/PWWMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWWMS extends com.github.benmanes.caffeine.cache.PWW { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PWWMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWWMW extends com.github.benmanes.caffeine.cache.PWW { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PWWR.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.PWWR extends com.github.benmanes.caffeine.cache.PWW { void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public final boolean casWriteTime (long, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) }
com/github/benmanes/caffeine/cache/PWWRMS.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWWRMS extends com.github.benmanes.caffeine.cache.PWWR { int queueType com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/PWWRMW.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.PWWRMW extends com.github.benmanes.caffeine.cache.PWWR { int queueType int weight int policyWeight com.github.benmanes.caffeine.cache.Node previousInAccessOrder com.github.benmanes.caffeine.cache.Node nextInAccessOrder void <init> () void <init> (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public int getQueueType () public void setQueueType (int) public int getWeight () public void setWeight (int) public int getPolicyWeight () public void setPolicyWeight (int) public com.github.benmanes.caffeine.cache.Node getPreviousInAccessOrder () public void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node getNextInAccessOrder () public void setNextInAccessOrder (com.github.benmanes.caffeine.cache.Node) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.ref.ReferenceQueue, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public com.github.benmanes.caffeine.cache.Node newNode (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, long) public volatile synthetic void setNextInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getNextInAccessOrder () public volatile synthetic void setPreviousInAccessOrder (com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder) public volatile synthetic com.github.benmanes.caffeine.cache.AccessOrderDeque$AccessOrder getPreviousInAccessOrder () }
com/github/benmanes/caffeine/cache/Pacer.class
Pacer.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.Pacer extends java.lang.Object { static final long TOLERANCE final com.github.benmanes.caffeine.cache.Scheduler scheduler long nextFireTime java.util.concurrent.Future future void <init> (com.github.benmanes.caffeine.cache.Scheduler) com.github.benmanes.caffeine.cache.Scheduler scheduler public void schedule (java.util.concurrent.Executor, java.lang.Runnable, long, long) java.util.concurrent.Executor executor Runnable command long now long delay long scheduleAt long actualDelay public void cancel () boolean maySkip (long) long scheduleAt long delta long calculateSchedule (long, long, long) long now long delay long scheduleAt static void <clinit> () }
com/github/benmanes/caffeine/cache/Policy$Eviction.class
Policy.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Policy$Eviction extends java.lang.Object { public abstract boolean isWeighted () public abstract java.util.OptionalInt weightOf (java.lang.Object) public abstract java.util.OptionalLong weightedSize () public abstract long getMaximum () public abstract void setMaximum (long) public abstract java.util.Map coldest (int) public java.util.Map coldestWeighted (long) long weightLimit public abstract java.util.Map hottest (int) public java.util.Map hottestWeighted (long) long weightLimit }
com/github/benmanes/caffeine/cache/Policy$FixedExpiration.class
Policy.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Policy$FixedExpiration extends java.lang.Object { public abstract java.util.OptionalLong ageOf (java.lang.Object, java.util.concurrent.TimeUnit) public java.util.Optional ageOf (java.lang.Object) Object key java.util.OptionalLong duration public abstract long getExpiresAfter (java.util.concurrent.TimeUnit) public java.time.Duration getExpiresAfter () public abstract void setExpiresAfter (long, java.util.concurrent.TimeUnit) public void setExpiresAfter (java.time.Duration) java.time.Duration duration public abstract java.util.Map oldest (int) public abstract java.util.Map youngest (int) }
com/github/benmanes/caffeine/cache/Policy$FixedRefresh.class
Policy.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Policy$FixedRefresh extends java.lang.Object { public abstract java.util.OptionalLong ageOf (java.lang.Object, java.util.concurrent.TimeUnit) public java.util.Optional ageOf (java.lang.Object) Object key java.util.OptionalLong duration public abstract long getRefreshesAfter (java.util.concurrent.TimeUnit) public java.time.Duration getRefreshesAfter () public abstract void setRefreshesAfter (long, java.util.concurrent.TimeUnit) public void setRefreshesAfter (java.time.Duration) java.time.Duration duration }
com/github/benmanes/caffeine/cache/Policy$VarExpiration.class
Policy.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Policy$VarExpiration extends java.lang.Object { public abstract java.util.OptionalLong getExpiresAfter (java.lang.Object, java.util.concurrent.TimeUnit) public java.util.Optional getExpiresAfter (java.lang.Object) Object key java.util.OptionalLong duration public abstract void setExpiresAfter (java.lang.Object, long, java.util.concurrent.TimeUnit) public void setExpiresAfter (java.lang.Object, java.time.Duration) Object key java.time.Duration duration public abstract java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit) public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object, java.time.Duration) Object key Object value java.time.Duration duration public abstract java.lang.Object put (java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit) public java.lang.Object put (java.lang.Object, java.lang.Object, java.time.Duration) Object key Object value java.time.Duration duration public abstract java.util.Map oldest (int) public abstract java.util.Map youngest (int) }
com/github/benmanes/caffeine/cache/Policy.class
Policy.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Policy extends java.lang.Object { public abstract boolean isRecordingStats () public abstract java.lang.Object getIfPresentQuietly (java.lang.Object) public abstract java.util.Map refreshes () public abstract java.util.Optional eviction () public abstract java.util.Optional expireAfterAccess () public abstract java.util.Optional expireAfterWrite () public abstract java.util.Optional expireVariably () public abstract java.util.Optional refreshAfterWrite () }
com/github/benmanes/caffeine/cache/References$InternalReference.class
References.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.References$InternalReference extends java.lang.Object { public abstract java.lang.Object get () public abstract java.lang.Object getKeyReference () public boolean referenceEquals (java.lang.Object) com.github.benmanes.caffeine.cache.References$InternalReference referent Object object }
com/github/benmanes/caffeine/cache/References$LookupKeyReference.class
References.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.References$LookupKeyReference extends java.lang.Object implements com.github.benmanes.caffeine.cache.References$InternalReference { private final int hashCode private final Object e public void <init> (java.lang.Object) Object e public java.lang.Object get () public java.lang.Object getKeyReference () public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () }
com/github/benmanes/caffeine/cache/References$SoftValueReference.class
References.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.References$SoftValueReference extends java.lang.ref.SoftReference implements com.github.benmanes.caffeine.cache.References$InternalReference { private Object keyReference public void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue) Object keyReference Object value java.lang.ref.ReferenceQueue queue public java.lang.Object getKeyReference () public void setKeyReference (java.lang.Object) Object keyReference public boolean equals (java.lang.Object) Object object public int hashCode () }
com/github/benmanes/caffeine/cache/References$WeakKeyReference.class
References.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.References$WeakKeyReference extends java.lang.ref.WeakReference implements com.github.benmanes.caffeine.cache.References$InternalReference { private final int hashCode public void <init> (java.lang.Object, java.lang.ref.ReferenceQueue) Object key java.lang.ref.ReferenceQueue queue public java.lang.Object getKeyReference () public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () }
com/github/benmanes/caffeine/cache/References$WeakValueReference.class
References.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.References$WeakValueReference extends java.lang.ref.WeakReference implements com.github.benmanes.caffeine.cache.References$InternalReference { private Object keyReference public void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue) Object keyReference Object value java.lang.ref.ReferenceQueue queue public java.lang.Object getKeyReference () public void setKeyReference (java.lang.Object) Object keyReference public boolean equals (java.lang.Object) Object object public int hashCode () }
com/github/benmanes/caffeine/cache/References.class
References.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.References extends java.lang.Object { private void <init> () }
com/github/benmanes/caffeine/cache/RemovalCause$1.class
RemovalCause.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.RemovalCause$1 extends com.github.benmanes.caffeine.cache.RemovalCause { private void <init> (java.lang.String, int) public boolean wasEvicted () }
com/github/benmanes/caffeine/cache/RemovalCause$2.class
RemovalCause.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.RemovalCause$2 extends com.github.benmanes.caffeine.cache.RemovalCause { private void <init> (java.lang.String, int) public boolean wasEvicted () }
com/github/benmanes/caffeine/cache/RemovalCause$3.class
RemovalCause.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.RemovalCause$3 extends com.github.benmanes.caffeine.cache.RemovalCause { private void <init> (java.lang.String, int) public boolean wasEvicted () }
com/github/benmanes/caffeine/cache/RemovalCause$4.class
RemovalCause.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.RemovalCause$4 extends com.github.benmanes.caffeine.cache.RemovalCause { private void <init> (java.lang.String, int) public boolean wasEvicted () }
com/github/benmanes/caffeine/cache/RemovalCause$5.class
RemovalCause.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.RemovalCause$5 extends com.github.benmanes.caffeine.cache.RemovalCause { private void <init> (java.lang.String, int) public boolean wasEvicted () }
com/github/benmanes/caffeine/cache/RemovalCause.class
RemovalCause.java package com.github.benmanes.caffeine.cache public abstract enum com.github.benmanes.caffeine.cache.RemovalCause extends java.lang.Enum { public static final enum com.github.benmanes.caffeine.cache.RemovalCause EXPLICIT public static final enum com.github.benmanes.caffeine.cache.RemovalCause REPLACED public static final enum com.github.benmanes.caffeine.cache.RemovalCause COLLECTED public static final enum com.github.benmanes.caffeine.cache.RemovalCause EXPIRED public static final enum com.github.benmanes.caffeine.cache.RemovalCause SIZE private static final synthetic com.github.benmanes.caffeine.cache.RemovalCause[] $VALUES public static com.github.benmanes.caffeine.cache.RemovalCause[] values () public static com.github.benmanes.caffeine.cache.RemovalCause valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public abstract boolean wasEvicted () static void <clinit> () }
com/github/benmanes/caffeine/cache/RemovalListener.class
RemovalListener.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.RemovalListener extends java.lang.Object { public abstract void onRemoval (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) }
com/github/benmanes/caffeine/cache/SI.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SI extends com.github.benmanes.caffeine.cache.BoundedLocalCache { final java.lang.ref.ReferenceQueue valueReferenceQueue void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final java.lang.ref.ReferenceQueue valueReferenceQueue () protected final boolean collectValues () }
com/github/benmanes/caffeine/cache/SIA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIA extends com.github.benmanes.caffeine.cache.SI { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SIAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIAR extends com.github.benmanes.caffeine.cache.SIA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIAW extends com.github.benmanes.caffeine.cache.SIA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIAWR extends com.github.benmanes.caffeine.cache.SIAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIL.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIL extends com.github.benmanes.caffeine.cache.SI { final com.github.benmanes.caffeine.cache.RemovalListener removalListener void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.RemovalListener removalListener () protected final boolean hasRemovalListener () }
com/github/benmanes/caffeine/cache/SILA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILA extends com.github.benmanes.caffeine.cache.SIL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILAR extends com.github.benmanes.caffeine.cache.SILA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILAW extends com.github.benmanes.caffeine.cache.SILA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILAWR extends com.github.benmanes.caffeine.cache.SILAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMS extends com.github.benmanes.caffeine.cache.SIL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SILMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMSA extends com.github.benmanes.caffeine.cache.SILMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMSAR extends com.github.benmanes.caffeine.cache.SILMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMSAW extends com.github.benmanes.caffeine.cache.SILMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMSAWR extends com.github.benmanes.caffeine.cache.SILMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMSR extends com.github.benmanes.caffeine.cache.SILMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMSW extends com.github.benmanes.caffeine.cache.SILMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMSWR extends com.github.benmanes.caffeine.cache.SILMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMW extends com.github.benmanes.caffeine.cache.SIL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SILMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMWA extends com.github.benmanes.caffeine.cache.SILMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMWAR extends com.github.benmanes.caffeine.cache.SILMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMWAW extends com.github.benmanes.caffeine.cache.SILMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMWAWR extends com.github.benmanes.caffeine.cache.SILMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMWR extends com.github.benmanes.caffeine.cache.SILMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILMWW extends com.github.benmanes.caffeine.cache.SILMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILMWWR extends com.github.benmanes.caffeine.cache.SILMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILR extends com.github.benmanes.caffeine.cache.SIL { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILS extends com.github.benmanes.caffeine.cache.SIL { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/SILSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSA extends com.github.benmanes.caffeine.cache.SILS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSAR extends com.github.benmanes.caffeine.cache.SILSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSAW extends com.github.benmanes.caffeine.cache.SILSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSAWR extends com.github.benmanes.caffeine.cache.SILSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMS extends com.github.benmanes.caffeine.cache.SILS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SILSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMSA extends com.github.benmanes.caffeine.cache.SILSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMSAR extends com.github.benmanes.caffeine.cache.SILSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMSAW extends com.github.benmanes.caffeine.cache.SILSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMSAWR extends com.github.benmanes.caffeine.cache.SILSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMSR extends com.github.benmanes.caffeine.cache.SILSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMSW extends com.github.benmanes.caffeine.cache.SILSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMSWR extends com.github.benmanes.caffeine.cache.SILSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMW extends com.github.benmanes.caffeine.cache.SILS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SILSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMWA extends com.github.benmanes.caffeine.cache.SILSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMWAR extends com.github.benmanes.caffeine.cache.SILSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMWAW extends com.github.benmanes.caffeine.cache.SILSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMWAWR extends com.github.benmanes.caffeine.cache.SILSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMWR extends com.github.benmanes.caffeine.cache.SILSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSMWW extends com.github.benmanes.caffeine.cache.SILSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSMWWR extends com.github.benmanes.caffeine.cache.SILSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSR extends com.github.benmanes.caffeine.cache.SILS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILSW extends com.github.benmanes.caffeine.cache.SILS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILSWR extends com.github.benmanes.caffeine.cache.SILSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SILW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SILW extends com.github.benmanes.caffeine.cache.SIL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SILWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SILWR extends com.github.benmanes.caffeine.cache.SILW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMS extends com.github.benmanes.caffeine.cache.SI { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SIMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMSA extends com.github.benmanes.caffeine.cache.SIMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SIMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMSAR extends com.github.benmanes.caffeine.cache.SIMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMSAW extends com.github.benmanes.caffeine.cache.SIMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMSAWR extends com.github.benmanes.caffeine.cache.SIMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMSR extends com.github.benmanes.caffeine.cache.SIMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMSW extends com.github.benmanes.caffeine.cache.SIMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SIMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMSWR extends com.github.benmanes.caffeine.cache.SIMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMW extends com.github.benmanes.caffeine.cache.SI { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SIMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMWA extends com.github.benmanes.caffeine.cache.SIMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SIMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMWAR extends com.github.benmanes.caffeine.cache.SIMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMWAW extends com.github.benmanes.caffeine.cache.SIMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMWAWR extends com.github.benmanes.caffeine.cache.SIMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMWR extends com.github.benmanes.caffeine.cache.SIMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIMWW extends com.github.benmanes.caffeine.cache.SIMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SIMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIMWWR extends com.github.benmanes.caffeine.cache.SIMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIR extends com.github.benmanes.caffeine.cache.SI { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIS extends com.github.benmanes.caffeine.cache.SI { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/SISA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISA extends com.github.benmanes.caffeine.cache.SIS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SISAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISAR extends com.github.benmanes.caffeine.cache.SISA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISAW extends com.github.benmanes.caffeine.cache.SISA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISAWR extends com.github.benmanes.caffeine.cache.SISAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMS extends com.github.benmanes.caffeine.cache.SIS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SISMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMSA extends com.github.benmanes.caffeine.cache.SISMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SISMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMSAR extends com.github.benmanes.caffeine.cache.SISMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMSAW extends com.github.benmanes.caffeine.cache.SISMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMSAWR extends com.github.benmanes.caffeine.cache.SISMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMSR extends com.github.benmanes.caffeine.cache.SISMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMSW extends com.github.benmanes.caffeine.cache.SISMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SISMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMSWR extends com.github.benmanes.caffeine.cache.SISMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMW extends com.github.benmanes.caffeine.cache.SIS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SISMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMWA extends com.github.benmanes.caffeine.cache.SISMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SISMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMWAR extends com.github.benmanes.caffeine.cache.SISMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMWAW extends com.github.benmanes.caffeine.cache.SISMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMWAWR extends com.github.benmanes.caffeine.cache.SISMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMWR extends com.github.benmanes.caffeine.cache.SISMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISMWW extends com.github.benmanes.caffeine.cache.SISMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SISMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISMWWR extends com.github.benmanes.caffeine.cache.SISMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISR extends com.github.benmanes.caffeine.cache.SIS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SISW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SISW extends com.github.benmanes.caffeine.cache.SIS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SISWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SISWR extends com.github.benmanes.caffeine.cache.SISW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SIW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SIW extends com.github.benmanes.caffeine.cache.SI { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SIWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SIWR extends com.github.benmanes.caffeine.cache.SIW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SS extends com.github.benmanes.caffeine.cache.BoundedLocalCache { void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) }
com/github/benmanes/caffeine/cache/SSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSA extends com.github.benmanes.caffeine.cache.SS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSAR extends com.github.benmanes.caffeine.cache.SSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSAW extends com.github.benmanes.caffeine.cache.SSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSAWR extends com.github.benmanes.caffeine.cache.SSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSL.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSL extends com.github.benmanes.caffeine.cache.SS { final com.github.benmanes.caffeine.cache.RemovalListener removalListener void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.RemovalListener removalListener () protected final boolean hasRemovalListener () }
com/github/benmanes/caffeine/cache/SSLA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLA extends com.github.benmanes.caffeine.cache.SSL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLAR extends com.github.benmanes.caffeine.cache.SSLA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLAW extends com.github.benmanes.caffeine.cache.SSLA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLAWR extends com.github.benmanes.caffeine.cache.SSLAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMS extends com.github.benmanes.caffeine.cache.SSL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSLMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMSA extends com.github.benmanes.caffeine.cache.SSLMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMSAR extends com.github.benmanes.caffeine.cache.SSLMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMSAW extends com.github.benmanes.caffeine.cache.SSLMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMSAWR extends com.github.benmanes.caffeine.cache.SSLMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMSR extends com.github.benmanes.caffeine.cache.SSLMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMSW extends com.github.benmanes.caffeine.cache.SSLMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMSWR extends com.github.benmanes.caffeine.cache.SSLMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMW extends com.github.benmanes.caffeine.cache.SSL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSLMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMWA extends com.github.benmanes.caffeine.cache.SSLMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMWAR extends com.github.benmanes.caffeine.cache.SSLMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMWAW extends com.github.benmanes.caffeine.cache.SSLMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMWAWR extends com.github.benmanes.caffeine.cache.SSLMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMWR extends com.github.benmanes.caffeine.cache.SSLMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLMWW extends com.github.benmanes.caffeine.cache.SSLMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLMWWR extends com.github.benmanes.caffeine.cache.SSLMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLR extends com.github.benmanes.caffeine.cache.SSL { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLS extends com.github.benmanes.caffeine.cache.SSL { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/SSLSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSA extends com.github.benmanes.caffeine.cache.SSLS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSAR extends com.github.benmanes.caffeine.cache.SSLSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSAW extends com.github.benmanes.caffeine.cache.SSLSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSAWR extends com.github.benmanes.caffeine.cache.SSLSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMS extends com.github.benmanes.caffeine.cache.SSLS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSLSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMSA extends com.github.benmanes.caffeine.cache.SSLSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMSAR extends com.github.benmanes.caffeine.cache.SSLSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMSAW extends com.github.benmanes.caffeine.cache.SSLSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMSAWR extends com.github.benmanes.caffeine.cache.SSLSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMSR extends com.github.benmanes.caffeine.cache.SSLSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMSW extends com.github.benmanes.caffeine.cache.SSLSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMSWR extends com.github.benmanes.caffeine.cache.SSLSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMW extends com.github.benmanes.caffeine.cache.SSLS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSLSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMWA extends com.github.benmanes.caffeine.cache.SSLSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMWAR extends com.github.benmanes.caffeine.cache.SSLSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMWAW extends com.github.benmanes.caffeine.cache.SSLSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMWAWR extends com.github.benmanes.caffeine.cache.SSLSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMWR extends com.github.benmanes.caffeine.cache.SSLSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSMWW extends com.github.benmanes.caffeine.cache.SSLSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSMWWR extends com.github.benmanes.caffeine.cache.SSLSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSR extends com.github.benmanes.caffeine.cache.SSLS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLSW extends com.github.benmanes.caffeine.cache.SSLS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLSWR extends com.github.benmanes.caffeine.cache.SSLSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSLW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSLW extends com.github.benmanes.caffeine.cache.SSL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSLWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSLWR extends com.github.benmanes.caffeine.cache.SSLW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMS extends com.github.benmanes.caffeine.cache.SS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMSA extends com.github.benmanes.caffeine.cache.SSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMSAR extends com.github.benmanes.caffeine.cache.SSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMSAW extends com.github.benmanes.caffeine.cache.SSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMSAWR extends com.github.benmanes.caffeine.cache.SSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMSR extends com.github.benmanes.caffeine.cache.SSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMSW extends com.github.benmanes.caffeine.cache.SSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMSWR extends com.github.benmanes.caffeine.cache.SSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMW extends com.github.benmanes.caffeine.cache.SS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMWA extends com.github.benmanes.caffeine.cache.SSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMWAR extends com.github.benmanes.caffeine.cache.SSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMWAW extends com.github.benmanes.caffeine.cache.SSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMWAWR extends com.github.benmanes.caffeine.cache.SSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMWR extends com.github.benmanes.caffeine.cache.SSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSMWW extends com.github.benmanes.caffeine.cache.SSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSMWWR extends com.github.benmanes.caffeine.cache.SSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSR extends com.github.benmanes.caffeine.cache.SS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSS extends com.github.benmanes.caffeine.cache.SS { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/SSSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSA extends com.github.benmanes.caffeine.cache.SSS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSAR extends com.github.benmanes.caffeine.cache.SSSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSAW extends com.github.benmanes.caffeine.cache.SSSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSAWR extends com.github.benmanes.caffeine.cache.SSSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMS extends com.github.benmanes.caffeine.cache.SSS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMSA extends com.github.benmanes.caffeine.cache.SSSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMSAR extends com.github.benmanes.caffeine.cache.SSSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMSAW extends com.github.benmanes.caffeine.cache.SSSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMSAWR extends com.github.benmanes.caffeine.cache.SSSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMSR extends com.github.benmanes.caffeine.cache.SSSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMSW extends com.github.benmanes.caffeine.cache.SSSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMSWR extends com.github.benmanes.caffeine.cache.SSSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMW extends com.github.benmanes.caffeine.cache.SSS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected boolean fastpath () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/SSSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMWA extends com.github.benmanes.caffeine.cache.SSSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean fastpath () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMWAR extends com.github.benmanes.caffeine.cache.SSSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMWAW extends com.github.benmanes.caffeine.cache.SSSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMWAWR extends com.github.benmanes.caffeine.cache.SSSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMWR extends com.github.benmanes.caffeine.cache.SSSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSMWW extends com.github.benmanes.caffeine.cache.SSSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSMWWR extends com.github.benmanes.caffeine.cache.SSSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSR extends com.github.benmanes.caffeine.cache.SSS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSSW extends com.github.benmanes.caffeine.cache.SSS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSSWR extends com.github.benmanes.caffeine.cache.SSSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/SSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.SSW extends com.github.benmanes.caffeine.cache.SS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/SSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SSWR extends com.github.benmanes.caffeine.cache.SSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/Scheduler.class
Scheduler.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Scheduler extends java.lang.Object { public abstract java.util.concurrent.Future schedule (java.util.concurrent.Executor, java.lang.Runnable, long, java.util.concurrent.TimeUnit) public static com.github.benmanes.caffeine.cache.Scheduler disabledScheduler () public static com.github.benmanes.caffeine.cache.Scheduler systemScheduler () public static com.github.benmanes.caffeine.cache.Scheduler forScheduledExecutorService (java.util.concurrent.ScheduledExecutorService) java.util.concurrent.ScheduledExecutorService scheduledExecutorService public static com.github.benmanes.caffeine.cache.Scheduler guardedScheduler (com.github.benmanes.caffeine.cache.Scheduler) com.github.benmanes.caffeine.cache.Scheduler scheduler }
com/github/benmanes/caffeine/cache/SerializationProxy.class
SerializationProxy.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.SerializationProxy extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID boolean async boolean weakKeys boolean weakValues boolean softValues boolean isRecordingStats long refreshAfterWriteNanos long expiresAfterWriteNanos long expiresAfterAccessNanos long maximumSize long maximumWeight com.github.benmanes.caffeine.cache.Ticker ticker com.github.benmanes.caffeine.cache.Expiry expiry com.github.benmanes.caffeine.cache.Weigher weigher com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader com.github.benmanes.caffeine.cache.RemovalListener removalListener com.github.benmanes.caffeine.cache.RemovalListener evictionListener void <init> () com.github.benmanes.caffeine.cache.Caffeine recreateCaffeine () com.github.benmanes.caffeine.cache.Weigher castedWeigher com.github.benmanes.caffeine.cache.Caffeine builder java.lang.Object readResolve () com.github.benmanes.caffeine.cache.AsyncCacheLoader loader com.github.benmanes.caffeine.cache.Caffeine builder com.github.benmanes.caffeine.cache.CacheLoader loader }
com/github/benmanes/caffeine/cache/SingletonWeigher.class
Weigher.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.SingletonWeigher extends java.lang.Enum implements com.github.benmanes.caffeine.cache.Weigher { public static final enum com.github.benmanes.caffeine.cache.SingletonWeigher INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.SingletonWeigher[] $VALUES public static com.github.benmanes.caffeine.cache.SingletonWeigher[] values () public static com.github.benmanes.caffeine.cache.SingletonWeigher valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int weigh (java.lang.Object, java.lang.Object) Object key Object value static void <clinit> () }
com/github/benmanes/caffeine/cache/StripedBuffer.class
StripedBuffer.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.StripedBuffer extends java.lang.Object implements com.github.benmanes.caffeine.cache.Buffer { static final java.lang.invoke.VarHandle TABLE_BUSY static final int NCPU static final int MAXIMUM_TABLE_SIZE static final int ATTEMPTS volatile com.github.benmanes.caffeine.cache.Buffer[] table volatile int tableBusy void <init> () final boolean casTableBusy () protected abstract com.github.benmanes.caffeine.cache.Buffer create (java.lang.Object) public int offer (java.lang.Object) int mask int result com.github.benmanes.caffeine.cache.Buffer buffer Object e long z int increment int h int mask int result com.github.benmanes.caffeine.cache.Buffer buffer boolean uncontended com.github.benmanes.caffeine.cache.Buffer[] buffers final int expandOrRetry (java.lang.Object, int, int, boolean) com.github.benmanes.caffeine.cache.Buffer[] rs int mask int j boolean created com.github.benmanes.caffeine.cache.Buffer buffer int n com.github.benmanes.caffeine.cache.Buffer[] rs boolean init com.github.benmanes.caffeine.cache.Buffer[] buffers int attempt Object e int h int increment boolean wasUncontended int result boolean collide public void drainTo (java.util.function.Consumer) com.github.benmanes.caffeine.cache.Buffer buffer java.util.function.Consumer consumer com.github.benmanes.caffeine.cache.Buffer[] buffers public long reads () com.github.benmanes.caffeine.cache.Buffer buffer com.github.benmanes.caffeine.cache.Buffer[] buffers long reads public long writes () com.github.benmanes.caffeine.cache.Buffer buffer com.github.benmanes.caffeine.cache.Buffer[] buffers long writes static long mix64 (long) long z static void <clinit> () ReflectiveOperationException e }
com/github/benmanes/caffeine/cache/SystemScheduler.class
Scheduler.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.SystemScheduler extends java.lang.Enum implements com.github.benmanes.caffeine.cache.Scheduler { public static final enum com.github.benmanes.caffeine.cache.SystemScheduler INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.SystemScheduler[] $VALUES public static com.github.benmanes.caffeine.cache.SystemScheduler[] values () public static com.github.benmanes.caffeine.cache.SystemScheduler valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public java.util.concurrent.Future schedule (java.util.concurrent.Executor, java.lang.Runnable, long, java.util.concurrent.TimeUnit) java.util.concurrent.Executor executor Runnable command long delay java.util.concurrent.TimeUnit unit java.util.concurrent.Executor delayedExecutor static void <clinit> () }
com/github/benmanes/caffeine/cache/SystemTicker.class
Ticker.java package com.github.benmanes.caffeine.cache final enum com.github.benmanes.caffeine.cache.SystemTicker extends java.lang.Enum implements com.github.benmanes.caffeine.cache.Ticker { public static final enum com.github.benmanes.caffeine.cache.SystemTicker INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.SystemTicker[] $VALUES public static com.github.benmanes.caffeine.cache.SystemTicker[] values () public static com.github.benmanes.caffeine.cache.SystemTicker valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public long read () static void <clinit> () }
com/github/benmanes/caffeine/cache/Ticker.class
Ticker.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Ticker extends java.lang.Object { public abstract long read () public static com.github.benmanes.caffeine.cache.Ticker systemTicker () public static com.github.benmanes.caffeine.cache.Ticker disabledTicker () }
com/github/benmanes/caffeine/cache/TimerWheel$Sentinel.class
TimerWheel.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.TimerWheel$Sentinel extends com.github.benmanes.caffeine.cache.Node { com.github.benmanes.caffeine.cache.Node prev com.github.benmanes.caffeine.cache.Node next void <init> () public com.github.benmanes.caffeine.cache.Node getPreviousInVariableOrder () public void setPreviousInVariableOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node prev public com.github.benmanes.caffeine.cache.Node getNextInVariableOrder () public void setNextInVariableOrder (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node next public java.lang.Object getKey () public java.lang.Object getKeyReference () public java.lang.Object getValue () public java.lang.Object getValueReference () public void setValue (java.lang.Object, java.lang.ref.ReferenceQueue) Object value java.lang.ref.ReferenceQueue referenceQueue public boolean containsValue (java.lang.Object) Object value public boolean isAlive () public boolean isRetired () public boolean isDead () public void retire () public void die () }
com/github/benmanes/caffeine/cache/TimerWheel.class
TimerWheel.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.TimerWheel extends java.lang.Object { static final int[] BUCKETS static final long[] SPANS static final long[] SHIFT final com.github.benmanes.caffeine.cache.BoundedLocalCache cache final com.github.benmanes.caffeine.cache.Node[][] wheel long nanos void <init> (com.github.benmanes.caffeine.cache.BoundedLocalCache) int j int i com.github.benmanes.caffeine.cache.BoundedLocalCache cache public void advance (long) long previousTicks long currentTicks int i Throwable t long currentTimeNanos long previousTimeNanos void expire (int, long, long) Throwable t com.github.benmanes.caffeine.cache.Node next com.github.benmanes.caffeine.cache.Node sentinel com.github.benmanes.caffeine.cache.Node prev com.github.benmanes.caffeine.cache.Node node int i int index long previousTicks long currentTicks com.github.benmanes.caffeine.cache.Node[] timerWheel int mask int steps int start int end public void schedule (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node com.github.benmanes.caffeine.cache.Node sentinel public void reschedule (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node public void deschedule (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node node com.github.benmanes.caffeine.cache.Node findBucket (long) long ticks int index int i long time long duration int length void link (com.github.benmanes.caffeine.cache.Node, com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node sentinel com.github.benmanes.caffeine.cache.Node node void unlink (com.github.benmanes.caffeine.cache.Node) com.github.benmanes.caffeine.cache.Node prev com.github.benmanes.caffeine.cache.Node node com.github.benmanes.caffeine.cache.Node next public long getExpirationDelay () long nextDelay int k com.github.benmanes.caffeine.cache.Node sentinel com.github.benmanes.caffeine.cache.Node next long buckets long delay int j com.github.benmanes.caffeine.cache.Node[] timerWheel long ticks long spanMask int start int end int mask int i long peekAhead (int) int i long ticks com.github.benmanes.caffeine.cache.Node[] timerWheel long spanMask int mask int probe com.github.benmanes.caffeine.cache.Node sentinel com.github.benmanes.caffeine.cache.Node next public java.util.Map snapshot (boolean, int, java.util.function.Function) Object key Object value com.github.benmanes.caffeine.cache.Node node int bucketOffset com.github.benmanes.caffeine.cache.Node sentinel int j int indexOffset int index int ticks int bucketMask int startBucket int i boolean ascending int limit java.util.function.Function transformer java.util.Map map int startLevel static com.github.benmanes.caffeine.cache.Node traverse (boolean, com.github.benmanes.caffeine.cache.Node) boolean ascending com.github.benmanes.caffeine.cache.Node node public java.lang.String toString () com.github.benmanes.caffeine.cache.Node node java.util.List events int j java.util.Map buckets int i StringBuilder builder static void <clinit> () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$EntryIterator.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$EntryIterator extends java.lang.Object implements java.util.Iterator { final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache final java.util.Iterator iterator java.util.Map$Entry entry void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache public boolean hasNext () public java.util.Map$Entry next () public void remove () public volatile synthetic java.lang.Object next () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$EntrySetView.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$EntrySetView extends java.util.AbstractSet { final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache public boolean isEmpty () public int size () public void clear () public boolean contains (java.lang.Object) Object o java.util.Map$Entry entry Object key Object value Object cachedValue public boolean remove (java.lang.Object) Object obj java.util.Map$Entry entry public boolean removeIf (java.util.function.Predicate) java.util.Map$Entry entry java.util.function.Predicate filter boolean removed public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$EntrySpliterator.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$EntrySpliterator extends java.lang.Object implements java.util.Spliterator { final java.util.Spliterator spliterator final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache, java.util.Spliterator) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache java.util.Spliterator spliterator public void forEachRemaining (java.util.function.Consumer) java.util.function.Consumer action public boolean tryAdvance (java.util.function.Consumer) java.util.function.Consumer action public com.github.benmanes.caffeine.cache.UnboundedLocalCache$EntrySpliterator trySplit () java.util.Spliterator split public long estimateSize () public int characteristics () public volatile synthetic java.util.Spliterator trySplit () private synthetic void lambda$tryAdvance$1 (java.util.function.Consumer, java.util.Map$Entry) java.util.function.Consumer action java.util.Map$Entry entry com.github.benmanes.caffeine.cache.WriteThroughEntry e private synthetic void lambda$forEachRemaining$0 (java.util.function.Consumer, java.util.Map$Entry) java.util.function.Consumer action java.util.Map$Entry entry com.github.benmanes.caffeine.cache.WriteThroughEntry e }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$KeyIterator.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeyIterator extends java.lang.Object implements java.util.Iterator { final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache final java.util.Iterator iterator Object current void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache public boolean hasNext () public java.lang.Object next () public void remove () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$KeySetView.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView extends java.util.AbstractSet { final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache public boolean isEmpty () public int size () public void clear () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object obj public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$UnboundedLocalAsyncCache.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalAsyncCache java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache java.util.concurrent.ConcurrentMap mapView com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView cacheView com.github.benmanes.caffeine.cache.Policy policy void <init> (com.github.benmanes.caffeine.cache.Caffeine) com.github.benmanes.caffeine.cache.Caffeine builder public com.github.benmanes.caffeine.cache.UnboundedLocalCache cache () public java.util.concurrent.ConcurrentMap asMap () public com.github.benmanes.caffeine.cache.Cache synchronous () public com.github.benmanes.caffeine.cache.Policy policy () com.github.benmanes.caffeine.cache.UnboundedLocalCache castCache java.util.function.Function transformer java.util.function.Function castTransformer private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () com.github.benmanes.caffeine.cache.SerializationProxy proxy public volatile synthetic com.github.benmanes.caffeine.cache.LocalCache cache () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$UnboundedLocalAsyncLoadingCache.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache extends com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache implements java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache java.util.concurrent.ConcurrentMap mapView com.github.benmanes.caffeine.cache.Policy policy void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.AsyncCacheLoader) com.github.benmanes.caffeine.cache.Caffeine builder com.github.benmanes.caffeine.cache.AsyncCacheLoader loader public com.github.benmanes.caffeine.cache.LocalCache cache () public java.util.concurrent.ConcurrentMap asMap () public com.github.benmanes.caffeine.cache.Policy policy () com.github.benmanes.caffeine.cache.UnboundedLocalCache castCache java.util.function.Function transformer java.util.function.Function castTransformer private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () com.github.benmanes.caffeine.cache.SerializationProxy proxy }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$UnboundedLocalLoadingCache.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalLoadingCache extends com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalManualCache implements com.github.benmanes.caffeine.cache.LocalLoadingCache { private static final long serialVersionUID final java.util.function.Function mappingFunction final com.github.benmanes.caffeine.cache.CacheLoader cacheLoader final java.util.function.Function bulkMappingFunction void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader) com.github.benmanes.caffeine.cache.Caffeine builder com.github.benmanes.caffeine.cache.CacheLoader cacheLoader public com.github.benmanes.caffeine.cache.CacheLoader cacheLoader () public java.util.function.Function mappingFunction () public java.util.function.Function bulkMappingFunction () java.lang.Object writeReplace () com.github.benmanes.caffeine.cache.SerializationProxy proxy private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$UnboundedLocalManualCache.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalManualCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalManualCache java.io.Serializable { private static final long serialVersionUID final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache com.github.benmanes.caffeine.cache.Policy policy void <init> (com.github.benmanes.caffeine.cache.Caffeine) com.github.benmanes.caffeine.cache.Caffeine builder public com.github.benmanes.caffeine.cache.UnboundedLocalCache cache () public com.github.benmanes.caffeine.cache.Policy policy () private void readObject (java.io.ObjectInputStream) throws java.io.InvalidObjectException java.io.ObjectInputStream stream java.lang.Object writeReplace () com.github.benmanes.caffeine.cache.SerializationProxy proxy public volatile synthetic com.github.benmanes.caffeine.cache.LocalCache cache () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$UnboundedPolicy.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedPolicy extends java.lang.Object implements com.github.benmanes.caffeine.cache.Policy { final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache final java.util.function.Function transformer void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache, java.util.function.Function) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache java.util.function.Function transformer public boolean isRecordingStats () public java.lang.Object getIfPresentQuietly (java.lang.Object) Object key public java.util.Map refreshes () java.util.concurrent.ConcurrentMap refreshes java.util.Map castedRefreshes public java.util.Optional eviction () public java.util.Optional expireAfterAccess () public java.util.Optional expireAfterWrite () public java.util.Optional expireVariably () public java.util.Optional refreshAfterWrite () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$ValuesIterator.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$ValuesIterator extends java.lang.Object implements java.util.Iterator { final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache final java.util.Iterator iterator java.util.Map$Entry entry void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache public boolean hasNext () public java.lang.Object next () public void remove () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache$ValuesView.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache$ValuesView extends java.util.AbstractCollection { final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache void <init> (com.github.benmanes.caffeine.cache.UnboundedLocalCache) com.github.benmanes.caffeine.cache.UnboundedLocalCache cache public boolean isEmpty () public int size () public void clear () public boolean contains (java.lang.Object) Object o public boolean removeIf (java.util.function.Predicate) java.util.Map$Entry entry java.util.function.Predicate filter boolean removed public java.util.Iterator iterator () public java.util.Spliterator spliterator () }
com/github/benmanes/caffeine/cache/UnboundedLocalCache.class
UnboundedLocalCache.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.UnboundedLocalCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalCache { static final System$Logger logger static final java.lang.invoke.VarHandle REFRESHES final com.github.benmanes.caffeine.cache.RemovalListener removalListener final java.util.concurrent.ConcurrentHashMap data final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter final boolean isRecordingStats final java.util.concurrent.Executor executor final boolean isAsync final com.github.benmanes.caffeine.cache.Ticker ticker java.util.Set keySet java.util.Collection values java.util.Set entrySet volatile java.util.concurrent.ConcurrentMap refreshes void <init> (com.github.benmanes.caffeine.cache.Caffeine, boolean) com.github.benmanes.caffeine.cache.Caffeine builder boolean isAsync public boolean isAsync () public com.github.benmanes.caffeine.cache.Expiry expiry () public boolean hasWriteTime () public java.lang.Object referenceKey (java.lang.Object) Object key public java.lang.Object getIfPresent (java.lang.Object, boolean) Object key boolean recordStats Object value public java.lang.Object getIfPresentQuietly (java.lang.Object, long[]) Object key long[] writeTime public long estimatedSize () public java.util.Map getAllPresent (java.lang.Iterable) Object key java.util.Map$Entry entry Object value java.util.Iterator iter Iterable keys java.util.LinkedHashMap result int uniqueKeys java.util.Map castedResult public void cleanUp () public com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () private boolean hasRemovalListener () public void notifyRemoval (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) Throwable t Object key Object value com.github.benmanes.caffeine.cache.RemovalCause cause Runnable task public boolean isRecordingStats () public java.util.concurrent.Executor executor () public java.util.concurrent.ConcurrentMap refreshes () java.util.concurrent.ConcurrentMap pending void discardRefresh (java.lang.Object) Object keyReference java.util.concurrent.ConcurrentMap pending public com.github.benmanes.caffeine.cache.Ticker expirationTicker () public com.github.benmanes.caffeine.cache.Ticker statsTicker () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function Object[] notificationKey Object[] notificationValue public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function, boolean, boolean) Object key java.util.function.Function mappingFunction boolean recordStats boolean recordLoad Object value boolean[] missed public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction Object[] oldValue boolean[] replaced Object nv public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction, com.github.benmanes.caffeine.cache.Expiry, boolean, boolean, boolean) Object key java.util.function.BiFunction remappingFunction com.github.benmanes.caffeine.cache.Expiry expiry boolean recordMiss boolean recordLoad boolean recordLoadFailure public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction java.lang.Object remap (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction Object[] oldValue boolean[] replaced Object nv public boolean isEmpty () public int size () public void clear () Object key public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value Object oldValue public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map map public java.lang.Object remove (java.lang.Object) Object key Object castKey Object[] oldValue public boolean remove (java.lang.Object, java.lang.Object) Object key Object value Object castKey Object[] oldValue public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value Object[] oldValue public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue Object[] prev boolean replaced public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public java.util.Set keySet () java.util.Set ks public java.util.Collection values () java.util.Collection vs public java.util.Set entrySet () java.util.Set es private synthetic java.lang.Object lambda$replace$9 (java.lang.Object, java.lang.Object[], java.lang.Object, java.lang.Object, java.lang.Object) Object oldValue Object[] prev Object newValue Object k Object v private synthetic java.lang.Object lambda$replace$8 (java.lang.Object[], java.lang.Object, java.lang.Object, java.lang.Object) Object[] oldValue Object value Object k Object v private synthetic java.lang.Object lambda$remove$7 (java.lang.Object, java.lang.Object[], java.lang.Object, java.lang.Object) Object value Object[] oldValue Object k Object v private synthetic java.lang.Object lambda$remove$6 (java.lang.Object[], java.lang.Object, java.lang.Object) Object[] oldValue Object k Object v private synthetic java.lang.Object lambda$remap$5 (java.util.function.BiFunction, boolean[], java.lang.Object[], java.lang.Object, java.lang.Object) java.util.function.BiFunction remappingFunction boolean[] replaced Object[] oldValue Object k Object value Object newValue private synthetic java.lang.Object lambda$merge$4 (java.lang.Object, java.util.function.BiFunction, java.lang.Object, java.lang.Object) Object value java.util.function.BiFunction remappingFunction Object k Object oldValue private synthetic java.lang.Object lambda$computeIfPresent$3 (java.util.function.BiFunction, boolean[], java.lang.Object[], java.lang.Object, java.lang.Object) java.util.function.BiFunction remappingFunction boolean[] replaced Object[] oldValue Object k Object value java.util.function.BiFunction function Object newValue private synthetic java.lang.Object lambda$computeIfAbsent$2 (boolean[], boolean, java.util.function.Function, boolean, java.lang.Object, java.lang.Object) boolean[] missed boolean recordStats java.util.function.Function mappingFunction boolean recordLoad Object key Object k private synthetic java.lang.Object lambda$replaceAll$1 (java.lang.Object[], java.lang.Object[], java.util.function.BiFunction, java.lang.Object, java.lang.Object) Object[] notificationKey Object[] notificationValue java.util.function.BiFunction function Object key Object value Object newValue private synthetic void lambda$notifyRemoval$0 (java.lang.Object, java.lang.Object, com.github.benmanes.caffeine.cache.RemovalCause) Throwable t Object key Object value com.github.benmanes.caffeine.cache.RemovalCause cause static void <clinit> () ReflectiveOperationException e }
com/github/benmanes/caffeine/cache/WI.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WI extends com.github.benmanes.caffeine.cache.BoundedLocalCache { final java.lang.ref.ReferenceQueue keyReferenceQueue final java.lang.ref.ReferenceQueue valueReferenceQueue void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final java.lang.ref.ReferenceQueue keyReferenceQueue () protected final boolean collectKeys () protected final java.lang.ref.ReferenceQueue valueReferenceQueue () protected final boolean collectValues () }
com/github/benmanes/caffeine/cache/WIA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIA extends com.github.benmanes.caffeine.cache.WI { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WIAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIAR extends com.github.benmanes.caffeine.cache.WIA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIAW extends com.github.benmanes.caffeine.cache.WIA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIAWR extends com.github.benmanes.caffeine.cache.WIAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIL.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIL extends com.github.benmanes.caffeine.cache.WI { final com.github.benmanes.caffeine.cache.RemovalListener removalListener void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.RemovalListener removalListener () protected final boolean hasRemovalListener () }
com/github/benmanes/caffeine/cache/WILA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILA extends com.github.benmanes.caffeine.cache.WIL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILAR extends com.github.benmanes.caffeine.cache.WILA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILAW extends com.github.benmanes.caffeine.cache.WILA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILAWR extends com.github.benmanes.caffeine.cache.WILAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMS extends com.github.benmanes.caffeine.cache.WIL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WILMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMSA extends com.github.benmanes.caffeine.cache.WILMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMSAR extends com.github.benmanes.caffeine.cache.WILMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMSAW extends com.github.benmanes.caffeine.cache.WILMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMSAWR extends com.github.benmanes.caffeine.cache.WILMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMSR extends com.github.benmanes.caffeine.cache.WILMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMSW extends com.github.benmanes.caffeine.cache.WILMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMSWR extends com.github.benmanes.caffeine.cache.WILMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMW extends com.github.benmanes.caffeine.cache.WIL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WILMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMWA extends com.github.benmanes.caffeine.cache.WILMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMWAR extends com.github.benmanes.caffeine.cache.WILMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMWAW extends com.github.benmanes.caffeine.cache.WILMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMWAWR extends com.github.benmanes.caffeine.cache.WILMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMWR extends com.github.benmanes.caffeine.cache.WILMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILMWW extends com.github.benmanes.caffeine.cache.WILMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILMWWR extends com.github.benmanes.caffeine.cache.WILMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILR extends com.github.benmanes.caffeine.cache.WIL { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILS extends com.github.benmanes.caffeine.cache.WIL { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/WILSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSA extends com.github.benmanes.caffeine.cache.WILS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSAR extends com.github.benmanes.caffeine.cache.WILSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSAW extends com.github.benmanes.caffeine.cache.WILSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSAWR extends com.github.benmanes.caffeine.cache.WILSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMS extends com.github.benmanes.caffeine.cache.WILS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WILSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMSA extends com.github.benmanes.caffeine.cache.WILSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMSAR extends com.github.benmanes.caffeine.cache.WILSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMSAW extends com.github.benmanes.caffeine.cache.WILSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMSAWR extends com.github.benmanes.caffeine.cache.WILSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMSR extends com.github.benmanes.caffeine.cache.WILSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMSW extends com.github.benmanes.caffeine.cache.WILSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMSWR extends com.github.benmanes.caffeine.cache.WILSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMW extends com.github.benmanes.caffeine.cache.WILS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WILSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMWA extends com.github.benmanes.caffeine.cache.WILSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMWAR extends com.github.benmanes.caffeine.cache.WILSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMWAW extends com.github.benmanes.caffeine.cache.WILSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMWAWR extends com.github.benmanes.caffeine.cache.WILSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMWR extends com.github.benmanes.caffeine.cache.WILSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSMWW extends com.github.benmanes.caffeine.cache.WILSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSMWWR extends com.github.benmanes.caffeine.cache.WILSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSR extends com.github.benmanes.caffeine.cache.WILS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILSW extends com.github.benmanes.caffeine.cache.WILS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILSWR extends com.github.benmanes.caffeine.cache.WILSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WILW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WILW extends com.github.benmanes.caffeine.cache.WIL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WILWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WILWR extends com.github.benmanes.caffeine.cache.WILW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMS extends com.github.benmanes.caffeine.cache.WI { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WIMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMSA extends com.github.benmanes.caffeine.cache.WIMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WIMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMSAR extends com.github.benmanes.caffeine.cache.WIMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMSAW extends com.github.benmanes.caffeine.cache.WIMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMSAWR extends com.github.benmanes.caffeine.cache.WIMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMSR extends com.github.benmanes.caffeine.cache.WIMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMSW extends com.github.benmanes.caffeine.cache.WIMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WIMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMSWR extends com.github.benmanes.caffeine.cache.WIMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMW extends com.github.benmanes.caffeine.cache.WI { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WIMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMWA extends com.github.benmanes.caffeine.cache.WIMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WIMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMWAR extends com.github.benmanes.caffeine.cache.WIMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMWAW extends com.github.benmanes.caffeine.cache.WIMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMWAWR extends com.github.benmanes.caffeine.cache.WIMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMWR extends com.github.benmanes.caffeine.cache.WIMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIMWW extends com.github.benmanes.caffeine.cache.WIMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WIMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIMWWR extends com.github.benmanes.caffeine.cache.WIMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIR extends com.github.benmanes.caffeine.cache.WI { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIS extends com.github.benmanes.caffeine.cache.WI { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/WISA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISA extends com.github.benmanes.caffeine.cache.WIS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WISAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISAR extends com.github.benmanes.caffeine.cache.WISA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISAW extends com.github.benmanes.caffeine.cache.WISA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISAWR extends com.github.benmanes.caffeine.cache.WISAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMS extends com.github.benmanes.caffeine.cache.WIS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WISMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMSA extends com.github.benmanes.caffeine.cache.WISMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WISMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMSAR extends com.github.benmanes.caffeine.cache.WISMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMSAW extends com.github.benmanes.caffeine.cache.WISMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMSAWR extends com.github.benmanes.caffeine.cache.WISMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMSR extends com.github.benmanes.caffeine.cache.WISMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMSW extends com.github.benmanes.caffeine.cache.WISMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WISMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMSWR extends com.github.benmanes.caffeine.cache.WISMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMW extends com.github.benmanes.caffeine.cache.WIS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WISMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMWA extends com.github.benmanes.caffeine.cache.WISMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WISMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMWAR extends com.github.benmanes.caffeine.cache.WISMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMWAW extends com.github.benmanes.caffeine.cache.WISMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMWAWR extends com.github.benmanes.caffeine.cache.WISMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMWR extends com.github.benmanes.caffeine.cache.WISMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISMWW extends com.github.benmanes.caffeine.cache.WISMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WISMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISMWWR extends com.github.benmanes.caffeine.cache.WISMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISR extends com.github.benmanes.caffeine.cache.WIS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WISW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WISW extends com.github.benmanes.caffeine.cache.WIS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WISWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WISWR extends com.github.benmanes.caffeine.cache.WISW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WIW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WIW extends com.github.benmanes.caffeine.cache.WI { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WIWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WIWR extends com.github.benmanes.caffeine.cache.WIW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WS extends com.github.benmanes.caffeine.cache.BoundedLocalCache { final java.lang.ref.ReferenceQueue keyReferenceQueue void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final java.lang.ref.ReferenceQueue keyReferenceQueue () protected final boolean collectKeys () }
com/github/benmanes/caffeine/cache/WSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSA extends com.github.benmanes.caffeine.cache.WS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSAR extends com.github.benmanes.caffeine.cache.WSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSAW extends com.github.benmanes.caffeine.cache.WSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSAWR extends com.github.benmanes.caffeine.cache.WSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSL.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSL extends com.github.benmanes.caffeine.cache.WS { final com.github.benmanes.caffeine.cache.RemovalListener removalListener void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.RemovalListener removalListener () protected final boolean hasRemovalListener () }
com/github/benmanes/caffeine/cache/WSLA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLA extends com.github.benmanes.caffeine.cache.WSL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLAR extends com.github.benmanes.caffeine.cache.WSLA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLAW extends com.github.benmanes.caffeine.cache.WSLA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLAWR extends com.github.benmanes.caffeine.cache.WSLAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMS extends com.github.benmanes.caffeine.cache.WSL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSLMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMSA extends com.github.benmanes.caffeine.cache.WSLMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMSAR extends com.github.benmanes.caffeine.cache.WSLMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMSAW extends com.github.benmanes.caffeine.cache.WSLMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMSAWR extends com.github.benmanes.caffeine.cache.WSLMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMSR extends com.github.benmanes.caffeine.cache.WSLMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMSW extends com.github.benmanes.caffeine.cache.WSLMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMSWR extends com.github.benmanes.caffeine.cache.WSLMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMW extends com.github.benmanes.caffeine.cache.WSL { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSLMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMWA extends com.github.benmanes.caffeine.cache.WSLMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMWAR extends com.github.benmanes.caffeine.cache.WSLMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMWAW extends com.github.benmanes.caffeine.cache.WSLMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMWAWR extends com.github.benmanes.caffeine.cache.WSLMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMWR extends com.github.benmanes.caffeine.cache.WSLMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLMWW extends com.github.benmanes.caffeine.cache.WSLMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLMWWR extends com.github.benmanes.caffeine.cache.WSLMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLR extends com.github.benmanes.caffeine.cache.WSL { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLS extends com.github.benmanes.caffeine.cache.WSL { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/WSLSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSA extends com.github.benmanes.caffeine.cache.WSLS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSAR extends com.github.benmanes.caffeine.cache.WSLSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSAW extends com.github.benmanes.caffeine.cache.WSLSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSAWR extends com.github.benmanes.caffeine.cache.WSLSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMS extends com.github.benmanes.caffeine.cache.WSLS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSLSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMSA extends com.github.benmanes.caffeine.cache.WSLSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMSAR extends com.github.benmanes.caffeine.cache.WSLSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMSAW extends com.github.benmanes.caffeine.cache.WSLSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMSAWR extends com.github.benmanes.caffeine.cache.WSLSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMSR extends com.github.benmanes.caffeine.cache.WSLSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMSW extends com.github.benmanes.caffeine.cache.WSLSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMSWR extends com.github.benmanes.caffeine.cache.WSLSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMW extends com.github.benmanes.caffeine.cache.WSLS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSLSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMWA extends com.github.benmanes.caffeine.cache.WSLSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMWAR extends com.github.benmanes.caffeine.cache.WSLSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMWAW extends com.github.benmanes.caffeine.cache.WSLSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMWAWR extends com.github.benmanes.caffeine.cache.WSLSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMWR extends com.github.benmanes.caffeine.cache.WSLSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSMWW extends com.github.benmanes.caffeine.cache.WSLSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSMWWR extends com.github.benmanes.caffeine.cache.WSLSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSR extends com.github.benmanes.caffeine.cache.WSLS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLSW extends com.github.benmanes.caffeine.cache.WSLS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLSWR extends com.github.benmanes.caffeine.cache.WSLSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSLW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSLW extends com.github.benmanes.caffeine.cache.WSL { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSLWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSLWR extends com.github.benmanes.caffeine.cache.WSLW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMS extends com.github.benmanes.caffeine.cache.WS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMSA extends com.github.benmanes.caffeine.cache.WSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMSAR extends com.github.benmanes.caffeine.cache.WSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMSAW extends com.github.benmanes.caffeine.cache.WSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMSAWR extends com.github.benmanes.caffeine.cache.WSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMSR extends com.github.benmanes.caffeine.cache.WSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMSW extends com.github.benmanes.caffeine.cache.WSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMSWR extends com.github.benmanes.caffeine.cache.WSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMW extends com.github.benmanes.caffeine.cache.WS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMWA extends com.github.benmanes.caffeine.cache.WSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMWAR extends com.github.benmanes.caffeine.cache.WSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMWAW extends com.github.benmanes.caffeine.cache.WSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMWAWR extends com.github.benmanes.caffeine.cache.WSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMWR extends com.github.benmanes.caffeine.cache.WSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSMWW extends com.github.benmanes.caffeine.cache.WSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSMWWR extends com.github.benmanes.caffeine.cache.WSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSR extends com.github.benmanes.caffeine.cache.WS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSS extends com.github.benmanes.caffeine.cache.WS { final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final boolean isRecordingStats () public final com.github.benmanes.caffeine.cache.Ticker statsTicker () public final com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter () }
com/github/benmanes/caffeine/cache/WSSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSA extends com.github.benmanes.caffeine.cache.WSS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSAR extends com.github.benmanes.caffeine.cache.WSSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSAW extends com.github.benmanes.caffeine.cache.WSSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSAWR extends com.github.benmanes.caffeine.cache.WSSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMS.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMS extends com.github.benmanes.caffeine.cache.WSS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSSMSA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMSA extends com.github.benmanes.caffeine.cache.WSSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSSMSAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMSAR extends com.github.benmanes.caffeine.cache.WSSMSA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMSAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMSAW extends com.github.benmanes.caffeine.cache.WSSMSA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMSAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMSAWR extends com.github.benmanes.caffeine.cache.WSSMSAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMSR extends com.github.benmanes.caffeine.cache.WSSMS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMSW extends com.github.benmanes.caffeine.cache.WSSMS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSSMSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMSWR extends com.github.benmanes.caffeine.cache.WSSMSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMW extends com.github.benmanes.caffeine.cache.WSS { long maximum long weightedSize long windowMaximum long windowWeightedSize long mainProtectedMaximum long mainProtectedWeightedSize double stepSize long adjustment int hitsInSample int missesInSample double previousSampleHitRate final com.github.benmanes.caffeine.cache.FrequencySketch sketch final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final boolean evicts () protected final long maximum () protected final void setMaximum (long) protected final long weightedSize () protected final void setWeightedSize (long) protected final long windowMaximum () protected final void setWindowMaximum (long) protected final long windowWeightedSize () protected final void setWindowWeightedSize (long) protected final long mainProtectedMaximum () protected final void setMainProtectedMaximum (long) protected final long mainProtectedWeightedSize () protected final void setMainProtectedWeightedSize (long) protected final double stepSize () protected final void setStepSize (double) protected final long adjustment () protected final void setAdjustment (long) protected final int hitsInSample () protected final void setHitsInSample (int) protected final int missesInSample () protected final void setMissesInSample (int) protected final double previousSampleHitRate () protected final void setPreviousSampleHitRate (double) protected final com.github.benmanes.caffeine.cache.FrequencySketch frequencySketch () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderWindowDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProbationDeque () protected final com.github.benmanes.caffeine.cache.AccessOrderDeque accessOrderProtectedDeque () }
com/github/benmanes/caffeine/cache/WSSMWA.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMWA extends com.github.benmanes.caffeine.cache.WSSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.Expiry expiry final com.github.benmanes.caffeine.cache.TimerWheel timerWheel volatile long expiresAfterAccessNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final boolean expiresVariable () public final com.github.benmanes.caffeine.cache.Expiry expiry () protected final com.github.benmanes.caffeine.cache.TimerWheel timerWheel () protected final boolean expiresAfterAccess () protected final long expiresAfterAccessNanos () protected final void setExpiresAfterAccessNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSSMWAR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMWAR extends com.github.benmanes.caffeine.cache.WSSMWA { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMWAW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMWAW extends com.github.benmanes.caffeine.cache.WSSMWA { final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMWAWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMWAWR extends com.github.benmanes.caffeine.cache.WSSMWAW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMWR extends com.github.benmanes.caffeine.cache.WSSMW { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSMWW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSMWW extends com.github.benmanes.caffeine.cache.WSSMW { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSSMWWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSMWWR extends com.github.benmanes.caffeine.cache.WSSMWW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSR extends com.github.benmanes.caffeine.cache.WSS { final com.github.benmanes.caffeine.cache.Ticker ticker volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSSW extends com.github.benmanes.caffeine.cache.WSS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSSWR extends com.github.benmanes.caffeine.cache.WSSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/WSW.class
<Unknown> package com.github.benmanes.caffeine.cache com.github.benmanes.caffeine.cache.WSW extends com.github.benmanes.caffeine.cache.WS { final com.github.benmanes.caffeine.cache.Ticker ticker final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque volatile long expiresAfterWriteNanos final com.github.benmanes.caffeine.cache.Pacer pacer void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) public final com.github.benmanes.caffeine.cache.Ticker expirationTicker () protected final com.github.benmanes.caffeine.cache.WriteOrderDeque writeOrderDeque () protected final boolean expiresAfterWrite () protected final long expiresAfterWriteNanos () protected final void setExpiresAfterWriteNanos (long) public final com.github.benmanes.caffeine.cache.Pacer pacer () }
com/github/benmanes/caffeine/cache/WSWR.class
<Unknown> package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WSWR extends com.github.benmanes.caffeine.cache.WSW { volatile long refreshAfterWriteNanos void <init> (com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader, boolean) protected boolean refreshAfterWrite () protected long refreshAfterWriteNanos () protected void setRefreshAfterWriteNanos (long) }
com/github/benmanes/caffeine/cache/Weigher.class
Weigher.java package com.github.benmanes.caffeine.cache public abstract com.github.benmanes.caffeine.cache.Weigher extends java.lang.Object { public abstract int weigh (java.lang.Object, java.lang.Object) public static com.github.benmanes.caffeine.cache.Weigher singletonWeigher () com.github.benmanes.caffeine.cache.Weigher self public static com.github.benmanes.caffeine.cache.Weigher boundedWeigher (com.github.benmanes.caffeine.cache.Weigher) com.github.benmanes.caffeine.cache.Weigher delegate }
com/github/benmanes/caffeine/cache/WriteOrderDeque$WriteOrder.class
WriteOrderDeque.java package com.github.benmanes.caffeine.cache abstract com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder extends java.lang.Object { public abstract com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPreviousInWriteOrder () public abstract void setPreviousInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) public abstract com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNextInWriteOrder () public abstract void setNextInWriteOrder (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) }
com/github/benmanes/caffeine/cache/WriteOrderDeque.class
WriteOrderDeque.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WriteOrderDeque extends com.github.benmanes.caffeine.cache.AbstractLinkedDeque { void <init> () public boolean contains (java.lang.Object) Object o boolean contains (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder e public boolean remove (java.lang.Object) Object o public boolean remove (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder e public com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getPrevious (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder e public void setPrevious (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder, com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder e com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder prev public com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder getNext (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder e public void setNext (com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder, com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder) com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder e com.github.benmanes.caffeine.cache.WriteOrderDeque$WriteOrder next public volatile synthetic void setNext (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object getNext (java.lang.Object) public volatile synthetic void setPrevious (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object getPrevious (java.lang.Object) }
com/github/benmanes/caffeine/cache/WriteThroughEntry.class
WriteThroughEntry.java package com.github.benmanes.caffeine.cache final com.github.benmanes.caffeine.cache.WriteThroughEntry extends java.util.AbstractMap$SimpleEntry { static final long serialVersionUID private final java.util.concurrent.ConcurrentMap map void <init> (java.util.concurrent.ConcurrentMap, java.lang.Object, java.lang.Object) java.util.concurrent.ConcurrentMap map Object key Object value public java.lang.Object setValue (java.lang.Object) Object value java.lang.Object writeReplace () }
com/github/benmanes/caffeine/cache/package-info.class
package-info.java package com.github.benmanes.caffeine.cache abstract synthetic com.github.benmanes.caffeine.cache.package-info extends java.lang.Object { }
com/github/benmanes/caffeine/cache/stats/
com/github/benmanes/caffeine/cache/stats/CacheStats.class
CacheStats.java package com.github.benmanes.caffeine.cache.stats public final com.github.benmanes.caffeine.cache.stats.CacheStats extends java.lang.Object { private static final com.github.benmanes.caffeine.cache.stats.CacheStats EMPTY_STATS private final long hitCount private final long missCount private final long loadSuccessCount private final long loadFailureCount private final long totalLoadTime private final long evictionCount private final long evictionWeight private void <init> (long, long, long, long, long, long, long) long hitCount long missCount long loadSuccessCount long loadFailureCount long totalLoadTime long evictionCount long evictionWeight public static com.github.benmanes.caffeine.cache.stats.CacheStats of (long, long, long, long, long, long, long) long hitCount long missCount long loadSuccessCount long loadFailureCount long totalLoadTime long evictionCount long evictionWeight public static com.github.benmanes.caffeine.cache.stats.CacheStats empty () public long requestCount () public long hitCount () public double hitRate () long requestCount public long missCount () public double missRate () long requestCount public long loadCount () public long loadSuccessCount () public long loadFailureCount () public double loadFailureRate () long totalLoadCount public long totalLoadTime () public double averageLoadPenalty () long totalLoadCount public long evictionCount () public long evictionWeight () public com.github.benmanes.caffeine.cache.stats.CacheStats minus (com.github.benmanes.caffeine.cache.stats.CacheStats) com.github.benmanes.caffeine.cache.stats.CacheStats other public com.github.benmanes.caffeine.cache.stats.CacheStats plus (com.github.benmanes.caffeine.cache.stats.CacheStats) com.github.benmanes.caffeine.cache.stats.CacheStats other private static long saturatedSubtract (long, long) long a long b long naiveDifference private static long saturatedAdd (long, long) long a long b long naiveSum public int hashCode () public boolean equals (java.lang.Object) Object o com.github.benmanes.caffeine.cache.stats.CacheStats other public java.lang.String toString () static void <clinit> () }
com/github/benmanes/caffeine/cache/stats/ConcurrentStatsCounter.class
ConcurrentStatsCounter.java package com.github.benmanes.caffeine.cache.stats public final com.github.benmanes.caffeine.cache.stats.ConcurrentStatsCounter extends java.lang.Object implements com.github.benmanes.caffeine.cache.stats.StatsCounter { private final java.util.concurrent.atomic.LongAdder hitCount private final java.util.concurrent.atomic.LongAdder missCount private final java.util.concurrent.atomic.LongAdder loadSuccessCount private final java.util.concurrent.atomic.LongAdder loadFailureCount private final java.util.concurrent.atomic.LongAdder totalLoadTime private final java.util.concurrent.atomic.LongAdder evictionCount private final java.util.concurrent.atomic.LongAdder evictionWeight public void <init> () public void recordHits (int) int count public void recordMisses (int) int count public void recordLoadSuccess (long) long loadTime public void recordLoadFailure (long) long loadTime public void recordEviction (int, com.github.benmanes.caffeine.cache.RemovalCause) int weight com.github.benmanes.caffeine.cache.RemovalCause cause public com.github.benmanes.caffeine.cache.stats.CacheStats snapshot () private static long negativeToMaxValue (long) long value public void incrementBy (com.github.benmanes.caffeine.cache.stats.StatsCounter) com.github.benmanes.caffeine.cache.stats.StatsCounter other com.github.benmanes.caffeine.cache.stats.CacheStats otherStats public java.lang.String toString () }
com/github/benmanes/caffeine/cache/stats/DisabledStatsCounter.class
DisabledStatsCounter.java package com.github.benmanes.caffeine.cache.stats final enum com.github.benmanes.caffeine.cache.stats.DisabledStatsCounter extends java.lang.Enum implements com.github.benmanes.caffeine.cache.stats.StatsCounter { public static final enum com.github.benmanes.caffeine.cache.stats.DisabledStatsCounter INSTANCE private static final synthetic com.github.benmanes.caffeine.cache.stats.DisabledStatsCounter[] $VALUES public static com.github.benmanes.caffeine.cache.stats.DisabledStatsCounter[] values () public static com.github.benmanes.caffeine.cache.stats.DisabledStatsCounter valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public void recordHits (int) int count public void recordMisses (int) int count public void recordLoadSuccess (long) long loadTime public void recordLoadFailure (long) long loadTime public void recordEviction (int, com.github.benmanes.caffeine.cache.RemovalCause) int weight com.github.benmanes.caffeine.cache.RemovalCause cause public com.github.benmanes.caffeine.cache.stats.CacheStats snapshot () public java.lang.String toString () static void <clinit> () }
com/github/benmanes/caffeine/cache/stats/GuardedStatsCounter.class
GuardedStatsCounter.java package com.github.benmanes.caffeine.cache.stats final com.github.benmanes.caffeine.cache.stats.GuardedStatsCounter extends java.lang.Object implements com.github.benmanes.caffeine.cache.stats.StatsCounter { static final System$Logger logger final com.github.benmanes.caffeine.cache.stats.StatsCounter delegate void <init> (com.github.benmanes.caffeine.cache.stats.StatsCounter) com.github.benmanes.caffeine.cache.stats.StatsCounter delegate public void recordHits (int) Throwable t int count public void recordMisses (int) Throwable t int count public void recordLoadSuccess (long) Throwable t long loadTime public void recordLoadFailure (long) Throwable t long loadTime public void recordEviction (int, com.github.benmanes.caffeine.cache.RemovalCause) Throwable t int weight com.github.benmanes.caffeine.cache.RemovalCause cause public com.github.benmanes.caffeine.cache.stats.CacheStats snapshot () Throwable t public java.lang.String toString () static void <clinit> () }
com/github/benmanes/caffeine/cache/stats/StatsCounter.class
StatsCounter.java package com.github.benmanes.caffeine.cache.stats public abstract com.github.benmanes.caffeine.cache.stats.StatsCounter extends java.lang.Object { public abstract void recordHits (int) public abstract void recordMisses (int) public abstract void recordLoadSuccess (long) public abstract void recordLoadFailure (long) public abstract void recordEviction (int, com.github.benmanes.caffeine.cache.RemovalCause) public abstract com.github.benmanes.caffeine.cache.stats.CacheStats snapshot () public static com.github.benmanes.caffeine.cache.stats.StatsCounter disabledStatsCounter () public static com.github.benmanes.caffeine.cache.stats.StatsCounter guardedStatsCounter (com.github.benmanes.caffeine.cache.stats.StatsCounter) com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter }
com/github/benmanes/caffeine/cache/stats/package-info.class
package-info.java package com.github.benmanes.caffeine.cache.stats abstract synthetic com.github.benmanes.caffeine.cache.stats.package-info extends java.lang.Object { }
module-info.class
module-info.java package module module-info extends java.lang.Object { }
org/
org/checkerframework/
org/checkerframework/checker/
org/checkerframework/checker/builder/
org/checkerframework/checker/builder/qual/
org/checkerframework/checker/builder/qual/CalledMethods.class
CalledMethods.java package org.checkerframework.checker.builder.qual public abstract annotation org.checkerframework.checker.builder.qual.CalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/builder/qual/NotCalledMethods.class
NotCalledMethods.java package org.checkerframework.checker.builder.qual public abstract annotation org.checkerframework.checker.builder.qual.NotCalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/builder/qual/ReturnsReceiver.class
ReturnsReceiver.java package org.checkerframework.checker.builder.qual public abstract annotation org.checkerframework.checker.builder.qual.ReturnsReceiver extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/calledmethods/
org/checkerframework/checker/calledmethods/qual/
org/checkerframework/checker/calledmethods/qual/CalledMethods.class
CalledMethods.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.CalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/calledmethods/qual/CalledMethodsBottom.class
CalledMethodsBottom.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.CalledMethodsBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/calledmethods/qual/CalledMethodsPredicate.class
CalledMethodsPredicate.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.CalledMethodsPredicate extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/checker/calledmethods/qual/EnsuresCalledMethods.class
EnsuresCalledMethods.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.EnsuresCalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] methods () }
org/checkerframework/checker/calledmethods/qual/EnsuresCalledMethodsIf$List.class
EnsuresCalledMethodsIf.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.EnsuresCalledMethodsIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.calledmethods.qual.EnsuresCalledMethodsIf[] value () }
org/checkerframework/checker/calledmethods/qual/EnsuresCalledMethodsIf.class
EnsuresCalledMethodsIf.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.EnsuresCalledMethodsIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () public abstract java.lang.String[] methods () }
org/checkerframework/checker/calledmethods/qual/EnsuresCalledMethodsVarArgs.class
EnsuresCalledMethodsVarArgs.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.EnsuresCalledMethodsVarArgs extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/calledmethods/qual/RequiresCalledMethods$List.class
RequiresCalledMethods.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.RequiresCalledMethods$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.calledmethods.qual.RequiresCalledMethods[] value () }
org/checkerframework/checker/calledmethods/qual/RequiresCalledMethods.class
RequiresCalledMethods.java package org.checkerframework.checker.calledmethods.qual public abstract annotation org.checkerframework.checker.calledmethods.qual.RequiresCalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] methods () }
org/checkerframework/checker/compilermsgs/
org/checkerframework/checker/compilermsgs/qual/
org/checkerframework/checker/compilermsgs/qual/CompilerMessageKey.class
CompilerMessageKey.java package org.checkerframework.checker.compilermsgs.qual public abstract annotation org.checkerframework.checker.compilermsgs.qual.CompilerMessageKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/compilermsgs/qual/CompilerMessageKeyBottom.class
CompilerMessageKeyBottom.java package org.checkerframework.checker.compilermsgs.qual public abstract annotation org.checkerframework.checker.compilermsgs.qual.CompilerMessageKeyBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/compilermsgs/qual/UnknownCompilerMessageKey.class
UnknownCompilerMessageKey.java package org.checkerframework.checker.compilermsgs.qual public abstract annotation org.checkerframework.checker.compilermsgs.qual.UnknownCompilerMessageKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/
org/checkerframework/checker/fenum/qual/
org/checkerframework/checker/fenum/qual/AwtAlphaCompositingRule.class
AwtAlphaCompositingRule.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.AwtAlphaCompositingRule extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/AwtColorSpace.class
AwtColorSpace.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.AwtColorSpace extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/AwtCursorType.class
AwtCursorType.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.AwtCursorType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/AwtFlowLayout.class
AwtFlowLayout.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.AwtFlowLayout extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/Fenum.class
Fenum.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.Fenum extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/checker/fenum/qual/FenumBottom.class
FenumBottom.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.FenumBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/FenumTop.class
FenumTop.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.FenumTop extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/FenumUnqualified.class
FenumUnqualified.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.FenumUnqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/PolyFenum.class
PolyFenum.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.PolyFenum extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingBoxOrientation.class
SwingBoxOrientation.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingBoxOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingCompassDirection.class
SwingCompassDirection.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingCompassDirection extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingElementOrientation.class
SwingElementOrientation.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingElementOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingHorizontalOrientation.class
SwingHorizontalOrientation.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingHorizontalOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingSplitPaneOrientation.class
SwingSplitPaneOrientation.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingSplitPaneOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingTextOrientation.class
SwingTextOrientation.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingTextOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingTitleJustification.class
SwingTitleJustification.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingTitleJustification extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingTitlePosition.class
SwingTitlePosition.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingTitlePosition extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/fenum/qual/SwingVerticalOrientation.class
SwingVerticalOrientation.java package org.checkerframework.checker.fenum.qual public abstract annotation org.checkerframework.checker.fenum.qual.SwingVerticalOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/formatter/
org/checkerframework/checker/formatter/qual/
org/checkerframework/checker/formatter/qual/ConversionCategory.class
ConversionCategory.java package org.checkerframework.checker.formatter.qual public final enum org.checkerframework.checker.formatter.qual.ConversionCategory extends java.lang.Enum { public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory GENERAL public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory CHAR public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory INT public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory FLOAT public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory TIME public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory CHAR_AND_INT public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory INT_AND_TIME public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory NULL public static final enum org.checkerframework.checker.formatter.qual.ConversionCategory UNUSED public final Class[] types public final String chars private static final synthetic org.checkerframework.checker.formatter.qual.ConversionCategory[] $VALUES public static org.checkerframework.checker.formatter.qual.ConversionCategory[] values () public static org.checkerframework.checker.formatter.qual.ConversionCategory valueOf (java.lang.String) String name private transient void <init> (java.lang.String, int, java.lang.String, java.lang.Class[]) Class unwrapped Class type java.util.List typesWithPrimitives String chars Class[] types private static java.lang.Class unwrapPrimitive (java.lang.Class) Class c public static org.checkerframework.checker.formatter.qual.ConversionCategory fromConversionChar (char) org.checkerframework.checker.formatter.qual.ConversionCategory v char c private static java.util.Set arrayToSet (java.lang.Object[]) Object[] a public static boolean isSubsetOf (org.checkerframework.checker.formatter.qual.ConversionCategory, org.checkerframework.checker.formatter.qual.ConversionCategory) org.checkerframework.checker.formatter.qual.ConversionCategory a org.checkerframework.checker.formatter.qual.ConversionCategory b public static org.checkerframework.checker.formatter.qual.ConversionCategory intersect (org.checkerframework.checker.formatter.qual.ConversionCategory, org.checkerframework.checker.formatter.qual.ConversionCategory) java.util.Set vs org.checkerframework.checker.formatter.qual.ConversionCategory v org.checkerframework.checker.formatter.qual.ConversionCategory a org.checkerframework.checker.formatter.qual.ConversionCategory b java.util.Set as java.util.Set bs public static org.checkerframework.checker.formatter.qual.ConversionCategory union (org.checkerframework.checker.formatter.qual.ConversionCategory, org.checkerframework.checker.formatter.qual.ConversionCategory) java.util.Set vs org.checkerframework.checker.formatter.qual.ConversionCategory v org.checkerframework.checker.formatter.qual.ConversionCategory a org.checkerframework.checker.formatter.qual.ConversionCategory b java.util.Set as java.util.Set bs public boolean isAssignableFrom (java.lang.Class) Class c Class argType public java.lang.String toString () Class cls StringBuilder sb java.util.StringJoiner sj static void <clinit> () }
org/checkerframework/checker/formatter/qual/Format.class
Format.java package org.checkerframework.checker.formatter.qual public abstract annotation org.checkerframework.checker.formatter.qual.Format extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.formatter.qual.ConversionCategory[] value () }
org/checkerframework/checker/formatter/qual/FormatBottom.class
FormatBottom.java package org.checkerframework.checker.formatter.qual public abstract annotation org.checkerframework.checker.formatter.qual.FormatBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/formatter/qual/FormatMethod.class
FormatMethod.java package org.checkerframework.checker.formatter.qual public abstract annotation org.checkerframework.checker.formatter.qual.FormatMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/formatter/qual/InvalidFormat.class
InvalidFormat.java package org.checkerframework.checker.formatter.qual public abstract annotation org.checkerframework.checker.formatter.qual.InvalidFormat extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/checker/formatter/qual/ReturnsFormat.class
ReturnsFormat.java package org.checkerframework.checker.formatter.qual public abstract annotation org.checkerframework.checker.formatter.qual.ReturnsFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/formatter/qual/UnknownFormat.class
UnknownFormat.java package org.checkerframework.checker.formatter.qual public abstract annotation org.checkerframework.checker.formatter.qual.UnknownFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/
org/checkerframework/checker/guieffect/qual/
org/checkerframework/checker/guieffect/qual/AlwaysSafe.class
AlwaysSafe.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.AlwaysSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/PolyUI.class
PolyUI.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.PolyUI extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/PolyUIEffect.class
PolyUIEffect.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.PolyUIEffect extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/PolyUIType.class
PolyUIType.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.PolyUIType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/SafeEffect.class
SafeEffect.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.SafeEffect extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/SafeType.class
SafeType.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.SafeType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/UI.class
UI.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.UI extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/UIEffect.class
UIEffect.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.UIEffect extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/UIPackage.class
UIPackage.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.UIPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/guieffect/qual/UIType.class
UIType.java package org.checkerframework.checker.guieffect.qual public abstract annotation org.checkerframework.checker.guieffect.qual.UIType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18n/
org/checkerframework/checker/i18n/qual/
org/checkerframework/checker/i18n/qual/LocalizableKey.class
LocalizableKey.java package org.checkerframework.checker.i18n.qual public abstract annotation org.checkerframework.checker.i18n.qual.LocalizableKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18n/qual/LocalizableKeyBottom.class
LocalizableKeyBottom.java package org.checkerframework.checker.i18n.qual public abstract annotation org.checkerframework.checker.i18n.qual.LocalizableKeyBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18n/qual/Localized.class
Localized.java package org.checkerframework.checker.i18n.qual public abstract annotation org.checkerframework.checker.i18n.qual.Localized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18n/qual/UnknownLocalizableKey.class
UnknownLocalizableKey.java package org.checkerframework.checker.i18n.qual public abstract annotation org.checkerframework.checker.i18n.qual.UnknownLocalizableKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18n/qual/UnknownLocalized.class
UnknownLocalized.java package org.checkerframework.checker.i18n.qual public abstract annotation org.checkerframework.checker.i18n.qual.UnknownLocalized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18nformatter/
org/checkerframework/checker/i18nformatter/qual/
org/checkerframework/checker/i18nformatter/qual/I18nChecksFormat.class
I18nChecksFormat.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nChecksFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18nformatter/qual/I18nConversionCategory.class
I18nConversionCategory.java package org.checkerframework.checker.i18nformatter.qual public final enum org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory extends java.lang.Enum { public static final enum org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory UNUSED public static final enum org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory GENERAL public static final enum org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory DATE public static final enum org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory NUMBER public final Class[] types public final String[] strings static org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory[] namedCategories private static final synthetic org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory[] $VALUES public static org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory[] values () public static org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.Class[], java.lang.String[]) Class[] types String[] strings public static org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory stringToI18nConversionCategory (java.lang.String) String s org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory v String string private static java.util.Set arrayToSet (java.lang.Object[]) Object[] a public static boolean isSubsetOf (org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory, org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory) org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory a org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory b public static org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory intersect (org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory, org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory) java.util.Set vs org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory v org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory a org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory b java.util.Set as java.util.Set bs public static org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory union (org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory, org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory) org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory a org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory b public boolean isAssignableFrom (java.lang.Class) Class c Class argType public java.lang.String toString () Class cls java.util.StringJoiner sj StringBuilder sb static void <clinit> () }
org/checkerframework/checker/i18nformatter/qual/I18nFormat.class
I18nFormat.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nFormat extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory[] value () }
org/checkerframework/checker/i18nformatter/qual/I18nFormatBottom.class
I18nFormatBottom.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nFormatBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18nformatter/qual/I18nFormatFor.class
I18nFormatFor.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nFormatFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/checker/i18nformatter/qual/I18nInvalidFormat.class
I18nInvalidFormat.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nInvalidFormat extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/checker/i18nformatter/qual/I18nMakeFormat.class
I18nMakeFormat.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nMakeFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18nformatter/qual/I18nUnknownFormat.class
I18nUnknownFormat.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nUnknownFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/i18nformatter/qual/I18nValidFormat.class
I18nValidFormat.java package org.checkerframework.checker.i18nformatter.qual public abstract annotation org.checkerframework.checker.i18nformatter.qual.I18nValidFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/
org/checkerframework/checker/index/qual/
org/checkerframework/checker/index/qual/EnsuresLTLengthOf$List.class
EnsuresLTLengthOf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.EnsuresLTLengthOf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.index.qual.EnsuresLTLengthOf[] value () }
org/checkerframework/checker/index/qual/EnsuresLTLengthOf.class
EnsuresLTLengthOf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.EnsuresLTLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] targetValue () public abstract java.lang.String[] offset () }
org/checkerframework/checker/index/qual/EnsuresLTLengthOfIf$List.class
EnsuresLTLengthOfIf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.EnsuresLTLengthOfIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.index.qual.EnsuresLTLengthOfIf[] value () }
org/checkerframework/checker/index/qual/EnsuresLTLengthOfIf.class
EnsuresLTLengthOfIf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.EnsuresLTLengthOfIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () public abstract java.lang.String[] targetValue () public abstract java.lang.String[] offset () }
org/checkerframework/checker/index/qual/GTENegativeOne.class
GTENegativeOne.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.GTENegativeOne extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/HasSubsequence.class
HasSubsequence.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.HasSubsequence extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String subsequence () public abstract java.lang.String from () public abstract java.lang.String to () }
org/checkerframework/checker/index/qual/IndexFor.class
IndexFor.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.IndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/IndexOrHigh.class
IndexOrHigh.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.IndexOrHigh extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/IndexOrLow.class
IndexOrLow.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.IndexOrLow extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/LTEqLengthOf.class
LTEqLengthOf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LTEqLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/LTLengthOf.class
LTLengthOf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LTLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] offset () }
org/checkerframework/checker/index/qual/LTOMLengthOf.class
LTOMLengthOf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LTOMLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/LengthOf.class
LengthOf.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/LessThan.class
LessThan.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LessThan extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/LessThanBottom.class
LessThanBottom.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LessThanBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/LessThanUnknown.class
LessThanUnknown.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LessThanUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/LowerBoundBottom.class
LowerBoundBottom.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LowerBoundBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/LowerBoundUnknown.class
LowerBoundUnknown.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.LowerBoundUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/NegativeIndexFor.class
NegativeIndexFor.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.NegativeIndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/NonNegative.class
NonNegative.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.NonNegative extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/PolyIndex.class
PolyIndex.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.PolyIndex extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/PolyLength.class
PolyLength.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.PolyLength extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/PolyLowerBound.class
PolyLowerBound.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.PolyLowerBound extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/PolySameLen.class
PolySameLen.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.PolySameLen extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/PolyUpperBound.class
PolyUpperBound.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.PolyUpperBound extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/Positive.class
Positive.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.Positive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/SameLen.class
SameLen.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SameLen extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/SameLenBottom.class
SameLenBottom.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SameLenBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/SameLenUnknown.class
SameLenUnknown.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SameLenUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/SearchIndexBottom.class
SearchIndexBottom.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SearchIndexBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/SearchIndexFor.class
SearchIndexFor.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SearchIndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/index/qual/SearchIndexUnknown.class
SearchIndexUnknown.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SearchIndexUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/SubstringIndexBottom.class
SubstringIndexBottom.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SubstringIndexBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/SubstringIndexFor.class
SubstringIndexFor.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SubstringIndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] offset () }
org/checkerframework/checker/index/qual/SubstringIndexUnknown.class
SubstringIndexUnknown.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.SubstringIndexUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/UpperBoundBottom.class
UpperBoundBottom.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.UpperBoundBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/index/qual/UpperBoundLiteral.class
UpperBoundLiteral.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.UpperBoundLiteral extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/checker/index/qual/UpperBoundUnknown.class
UpperBoundUnknown.java package org.checkerframework.checker.index.qual public abstract annotation org.checkerframework.checker.index.qual.UpperBoundUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/initialization/
org/checkerframework/checker/initialization/qual/
org/checkerframework/checker/initialization/qual/FBCBottom.class
FBCBottom.java package org.checkerframework.checker.initialization.qual public abstract annotation org.checkerframework.checker.initialization.qual.FBCBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/initialization/qual/Initialized.class
Initialized.java package org.checkerframework.checker.initialization.qual public abstract annotation org.checkerframework.checker.initialization.qual.Initialized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/initialization/qual/NotOnlyInitialized.class
NotOnlyInitialized.java package org.checkerframework.checker.initialization.qual public abstract annotation org.checkerframework.checker.initialization.qual.NotOnlyInitialized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/initialization/qual/UnderInitialization.class
UnderInitialization.java package org.checkerframework.checker.initialization.qual public abstract annotation org.checkerframework.checker.initialization.qual.UnderInitialization extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/checker/initialization/qual/UnknownInitialization.class
UnknownInitialization.java package org.checkerframework.checker.initialization.qual public abstract annotation org.checkerframework.checker.initialization.qual.UnknownInitialization extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/checker/interning/
org/checkerframework/checker/interning/qual/
org/checkerframework/checker/interning/qual/CompareToMethod.class
CompareToMethod.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.CompareToMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/EqualsMethod.class
EqualsMethod.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.EqualsMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/FindDistinct.class
FindDistinct.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.FindDistinct extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/InternMethod.class
InternMethod.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.InternMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/Interned.class
Interned.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.Interned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/InternedDistinct.class
InternedDistinct.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.InternedDistinct extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/PolyInterned.class
PolyInterned.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.PolyInterned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/UnknownInterned.class
UnknownInterned.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.UnknownInterned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/interning/qual/UsesObjectEquals.class
UsesObjectEquals.java package org.checkerframework.checker.interning.qual public abstract annotation org.checkerframework.checker.interning.qual.UsesObjectEquals extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/
org/checkerframework/checker/lock/qual/
org/checkerframework/checker/lock/qual/EnsuresLockHeld$List.class
EnsuresLockHeld.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.EnsuresLockHeld$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.lock.qual.EnsuresLockHeld[] value () }
org/checkerframework/checker/lock/qual/EnsuresLockHeld.class
EnsuresLockHeld.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.EnsuresLockHeld extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/lock/qual/EnsuresLockHeldIf$List.class
EnsuresLockHeldIf.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.EnsuresLockHeldIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.lock.qual.EnsuresLockHeldIf[] value () }
org/checkerframework/checker/lock/qual/EnsuresLockHeldIf.class
EnsuresLockHeldIf.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.EnsuresLockHeldIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () }
org/checkerframework/checker/lock/qual/GuardSatisfied.class
GuardSatisfied.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.GuardSatisfied extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/checker/lock/qual/GuardedBy.class
GuardedBy.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/lock/qual/GuardedByBottom.class
GuardedByBottom.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.GuardedByBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/qual/GuardedByUnknown.class
GuardedByUnknown.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.GuardedByUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/qual/Holding.class
Holding.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.Holding extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/lock/qual/LockHeld.class
LockHeld.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.LockHeld extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/qual/LockPossiblyHeld.class
LockPossiblyHeld.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.LockPossiblyHeld extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/qual/LockingFree.class
LockingFree.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.LockingFree extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/qual/MayReleaseLocks.class
MayReleaseLocks.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.MayReleaseLocks extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/qual/NewObject.class
NewObject.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.NewObject extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/lock/qual/ReleasesNoLocks.class
ReleasesNoLocks.java package org.checkerframework.checker.lock.qual public abstract annotation org.checkerframework.checker.lock.qual.ReleasesNoLocks extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/mustcall/
org/checkerframework/checker/mustcall/qual/
org/checkerframework/checker/mustcall/qual/CreatesMustCallFor$List.class
CreatesMustCallFor.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.CreatesMustCallFor$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.mustcall.qual.CreatesMustCallFor[] value () }
org/checkerframework/checker/mustcall/qual/CreatesMustCallFor.class
CreatesMustCallFor.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.CreatesMustCallFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/checker/mustcall/qual/InheritableMustCall.class
InheritableMustCall.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.InheritableMustCall extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/mustcall/qual/MustCall.class
MustCall.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.MustCall extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/mustcall/qual/MustCallAlias.class
MustCallAlias.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.MustCallAlias extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/mustcall/qual/MustCallUnknown.class
MustCallUnknown.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.MustCallUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/mustcall/qual/NotOwning.class
NotOwning.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.NotOwning extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/mustcall/qual/Owning.class
Owning.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.Owning extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/mustcall/qual/PolyMustCall.class
PolyMustCall.java package org.checkerframework.checker.mustcall.qual public abstract annotation org.checkerframework.checker.mustcall.qual.PolyMustCall extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/nullness/
org/checkerframework/checker/nullness/qual/
org/checkerframework/checker/nullness/qual/AssertNonNullIfNonNull.class
AssertNonNullIfNonNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.AssertNonNullIfNonNull extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/nullness/qual/EnsuresKeyFor$List.class
EnsuresKeyFor.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresKeyFor$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.nullness.qual.EnsuresKeyFor[] value () }
org/checkerframework/checker/nullness/qual/EnsuresKeyFor.class
EnsuresKeyFor.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresKeyFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] map () }
org/checkerframework/checker/nullness/qual/EnsuresKeyForIf$List.class
EnsuresKeyForIf.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresKeyForIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.nullness.qual.EnsuresKeyForIf[] value () }
org/checkerframework/checker/nullness/qual/EnsuresKeyForIf.class
EnsuresKeyForIf.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresKeyForIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean result () public abstract java.lang.String[] expression () public abstract java.lang.String[] map () }
org/checkerframework/checker/nullness/qual/EnsuresNonNull$List.class
EnsuresNonNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresNonNull$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.nullness.qual.EnsuresNonNull[] value () }
org/checkerframework/checker/nullness/qual/EnsuresNonNull.class
EnsuresNonNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresNonNull extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/nullness/qual/EnsuresNonNullIf$List.class
EnsuresNonNullIf.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresNonNullIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.nullness.qual.EnsuresNonNullIf[] value () }
org/checkerframework/checker/nullness/qual/EnsuresNonNullIf.class
EnsuresNonNullIf.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.EnsuresNonNullIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () }
org/checkerframework/checker/nullness/qual/KeyFor.class
KeyFor.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.KeyFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/nullness/qual/KeyForBottom.class
KeyForBottom.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.KeyForBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/nullness/qual/MonotonicNonNull.class
MonotonicNonNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.MonotonicNonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/nullness/qual/NonNull.class
NonNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.NonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/nullness/qual/Nullable.class
Nullable.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.Nullable extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/nullness/qual/PolyKeyFor.class
PolyKeyFor.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.PolyKeyFor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/nullness/qual/PolyNull.class
PolyNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.PolyNull extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/nullness/qual/RequiresNonNull$List.class
RequiresNonNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.RequiresNonNull$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.nullness.qual.RequiresNonNull[] value () }
org/checkerframework/checker/nullness/qual/RequiresNonNull.class
RequiresNonNull.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.RequiresNonNull extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/checker/nullness/qual/UnknownKeyFor.class
UnknownKeyFor.java package org.checkerframework.checker.nullness.qual public abstract annotation org.checkerframework.checker.nullness.qual.UnknownKeyFor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/optional/
org/checkerframework/checker/optional/qual/
org/checkerframework/checker/optional/qual/MaybePresent.class
MaybePresent.java package org.checkerframework.checker.optional.qual public abstract annotation org.checkerframework.checker.optional.qual.MaybePresent extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/optional/qual/OptionalBottom.class
OptionalBottom.java package org.checkerframework.checker.optional.qual public abstract annotation org.checkerframework.checker.optional.qual.OptionalBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/optional/qual/PolyPresent.class
PolyPresent.java package org.checkerframework.checker.optional.qual public abstract annotation org.checkerframework.checker.optional.qual.PolyPresent extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/optional/qual/Present.class
Present.java package org.checkerframework.checker.optional.qual public abstract annotation org.checkerframework.checker.optional.qual.Present extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/propkey/
org/checkerframework/checker/propkey/qual/
org/checkerframework/checker/propkey/qual/PropertyKey.class
PropertyKey.java package org.checkerframework.checker.propkey.qual public abstract annotation org.checkerframework.checker.propkey.qual.PropertyKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/propkey/qual/PropertyKeyBottom.class
PropertyKeyBottom.java package org.checkerframework.checker.propkey.qual public abstract annotation org.checkerframework.checker.propkey.qual.PropertyKeyBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/propkey/qual/UnknownPropertyKey.class
UnknownPropertyKey.java package org.checkerframework.checker.propkey.qual public abstract annotation org.checkerframework.checker.propkey.qual.UnknownPropertyKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/regex/
org/checkerframework/checker/regex/qual/
org/checkerframework/checker/regex/qual/PartialRegex.class
PartialRegex.java package org.checkerframework.checker.regex.qual public abstract annotation org.checkerframework.checker.regex.qual.PartialRegex extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/checker/regex/qual/PolyRegex.class
PolyRegex.java package org.checkerframework.checker.regex.qual public abstract annotation org.checkerframework.checker.regex.qual.PolyRegex extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/regex/qual/Regex.class
Regex.java package org.checkerframework.checker.regex.qual public abstract annotation org.checkerframework.checker.regex.qual.Regex extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/checker/regex/qual/RegexBottom.class
RegexBottom.java package org.checkerframework.checker.regex.qual public abstract annotation org.checkerframework.checker.regex.qual.RegexBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/regex/qual/UnknownRegex.class
UnknownRegex.java package org.checkerframework.checker.regex.qual public abstract annotation org.checkerframework.checker.regex.qual.UnknownRegex extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/
org/checkerframework/checker/signature/qual/
org/checkerframework/checker/signature/qual/ArrayWithoutPackage.class
ArrayWithoutPackage.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.ArrayWithoutPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/BinaryName.class
BinaryName.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.BinaryName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/BinaryNameOrPrimitiveType.class
BinaryNameOrPrimitiveType.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.BinaryNameOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/BinaryNameWithoutPackage.class
BinaryNameWithoutPackage.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.BinaryNameWithoutPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/CanonicalName.class
CanonicalName.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.CanonicalName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/CanonicalNameAndBinaryName.class
CanonicalNameAndBinaryName.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.CanonicalNameAndBinaryName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/CanonicalNameOrEmpty.class
CanonicalNameOrEmpty.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.CanonicalNameOrEmpty extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/CanonicalNameOrPrimitiveType.class
CanonicalNameOrPrimitiveType.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.CanonicalNameOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/ClassGetName.class
ClassGetName.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.ClassGetName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/ClassGetSimpleName.class
ClassGetSimpleName.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.ClassGetSimpleName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/DotSeparatedIdentifiers.class
DotSeparatedIdentifiers.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.DotSeparatedIdentifiers extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/DotSeparatedIdentifiersOrPrimitiveType.class
DotSeparatedIdentifiersOrPrimitiveType.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.DotSeparatedIdentifiersOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/FieldDescriptor.class
FieldDescriptor.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.FieldDescriptor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/FieldDescriptorForPrimitive.class
FieldDescriptorForPrimitive.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.FieldDescriptorForPrimitive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/FieldDescriptorWithoutPackage.class
FieldDescriptorWithoutPackage.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.FieldDescriptorWithoutPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/FqBinaryName.class
FqBinaryName.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.FqBinaryName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/FullyQualifiedName.class
FullyQualifiedName.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.FullyQualifiedName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/Identifier.class
Identifier.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.Identifier extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/IdentifierOrPrimitiveType.class
IdentifierOrPrimitiveType.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.IdentifierOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/InternalForm.class
InternalForm.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.InternalForm extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/MethodDescriptor.class
MethodDescriptor.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.MethodDescriptor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/PolySignature.class
PolySignature.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.PolySignature extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/PrimitiveType.class
PrimitiveType.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.PrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/SignatureBottom.class
SignatureBottom.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.SignatureBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signature/qual/SignatureUnknown.class
SignatureUnknown.java package org.checkerframework.checker.signature.qual public abstract annotation org.checkerframework.checker.signature.qual.SignatureUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/
org/checkerframework/checker/signedness/qual/
org/checkerframework/checker/signedness/qual/PolySigned.class
PolySigned.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.PolySigned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/qual/Signed.class
Signed.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.Signed extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/qual/SignedPositive.class
SignedPositive.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.SignedPositive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/qual/SignedPositiveFromUnsigned.class
SignedPositiveFromUnsigned.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.SignedPositiveFromUnsigned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/qual/SignednessBottom.class
SignednessBottom.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.SignednessBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/qual/SignednessGlb.class
SignednessGlb.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.SignednessGlb extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/qual/UnknownSignedness.class
UnknownSignedness.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.UnknownSignedness extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/signedness/qual/Unsigned.class
Unsigned.java package org.checkerframework.checker.signedness.qual public abstract annotation org.checkerframework.checker.signedness.qual.Unsigned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/tainting/
org/checkerframework/checker/tainting/qual/
org/checkerframework/checker/tainting/qual/PolyTainted.class
PolyTainted.java package org.checkerframework.checker.tainting.qual public abstract annotation org.checkerframework.checker.tainting.qual.PolyTainted extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/tainting/qual/Tainted.class
Tainted.java package org.checkerframework.checker.tainting.qual public abstract annotation org.checkerframework.checker.tainting.qual.Tainted extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/tainting/qual/Untainted.class
Untainted.java package org.checkerframework.checker.tainting.qual public abstract annotation org.checkerframework.checker.tainting.qual.Untainted extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/
org/checkerframework/checker/units/qual/
org/checkerframework/checker/units/qual/A.class
A.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.A extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/Acceleration.class
Acceleration.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Acceleration extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Angle.class
Angle.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Angle extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Area.class
Area.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Area extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/C.class
C.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.C extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Current.class
Current.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Current extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Force.class
Force.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Force extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/K.class
K.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.K extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/Length.class
Length.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Length extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Luminance.class
Luminance.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Luminance extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Mass.class
Mass.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Mass extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/MixedUnits.class
MixedUnits.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.MixedUnits extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/N.class
N.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.N extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/PolyUnit.class
PolyUnit.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.PolyUnit extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Prefix.class
Prefix.java package org.checkerframework.checker.units.qual public final enum org.checkerframework.checker.units.qual.Prefix extends java.lang.Enum { public static final enum org.checkerframework.checker.units.qual.Prefix yotta public static final enum org.checkerframework.checker.units.qual.Prefix zetta public static final enum org.checkerframework.checker.units.qual.Prefix exa public static final enum org.checkerframework.checker.units.qual.Prefix peta public static final enum org.checkerframework.checker.units.qual.Prefix tera public static final enum org.checkerframework.checker.units.qual.Prefix giga public static final enum org.checkerframework.checker.units.qual.Prefix mega public static final enum org.checkerframework.checker.units.qual.Prefix kilo public static final enum org.checkerframework.checker.units.qual.Prefix hecto public static final enum org.checkerframework.checker.units.qual.Prefix deca public static final enum org.checkerframework.checker.units.qual.Prefix one public static final enum org.checkerframework.checker.units.qual.Prefix deci public static final enum org.checkerframework.checker.units.qual.Prefix centi public static final enum org.checkerframework.checker.units.qual.Prefix milli public static final enum org.checkerframework.checker.units.qual.Prefix micro public static final enum org.checkerframework.checker.units.qual.Prefix nano public static final enum org.checkerframework.checker.units.qual.Prefix pico public static final enum org.checkerframework.checker.units.qual.Prefix femto public static final enum org.checkerframework.checker.units.qual.Prefix atto public static final enum org.checkerframework.checker.units.qual.Prefix zepto public static final enum org.checkerframework.checker.units.qual.Prefix yocto private static final synthetic org.checkerframework.checker.units.qual.Prefix[] $VALUES public static org.checkerframework.checker.units.qual.Prefix[] values () public static org.checkerframework.checker.units.qual.Prefix valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/checkerframework/checker/units/qual/Speed.class
Speed.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Speed extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Substance.class
Substance.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Substance extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Temperature.class
Temperature.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Temperature extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Time.class
Time.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Time extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/UnitsBottom.class
UnitsBottom.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.UnitsBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/UnitsMultiple.class
UnitsMultiple.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.UnitsMultiple extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class quantity () public abstract org.checkerframework.checker.units.qual.Prefix prefix () }
org/checkerframework/checker/units/qual/UnitsRelations.class
UnitsRelations.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.UnitsRelations extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/checker/units/qual/UnknownUnits.class
UnknownUnits.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.UnknownUnits extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/Volume.class
Volume.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.Volume extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/cd.class
cd.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.cd extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/degrees.class
degrees.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.degrees extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/g.class
g.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.g extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/h.class
h.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.h extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/kN.class
kN.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.kN extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/kg.class
kg.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.kg extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/km.class
km.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.km extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/km2.class
km2.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.km2 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/km3.class
km3.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.km3 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/kmPERh.class
kmPERh.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.kmPERh extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/m.class
m.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.m extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/m2.class
m2.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.m2 extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/m3.class
m3.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.m3 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/mPERs.class
mPERs.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.mPERs extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/mPERs2.class
mPERs2.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.mPERs2 extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/min.class
min.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.min extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/mm.class
mm.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.mm extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/mm2.class
mm2.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.mm2 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/mm3.class
mm3.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.mm3 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/checker/units/qual/mol.class
mol.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.mol extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/radians.class
radians.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.radians extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/s.class
s.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.s extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.checker.units.qual.Prefix value () }
org/checkerframework/checker/units/qual/t.class
t.java package org.checkerframework.checker.units.qual public abstract annotation org.checkerframework.checker.units.qual.t extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/
org/checkerframework/common/aliasing/
org/checkerframework/common/aliasing/qual/
org/checkerframework/common/aliasing/qual/LeakedToResult.class
LeakedToResult.java package org.checkerframework.common.aliasing.qual public abstract annotation org.checkerframework.common.aliasing.qual.LeakedToResult extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/aliasing/qual/MaybeAliased.class
MaybeAliased.java package org.checkerframework.common.aliasing.qual public abstract annotation org.checkerframework.common.aliasing.qual.MaybeAliased extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/aliasing/qual/MaybeLeaked.class
MaybeLeaked.java package org.checkerframework.common.aliasing.qual public abstract annotation org.checkerframework.common.aliasing.qual.MaybeLeaked extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/aliasing/qual/NonLeaked.class
NonLeaked.java package org.checkerframework.common.aliasing.qual public abstract annotation org.checkerframework.common.aliasing.qual.NonLeaked extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/aliasing/qual/Unique.class
Unique.java package org.checkerframework.common.aliasing.qual public abstract annotation org.checkerframework.common.aliasing.qual.Unique extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/initializedfields/
org/checkerframework/common/initializedfields/qual/
org/checkerframework/common/initializedfields/qual/EnsuresInitializedFields$List.class
EnsuresInitializedFields.java package org.checkerframework.common.initializedfields.qual public abstract annotation org.checkerframework.common.initializedfields.qual.EnsuresInitializedFields$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.common.initializedfields.qual.EnsuresInitializedFields[] value () }
org/checkerframework/common/initializedfields/qual/EnsuresInitializedFields.class
EnsuresInitializedFields.java package org.checkerframework.common.initializedfields.qual public abstract annotation org.checkerframework.common.initializedfields.qual.EnsuresInitializedFields extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] fields () }
org/checkerframework/common/initializedfields/qual/InitializedFields.class
InitializedFields.java package org.checkerframework.common.initializedfields.qual public abstract annotation org.checkerframework.common.initializedfields.qual.InitializedFields extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/common/initializedfields/qual/InitializedFieldsBottom.class
InitializedFieldsBottom.java package org.checkerframework.common.initializedfields.qual public abstract annotation org.checkerframework.common.initializedfields.qual.InitializedFieldsBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/initializedfields/qual/PolyInitializedFields.class
PolyInitializedFields.java package org.checkerframework.common.initializedfields.qual public abstract annotation org.checkerframework.common.initializedfields.qual.PolyInitializedFields extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/
org/checkerframework/common/reflection/qual/
org/checkerframework/common/reflection/qual/ClassBound.class
ClassBound.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.ClassBound extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/common/reflection/qual/ClassVal.class
ClassVal.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.ClassVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/common/reflection/qual/ClassValBottom.class
ClassValBottom.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.ClassValBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/ForName.class
ForName.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.ForName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/GetClass.class
GetClass.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.GetClass extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/GetConstructor.class
GetConstructor.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.GetConstructor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/GetMethod.class
GetMethod.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.GetMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/Invoke.class
Invoke.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.Invoke extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/MethodVal.class
MethodVal.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.MethodVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] className () public abstract java.lang.String[] methodName () public abstract int[] params () }
org/checkerframework/common/reflection/qual/MethodValBottom.class
MethodValBottom.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.MethodValBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/NewInstance.class
NewInstance.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.NewInstance extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/UnknownClass.class
UnknownClass.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.UnknownClass extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/reflection/qual/UnknownMethod.class
UnknownMethod.java package org.checkerframework.common.reflection.qual public abstract annotation org.checkerframework.common.reflection.qual.UnknownMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/returnsreceiver/
org/checkerframework/common/returnsreceiver/qual/
org/checkerframework/common/returnsreceiver/qual/BottomThis.class
BottomThis.java package org.checkerframework.common.returnsreceiver.qual public abstract annotation org.checkerframework.common.returnsreceiver.qual.BottomThis extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/returnsreceiver/qual/This.class
This.java package org.checkerframework.common.returnsreceiver.qual public abstract annotation org.checkerframework.common.returnsreceiver.qual.This extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/returnsreceiver/qual/UnknownThis.class
UnknownThis.java package org.checkerframework.common.returnsreceiver.qual public abstract annotation org.checkerframework.common.returnsreceiver.qual.UnknownThis extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/subtyping/
org/checkerframework/common/subtyping/qual/
org/checkerframework/common/subtyping/qual/Bottom.class
Bottom.java package org.checkerframework.common.subtyping.qual public abstract annotation org.checkerframework.common.subtyping.qual.Bottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/subtyping/qual/Unqualified.class
Unqualified.java package org.checkerframework.common.subtyping.qual public abstract annotation org.checkerframework.common.subtyping.qual.Unqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/
org/checkerframework/common/util/report/
org/checkerframework/common/util/report/qual/
org/checkerframework/common/util/report/qual/ReportCall.class
ReportCall.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportCall extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/report/qual/ReportCreation.class
ReportCreation.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportCreation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/report/qual/ReportInherit.class
ReportInherit.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportInherit extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/report/qual/ReportOverride.class
ReportOverride.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportOverride extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/report/qual/ReportReadWrite.class
ReportReadWrite.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportReadWrite extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/report/qual/ReportUnqualified.class
ReportUnqualified.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportUnqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/report/qual/ReportUse.class
ReportUse.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportUse extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/util/report/qual/ReportWrite.class
ReportWrite.java package org.checkerframework.common.util.report.qual public abstract annotation org.checkerframework.common.util.report.qual.ReportWrite extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/value/
org/checkerframework/common/value/qual/
org/checkerframework/common/value/qual/ArrayLen.class
ArrayLen.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.ArrayLen extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int[] value () }
org/checkerframework/common/value/qual/ArrayLenRange.class
ArrayLenRange.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.ArrayLenRange extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int from () public abstract int to () }
org/checkerframework/common/value/qual/BoolVal.class
BoolVal.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.BoolVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean[] value () }
org/checkerframework/common/value/qual/BottomVal.class
BottomVal.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.BottomVal extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/value/qual/DoubleVal.class
DoubleVal.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.DoubleVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract double[] value () }
org/checkerframework/common/value/qual/EnsuresMinLenIf$List.class
EnsuresMinLenIf.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.EnsuresMinLenIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.common.value.qual.EnsuresMinLenIf[] value () }
org/checkerframework/common/value/qual/EnsuresMinLenIf.class
EnsuresMinLenIf.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.EnsuresMinLenIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () public abstract int targetValue () }
org/checkerframework/common/value/qual/EnumVal.class
EnumVal.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.EnumVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/common/value/qual/IntRange.class
IntRange.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.IntRange extends java.lang.Object implements java.lang.annotation.Annotation { public abstract long from () public abstract long to () }
org/checkerframework/common/value/qual/IntRangeFromGTENegativeOne.class
IntRangeFromGTENegativeOne.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.IntRangeFromGTENegativeOne extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/value/qual/IntRangeFromNonNegative.class
IntRangeFromNonNegative.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.IntRangeFromNonNegative extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/value/qual/IntRangeFromPositive.class
IntRangeFromPositive.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.IntRangeFromPositive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/value/qual/IntVal.class
IntVal.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.IntVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract long[] value () }
org/checkerframework/common/value/qual/MatchesRegex.class
MatchesRegex.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.MatchesRegex extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/common/value/qual/MinLen.class
MinLen.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.MinLen extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/common/value/qual/MinLenFieldInvariant.class
MinLenFieldInvariant.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.MinLenFieldInvariant extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int[] minLen () public abstract java.lang.String[] field () }
org/checkerframework/common/value/qual/PolyValue.class
PolyValue.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.PolyValue extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/value/qual/StaticallyExecutable.class
StaticallyExecutable.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.StaticallyExecutable extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/common/value/qual/StringVal.class
StringVal.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.StringVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/common/value/qual/UnknownVal.class
UnknownVal.java package org.checkerframework.common.value.qual public abstract annotation org.checkerframework.common.value.qual.UnknownVal extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/dataflow/
org/checkerframework/dataflow/qual/
org/checkerframework/dataflow/qual/Deterministic.class
Deterministic.java package org.checkerframework.dataflow.qual public abstract annotation org.checkerframework.dataflow.qual.Deterministic extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/dataflow/qual/Pure$Kind.class
Pure.java package org.checkerframework.dataflow.qual public final enum org.checkerframework.dataflow.qual.Pure$Kind extends java.lang.Enum { public static final enum org.checkerframework.dataflow.qual.Pure$Kind SIDE_EFFECT_FREE public static final enum org.checkerframework.dataflow.qual.Pure$Kind DETERMINISTIC private static final synthetic org.checkerframework.dataflow.qual.Pure$Kind[] $VALUES public static org.checkerframework.dataflow.qual.Pure$Kind[] values () public static org.checkerframework.dataflow.qual.Pure$Kind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/checkerframework/dataflow/qual/Pure.class
Pure.java package org.checkerframework.dataflow.qual public abstract annotation org.checkerframework.dataflow.qual.Pure extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/dataflow/qual/SideEffectFree.class
SideEffectFree.java package org.checkerframework.dataflow.qual public abstract annotation org.checkerframework.dataflow.qual.SideEffectFree extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/dataflow/qual/TerminatesExecution.class
TerminatesExecution.java package org.checkerframework.dataflow.qual public abstract annotation org.checkerframework.dataflow.qual.TerminatesExecution extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/
org/checkerframework/framework/qual/
org/checkerframework/framework/qual/AnnotatedFor.class
AnnotatedFor.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.AnnotatedFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/framework/qual/CFComment.class
CFComment.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.CFComment extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/framework/qual/ConditionalPostconditionAnnotation.class
ConditionalPostconditionAnnotation.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.ConditionalPostconditionAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class qualifier () }
org/checkerframework/framework/qual/Covariant.class
Covariant.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.Covariant extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int[] value () }
org/checkerframework/framework/qual/DefaultFor.class
DefaultFor.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.DefaultFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.TypeUseLocation[] value () public abstract org.checkerframework.framework.qual.TypeKind[] typeKinds () public abstract java.lang.Class[] types () public abstract java.lang.String[] names () public abstract java.lang.String[] namesExceptions () }
org/checkerframework/framework/qual/DefaultQualifier$List.class
DefaultQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.DefaultQualifier$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.DefaultQualifier[] value () }
org/checkerframework/framework/qual/DefaultQualifier.class
DefaultQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.DefaultQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () public abstract org.checkerframework.framework.qual.TypeUseLocation[] locations () }
org/checkerframework/framework/qual/DefaultQualifierForUse.class
DefaultQualifierForUse.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.DefaultQualifierForUse extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/framework/qual/DefaultQualifierInHierarchy.class
DefaultQualifierInHierarchy.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.DefaultQualifierInHierarchy extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/EnsuresQualifier$List.class
EnsuresQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.EnsuresQualifier$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.EnsuresQualifier[] value () }
org/checkerframework/framework/qual/EnsuresQualifier.class
EnsuresQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.EnsuresQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract java.lang.Class qualifier () }
org/checkerframework/framework/qual/EnsuresQualifierIf$List.class
EnsuresQualifierIf.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.EnsuresQualifierIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.EnsuresQualifierIf[] value () }
org/checkerframework/framework/qual/EnsuresQualifierIf.class
EnsuresQualifierIf.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.EnsuresQualifierIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract java.lang.Class qualifier () public abstract boolean result () }
org/checkerframework/framework/qual/FieldInvariant.class
FieldInvariant.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.FieldInvariant extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] qualifier () public abstract java.lang.String[] field () }
org/checkerframework/framework/qual/FromByteCode.class
FromByteCode.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.FromByteCode extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/FromStubFile.class
FromStubFile.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.FromStubFile extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/HasQualifierParameter.class
HasQualifierParameter.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.HasQualifierParameter extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/framework/qual/IgnoreInWholeProgramInference.class
IgnoreInWholeProgramInference.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.IgnoreInWholeProgramInference extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/InheritedAnnotation.class
InheritedAnnotation.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.InheritedAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/InvisibleQualifier.class
InvisibleQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.InvisibleQualifier extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/JavaExpression.class
JavaExpression.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.JavaExpression extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/LiteralKind.class
LiteralKind.java package org.checkerframework.framework.qual public final enum org.checkerframework.framework.qual.LiteralKind extends java.lang.Enum { public static final enum org.checkerframework.framework.qual.LiteralKind NULL public static final enum org.checkerframework.framework.qual.LiteralKind INT public static final enum org.checkerframework.framework.qual.LiteralKind LONG public static final enum org.checkerframework.framework.qual.LiteralKind FLOAT public static final enum org.checkerframework.framework.qual.LiteralKind DOUBLE public static final enum org.checkerframework.framework.qual.LiteralKind BOOLEAN public static final enum org.checkerframework.framework.qual.LiteralKind CHAR public static final enum org.checkerframework.framework.qual.LiteralKind STRING public static final enum org.checkerframework.framework.qual.LiteralKind ALL public static final enum org.checkerframework.framework.qual.LiteralKind PRIMITIVE private static final synthetic org.checkerframework.framework.qual.LiteralKind[] $VALUES public static org.checkerframework.framework.qual.LiteralKind[] values () public static org.checkerframework.framework.qual.LiteralKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static java.util.List allLiteralKinds () java.util.List list public static java.util.List primitiveLiteralKinds () static void <clinit> () }
org/checkerframework/framework/qual/MonotonicQualifier.class
MonotonicQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.MonotonicQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/framework/qual/NoDefaultQualifierForUse.class
NoDefaultQualifierForUse.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.NoDefaultQualifierForUse extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/framework/qual/NoQualifierParameter.class
NoQualifierParameter.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.NoQualifierParameter extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/framework/qual/PolymorphicQualifier.class
PolymorphicQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.PolymorphicQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/framework/qual/PostconditionAnnotation.class
PostconditionAnnotation.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.PostconditionAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class qualifier () }
org/checkerframework/framework/qual/PreconditionAnnotation.class
PreconditionAnnotation.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.PreconditionAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class qualifier () }
org/checkerframework/framework/qual/PurityUnqualified.class
PurityUnqualified.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.PurityUnqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/framework/qual/QualifierArgument.class
QualifierArgument.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.QualifierArgument extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/framework/qual/QualifierForLiterals.class
QualifierForLiterals.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.QualifierForLiterals extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.LiteralKind[] value () public abstract java.lang.String[] stringPatterns () }
org/checkerframework/framework/qual/RelevantJavaTypes.class
RelevantJavaTypes.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.RelevantJavaTypes extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/framework/qual/RequiresQualifier$List.class
RequiresQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.RequiresQualifier$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.RequiresQualifier[] value () }
org/checkerframework/framework/qual/RequiresQualifier.class
RequiresQualifier.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.RequiresQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract java.lang.Class qualifier () }
org/checkerframework/framework/qual/StubFiles.class
StubFiles.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.StubFiles extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/framework/qual/SubtypeOf.class
SubtypeOf.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.SubtypeOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/framework/qual/TargetLocations.class
TargetLocations.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.TargetLocations extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.TypeUseLocation[] value () }
org/checkerframework/framework/qual/TypeKind.class
TypeKind.java package org.checkerframework.framework.qual public final enum org.checkerframework.framework.qual.TypeKind extends java.lang.Enum { public static final enum org.checkerframework.framework.qual.TypeKind BOOLEAN public static final enum org.checkerframework.framework.qual.TypeKind BYTE public static final enum org.checkerframework.framework.qual.TypeKind SHORT public static final enum org.checkerframework.framework.qual.TypeKind INT public static final enum org.checkerframework.framework.qual.TypeKind LONG public static final enum org.checkerframework.framework.qual.TypeKind CHAR public static final enum org.checkerframework.framework.qual.TypeKind FLOAT public static final enum org.checkerframework.framework.qual.TypeKind DOUBLE public static final enum org.checkerframework.framework.qual.TypeKind VOID public static final enum org.checkerframework.framework.qual.TypeKind NONE public static final enum org.checkerframework.framework.qual.TypeKind NULL public static final enum org.checkerframework.framework.qual.TypeKind ARRAY public static final enum org.checkerframework.framework.qual.TypeKind DECLARED public static final enum org.checkerframework.framework.qual.TypeKind ERROR public static final enum org.checkerframework.framework.qual.TypeKind TYPEVAR public static final enum org.checkerframework.framework.qual.TypeKind WILDCARD public static final enum org.checkerframework.framework.qual.TypeKind PACKAGE public static final enum org.checkerframework.framework.qual.TypeKind EXECUTABLE public static final enum org.checkerframework.framework.qual.TypeKind OTHER public static final enum org.checkerframework.framework.qual.TypeKind UNION public static final enum org.checkerframework.framework.qual.TypeKind INTERSECTION private static final synthetic org.checkerframework.framework.qual.TypeKind[] $VALUES public static org.checkerframework.framework.qual.TypeKind[] values () public static org.checkerframework.framework.qual.TypeKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/checkerframework/framework/qual/TypeUseLocation.class
TypeUseLocation.java package org.checkerframework.framework.qual public final enum org.checkerframework.framework.qual.TypeUseLocation extends java.lang.Enum { public static final enum org.checkerframework.framework.qual.TypeUseLocation FIELD public static final enum org.checkerframework.framework.qual.TypeUseLocation LOCAL_VARIABLE public static final enum org.checkerframework.framework.qual.TypeUseLocation RESOURCE_VARIABLE public static final enum org.checkerframework.framework.qual.TypeUseLocation EXCEPTION_PARAMETER public static final enum org.checkerframework.framework.qual.TypeUseLocation RECEIVER public static final enum org.checkerframework.framework.qual.TypeUseLocation PARAMETER public static final enum org.checkerframework.framework.qual.TypeUseLocation RETURN public static final enum org.checkerframework.framework.qual.TypeUseLocation CONSTRUCTOR_RESULT public static final enum org.checkerframework.framework.qual.TypeUseLocation LOWER_BOUND public static final enum org.checkerframework.framework.qual.TypeUseLocation EXPLICIT_LOWER_BOUND public static final enum org.checkerframework.framework.qual.TypeUseLocation IMPLICIT_LOWER_BOUND public static final enum org.checkerframework.framework.qual.TypeUseLocation UPPER_BOUND public static final enum org.checkerframework.framework.qual.TypeUseLocation EXPLICIT_UPPER_BOUND public static final enum org.checkerframework.framework.qual.TypeUseLocation IMPLICIT_UPPER_BOUND public static final enum org.checkerframework.framework.qual.TypeUseLocation OTHERWISE public static final enum org.checkerframework.framework.qual.TypeUseLocation ALL private static final synthetic org.checkerframework.framework.qual.TypeUseLocation[] $VALUES public static org.checkerframework.framework.qual.TypeUseLocation[] values () public static org.checkerframework.framework.qual.TypeUseLocation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/checkerframework/framework/qual/Unused.class
Unused.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.Unused extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class when () }
org/checkerframework/framework/qual/UpperBoundFor.class
UpperBoundFor.java package org.checkerframework.framework.qual public abstract annotation org.checkerframework.framework.qual.UpperBoundFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.framework.qual.TypeKind[] typeKinds () public abstract java.lang.Class[] types () }
com/google/protobuf/
com/google/protobuf/AbstractMessage$Builder.class
AbstractMessage.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessage$Builder extends com.google.protobuf.AbstractMessageLite$Builder implements com.google.protobuf.Message$Builder { public void <init> () public com.google.protobuf.AbstractMessage$Builder clone () public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.AbstractMessage$Builder clear () java.util.Map$Entry entry public java.util.List findInitializationErrors () public java.lang.String getInitializationErrorString () protected com.google.protobuf.AbstractMessage$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) com.google.protobuf.AbstractMessageLite other public com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message, java.util.Map) Object element com.google.protobuf.Message existingValue com.google.protobuf.Descriptors$FieldDescriptor field java.util.Map$Entry entry com.google.protobuf.Message other java.util.Map allFields public com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry boolean discardUnknown com.google.protobuf.UnknownFieldSet$Builder unknownFields protected com.google.protobuf.UnknownFieldSet$Builder getUnknownFieldSetBuilder () protected void setUnknownFieldSetBuilder (com.google.protobuf.UnknownFieldSet$Builder) com.google.protobuf.UnknownFieldSet$Builder builder public com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public com.google.protobuf.Message$Builder getFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Message$Builder getRepeatedFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public java.lang.String toString () protected static com.google.protobuf.UninitializedMessageException newUninitializedMessageException (com.google.protobuf.Message) com.google.protobuf.Message message void markClean () void dispose () public com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessage$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public com.google.protobuf.AbstractMessage$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len public com.google.protobuf.AbstractMessage$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessage$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessage$Builder mergeFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public com.google.protobuf.AbstractMessage$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () }
com/google/protobuf/AbstractMessage$BuilderParent.class
AbstractMessage.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessage$BuilderParent extends java.lang.Object { public abstract void markDirty () }
com/google/protobuf/AbstractMessage.class
AbstractMessage.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessage extends com.google.protobuf.AbstractMessageLite implements com.google.protobuf.Message { protected int memoizedSize public void <init> () public boolean isInitialized () protected com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.AbstractMessage$BuilderParent) com.google.protobuf.AbstractMessage$BuilderParent parent public java.util.List findInitializationErrors () public java.lang.String getInitializationErrorString () public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public final java.lang.String toString () public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output int getMemoizedSerializedSize () void setMemoizedSerializedSize (int) int size public int getSerializedSize () int size public boolean equals (java.lang.Object) Object other com.google.protobuf.Message otherMessage public int hashCode () int hash private static com.google.protobuf.ByteString toByteString (java.lang.Object) Object value private static boolean compareBytes (java.lang.Object, java.lang.Object) Object a Object b private static java.util.Map convertMapEntryListToMap (java.util.List) java.util.List list java.util.Map result java.util.Iterator iterator com.google.protobuf.Message entry com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor key com.google.protobuf.Descriptors$FieldDescriptor value Object fieldValue private static boolean compareMapField (java.lang.Object, java.lang.Object) Object a Object b java.util.Map ma java.util.Map mb static boolean compareFields (java.util.Map, java.util.Map) int i java.util.List list1 java.util.List list2 Object value1 Object value2 com.google.protobuf.Descriptors$FieldDescriptor descriptor java.util.Map a java.util.Map b private static int hashMapField (java.lang.Object) Object value protected static int hashFields (int, java.util.Map) java.util.List list com.google.protobuf.Descriptors$FieldDescriptor field Object value java.util.Map$Entry entry int hash java.util.Map map com.google.protobuf.UninitializedMessageException newUninitializedMessageException () protected static int hashLong (long) long n protected static int hashBoolean (boolean) boolean b protected static int hashEnum (com.google.protobuf.Internal$EnumLite) com.google.protobuf.Internal$EnumLite e protected static int hashEnumList (java.util.List) com.google.protobuf.Internal$EnumLite e java.util.List list int hash }
com/google/protobuf/Any$1.class
Any.java package com.google.protobuf com.google.protobuf.Any$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Any parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Any$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Any$Builder.class
Any.java package com.google.protobuf public final com.google.protobuf.Any$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.AnyOrBuilder { private Object typeUrl_ private com.google.protobuf.ByteString value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Any$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Any getDefaultInstanceForType () public com.google.protobuf.Any build () com.google.protobuf.Any result public com.google.protobuf.Any buildPartial () com.google.protobuf.Any result public com.google.protobuf.Any$Builder clone () public com.google.protobuf.Any$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Any$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Any$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Any$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Any$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Any$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Any$Builder mergeFrom (com.google.protobuf.Any) com.google.protobuf.Any other public final boolean isInitialized () public com.google.protobuf.Any$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTypeUrlBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Any$Builder setTypeUrl (java.lang.String) String value public com.google.protobuf.Any$Builder clearTypeUrl () public com.google.protobuf.Any$Builder setTypeUrlBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public com.google.protobuf.ByteString getValue () public com.google.protobuf.Any$Builder setValue (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public com.google.protobuf.Any$Builder clearValue () public final com.google.protobuf.Any$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Any$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Any$1) com.google.protobuf.Any$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Any$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Any$1 x1 }
com/google/protobuf/Any.class
Any.java package com.google.protobuf public final com.google.protobuf.Any extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.AnyOrBuilder { private static final long serialVersionUID private volatile com.google.protobuf.Message cachedUnpackValue public static final int TYPE_URL_FIELD_NUMBER private volatile Object typeUrl_ public static final int VALUE_FIELD_NUMBER private com.google.protobuf.ByteString value_ private byte memoizedIsInitialized private static final com.google.protobuf.Any DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private static java.lang.String getTypeUrl (java.lang.String, com.google.protobuf.Descriptors$Descriptor) String typeUrlPrefix com.google.protobuf.Descriptors$Descriptor descriptor private static java.lang.String getTypeNameFromTypeUrl (java.lang.String) String typeUrl int pos public static com.google.protobuf.Any pack (com.google.protobuf.Message) com.google.protobuf.Message message public static com.google.protobuf.Any pack (com.google.protobuf.Message, java.lang.String) com.google.protobuf.Message message String typeUrlPrefix public boolean is (java.lang.Class) Class clazz com.google.protobuf.Message defaultInstance public com.google.protobuf.Message unpack (java.lang.Class) throws com.google.protobuf.InvalidProtocolBufferException Class clazz boolean invalidClazz com.google.protobuf.Message defaultInstance com.google.protobuf.Message result public java.lang.String getTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTypeUrlBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.ByteString getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Any other public int hashCode () int hash public static com.google.protobuf.Any parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Any parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Any parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Any parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Any parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Any parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Any parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Any parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Any parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Any parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Any parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Any parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Any$Builder newBuilderForType () public static com.google.protobuf.Any$Builder newBuilder () public static com.google.protobuf.Any$Builder newBuilder (com.google.protobuf.Any) com.google.protobuf.Any prototype public com.google.protobuf.Any$Builder toBuilder () protected com.google.protobuf.Any$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Any$Builder builder public static com.google.protobuf.Any getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Any getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Any$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Any$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Any, java.lang.Object) com.google.protobuf.Any x0 Object x1 static synthetic com.google.protobuf.ByteString access$402 (com.google.protobuf.Any, com.google.protobuf.ByteString) com.google.protobuf.Any x0 com.google.protobuf.ByteString x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Any) com.google.protobuf.Any x0 static void <clinit> () }
com/google/protobuf/AnyOrBuilder.class
AnyOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.AnyOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getTypeUrl () public abstract com.google.protobuf.ByteString getTypeUrlBytes () public abstract com.google.protobuf.ByteString getValue () }
com/google/protobuf/AnyProto.class
AnyProto.java package com.google.protobuf public final com.google.protobuf.AnyProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Any_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Any_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/Api$1.class
Api.java package com.google.protobuf com.google.protobuf.Api$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Api parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Api$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Api$Builder.class
Api.java package com.google.protobuf public final com.google.protobuf.Api$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.ApiOrBuilder { private int bitField0_ private Object name_ private java.util.List methods_ private com.google.protobuf.RepeatedFieldBuilderV3 methodsBuilder_ private java.util.List options_ private com.google.protobuf.RepeatedFieldBuilderV3 optionsBuilder_ private Object version_ private com.google.protobuf.SourceContext sourceContext_ private com.google.protobuf.SingleFieldBuilderV3 sourceContextBuilder_ private java.util.List mixins_ private com.google.protobuf.RepeatedFieldBuilderV3 mixinsBuilder_ private int syntax_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Api$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Api getDefaultInstanceForType () public com.google.protobuf.Api build () com.google.protobuf.Api result public com.google.protobuf.Api buildPartial () com.google.protobuf.Api result int from_bitField0_ public com.google.protobuf.Api$Builder clone () public com.google.protobuf.Api$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Api$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Api$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Api$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Api$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Api$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Api$Builder mergeFrom (com.google.protobuf.Api) com.google.protobuf.Api other public final boolean isInitialized () public com.google.protobuf.Api$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Method m com.google.protobuf.Option m com.google.protobuf.Mixin m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Api$Builder setName (java.lang.String) String value public com.google.protobuf.Api$Builder clearName () public com.google.protobuf.Api$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureMethodsIsMutable () public java.util.List getMethodsList () public int getMethodsCount () public com.google.protobuf.Method getMethods (int) int index public com.google.protobuf.Api$Builder setMethods (int, com.google.protobuf.Method) int index com.google.protobuf.Method value public com.google.protobuf.Api$Builder setMethods (int, com.google.protobuf.Method$Builder) int index com.google.protobuf.Method$Builder builderForValue public com.google.protobuf.Api$Builder addMethods (com.google.protobuf.Method) com.google.protobuf.Method value public com.google.protobuf.Api$Builder addMethods (int, com.google.protobuf.Method) int index com.google.protobuf.Method value public com.google.protobuf.Api$Builder addMethods (com.google.protobuf.Method$Builder) com.google.protobuf.Method$Builder builderForValue public com.google.protobuf.Api$Builder addMethods (int, com.google.protobuf.Method$Builder) int index com.google.protobuf.Method$Builder builderForValue public com.google.protobuf.Api$Builder addAllMethods (java.lang.Iterable) Iterable values public com.google.protobuf.Api$Builder clearMethods () public com.google.protobuf.Api$Builder removeMethods (int) int index public com.google.protobuf.Method$Builder getMethodsBuilder (int) int index public com.google.protobuf.MethodOrBuilder getMethodsOrBuilder (int) int index public java.util.List getMethodsOrBuilderList () public com.google.protobuf.Method$Builder addMethodsBuilder () public com.google.protobuf.Method$Builder addMethodsBuilder (int) int index public java.util.List getMethodsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getMethodsFieldBuilder () private void ensureOptionsIsMutable () public java.util.List getOptionsList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.Api$Builder setOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Api$Builder setOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Api$Builder addOptions (com.google.protobuf.Option) com.google.protobuf.Option value public com.google.protobuf.Api$Builder addOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Api$Builder addOptions (com.google.protobuf.Option$Builder) com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Api$Builder addOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Api$Builder addAllOptions (java.lang.Iterable) Iterable values public com.google.protobuf.Api$Builder clearOptions () public com.google.protobuf.Api$Builder removeOptions (int) int index public com.google.protobuf.Option$Builder getOptionsBuilder (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.util.List getOptionsOrBuilderList () public com.google.protobuf.Option$Builder addOptionsBuilder () public com.google.protobuf.Option$Builder addOptionsBuilder (int) int index public java.util.List getOptionsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getOptionsFieldBuilder () public java.lang.String getVersion () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getVersionBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Api$Builder setVersion (java.lang.String) String value public com.google.protobuf.Api$Builder clearVersion () public com.google.protobuf.Api$Builder setVersionBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasSourceContext () public com.google.protobuf.SourceContext getSourceContext () public com.google.protobuf.Api$Builder setSourceContext (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext value public com.google.protobuf.Api$Builder setSourceContext (com.google.protobuf.SourceContext$Builder) com.google.protobuf.SourceContext$Builder builderForValue public com.google.protobuf.Api$Builder mergeSourceContext (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext value public com.google.protobuf.Api$Builder clearSourceContext () public com.google.protobuf.SourceContext$Builder getSourceContextBuilder () public com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getSourceContextFieldBuilder () private void ensureMixinsIsMutable () public java.util.List getMixinsList () public int getMixinsCount () public com.google.protobuf.Mixin getMixins (int) int index public com.google.protobuf.Api$Builder setMixins (int, com.google.protobuf.Mixin) int index com.google.protobuf.Mixin value public com.google.protobuf.Api$Builder setMixins (int, com.google.protobuf.Mixin$Builder) int index com.google.protobuf.Mixin$Builder builderForValue public com.google.protobuf.Api$Builder addMixins (com.google.protobuf.Mixin) com.google.protobuf.Mixin value public com.google.protobuf.Api$Builder addMixins (int, com.google.protobuf.Mixin) int index com.google.protobuf.Mixin value public com.google.protobuf.Api$Builder addMixins (com.google.protobuf.Mixin$Builder) com.google.protobuf.Mixin$Builder builderForValue public com.google.protobuf.Api$Builder addMixins (int, com.google.protobuf.Mixin$Builder) int index com.google.protobuf.Mixin$Builder builderForValue public com.google.protobuf.Api$Builder addAllMixins (java.lang.Iterable) Iterable values public com.google.protobuf.Api$Builder clearMixins () public com.google.protobuf.Api$Builder removeMixins (int) int index public com.google.protobuf.Mixin$Builder getMixinsBuilder (int) int index public com.google.protobuf.MixinOrBuilder getMixinsOrBuilder (int) int index public java.util.List getMixinsOrBuilderList () public com.google.protobuf.Mixin$Builder addMixinsBuilder () public com.google.protobuf.Mixin$Builder addMixinsBuilder (int) int index public java.util.List getMixinsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getMixinsFieldBuilder () public int getSyntaxValue () public com.google.protobuf.Api$Builder setSyntaxValue (int) int value public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public com.google.protobuf.Api$Builder setSyntax (com.google.protobuf.Syntax) com.google.protobuf.Syntax value public com.google.protobuf.Api$Builder clearSyntax () public final com.google.protobuf.Api$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Api$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Api$1) com.google.protobuf.Api$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Api$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Api$1 x1 }
com/google/protobuf/Api.class
Api.java package com.google.protobuf public final com.google.protobuf.Api extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.ApiOrBuilder { private static final long serialVersionUID public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int METHODS_FIELD_NUMBER private java.util.List methods_ public static final int OPTIONS_FIELD_NUMBER private java.util.List options_ public static final int VERSION_FIELD_NUMBER private volatile Object version_ public static final int SOURCE_CONTEXT_FIELD_NUMBER private com.google.protobuf.SourceContext sourceContext_ public static final int MIXINS_FIELD_NUMBER private java.util.List mixins_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private byte memoizedIsInitialized private static final com.google.protobuf.Api DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.util.List getMethodsList () public java.util.List getMethodsOrBuilderList () public int getMethodsCount () public com.google.protobuf.Method getMethods (int) int index public com.google.protobuf.MethodOrBuilder getMethodsOrBuilder (int) int index public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.lang.String getVersion () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getVersionBytes () com.google.protobuf.ByteString b Object ref public boolean hasSourceContext () public com.google.protobuf.SourceContext getSourceContext () public com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () public java.util.List getMixinsList () public java.util.List getMixinsOrBuilderList () public int getMixinsCount () public com.google.protobuf.Mixin getMixins (int) int index public com.google.protobuf.MixinOrBuilder getMixinsOrBuilder (int) int index public int getSyntaxValue () public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int i int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Api other public int hashCode () int hash public static com.google.protobuf.Api parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Api parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Api parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Api parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Api parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Api parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Api parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Api parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Api parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Api parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Api parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Api parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Api$Builder newBuilderForType () public static com.google.protobuf.Api$Builder newBuilder () public static com.google.protobuf.Api$Builder newBuilder (com.google.protobuf.Api) com.google.protobuf.Api prototype public com.google.protobuf.Api$Builder toBuilder () protected com.google.protobuf.Api$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Api$Builder builder public static com.google.protobuf.Api getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Api getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Api$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Api$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Api, java.lang.Object) com.google.protobuf.Api x0 Object x1 static synthetic java.util.List access$402 (com.google.protobuf.Api, java.util.List) com.google.protobuf.Api x0 java.util.List x1 static synthetic java.util.List access$502 (com.google.protobuf.Api, java.util.List) com.google.protobuf.Api x0 java.util.List x1 static synthetic java.lang.Object access$602 (com.google.protobuf.Api, java.lang.Object) com.google.protobuf.Api x0 Object x1 static synthetic com.google.protobuf.SourceContext access$702 (com.google.protobuf.Api, com.google.protobuf.SourceContext) com.google.protobuf.Api x0 com.google.protobuf.SourceContext x1 static synthetic java.util.List access$802 (com.google.protobuf.Api, java.util.List) com.google.protobuf.Api x0 java.util.List x1 static synthetic int access$902 (com.google.protobuf.Api, int) com.google.protobuf.Api x0 int x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Api) com.google.protobuf.Api x0 static synthetic java.util.List access$400 (com.google.protobuf.Api) com.google.protobuf.Api x0 static synthetic java.util.List access$500 (com.google.protobuf.Api) com.google.protobuf.Api x0 static synthetic java.lang.Object access$600 (com.google.protobuf.Api) com.google.protobuf.Api x0 static synthetic java.util.List access$800 (com.google.protobuf.Api) com.google.protobuf.Api x0 static synthetic int access$900 (com.google.protobuf.Api) com.google.protobuf.Api x0 static void <clinit> () }
com/google/protobuf/ApiOrBuilder.class
ApiOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.ApiOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.util.List getMethodsList () public abstract com.google.protobuf.Method getMethods (int) public abstract int getMethodsCount () public abstract java.util.List getMethodsOrBuilderList () public abstract com.google.protobuf.MethodOrBuilder getMethodsOrBuilder (int) public abstract java.util.List getOptionsList () public abstract com.google.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.util.List getOptionsOrBuilderList () public abstract com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) public abstract java.lang.String getVersion () public abstract com.google.protobuf.ByteString getVersionBytes () public abstract boolean hasSourceContext () public abstract com.google.protobuf.SourceContext getSourceContext () public abstract com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () public abstract java.util.List getMixinsList () public abstract com.google.protobuf.Mixin getMixins (int) public abstract int getMixinsCount () public abstract java.util.List getMixinsOrBuilderList () public abstract com.google.protobuf.MixinOrBuilder getMixinsOrBuilder (int) public abstract int getSyntaxValue () public abstract com.google.protobuf.Syntax getSyntax () }
com/google/protobuf/ApiProto.class
ApiProto.java package com.google.protobuf public final com.google.protobuf.ApiProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Api_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Api_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Method_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Method_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Mixin_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Mixin_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/BlockingRpcChannel.class
BlockingRpcChannel.java package com.google.protobuf public abstract com.google.protobuf.BlockingRpcChannel extends java.lang.Object { public abstract com.google.protobuf.Message callBlockingMethod (com.google.protobuf.Descriptors$MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.Message) throws com.google.protobuf.ServiceException }
com/google/protobuf/BlockingService.class
BlockingService.java package com.google.protobuf public abstract com.google.protobuf.BlockingService extends java.lang.Object { public abstract com.google.protobuf.Descriptors$ServiceDescriptor getDescriptorForType () public abstract com.google.protobuf.Message callBlockingMethod (com.google.protobuf.Descriptors$MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message) throws com.google.protobuf.ServiceException public abstract com.google.protobuf.Message getRequestPrototype (com.google.protobuf.Descriptors$MethodDescriptor) public abstract com.google.protobuf.Message getResponsePrototype (com.google.protobuf.Descriptors$MethodDescriptor) }
com/google/protobuf/BoolValue$1.class
BoolValue.java package com.google.protobuf com.google.protobuf.BoolValue$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.BoolValue parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.BoolValue$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/BoolValue$Builder.class
BoolValue.java package com.google.protobuf public final com.google.protobuf.BoolValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.BoolValueOrBuilder { private boolean value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.BoolValue$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.BoolValue getDefaultInstanceForType () public com.google.protobuf.BoolValue build () com.google.protobuf.BoolValue result public com.google.protobuf.BoolValue buildPartial () com.google.protobuf.BoolValue result public com.google.protobuf.BoolValue$Builder clone () public com.google.protobuf.BoolValue$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.BoolValue$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.BoolValue$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.BoolValue$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.BoolValue$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.BoolValue$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.BoolValue$Builder mergeFrom (com.google.protobuf.BoolValue) com.google.protobuf.BoolValue other public final boolean isInitialized () public com.google.protobuf.BoolValue$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean getValue () public com.google.protobuf.BoolValue$Builder setValue (boolean) boolean value public com.google.protobuf.BoolValue$Builder clearValue () public final com.google.protobuf.BoolValue$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.BoolValue$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.BoolValue$1) com.google.protobuf.BoolValue$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.BoolValue$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.BoolValue$1 x1 }
com/google/protobuf/BoolValue.class
BoolValue.java package com.google.protobuf public final com.google.protobuf.BoolValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.BoolValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private boolean value_ private byte memoizedIsInitialized private static final com.google.protobuf.BoolValue DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.BoolValue other public int hashCode () int hash public static com.google.protobuf.BoolValue parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.BoolValue parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BoolValue parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.BoolValue parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BoolValue parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.BoolValue parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BoolValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.BoolValue parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BoolValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.BoolValue parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BoolValue parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.BoolValue parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.BoolValue$Builder newBuilderForType () public static com.google.protobuf.BoolValue$Builder newBuilder () public static com.google.protobuf.BoolValue$Builder newBuilder (com.google.protobuf.BoolValue) com.google.protobuf.BoolValue prototype public com.google.protobuf.BoolValue$Builder toBuilder () protected com.google.protobuf.BoolValue$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.BoolValue$Builder builder public static com.google.protobuf.BoolValue getDefaultInstance () public static com.google.protobuf.BoolValue of (boolean) boolean value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.BoolValue getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.BoolValue$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.BoolValue$1 x1 static synthetic boolean access$302 (com.google.protobuf.BoolValue, boolean) com.google.protobuf.BoolValue x0 boolean x1 static void <clinit> () }
com/google/protobuf/BoolValueOrBuilder.class
BoolValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.BoolValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean getValue () }
com/google/protobuf/BytesValue$1.class
BytesValue.java package com.google.protobuf com.google.protobuf.BytesValue$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.BytesValue parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.BytesValue$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/BytesValue$Builder.class
BytesValue.java package com.google.protobuf public final com.google.protobuf.BytesValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.BytesValueOrBuilder { private com.google.protobuf.ByteString value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.BytesValue$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.BytesValue getDefaultInstanceForType () public com.google.protobuf.BytesValue build () com.google.protobuf.BytesValue result public com.google.protobuf.BytesValue buildPartial () com.google.protobuf.BytesValue result public com.google.protobuf.BytesValue$Builder clone () public com.google.protobuf.BytesValue$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.BytesValue$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.BytesValue$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.BytesValue$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.BytesValue$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.BytesValue$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.BytesValue$Builder mergeFrom (com.google.protobuf.BytesValue) com.google.protobuf.BytesValue other public final boolean isInitialized () public com.google.protobuf.BytesValue$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.ByteString getValue () public com.google.protobuf.BytesValue$Builder setValue (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public com.google.protobuf.BytesValue$Builder clearValue () public final com.google.protobuf.BytesValue$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.BytesValue$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.BytesValue$1) com.google.protobuf.BytesValue$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.BytesValue$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.BytesValue$1 x1 }
com/google/protobuf/BytesValue.class
BytesValue.java package com.google.protobuf public final com.google.protobuf.BytesValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.BytesValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private com.google.protobuf.ByteString value_ private byte memoizedIsInitialized private static final com.google.protobuf.BytesValue DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.ByteString getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.BytesValue other public int hashCode () int hash public static com.google.protobuf.BytesValue parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.BytesValue parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BytesValue parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.BytesValue parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BytesValue parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.BytesValue parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BytesValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.BytesValue parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BytesValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.BytesValue parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.BytesValue parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.BytesValue parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.BytesValue$Builder newBuilderForType () public static com.google.protobuf.BytesValue$Builder newBuilder () public static com.google.protobuf.BytesValue$Builder newBuilder (com.google.protobuf.BytesValue) com.google.protobuf.BytesValue prototype public com.google.protobuf.BytesValue$Builder toBuilder () protected com.google.protobuf.BytesValue$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.BytesValue$Builder builder public static com.google.protobuf.BytesValue getDefaultInstance () public static com.google.protobuf.BytesValue of (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.BytesValue getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.BytesValue$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.BytesValue$1 x1 static synthetic com.google.protobuf.ByteString access$302 (com.google.protobuf.BytesValue, com.google.protobuf.ByteString) com.google.protobuf.BytesValue x0 com.google.protobuf.ByteString x1 static void <clinit> () }
com/google/protobuf/BytesValueOrBuilder.class
BytesValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.BytesValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract com.google.protobuf.ByteString getValue () }
com/google/protobuf/DescriptorMessageInfoFactory$1.class
DescriptorMessageInfoFactory.java package com.google.protobuf com.google.protobuf.DescriptorMessageInfoFactory$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumVerifier { final synthetic com.google.protobuf.Descriptors$FieldDescriptor val$fd void <init> (com.google.protobuf.Descriptors$FieldDescriptor) public boolean isInRange (int) int number }
com/google/protobuf/DescriptorMessageInfoFactory$2.class
DescriptorMessageInfoFactory.java package com.google.protobuf com.google.protobuf.DescriptorMessageInfoFactory$2 extends java.lang.Object implements com.google.protobuf.Internal$EnumVerifier { final synthetic com.google.protobuf.Descriptors$FieldDescriptor val$valueField void <init> (com.google.protobuf.Descriptors$FieldDescriptor) public boolean isInRange (int) int number }
com/google/protobuf/DescriptorMessageInfoFactory$3.class
DescriptorMessageInfoFactory.java package com.google.protobuf synthetic com.google.protobuf.DescriptorMessageInfoFactory$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FileDescriptor$Syntax static final synthetic int[] $SwitchMap$com$google$protobuf$JavaType static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$Type static void <clinit> () }
com/google/protobuf/DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$Node.class
DescriptorMessageInfoFactory.java package com.google.protobuf com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$Node extends java.lang.Object { final com.google.protobuf.Descriptors$Descriptor descriptor final int index int lowLink com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$StronglyConnectedComponent component void <init> (com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.Descriptors$Descriptor descriptor int index }
com/google/protobuf/DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$StronglyConnectedComponent.class
DescriptorMessageInfoFactory.java package com.google.protobuf com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$StronglyConnectedComponent extends java.lang.Object { final java.util.List messages boolean needsIsInitializedCheck private void <init> () synthetic void <init> (com.google.protobuf.DescriptorMessageInfoFactory$1) com.google.protobuf.DescriptorMessageInfoFactory$1 x0 }
com/google/protobuf/DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer.class
DescriptorMessageInfoFactory.java package com.google.protobuf com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer extends java.lang.Object { private final java.util.Map resultCache private int index private final java.util.Stack stack private final java.util.Map nodeCache void <init> () public boolean needsIsInitializedCheck (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor descriptor Boolean cachedValue private com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$Node dfs (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$Node child com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$Node node com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$StronglyConnectedComponent component com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$Node result private void analyze (com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$StronglyConnectedComponent) com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$Node node com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer$StronglyConnectedComponent component boolean needsIsInitializedCheck }
com/google/protobuf/DescriptorMessageInfoFactory$OneofState.class
DescriptorMessageInfoFactory.java package com.google.protobuf final com.google.protobuf.DescriptorMessageInfoFactory$OneofState extends java.lang.Object { private com.google.protobuf.OneofInfo[] oneofs private void <init> () com.google.protobuf.OneofInfo getOneof (java.lang.Class, com.google.protobuf.Descriptors$OneofDescriptor) Class messageType com.google.protobuf.Descriptors$OneofDescriptor desc int index com.google.protobuf.OneofInfo info private static com.google.protobuf.OneofInfo newInfo (java.lang.Class, com.google.protobuf.Descriptors$OneofDescriptor) Class messageType com.google.protobuf.Descriptors$OneofDescriptor desc String camelCase String valueFieldName String caseFieldName synthetic void <init> (com.google.protobuf.DescriptorMessageInfoFactory$1) com.google.protobuf.DescriptorMessageInfoFactory$1 x0 }
com/google/protobuf/DescriptorMessageInfoFactory.class
DescriptorMessageInfoFactory.java package com.google.protobuf final com.google.protobuf.DescriptorMessageInfoFactory extends java.lang.Object implements com.google.protobuf.MessageInfoFactory { private static final String GET_DEFAULT_INSTANCE_METHOD_NAME private static final com.google.protobuf.DescriptorMessageInfoFactory instance private static final java.util.Set specialFieldNames private static com.google.protobuf.DescriptorMessageInfoFactory$IsInitializedCheckAnalyzer isInitializedCheckAnalyzer private void <init> () public static com.google.protobuf.DescriptorMessageInfoFactory getInstance () public boolean isSupported (java.lang.Class) Class messageType public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) Class messageType private static com.google.protobuf.Message getDefaultInstance (java.lang.Class) java.lang.reflect.Method method Exception e Class messageType private static com.google.protobuf.Descriptors$Descriptor descriptorForType (java.lang.Class) Class messageType private static com.google.protobuf.MessageInfo convert (java.lang.Class, com.google.protobuf.Descriptors$Descriptor) Class messageType com.google.protobuf.Descriptors$Descriptor messageDescriptor private static boolean needsIsInitializedCheck (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor descriptor private static com.google.protobuf.StructuralMessageInfo convertProto2 (java.lang.Class, com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$FieldDescriptor valueField java.lang.reflect.Field field int number com.google.protobuf.FieldType type com.google.protobuf.Descriptors$FieldDescriptor fd boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier int i com.google.protobuf.Descriptors$FieldDescriptor fd int i int i Class messageType com.google.protobuf.Descriptors$Descriptor messageDescriptor java.util.List fieldDescriptors com.google.protobuf.StructuralMessageInfo$Builder builder com.google.protobuf.DescriptorMessageInfoFactory$OneofState oneofState int bitFieldIndex int presenceMask java.lang.reflect.Field bitField java.util.List fieldsToCheckIsInitialized int[] numbers private static com.google.protobuf.StructuralMessageInfo convertProto3 (java.lang.Class, com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$FieldDescriptor fd int i Class messageType com.google.protobuf.Descriptors$Descriptor messageDescriptor java.util.List fieldDescriptors com.google.protobuf.StructuralMessageInfo$Builder builder com.google.protobuf.DescriptorMessageInfoFactory$OneofState oneofState boolean enforceUtf8 private static com.google.protobuf.FieldInfo buildOneofMember (java.lang.Class, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.DescriptorMessageInfoFactory$OneofState, boolean, com.google.protobuf.Internal$EnumVerifier) Class messageType com.google.protobuf.Descriptors$FieldDescriptor fd com.google.protobuf.DescriptorMessageInfoFactory$OneofState oneofState boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier com.google.protobuf.OneofInfo oneof com.google.protobuf.FieldType type Class oneofStoredType private static java.lang.Class getOneofStoredType (java.lang.Class, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.FieldType) Class messageType com.google.protobuf.Descriptors$FieldDescriptor fd com.google.protobuf.FieldType type private static com.google.protobuf.FieldType getFieldType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor fd private static java.lang.reflect.Field bitField (java.lang.Class, int) Class messageType int index private static java.lang.reflect.Field field (java.lang.Class, com.google.protobuf.Descriptors$FieldDescriptor) Class messageType com.google.protobuf.Descriptors$FieldDescriptor fd private static java.lang.reflect.Field cachedSizeField (java.lang.Class, com.google.protobuf.Descriptors$FieldDescriptor) Class messageType com.google.protobuf.Descriptors$FieldDescriptor fd private static java.lang.reflect.Field field (java.lang.Class, java.lang.String) Exception e Class messageType String fieldName static java.lang.String getFieldName (com.google.protobuf.Descriptors$FieldDescriptor) String suffix com.google.protobuf.Descriptors$FieldDescriptor fd String name String upperCamelCaseName String suffix private static java.lang.String getCachedSizeFieldName (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor fd private static java.lang.String snakeCaseToLowerCamelCase (java.lang.String) String snakeCase private static java.lang.String snakeCaseToUpperCamelCase (java.lang.String) String snakeCase private static java.lang.String snakeCaseToCamelCase (java.lang.String, boolean) char next int ctr String snakeCase boolean capFirst StringBuilder sb boolean capNext private static java.lang.Class getOneofStoredTypeForMessage (java.lang.Class, com.google.protobuf.Descriptors$FieldDescriptor) String name java.lang.reflect.Method getter Exception e Class messageType com.google.protobuf.Descriptors$FieldDescriptor fd private static java.lang.Class getTypeForRepeatedMessageField (java.lang.Class, com.google.protobuf.Descriptors$FieldDescriptor) String name java.lang.reflect.Method getter Exception e Class messageType com.google.protobuf.Descriptors$FieldDescriptor fd private static java.lang.String getterForField (java.lang.String) String snakeCase String camelCase StringBuilder builder static synthetic java.lang.String access$200 (java.lang.String) String x0 static synthetic java.lang.reflect.Field access$300 (java.lang.Class, java.lang.String) Class x0 String x1 static void <clinit> () }
com/google/protobuf/DescriptorProtos$1.class
DescriptorProtos.java package com.google.protobuf synthetic com.google.protobuf.DescriptorProtos$1 extends java.lang.Object { }
com/google/protobuf/DescriptorProtos$DescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$DescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$DescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$DescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$DescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder { private int bitField0_ private Object name_ private java.util.List field_ private com.google.protobuf.RepeatedFieldBuilderV3 fieldBuilder_ private java.util.List extension_ private com.google.protobuf.RepeatedFieldBuilderV3 extensionBuilder_ private java.util.List nestedType_ private com.google.protobuf.RepeatedFieldBuilderV3 nestedTypeBuilder_ private java.util.List enumType_ private com.google.protobuf.RepeatedFieldBuilderV3 enumTypeBuilder_ private java.util.List extensionRange_ private com.google.protobuf.RepeatedFieldBuilderV3 extensionRangeBuilder_ private java.util.List oneofDecl_ private com.google.protobuf.RepeatedFieldBuilderV3 oneofDeclBuilder_ private com.google.protobuf.DescriptorProtos$MessageOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ private java.util.List reservedRange_ private com.google.protobuf.RepeatedFieldBuilderV3 reservedRangeBuilder_ private com.google.protobuf.LazyStringList reservedName_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$DescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$DescriptorProto build () com.google.protobuf.DescriptorProtos$DescriptorProto result public com.google.protobuf.DescriptorProtos$DescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$DescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto other public final boolean isInitialized () int i int i int i int i int i int i public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$FieldDescriptorProto m com.google.protobuf.DescriptorProtos$DescriptorProto m com.google.protobuf.DescriptorProtos$EnumDescriptorProto m com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange m com.google.protobuf.DescriptorProtos$FieldDescriptorProto m com.google.protobuf.DescriptorProtos$OneofDescriptorProto m com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange m com.google.protobuf.ByteString bs int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureFieldIsMutable () public java.util.List getFieldList () public int getFieldCount () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getField (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setField (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setField (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addField (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addField (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addField (com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addField (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllField (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearField () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder removeField (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder getFieldBuilder (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getFieldOrBuilder (int) int index public java.util.List getFieldOrBuilderList () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder addFieldBuilder () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder addFieldBuilder (int) int index public java.util.List getFieldBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getFieldFieldBuilder () private void ensureExtensionIsMutable () public java.util.List getExtensionList () public int getExtensionCount () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllExtension (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearExtension () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder removeExtension (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder getExtensionBuilder (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) int index public java.util.List getExtensionOrBuilderList () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder addExtensionBuilder () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder addExtensionBuilder (int) int index public java.util.List getExtensionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getExtensionFieldBuilder () private void ensureNestedTypeIsMutable () public java.util.List getNestedTypeList () public int getNestedTypeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto getNestedType (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setNestedType (int, com.google.protobuf.DescriptorProtos$DescriptorProto) int index com.google.protobuf.DescriptorProtos$DescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setNestedType (int, com.google.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (int, com.google.protobuf.DescriptorProtos$DescriptorProto) int index com.google.protobuf.DescriptorProtos$DescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (com.google.protobuf.DescriptorProtos$DescriptorProto$Builder) com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (int, com.google.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllNestedType (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearNestedType () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder removeNestedType (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder getNestedTypeBuilder (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getNestedTypeOrBuilder (int) int index public java.util.List getNestedTypeOrBuilderList () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedTypeBuilder () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedTypeBuilder (int) int index public java.util.List getNestedTypeBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getNestedTypeFieldBuilder () private void ensureEnumTypeIsMutable () public java.util.List getEnumTypeList () public int getEnumTypeCount () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllEnumType (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearEnumType () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder removeEnumType (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder getEnumTypeBuilder (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) int index public java.util.List getEnumTypeOrBuilderList () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addEnumTypeBuilder () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addEnumTypeBuilder (int) int index public java.util.List getEnumTypeBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getEnumTypeFieldBuilder () private void ensureExtensionRangeIsMutable () public java.util.List getExtensionRangeList () public int getExtensionRangeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setExtensionRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setExtensionRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllExtensionRange (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearExtensionRange () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder removeExtensionRange (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder getExtensionRangeBuilder (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder getExtensionRangeOrBuilder (int) int index public java.util.List getExtensionRangeOrBuilderList () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder addExtensionRangeBuilder () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder addExtensionRangeBuilder (int) int index public java.util.List getExtensionRangeBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getExtensionRangeFieldBuilder () private void ensureOneofDeclIsMutable () public java.util.List getOneofDeclList () public int getOneofDeclCount () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setOneofDecl (int, com.google.protobuf.DescriptorProtos$OneofDescriptorProto) int index com.google.protobuf.DescriptorProtos$OneofDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setOneofDecl (int, com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (com.google.protobuf.DescriptorProtos$OneofDescriptorProto) com.google.protobuf.DescriptorProtos$OneofDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (int, com.google.protobuf.DescriptorProtos$OneofDescriptorProto) int index com.google.protobuf.DescriptorProtos$OneofDescriptorProto value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (int, com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllOneofDecl (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearOneofDecl () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder removeOneofDecl (int) int index public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder getOneofDeclBuilder (int) int index public com.google.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder (int) int index public java.util.List getOneofDeclOrBuilderList () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder addOneofDeclBuilder () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder addOneofDeclBuilder (int) int index public java.util.List getOneofDeclBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getOneofDeclFieldBuilder () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$MessageOptions getOptions () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$MessageOptions) com.google.protobuf.DescriptorProtos$MessageOptions value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$MessageOptions$Builder) com.google.protobuf.DescriptorProtos$MessageOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$MessageOptions) com.google.protobuf.DescriptorProtos$MessageOptions value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$MessageOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$MessageOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () private void ensureReservedRangeIsMutable () public java.util.List getReservedRangeList () public int getReservedRangeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (int, com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllReservedRange (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearReservedRange () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder removeReservedRange (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder getReservedRangeBuilder (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder getReservedRangeOrBuilder (int) int index public java.util.List getReservedRangeOrBuilderList () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder addReservedRangeBuilder () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder addReservedRangeBuilder (int) int index public java.util.List getReservedRangeBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getReservedRangeFieldBuilder () private void ensureReservedNameIsMutable () public com.google.protobuf.ProtocolStringList getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.google.protobuf.ByteString getReservedNameBytes (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedName (int, java.lang.String) int index String value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addAllReservedName (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder clearReservedName () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.DescriptorProtos$DescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$DescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getReservedNameList () synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder { private int bitField0_ private int start_ private int end_ private com.google.protobuf.DescriptorProtos$ExtensionRangeOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange build () com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange result public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange buildPartial () com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clone () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder mergeFrom (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasStart () public int getStart () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setStart (int) int value public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearStart () public boolean hasEnd () public int getEnd () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setEnd (int) int value public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearEnd () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setOptions (com.google.protobuf.DescriptorProtos$ExtensionRangeOptions) com.google.protobuf.DescriptorProtos$ExtensionRangeOptions value public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setOptions (com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder) com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder mergeOptions (com.google.protobuf.DescriptorProtos$ExtensionRangeOptions) com.google.protobuf.DescriptorProtos$ExtensionRangeOptions value public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearOptions () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () public final com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int START_FIELD_NUMBER private int start_ public static final int END_FIELD_NUMBER private int end_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$ExtensionRangeOptions options_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasStart () public int getStart () public boolean hasEnd () public int getEnd () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder getOptionsOrBuilder () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilder (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange prototype public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builder public static com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic int access$3102 (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange, int) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange x0 int x1 static synthetic int access$3202 (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange, int) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange x0 int x1 static synthetic com.google.protobuf.DescriptorProtos$ExtensionRangeOptions access$3302 (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange, com.google.protobuf.DescriptorProtos$ExtensionRangeOptions) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange x0 com.google.protobuf.DescriptorProtos$ExtensionRangeOptions x1 static synthetic int access$3402 (com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange, int) com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange x0 int x1 static void <clinit> () }
com/google/protobuf/DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasStart () public abstract int getStart () public abstract boolean hasEnd () public abstract int getEnd () public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder getOptionsOrBuilder () }
com/google/protobuf/DescriptorProtos$DescriptorProto$ReservedRange$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$DescriptorProto$ReservedRange$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder { private int bitField0_ private int start_ private int end_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange build () com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange result public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange buildPartial () com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clone () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder mergeFrom (com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasStart () public int getStart () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setStart (int) int value public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearStart () public boolean hasEnd () public int getEnd () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setEnd (int) int value public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearEnd () public final com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$DescriptorProto$ReservedRange.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int START_FIELD_NUMBER private int start_ public static final int END_FIELD_NUMBER private int end_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasStart () public int getStart () public boolean hasEnd () public int getEnd () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilder (com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange prototype public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builder public static com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic int access$4002 (com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange, int) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange x0 int x1 static synthetic int access$4102 (com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange, int) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange x0 int x1 static synthetic int access$4202 (com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange, int) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange x0 int x1 static void <clinit> () }
com/google/protobuf/DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasStart () public abstract int getStart () public abstract boolean hasEnd () public abstract int getEnd () }
com/google/protobuf/DescriptorProtos$DescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$DescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int FIELD_FIELD_NUMBER private java.util.List field_ public static final int EXTENSION_FIELD_NUMBER private java.util.List extension_ public static final int NESTED_TYPE_FIELD_NUMBER private java.util.List nestedType_ public static final int ENUM_TYPE_FIELD_NUMBER private java.util.List enumType_ public static final int EXTENSION_RANGE_FIELD_NUMBER private java.util.List extensionRange_ public static final int ONEOF_DECL_FIELD_NUMBER private java.util.List oneofDecl_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$MessageOptions options_ public static final int RESERVED_RANGE_FIELD_NUMBER private java.util.List reservedRange_ public static final int RESERVED_NAME_FIELD_NUMBER private com.google.protobuf.LazyStringList reservedName_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$DescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.util.List getFieldList () public java.util.List getFieldOrBuilderList () public int getFieldCount () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getField (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getFieldOrBuilder (int) int index public java.util.List getExtensionList () public java.util.List getExtensionOrBuilderList () public int getExtensionCount () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) int index public java.util.List getNestedTypeList () public java.util.List getNestedTypeOrBuilderList () public int getNestedTypeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto getNestedType (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getNestedTypeOrBuilder (int) int index public java.util.List getEnumTypeList () public java.util.List getEnumTypeOrBuilderList () public int getEnumTypeCount () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) int index public java.util.List getExtensionRangeList () public java.util.List getExtensionRangeOrBuilderList () public int getExtensionRangeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder getExtensionRangeOrBuilder (int) int index public java.util.List getOneofDeclList () public java.util.List getOneofDeclOrBuilderList () public int getOneofDeclCount () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int) int index public com.google.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder (int) int index public boolean hasOptions () public com.google.protobuf.DescriptorProtos$MessageOptions getOptions () public com.google.protobuf.DescriptorProtos$MessageOptionsOrBuilder getOptionsOrBuilder () public java.util.List getReservedRangeList () public java.util.List getReservedRangeOrBuilderList () public int getReservedRangeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder getReservedRangeOrBuilder (int) int index public com.google.protobuf.ProtocolStringList getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.google.protobuf.ByteString getReservedNameBytes (int) int index public final boolean isInitialized () int i int i int i int i int i int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i int i int i int i int i int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int i int i int i int i int i int i int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$DescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto prototype public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$DescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$DescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getReservedNameList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$4602 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$DescriptorProto x0 Object x1 static synthetic java.util.List access$4702 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$DescriptorProto x0 java.util.List x1 static synthetic java.util.List access$4802 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$DescriptorProto x0 java.util.List x1 static synthetic java.util.List access$4902 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$DescriptorProto x0 java.util.List x1 static synthetic java.util.List access$5002 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$DescriptorProto x0 java.util.List x1 static synthetic java.util.List access$5102 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$DescriptorProto x0 java.util.List x1 static synthetic java.util.List access$5202 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$DescriptorProto x0 java.util.List x1 static synthetic com.google.protobuf.DescriptorProtos$MessageOptions access$5302 (com.google.protobuf.DescriptorProtos$DescriptorProto, com.google.protobuf.DescriptorProtos$MessageOptions) com.google.protobuf.DescriptorProtos$DescriptorProto x0 com.google.protobuf.DescriptorProtos$MessageOptions x1 static synthetic java.util.List access$5402 (com.google.protobuf.DescriptorProtos$DescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$DescriptorProto x0 java.util.List x1 static synthetic com.google.protobuf.LazyStringList access$5502 (com.google.protobuf.DescriptorProtos$DescriptorProto, com.google.protobuf.LazyStringList) com.google.protobuf.DescriptorProtos$DescriptorProto x0 com.google.protobuf.LazyStringList x1 static synthetic int access$5602 (com.google.protobuf.DescriptorProtos$DescriptorProto, int) com.google.protobuf.DescriptorProtos$DescriptorProto x0 int x1 static synthetic java.lang.Object access$4600 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic java.util.List access$4700 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic java.util.List access$4800 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic java.util.List access$4900 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic java.util.List access$5000 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic java.util.List access$5100 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic java.util.List access$5200 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic java.util.List access$5400 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static synthetic com.google.protobuf.LazyStringList access$5500 (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$DescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.util.List getFieldList () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProto getField (int) public abstract int getFieldCount () public abstract java.util.List getFieldOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getFieldOrBuilder (int) public abstract java.util.List getExtensionList () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) public abstract int getExtensionCount () public abstract java.util.List getExtensionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) public abstract java.util.List getNestedTypeList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProto getNestedType (int) public abstract int getNestedTypeCount () public abstract java.util.List getNestedTypeOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getNestedTypeOrBuilder (int) public abstract java.util.List getEnumTypeList () public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) public abstract int getEnumTypeCount () public abstract java.util.List getEnumTypeOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) public abstract java.util.List getExtensionRangeList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int) public abstract int getExtensionRangeCount () public abstract java.util.List getExtensionRangeOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder getExtensionRangeOrBuilder (int) public abstract java.util.List getOneofDeclList () public abstract com.google.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int) public abstract int getOneofDeclCount () public abstract java.util.List getOneofDeclOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder (int) public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$MessageOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$MessageOptionsOrBuilder getOptionsOrBuilder () public abstract java.util.List getReservedRangeList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int) public abstract int getReservedRangeCount () public abstract java.util.List getReservedRangeOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder getReservedRangeOrBuilder (int) public abstract java.util.List getReservedNameList () public abstract int getReservedNameCount () public abstract java.lang.String getReservedName (int) public abstract com.google.protobuf.ByteString getReservedNameBytes (int) }
com/google/protobuf/DescriptorProtos$EnumDescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$EnumDescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$EnumDescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder { private int bitField0_ private Object name_ private java.util.List value_ private com.google.protobuf.RepeatedFieldBuilderV3 valueBuilder_ private com.google.protobuf.DescriptorProtos$EnumOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ private java.util.List reservedRange_ private com.google.protobuf.RepeatedFieldBuilderV3 reservedRangeBuilder_ private com.google.protobuf.LazyStringList reservedName_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto build () com.google.protobuf.DescriptorProtos$EnumDescriptorProto result public com.google.protobuf.DescriptorProtos$EnumDescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$EnumDescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto m com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange m com.google.protobuf.ByteString bs int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureValueIsMutable () public java.util.List getValueList () public int getValueCount () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setValue (int, com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) int index com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setValue (int, com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (int, com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) int index com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (int, com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllValue (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearValue () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder removeValue (int) int index public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder getValueBuilder (int) int index public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder getValueOrBuilder (int) int index public java.util.List getValueOrBuilderList () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder addValueBuilder () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder addValueBuilder (int) int index public java.util.List getValueBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getValueFieldBuilder () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$EnumOptions getOptions () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$EnumOptions) com.google.protobuf.DescriptorProtos$EnumOptions value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$EnumOptions$Builder) com.google.protobuf.DescriptorProtos$EnumOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$EnumOptions) com.google.protobuf.DescriptorProtos$EnumOptions value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$EnumOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$EnumOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () private void ensureReservedRangeIsMutable () public java.util.List getReservedRangeList () public int getReservedRangeCount () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedRange (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedRange (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllReservedRange (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearReservedRange () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder removeReservedRange (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder getReservedRangeBuilder (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder getReservedRangeOrBuilder (int) int index public java.util.List getReservedRangeOrBuilderList () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder addReservedRangeBuilder () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder addReservedRangeBuilder (int) int index public java.util.List getReservedRangeBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getReservedRangeFieldBuilder () private void ensureReservedNameIsMutable () public com.google.protobuf.ProtocolStringList getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.google.protobuf.ByteString getReservedNameBytes (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedName (int, java.lang.String) int index String value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllReservedName (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearReservedName () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getReservedNameList () synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRange$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder { private int bitField0_ private int start_ private int end_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange build () com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange result public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange buildPartial () com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clone () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder mergeFrom (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasStart () public int getStart () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setStart (int) int value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearStart () public boolean hasEnd () public int getEnd () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setEnd (int) int value public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearEnd () public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRange.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int START_FIELD_NUMBER private int start_ public static final int END_FIELD_NUMBER private int end_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasStart () public int getStart () public boolean hasEnd () public int getEnd () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilder (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange prototype public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builder public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic int access$9502 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange, int) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange x0 int x1 static synthetic int access$9602 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange, int) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange x0 int x1 static synthetic int access$9702 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange, int) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange x0 int x1 static void <clinit> () }
com/google/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasStart () public abstract int getStart () public abstract boolean hasEnd () public abstract int getEnd () }
com/google/protobuf/DescriptorProtos$EnumDescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int VALUE_FIELD_NUMBER private java.util.List value_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$EnumOptions options_ public static final int RESERVED_RANGE_FIELD_NUMBER private java.util.List reservedRange_ public static final int RESERVED_NAME_FIELD_NUMBER private com.google.protobuf.LazyStringList reservedName_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$EnumDescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.util.List getValueList () public java.util.List getValueOrBuilderList () public int getValueCount () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int) int index public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder getValueOrBuilder (int) int index public boolean hasOptions () public com.google.protobuf.DescriptorProtos$EnumOptions getOptions () public com.google.protobuf.DescriptorProtos$EnumOptionsOrBuilder getOptionsOrBuilder () public java.util.List getReservedRangeList () public java.util.List getReservedRangeOrBuilderList () public int getReservedRangeCount () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder getReservedRangeOrBuilder (int) int index public com.google.protobuf.ProtocolStringList getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.google.protobuf.ByteString getReservedNameBytes (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int i int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$EnumDescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto prototype public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$EnumDescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getReservedNameList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$10102 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 Object x1 static synthetic java.util.List access$10202 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 java.util.List x1 static synthetic com.google.protobuf.DescriptorProtos$EnumOptions access$10302 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, com.google.protobuf.DescriptorProtos$EnumOptions) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 com.google.protobuf.DescriptorProtos$EnumOptions x1 static synthetic java.util.List access$10402 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 java.util.List x1 static synthetic com.google.protobuf.LazyStringList access$10502 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, com.google.protobuf.LazyStringList) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 com.google.protobuf.LazyStringList x1 static synthetic int access$10602 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, int) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 int x1 static synthetic java.lang.Object access$10100 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 static synthetic java.util.List access$10200 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 static synthetic java.util.List access$10400 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 static synthetic com.google.protobuf.LazyStringList access$10500 (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$EnumDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.util.List getValueList () public abstract com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int) public abstract int getValueCount () public abstract java.util.List getValueOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder getValueOrBuilder (int) public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$EnumOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$EnumOptionsOrBuilder getOptionsOrBuilder () public abstract java.util.List getReservedRangeList () public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int) public abstract int getReservedRangeCount () public abstract java.util.List getReservedRangeOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder getReservedRangeOrBuilder (int) public abstract java.util.List getReservedNameList () public abstract int getReservedNameCount () public abstract java.lang.String getReservedName (int) public abstract com.google.protobuf.ByteString getReservedNameBytes (int) }
com/google/protobuf/DescriptorProtos$EnumOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$EnumOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$EnumOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$EnumOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$EnumOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$EnumOptionsOrBuilder { private int bitField0_ private boolean allowAlias_ private boolean deprecated_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$EnumOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$EnumOptions build () com.google.protobuf.DescriptorProtos$EnumOptions result public com.google.protobuf.DescriptorProtos$EnumOptions buildPartial () com.google.protobuf.DescriptorProtos$EnumOptions result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clone () public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$EnumOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$EnumOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$EnumOptions) com.google.protobuf.DescriptorProtos$EnumOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$EnumOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasAllowAlias () public boolean getAllowAlias () public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setAllowAlias (boolean) boolean value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clearAllowAlias () public boolean hasDeprecated () public boolean getDeprecated () public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setDeprecated (boolean) boolean value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clearDeprecated () private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$EnumOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$EnumOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$EnumOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$EnumOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$EnumOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$EnumOptionsOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int ALLOW_ALIAS_FIELD_NUMBER private boolean allowAlias_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$EnumOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasAllowAlias () public boolean getAllowAlias () public boolean hasDeprecated () public boolean getDeprecated () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$EnumOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$EnumOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$EnumOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$EnumOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$EnumOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$EnumOptions) com.google.protobuf.DescriptorProtos$EnumOptions prototype public com.google.protobuf.DescriptorProtos$EnumOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$EnumOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$EnumOptions$Builder builder public static com.google.protobuf.DescriptorProtos$EnumOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$EnumOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic boolean access$20002 (com.google.protobuf.DescriptorProtos$EnumOptions, boolean) com.google.protobuf.DescriptorProtos$EnumOptions x0 boolean x1 static synthetic boolean access$20102 (com.google.protobuf.DescriptorProtos$EnumOptions, boolean) com.google.protobuf.DescriptorProtos$EnumOptions x0 boolean x1 static synthetic java.util.List access$20202 (com.google.protobuf.DescriptorProtos$EnumOptions, java.util.List) com.google.protobuf.DescriptorProtos$EnumOptions x0 java.util.List x1 static synthetic int access$20302 (com.google.protobuf.DescriptorProtos$EnumOptions, int) com.google.protobuf.DescriptorProtos$EnumOptions x0 int x1 static synthetic java.util.List access$20200 (com.google.protobuf.DescriptorProtos$EnumOptions) com.google.protobuf.DescriptorProtos$EnumOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$EnumOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$EnumOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract boolean hasAllowAlias () public abstract boolean getAllowAlias () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder { private int bitField0_ private Object name_ private int number_ private com.google.protobuf.DescriptorProtos$EnumValueOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto build () com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto result public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasNumber () public int getNumber () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setNumber (int) int value public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearNumber () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$EnumValueOptions getOptions () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$EnumValueOptions) com.google.protobuf.DescriptorProtos$EnumValueOptions value public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder) com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$EnumValueOptions) com.google.protobuf.DescriptorProtos$EnumValueOptions value public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () public final com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$EnumValueDescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$EnumValueOptions options_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasNumber () public int getNumber () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$EnumValueOptions getOptions () public com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder getOptionsOrBuilder () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto prototype public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$11202 (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto x0 Object x1 static synthetic int access$11302 (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto, int) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto x0 int x1 static synthetic com.google.protobuf.DescriptorProtos$EnumValueOptions access$11402 (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto, com.google.protobuf.DescriptorProtos$EnumValueOptions) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto x0 com.google.protobuf.DescriptorProtos$EnumValueOptions x1 static synthetic int access$11502 (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto, int) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto x0 int x1 static synthetic java.lang.Object access$11200 (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$EnumValueDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract boolean hasNumber () public abstract int getNumber () public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$EnumValueOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder getOptionsOrBuilder () }
com/google/protobuf/DescriptorProtos$EnumValueOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$EnumValueOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$EnumValueOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$EnumValueOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder { private int bitField0_ private boolean deprecated_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$EnumValueOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$EnumValueOptions build () com.google.protobuf.DescriptorProtos$EnumValueOptions result public com.google.protobuf.DescriptorProtos$EnumValueOptions buildPartial () com.google.protobuf.DescriptorProtos$EnumValueOptions result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder clone () public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$EnumValueOptions) com.google.protobuf.DescriptorProtos$EnumValueOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasDeprecated () public boolean getDeprecated () public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setDeprecated (boolean) boolean value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder clearDeprecated () private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$EnumValueOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$EnumValueOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$EnumValueOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasDeprecated () public boolean getDeprecated () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$EnumValueOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$EnumValueOptions) com.google.protobuf.DescriptorProtos$EnumValueOptions prototype public com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder builder public static com.google.protobuf.DescriptorProtos$EnumValueOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$EnumValueOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic boolean access$20902 (com.google.protobuf.DescriptorProtos$EnumValueOptions, boolean) com.google.protobuf.DescriptorProtos$EnumValueOptions x0 boolean x1 static synthetic java.util.List access$21002 (com.google.protobuf.DescriptorProtos$EnumValueOptions, java.util.List) com.google.protobuf.DescriptorProtos$EnumValueOptions x0 java.util.List x1 static synthetic int access$21102 (com.google.protobuf.DescriptorProtos$EnumValueOptions, int) com.google.protobuf.DescriptorProtos$EnumValueOptions x0 int x1 static synthetic java.util.List access$21000 (com.google.protobuf.DescriptorProtos$EnumValueOptions) com.google.protobuf.DescriptorProtos$EnumValueOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$EnumValueOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$ExtensionRangeOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$ExtensionRangeOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder { private int bitField0_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions build () com.google.protobuf.DescriptorProtos$ExtensionRangeOptions result public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions buildPartial () com.google.protobuf.DescriptorProtos$ExtensionRangeOptions result int from_bitField0_ public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clone () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$ExtensionRangeOptions) com.google.protobuf.DescriptorProtos$ExtensionRangeOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$ExtensionRangeOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$ExtensionRangeOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder { private static final long serialVersionUID public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$ExtensionRangeOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$ExtensionRangeOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$ExtensionRangeOptions) com.google.protobuf.DescriptorProtos$ExtensionRangeOptions prototype public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder builder public static com.google.protobuf.DescriptorProtos$ExtensionRangeOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$ExtensionRangeOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.util.List access$6202 (com.google.protobuf.DescriptorProtos$ExtensionRangeOptions, java.util.List) com.google.protobuf.DescriptorProtos$ExtensionRangeOptions x0 java.util.List x1 static synthetic java.util.List access$6200 (com.google.protobuf.DescriptorProtos$ExtensionRangeOptions) com.google.protobuf.DescriptorProtos$ExtensionRangeOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$ExtensionRangeOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$FieldDescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FieldDescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$FieldDescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder { private int bitField0_ private Object name_ private int number_ private int label_ private int type_ private Object typeName_ private Object extendee_ private Object defaultValue_ private int oneofIndex_ private Object jsonName_ private com.google.protobuf.DescriptorProtos$FieldOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ private boolean proto3Optional_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto build () com.google.protobuf.DescriptorProtos$FieldDescriptorProto result public com.google.protobuf.DescriptorProtos$FieldDescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$FieldDescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tmpRaw com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label tmpValue int tmpRaw com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type tmpValue int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasNumber () public int getNumber () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setNumber (int) int value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearNumber () public boolean hasLabel () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel () com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label result public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setLabel (com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label) com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearLabel () public boolean hasType () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType () com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type result public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setType (com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type) com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearType () public boolean hasTypeName () public java.lang.String getTypeName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTypeNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setTypeName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearTypeName () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setTypeNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasExtendee () public java.lang.String getExtendee () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getExtendeeBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setExtendee (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearExtendee () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setExtendeeBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasDefaultValue () public java.lang.String getDefaultValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getDefaultValueBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setDefaultValue (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearDefaultValue () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setDefaultValueBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasOneofIndex () public int getOneofIndex () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOneofIndex (int) int value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearOneofIndex () public boolean hasJsonName () public java.lang.String getJsonName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJsonNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setJsonName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearJsonName () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setJsonNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasOptions () public com.google.protobuf.DescriptorProtos$FieldOptions getOptions () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$FieldOptions) com.google.protobuf.DescriptorProtos$FieldOptions value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$FieldOptions$Builder) com.google.protobuf.DescriptorProtos$FieldOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$FieldOptions) com.google.protobuf.DescriptorProtos$FieldOptions value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$FieldOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () public boolean hasProto3Optional () public boolean getProto3Optional () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setProto3Optional (boolean) boolean value public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearProto3Optional () public final com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label.class
DescriptorProtos.java package com.google.protobuf public final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_OPTIONAL public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_REQUIRED public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_REPEATED public static final int LABEL_OPTIONAL_VALUE public static final int LABEL_REQUIRED_VALUE public static final int LABEL_REPEATED_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] VALUES private final int value private static final synthetic com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] $VALUES public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] values () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label valueOf (int) int value public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] $values () static void <clinit> () }
com/google/protobuf/DescriptorProtos$FieldDescriptorProto$Type$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/DescriptorProtos$FieldDescriptorProto$Type.class
DescriptorProtos.java package com.google.protobuf public final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_DOUBLE public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FLOAT public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_INT64 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_UINT64 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_INT32 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FIXED64 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FIXED32 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_BOOL public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_STRING public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_GROUP public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_MESSAGE public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_BYTES public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_UINT32 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_ENUM public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SFIXED32 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SFIXED64 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SINT32 public static final enum com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SINT64 public static final int TYPE_DOUBLE_VALUE public static final int TYPE_FLOAT_VALUE public static final int TYPE_INT64_VALUE public static final int TYPE_UINT64_VALUE public static final int TYPE_INT32_VALUE public static final int TYPE_FIXED64_VALUE public static final int TYPE_FIXED32_VALUE public static final int TYPE_BOOL_VALUE public static final int TYPE_STRING_VALUE public static final int TYPE_GROUP_VALUE public static final int TYPE_MESSAGE_VALUE public static final int TYPE_BYTES_VALUE public static final int TYPE_UINT32_VALUE public static final int TYPE_ENUM_VALUE public static final int TYPE_SFIXED32_VALUE public static final int TYPE_SFIXED64_VALUE public static final int TYPE_SINT32_VALUE public static final int TYPE_SINT64_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] VALUES private final int value private static final synthetic com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] $VALUES public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] values () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type valueOf (int) int value public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] $values () static void <clinit> () }
com/google/protobuf/DescriptorProtos$FieldDescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FieldDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int LABEL_FIELD_NUMBER private int label_ public static final int TYPE_FIELD_NUMBER private int type_ public static final int TYPE_NAME_FIELD_NUMBER private volatile Object typeName_ public static final int EXTENDEE_FIELD_NUMBER private volatile Object extendee_ public static final int DEFAULT_VALUE_FIELD_NUMBER private volatile Object defaultValue_ public static final int ONEOF_INDEX_FIELD_NUMBER private int oneofIndex_ public static final int JSON_NAME_FIELD_NUMBER private volatile Object jsonName_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$FieldOptions options_ public static final int PROTO3_OPTIONAL_FIELD_NUMBER private boolean proto3Optional_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$FieldDescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasNumber () public int getNumber () public boolean hasLabel () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel () com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label result public boolean hasType () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType () com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type result public boolean hasTypeName () public java.lang.String getTypeName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTypeNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasExtendee () public java.lang.String getExtendee () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getExtendeeBytes () com.google.protobuf.ByteString b Object ref public boolean hasDefaultValue () public java.lang.String getDefaultValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getDefaultValueBytes () com.google.protobuf.ByteString b Object ref public boolean hasOneofIndex () public int getOneofIndex () public boolean hasJsonName () public java.lang.String getJsonName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJsonNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasOptions () public com.google.protobuf.DescriptorProtos$FieldOptions getOptions () public com.google.protobuf.DescriptorProtos$FieldOptionsOrBuilder getOptionsOrBuilder () public boolean hasProto3Optional () public boolean getProto3Optional () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$FieldDescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto prototype public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$FieldDescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$6802 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 Object x1 static synthetic int access$6902 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, int) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 int x1 static synthetic int access$7002 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, int) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 int x1 static synthetic int access$7102 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, int) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 int x1 static synthetic java.lang.Object access$7202 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 Object x1 static synthetic java.lang.Object access$7302 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 Object x1 static synthetic java.lang.Object access$7402 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 Object x1 static synthetic int access$7502 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, int) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 int x1 static synthetic java.lang.Object access$7602 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 Object x1 static synthetic com.google.protobuf.DescriptorProtos$FieldOptions access$7702 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, com.google.protobuf.DescriptorProtos$FieldOptions) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 com.google.protobuf.DescriptorProtos$FieldOptions x1 static synthetic boolean access$7802 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, boolean) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 boolean x1 static synthetic int access$7902 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, int) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 int x1 static synthetic java.lang.Object access$6800 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 static synthetic java.lang.Object access$7200 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 static synthetic java.lang.Object access$7300 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 static synthetic java.lang.Object access$7400 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 static synthetic java.lang.Object access$7600 (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$FieldDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract boolean hasNumber () public abstract int getNumber () public abstract boolean hasLabel () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel () public abstract boolean hasType () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType () public abstract boolean hasTypeName () public abstract java.lang.String getTypeName () public abstract com.google.protobuf.ByteString getTypeNameBytes () public abstract boolean hasExtendee () public abstract java.lang.String getExtendee () public abstract com.google.protobuf.ByteString getExtendeeBytes () public abstract boolean hasDefaultValue () public abstract java.lang.String getDefaultValue () public abstract com.google.protobuf.ByteString getDefaultValueBytes () public abstract boolean hasOneofIndex () public abstract int getOneofIndex () public abstract boolean hasJsonName () public abstract java.lang.String getJsonName () public abstract com.google.protobuf.ByteString getJsonNameBytes () public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$FieldOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$FieldOptionsOrBuilder getOptionsOrBuilder () public abstract boolean hasProto3Optional () public abstract boolean getProto3Optional () }
com/google/protobuf/DescriptorProtos$FieldOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FieldOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$FieldOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$FieldOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$FieldOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FieldOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$FieldOptionsOrBuilder { private int bitField0_ private int ctype_ private boolean packed_ private int jstype_ private boolean lazy_ private boolean unverifiedLazy_ private boolean deprecated_ private boolean weak_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$FieldOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$FieldOptions build () com.google.protobuf.DescriptorProtos$FieldOptions result public com.google.protobuf.DescriptorProtos$FieldOptions buildPartial () com.google.protobuf.DescriptorProtos$FieldOptions result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clone () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$FieldOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$FieldOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$FieldOptions) com.google.protobuf.DescriptorProtos$FieldOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$FieldOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tmpRaw com.google.protobuf.DescriptorProtos$FieldOptions$CType tmpValue int tmpRaw com.google.protobuf.DescriptorProtos$FieldOptions$JSType tmpValue com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasCtype () public com.google.protobuf.DescriptorProtos$FieldOptions$CType getCtype () com.google.protobuf.DescriptorProtos$FieldOptions$CType result public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setCtype (com.google.protobuf.DescriptorProtos$FieldOptions$CType) com.google.protobuf.DescriptorProtos$FieldOptions$CType value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearCtype () public boolean hasPacked () public boolean getPacked () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setPacked (boolean) boolean value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearPacked () public boolean hasJstype () public com.google.protobuf.DescriptorProtos$FieldOptions$JSType getJstype () com.google.protobuf.DescriptorProtos$FieldOptions$JSType result public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setJstype (com.google.protobuf.DescriptorProtos$FieldOptions$JSType) com.google.protobuf.DescriptorProtos$FieldOptions$JSType value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearJstype () public boolean hasLazy () public boolean getLazy () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setLazy (boolean) boolean value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearLazy () public boolean hasUnverifiedLazy () public boolean getUnverifiedLazy () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setUnverifiedLazy (boolean) boolean value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearUnverifiedLazy () public boolean hasDeprecated () public boolean getDeprecated () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setDeprecated (boolean) boolean value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearDeprecated () public boolean hasWeak () public boolean getWeak () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setWeak (boolean) boolean value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearWeak () private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$FieldOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FieldOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$FieldOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$FieldOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$FieldOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$FieldOptions$CType$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FieldOptions$CType$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.DescriptorProtos$FieldOptions$CType findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/DescriptorProtos$FieldOptions$CType.class
DescriptorProtos.java package com.google.protobuf public final enum com.google.protobuf.DescriptorProtos$FieldOptions$CType extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.DescriptorProtos$FieldOptions$CType STRING public static final enum com.google.protobuf.DescriptorProtos$FieldOptions$CType CORD public static final enum com.google.protobuf.DescriptorProtos$FieldOptions$CType STRING_PIECE public static final int STRING_VALUE public static final int CORD_VALUE public static final int STRING_PIECE_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.DescriptorProtos$FieldOptions$CType[] VALUES private final int value private static final synthetic com.google.protobuf.DescriptorProtos$FieldOptions$CType[] $VALUES public static com.google.protobuf.DescriptorProtos$FieldOptions$CType[] values () public static com.google.protobuf.DescriptorProtos$FieldOptions$CType valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.DescriptorProtos$FieldOptions$CType valueOf (int) int value public static com.google.protobuf.DescriptorProtos$FieldOptions$CType forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.DescriptorProtos$FieldOptions$CType valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.DescriptorProtos$FieldOptions$CType[] $values () static void <clinit> () }
com/google/protobuf/DescriptorProtos$FieldOptions$JSType$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FieldOptions$JSType$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.DescriptorProtos$FieldOptions$JSType findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/DescriptorProtos$FieldOptions$JSType.class
DescriptorProtos.java package com.google.protobuf public final enum com.google.protobuf.DescriptorProtos$FieldOptions$JSType extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.DescriptorProtos$FieldOptions$JSType JS_NORMAL public static final enum com.google.protobuf.DescriptorProtos$FieldOptions$JSType JS_STRING public static final enum com.google.protobuf.DescriptorProtos$FieldOptions$JSType JS_NUMBER public static final int JS_NORMAL_VALUE public static final int JS_STRING_VALUE public static final int JS_NUMBER_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.DescriptorProtos$FieldOptions$JSType[] VALUES private final int value private static final synthetic com.google.protobuf.DescriptorProtos$FieldOptions$JSType[] $VALUES public static com.google.protobuf.DescriptorProtos$FieldOptions$JSType[] values () public static com.google.protobuf.DescriptorProtos$FieldOptions$JSType valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.DescriptorProtos$FieldOptions$JSType valueOf (int) int value public static com.google.protobuf.DescriptorProtos$FieldOptions$JSType forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.DescriptorProtos$FieldOptions$JSType valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.DescriptorProtos$FieldOptions$JSType[] $values () static void <clinit> () }
com/google/protobuf/DescriptorProtos$FieldOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FieldOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$FieldOptionsOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int CTYPE_FIELD_NUMBER private int ctype_ public static final int PACKED_FIELD_NUMBER private boolean packed_ public static final int JSTYPE_FIELD_NUMBER private int jstype_ public static final int LAZY_FIELD_NUMBER private boolean lazy_ public static final int UNVERIFIED_LAZY_FIELD_NUMBER private boolean unverifiedLazy_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int WEAK_FIELD_NUMBER private boolean weak_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$FieldOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasCtype () public com.google.protobuf.DescriptorProtos$FieldOptions$CType getCtype () com.google.protobuf.DescriptorProtos$FieldOptions$CType result public boolean hasPacked () public boolean getPacked () public boolean hasJstype () public com.google.protobuf.DescriptorProtos$FieldOptions$JSType getJstype () com.google.protobuf.DescriptorProtos$FieldOptions$JSType result public boolean hasLazy () public boolean getLazy () public boolean hasUnverifiedLazy () public boolean getUnverifiedLazy () public boolean hasDeprecated () public boolean getDeprecated () public boolean hasWeak () public boolean getWeak () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$FieldOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FieldOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$FieldOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$FieldOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$FieldOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$FieldOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$FieldOptions) com.google.protobuf.DescriptorProtos$FieldOptions prototype public com.google.protobuf.DescriptorProtos$FieldOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$FieldOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$FieldOptions$Builder builder public static com.google.protobuf.DescriptorProtos$FieldOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$FieldOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic int access$18002 (com.google.protobuf.DescriptorProtos$FieldOptions, int) com.google.protobuf.DescriptorProtos$FieldOptions x0 int x1 static synthetic boolean access$18102 (com.google.protobuf.DescriptorProtos$FieldOptions, boolean) com.google.protobuf.DescriptorProtos$FieldOptions x0 boolean x1 static synthetic int access$18202 (com.google.protobuf.DescriptorProtos$FieldOptions, int) com.google.protobuf.DescriptorProtos$FieldOptions x0 int x1 static synthetic boolean access$18302 (com.google.protobuf.DescriptorProtos$FieldOptions, boolean) com.google.protobuf.DescriptorProtos$FieldOptions x0 boolean x1 static synthetic boolean access$18402 (com.google.protobuf.DescriptorProtos$FieldOptions, boolean) com.google.protobuf.DescriptorProtos$FieldOptions x0 boolean x1 static synthetic boolean access$18502 (com.google.protobuf.DescriptorProtos$FieldOptions, boolean) com.google.protobuf.DescriptorProtos$FieldOptions x0 boolean x1 static synthetic boolean access$18602 (com.google.protobuf.DescriptorProtos$FieldOptions, boolean) com.google.protobuf.DescriptorProtos$FieldOptions x0 boolean x1 static synthetic java.util.List access$18702 (com.google.protobuf.DescriptorProtos$FieldOptions, java.util.List) com.google.protobuf.DescriptorProtos$FieldOptions x0 java.util.List x1 static synthetic int access$18802 (com.google.protobuf.DescriptorProtos$FieldOptions, int) com.google.protobuf.DescriptorProtos$FieldOptions x0 int x1 static synthetic java.util.List access$18700 (com.google.protobuf.DescriptorProtos$FieldOptions) com.google.protobuf.DescriptorProtos$FieldOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$FieldOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$FieldOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract boolean hasCtype () public abstract com.google.protobuf.DescriptorProtos$FieldOptions$CType getCtype () public abstract boolean hasPacked () public abstract boolean getPacked () public abstract boolean hasJstype () public abstract com.google.protobuf.DescriptorProtos$FieldOptions$JSType getJstype () public abstract boolean hasLazy () public abstract boolean getLazy () public abstract boolean hasUnverifiedLazy () public abstract boolean getUnverifiedLazy () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasWeak () public abstract boolean getWeak () public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$FileDescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FileDescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$FileDescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$FileDescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder { private int bitField0_ private Object name_ private Object package_ private com.google.protobuf.LazyStringList dependency_ private com.google.protobuf.Internal$IntList publicDependency_ private com.google.protobuf.Internal$IntList weakDependency_ private java.util.List messageType_ private com.google.protobuf.RepeatedFieldBuilderV3 messageTypeBuilder_ private java.util.List enumType_ private com.google.protobuf.RepeatedFieldBuilderV3 enumTypeBuilder_ private java.util.List service_ private com.google.protobuf.RepeatedFieldBuilderV3 serviceBuilder_ private java.util.List extension_ private com.google.protobuf.RepeatedFieldBuilderV3 extensionBuilder_ private com.google.protobuf.DescriptorProtos$FileOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ private com.google.protobuf.DescriptorProtos$SourceCodeInfo sourceCodeInfo_ private com.google.protobuf.SingleFieldBuilderV3 sourceCodeInfoBuilder_ private Object syntax_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$FileDescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$FileDescriptorProto build () com.google.protobuf.DescriptorProtos$FileDescriptorProto result public com.google.protobuf.DescriptorProtos$FileDescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$FileDescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto other public final boolean isInitialized () int i int i int i int i public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.ByteString bs com.google.protobuf.DescriptorProtos$DescriptorProto m com.google.protobuf.DescriptorProtos$EnumDescriptorProto m com.google.protobuf.DescriptorProtos$ServiceDescriptorProto m com.google.protobuf.DescriptorProtos$FieldDescriptorProto m int v int length int limit int v int length int limit int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasPackage () public java.lang.String getPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPackageBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPackage (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearPackage () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPackageBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureDependencyIsMutable () public com.google.protobuf.ProtocolStringList getDependencyList () public int getDependencyCount () public java.lang.String getDependency (int) int index public com.google.protobuf.ByteString getDependencyBytes (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setDependency (int, java.lang.String) int index String value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addDependency (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllDependency (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearDependency () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addDependencyBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensurePublicDependencyIsMutable () public java.util.List getPublicDependencyList () public int getPublicDependencyCount () public int getPublicDependency (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPublicDependency (int, int) int index int value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addPublicDependency (int) int value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllPublicDependency (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearPublicDependency () private void ensureWeakDependencyIsMutable () public java.util.List getWeakDependencyList () public int getWeakDependencyCount () public int getWeakDependency (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setWeakDependency (int, int) int index int value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addWeakDependency (int) int value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllWeakDependency (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearWeakDependency () private void ensureMessageTypeIsMutable () public java.util.List getMessageTypeList () public int getMessageTypeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto getMessageType (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setMessageType (int, com.google.protobuf.DescriptorProtos$DescriptorProto) int index com.google.protobuf.DescriptorProtos$DescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setMessageType (int, com.google.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.DescriptorProtos$DescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (int, com.google.protobuf.DescriptorProtos$DescriptorProto) int index com.google.protobuf.DescriptorProtos$DescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (com.google.protobuf.DescriptorProtos$DescriptorProto$Builder) com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (int, com.google.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllMessageType (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearMessageType () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeMessageType (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder getMessageTypeBuilder (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getMessageTypeOrBuilder (int) int index public java.util.List getMessageTypeOrBuilderList () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addMessageTypeBuilder () public com.google.protobuf.DescriptorProtos$DescriptorProto$Builder addMessageTypeBuilder (int) int index public java.util.List getMessageTypeBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getMessageTypeFieldBuilder () private void ensureEnumTypeIsMutable () public java.util.List getEnumTypeList () public int getEnumTypeCount () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.DescriptorProtos$EnumDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (int, com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllEnumType (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearEnumType () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeEnumType (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder getEnumTypeBuilder (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) int index public java.util.List getEnumTypeOrBuilderList () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addEnumTypeBuilder () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addEnumTypeBuilder (int) int index public java.util.List getEnumTypeBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getEnumTypeFieldBuilder () private void ensureServiceIsMutable () public java.util.List getServiceList () public int getServiceCount () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setService (int, com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) int index com.google.protobuf.DescriptorProtos$ServiceDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setService (int, com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (int, com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) int index com.google.protobuf.DescriptorProtos$ServiceDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (int, com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllService (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearService () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeService (int) int index public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder getServiceBuilder (int) int index public com.google.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder getServiceOrBuilder (int) int index public java.util.List getServiceOrBuilderList () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addServiceBuilder () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addServiceBuilder (int) int index public java.util.List getServiceBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getServiceFieldBuilder () private void ensureExtensionIsMutable () public java.util.List getExtensionList () public int getExtensionCount () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (int, com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllExtension (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearExtension () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeExtension (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder getExtensionBuilder (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) int index public java.util.List getExtensionOrBuilderList () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder addExtensionBuilder () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder addExtensionBuilder (int) int index public java.util.List getExtensionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getExtensionFieldBuilder () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$FileOptions getOptions () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$FileOptions$Builder) com.google.protobuf.DescriptorProtos$FileOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$FileOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$FileOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () public boolean hasSourceCodeInfo () public com.google.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSourceCodeInfo (com.google.protobuf.DescriptorProtos$SourceCodeInfo) com.google.protobuf.DescriptorProtos$SourceCodeInfo value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSourceCodeInfo (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeSourceCodeInfo (com.google.protobuf.DescriptorProtos$SourceCodeInfo) com.google.protobuf.DescriptorProtos$SourceCodeInfo value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearSourceCodeInfo () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder getSourceCodeInfoBuilder () public com.google.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getSourceCodeInfoFieldBuilder () public boolean hasSyntax () public java.lang.String getSyntax () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSyntaxBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSyntax (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearSyntax () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSyntaxBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getDependencyList () synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$FileDescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FileDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int PACKAGE_FIELD_NUMBER private volatile Object package_ public static final int DEPENDENCY_FIELD_NUMBER private com.google.protobuf.LazyStringList dependency_ public static final int PUBLIC_DEPENDENCY_FIELD_NUMBER private com.google.protobuf.Internal$IntList publicDependency_ public static final int WEAK_DEPENDENCY_FIELD_NUMBER private com.google.protobuf.Internal$IntList weakDependency_ public static final int MESSAGE_TYPE_FIELD_NUMBER private java.util.List messageType_ public static final int ENUM_TYPE_FIELD_NUMBER private java.util.List enumType_ public static final int SERVICE_FIELD_NUMBER private java.util.List service_ public static final int EXTENSION_FIELD_NUMBER private java.util.List extension_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$FileOptions options_ public static final int SOURCE_CODE_INFO_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$SourceCodeInfo sourceCodeInfo_ public static final int SYNTAX_FIELD_NUMBER private volatile Object syntax_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$FileDescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasPackage () public java.lang.String getPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPackageBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.ProtocolStringList getDependencyList () public int getDependencyCount () public java.lang.String getDependency (int) int index public com.google.protobuf.ByteString getDependencyBytes (int) int index public java.util.List getPublicDependencyList () public int getPublicDependencyCount () public int getPublicDependency (int) int index public java.util.List getWeakDependencyList () public int getWeakDependencyCount () public int getWeakDependency (int) int index public java.util.List getMessageTypeList () public java.util.List getMessageTypeOrBuilderList () public int getMessageTypeCount () public com.google.protobuf.DescriptorProtos$DescriptorProto getMessageType (int) int index public com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getMessageTypeOrBuilder (int) int index public java.util.List getEnumTypeList () public java.util.List getEnumTypeOrBuilderList () public int getEnumTypeCount () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) int index public java.util.List getServiceList () public java.util.List getServiceOrBuilderList () public int getServiceCount () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int) int index public com.google.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder getServiceOrBuilder (int) int index public java.util.List getExtensionList () public java.util.List getExtensionOrBuilderList () public int getExtensionCount () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) int index public boolean hasOptions () public com.google.protobuf.DescriptorProtos$FileOptions getOptions () public com.google.protobuf.DescriptorProtos$FileOptionsOrBuilder getOptionsOrBuilder () public boolean hasSourceCodeInfo () public com.google.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo () public com.google.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder () public boolean hasSyntax () public java.lang.String getSyntax () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSyntaxBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () int i int i int i int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i int i int i int i int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int dataSize int i int i int i int i int i int dataSize int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$FileDescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto prototype public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$FileDescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$FileDescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getDependencyList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$1102 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 Object x1 static synthetic java.lang.Object access$1202 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 Object x1 static synthetic com.google.protobuf.LazyStringList access$1302 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.LazyStringList) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 com.google.protobuf.LazyStringList x1 static synthetic com.google.protobuf.Internal$IntList access$1402 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.Internal$IntList) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 com.google.protobuf.Internal$IntList x1 static synthetic com.google.protobuf.Internal$IntList access$1502 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.Internal$IntList) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 com.google.protobuf.Internal$IntList x1 static synthetic java.util.List access$1602 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 java.util.List x1 static synthetic java.util.List access$1702 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 java.util.List x1 static synthetic java.util.List access$1802 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 java.util.List x1 static synthetic java.util.List access$1902 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 java.util.List x1 static synthetic com.google.protobuf.DescriptorProtos$FileOptions access$2002 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 com.google.protobuf.DescriptorProtos$FileOptions x1 static synthetic com.google.protobuf.DescriptorProtos$SourceCodeInfo access$2102 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.DescriptorProtos$SourceCodeInfo) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 com.google.protobuf.DescriptorProtos$SourceCodeInfo x1 static synthetic java.lang.Object access$2202 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 Object x1 static synthetic int access$2302 (com.google.protobuf.DescriptorProtos$FileDescriptorProto, int) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 int x1 static synthetic java.lang.Object access$1100 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic java.lang.Object access$1200 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic com.google.protobuf.LazyStringList access$1300 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic com.google.protobuf.Internal$IntList access$1400 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic com.google.protobuf.Internal$IntList access$1500 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic java.util.List access$1600 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic java.util.List access$1700 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic java.util.List access$1800 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic java.util.List access$1900 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static synthetic java.lang.Object access$2200 (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$FileDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract boolean hasPackage () public abstract java.lang.String getPackage () public abstract com.google.protobuf.ByteString getPackageBytes () public abstract java.util.List getDependencyList () public abstract int getDependencyCount () public abstract java.lang.String getDependency (int) public abstract com.google.protobuf.ByteString getDependencyBytes (int) public abstract java.util.List getPublicDependencyList () public abstract int getPublicDependencyCount () public abstract int getPublicDependency (int) public abstract java.util.List getWeakDependencyList () public abstract int getWeakDependencyCount () public abstract int getWeakDependency (int) public abstract java.util.List getMessageTypeList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProto getMessageType (int) public abstract int getMessageTypeCount () public abstract java.util.List getMessageTypeOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getMessageTypeOrBuilder (int) public abstract java.util.List getEnumTypeList () public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) public abstract int getEnumTypeCount () public abstract java.util.List getEnumTypeOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) public abstract java.util.List getServiceList () public abstract com.google.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int) public abstract int getServiceCount () public abstract java.util.List getServiceOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder getServiceOrBuilder (int) public abstract java.util.List getExtensionList () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) public abstract int getExtensionCount () public abstract java.util.List getExtensionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$FileOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$FileOptionsOrBuilder getOptionsOrBuilder () public abstract boolean hasSourceCodeInfo () public abstract com.google.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo () public abstract com.google.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder () public abstract boolean hasSyntax () public abstract java.lang.String getSyntax () public abstract com.google.protobuf.ByteString getSyntaxBytes () }
com/google/protobuf/DescriptorProtos$FileDescriptorSet$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FileDescriptorSet$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$FileDescriptorSet parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$FileDescriptorSet$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder { private int bitField0_ private java.util.List file_ private com.google.protobuf.RepeatedFieldBuilderV3 fileBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$FileDescriptorSet getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$FileDescriptorSet build () com.google.protobuf.DescriptorProtos$FileDescriptorSet result public com.google.protobuf.DescriptorProtos$FileDescriptorSet buildPartial () com.google.protobuf.DescriptorProtos$FileDescriptorSet result int from_bitField0_ public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder clone () public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder mergeFrom (com.google.protobuf.DescriptorProtos$FileDescriptorSet) com.google.protobuf.DescriptorProtos$FileDescriptorSet other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$FileDescriptorProto m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureFileIsMutable () public java.util.List getFileList () public int getFileCount () public com.google.protobuf.DescriptorProtos$FileDescriptorProto getFile (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder setFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder setFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto value public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder addAllFile (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder clearFile () public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder removeFile (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder getFileBuilder (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getFileOrBuilder (int) int index public java.util.List getFileOrBuilderList () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addFileBuilder () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addFileBuilder (int) int index public java.util.List getFileBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getFileFieldBuilder () public final com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$FileDescriptorSet.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FileDescriptorSet extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder { private static final long serialVersionUID public static final int FILE_FIELD_NUMBER private java.util.List file_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$FileDescriptorSet DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getFileList () public java.util.List getFileOrBuilderList () public int getFileCount () public com.google.protobuf.DescriptorProtos$FileDescriptorProto getFile (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getFileOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$FileDescriptorSet other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilder (com.google.protobuf.DescriptorProtos$FileDescriptorSet) com.google.protobuf.DescriptorProtos$FileDescriptorSet prototype public com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder builder public static com.google.protobuf.DescriptorProtos$FileDescriptorSet getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$FileDescriptorSet getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.util.List access$502 (com.google.protobuf.DescriptorProtos$FileDescriptorSet, java.util.List) com.google.protobuf.DescriptorProtos$FileDescriptorSet x0 java.util.List x1 static synthetic java.util.List access$500 (com.google.protobuf.DescriptorProtos$FileDescriptorSet) com.google.protobuf.DescriptorProtos$FileDescriptorSet x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$FileDescriptorSetOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getFileList () public abstract com.google.protobuf.DescriptorProtos$FileDescriptorProto getFile (int) public abstract int getFileCount () public abstract java.util.List getFileOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getFileOrBuilder (int) }
com/google/protobuf/DescriptorProtos$FileOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FileOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$FileOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$FileOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$FileOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FileOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$FileOptionsOrBuilder { private int bitField0_ private Object javaPackage_ private Object javaOuterClassname_ private boolean javaMultipleFiles_ private boolean javaGenerateEqualsAndHash_ private boolean javaStringCheckUtf8_ private int optimizeFor_ private Object goPackage_ private boolean ccGenericServices_ private boolean javaGenericServices_ private boolean pyGenericServices_ private boolean phpGenericServices_ private boolean deprecated_ private boolean ccEnableArenas_ private Object objcClassPrefix_ private Object csharpNamespace_ private Object swiftPrefix_ private Object phpClassPrefix_ private Object phpNamespace_ private Object phpMetadataNamespace_ private Object rubyPackage_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$FileOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$FileOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$FileOptions build () com.google.protobuf.DescriptorProtos$FileOptions result public com.google.protobuf.DescriptorProtos$FileOptions buildPartial () com.google.protobuf.DescriptorProtos$FileOptions result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$FileOptions$Builder clone () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$FileOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$FileOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$FileOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$FileOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$FileOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$FileOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$FileOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$FileOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tmpRaw com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode tmpValue com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasJavaPackage () public java.lang.String getJavaPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJavaPackageBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaPackage (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearJavaPackage () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaPackageBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasJavaOuterClassname () public java.lang.String getJavaOuterClassname () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJavaOuterClassnameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaOuterClassname (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearJavaOuterClassname () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaOuterClassnameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasJavaMultipleFiles () public boolean getJavaMultipleFiles () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaMultipleFiles (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearJavaMultipleFiles () public boolean hasJavaGenerateEqualsAndHash () public boolean getJavaGenerateEqualsAndHash () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaGenerateEqualsAndHash (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearJavaGenerateEqualsAndHash () public boolean hasJavaStringCheckUtf8 () public boolean getJavaStringCheckUtf8 () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaStringCheckUtf8 (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearJavaStringCheckUtf8 () public boolean hasOptimizeFor () public com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor () com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode result public com.google.protobuf.DescriptorProtos$FileOptions$Builder setOptimizeFor (com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode) com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearOptimizeFor () public boolean hasGoPackage () public java.lang.String getGoPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getGoPackageBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setGoPackage (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearGoPackage () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setGoPackageBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasCcGenericServices () public boolean getCcGenericServices () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setCcGenericServices (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearCcGenericServices () public boolean hasJavaGenericServices () public boolean getJavaGenericServices () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setJavaGenericServices (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearJavaGenericServices () public boolean hasPyGenericServices () public boolean getPyGenericServices () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPyGenericServices (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearPyGenericServices () public boolean hasPhpGenericServices () public boolean getPhpGenericServices () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPhpGenericServices (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearPhpGenericServices () public boolean hasDeprecated () public boolean getDeprecated () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setDeprecated (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearDeprecated () public boolean hasCcEnableArenas () public boolean getCcEnableArenas () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setCcEnableArenas (boolean) boolean value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearCcEnableArenas () public boolean hasObjcClassPrefix () public java.lang.String getObjcClassPrefix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getObjcClassPrefixBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setObjcClassPrefix (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearObjcClassPrefix () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setObjcClassPrefixBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasCsharpNamespace () public java.lang.String getCsharpNamespace () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getCsharpNamespaceBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setCsharpNamespace (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearCsharpNamespace () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setCsharpNamespaceBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasSwiftPrefix () public java.lang.String getSwiftPrefix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSwiftPrefixBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setSwiftPrefix (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearSwiftPrefix () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setSwiftPrefixBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasPhpClassPrefix () public java.lang.String getPhpClassPrefix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPhpClassPrefixBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPhpClassPrefix (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearPhpClassPrefix () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPhpClassPrefixBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasPhpNamespace () public java.lang.String getPhpNamespace () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPhpNamespaceBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPhpNamespace (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearPhpNamespace () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPhpNamespaceBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasPhpMetadataNamespace () public java.lang.String getPhpMetadataNamespace () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPhpMetadataNamespaceBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPhpMetadataNamespace (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearPhpMetadataNamespace () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setPhpMetadataNamespaceBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasRubyPackage () public java.lang.String getRubyPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRubyPackageBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$FileOptions$Builder setRubyPackage (java.lang.String) String value public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearRubyPackage () public com.google.protobuf.DescriptorProtos$FileOptions$Builder setRubyPackageBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$FileOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$FileOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$FileOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$FileOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$FileOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$FileOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$FileOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode.class
DescriptorProtos.java package com.google.protobuf public final enum com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode SPEED public static final enum com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode CODE_SIZE public static final enum com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode LITE_RUNTIME public static final int SPEED_VALUE public static final int CODE_SIZE_VALUE public static final int LITE_RUNTIME_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] VALUES private final int value private static final synthetic com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] $VALUES public static com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] values () public static com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode valueOf (int) int value public static com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] $values () static void <clinit> () }
com/google/protobuf/DescriptorProtos$FileOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$FileOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$FileOptionsOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int JAVA_PACKAGE_FIELD_NUMBER private volatile Object javaPackage_ public static final int JAVA_OUTER_CLASSNAME_FIELD_NUMBER private volatile Object javaOuterClassname_ public static final int JAVA_MULTIPLE_FILES_FIELD_NUMBER private boolean javaMultipleFiles_ public static final int JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER private boolean javaGenerateEqualsAndHash_ public static final int JAVA_STRING_CHECK_UTF8_FIELD_NUMBER private boolean javaStringCheckUtf8_ public static final int OPTIMIZE_FOR_FIELD_NUMBER private int optimizeFor_ public static final int GO_PACKAGE_FIELD_NUMBER private volatile Object goPackage_ public static final int CC_GENERIC_SERVICES_FIELD_NUMBER private boolean ccGenericServices_ public static final int JAVA_GENERIC_SERVICES_FIELD_NUMBER private boolean javaGenericServices_ public static final int PY_GENERIC_SERVICES_FIELD_NUMBER private boolean pyGenericServices_ public static final int PHP_GENERIC_SERVICES_FIELD_NUMBER private boolean phpGenericServices_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int CC_ENABLE_ARENAS_FIELD_NUMBER private boolean ccEnableArenas_ public static final int OBJC_CLASS_PREFIX_FIELD_NUMBER private volatile Object objcClassPrefix_ public static final int CSHARP_NAMESPACE_FIELD_NUMBER private volatile Object csharpNamespace_ public static final int SWIFT_PREFIX_FIELD_NUMBER private volatile Object swiftPrefix_ public static final int PHP_CLASS_PREFIX_FIELD_NUMBER private volatile Object phpClassPrefix_ public static final int PHP_NAMESPACE_FIELD_NUMBER private volatile Object phpNamespace_ public static final int PHP_METADATA_NAMESPACE_FIELD_NUMBER private volatile Object phpMetadataNamespace_ public static final int RUBY_PACKAGE_FIELD_NUMBER private volatile Object rubyPackage_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$FileOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasJavaPackage () public java.lang.String getJavaPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJavaPackageBytes () com.google.protobuf.ByteString b Object ref public boolean hasJavaOuterClassname () public java.lang.String getJavaOuterClassname () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJavaOuterClassnameBytes () com.google.protobuf.ByteString b Object ref public boolean hasJavaMultipleFiles () public boolean getJavaMultipleFiles () public boolean hasJavaGenerateEqualsAndHash () public boolean getJavaGenerateEqualsAndHash () public boolean hasJavaStringCheckUtf8 () public boolean getJavaStringCheckUtf8 () public boolean hasOptimizeFor () public com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor () com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode result public boolean hasGoPackage () public java.lang.String getGoPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getGoPackageBytes () com.google.protobuf.ByteString b Object ref public boolean hasCcGenericServices () public boolean getCcGenericServices () public boolean hasJavaGenericServices () public boolean getJavaGenericServices () public boolean hasPyGenericServices () public boolean getPyGenericServices () public boolean hasPhpGenericServices () public boolean getPhpGenericServices () public boolean hasDeprecated () public boolean getDeprecated () public boolean hasCcEnableArenas () public boolean getCcEnableArenas () public boolean hasObjcClassPrefix () public java.lang.String getObjcClassPrefix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getObjcClassPrefixBytes () com.google.protobuf.ByteString b Object ref public boolean hasCsharpNamespace () public java.lang.String getCsharpNamespace () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getCsharpNamespaceBytes () com.google.protobuf.ByteString b Object ref public boolean hasSwiftPrefix () public java.lang.String getSwiftPrefix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSwiftPrefixBytes () com.google.protobuf.ByteString b Object ref public boolean hasPhpClassPrefix () public java.lang.String getPhpClassPrefix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPhpClassPrefixBytes () com.google.protobuf.ByteString b Object ref public boolean hasPhpNamespace () public java.lang.String getPhpNamespace () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPhpNamespaceBytes () com.google.protobuf.ByteString b Object ref public boolean hasPhpMetadataNamespace () public java.lang.String getPhpMetadataNamespace () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPhpMetadataNamespaceBytes () com.google.protobuf.ByteString b Object ref public boolean hasRubyPackage () public java.lang.String getRubyPackage () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRubyPackageBytes () com.google.protobuf.ByteString b Object ref public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$FileOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$FileOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$FileOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$FileOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$FileOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$FileOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions prototype public com.google.protobuf.DescriptorProtos$FileOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$FileOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$FileOptions$Builder builder public static com.google.protobuf.DescriptorProtos$FileOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$FileOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$14202 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.lang.Object access$14302 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic boolean access$14402 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic boolean access$14502 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic boolean access$14602 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic int access$14702 (com.google.protobuf.DescriptorProtos$FileOptions, int) com.google.protobuf.DescriptorProtos$FileOptions x0 int x1 static synthetic java.lang.Object access$14802 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic boolean access$14902 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic boolean access$15002 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic boolean access$15102 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic boolean access$15202 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic boolean access$15302 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic boolean access$15402 (com.google.protobuf.DescriptorProtos$FileOptions, boolean) com.google.protobuf.DescriptorProtos$FileOptions x0 boolean x1 static synthetic java.lang.Object access$15502 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.lang.Object access$15602 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.lang.Object access$15702 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.lang.Object access$15802 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.lang.Object access$15902 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.lang.Object access$16002 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.lang.Object access$16102 (com.google.protobuf.DescriptorProtos$FileOptions, java.lang.Object) com.google.protobuf.DescriptorProtos$FileOptions x0 Object x1 static synthetic java.util.List access$16202 (com.google.protobuf.DescriptorProtos$FileOptions, java.util.List) com.google.protobuf.DescriptorProtos$FileOptions x0 java.util.List x1 static synthetic int access$16302 (com.google.protobuf.DescriptorProtos$FileOptions, int) com.google.protobuf.DescriptorProtos$FileOptions x0 int x1 static synthetic java.lang.Object access$14200 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$14300 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$14800 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$15500 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$15600 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$15700 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$15800 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$15900 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$16000 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.lang.Object access$16100 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static synthetic java.util.List access$16200 (com.google.protobuf.DescriptorProtos$FileOptions) com.google.protobuf.DescriptorProtos$FileOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$FileOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$FileOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract boolean hasJavaPackage () public abstract java.lang.String getJavaPackage () public abstract com.google.protobuf.ByteString getJavaPackageBytes () public abstract boolean hasJavaOuterClassname () public abstract java.lang.String getJavaOuterClassname () public abstract com.google.protobuf.ByteString getJavaOuterClassnameBytes () public abstract boolean hasJavaMultipleFiles () public abstract boolean getJavaMultipleFiles () public abstract boolean hasJavaGenerateEqualsAndHash () public abstract boolean getJavaGenerateEqualsAndHash () public abstract boolean hasJavaStringCheckUtf8 () public abstract boolean getJavaStringCheckUtf8 () public abstract boolean hasOptimizeFor () public abstract com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor () public abstract boolean hasGoPackage () public abstract java.lang.String getGoPackage () public abstract com.google.protobuf.ByteString getGoPackageBytes () public abstract boolean hasCcGenericServices () public abstract boolean getCcGenericServices () public abstract boolean hasJavaGenericServices () public abstract boolean getJavaGenericServices () public abstract boolean hasPyGenericServices () public abstract boolean getPyGenericServices () public abstract boolean hasPhpGenericServices () public abstract boolean getPhpGenericServices () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasCcEnableArenas () public abstract boolean getCcEnableArenas () public abstract boolean hasObjcClassPrefix () public abstract java.lang.String getObjcClassPrefix () public abstract com.google.protobuf.ByteString getObjcClassPrefixBytes () public abstract boolean hasCsharpNamespace () public abstract java.lang.String getCsharpNamespace () public abstract com.google.protobuf.ByteString getCsharpNamespaceBytes () public abstract boolean hasSwiftPrefix () public abstract java.lang.String getSwiftPrefix () public abstract com.google.protobuf.ByteString getSwiftPrefixBytes () public abstract boolean hasPhpClassPrefix () public abstract java.lang.String getPhpClassPrefix () public abstract com.google.protobuf.ByteString getPhpClassPrefixBytes () public abstract boolean hasPhpNamespace () public abstract java.lang.String getPhpNamespace () public abstract com.google.protobuf.ByteString getPhpNamespaceBytes () public abstract boolean hasPhpMetadataNamespace () public abstract java.lang.String getPhpMetadataNamespace () public abstract com.google.protobuf.ByteString getPhpMetadataNamespaceBytes () public abstract boolean hasRubyPackage () public abstract java.lang.String getRubyPackage () public abstract com.google.protobuf.ByteString getRubyPackageBytes () public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfo$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfo$Annotation$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfo$Annotation$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder { private int bitField0_ private com.google.protobuf.Internal$IntList path_ private Object sourceFile_ private int begin_ private int end_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation build () com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation result public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation buildPartial () com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clone () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder mergeFrom (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int v int length int limit int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensurePathIsMutable () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setPath (int, int) int index int value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addPath (int) int value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addAllPath (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearPath () public boolean hasSourceFile () public java.lang.String getSourceFile () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSourceFileBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setSourceFile (java.lang.String) String value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearSourceFile () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setSourceFileBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasBegin () public int getBegin () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setBegin (int) int value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearBegin () public boolean hasEnd () public int getEnd () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setEnd (int) int value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearEnd () public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfo$Annotation.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int PATH_FIELD_NUMBER private com.google.protobuf.Internal$IntList path_ private int pathMemoizedSerializedSize public static final int SOURCE_FILE_FIELD_NUMBER private volatile Object sourceFile_ public static final int BEGIN_FIELD_NUMBER private int begin_ public static final int END_FIELD_NUMBER private int end_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index public boolean hasSourceFile () public java.lang.String getSourceFile () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSourceFileBytes () com.google.protobuf.ByteString b Object ref public boolean hasBegin () public int getBegin () public boolean hasEnd () public int getEnd () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilder (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation prototype public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builder public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic com.google.protobuf.Internal$IntList access$27402 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation, com.google.protobuf.Internal$IntList) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation x0 com.google.protobuf.Internal$IntList x1 static synthetic java.lang.Object access$27502 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation, java.lang.Object) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation x0 Object x1 static synthetic int access$27602 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation, int) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation x0 int x1 static synthetic int access$27702 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation, int) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation x0 int x1 static synthetic int access$27802 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation, int) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation x0 int x1 static synthetic com.google.protobuf.Internal$IntList access$27400 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation x0 static synthetic java.lang.Object access$27500 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getPathList () public abstract int getPathCount () public abstract int getPath (int) public abstract boolean hasSourceFile () public abstract java.lang.String getSourceFile () public abstract com.google.protobuf.ByteString getSourceFileBytes () public abstract boolean hasBegin () public abstract int getBegin () public abstract boolean hasEnd () public abstract int getEnd () }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfo$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder { private int bitField0_ private java.util.List annotation_ private com.google.protobuf.RepeatedFieldBuilderV3 annotationBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo build () com.google.protobuf.DescriptorProtos$GeneratedCodeInfo result public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo buildPartial () com.google.protobuf.DescriptorProtos$GeneratedCodeInfo result int from_bitField0_ public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder clone () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder mergeFrom (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureAnnotationIsMutable () public java.util.List getAnnotationList () public int getAnnotationCount () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int) int index public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setAnnotation (int, com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) int index com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setAnnotation (int, com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder) int index com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builderForValue public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (int, com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) int index com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builderForValue public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (int, com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder) int index com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builderForValue public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAllAnnotation (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder clearAnnotation () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder removeAnnotation (int) int index public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder getAnnotationBuilder (int) int index public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder getAnnotationOrBuilder (int) int index public java.util.List getAnnotationOrBuilderList () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addAnnotationBuilder () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addAnnotationBuilder (int) int index public java.util.List getAnnotationBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getAnnotationFieldBuilder () public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfo.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder { private static final long serialVersionUID public static final int ANNOTATION_FIELD_NUMBER private java.util.List annotation_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$GeneratedCodeInfo DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getAnnotationList () public java.util.List getAnnotationOrBuilderList () public int getAnnotationCount () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int) int index public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder getAnnotationOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$GeneratedCodeInfo other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilder (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo prototype public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder builder public static com.google.protobuf.DescriptorProtos$GeneratedCodeInfo getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.util.List access$28202 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo, java.util.List) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo x0 java.util.List x1 static synthetic java.util.List access$28200 (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$GeneratedCodeInfoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getAnnotationList () public abstract com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int) public abstract int getAnnotationCount () public abstract java.util.List getAnnotationOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder getAnnotationOrBuilder (int) }
com/google/protobuf/DescriptorProtos$MessageOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$MessageOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$MessageOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$MessageOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$MessageOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$MessageOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$MessageOptionsOrBuilder { private int bitField0_ private boolean messageSetWireFormat_ private boolean noStandardDescriptorAccessor_ private boolean deprecated_ private boolean mapEntry_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$MessageOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$MessageOptions build () com.google.protobuf.DescriptorProtos$MessageOptions result public com.google.protobuf.DescriptorProtos$MessageOptions buildPartial () com.google.protobuf.DescriptorProtos$MessageOptions result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clone () public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$MessageOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$MessageOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$MessageOptions) com.google.protobuf.DescriptorProtos$MessageOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$MessageOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasMessageSetWireFormat () public boolean getMessageSetWireFormat () public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setMessageSetWireFormat (boolean) boolean value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearMessageSetWireFormat () public boolean hasNoStandardDescriptorAccessor () public boolean getNoStandardDescriptorAccessor () public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setNoStandardDescriptorAccessor (boolean) boolean value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearNoStandardDescriptorAccessor () public boolean hasDeprecated () public boolean getDeprecated () public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setDeprecated (boolean) boolean value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearDeprecated () public boolean hasMapEntry () public boolean getMapEntry () public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setMapEntry (boolean) boolean value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearMapEntry () private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$MessageOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$MessageOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$MessageOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$MessageOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$MessageOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$MessageOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$MessageOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$MessageOptionsOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int MESSAGE_SET_WIRE_FORMAT_FIELD_NUMBER private boolean messageSetWireFormat_ public static final int NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER private boolean noStandardDescriptorAccessor_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int MAP_ENTRY_FIELD_NUMBER private boolean mapEntry_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$MessageOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasMessageSetWireFormat () public boolean getMessageSetWireFormat () public boolean hasNoStandardDescriptorAccessor () public boolean getNoStandardDescriptorAccessor () public boolean hasDeprecated () public boolean getDeprecated () public boolean hasMapEntry () public boolean getMapEntry () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$MessageOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MessageOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$MessageOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$MessageOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$MessageOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$MessageOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$MessageOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$MessageOptions) com.google.protobuf.DescriptorProtos$MessageOptions prototype public com.google.protobuf.DescriptorProtos$MessageOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$MessageOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$MessageOptions$Builder builder public static com.google.protobuf.DescriptorProtos$MessageOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$MessageOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic boolean access$16902 (com.google.protobuf.DescriptorProtos$MessageOptions, boolean) com.google.protobuf.DescriptorProtos$MessageOptions x0 boolean x1 static synthetic boolean access$17002 (com.google.protobuf.DescriptorProtos$MessageOptions, boolean) com.google.protobuf.DescriptorProtos$MessageOptions x0 boolean x1 static synthetic boolean access$17102 (com.google.protobuf.DescriptorProtos$MessageOptions, boolean) com.google.protobuf.DescriptorProtos$MessageOptions x0 boolean x1 static synthetic boolean access$17202 (com.google.protobuf.DescriptorProtos$MessageOptions, boolean) com.google.protobuf.DescriptorProtos$MessageOptions x0 boolean x1 static synthetic java.util.List access$17302 (com.google.protobuf.DescriptorProtos$MessageOptions, java.util.List) com.google.protobuf.DescriptorProtos$MessageOptions x0 java.util.List x1 static synthetic int access$17402 (com.google.protobuf.DescriptorProtos$MessageOptions, int) com.google.protobuf.DescriptorProtos$MessageOptions x0 int x1 static synthetic java.util.List access$17300 (com.google.protobuf.DescriptorProtos$MessageOptions) com.google.protobuf.DescriptorProtos$MessageOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$MessageOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$MessageOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract boolean hasMessageSetWireFormat () public abstract boolean getMessageSetWireFormat () public abstract boolean hasNoStandardDescriptorAccessor () public abstract boolean getNoStandardDescriptorAccessor () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasMapEntry () public abstract boolean getMapEntry () public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$MethodDescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$MethodDescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$MethodDescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder { private int bitField0_ private Object name_ private Object inputType_ private Object outputType_ private com.google.protobuf.DescriptorProtos$MethodOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ private boolean clientStreaming_ private boolean serverStreaming_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto build () com.google.protobuf.DescriptorProtos$MethodDescriptorProto result public com.google.protobuf.DescriptorProtos$MethodDescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$MethodDescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.DescriptorProtos$MethodDescriptorProto other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasInputType () public java.lang.String getInputType () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getInputTypeBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setInputType (java.lang.String) String value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearInputType () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setInputTypeBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasOutputType () public java.lang.String getOutputType () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getOutputTypeBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOutputType (java.lang.String) String value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearOutputType () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOutputTypeBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasOptions () public com.google.protobuf.DescriptorProtos$MethodOptions getOptions () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$MethodOptions) com.google.protobuf.DescriptorProtos$MethodOptions value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$MethodOptions$Builder) com.google.protobuf.DescriptorProtos$MethodOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$MethodOptions) com.google.protobuf.DescriptorProtos$MethodOptions value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$MethodOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$MethodOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () public boolean hasClientStreaming () public boolean getClientStreaming () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setClientStreaming (boolean) boolean value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearClientStreaming () public boolean hasServerStreaming () public boolean getServerStreaming () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setServerStreaming (boolean) boolean value public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearServerStreaming () public final com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$MethodDescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$MethodDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int INPUT_TYPE_FIELD_NUMBER private volatile Object inputType_ public static final int OUTPUT_TYPE_FIELD_NUMBER private volatile Object outputType_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$MethodOptions options_ public static final int CLIENT_STREAMING_FIELD_NUMBER private boolean clientStreaming_ public static final int SERVER_STREAMING_FIELD_NUMBER private boolean serverStreaming_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$MethodDescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasInputType () public java.lang.String getInputType () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getInputTypeBytes () com.google.protobuf.ByteString b Object ref public boolean hasOutputType () public java.lang.String getOutputType () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getOutputTypeBytes () com.google.protobuf.ByteString b Object ref public boolean hasOptions () public com.google.protobuf.DescriptorProtos$MethodOptions getOptions () public com.google.protobuf.DescriptorProtos$MethodOptionsOrBuilder getOptionsOrBuilder () public boolean hasClientStreaming () public boolean getClientStreaming () public boolean hasServerStreaming () public boolean getServerStreaming () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$MethodDescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.DescriptorProtos$MethodDescriptorProto prototype public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$MethodDescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$13002 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 Object x1 static synthetic java.lang.Object access$13102 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 Object x1 static synthetic java.lang.Object access$13202 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 Object x1 static synthetic com.google.protobuf.DescriptorProtos$MethodOptions access$13302 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, com.google.protobuf.DescriptorProtos$MethodOptions) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 com.google.protobuf.DescriptorProtos$MethodOptions x1 static synthetic boolean access$13402 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, boolean) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 boolean x1 static synthetic boolean access$13502 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, boolean) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 boolean x1 static synthetic int access$13602 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, int) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 int x1 static synthetic java.lang.Object access$13000 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 static synthetic java.lang.Object access$13100 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 static synthetic java.lang.Object access$13200 (com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$MethodDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract boolean hasInputType () public abstract java.lang.String getInputType () public abstract com.google.protobuf.ByteString getInputTypeBytes () public abstract boolean hasOutputType () public abstract java.lang.String getOutputType () public abstract com.google.protobuf.ByteString getOutputTypeBytes () public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$MethodOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$MethodOptionsOrBuilder getOptionsOrBuilder () public abstract boolean hasClientStreaming () public abstract boolean getClientStreaming () public abstract boolean hasServerStreaming () public abstract boolean getServerStreaming () }
com/google/protobuf/DescriptorProtos$MethodOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$MethodOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$MethodOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$MethodOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$MethodOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$MethodOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$MethodOptionsOrBuilder { private int bitField0_ private boolean deprecated_ private int idempotencyLevel_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$MethodOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$MethodOptions build () com.google.protobuf.DescriptorProtos$MethodOptions result public com.google.protobuf.DescriptorProtos$MethodOptions buildPartial () com.google.protobuf.DescriptorProtos$MethodOptions result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clone () public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$MethodOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$MethodOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$MethodOptions) com.google.protobuf.DescriptorProtos$MethodOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$MethodOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tmpRaw com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel tmpValue com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasDeprecated () public boolean getDeprecated () public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setDeprecated (boolean) boolean value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clearDeprecated () public boolean hasIdempotencyLevel () public com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel () com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel result public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setIdempotencyLevel (com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel) com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clearIdempotencyLevel () private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$MethodOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$MethodOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$MethodOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$MethodOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$MethodOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$MethodOptions$IdempotencyLevel$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/DescriptorProtos$MethodOptions$IdempotencyLevel.class
DescriptorProtos.java package com.google.protobuf public final enum com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel IDEMPOTENCY_UNKNOWN public static final enum com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel NO_SIDE_EFFECTS public static final enum com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel IDEMPOTENT public static final int IDEMPOTENCY_UNKNOWN_VALUE public static final int NO_SIDE_EFFECTS_VALUE public static final int IDEMPOTENT_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] VALUES private final int value private static final synthetic com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] $VALUES public static com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] values () public static com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel valueOf (int) int value public static com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] $values () static void <clinit> () }
com/google/protobuf/DescriptorProtos$MethodOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$MethodOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$MethodOptionsOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int IDEMPOTENCY_LEVEL_FIELD_NUMBER private int idempotencyLevel_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$MethodOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasDeprecated () public boolean getDeprecated () public boolean hasIdempotencyLevel () public com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel () com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel result public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$MethodOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$MethodOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$MethodOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$MethodOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$MethodOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$MethodOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$MethodOptions) com.google.protobuf.DescriptorProtos$MethodOptions prototype public com.google.protobuf.DescriptorProtos$MethodOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$MethodOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$MethodOptions$Builder builder public static com.google.protobuf.DescriptorProtos$MethodOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$MethodOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic boolean access$22502 (com.google.protobuf.DescriptorProtos$MethodOptions, boolean) com.google.protobuf.DescriptorProtos$MethodOptions x0 boolean x1 static synthetic int access$22602 (com.google.protobuf.DescriptorProtos$MethodOptions, int) com.google.protobuf.DescriptorProtos$MethodOptions x0 int x1 static synthetic java.util.List access$22702 (com.google.protobuf.DescriptorProtos$MethodOptions, java.util.List) com.google.protobuf.DescriptorProtos$MethodOptions x0 java.util.List x1 static synthetic int access$22802 (com.google.protobuf.DescriptorProtos$MethodOptions, int) com.google.protobuf.DescriptorProtos$MethodOptions x0 int x1 static synthetic java.util.List access$22700 (com.google.protobuf.DescriptorProtos$MethodOptions) com.google.protobuf.DescriptorProtos$MethodOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$MethodOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$MethodOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasIdempotencyLevel () public abstract com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel () public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$OneofDescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$OneofDescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder { private int bitField0_ private Object name_ private com.google.protobuf.DescriptorProtos$OneofOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto build () com.google.protobuf.DescriptorProtos$OneofDescriptorProto result public com.google.protobuf.DescriptorProtos$OneofDescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$OneofDescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$OneofDescriptorProto) com.google.protobuf.DescriptorProtos$OneofDescriptorProto other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasOptions () public com.google.protobuf.DescriptorProtos$OneofOptions getOptions () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$OneofOptions) com.google.protobuf.DescriptorProtos$OneofOptions value public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$OneofOptions$Builder) com.google.protobuf.DescriptorProtos$OneofOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$OneofOptions) com.google.protobuf.DescriptorProtos$OneofOptions value public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$OneofOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () public final com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$OneofDescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$OneofDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$OneofOptions options_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$OneofDescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasOptions () public com.google.protobuf.DescriptorProtos$OneofOptions getOptions () public com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder getOptionsOrBuilder () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$OneofDescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$OneofDescriptorProto) com.google.protobuf.DescriptorProtos$OneofDescriptorProto prototype public com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$OneofDescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$OneofDescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$8502 (com.google.protobuf.DescriptorProtos$OneofDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$OneofDescriptorProto x0 Object x1 static synthetic com.google.protobuf.DescriptorProtos$OneofOptions access$8602 (com.google.protobuf.DescriptorProtos$OneofDescriptorProto, com.google.protobuf.DescriptorProtos$OneofOptions) com.google.protobuf.DescriptorProtos$OneofDescriptorProto x0 com.google.protobuf.DescriptorProtos$OneofOptions x1 static synthetic int access$8702 (com.google.protobuf.DescriptorProtos$OneofDescriptorProto, int) com.google.protobuf.DescriptorProtos$OneofDescriptorProto x0 int x1 static synthetic java.lang.Object access$8500 (com.google.protobuf.DescriptorProtos$OneofDescriptorProto) com.google.protobuf.DescriptorProtos$OneofDescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$OneofDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$OneofOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder getOptionsOrBuilder () }
com/google/protobuf/DescriptorProtos$OneofOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$OneofOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$OneofOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$OneofOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$OneofOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$OneofOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder { private int bitField0_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$OneofOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$OneofOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$OneofOptions build () com.google.protobuf.DescriptorProtos$OneofOptions result public com.google.protobuf.DescriptorProtos$OneofOptions buildPartial () com.google.protobuf.DescriptorProtos$OneofOptions result int from_bitField0_ public com.google.protobuf.DescriptorProtos$OneofOptions$Builder clone () public com.google.protobuf.DescriptorProtos$OneofOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$OneofOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$OneofOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$OneofOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$OneofOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$OneofOptions) com.google.protobuf.DescriptorProtos$OneofOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$OneofOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$OneofOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$OneofOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$OneofOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$OneofOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$OneofOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$OneofOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$OneofOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$OneofOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder { private static final long serialVersionUID public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$OneofOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$OneofOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$OneofOptions) com.google.protobuf.DescriptorProtos$OneofOptions prototype public com.google.protobuf.DescriptorProtos$OneofOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$OneofOptions$Builder builder public static com.google.protobuf.DescriptorProtos$OneofOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$OneofOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.util.List access$19402 (com.google.protobuf.DescriptorProtos$OneofOptions, java.util.List) com.google.protobuf.DescriptorProtos$OneofOptions x0 java.util.List x1 static synthetic java.util.List access$19400 (com.google.protobuf.DescriptorProtos$OneofOptions) com.google.protobuf.DescriptorProtos$OneofOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$OneofOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$ServiceDescriptorProto$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$ServiceDescriptorProto$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder { private int bitField0_ private Object name_ private java.util.List method_ private com.google.protobuf.RepeatedFieldBuilderV3 methodBuilder_ private com.google.protobuf.DescriptorProtos$ServiceOptions options_ private com.google.protobuf.SingleFieldBuilderV3 optionsBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto build () com.google.protobuf.DescriptorProtos$ServiceDescriptorProto result public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto buildPartial () com.google.protobuf.DescriptorProtos$ServiceDescriptorProto result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clone () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder mergeFrom (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$MethodDescriptorProto m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setName (java.lang.String) String value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearName () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureMethodIsMutable () public java.util.List getMethodList () public int getMethodCount () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int) int index public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setMethod (int, com.google.protobuf.DescriptorProtos$MethodDescriptorProto) int index com.google.protobuf.DescriptorProtos$MethodDescriptorProto value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setMethod (int, com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.DescriptorProtos$MethodDescriptorProto value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (int, com.google.protobuf.DescriptorProtos$MethodDescriptorProto) int index com.google.protobuf.DescriptorProtos$MethodDescriptorProto value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (int, com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builderForValue public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addAllMethod (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearMethod () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder removeMethod (int) int index public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder getMethodBuilder (int) int index public com.google.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder getMethodOrBuilder (int) int index public java.util.List getMethodOrBuilderList () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder addMethodBuilder () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder addMethodBuilder (int) int index public java.util.List getMethodBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getMethodFieldBuilder () public boolean hasOptions () public com.google.protobuf.DescriptorProtos$ServiceOptions getOptions () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$ServiceOptions) com.google.protobuf.DescriptorProtos$ServiceOptions value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setOptions (com.google.protobuf.DescriptorProtos$ServiceOptions$Builder) com.google.protobuf.DescriptorProtos$ServiceOptions$Builder builderForValue public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder mergeOptions (com.google.protobuf.DescriptorProtos$ServiceOptions) com.google.protobuf.DescriptorProtos$ServiceOptions value public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearOptions () public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder getOptionsBuilder () public com.google.protobuf.DescriptorProtos$ServiceOptionsOrBuilder getOptionsOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getOptionsFieldBuilder () public final com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$ServiceDescriptorProto.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$ServiceDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int METHOD_FIELD_NUMBER private java.util.List method_ public static final int OPTIONS_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$ServiceOptions options_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$ServiceDescriptorProto DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.util.List getMethodList () public java.util.List getMethodOrBuilderList () public int getMethodCount () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int) int index public com.google.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder getMethodOrBuilder (int) int index public boolean hasOptions () public com.google.protobuf.DescriptorProtos$ServiceOptions getOptions () public com.google.protobuf.DescriptorProtos$ServiceOptionsOrBuilder getOptionsOrBuilder () public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$ServiceDescriptorProto other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilder (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto prototype public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builder public static com.google.protobuf.DescriptorProtos$ServiceDescriptorProto getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$12102 (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto, java.lang.Object) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x0 Object x1 static synthetic java.util.List access$12202 (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto, java.util.List) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x0 java.util.List x1 static synthetic com.google.protobuf.DescriptorProtos$ServiceOptions access$12302 (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto, com.google.protobuf.DescriptorProtos$ServiceOptions) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x0 com.google.protobuf.DescriptorProtos$ServiceOptions x1 static synthetic int access$12402 (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto, int) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x0 int x1 static synthetic java.lang.Object access$12100 (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x0 static synthetic java.util.List access$12200 (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$ServiceDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.util.List getMethodList () public abstract com.google.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int) public abstract int getMethodCount () public abstract java.util.List getMethodOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder getMethodOrBuilder (int) public abstract boolean hasOptions () public abstract com.google.protobuf.DescriptorProtos$ServiceOptions getOptions () public abstract com.google.protobuf.DescriptorProtos$ServiceOptionsOrBuilder getOptionsOrBuilder () }
com/google/protobuf/DescriptorProtos$ServiceOptions$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$ServiceOptions$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$ServiceOptions parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$ServiceOptions$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$ServiceOptions$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$ServiceOptions$Builder extends com.google.protobuf.GeneratedMessageV3$ExtendableBuilder implements com.google.protobuf.DescriptorProtos$ServiceOptionsOrBuilder { private int bitField0_ private boolean deprecated_ private java.util.List uninterpretedOption_ private com.google.protobuf.RepeatedFieldBuilderV3 uninterpretedOptionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$ServiceOptions getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$ServiceOptions build () com.google.protobuf.DescriptorProtos$ServiceOptions result public com.google.protobuf.DescriptorProtos$ServiceOptions buildPartial () com.google.protobuf.DescriptorProtos$ServiceOptions result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder clone () public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder mergeFrom (com.google.protobuf.DescriptorProtos$ServiceOptions) com.google.protobuf.DescriptorProtos$ServiceOptions other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$UninterpretedOption m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasDeprecated () public boolean getDeprecated () public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setDeprecated (boolean) boolean value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder clearDeprecated () private void ensureUninterpretedOptionIsMutable () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption) int index com.google.protobuf.DescriptorProtos$UninterpretedOption value public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder clearUninterpretedOption () public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder removeUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder getUninterpretedOptionBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public java.util.List getUninterpretedOptionOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addUninterpretedOptionBuilder (int) int index public java.util.List getUninterpretedOptionBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getUninterpretedOptionFieldBuilder () public final com.google.protobuf.DescriptorProtos$ServiceOptions$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$ServiceOptions$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$ServiceOptions.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$ServiceOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage implements com.google.protobuf.DescriptorProtos$ServiceOptionsOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private java.util.List uninterpretedOption_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$ServiceOptions DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasDeprecated () public boolean getDeprecated () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$ServiceOptions other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$ServiceOptions parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilder (com.google.protobuf.DescriptorProtos$ServiceOptions) com.google.protobuf.DescriptorProtos$ServiceOptions prototype public com.google.protobuf.DescriptorProtos$ServiceOptions$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$ServiceOptions$Builder builder public static com.google.protobuf.DescriptorProtos$ServiceOptions getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$ServiceOptions getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic boolean access$21702 (com.google.protobuf.DescriptorProtos$ServiceOptions, boolean) com.google.protobuf.DescriptorProtos$ServiceOptions x0 boolean x1 static synthetic java.util.List access$21802 (com.google.protobuf.DescriptorProtos$ServiceOptions, java.util.List) com.google.protobuf.DescriptorProtos$ServiceOptions x0 java.util.List x1 static synthetic int access$21902 (com.google.protobuf.DescriptorProtos$ServiceOptions, int) com.google.protobuf.DescriptorProtos$ServiceOptions x0 int x1 static synthetic java.util.List access$21800 (com.google.protobuf.DescriptorProtos$ServiceOptions) com.google.protobuf.DescriptorProtos$ServiceOptions x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$ServiceOptionsOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$ServiceOptionsOrBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract java.util.List getUninterpretedOptionList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () public abstract java.util.List getUninterpretedOptionOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) }
com/google/protobuf/DescriptorProtos$SourceCodeInfo$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$SourceCodeInfo$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$SourceCodeInfo parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$SourceCodeInfo$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder { private int bitField0_ private java.util.List location_ private com.google.protobuf.RepeatedFieldBuilderV3 locationBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$SourceCodeInfo getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$SourceCodeInfo build () com.google.protobuf.DescriptorProtos$SourceCodeInfo result public com.google.protobuf.DescriptorProtos$SourceCodeInfo buildPartial () com.google.protobuf.DescriptorProtos$SourceCodeInfo result int from_bitField0_ public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder clone () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder mergeFrom (com.google.protobuf.DescriptorProtos$SourceCodeInfo) com.google.protobuf.DescriptorProtos$SourceCodeInfo other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureLocationIsMutable () public java.util.List getLocationList () public int getLocationCount () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int) int index public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder setLocation (int, com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) int index com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder setLocation (int, com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder) int index com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builderForValue public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (int, com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) int index com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builderForValue public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (int, com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder) int index com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builderForValue public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder addAllLocation (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder clearLocation () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder removeLocation (int) int index public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder getLocationBuilder (int) int index public com.google.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder getLocationOrBuilder (int) int index public java.util.List getLocationOrBuilderList () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLocationBuilder () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLocationBuilder (int) int index public java.util.List getLocationBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getLocationFieldBuilder () public final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$SourceCodeInfo$Location$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$SourceCodeInfo$Location$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder { private int bitField0_ private com.google.protobuf.Internal$IntList path_ private com.google.protobuf.Internal$IntList span_ private Object leadingComments_ private Object trailingComments_ private com.google.protobuf.LazyStringList leadingDetachedComments_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location build () com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location result public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location buildPartial () com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clone () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder mergeFrom (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int v int length int limit int v int length int limit com.google.protobuf.ByteString bs int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensurePathIsMutable () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setPath (int, int) int index int value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addPath (int) int value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllPath (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearPath () private void ensureSpanIsMutable () public java.util.List getSpanList () public int getSpanCount () public int getSpan (int) int index public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setSpan (int, int) int index int value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addSpan (int) int value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllSpan (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearSpan () public boolean hasLeadingComments () public java.lang.String getLeadingComments () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getLeadingCommentsBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingComments (java.lang.String) String value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearLeadingComments () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingCommentsBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasTrailingComments () public java.lang.String getTrailingComments () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTrailingCommentsBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setTrailingComments (java.lang.String) String value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearTrailingComments () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setTrailingCommentsBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureLeadingDetachedCommentsIsMutable () public com.google.protobuf.ProtocolStringList getLeadingDetachedCommentsList () public int getLeadingDetachedCommentsCount () public java.lang.String getLeadingDetachedComments (int) int index public com.google.protobuf.ByteString getLeadingDetachedCommentsBytes (int) int index public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingDetachedComments (int, java.lang.String) int index String value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLeadingDetachedComments (java.lang.String) String value public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllLeadingDetachedComments (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearLeadingDetachedComments () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLeadingDetachedCommentsBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getLeadingDetachedCommentsList () synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$SourceCodeInfo$Location.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int PATH_FIELD_NUMBER private com.google.protobuf.Internal$IntList path_ private int pathMemoizedSerializedSize public static final int SPAN_FIELD_NUMBER private com.google.protobuf.Internal$IntList span_ private int spanMemoizedSerializedSize public static final int LEADING_COMMENTS_FIELD_NUMBER private volatile Object leadingComments_ public static final int TRAILING_COMMENTS_FIELD_NUMBER private volatile Object trailingComments_ public static final int LEADING_DETACHED_COMMENTS_FIELD_NUMBER private com.google.protobuf.LazyStringList leadingDetachedComments_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index public java.util.List getSpanList () public int getSpanCount () public int getSpan (int) int index public boolean hasLeadingComments () public java.lang.String getLeadingComments () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getLeadingCommentsBytes () com.google.protobuf.ByteString b Object ref public boolean hasTrailingComments () public java.lang.String getTrailingComments () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTrailingCommentsBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.ProtocolStringList getLeadingDetachedCommentsList () public int getLeadingDetachedCommentsCount () public java.lang.String getLeadingDetachedComments (int) int index public com.google.protobuf.ByteString getLeadingDetachedCommentsBytes (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int dataSize int i int dataSize int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilder (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location prototype public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builder public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getLeadingDetachedCommentsList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic com.google.protobuf.Internal$IntList access$25702 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location, com.google.protobuf.Internal$IntList) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 com.google.protobuf.Internal$IntList x1 static synthetic com.google.protobuf.Internal$IntList access$25802 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location, com.google.protobuf.Internal$IntList) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 com.google.protobuf.Internal$IntList x1 static synthetic java.lang.Object access$25902 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location, java.lang.Object) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 Object x1 static synthetic java.lang.Object access$26002 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location, java.lang.Object) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 Object x1 static synthetic com.google.protobuf.LazyStringList access$26102 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location, com.google.protobuf.LazyStringList) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 com.google.protobuf.LazyStringList x1 static synthetic int access$26202 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location, int) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 int x1 static synthetic com.google.protobuf.Internal$IntList access$25700 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 static synthetic com.google.protobuf.Internal$IntList access$25800 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 static synthetic java.lang.Object access$25900 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 static synthetic java.lang.Object access$26000 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 static synthetic com.google.protobuf.LazyStringList access$26100 (com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$SourceCodeInfo$LocationOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getPathList () public abstract int getPathCount () public abstract int getPath (int) public abstract java.util.List getSpanList () public abstract int getSpanCount () public abstract int getSpan (int) public abstract boolean hasLeadingComments () public abstract java.lang.String getLeadingComments () public abstract com.google.protobuf.ByteString getLeadingCommentsBytes () public abstract boolean hasTrailingComments () public abstract java.lang.String getTrailingComments () public abstract com.google.protobuf.ByteString getTrailingCommentsBytes () public abstract java.util.List getLeadingDetachedCommentsList () public abstract int getLeadingDetachedCommentsCount () public abstract java.lang.String getLeadingDetachedComments (int) public abstract com.google.protobuf.ByteString getLeadingDetachedCommentsBytes (int) }
com/google/protobuf/DescriptorProtos$SourceCodeInfo.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$SourceCodeInfo extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder { private static final long serialVersionUID public static final int LOCATION_FIELD_NUMBER private java.util.List location_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$SourceCodeInfo DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getLocationList () public java.util.List getLocationOrBuilderList () public int getLocationCount () public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int) int index public com.google.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder getLocationOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$SourceCodeInfo other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilder (com.google.protobuf.DescriptorProtos$SourceCodeInfo) com.google.protobuf.DescriptorProtos$SourceCodeInfo prototype public com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder builder public static com.google.protobuf.DescriptorProtos$SourceCodeInfo getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$SourceCodeInfo getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.util.List access$26602 (com.google.protobuf.DescriptorProtos$SourceCodeInfo, java.util.List) com.google.protobuf.DescriptorProtos$SourceCodeInfo x0 java.util.List x1 static synthetic java.util.List access$26600 (com.google.protobuf.DescriptorProtos$SourceCodeInfo) com.google.protobuf.DescriptorProtos$SourceCodeInfo x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$SourceCodeInfoOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getLocationList () public abstract com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int) public abstract int getLocationCount () public abstract java.util.List getLocationOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder getLocationOrBuilder (int) }
com/google/protobuf/DescriptorProtos$UninterpretedOption$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$UninterpretedOption$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$UninterpretedOption parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$UninterpretedOption$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder { private int bitField0_ private java.util.List name_ private com.google.protobuf.RepeatedFieldBuilderV3 nameBuilder_ private Object identifierValue_ private long positiveIntValue_ private long negativeIntValue_ private double doubleValue_ private com.google.protobuf.ByteString stringValue_ private Object aggregateValue_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$UninterpretedOption getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$UninterpretedOption build () com.google.protobuf.DescriptorProtos$UninterpretedOption result public com.google.protobuf.DescriptorProtos$UninterpretedOption buildPartial () com.google.protobuf.DescriptorProtos$UninterpretedOption result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clone () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder mergeFrom (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption other public final boolean isInitialized () int i public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureNameIsMutable () public java.util.List getNameList () public int getNameCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setName (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setName (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builderForValue public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builderForValue public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (int, com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder) int index com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builderForValue public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder addAllName (java.lang.Iterable) Iterable values public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearName () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder removeName (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder getNameBuilder (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder getNameOrBuilder (int) int index public java.util.List getNameOrBuilderList () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder addNameBuilder () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder addNameBuilder (int) int index public java.util.List getNameBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getNameFieldBuilder () public boolean hasIdentifierValue () public java.lang.String getIdentifierValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getIdentifierValueBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setIdentifierValue (java.lang.String) String value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearIdentifierValue () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setIdentifierValueBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasPositiveIntValue () public long getPositiveIntValue () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setPositiveIntValue (long) long value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearPositiveIntValue () public boolean hasNegativeIntValue () public long getNegativeIntValue () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setNegativeIntValue (long) long value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearNegativeIntValue () public boolean hasDoubleValue () public double getDoubleValue () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setDoubleValue (double) double value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearDoubleValue () public boolean hasStringValue () public com.google.protobuf.ByteString getStringValue () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setStringValue (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearStringValue () public boolean hasAggregateValue () public java.lang.String getAggregateValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getAggregateValueBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setAggregateValue (java.lang.String) String value public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder clearAggregateValue () public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setAggregateValueBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$UninterpretedOption$NamePart$1.class
DescriptorProtos.java package com.google.protobuf com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DescriptorProtos$UninterpretedOption$NamePart$Builder.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder { private int bitField0_ private Object namePart_ private boolean isExtension_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart getDefaultInstanceForType () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart build () com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart result public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart buildPartial () com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart result int from_bitField0_ int to_bitField0_ public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clone () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder mergeFrom (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart other public final boolean isInitialized () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasNamePart () public java.lang.String getNamePart () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNamePartBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setNamePart (java.lang.String) String value public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearNamePart () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setNamePartBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasIsExtension () public boolean getIsExtension () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setIsExtension (boolean) boolean value public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearIsExtension () public final com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DescriptorProtos$1) com.google.protobuf.DescriptorProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DescriptorProtos$1 x1 }
com/google/protobuf/DescriptorProtos$UninterpretedOption$NamePart.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_PART_FIELD_NUMBER private volatile Object namePart_ public static final int IS_EXTENSION_FIELD_NUMBER private boolean isExtension_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasNamePart () public java.lang.String getNamePart () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNamePartBytes () com.google.protobuf.ByteString b Object ref public boolean hasIsExtension () public boolean getIsExtension () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilder (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart prototype public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builder public static com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.lang.Object access$23602 (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart, java.lang.Object) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart x0 Object x1 static synthetic boolean access$23702 (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart, boolean) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart x0 boolean x1 static synthetic int access$23802 (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart, int) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart x0 int x1 static synthetic java.lang.Object access$23600 (com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart) com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$UninterpretedOption$NamePartOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasNamePart () public abstract java.lang.String getNamePart () public abstract com.google.protobuf.ByteString getNamePartBytes () public abstract boolean hasIsExtension () public abstract boolean getIsExtension () }
com/google/protobuf/DescriptorProtos$UninterpretedOption.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos$UninterpretedOption extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private java.util.List name_ public static final int IDENTIFIER_VALUE_FIELD_NUMBER private volatile Object identifierValue_ public static final int POSITIVE_INT_VALUE_FIELD_NUMBER private long positiveIntValue_ public static final int NEGATIVE_INT_VALUE_FIELD_NUMBER private long negativeIntValue_ public static final int DOUBLE_VALUE_FIELD_NUMBER private double doubleValue_ public static final int STRING_VALUE_FIELD_NUMBER private com.google.protobuf.ByteString stringValue_ public static final int AGGREGATE_VALUE_FIELD_NUMBER private volatile Object aggregateValue_ private byte memoizedIsInitialized private static final com.google.protobuf.DescriptorProtos$UninterpretedOption DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getNameList () public java.util.List getNameOrBuilderList () public int getNameCount () public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int) int index public com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder getNameOrBuilder (int) int index public boolean hasIdentifierValue () public java.lang.String getIdentifierValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getIdentifierValueBytes () com.google.protobuf.ByteString b Object ref public boolean hasPositiveIntValue () public long getPositiveIntValue () public boolean hasNegativeIntValue () public long getNegativeIntValue () public boolean hasDoubleValue () public double getDoubleValue () public boolean hasStringValue () public com.google.protobuf.ByteString getStringValue () public boolean hasAggregateValue () public java.lang.String getAggregateValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getAggregateValueBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DescriptorProtos$UninterpretedOption other public int hashCode () int hash public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilderForType () public static com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilder () public static com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilder (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption prototype public com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder toBuilder () protected com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder builder public static com.google.protobuf.DescriptorProtos$UninterpretedOption getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DescriptorProtos$UninterpretedOption getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DescriptorProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DescriptorProtos$1 x1 static synthetic java.util.List access$24202 (com.google.protobuf.DescriptorProtos$UninterpretedOption, java.util.List) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 java.util.List x1 static synthetic java.lang.Object access$24302 (com.google.protobuf.DescriptorProtos$UninterpretedOption, java.lang.Object) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 Object x1 static synthetic long access$24402 (com.google.protobuf.DescriptorProtos$UninterpretedOption, long) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 long x1 static synthetic long access$24502 (com.google.protobuf.DescriptorProtos$UninterpretedOption, long) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 long x1 static synthetic double access$24602 (com.google.protobuf.DescriptorProtos$UninterpretedOption, double) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 double x1 static synthetic com.google.protobuf.ByteString access$24702 (com.google.protobuf.DescriptorProtos$UninterpretedOption, com.google.protobuf.ByteString) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 com.google.protobuf.ByteString x1 static synthetic java.lang.Object access$24802 (com.google.protobuf.DescriptorProtos$UninterpretedOption, java.lang.Object) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 Object x1 static synthetic int access$24902 (com.google.protobuf.DescriptorProtos$UninterpretedOption, int) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 int x1 static synthetic java.util.List access$24200 (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 static synthetic java.lang.Object access$24300 (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 static synthetic java.lang.Object access$24800 (com.google.protobuf.DescriptorProtos$UninterpretedOption) com.google.protobuf.DescriptorProtos$UninterpretedOption x0 static void <clinit> () }
com/google/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder.class
DescriptorProtos.java package com.google.protobuf public abstract com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getNameList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int) public abstract int getNameCount () public abstract java.util.List getNameOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder getNameOrBuilder (int) public abstract boolean hasIdentifierValue () public abstract java.lang.String getIdentifierValue () public abstract com.google.protobuf.ByteString getIdentifierValueBytes () public abstract boolean hasPositiveIntValue () public abstract long getPositiveIntValue () public abstract boolean hasNegativeIntValue () public abstract long getNegativeIntValue () public abstract boolean hasDoubleValue () public abstract double getDoubleValue () public abstract boolean hasStringValue () public abstract com.google.protobuf.ByteString getStringValue () public abstract boolean hasAggregateValue () public abstract java.lang.String getAggregateValue () public abstract com.google.protobuf.ByteString getAggregateValueBytes () }
com/google/protobuf/DescriptorProtos.class
DescriptorProtos.java package com.google.protobuf public final com.google.protobuf.DescriptorProtos extends java.lang.Object { private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_FileDescriptorSet_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_FileDescriptorSet_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_FileDescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_FileDescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_DescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_DescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_DescriptorProto_ExtensionRange_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_DescriptorProto_ExtensionRange_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_DescriptorProto_ReservedRange_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_DescriptorProto_ReservedRange_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_ExtensionRangeOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_ExtensionRangeOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_FieldDescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_FieldDescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_OneofDescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_OneofDescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_EnumDescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_EnumDescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_EnumDescriptorProto_EnumReservedRange_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_EnumDescriptorProto_EnumReservedRange_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_EnumValueDescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_EnumValueDescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_ServiceDescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_ServiceDescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_MethodDescriptorProto_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_MethodDescriptorProto_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_FileOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_FileOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_MessageOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_MessageOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_FieldOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_FieldOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_OneofOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_OneofOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_EnumOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_EnumOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_EnumValueOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_EnumValueOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_ServiceOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_ServiceOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_MethodOptions_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_MethodOptions_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_UninterpretedOption_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_UninterpretedOption_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_UninterpretedOption_NamePart_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_UninterpretedOption_NamePart_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_SourceCodeInfo_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_SourceCodeInfo_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_SourceCodeInfo_Location_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_SourceCodeInfo_Location_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_GeneratedCodeInfo_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_GeneratedCodeInfo_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_GeneratedCodeInfo_Annotation_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_GeneratedCodeInfo_Annotation_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static synthetic com.google.protobuf.Descriptors$Descriptor access$000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$600 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$700 () static synthetic com.google.protobuf.Descriptors$Descriptor access$2400 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$2500 () static synthetic com.google.protobuf.Descriptors$Descriptor access$2600 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$2700 () static synthetic com.google.protobuf.Descriptors$Descriptor access$3500 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$3600 () static synthetic com.google.protobuf.Descriptors$Descriptor access$5700 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$5800 () static synthetic com.google.protobuf.Descriptors$Descriptor access$6300 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$6400 () static synthetic com.google.protobuf.Descriptors$Descriptor access$8000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$8100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$8800 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$8900 () static synthetic com.google.protobuf.Descriptors$Descriptor access$9000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$9100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$10700 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$10800 () static synthetic com.google.protobuf.Descriptors$Descriptor access$11600 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$11700 () static synthetic com.google.protobuf.Descriptors$Descriptor access$12500 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$12600 () static synthetic com.google.protobuf.Descriptors$Descriptor access$13700 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$13800 () static synthetic com.google.protobuf.Descriptors$Descriptor access$16400 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$16500 () static synthetic com.google.protobuf.Descriptors$Descriptor access$17500 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$17600 () static synthetic com.google.protobuf.Descriptors$Descriptor access$18900 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$19000 () static synthetic com.google.protobuf.Descriptors$Descriptor access$19500 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$19600 () static synthetic com.google.protobuf.Descriptors$Descriptor access$20400 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$20500 () static synthetic com.google.protobuf.Descriptors$Descriptor access$21200 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$21300 () static synthetic com.google.protobuf.Descriptors$Descriptor access$22000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$22100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$22900 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$23000 () static synthetic com.google.protobuf.Descriptors$Descriptor access$23100 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$23200 () static synthetic com.google.protobuf.Descriptors$Descriptor access$25000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$25100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$25200 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$25300 () static synthetic com.google.protobuf.Descriptors$Descriptor access$26700 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$26800 () static synthetic com.google.protobuf.Descriptors$Descriptor access$26900 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$27000 () static void <clinit> () String[] descriptorData }
com/google/protobuf/Descriptors$1.class
Descriptors.java package com.google.protobuf synthetic com.google.protobuf.Descriptors$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$Type static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$JavaType static void <clinit> () }
com/google/protobuf/Descriptors$Descriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$Descriptor extends com.google.protobuf.Descriptors$GenericDescriptor { private final int index private com.google.protobuf.DescriptorProtos$DescriptorProto proto private final String fullName private final com.google.protobuf.Descriptors$FileDescriptor file private final com.google.protobuf.Descriptors$Descriptor containingType private final com.google.protobuf.Descriptors$Descriptor[] nestedTypes private final com.google.protobuf.Descriptors$EnumDescriptor[] enumTypes private final com.google.protobuf.Descriptors$FieldDescriptor[] fields private final com.google.protobuf.Descriptors$FieldDescriptor[] fieldsSortedByNumber private final com.google.protobuf.Descriptors$FieldDescriptor[] extensions private final com.google.protobuf.Descriptors$OneofDescriptor[] oneofs private final int realOneofCount private final int[] extensionRangeLowerBounds private final int[] extensionRangeUpperBounds public int getIndex () public com.google.protobuf.DescriptorProtos$DescriptorProto toProto () public java.lang.String getName () public java.lang.String getFullName () public com.google.protobuf.Descriptors$FileDescriptor getFile () public com.google.protobuf.Descriptors$Descriptor getContainingType () public com.google.protobuf.DescriptorProtos$MessageOptions getOptions () public java.util.List getFields () public java.util.List getOneofs () public java.util.List getRealOneofs () public java.util.List getExtensions () public java.util.List getNestedTypes () public java.util.List getEnumTypes () public boolean isExtensionNumber (int) int number int index public boolean isReservedNumber (int) com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange range int number public boolean isReservedName (java.lang.String) String reservedName String name public boolean isExtendable () public com.google.protobuf.Descriptors$FieldDescriptor findFieldByName (java.lang.String) String name com.google.protobuf.Descriptors$GenericDescriptor result public com.google.protobuf.Descriptors$FieldDescriptor findFieldByNumber (int) int number public com.google.protobuf.Descriptors$Descriptor findNestedTypeByName (java.lang.String) String name com.google.protobuf.Descriptors$GenericDescriptor result public com.google.protobuf.Descriptors$EnumDescriptor findEnumTypeByName (java.lang.String) String name com.google.protobuf.Descriptors$GenericDescriptor result void <init> (java.lang.String) throws com.google.protobuf.Descriptors$DescriptorValidationException String fullname String name String packageName int pos private void <init> (com.google.protobuf.DescriptorProtos$DescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int) throws com.google.protobuf.Descriptors$DescriptorValidationException int i int i int i int i int i int i com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor int i com.google.protobuf.Descriptors$OneofDescriptor oneof com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange range int i com.google.protobuf.DescriptorProtos$DescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$Descriptor parent int index int syntheticOneofCount private void crossLink () throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$Descriptor nestedType com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$FieldDescriptor extension private void validateNoDuplicateFieldNumbers () throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$FieldDescriptor old com.google.protobuf.Descriptors$FieldDescriptor field int i private void setProto (com.google.protobuf.DescriptorProtos$DescriptorProto) int i int i int i int i int i com.google.protobuf.DescriptorProtos$DescriptorProto proto public volatile synthetic com.google.protobuf.Message toProto () synthetic void <init> (com.google.protobuf.DescriptorProtos$DescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int, com.google.protobuf.Descriptors$1) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$DescriptorProto x0 com.google.protobuf.Descriptors$FileDescriptor x1 com.google.protobuf.Descriptors$Descriptor x2 int x3 com.google.protobuf.Descriptors$1 x4 static synthetic void access$1200 (com.google.protobuf.Descriptors$Descriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$Descriptor x0 static synthetic void access$1500 (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.DescriptorProtos$DescriptorProto) com.google.protobuf.Descriptors$Descriptor x0 com.google.protobuf.DescriptorProtos$DescriptorProto x1 }
com/google/protobuf/Descriptors$DescriptorPool$PackageDescriptor.class
Descriptors.java package com.google.protobuf final com.google.protobuf.Descriptors$DescriptorPool$PackageDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor { private final String name private final String fullName private final com.google.protobuf.Descriptors$FileDescriptor file public com.google.protobuf.Message toProto () public java.lang.String getName () public java.lang.String getFullName () public com.google.protobuf.Descriptors$FileDescriptor getFile () void <init> (java.lang.String, java.lang.String, com.google.protobuf.Descriptors$FileDescriptor) String name String fullName com.google.protobuf.Descriptors$FileDescriptor file }
com/google/protobuf/Descriptors$DescriptorPool$SearchFilter.class
Descriptors.java package com.google.protobuf final enum com.google.protobuf.Descriptors$DescriptorPool$SearchFilter extends java.lang.Enum { public static final enum com.google.protobuf.Descriptors$DescriptorPool$SearchFilter TYPES_ONLY public static final enum com.google.protobuf.Descriptors$DescriptorPool$SearchFilter AGGREGATES_ONLY public static final enum com.google.protobuf.Descriptors$DescriptorPool$SearchFilter ALL_SYMBOLS private static final synthetic com.google.protobuf.Descriptors$DescriptorPool$SearchFilter[] $VALUES public static com.google.protobuf.Descriptors$DescriptorPool$SearchFilter[] values () public static com.google.protobuf.Descriptors$DescriptorPool$SearchFilter valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.Descriptors$DescriptorPool$SearchFilter[] $values () static void <clinit> () }
com/google/protobuf/Descriptors$DescriptorPool.class
Descriptors.java package com.google.protobuf final com.google.protobuf.Descriptors$DescriptorPool extends java.lang.Object { private final java.util.Set dependencies private final boolean allowUnknownDependencies private final java.util.Map descriptorsByName void <init> (com.google.protobuf.Descriptors$FileDescriptor[], boolean) com.google.protobuf.Descriptors$FileDescriptor dependency com.google.protobuf.Descriptors$DescriptorValidationException e com.google.protobuf.Descriptors$FileDescriptor dependency com.google.protobuf.Descriptors$FileDescriptor[] dependencies boolean allowUnknownDependencies private void importPublicDependencies (com.google.protobuf.Descriptors$FileDescriptor) com.google.protobuf.Descriptors$FileDescriptor dependency com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$GenericDescriptor findSymbol (java.lang.String) String fullName com.google.protobuf.Descriptors$GenericDescriptor findSymbol (java.lang.String, com.google.protobuf.Descriptors$DescriptorPool$SearchFilter) com.google.protobuf.Descriptors$FileDescriptor dependency String fullName com.google.protobuf.Descriptors$DescriptorPool$SearchFilter filter com.google.protobuf.Descriptors$GenericDescriptor result boolean isType (com.google.protobuf.Descriptors$GenericDescriptor) com.google.protobuf.Descriptors$GenericDescriptor descriptor boolean isAggregate (com.google.protobuf.Descriptors$GenericDescriptor) com.google.protobuf.Descriptors$GenericDescriptor descriptor com.google.protobuf.Descriptors$GenericDescriptor lookupSymbol (java.lang.String, com.google.protobuf.Descriptors$GenericDescriptor, com.google.protobuf.Descriptors$DescriptorPool$SearchFilter) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$GenericDescriptor result String fullname String firstPart com.google.protobuf.Descriptors$GenericDescriptor result String fullname String fullname int dotpos int firstPartLength String firstPart StringBuilder scopeToTry String name com.google.protobuf.Descriptors$GenericDescriptor relativeTo com.google.protobuf.Descriptors$DescriptorPool$SearchFilter filter com.google.protobuf.Descriptors$GenericDescriptor result String fullname void addSymbol (com.google.protobuf.Descriptors$GenericDescriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException int dotpos com.google.protobuf.Descriptors$GenericDescriptor descriptor String fullName com.google.protobuf.Descriptors$GenericDescriptor old void addPackage (java.lang.String, com.google.protobuf.Descriptors$FileDescriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException String name String fullName com.google.protobuf.Descriptors$FileDescriptor file int dotpos String name com.google.protobuf.Descriptors$GenericDescriptor old static void validateSymbolName (com.google.protobuf.Descriptors$GenericDescriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException char c int i com.google.protobuf.Descriptors$GenericDescriptor descriptor String name }
com/google/protobuf/Descriptors$DescriptorValidationException.class
Descriptors.java package com.google.protobuf public com.google.protobuf.Descriptors$DescriptorValidationException extends java.lang.Exception { private static final long serialVersionUID private final String name private final com.google.protobuf.Message proto private final String description public java.lang.String getProblemSymbolName () public com.google.protobuf.Message getProblemProto () public java.lang.String getDescription () private void <init> (com.google.protobuf.Descriptors$GenericDescriptor, java.lang.String) com.google.protobuf.Descriptors$GenericDescriptor problemDescriptor String description private void <init> (com.google.protobuf.Descriptors$GenericDescriptor, java.lang.String, java.lang.Throwable) com.google.protobuf.Descriptors$GenericDescriptor problemDescriptor String description Throwable cause private void <init> (com.google.protobuf.Descriptors$FileDescriptor, java.lang.String) com.google.protobuf.Descriptors$FileDescriptor problemDescriptor String description synthetic void <init> (com.google.protobuf.Descriptors$FileDescriptor, java.lang.String, com.google.protobuf.Descriptors$1) com.google.protobuf.Descriptors$FileDescriptor x0 String x1 com.google.protobuf.Descriptors$1 x2 synthetic void <init> (com.google.protobuf.Descriptors$GenericDescriptor, java.lang.String, com.google.protobuf.Descriptors$1) com.google.protobuf.Descriptors$GenericDescriptor x0 String x1 com.google.protobuf.Descriptors$1 x2 synthetic void <init> (com.google.protobuf.Descriptors$GenericDescriptor, java.lang.String, java.lang.Throwable, com.google.protobuf.Descriptors$1) com.google.protobuf.Descriptors$GenericDescriptor x0 String x1 Throwable x2 com.google.protobuf.Descriptors$1 x3 }
com/google/protobuf/Descriptors$EnumDescriptor$UnknownEnumValueReference.class
Descriptors.java package com.google.protobuf com.google.protobuf.Descriptors$EnumDescriptor$UnknownEnumValueReference extends java.lang.ref.WeakReference { private final int number private void <init> (int, com.google.protobuf.Descriptors$EnumValueDescriptor) int number com.google.protobuf.Descriptors$EnumValueDescriptor descriptor static synthetic int access$3300 (com.google.protobuf.Descriptors$EnumDescriptor$UnknownEnumValueReference) com.google.protobuf.Descriptors$EnumDescriptor$UnknownEnumValueReference x0 synthetic void <init> (int, com.google.protobuf.Descriptors$EnumValueDescriptor, com.google.protobuf.Descriptors$1) int x0 com.google.protobuf.Descriptors$EnumValueDescriptor x1 com.google.protobuf.Descriptors$1 x2 }
com/google/protobuf/Descriptors$EnumDescriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$EnumDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor implements com.google.protobuf.Internal$EnumLiteMap { private final int index private com.google.protobuf.DescriptorProtos$EnumDescriptorProto proto private final String fullName private final com.google.protobuf.Descriptors$FileDescriptor file private final com.google.protobuf.Descriptors$Descriptor containingType private final com.google.protobuf.Descriptors$EnumValueDescriptor[] values private final com.google.protobuf.Descriptors$EnumValueDescriptor[] valuesSortedByNumber private final int distinctNumbers private java.util.Map unknownValues private java.lang.ref.ReferenceQueue cleanupQueue public int getIndex () public com.google.protobuf.DescriptorProtos$EnumDescriptorProto toProto () public java.lang.String getName () public java.lang.String getFullName () public com.google.protobuf.Descriptors$FileDescriptor getFile () public com.google.protobuf.Descriptors$Descriptor getContainingType () public com.google.protobuf.DescriptorProtos$EnumOptions getOptions () public java.util.List getValues () public com.google.protobuf.Descriptors$EnumValueDescriptor findValueByName (java.lang.String) String name com.google.protobuf.Descriptors$GenericDescriptor result public com.google.protobuf.Descriptors$EnumValueDescriptor findValueByNumber (int) int number public com.google.protobuf.Descriptors$EnumValueDescriptor findValueByNumberCreatingIfUnknown (int) com.google.protobuf.Descriptors$EnumDescriptor$UnknownEnumValueReference toClean java.lang.ref.WeakReference reference int number com.google.protobuf.Descriptors$EnumValueDescriptor result int getUnknownEnumValueDescriptorCount () private void <init> (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int) throws com.google.protobuf.Descriptors$DescriptorValidationException int i com.google.protobuf.Descriptors$EnumValueDescriptor oldValue com.google.protobuf.Descriptors$EnumValueDescriptor newValue int i com.google.protobuf.DescriptorProtos$EnumDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$Descriptor parent int index int j private void setProto (com.google.protobuf.DescriptorProtos$EnumDescriptorProto) int i com.google.protobuf.DescriptorProtos$EnumDescriptorProto proto public volatile synthetic com.google.protobuf.Message toProto () public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) synthetic void <init> (com.google.protobuf.DescriptorProtos$EnumDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int, com.google.protobuf.Descriptors$1) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$EnumDescriptorProto x0 com.google.protobuf.Descriptors$FileDescriptor x1 com.google.protobuf.Descriptors$Descriptor x2 int x3 com.google.protobuf.Descriptors$1 x4 static synthetic void access$1600 (com.google.protobuf.Descriptors$EnumDescriptor, com.google.protobuf.DescriptorProtos$EnumDescriptorProto) com.google.protobuf.Descriptors$EnumDescriptor x0 com.google.protobuf.DescriptorProtos$EnumDescriptorProto x1 static synthetic com.google.protobuf.Descriptors$FileDescriptor access$3800 (com.google.protobuf.Descriptors$EnumDescriptor) com.google.protobuf.Descriptors$EnumDescriptor x0 }
com/google/protobuf/Descriptors$EnumValueDescriptor$1.class
Descriptors.java package com.google.protobuf com.google.protobuf.Descriptors$EnumValueDescriptor$1 extends java.lang.Object implements java.util.Comparator { void <init> () public int compare (com.google.protobuf.Descriptors$EnumValueDescriptor, com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor o1 com.google.protobuf.Descriptors$EnumValueDescriptor o2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/protobuf/Descriptors$EnumValueDescriptor$2.class
Descriptors.java package com.google.protobuf com.google.protobuf.Descriptors$EnumValueDescriptor$2 extends java.lang.Object implements com.google.protobuf.Descriptors$NumberGetter { void <init> () public int getNumber (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor enumValueDescriptor public volatile synthetic int getNumber (java.lang.Object) }
com/google/protobuf/Descriptors$EnumValueDescriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$EnumValueDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor implements com.google.protobuf.Internal$EnumLite { static final java.util.Comparator BY_NUMBER static final com.google.protobuf.Descriptors$NumberGetter NUMBER_GETTER private final int index private com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto proto private final String fullName private final com.google.protobuf.Descriptors$EnumDescriptor type public int getIndex () public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto toProto () public java.lang.String getName () public int getNumber () public java.lang.String toString () public java.lang.String getFullName () public com.google.protobuf.Descriptors$FileDescriptor getFile () public com.google.protobuf.Descriptors$EnumDescriptor getType () public com.google.protobuf.DescriptorProtos$EnumValueOptions getOptions () private void <init> (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$EnumDescriptor, int) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$EnumDescriptor parent int index private void <init> (com.google.protobuf.Descriptors$EnumDescriptor, java.lang.Integer) com.google.protobuf.Descriptors$EnumDescriptor parent Integer number String name com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto proto private void setProto (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto proto public volatile synthetic com.google.protobuf.Message toProto () synthetic void <init> (com.google.protobuf.Descriptors$EnumDescriptor, java.lang.Integer, com.google.protobuf.Descriptors$1) com.google.protobuf.Descriptors$EnumDescriptor x0 Integer x1 com.google.protobuf.Descriptors$1 x2 synthetic void <init> (com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$EnumDescriptor, int, com.google.protobuf.Descriptors$1) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto x0 com.google.protobuf.Descriptors$FileDescriptor x1 com.google.protobuf.Descriptors$EnumDescriptor x2 int x3 com.google.protobuf.Descriptors$1 x4 static synthetic void access$3700 (com.google.protobuf.Descriptors$EnumValueDescriptor, com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.google.protobuf.Descriptors$EnumValueDescriptor x0 com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto x1 static void <clinit> () }
com/google/protobuf/Descriptors$FieldDescriptor$1.class
Descriptors.java package com.google.protobuf com.google.protobuf.Descriptors$FieldDescriptor$1 extends java.lang.Object implements com.google.protobuf.Descriptors$NumberGetter { void <init> () public int getNumber (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor public volatile synthetic int getNumber (java.lang.Object) }
com/google/protobuf/Descriptors$FieldDescriptor$JavaType.class
Descriptors.java package com.google.protobuf public final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType extends java.lang.Enum { public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType INT public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType LONG public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType FLOAT public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType DOUBLE public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType BOOLEAN public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType STRING public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType BYTE_STRING public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType ENUM public static final enum com.google.protobuf.Descriptors$FieldDescriptor$JavaType MESSAGE private final Object defaultDefault private static final synthetic com.google.protobuf.Descriptors$FieldDescriptor$JavaType[] $VALUES public static com.google.protobuf.Descriptors$FieldDescriptor$JavaType[] values () public static com.google.protobuf.Descriptors$FieldDescriptor$JavaType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.Object) Object defaultDefault private static synthetic com.google.protobuf.Descriptors$FieldDescriptor$JavaType[] $values () static synthetic java.lang.Object access$3200 (com.google.protobuf.Descriptors$FieldDescriptor$JavaType) com.google.protobuf.Descriptors$FieldDescriptor$JavaType x0 static void <clinit> () }
com/google/protobuf/Descriptors$FieldDescriptor$Type.class
Descriptors.java package com.google.protobuf public final enum com.google.protobuf.Descriptors$FieldDescriptor$Type extends java.lang.Enum { public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type DOUBLE public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type FLOAT public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type INT64 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type UINT64 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type INT32 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type FIXED64 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type FIXED32 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type BOOL public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type STRING public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type GROUP public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type MESSAGE public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type BYTES public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type UINT32 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type ENUM public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type SFIXED32 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type SFIXED64 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type SINT32 public static final enum com.google.protobuf.Descriptors$FieldDescriptor$Type SINT64 private static final com.google.protobuf.Descriptors$FieldDescriptor$Type[] types private final com.google.protobuf.Descriptors$FieldDescriptor$JavaType javaType private static final synthetic com.google.protobuf.Descriptors$FieldDescriptor$Type[] $VALUES public static com.google.protobuf.Descriptors$FieldDescriptor$Type[] values () public static com.google.protobuf.Descriptors$FieldDescriptor$Type valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.protobuf.Descriptors$FieldDescriptor$JavaType) com.google.protobuf.Descriptors$FieldDescriptor$JavaType javaType public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type toProto () public com.google.protobuf.Descriptors$FieldDescriptor$JavaType getJavaType () public static com.google.protobuf.Descriptors$FieldDescriptor$Type valueOf (com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type) com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type type private static synthetic com.google.protobuf.Descriptors$FieldDescriptor$Type[] $values () static synthetic com.google.protobuf.Descriptors$FieldDescriptor$Type[] access$3000 () static void <clinit> () }
com/google/protobuf/Descriptors$FieldDescriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$FieldDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor implements java.lang.Comparable com.google.protobuf.FieldSet$FieldDescriptorLite { private static final com.google.protobuf.Descriptors$NumberGetter NUMBER_GETTER private static final com.google.protobuf.WireFormat$FieldType[] table private final int index private com.google.protobuf.DescriptorProtos$FieldDescriptorProto proto private final String fullName private String jsonName private final com.google.protobuf.Descriptors$FileDescriptor file private final com.google.protobuf.Descriptors$Descriptor extensionScope private final boolean isProto3Optional private com.google.protobuf.Descriptors$FieldDescriptor$Type type private com.google.protobuf.Descriptors$Descriptor containingType private com.google.protobuf.Descriptors$Descriptor messageType private com.google.protobuf.Descriptors$OneofDescriptor containingOneof private com.google.protobuf.Descriptors$EnumDescriptor enumType private Object defaultValue public int getIndex () public com.google.protobuf.DescriptorProtos$FieldDescriptorProto toProto () public java.lang.String getName () public int getNumber () public java.lang.String getFullName () public java.lang.String getJsonName () String result public com.google.protobuf.Descriptors$FieldDescriptor$JavaType getJavaType () public com.google.protobuf.WireFormat$JavaType getLiteJavaType () public com.google.protobuf.Descriptors$FileDescriptor getFile () public com.google.protobuf.Descriptors$FieldDescriptor$Type getType () public com.google.protobuf.WireFormat$FieldType getLiteType () public boolean needsUtf8Check () public boolean isMapField () public boolean isRequired () public boolean isOptional () public boolean isRepeated () public boolean isPacked () public boolean isPackable () public boolean hasDefaultValue () public java.lang.Object getDefaultValue () public com.google.protobuf.DescriptorProtos$FieldOptions getOptions () public boolean isExtension () public com.google.protobuf.Descriptors$Descriptor getContainingType () public com.google.protobuf.Descriptors$OneofDescriptor getContainingOneof () public com.google.protobuf.Descriptors$OneofDescriptor getRealContainingOneof () public boolean hasOptionalKeyword () public boolean hasPresence () public com.google.protobuf.Descriptors$Descriptor getExtensionScope () public com.google.protobuf.Descriptors$Descriptor getMessageType () public com.google.protobuf.Descriptors$EnumDescriptor getEnumType () public int compareTo (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor other public java.lang.String toString () private static java.lang.String fieldNameToJsonName (java.lang.String) char ch int i String name int length StringBuilder result boolean isNextUpperCase private void <init> (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int, boolean) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$FieldDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$Descriptor parent int index boolean isExtension private void crossLink () throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$GenericDescriptor extendee com.google.protobuf.Descriptors$GenericDescriptor typeDescriptor com.google.protobuf.TextFormat$InvalidEscapeSequenceException e NumberFormatException e private void setProto (com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.DescriptorProtos$FieldDescriptorProto proto public com.google.protobuf.MessageLite$Builder internalMergeFrom (com.google.protobuf.MessageLite$Builder, com.google.protobuf.MessageLite) com.google.protobuf.MessageLite$Builder to com.google.protobuf.MessageLite from public volatile synthetic com.google.protobuf.Message toProto () public volatile synthetic int compareTo (java.lang.Object) public volatile synthetic com.google.protobuf.Internal$EnumLiteMap getEnumType () synthetic void <init> (com.google.protobuf.DescriptorProtos$FieldDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int, boolean, com.google.protobuf.Descriptors$1) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$FieldDescriptorProto x0 com.google.protobuf.Descriptors$FileDescriptor x1 com.google.protobuf.Descriptors$Descriptor x2 int x3 boolean x4 com.google.protobuf.Descriptors$1 x5 static synthetic void access$1400 (com.google.protobuf.Descriptors$FieldDescriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$FieldDescriptor x0 static synthetic void access$1800 (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.DescriptorProtos$FieldDescriptorProto) com.google.protobuf.Descriptors$FieldDescriptor x0 com.google.protobuf.DescriptorProtos$FieldDescriptorProto x1 static synthetic com.google.protobuf.Descriptors$NumberGetter access$2000 () static synthetic boolean access$4200 (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor x0 static void <clinit> () }
com/google/protobuf/Descriptors$FileDescriptor$InternalDescriptorAssigner.class
Descriptors.java package com.google.protobuf public abstract com.google.protobuf.Descriptors$FileDescriptor$InternalDescriptorAssigner extends java.lang.Object { public abstract com.google.protobuf.ExtensionRegistry assignDescriptors (com.google.protobuf.Descriptors$FileDescriptor) }
com/google/protobuf/Descriptors$FileDescriptor$Syntax.class
Descriptors.java package com.google.protobuf public final enum com.google.protobuf.Descriptors$FileDescriptor$Syntax extends java.lang.Enum { public static final enum com.google.protobuf.Descriptors$FileDescriptor$Syntax UNKNOWN public static final enum com.google.protobuf.Descriptors$FileDescriptor$Syntax PROTO2 public static final enum com.google.protobuf.Descriptors$FileDescriptor$Syntax PROTO3 private final String name private static final synthetic com.google.protobuf.Descriptors$FileDescriptor$Syntax[] $VALUES public static com.google.protobuf.Descriptors$FileDescriptor$Syntax[] values () public static com.google.protobuf.Descriptors$FileDescriptor$Syntax valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String name private static synthetic com.google.protobuf.Descriptors$FileDescriptor$Syntax[] $values () static synthetic java.lang.String access$000 (com.google.protobuf.Descriptors$FileDescriptor$Syntax) com.google.protobuf.Descriptors$FileDescriptor$Syntax x0 static void <clinit> () }
com/google/protobuf/Descriptors$FileDescriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$FileDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor { private com.google.protobuf.DescriptorProtos$FileDescriptorProto proto private final com.google.protobuf.Descriptors$Descriptor[] messageTypes private final com.google.protobuf.Descriptors$EnumDescriptor[] enumTypes private final com.google.protobuf.Descriptors$ServiceDescriptor[] services private final com.google.protobuf.Descriptors$FieldDescriptor[] extensions private final com.google.protobuf.Descriptors$FileDescriptor[] dependencies private final com.google.protobuf.Descriptors$FileDescriptor[] publicDependencies private final com.google.protobuf.Descriptors$DescriptorPool pool public com.google.protobuf.DescriptorProtos$FileDescriptorProto toProto () public java.lang.String getName () public com.google.protobuf.Descriptors$FileDescriptor getFile () public java.lang.String getFullName () public java.lang.String getPackage () public com.google.protobuf.DescriptorProtos$FileOptions getOptions () public java.util.List getMessageTypes () public java.util.List getEnumTypes () public java.util.List getServices () public java.util.List getExtensions () public java.util.List getDependencies () public java.util.List getPublicDependencies () public com.google.protobuf.Descriptors$FileDescriptor$Syntax getSyntax () public com.google.protobuf.Descriptors$Descriptor findMessageTypeByName (java.lang.String) String name String packageName com.google.protobuf.Descriptors$GenericDescriptor result public com.google.protobuf.Descriptors$EnumDescriptor findEnumTypeByName (java.lang.String) String name String packageName com.google.protobuf.Descriptors$GenericDescriptor result public com.google.protobuf.Descriptors$ServiceDescriptor findServiceByName (java.lang.String) String name String packageName com.google.protobuf.Descriptors$GenericDescriptor result public com.google.protobuf.Descriptors$FieldDescriptor findExtensionByName (java.lang.String) String name String packageName com.google.protobuf.Descriptors$GenericDescriptor result public static com.google.protobuf.Descriptors$FileDescriptor buildFrom (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor[]) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$FileDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor[] dependencies public static com.google.protobuf.Descriptors$FileDescriptor buildFrom (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor[], boolean) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$FileDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor[] dependencies boolean allowUnknownDependencies com.google.protobuf.Descriptors$DescriptorPool pool com.google.protobuf.Descriptors$FileDescriptor result private static byte[] latin1Cat (java.lang.String[]) String part String[] strings StringBuilder descriptorData private static com.google.protobuf.Descriptors$FileDescriptor[] findDescriptors (java.lang.Class, java.lang.String[], java.lang.String[]) Class clazz Exception e int i Class descriptorOuterClass String[] dependencyClassNames String[] dependencyFileNames java.util.List descriptors public static void internalBuildGeneratedFileFrom (java.lang.String[], com.google.protobuf.Descriptors$FileDescriptor[], com.google.protobuf.Descriptors$FileDescriptor$InternalDescriptorAssigner) com.google.protobuf.DescriptorProtos$FileDescriptorProto proto com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Descriptors$FileDescriptor result com.google.protobuf.Descriptors$DescriptorValidationException e com.google.protobuf.InvalidProtocolBufferException e String[] descriptorDataParts com.google.protobuf.Descriptors$FileDescriptor[] dependencies com.google.protobuf.Descriptors$FileDescriptor$InternalDescriptorAssigner descriptorAssigner byte[] descriptorBytes com.google.protobuf.DescriptorProtos$FileDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor result com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor internalBuildGeneratedFileFrom (java.lang.String[], com.google.protobuf.Descriptors$FileDescriptor[]) com.google.protobuf.DescriptorProtos$FileDescriptorProto proto com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Descriptors$DescriptorValidationException e String[] descriptorDataParts com.google.protobuf.Descriptors$FileDescriptor[] dependencies byte[] descriptorBytes com.google.protobuf.DescriptorProtos$FileDescriptorProto proto public static void internalBuildGeneratedFileFrom (java.lang.String[], java.lang.Class, java.lang.String[], java.lang.String[], com.google.protobuf.Descriptors$FileDescriptor$InternalDescriptorAssigner) String[] descriptorDataParts Class descriptorOuterClass String[] dependencyClassNames String[] dependencyFileNames com.google.protobuf.Descriptors$FileDescriptor$InternalDescriptorAssigner descriptorAssigner com.google.protobuf.Descriptors$FileDescriptor[] dependencies public static com.google.protobuf.Descriptors$FileDescriptor internalBuildGeneratedFileFrom (java.lang.String[], java.lang.Class, java.lang.String[], java.lang.String[]) String[] descriptorDataParts Class descriptorOuterClass String[] dependencyClassNames String[] dependencyFileNames com.google.protobuf.Descriptors$FileDescriptor[] dependencies public static void internalUpdateFileDescriptor (com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.ExtensionRegistry) com.google.protobuf.DescriptorProtos$FileDescriptorProto proto com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Descriptors$FileDescriptor descriptor com.google.protobuf.ExtensionRegistry registry com.google.protobuf.ByteString bytes com.google.protobuf.DescriptorProtos$FileDescriptorProto proto private void <init> (com.google.protobuf.DescriptorProtos$FileDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor[], com.google.protobuf.Descriptors$DescriptorPool, boolean) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$FileDescriptor file int index String name com.google.protobuf.Descriptors$FileDescriptor file int i int i int i int i int i com.google.protobuf.DescriptorProtos$FileDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor[] dependencies com.google.protobuf.Descriptors$DescriptorPool pool boolean allowUnknownDependencies java.util.HashMap nameToFileMap java.util.List publicDependencies void <init> (java.lang.String, com.google.protobuf.Descriptors$Descriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException String packageName com.google.protobuf.Descriptors$Descriptor message private void crossLink () throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$Descriptor messageType com.google.protobuf.Descriptors$ServiceDescriptor service com.google.protobuf.Descriptors$FieldDescriptor extension private void setProto (com.google.protobuf.DescriptorProtos$FileDescriptorProto) int i int i int i int i com.google.protobuf.DescriptorProtos$FileDescriptorProto proto boolean supportsUnknownEnumValue () public volatile synthetic com.google.protobuf.Message toProto () static synthetic com.google.protobuf.Descriptors$DescriptorPool access$1900 (com.google.protobuf.Descriptors$FileDescriptor) com.google.protobuf.Descriptors$FileDescriptor x0 }
com/google/protobuf/Descriptors$GenericDescriptor.class
Descriptors.java package com.google.protobuf public abstract com.google.protobuf.Descriptors$GenericDescriptor extends java.lang.Object { private void <init> () public abstract com.google.protobuf.Message toProto () public abstract java.lang.String getName () public abstract java.lang.String getFullName () public abstract com.google.protobuf.Descriptors$FileDescriptor getFile () synthetic void <init> (com.google.protobuf.Descriptors$1) com.google.protobuf.Descriptors$1 x0 }
com/google/protobuf/Descriptors$MethodDescriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$MethodDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor { private final int index private com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto private final String fullName private final com.google.protobuf.Descriptors$FileDescriptor file private final com.google.protobuf.Descriptors$ServiceDescriptor service private com.google.protobuf.Descriptors$Descriptor inputType private com.google.protobuf.Descriptors$Descriptor outputType public int getIndex () public com.google.protobuf.DescriptorProtos$MethodDescriptorProto toProto () public java.lang.String getName () public java.lang.String getFullName () public com.google.protobuf.Descriptors$FileDescriptor getFile () public com.google.protobuf.Descriptors$ServiceDescriptor getService () public com.google.protobuf.Descriptors$Descriptor getInputType () public com.google.protobuf.Descriptors$Descriptor getOutputType () public boolean isClientStreaming () public boolean isServerStreaming () public com.google.protobuf.DescriptorProtos$MethodOptions getOptions () private void <init> (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$ServiceDescriptor, int) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$ServiceDescriptor parent int index private void crossLink () throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$GenericDescriptor input com.google.protobuf.Descriptors$GenericDescriptor output private void setProto (com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.DescriptorProtos$MethodDescriptorProto proto public volatile synthetic com.google.protobuf.Message toProto () synthetic void <init> (com.google.protobuf.DescriptorProtos$MethodDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$ServiceDescriptor, int, com.google.protobuf.Descriptors$1) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$MethodDescriptorProto x0 com.google.protobuf.Descriptors$FileDescriptor x1 com.google.protobuf.Descriptors$ServiceDescriptor x2 int x3 com.google.protobuf.Descriptors$1 x4 static synthetic void access$4000 (com.google.protobuf.Descriptors$MethodDescriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$MethodDescriptor x0 static synthetic void access$4100 (com.google.protobuf.Descriptors$MethodDescriptor, com.google.protobuf.DescriptorProtos$MethodDescriptorProto) com.google.protobuf.Descriptors$MethodDescriptor x0 com.google.protobuf.DescriptorProtos$MethodDescriptorProto x1 }
com/google/protobuf/Descriptors$NumberGetter.class
Descriptors.java package com.google.protobuf abstract com.google.protobuf.Descriptors$NumberGetter extends java.lang.Object { public abstract int getNumber (java.lang.Object) }
com/google/protobuf/Descriptors$OneofDescriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$OneofDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor { private final int index private com.google.protobuf.DescriptorProtos$OneofDescriptorProto proto private final String fullName private final com.google.protobuf.Descriptors$FileDescriptor file private com.google.protobuf.Descriptors$Descriptor containingType private int fieldCount private com.google.protobuf.Descriptors$FieldDescriptor[] fields public int getIndex () public java.lang.String getName () public com.google.protobuf.Descriptors$FileDescriptor getFile () public java.lang.String getFullName () public com.google.protobuf.Descriptors$Descriptor getContainingType () public int getFieldCount () public com.google.protobuf.DescriptorProtos$OneofOptions getOptions () public boolean isSynthetic () public java.util.List getFields () public com.google.protobuf.Descriptors$FieldDescriptor getField (int) int index public com.google.protobuf.DescriptorProtos$OneofDescriptorProto toProto () private void setProto (com.google.protobuf.DescriptorProtos$OneofDescriptorProto) com.google.protobuf.DescriptorProtos$OneofDescriptorProto proto private void <init> (com.google.protobuf.DescriptorProtos$OneofDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.DescriptorProtos$OneofDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$Descriptor parent int index public volatile synthetic com.google.protobuf.Message toProto () synthetic void <init> (com.google.protobuf.DescriptorProtos$OneofDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, int, com.google.protobuf.Descriptors$1) com.google.protobuf.DescriptorProtos$OneofDescriptorProto x0 com.google.protobuf.Descriptors$FileDescriptor x1 com.google.protobuf.Descriptors$Descriptor x2 int x3 com.google.protobuf.Descriptors$1 x4 static synthetic com.google.protobuf.Descriptors$FieldDescriptor[] access$2502 (com.google.protobuf.Descriptors$OneofDescriptor, com.google.protobuf.Descriptors$FieldDescriptor[]) com.google.protobuf.Descriptors$OneofDescriptor x0 com.google.protobuf.Descriptors$FieldDescriptor[] x1 static synthetic int access$2602 (com.google.protobuf.Descriptors$OneofDescriptor, int) com.google.protobuf.Descriptors$OneofDescriptor x0 int x1 static synthetic com.google.protobuf.Descriptors$FieldDescriptor[] access$2500 (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor x0 static synthetic int access$2608 (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor x0 static synthetic void access$2900 (com.google.protobuf.Descriptors$OneofDescriptor, com.google.protobuf.DescriptorProtos$OneofDescriptorProto) com.google.protobuf.Descriptors$OneofDescriptor x0 com.google.protobuf.DescriptorProtos$OneofDescriptorProto x1 }
com/google/protobuf/Descriptors$ServiceDescriptor.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors$ServiceDescriptor extends com.google.protobuf.Descriptors$GenericDescriptor { private final int index private com.google.protobuf.DescriptorProtos$ServiceDescriptorProto proto private final String fullName private final com.google.protobuf.Descriptors$FileDescriptor file private com.google.protobuf.Descriptors$MethodDescriptor[] methods public int getIndex () public com.google.protobuf.DescriptorProtos$ServiceDescriptorProto toProto () public java.lang.String getName () public java.lang.String getFullName () public com.google.protobuf.Descriptors$FileDescriptor getFile () public com.google.protobuf.DescriptorProtos$ServiceOptions getOptions () public java.util.List getMethods () public com.google.protobuf.Descriptors$MethodDescriptor findMethodByName (java.lang.String) String name com.google.protobuf.Descriptors$GenericDescriptor result private void <init> (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, int) throws com.google.protobuf.Descriptors$DescriptorValidationException int i com.google.protobuf.DescriptorProtos$ServiceDescriptorProto proto com.google.protobuf.Descriptors$FileDescriptor file int index private void crossLink () throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$MethodDescriptor method private void setProto (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) int i com.google.protobuf.DescriptorProtos$ServiceDescriptorProto proto public volatile synthetic com.google.protobuf.Message toProto () synthetic void <init> (com.google.protobuf.DescriptorProtos$ServiceDescriptorProto, com.google.protobuf.Descriptors$FileDescriptor, int, com.google.protobuf.Descriptors$1) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x0 com.google.protobuf.Descriptors$FileDescriptor x1 int x2 com.google.protobuf.Descriptors$1 x3 static synthetic void access$1300 (com.google.protobuf.Descriptors$ServiceDescriptor) throws com.google.protobuf.Descriptors$DescriptorValidationException com.google.protobuf.Descriptors$ServiceDescriptor x0 static synthetic void access$1700 (com.google.protobuf.Descriptors$ServiceDescriptor, com.google.protobuf.DescriptorProtos$ServiceDescriptorProto) com.google.protobuf.Descriptors$ServiceDescriptor x0 com.google.protobuf.DescriptorProtos$ServiceDescriptorProto x1 }
com/google/protobuf/Descriptors.class
Descriptors.java package com.google.protobuf public final com.google.protobuf.Descriptors extends java.lang.Object { private static final java.util.logging.Logger logger private static final int[] EMPTY_INT_ARRAY private static final com.google.protobuf.Descriptors$Descriptor[] EMPTY_DESCRIPTORS private static final com.google.protobuf.Descriptors$FieldDescriptor[] EMPTY_FIELD_DESCRIPTORS private static final com.google.protobuf.Descriptors$EnumDescriptor[] EMPTY_ENUM_DESCRIPTORS private static final com.google.protobuf.Descriptors$ServiceDescriptor[] EMPTY_SERVICE_DESCRIPTORS private static final com.google.protobuf.Descriptors$OneofDescriptor[] EMPTY_ONEOF_DESCRIPTORS public void <init> () private static java.lang.String computeFullName (com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, java.lang.String) com.google.protobuf.Descriptors$FileDescriptor file com.google.protobuf.Descriptors$Descriptor parent String name String packageName private static java.lang.Object binarySearch (java.lang.Object[], int, com.google.protobuf.Descriptors$NumberGetter, int) int mid Object midValue int midValueNumber Object[] array int size com.google.protobuf.Descriptors$NumberGetter getter int number int left int right static synthetic java.util.logging.Logger access$100 () static synthetic com.google.protobuf.Descriptors$Descriptor[] access$400 () static synthetic com.google.protobuf.Descriptors$EnumDescriptor[] access$600 () static synthetic com.google.protobuf.Descriptors$ServiceDescriptor[] access$800 () static synthetic com.google.protobuf.Descriptors$FieldDescriptor[] access$1000 () static synthetic java.lang.Object access$2100 (java.lang.Object[], int, com.google.protobuf.Descriptors$NumberGetter, int) Object[] x0 int x1 com.google.protobuf.Descriptors$NumberGetter x2 int x3 static synthetic com.google.protobuf.Descriptors$OneofDescriptor[] access$2200 () static synthetic java.lang.String access$2300 (com.google.protobuf.Descriptors$FileDescriptor, com.google.protobuf.Descriptors$Descriptor, java.lang.String) com.google.protobuf.Descriptors$FileDescriptor x0 com.google.protobuf.Descriptors$Descriptor x1 String x2 static synthetic int[] access$2800 () static void <clinit> () }
com/google/protobuf/DiscardUnknownFieldsParser$1.class
DiscardUnknownFieldsParser.java package com.google.protobuf com.google.protobuf.DiscardUnknownFieldsParser$1 extends com.google.protobuf.AbstractParser { final synthetic com.google.protobuf.Parser val$parser void <init> (com.google.protobuf.Parser) public com.google.protobuf.Message parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DiscardUnknownFieldsParser.class
DiscardUnknownFieldsParser.java package com.google.protobuf public final com.google.protobuf.DiscardUnknownFieldsParser extends java.lang.Object { public static final com.google.protobuf.Parser wrap (com.google.protobuf.Parser) com.google.protobuf.Parser parser private void <init> () }
com/google/protobuf/DoubleValue$1.class
DoubleValue.java package com.google.protobuf com.google.protobuf.DoubleValue$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.DoubleValue parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DoubleValue$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DoubleValue$Builder.class
DoubleValue.java package com.google.protobuf public final com.google.protobuf.DoubleValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DoubleValueOrBuilder { private double value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.DoubleValue$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DoubleValue getDefaultInstanceForType () public com.google.protobuf.DoubleValue build () com.google.protobuf.DoubleValue result public com.google.protobuf.DoubleValue buildPartial () com.google.protobuf.DoubleValue result public com.google.protobuf.DoubleValue$Builder clone () public com.google.protobuf.DoubleValue$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DoubleValue$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.DoubleValue$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DoubleValue$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DoubleValue$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.DoubleValue$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.DoubleValue$Builder mergeFrom (com.google.protobuf.DoubleValue) com.google.protobuf.DoubleValue other public final boolean isInitialized () public com.google.protobuf.DoubleValue$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public double getValue () public com.google.protobuf.DoubleValue$Builder setValue (double) double value public com.google.protobuf.DoubleValue$Builder clearValue () public final com.google.protobuf.DoubleValue$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.DoubleValue$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.DoubleValue$1) com.google.protobuf.DoubleValue$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.DoubleValue$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.DoubleValue$1 x1 }
com/google/protobuf/DoubleValue.class
DoubleValue.java package com.google.protobuf public final com.google.protobuf.DoubleValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DoubleValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private double value_ private byte memoizedIsInitialized private static final com.google.protobuf.DoubleValue DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public double getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.DoubleValue other public int hashCode () int hash public static com.google.protobuf.DoubleValue parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.DoubleValue parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DoubleValue parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.DoubleValue parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DoubleValue parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.DoubleValue parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DoubleValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DoubleValue parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DoubleValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.DoubleValue parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.DoubleValue parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.DoubleValue parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.DoubleValue$Builder newBuilderForType () public static com.google.protobuf.DoubleValue$Builder newBuilder () public static com.google.protobuf.DoubleValue$Builder newBuilder (com.google.protobuf.DoubleValue) com.google.protobuf.DoubleValue prototype public com.google.protobuf.DoubleValue$Builder toBuilder () protected com.google.protobuf.DoubleValue$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.DoubleValue$Builder builder public static com.google.protobuf.DoubleValue getDefaultInstance () public static com.google.protobuf.DoubleValue of (double) double value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.DoubleValue getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.DoubleValue$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.DoubleValue$1 x1 static synthetic double access$302 (com.google.protobuf.DoubleValue, double) com.google.protobuf.DoubleValue x0 double x1 static void <clinit> () }
com/google/protobuf/DoubleValueOrBuilder.class
DoubleValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.DoubleValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract double getValue () }
com/google/protobuf/Duration$1.class
Duration.java package com.google.protobuf com.google.protobuf.Duration$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Duration parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Duration$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Duration$Builder.class
Duration.java package com.google.protobuf public final com.google.protobuf.Duration$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.DurationOrBuilder { private long seconds_ private int nanos_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Duration$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Duration getDefaultInstanceForType () public com.google.protobuf.Duration build () com.google.protobuf.Duration result public com.google.protobuf.Duration buildPartial () com.google.protobuf.Duration result public com.google.protobuf.Duration$Builder clone () public com.google.protobuf.Duration$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Duration$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Duration$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Duration$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Duration$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Duration$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Duration$Builder mergeFrom (com.google.protobuf.Duration) com.google.protobuf.Duration other public final boolean isInitialized () public com.google.protobuf.Duration$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public long getSeconds () public com.google.protobuf.Duration$Builder setSeconds (long) long value public com.google.protobuf.Duration$Builder clearSeconds () public int getNanos () public com.google.protobuf.Duration$Builder setNanos (int) int value public com.google.protobuf.Duration$Builder clearNanos () public final com.google.protobuf.Duration$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Duration$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Duration$1) com.google.protobuf.Duration$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Duration$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Duration$1 x1 }
com/google/protobuf/Duration.class
Duration.java package com.google.protobuf public final com.google.protobuf.Duration extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DurationOrBuilder { private static final long serialVersionUID public static final int SECONDS_FIELD_NUMBER private long seconds_ public static final int NANOS_FIELD_NUMBER private int nanos_ private byte memoizedIsInitialized private static final com.google.protobuf.Duration DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public long getSeconds () public int getNanos () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Duration other public int hashCode () int hash public static com.google.protobuf.Duration parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Duration parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Duration parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Duration parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Duration parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Duration parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Duration parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Duration parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Duration parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Duration parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Duration parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Duration parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Duration$Builder newBuilderForType () public static com.google.protobuf.Duration$Builder newBuilder () public static com.google.protobuf.Duration$Builder newBuilder (com.google.protobuf.Duration) com.google.protobuf.Duration prototype public com.google.protobuf.Duration$Builder toBuilder () protected com.google.protobuf.Duration$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Duration$Builder builder public static com.google.protobuf.Duration getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Duration getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Duration$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Duration$1 x1 static synthetic long access$302 (com.google.protobuf.Duration, long) com.google.protobuf.Duration x0 long x1 static synthetic int access$402 (com.google.protobuf.Duration, int) com.google.protobuf.Duration x0 int x1 static void <clinit> () }
com/google/protobuf/DurationOrBuilder.class
DurationOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.DurationOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract long getSeconds () public abstract int getNanos () }
com/google/protobuf/DurationProto.class
DurationProto.java package com.google.protobuf public final com.google.protobuf.DurationProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Duration_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Duration_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/DynamicMessage$1.class
DynamicMessage.java package com.google.protobuf com.google.protobuf.DynamicMessage$1 extends com.google.protobuf.AbstractParser { final synthetic com.google.protobuf.DynamicMessage this$0 void <init> (com.google.protobuf.DynamicMessage) com.google.protobuf.DynamicMessage this$0 public com.google.protobuf.DynamicMessage parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.DynamicMessage$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/DynamicMessage$2.class
DynamicMessage.java package com.google.protobuf synthetic com.google.protobuf.DynamicMessage$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$Type static void <clinit> () }
com/google/protobuf/DynamicMessage$Builder.class
DynamicMessage.java package com.google.protobuf public final com.google.protobuf.DynamicMessage$Builder extends com.google.protobuf.AbstractMessage$Builder { private final com.google.protobuf.Descriptors$Descriptor type private com.google.protobuf.FieldSet$Builder fields private final com.google.protobuf.Descriptors$FieldDescriptor[] oneofCases private com.google.protobuf.UnknownFieldSet unknownFields private void <init> (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor type public com.google.protobuf.DynamicMessage$Builder clear () public com.google.protobuf.DynamicMessage$Builder mergeFrom (com.google.protobuf.Message) int i com.google.protobuf.DynamicMessage otherDynamicMessage com.google.protobuf.Message other public com.google.protobuf.DynamicMessage build () private com.google.protobuf.DynamicMessage buildParsed () throws com.google.protobuf.InvalidProtocolBufferException public com.google.protobuf.DynamicMessage buildPartial () com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.DynamicMessage result public com.google.protobuf.DynamicMessage$Builder clone () com.google.protobuf.DynamicMessage$Builder result public boolean isInitialized () com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DynamicMessage getDefaultInstanceForType () public java.util.Map getAllFields () public com.google.protobuf.DynamicMessage$Builder newBuilderForField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.DynamicMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof com.google.protobuf.Descriptors$FieldDescriptor field public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field Object result public com.google.protobuf.DynamicMessage$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) int index com.google.protobuf.Descriptors$FieldDescriptor oldField com.google.protobuf.Descriptors$FieldDescriptor field Object value com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor public com.google.protobuf.DynamicMessage$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) int index com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.DynamicMessage$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.DynamicMessage$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.UnknownFieldSet getUnknownFields () public com.google.protobuf.DynamicMessage$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public com.google.protobuf.DynamicMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields private void verifyContainingType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field private void verifyOneofContainingType (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof private void verifySingularValueType (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value private void verifyType (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) Object item com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Message$Builder getFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field Object existingValue com.google.protobuf.Message$Builder builder public com.google.protobuf.Message$Builder getRepeatedFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index com.google.protobuf.Message$Builder builder private static com.google.protobuf.Message$Builder toMessageBuilder (java.lang.Object) Object o public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder newBuilderForField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic com.google.protobuf.DynamicMessage access$000 (com.google.protobuf.DynamicMessage$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.DynamicMessage$Builder x0 synthetic void <init> (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.DynamicMessage$1) com.google.protobuf.Descriptors$Descriptor x0 com.google.protobuf.DynamicMessage$1 x1 }
com/google/protobuf/DynamicMessage.class
DynamicMessage.java package com.google.protobuf public final com.google.protobuf.DynamicMessage extends com.google.protobuf.AbstractMessage { private final com.google.protobuf.Descriptors$Descriptor type private final com.google.protobuf.FieldSet fields private final com.google.protobuf.Descriptors$FieldDescriptor[] oneofCases private final com.google.protobuf.UnknownFieldSet unknownFields private int memoizedSize void <init> (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.FieldSet, com.google.protobuf.Descriptors$FieldDescriptor[], com.google.protobuf.UnknownFieldSet) com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.FieldSet fields com.google.protobuf.Descriptors$FieldDescriptor[] oneofCases com.google.protobuf.UnknownFieldSet unknownFields public static com.google.protobuf.DynamicMessage getDefaultInstance (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor type int oneofDeclCount com.google.protobuf.Descriptors$FieldDescriptor[] oneofCases public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.CodedInputStream input public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistry) throws java.io.IOException com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistry extensionRegistry public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.ByteString data public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistry extensionRegistry public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, byte[]) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Descriptors$Descriptor type byte[] data public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, byte[], com.google.protobuf.ExtensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Descriptors$Descriptor type byte[] data com.google.protobuf.ExtensionRegistry extensionRegistry public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, java.io.InputStream) throws java.io.IOException com.google.protobuf.Descriptors$Descriptor type java.io.InputStream input public static com.google.protobuf.DynamicMessage parseFrom (com.google.protobuf.Descriptors$Descriptor, java.io.InputStream, com.google.protobuf.ExtensionRegistry) throws java.io.IOException com.google.protobuf.Descriptors$Descriptor type java.io.InputStream input com.google.protobuf.ExtensionRegistry extensionRegistry public static com.google.protobuf.DynamicMessage$Builder newBuilder (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor type public static com.google.protobuf.DynamicMessage$Builder newBuilder (com.google.protobuf.Message) com.google.protobuf.Message prototype public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.DynamicMessage getDefaultInstanceForType () public java.util.Map getAllFields () public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field Object result public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.UnknownFieldSet getUnknownFields () static boolean isInitialized (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.FieldSet) com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.FieldSet fields public boolean isInitialized () public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public com.google.protobuf.DynamicMessage$Builder newBuilderForType () public com.google.protobuf.DynamicMessage$Builder toBuilder () public com.google.protobuf.Parser getParserForType () private void verifyContainingType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field private void verifyOneofContainingType (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static synthetic com.google.protobuf.Descriptors$Descriptor access$200 (com.google.protobuf.DynamicMessage) com.google.protobuf.DynamicMessage x0 static synthetic com.google.protobuf.FieldSet access$300 (com.google.protobuf.DynamicMessage) com.google.protobuf.DynamicMessage x0 static synthetic com.google.protobuf.UnknownFieldSet access$400 (com.google.protobuf.DynamicMessage) com.google.protobuf.DynamicMessage x0 static synthetic com.google.protobuf.Descriptors$FieldDescriptor[] access$500 (com.google.protobuf.DynamicMessage) com.google.protobuf.DynamicMessage x0 }
com/google/protobuf/Empty$1.class
Empty.java package com.google.protobuf com.google.protobuf.Empty$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Empty parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Empty$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Empty$Builder.class
Empty.java package com.google.protobuf public final com.google.protobuf.Empty$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.EmptyOrBuilder { public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Empty$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Empty getDefaultInstanceForType () public com.google.protobuf.Empty build () com.google.protobuf.Empty result public com.google.protobuf.Empty buildPartial () com.google.protobuf.Empty result public com.google.protobuf.Empty$Builder clone () public com.google.protobuf.Empty$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Empty$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Empty$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Empty$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Empty$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Empty$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Empty$Builder mergeFrom (com.google.protobuf.Empty) com.google.protobuf.Empty other public final boolean isInitialized () public com.google.protobuf.Empty$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public final com.google.protobuf.Empty$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Empty$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Empty$1) com.google.protobuf.Empty$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Empty$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Empty$1 x1 }
com/google/protobuf/Empty.class
Empty.java package com.google.protobuf public final com.google.protobuf.Empty extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.EmptyOrBuilder { private static final long serialVersionUID private byte memoizedIsInitialized private static final com.google.protobuf.Empty DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Empty other public int hashCode () int hash public static com.google.protobuf.Empty parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Empty parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Empty parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Empty parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Empty parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Empty parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Empty parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Empty parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Empty parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Empty parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Empty parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Empty parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Empty$Builder newBuilderForType () public static com.google.protobuf.Empty$Builder newBuilder () public static com.google.protobuf.Empty$Builder newBuilder (com.google.protobuf.Empty) com.google.protobuf.Empty prototype public com.google.protobuf.Empty$Builder toBuilder () protected com.google.protobuf.Empty$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Empty$Builder builder public static com.google.protobuf.Empty getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Empty getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Empty$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Empty$1 x1 static void <clinit> () }
com/google/protobuf/EmptyOrBuilder.class
EmptyOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.EmptyOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { }
com/google/protobuf/EmptyProto.class
EmptyProto.java package com.google.protobuf public final com.google.protobuf.EmptyProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Empty_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Empty_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/Enum$1.class
Enum.java package com.google.protobuf com.google.protobuf.Enum$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Enum parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Enum$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Enum$Builder.class
Enum.java package com.google.protobuf public final com.google.protobuf.Enum$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.EnumOrBuilder { private int bitField0_ private Object name_ private java.util.List enumvalue_ private com.google.protobuf.RepeatedFieldBuilderV3 enumvalueBuilder_ private java.util.List options_ private com.google.protobuf.RepeatedFieldBuilderV3 optionsBuilder_ private com.google.protobuf.SourceContext sourceContext_ private com.google.protobuf.SingleFieldBuilderV3 sourceContextBuilder_ private int syntax_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Enum$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Enum getDefaultInstanceForType () public com.google.protobuf.Enum build () com.google.protobuf.Enum result public com.google.protobuf.Enum buildPartial () com.google.protobuf.Enum result int from_bitField0_ public com.google.protobuf.Enum$Builder clone () public com.google.protobuf.Enum$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Enum$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Enum$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Enum$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Enum$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Enum$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Enum$Builder mergeFrom (com.google.protobuf.Enum) com.google.protobuf.Enum other public final boolean isInitialized () public com.google.protobuf.Enum$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.EnumValue m com.google.protobuf.Option m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Enum$Builder setName (java.lang.String) String value public com.google.protobuf.Enum$Builder clearName () public com.google.protobuf.Enum$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureEnumvalueIsMutable () public java.util.List getEnumvalueList () public int getEnumvalueCount () public com.google.protobuf.EnumValue getEnumvalue (int) int index public com.google.protobuf.Enum$Builder setEnumvalue (int, com.google.protobuf.EnumValue) int index com.google.protobuf.EnumValue value public com.google.protobuf.Enum$Builder setEnumvalue (int, com.google.protobuf.EnumValue$Builder) int index com.google.protobuf.EnumValue$Builder builderForValue public com.google.protobuf.Enum$Builder addEnumvalue (com.google.protobuf.EnumValue) com.google.protobuf.EnumValue value public com.google.protobuf.Enum$Builder addEnumvalue (int, com.google.protobuf.EnumValue) int index com.google.protobuf.EnumValue value public com.google.protobuf.Enum$Builder addEnumvalue (com.google.protobuf.EnumValue$Builder) com.google.protobuf.EnumValue$Builder builderForValue public com.google.protobuf.Enum$Builder addEnumvalue (int, com.google.protobuf.EnumValue$Builder) int index com.google.protobuf.EnumValue$Builder builderForValue public com.google.protobuf.Enum$Builder addAllEnumvalue (java.lang.Iterable) Iterable values public com.google.protobuf.Enum$Builder clearEnumvalue () public com.google.protobuf.Enum$Builder removeEnumvalue (int) int index public com.google.protobuf.EnumValue$Builder getEnumvalueBuilder (int) int index public com.google.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder (int) int index public java.util.List getEnumvalueOrBuilderList () public com.google.protobuf.EnumValue$Builder addEnumvalueBuilder () public com.google.protobuf.EnumValue$Builder addEnumvalueBuilder (int) int index public java.util.List getEnumvalueBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getEnumvalueFieldBuilder () private void ensureOptionsIsMutable () public java.util.List getOptionsList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.Enum$Builder setOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Enum$Builder setOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Enum$Builder addOptions (com.google.protobuf.Option) com.google.protobuf.Option value public com.google.protobuf.Enum$Builder addOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Enum$Builder addOptions (com.google.protobuf.Option$Builder) com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Enum$Builder addOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Enum$Builder addAllOptions (java.lang.Iterable) Iterable values public com.google.protobuf.Enum$Builder clearOptions () public com.google.protobuf.Enum$Builder removeOptions (int) int index public com.google.protobuf.Option$Builder getOptionsBuilder (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.util.List getOptionsOrBuilderList () public com.google.protobuf.Option$Builder addOptionsBuilder () public com.google.protobuf.Option$Builder addOptionsBuilder (int) int index public java.util.List getOptionsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getOptionsFieldBuilder () public boolean hasSourceContext () public com.google.protobuf.SourceContext getSourceContext () public com.google.protobuf.Enum$Builder setSourceContext (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext value public com.google.protobuf.Enum$Builder setSourceContext (com.google.protobuf.SourceContext$Builder) com.google.protobuf.SourceContext$Builder builderForValue public com.google.protobuf.Enum$Builder mergeSourceContext (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext value public com.google.protobuf.Enum$Builder clearSourceContext () public com.google.protobuf.SourceContext$Builder getSourceContextBuilder () public com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getSourceContextFieldBuilder () public int getSyntaxValue () public com.google.protobuf.Enum$Builder setSyntaxValue (int) int value public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public com.google.protobuf.Enum$Builder setSyntax (com.google.protobuf.Syntax) com.google.protobuf.Syntax value public com.google.protobuf.Enum$Builder clearSyntax () public final com.google.protobuf.Enum$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Enum$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Enum$1) com.google.protobuf.Enum$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Enum$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Enum$1 x1 }
com/google/protobuf/Enum.class
Enum.java package com.google.protobuf public final com.google.protobuf.Enum extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.EnumOrBuilder { private static final long serialVersionUID public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int ENUMVALUE_FIELD_NUMBER private java.util.List enumvalue_ public static final int OPTIONS_FIELD_NUMBER private java.util.List options_ public static final int SOURCE_CONTEXT_FIELD_NUMBER private com.google.protobuf.SourceContext sourceContext_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private byte memoizedIsInitialized private static final com.google.protobuf.Enum DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.util.List getEnumvalueList () public java.util.List getEnumvalueOrBuilderList () public int getEnumvalueCount () public com.google.protobuf.EnumValue getEnumvalue (int) int index public com.google.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder (int) int index public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public boolean hasSourceContext () public com.google.protobuf.SourceContext getSourceContext () public com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () public int getSyntaxValue () public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Enum other public int hashCode () int hash public static com.google.protobuf.Enum parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Enum parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Enum parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Enum parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Enum parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Enum parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Enum parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Enum parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Enum parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Enum parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Enum parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Enum parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Enum$Builder newBuilderForType () public static com.google.protobuf.Enum$Builder newBuilder () public static com.google.protobuf.Enum$Builder newBuilder (com.google.protobuf.Enum) com.google.protobuf.Enum prototype public com.google.protobuf.Enum$Builder toBuilder () protected com.google.protobuf.Enum$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Enum$Builder builder public static com.google.protobuf.Enum getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Enum getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Enum$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Enum$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Enum, java.lang.Object) com.google.protobuf.Enum x0 Object x1 static synthetic java.util.List access$402 (com.google.protobuf.Enum, java.util.List) com.google.protobuf.Enum x0 java.util.List x1 static synthetic java.util.List access$502 (com.google.protobuf.Enum, java.util.List) com.google.protobuf.Enum x0 java.util.List x1 static synthetic com.google.protobuf.SourceContext access$602 (com.google.protobuf.Enum, com.google.protobuf.SourceContext) com.google.protobuf.Enum x0 com.google.protobuf.SourceContext x1 static synthetic int access$702 (com.google.protobuf.Enum, int) com.google.protobuf.Enum x0 int x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Enum) com.google.protobuf.Enum x0 static synthetic java.util.List access$400 (com.google.protobuf.Enum) com.google.protobuf.Enum x0 static synthetic java.util.List access$500 (com.google.protobuf.Enum) com.google.protobuf.Enum x0 static synthetic int access$700 (com.google.protobuf.Enum) com.google.protobuf.Enum x0 static void <clinit> () }
com/google/protobuf/EnumOrBuilder.class
EnumOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.EnumOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.util.List getEnumvalueList () public abstract com.google.protobuf.EnumValue getEnumvalue (int) public abstract int getEnumvalueCount () public abstract java.util.List getEnumvalueOrBuilderList () public abstract com.google.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder (int) public abstract java.util.List getOptionsList () public abstract com.google.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.util.List getOptionsOrBuilderList () public abstract com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) public abstract boolean hasSourceContext () public abstract com.google.protobuf.SourceContext getSourceContext () public abstract com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () public abstract int getSyntaxValue () public abstract com.google.protobuf.Syntax getSyntax () }
com/google/protobuf/EnumValue$1.class
EnumValue.java package com.google.protobuf com.google.protobuf.EnumValue$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.EnumValue parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.EnumValue$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/EnumValue$Builder.class
EnumValue.java package com.google.protobuf public final com.google.protobuf.EnumValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.EnumValueOrBuilder { private int bitField0_ private Object name_ private int number_ private java.util.List options_ private com.google.protobuf.RepeatedFieldBuilderV3 optionsBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.EnumValue$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.EnumValue getDefaultInstanceForType () public com.google.protobuf.EnumValue build () com.google.protobuf.EnumValue result public com.google.protobuf.EnumValue buildPartial () com.google.protobuf.EnumValue result int from_bitField0_ public com.google.protobuf.EnumValue$Builder clone () public com.google.protobuf.EnumValue$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.EnumValue$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.EnumValue$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.EnumValue$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.EnumValue$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.EnumValue$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.EnumValue$Builder mergeFrom (com.google.protobuf.EnumValue) com.google.protobuf.EnumValue other public final boolean isInitialized () public com.google.protobuf.EnumValue$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Option m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.EnumValue$Builder setName (java.lang.String) String value public com.google.protobuf.EnumValue$Builder clearName () public com.google.protobuf.EnumValue$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public int getNumber () public com.google.protobuf.EnumValue$Builder setNumber (int) int value public com.google.protobuf.EnumValue$Builder clearNumber () private void ensureOptionsIsMutable () public java.util.List getOptionsList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.EnumValue$Builder setOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.EnumValue$Builder setOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.EnumValue$Builder addOptions (com.google.protobuf.Option) com.google.protobuf.Option value public com.google.protobuf.EnumValue$Builder addOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.EnumValue$Builder addOptions (com.google.protobuf.Option$Builder) com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.EnumValue$Builder addOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.EnumValue$Builder addAllOptions (java.lang.Iterable) Iterable values public com.google.protobuf.EnumValue$Builder clearOptions () public com.google.protobuf.EnumValue$Builder removeOptions (int) int index public com.google.protobuf.Option$Builder getOptionsBuilder (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.util.List getOptionsOrBuilderList () public com.google.protobuf.Option$Builder addOptionsBuilder () public com.google.protobuf.Option$Builder addOptionsBuilder (int) int index public java.util.List getOptionsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getOptionsFieldBuilder () public final com.google.protobuf.EnumValue$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.EnumValue$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.EnumValue$1) com.google.protobuf.EnumValue$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.EnumValue$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.EnumValue$1 x1 }
com/google/protobuf/EnumValue.class
EnumValue.java package com.google.protobuf public final com.google.protobuf.EnumValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.EnumValueOrBuilder { private static final long serialVersionUID public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int OPTIONS_FIELD_NUMBER private java.util.List options_ private byte memoizedIsInitialized private static final com.google.protobuf.EnumValue DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public int getNumber () public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.EnumValue other public int hashCode () int hash public static com.google.protobuf.EnumValue parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.EnumValue parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.EnumValue parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.EnumValue parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.EnumValue parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.EnumValue parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.EnumValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.EnumValue parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.EnumValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.EnumValue parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.EnumValue parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.EnumValue parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.EnumValue$Builder newBuilderForType () public static com.google.protobuf.EnumValue$Builder newBuilder () public static com.google.protobuf.EnumValue$Builder newBuilder (com.google.protobuf.EnumValue) com.google.protobuf.EnumValue prototype public com.google.protobuf.EnumValue$Builder toBuilder () protected com.google.protobuf.EnumValue$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.EnumValue$Builder builder public static com.google.protobuf.EnumValue getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.EnumValue getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.EnumValue$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.EnumValue$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.EnumValue, java.lang.Object) com.google.protobuf.EnumValue x0 Object x1 static synthetic int access$402 (com.google.protobuf.EnumValue, int) com.google.protobuf.EnumValue x0 int x1 static synthetic java.util.List access$502 (com.google.protobuf.EnumValue, java.util.List) com.google.protobuf.EnumValue x0 java.util.List x1 static synthetic java.lang.Object access$300 (com.google.protobuf.EnumValue) com.google.protobuf.EnumValue x0 static synthetic java.util.List access$500 (com.google.protobuf.EnumValue) com.google.protobuf.EnumValue x0 static void <clinit> () }
com/google/protobuf/EnumValueOrBuilder.class
EnumValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.EnumValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract int getNumber () public abstract java.util.List getOptionsList () public abstract com.google.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.util.List getOptionsOrBuilderList () public abstract com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) }
com/google/protobuf/Extension$ExtensionType.class
Extension.java package com.google.protobuf public final enum com.google.protobuf.Extension$ExtensionType extends java.lang.Enum { public static final enum com.google.protobuf.Extension$ExtensionType IMMUTABLE public static final enum com.google.protobuf.Extension$ExtensionType MUTABLE public static final enum com.google.protobuf.Extension$ExtensionType PROTO1 private static final synthetic com.google.protobuf.Extension$ExtensionType[] $VALUES public static com.google.protobuf.Extension$ExtensionType[] values () public static com.google.protobuf.Extension$ExtensionType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.Extension$ExtensionType[] $values () static void <clinit> () }
com/google/protobuf/Extension$MessageType.class
Extension.java package com.google.protobuf public final enum com.google.protobuf.Extension$MessageType extends java.lang.Enum { public static final enum com.google.protobuf.Extension$MessageType PROTO1 public static final enum com.google.protobuf.Extension$MessageType PROTO2 private static final synthetic com.google.protobuf.Extension$MessageType[] $VALUES public static com.google.protobuf.Extension$MessageType[] values () public static com.google.protobuf.Extension$MessageType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.Extension$MessageType[] $values () static void <clinit> () }
com/google/protobuf/Extension.class
Extension.java package com.google.protobuf public abstract com.google.protobuf.Extension extends com.google.protobuf.ExtensionLite { public void <init> () public abstract com.google.protobuf.Message getMessageDefaultInstance () public abstract com.google.protobuf.Descriptors$FieldDescriptor getDescriptor () final boolean isLite () protected abstract com.google.protobuf.Extension$ExtensionType getExtensionType () public com.google.protobuf.Extension$MessageType getMessageType () protected abstract java.lang.Object fromReflectionType (java.lang.Object) protected abstract java.lang.Object singularFromReflectionType (java.lang.Object) protected abstract java.lang.Object toReflectionType (java.lang.Object) protected abstract java.lang.Object singularToReflectionType (java.lang.Object) public volatile synthetic com.google.protobuf.MessageLite getMessageDefaultInstance () }
com/google/protobuf/ExtensionRegistry$1.class
ExtensionRegistry.java package com.google.protobuf synthetic com.google.protobuf.ExtensionRegistry$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Extension$ExtensionType static void <clinit> () }
com/google/protobuf/ExtensionRegistry$DescriptorIntPair.class
ExtensionRegistry.java package com.google.protobuf final com.google.protobuf.ExtensionRegistry$DescriptorIntPair extends java.lang.Object { private final com.google.protobuf.Descriptors$Descriptor descriptor private final int number void <init> (com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.Descriptors$Descriptor descriptor int number public int hashCode () public boolean equals (java.lang.Object) Object obj com.google.protobuf.ExtensionRegistry$DescriptorIntPair other static synthetic com.google.protobuf.Descriptors$Descriptor access$000 (com.google.protobuf.ExtensionRegistry$DescriptorIntPair) com.google.protobuf.ExtensionRegistry$DescriptorIntPair x0 }
com/google/protobuf/ExtensionRegistry$ExtensionInfo.class
ExtensionRegistry.java package com.google.protobuf public final com.google.protobuf.ExtensionRegistry$ExtensionInfo extends java.lang.Object { public final com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.Message defaultInstance private void <init> (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor descriptor private void <init> (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Descriptors$FieldDescriptor descriptor com.google.protobuf.Message defaultInstance synthetic void <init> (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message, com.google.protobuf.ExtensionRegistry$1) com.google.protobuf.Descriptors$FieldDescriptor x0 com.google.protobuf.Message x1 com.google.protobuf.ExtensionRegistry$1 x2 }
com/google/protobuf/ExtensionRegistry.class
ExtensionRegistry.java package com.google.protobuf public com.google.protobuf.ExtensionRegistry extends com.google.protobuf.ExtensionRegistryLite { private final java.util.Map immutableExtensionsByName private final java.util.Map mutableExtensionsByName private final java.util.Map immutableExtensionsByNumber private final java.util.Map mutableExtensionsByNumber static final com.google.protobuf.ExtensionRegistry EMPTY_REGISTRY public static com.google.protobuf.ExtensionRegistry newInstance () public static com.google.protobuf.ExtensionRegistry getEmptyRegistry () public com.google.protobuf.ExtensionRegistry getUnmodifiable () public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByName (java.lang.String) String fullName public com.google.protobuf.ExtensionRegistry$ExtensionInfo findImmutableExtensionByName (java.lang.String) String fullName public com.google.protobuf.ExtensionRegistry$ExtensionInfo findMutableExtensionByName (java.lang.String) String fullName public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByNumber (com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.Descriptors$Descriptor containingType int fieldNumber public com.google.protobuf.ExtensionRegistry$ExtensionInfo findImmutableExtensionByNumber (com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.Descriptors$Descriptor containingType int fieldNumber public com.google.protobuf.ExtensionRegistry$ExtensionInfo findMutableExtensionByNumber (com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.Descriptors$Descriptor containingType int fieldNumber public java.util.Set getAllMutableExtensionsByExtendedType (java.lang.String) com.google.protobuf.ExtensionRegistry$DescriptorIntPair pair String fullName java.util.HashSet extensions public java.util.Set getAllImmutableExtensionsByExtendedType (java.lang.String) com.google.protobuf.ExtensionRegistry$DescriptorIntPair pair String fullName java.util.HashSet extensions public void add (com.google.protobuf.Extension) com.google.protobuf.Extension extension public void add (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension static com.google.protobuf.ExtensionRegistry$ExtensionInfo newExtensionInfo (com.google.protobuf.Extension) com.google.protobuf.Extension extension public void add (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor type com.google.protobuf.ExtensionRegistry$ExtensionInfo info public void add (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Descriptors$FieldDescriptor type com.google.protobuf.Message defaultInstance private void <init> () private void <init> (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry other void <init> (boolean) boolean empty private void add (com.google.protobuf.ExtensionRegistry$ExtensionInfo, com.google.protobuf.Extension$ExtensionType) java.util.Map extensionsByName java.util.Map extensionsByNumber java.util.Map extensionsByName java.util.Map extensionsByNumber com.google.protobuf.ExtensionRegistry$ExtensionInfo extension com.google.protobuf.Extension$ExtensionType extensionType java.util.Map extensionsByName java.util.Map extensionsByNumber com.google.protobuf.Descriptors$FieldDescriptor field public volatile synthetic com.google.protobuf.ExtensionRegistryLite getUnmodifiable () static void <clinit> () }
com/google/protobuf/ExtensionSchemaFull$1.class
ExtensionSchemaFull.java package com.google.protobuf synthetic com.google.protobuf.ExtensionSchemaFull$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/ExtensionSchemaFull.class
ExtensionSchemaFull.java package com.google.protobuf final com.google.protobuf.ExtensionSchemaFull extends com.google.protobuf.ExtensionSchema { private static final long EXTENSION_FIELD_OFFSET void <init> () private static long getExtensionsFieldOffset () java.lang.reflect.Field field Throwable e boolean hasExtensions (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite prototype public com.google.protobuf.FieldSet getExtensions (java.lang.Object) Object message void setExtensions (java.lang.Object, com.google.protobuf.FieldSet) Object message com.google.protobuf.FieldSet extensions com.google.protobuf.FieldSet getMutableExtensions (java.lang.Object) Object message com.google.protobuf.FieldSet extensions void makeImmutable (java.lang.Object) Object message java.lang.Object parseExtension (java.lang.Object, com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet, java.lang.Object, com.google.protobuf.UnknownFieldSchema) throws java.io.IOException java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list com.google.protobuf.Descriptors$EnumValueDescriptor enumDescriptor int number java.util.List list java.util.List enumList Object value int number Object enumValue Object oldValue Object value Object containerMessage com.google.protobuf.Reader reader Object extensionObject com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionRegistry$ExtensionInfo extension int fieldNumber int extensionNumber (java.util.Map$Entry) java.util.Map$Entry extension com.google.protobuf.Descriptors$FieldDescriptor descriptor void serializeExtension (com.google.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException com.google.protobuf.Descriptors$EnumValueDescriptor d java.util.List enumList java.util.List list com.google.protobuf.Writer writer java.util.Map$Entry extension com.google.protobuf.Descriptors$FieldDescriptor descriptor java.lang.Object findExtensionByNumber (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageLite, int) com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite defaultInstance int number void parseLengthPrefixedMessageSetItem (com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException Object value com.google.protobuf.Reader reader Object extension com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions com.google.protobuf.ExtensionRegistry$ExtensionInfo extensionInfo void parseMessageSetItem (com.google.protobuf.ByteString, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException com.google.protobuf.Reader reader com.google.protobuf.ByteString data Object extension com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions com.google.protobuf.ExtensionRegistry$ExtensionInfo extensionInfo Object value static void <clinit> () }
com/google/protobuf/Field$1.class
Field.java package com.google.protobuf com.google.protobuf.Field$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Field parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Field$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Field$Builder.class
Field.java package com.google.protobuf public final com.google.protobuf.Field$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.FieldOrBuilder { private int bitField0_ private int kind_ private int cardinality_ private int number_ private Object name_ private Object typeUrl_ private int oneofIndex_ private boolean packed_ private java.util.List options_ private com.google.protobuf.RepeatedFieldBuilderV3 optionsBuilder_ private Object jsonName_ private Object defaultValue_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Field$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Field getDefaultInstanceForType () public com.google.protobuf.Field build () com.google.protobuf.Field result public com.google.protobuf.Field buildPartial () com.google.protobuf.Field result int from_bitField0_ public com.google.protobuf.Field$Builder clone () public com.google.protobuf.Field$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Field$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Field$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Field$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Field$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Field$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Field$Builder mergeFrom (com.google.protobuf.Field) com.google.protobuf.Field other public final boolean isInitialized () public com.google.protobuf.Field$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Option m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public int getKindValue () public com.google.protobuf.Field$Builder setKindValue (int) int value public com.google.protobuf.Field$Kind getKind () com.google.protobuf.Field$Kind result public com.google.protobuf.Field$Builder setKind (com.google.protobuf.Field$Kind) com.google.protobuf.Field$Kind value public com.google.protobuf.Field$Builder clearKind () public int getCardinalityValue () public com.google.protobuf.Field$Builder setCardinalityValue (int) int value public com.google.protobuf.Field$Cardinality getCardinality () com.google.protobuf.Field$Cardinality result public com.google.protobuf.Field$Builder setCardinality (com.google.protobuf.Field$Cardinality) com.google.protobuf.Field$Cardinality value public com.google.protobuf.Field$Builder clearCardinality () public int getNumber () public com.google.protobuf.Field$Builder setNumber (int) int value public com.google.protobuf.Field$Builder clearNumber () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Field$Builder setName (java.lang.String) String value public com.google.protobuf.Field$Builder clearName () public com.google.protobuf.Field$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.lang.String getTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTypeUrlBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Field$Builder setTypeUrl (java.lang.String) String value public com.google.protobuf.Field$Builder clearTypeUrl () public com.google.protobuf.Field$Builder setTypeUrlBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public int getOneofIndex () public com.google.protobuf.Field$Builder setOneofIndex (int) int value public com.google.protobuf.Field$Builder clearOneofIndex () public boolean getPacked () public com.google.protobuf.Field$Builder setPacked (boolean) boolean value public com.google.protobuf.Field$Builder clearPacked () private void ensureOptionsIsMutable () public java.util.List getOptionsList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.Field$Builder setOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Field$Builder setOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Field$Builder addOptions (com.google.protobuf.Option) com.google.protobuf.Option value public com.google.protobuf.Field$Builder addOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Field$Builder addOptions (com.google.protobuf.Option$Builder) com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Field$Builder addOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Field$Builder addAllOptions (java.lang.Iterable) Iterable values public com.google.protobuf.Field$Builder clearOptions () public com.google.protobuf.Field$Builder removeOptions (int) int index public com.google.protobuf.Option$Builder getOptionsBuilder (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.util.List getOptionsOrBuilderList () public com.google.protobuf.Option$Builder addOptionsBuilder () public com.google.protobuf.Option$Builder addOptionsBuilder (int) int index public java.util.List getOptionsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getOptionsFieldBuilder () public java.lang.String getJsonName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJsonNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Field$Builder setJsonName (java.lang.String) String value public com.google.protobuf.Field$Builder clearJsonName () public com.google.protobuf.Field$Builder setJsonNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.lang.String getDefaultValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getDefaultValueBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Field$Builder setDefaultValue (java.lang.String) String value public com.google.protobuf.Field$Builder clearDefaultValue () public com.google.protobuf.Field$Builder setDefaultValueBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.Field$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Field$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Field$1) com.google.protobuf.Field$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Field$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Field$1 x1 }
com/google/protobuf/Field$Cardinality$1.class
Field.java package com.google.protobuf com.google.protobuf.Field$Cardinality$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.Field$Cardinality findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/Field$Cardinality.class
Field.java package com.google.protobuf public final enum com.google.protobuf.Field$Cardinality extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.Field$Cardinality CARDINALITY_UNKNOWN public static final enum com.google.protobuf.Field$Cardinality CARDINALITY_OPTIONAL public static final enum com.google.protobuf.Field$Cardinality CARDINALITY_REQUIRED public static final enum com.google.protobuf.Field$Cardinality CARDINALITY_REPEATED public static final enum com.google.protobuf.Field$Cardinality UNRECOGNIZED public static final int CARDINALITY_UNKNOWN_VALUE public static final int CARDINALITY_OPTIONAL_VALUE public static final int CARDINALITY_REQUIRED_VALUE public static final int CARDINALITY_REPEATED_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.Field$Cardinality[] VALUES private final int value private static final synthetic com.google.protobuf.Field$Cardinality[] $VALUES public static com.google.protobuf.Field$Cardinality[] values () public static com.google.protobuf.Field$Cardinality valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.Field$Cardinality valueOf (int) int value public static com.google.protobuf.Field$Cardinality forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.Field$Cardinality valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.Field$Cardinality[] $values () static void <clinit> () }
com/google/protobuf/Field$Kind$1.class
Field.java package com.google.protobuf com.google.protobuf.Field$Kind$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.Field$Kind findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/Field$Kind.class
Field.java package com.google.protobuf public final enum com.google.protobuf.Field$Kind extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.Field$Kind TYPE_UNKNOWN public static final enum com.google.protobuf.Field$Kind TYPE_DOUBLE public static final enum com.google.protobuf.Field$Kind TYPE_FLOAT public static final enum com.google.protobuf.Field$Kind TYPE_INT64 public static final enum com.google.protobuf.Field$Kind TYPE_UINT64 public static final enum com.google.protobuf.Field$Kind TYPE_INT32 public static final enum com.google.protobuf.Field$Kind TYPE_FIXED64 public static final enum com.google.protobuf.Field$Kind TYPE_FIXED32 public static final enum com.google.protobuf.Field$Kind TYPE_BOOL public static final enum com.google.protobuf.Field$Kind TYPE_STRING public static final enum com.google.protobuf.Field$Kind TYPE_GROUP public static final enum com.google.protobuf.Field$Kind TYPE_MESSAGE public static final enum com.google.protobuf.Field$Kind TYPE_BYTES public static final enum com.google.protobuf.Field$Kind TYPE_UINT32 public static final enum com.google.protobuf.Field$Kind TYPE_ENUM public static final enum com.google.protobuf.Field$Kind TYPE_SFIXED32 public static final enum com.google.protobuf.Field$Kind TYPE_SFIXED64 public static final enum com.google.protobuf.Field$Kind TYPE_SINT32 public static final enum com.google.protobuf.Field$Kind TYPE_SINT64 public static final enum com.google.protobuf.Field$Kind UNRECOGNIZED public static final int TYPE_UNKNOWN_VALUE public static final int TYPE_DOUBLE_VALUE public static final int TYPE_FLOAT_VALUE public static final int TYPE_INT64_VALUE public static final int TYPE_UINT64_VALUE public static final int TYPE_INT32_VALUE public static final int TYPE_FIXED64_VALUE public static final int TYPE_FIXED32_VALUE public static final int TYPE_BOOL_VALUE public static final int TYPE_STRING_VALUE public static final int TYPE_GROUP_VALUE public static final int TYPE_MESSAGE_VALUE public static final int TYPE_BYTES_VALUE public static final int TYPE_UINT32_VALUE public static final int TYPE_ENUM_VALUE public static final int TYPE_SFIXED32_VALUE public static final int TYPE_SFIXED64_VALUE public static final int TYPE_SINT32_VALUE public static final int TYPE_SINT64_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.Field$Kind[] VALUES private final int value private static final synthetic com.google.protobuf.Field$Kind[] $VALUES public static com.google.protobuf.Field$Kind[] values () public static com.google.protobuf.Field$Kind valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.Field$Kind valueOf (int) int value public static com.google.protobuf.Field$Kind forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.Field$Kind valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.Field$Kind[] $values () static void <clinit> () }
com/google/protobuf/Field.class
Field.java package com.google.protobuf public final com.google.protobuf.Field extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.FieldOrBuilder { private static final long serialVersionUID public static final int KIND_FIELD_NUMBER private int kind_ public static final int CARDINALITY_FIELD_NUMBER private int cardinality_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int TYPE_URL_FIELD_NUMBER private volatile Object typeUrl_ public static final int ONEOF_INDEX_FIELD_NUMBER private int oneofIndex_ public static final int PACKED_FIELD_NUMBER private boolean packed_ public static final int OPTIONS_FIELD_NUMBER private java.util.List options_ public static final int JSON_NAME_FIELD_NUMBER private volatile Object jsonName_ public static final int DEFAULT_VALUE_FIELD_NUMBER private volatile Object defaultValue_ private byte memoizedIsInitialized private static final com.google.protobuf.Field DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public int getKindValue () public com.google.protobuf.Field$Kind getKind () com.google.protobuf.Field$Kind result public int getCardinalityValue () public com.google.protobuf.Field$Cardinality getCardinality () com.google.protobuf.Field$Cardinality result public int getNumber () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.lang.String getTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getTypeUrlBytes () com.google.protobuf.ByteString b Object ref public int getOneofIndex () public boolean getPacked () public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.lang.String getJsonName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getJsonNameBytes () com.google.protobuf.ByteString b Object ref public java.lang.String getDefaultValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getDefaultValueBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Field other public int hashCode () int hash public static com.google.protobuf.Field parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Field parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Field parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Field parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Field parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Field parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Field parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Field parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Field parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Field parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Field parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Field parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Field$Builder newBuilderForType () public static com.google.protobuf.Field$Builder newBuilder () public static com.google.protobuf.Field$Builder newBuilder (com.google.protobuf.Field) com.google.protobuf.Field prototype public com.google.protobuf.Field$Builder toBuilder () protected com.google.protobuf.Field$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Field$Builder builder public static com.google.protobuf.Field getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Field getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Field$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Field$1 x1 static synthetic int access$302 (com.google.protobuf.Field, int) com.google.protobuf.Field x0 int x1 static synthetic int access$402 (com.google.protobuf.Field, int) com.google.protobuf.Field x0 int x1 static synthetic int access$502 (com.google.protobuf.Field, int) com.google.protobuf.Field x0 int x1 static synthetic java.lang.Object access$602 (com.google.protobuf.Field, java.lang.Object) com.google.protobuf.Field x0 Object x1 static synthetic java.lang.Object access$702 (com.google.protobuf.Field, java.lang.Object) com.google.protobuf.Field x0 Object x1 static synthetic int access$802 (com.google.protobuf.Field, int) com.google.protobuf.Field x0 int x1 static synthetic boolean access$902 (com.google.protobuf.Field, boolean) com.google.protobuf.Field x0 boolean x1 static synthetic java.util.List access$1002 (com.google.protobuf.Field, java.util.List) com.google.protobuf.Field x0 java.util.List x1 static synthetic java.lang.Object access$1102 (com.google.protobuf.Field, java.lang.Object) com.google.protobuf.Field x0 Object x1 static synthetic java.lang.Object access$1202 (com.google.protobuf.Field, java.lang.Object) com.google.protobuf.Field x0 Object x1 static synthetic int access$300 (com.google.protobuf.Field) com.google.protobuf.Field x0 static synthetic int access$400 (com.google.protobuf.Field) com.google.protobuf.Field x0 static synthetic java.lang.Object access$600 (com.google.protobuf.Field) com.google.protobuf.Field x0 static synthetic java.lang.Object access$700 (com.google.protobuf.Field) com.google.protobuf.Field x0 static synthetic java.util.List access$1000 (com.google.protobuf.Field) com.google.protobuf.Field x0 static synthetic java.lang.Object access$1100 (com.google.protobuf.Field) com.google.protobuf.Field x0 static synthetic java.lang.Object access$1200 (com.google.protobuf.Field) com.google.protobuf.Field x0 static void <clinit> () }
com/google/protobuf/FieldMask$1.class
FieldMask.java package com.google.protobuf com.google.protobuf.FieldMask$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.FieldMask parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldMask$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/FieldMask$Builder.class
FieldMask.java package com.google.protobuf public final com.google.protobuf.FieldMask$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.FieldMaskOrBuilder { private int bitField0_ private com.google.protobuf.LazyStringList paths_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.FieldMask$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.FieldMask getDefaultInstanceForType () public com.google.protobuf.FieldMask build () com.google.protobuf.FieldMask result public com.google.protobuf.FieldMask buildPartial () com.google.protobuf.FieldMask result int from_bitField0_ public com.google.protobuf.FieldMask$Builder clone () public com.google.protobuf.FieldMask$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.FieldMask$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.FieldMask$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.FieldMask$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.FieldMask$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.FieldMask$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.FieldMask$Builder mergeFrom (com.google.protobuf.FieldMask) com.google.protobuf.FieldMask other public final boolean isInitialized () public com.google.protobuf.FieldMask$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException String s int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensurePathsIsMutable () public com.google.protobuf.ProtocolStringList getPathsList () public int getPathsCount () public java.lang.String getPaths (int) int index public com.google.protobuf.ByteString getPathsBytes (int) int index public com.google.protobuf.FieldMask$Builder setPaths (int, java.lang.String) int index String value public com.google.protobuf.FieldMask$Builder addPaths (java.lang.String) String value public com.google.protobuf.FieldMask$Builder addAllPaths (java.lang.Iterable) Iterable values public com.google.protobuf.FieldMask$Builder clearPaths () public com.google.protobuf.FieldMask$Builder addPathsBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.FieldMask$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.FieldMask$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getPathsList () synthetic void <init> (com.google.protobuf.FieldMask$1) com.google.protobuf.FieldMask$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.FieldMask$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.FieldMask$1 x1 }
com/google/protobuf/FieldMask.class
FieldMask.java package com.google.protobuf public final com.google.protobuf.FieldMask extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.FieldMaskOrBuilder { private static final long serialVersionUID public static final int PATHS_FIELD_NUMBER private com.google.protobuf.LazyStringList paths_ private byte memoizedIsInitialized private static final com.google.protobuf.FieldMask DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.ProtocolStringList getPathsList () public int getPathsCount () public java.lang.String getPaths (int) int index public com.google.protobuf.ByteString getPathsBytes (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.FieldMask other public int hashCode () int hash public static com.google.protobuf.FieldMask parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.FieldMask parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FieldMask parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.FieldMask parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FieldMask parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.FieldMask parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FieldMask parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.FieldMask parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FieldMask parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.FieldMask parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FieldMask parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.FieldMask parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.FieldMask$Builder newBuilderForType () public static com.google.protobuf.FieldMask$Builder newBuilder () public static com.google.protobuf.FieldMask$Builder newBuilder (com.google.protobuf.FieldMask) com.google.protobuf.FieldMask prototype public com.google.protobuf.FieldMask$Builder toBuilder () protected com.google.protobuf.FieldMask$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.FieldMask$Builder builder public static com.google.protobuf.FieldMask getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.FieldMask getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getPathsList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.FieldMask$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.FieldMask$1 x1 static synthetic com.google.protobuf.LazyStringList access$302 (com.google.protobuf.FieldMask, com.google.protobuf.LazyStringList) com.google.protobuf.FieldMask x0 com.google.protobuf.LazyStringList x1 static synthetic com.google.protobuf.LazyStringList access$300 (com.google.protobuf.FieldMask) com.google.protobuf.FieldMask x0 static void <clinit> () }
com/google/protobuf/FieldMaskOrBuilder.class
FieldMaskOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.FieldMaskOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getPathsList () public abstract int getPathsCount () public abstract java.lang.String getPaths (int) public abstract com.google.protobuf.ByteString getPathsBytes (int) }
com/google/protobuf/FieldMaskProto.class
FieldMaskProto.java package com.google.protobuf public final com.google.protobuf.FieldMaskProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_FieldMask_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_FieldMask_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/FieldOrBuilder.class
FieldOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.FieldOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract int getKindValue () public abstract com.google.protobuf.Field$Kind getKind () public abstract int getCardinalityValue () public abstract com.google.protobuf.Field$Cardinality getCardinality () public abstract int getNumber () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.lang.String getTypeUrl () public abstract com.google.protobuf.ByteString getTypeUrlBytes () public abstract int getOneofIndex () public abstract boolean getPacked () public abstract java.util.List getOptionsList () public abstract com.google.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.util.List getOptionsOrBuilderList () public abstract com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) public abstract java.lang.String getJsonName () public abstract com.google.protobuf.ByteString getJsonNameBytes () public abstract java.lang.String getDefaultValue () public abstract com.google.protobuf.ByteString getDefaultValueBytes () }
com/google/protobuf/FloatValue$1.class
FloatValue.java package com.google.protobuf com.google.protobuf.FloatValue$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.FloatValue parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FloatValue$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/FloatValue$Builder.class
FloatValue.java package com.google.protobuf public final com.google.protobuf.FloatValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.FloatValueOrBuilder { private float value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.FloatValue$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.FloatValue getDefaultInstanceForType () public com.google.protobuf.FloatValue build () com.google.protobuf.FloatValue result public com.google.protobuf.FloatValue buildPartial () com.google.protobuf.FloatValue result public com.google.protobuf.FloatValue$Builder clone () public com.google.protobuf.FloatValue$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.FloatValue$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.FloatValue$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.FloatValue$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.FloatValue$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.FloatValue$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.FloatValue$Builder mergeFrom (com.google.protobuf.FloatValue) com.google.protobuf.FloatValue other public final boolean isInitialized () public com.google.protobuf.FloatValue$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public float getValue () public com.google.protobuf.FloatValue$Builder setValue (float) float value public com.google.protobuf.FloatValue$Builder clearValue () public final com.google.protobuf.FloatValue$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.FloatValue$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.FloatValue$1) com.google.protobuf.FloatValue$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.FloatValue$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.FloatValue$1 x1 }
com/google/protobuf/FloatValue.class
FloatValue.java package com.google.protobuf public final com.google.protobuf.FloatValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.FloatValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private float value_ private byte memoizedIsInitialized private static final com.google.protobuf.FloatValue DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public float getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.FloatValue other public int hashCode () int hash public static com.google.protobuf.FloatValue parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.FloatValue parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FloatValue parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.FloatValue parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FloatValue parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.FloatValue parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FloatValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.FloatValue parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FloatValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.FloatValue parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.FloatValue parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.FloatValue parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.FloatValue$Builder newBuilderForType () public static com.google.protobuf.FloatValue$Builder newBuilder () public static com.google.protobuf.FloatValue$Builder newBuilder (com.google.protobuf.FloatValue) com.google.protobuf.FloatValue prototype public com.google.protobuf.FloatValue$Builder toBuilder () protected com.google.protobuf.FloatValue$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.FloatValue$Builder builder public static com.google.protobuf.FloatValue getDefaultInstance () public static com.google.protobuf.FloatValue of (float) float value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.FloatValue getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.FloatValue$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.FloatValue$1 x1 static synthetic float access$302 (com.google.protobuf.FloatValue, float) com.google.protobuf.FloatValue x0 float x1 static void <clinit> () }
com/google/protobuf/FloatValueOrBuilder.class
FloatValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.FloatValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract float getValue () }
com/google/protobuf/GeneratedMessage$1.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$1 extends java.lang.Object implements com.google.protobuf.GeneratedMessage$BuilderParent { final synthetic com.google.protobuf.AbstractMessage$BuilderParent val$parent final synthetic com.google.protobuf.GeneratedMessage this$0 void <init> (com.google.protobuf.GeneratedMessage, com.google.protobuf.AbstractMessage$BuilderParent) com.google.protobuf.GeneratedMessage this$0 public void markDirty () }
com/google/protobuf/GeneratedMessage$2.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$2 extends com.google.protobuf.GeneratedMessage$CachedDescriptorRetriever { final synthetic com.google.protobuf.Message val$scope final synthetic int val$descriptorIndex void <init> (com.google.protobuf.Message, int) public com.google.protobuf.Descriptors$FieldDescriptor loadDescriptor () }
com/google/protobuf/GeneratedMessage$3.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$3 extends com.google.protobuf.GeneratedMessage$CachedDescriptorRetriever { final synthetic com.google.protobuf.Message val$scope final synthetic String val$name void <init> (com.google.protobuf.Message, java.lang.String) protected com.google.protobuf.Descriptors$FieldDescriptor loadDescriptor () }
com/google/protobuf/GeneratedMessage$4.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$4 extends com.google.protobuf.GeneratedMessage$CachedDescriptorRetriever { final synthetic Class val$singularType final synthetic String val$descriptorOuterClass final synthetic String val$extensionName void <init> (java.lang.Class, java.lang.String, java.lang.String) protected com.google.protobuf.Descriptors$FieldDescriptor loadDescriptor () Class clazz com.google.protobuf.Descriptors$FileDescriptor file Exception e }
com/google/protobuf/GeneratedMessage$5.class
GeneratedMessage.java package com.google.protobuf synthetic com.google.protobuf.GeneratedMessage$5 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$JavaType static void <clinit> () }
com/google/protobuf/GeneratedMessage$Builder$BuilderParentImpl.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$Builder$BuilderParentImpl extends java.lang.Object implements com.google.protobuf.GeneratedMessage$BuilderParent { final synthetic com.google.protobuf.GeneratedMessage$Builder this$0 private void <init> (com.google.protobuf.GeneratedMessage$Builder) public void markDirty () synthetic void <init> (com.google.protobuf.GeneratedMessage$Builder, com.google.protobuf.GeneratedMessage$1) com.google.protobuf.GeneratedMessage$Builder x0 com.google.protobuf.GeneratedMessage$1 x1 }
com/google/protobuf/GeneratedMessage$Builder.class
GeneratedMessage.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessage$Builder extends com.google.protobuf.AbstractMessage$Builder { private com.google.protobuf.GeneratedMessage$BuilderParent builderParent private com.google.protobuf.GeneratedMessage$Builder$BuilderParentImpl meAsParent private boolean isClean private com.google.protobuf.UnknownFieldSet unknownFields protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessage$BuilderParent) com.google.protobuf.GeneratedMessage$BuilderParent builderParent void dispose () protected void onBuilt () protected void markClean () protected boolean isClean () public com.google.protobuf.GeneratedMessage$Builder clone () com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.GeneratedMessage$Builder clear () protected abstract com.google.protobuf.GeneratedMessage$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public java.util.Map getAllFields () private java.util.Map getAllFieldsMutable () java.util.List value com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor int i java.util.TreeMap result com.google.protobuf.Descriptors$Descriptor descriptor java.util.List fields public com.google.protobuf.Message$Builder newBuilderForField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Message$Builder getFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Message$Builder getRepeatedFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field Object object public com.google.protobuf.GeneratedMessage$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.GeneratedMessage$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.GeneratedMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.GeneratedMessage$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.GeneratedMessage$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.GeneratedMessage$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public com.google.protobuf.GeneratedMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public boolean isInitialized () com.google.protobuf.Message element java.util.List messageList com.google.protobuf.Descriptors$FieldDescriptor field public final com.google.protobuf.UnknownFieldSet getUnknownFields () protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected com.google.protobuf.GeneratedMessage$BuilderParent getParentForChildren () protected final void onChanged () protected com.google.protobuf.MapField internalGetMapField (int) int fieldNumber protected com.google.protobuf.MapField internalGetMutableMapField (int) int fieldNumber public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic java.util.Map access$900 (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder x0 }
com/google/protobuf/GeneratedMessage$BuilderParent.class
GeneratedMessage.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessage$BuilderParent extends java.lang.Object implements com.google.protobuf.AbstractMessage$BuilderParent { }
com/google/protobuf/GeneratedMessage$CachedDescriptorRetriever.class
GeneratedMessage.java package com.google.protobuf abstract com.google.protobuf.GeneratedMessage$CachedDescriptorRetriever extends java.lang.Object implements com.google.protobuf.GeneratedMessage$ExtensionDescriptorRetriever { private volatile com.google.protobuf.Descriptors$FieldDescriptor descriptor private void <init> () protected abstract com.google.protobuf.Descriptors$FieldDescriptor loadDescriptor () public com.google.protobuf.Descriptors$FieldDescriptor getDescriptor () synthetic void <init> (com.google.protobuf.GeneratedMessage$1) com.google.protobuf.GeneratedMessage$1 x0 }
com/google/protobuf/GeneratedMessage$ExtendableBuilder.class
GeneratedMessage.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessage$ExtendableBuilder extends com.google.protobuf.GeneratedMessage$Builder implements com.google.protobuf.GeneratedMessage$ExtendableMessageOrBuilder { private com.google.protobuf.FieldSet extensions protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessage$BuilderParent) com.google.protobuf.GeneratedMessage$BuilderParent parent void internalSetExtensionSet (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet extensions public com.google.protobuf.GeneratedMessage$ExtendableBuilder clear () public com.google.protobuf.GeneratedMessage$ExtendableBuilder clone () private void ensureExtensionsIsMutable () private void verifyExtensionContainingType (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor Object value public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extensionLite int index com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessage$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extensionLite Object value com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessage$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, int, java.lang.Object) com.google.protobuf.ExtensionLite extensionLite int index Object value com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessage$ExtendableBuilder addExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extensionLite Object value com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessage$ExtendableBuilder clearExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final int getExtensionCount (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension, int) com.google.protobuf.Extension extension int index public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index public final com.google.protobuf.GeneratedMessage$ExtendableBuilder setExtension (com.google.protobuf.Extension, java.lang.Object) com.google.protobuf.Extension extension Object value public com.google.protobuf.GeneratedMessage$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public final com.google.protobuf.GeneratedMessage$ExtendableBuilder setExtension (com.google.protobuf.Extension, int, java.lang.Object) com.google.protobuf.Extension extension int index Object value public com.google.protobuf.GeneratedMessage$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public final com.google.protobuf.GeneratedMessage$ExtendableBuilder addExtension (com.google.protobuf.Extension, java.lang.Object) com.google.protobuf.Extension extension Object value public com.google.protobuf.GeneratedMessage$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public final com.google.protobuf.GeneratedMessage$ExtendableBuilder clearExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public com.google.protobuf.GeneratedMessage$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension protected boolean extensionsAreInitialized () private com.google.protobuf.FieldSet buildExtensions () public boolean isInitialized () protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag public java.util.Map getAllFields () java.util.Map result public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) Object value com.google.protobuf.Descriptors$FieldDescriptor field public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.GeneratedMessage$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.GeneratedMessage$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.GeneratedMessage$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.GeneratedMessage$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value protected final void mergeExtensionFields (com.google.protobuf.GeneratedMessage$ExtendableMessage) com.google.protobuf.GeneratedMessage$ExtendableMessage other private void verifyContainingType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public volatile synthetic com.google.protobuf.GeneratedMessage$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessage$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessage$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessage$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessage$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessage$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic com.google.protobuf.FieldSet access$400 (com.google.protobuf.GeneratedMessage$ExtendableBuilder) com.google.protobuf.GeneratedMessage$ExtendableBuilder x0 }
com/google/protobuf/GeneratedMessage$ExtendableMessage$ExtensionWriter.class
GeneratedMessage.java package com.google.protobuf public com.google.protobuf.GeneratedMessage$ExtendableMessage$ExtensionWriter extends java.lang.Object { private final java.util.Iterator iter private java.util.Map$Entry next private final boolean messageSetWireFormat final synthetic com.google.protobuf.GeneratedMessage$ExtendableMessage this$0 private void <init> (com.google.protobuf.GeneratedMessage$ExtendableMessage, boolean) com.google.protobuf.GeneratedMessage$ExtendableMessage this$0 boolean messageSetWireFormat public void writeUntil (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor descriptor int end com.google.protobuf.CodedOutputStream output synthetic void <init> (com.google.protobuf.GeneratedMessage$ExtendableMessage, boolean, com.google.protobuf.GeneratedMessage$1) com.google.protobuf.GeneratedMessage$ExtendableMessage x0 boolean x1 com.google.protobuf.GeneratedMessage$1 x2 }
com/google/protobuf/GeneratedMessage$ExtendableMessage.class
GeneratedMessage.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessage$ExtendableMessage extends com.google.protobuf.GeneratedMessage implements com.google.protobuf.GeneratedMessage$ExtendableMessageOrBuilder { private static final long serialVersionUID private final com.google.protobuf.FieldSet extensions protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessage$ExtendableBuilder) com.google.protobuf.GeneratedMessage$ExtendableBuilder builder private void verifyExtensionContainingType (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor Object value public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extensionLite int index com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final boolean hasExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final int getExtensionCount (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension, int) com.google.protobuf.Extension extension int index public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index protected boolean extensionsAreInitialized () public boolean isInitialized () protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected void makeExtensionsImmutable () protected com.google.protobuf.GeneratedMessage$ExtendableMessage$ExtensionWriter newExtensionWriter () protected com.google.protobuf.GeneratedMessage$ExtendableMessage$ExtensionWriter newMessageSetExtensionWriter () protected int extensionsSerializedSize () protected int extensionsSerializedSizeAsMessageSet () protected java.util.Map getExtensionFields () public java.util.Map getAllFields () java.util.Map result public java.util.Map getAllFieldsRaw () java.util.Map result public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) Object value com.google.protobuf.Descriptors$FieldDescriptor field public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index private void verifyContainingType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field static synthetic com.google.protobuf.FieldSet access$600 (com.google.protobuf.GeneratedMessage$ExtendableMessage) com.google.protobuf.GeneratedMessage$ExtendableMessage x0 }
com/google/protobuf/GeneratedMessage$ExtendableMessageOrBuilder.class
GeneratedMessage.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessage$ExtendableMessageOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract com.google.protobuf.Message getDefaultInstanceForType () public abstract boolean hasExtension (com.google.protobuf.ExtensionLite) public abstract int getExtensionCount (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) public abstract boolean hasExtension (com.google.protobuf.Extension) public abstract boolean hasExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public abstract int getExtensionCount (com.google.protobuf.Extension) public abstract int getExtensionCount (com.google.protobuf.GeneratedMessage$GeneratedExtension) public abstract java.lang.Object getExtension (com.google.protobuf.Extension) public abstract java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public abstract java.lang.Object getExtension (com.google.protobuf.Extension, int) public abstract java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int) public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () }
com/google/protobuf/GeneratedMessage$ExtensionDescriptorRetriever.class
GeneratedMessage.java package com.google.protobuf abstract com.google.protobuf.GeneratedMessage$ExtensionDescriptorRetriever extends java.lang.Object { public abstract com.google.protobuf.Descriptors$FieldDescriptor getDescriptor () }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$FieldAccessor.class
GeneratedMessage.java package com.google.protobuf abstract com.google.protobuf.GeneratedMessage$FieldAccessorTable$FieldAccessor extends java.lang.Object { public abstract java.lang.Object get (com.google.protobuf.GeneratedMessage) public abstract java.lang.Object get (com.google.protobuf.GeneratedMessage$Builder) public abstract java.lang.Object getRaw (com.google.protobuf.GeneratedMessage) public abstract java.lang.Object getRaw (com.google.protobuf.GeneratedMessage$Builder) public abstract void set (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) public abstract java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage, int) public abstract java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage$Builder, int) public abstract java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage, int) public abstract java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage$Builder, int) public abstract void setRepeated (com.google.protobuf.GeneratedMessage$Builder, int, java.lang.Object) public abstract void addRepeated (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) public abstract boolean has (com.google.protobuf.GeneratedMessage) public abstract boolean has (com.google.protobuf.GeneratedMessage$Builder) public abstract int getRepeatedCount (com.google.protobuf.GeneratedMessage) public abstract int getRepeatedCount (com.google.protobuf.GeneratedMessage$Builder) public abstract void clear (com.google.protobuf.GeneratedMessage$Builder) public abstract com.google.protobuf.Message$Builder newBuilder () public abstract com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessage$Builder) public abstract com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessage$Builder, int) }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$MapFieldAccessor.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$FieldAccessorTable$MapFieldAccessor extends java.lang.Object implements com.google.protobuf.GeneratedMessage$FieldAccessorTable$FieldAccessor { private final com.google.protobuf.Descriptors$FieldDescriptor field private final com.google.protobuf.Message mapEntryMessageDefaultInstance void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass java.lang.reflect.Method getDefaultInstanceMethod com.google.protobuf.MapField defaultMapField private com.google.protobuf.MapField getMapField (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message private com.google.protobuf.MapField getMapField (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder private com.google.protobuf.MapField getMutableMapField (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public java.lang.Object get (com.google.protobuf.GeneratedMessage) int i com.google.protobuf.GeneratedMessage message java.util.List result public java.lang.Object get (com.google.protobuf.GeneratedMessage$Builder) int i com.google.protobuf.GeneratedMessage$Builder builder java.util.List result public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public void set (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) Object entry com.google.protobuf.GeneratedMessage$Builder builder Object value public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage, int) com.google.protobuf.GeneratedMessage message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage, int) com.google.protobuf.GeneratedMessage message int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessage$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value public boolean has (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public boolean has (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public int getRepeatedCount (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public int getRepeatedCount (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public void clear (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$OneofAccessor.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$FieldAccessorTable$OneofAccessor extends java.lang.Object { private final com.google.protobuf.Descriptors$Descriptor descriptor private final java.lang.reflect.Method caseMethod private final java.lang.reflect.Method caseMethodBuilder private final java.lang.reflect.Method clearMethod void <init> (com.google.protobuf.Descriptors$Descriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$Descriptor descriptor String camelCaseName Class messageClass Class builderClass public boolean has (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public boolean has (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Descriptors$FieldDescriptor get (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message int fieldNumber public com.google.protobuf.Descriptors$FieldDescriptor get (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder int fieldNumber public void clear (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$RepeatedEnumFieldAccessor.class
GeneratedMessage.java package com.google.protobuf final com.google.protobuf.GeneratedMessage$FieldAccessorTable$RepeatedEnumFieldAccessor extends com.google.protobuf.GeneratedMessage$FieldAccessorTable$RepeatedFieldAccessor { private com.google.protobuf.Descriptors$EnumDescriptor enumDescriptor private final java.lang.reflect.Method valueOfMethod private final java.lang.reflect.Method getValueDescriptorMethod private boolean supportUnknownEnumValue private java.lang.reflect.Method getRepeatedValueMethod private java.lang.reflect.Method getRepeatedValueMethodBuilder private java.lang.reflect.Method setRepeatedValueMethod private java.lang.reflect.Method addRepeatedValueMethod void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass public java.lang.Object get (com.google.protobuf.GeneratedMessage) int i com.google.protobuf.GeneratedMessage message java.util.List newList int size public java.lang.Object get (com.google.protobuf.GeneratedMessage$Builder) int i com.google.protobuf.GeneratedMessage$Builder builder java.util.List newList int size public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage, int) int value com.google.protobuf.GeneratedMessage message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage$Builder, int) int value com.google.protobuf.GeneratedMessage$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessage$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$RepeatedFieldAccessor.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$FieldAccessorTable$RepeatedFieldAccessor extends java.lang.Object implements com.google.protobuf.GeneratedMessage$FieldAccessorTable$FieldAccessor { protected final Class type protected final java.lang.reflect.Method getMethod protected final java.lang.reflect.Method getMethodBuilder protected final java.lang.reflect.Method getRepeatedMethod protected final java.lang.reflect.Method getRepeatedMethodBuilder protected final java.lang.reflect.Method setRepeatedMethod protected final java.lang.reflect.Method addRepeatedMethod protected final java.lang.reflect.Method getCountMethod protected final java.lang.reflect.Method getCountMethodBuilder protected final java.lang.reflect.Method clearMethod void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass public java.lang.Object get (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public java.lang.Object get (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public void set (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) Object element com.google.protobuf.GeneratedMessage$Builder builder Object value public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage, int) com.google.protobuf.GeneratedMessage message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage, int) com.google.protobuf.GeneratedMessage message int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessage$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value public boolean has (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public boolean has (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public int getRepeatedCount (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public int getRepeatedCount (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public void clear (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$RepeatedMessageFieldAccessor.class
GeneratedMessage.java package com.google.protobuf final com.google.protobuf.GeneratedMessage$FieldAccessorTable$RepeatedMessageFieldAccessor extends com.google.protobuf.GeneratedMessage$FieldAccessorTable$RepeatedFieldAccessor { private final java.lang.reflect.Method newBuilderMethod private final java.lang.reflect.Method getBuilderMethodBuilder void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass private java.lang.Object coerceType (java.lang.Object) Object value public void setRepeated (com.google.protobuf.GeneratedMessage$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$SingularEnumFieldAccessor.class
GeneratedMessage.java package com.google.protobuf final com.google.protobuf.GeneratedMessage$FieldAccessorTable$SingularEnumFieldAccessor extends com.google.protobuf.GeneratedMessage$FieldAccessorTable$SingularFieldAccessor { private com.google.protobuf.Descriptors$EnumDescriptor enumDescriptor private java.lang.reflect.Method valueOfMethod private java.lang.reflect.Method getValueDescriptorMethod private boolean supportUnknownEnumValue private java.lang.reflect.Method getValueMethod private java.lang.reflect.Method getValueMethodBuilder private java.lang.reflect.Method setValueMethod void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName public java.lang.Object get (com.google.protobuf.GeneratedMessage) int value com.google.protobuf.GeneratedMessage message public java.lang.Object get (com.google.protobuf.GeneratedMessage$Builder) int value com.google.protobuf.GeneratedMessage$Builder builder public void set (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$SingularFieldAccessor.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$FieldAccessorTable$SingularFieldAccessor extends java.lang.Object implements com.google.protobuf.GeneratedMessage$FieldAccessorTable$FieldAccessor { protected final Class type protected final java.lang.reflect.Method getMethod protected final java.lang.reflect.Method getMethodBuilder protected final java.lang.reflect.Method setMethod protected final java.lang.reflect.Method hasMethod protected final java.lang.reflect.Method hasMethodBuilder protected final java.lang.reflect.Method clearMethod protected final java.lang.reflect.Method caseMethod protected final java.lang.reflect.Method caseMethodBuilder protected final com.google.protobuf.Descriptors$FieldDescriptor field protected final boolean isOneofField protected final boolean hasHasMethod void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName private int getOneofFieldNumber (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message private int getOneofFieldNumber (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public java.lang.Object get (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public java.lang.Object get (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public void set (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage, int) com.google.protobuf.GeneratedMessage message int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage, int) com.google.protobuf.GeneratedMessage message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessage$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value public boolean has (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public boolean has (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public int getRepeatedCount (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public int getRepeatedCount (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public void clear (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessage$Builder, int) com.google.protobuf.GeneratedMessage$Builder builder int index }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$SingularMessageFieldAccessor.class
GeneratedMessage.java package com.google.protobuf final com.google.protobuf.GeneratedMessage$FieldAccessorTable$SingularMessageFieldAccessor extends com.google.protobuf.GeneratedMessage$FieldAccessorTable$SingularFieldAccessor { private final java.lang.reflect.Method newBuilderMethod private final java.lang.reflect.Method getBuilderMethodBuilder void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName private java.lang.Object coerceType (java.lang.Object) Object value public void set (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder }
com/google/protobuf/GeneratedMessage$FieldAccessorTable$SingularStringFieldAccessor.class
GeneratedMessage.java package com.google.protobuf final com.google.protobuf.GeneratedMessage$FieldAccessorTable$SingularStringFieldAccessor extends com.google.protobuf.GeneratedMessage$FieldAccessorTable$SingularFieldAccessor { private final java.lang.reflect.Method getBytesMethod private final java.lang.reflect.Method getBytesMethodBuilder private final java.lang.reflect.Method setBytesMethodBuilder void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public void set (com.google.protobuf.GeneratedMessage$Builder, java.lang.Object) com.google.protobuf.GeneratedMessage$Builder builder Object value }
com/google/protobuf/GeneratedMessage$FieldAccessorTable.class
GeneratedMessage.java package com.google.protobuf public final com.google.protobuf.GeneratedMessage$FieldAccessorTable extends java.lang.Object { private final com.google.protobuf.Descriptors$Descriptor descriptor private final com.google.protobuf.GeneratedMessage$FieldAccessorTable$FieldAccessor[] fields private String[] camelCaseNames private final com.google.protobuf.GeneratedMessage$FieldAccessorTable$OneofAccessor[] oneofs private volatile boolean initialized public void <init> (com.google.protobuf.Descriptors$Descriptor, java.lang.String[], java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$Descriptor descriptor String[] camelCaseNames Class messageClass Class builderClass public void <init> (com.google.protobuf.Descriptors$Descriptor, java.lang.String[]) com.google.protobuf.Descriptors$Descriptor descriptor String[] camelCaseNames private boolean isMapFieldEnabled (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field boolean result public com.google.protobuf.GeneratedMessage$FieldAccessorTable ensureFieldAccessorsInitialized (java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor field String containingOneofCamelCaseName int i int i int fieldsSize int oneofsSize Class messageClass Class builderClass private com.google.protobuf.GeneratedMessage$FieldAccessorTable$FieldAccessor getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field private com.google.protobuf.GeneratedMessage$FieldAccessorTable$OneofAccessor getOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof private static boolean supportFieldPresence (com.google.protobuf.Descriptors$FileDescriptor) com.google.protobuf.Descriptors$FileDescriptor file static synthetic com.google.protobuf.Descriptors$Descriptor access$000 (com.google.protobuf.GeneratedMessage$FieldAccessorTable) com.google.protobuf.GeneratedMessage$FieldAccessorTable x0 static synthetic com.google.protobuf.GeneratedMessage$FieldAccessorTable$OneofAccessor access$100 (com.google.protobuf.GeneratedMessage$FieldAccessorTable, com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.GeneratedMessage$FieldAccessorTable x0 com.google.protobuf.Descriptors$OneofDescriptor x1 static synthetic com.google.protobuf.GeneratedMessage$FieldAccessorTable$FieldAccessor access$200 (com.google.protobuf.GeneratedMessage$FieldAccessorTable, com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.GeneratedMessage$FieldAccessorTable x0 com.google.protobuf.Descriptors$FieldDescriptor x1 static synthetic boolean access$1300 (com.google.protobuf.Descriptors$FileDescriptor) com.google.protobuf.Descriptors$FileDescriptor x0 }
com/google/protobuf/GeneratedMessage$GeneratedExtension$1.class
GeneratedMessage.java package com.google.protobuf com.google.protobuf.GeneratedMessage$GeneratedExtension$1 extends java.lang.Object implements com.google.protobuf.GeneratedMessage$ExtensionDescriptorRetriever { final synthetic com.google.protobuf.Descriptors$FieldDescriptor val$descriptor final synthetic com.google.protobuf.GeneratedMessage$GeneratedExtension this$0 void <init> (com.google.protobuf.GeneratedMessage$GeneratedExtension, com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.GeneratedMessage$GeneratedExtension this$0 public com.google.protobuf.Descriptors$FieldDescriptor getDescriptor () }
com/google/protobuf/GeneratedMessage$GeneratedExtension.class
GeneratedMessage.java package com.google.protobuf public com.google.protobuf.GeneratedMessage$GeneratedExtension extends com.google.protobuf.Extension { private com.google.protobuf.GeneratedMessage$ExtensionDescriptorRetriever descriptorRetriever private final Class singularType private final com.google.protobuf.Message messageDefaultInstance private final java.lang.reflect.Method enumValueOf private final java.lang.reflect.Method enumGetValueDescriptor private final com.google.protobuf.Extension$ExtensionType extensionType void <init> (com.google.protobuf.GeneratedMessage$ExtensionDescriptorRetriever, java.lang.Class, com.google.protobuf.Message, com.google.protobuf.Extension$ExtensionType) com.google.protobuf.GeneratedMessage$ExtensionDescriptorRetriever descriptorRetriever Class singularType com.google.protobuf.Message messageDefaultInstance com.google.protobuf.Extension$ExtensionType extensionType public void internalInit (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor descriptor public com.google.protobuf.Descriptors$FieldDescriptor getDescriptor () public com.google.protobuf.Message getMessageDefaultInstance () protected com.google.protobuf.Extension$ExtensionType getExtensionType () protected java.lang.Object fromReflectionType (java.lang.Object) Object element java.util.List result Object value com.google.protobuf.Descriptors$FieldDescriptor descriptor protected java.lang.Object singularFromReflectionType (java.lang.Object) Object value com.google.protobuf.Descriptors$FieldDescriptor descriptor protected java.lang.Object toReflectionType (java.lang.Object) Object element java.util.List result Object value com.google.protobuf.Descriptors$FieldDescriptor descriptor protected java.lang.Object singularToReflectionType (java.lang.Object) Object value com.google.protobuf.Descriptors$FieldDescriptor descriptor public int getNumber () public com.google.protobuf.WireFormat$FieldType getLiteType () public boolean isRepeated () public java.lang.Object getDefaultValue () public volatile synthetic com.google.protobuf.MessageLite getMessageDefaultInstance () }
com/google/protobuf/GeneratedMessage.class
GeneratedMessage.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessage extends com.google.protobuf.AbstractMessage implements java.io.Serializable { private static final long serialVersionUID protected static boolean alwaysUseFieldBuilders protected com.google.protobuf.UnknownFieldSet unknownFields protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessage$Builder) com.google.protobuf.GeneratedMessage$Builder builder public com.google.protobuf.Parser getParserForType () static void enableAlwaysUseFieldBuildersForTesting () protected abstract com.google.protobuf.GeneratedMessage$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () private java.util.Map getAllFieldsMutable (boolean) java.util.List value com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor int i boolean getBytesForString java.util.TreeMap result com.google.protobuf.Descriptors$Descriptor descriptor java.util.List fields public boolean isInitialized () com.google.protobuf.Message element java.util.List messageList com.google.protobuf.Descriptors$FieldDescriptor field public java.util.Map getAllFields () java.util.Map getAllFieldsRaw () public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field java.lang.Object getFieldRaw (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.UnknownFieldSet getUnknownFields () protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, java.io.InputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensions protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser com.google.protobuf.CodedInputStream input protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensions protected static com.google.protobuf.Message parseDelimitedWithIOException (com.google.protobuf.Parser, java.io.InputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input protected static com.google.protobuf.Message parseDelimitedWithIOException (com.google.protobuf.Parser, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensions public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size protected void makeExtensionsImmutable () protected abstract com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessage$BuilderParent) protected com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.AbstractMessage$BuilderParent) com.google.protobuf.AbstractMessage$BuilderParent parent public static com.google.protobuf.GeneratedMessage$GeneratedExtension newMessageScopedGeneratedExtension (com.google.protobuf.Message, int, java.lang.Class, com.google.protobuf.Message) com.google.protobuf.Message scope int descriptorIndex Class singularType com.google.protobuf.Message defaultInstance public static com.google.protobuf.GeneratedMessage$GeneratedExtension newFileScopedGeneratedExtension (java.lang.Class, com.google.protobuf.Message) Class singularType com.google.protobuf.Message defaultInstance public static com.google.protobuf.GeneratedMessage$GeneratedExtension newMessageScopedGeneratedExtension (com.google.protobuf.Message, java.lang.String, java.lang.Class, com.google.protobuf.Message) com.google.protobuf.Message scope String name Class singularType com.google.protobuf.Message defaultInstance public static com.google.protobuf.GeneratedMessage$GeneratedExtension newFileScopedGeneratedExtension (java.lang.Class, com.google.protobuf.Message, java.lang.String, java.lang.String) Class singularType com.google.protobuf.Message defaultInstance String descriptorOuterClass String extensionName private static transient java.lang.reflect.Method getMethodOrDie (java.lang.Class, java.lang.String, java.lang.Class[]) NoSuchMethodException e Class clazz String name Class[] params private static transient java.lang.Object invokeOrDie (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) IllegalAccessException e Throwable cause java.lang.reflect.InvocationTargetException e java.lang.reflect.Method method Object object Object[] params protected com.google.protobuf.MapField internalGetMapField (int) int fieldNumber protected java.lang.Object writeReplace () throws java.io.ObjectStreamException private static com.google.protobuf.Extension checkNotLite (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension protected static int computeStringSize (int, java.lang.Object) int fieldNumber Object value protected static int computeStringSizeNoTag (java.lang.Object) Object value protected static void writeString (com.google.protobuf.CodedOutputStream, int, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output int fieldNumber Object value protected static void writeStringNoTag (com.google.protobuf.CodedOutputStream, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output Object value static synthetic com.google.protobuf.Extension access$500 (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite x0 static synthetic java.util.Map access$800 (com.google.protobuf.GeneratedMessage, boolean) com.google.protobuf.GeneratedMessage x0 boolean x1 static synthetic java.lang.reflect.Method access$1100 (java.lang.Class, java.lang.String, java.lang.Class[]) Class x0 String x1 Class[] x2 static synthetic java.lang.Object access$1200 (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) java.lang.reflect.Method x0 Object x1 Object[] x2 static void <clinit> () }
com/google/protobuf/GeneratedMessageV3$1.class
GeneratedMessageV3.java package com.google.protobuf com.google.protobuf.GeneratedMessageV3$1 extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$BuilderParent { final synthetic com.google.protobuf.AbstractMessage$BuilderParent val$parent final synthetic com.google.protobuf.GeneratedMessageV3 this$0 void <init> (com.google.protobuf.GeneratedMessageV3, com.google.protobuf.AbstractMessage$BuilderParent) com.google.protobuf.GeneratedMessageV3 this$0 public void markDirty () }
com/google/protobuf/GeneratedMessageV3$Builder$BuilderParentImpl.class
GeneratedMessageV3.java package com.google.protobuf com.google.protobuf.GeneratedMessageV3$Builder$BuilderParentImpl extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$BuilderParent { final synthetic com.google.protobuf.GeneratedMessageV3$Builder this$0 private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) public void markDirty () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.GeneratedMessageV3$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.GeneratedMessageV3$1 x1 }
com/google/protobuf/GeneratedMessageV3$Builder.class
GeneratedMessageV3.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageV3$Builder extends com.google.protobuf.AbstractMessage$Builder { private com.google.protobuf.GeneratedMessageV3$BuilderParent builderParent private com.google.protobuf.GeneratedMessageV3$Builder$BuilderParentImpl meAsParent private boolean isClean private Object unknownFieldsOrBuilder protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent builderParent void dispose () protected void onBuilt () protected void markClean () protected boolean isClean () public com.google.protobuf.GeneratedMessageV3$Builder clone () com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.GeneratedMessageV3$Builder clear () protected abstract com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public java.util.Map getAllFields () private java.util.Map getAllFieldsMutable () java.util.List value com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor int i java.util.TreeMap result com.google.protobuf.Descriptors$Descriptor descriptor java.util.List fields public com.google.protobuf.Message$Builder newBuilderForField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Message$Builder getFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Message$Builder getRepeatedFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field Object object public com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value private com.google.protobuf.GeneratedMessageV3$Builder setUnknownFieldsInternal (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields protected com.google.protobuf.GeneratedMessageV3$Builder setUnknownFieldsProto3 (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public boolean isInitialized () com.google.protobuf.Message element java.util.List messageList com.google.protobuf.Descriptors$FieldDescriptor field public final com.google.protobuf.UnknownFieldSet getUnknownFields () protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected final void mergeUnknownLengthDelimitedField (int, com.google.protobuf.ByteString) int number com.google.protobuf.ByteString bytes protected final void mergeUnknownVarintField (int, int) int number int value protected com.google.protobuf.UnknownFieldSet$Builder getUnknownFieldSetBuilder () protected void setUnknownFieldSetBuilder (com.google.protobuf.UnknownFieldSet$Builder) com.google.protobuf.UnknownFieldSet$Builder builder protected com.google.protobuf.GeneratedMessageV3$BuilderParent getParentForChildren () protected final void onChanged () protected com.google.protobuf.MapField internalGetMapField (int) int fieldNumber protected com.google.protobuf.MapField internalGetMutableMapField (int) int fieldNumber public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic java.util.Map access$900 (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder x0 }
com/google/protobuf/GeneratedMessageV3$BuilderParent.class
GeneratedMessageV3.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageV3$BuilderParent extends java.lang.Object implements com.google.protobuf.AbstractMessage$BuilderParent { }
com/google/protobuf/GeneratedMessageV3$ExtendableBuilder.class
GeneratedMessageV3.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageV3$ExtendableBuilder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { private com.google.protobuf.FieldSet$Builder extensions protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent void internalSetExtensionSet (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet extensions public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clear () private void ensureExtensionsIsMutable () private void verifyExtensionContainingType (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor Object value public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extensionLite int index com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extensionLite Object value com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, int, java.lang.Object) com.google.protobuf.ExtensionLite extensionLite int index Object value com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extensionLite Object value com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final int getExtensionCount (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension, int) com.google.protobuf.Extension extension int index public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.Extension, java.lang.Object) com.google.protobuf.Extension extension Object value public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.Extension, int, java.lang.Object) com.google.protobuf.Extension extension int index Object value public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index Object value public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.Extension, java.lang.Object) com.google.protobuf.Extension extension Object value public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, java.lang.Object) com.google.protobuf.GeneratedMessage$GeneratedExtension extension Object value public final com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension protected boolean extensionsAreInitialized () private com.google.protobuf.FieldSet buildExtensions () public boolean isInitialized () public java.util.Map getAllFields () java.util.Map result public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) Object value com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Message$Builder getFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Message$Builder builder com.google.protobuf.Message$Builder builder Object value com.google.protobuf.Descriptors$FieldDescriptor field public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.Message$Builder getRepeatedFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Message$Builder builder Object value com.google.protobuf.Descriptors$FieldDescriptor field int index public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.GeneratedMessageV3$ExtendableBuilder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Message$Builder newBuilderForField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field protected final void mergeExtensionFields (com.google.protobuf.GeneratedMessageV3$ExtendableMessage) com.google.protobuf.GeneratedMessageV3$ExtendableMessage other protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag private void verifyContainingType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () static synthetic com.google.protobuf.FieldSet access$400 (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder x0 }
com/google/protobuf/GeneratedMessageV3$ExtendableMessage$ExtensionWriter.class
GeneratedMessageV3.java package com.google.protobuf public com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extends java.lang.Object { private final java.util.Iterator iter private java.util.Map$Entry next private final boolean messageSetWireFormat final synthetic com.google.protobuf.GeneratedMessageV3$ExtendableMessage this$0 private void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableMessage, boolean) com.google.protobuf.GeneratedMessageV3$ExtendableMessage this$0 boolean messageSetWireFormat public void writeUntil (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor descriptor int end com.google.protobuf.CodedOutputStream output synthetic void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableMessage, boolean, com.google.protobuf.GeneratedMessageV3$1) com.google.protobuf.GeneratedMessageV3$ExtendableMessage x0 boolean x1 com.google.protobuf.GeneratedMessageV3$1 x2 }
com/google/protobuf/GeneratedMessageV3$ExtendableMessage.class
GeneratedMessageV3.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageV3$ExtendableMessage extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder { private static final long serialVersionUID private final com.google.protobuf.FieldSet extensions protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessageV3$ExtendableBuilder) com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder private void verifyExtensionContainingType (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extensionLite com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor Object value public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extensionLite int index com.google.protobuf.Extension extension com.google.protobuf.Descriptors$FieldDescriptor descriptor public final boolean hasExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final boolean hasExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final int getExtensionCount (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final int getExtensionCount (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension) com.google.protobuf.Extension extension public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) com.google.protobuf.GeneratedMessage$GeneratedExtension extension public final java.lang.Object getExtension (com.google.protobuf.Extension, int) com.google.protobuf.Extension extension int index public final java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int) com.google.protobuf.GeneratedMessage$GeneratedExtension extension int index protected boolean extensionsAreInitialized () public boolean isInitialized () protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected boolean parseUnknownFieldProto3 (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected void makeExtensionsImmutable () protected com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter newExtensionWriter () protected com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter newMessageSetExtensionWriter () protected int extensionsSerializedSize () protected int extensionsSerializedSizeAsMessageSet () protected java.util.Map getExtensionFields () public java.util.Map getAllFields () java.util.Map result public java.util.Map getAllFieldsRaw () java.util.Map result public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) Object value com.google.protobuf.Descriptors$FieldDescriptor field public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index private void verifyContainingType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field static synthetic com.google.protobuf.FieldSet access$600 (com.google.protobuf.GeneratedMessageV3$ExtendableMessage) com.google.protobuf.GeneratedMessageV3$ExtendableMessage x0 }
com/google/protobuf/GeneratedMessageV3$ExtendableMessageOrBuilder.class
GeneratedMessageV3.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageV3$ExtendableMessageOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract com.google.protobuf.Message getDefaultInstanceForType () public abstract boolean hasExtension (com.google.protobuf.ExtensionLite) public abstract int getExtensionCount (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) public abstract boolean hasExtension (com.google.protobuf.Extension) public abstract boolean hasExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public abstract int getExtensionCount (com.google.protobuf.Extension) public abstract int getExtensionCount (com.google.protobuf.GeneratedMessage$GeneratedExtension) public abstract java.lang.Object getExtension (com.google.protobuf.Extension) public abstract java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension) public abstract java.lang.Object getExtension (com.google.protobuf.Extension, int) public abstract java.lang.Object getExtension (com.google.protobuf.GeneratedMessage$GeneratedExtension, int) public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () }
com/google/protobuf/GeneratedMessageV3$ExtensionDescriptorRetriever.class
GeneratedMessageV3.java package com.google.protobuf abstract com.google.protobuf.GeneratedMessageV3$ExtensionDescriptorRetriever extends java.lang.Object { public abstract com.google.protobuf.Descriptors$FieldDescriptor getDescriptor () }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$FieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf abstract com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$FieldAccessor extends java.lang.Object { public abstract java.lang.Object get (com.google.protobuf.GeneratedMessageV3) public abstract java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) public abstract java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3) public abstract java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3$Builder) public abstract void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) public abstract java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3, int) public abstract java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int) public abstract java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3, int) public abstract java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3$Builder, int) public abstract void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) public abstract void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) public abstract boolean has (com.google.protobuf.GeneratedMessageV3) public abstract boolean has (com.google.protobuf.GeneratedMessageV3$Builder) public abstract int getRepeatedCount (com.google.protobuf.GeneratedMessageV3) public abstract int getRepeatedCount (com.google.protobuf.GeneratedMessageV3$Builder) public abstract void clear (com.google.protobuf.GeneratedMessageV3$Builder) public abstract com.google.protobuf.Message$Builder newBuilder () public abstract com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessageV3$Builder) public abstract com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessageV3$Builder, int) }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$MapFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$MapFieldAccessor extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$FieldAccessor { private final com.google.protobuf.Descriptors$FieldDescriptor field private final com.google.protobuf.Message mapEntryMessageDefaultInstance void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass java.lang.reflect.Method getDefaultInstanceMethod com.google.protobuf.MapField defaultMapField private com.google.protobuf.MapField getMapField (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message private com.google.protobuf.MapField getMapField (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private com.google.protobuf.MapField getMutableMapField (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private com.google.protobuf.Message coerceType (com.google.protobuf.Message) com.google.protobuf.Message value public java.lang.Object get (com.google.protobuf.GeneratedMessageV3) int i com.google.protobuf.GeneratedMessageV3 message java.util.List result public java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) int i com.google.protobuf.GeneratedMessageV3$Builder builder java.util.List result public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) Object entry com.google.protobuf.GeneratedMessageV3$Builder builder Object value public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3, int) com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3, int) com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value public boolean has (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public boolean has (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void clear (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$OneofAccessor.class
GeneratedMessageV3.java package com.google.protobuf com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$OneofAccessor extends java.lang.Object { private final com.google.protobuf.Descriptors$Descriptor descriptor private final java.lang.reflect.Method caseMethod private final java.lang.reflect.Method caseMethodBuilder private final java.lang.reflect.Method clearMethod private final com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor void <init> (com.google.protobuf.Descriptors$Descriptor, int, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$Descriptor descriptor int oneofIndex String camelCaseName Class messageClass Class builderClass com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor public boolean has (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public boolean has (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Descriptors$FieldDescriptor get (com.google.protobuf.GeneratedMessageV3) int fieldNumber com.google.protobuf.GeneratedMessageV3 message public com.google.protobuf.Descriptors$FieldDescriptor get (com.google.protobuf.GeneratedMessageV3$Builder) int fieldNumber com.google.protobuf.GeneratedMessageV3$Builder builder public void clear (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder Object unused }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$RepeatedEnumFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedEnumFieldAccessor extends com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor { private com.google.protobuf.Descriptors$EnumDescriptor enumDescriptor private final java.lang.reflect.Method valueOfMethod private final java.lang.reflect.Method getValueDescriptorMethod private boolean supportUnknownEnumValue private java.lang.reflect.Method getRepeatedValueMethod private java.lang.reflect.Method getRepeatedValueMethodBuilder private java.lang.reflect.Method setRepeatedValueMethod private java.lang.reflect.Method addRepeatedValueMethod void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass public java.lang.Object get (com.google.protobuf.GeneratedMessageV3) int i com.google.protobuf.GeneratedMessageV3 message java.util.List newList int size public java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) int i com.google.protobuf.GeneratedMessageV3$Builder builder java.util.List newList int size public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3, int) int value com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int) int value com.google.protobuf.GeneratedMessageV3$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) Object unused com.google.protobuf.GeneratedMessageV3$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) Object unused com.google.protobuf.GeneratedMessageV3$Builder builder Object value }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$MethodInvoker.class
GeneratedMessageV3.java package com.google.protobuf abstract com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$MethodInvoker extends java.lang.Object { public abstract java.lang.Object get (com.google.protobuf.GeneratedMessageV3) public abstract java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) public abstract java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3, int) public abstract java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int) public abstract void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) public abstract void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) public abstract int getRepeatedCount (com.google.protobuf.GeneratedMessageV3) public abstract int getRepeatedCount (com.google.protobuf.GeneratedMessageV3$Builder) public abstract void clear (com.google.protobuf.GeneratedMessageV3$Builder) }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$ReflectionInvoker.class
GeneratedMessageV3.java package com.google.protobuf final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$ReflectionInvoker extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$MethodInvoker { protected final java.lang.reflect.Method getMethod protected final java.lang.reflect.Method getMethodBuilder protected final java.lang.reflect.Method getRepeatedMethod protected final java.lang.reflect.Method getRepeatedMethodBuilder protected final java.lang.reflect.Method setRepeatedMethod protected final java.lang.reflect.Method addRepeatedMethod protected final java.lang.reflect.Method getCountMethod protected final java.lang.reflect.Method getCountMethodBuilder protected final java.lang.reflect.Method clearMethod void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass Class type public java.lang.Object get (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3, int) com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder int index Object value Object unused public void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value Object unused public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void clear (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder Object unused }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$FieldAccessor { protected final Class type protected final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$MethodInvoker invoker void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$ReflectionInvoker reflectionInvoker static com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$MethodInvoker getMethodInvoker (com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$ReflectionInvoker) com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor$ReflectionInvoker accessor public java.lang.Object get (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) Object element com.google.protobuf.GeneratedMessageV3$Builder builder Object value public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3, int) com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3, int) com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value public boolean has (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public boolean has (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void clear (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$RepeatedMessageFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedMessageFieldAccessor extends com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$RepeatedFieldAccessor { private final java.lang.reflect.Method newBuilderMethod private final java.lang.reflect.Method getBuilderMethodBuilder void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass private java.lang.Object coerceType (java.lang.Object) Object value public void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$SingularEnumFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularEnumFieldAccessor extends com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor { private com.google.protobuf.Descriptors$EnumDescriptor enumDescriptor private java.lang.reflect.Method valueOfMethod private java.lang.reflect.Method getValueDescriptorMethod private boolean supportUnknownEnumValue private java.lang.reflect.Method getValueMethod private java.lang.reflect.Method getValueMethodBuilder private java.lang.reflect.Method setValueMethod void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName public java.lang.Object get (com.google.protobuf.GeneratedMessageV3) int value com.google.protobuf.GeneratedMessageV3 message public java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) int value com.google.protobuf.GeneratedMessageV3$Builder builder public void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) Object unused com.google.protobuf.GeneratedMessageV3$Builder builder Object value }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$MethodInvoker.class
GeneratedMessageV3.java package com.google.protobuf abstract com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$MethodInvoker extends java.lang.Object { public abstract java.lang.Object get (com.google.protobuf.GeneratedMessageV3) public abstract java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) public abstract int getOneofFieldNumber (com.google.protobuf.GeneratedMessageV3) public abstract int getOneofFieldNumber (com.google.protobuf.GeneratedMessageV3$Builder) public abstract void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) public abstract boolean has (com.google.protobuf.GeneratedMessageV3) public abstract boolean has (com.google.protobuf.GeneratedMessageV3$Builder) public abstract void clear (com.google.protobuf.GeneratedMessageV3$Builder) }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$ReflectionInvoker.class
GeneratedMessageV3.java package com.google.protobuf final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$ReflectionInvoker extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$MethodInvoker { protected final java.lang.reflect.Method getMethod protected final java.lang.reflect.Method getMethodBuilder protected final java.lang.reflect.Method setMethod protected final java.lang.reflect.Method hasMethod protected final java.lang.reflect.Method hasMethodBuilder protected final java.lang.reflect.Method clearMethod protected final java.lang.reflect.Method caseMethod protected final java.lang.reflect.Method caseMethodBuilder void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String, boolean, boolean) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName boolean isOneofField boolean hasHasMethod Class type public java.lang.Object get (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public int getOneofFieldNumber (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public int getOneofFieldNumber (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value Object unused public boolean has (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public boolean has (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void clear (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder Object unused }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor extends java.lang.Object implements com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$FieldAccessor { protected final Class type protected final com.google.protobuf.Descriptors$FieldDescriptor field protected final boolean isOneofField protected final boolean hasHasMethod protected final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$MethodInvoker invoker void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$ReflectionInvoker reflectionInvoker static com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$MethodInvoker getMethodInvoker (com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$ReflectionInvoker) com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor$ReflectionInvoker accessor public java.lang.Object get (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object get (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3, int) com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3, int) com.google.protobuf.GeneratedMessageV3 message int index public java.lang.Object getRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index public java.lang.Object getRepeatedRaw (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index public void setRepeated (com.google.protobuf.GeneratedMessageV3$Builder, int, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder int index Object value public void addRepeated (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value public boolean has (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public boolean has (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public int getRepeatedCount (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void clear (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Message$Builder getRepeatedBuilder (com.google.protobuf.GeneratedMessageV3$Builder, int) com.google.protobuf.GeneratedMessageV3$Builder builder int index }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$SingularMessageFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularMessageFieldAccessor extends com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor { private final java.lang.reflect.Method newBuilderMethod private final java.lang.reflect.Method getBuilderMethodBuilder void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName private java.lang.Object coerceType (java.lang.Object) Object value public void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value public com.google.protobuf.Message$Builder newBuilder () public com.google.protobuf.Message$Builder getBuilder (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable$SingularStringFieldAccessor.class
GeneratedMessageV3.java package com.google.protobuf final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularStringFieldAccessor extends com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$SingularFieldAccessor { private final java.lang.reflect.Method getBytesMethod private final java.lang.reflect.Method getBytesMethodBuilder private final java.lang.reflect.Method setBytesMethodBuilder void <init> (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.String, java.lang.Class, java.lang.Class, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor descriptor String camelCaseName Class messageClass Class builderClass String containingOneofCamelCaseName public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3) com.google.protobuf.GeneratedMessageV3 message public java.lang.Object getRaw (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public void set (com.google.protobuf.GeneratedMessageV3$Builder, java.lang.Object) com.google.protobuf.GeneratedMessageV3$Builder builder Object value }
com/google/protobuf/GeneratedMessageV3$FieldAccessorTable.class
GeneratedMessageV3.java package com.google.protobuf public final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable extends java.lang.Object { private final com.google.protobuf.Descriptors$Descriptor descriptor private final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$FieldAccessor[] fields private String[] camelCaseNames private final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$OneofAccessor[] oneofs private volatile boolean initialized public void <init> (com.google.protobuf.Descriptors$Descriptor, java.lang.String[], java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$Descriptor descriptor String[] camelCaseNames Class messageClass Class builderClass public void <init> (com.google.protobuf.Descriptors$Descriptor, java.lang.String[]) com.google.protobuf.Descriptors$Descriptor descriptor String[] camelCaseNames public com.google.protobuf.GeneratedMessageV3$FieldAccessorTable ensureFieldAccessorsInitialized (java.lang.Class, java.lang.Class) com.google.protobuf.Descriptors$FieldDescriptor field String containingOneofCamelCaseName int i int i int fieldsSize int oneofsSize Class messageClass Class builderClass private com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$FieldAccessor getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field private com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$OneofAccessor getOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof static synthetic com.google.protobuf.Descriptors$Descriptor access$000 (com.google.protobuf.GeneratedMessageV3$FieldAccessorTable) com.google.protobuf.GeneratedMessageV3$FieldAccessorTable x0 static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$OneofAccessor access$100 (com.google.protobuf.GeneratedMessageV3$FieldAccessorTable, com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.GeneratedMessageV3$FieldAccessorTable x0 com.google.protobuf.Descriptors$OneofDescriptor x1 static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable$FieldAccessor access$200 (com.google.protobuf.GeneratedMessageV3$FieldAccessorTable, com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.GeneratedMessageV3$FieldAccessorTable x0 com.google.protobuf.Descriptors$FieldDescriptor x1 }
com/google/protobuf/GeneratedMessageV3$UnusedPrivateParameter.class
GeneratedMessageV3.java package com.google.protobuf public final com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter extends java.lang.Object { static final com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter INSTANCE private void <init> () static void <clinit> () }
com/google/protobuf/GeneratedMessageV3.class
GeneratedMessageV3.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageV3 extends com.google.protobuf.AbstractMessage implements java.io.Serializable { private static final long serialVersionUID protected static boolean alwaysUseFieldBuilders protected com.google.protobuf.UnknownFieldSet unknownFields protected void <init> () protected void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder public com.google.protobuf.Parser getParserForType () static void enableAlwaysUseFieldBuildersForTesting () static void setAlwaysUseFieldBuildersForTesting (boolean) boolean useBuilders protected abstract com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () protected void mergeFromAndMakeImmutableInternal (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema private java.util.Map getAllFieldsMutable (boolean) java.util.List value com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$OneofDescriptor oneofDescriptor int i boolean getBytesForString java.util.TreeMap result com.google.protobuf.Descriptors$Descriptor descriptor java.util.List fields public boolean isInitialized () com.google.protobuf.Message element java.util.List messageList com.google.protobuf.Descriptors$FieldDescriptor field public java.util.Map getAllFields () java.util.Map getAllFieldsRaw () public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field java.lang.Object getFieldRaw (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.UnknownFieldSet getUnknownFields () protected boolean parseUnknownField (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected boolean parseUnknownFieldProto3 (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, java.io.InputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensions protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser com.google.protobuf.CodedInputStream input protected static com.google.protobuf.Message parseWithIOException (com.google.protobuf.Parser, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensions protected static com.google.protobuf.Message parseDelimitedWithIOException (com.google.protobuf.Parser, java.io.InputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input protected static com.google.protobuf.Message parseDelimitedWithIOException (com.google.protobuf.Parser, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.Parser parser java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensions protected static boolean canUseUnsafe () protected static com.google.protobuf.Internal$IntList emptyIntList () protected static com.google.protobuf.Internal$IntList newIntList () protected static com.google.protobuf.Internal$IntList mutableCopy (com.google.protobuf.Internal$IntList) com.google.protobuf.Internal$IntList list int size protected static com.google.protobuf.Internal$LongList emptyLongList () protected static com.google.protobuf.Internal$LongList newLongList () protected static com.google.protobuf.Internal$LongList mutableCopy (com.google.protobuf.Internal$LongList) com.google.protobuf.Internal$LongList list int size protected static com.google.protobuf.Internal$FloatList emptyFloatList () protected static com.google.protobuf.Internal$FloatList newFloatList () protected static com.google.protobuf.Internal$FloatList mutableCopy (com.google.protobuf.Internal$FloatList) com.google.protobuf.Internal$FloatList list int size protected static com.google.protobuf.Internal$DoubleList emptyDoubleList () protected static com.google.protobuf.Internal$DoubleList newDoubleList () protected static com.google.protobuf.Internal$DoubleList mutableCopy (com.google.protobuf.Internal$DoubleList) com.google.protobuf.Internal$DoubleList list int size protected static com.google.protobuf.Internal$BooleanList emptyBooleanList () protected static com.google.protobuf.Internal$BooleanList newBooleanList () protected static com.google.protobuf.Internal$BooleanList mutableCopy (com.google.protobuf.Internal$BooleanList) com.google.protobuf.Internal$BooleanList list int size public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused protected void makeExtensionsImmutable () protected abstract com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) protected com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.AbstractMessage$BuilderParent) com.google.protobuf.AbstractMessage$BuilderParent parent private static transient java.lang.reflect.Method getMethodOrDie (java.lang.Class, java.lang.String, java.lang.Class[]) NoSuchMethodException e Class clazz String name Class[] params private static transient java.lang.Object invokeOrDie (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) IllegalAccessException e Throwable cause java.lang.reflect.InvocationTargetException e java.lang.reflect.Method method Object object Object[] params protected com.google.protobuf.MapField internalGetMapField (int) int fieldNumber protected java.lang.Object writeReplace () throws java.io.ObjectStreamException private static com.google.protobuf.Extension checkNotLite (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension protected static boolean isStringEmpty (java.lang.Object) Object value protected static int computeStringSize (int, java.lang.Object) int fieldNumber Object value protected static int computeStringSizeNoTag (java.lang.Object) Object value protected static void writeString (com.google.protobuf.CodedOutputStream, int, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output int fieldNumber Object value protected static void writeStringNoTag (com.google.protobuf.CodedOutputStream, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output Object value protected static void serializeIntegerMapTo (com.google.protobuf.CodedOutputStream, com.google.protobuf.MapField, com.google.protobuf.MapEntry, int) throws java.io.IOException int k int key com.google.protobuf.CodedOutputStream out com.google.protobuf.MapField field com.google.protobuf.MapEntry defaultEntry int fieldNumber java.util.Map m int[] keys int index protected static void serializeLongMapTo (com.google.protobuf.CodedOutputStream, com.google.protobuf.MapField, com.google.protobuf.MapEntry, int) throws java.io.IOException long k long key com.google.protobuf.CodedOutputStream out com.google.protobuf.MapField field com.google.protobuf.MapEntry defaultEntry int fieldNumber java.util.Map m long[] keys int index protected static void serializeStringMapTo (com.google.protobuf.CodedOutputStream, com.google.protobuf.MapField, com.google.protobuf.MapEntry, int) throws java.io.IOException String key com.google.protobuf.CodedOutputStream out com.google.protobuf.MapField field com.google.protobuf.MapEntry defaultEntry int fieldNumber java.util.Map m String[] keys protected static void serializeBooleanMapTo (com.google.protobuf.CodedOutputStream, com.google.protobuf.MapField, com.google.protobuf.MapEntry, int) throws java.io.IOException com.google.protobuf.CodedOutputStream out com.google.protobuf.MapField field com.google.protobuf.MapEntry defaultEntry int fieldNumber java.util.Map m private static void maybeSerializeBooleanEntryTo (com.google.protobuf.CodedOutputStream, java.util.Map, com.google.protobuf.MapEntry, int, boolean) throws java.io.IOException com.google.protobuf.CodedOutputStream out java.util.Map m com.google.protobuf.MapEntry defaultEntry int fieldNumber boolean key private static void serializeMapTo (com.google.protobuf.CodedOutputStream, java.util.Map, com.google.protobuf.MapEntry, int) throws java.io.IOException java.util.Map$Entry entry com.google.protobuf.CodedOutputStream out java.util.Map m com.google.protobuf.MapEntry defaultEntry int fieldNumber static synthetic com.google.protobuf.Extension access$500 (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite x0 static synthetic java.util.Map access$800 (com.google.protobuf.GeneratedMessageV3, boolean) com.google.protobuf.GeneratedMessageV3 x0 boolean x1 static synthetic java.lang.reflect.Method access$1000 (java.lang.Class, java.lang.String, java.lang.Class[]) Class x0 String x1 Class[] x2 static synthetic java.lang.Object access$1100 (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) java.lang.reflect.Method x0 Object x1 Object[] x2 static void <clinit> () }
com/google/protobuf/Int32Value$1.class
Int32Value.java package com.google.protobuf com.google.protobuf.Int32Value$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Int32Value parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Int32Value$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Int32Value$Builder.class
Int32Value.java package com.google.protobuf public final com.google.protobuf.Int32Value$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.Int32ValueOrBuilder { private int value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Int32Value$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Int32Value getDefaultInstanceForType () public com.google.protobuf.Int32Value build () com.google.protobuf.Int32Value result public com.google.protobuf.Int32Value buildPartial () com.google.protobuf.Int32Value result public com.google.protobuf.Int32Value$Builder clone () public com.google.protobuf.Int32Value$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Int32Value$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Int32Value$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Int32Value$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Int32Value$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Int32Value$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Int32Value$Builder mergeFrom (com.google.protobuf.Int32Value) com.google.protobuf.Int32Value other public final boolean isInitialized () public com.google.protobuf.Int32Value$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public int getValue () public com.google.protobuf.Int32Value$Builder setValue (int) int value public com.google.protobuf.Int32Value$Builder clearValue () public final com.google.protobuf.Int32Value$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Int32Value$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Int32Value$1) com.google.protobuf.Int32Value$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Int32Value$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Int32Value$1 x1 }
com/google/protobuf/Int32Value.class
Int32Value.java package com.google.protobuf public final com.google.protobuf.Int32Value extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.Int32ValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private int value_ private byte memoizedIsInitialized private static final com.google.protobuf.Int32Value DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public int getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Int32Value other public int hashCode () int hash public static com.google.protobuf.Int32Value parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Int32Value parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int32Value parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Int32Value parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int32Value parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Int32Value parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int32Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Int32Value parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int32Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Int32Value parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int32Value parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Int32Value parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Int32Value$Builder newBuilderForType () public static com.google.protobuf.Int32Value$Builder newBuilder () public static com.google.protobuf.Int32Value$Builder newBuilder (com.google.protobuf.Int32Value) com.google.protobuf.Int32Value prototype public com.google.protobuf.Int32Value$Builder toBuilder () protected com.google.protobuf.Int32Value$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Int32Value$Builder builder public static com.google.protobuf.Int32Value getDefaultInstance () public static com.google.protobuf.Int32Value of (int) int value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Int32Value getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Int32Value$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Int32Value$1 x1 static synthetic int access$302 (com.google.protobuf.Int32Value, int) com.google.protobuf.Int32Value x0 int x1 static void <clinit> () }
com/google/protobuf/Int32ValueOrBuilder.class
Int32ValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.Int32ValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract int getValue () }
com/google/protobuf/Int64Value$1.class
Int64Value.java package com.google.protobuf com.google.protobuf.Int64Value$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Int64Value parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Int64Value$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Int64Value$Builder.class
Int64Value.java package com.google.protobuf public final com.google.protobuf.Int64Value$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.Int64ValueOrBuilder { private long value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Int64Value$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Int64Value getDefaultInstanceForType () public com.google.protobuf.Int64Value build () com.google.protobuf.Int64Value result public com.google.protobuf.Int64Value buildPartial () com.google.protobuf.Int64Value result public com.google.protobuf.Int64Value$Builder clone () public com.google.protobuf.Int64Value$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Int64Value$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Int64Value$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Int64Value$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Int64Value$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Int64Value$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Int64Value$Builder mergeFrom (com.google.protobuf.Int64Value) com.google.protobuf.Int64Value other public final boolean isInitialized () public com.google.protobuf.Int64Value$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public long getValue () public com.google.protobuf.Int64Value$Builder setValue (long) long value public com.google.protobuf.Int64Value$Builder clearValue () public final com.google.protobuf.Int64Value$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Int64Value$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Int64Value$1) com.google.protobuf.Int64Value$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Int64Value$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Int64Value$1 x1 }
com/google/protobuf/Int64Value.class
Int64Value.java package com.google.protobuf public final com.google.protobuf.Int64Value extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.Int64ValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private long value_ private byte memoizedIsInitialized private static final com.google.protobuf.Int64Value DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public long getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Int64Value other public int hashCode () int hash public static com.google.protobuf.Int64Value parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Int64Value parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int64Value parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Int64Value parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int64Value parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Int64Value parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int64Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Int64Value parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int64Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Int64Value parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Int64Value parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Int64Value parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Int64Value$Builder newBuilderForType () public static com.google.protobuf.Int64Value$Builder newBuilder () public static com.google.protobuf.Int64Value$Builder newBuilder (com.google.protobuf.Int64Value) com.google.protobuf.Int64Value prototype public com.google.protobuf.Int64Value$Builder toBuilder () protected com.google.protobuf.Int64Value$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Int64Value$Builder builder public static com.google.protobuf.Int64Value getDefaultInstance () public static com.google.protobuf.Int64Value of (long) long value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Int64Value getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Int64Value$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Int64Value$1 x1 static synthetic long access$302 (com.google.protobuf.Int64Value, long) com.google.protobuf.Int64Value x0 long x1 static void <clinit> () }
com/google/protobuf/Int64ValueOrBuilder.class
Int64ValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.Int64ValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract long getValue () }
com/google/protobuf/ListValue$1.class
ListValue.java package com.google.protobuf com.google.protobuf.ListValue$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.ListValue parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ListValue$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/ListValue$Builder.class
ListValue.java package com.google.protobuf public final com.google.protobuf.ListValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.ListValueOrBuilder { private int bitField0_ private java.util.List values_ private com.google.protobuf.RepeatedFieldBuilderV3 valuesBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.ListValue$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.ListValue getDefaultInstanceForType () public com.google.protobuf.ListValue build () com.google.protobuf.ListValue result public com.google.protobuf.ListValue buildPartial () com.google.protobuf.ListValue result int from_bitField0_ public com.google.protobuf.ListValue$Builder clone () public com.google.protobuf.ListValue$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.ListValue$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.ListValue$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.ListValue$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.ListValue$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.ListValue$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.ListValue$Builder mergeFrom (com.google.protobuf.ListValue) com.google.protobuf.ListValue other public final boolean isInitialized () public com.google.protobuf.ListValue$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Value m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureValuesIsMutable () public java.util.List getValuesList () public int getValuesCount () public com.google.protobuf.Value getValues (int) int index public com.google.protobuf.ListValue$Builder setValues (int, com.google.protobuf.Value) int index com.google.protobuf.Value value public com.google.protobuf.ListValue$Builder setValues (int, com.google.protobuf.Value$Builder) int index com.google.protobuf.Value$Builder builderForValue public com.google.protobuf.ListValue$Builder addValues (com.google.protobuf.Value) com.google.protobuf.Value value public com.google.protobuf.ListValue$Builder addValues (int, com.google.protobuf.Value) int index com.google.protobuf.Value value public com.google.protobuf.ListValue$Builder addValues (com.google.protobuf.Value$Builder) com.google.protobuf.Value$Builder builderForValue public com.google.protobuf.ListValue$Builder addValues (int, com.google.protobuf.Value$Builder) int index com.google.protobuf.Value$Builder builderForValue public com.google.protobuf.ListValue$Builder addAllValues (java.lang.Iterable) Iterable values public com.google.protobuf.ListValue$Builder clearValues () public com.google.protobuf.ListValue$Builder removeValues (int) int index public com.google.protobuf.Value$Builder getValuesBuilder (int) int index public com.google.protobuf.ValueOrBuilder getValuesOrBuilder (int) int index public java.util.List getValuesOrBuilderList () public com.google.protobuf.Value$Builder addValuesBuilder () public com.google.protobuf.Value$Builder addValuesBuilder (int) int index public java.util.List getValuesBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getValuesFieldBuilder () public final com.google.protobuf.ListValue$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.ListValue$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.ListValue$1) com.google.protobuf.ListValue$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.ListValue$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.ListValue$1 x1 }
com/google/protobuf/ListValue.class
ListValue.java package com.google.protobuf public final com.google.protobuf.ListValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.ListValueOrBuilder { private static final long serialVersionUID public static final int VALUES_FIELD_NUMBER private java.util.List values_ private byte memoizedIsInitialized private static final com.google.protobuf.ListValue DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getValuesList () public java.util.List getValuesOrBuilderList () public int getValuesCount () public com.google.protobuf.Value getValues (int) int index public com.google.protobuf.ValueOrBuilder getValuesOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.ListValue other public int hashCode () int hash public static com.google.protobuf.ListValue parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.ListValue parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.ListValue parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.ListValue parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.ListValue parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.ListValue parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.ListValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.ListValue parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.ListValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.ListValue parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.ListValue parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.ListValue parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.ListValue$Builder newBuilderForType () public static com.google.protobuf.ListValue$Builder newBuilder () public static com.google.protobuf.ListValue$Builder newBuilder (com.google.protobuf.ListValue) com.google.protobuf.ListValue prototype public com.google.protobuf.ListValue$Builder toBuilder () protected com.google.protobuf.ListValue$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.ListValue$Builder builder public static com.google.protobuf.ListValue getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.ListValue getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.ListValue$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.ListValue$1 x1 static synthetic java.util.List access$302 (com.google.protobuf.ListValue, java.util.List) com.google.protobuf.ListValue x0 java.util.List x1 static synthetic java.util.List access$300 (com.google.protobuf.ListValue) com.google.protobuf.ListValue x0 static void <clinit> () }
com/google/protobuf/ListValueOrBuilder.class
ListValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.ListValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getValuesList () public abstract com.google.protobuf.Value getValues (int) public abstract int getValuesCount () public abstract java.util.List getValuesOrBuilderList () public abstract com.google.protobuf.ValueOrBuilder getValuesOrBuilder (int) }
com/google/protobuf/MapEntry$1.class
MapEntry.java package com.google.protobuf synthetic com.google.protobuf.MapEntry$1 extends java.lang.Object { }
com/google/protobuf/MapEntry$Builder.class
MapEntry.java package com.google.protobuf public com.google.protobuf.MapEntry$Builder extends com.google.protobuf.AbstractMessage$Builder { private final com.google.protobuf.MapEntry$Metadata metadata private Object key private Object value private boolean hasKey private boolean hasValue private void <init> (com.google.protobuf.MapEntry$Metadata) com.google.protobuf.MapEntry$Metadata metadata private void <init> (com.google.protobuf.MapEntry$Metadata, java.lang.Object, java.lang.Object, boolean, boolean) com.google.protobuf.MapEntry$Metadata metadata Object key Object value boolean hasKey boolean hasValue public java.lang.Object getKey () public java.lang.Object getValue () public com.google.protobuf.MapEntry$Builder setKey (java.lang.Object) Object key public com.google.protobuf.MapEntry$Builder clearKey () public com.google.protobuf.MapEntry$Builder setValue (java.lang.Object) Object value public com.google.protobuf.MapEntry$Builder clearValue () public com.google.protobuf.MapEntry build () com.google.protobuf.MapEntry result public com.google.protobuf.MapEntry buildPartial () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () private void checkFieldDescriptor (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Message$Builder newBuilderForField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MapEntry$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.MapEntry$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MapEntry$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.MapEntry$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.MapEntry$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public com.google.protobuf.MapEntry getDefaultInstanceForType () public boolean isInitialized () public java.util.Map getAllFields () com.google.protobuf.Descriptors$FieldDescriptor field java.util.TreeMap result public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field Object result public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.UnknownFieldSet getUnknownFields () public com.google.protobuf.MapEntry$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.MapEntry$Metadata, com.google.protobuf.MapEntry$1) com.google.protobuf.MapEntry$Metadata x0 com.google.protobuf.MapEntry$1 x1 synthetic void <init> (com.google.protobuf.MapEntry$Metadata, java.lang.Object, java.lang.Object, boolean, boolean, com.google.protobuf.MapEntry$1) com.google.protobuf.MapEntry$Metadata x0 Object x1 Object x2 boolean x3 boolean x4 com.google.protobuf.MapEntry$1 x5 }
com/google/protobuf/MapEntry$Metadata$1.class
MapEntry.java package com.google.protobuf com.google.protobuf.MapEntry$Metadata$1 extends com.google.protobuf.AbstractParser { final synthetic com.google.protobuf.MapEntry$Metadata this$0 void <init> (com.google.protobuf.MapEntry$Metadata) com.google.protobuf.MapEntry$Metadata this$0 public com.google.protobuf.MapEntry parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/MapEntry$Metadata.class
MapEntry.java package com.google.protobuf final com.google.protobuf.MapEntry$Metadata extends com.google.protobuf.MapEntryLite$Metadata { public final com.google.protobuf.Descriptors$Descriptor descriptor public final com.google.protobuf.Parser parser public void <init> (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.MapEntry, com.google.protobuf.WireFormat$FieldType, com.google.protobuf.WireFormat$FieldType) com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.MapEntry defaultInstance com.google.protobuf.WireFormat$FieldType keyType com.google.protobuf.WireFormat$FieldType valueType }
com/google/protobuf/MapEntry.class
MapEntry.java package com.google.protobuf public final com.google.protobuf.MapEntry extends com.google.protobuf.AbstractMessage { private final Object key private final Object value private final com.google.protobuf.MapEntry$Metadata metadata private volatile int cachedSerializedSize private void <init> (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue private void <init> (com.google.protobuf.MapEntry$Metadata, java.lang.Object, java.lang.Object) com.google.protobuf.MapEntry$Metadata metadata Object key Object value private void <init> (com.google.protobuf.MapEntry$Metadata, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.util.Map$Entry entry com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.MapEntry$Metadata metadata com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.MapEntry newDefaultInstance (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue public java.lang.Object getKey () public java.lang.Object getValue () public int getSerializedSize () int size public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public boolean isInitialized () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.MapEntry$Builder newBuilderForType () public com.google.protobuf.MapEntry$Builder toBuilder () public com.google.protobuf.MapEntry getDefaultInstanceForType () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public java.util.Map getAllFields () com.google.protobuf.Descriptors$FieldDescriptor field java.util.TreeMap result private void checkFieldDescriptor (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field Object result public int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor field int index public com.google.protobuf.UnknownFieldSet getUnknownFields () private static boolean isInitialized (com.google.protobuf.MapEntry$Metadata, java.lang.Object) com.google.protobuf.MapEntry$Metadata metadata Object value final com.google.protobuf.MapEntry$Metadata getMetadata () public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static synthetic java.lang.Object access$000 (com.google.protobuf.MapEntry) com.google.protobuf.MapEntry x0 static synthetic java.lang.Object access$100 (com.google.protobuf.MapEntry) com.google.protobuf.MapEntry x0 synthetic void <init> (com.google.protobuf.MapEntry$Metadata, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MapEntry$1) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.MapEntry$Metadata x0 com.google.protobuf.CodedInputStream x1 com.google.protobuf.ExtensionRegistryLite x2 com.google.protobuf.MapEntry$1 x3 synthetic void <init> (com.google.protobuf.MapEntry$Metadata, java.lang.Object, java.lang.Object, com.google.protobuf.MapEntry$1) com.google.protobuf.MapEntry$Metadata x0 Object x1 Object x2 com.google.protobuf.MapEntry$1 x3 static synthetic boolean access$600 (com.google.protobuf.MapEntry$Metadata, java.lang.Object) com.google.protobuf.MapEntry$Metadata x0 Object x1 }
com/google/protobuf/MapField$Converter.class
MapField.java package com.google.protobuf abstract com.google.protobuf.MapField$Converter extends java.lang.Object { public abstract com.google.protobuf.Message convertKeyAndValueToMessage (java.lang.Object, java.lang.Object) public abstract void convertMessageToKeyAndValue (com.google.protobuf.Message, java.util.Map) public abstract com.google.protobuf.Message getMessageDefaultInstance () }
com/google/protobuf/MapField$ImmutableMessageConverter.class
MapField.java package com.google.protobuf com.google.protobuf.MapField$ImmutableMessageConverter extends java.lang.Object implements com.google.protobuf.MapField$Converter { private final com.google.protobuf.MapEntry defaultEntry public void <init> (com.google.protobuf.MapEntry) com.google.protobuf.MapEntry defaultEntry public com.google.protobuf.Message convertKeyAndValueToMessage (java.lang.Object, java.lang.Object) Object key Object value public void convertMessageToKeyAndValue (com.google.protobuf.Message, java.util.Map) com.google.protobuf.Message message java.util.Map map com.google.protobuf.MapEntry entry public com.google.protobuf.Message getMessageDefaultInstance () }
com/google/protobuf/MapField$MutabilityAwareMap$MutabilityAwareCollection.class
MapField.java package com.google.protobuf com.google.protobuf.MapField$MutabilityAwareMap$MutabilityAwareCollection extends java.lang.Object implements java.util.Collection { private final com.google.protobuf.MutabilityOracle mutabilityOracle private final java.util.Collection delegate void <init> (com.google.protobuf.MutabilityOracle, java.util.Collection) com.google.protobuf.MutabilityOracle mutabilityOracle java.util.Collection delegate public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a public boolean add (java.lang.Object) Object e public boolean remove (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean addAll (java.util.Collection) java.util.Collection c public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public void clear () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () }
com/google/protobuf/MapField$MutabilityAwareMap$MutabilityAwareIterator.class
MapField.java package com.google.protobuf com.google.protobuf.MapField$MutabilityAwareMap$MutabilityAwareIterator extends java.lang.Object implements java.util.Iterator { private final com.google.protobuf.MutabilityOracle mutabilityOracle private final java.util.Iterator delegate void <init> (com.google.protobuf.MutabilityOracle, java.util.Iterator) com.google.protobuf.MutabilityOracle mutabilityOracle java.util.Iterator delegate public boolean hasNext () public java.lang.Object next () public void remove () public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.String toString () }
com/google/protobuf/MapField$MutabilityAwareMap$MutabilityAwareSet.class
MapField.java package com.google.protobuf com.google.protobuf.MapField$MutabilityAwareMap$MutabilityAwareSet extends java.lang.Object implements java.util.Set { private final com.google.protobuf.MutabilityOracle mutabilityOracle private final java.util.Set delegate void <init> (com.google.protobuf.MutabilityOracle, java.util.Set) com.google.protobuf.MutabilityOracle mutabilityOracle java.util.Set delegate public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a public boolean add (java.lang.Object) Object e public boolean remove (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean addAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public boolean removeAll (java.util.Collection) java.util.Collection c public void clear () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () }
com/google/protobuf/MapField$MutabilityAwareMap.class
MapField.java package com.google.protobuf com.google.protobuf.MapField$MutabilityAwareMap extends java.lang.Object implements java.util.Map { private final com.google.protobuf.MutabilityOracle mutabilityOracle private final java.util.Map delegate void <init> (com.google.protobuf.MutabilityOracle, java.util.Map) com.google.protobuf.MutabilityOracle mutabilityOracle java.util.Map delegate public int size () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object) Object key public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object remove (java.lang.Object) Object key public void putAll (java.util.Map) Object key java.util.Map m public void clear () public java.util.Set keySet () public java.util.Collection values () public java.util.Set entrySet () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () }
com/google/protobuf/MapField$StorageMode.class
MapField.java package com.google.protobuf final enum com.google.protobuf.MapField$StorageMode extends java.lang.Enum { public static final enum com.google.protobuf.MapField$StorageMode MAP public static final enum com.google.protobuf.MapField$StorageMode LIST public static final enum com.google.protobuf.MapField$StorageMode BOTH private static final synthetic com.google.protobuf.MapField$StorageMode[] $VALUES public static com.google.protobuf.MapField$StorageMode[] values () public static com.google.protobuf.MapField$StorageMode valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.MapField$StorageMode[] $values () static void <clinit> () }
com/google/protobuf/MapField.class
MapField.java package com.google.protobuf public com.google.protobuf.MapField extends java.lang.Object implements com.google.protobuf.MutabilityOracle { private volatile boolean isMutable private volatile com.google.protobuf.MapField$StorageMode mode private com.google.protobuf.MapField$MutabilityAwareMap mapData private java.util.List listData private final com.google.protobuf.MapField$Converter converter private void <init> (com.google.protobuf.MapField$Converter, com.google.protobuf.MapField$StorageMode, java.util.Map) com.google.protobuf.MapField$Converter converter com.google.protobuf.MapField$StorageMode mode java.util.Map mapData private void <init> (com.google.protobuf.MapEntry, com.google.protobuf.MapField$StorageMode, java.util.Map) com.google.protobuf.MapEntry defaultEntry com.google.protobuf.MapField$StorageMode mode java.util.Map mapData public static com.google.protobuf.MapField emptyMapField (com.google.protobuf.MapEntry) com.google.protobuf.MapEntry defaultEntry public static com.google.protobuf.MapField newMapField (com.google.protobuf.MapEntry) com.google.protobuf.MapEntry defaultEntry private com.google.protobuf.Message convertKeyAndValueToMessage (java.lang.Object, java.lang.Object) Object key Object value private void convertMessageToKeyAndValue (com.google.protobuf.Message, java.util.Map) com.google.protobuf.Message message java.util.Map map private java.util.List convertMapToList (com.google.protobuf.MapField$MutabilityAwareMap) java.util.Map$Entry entry com.google.protobuf.MapField$MutabilityAwareMap mapData java.util.List listData private com.google.protobuf.MapField$MutabilityAwareMap convertListToMap (java.util.List) com.google.protobuf.Message item java.util.List listData java.util.Map mapData public java.util.Map getMap () public java.util.Map getMutableMap () public void mergeFrom (com.google.protobuf.MapField) com.google.protobuf.MapField other public void clear () public boolean equals (java.lang.Object) Object object com.google.protobuf.MapField other public int hashCode () public com.google.protobuf.MapField copy () java.util.List getList () java.util.List getMutableList () com.google.protobuf.Message getMapEntryMessageDefaultInstance () public void makeImmutable () public boolean isMutable () public void ensureMutable () }
com/google/protobuf/MapFieldSchemaFull.class
MapFieldSchemaFull.java package com.google.protobuf com.google.protobuf.MapFieldSchemaFull extends java.lang.Object implements com.google.protobuf.MapFieldSchema { void <init> () public java.util.Map forMutableMapData (java.lang.Object) Object mapField public java.util.Map forMapData (java.lang.Object) Object mapField public boolean isImmutable (java.lang.Object) Object mapField public java.lang.Object toImmutable (java.lang.Object) Object mapField public java.lang.Object newMapField (java.lang.Object) Object mapDefaultEntry public com.google.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object) Object mapDefaultEntry public java.lang.Object mergeFrom (java.lang.Object, java.lang.Object) Object destMapField Object srcMapField private static java.lang.Object mergeFromFull (java.lang.Object, java.lang.Object) Object destMapField Object srcMapField com.google.protobuf.MapField mine com.google.protobuf.MapField other public int getSerializedSize (int, java.lang.Object, java.lang.Object) int number Object mapField Object mapDefaultEntry private static int getSerializedSizeFull (int, java.lang.Object, java.lang.Object) java.util.Map$Entry entry int number Object mapField Object defaultEntryObject java.util.Map map com.google.protobuf.MapEntry defaultEntry int size }
com/google/protobuf/Message$Builder.class
Message.java package com.google.protobuf public abstract com.google.protobuf.Message$Builder extends java.lang.Object implements com.google.protobuf.MessageLite$Builder com.google.protobuf.MessageOrBuilder { public abstract com.google.protobuf.Message$Builder clear () public abstract com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public abstract com.google.protobuf.Message build () public abstract com.google.protobuf.Message buildPartial () public abstract com.google.protobuf.Message$Builder clone () public abstract com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public abstract com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public abstract com.google.protobuf.Message$Builder newBuilderForField (com.google.protobuf.Descriptors$FieldDescriptor) public abstract com.google.protobuf.Message$Builder getFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor) public abstract com.google.protobuf.Message$Builder getRepeatedFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor, int) public abstract com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public abstract com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public abstract com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public abstract com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public abstract com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public abstract com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public abstract com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public abstract com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public abstract com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException public abstract boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () }
com/google/protobuf/Message.class
Message.java package com.google.protobuf public abstract com.google.protobuf.Message extends java.lang.Object implements com.google.protobuf.MessageLite com.google.protobuf.MessageOrBuilder { public abstract com.google.protobuf.Parser getParserForType () public abstract boolean equals (java.lang.Object) public abstract int hashCode () public abstract java.lang.String toString () public abstract com.google.protobuf.Message$Builder newBuilderForType () public abstract com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () }
com/google/protobuf/MessageOrBuilder.class
MessageOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.MessageOrBuilder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract com.google.protobuf.Message getDefaultInstanceForType () public abstract java.util.List findInitializationErrors () public abstract java.lang.String getInitializationErrorString () public abstract com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public abstract java.util.Map getAllFields () public abstract boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) public abstract com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) public abstract boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) public abstract java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) public abstract int getRepeatedFieldCount (com.google.protobuf.Descriptors$FieldDescriptor) public abstract java.lang.Object getRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int) public abstract com.google.protobuf.UnknownFieldSet getUnknownFields () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () }
com/google/protobuf/MessageReflection$1.class
MessageReflection.java package com.google.protobuf synthetic com.google.protobuf.MessageReflection$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$Type static void <clinit> () }
com/google/protobuf/MessageReflection$BuilderAdapter.class
MessageReflection.java package com.google.protobuf com.google.protobuf.MessageReflection$BuilderAdapter extends java.lang.Object implements com.google.protobuf.MessageReflection$MergeTarget { private final com.google.protobuf.Message$Builder builder private boolean hasNestedBuilders public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public void <init> (com.google.protobuf.Message$Builder) com.google.protobuf.Message$Builder builder public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field private com.google.protobuf.Message$Builder getFieldBuilder (com.google.protobuf.Descriptors$FieldDescriptor) UnsupportedOperationException e com.google.protobuf.Descriptors$FieldDescriptor field public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MessageReflection$MergeTarget setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.MessageReflection$MergeTarget clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MessageReflection$MergeTarget setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.MessageReflection$MergeTarget addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.MessageReflection$MergeTarget clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.MessageReflection$MergeTarget$ContainerType getContainerType () public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByName (com.google.protobuf.ExtensionRegistry, java.lang.String) com.google.protobuf.ExtensionRegistry registry String name public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByNumber (com.google.protobuf.ExtensionRegistry, com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.ExtensionRegistry registry com.google.protobuf.Descriptors$Descriptor containingType int fieldNumber public java.lang.Object parseGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message originalMessage com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public java.lang.Object parseMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message originalMessage com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public java.lang.Object parseMessageFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message originalMessage com.google.protobuf.ByteString bytes com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public void mergeGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance public void mergeMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance private com.google.protobuf.Message$Builder newMessageFieldInstance (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance public com.google.protobuf.MessageReflection$MergeTarget newMergeTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message originalMessage com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public com.google.protobuf.MessageReflection$MergeTarget newEmptyTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public com.google.protobuf.WireFormat$Utf8Validation getUtf8Validation (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor descriptor public java.lang.Object finish () }
com/google/protobuf/MessageReflection$ExtensionAdapter.class
MessageReflection.java package com.google.protobuf com.google.protobuf.MessageReflection$ExtensionAdapter extends java.lang.Object implements com.google.protobuf.MessageReflection$MergeTarget { private final com.google.protobuf.FieldSet extensions void <init> (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet extensions public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MessageReflection$MergeTarget setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.MessageReflection$MergeTarget clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MessageReflection$MergeTarget setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.MessageReflection$MergeTarget addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.MessageReflection$MergeTarget clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.MessageReflection$MergeTarget$ContainerType getContainerType () public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByName (com.google.protobuf.ExtensionRegistry, java.lang.String) com.google.protobuf.ExtensionRegistry registry String name public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByNumber (com.google.protobuf.ExtensionRegistry, com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.ExtensionRegistry registry com.google.protobuf.Descriptors$Descriptor containingType int fieldNumber public java.lang.Object parseGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message originalMessage com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite registry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public java.lang.Object parseMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message originalMessage com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite registry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public void mergeGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.MessageLite$Builder current Object unused com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance public void mergeMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.MessageLite$Builder current Object unused com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance public java.lang.Object parseMessageFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message originalMessage com.google.protobuf.ByteString bytes com.google.protobuf.ExtensionRegistryLite registry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public com.google.protobuf.MessageReflection$MergeTarget newMergeTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Descriptors$FieldDescriptor descriptor com.google.protobuf.Message defaultInstance public com.google.protobuf.MessageReflection$MergeTarget newEmptyTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Descriptors$FieldDescriptor descriptor com.google.protobuf.Message defaultInstance public com.google.protobuf.WireFormat$Utf8Validation getUtf8Validation (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor descriptor public java.lang.Object finish () }
com/google/protobuf/MessageReflection$ExtensionBuilderAdapter.class
MessageReflection.java package com.google.protobuf com.google.protobuf.MessageReflection$ExtensionBuilderAdapter extends java.lang.Object implements com.google.protobuf.MessageReflection$MergeTarget { private final com.google.protobuf.FieldSet$Builder extensions void <init> (com.google.protobuf.FieldSet$Builder) com.google.protobuf.FieldSet$Builder extensions public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MessageReflection$MergeTarget setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.MessageReflection$MergeTarget clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.MessageReflection$MergeTarget setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.MessageReflection$MergeTarget addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.MessageReflection$MergeTarget clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.MessageReflection$MergeTarget$ContainerType getContainerType () public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByName (com.google.protobuf.ExtensionRegistry, java.lang.String) com.google.protobuf.ExtensionRegistry registry String name public com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByNumber (com.google.protobuf.ExtensionRegistry, com.google.protobuf.Descriptors$Descriptor, int) com.google.protobuf.ExtensionRegistry registry com.google.protobuf.Descriptors$Descriptor containingType int fieldNumber public java.lang.Object parseGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message originalMessage com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite registry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public java.lang.Object parseMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message originalMessage com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite registry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public void mergeGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.MessageLite$Builder subBuilder Object fieldOrBuilder com.google.protobuf.MessageLite$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance public void mergeMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.MessageLite$Builder subBuilder Object fieldOrBuilder com.google.protobuf.MessageLite$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Message$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance public java.lang.Object parseMessageFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException com.google.protobuf.Message originalMessage com.google.protobuf.ByteString bytes com.google.protobuf.ExtensionRegistryLite registry com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance com.google.protobuf.Message$Builder subBuilder public com.google.protobuf.MessageReflection$MergeTarget newMergeTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Descriptors$FieldDescriptor descriptor com.google.protobuf.Message defaultInstance public com.google.protobuf.MessageReflection$MergeTarget newEmptyTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) com.google.protobuf.Descriptors$FieldDescriptor descriptor com.google.protobuf.Message defaultInstance public com.google.protobuf.WireFormat$Utf8Validation getUtf8Validation (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor descriptor public java.lang.Object finish () }
com/google/protobuf/MessageReflection$MergeTarget$ContainerType.class
MessageReflection.java package com.google.protobuf public final enum com.google.protobuf.MessageReflection$MergeTarget$ContainerType extends java.lang.Enum { public static final enum com.google.protobuf.MessageReflection$MergeTarget$ContainerType MESSAGE public static final enum com.google.protobuf.MessageReflection$MergeTarget$ContainerType EXTENSION_SET private static final synthetic com.google.protobuf.MessageReflection$MergeTarget$ContainerType[] $VALUES public static com.google.protobuf.MessageReflection$MergeTarget$ContainerType[] values () public static com.google.protobuf.MessageReflection$MergeTarget$ContainerType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.MessageReflection$MergeTarget$ContainerType[] $values () static void <clinit> () }
com/google/protobuf/MessageReflection$MergeTarget.class
MessageReflection.java package com.google.protobuf abstract com.google.protobuf.MessageReflection$MergeTarget extends java.lang.Object { public abstract com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public abstract com.google.protobuf.MessageReflection$MergeTarget$ContainerType getContainerType () public abstract com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByName (com.google.protobuf.ExtensionRegistry, java.lang.String) public abstract com.google.protobuf.ExtensionRegistry$ExtensionInfo findExtensionByNumber (com.google.protobuf.ExtensionRegistry, com.google.protobuf.Descriptors$Descriptor, int) public abstract java.lang.Object getField (com.google.protobuf.Descriptors$FieldDescriptor) public abstract boolean hasField (com.google.protobuf.Descriptors$FieldDescriptor) public abstract com.google.protobuf.MessageReflection$MergeTarget setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public abstract com.google.protobuf.MessageReflection$MergeTarget clearField (com.google.protobuf.Descriptors$FieldDescriptor) public abstract com.google.protobuf.MessageReflection$MergeTarget setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public abstract com.google.protobuf.MessageReflection$MergeTarget addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public abstract boolean hasOneof (com.google.protobuf.Descriptors$OneofDescriptor) public abstract com.google.protobuf.MessageReflection$MergeTarget clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public abstract com.google.protobuf.Descriptors$FieldDescriptor getOneofFieldDescriptor (com.google.protobuf.Descriptors$OneofDescriptor) public abstract java.lang.Object parseGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException public abstract java.lang.Object parseMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException public abstract java.lang.Object parseMessageFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException public abstract void mergeGroup (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException public abstract void mergeMessage (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) throws java.io.IOException public abstract com.google.protobuf.WireFormat$Utf8Validation getUtf8Validation (com.google.protobuf.Descriptors$FieldDescriptor) public abstract com.google.protobuf.MessageReflection$MergeTarget newMergeTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) public abstract com.google.protobuf.MessageReflection$MergeTarget newEmptyTargetForField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.Message) public abstract java.lang.Object finish () }
com/google/protobuf/MessageReflection.class
MessageReflection.java package com.google.protobuf com.google.protobuf.MessageReflection extends java.lang.Object { void <init> () static void writeMessageTo (com.google.protobuf.Message, java.util.Map, com.google.protobuf.CodedOutputStream, boolean) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$FieldDescriptor field Object value java.util.Map$Entry entry com.google.protobuf.Message message java.util.Map fields com.google.protobuf.CodedOutputStream output boolean alwaysWriteRequiredFields boolean isMessageSet com.google.protobuf.UnknownFieldSet unknownFields static int getSerializedSize (com.google.protobuf.Message, java.util.Map) com.google.protobuf.Descriptors$FieldDescriptor field Object value java.util.Map$Entry entry com.google.protobuf.Message message java.util.Map fields int size boolean isMessageSet com.google.protobuf.UnknownFieldSet unknownFields static java.lang.String delimitWithCommas (java.util.List) String part java.util.List parts StringBuilder result static boolean isInitialized (com.google.protobuf.MessageOrBuilder) com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message element com.google.protobuf.Descriptors$FieldDescriptor field java.util.Map$Entry entry com.google.protobuf.MessageOrBuilder message private static java.lang.String subMessagePrefix (java.lang.String, com.google.protobuf.Descriptors$FieldDescriptor, int) String prefix com.google.protobuf.Descriptors$FieldDescriptor field int index StringBuilder result private static void findMissingFields (com.google.protobuf.MessageOrBuilder, java.lang.String, java.util.List) com.google.protobuf.Descriptors$FieldDescriptor field Object element int i com.google.protobuf.Descriptors$FieldDescriptor field Object value java.util.Map$Entry entry com.google.protobuf.MessageOrBuilder message String prefix java.util.List results static java.util.List findMissingFields (com.google.protobuf.MessageOrBuilder) com.google.protobuf.MessageOrBuilder message java.util.List results static boolean mergeFieldFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.MessageReflection$MergeTarget, int) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.ExtensionRegistry$ExtensionInfo extension com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Descriptors$FieldDescriptor field Object value int rawValue Object value int length int limit Object value Object value int rawValue Object value com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.MessageReflection$MergeTarget target int tag int wireType int fieldNumber com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message defaultInstance boolean unknown boolean packed static void mergeMessageFrom (com.google.protobuf.Message$Builder, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.google.protobuf.Message$Builder target com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageReflection$BuilderAdapter builderAdapter com.google.protobuf.Descriptors$Descriptor descriptorForType private static void mergeMessageSetExtensionFromCodedStream (com.google.protobuf.CodedInputStream, com.google.protobuf.UnknownFieldSet$Builder, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.MessageReflection$MergeTarget) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSet$Builder unknownFields com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.MessageReflection$MergeTarget target int typeId com.google.protobuf.ByteString rawBytes com.google.protobuf.ExtensionRegistry$ExtensionInfo extension private static void mergeMessageSetExtensionFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistry$ExtensionInfo, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageReflection$MergeTarget) throws java.io.IOException Object value com.google.protobuf.LazyField lazyField com.google.protobuf.ByteString rawBytes com.google.protobuf.ExtensionRegistry$ExtensionInfo extension com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageReflection$MergeTarget target com.google.protobuf.Descriptors$FieldDescriptor field boolean hasOriginalValue private static void eagerlyMergeMessageSetExtension (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistry$ExtensionInfo, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageReflection$MergeTarget) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistry$ExtensionInfo extension com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageReflection$MergeTarget target com.google.protobuf.Descriptors$FieldDescriptor field Object value }
com/google/protobuf/Method$1.class
Method.java package com.google.protobuf com.google.protobuf.Method$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Method parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Method$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Method$Builder.class
Method.java package com.google.protobuf public final com.google.protobuf.Method$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.MethodOrBuilder { private int bitField0_ private Object name_ private Object requestTypeUrl_ private boolean requestStreaming_ private Object responseTypeUrl_ private boolean responseStreaming_ private java.util.List options_ private com.google.protobuf.RepeatedFieldBuilderV3 optionsBuilder_ private int syntax_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Method$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Method getDefaultInstanceForType () public com.google.protobuf.Method build () com.google.protobuf.Method result public com.google.protobuf.Method buildPartial () com.google.protobuf.Method result int from_bitField0_ public com.google.protobuf.Method$Builder clone () public com.google.protobuf.Method$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Method$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Method$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Method$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Method$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Method$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Method$Builder mergeFrom (com.google.protobuf.Method) com.google.protobuf.Method other public final boolean isInitialized () public com.google.protobuf.Method$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Option m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Method$Builder setName (java.lang.String) String value public com.google.protobuf.Method$Builder clearName () public com.google.protobuf.Method$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.lang.String getRequestTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRequestTypeUrlBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Method$Builder setRequestTypeUrl (java.lang.String) String value public com.google.protobuf.Method$Builder clearRequestTypeUrl () public com.google.protobuf.Method$Builder setRequestTypeUrlBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean getRequestStreaming () public com.google.protobuf.Method$Builder setRequestStreaming (boolean) boolean value public com.google.protobuf.Method$Builder clearRequestStreaming () public java.lang.String getResponseTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getResponseTypeUrlBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Method$Builder setResponseTypeUrl (java.lang.String) String value public com.google.protobuf.Method$Builder clearResponseTypeUrl () public com.google.protobuf.Method$Builder setResponseTypeUrlBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean getResponseStreaming () public com.google.protobuf.Method$Builder setResponseStreaming (boolean) boolean value public com.google.protobuf.Method$Builder clearResponseStreaming () private void ensureOptionsIsMutable () public java.util.List getOptionsList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.Method$Builder setOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Method$Builder setOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Method$Builder addOptions (com.google.protobuf.Option) com.google.protobuf.Option value public com.google.protobuf.Method$Builder addOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Method$Builder addOptions (com.google.protobuf.Option$Builder) com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Method$Builder addOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Method$Builder addAllOptions (java.lang.Iterable) Iterable values public com.google.protobuf.Method$Builder clearOptions () public com.google.protobuf.Method$Builder removeOptions (int) int index public com.google.protobuf.Option$Builder getOptionsBuilder (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.util.List getOptionsOrBuilderList () public com.google.protobuf.Option$Builder addOptionsBuilder () public com.google.protobuf.Option$Builder addOptionsBuilder (int) int index public java.util.List getOptionsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getOptionsFieldBuilder () public int getSyntaxValue () public com.google.protobuf.Method$Builder setSyntaxValue (int) int value public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public com.google.protobuf.Method$Builder setSyntax (com.google.protobuf.Syntax) com.google.protobuf.Syntax value public com.google.protobuf.Method$Builder clearSyntax () public final com.google.protobuf.Method$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Method$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Method$1) com.google.protobuf.Method$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Method$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Method$1 x1 }
com/google/protobuf/Method.class
Method.java package com.google.protobuf public final com.google.protobuf.Method extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.MethodOrBuilder { private static final long serialVersionUID public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int REQUEST_TYPE_URL_FIELD_NUMBER private volatile Object requestTypeUrl_ public static final int REQUEST_STREAMING_FIELD_NUMBER private boolean requestStreaming_ public static final int RESPONSE_TYPE_URL_FIELD_NUMBER private volatile Object responseTypeUrl_ public static final int RESPONSE_STREAMING_FIELD_NUMBER private boolean responseStreaming_ public static final int OPTIONS_FIELD_NUMBER private java.util.List options_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private byte memoizedIsInitialized private static final com.google.protobuf.Method DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.lang.String getRequestTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRequestTypeUrlBytes () com.google.protobuf.ByteString b Object ref public boolean getRequestStreaming () public java.lang.String getResponseTypeUrl () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getResponseTypeUrlBytes () com.google.protobuf.ByteString b Object ref public boolean getResponseStreaming () public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public int getSyntaxValue () public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Method other public int hashCode () int hash public static com.google.protobuf.Method parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Method parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Method parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Method parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Method parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Method parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Method parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Method parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Method parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Method parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Method parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Method parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Method$Builder newBuilderForType () public static com.google.protobuf.Method$Builder newBuilder () public static com.google.protobuf.Method$Builder newBuilder (com.google.protobuf.Method) com.google.protobuf.Method prototype public com.google.protobuf.Method$Builder toBuilder () protected com.google.protobuf.Method$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Method$Builder builder public static com.google.protobuf.Method getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Method getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Method$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Method$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Method, java.lang.Object) com.google.protobuf.Method x0 Object x1 static synthetic java.lang.Object access$402 (com.google.protobuf.Method, java.lang.Object) com.google.protobuf.Method x0 Object x1 static synthetic boolean access$502 (com.google.protobuf.Method, boolean) com.google.protobuf.Method x0 boolean x1 static synthetic java.lang.Object access$602 (com.google.protobuf.Method, java.lang.Object) com.google.protobuf.Method x0 Object x1 static synthetic boolean access$702 (com.google.protobuf.Method, boolean) com.google.protobuf.Method x0 boolean x1 static synthetic java.util.List access$802 (com.google.protobuf.Method, java.util.List) com.google.protobuf.Method x0 java.util.List x1 static synthetic int access$902 (com.google.protobuf.Method, int) com.google.protobuf.Method x0 int x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Method) com.google.protobuf.Method x0 static synthetic java.lang.Object access$400 (com.google.protobuf.Method) com.google.protobuf.Method x0 static synthetic java.lang.Object access$600 (com.google.protobuf.Method) com.google.protobuf.Method x0 static synthetic java.util.List access$800 (com.google.protobuf.Method) com.google.protobuf.Method x0 static synthetic int access$900 (com.google.protobuf.Method) com.google.protobuf.Method x0 static void <clinit> () }
com/google/protobuf/MethodOrBuilder.class
MethodOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.MethodOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.lang.String getRequestTypeUrl () public abstract com.google.protobuf.ByteString getRequestTypeUrlBytes () public abstract boolean getRequestStreaming () public abstract java.lang.String getResponseTypeUrl () public abstract com.google.protobuf.ByteString getResponseTypeUrlBytes () public abstract boolean getResponseStreaming () public abstract java.util.List getOptionsList () public abstract com.google.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.util.List getOptionsOrBuilderList () public abstract com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) public abstract int getSyntaxValue () public abstract com.google.protobuf.Syntax getSyntax () }
com/google/protobuf/Mixin$1.class
Mixin.java package com.google.protobuf com.google.protobuf.Mixin$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Mixin parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Mixin$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Mixin$Builder.class
Mixin.java package com.google.protobuf public final com.google.protobuf.Mixin$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.MixinOrBuilder { private Object name_ private Object root_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Mixin$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Mixin getDefaultInstanceForType () public com.google.protobuf.Mixin build () com.google.protobuf.Mixin result public com.google.protobuf.Mixin buildPartial () com.google.protobuf.Mixin result public com.google.protobuf.Mixin$Builder clone () public com.google.protobuf.Mixin$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Mixin$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Mixin$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Mixin$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Mixin$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Mixin$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Mixin$Builder mergeFrom (com.google.protobuf.Mixin) com.google.protobuf.Mixin other public final boolean isInitialized () public com.google.protobuf.Mixin$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Mixin$Builder setName (java.lang.String) String value public com.google.protobuf.Mixin$Builder clearName () public com.google.protobuf.Mixin$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.lang.String getRoot () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRootBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Mixin$Builder setRoot (java.lang.String) String value public com.google.protobuf.Mixin$Builder clearRoot () public com.google.protobuf.Mixin$Builder setRootBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.Mixin$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Mixin$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Mixin$1) com.google.protobuf.Mixin$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Mixin$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Mixin$1 x1 }
com/google/protobuf/Mixin.class
Mixin.java package com.google.protobuf public final com.google.protobuf.Mixin extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.MixinOrBuilder { private static final long serialVersionUID public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int ROOT_FIELD_NUMBER private volatile Object root_ private byte memoizedIsInitialized private static final com.google.protobuf.Mixin DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.lang.String getRoot () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRootBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Mixin other public int hashCode () int hash public static com.google.protobuf.Mixin parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Mixin parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Mixin parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Mixin parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Mixin parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Mixin parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Mixin parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Mixin parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Mixin parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Mixin parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Mixin parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Mixin parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Mixin$Builder newBuilderForType () public static com.google.protobuf.Mixin$Builder newBuilder () public static com.google.protobuf.Mixin$Builder newBuilder (com.google.protobuf.Mixin) com.google.protobuf.Mixin prototype public com.google.protobuf.Mixin$Builder toBuilder () protected com.google.protobuf.Mixin$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Mixin$Builder builder public static com.google.protobuf.Mixin getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Mixin getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Mixin$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Mixin$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Mixin, java.lang.Object) com.google.protobuf.Mixin x0 Object x1 static synthetic java.lang.Object access$402 (com.google.protobuf.Mixin, java.lang.Object) com.google.protobuf.Mixin x0 Object x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Mixin) com.google.protobuf.Mixin x0 static synthetic java.lang.Object access$400 (com.google.protobuf.Mixin) com.google.protobuf.Mixin x0 static void <clinit> () }
com/google/protobuf/MixinOrBuilder.class
MixinOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.MixinOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.lang.String getRoot () public abstract com.google.protobuf.ByteString getRootBytes () }
com/google/protobuf/NewInstanceSchemaFull.class
NewInstanceSchemaFull.java package com.google.protobuf final com.google.protobuf.NewInstanceSchemaFull extends java.lang.Object implements com.google.protobuf.NewInstanceSchema { void <init> () public java.lang.Object newInstance (java.lang.Object) Object defaultInstance }
com/google/protobuf/NullValue$1.class
NullValue.java package com.google.protobuf com.google.protobuf.NullValue$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.NullValue findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/NullValue.class
NullValue.java package com.google.protobuf public final enum com.google.protobuf.NullValue extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.NullValue NULL_VALUE public static final enum com.google.protobuf.NullValue UNRECOGNIZED public static final int NULL_VALUE_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.NullValue[] VALUES private final int value private static final synthetic com.google.protobuf.NullValue[] $VALUES public static com.google.protobuf.NullValue[] values () public static com.google.protobuf.NullValue valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.NullValue valueOf (int) int value public static com.google.protobuf.NullValue forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.NullValue valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.NullValue[] $values () static void <clinit> () }
com/google/protobuf/Option$1.class
Option.java package com.google.protobuf com.google.protobuf.Option$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Option parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Option$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Option$Builder.class
Option.java package com.google.protobuf public final com.google.protobuf.Option$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.OptionOrBuilder { private Object name_ private com.google.protobuf.Any value_ private com.google.protobuf.SingleFieldBuilderV3 valueBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Option$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Option getDefaultInstanceForType () public com.google.protobuf.Option build () com.google.protobuf.Option result public com.google.protobuf.Option buildPartial () com.google.protobuf.Option result public com.google.protobuf.Option$Builder clone () public com.google.protobuf.Option$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Option$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Option$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Option$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Option$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Option$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Option$Builder mergeFrom (com.google.protobuf.Option) com.google.protobuf.Option other public final boolean isInitialized () public com.google.protobuf.Option$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Option$Builder setName (java.lang.String) String value public com.google.protobuf.Option$Builder clearName () public com.google.protobuf.Option$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasValue () public com.google.protobuf.Any getValue () public com.google.protobuf.Option$Builder setValue (com.google.protobuf.Any) com.google.protobuf.Any value public com.google.protobuf.Option$Builder setValue (com.google.protobuf.Any$Builder) com.google.protobuf.Any$Builder builderForValue public com.google.protobuf.Option$Builder mergeValue (com.google.protobuf.Any) com.google.protobuf.Any value public com.google.protobuf.Option$Builder clearValue () public com.google.protobuf.Any$Builder getValueBuilder () public com.google.protobuf.AnyOrBuilder getValueOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getValueFieldBuilder () public final com.google.protobuf.Option$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Option$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Option$1) com.google.protobuf.Option$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Option$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Option$1 x1 }
com/google/protobuf/Option.class
Option.java package com.google.protobuf public final com.google.protobuf.Option extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.OptionOrBuilder { private static final long serialVersionUID public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int VALUE_FIELD_NUMBER private com.google.protobuf.Any value_ private byte memoizedIsInitialized private static final com.google.protobuf.Option DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasValue () public com.google.protobuf.Any getValue () public com.google.protobuf.AnyOrBuilder getValueOrBuilder () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Option other public int hashCode () int hash public static com.google.protobuf.Option parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Option parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Option parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Option parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Option parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Option parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Option parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Option parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Option parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Option parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Option parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Option parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Option$Builder newBuilderForType () public static com.google.protobuf.Option$Builder newBuilder () public static com.google.protobuf.Option$Builder newBuilder (com.google.protobuf.Option) com.google.protobuf.Option prototype public com.google.protobuf.Option$Builder toBuilder () protected com.google.protobuf.Option$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Option$Builder builder public static com.google.protobuf.Option getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Option getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Option$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Option$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Option, java.lang.Object) com.google.protobuf.Option x0 Object x1 static synthetic com.google.protobuf.Any access$402 (com.google.protobuf.Option, com.google.protobuf.Any) com.google.protobuf.Option x0 com.google.protobuf.Any x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Option) com.google.protobuf.Option x0 static void <clinit> () }
com/google/protobuf/OptionOrBuilder.class
OptionOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.OptionOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract boolean hasValue () public abstract com.google.protobuf.Any getValue () public abstract com.google.protobuf.AnyOrBuilder getValueOrBuilder () }
com/google/protobuf/ProtocolMessageEnum.class
ProtocolMessageEnum.java package com.google.protobuf public abstract com.google.protobuf.ProtocolMessageEnum extends java.lang.Object implements com.google.protobuf.Internal$EnumLite { public abstract int getNumber () public abstract com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public abstract com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () }
com/google/protobuf/RepeatedFieldBuilder$BuilderExternalList.class
RepeatedFieldBuilder.java package com.google.protobuf com.google.protobuf.RepeatedFieldBuilder$BuilderExternalList extends java.util.AbstractList implements java.util.List java.util.RandomAccess { com.google.protobuf.RepeatedFieldBuilder builder void <init> (com.google.protobuf.RepeatedFieldBuilder) com.google.protobuf.RepeatedFieldBuilder builder public int size () public com.google.protobuf.GeneratedMessage$Builder get (int) int index void incrementModCount () public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/RepeatedFieldBuilder$MessageExternalList.class
RepeatedFieldBuilder.java package com.google.protobuf com.google.protobuf.RepeatedFieldBuilder$MessageExternalList extends java.util.AbstractList implements java.util.List java.util.RandomAccess { com.google.protobuf.RepeatedFieldBuilder builder void <init> (com.google.protobuf.RepeatedFieldBuilder) com.google.protobuf.RepeatedFieldBuilder builder public int size () public com.google.protobuf.GeneratedMessage get (int) int index void incrementModCount () public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/RepeatedFieldBuilder$MessageOrBuilderExternalList.class
RepeatedFieldBuilder.java package com.google.protobuf com.google.protobuf.RepeatedFieldBuilder$MessageOrBuilderExternalList extends java.util.AbstractList implements java.util.List java.util.RandomAccess { com.google.protobuf.RepeatedFieldBuilder builder void <init> (com.google.protobuf.RepeatedFieldBuilder) com.google.protobuf.RepeatedFieldBuilder builder public int size () public com.google.protobuf.MessageOrBuilder get (int) int index void incrementModCount () public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/RepeatedFieldBuilder.class
RepeatedFieldBuilder.java package com.google.protobuf public com.google.protobuf.RepeatedFieldBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessage$BuilderParent { private com.google.protobuf.GeneratedMessage$BuilderParent parent private java.util.List messages private boolean isMessagesListMutable private java.util.List builders private boolean isClean private com.google.protobuf.RepeatedFieldBuilder$MessageExternalList externalMessageList private com.google.protobuf.RepeatedFieldBuilder$BuilderExternalList externalBuilderList private com.google.protobuf.RepeatedFieldBuilder$MessageOrBuilderExternalList externalMessageOrBuilderList public void <init> (java.util.List, boolean, com.google.protobuf.GeneratedMessage$BuilderParent, boolean) java.util.List messages boolean isMessagesListMutable com.google.protobuf.GeneratedMessage$BuilderParent parent boolean isClean public void dispose () private void ensureMutableMessageList () private void ensureBuilders () int i public int getCount () public boolean isEmpty () public com.google.protobuf.GeneratedMessage getMessage (int) int index private com.google.protobuf.GeneratedMessage getMessage (int, boolean) int index boolean forBuild com.google.protobuf.SingleFieldBuilder builder public com.google.protobuf.GeneratedMessage$Builder getBuilder (int) com.google.protobuf.GeneratedMessage message int index com.google.protobuf.SingleFieldBuilder builder public com.google.protobuf.MessageOrBuilder getMessageOrBuilder (int) int index com.google.protobuf.SingleFieldBuilder builder public com.google.protobuf.RepeatedFieldBuilder setMessage (int, com.google.protobuf.GeneratedMessage) com.google.protobuf.SingleFieldBuilder entry int index com.google.protobuf.GeneratedMessage message public com.google.protobuf.RepeatedFieldBuilder addMessage (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public com.google.protobuf.RepeatedFieldBuilder addMessage (int, com.google.protobuf.GeneratedMessage) int index com.google.protobuf.GeneratedMessage message public com.google.protobuf.RepeatedFieldBuilder addAllMessages (java.lang.Iterable) com.google.protobuf.GeneratedMessage value java.util.Collection collection com.google.protobuf.GeneratedMessage value Iterable values int size public com.google.protobuf.GeneratedMessage$Builder addBuilder (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message com.google.protobuf.SingleFieldBuilder builder public com.google.protobuf.GeneratedMessage$Builder addBuilder (int, com.google.protobuf.GeneratedMessage) int index com.google.protobuf.GeneratedMessage message com.google.protobuf.SingleFieldBuilder builder public void remove (int) com.google.protobuf.SingleFieldBuilder entry int index public void clear () com.google.protobuf.SingleFieldBuilder entry public java.util.List build () com.google.protobuf.Message message com.google.protobuf.SingleFieldBuilder builder int i int i boolean allMessagesInSync public java.util.List getMessageList () public java.util.List getBuilderList () public java.util.List getMessageOrBuilderList () private void onChanged () public void markDirty () private void incrementModCounts () }
com/google/protobuf/RepeatedFieldBuilderV3$BuilderExternalList.class
RepeatedFieldBuilderV3.java package com.google.protobuf com.google.protobuf.RepeatedFieldBuilderV3$BuilderExternalList extends java.util.AbstractList implements java.util.List java.util.RandomAccess { com.google.protobuf.RepeatedFieldBuilderV3 builder void <init> (com.google.protobuf.RepeatedFieldBuilderV3) com.google.protobuf.RepeatedFieldBuilderV3 builder public int size () public com.google.protobuf.AbstractMessage$Builder get (int) int index void incrementModCount () public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/RepeatedFieldBuilderV3$MessageExternalList.class
RepeatedFieldBuilderV3.java package com.google.protobuf com.google.protobuf.RepeatedFieldBuilderV3$MessageExternalList extends java.util.AbstractList implements java.util.List java.util.RandomAccess { com.google.protobuf.RepeatedFieldBuilderV3 builder void <init> (com.google.protobuf.RepeatedFieldBuilderV3) com.google.protobuf.RepeatedFieldBuilderV3 builder public int size () public com.google.protobuf.AbstractMessage get (int) int index void incrementModCount () public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/RepeatedFieldBuilderV3$MessageOrBuilderExternalList.class
RepeatedFieldBuilderV3.java package com.google.protobuf com.google.protobuf.RepeatedFieldBuilderV3$MessageOrBuilderExternalList extends java.util.AbstractList implements java.util.List java.util.RandomAccess { com.google.protobuf.RepeatedFieldBuilderV3 builder void <init> (com.google.protobuf.RepeatedFieldBuilderV3) com.google.protobuf.RepeatedFieldBuilderV3 builder public int size () public com.google.protobuf.MessageOrBuilder get (int) int index void incrementModCount () public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/RepeatedFieldBuilderV3.class
RepeatedFieldBuilderV3.java package com.google.protobuf public com.google.protobuf.RepeatedFieldBuilderV3 extends java.lang.Object implements com.google.protobuf.AbstractMessage$BuilderParent { private com.google.protobuf.AbstractMessage$BuilderParent parent private java.util.List messages private boolean isMessagesListMutable private java.util.List builders private boolean isClean private com.google.protobuf.RepeatedFieldBuilderV3$MessageExternalList externalMessageList private com.google.protobuf.RepeatedFieldBuilderV3$BuilderExternalList externalBuilderList private com.google.protobuf.RepeatedFieldBuilderV3$MessageOrBuilderExternalList externalMessageOrBuilderList public void <init> (java.util.List, boolean, com.google.protobuf.AbstractMessage$BuilderParent, boolean) java.util.List messages boolean isMessagesListMutable com.google.protobuf.AbstractMessage$BuilderParent parent boolean isClean public void dispose () private void ensureMutableMessageList () private void ensureBuilders () int i public int getCount () public boolean isEmpty () public com.google.protobuf.AbstractMessage getMessage (int) int index private com.google.protobuf.AbstractMessage getMessage (int, boolean) int index boolean forBuild com.google.protobuf.SingleFieldBuilderV3 builder public com.google.protobuf.AbstractMessage$Builder getBuilder (int) com.google.protobuf.AbstractMessage message int index com.google.protobuf.SingleFieldBuilderV3 builder public com.google.protobuf.MessageOrBuilder getMessageOrBuilder (int) int index com.google.protobuf.SingleFieldBuilderV3 builder public com.google.protobuf.RepeatedFieldBuilderV3 setMessage (int, com.google.protobuf.AbstractMessage) com.google.protobuf.SingleFieldBuilderV3 entry int index com.google.protobuf.AbstractMessage message public com.google.protobuf.RepeatedFieldBuilderV3 addMessage (com.google.protobuf.AbstractMessage) com.google.protobuf.AbstractMessage message public com.google.protobuf.RepeatedFieldBuilderV3 addMessage (int, com.google.protobuf.AbstractMessage) int index com.google.protobuf.AbstractMessage message public com.google.protobuf.RepeatedFieldBuilderV3 addAllMessages (java.lang.Iterable) com.google.protobuf.AbstractMessage value java.util.Collection collection com.google.protobuf.AbstractMessage value Iterable values int size public com.google.protobuf.AbstractMessage$Builder addBuilder (com.google.protobuf.AbstractMessage) com.google.protobuf.AbstractMessage message com.google.protobuf.SingleFieldBuilderV3 builder public com.google.protobuf.AbstractMessage$Builder addBuilder (int, com.google.protobuf.AbstractMessage) int index com.google.protobuf.AbstractMessage message com.google.protobuf.SingleFieldBuilderV3 builder public void remove (int) com.google.protobuf.SingleFieldBuilderV3 entry int index public void clear () com.google.protobuf.SingleFieldBuilderV3 entry public java.util.List build () com.google.protobuf.Message message com.google.protobuf.SingleFieldBuilderV3 builder int i int i boolean allMessagesInSync public java.util.List getMessageList () public java.util.List getBuilderList () public java.util.List getMessageOrBuilderList () private void onChanged () public void markDirty () private void incrementModCounts () }
com/google/protobuf/RpcCallback.class
RpcCallback.java package com.google.protobuf public abstract com.google.protobuf.RpcCallback extends java.lang.Object { public abstract void run (java.lang.Object) }
com/google/protobuf/RpcChannel.class
RpcChannel.java package com.google.protobuf public abstract com.google.protobuf.RpcChannel extends java.lang.Object { public abstract void callMethod (com.google.protobuf.Descriptors$MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.Message, com.google.protobuf.RpcCallback) }
com/google/protobuf/RpcController.class
RpcController.java package com.google.protobuf public abstract com.google.protobuf.RpcController extends java.lang.Object { public abstract void reset () public abstract boolean failed () public abstract java.lang.String errorText () public abstract void startCancel () public abstract void setFailed (java.lang.String) public abstract boolean isCanceled () public abstract void notifyOnCancel (com.google.protobuf.RpcCallback) }
com/google/protobuf/RpcUtil$1.class
RpcUtil.java package com.google.protobuf com.google.protobuf.RpcUtil$1 extends java.lang.Object implements com.google.protobuf.RpcCallback { final synthetic Class val$originalClass final synthetic com.google.protobuf.Message val$defaultInstance final synthetic com.google.protobuf.RpcCallback val$originalCallback void <init> (java.lang.Class, com.google.protobuf.Message, com.google.protobuf.RpcCallback) public void run (com.google.protobuf.Message) com.google.protobuf.Message typedParameter ClassCastException ignored com.google.protobuf.Message parameter com.google.protobuf.Message typedParameter public volatile synthetic void run (java.lang.Object) }
com/google/protobuf/RpcUtil$2.class
RpcUtil.java package com.google.protobuf com.google.protobuf.RpcUtil$2 extends java.lang.Object implements com.google.protobuf.RpcCallback { private boolean alreadyCalled final synthetic com.google.protobuf.RpcCallback val$originalCallback void <init> (com.google.protobuf.RpcCallback) public void run (java.lang.Object) Object parameter }
com/google/protobuf/RpcUtil$AlreadyCalledException.class
RpcUtil.java package com.google.protobuf public final com.google.protobuf.RpcUtil$AlreadyCalledException extends java.lang.RuntimeException { private static final long serialVersionUID public void <init> () }
com/google/protobuf/RpcUtil.class
RpcUtil.java package com.google.protobuf public final com.google.protobuf.RpcUtil extends java.lang.Object { private void <init> () public static com.google.protobuf.RpcCallback specializeCallback (com.google.protobuf.RpcCallback) com.google.protobuf.RpcCallback originalCallback public static com.google.protobuf.RpcCallback generalizeCallback (com.google.protobuf.RpcCallback, java.lang.Class, com.google.protobuf.Message) com.google.protobuf.RpcCallback originalCallback Class originalClass com.google.protobuf.Message defaultInstance private static com.google.protobuf.Message copyAsType (com.google.protobuf.Message, com.google.protobuf.Message) com.google.protobuf.Message typeDefaultInstance com.google.protobuf.Message source public static com.google.protobuf.RpcCallback newOneTimeCallback (com.google.protobuf.RpcCallback) com.google.protobuf.RpcCallback originalCallback static synthetic com.google.protobuf.Message access$000 (com.google.protobuf.Message, com.google.protobuf.Message) com.google.protobuf.Message x0 com.google.protobuf.Message x1 }
com/google/protobuf/Service.class
Service.java package com.google.protobuf public abstract com.google.protobuf.Service extends java.lang.Object { public abstract com.google.protobuf.Descriptors$ServiceDescriptor getDescriptorForType () public abstract void callMethod (com.google.protobuf.Descriptors$MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback) public abstract com.google.protobuf.Message getRequestPrototype (com.google.protobuf.Descriptors$MethodDescriptor) public abstract com.google.protobuf.Message getResponsePrototype (com.google.protobuf.Descriptors$MethodDescriptor) }
com/google/protobuf/ServiceException.class
ServiceException.java package com.google.protobuf public com.google.protobuf.ServiceException extends java.lang.Exception { private static final long serialVersionUID public void <init> (java.lang.String) String message public void <init> (java.lang.Throwable) Throwable cause public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
com/google/protobuf/SingleFieldBuilder.class
SingleFieldBuilder.java package com.google.protobuf public com.google.protobuf.SingleFieldBuilder extends java.lang.Object implements com.google.protobuf.GeneratedMessage$BuilderParent { private com.google.protobuf.GeneratedMessage$BuilderParent parent private com.google.protobuf.GeneratedMessage$Builder builder private com.google.protobuf.GeneratedMessage message private boolean isClean public void <init> (com.google.protobuf.GeneratedMessage, com.google.protobuf.GeneratedMessage$BuilderParent, boolean) com.google.protobuf.GeneratedMessage message com.google.protobuf.GeneratedMessage$BuilderParent parent boolean isClean public void dispose () public com.google.protobuf.GeneratedMessage getMessage () public com.google.protobuf.GeneratedMessage build () public com.google.protobuf.GeneratedMessage$Builder getBuilder () public com.google.protobuf.MessageOrBuilder getMessageOrBuilder () public com.google.protobuf.SingleFieldBuilder setMessage (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage message public com.google.protobuf.SingleFieldBuilder mergeFrom (com.google.protobuf.GeneratedMessage) com.google.protobuf.GeneratedMessage value public com.google.protobuf.SingleFieldBuilder clear () private void onChanged () public void markDirty () }
com/google/protobuf/SingleFieldBuilderV3.class
SingleFieldBuilderV3.java package com.google.protobuf public com.google.protobuf.SingleFieldBuilderV3 extends java.lang.Object implements com.google.protobuf.AbstractMessage$BuilderParent { private com.google.protobuf.AbstractMessage$BuilderParent parent private com.google.protobuf.AbstractMessage$Builder builder private com.google.protobuf.AbstractMessage message private boolean isClean public void <init> (com.google.protobuf.AbstractMessage, com.google.protobuf.AbstractMessage$BuilderParent, boolean) com.google.protobuf.AbstractMessage message com.google.protobuf.AbstractMessage$BuilderParent parent boolean isClean public void dispose () public com.google.protobuf.AbstractMessage getMessage () public com.google.protobuf.AbstractMessage build () public com.google.protobuf.AbstractMessage$Builder getBuilder () public com.google.protobuf.MessageOrBuilder getMessageOrBuilder () public com.google.protobuf.SingleFieldBuilderV3 setMessage (com.google.protobuf.AbstractMessage) com.google.protobuf.AbstractMessage message public com.google.protobuf.SingleFieldBuilderV3 mergeFrom (com.google.protobuf.AbstractMessage) com.google.protobuf.AbstractMessage value public com.google.protobuf.SingleFieldBuilderV3 clear () private void onChanged () public void markDirty () }
com/google/protobuf/SourceContext$1.class
SourceContext.java package com.google.protobuf com.google.protobuf.SourceContext$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.SourceContext parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.SourceContext$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/SourceContext$Builder.class
SourceContext.java package com.google.protobuf public final com.google.protobuf.SourceContext$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.SourceContextOrBuilder { private Object fileName_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.SourceContext$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.SourceContext getDefaultInstanceForType () public com.google.protobuf.SourceContext build () com.google.protobuf.SourceContext result public com.google.protobuf.SourceContext buildPartial () com.google.protobuf.SourceContext result public com.google.protobuf.SourceContext$Builder clone () public com.google.protobuf.SourceContext$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.SourceContext$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.SourceContext$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.SourceContext$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.SourceContext$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.SourceContext$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.SourceContext$Builder mergeFrom (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext other public final boolean isInitialized () public com.google.protobuf.SourceContext$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getFileName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getFileNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.SourceContext$Builder setFileName (java.lang.String) String value public com.google.protobuf.SourceContext$Builder clearFileName () public com.google.protobuf.SourceContext$Builder setFileNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.SourceContext$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.SourceContext$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.SourceContext$1) com.google.protobuf.SourceContext$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.SourceContext$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.SourceContext$1 x1 }
com/google/protobuf/SourceContext.class
SourceContext.java package com.google.protobuf public final com.google.protobuf.SourceContext extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.SourceContextOrBuilder { private static final long serialVersionUID public static final int FILE_NAME_FIELD_NUMBER private volatile Object fileName_ private byte memoizedIsInitialized private static final com.google.protobuf.SourceContext DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getFileName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getFileNameBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.SourceContext other public int hashCode () int hash public static com.google.protobuf.SourceContext parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.SourceContext parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.SourceContext parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.SourceContext parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.SourceContext parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.SourceContext parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.SourceContext parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.SourceContext parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.SourceContext parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.SourceContext parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.SourceContext parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.SourceContext parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.SourceContext$Builder newBuilderForType () public static com.google.protobuf.SourceContext$Builder newBuilder () public static com.google.protobuf.SourceContext$Builder newBuilder (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext prototype public com.google.protobuf.SourceContext$Builder toBuilder () protected com.google.protobuf.SourceContext$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.SourceContext$Builder builder public static com.google.protobuf.SourceContext getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.SourceContext getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.SourceContext$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.SourceContext$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.SourceContext, java.lang.Object) com.google.protobuf.SourceContext x0 Object x1 static synthetic java.lang.Object access$300 (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext x0 static void <clinit> () }
com/google/protobuf/SourceContextOrBuilder.class
SourceContextOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.SourceContextOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getFileName () public abstract com.google.protobuf.ByteString getFileNameBytes () }
com/google/protobuf/SourceContextProto.class
SourceContextProto.java package com.google.protobuf public final com.google.protobuf.SourceContextProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_SourceContext_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_SourceContext_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/StringValue$1.class
StringValue.java package com.google.protobuf com.google.protobuf.StringValue$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.StringValue parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.StringValue$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/StringValue$Builder.class
StringValue.java package com.google.protobuf public final com.google.protobuf.StringValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.StringValueOrBuilder { private Object value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.StringValue$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.StringValue getDefaultInstanceForType () public com.google.protobuf.StringValue build () com.google.protobuf.StringValue result public com.google.protobuf.StringValue buildPartial () com.google.protobuf.StringValue result public com.google.protobuf.StringValue$Builder clone () public com.google.protobuf.StringValue$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.StringValue$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.StringValue$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.StringValue$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.StringValue$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.StringValue$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.StringValue$Builder mergeFrom (com.google.protobuf.StringValue) com.google.protobuf.StringValue other public final boolean isInitialized () public com.google.protobuf.StringValue$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getValueBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.StringValue$Builder setValue (java.lang.String) String value public com.google.protobuf.StringValue$Builder clearValue () public com.google.protobuf.StringValue$Builder setValueBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.StringValue$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.StringValue$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.StringValue$1) com.google.protobuf.StringValue$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.StringValue$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.StringValue$1 x1 }
com/google/protobuf/StringValue.class
StringValue.java package com.google.protobuf public final com.google.protobuf.StringValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.StringValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private volatile Object value_ private byte memoizedIsInitialized private static final com.google.protobuf.StringValue DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getValueBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.StringValue other public int hashCode () int hash public static com.google.protobuf.StringValue parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.StringValue parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.StringValue parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.StringValue parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.StringValue parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.StringValue parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.StringValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.StringValue parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.StringValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.StringValue parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.StringValue parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.StringValue parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.StringValue$Builder newBuilderForType () public static com.google.protobuf.StringValue$Builder newBuilder () public static com.google.protobuf.StringValue$Builder newBuilder (com.google.protobuf.StringValue) com.google.protobuf.StringValue prototype public com.google.protobuf.StringValue$Builder toBuilder () protected com.google.protobuf.StringValue$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.StringValue$Builder builder public static com.google.protobuf.StringValue getDefaultInstance () public static com.google.protobuf.StringValue of (java.lang.String) String value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.StringValue getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.StringValue$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.StringValue$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.StringValue, java.lang.Object) com.google.protobuf.StringValue x0 Object x1 static synthetic java.lang.Object access$300 (com.google.protobuf.StringValue) com.google.protobuf.StringValue x0 static void <clinit> () }
com/google/protobuf/StringValueOrBuilder.class
StringValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.StringValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getValue () public abstract com.google.protobuf.ByteString getValueBytes () }
com/google/protobuf/Struct$1.class
Struct.java package com.google.protobuf com.google.protobuf.Struct$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Struct parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Struct$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Struct$Builder.class
Struct.java package com.google.protobuf public final com.google.protobuf.Struct$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.StructOrBuilder { private int bitField0_ private com.google.protobuf.MapField fields_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.MapField internalGetMapField (int) int number protected com.google.protobuf.MapField internalGetMutableMapField (int) int number protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Struct$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Struct getDefaultInstanceForType () public com.google.protobuf.Struct build () com.google.protobuf.Struct result public com.google.protobuf.Struct buildPartial () com.google.protobuf.Struct result int from_bitField0_ public com.google.protobuf.Struct$Builder clone () public com.google.protobuf.Struct$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Struct$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Struct$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Struct$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Struct$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Struct$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Struct$Builder mergeFrom (com.google.protobuf.Struct) com.google.protobuf.Struct other public final boolean isInitialized () public com.google.protobuf.Struct$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MapEntry fields__ int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private com.google.protobuf.MapField internalGetFields () private com.google.protobuf.MapField internalGetMutableFields () public int getFieldsCount () public boolean containsFields (java.lang.String) String key public java.util.Map getFields () public java.util.Map getFieldsMap () public com.google.protobuf.Value getFieldsOrDefault (java.lang.String, com.google.protobuf.Value) String key com.google.protobuf.Value defaultValue java.util.Map map public com.google.protobuf.Value getFieldsOrThrow (java.lang.String) String key java.util.Map map public com.google.protobuf.Struct$Builder clearFields () public com.google.protobuf.Struct$Builder removeFields (java.lang.String) String key public java.util.Map getMutableFields () public com.google.protobuf.Struct$Builder putFields (java.lang.String, com.google.protobuf.Value) String key com.google.protobuf.Value value public com.google.protobuf.Struct$Builder putAllFields (java.util.Map) java.util.Map values public final com.google.protobuf.Struct$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Struct$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Struct$1) com.google.protobuf.Struct$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Struct$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Struct$1 x1 }
com/google/protobuf/Struct$FieldsDefaultEntryHolder.class
Struct.java package com.google.protobuf final com.google.protobuf.Struct$FieldsDefaultEntryHolder extends java.lang.Object { static final com.google.protobuf.MapEntry defaultEntry private void <init> () static void <clinit> () }
com/google/protobuf/Struct.class
Struct.java package com.google.protobuf public final com.google.protobuf.Struct extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.StructOrBuilder { private static final long serialVersionUID public static final int FIELDS_FIELD_NUMBER private com.google.protobuf.MapField fields_ private byte memoizedIsInitialized private static final com.google.protobuf.Struct DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.MapField internalGetMapField (int) int number protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private com.google.protobuf.MapField internalGetFields () public int getFieldsCount () public boolean containsFields (java.lang.String) String key public java.util.Map getFields () public java.util.Map getFieldsMap () public com.google.protobuf.Value getFieldsOrDefault (java.lang.String, com.google.protobuf.Value) String key com.google.protobuf.Value defaultValue java.util.Map map public com.google.protobuf.Value getFieldsOrThrow (java.lang.String) String key java.util.Map map public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () com.google.protobuf.MapEntry fields__ java.util.Map$Entry entry int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Struct other public int hashCode () int hash public static com.google.protobuf.Struct parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Struct parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Struct parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Struct parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Struct parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Struct parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Struct parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Struct parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Struct parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Struct parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Struct parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Struct parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Struct$Builder newBuilderForType () public static com.google.protobuf.Struct$Builder newBuilder () public static com.google.protobuf.Struct$Builder newBuilder (com.google.protobuf.Struct) com.google.protobuf.Struct prototype public com.google.protobuf.Struct$Builder toBuilder () protected com.google.protobuf.Struct$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Struct$Builder builder public static com.google.protobuf.Struct getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Struct getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Struct$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Struct$1 x1 static synthetic com.google.protobuf.MapField access$302 (com.google.protobuf.Struct, com.google.protobuf.MapField) com.google.protobuf.Struct x0 com.google.protobuf.MapField x1 static synthetic com.google.protobuf.MapField access$300 (com.google.protobuf.Struct) com.google.protobuf.Struct x0 static synthetic com.google.protobuf.MapField access$400 (com.google.protobuf.Struct) com.google.protobuf.Struct x0 static void <clinit> () }
com/google/protobuf/StructOrBuilder.class
StructOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.StructOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract int getFieldsCount () public abstract boolean containsFields (java.lang.String) public abstract java.util.Map getFields () public abstract java.util.Map getFieldsMap () public abstract com.google.protobuf.Value getFieldsOrDefault (java.lang.String, com.google.protobuf.Value) public abstract com.google.protobuf.Value getFieldsOrThrow (java.lang.String) }
com/google/protobuf/StructProto.class
StructProto.java package com.google.protobuf public final com.google.protobuf.StructProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Struct_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Struct_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Struct_FieldsEntry_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Struct_FieldsEntry_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Value_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Value_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_ListValue_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_ListValue_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/Syntax$1.class
Syntax.java package com.google.protobuf com.google.protobuf.Syntax$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.Syntax findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/Syntax.class
Syntax.java package com.google.protobuf public final enum com.google.protobuf.Syntax extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.Syntax SYNTAX_PROTO2 public static final enum com.google.protobuf.Syntax SYNTAX_PROTO3 public static final enum com.google.protobuf.Syntax UNRECOGNIZED public static final int SYNTAX_PROTO2_VALUE public static final int SYNTAX_PROTO3_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.Syntax[] VALUES private final int value private static final synthetic com.google.protobuf.Syntax[] $VALUES public static com.google.protobuf.Syntax[] values () public static com.google.protobuf.Syntax valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.Syntax valueOf (int) int value public static com.google.protobuf.Syntax forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.Syntax valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.Syntax[] $values () static void <clinit> () }
com/google/protobuf/TextFormat$1.class
TextFormat.java package com.google.protobuf synthetic com.google.protobuf.TextFormat$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$JavaType static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$Type static void <clinit> () }
com/google/protobuf/TextFormat$InvalidEscapeSequenceException.class
TextFormat.java package com.google.protobuf public com.google.protobuf.TextFormat$InvalidEscapeSequenceException extends java.io.IOException { private static final long serialVersionUID void <init> (java.lang.String) String description }
com/google/protobuf/TextFormat$ParseException.class
TextFormat.java package com.google.protobuf public com.google.protobuf.TextFormat$ParseException extends java.io.IOException { private static final long serialVersionUID private final int line private final int column public void <init> (java.lang.String) String message public void <init> (int, int, java.lang.String) int line int column String message public int getLine () public int getColumn () }
com/google/protobuf/TextFormat$Parser$Builder.class
TextFormat.java package com.google.protobuf public com.google.protobuf.TextFormat$Parser$Builder extends java.lang.Object { private boolean allowUnknownFields private boolean allowUnknownEnumValues private boolean allowUnknownExtensions private com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy singularOverwritePolicy private com.google.protobuf.TextFormatParseInfoTree$Builder parseInfoTreeBuilder private com.google.protobuf.TypeRegistry typeRegistry public void <init> () public com.google.protobuf.TextFormat$Parser$Builder setTypeRegistry (com.google.protobuf.TypeRegistry) com.google.protobuf.TypeRegistry typeRegistry public com.google.protobuf.TextFormat$Parser$Builder setAllowUnknownFields (boolean) boolean allowUnknownFields public com.google.protobuf.TextFormat$Parser$Builder setAllowUnknownExtensions (boolean) boolean allowUnknownExtensions public com.google.protobuf.TextFormat$Parser$Builder setSingularOverwritePolicy (com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy) com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy p public com.google.protobuf.TextFormat$Parser$Builder setParseInfoTreeBuilder (com.google.protobuf.TextFormatParseInfoTree$Builder) com.google.protobuf.TextFormatParseInfoTree$Builder parseInfoTreeBuilder public com.google.protobuf.TextFormat$Parser build () }
com/google/protobuf/TextFormat$Parser$SingularOverwritePolicy.class
TextFormat.java package com.google.protobuf public final enum com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy extends java.lang.Enum { public static final enum com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy ALLOW_SINGULAR_OVERWRITES public static final enum com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy FORBID_SINGULAR_OVERWRITES private static final synthetic com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy[] $VALUES public static com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy[] values () public static com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy[] $values () static void <clinit> () }
com/google/protobuf/TextFormat$Parser$UnknownField$Type.class
TextFormat.java package com.google.protobuf final enum com.google.protobuf.TextFormat$Parser$UnknownField$Type extends java.lang.Enum { public static final enum com.google.protobuf.TextFormat$Parser$UnknownField$Type FIELD public static final enum com.google.protobuf.TextFormat$Parser$UnknownField$Type EXTENSION private static final synthetic com.google.protobuf.TextFormat$Parser$UnknownField$Type[] $VALUES public static com.google.protobuf.TextFormat$Parser$UnknownField$Type[] values () public static com.google.protobuf.TextFormat$Parser$UnknownField$Type valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.TextFormat$Parser$UnknownField$Type[] $values () static void <clinit> () }
com/google/protobuf/TextFormat$Parser$UnknownField.class
TextFormat.java package com.google.protobuf final com.google.protobuf.TextFormat$Parser$UnknownField extends java.lang.Object { final String message final com.google.protobuf.TextFormat$Parser$UnknownField$Type type void <init> (java.lang.String, com.google.protobuf.TextFormat$Parser$UnknownField$Type) String message com.google.protobuf.TextFormat$Parser$UnknownField$Type type }
com/google/protobuf/TextFormat$Parser.class
TextFormat.java package com.google.protobuf public com.google.protobuf.TextFormat$Parser extends java.lang.Object { private final com.google.protobuf.TypeRegistry typeRegistry private final boolean allowUnknownFields private final boolean allowUnknownEnumValues private final boolean allowUnknownExtensions private final com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy singularOverwritePolicy private com.google.protobuf.TextFormatParseInfoTree$Builder parseInfoTreeBuilder private static final int BUFFER_SIZE private void detectSilentMarker (com.google.protobuf.TextFormat$Tokenizer) com.google.protobuf.TextFormat$Tokenizer tokenizer private void <init> (com.google.protobuf.TypeRegistry, boolean, boolean, boolean, com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy, com.google.protobuf.TextFormatParseInfoTree$Builder) com.google.protobuf.TypeRegistry typeRegistry boolean allowUnknownFields boolean allowUnknownEnumValues boolean allowUnknownExtensions com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy singularOverwritePolicy com.google.protobuf.TextFormatParseInfoTree$Builder parseInfoTreeBuilder public static com.google.protobuf.TextFormat$Parser$Builder newBuilder () public void merge (java.lang.Readable, com.google.protobuf.Message$Builder) throws java.io.IOException Readable input com.google.protobuf.Message$Builder builder public void merge (java.lang.CharSequence, com.google.protobuf.Message$Builder) throws com.google.protobuf.TextFormat$ParseException CharSequence input com.google.protobuf.Message$Builder builder public void merge (java.lang.Readable, com.google.protobuf.ExtensionRegistry, com.google.protobuf.Message$Builder) throws java.io.IOException Readable input com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.Message$Builder builder private static java.lang.StringBuilder toStringBuilder (java.lang.Readable) throws java.io.IOException int n Readable input StringBuilder text java.nio.CharBuffer buffer private void checkUnknownFields (java.util.List) throws com.google.protobuf.TextFormat$ParseException com.google.protobuf.TextFormat$Parser$UnknownField field com.google.protobuf.TextFormat$Parser$UnknownField field boolean allUnknownExtensions java.util.List unknownFields StringBuilder msg int firstErrorIndex String[] lineColumn public void merge (java.lang.CharSequence, com.google.protobuf.ExtensionRegistry, com.google.protobuf.Message$Builder) throws com.google.protobuf.TextFormat$ParseException CharSequence input com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.Message$Builder builder com.google.protobuf.TextFormat$Tokenizer tokenizer com.google.protobuf.MessageReflection$BuilderAdapter target java.util.List unknownFields private void mergeField (com.google.protobuf.TextFormat$Tokenizer, com.google.protobuf.ExtensionRegistry, com.google.protobuf.MessageReflection$MergeTarget, java.util.List) throws com.google.protobuf.TextFormat$ParseException com.google.protobuf.TextFormat$Tokenizer tokenizer com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.MessageReflection$MergeTarget target java.util.List unknownFields private void mergeField (com.google.protobuf.TextFormat$Tokenizer, com.google.protobuf.ExtensionRegistry, com.google.protobuf.MessageReflection$MergeTarget, com.google.protobuf.TextFormatParseInfoTree$Builder, java.util.List) throws com.google.protobuf.TextFormat$ParseException String message StringBuilder name String lowerName String message String name com.google.protobuf.TextFormatParseInfoTree$Builder childParseTreeBuilder com.google.protobuf.TextFormat$Tokenizer tokenizer com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.MessageReflection$MergeTarget target com.google.protobuf.TextFormatParseInfoTree$Builder parseTreeBuilder java.util.List unknownFields com.google.protobuf.Descriptors$FieldDescriptor field int startLine int startColumn com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.ExtensionRegistry$ExtensionInfo extension private void consumeFieldValues (com.google.protobuf.TextFormat$Tokenizer, com.google.protobuf.ExtensionRegistry, com.google.protobuf.MessageReflection$MergeTarget, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.ExtensionRegistry$ExtensionInfo, com.google.protobuf.TextFormatParseInfoTree$Builder, java.util.List) throws com.google.protobuf.TextFormat$ParseException com.google.protobuf.TextFormat$Tokenizer tokenizer com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.MessageReflection$MergeTarget target com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.ExtensionRegistry$ExtensionInfo extension com.google.protobuf.TextFormatParseInfoTree$Builder parseTreeBuilder java.util.List unknownFields private void consumeFieldValue (com.google.protobuf.TextFormat$Tokenizer, com.google.protobuf.ExtensionRegistry, com.google.protobuf.MessageReflection$MergeTarget, com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.ExtensionRegistry$ExtensionInfo, com.google.protobuf.TextFormatParseInfoTree$Builder, java.util.List) throws com.google.protobuf.TextFormat$ParseException com.google.protobuf.Descriptors$OneofDescriptor oneof String endToken com.google.protobuf.Message anyBuilder com.google.protobuf.MessageReflection$MergeTarget anyField com.google.protobuf.Message defaultInstance com.google.protobuf.MessageReflection$MergeTarget subField String endToken String unknownValueMsg int number String unknownValueMsg String id com.google.protobuf.Descriptors$EnumDescriptor enumType com.google.protobuf.TextFormat$Tokenizer tokenizer com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.MessageReflection$MergeTarget target com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.ExtensionRegistry$ExtensionInfo extension com.google.protobuf.TextFormatParseInfoTree$Builder parseTreeBuilder java.util.List unknownFields Object value private void mergeAnyFieldValue (com.google.protobuf.TextFormat$Tokenizer, com.google.protobuf.ExtensionRegistry, com.google.protobuf.MessageReflection$MergeTarget, com.google.protobuf.TextFormatParseInfoTree$Builder, java.util.List, com.google.protobuf.Descriptors$Descriptor) throws com.google.protobuf.TextFormat$ParseException String anyEndToken com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.TextFormat$Tokenizer tokenizer com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.MessageReflection$MergeTarget target com.google.protobuf.TextFormatParseInfoTree$Builder parseTreeBuilder java.util.List unknownFields com.google.protobuf.Descriptors$Descriptor anyDescriptor StringBuilder typeUrlBuilder String anyEndToken String typeUrl com.google.protobuf.Descriptors$Descriptor contentType com.google.protobuf.Message$Builder contentBuilder com.google.protobuf.MessageReflection$BuilderAdapter contentTarget private void skipField (com.google.protobuf.TextFormat$Tokenizer) throws com.google.protobuf.TextFormat$ParseException com.google.protobuf.TextFormat$Tokenizer tokenizer private void skipFieldMessage (com.google.protobuf.TextFormat$Tokenizer) throws com.google.protobuf.TextFormat$ParseException String delimiter com.google.protobuf.TextFormat$Tokenizer tokenizer String delimiter private void skipFieldValue (com.google.protobuf.TextFormat$Tokenizer) throws com.google.protobuf.TextFormat$ParseException com.google.protobuf.TextFormat$Tokenizer tokenizer synthetic void <init> (com.google.protobuf.TypeRegistry, boolean, boolean, boolean, com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy, com.google.protobuf.TextFormatParseInfoTree$Builder, com.google.protobuf.TextFormat$1) com.google.protobuf.TypeRegistry x0 boolean x1 boolean x2 boolean x3 com.google.protobuf.TextFormat$Parser$SingularOverwritePolicy x4 com.google.protobuf.TextFormatParseInfoTree$Builder x5 com.google.protobuf.TextFormat$1 x6 }
com/google/protobuf/TextFormat$Printer$MapEntryAdapter.class
TextFormat.java package com.google.protobuf com.google.protobuf.TextFormat$Printer$MapEntryAdapter extends java.lang.Object implements java.lang.Comparable { private Object entry private com.google.protobuf.MapEntry mapEntry private final com.google.protobuf.Descriptors$FieldDescriptor$JavaType fieldType void <init> (java.lang.Object, com.google.protobuf.Descriptors$FieldDescriptor) Object entry com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor private static com.google.protobuf.Descriptors$FieldDescriptor$JavaType extractFieldType (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor java.lang.Object getKey () java.lang.Object getEntry () public int compareTo (com.google.protobuf.TextFormat$Printer$MapEntryAdapter) String aString String bString com.google.protobuf.TextFormat$Printer$MapEntryAdapter b public volatile synthetic int compareTo (java.lang.Object) }
com/google/protobuf/TextFormat$Printer.class
TextFormat.java package com.google.protobuf public final com.google.protobuf.TextFormat$Printer extends java.lang.Object { private static final com.google.protobuf.TextFormat$Printer DEFAULT private final boolean escapeNonAscii private final com.google.protobuf.TypeRegistry typeRegistry private void <init> (boolean, com.google.protobuf.TypeRegistry) boolean escapeNonAscii com.google.protobuf.TypeRegistry typeRegistry public com.google.protobuf.TextFormat$Printer escapingNonAscii (boolean) boolean escapeNonAscii public com.google.protobuf.TextFormat$Printer usingTypeRegistry (com.google.protobuf.TypeRegistry) com.google.protobuf.TypeRegistry typeRegistry public void print (com.google.protobuf.MessageOrBuilder, java.lang.Appendable) throws java.io.IOException com.google.protobuf.MessageOrBuilder message Appendable output public void print (com.google.protobuf.UnknownFieldSet, java.lang.Appendable) throws java.io.IOException com.google.protobuf.UnknownFieldSet fields Appendable output private void print (com.google.protobuf.MessageOrBuilder, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.TextFormat$TextGenerator generator private boolean printAny (com.google.protobuf.MessageOrBuilder, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.Descriptors$Descriptor contentType com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.MessageOrBuilder message com.google.protobuf.TextFormat$TextGenerator generator com.google.protobuf.Descriptors$Descriptor messageType com.google.protobuf.Descriptors$FieldDescriptor typeUrlField com.google.protobuf.Descriptors$FieldDescriptor valueField String typeUrl Object value com.google.protobuf.Message$Builder contentBuilder public java.lang.String printFieldToString (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) StringBuilder text java.io.IOException e com.google.protobuf.Descriptors$FieldDescriptor field Object value public void printField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, java.lang.Appendable) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value Appendable output private void printField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException Object entry com.google.protobuf.TextFormat$Printer$MapEntryAdapter adapter java.util.List adapters Object element com.google.protobuf.Descriptors$FieldDescriptor field Object value com.google.protobuf.TextFormat$TextGenerator generator public void printFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, java.lang.Appendable) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value Appendable output private void printFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value com.google.protobuf.TextFormat$TextGenerator generator public java.lang.String printToString (com.google.protobuf.MessageOrBuilder) StringBuilder text java.io.IOException e com.google.protobuf.MessageOrBuilder message public java.lang.String printToString (com.google.protobuf.UnknownFieldSet) StringBuilder text java.io.IOException e com.google.protobuf.UnknownFieldSet fields public java.lang.String shortDebugString (com.google.protobuf.MessageOrBuilder) StringBuilder text java.io.IOException e com.google.protobuf.MessageOrBuilder message public java.lang.String shortDebugString (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) StringBuilder text java.io.IOException e com.google.protobuf.Descriptors$FieldDescriptor field Object value public java.lang.String shortDebugString (com.google.protobuf.UnknownFieldSet) StringBuilder text java.io.IOException e com.google.protobuf.UnknownFieldSet fields private static void printUnknownFieldValue (int, java.lang.Object, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.UnknownFieldSet message com.google.protobuf.InvalidProtocolBufferException e int tag Object value com.google.protobuf.TextFormat$TextGenerator generator private void printMessage (com.google.protobuf.MessageOrBuilder, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException java.util.Map$Entry field com.google.protobuf.MessageOrBuilder message com.google.protobuf.TextFormat$TextGenerator generator private void printSingleField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value com.google.protobuf.TextFormat$TextGenerator generator private static void printUnknownFields (com.google.protobuf.UnknownFieldSet, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.UnknownFieldSet value int number com.google.protobuf.UnknownFieldSet$Field field java.util.Map$Entry entry com.google.protobuf.UnknownFieldSet unknownFields com.google.protobuf.TextFormat$TextGenerator generator private static void printUnknownField (int, int, java.util.List, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException Object value int number int wireType java.util.List values com.google.protobuf.TextFormat$TextGenerator generator static synthetic void access$000 (com.google.protobuf.UnknownFieldSet, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.UnknownFieldSet x0 com.google.protobuf.TextFormat$TextGenerator x1 static synthetic com.google.protobuf.TextFormat$Printer access$100 () static void <clinit> () }
com/google/protobuf/TextFormat$TextGenerator.class
TextFormat.java package com.google.protobuf final com.google.protobuf.TextFormat$TextGenerator extends java.lang.Object { private final Appendable output private final StringBuilder indent private final boolean singleLineMode private boolean atStartOfLine private void <init> (java.lang.Appendable, boolean) Appendable output boolean singleLineMode public void indent () public void outdent () int length public void print (java.lang.CharSequence) throws java.io.IOException CharSequence text public void eol () throws java.io.IOException synthetic void <init> (java.lang.Appendable, boolean, com.google.protobuf.TextFormat$1) Appendable x0 boolean x1 com.google.protobuf.TextFormat$1 x2 }
com/google/protobuf/TextFormat$Tokenizer.class
TextFormat.java package com.google.protobuf final com.google.protobuf.TextFormat$Tokenizer extends java.lang.Object { private final CharSequence text private final java.util.regex.Matcher matcher private String currentToken private int pos private int line private int column private int previousLine private int previousColumn private static final java.util.regex.Pattern WHITESPACE private static final java.util.regex.Pattern TOKEN private static final java.util.regex.Pattern DOUBLE_INFINITY private static final java.util.regex.Pattern FLOAT_INFINITY private static final java.util.regex.Pattern FLOAT_NAN private boolean containsSilentMarkerAfterCurrentToken private boolean containsSilentMarkerAfterPrevToken private void <init> (java.lang.CharSequence) CharSequence text int getPreviousLine () int getPreviousColumn () int getLine () int getColumn () boolean getContainsSilentMarkerAfterCurrentToken () boolean getContainsSilentMarkerAfterPrevToken () boolean atEnd () void nextToken () private void skipWhitespace () boolean tryConsume (java.lang.String) String token void consume (java.lang.String) throws com.google.protobuf.TextFormat$ParseException String token boolean lookingAtInteger () char c boolean lookingAt (java.lang.String) String text java.lang.String consumeIdentifier () throws com.google.protobuf.TextFormat$ParseException char c int i String result boolean tryConsumeIdentifier () com.google.protobuf.TextFormat$ParseException e int consumeInt32 () throws com.google.protobuf.TextFormat$ParseException int result NumberFormatException e int consumeUInt32 () throws com.google.protobuf.TextFormat$ParseException int result NumberFormatException e long consumeInt64 () throws com.google.protobuf.TextFormat$ParseException long result NumberFormatException e boolean tryConsumeInt64 () com.google.protobuf.TextFormat$ParseException e long consumeUInt64 () throws com.google.protobuf.TextFormat$ParseException long result NumberFormatException e public boolean tryConsumeUInt64 () com.google.protobuf.TextFormat$ParseException e public double consumeDouble () throws com.google.protobuf.TextFormat$ParseException boolean negative double result NumberFormatException e public boolean tryConsumeDouble () com.google.protobuf.TextFormat$ParseException e public float consumeFloat () throws com.google.protobuf.TextFormat$ParseException boolean negative float result NumberFormatException e public boolean tryConsumeFloat () com.google.protobuf.TextFormat$ParseException e public boolean consumeBoolean () throws com.google.protobuf.TextFormat$ParseException public java.lang.String consumeString () throws com.google.protobuf.TextFormat$ParseException boolean tryConsumeString () com.google.protobuf.TextFormat$ParseException e com.google.protobuf.ByteString consumeByteString () throws com.google.protobuf.TextFormat$ParseException java.util.List list private void consumeByteString (java.util.List) throws com.google.protobuf.TextFormat$ParseException String escaped com.google.protobuf.ByteString result com.google.protobuf.TextFormat$InvalidEscapeSequenceException e java.util.List list char quote com.google.protobuf.TextFormat$ParseException parseException (java.lang.String) String description com.google.protobuf.TextFormat$ParseException parseExceptionPreviousToken (java.lang.String) String description private com.google.protobuf.TextFormat$ParseException integerParseException (java.lang.NumberFormatException) NumberFormatException e private com.google.protobuf.TextFormat$ParseException floatParseException (java.lang.NumberFormatException) NumberFormatException e synthetic void <init> (java.lang.CharSequence, com.google.protobuf.TextFormat$1) CharSequence x0 com.google.protobuf.TextFormat$1 x1 static synthetic java.lang.String access$800 (com.google.protobuf.TextFormat$Tokenizer) com.google.protobuf.TextFormat$Tokenizer x0 static void <clinit> () }
com/google/protobuf/TextFormat$UnknownFieldParseException.class
TextFormat.java package com.google.protobuf public com.google.protobuf.TextFormat$UnknownFieldParseException extends com.google.protobuf.TextFormat$ParseException { private final String unknownField public void <init> (java.lang.String) String message public void <init> (int, int, java.lang.String, java.lang.String) int line int column String unknownField String message public java.lang.String getUnknownField () }
com/google/protobuf/TextFormat.class
TextFormat.java package com.google.protobuf public final com.google.protobuf.TextFormat extends java.lang.Object { private static final java.util.logging.Logger logger private static final String DEBUG_STRING_SILENT_MARKER private static final com.google.protobuf.TextFormat$Parser PARSER private void <init> () public static void print (com.google.protobuf.MessageOrBuilder, java.lang.Appendable) throws java.io.IOException com.google.protobuf.MessageOrBuilder message Appendable output public static void print (com.google.protobuf.UnknownFieldSet, java.lang.Appendable) throws java.io.IOException com.google.protobuf.UnknownFieldSet fields Appendable output public static void printUnicode (com.google.protobuf.MessageOrBuilder, java.lang.Appendable) throws java.io.IOException com.google.protobuf.MessageOrBuilder message Appendable output public static void printUnicode (com.google.protobuf.UnknownFieldSet, java.lang.Appendable) throws java.io.IOException com.google.protobuf.UnknownFieldSet fields Appendable output public static java.lang.String shortDebugString (com.google.protobuf.MessageOrBuilder) com.google.protobuf.MessageOrBuilder message public static java.lang.String shortDebugString (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public static java.lang.String shortDebugString (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet fields public static java.lang.String printToString (com.google.protobuf.MessageOrBuilder) com.google.protobuf.MessageOrBuilder message public static java.lang.String printToString (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet fields public static java.lang.String printToUnicodeString (com.google.protobuf.MessageOrBuilder) com.google.protobuf.MessageOrBuilder message public static java.lang.String printToUnicodeString (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet fields public static void printField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, java.lang.Appendable) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value Appendable output public static java.lang.String printFieldToString (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public static void printUnicodeFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, java.lang.Appendable) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value Appendable output public static void printFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, java.lang.Appendable) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value Appendable output public static void printUnknownFieldValue (int, java.lang.Object, java.lang.Appendable) throws java.io.IOException int tag Object value Appendable output private static void printUnknownFieldValue (int, java.lang.Object, com.google.protobuf.TextFormat$TextGenerator) throws java.io.IOException com.google.protobuf.UnknownFieldSet message com.google.protobuf.InvalidProtocolBufferException e int tag Object value com.google.protobuf.TextFormat$TextGenerator generator public static com.google.protobuf.TextFormat$Printer printer () public static java.lang.String unsignedToString (int) int value public static java.lang.String unsignedToString (long) long value private static com.google.protobuf.TextFormat$TextGenerator multiLineOutput (java.lang.Appendable) Appendable output private static com.google.protobuf.TextFormat$TextGenerator singleLineOutput (java.lang.Appendable) Appendable output public static com.google.protobuf.TextFormat$Parser getParser () public static void merge (java.lang.Readable, com.google.protobuf.Message$Builder) throws java.io.IOException Readable input com.google.protobuf.Message$Builder builder public static void merge (java.lang.CharSequence, com.google.protobuf.Message$Builder) throws com.google.protobuf.TextFormat$ParseException CharSequence input com.google.protobuf.Message$Builder builder public static com.google.protobuf.Message parse (java.lang.CharSequence, java.lang.Class) throws com.google.protobuf.TextFormat$ParseException CharSequence input Class protoClass com.google.protobuf.Message$Builder builder com.google.protobuf.Message output public static void merge (java.lang.Readable, com.google.protobuf.ExtensionRegistry, com.google.protobuf.Message$Builder) throws java.io.IOException Readable input com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.Message$Builder builder public static void merge (java.lang.CharSequence, com.google.protobuf.ExtensionRegistry, com.google.protobuf.Message$Builder) throws com.google.protobuf.TextFormat$ParseException CharSequence input com.google.protobuf.ExtensionRegistry extensionRegistry com.google.protobuf.Message$Builder builder public static com.google.protobuf.Message parse (java.lang.CharSequence, com.google.protobuf.ExtensionRegistry, java.lang.Class) throws com.google.protobuf.TextFormat$ParseException CharSequence input com.google.protobuf.ExtensionRegistry extensionRegistry Class protoClass com.google.protobuf.Message$Builder builder com.google.protobuf.Message output public static java.lang.String escapeBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString input public static java.lang.String escapeBytes (byte[]) byte[] input public static com.google.protobuf.ByteString unescapeBytes (java.lang.CharSequence) throws com.google.protobuf.TextFormat$InvalidEscapeSequenceException int code int code char ch byte[] chUtf8 byte b int offset int codepoint Character$UnicodeBlock unicodeBlock int[] codepoints byte[] chUtf8 byte c int i CharSequence charString com.google.protobuf.ByteString input byte[] result int pos static java.lang.String escapeText (java.lang.String) String input public static java.lang.String escapeDoubleQuotesAndBackslashes (java.lang.String) String input static java.lang.String unescapeText (java.lang.String) throws com.google.protobuf.TextFormat$InvalidEscapeSequenceException String input private static boolean isOctal (byte) byte c private static boolean isHex (byte) byte c private static int digitValue (byte) byte c static int parseInt32 (java.lang.String) throws java.lang.NumberFormatException String text static int parseUInt32 (java.lang.String) throws java.lang.NumberFormatException String text static long parseInt64 (java.lang.String) throws java.lang.NumberFormatException String text static long parseUInt64 (java.lang.String) throws java.lang.NumberFormatException String text private static long parseInteger (java.lang.String, boolean, boolean) throws java.lang.NumberFormatException java.math.BigInteger bigValue String text boolean isSigned boolean isLong int pos boolean negative int radix String numberText long result static synthetic com.google.protobuf.TextFormat$TextGenerator access$200 (java.lang.Appendable) Appendable x0 static synthetic java.util.logging.Logger access$300 () static synthetic com.google.protobuf.TextFormat$TextGenerator access$400 (java.lang.Appendable) Appendable x0 static void <clinit> () }
com/google/protobuf/TextFormatParseInfoTree$1.class
TextFormatParseInfoTree.java package com.google.protobuf synthetic com.google.protobuf.TextFormatParseInfoTree$1 extends java.lang.Object { }
com/google/protobuf/TextFormatParseInfoTree$Builder.class
TextFormatParseInfoTree.java package com.google.protobuf public com.google.protobuf.TextFormatParseInfoTree$Builder extends java.lang.Object { private java.util.Map locationsFromField private java.util.Map subtreeBuildersFromField private void <init> () public com.google.protobuf.TextFormatParseInfoTree$Builder setLocation (com.google.protobuf.Descriptors$FieldDescriptor, com.google.protobuf.TextFormatParseLocation) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor com.google.protobuf.TextFormatParseLocation location java.util.List fieldLocations public com.google.protobuf.TextFormatParseInfoTree$Builder getBuilderForSubMessageField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor java.util.List submessageBuilders com.google.protobuf.TextFormatParseInfoTree$Builder subtreeBuilder public com.google.protobuf.TextFormatParseInfoTree build () synthetic void <init> (com.google.protobuf.TextFormatParseInfoTree$1) com.google.protobuf.TextFormatParseInfoTree$1 x0 }
com/google/protobuf/TextFormatParseInfoTree.class
TextFormatParseInfoTree.java package com.google.protobuf public com.google.protobuf.TextFormatParseInfoTree extends java.lang.Object { private java.util.Map locationsFromField java.util.Map subtreesFromField private void <init> (java.util.Map, java.util.Map) java.util.Map$Entry kv com.google.protobuf.TextFormatParseInfoTree$Builder subBuilder java.util.List submessagesOfField java.util.Map$Entry kv java.util.Map locationsFromField java.util.Map subtreeBuildersFromField java.util.Map locs java.util.Map subs public java.util.List getLocations (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor java.util.List result public com.google.protobuf.TextFormatParseLocation getLocation (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor int index public java.util.List getNestedTrees (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor java.util.List result public com.google.protobuf.TextFormatParseInfoTree getNestedTree (com.google.protobuf.Descriptors$FieldDescriptor, int) com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor int index public static com.google.protobuf.TextFormatParseInfoTree$Builder builder () private static java.lang.Object getFromList (java.util.List, int, com.google.protobuf.Descriptors$FieldDescriptor) java.util.List list int index com.google.protobuf.Descriptors$FieldDescriptor fieldDescriptor synthetic void <init> (java.util.Map, java.util.Map, com.google.protobuf.TextFormatParseInfoTree$1) java.util.Map x0 java.util.Map x1 com.google.protobuf.TextFormatParseInfoTree$1 x2 }
com/google/protobuf/TextFormatParseLocation.class
TextFormatParseLocation.java package com.google.protobuf public final com.google.protobuf.TextFormatParseLocation extends java.lang.Object { public static final com.google.protobuf.TextFormatParseLocation EMPTY private final int line private final int column static com.google.protobuf.TextFormatParseLocation create (int, int) int line int column private void <init> (int, int) int line int column public int getLine () public int getColumn () public java.lang.String toString () public boolean equals (java.lang.Object) Object o com.google.protobuf.TextFormatParseLocation that public int hashCode () int[] values static void <clinit> () }
com/google/protobuf/Timestamp$1.class
Timestamp.java package com.google.protobuf com.google.protobuf.Timestamp$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Timestamp parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Timestamp$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Timestamp$Builder.class
Timestamp.java package com.google.protobuf public final com.google.protobuf.Timestamp$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.TimestampOrBuilder { private long seconds_ private int nanos_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Timestamp$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Timestamp getDefaultInstanceForType () public com.google.protobuf.Timestamp build () com.google.protobuf.Timestamp result public com.google.protobuf.Timestamp buildPartial () com.google.protobuf.Timestamp result public com.google.protobuf.Timestamp$Builder clone () public com.google.protobuf.Timestamp$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Timestamp$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Timestamp$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Timestamp$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Timestamp$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Timestamp$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Timestamp$Builder mergeFrom (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp other public final boolean isInitialized () public com.google.protobuf.Timestamp$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public long getSeconds () public com.google.protobuf.Timestamp$Builder setSeconds (long) long value public com.google.protobuf.Timestamp$Builder clearSeconds () public int getNanos () public com.google.protobuf.Timestamp$Builder setNanos (int) int value public com.google.protobuf.Timestamp$Builder clearNanos () public final com.google.protobuf.Timestamp$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Timestamp$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Timestamp$1) com.google.protobuf.Timestamp$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Timestamp$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Timestamp$1 x1 }
com/google/protobuf/Timestamp.class
Timestamp.java package com.google.protobuf public final com.google.protobuf.Timestamp extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.TimestampOrBuilder { private static final long serialVersionUID public static final int SECONDS_FIELD_NUMBER private long seconds_ public static final int NANOS_FIELD_NUMBER private int nanos_ private byte memoizedIsInitialized private static final com.google.protobuf.Timestamp DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public long getSeconds () public int getNanos () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Timestamp other public int hashCode () int hash public static com.google.protobuf.Timestamp parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Timestamp parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Timestamp parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Timestamp parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Timestamp parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Timestamp parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Timestamp parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Timestamp parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Timestamp parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Timestamp parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Timestamp parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Timestamp parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Timestamp$Builder newBuilderForType () public static com.google.protobuf.Timestamp$Builder newBuilder () public static com.google.protobuf.Timestamp$Builder newBuilder (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp prototype public com.google.protobuf.Timestamp$Builder toBuilder () protected com.google.protobuf.Timestamp$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Timestamp$Builder builder public static com.google.protobuf.Timestamp getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Timestamp getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Timestamp$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Timestamp$1 x1 static synthetic long access$302 (com.google.protobuf.Timestamp, long) com.google.protobuf.Timestamp x0 long x1 static synthetic int access$402 (com.google.protobuf.Timestamp, int) com.google.protobuf.Timestamp x0 int x1 static void <clinit> () }
com/google/protobuf/TimestampOrBuilder.class
TimestampOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.TimestampOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract long getSeconds () public abstract int getNanos () }
com/google/protobuf/TimestampProto.class
TimestampProto.java package com.google.protobuf public final com.google.protobuf.TimestampProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Timestamp_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Timestamp_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/Type$1.class
Type.java package com.google.protobuf com.google.protobuf.Type$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Type parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Type$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Type$Builder.class
Type.java package com.google.protobuf public final com.google.protobuf.Type$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.TypeOrBuilder { private int bitField0_ private Object name_ private java.util.List fields_ private com.google.protobuf.RepeatedFieldBuilderV3 fieldsBuilder_ private com.google.protobuf.LazyStringList oneofs_ private java.util.List options_ private com.google.protobuf.RepeatedFieldBuilderV3 optionsBuilder_ private com.google.protobuf.SourceContext sourceContext_ private com.google.protobuf.SingleFieldBuilderV3 sourceContextBuilder_ private int syntax_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Type$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Type getDefaultInstanceForType () public com.google.protobuf.Type build () com.google.protobuf.Type result public com.google.protobuf.Type buildPartial () com.google.protobuf.Type result int from_bitField0_ public com.google.protobuf.Type$Builder clone () public com.google.protobuf.Type$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Type$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Type$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Type$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Type$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Type$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Type$Builder mergeFrom (com.google.protobuf.Type) com.google.protobuf.Type other public final boolean isInitialized () public com.google.protobuf.Type$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Field m String s com.google.protobuf.Option m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Type$Builder setName (java.lang.String) String value public com.google.protobuf.Type$Builder clearName () public com.google.protobuf.Type$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureFieldsIsMutable () public java.util.List getFieldsList () public int getFieldsCount () public com.google.protobuf.Field getFields (int) int index public com.google.protobuf.Type$Builder setFields (int, com.google.protobuf.Field) int index com.google.protobuf.Field value public com.google.protobuf.Type$Builder setFields (int, com.google.protobuf.Field$Builder) int index com.google.protobuf.Field$Builder builderForValue public com.google.protobuf.Type$Builder addFields (com.google.protobuf.Field) com.google.protobuf.Field value public com.google.protobuf.Type$Builder addFields (int, com.google.protobuf.Field) int index com.google.protobuf.Field value public com.google.protobuf.Type$Builder addFields (com.google.protobuf.Field$Builder) com.google.protobuf.Field$Builder builderForValue public com.google.protobuf.Type$Builder addFields (int, com.google.protobuf.Field$Builder) int index com.google.protobuf.Field$Builder builderForValue public com.google.protobuf.Type$Builder addAllFields (java.lang.Iterable) Iterable values public com.google.protobuf.Type$Builder clearFields () public com.google.protobuf.Type$Builder removeFields (int) int index public com.google.protobuf.Field$Builder getFieldsBuilder (int) int index public com.google.protobuf.FieldOrBuilder getFieldsOrBuilder (int) int index public java.util.List getFieldsOrBuilderList () public com.google.protobuf.Field$Builder addFieldsBuilder () public com.google.protobuf.Field$Builder addFieldsBuilder (int) int index public java.util.List getFieldsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getFieldsFieldBuilder () private void ensureOneofsIsMutable () public com.google.protobuf.ProtocolStringList getOneofsList () public int getOneofsCount () public java.lang.String getOneofs (int) int index public com.google.protobuf.ByteString getOneofsBytes (int) int index public com.google.protobuf.Type$Builder setOneofs (int, java.lang.String) int index String value public com.google.protobuf.Type$Builder addOneofs (java.lang.String) String value public com.google.protobuf.Type$Builder addAllOneofs (java.lang.Iterable) Iterable values public com.google.protobuf.Type$Builder clearOneofs () public com.google.protobuf.Type$Builder addOneofsBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureOptionsIsMutable () public java.util.List getOptionsList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.Type$Builder setOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Type$Builder setOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Type$Builder addOptions (com.google.protobuf.Option) com.google.protobuf.Option value public com.google.protobuf.Type$Builder addOptions (int, com.google.protobuf.Option) int index com.google.protobuf.Option value public com.google.protobuf.Type$Builder addOptions (com.google.protobuf.Option$Builder) com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Type$Builder addOptions (int, com.google.protobuf.Option$Builder) int index com.google.protobuf.Option$Builder builderForValue public com.google.protobuf.Type$Builder addAllOptions (java.lang.Iterable) Iterable values public com.google.protobuf.Type$Builder clearOptions () public com.google.protobuf.Type$Builder removeOptions (int) int index public com.google.protobuf.Option$Builder getOptionsBuilder (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public java.util.List getOptionsOrBuilderList () public com.google.protobuf.Option$Builder addOptionsBuilder () public com.google.protobuf.Option$Builder addOptionsBuilder (int) int index public java.util.List getOptionsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getOptionsFieldBuilder () public boolean hasSourceContext () public com.google.protobuf.SourceContext getSourceContext () public com.google.protobuf.Type$Builder setSourceContext (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext value public com.google.protobuf.Type$Builder setSourceContext (com.google.protobuf.SourceContext$Builder) com.google.protobuf.SourceContext$Builder builderForValue public com.google.protobuf.Type$Builder mergeSourceContext (com.google.protobuf.SourceContext) com.google.protobuf.SourceContext value public com.google.protobuf.Type$Builder clearSourceContext () public com.google.protobuf.SourceContext$Builder getSourceContextBuilder () public com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getSourceContextFieldBuilder () public int getSyntaxValue () public com.google.protobuf.Type$Builder setSyntaxValue (int) int value public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public com.google.protobuf.Type$Builder setSyntax (com.google.protobuf.Syntax) com.google.protobuf.Syntax value public com.google.protobuf.Type$Builder clearSyntax () public final com.google.protobuf.Type$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Type$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getOneofsList () synthetic void <init> (com.google.protobuf.Type$1) com.google.protobuf.Type$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Type$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Type$1 x1 }
com/google/protobuf/Type.class
Type.java package com.google.protobuf public final com.google.protobuf.Type extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.TypeOrBuilder { private static final long serialVersionUID public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int FIELDS_FIELD_NUMBER private java.util.List fields_ public static final int ONEOFS_FIELD_NUMBER private com.google.protobuf.LazyStringList oneofs_ public static final int OPTIONS_FIELD_NUMBER private java.util.List options_ public static final int SOURCE_CONTEXT_FIELD_NUMBER private com.google.protobuf.SourceContext sourceContext_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private byte memoizedIsInitialized private static final com.google.protobuf.Type DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public java.util.List getFieldsList () public java.util.List getFieldsOrBuilderList () public int getFieldsCount () public com.google.protobuf.Field getFields (int) int index public com.google.protobuf.FieldOrBuilder getFieldsOrBuilder (int) int index public com.google.protobuf.ProtocolStringList getOneofsList () public int getOneofsCount () public java.lang.String getOneofs (int) int index public com.google.protobuf.ByteString getOneofsBytes (int) int index public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.google.protobuf.Option getOptions (int) int index public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index public boolean hasSourceContext () public com.google.protobuf.SourceContext getSourceContext () public com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () public int getSyntaxValue () public com.google.protobuf.Syntax getSyntax () com.google.protobuf.Syntax result public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int i int dataSize int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Type other public int hashCode () int hash public static com.google.protobuf.Type parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Type parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Type parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Type parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Type parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Type parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Type parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Type parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Type parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Type parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Type parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Type parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Type$Builder newBuilderForType () public static com.google.protobuf.Type$Builder newBuilder () public static com.google.protobuf.Type$Builder newBuilder (com.google.protobuf.Type) com.google.protobuf.Type prototype public com.google.protobuf.Type$Builder toBuilder () protected com.google.protobuf.Type$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Type$Builder builder public static com.google.protobuf.Type getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Type getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getOneofsList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Type$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Type$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Type, java.lang.Object) com.google.protobuf.Type x0 Object x1 static synthetic java.util.List access$402 (com.google.protobuf.Type, java.util.List) com.google.protobuf.Type x0 java.util.List x1 static synthetic com.google.protobuf.LazyStringList access$502 (com.google.protobuf.Type, com.google.protobuf.LazyStringList) com.google.protobuf.Type x0 com.google.protobuf.LazyStringList x1 static synthetic java.util.List access$602 (com.google.protobuf.Type, java.util.List) com.google.protobuf.Type x0 java.util.List x1 static synthetic com.google.protobuf.SourceContext access$702 (com.google.protobuf.Type, com.google.protobuf.SourceContext) com.google.protobuf.Type x0 com.google.protobuf.SourceContext x1 static synthetic int access$802 (com.google.protobuf.Type, int) com.google.protobuf.Type x0 int x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Type) com.google.protobuf.Type x0 static synthetic java.util.List access$400 (com.google.protobuf.Type) com.google.protobuf.Type x0 static synthetic com.google.protobuf.LazyStringList access$500 (com.google.protobuf.Type) com.google.protobuf.Type x0 static synthetic java.util.List access$600 (com.google.protobuf.Type) com.google.protobuf.Type x0 static synthetic int access$800 (com.google.protobuf.Type) com.google.protobuf.Type x0 static void <clinit> () }
com/google/protobuf/TypeOrBuilder.class
TypeOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.TypeOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract java.util.List getFieldsList () public abstract com.google.protobuf.Field getFields (int) public abstract int getFieldsCount () public abstract java.util.List getFieldsOrBuilderList () public abstract com.google.protobuf.FieldOrBuilder getFieldsOrBuilder (int) public abstract java.util.List getOneofsList () public abstract int getOneofsCount () public abstract java.lang.String getOneofs (int) public abstract com.google.protobuf.ByteString getOneofsBytes (int) public abstract java.util.List getOptionsList () public abstract com.google.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.util.List getOptionsOrBuilderList () public abstract com.google.protobuf.OptionOrBuilder getOptionsOrBuilder (int) public abstract boolean hasSourceContext () public abstract com.google.protobuf.SourceContext getSourceContext () public abstract com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder () public abstract int getSyntaxValue () public abstract com.google.protobuf.Syntax getSyntax () }
com/google/protobuf/TypeProto.class
TypeProto.java package com.google.protobuf public final com.google.protobuf.TypeProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Type_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Type_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Field_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Field_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Enum_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Enum_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_EnumValue_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_EnumValue_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Option_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Option_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/TypeRegistry$1.class
TypeRegistry.java package com.google.protobuf synthetic com.google.protobuf.TypeRegistry$1 extends java.lang.Object { }
com/google/protobuf/TypeRegistry$Builder.class
TypeRegistry.java package com.google.protobuf public final com.google.protobuf.TypeRegistry$Builder extends java.lang.Object { private final java.util.Set files private java.util.Map types private void <init> () public com.google.protobuf.TypeRegistry$Builder add (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor messageType public com.google.protobuf.TypeRegistry$Builder add (java.lang.Iterable) com.google.protobuf.Descriptors$Descriptor type Iterable messageTypes public com.google.protobuf.TypeRegistry build () com.google.protobuf.TypeRegistry result private void addFile (com.google.protobuf.Descriptors$FileDescriptor) com.google.protobuf.Descriptors$FileDescriptor dependency com.google.protobuf.Descriptors$Descriptor message com.google.protobuf.Descriptors$FileDescriptor file private void addMessage (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor nestedType com.google.protobuf.Descriptors$Descriptor message synthetic void <init> (com.google.protobuf.TypeRegistry$1) com.google.protobuf.TypeRegistry$1 x0 }
com/google/protobuf/TypeRegistry$EmptyTypeRegistryHolder.class
TypeRegistry.java package com.google.protobuf com.google.protobuf.TypeRegistry$EmptyTypeRegistryHolder extends java.lang.Object { private static final com.google.protobuf.TypeRegistry EMPTY private void <init> () static synthetic com.google.protobuf.TypeRegistry access$000 () static void <clinit> () }
com/google/protobuf/TypeRegistry.class
TypeRegistry.java package com.google.protobuf public com.google.protobuf.TypeRegistry extends java.lang.Object { private static final java.util.logging.Logger logger private final java.util.Map types public static com.google.protobuf.TypeRegistry getEmptyTypeRegistry () public static com.google.protobuf.TypeRegistry$Builder newBuilder () public com.google.protobuf.Descriptors$Descriptor find (java.lang.String) String name public final com.google.protobuf.Descriptors$Descriptor getDescriptorForTypeUrl (java.lang.String) throws com.google.protobuf.InvalidProtocolBufferException String typeUrl void <init> (java.util.Map) java.util.Map types private static java.lang.String getTypeName (java.lang.String) throws com.google.protobuf.InvalidProtocolBufferException String typeUrl String[] parts static synthetic java.util.logging.Logger access$200 () static void <clinit> () }
com/google/protobuf/UInt32Value$1.class
UInt32Value.java package com.google.protobuf com.google.protobuf.UInt32Value$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.UInt32Value parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.UInt32Value$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/UInt32Value$Builder.class
UInt32Value.java package com.google.protobuf public final com.google.protobuf.UInt32Value$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.UInt32ValueOrBuilder { private int value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.UInt32Value$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.UInt32Value getDefaultInstanceForType () public com.google.protobuf.UInt32Value build () com.google.protobuf.UInt32Value result public com.google.protobuf.UInt32Value buildPartial () com.google.protobuf.UInt32Value result public com.google.protobuf.UInt32Value$Builder clone () public com.google.protobuf.UInt32Value$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.UInt32Value$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.UInt32Value$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.UInt32Value$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.UInt32Value$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.UInt32Value$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.UInt32Value$Builder mergeFrom (com.google.protobuf.UInt32Value) com.google.protobuf.UInt32Value other public final boolean isInitialized () public com.google.protobuf.UInt32Value$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public int getValue () public com.google.protobuf.UInt32Value$Builder setValue (int) int value public com.google.protobuf.UInt32Value$Builder clearValue () public final com.google.protobuf.UInt32Value$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.UInt32Value$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.UInt32Value$1) com.google.protobuf.UInt32Value$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.UInt32Value$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.UInt32Value$1 x1 }
com/google/protobuf/UInt32Value.class
UInt32Value.java package com.google.protobuf public final com.google.protobuf.UInt32Value extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.UInt32ValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private int value_ private byte memoizedIsInitialized private static final com.google.protobuf.UInt32Value DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public int getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.UInt32Value other public int hashCode () int hash public static com.google.protobuf.UInt32Value parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.UInt32Value parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt32Value parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.UInt32Value parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt32Value parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.UInt32Value parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt32Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.UInt32Value parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt32Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.UInt32Value parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt32Value parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.UInt32Value parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UInt32Value$Builder newBuilderForType () public static com.google.protobuf.UInt32Value$Builder newBuilder () public static com.google.protobuf.UInt32Value$Builder newBuilder (com.google.protobuf.UInt32Value) com.google.protobuf.UInt32Value prototype public com.google.protobuf.UInt32Value$Builder toBuilder () protected com.google.protobuf.UInt32Value$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.UInt32Value$Builder builder public static com.google.protobuf.UInt32Value getDefaultInstance () public static com.google.protobuf.UInt32Value of (int) int value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.UInt32Value getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.UInt32Value$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.UInt32Value$1 x1 static synthetic int access$302 (com.google.protobuf.UInt32Value, int) com.google.protobuf.UInt32Value x0 int x1 static void <clinit> () }
com/google/protobuf/UInt32ValueOrBuilder.class
UInt32ValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.UInt32ValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract int getValue () }
com/google/protobuf/UInt64Value$1.class
UInt64Value.java package com.google.protobuf com.google.protobuf.UInt64Value$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.UInt64Value parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.UInt64Value$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/UInt64Value$Builder.class
UInt64Value.java package com.google.protobuf public final com.google.protobuf.UInt64Value$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.UInt64ValueOrBuilder { private long value_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.UInt64Value$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.UInt64Value getDefaultInstanceForType () public com.google.protobuf.UInt64Value build () com.google.protobuf.UInt64Value result public com.google.protobuf.UInt64Value buildPartial () com.google.protobuf.UInt64Value result public com.google.protobuf.UInt64Value$Builder clone () public com.google.protobuf.UInt64Value$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.UInt64Value$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.UInt64Value$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.UInt64Value$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.UInt64Value$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.UInt64Value$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.UInt64Value$Builder mergeFrom (com.google.protobuf.UInt64Value) com.google.protobuf.UInt64Value other public final boolean isInitialized () public com.google.protobuf.UInt64Value$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public long getValue () public com.google.protobuf.UInt64Value$Builder setValue (long) long value public com.google.protobuf.UInt64Value$Builder clearValue () public final com.google.protobuf.UInt64Value$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.UInt64Value$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.UInt64Value$1) com.google.protobuf.UInt64Value$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.UInt64Value$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.UInt64Value$1 x1 }
com/google/protobuf/UInt64Value.class
UInt64Value.java package com.google.protobuf public final com.google.protobuf.UInt64Value extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.UInt64ValueOrBuilder { private static final long serialVersionUID public static final int VALUE_FIELD_NUMBER private long value_ private byte memoizedIsInitialized private static final com.google.protobuf.UInt64Value DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public long getValue () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.UInt64Value other public int hashCode () int hash public static com.google.protobuf.UInt64Value parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.UInt64Value parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt64Value parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.UInt64Value parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt64Value parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.UInt64Value parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt64Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.UInt64Value parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt64Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.UInt64Value parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.UInt64Value parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.UInt64Value parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UInt64Value$Builder newBuilderForType () public static com.google.protobuf.UInt64Value$Builder newBuilder () public static com.google.protobuf.UInt64Value$Builder newBuilder (com.google.protobuf.UInt64Value) com.google.protobuf.UInt64Value prototype public com.google.protobuf.UInt64Value$Builder toBuilder () protected com.google.protobuf.UInt64Value$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.UInt64Value$Builder builder public static com.google.protobuf.UInt64Value getDefaultInstance () public static com.google.protobuf.UInt64Value of (long) long value public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.UInt64Value getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.UInt64Value$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.UInt64Value$1 x1 static synthetic long access$302 (com.google.protobuf.UInt64Value, long) com.google.protobuf.UInt64Value x0 long x1 static void <clinit> () }
com/google/protobuf/UInt64ValueOrBuilder.class
UInt64ValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.UInt64ValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract long getValue () }
com/google/protobuf/UnknownFieldSet$1.class
UnknownFieldSet.java package com.google.protobuf synthetic com.google.protobuf.UnknownFieldSet$1 extends java.lang.Object { }
com/google/protobuf/UnknownFieldSet$Builder.class
UnknownFieldSet.java package com.google.protobuf public final com.google.protobuf.UnknownFieldSet$Builder extends java.lang.Object implements com.google.protobuf.MessageLite$Builder { private java.util.TreeMap fieldBuilders private void <init> () private static com.google.protobuf.UnknownFieldSet$Builder create () private com.google.protobuf.UnknownFieldSet$Field$Builder getFieldBuilder (int) com.google.protobuf.UnknownFieldSet$Field$Builder builder int number public com.google.protobuf.UnknownFieldSet build () com.google.protobuf.UnknownFieldSet result java.util.Map$Entry entry java.util.TreeMap fields com.google.protobuf.UnknownFieldSet result public com.google.protobuf.UnknownFieldSet buildPartial () public com.google.protobuf.UnknownFieldSet$Builder clone () Integer key com.google.protobuf.UnknownFieldSet$Field$Builder value java.util.Map$Entry entry com.google.protobuf.UnknownFieldSet$Builder clone public com.google.protobuf.UnknownFieldSet getDefaultInstanceForType () public com.google.protobuf.UnknownFieldSet$Builder clear () public com.google.protobuf.UnknownFieldSet$Builder clearField (int) int number public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (com.google.protobuf.UnknownFieldSet) java.util.Map$Entry entry com.google.protobuf.UnknownFieldSet other public com.google.protobuf.UnknownFieldSet$Builder mergeField (int, com.google.protobuf.UnknownFieldSet$Field) int number com.google.protobuf.UnknownFieldSet$Field field public com.google.protobuf.UnknownFieldSet$Builder mergeVarintField (int, int) int number int value public com.google.protobuf.UnknownFieldSet$Builder mergeLengthDelimitedField (int, com.google.protobuf.ByteString) int number com.google.protobuf.ByteString value public boolean hasField (int) int number public com.google.protobuf.UnknownFieldSet$Builder addField (int, com.google.protobuf.UnknownFieldSet$Field) int number com.google.protobuf.UnknownFieldSet$Field field public java.util.Map asMap () java.util.Map$Entry entry java.util.TreeMap fields public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input public boolean mergeFieldFrom (int, com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.UnknownFieldSet$Builder subBuilder int tag com.google.protobuf.CodedInputStream input int number public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.ByteString data public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input com.google.protobuf.CodedInputStream codedInput public boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data int off int len public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.UnknownFieldSet$Builder mergeFrom (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite m public boolean isInitialized () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () static synthetic com.google.protobuf.UnknownFieldSet$Builder access$000 () }
com/google/protobuf/UnknownFieldSet$Field$Builder.class
UnknownFieldSet.java package com.google.protobuf public final com.google.protobuf.UnknownFieldSet$Field$Builder extends java.lang.Object { private com.google.protobuf.UnknownFieldSet$Field result private void <init> () private static com.google.protobuf.UnknownFieldSet$Field$Builder create () com.google.protobuf.UnknownFieldSet$Field$Builder builder public com.google.protobuf.UnknownFieldSet$Field$Builder clone () com.google.protobuf.UnknownFieldSet$Field copy com.google.protobuf.UnknownFieldSet$Field$Builder clone public com.google.protobuf.UnknownFieldSet$Field build () com.google.protobuf.UnknownFieldSet$Field built public com.google.protobuf.UnknownFieldSet$Field$Builder clear () public com.google.protobuf.UnknownFieldSet$Field$Builder mergeFrom (com.google.protobuf.UnknownFieldSet$Field) com.google.protobuf.UnknownFieldSet$Field other public com.google.protobuf.UnknownFieldSet$Field$Builder addVarint (long) long value public com.google.protobuf.UnknownFieldSet$Field$Builder addFixed32 (int) int value public com.google.protobuf.UnknownFieldSet$Field$Builder addFixed64 (long) long value public com.google.protobuf.UnknownFieldSet$Field$Builder addLengthDelimited (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public com.google.protobuf.UnknownFieldSet$Field$Builder addGroup (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet value public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic com.google.protobuf.UnknownFieldSet$Field$Builder access$400 () }
com/google/protobuf/UnknownFieldSet$Field.class
UnknownFieldSet.java package com.google.protobuf public final com.google.protobuf.UnknownFieldSet$Field extends java.lang.Object { private static final com.google.protobuf.UnknownFieldSet$Field fieldDefaultInstance private java.util.List varint private java.util.List fixed32 private java.util.List fixed64 private java.util.List lengthDelimited private java.util.List group private void <init> () public static com.google.protobuf.UnknownFieldSet$Field$Builder newBuilder () public static com.google.protobuf.UnknownFieldSet$Field$Builder newBuilder (com.google.protobuf.UnknownFieldSet$Field) com.google.protobuf.UnknownFieldSet$Field copyFrom public static com.google.protobuf.UnknownFieldSet$Field getDefaultInstance () public java.util.List getVarintList () public java.util.List getFixed32List () public java.util.List getFixed64List () public java.util.List getLengthDelimitedList () public java.util.List getGroupList () public boolean equals (java.lang.Object) Object other public int hashCode () private java.lang.Object[] getIdentityArray () public com.google.protobuf.ByteString toByteString (int) com.google.protobuf.ByteString$CodedBuilder out java.io.IOException e int fieldNumber public void writeTo (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value int value long value com.google.protobuf.ByteString value com.google.protobuf.UnknownFieldSet value int fieldNumber com.google.protobuf.CodedOutputStream output public int getSerializedSize (int) long value int value long value com.google.protobuf.ByteString value com.google.protobuf.UnknownFieldSet value int fieldNumber int result public void writeAsMessageSetExtensionTo (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.ByteString value int fieldNumber com.google.protobuf.CodedOutputStream output void writeTo (int, com.google.protobuf.Writer) throws java.io.IOException int i int i int fieldNumber com.google.protobuf.Writer writer private void writeAsMessageSetExtensionTo (int, com.google.protobuf.Writer) throws java.io.IOException java.util.ListIterator iter com.google.protobuf.ByteString value int fieldNumber com.google.protobuf.Writer writer public int getSerializedSizeAsMessageSetExtension (int) com.google.protobuf.ByteString value int fieldNumber int result static synthetic void access$100 (com.google.protobuf.UnknownFieldSet$Field, int, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSet$Field x0 int x1 com.google.protobuf.Writer x2 synthetic void <init> (com.google.protobuf.UnknownFieldSet$1) com.google.protobuf.UnknownFieldSet$1 x0 static synthetic java.util.List access$600 (com.google.protobuf.UnknownFieldSet$Field) com.google.protobuf.UnknownFieldSet$Field x0 static synthetic java.util.List access$602 (com.google.protobuf.UnknownFieldSet$Field, java.util.List) com.google.protobuf.UnknownFieldSet$Field x0 java.util.List x1 static synthetic java.util.List access$700 (com.google.protobuf.UnknownFieldSet$Field) com.google.protobuf.UnknownFieldSet$Field x0 static synthetic java.util.List access$702 (com.google.protobuf.UnknownFieldSet$Field, java.util.List) com.google.protobuf.UnknownFieldSet$Field x0 java.util.List x1 static synthetic java.util.List access$800 (com.google.protobuf.UnknownFieldSet$Field) com.google.protobuf.UnknownFieldSet$Field x0 static synthetic java.util.List access$802 (com.google.protobuf.UnknownFieldSet$Field, java.util.List) com.google.protobuf.UnknownFieldSet$Field x0 java.util.List x1 static synthetic java.util.List access$900 (com.google.protobuf.UnknownFieldSet$Field) com.google.protobuf.UnknownFieldSet$Field x0 static synthetic java.util.List access$902 (com.google.protobuf.UnknownFieldSet$Field, java.util.List) com.google.protobuf.UnknownFieldSet$Field x0 java.util.List x1 static synthetic java.util.List access$1000 (com.google.protobuf.UnknownFieldSet$Field) com.google.protobuf.UnknownFieldSet$Field x0 static synthetic java.util.List access$1002 (com.google.protobuf.UnknownFieldSet$Field, java.util.List) com.google.protobuf.UnknownFieldSet$Field x0 java.util.List x1 static void <clinit> () }
com/google/protobuf/UnknownFieldSet$Parser.class
UnknownFieldSet.java package com.google.protobuf public final com.google.protobuf.UnknownFieldSet$Parser extends com.google.protobuf.AbstractParser { public void <init> () public com.google.protobuf.UnknownFieldSet parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.UnknownFieldSet$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/UnknownFieldSet.class
UnknownFieldSet.java package com.google.protobuf public final com.google.protobuf.UnknownFieldSet extends java.lang.Object implements com.google.protobuf.MessageLite { private final java.util.TreeMap fields private static final com.google.protobuf.UnknownFieldSet defaultInstance private static final com.google.protobuf.UnknownFieldSet$Parser PARSER private void <init> (java.util.TreeMap) java.util.TreeMap fields public static com.google.protobuf.UnknownFieldSet$Builder newBuilder () public static com.google.protobuf.UnknownFieldSet$Builder newBuilder (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet copyFrom public static com.google.protobuf.UnknownFieldSet getDefaultInstance () public com.google.protobuf.UnknownFieldSet getDefaultInstanceForType () public boolean equals (java.lang.Object) Object other public int hashCode () public java.util.Map asMap () public boolean hasField (int) int number public com.google.protobuf.UnknownFieldSet$Field getField (int) int number com.google.protobuf.UnknownFieldSet$Field result public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.UnknownFieldSet$Field field java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output public java.lang.String toString () public com.google.protobuf.ByteString toByteString () com.google.protobuf.ByteString$CodedBuilder out java.io.IOException e public byte[] toByteArray () byte[] result com.google.protobuf.CodedOutputStream output java.io.IOException e public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output com.google.protobuf.CodedOutputStream codedOutput public void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output com.google.protobuf.CodedOutputStream codedOutput public int getSerializedSize () java.util.Map$Entry entry int result public void writeAsMessageSetTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output void writeTo (com.google.protobuf.Writer) throws java.io.IOException java.util.Map$Entry entry java.util.Map$Entry entry com.google.protobuf.Writer writer void writeAsMessageSetTo (com.google.protobuf.Writer) throws java.io.IOException java.util.Map$Entry entry java.util.Map$Entry entry com.google.protobuf.Writer writer public int getSerializedSizeAsMessageSet () java.util.Map$Entry entry int result public boolean isInitialized () public static com.google.protobuf.UnknownFieldSet parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.UnknownFieldSet parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.UnknownFieldSet parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.UnknownFieldSet parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public com.google.protobuf.UnknownFieldSet$Builder newBuilderForType () public com.google.protobuf.UnknownFieldSet$Builder toBuilder () public final com.google.protobuf.UnknownFieldSet$Parser getParserForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.Parser getParserForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () synthetic void <init> (java.util.TreeMap, com.google.protobuf.UnknownFieldSet$1) java.util.TreeMap x0 com.google.protobuf.UnknownFieldSet$1 x1 static synthetic java.util.TreeMap access$300 (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet x0 static void <clinit> () }
com/google/protobuf/UnknownFieldSetSchema.class
UnknownFieldSetSchema.java package com.google.protobuf com.google.protobuf.UnknownFieldSetSchema extends com.google.protobuf.UnknownFieldSchema { private final boolean proto3 public void <init> (boolean) boolean proto3 boolean shouldDiscardUnknownFields (com.google.protobuf.Reader) com.google.protobuf.Reader reader com.google.protobuf.UnknownFieldSet$Builder newBuilder () void addVarint (com.google.protobuf.UnknownFieldSet$Builder, int, long) com.google.protobuf.UnknownFieldSet$Builder fields int number long value void addFixed32 (com.google.protobuf.UnknownFieldSet$Builder, int, int) com.google.protobuf.UnknownFieldSet$Builder fields int number int value void addFixed64 (com.google.protobuf.UnknownFieldSet$Builder, int, long) com.google.protobuf.UnknownFieldSet$Builder fields int number long value void addLengthDelimited (com.google.protobuf.UnknownFieldSet$Builder, int, com.google.protobuf.ByteString) com.google.protobuf.UnknownFieldSet$Builder fields int number com.google.protobuf.ByteString value void addGroup (com.google.protobuf.UnknownFieldSet$Builder, int, com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet$Builder fields int number com.google.protobuf.UnknownFieldSet subFieldSet com.google.protobuf.UnknownFieldSet toImmutable (com.google.protobuf.UnknownFieldSet$Builder) com.google.protobuf.UnknownFieldSet$Builder fields void writeTo (com.google.protobuf.UnknownFieldSet, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSet message com.google.protobuf.Writer writer void writeAsMessageSetTo (com.google.protobuf.UnknownFieldSet, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSet message com.google.protobuf.Writer writer com.google.protobuf.UnknownFieldSet getFromMessage (java.lang.Object) Object message void setToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSet) Object message com.google.protobuf.UnknownFieldSet fields com.google.protobuf.UnknownFieldSet$Builder getBuilderFromMessage (java.lang.Object) Object message void setBuilderToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSet$Builder) Object message com.google.protobuf.UnknownFieldSet$Builder builder void makeImmutable (java.lang.Object) Object message com.google.protobuf.UnknownFieldSet merge (com.google.protobuf.UnknownFieldSet, com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet message com.google.protobuf.UnknownFieldSet other int getSerializedSize (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet message int getSerializedSizeAsMessageSet (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknowns volatile synthetic int getSerializedSize (java.lang.Object) volatile synthetic int getSerializedSizeAsMessageSet (java.lang.Object) volatile synthetic java.lang.Object merge (java.lang.Object, java.lang.Object) volatile synthetic void writeAsMessageSetTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException volatile synthetic void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException volatile synthetic void setBuilderToMessage (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object getBuilderFromMessage (java.lang.Object) volatile synthetic java.lang.Object getFromMessage (java.lang.Object) volatile synthetic void setToMessage (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object toImmutable (java.lang.Object) volatile synthetic java.lang.Object newBuilder () volatile synthetic void addGroup (java.lang.Object, int, java.lang.Object) volatile synthetic void addLengthDelimited (java.lang.Object, int, com.google.protobuf.ByteString) volatile synthetic void addFixed64 (java.lang.Object, int, long) volatile synthetic void addFixed32 (java.lang.Object, int, int) volatile synthetic void addVarint (java.lang.Object, int, long) }
com/google/protobuf/Value$1.class
Value.java package com.google.protobuf com.google.protobuf.Value$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.Value parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Value$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/Value$2.class
Value.java package com.google.protobuf synthetic com.google.protobuf.Value$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Value$KindCase static void <clinit> () }
com/google/protobuf/Value$Builder.class
Value.java package com.google.protobuf public final com.google.protobuf.Value$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.ValueOrBuilder { private int kindCase_ private Object kind_ private com.google.protobuf.SingleFieldBuilderV3 structValueBuilder_ private com.google.protobuf.SingleFieldBuilderV3 listValueBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.Value$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.Value getDefaultInstanceForType () public com.google.protobuf.Value build () com.google.protobuf.Value result public com.google.protobuf.Value buildPartial () com.google.protobuf.Value result public com.google.protobuf.Value$Builder clone () public com.google.protobuf.Value$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Value$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.Value$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.Value$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.Value$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.Value$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.Value$Builder mergeFrom (com.google.protobuf.Value) com.google.protobuf.Value other public final boolean isInitialized () public com.google.protobuf.Value$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int rawValue String s int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Value$KindCase getKindCase () public com.google.protobuf.Value$Builder clearKind () public boolean hasNullValue () public int getNullValueValue () public com.google.protobuf.Value$Builder setNullValueValue (int) int value public com.google.protobuf.NullValue getNullValue () com.google.protobuf.NullValue result public com.google.protobuf.Value$Builder setNullValue (com.google.protobuf.NullValue) com.google.protobuf.NullValue value public com.google.protobuf.Value$Builder clearNullValue () public boolean hasNumberValue () public double getNumberValue () public com.google.protobuf.Value$Builder setNumberValue (double) double value public com.google.protobuf.Value$Builder clearNumberValue () public boolean hasStringValue () public java.lang.String getStringValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getStringValueBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.Value$Builder setStringValue (java.lang.String) String value public com.google.protobuf.Value$Builder clearStringValue () public com.google.protobuf.Value$Builder setStringValueBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasBoolValue () public boolean getBoolValue () public com.google.protobuf.Value$Builder setBoolValue (boolean) boolean value public com.google.protobuf.Value$Builder clearBoolValue () public boolean hasStructValue () public com.google.protobuf.Struct getStructValue () public com.google.protobuf.Value$Builder setStructValue (com.google.protobuf.Struct) com.google.protobuf.Struct value public com.google.protobuf.Value$Builder setStructValue (com.google.protobuf.Struct$Builder) com.google.protobuf.Struct$Builder builderForValue public com.google.protobuf.Value$Builder mergeStructValue (com.google.protobuf.Struct) com.google.protobuf.Struct value public com.google.protobuf.Value$Builder clearStructValue () public com.google.protobuf.Struct$Builder getStructValueBuilder () public com.google.protobuf.StructOrBuilder getStructValueOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getStructValueFieldBuilder () public boolean hasListValue () public com.google.protobuf.ListValue getListValue () public com.google.protobuf.Value$Builder setListValue (com.google.protobuf.ListValue) com.google.protobuf.ListValue value public com.google.protobuf.Value$Builder setListValue (com.google.protobuf.ListValue$Builder) com.google.protobuf.ListValue$Builder builderForValue public com.google.protobuf.Value$Builder mergeListValue (com.google.protobuf.ListValue) com.google.protobuf.ListValue value public com.google.protobuf.Value$Builder clearListValue () public com.google.protobuf.ListValue$Builder getListValueBuilder () public com.google.protobuf.ListValueOrBuilder getListValueOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getListValueFieldBuilder () public final com.google.protobuf.Value$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.Value$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.Value$1) com.google.protobuf.Value$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.Value$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.Value$1 x1 }
com/google/protobuf/Value$KindCase.class
Value.java package com.google.protobuf public final enum com.google.protobuf.Value$KindCase extends java.lang.Enum implements com.google.protobuf.Internal$EnumLite com.google.protobuf.AbstractMessageLite$InternalOneOfEnum { public static final enum com.google.protobuf.Value$KindCase NULL_VALUE public static final enum com.google.protobuf.Value$KindCase NUMBER_VALUE public static final enum com.google.protobuf.Value$KindCase STRING_VALUE public static final enum com.google.protobuf.Value$KindCase BOOL_VALUE public static final enum com.google.protobuf.Value$KindCase STRUCT_VALUE public static final enum com.google.protobuf.Value$KindCase LIST_VALUE public static final enum com.google.protobuf.Value$KindCase KIND_NOT_SET private final int value private static final synthetic com.google.protobuf.Value$KindCase[] $VALUES public static com.google.protobuf.Value$KindCase[] values () public static com.google.protobuf.Value$KindCase valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int) int value public static com.google.protobuf.Value$KindCase valueOf (int) int value public static com.google.protobuf.Value$KindCase forNumber (int) int value public int getNumber () private static synthetic com.google.protobuf.Value$KindCase[] $values () static void <clinit> () }
com/google/protobuf/Value.class
Value.java package com.google.protobuf public final com.google.protobuf.Value extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.ValueOrBuilder { private static final long serialVersionUID private int kindCase_ private Object kind_ public static final int NULL_VALUE_FIELD_NUMBER public static final int NUMBER_VALUE_FIELD_NUMBER public static final int STRING_VALUE_FIELD_NUMBER public static final int BOOL_VALUE_FIELD_NUMBER public static final int STRUCT_VALUE_FIELD_NUMBER public static final int LIST_VALUE_FIELD_NUMBER private byte memoizedIsInitialized private static final com.google.protobuf.Value DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.Value$KindCase getKindCase () public boolean hasNullValue () public int getNullValueValue () public com.google.protobuf.NullValue getNullValue () com.google.protobuf.NullValue result public boolean hasNumberValue () public double getNumberValue () public boolean hasStringValue () public java.lang.String getStringValue () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getStringValueBytes () com.google.protobuf.ByteString b Object ref public boolean hasBoolValue () public boolean getBoolValue () public boolean hasStructValue () public com.google.protobuf.Struct getStructValue () public com.google.protobuf.StructOrBuilder getStructValueOrBuilder () public boolean hasListValue () public com.google.protobuf.ListValue getListValue () public com.google.protobuf.ListValueOrBuilder getListValueOrBuilder () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.Value other public int hashCode () int hash public static com.google.protobuf.Value parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.Value parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Value parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.Value parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Value parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.Value parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Value parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.Value parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.Value parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.Value parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.Value$Builder newBuilderForType () public static com.google.protobuf.Value$Builder newBuilder () public static com.google.protobuf.Value$Builder newBuilder (com.google.protobuf.Value) com.google.protobuf.Value prototype public com.google.protobuf.Value$Builder toBuilder () protected com.google.protobuf.Value$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.Value$Builder builder public static com.google.protobuf.Value getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.Value getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.Value$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.Value$1 x1 static synthetic java.lang.Object access$302 (com.google.protobuf.Value, java.lang.Object) com.google.protobuf.Value x0 Object x1 static synthetic int access$402 (com.google.protobuf.Value, int) com.google.protobuf.Value x0 int x1 static synthetic java.lang.Object access$300 (com.google.protobuf.Value) com.google.protobuf.Value x0 static void <clinit> () }
com/google/protobuf/ValueOrBuilder.class
ValueOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.ValueOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasNullValue () public abstract int getNullValueValue () public abstract com.google.protobuf.NullValue getNullValue () public abstract boolean hasNumberValue () public abstract double getNumberValue () public abstract boolean hasStringValue () public abstract java.lang.String getStringValue () public abstract com.google.protobuf.ByteString getStringValueBytes () public abstract boolean hasBoolValue () public abstract boolean getBoolValue () public abstract boolean hasStructValue () public abstract com.google.protobuf.Struct getStructValue () public abstract com.google.protobuf.StructOrBuilder getStructValueOrBuilder () public abstract boolean hasListValue () public abstract com.google.protobuf.ListValue getListValue () public abstract com.google.protobuf.ListValueOrBuilder getListValueOrBuilder () public abstract com.google.protobuf.Value$KindCase getKindCase () }
com/google/protobuf/WrappersProto.class
WrappersProto.java package com.google.protobuf public final com.google.protobuf.WrappersProto extends java.lang.Object { static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_DoubleValue_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_DoubleValue_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_FloatValue_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_FloatValue_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Int64Value_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Int64Value_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_UInt64Value_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_UInt64Value_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_Int32Value_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_Int32Value_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_UInt32Value_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_UInt32Value_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_BoolValue_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_BoolValue_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_StringValue_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_StringValue_fieldAccessorTable static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_BytesValue_descriptor static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_BytesValue_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/protobuf/compiler/
com/google/protobuf/compiler/PluginProtos$1.class
PluginProtos.java package com.google.protobuf.compiler synthetic com.google.protobuf.compiler.PluginProtos$1 extends java.lang.Object { }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorRequest$1.class
PluginProtos.java package com.google.protobuf.compiler com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorRequest$Builder.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder { private int bitField0_ private com.google.protobuf.LazyStringList fileToGenerate_ private Object parameter_ private java.util.List protoFile_ private com.google.protobuf.RepeatedFieldBuilderV3 protoFileBuilder_ private com.google.protobuf.compiler.PluginProtos$Version compilerVersion_ private com.google.protobuf.SingleFieldBuilderV3 compilerVersionBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest getDefaultInstanceForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest build () com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest result public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest buildPartial () com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest result int from_bitField0_ int to_bitField0_ public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clone () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder mergeFrom (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest other public final boolean isInitialized () int i public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.ByteString bs com.google.protobuf.DescriptorProtos$FileDescriptorProto m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureFileToGenerateIsMutable () public com.google.protobuf.ProtocolStringList getFileToGenerateList () public int getFileToGenerateCount () public java.lang.String getFileToGenerate (int) int index public com.google.protobuf.ByteString getFileToGenerateBytes (int) int index public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setFileToGenerate (int, java.lang.String) int index String value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addFileToGenerate (java.lang.String) String value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addAllFileToGenerate (java.lang.Iterable) Iterable values public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearFileToGenerate () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addFileToGenerateBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasParameter () public java.lang.String getParameter () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getParameterBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setParameter (java.lang.String) String value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearParameter () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setParameterBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureProtoFileIsMutable () public java.util.List getProtoFileList () public int getProtoFileCount () public com.google.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int) int index public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setProtoFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setProtoFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (com.google.protobuf.DescriptorProtos$FileDescriptorProto) com.google.protobuf.DescriptorProtos$FileDescriptorProto value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder) com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (int, com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addAllProtoFile (java.lang.Iterable) Iterable values public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearProtoFile () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder removeProtoFile (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder getProtoFileBuilder (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getProtoFileOrBuilder (int) int index public java.util.List getProtoFileOrBuilderList () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addProtoFileBuilder () public com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder addProtoFileBuilder (int) int index public java.util.List getProtoFileBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getProtoFileFieldBuilder () public boolean hasCompilerVersion () public com.google.protobuf.compiler.PluginProtos$Version getCompilerVersion () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setCompilerVersion (com.google.protobuf.compiler.PluginProtos$Version) com.google.protobuf.compiler.PluginProtos$Version value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setCompilerVersion (com.google.protobuf.compiler.PluginProtos$Version$Builder) com.google.protobuf.compiler.PluginProtos$Version$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder mergeCompilerVersion (com.google.protobuf.compiler.PluginProtos$Version) com.google.protobuf.compiler.PluginProtos$Version value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearCompilerVersion () public com.google.protobuf.compiler.PluginProtos$Version$Builder getCompilerVersionBuilder () public com.google.protobuf.compiler.PluginProtos$VersionOrBuilder getCompilerVersionOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getCompilerVersionFieldBuilder () public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getFileToGenerateList () synthetic void <init> (com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.compiler.PluginProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.compiler.PluginProtos$1 x1 }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorRequest.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int FILE_TO_GENERATE_FIELD_NUMBER private com.google.protobuf.LazyStringList fileToGenerate_ public static final int PARAMETER_FIELD_NUMBER private volatile Object parameter_ public static final int PROTO_FILE_FIELD_NUMBER private java.util.List protoFile_ public static final int COMPILER_VERSION_FIELD_NUMBER private com.google.protobuf.compiler.PluginProtos$Version compilerVersion_ private byte memoizedIsInitialized private static final com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.ProtocolStringList getFileToGenerateList () public int getFileToGenerateCount () public java.lang.String getFileToGenerate (int) int index public com.google.protobuf.ByteString getFileToGenerateBytes (int) int index public boolean hasParameter () public java.lang.String getParameter () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getParameterBytes () com.google.protobuf.ByteString b Object ref public java.util.List getProtoFileList () public java.util.List getProtoFileOrBuilderList () public int getProtoFileCount () public com.google.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int) int index public com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getProtoFileOrBuilder (int) int index public boolean hasCompilerVersion () public com.google.protobuf.compiler.PluginProtos$Version getCompilerVersion () public com.google.protobuf.compiler.PluginProtos$VersionOrBuilder getCompilerVersionOrBuilder () public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int dataSize int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest other public int hashCode () int hash public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilderForType () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilder () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilder (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest prototype public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder toBuilder () protected com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder builder public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getFileToGenerateList () static synthetic boolean access$1400 () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.compiler.PluginProtos$1 x1 static synthetic com.google.protobuf.LazyStringList access$1602 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest, com.google.protobuf.LazyStringList) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 com.google.protobuf.LazyStringList x1 static synthetic java.lang.Object access$1702 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest, java.lang.Object) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 Object x1 static synthetic java.util.List access$1802 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest, java.util.List) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 java.util.List x1 static synthetic com.google.protobuf.compiler.PluginProtos$Version access$1902 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest, com.google.protobuf.compiler.PluginProtos$Version) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 com.google.protobuf.compiler.PluginProtos$Version x1 static synthetic int access$2002 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest, int) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 int x1 static synthetic com.google.protobuf.LazyStringList access$1600 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 static synthetic java.lang.Object access$1700 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 static synthetic java.util.List access$1800 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest) com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequest x0 static synthetic boolean access$2100 () static void <clinit> () }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorRequestOrBuilder.class
PluginProtos.java package com.google.protobuf.compiler public abstract com.google.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getFileToGenerateList () public abstract int getFileToGenerateCount () public abstract java.lang.String getFileToGenerate (int) public abstract com.google.protobuf.ByteString getFileToGenerateBytes (int) public abstract boolean hasParameter () public abstract java.lang.String getParameter () public abstract com.google.protobuf.ByteString getParameterBytes () public abstract java.util.List getProtoFileList () public abstract com.google.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int) public abstract int getProtoFileCount () public abstract java.util.List getProtoFileOrBuilderList () public abstract com.google.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getProtoFileOrBuilder (int) public abstract boolean hasCompilerVersion () public abstract com.google.protobuf.compiler.PluginProtos$Version getCompilerVersion () public abstract com.google.protobuf.compiler.PluginProtos$VersionOrBuilder getCompilerVersionOrBuilder () }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$1.class
PluginProtos.java package com.google.protobuf.compiler com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Builder.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder { private int bitField0_ private Object error_ private long supportedFeatures_ private java.util.List file_ private com.google.protobuf.RepeatedFieldBuilderV3 fileBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse getDefaultInstanceForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse build () com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse result public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse buildPartial () com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse result int from_bitField0_ int to_bitField0_ public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clone () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder mergeFrom (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse other public final boolean isInitialized () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasError () public java.lang.String getError () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getErrorBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setError (java.lang.String) String value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearError () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setErrorBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasSupportedFeatures () public long getSupportedFeatures () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setSupportedFeatures (long) long value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearSupportedFeatures () private void ensureFileIsMutable () public java.util.List getFileList () public int getFileCount () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int) int index public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setFile (int, com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) int index com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setFile (int, com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder) int index com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (int, com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) int index com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (int, com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder) int index com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addAllFile (java.lang.Iterable) Iterable values public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearFile () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder removeFile (int) int index public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder getFileBuilder (int) int index public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder getFileOrBuilder (int) int index public java.util.List getFileOrBuilderList () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder addFileBuilder () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder addFileBuilder (int) int index public java.util.List getFileBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getFileFieldBuilder () public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.compiler.PluginProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.compiler.PluginProtos$1 x1 }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Feature$1.class
PluginProtos.java package com.google.protobuf.compiler com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Feature.class
PluginProtos.java package com.google.protobuf.compiler public final enum com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature FEATURE_NONE public static final enum com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature FEATURE_PROTO3_OPTIONAL public static final int FEATURE_NONE_VALUE public static final int FEATURE_PROTO3_OPTIONAL_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] VALUES private final int value private static final synthetic com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] $VALUES public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] values () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature valueOf (java.lang.String) String name public final int getNumber () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature valueOf (int) int value public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] $values () static void <clinit> () }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$File$1.class
PluginProtos.java package com.google.protobuf.compiler com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$File$Builder.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder { private int bitField0_ private Object name_ private Object insertionPoint_ private Object content_ private com.google.protobuf.DescriptorProtos$GeneratedCodeInfo generatedCodeInfo_ private com.google.protobuf.SingleFieldBuilderV3 generatedCodeInfoBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent private void maybeForceBuilderInitialization () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getDefaultInstanceForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File build () com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File result public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File buildPartial () com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File result int from_bitField0_ int to_bitField0_ public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clone () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder mergeFrom (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File other public final boolean isInitialized () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setName (java.lang.String) String value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearName () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasInsertionPoint () public java.lang.String getInsertionPoint () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getInsertionPointBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setInsertionPoint (java.lang.String) String value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearInsertionPoint () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setInsertionPointBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasContent () public java.lang.String getContent () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getContentBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setContent (java.lang.String) String value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearContent () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setContentBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasGeneratedCodeInfo () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setGeneratedCodeInfo (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setGeneratedCodeInfo (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder builderForValue public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder mergeGeneratedCodeInfo (com.google.protobuf.DescriptorProtos$GeneratedCodeInfo) com.google.protobuf.DescriptorProtos$GeneratedCodeInfo value public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearGeneratedCodeInfo () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder getGeneratedCodeInfoBuilder () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder getGeneratedCodeInfoOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getGeneratedCodeInfoFieldBuilder () public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.compiler.PluginProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.compiler.PluginProtos$1 x1 }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$File.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int NAME_FIELD_NUMBER private volatile Object name_ public static final int INSERTION_POINT_FIELD_NUMBER private volatile Object insertionPoint_ public static final int CONTENT_FIELD_NUMBER private volatile Object content_ public static final int GENERATED_CODE_INFO_FIELD_NUMBER private com.google.protobuf.DescriptorProtos$GeneratedCodeInfo generatedCodeInfo_ private byte memoizedIsInitialized private static final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasName () public java.lang.String getName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getNameBytes () com.google.protobuf.ByteString b Object ref public boolean hasInsertionPoint () public java.lang.String getInsertionPoint () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getInsertionPointBytes () com.google.protobuf.ByteString b Object ref public boolean hasContent () public java.lang.String getContent () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getContentBytes () com.google.protobuf.ByteString b Object ref public boolean hasGeneratedCodeInfo () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo () public com.google.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder getGeneratedCodeInfoOrBuilder () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File other public int hashCode () int hash public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilderForType () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilder () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilder (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File prototype public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder toBuilder () protected com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builder public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static synthetic boolean access$2800 () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.compiler.PluginProtos$1 x1 static synthetic java.lang.Object access$3002 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File, java.lang.Object) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 Object x1 static synthetic java.lang.Object access$3102 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File, java.lang.Object) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 Object x1 static synthetic java.lang.Object access$3202 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File, java.lang.Object) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 Object x1 static synthetic com.google.protobuf.DescriptorProtos$GeneratedCodeInfo access$3302 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File, com.google.protobuf.DescriptorProtos$GeneratedCodeInfo) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 com.google.protobuf.DescriptorProtos$GeneratedCodeInfo x1 static synthetic int access$3402 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File, int) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 int x1 static synthetic java.lang.Object access$3000 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 static synthetic java.lang.Object access$3100 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 static synthetic java.lang.Object access$3200 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File x0 static void <clinit> () }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse$FileOrBuilder.class
PluginProtos.java package com.google.protobuf.compiler public abstract com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.google.protobuf.ByteString getNameBytes () public abstract boolean hasInsertionPoint () public abstract java.lang.String getInsertionPoint () public abstract com.google.protobuf.ByteString getInsertionPointBytes () public abstract boolean hasContent () public abstract java.lang.String getContent () public abstract com.google.protobuf.ByteString getContentBytes () public abstract boolean hasGeneratedCodeInfo () public abstract com.google.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo () public abstract com.google.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder getGeneratedCodeInfoOrBuilder () }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponse.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int ERROR_FIELD_NUMBER private volatile Object error_ public static final int SUPPORTED_FEATURES_FIELD_NUMBER private long supportedFeatures_ public static final int FILE_FIELD_NUMBER private java.util.List file_ private byte memoizedIsInitialized private static final com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasError () public java.lang.String getError () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getErrorBytes () com.google.protobuf.ByteString b Object ref public boolean hasSupportedFeatures () public long getSupportedFeatures () public java.util.List getFileList () public java.util.List getFileOrBuilderList () public int getFileCount () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int) int index public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder getFileOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse other public int hashCode () int hash public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilderForType () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilder () public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilder (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse prototype public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder toBuilder () protected com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder builder public static com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.compiler.PluginProtos$1 x1 static synthetic java.lang.Object access$3802 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse, java.lang.Object) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse x0 Object x1 static synthetic long access$3902 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse, long) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse x0 long x1 static synthetic java.util.List access$4002 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse, java.util.List) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse x0 java.util.List x1 static synthetic int access$4102 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse, int) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse x0 int x1 static synthetic java.lang.Object access$3800 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse x0 static synthetic java.util.List access$4000 (com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse) com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse x0 static synthetic boolean access$4200 () static void <clinit> () }
com/google/protobuf/compiler/PluginProtos$CodeGeneratorResponseOrBuilder.class
PluginProtos.java package com.google.protobuf.compiler public abstract com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasError () public abstract java.lang.String getError () public abstract com.google.protobuf.ByteString getErrorBytes () public abstract boolean hasSupportedFeatures () public abstract long getSupportedFeatures () public abstract java.util.List getFileList () public abstract com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int) public abstract int getFileCount () public abstract java.util.List getFileOrBuilderList () public abstract com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder getFileOrBuilder (int) }
com/google/protobuf/compiler/PluginProtos$Version$1.class
PluginProtos.java package com.google.protobuf.compiler com.google.protobuf.compiler.PluginProtos$Version$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.protobuf.compiler.PluginProtos$Version parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.compiler.PluginProtos$Version$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/compiler/PluginProtos$Version$Builder.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$Version$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.protobuf.compiler.PluginProtos$VersionOrBuilder { private int bitField0_ private int major_ private int minor_ private int patch_ private Object suffix_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.protobuf.compiler.PluginProtos$Version$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.protobuf.compiler.PluginProtos$Version getDefaultInstanceForType () public com.google.protobuf.compiler.PluginProtos$Version build () com.google.protobuf.compiler.PluginProtos$Version result public com.google.protobuf.compiler.PluginProtos$Version buildPartial () com.google.protobuf.compiler.PluginProtos$Version result int from_bitField0_ int to_bitField0_ public com.google.protobuf.compiler.PluginProtos$Version$Builder clone () public com.google.protobuf.compiler.PluginProtos$Version$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$Version$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.protobuf.compiler.PluginProtos$Version$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.protobuf.compiler.PluginProtos$Version$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.protobuf.compiler.PluginProtos$Version$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.protobuf.compiler.PluginProtos$Version$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.protobuf.compiler.PluginProtos$Version$Builder mergeFrom (com.google.protobuf.compiler.PluginProtos$Version) com.google.protobuf.compiler.PluginProtos$Version other public final boolean isInitialized () public com.google.protobuf.compiler.PluginProtos$Version$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasMajor () public int getMajor () public com.google.protobuf.compiler.PluginProtos$Version$Builder setMajor (int) int value public com.google.protobuf.compiler.PluginProtos$Version$Builder clearMajor () public boolean hasMinor () public int getMinor () public com.google.protobuf.compiler.PluginProtos$Version$Builder setMinor (int) int value public com.google.protobuf.compiler.PluginProtos$Version$Builder clearMinor () public boolean hasPatch () public int getPatch () public com.google.protobuf.compiler.PluginProtos$Version$Builder setPatch (int) int value public com.google.protobuf.compiler.PluginProtos$Version$Builder clearPatch () public boolean hasSuffix () public java.lang.String getSuffix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSuffixBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.compiler.PluginProtos$Version$Builder setSuffix (java.lang.String) String value public com.google.protobuf.compiler.PluginProtos$Version$Builder clearSuffix () public com.google.protobuf.compiler.PluginProtos$Version$Builder setSuffixBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.protobuf.compiler.PluginProtos$Version$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.protobuf.compiler.PluginProtos$Version$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.compiler.PluginProtos$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.protobuf.compiler.PluginProtos$1 x1 }
com/google/protobuf/compiler/PluginProtos$Version.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos$Version extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.compiler.PluginProtos$VersionOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int MAJOR_FIELD_NUMBER private int major_ public static final int MINOR_FIELD_NUMBER private int minor_ public static final int PATCH_FIELD_NUMBER private int patch_ public static final int SUFFIX_FIELD_NUMBER private volatile Object suffix_ private byte memoizedIsInitialized private static final com.google.protobuf.compiler.PluginProtos$Version DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasMajor () public int getMajor () public boolean hasMinor () public int getMinor () public boolean hasPatch () public int getPatch () public boolean hasSuffix () public java.lang.String getSuffix () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSuffixBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.protobuf.compiler.PluginProtos$Version other public int hashCode () int hash public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$Version parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.protobuf.compiler.PluginProtos$Version parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.protobuf.compiler.PluginProtos$Version parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.compiler.PluginProtos$Version$Builder newBuilderForType () public static com.google.protobuf.compiler.PluginProtos$Version$Builder newBuilder () public static com.google.protobuf.compiler.PluginProtos$Version$Builder newBuilder (com.google.protobuf.compiler.PluginProtos$Version) com.google.protobuf.compiler.PluginProtos$Version prototype public com.google.protobuf.compiler.PluginProtos$Version$Builder toBuilder () protected com.google.protobuf.compiler.PluginProtos$Version$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.protobuf.compiler.PluginProtos$Version$Builder builder public static com.google.protobuf.compiler.PluginProtos$Version getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.protobuf.compiler.PluginProtos$Version getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.protobuf.compiler.PluginProtos$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.protobuf.compiler.PluginProtos$1 x1 static synthetic int access$502 (com.google.protobuf.compiler.PluginProtos$Version, int) com.google.protobuf.compiler.PluginProtos$Version x0 int x1 static synthetic int access$602 (com.google.protobuf.compiler.PluginProtos$Version, int) com.google.protobuf.compiler.PluginProtos$Version x0 int x1 static synthetic int access$702 (com.google.protobuf.compiler.PluginProtos$Version, int) com.google.protobuf.compiler.PluginProtos$Version x0 int x1 static synthetic java.lang.Object access$802 (com.google.protobuf.compiler.PluginProtos$Version, java.lang.Object) com.google.protobuf.compiler.PluginProtos$Version x0 Object x1 static synthetic int access$902 (com.google.protobuf.compiler.PluginProtos$Version, int) com.google.protobuf.compiler.PluginProtos$Version x0 int x1 static synthetic java.lang.Object access$800 (com.google.protobuf.compiler.PluginProtos$Version) com.google.protobuf.compiler.PluginProtos$Version x0 static void <clinit> () }
com/google/protobuf/compiler/PluginProtos$VersionOrBuilder.class
PluginProtos.java package com.google.protobuf.compiler public abstract com.google.protobuf.compiler.PluginProtos$VersionOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasMajor () public abstract int getMajor () public abstract boolean hasMinor () public abstract int getMinor () public abstract boolean hasPatch () public abstract int getPatch () public abstract boolean hasSuffix () public abstract java.lang.String getSuffix () public abstract com.google.protobuf.ByteString getSuffixBytes () }
com/google/protobuf/compiler/PluginProtos.class
PluginProtos.java package com.google.protobuf.compiler public final com.google.protobuf.compiler.PluginProtos extends java.lang.Object { private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_compiler_Version_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_compiler_Version_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_compiler_CodeGeneratorRequest_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_compiler_CodeGeneratorRequest_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_compiler_CodeGeneratorResponse_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_compiler_CodeGeneratorResponse_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_google_protobuf_compiler_CodeGeneratorResponse_File_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_google_protobuf_compiler_CodeGeneratorResponse_File_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static synthetic com.google.protobuf.Descriptors$Descriptor access$000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$1000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$1100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$2200 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$2300 () static synthetic com.google.protobuf.Descriptors$Descriptor access$2400 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$2500 () static void <clinit> () String[] descriptorData }
com/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream.class
AbstractMessageLite.java package com.google.protobuf final com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream extends java.io.FilterInputStream { private int limit void <init> (java.io.InputStream, int) java.io.InputStream in int limit public int available () throws java.io.IOException public int read () throws java.io.IOException int result public int read (byte[], int, int) throws java.io.IOException byte[] b int off int len int result public long skip (long) throws java.io.IOException long n int result }
com/google/protobuf/AbstractMessageLite$Builder.class
AbstractMessageLite.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessageLite$Builder extends java.lang.Object implements com.google.protobuf.MessageLite$Builder { public void <init> () public abstract com.google.protobuf.AbstractMessageLite$Builder clone () public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public abstract com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.ByteString data public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data int off int len public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input com.google.protobuf.CodedInputStream codedInput public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.CodedInputStream codedInput public boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite other protected abstract com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) private java.lang.String getReadingExceptionMessage (java.lang.String) String target private static void addAllCheckingNulls (java.lang.Iterable, java.util.List) int i String message Object value Iterable values java.util.List list int begin protected static com.google.protobuf.UninitializedMessageException newUninitializedMessageException (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite message protected static void addAll (java.lang.Iterable, java.util.Collection) Iterable values java.util.Collection list protected static void addAll (java.lang.Iterable, java.util.List) int i String message Object value java.util.List lazyValues com.google.protobuf.LazyStringList lazyList int begin Iterable values java.util.List list public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () }
com/google/protobuf/AbstractMessageLite$InternalOneOfEnum.class
AbstractMessageLite.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessageLite$InternalOneOfEnum extends java.lang.Object { public abstract int getNumber () }
com/google/protobuf/AbstractMessageLite.class
AbstractMessageLite.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessageLite extends java.lang.Object implements com.google.protobuf.MessageLite { protected int memoizedHashCode public void <init> () public com.google.protobuf.ByteString toByteString () com.google.protobuf.ByteString$CodedBuilder out java.io.IOException e public byte[] toByteArray () byte[] result com.google.protobuf.CodedOutputStream output java.io.IOException e public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output int bufferSize com.google.protobuf.CodedOutputStream codedOutput public void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output int serialized int bufferSize com.google.protobuf.CodedOutputStream codedOutput int getMemoizedSerializedSize () void setMemoizedSerializedSize (int) int size int getSerializedSize (com.google.protobuf.Schema) com.google.protobuf.Schema schema int memoizedSerializedSize com.google.protobuf.UninitializedMessageException newUninitializedMessageException () private java.lang.String getSerializingExceptionMessage (java.lang.String) String target protected static void checkByteStringIsUtf8 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString byteString protected static void addAll (java.lang.Iterable, java.util.Collection) Iterable values java.util.Collection list protected static void addAll (java.lang.Iterable, java.util.List) Iterable values java.util.List list }
com/google/protobuf/AbstractParser.class
AbstractParser.java package com.google.protobuf public abstract com.google.protobuf.AbstractParser extends java.lang.Object implements com.google.protobuf.Parser { private static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY public void <init> () private com.google.protobuf.UninitializedMessageException newUninitializedMessageException (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite message private com.google.protobuf.MessageLite checkMessageInitialized (com.google.protobuf.MessageLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.MessageLite message public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.MessageLite message com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public com.google.protobuf.MessageLite parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.MessageLite message com.google.protobuf.InvalidProtocolBufferException e java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite message public com.google.protobuf.MessageLite parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.MessageLite message com.google.protobuf.InvalidProtocolBufferException e byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len public com.google.protobuf.MessageLite parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public com.google.protobuf.MessageLite parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len public com.google.protobuf.MessageLite parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public com.google.protobuf.MessageLite parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.CodedInputStream codedInput com.google.protobuf.MessageLite message public com.google.protobuf.MessageLite parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.google.protobuf.MessageLite parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.google.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException int firstByte int size java.io.IOException e java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int size java.io.InputStream limitedInput public com.google.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.google.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException static void <clinit> () }
com/google/protobuf/AbstractProtobufList.class
AbstractProtobufList.java package com.google.protobuf abstract com.google.protobuf.AbstractProtobufList extends java.util.AbstractList implements com.google.protobuf.Internal$ProtobufList { protected static final int DEFAULT_CAPACITY private boolean isMutable void <init> () public boolean equals (java.lang.Object) int i Object o java.util.List other int size public int hashCode () int i int size int hashCode public boolean add (java.lang.Object) Object e public void add (int, java.lang.Object) int index Object element public boolean addAll (java.util.Collection) java.util.Collection c public boolean addAll (int, java.util.Collection) int index java.util.Collection c public void clear () public boolean isModifiable () public final void makeImmutable () public java.lang.Object remove (int) int index public boolean remove (java.lang.Object) Object o int index public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public java.lang.Object set (int, java.lang.Object) int index Object element protected void ensureIsMutable () }
com/google/protobuf/AllocatedBuffer$1.class
AllocatedBuffer.java package com.google.protobuf com.google.protobuf.AllocatedBuffer$1 extends com.google.protobuf.AllocatedBuffer { final synthetic java.nio.ByteBuffer val$buffer void <init> (java.nio.ByteBuffer) public boolean hasNioBuffer () public java.nio.ByteBuffer nioBuffer () public boolean hasArray () public byte[] array () public int arrayOffset () public int position () public com.google.protobuf.AllocatedBuffer position (int) int position public int limit () public int remaining () }
com/google/protobuf/AllocatedBuffer$2.class
AllocatedBuffer.java package com.google.protobuf com.google.protobuf.AllocatedBuffer$2 extends com.google.protobuf.AllocatedBuffer { private int position final synthetic byte[] val$bytes final synthetic int val$offset final synthetic int val$length void <init> (byte[], int, int) public boolean hasNioBuffer () public java.nio.ByteBuffer nioBuffer () public boolean hasArray () public byte[] array () public int arrayOffset () public int position () public com.google.protobuf.AllocatedBuffer position (int) int position public int limit () public int remaining () }
com/google/protobuf/AllocatedBuffer.class
AllocatedBuffer.java package com.google.protobuf abstract com.google.protobuf.AllocatedBuffer extends java.lang.Object { void <init> () public abstract boolean hasNioBuffer () public abstract boolean hasArray () public abstract java.nio.ByteBuffer nioBuffer () public abstract byte[] array () public abstract int arrayOffset () public abstract int position () public abstract com.google.protobuf.AllocatedBuffer position (int) public abstract int limit () public abstract int remaining () public static com.google.protobuf.AllocatedBuffer wrap (byte[]) byte[] bytes public static com.google.protobuf.AllocatedBuffer wrap (byte[], int, int) byte[] bytes int offset int length public static com.google.protobuf.AllocatedBuffer wrap (java.nio.ByteBuffer) java.nio.ByteBuffer buffer private static com.google.protobuf.AllocatedBuffer wrapNoCheck (byte[], int, int) byte[] bytes int offset int length }
com/google/protobuf/Android.class
Android.java package com.google.protobuf final com.google.protobuf.Android extends java.lang.Object { private static boolean ASSUME_ANDROID private static final Class MEMORY_CLASS private static final boolean IS_ROBOLECTRIC private void <init> () static boolean isOnAndroidDevice () static java.lang.Class getMemoryClass () private static java.lang.Class getClassForName (java.lang.String) Throwable e String name static void <clinit> () }
com/google/protobuf/ArrayDecoders$1.class
ArrayDecoders.java package com.google.protobuf synthetic com.google.protobuf.ArrayDecoders$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/ArrayDecoders$Registers.class
ArrayDecoders.java package com.google.protobuf final com.google.protobuf.ArrayDecoders$Registers extends java.lang.Object { public int int1 public long long1 public Object object1 public final com.google.protobuf.ExtensionRegistryLite extensionRegistry void <init> () void <init> (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite extensionRegistry }
com/google/protobuf/ArrayDecoders.class
ArrayDecoders.java package com.google.protobuf final com.google.protobuf.ArrayDecoders extends java.lang.Object { private void <init> () static int decodeVarint32 (byte[], int, com.google.protobuf.ArrayDecoders$Registers) byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int value static int decodeVarint32 (int, byte[], int, com.google.protobuf.ArrayDecoders$Registers) int firstByte byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int value byte b2 byte b3 byte b4 byte b5 static int decodeVarint64 (byte[], int, com.google.protobuf.ArrayDecoders$Registers) byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers long value static int decodeVarint64 (long, byte[], int, com.google.protobuf.ArrayDecoders$Registers) long firstByte byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers long value byte next int shift static int decodeFixed32 (byte[], int) byte[] data int position static long decodeFixed64 (byte[], int) byte[] data int position static double decodeDouble (byte[], int) byte[] data int position static float decodeFloat (byte[], int) byte[] data int position static int decodeString (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int length static int decodeStringRequireUtf8 (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int length static int decodeBytes (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int length static int decodeMessageField (com.google.protobuf.Schema, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.Schema schema byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers Object msg int offset static int decodeGroupField (com.google.protobuf.Schema, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.Schema schema byte[] data int position int limit int endGroup com.google.protobuf.ArrayDecoders$Registers registers Object msg int offset static int mergeMessageField (java.lang.Object, com.google.protobuf.Schema, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object msg com.google.protobuf.Schema schema byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers int length static int mergeGroupField (java.lang.Object, com.google.protobuf.Schema, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object msg com.google.protobuf.Schema schema byte[] data int position int limit int endGroup com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.MessageSchema messageSchema int endPosition static int decodeVarint32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output static int decodeVarint64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output static int decodeFixed32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output static int decodeFixed64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output static int decodeFloatList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.FloatArrayList output static int decodeDoubleList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.DoubleArrayList output static int decodeBoolList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.BooleanArrayList output static int decodeSInt32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output static int decodeSInt64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output static int decodePackedVarint32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output int fieldLimit static int decodePackedVarint64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output int fieldLimit static int decodePackedFixed32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output int fieldLimit static int decodePackedFixed64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output int fieldLimit static int decodePackedFloatList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.FloatArrayList output int fieldLimit static int decodePackedDoubleList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.DoubleArrayList output int fieldLimit static int decodePackedBoolList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.BooleanArrayList output int fieldLimit static int decodePackedSInt32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output int fieldLimit static int decodePackedSInt64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output int fieldLimit static int decodeStringList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException String value String value int nextPosition int nextLength int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int length static int decodeStringListRequireUtf8 (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException String value String value int nextPosition int nextLength int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int length static int decodeBytesList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException int nextPosition int nextLength int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int length static int decodeMessageList (com.google.protobuf.Schema, int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int nextPosition com.google.protobuf.Schema schema int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output static int decodeGroupList (com.google.protobuf.Schema, int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int nextPosition com.google.protobuf.Schema schema int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int endgroup static int decodeExtensionOrUnknownField (int, byte[], int, int, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.FieldSet unused int tag byte[] data int position int limit Object message com.google.protobuf.MessageLite defaultInstance com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ArrayDecoders$Registers registers int number com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension static int decodeExtension (int, byte[], int, int, com.google.protobuf.GeneratedMessageLite$ExtendableMessage, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.DoubleArrayList list com.google.protobuf.FloatArrayList list com.google.protobuf.LongArrayList list com.google.protobuf.IntArrayList list com.google.protobuf.LongArrayList list com.google.protobuf.IntArrayList list com.google.protobuf.BooleanArrayList list com.google.protobuf.IntArrayList list com.google.protobuf.LongArrayList list com.google.protobuf.IntArrayList list Object enumValue Object oldValue int endTag com.google.protobuf.Schema fieldSchema Object oldValue com.google.protobuf.Schema fieldSchema Object value int tag byte[] data int position int limit com.google.protobuf.GeneratedMessageLite$ExtendableMessage message com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.FieldSet extensions int fieldNumber static int decodeUnknownField (int, byte[], int, int, com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException int length com.google.protobuf.UnknownFieldSetLite child int endGroup int lastTag int tag byte[] data int position int limit com.google.protobuf.UnknownFieldSetLite unknownFields com.google.protobuf.ArrayDecoders$Registers registers static int skipField (int, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException int endGroup int lastTag int tag byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers }
com/google/protobuf/BinaryReader$1.class
BinaryReader.java package com.google.protobuf synthetic com.google.protobuf.BinaryReader$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/BinaryReader$SafeHeapReader.class
BinaryReader.java package com.google.protobuf final com.google.protobuf.BinaryReader$SafeHeapReader extends com.google.protobuf.BinaryReader { private final boolean bufferIsImmutable private final byte[] buffer private int pos private final int initialPos private int limit private int tag private int endGroupTag public void <init> (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer bytebuf boolean bufferIsImmutable private boolean isAtEnd () public int getTotalBytesRead () public int getFieldNumber () throws java.io.IOException public int getTag () public boolean skipField () throws java.io.IOException public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException public java.lang.String readStringRequireUtf8 () throws java.io.IOException public java.lang.String readStringInternal (boolean) throws java.io.IOException boolean requireUtf8 int size String result public java.lang.Object readMessage (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private java.lang.Object readMessage (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit int newLimit public java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private java.lang.Object readGroup (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int prevEndGroupTag public com.google.protobuf.ByteString readBytes () throws java.io.IOException int size com.google.protobuf.ByteString bytes public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public void readDoubleList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.DoubleArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readFloatList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.FloatArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readUInt64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readInt64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readInt32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readFixed64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readFixed32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readBoolList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.BooleanArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readStringList (java.util.List) throws java.io.IOException java.util.List target public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException java.util.List target public void readStringListInternal (java.util.List, boolean) throws java.io.IOException int prevPos int nextTag com.google.protobuf.LazyStringList lazyList int prevPos int nextTag java.util.List target boolean requireUtf8 public void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int prevPos int nextTag java.util.List target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int prevPos int nextTag java.util.List target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readBytesList (java.util.List) throws java.io.IOException int prevPos int nextTag java.util.List target public void readUInt32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readEnumList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSFixed32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSFixed64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSInt32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSInt64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.google.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readMap (java.util.Map, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore int number Object key Object value java.util.Map target com.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit int newLimit private java.lang.Object readField (com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.WireFormat$FieldType fieldType Class messageType com.google.protobuf.ExtensionRegistryLite extensionRegistry private int readVarint32 () throws java.io.IOException int y int i int x public long readVarint64 () throws java.io.IOException long x long x long x int i byte[] buffer long x int y private long readVarint64SlowPath () throws java.io.IOException byte b int shift long result private byte readByte () throws java.io.IOException private int readLittleEndian32 () throws java.io.IOException private long readLittleEndian64 () throws java.io.IOException private int readLittleEndian32_NoCheck () int p byte[] buffer private long readLittleEndian64_NoCheck () int p byte[] buffer private void skipVarint () throws java.io.IOException int i byte[] buffer int p private void skipVarintSlowPath () throws java.io.IOException int i private void skipBytes (int) throws java.io.IOException int size private void skipGroup () throws java.io.IOException int prevEndGroupTag private void requireBytes (int) throws java.io.IOException int size private void requireWireType (int) throws java.io.IOException int requiredWireType private void verifyPackedFixed64Length (int) throws java.io.IOException int bytes private void verifyPackedFixed32Length (int) throws java.io.IOException int bytes private void requirePosition (int) throws java.io.IOException int expectedPosition }
com/google/protobuf/BinaryReader.class
BinaryReader.java package com.google.protobuf abstract com.google.protobuf.BinaryReader extends java.lang.Object implements com.google.protobuf.Reader { private static final int FIXED32_MULTIPLE_MASK private static final int FIXED64_MULTIPLE_MASK public static com.google.protobuf.BinaryReader newInstance (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer buffer boolean bufferIsImmutable private void <init> () public abstract int getTotalBytesRead () public boolean shouldDiscardUnknownFields () synthetic void <init> (com.google.protobuf.BinaryReader$1) com.google.protobuf.BinaryReader$1 x0 }
com/google/protobuf/BinaryWriter$1.class
BinaryWriter.java package com.google.protobuf synthetic com.google.protobuf.BinaryWriter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/BinaryWriter$SafeDirectWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$SafeDirectWriter extends com.google.protobuf.BinaryWriter { private java.nio.ByteBuffer buffer private int limitMinusOne private int pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.google.protobuf.AllocatedBuffer) com.google.protobuf.AllocatedBuffer allocatedBuffer java.nio.ByteBuffer nioBuffer public int getTotalBytesWritten () private int bytesWrittenToCurrentBuffer () private int spaceLeft () void finishCurrentBuffer () public void writeUInt32 (int, int) int fieldNumber int value public void writeInt32 (int, int) int fieldNumber int value public void writeSInt32 (int, int) int fieldNumber int value public void writeFixed32 (int, int) int fieldNumber int value public void writeUInt64 (int, long) int fieldNumber long value public void writeSInt64 (int, long) int fieldNumber long value public void writeFixed64 (int, long) int fieldNumber long value public void writeBool (int, boolean) int fieldNumber boolean value public void writeString (int, java.lang.String) int fieldNumber String value int prevBytes int length public void writeBytes (int, com.google.protobuf.ByteString) java.io.IOException e int fieldNumber com.google.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64EightBytesWithSign (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size }
com/google/protobuf/BinaryWriter$SafeHeapWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$SafeHeapWriter extends com.google.protobuf.BinaryWriter { private com.google.protobuf.AllocatedBuffer allocatedBuffer private byte[] buffer private int offset private int limit private int offsetMinusOne private int limitMinusOne private int pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize void finishCurrentBuffer () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.google.protobuf.AllocatedBuffer) com.google.protobuf.AllocatedBuffer allocatedBuffer int arrayOffset public int getTotalBytesWritten () int bytesWrittenToCurrentBuffer () int spaceLeft () public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeSInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeSInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value int prevBytes int length public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException java.io.IOException e int fieldNumber com.google.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size }
com/google/protobuf/BinaryWriter$UnsafeDirectWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$UnsafeDirectWriter extends com.google.protobuf.BinaryWriter { private java.nio.ByteBuffer buffer private long bufferOffset private long limitMinusOne private long pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize private static boolean isSupported () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.google.protobuf.AllocatedBuffer) com.google.protobuf.AllocatedBuffer allocatedBuffer java.nio.ByteBuffer nioBuffer public int getTotalBytesWritten () private int bytesWrittenToCurrentBuffer () private int spaceLeft () void finishCurrentBuffer () private int bufferPos () public void writeUInt32 (int, int) int fieldNumber int value public void writeInt32 (int, int) int fieldNumber int value public void writeSInt32 (int, int) int fieldNumber int value public void writeFixed32 (int, int) int fieldNumber int value public void writeUInt64 (int, long) int fieldNumber long value public void writeSInt64 (int, long) int fieldNumber long value public void writeFixed64 (int, long) int fieldNumber long value public void writeBool (int, boolean) int fieldNumber boolean value public void writeString (int, java.lang.String) int fieldNumber String value int prevBytes int length public void writeBytes (int, com.google.protobuf.ByteString) java.io.IOException e int fieldNumber com.google.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size static synthetic boolean access$000 () }
com/google/protobuf/BinaryWriter$UnsafeHeapWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$UnsafeHeapWriter extends com.google.protobuf.BinaryWriter { private com.google.protobuf.AllocatedBuffer allocatedBuffer private byte[] buffer private long offset private long limit private long offsetMinusOne private long limitMinusOne private long pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static boolean isSupported () void finishCurrentBuffer () private int arrayPos () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.google.protobuf.AllocatedBuffer) com.google.protobuf.AllocatedBuffer allocatedBuffer int arrayOffset public int getTotalBytesWritten () int bytesWrittenToCurrentBuffer () int spaceLeft () public void writeUInt32 (int, int) int fieldNumber int value public void writeInt32 (int, int) int fieldNumber int value public void writeSInt32 (int, int) int fieldNumber int value public void writeFixed32 (int, int) int fieldNumber int value public void writeUInt64 (int, long) int fieldNumber long value public void writeSInt64 (int, long) int fieldNumber long value public void writeFixed64 (int, long) int fieldNumber long value public void writeBool (int, boolean) int fieldNumber boolean value public void writeString (int, java.lang.String) int fieldNumber String value int prevBytes int length public void writeBytes (int, com.google.protobuf.ByteString) java.io.IOException e int fieldNumber com.google.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size }
com/google/protobuf/BinaryWriter.class
BinaryWriter.java package com.google.protobuf abstract com.google.protobuf.BinaryWriter extends com.google.protobuf.ByteOutput implements com.google.protobuf.Writer { public static final int DEFAULT_CHUNK_SIZE private final com.google.protobuf.BufferAllocator alloc private final int chunkSize final java.util.ArrayDeque buffers int totalDoneBytes private static final int MAP_KEY_NUMBER private static final int MAP_VALUE_NUMBER public static com.google.protobuf.BinaryWriter newHeapInstance (com.google.protobuf.BufferAllocator) com.google.protobuf.BufferAllocator alloc public static com.google.protobuf.BinaryWriter newHeapInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize public static com.google.protobuf.BinaryWriter newDirectInstance (com.google.protobuf.BufferAllocator) com.google.protobuf.BufferAllocator alloc public static com.google.protobuf.BinaryWriter newDirectInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static boolean isUnsafeHeapSupported () static boolean isUnsafeDirectSupported () static com.google.protobuf.BinaryWriter newSafeHeapInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static com.google.protobuf.BinaryWriter newUnsafeHeapInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static com.google.protobuf.BinaryWriter newSafeDirectInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static com.google.protobuf.BinaryWriter newUnsafeDirectInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize private void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize public final com.google.protobuf.Writer$FieldOrder fieldOrder () public final java.util.Queue complete () public final void writeSFixed32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeInt64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeSFixed64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeFloat (int, float) throws java.io.IOException int fieldNumber float value public final void writeDouble (int, double) throws java.io.IOException int fieldNumber double value public final void writeEnum (int, int) throws java.io.IOException int fieldNumber int value public final void writeInt32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeInt32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.IntArrayList list boolean packed public final void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeFixed32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeFixed32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.IntArrayList list boolean packed public final void writeInt64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeUInt64List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeUInt64List_Internal (int, com.google.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.LongArrayList list boolean packed public final void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeFixed64List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeFixed64List_Internal (int, com.google.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.LongArrayList list boolean packed public final void writeFloatList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeFloatList_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeFloatList_Internal (int, com.google.protobuf.FloatArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.FloatArrayList list boolean packed public final void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeDoubleList_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeDoubleList_Internal (int, com.google.protobuf.DoubleArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.DoubleArrayList list boolean packed public final void writeEnumList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeBoolList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeBoolList_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeBoolList_Internal (int, com.google.protobuf.BooleanArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.BooleanArrayList list boolean packed public final void writeStringList (int, java.util.List) throws java.io.IOException int i com.google.protobuf.LazyStringList lazyList int i int fieldNumber java.util.List list private void writeLazyString (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public final void writeBytesList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List list public final void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeUInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeUInt32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.IntArrayList list boolean packed public final void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeSInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeSInt32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.IntArrayList list boolean packed public final void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException int prevBytes int length java.util.Map$Entry entry int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map static final void writeMapEntryField (com.google.protobuf.Writer, int, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.google.protobuf.Writer writer int fieldNumber com.google.protobuf.WireFormat$FieldType fieldType Object object private final void writeSInt64List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeSInt64List_Internal (int, com.google.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.LongArrayList list boolean packed public final void writeMessageList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List list public final void writeMessageList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List list com.google.protobuf.Schema schema public final void writeGroupList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List list public final void writeGroupList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List list com.google.protobuf.Schema schema public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value final com.google.protobuf.AllocatedBuffer newHeapBuffer () final com.google.protobuf.AllocatedBuffer newHeapBuffer (int) int capacity final com.google.protobuf.AllocatedBuffer newDirectBuffer () final com.google.protobuf.AllocatedBuffer newDirectBuffer (int) int capacity public abstract int getTotalBytesWritten () abstract void requireSpace (int) abstract void finishCurrentBuffer () abstract void writeTag (int, int) abstract void writeVarint32 (int) abstract void writeInt32 (int) abstract void writeSInt32 (int) abstract void writeFixed32 (int) abstract void writeVarint64 (long) abstract void writeSInt64 (long) abstract void writeFixed64 (long) abstract void writeBool (boolean) abstract void writeString (java.lang.String) private static byte computeUInt64SizeNoTag (long) long value byte n synthetic void <init> (com.google.protobuf.BufferAllocator, int, com.google.protobuf.BinaryWriter$1) com.google.protobuf.BufferAllocator x0 int x1 com.google.protobuf.BinaryWriter$1 x2 static synthetic byte access$200 (long) long x0 }
com/google/protobuf/BooleanArrayList.class
BooleanArrayList.java package com.google.protobuf final com.google.protobuf.BooleanArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$BooleanList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.BooleanArrayList EMPTY_LIST private boolean[] array private int size public static com.google.protobuf.BooleanArrayList emptyList () void <init> () private void <init> (boolean[], int) boolean[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.google.protobuf.BooleanArrayList other boolean[] arr public int hashCode () int i int result public com.google.protobuf.Internal$BooleanList mutableCopyWithCapacity (int) int capacity public java.lang.Boolean get (int) int index public boolean getBoolean (int) int index public int indexOf (java.lang.Object) int i Object element boolean unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Boolean set (int, java.lang.Boolean) int index Boolean element public boolean setBoolean (int, boolean) int index boolean element boolean previousValue public boolean add (java.lang.Boolean) Boolean element public void add (int, java.lang.Boolean) int index Boolean element public void addBoolean (boolean) int length boolean[] newArray boolean element private void addBoolean (int, boolean) int length boolean[] newArray int index boolean element public boolean addAll (java.util.Collection) java.util.Collection collection com.google.protobuf.BooleanArrayList list int overflow int newSize public java.lang.Boolean remove (int) int index boolean value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/BufferAllocator$1.class
BufferAllocator.java package com.google.protobuf com.google.protobuf.BufferAllocator$1 extends com.google.protobuf.BufferAllocator { void <init> () public com.google.protobuf.AllocatedBuffer allocateHeapBuffer (int) int capacity public com.google.protobuf.AllocatedBuffer allocateDirectBuffer (int) int capacity }
com/google/protobuf/BufferAllocator.class
BufferAllocator.java package com.google.protobuf abstract com.google.protobuf.BufferAllocator extends java.lang.Object { private static final com.google.protobuf.BufferAllocator UNPOOLED void <init> () public static com.google.protobuf.BufferAllocator unpooled () public abstract com.google.protobuf.AllocatedBuffer allocateHeapBuffer (int) public abstract com.google.protobuf.AllocatedBuffer allocateDirectBuffer (int) static void <clinit> () }
com/google/protobuf/ByteBufferWriter.class
ByteBufferWriter.java package com.google.protobuf final com.google.protobuf.ByteBufferWriter extends java.lang.Object { private static final int MIN_CACHED_BUFFER_SIZE private static final int MAX_CACHED_BUFFER_SIZE private static final float BUFFER_REALLOCATION_THRESHOLD private static final ThreadLocal BUFFER private static final Class FILE_OUTPUT_STREAM_CLASS private static final long CHANNEL_FIELD_OFFSET private void <init> () static void clearCachedBuffer () static void write (java.nio.ByteBuffer, java.io.OutputStream) throws java.io.IOException int length byte[] array java.nio.ByteBuffer buffer java.io.OutputStream output int initialPos private static byte[] getOrCreateBuffer (int) int requestedSize byte[] buffer private static boolean needToReallocate (int, int) int requestedSize int bufferLength private static byte[] getBuffer () java.lang.ref.SoftReference sr private static void setBuffer (byte[]) byte[] value private static boolean writeToChannel (java.nio.ByteBuffer, java.io.OutputStream) throws java.io.IOException java.nio.channels.WritableByteChannel channel java.nio.ByteBuffer buffer java.io.OutputStream output private static java.lang.Class safeGetClass (java.lang.String) ClassNotFoundException e String className private static long getChannelFieldOffset (java.lang.Class) java.lang.reflect.Field field Class clazz static void <clinit> () }
com/google/protobuf/ByteOutput.class
ByteOutput.java package com.google.protobuf public abstract com.google.protobuf.ByteOutput extends java.lang.Object { public void <init> () public abstract void write (byte) throws java.io.IOException public abstract void write (byte[], int, int) throws java.io.IOException public abstract void writeLazy (byte[], int, int) throws java.io.IOException public abstract void write (java.nio.ByteBuffer) throws java.io.IOException public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException }
com/google/protobuf/ByteString$1.class
ByteString.java package com.google.protobuf com.google.protobuf.ByteString$1 extends com.google.protobuf.ByteString$AbstractByteIterator { private int position private final int limit final synthetic com.google.protobuf.ByteString this$0 void <init> (com.google.protobuf.ByteString) com.google.protobuf.ByteString this$0 public boolean hasNext () public byte nextByte () int currentPos }
com/google/protobuf/ByteString$2.class
ByteString.java package com.google.protobuf com.google.protobuf.ByteString$2 extends java.lang.Object implements java.util.Comparator { void <init> () public int compare (com.google.protobuf.ByteString, com.google.protobuf.ByteString) int result com.google.protobuf.ByteString former com.google.protobuf.ByteString latter com.google.protobuf.ByteString$ByteIterator formerBytes com.google.protobuf.ByteString$ByteIterator latterBytes public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/protobuf/ByteString$AbstractByteIterator.class
ByteString.java package com.google.protobuf abstract com.google.protobuf.ByteString$AbstractByteIterator extends java.lang.Object implements com.google.protobuf.ByteString$ByteIterator { void <init> () public final java.lang.Byte next () public final void remove () public volatile synthetic java.lang.Object next () }
com/google/protobuf/ByteString$ArraysByteArrayCopier.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$ArraysByteArrayCopier extends java.lang.Object implements com.google.protobuf.ByteString$ByteArrayCopier { private void <init> () public byte[] copyFrom (byte[], int, int) byte[] bytes int offset int size synthetic void <init> (com.google.protobuf.ByteString$1) com.google.protobuf.ByteString$1 x0 }
com/google/protobuf/ByteString$BoundedByteString.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$BoundedByteString extends com.google.protobuf.ByteString$LiteralByteString { private final int bytesOffset private final int bytesLength private static final long serialVersionUID void <init> (byte[], int, int) byte[] bytes int offset int length public byte byteAt (int) int index byte internalByteAt (int) int index public int size () protected int getOffsetIntoBytes () protected void copyToInternal (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy java.lang.Object writeReplace () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in }
com/google/protobuf/ByteString$ByteArrayCopier.class
ByteString.java package com.google.protobuf abstract com.google.protobuf.ByteString$ByteArrayCopier extends java.lang.Object { public abstract byte[] copyFrom (byte[], int, int) }
com/google/protobuf/ByteString$ByteIterator.class
ByteString.java package com.google.protobuf public abstract com.google.protobuf.ByteString$ByteIterator extends java.lang.Object implements java.util.Iterator { public abstract byte nextByte () }
com/google/protobuf/ByteString$CodedBuilder.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$CodedBuilder extends java.lang.Object { private final com.google.protobuf.CodedOutputStream output private final byte[] buffer private void <init> (int) int size public com.google.protobuf.ByteString build () public com.google.protobuf.CodedOutputStream getCodedOutput () synthetic void <init> (int, com.google.protobuf.ByteString$1) int x0 com.google.protobuf.ByteString$1 x1 }
com/google/protobuf/ByteString$LeafByteString.class
ByteString.java package com.google.protobuf abstract com.google.protobuf.ByteString$LeafByteString extends com.google.protobuf.ByteString { void <init> () protected final int getTreeDepth () protected final boolean isBalanced () void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteOutput byteOutput abstract boolean equalsRange (com.google.protobuf.ByteString, int, int) public volatile synthetic java.util.Iterator iterator () }
com/google/protobuf/ByteString$LiteralByteString.class
ByteString.java package com.google.protobuf com.google.protobuf.ByteString$LiteralByteString extends com.google.protobuf.ByteString$LeafByteString { private static final long serialVersionUID protected final byte[] bytes void <init> (byte[]) byte[] bytes public byte byteAt (int) int index byte internalByteAt (int) int index public int size () public final com.google.protobuf.ByteString substring (int, int) int beginIndex int endIndex int length protected void copyToInternal (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy public final void copyTo (java.nio.ByteBuffer) java.nio.ByteBuffer target public final java.nio.ByteBuffer asReadOnlyByteBuffer () public final java.util.List asReadOnlyByteBufferList () public final void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream outputStream final void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException java.io.OutputStream outputStream int sourceOffset int numberToWrite final void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteOutput output protected final java.lang.String toStringInternal (java.nio.charset.Charset) java.nio.charset.Charset charset public final boolean isValidUtf8 () int offset protected final int partialIsValidUtf8 (int, int, int) int state int offset int length int index public final boolean equals (java.lang.Object) com.google.protobuf.ByteString$LiteralByteString otherAsLiteral int thisHash int thatHash Object other final boolean equalsRange (com.google.protobuf.ByteString, int, int) int thisIndex int otherIndex com.google.protobuf.ByteString$LiteralByteString lbsOther byte[] thisBytes byte[] otherBytes int thisLimit com.google.protobuf.ByteString other int offset int length protected final int partialHash (int, int, int) int h int offset int length public final java.io.InputStream newInput () public final com.google.protobuf.CodedInputStream newCodedInput () protected int getOffsetIntoBytes () }
com/google/protobuf/ByteString$Output.class
ByteString.java package com.google.protobuf public final com.google.protobuf.ByteString$Output extends java.io.OutputStream { private static final byte[] EMPTY_BYTE_ARRAY private final int initialCapacity private final java.util.ArrayList flushedBuffers private int flushedBuffersTotalBytes private byte[] buffer private int bufferPos void <init> (int) int initialCapacity public synchronized void write (int) int b public synchronized void write (byte[], int, int) int copySize byte[] b int offset int length public synchronized com.google.protobuf.ByteString toByteString () private byte[] copyArray (byte[], int) byte[] buffer int length byte[] result public void writeTo (java.io.OutputStream) throws java.io.IOException com.google.protobuf.ByteString[] cachedFlushBuffers byte[] cachedBuffer int cachedBufferPos com.google.protobuf.ByteString byteString java.io.OutputStream out com.google.protobuf.ByteString[] cachedFlushBuffers byte[] cachedBuffer int cachedBufferPos public synchronized int size () public synchronized void reset () public java.lang.String toString () private void flushFullBuffer (int) int minSize int newSize private void flushLastBuffer () byte[] bufferCopy static void <clinit> () }
com/google/protobuf/ByteString$SystemByteArrayCopier.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$SystemByteArrayCopier extends java.lang.Object implements com.google.protobuf.ByteString$ByteArrayCopier { private void <init> () public byte[] copyFrom (byte[], int, int) byte[] bytes int offset int size byte[] copy synthetic void <init> (com.google.protobuf.ByteString$1) com.google.protobuf.ByteString$1 x0 }
com/google/protobuf/ByteString.class
ByteString.java package com.google.protobuf public abstract com.google.protobuf.ByteString extends java.lang.Object implements java.lang.Iterable java.io.Serializable { static final int CONCATENATE_BY_COPY_SIZE static final int MIN_READ_FROM_CHUNK_SIZE static final int MAX_READ_FROM_CHUNK_SIZE public static final com.google.protobuf.ByteString EMPTY private static final com.google.protobuf.ByteString$ByteArrayCopier byteArrayCopier private int hash private static final int UNSIGNED_BYTE_MASK private static final java.util.Comparator UNSIGNED_LEXICOGRAPHICAL_COMPARATOR void <init> () public abstract byte byteAt (int) abstract byte internalByteAt (int) public com.google.protobuf.ByteString$ByteIterator iterator () public abstract int size () public final boolean isEmpty () public static final com.google.protobuf.ByteString empty () private static int toInt (byte) byte value private static int hexDigit (char) char c private static int extractHexDigit (java.lang.String, int) String hexString int index int digit public static java.util.Comparator unsignedLexicographicalComparator () public final com.google.protobuf.ByteString substring (int) int beginIndex public abstract com.google.protobuf.ByteString substring (int, int) public final boolean startsWith (com.google.protobuf.ByteString) com.google.protobuf.ByteString prefix public final boolean endsWith (com.google.protobuf.ByteString) com.google.protobuf.ByteString suffix public static com.google.protobuf.ByteString fromHex (java.lang.String) int d1 int d2 int i String hexString byte[] bytes public static com.google.protobuf.ByteString copyFrom (byte[], int, int) byte[] bytes int offset int size public static com.google.protobuf.ByteString copyFrom (byte[]) byte[] bytes static com.google.protobuf.ByteString wrap (java.nio.ByteBuffer) int offset java.nio.ByteBuffer buffer static com.google.protobuf.ByteString wrap (byte[]) byte[] bytes static com.google.protobuf.ByteString wrap (byte[], int, int) byte[] bytes int offset int length public static com.google.protobuf.ByteString copyFrom (java.nio.ByteBuffer, int) java.nio.ByteBuffer bytes int size byte[] copy public static com.google.protobuf.ByteString copyFrom (java.nio.ByteBuffer) java.nio.ByteBuffer bytes public static com.google.protobuf.ByteString copyFrom (java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException String text String charsetName public static com.google.protobuf.ByteString copyFrom (java.lang.String, java.nio.charset.Charset) String text java.nio.charset.Charset charset public static com.google.protobuf.ByteString copyFromUtf8 (java.lang.String) String text public static com.google.protobuf.ByteString readFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream streamToDrain public static com.google.protobuf.ByteString readFrom (java.io.InputStream, int) throws java.io.IOException java.io.InputStream streamToDrain int chunkSize public static com.google.protobuf.ByteString readFrom (java.io.InputStream, int, int) throws java.io.IOException com.google.protobuf.ByteString chunk java.io.InputStream streamToDrain int minChunkSize int maxChunkSize java.util.Collection results int chunkSize private static com.google.protobuf.ByteString readChunk (java.io.InputStream, int) throws java.io.IOException int count java.io.InputStream in int chunkSize byte[] buf int bytesRead public final com.google.protobuf.ByteString concat (com.google.protobuf.ByteString) com.google.protobuf.ByteString other public static com.google.protobuf.ByteString copyFrom (java.lang.Iterable) java.util.Iterator iter int tempSize int size Iterable byteStrings int size private static com.google.protobuf.ByteString balancedConcat (java.util.Iterator, int) com.google.protobuf.ByteString result int halfLength com.google.protobuf.ByteString left com.google.protobuf.ByteString right java.util.Iterator iterator int length com.google.protobuf.ByteString result public void copyTo (byte[], int) byte[] target int offset public final void copyTo (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy protected abstract void copyToInternal (byte[], int, int, int) public abstract void copyTo (java.nio.ByteBuffer) public final byte[] toByteArray () int size byte[] result public abstract void writeTo (java.io.OutputStream) throws java.io.IOException final void writeTo (java.io.OutputStream, int, int) throws java.io.IOException java.io.OutputStream out int sourceOffset int numberToWrite abstract void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException abstract void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException abstract void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException public abstract java.nio.ByteBuffer asReadOnlyByteBuffer () public abstract java.util.List asReadOnlyByteBufferList () public final java.lang.String toString (java.lang.String) throws java.io.UnsupportedEncodingException java.io.UnsupportedEncodingException exception java.nio.charset.UnsupportedCharsetException e String charsetName public final java.lang.String toString (java.nio.charset.Charset) java.nio.charset.Charset charset protected abstract java.lang.String toStringInternal (java.nio.charset.Charset) public final java.lang.String toStringUtf8 () public abstract boolean isValidUtf8 () protected abstract int partialIsValidUtf8 (int, int, int) public abstract boolean equals (java.lang.Object) public final int hashCode () int size int h public abstract java.io.InputStream newInput () public abstract com.google.protobuf.CodedInputStream newCodedInput () public static com.google.protobuf.ByteString$Output newOutput (int) int initialCapacity public static com.google.protobuf.ByteString$Output newOutput () static com.google.protobuf.ByteString$CodedBuilder newCodedBuilder (int) int size protected abstract int getTreeDepth () protected abstract boolean isBalanced () protected final int peekCachedHashCode () protected abstract int partialHash (int, int, int) static void checkIndex (int, int) int index int size static int checkRange (int, int, int) int startIndex int endIndex int size int length public final java.lang.String toString () private java.lang.String truncateAndEscapeForDisplay () int limit public volatile synthetic java.util.Iterator iterator () static synthetic int access$200 (byte) byte x0 static void <clinit> () }
com/google/protobuf/CanIgnoreReturnValue.class
CanIgnoreReturnValue.java package com.google.protobuf abstract annotation com.google.protobuf.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/protobuf/CheckReturnValue.class
CheckReturnValue.java package com.google.protobuf abstract annotation com.google.protobuf.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/protobuf/CodedInputStream$1.class
CodedInputStream.java package com.google.protobuf synthetic com.google.protobuf.CodedInputStream$1 extends java.lang.Object { }
com/google/protobuf/CodedInputStream$ArrayDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$ArrayDecoder extends com.google.protobuf.CodedInputStream { private final byte[] buffer private final boolean immutable private int limit private int bufferSizeAfterLimit private int pos private int startPos private int lastTag private boolean enableAliasing private int currentLimit private void <init> (byte[], int, int, boolean) byte[] buffer int offset int len boolean immutable public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException String result int size public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.protobuf.ByteString readBytes () throws java.io.IOException com.google.protobuf.ByteString result int size public byte[] readByteArray () throws java.io.IOException int size public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException java.nio.ByteBuffer result int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y int tempPos byte[] buffer int x private void skipRawVarint () throws java.io.IOException private void skipRawVarintFastPath () throws java.io.IOException int i private void skipRawVarintSlowPath () throws java.io.IOException int i public long readRawVarint64 () throws java.io.IOException long x long x long x int tempPos byte[] buffer long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException int tempPos byte[] buffer public long readRawLittleEndian64 () throws java.io.IOException int tempPos byte[] buffer public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit private void recomputeBufferSizeAfterLimit () int bufferEnd public void popLimit (int) int oldLimit public int getBytesUntilLimit () public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException int tempPos int length public void skipRawBytes (int) throws java.io.IOException int length synthetic void <init> (byte[], int, int, boolean, com.google.protobuf.CodedInputStream$1) byte[] x0 int x1 int x2 boolean x3 com.google.protobuf.CodedInputStream$1 x4 }
com/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder extends com.google.protobuf.CodedInputStream { private final Iterable input private final java.util.Iterator iterator private java.nio.ByteBuffer currentByteBuffer private final boolean immutable private boolean enableAliasing private int totalBufferSize private int bufferSizeAfterCurrentLimit private int currentLimit private int lastTag private int totalBytesRead private int startOffset private long currentByteBufferPos private long currentByteBufferStartPos private long currentAddress private long currentByteBufferLimit private void <init> (java.lang.Iterable, int, boolean) Iterable inputBufs int size boolean immutableFlag private void getNextByteBuffer () throws com.google.protobuf.InvalidProtocolBufferException private void tryGetNextByteBuffer () public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException byte[] bytes String result byte[] bytes String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException int bufferPos String result byte[] bytes int size public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.protobuf.ByteString readBytes () throws java.io.IOException int idx com.google.protobuf.ByteString result byte[] bytes int bytesToCopy int idx java.util.ArrayList byteStrings int l byte[] temp int size public byte[] readByteArray () throws java.io.IOException public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException byte[] bytes byte[] temp int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y long tempPos int x public long readRawVarint64 () throws java.io.IOException long x long x long x long tempPos long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException long tempPos public long readRawLittleEndian64 () throws java.io.IOException long tempPos public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit private void recomputeBufferSizeAfterLimit () int bufferEnd public void popLimit (int) int oldLimit public int getBytesUntilLimit () public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException byte[] bytes byte[] bytes int length private void readRawBytesTo (byte[], int, int) throws java.io.IOException int bytesToCopy int l byte[] bytes int offset int length public void skipRawBytes (int) throws java.io.IOException int rl int l int length private void skipRawVarint () throws java.io.IOException int i private int remaining () private long currentRemaining () private java.nio.ByteBuffer slice (int, int) throws java.io.IOException IllegalArgumentException e int begin int end int prevPos int prevLimit java.nio.Buffer asBuffer synthetic void <init> (java.lang.Iterable, int, boolean, com.google.protobuf.CodedInputStream$1) Iterable x0 int x1 boolean x2 com.google.protobuf.CodedInputStream$1 x3 }
com/google/protobuf/CodedInputStream$StreamDecoder$RefillCallback.class
CodedInputStream.java package com.google.protobuf abstract com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback extends java.lang.Object { public abstract void onRefill () }
com/google/protobuf/CodedInputStream$StreamDecoder$SkippedDataSink.class
CodedInputStream.java package com.google.protobuf com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink extends java.lang.Object implements com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback { private int lastPos private java.io.ByteArrayOutputStream byteArrayStream final synthetic com.google.protobuf.CodedInputStream$StreamDecoder this$0 private void <init> (com.google.protobuf.CodedInputStream$StreamDecoder) public void onRefill () java.nio.ByteBuffer getSkippedData () }
com/google/protobuf/CodedInputStream$StreamDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$StreamDecoder extends com.google.protobuf.CodedInputStream { private final java.io.InputStream input private final byte[] buffer private int bufferSize private int bufferSizeAfterLimit private int pos private int lastTag private int totalBytesRetired private int currentLimit private com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback refillCallback private void <init> (java.io.InputStream, int) java.io.InputStream input int bufferSize private static int read (java.io.InputStream, byte[], int, int) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e java.io.InputStream input byte[] data int offset int length private static long skip (java.io.InputStream, long) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e java.io.InputStream input long length private static int available (java.io.InputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e java.io.InputStream input public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException String result String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException byte[] bytes int tempPos byte[] bytes int tempPos int size byte[] bytes int oldPos int tempPos public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.protobuf.ByteString readBytes () throws java.io.IOException com.google.protobuf.ByteString result int size public byte[] readByteArray () throws java.io.IOException byte[] result int size public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException java.nio.ByteBuffer result int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y int tempPos byte[] buffer int x private void skipRawVarint () throws java.io.IOException private void skipRawVarintFastPath () throws java.io.IOException int i private void skipRawVarintSlowPath () throws java.io.IOException int i public long readRawVarint64 () throws java.io.IOException long x long x long x int tempPos byte[] buffer long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException int tempPos byte[] buffer public long readRawLittleEndian64 () throws java.io.IOException int tempPos byte[] buffer public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit private void recomputeBufferSizeAfterLimit () int bufferEnd public void popLimit (int) int oldLimit public int getBytesUntilLimit () int currentAbsolutePosition public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () private void refillBuffer (int) throws java.io.IOException int n private boolean tryRefillBuffer (int) throws java.io.IOException int n int tempPos int bytesRead public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException int size int tempPos private byte[] readRawBytesSlowPath (int, boolean) throws java.io.IOException byte[] chunk int size boolean ensureNoLeakedReferences byte[] result int originalBufferPos int bufferedBytes int sizeLeft java.util.List chunks byte[] bytes int tempPos private byte[] readRawBytesSlowPathOneChunk (int) throws java.io.IOException int n byte[] bytes int tempPos int size int currentMessageSize int bufferedBytes int sizeLeft private java.util.List readRawBytesSlowPathRemainingChunks (int) throws java.io.IOException int n byte[] chunk int tempPos int sizeLeft java.util.List chunks private com.google.protobuf.ByteString readBytesSlowPath (int) throws java.io.IOException byte[] chunk int size byte[] result int originalBufferPos int bufferedBytes int sizeLeft java.util.List chunks byte[] bytes int tempPos public void skipRawBytes (int) throws java.io.IOException int size private void skipRawBytesSlowPath (int) throws java.io.IOException int toSkip long skipped int tempPos int size int totalSkipped synthetic void <init> (java.io.InputStream, int, com.google.protobuf.CodedInputStream$1) java.io.InputStream x0 int x1 com.google.protobuf.CodedInputStream$1 x2 static synthetic int access$500 (com.google.protobuf.CodedInputStream$StreamDecoder) com.google.protobuf.CodedInputStream$StreamDecoder x0 static synthetic byte[] access$600 (com.google.protobuf.CodedInputStream$StreamDecoder) com.google.protobuf.CodedInputStream$StreamDecoder x0 }
com/google/protobuf/CodedInputStream$UnsafeDirectNioDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder extends com.google.protobuf.CodedInputStream { private final java.nio.ByteBuffer buffer private final boolean immutable private final long address private long limit private long pos private long startPos private int bufferSizeAfterLimit private int lastTag private boolean enableAliasing private int currentLimit static boolean isSupported () private void <init> (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer buffer boolean immutable public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException byte[] bytes String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException int bufferPos String result int size public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.protobuf.ByteString readBytes () throws java.io.IOException java.nio.ByteBuffer result byte[] bytes int size public byte[] readByteArray () throws java.io.IOException public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException java.nio.ByteBuffer result byte[] bytes int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y long tempPos int x private void skipRawVarint () throws java.io.IOException private void skipRawVarintFastPath () throws java.io.IOException int i private void skipRawVarintSlowPath () throws java.io.IOException int i public long readRawVarint64 () throws java.io.IOException long x long x long x long tempPos long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException long tempPos public long readRawLittleEndian64 () throws java.io.IOException long tempPos public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit public void popLimit (int) int oldLimit public int getBytesUntilLimit () public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException byte[] bytes int length public void skipRawBytes (int) throws java.io.IOException int length private void recomputeBufferSizeAfterLimit () int bufferEnd private int remaining () private int bufferPos (long) long pos private java.nio.ByteBuffer slice (long, long) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException ex IllegalArgumentException e long begin long end int prevPos int prevLimit java.nio.Buffer asBuffer synthetic void <init> (java.nio.ByteBuffer, boolean, com.google.protobuf.CodedInputStream$1) java.nio.ByteBuffer x0 boolean x1 com.google.protobuf.CodedInputStream$1 x2 }
com/google/protobuf/CodedInputStream.class
CodedInputStream.java package com.google.protobuf public abstract com.google.protobuf.CodedInputStream extends java.lang.Object { private static final int DEFAULT_BUFFER_SIZE private static final int DEFAULT_SIZE_LIMIT private static volatile int defaultRecursionLimit int recursionDepth int recursionLimit int sizeLimit com.google.protobuf.CodedInputStreamReader wrapper private boolean shouldDiscardUnknownFields public static com.google.protobuf.CodedInputStream newInstance (java.io.InputStream) java.io.InputStream input public static com.google.protobuf.CodedInputStream newInstance (java.io.InputStream, int) java.io.InputStream input int bufferSize public static com.google.protobuf.CodedInputStream newInstance (java.lang.Iterable) Iterable input static com.google.protobuf.CodedInputStream newInstance (java.lang.Iterable, boolean) java.nio.ByteBuffer buf Iterable bufs boolean bufferIsImmutable int flag int totalSize public static com.google.protobuf.CodedInputStream newInstance (byte[]) byte[] buf public static com.google.protobuf.CodedInputStream newInstance (byte[], int, int) byte[] buf int off int len static com.google.protobuf.CodedInputStream newInstance (byte[], int, int, boolean) com.google.protobuf.InvalidProtocolBufferException ex byte[] buf int off int len boolean bufferIsImmutable com.google.protobuf.CodedInputStream$ArrayDecoder result public static com.google.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buf static com.google.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer buf boolean bufferIsImmutable byte[] buffer public void checkRecursionLimit () throws com.google.protobuf.InvalidProtocolBufferException private void <init> () public abstract int readTag () throws java.io.IOException public abstract void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException public abstract int getLastTag () public abstract boolean skipField (int) throws java.io.IOException public abstract boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException public abstract void skipMessage () throws java.io.IOException public abstract void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException public abstract double readDouble () throws java.io.IOException public abstract float readFloat () throws java.io.IOException public abstract long readUInt64 () throws java.io.IOException public abstract long readInt64 () throws java.io.IOException public abstract int readInt32 () throws java.io.IOException public abstract long readFixed64 () throws java.io.IOException public abstract int readFixed32 () throws java.io.IOException public abstract boolean readBool () throws java.io.IOException public abstract java.lang.String readString () throws java.io.IOException public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException public abstract void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException public abstract void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.ByteString readBytes () throws java.io.IOException public abstract byte[] readByteArray () throws java.io.IOException public abstract java.nio.ByteBuffer readByteBuffer () throws java.io.IOException public abstract int readUInt32 () throws java.io.IOException public abstract int readEnum () throws java.io.IOException public abstract int readSFixed32 () throws java.io.IOException public abstract long readSFixed64 () throws java.io.IOException public abstract int readSInt32 () throws java.io.IOException public abstract long readSInt64 () throws java.io.IOException public abstract int readRawVarint32 () throws java.io.IOException public abstract long readRawVarint64 () throws java.io.IOException abstract long readRawVarint64SlowPath () throws java.io.IOException public abstract int readRawLittleEndian32 () throws java.io.IOException public abstract long readRawLittleEndian64 () throws java.io.IOException public abstract void enableAliasing (boolean) public final int setRecursionLimit (int) int limit int oldLimit public final int setSizeLimit (int) int limit int oldLimit final void discardUnknownFields () final void unsetDiscardUnknownFields () final boolean shouldDiscardUnknownFields () public abstract void resetSizeCounter () public abstract int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException public abstract void popLimit (int) public abstract int getBytesUntilLimit () public abstract boolean isAtEnd () throws java.io.IOException public abstract int getTotalBytesRead () public abstract byte readRawByte () throws java.io.IOException public abstract byte[] readRawBytes (int) throws java.io.IOException public abstract void skipRawBytes (int) throws java.io.IOException public static int decodeZigZag32 (int) int n public static long decodeZigZag64 (long) long n public static int readRawVarint32 (int, java.io.InputStream) throws java.io.IOException int b int b int firstByte java.io.InputStream input int result int offset static int readRawVarint32 (java.io.InputStream) throws java.io.IOException java.io.InputStream input int firstByte synthetic void <init> (com.google.protobuf.CodedInputStream$1) com.google.protobuf.CodedInputStream$1 x0 static void <clinit> () }
com/google/protobuf/CodedInputStreamReader$1.class
CodedInputStreamReader.java package com.google.protobuf synthetic com.google.protobuf.CodedInputStreamReader$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/CodedInputStreamReader.class
CodedInputStreamReader.java package com.google.protobuf final com.google.protobuf.CodedInputStreamReader extends java.lang.Object implements com.google.protobuf.Reader { private static final int FIXED32_MULTIPLE_MASK private static final int FIXED64_MULTIPLE_MASK private static final int NEXT_TAG_UNSET private final com.google.protobuf.CodedInputStream input private int tag private int endGroupTag private int nextTag public static com.google.protobuf.CodedInputStreamReader forCodedInput (com.google.protobuf.CodedInputStream) com.google.protobuf.CodedInputStream input private void <init> (com.google.protobuf.CodedInputStream) com.google.protobuf.CodedInputStream input public boolean shouldDiscardUnknownFields () public int getFieldNumber () throws java.io.IOException public int getTag () public boolean skipField () throws java.io.IOException private void requireWireType (int) throws java.io.IOException int requiredWireType public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException public java.lang.String readStringRequireUtf8 () throws java.io.IOException public java.lang.Object readMessage (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry public void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeMessageFieldInternal (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit private java.lang.Object readMessage (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeGroupFieldInternal (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int prevEndGroupTag private java.lang.Object readGroup (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public com.google.protobuf.ByteString readBytes () throws java.io.IOException public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public void readDoubleList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.DoubleArrayList plist int bytes int endPos int nextTag java.util.List target public void readFloatList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.FloatArrayList plist int bytes int endPos int nextTag java.util.List target public void readUInt64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readInt64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readInt32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readFixed64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readFixed32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readBoolList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.BooleanArrayList plist int bytes int endPos int nextTag java.util.List target public void readStringList (java.util.List) throws java.io.IOException java.util.List target public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException java.util.List target public void readStringListInternal (java.util.List, boolean) throws java.io.IOException int nextTag com.google.protobuf.LazyStringList lazyList int nextTag java.util.List target boolean requireUtf8 public void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int nextTag java.util.List target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int nextTag java.util.List target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readBytesList (java.util.List) throws java.io.IOException int nextTag java.util.List target public void readUInt32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readEnumList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readSFixed32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readSFixed64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readSInt32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readSInt64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.google.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target private void verifyPackedFixed64Length (int) throws java.io.IOException int bytes public void readMap (java.util.Map, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore int number java.util.Map target com.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit Object key Object value private java.lang.Object readField (com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.WireFormat$FieldType fieldType Class messageType com.google.protobuf.ExtensionRegistryLite extensionRegistry private void verifyPackedFixed32Length (int) throws java.io.IOException int bytes private void requirePosition (int) throws java.io.IOException int expectedPosition }
com/google/protobuf/CodedOutputStream$1.class
CodedOutputStream.java package com.google.protobuf synthetic com.google.protobuf.CodedOutputStream$1 extends java.lang.Object { }
com/google/protobuf/CodedOutputStream$AbstractBufferedEncoder.class
CodedOutputStream.java package com.google.protobuf abstract com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder extends com.google.protobuf.CodedOutputStream { final byte[] buffer final int limit int position int totalBytesWritten void <init> (int) int bufferSize public final int spaceLeft () public final int getTotalBytesWritten () final void buffer (byte) byte value final void bufferTag (int, int) int fieldNumber int wireType final void bufferInt32NoTag (int) int value final void bufferUInt32NoTag (int) long originalPos int delta int value final void bufferUInt64NoTag (long) long originalPos int delta long value final void bufferFixed32NoTag (int) int value final void bufferFixed64NoTag (long) long value }
com/google/protobuf/CodedOutputStream$ArrayEncoder.class
CodedOutputStream.java package com.google.protobuf com.google.protobuf.CodedOutputStream$ArrayEncoder extends com.google.protobuf.CodedOutputStream { private final byte[] buffer private final int offset private final int limit private int position void <init> (byte[], int, int) byte[] buffer int offset int length public final void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public final void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public final void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public final void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public final void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public final void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public final void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public final void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException com.google.protobuf.ByteString value public final void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public final void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public final void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value final void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public final void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public final void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public final void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value final void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public final void write (byte) throws java.io.IOException IndexOutOfBoundsException e byte value public final void writeInt32NoTag (int) throws java.io.IOException int value public final void writeUInt32NoTag (int) throws java.io.IOException IndexOutOfBoundsException e int value public final void writeFixed32NoTag (int) throws java.io.IOException IndexOutOfBoundsException e int value public final void writeUInt64NoTag (long) throws java.io.IOException IndexOutOfBoundsException e long value public final void writeFixed64NoTag (long) throws java.io.IOException IndexOutOfBoundsException e long value public final void write (byte[], int, int) throws java.io.IOException IndexOutOfBoundsException e byte[] value int offset int length public final void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public final void write (java.nio.ByteBuffer) throws java.io.IOException IndexOutOfBoundsException e java.nio.ByteBuffer value int length public final void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value public final void writeStringNoTag (java.lang.String) throws java.io.IOException int newPosition int length int length int maxLength int maxLengthVarIntSize int minLengthVarIntSize com.google.protobuf.Utf8$UnpairedSurrogateException e IndexOutOfBoundsException e String value int oldPosition public void flush () public final int spaceLeft () public final int getTotalBytesWritten () }
com/google/protobuf/CodedOutputStream$ByteOutputEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$ByteOutputEncoder extends com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder { private final com.google.protobuf.ByteOutput out void <init> (com.google.protobuf.ByteOutput, int) com.google.protobuf.ByteOutput out int bufferSize public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException com.google.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void write (byte) throws java.io.IOException byte value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException int value public void writeFixed32NoTag (int) throws java.io.IOException int value public void writeUInt64NoTag (long) throws java.io.IOException long value public void writeFixed64NoTag (long) throws java.io.IOException long value public void writeStringNoTag (java.lang.String) throws java.io.IOException byte[] encodedBytes int actualLength int newPosition int length int length int minLengthVarIntSize com.google.protobuf.Utf8$UnpairedSurrogateException e IndexOutOfBoundsException e String value int maxLength int maxLengthVarIntSize int oldPosition public void flush () throws java.io.IOException public void write (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value int length private void flushIfNotAvailable (int) throws java.io.IOException int requiredSize private void doFlush () throws java.io.IOException }
com/google/protobuf/CodedOutputStream$HeapNioEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$HeapNioEncoder extends com.google.protobuf.CodedOutputStream$ArrayEncoder { private final java.nio.ByteBuffer byteBuffer private int initialPosition void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer byteBuffer public void flush () }
com/google/protobuf/CodedOutputStream$OutOfSpaceException.class
CodedOutputStream.java package com.google.protobuf public com.google.protobuf.CodedOutputStream$OutOfSpaceException extends java.io.IOException { private static final long serialVersionUID private static final String MESSAGE void <init> () void <init> (java.lang.String) String explanationMessage void <init> (java.lang.Throwable) Throwable cause void <init> (java.lang.String, java.lang.Throwable) String explanationMessage Throwable cause }
com/google/protobuf/CodedOutputStream$OutputStreamEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$OutputStreamEncoder extends com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder { private final java.io.OutputStream out void <init> (java.io.OutputStream, int) java.io.OutputStream out int bufferSize public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException com.google.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void write (byte) throws java.io.IOException byte value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException int value public void writeFixed32NoTag (int) throws java.io.IOException int value public void writeUInt64NoTag (long) throws java.io.IOException long value public void writeFixed64NoTag (long) throws java.io.IOException long value public void writeStringNoTag (java.lang.String) throws java.io.IOException byte[] encodedBytes int actualLength int newPosition int length int length com.google.protobuf.Utf8$UnpairedSurrogateException e ArrayIndexOutOfBoundsException e int maxLength int maxLengthVarIntSize int minLengthVarIntSize int oldPosition com.google.protobuf.Utf8$UnpairedSurrogateException e String value public void flush () throws java.io.IOException public void write (byte[], int, int) throws java.io.IOException int bytesWritten byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException int bytesWritten java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value private void flushIfNotAvailable (int) throws java.io.IOException int requiredSize private void doFlush () throws java.io.IOException }
com/google/protobuf/CodedOutputStream$SafeDirectNioEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder extends com.google.protobuf.CodedOutputStream { private final java.nio.ByteBuffer originalBuffer private final java.nio.ByteBuffer buffer private final int initialPosition void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void write (byte) throws java.io.IOException java.nio.BufferOverflowException e byte value public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException com.google.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException java.nio.BufferOverflowException e int value public void writeFixed32NoTag (int) throws java.io.IOException java.nio.BufferOverflowException e int value public void writeUInt64NoTag (long) throws java.io.IOException java.nio.BufferOverflowException e long value public void writeFixed64NoTag (long) throws java.io.IOException java.nio.BufferOverflowException e long value public void write (byte[], int, int) throws java.io.IOException IndexOutOfBoundsException e java.nio.BufferOverflowException e byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException java.nio.BufferOverflowException e java.nio.ByteBuffer value public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value public void writeStringNoTag (java.lang.String) throws java.io.IOException int startOfBytes int endOfBytes int length int maxEncodedSize int maxLengthVarIntSize int minLengthVarIntSize com.google.protobuf.Utf8$UnpairedSurrogateException e IllegalArgumentException e String value int startPos public void flush () public int spaceLeft () public int getTotalBytesWritten () private void encode (java.lang.String) throws java.io.IOException IndexOutOfBoundsException e String value }
com/google/protobuf/CodedOutputStream$UnsafeDirectNioEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder extends com.google.protobuf.CodedOutputStream { private final java.nio.ByteBuffer originalBuffer private final java.nio.ByteBuffer buffer private final long address private final long initialPosition private final long limit private final long oneVarintLimit private long position void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static boolean isSupported () public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void write (byte) throws java.io.IOException byte value public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException com.google.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException int value public void writeFixed32NoTag (int) throws java.io.IOException int value public void writeUInt64NoTag (long) throws java.io.IOException long value public void writeFixed64NoTag (long) throws java.io.IOException long value public void write (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException int length java.nio.BufferOverflowException e java.nio.ByteBuffer value public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value public void writeStringNoTag (java.lang.String) throws java.io.IOException int stringStart int length int length int maxEncodedSize int maxLengthVarIntSize int minLengthVarIntSize com.google.protobuf.Utf8$UnpairedSurrogateException e IllegalArgumentException e IndexOutOfBoundsException e String value long prevPos public void flush () public int spaceLeft () public int getTotalBytesWritten () private void repositionBuffer (long) long pos private int bufferPos (long) long pos }
com/google/protobuf/CodedOutputStream.class
CodedOutputStream.java package com.google.protobuf public abstract com.google.protobuf.CodedOutputStream extends com.google.protobuf.ByteOutput { private static final java.util.logging.Logger logger private static final boolean HAS_UNSAFE_ARRAY_OPERATIONS com.google.protobuf.CodedOutputStreamWriter wrapper public static final int LITTLE_ENDIAN_32_SIZE public static final int DEFAULT_BUFFER_SIZE private boolean serializationDeterministic static int computePreferredBufferSize (int) int dataLength public static com.google.protobuf.CodedOutputStream newInstance (java.io.OutputStream) java.io.OutputStream output public static com.google.protobuf.CodedOutputStream newInstance (java.io.OutputStream, int) java.io.OutputStream output int bufferSize public static com.google.protobuf.CodedOutputStream newInstance (byte[]) byte[] flatArray public static com.google.protobuf.CodedOutputStream newInstance (byte[], int, int) byte[] flatArray int offset int length public static com.google.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static com.google.protobuf.CodedOutputStream newUnsafeInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static com.google.protobuf.CodedOutputStream newSafeInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public void useDeterministicSerialization () boolean isSerializationDeterministic () public static com.google.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer, int) java.nio.ByteBuffer byteBuffer int unused static com.google.protobuf.CodedOutputStream newInstance (com.google.protobuf.ByteOutput, int) com.google.protobuf.ByteOutput byteOutput int bufferSize private void <init> () public abstract void writeTag (int, int) throws java.io.IOException public abstract void writeInt32 (int, int) throws java.io.IOException public abstract void writeUInt32 (int, int) throws java.io.IOException public final void writeSInt32 (int, int) throws java.io.IOException int fieldNumber int value public abstract void writeFixed32 (int, int) throws java.io.IOException public final void writeSFixed32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeInt64 (int, long) throws java.io.IOException int fieldNumber long value public abstract void writeUInt64 (int, long) throws java.io.IOException public final void writeSInt64 (int, long) throws java.io.IOException int fieldNumber long value public abstract void writeFixed64 (int, long) throws java.io.IOException public final void writeSFixed64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeFloat (int, float) throws java.io.IOException int fieldNumber float value public final void writeDouble (int, double) throws java.io.IOException int fieldNumber double value public abstract void writeBool (int, boolean) throws java.io.IOException public final void writeEnum (int, int) throws java.io.IOException int fieldNumber int value public abstract void writeString (int, java.lang.String) throws java.io.IOException public abstract void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException public abstract void writeByteArray (int, byte[]) throws java.io.IOException public abstract void writeByteArray (int, byte[], int, int) throws java.io.IOException public abstract void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException public final void writeRawByte (byte) throws java.io.IOException byte value public final void writeRawByte (int) throws java.io.IOException int value public final void writeRawBytes (byte[]) throws java.io.IOException byte[] value public final void writeRawBytes (byte[], int, int) throws java.io.IOException byte[] value int offset int length public final void writeRawBytes (com.google.protobuf.ByteString) throws java.io.IOException com.google.protobuf.ByteString value public abstract void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException public abstract void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException abstract void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException public abstract void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException public abstract void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException public abstract void writeInt32NoTag (int) throws java.io.IOException public abstract void writeUInt32NoTag (int) throws java.io.IOException public final void writeSInt32NoTag (int) throws java.io.IOException int value public abstract void writeFixed32NoTag (int) throws java.io.IOException public final void writeSFixed32NoTag (int) throws java.io.IOException int value public final void writeInt64NoTag (long) throws java.io.IOException long value public abstract void writeUInt64NoTag (long) throws java.io.IOException public final void writeSInt64NoTag (long) throws java.io.IOException long value public abstract void writeFixed64NoTag (long) throws java.io.IOException public final void writeSFixed64NoTag (long) throws java.io.IOException long value public final void writeFloatNoTag (float) throws java.io.IOException float value public final void writeDoubleNoTag (double) throws java.io.IOException double value public final void writeBoolNoTag (boolean) throws java.io.IOException boolean value public final void writeEnumNoTag (int) throws java.io.IOException int value public abstract void writeStringNoTag (java.lang.String) throws java.io.IOException public abstract void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException public final void writeByteArrayNoTag (byte[]) throws java.io.IOException byte[] value public abstract void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException abstract void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException public abstract void write (byte) throws java.io.IOException public abstract void write (byte[], int, int) throws java.io.IOException public abstract void writeLazy (byte[], int, int) throws java.io.IOException public abstract void write (java.nio.ByteBuffer) throws java.io.IOException public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException public static int computeInt32Size (int, int) int fieldNumber int value public static int computeUInt32Size (int, int) int fieldNumber int value public static int computeSInt32Size (int, int) int fieldNumber int value public static int computeFixed32Size (int, int) int fieldNumber int value public static int computeSFixed32Size (int, int) int fieldNumber int value public static int computeInt64Size (int, long) int fieldNumber long value public static int computeUInt64Size (int, long) int fieldNumber long value public static int computeSInt64Size (int, long) int fieldNumber long value public static int computeFixed64Size (int, long) int fieldNumber long value public static int computeSFixed64Size (int, long) int fieldNumber long value public static int computeFloatSize (int, float) int fieldNumber float value public static int computeDoubleSize (int, double) int fieldNumber double value public static int computeBoolSize (int, boolean) int fieldNumber boolean value public static int computeEnumSize (int, int) int fieldNumber int value public static int computeStringSize (int, java.lang.String) int fieldNumber String value public static int computeBytesSize (int, com.google.protobuf.ByteString) int fieldNumber com.google.protobuf.ByteString value public static int computeByteArraySize (int, byte[]) int fieldNumber byte[] value public static int computeByteBufferSize (int, java.nio.ByteBuffer) int fieldNumber java.nio.ByteBuffer value public static int computeLazyFieldSize (int, com.google.protobuf.LazyFieldLite) int fieldNumber com.google.protobuf.LazyFieldLite value public static int computeMessageSize (int, com.google.protobuf.MessageLite) int fieldNumber com.google.protobuf.MessageLite value static int computeMessageSize (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public static int computeMessageSetExtensionSize (int, com.google.protobuf.MessageLite) int fieldNumber com.google.protobuf.MessageLite value public static int computeRawMessageSetExtensionSize (int, com.google.protobuf.ByteString) int fieldNumber com.google.protobuf.ByteString value public static int computeLazyFieldMessageSetExtensionSize (int, com.google.protobuf.LazyFieldLite) int fieldNumber com.google.protobuf.LazyFieldLite value public static int computeTagSize (int) int fieldNumber public static int computeInt32SizeNoTag (int) int value public static int computeUInt32SizeNoTag (int) int value public static int computeSInt32SizeNoTag (int) int value public static int computeFixed32SizeNoTag (int) int unused public static int computeSFixed32SizeNoTag (int) int unused public static int computeInt64SizeNoTag (long) long value public static int computeUInt64SizeNoTag (long) long value int n public static int computeSInt64SizeNoTag (long) long value public static int computeFixed64SizeNoTag (long) long unused public static int computeSFixed64SizeNoTag (long) long unused public static int computeFloatSizeNoTag (float) float unused public static int computeDoubleSizeNoTag (double) double unused public static int computeBoolSizeNoTag (boolean) boolean unused public static int computeEnumSizeNoTag (int) int value public static int computeStringSizeNoTag (java.lang.String) int length byte[] bytes com.google.protobuf.Utf8$UnpairedSurrogateException e String value int length public static int computeLazyFieldSizeNoTag (com.google.protobuf.LazyFieldLite) com.google.protobuf.LazyFieldLite value public static int computeBytesSizeNoTag (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public static int computeByteArraySizeNoTag (byte[]) byte[] value public static int computeByteBufferSizeNoTag (java.nio.ByteBuffer) java.nio.ByteBuffer value public static int computeMessageSizeNoTag (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite value static int computeMessageSizeNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) com.google.protobuf.MessageLite value com.google.protobuf.Schema schema static int computeLengthDelimitedFieldSize (int) int fieldLength public static int encodeZigZag32 (int) int n public static long encodeZigZag64 (long) long n public abstract void flush () throws java.io.IOException public abstract int spaceLeft () public final void checkNoSpaceLeft () public abstract int getTotalBytesWritten () abstract void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException final void inefficientWriteStringNoTag (java.lang.String, com.google.protobuf.Utf8$UnpairedSurrogateException) throws java.io.IOException IndexOutOfBoundsException e String value com.google.protobuf.Utf8$UnpairedSurrogateException cause byte[] bytes public final void writeGroup (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value final void writeGroup (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public final void writeGroupNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value final void writeGroupNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public static int computeGroupSize (int, com.google.protobuf.MessageLite) int fieldNumber com.google.protobuf.MessageLite value static int computeGroupSize (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public static int computeGroupSizeNoTag (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite value static int computeGroupSizeNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public final void writeRawVarint32 (int) throws java.io.IOException int value public final void writeRawVarint64 (long) throws java.io.IOException long value public static int computeRawVarint32Size (int) int value public static int computeRawVarint64Size (long) long value public final void writeRawLittleEndian32 (int) throws java.io.IOException int value public final void writeRawLittleEndian64 (long) throws java.io.IOException long value synthetic void <init> (com.google.protobuf.CodedOutputStream$1) com.google.protobuf.CodedOutputStream$1 x0 static synthetic boolean access$100 () static void <clinit> () }
com/google/protobuf/CodedOutputStreamWriter$1.class
CodedOutputStreamWriter.java package com.google.protobuf synthetic com.google.protobuf.CodedOutputStreamWriter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/CodedOutputStreamWriter.class
CodedOutputStreamWriter.java package com.google.protobuf final com.google.protobuf.CodedOutputStreamWriter extends java.lang.Object implements com.google.protobuf.Writer { private final com.google.protobuf.CodedOutputStream output public static com.google.protobuf.CodedOutputStreamWriter forCodedOutput (com.google.protobuf.CodedOutputStream) com.google.protobuf.CodedOutputStream output private void <init> (com.google.protobuf.CodedOutputStream) com.google.protobuf.CodedOutputStream output public com.google.protobuf.Writer$FieldOrder fieldOrder () public int getTotalBytesWritten () public void writeSFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeSFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFloat (int, float) throws java.io.IOException int fieldNumber float value public void writeDouble (int, double) throws java.io.IOException int fieldNumber double value public void writeEnum (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeSInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeSInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Schema schema public void writeStartGroup (int) throws java.io.IOException int fieldNumber public void writeEndGroup (int) throws java.io.IOException int fieldNumber public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeInt32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeInt64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeFloatList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeEnumList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeBoolList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeStringList (int, java.util.List) throws java.io.IOException int i com.google.protobuf.LazyStringList lazyList int i int fieldNumber java.util.List value private void writeLazyString (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeBytesList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List value public void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeMessageList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List value public void writeMessageList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List value com.google.protobuf.Schema schema public void writeGroupList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List value public void writeGroupList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List value com.google.protobuf.Schema schema public void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException java.util.Map$Entry entry int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map private void writeDeterministicMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException Object value int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map private void writeDeterministicBooleanMapEntry (int, boolean, java.lang.Object, com.google.protobuf.MapEntryLite$Metadata) throws java.io.IOException int fieldNumber boolean key Object value com.google.protobuf.MapEntryLite$Metadata metadata private void writeDeterministicIntegerMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException int k Object value int key int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map int[] keys int index private void writeDeterministicLongMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException long k Object value long key int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map long[] keys int index private void writeDeterministicStringMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException String k Object value String key int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map String[] keys int index }
com/google/protobuf/CompileTimeConstant.class
CompileTimeConstant.java package com.google.protobuf abstract annotation com.google.protobuf.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/protobuf/DoubleArrayList.class
DoubleArrayList.java package com.google.protobuf final com.google.protobuf.DoubleArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$DoubleList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.DoubleArrayList EMPTY_LIST private double[] array private int size public static com.google.protobuf.DoubleArrayList emptyList () void <init> () private void <init> (double[], int) double[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.google.protobuf.DoubleArrayList other double[] arr public int hashCode () long bits int i int result public com.google.protobuf.Internal$DoubleList mutableCopyWithCapacity (int) int capacity public java.lang.Double get (int) int index public double getDouble (int) int index public int indexOf (java.lang.Object) int i Object element double unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Double set (int, java.lang.Double) int index Double element public double setDouble (int, double) int index double element double previousValue public boolean add (java.lang.Double) Double element public void add (int, java.lang.Double) int index Double element public void addDouble (double) int length double[] newArray double element private void addDouble (int, double) int length double[] newArray int index double element public boolean addAll (java.util.Collection) java.util.Collection collection com.google.protobuf.DoubleArrayList list int overflow int newSize public java.lang.Double remove (int) int index double value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/ExperimentalApi.class
ExperimentalApi.java package com.google.protobuf public abstract annotation com.google.protobuf.ExperimentalApi extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/protobuf/ExtensionLite.class
ExtensionLite.java package com.google.protobuf public abstract com.google.protobuf.ExtensionLite extends java.lang.Object { public void <init> () public abstract int getNumber () public abstract com.google.protobuf.WireFormat$FieldType getLiteType () public abstract boolean isRepeated () public abstract java.lang.Object getDefaultValue () public abstract com.google.protobuf.MessageLite getMessageDefaultInstance () boolean isLite () }
com/google/protobuf/ExtensionRegistryFactory.class
ExtensionRegistryFactory.java package com.google.protobuf final com.google.protobuf.ExtensionRegistryFactory extends java.lang.Object { static final String FULL_REGISTRY_CLASS_NAME static final Class EXTENSION_REGISTRY_CLASS void <init> () static java.lang.Class reflectExtensionRegistry () ClassNotFoundException e public static com.google.protobuf.ExtensionRegistryLite create () com.google.protobuf.ExtensionRegistryLite result public static com.google.protobuf.ExtensionRegistryLite createEmpty () com.google.protobuf.ExtensionRegistryLite result static boolean isFullRegistry (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry private static final com.google.protobuf.ExtensionRegistryLite invokeSubclassFactory (java.lang.String) Exception e String methodName static void <clinit> () }
com/google/protobuf/ExtensionRegistryLite$ExtensionClassHolder.class
ExtensionRegistryLite.java package com.google.protobuf com.google.protobuf.ExtensionRegistryLite$ExtensionClassHolder extends java.lang.Object { static final Class INSTANCE private void <init> () static java.lang.Class resolveExtensionClass () ClassNotFoundException e static void <clinit> () }
com/google/protobuf/ExtensionRegistryLite$ObjectIntPair.class
ExtensionRegistryLite.java package com.google.protobuf final com.google.protobuf.ExtensionRegistryLite$ObjectIntPair extends java.lang.Object { private final Object object private final int number void <init> (java.lang.Object, int) Object object int number public int hashCode () public boolean equals (java.lang.Object) Object obj com.google.protobuf.ExtensionRegistryLite$ObjectIntPair other }
com/google/protobuf/ExtensionRegistryLite.class
ExtensionRegistryLite.java package com.google.protobuf public com.google.protobuf.ExtensionRegistryLite extends java.lang.Object { private static volatile boolean eagerlyParseMessageSets private static boolean doFullRuntimeInheritanceCheck static final String EXTENSION_CLASS_NAME private static volatile com.google.protobuf.ExtensionRegistryLite emptyRegistry static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY_LITE private final java.util.Map extensionsByNumber public static boolean isEagerlyParseMessageSets () public static void setEagerlyParseMessageSets (boolean) boolean isEagerlyParse public static com.google.protobuf.ExtensionRegistryLite newInstance () public static com.google.protobuf.ExtensionRegistryLite getEmptyRegistry () com.google.protobuf.ExtensionRegistryLite result public com.google.protobuf.ExtensionRegistryLite getUnmodifiable () public com.google.protobuf.GeneratedMessageLite$GeneratedExtension findLiteExtensionByNumber (com.google.protobuf.MessageLite, int) com.google.protobuf.MessageLite containingTypeDefaultInstance int fieldNumber public final void add (com.google.protobuf.GeneratedMessageLite$GeneratedExtension) com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public final void add (com.google.protobuf.ExtensionLite) Exception e com.google.protobuf.ExtensionLite extension void <init> () void <init> (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite other void <init> (boolean) boolean empty static void <clinit> () }
com/google/protobuf/ExtensionSchema.class
ExtensionSchema.java package com.google.protobuf abstract com.google.protobuf.ExtensionSchema extends java.lang.Object { void <init> () abstract boolean hasExtensions (com.google.protobuf.MessageLite) abstract com.google.protobuf.FieldSet getExtensions (java.lang.Object) abstract void setExtensions (java.lang.Object, com.google.protobuf.FieldSet) abstract com.google.protobuf.FieldSet getMutableExtensions (java.lang.Object) abstract void makeImmutable (java.lang.Object) abstract java.lang.Object parseExtension (java.lang.Object, com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet, java.lang.Object, com.google.protobuf.UnknownFieldSchema) throws java.io.IOException abstract int extensionNumber (java.util.Map$Entry) abstract void serializeExtension (com.google.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException abstract java.lang.Object findExtensionByNumber (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageLite, int) abstract void parseLengthPrefixedMessageSetItem (com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException abstract void parseMessageSetItem (com.google.protobuf.ByteString, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException }
com/google/protobuf/ExtensionSchemaLite$1.class
ExtensionSchemaLite.java package com.google.protobuf synthetic com.google.protobuf.ExtensionSchemaLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/ExtensionSchemaLite.class
ExtensionSchemaLite.java package com.google.protobuf final com.google.protobuf.ExtensionSchemaLite extends com.google.protobuf.ExtensionSchema { void <init> () boolean hasExtensions (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite prototype com.google.protobuf.FieldSet getExtensions (java.lang.Object) Object message void setExtensions (java.lang.Object, com.google.protobuf.FieldSet) Object message com.google.protobuf.FieldSet extensions com.google.protobuf.FieldSet getMutableExtensions (java.lang.Object) Object message void makeImmutable (java.lang.Object) Object message java.lang.Object parseExtension (java.lang.Object, com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet, java.lang.Object, com.google.protobuf.UnknownFieldSchema) throws java.io.IOException java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list Object value int number Object enumValue Object newValue com.google.protobuf.Schema extSchema Object oldValue Object newValue com.google.protobuf.Schema extSchema Object oldValue Object oldValue Object value Object containerMessage com.google.protobuf.Reader reader Object extensionObject com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension int fieldNumber int extensionNumber (java.util.Map$Entry) java.util.Map$Entry extension com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor void serializeExtension (com.google.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException java.util.List data java.util.List data com.google.protobuf.Writer writer java.util.Map$Entry extension com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor java.lang.Object findExtensionByNumber (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageLite, int) com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite defaultInstance int number void parseLengthPrefixedMessageSetItem (com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException com.google.protobuf.Reader reader Object extensionObject com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension Object value void parseMessageSetItem (com.google.protobuf.ByteString, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException com.google.protobuf.ByteString data Object extensionObject com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.MessageLite$Builder builder com.google.protobuf.CodedInputStream input }
com/google/protobuf/ExtensionSchemas.class
ExtensionSchemas.java package com.google.protobuf final com.google.protobuf.ExtensionSchemas extends java.lang.Object { private static final com.google.protobuf.ExtensionSchema LITE_SCHEMA private static final com.google.protobuf.ExtensionSchema FULL_SCHEMA void <init> () private static com.google.protobuf.ExtensionSchema loadSchemaForFullRuntime () Class clazz Exception e static com.google.protobuf.ExtensionSchema lite () static com.google.protobuf.ExtensionSchema full () static void <clinit> () }
com/google/protobuf/FieldInfo$1.class
FieldInfo.java package com.google.protobuf synthetic com.google.protobuf.FieldInfo$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$FieldType static void <clinit> () }
com/google/protobuf/FieldInfo$Builder.class
FieldInfo.java package com.google.protobuf public final com.google.protobuf.FieldInfo$Builder extends java.lang.Object { private java.lang.reflect.Field field private com.google.protobuf.FieldType type private int fieldNumber private java.lang.reflect.Field presenceField private int presenceMask private boolean required private boolean enforceUtf8 private com.google.protobuf.OneofInfo oneof private Class oneofStoredType private Object mapDefaultEntry private com.google.protobuf.Internal$EnumVerifier enumVerifier private java.lang.reflect.Field cachedSizeField private void <init> () public com.google.protobuf.FieldInfo$Builder withField (java.lang.reflect.Field) java.lang.reflect.Field field public com.google.protobuf.FieldInfo$Builder withType (com.google.protobuf.FieldType) com.google.protobuf.FieldType type public com.google.protobuf.FieldInfo$Builder withFieldNumber (int) int fieldNumber public com.google.protobuf.FieldInfo$Builder withPresence (java.lang.reflect.Field, int) java.lang.reflect.Field presenceField int presenceMask public com.google.protobuf.FieldInfo$Builder withOneof (com.google.protobuf.OneofInfo, java.lang.Class) com.google.protobuf.OneofInfo oneof Class oneofStoredType public com.google.protobuf.FieldInfo$Builder withRequired (boolean) boolean required public com.google.protobuf.FieldInfo$Builder withMapDefaultEntry (java.lang.Object) Object mapDefaultEntry public com.google.protobuf.FieldInfo$Builder withEnforceUtf8 (boolean) boolean enforceUtf8 public com.google.protobuf.FieldInfo$Builder withEnumVerifier (com.google.protobuf.Internal$EnumVerifier) com.google.protobuf.Internal$EnumVerifier enumVerifier public com.google.protobuf.FieldInfo$Builder withCachedSizeField (java.lang.reflect.Field) java.lang.reflect.Field cachedSizeField public com.google.protobuf.FieldInfo build () synthetic void <init> (com.google.protobuf.FieldInfo$1) com.google.protobuf.FieldInfo$1 x0 }
com/google/protobuf/FieldInfo.class
FieldInfo.java package com.google.protobuf final com.google.protobuf.FieldInfo extends java.lang.Object implements java.lang.Comparable { private final java.lang.reflect.Field field private final com.google.protobuf.FieldType type private final Class messageClass private final int fieldNumber private final java.lang.reflect.Field presenceField private final int presenceMask private final boolean required private final boolean enforceUtf8 private final com.google.protobuf.OneofInfo oneof private final java.lang.reflect.Field cachedSizeField private final Class oneofStoredType private final Object mapDefaultEntry private final com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, boolean) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType boolean enforceUtf8 public static com.google.protobuf.FieldInfo forPackedField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType java.lang.reflect.Field cachedSizeField public static com.google.protobuf.FieldInfo forRepeatedMessageField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.Class) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType Class messageClass public static com.google.protobuf.FieldInfo forFieldWithEnumVerifier (java.lang.reflect.Field, int, com.google.protobuf.FieldType, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forPackedFieldWithEnumVerifier (java.lang.reflect.Field, int, com.google.protobuf.FieldType, com.google.protobuf.Internal$EnumVerifier, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType com.google.protobuf.Internal$EnumVerifier enumVerifier java.lang.reflect.Field cachedSizeField public static com.google.protobuf.FieldInfo forProto2OptionalField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType java.lang.reflect.Field presenceField int presenceMask boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forOneofMemberField (int, com.google.protobuf.FieldType, com.google.protobuf.OneofInfo, java.lang.Class, boolean, com.google.protobuf.Internal$EnumVerifier) int fieldNumber com.google.protobuf.FieldType fieldType com.google.protobuf.OneofInfo oneof Class oneofStoredType boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier private static void checkFieldNumber (int) int fieldNumber public static com.google.protobuf.FieldInfo forProto2RequiredField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType java.lang.reflect.Field presenceField int presenceMask boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forMapField (java.lang.reflect.Field, int, java.lang.Object, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber Object mapDefaultEntry com.google.protobuf.Internal$EnumVerifier enumVerifier private void <init> (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.Class, java.lang.reflect.Field, int, boolean, boolean, com.google.protobuf.OneofInfo, java.lang.Class, java.lang.Object, com.google.protobuf.Internal$EnumVerifier, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType type Class messageClass java.lang.reflect.Field presenceField int presenceMask boolean required boolean enforceUtf8 com.google.protobuf.OneofInfo oneof Class oneofStoredType Object mapDefaultEntry com.google.protobuf.Internal$EnumVerifier enumVerifier java.lang.reflect.Field cachedSizeField public int getFieldNumber () public java.lang.reflect.Field getField () public com.google.protobuf.FieldType getType () public com.google.protobuf.OneofInfo getOneof () public java.lang.Class getOneofStoredType () public com.google.protobuf.Internal$EnumVerifier getEnumVerifier () public int compareTo (com.google.protobuf.FieldInfo) com.google.protobuf.FieldInfo o public java.lang.Class getListElementType () public java.lang.reflect.Field getPresenceField () public java.lang.Object getMapDefaultEntry () public int getPresenceMask () public boolean isRequired () public boolean isEnforceUtf8 () public java.lang.reflect.Field getCachedSizeField () public java.lang.Class getMessageFieldClass () public static com.google.protobuf.FieldInfo$Builder newBuilder () private static boolean isExactlyOneBitSet (int) int value public volatile synthetic int compareTo (java.lang.Object) }
com/google/protobuf/FieldSet$1.class
FieldSet.java package com.google.protobuf synthetic com.google.protobuf.FieldSet$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$JavaType static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/FieldSet$Builder.class
FieldSet.java package com.google.protobuf final com.google.protobuf.FieldSet$Builder extends java.lang.Object { private com.google.protobuf.SmallSortedMap fields private boolean hasLazyField private boolean isMutable private boolean hasNestedBuilders private void <init> () private void <init> (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap fields public com.google.protobuf.FieldSet build () public com.google.protobuf.FieldSet buildPartial () private com.google.protobuf.FieldSet buildImpl (boolean) boolean partial com.google.protobuf.SmallSortedMap fieldsForBuild com.google.protobuf.FieldSet fieldSet private static void replaceBuilders (com.google.protobuf.SmallSortedMap, boolean) int i java.util.Map$Entry entry com.google.protobuf.SmallSortedMap fieldMap boolean partial private static void replaceBuilders (java.util.Map$Entry, boolean) java.util.Map$Entry entry boolean partial private static java.lang.Object replaceBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, boolean) Object oldElement Object newElement int i java.util.List list com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value boolean partial private static java.lang.Object replaceBuilder (java.lang.Object, boolean) Object value boolean partial com.google.protobuf.MessageLite$Builder builder public static com.google.protobuf.FieldSet$Builder fromFieldSet (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet fieldSet com.google.protobuf.FieldSet$Builder builder public java.util.Map getAllFields () com.google.protobuf.SmallSortedMap result public boolean hasField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public java.lang.Object getField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value java.lang.Object getFieldAllowBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object o private void ensureIsMutable () public void setField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element java.util.List newList com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public void clearField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public int getRepeatedFieldCount (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public java.lang.Object getRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value java.lang.Object getRepeatedFieldAllowBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite, int) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value public void setRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value Object list public void addRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) java.util.List list com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value Object existingValue java.util.List list private void verifyType (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public boolean isInitialized () int i java.util.Map$Entry entry public void mergeFrom (com.google.protobuf.FieldSet) int i java.util.Map$Entry entry com.google.protobuf.FieldSet other private void mergeFromField (java.util.Map$Entry) Object element java.util.List value Object value java.util.Map$Entry entry com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object otherValue synthetic void <init> (com.google.protobuf.FieldSet$1) com.google.protobuf.FieldSet$1 x0 }
com/google/protobuf/FieldSet$FieldDescriptorLite.class
FieldSet.java package com.google.protobuf public abstract com.google.protobuf.FieldSet$FieldDescriptorLite extends java.lang.Object implements java.lang.Comparable { public abstract int getNumber () public abstract com.google.protobuf.WireFormat$FieldType getLiteType () public abstract com.google.protobuf.WireFormat$JavaType getLiteJavaType () public abstract boolean isRepeated () public abstract boolean isPacked () public abstract com.google.protobuf.Internal$EnumLiteMap getEnumType () public abstract com.google.protobuf.MessageLite$Builder internalMergeFrom (com.google.protobuf.MessageLite$Builder, com.google.protobuf.MessageLite) }
com/google/protobuf/FieldSet.class
FieldSet.java package com.google.protobuf final com.google.protobuf.FieldSet extends java.lang.Object { private static final int DEFAULT_FIELD_MAP_ARRAY_SIZE private final com.google.protobuf.SmallSortedMap fields private boolean isImmutable private boolean hasLazyField private static final com.google.protobuf.FieldSet DEFAULT_INSTANCE private void <init> () private void <init> (boolean) boolean dummy private void <init> (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap fields public static com.google.protobuf.FieldSet newFieldSet () public static com.google.protobuf.FieldSet emptySet () public static com.google.protobuf.FieldSet$Builder newBuilder () boolean isEmpty () public void makeImmutable () java.util.Map$Entry entry int i public boolean isImmutable () public boolean equals (java.lang.Object) Object o com.google.protobuf.FieldSet other public int hashCode () public com.google.protobuf.FieldSet clone () java.util.Map$Entry entry int i java.util.Map$Entry entry com.google.protobuf.FieldSet clone public void clear () public java.util.Map getAllFields () com.google.protobuf.SmallSortedMap result private static com.google.protobuf.SmallSortedMap cloneAllFieldsMap (com.google.protobuf.SmallSortedMap, boolean) int i java.util.Map$Entry entry com.google.protobuf.SmallSortedMap fields boolean copyList com.google.protobuf.SmallSortedMap result private static void cloneFieldEntry (java.util.Map, java.util.Map$Entry, boolean) java.util.Map map java.util.Map$Entry entry boolean copyList com.google.protobuf.FieldSet$FieldDescriptorLite key Object value public java.util.Iterator iterator () java.util.Iterator descendingIterator () public boolean hasField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public java.lang.Object getField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object o public void setField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element java.util.List newList com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public void clearField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public int getRepeatedFieldCount (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public java.lang.Object getRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value public void setRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value Object list public void addRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) java.util.List list com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value Object existingValue java.util.List list private void verifyType (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value private static boolean isValidType (com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType type Object value public boolean isInitialized () int i java.util.Map$Entry entry private static boolean isInitialized (java.util.Map$Entry) Object element java.util.Map$Entry entry com.google.protobuf.FieldSet$FieldDescriptorLite descriptor private static boolean isMessageFieldValueInitialized (java.lang.Object) Object value static int getWireFormatForFieldType (com.google.protobuf.WireFormat$FieldType, boolean) com.google.protobuf.WireFormat$FieldType type boolean isPacked public void mergeFrom (com.google.protobuf.FieldSet) int i java.util.Map$Entry entry com.google.protobuf.FieldSet other private static java.lang.Object cloneIfMutable (java.lang.Object) byte[] bytes byte[] copy Object value private void mergeFromField (java.util.Map$Entry) Object element Object value Object value java.util.Map$Entry entry com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object otherValue public static java.lang.Object readPrimitiveField (com.google.protobuf.CodedInputStream, com.google.protobuf.WireFormat$FieldType, boolean) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.WireFormat$FieldType type boolean checkUtf8 public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException java.util.Map$Entry entry int i java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output public void writeMessageSetTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output private void writeMessageSetTo (java.util.Map$Entry, com.google.protobuf.CodedOutputStream) throws java.io.IOException Object value java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output com.google.protobuf.FieldSet$FieldDescriptorLite descriptor static void writeElement (com.google.protobuf.CodedOutputStream, com.google.protobuf.WireFormat$FieldType, int, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output com.google.protobuf.WireFormat$FieldType type int number Object value static void writeElementNoTag (com.google.protobuf.CodedOutputStream, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output com.google.protobuf.WireFormat$FieldType type Object value public static void writeField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, com.google.protobuf.CodedOutputStream) throws java.io.IOException Object element Object element int dataSize Object element java.util.List valueList com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value com.google.protobuf.CodedOutputStream output com.google.protobuf.WireFormat$FieldType type int number public int getSerializedSize () java.util.Map$Entry entry int i java.util.Map$Entry entry int size public int getMessageSetSerializedSize () int i java.util.Map$Entry entry int size private int getMessageSetSerializedSize (java.util.Map$Entry) java.util.Map$Entry entry com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value static int computeElementSize (com.google.protobuf.WireFormat$FieldType, int, java.lang.Object) com.google.protobuf.WireFormat$FieldType type int number Object value int tagSize static int computeElementSizeNoTag (com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType type Object value public static int computeFieldSize (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element int dataSize Object element int size com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value com.google.protobuf.WireFormat$FieldType type int number public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic com.google.protobuf.SmallSortedMap access$100 (com.google.protobuf.SmallSortedMap, boolean) com.google.protobuf.SmallSortedMap x0 boolean x1 synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.FieldSet$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.FieldSet$1 x1 static synthetic boolean access$302 (com.google.protobuf.FieldSet, boolean) com.google.protobuf.FieldSet x0 boolean x1 static synthetic com.google.protobuf.SmallSortedMap access$400 (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet x0 static synthetic boolean access$300 (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet x0 static synthetic boolean access$500 (com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType x0 Object x1 static synthetic boolean access$600 (java.util.Map$Entry) java.util.Map$Entry x0 static synthetic java.lang.Object access$700 (java.lang.Object) Object x0 static void <clinit> () }
com/google/protobuf/FieldType$1.class
FieldType.java package com.google.protobuf synthetic com.google.protobuf.FieldType$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$FieldType$Collection static final synthetic int[] $SwitchMap$com$google$protobuf$JavaType static void <clinit> () }
com/google/protobuf/FieldType$Collection.class
FieldType.java package com.google.protobuf final enum com.google.protobuf.FieldType$Collection extends java.lang.Enum { public static final enum com.google.protobuf.FieldType$Collection SCALAR public static final enum com.google.protobuf.FieldType$Collection VECTOR public static final enum com.google.protobuf.FieldType$Collection PACKED_VECTOR public static final enum com.google.protobuf.FieldType$Collection MAP private final boolean isList private static final synthetic com.google.protobuf.FieldType$Collection[] $VALUES public static com.google.protobuf.FieldType$Collection[] values () public static com.google.protobuf.FieldType$Collection valueOf (java.lang.String) String name private void <init> (java.lang.String, int, boolean) boolean isList public boolean isList () private static synthetic com.google.protobuf.FieldType$Collection[] $values () static void <clinit> () }
com/google/protobuf/FieldType.class
FieldType.java package com.google.protobuf public final enum com.google.protobuf.FieldType extends java.lang.Enum { public static final enum com.google.protobuf.FieldType DOUBLE public static final enum com.google.protobuf.FieldType FLOAT public static final enum com.google.protobuf.FieldType INT64 public static final enum com.google.protobuf.FieldType UINT64 public static final enum com.google.protobuf.FieldType INT32 public static final enum com.google.protobuf.FieldType FIXED64 public static final enum com.google.protobuf.FieldType FIXED32 public static final enum com.google.protobuf.FieldType BOOL public static final enum com.google.protobuf.FieldType STRING public static final enum com.google.protobuf.FieldType MESSAGE public static final enum com.google.protobuf.FieldType BYTES public static final enum com.google.protobuf.FieldType UINT32 public static final enum com.google.protobuf.FieldType ENUM public static final enum com.google.protobuf.FieldType SFIXED32 public static final enum com.google.protobuf.FieldType SFIXED64 public static final enum com.google.protobuf.FieldType SINT32 public static final enum com.google.protobuf.FieldType SINT64 public static final enum com.google.protobuf.FieldType GROUP public static final enum com.google.protobuf.FieldType DOUBLE_LIST public static final enum com.google.protobuf.FieldType FLOAT_LIST public static final enum com.google.protobuf.FieldType INT64_LIST public static final enum com.google.protobuf.FieldType UINT64_LIST public static final enum com.google.protobuf.FieldType INT32_LIST public static final enum com.google.protobuf.FieldType FIXED64_LIST public static final enum com.google.protobuf.FieldType FIXED32_LIST public static final enum com.google.protobuf.FieldType BOOL_LIST public static final enum com.google.protobuf.FieldType STRING_LIST public static final enum com.google.protobuf.FieldType MESSAGE_LIST public static final enum com.google.protobuf.FieldType BYTES_LIST public static final enum com.google.protobuf.FieldType UINT32_LIST public static final enum com.google.protobuf.FieldType ENUM_LIST public static final enum com.google.protobuf.FieldType SFIXED32_LIST public static final enum com.google.protobuf.FieldType SFIXED64_LIST public static final enum com.google.protobuf.FieldType SINT32_LIST public static final enum com.google.protobuf.FieldType SINT64_LIST public static final enum com.google.protobuf.FieldType DOUBLE_LIST_PACKED public static final enum com.google.protobuf.FieldType FLOAT_LIST_PACKED public static final enum com.google.protobuf.FieldType INT64_LIST_PACKED public static final enum com.google.protobuf.FieldType UINT64_LIST_PACKED public static final enum com.google.protobuf.FieldType INT32_LIST_PACKED public static final enum com.google.protobuf.FieldType FIXED64_LIST_PACKED public static final enum com.google.protobuf.FieldType FIXED32_LIST_PACKED public static final enum com.google.protobuf.FieldType BOOL_LIST_PACKED public static final enum com.google.protobuf.FieldType UINT32_LIST_PACKED public static final enum com.google.protobuf.FieldType ENUM_LIST_PACKED public static final enum com.google.protobuf.FieldType SFIXED32_LIST_PACKED public static final enum com.google.protobuf.FieldType SFIXED64_LIST_PACKED public static final enum com.google.protobuf.FieldType SINT32_LIST_PACKED public static final enum com.google.protobuf.FieldType SINT64_LIST_PACKED public static final enum com.google.protobuf.FieldType GROUP_LIST public static final enum com.google.protobuf.FieldType MAP private final com.google.protobuf.JavaType javaType private final int id private final com.google.protobuf.FieldType$Collection collection private final Class elementType private final boolean primitiveScalar private static final com.google.protobuf.FieldType[] VALUES private static final java.lang.reflect.Type[] EMPTY_TYPES private static final synthetic com.google.protobuf.FieldType[] $VALUES public static com.google.protobuf.FieldType[] values () public static com.google.protobuf.FieldType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int, com.google.protobuf.FieldType$Collection, com.google.protobuf.JavaType) int id com.google.protobuf.FieldType$Collection collection com.google.protobuf.JavaType javaType boolean primitiveScalar public int id () public com.google.protobuf.JavaType getJavaType () public boolean isPacked () public boolean isPrimitiveScalar () public boolean isScalar () public boolean isList () public boolean isMap () public boolean isValidForField (java.lang.reflect.Field) java.lang.reflect.Field field private boolean isValidForList (java.lang.reflect.Field) java.lang.reflect.Field field Class clazz java.lang.reflect.Type[] types java.lang.reflect.Type genericType java.lang.reflect.Type listParameter public static com.google.protobuf.FieldType forId (int) int id private static java.lang.reflect.Type getGenericSuperList (java.lang.Class) java.lang.reflect.ParameterizedType parameterizedType Class rawType java.lang.reflect.Type genericInterface java.lang.reflect.ParameterizedType parameterizedType Class rawType Class clazz java.lang.reflect.Type[] genericInterfaces java.lang.reflect.Type type private static java.lang.reflect.Type getListParameter (java.lang.Class, java.lang.reflect.Type[]) java.lang.reflect.Type realType int j java.lang.reflect.TypeVariable[] clazzParams boolean foundReplacement java.lang.reflect.Type superArg int i java.lang.reflect.ParameterizedType parameterizedType java.lang.reflect.Type[] superArgs Class parent Class iface java.lang.reflect.Type genericType Class clazz java.lang.reflect.Type[] realTypes private static synthetic com.google.protobuf.FieldType[] $values () static void <clinit> () com.google.protobuf.FieldType type com.google.protobuf.FieldType[] values }
com/google/protobuf/FloatArrayList.class
FloatArrayList.java package com.google.protobuf final com.google.protobuf.FloatArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$FloatList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.FloatArrayList EMPTY_LIST private float[] array private int size public static com.google.protobuf.FloatArrayList emptyList () void <init> () private void <init> (float[], int) float[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.google.protobuf.FloatArrayList other float[] arr public int hashCode () int i int result public com.google.protobuf.Internal$FloatList mutableCopyWithCapacity (int) int capacity public java.lang.Float get (int) int index public float getFloat (int) int index public int indexOf (java.lang.Object) int i Object element float unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Float set (int, java.lang.Float) int index Float element public float setFloat (int, float) int index float element float previousValue public boolean add (java.lang.Float) Float element public void add (int, java.lang.Float) int index Float element public void addFloat (float) int length float[] newArray float element private void addFloat (int, float) int length float[] newArray int index float element public boolean addAll (java.util.Collection) java.util.Collection collection com.google.protobuf.FloatArrayList list int overflow int newSize public java.lang.Float remove (int) int index float value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/GeneratedMessageInfoFactory.class
GeneratedMessageInfoFactory.java package com.google.protobuf com.google.protobuf.GeneratedMessageInfoFactory extends java.lang.Object implements com.google.protobuf.MessageInfoFactory { private static final com.google.protobuf.GeneratedMessageInfoFactory instance private void <init> () public static com.google.protobuf.GeneratedMessageInfoFactory getInstance () public boolean isSupported (java.lang.Class) Class messageType public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) Exception e Class messageType static void <clinit> () }
com/google/protobuf/GeneratedMessageLite$1.class
GeneratedMessageLite.java package com.google.protobuf synthetic com.google.protobuf.GeneratedMessageLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$JavaType static void <clinit> () }
com/google/protobuf/GeneratedMessageLite$Builder.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$Builder extends com.google.protobuf.AbstractMessageLite$Builder { private final com.google.protobuf.GeneratedMessageLite defaultInstance protected com.google.protobuf.GeneratedMessageLite instance protected void <init> (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite defaultInstance private com.google.protobuf.GeneratedMessageLite newMutableInstance () protected final void copyOnWrite () protected void copyOnWriteInternal () com.google.protobuf.GeneratedMessageLite newInstance public final boolean isInitialized () public final com.google.protobuf.GeneratedMessageLite$Builder clear () public com.google.protobuf.GeneratedMessageLite$Builder clone () com.google.protobuf.GeneratedMessageLite$Builder builder public com.google.protobuf.GeneratedMessageLite buildPartial () public final com.google.protobuf.GeneratedMessageLite build () com.google.protobuf.GeneratedMessageLite result protected com.google.protobuf.GeneratedMessageLite$Builder internalMergeFrom (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite message public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite message private static void mergeFromInstance (java.lang.Object, java.lang.Object) Object dest Object src public com.google.protobuf.GeneratedMessageLite getDefaultInstanceForType () public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e IndexOutOfBoundsException e java.io.IOException e byte[] input int offset int length com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] input int offset int length public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException RuntimeException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser.class
GeneratedMessageLite.java package com.google.protobuf public com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser extends com.google.protobuf.AbstractParser { private final com.google.protobuf.GeneratedMessageLite defaultInstance public void <init> (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite defaultInstance public com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.GeneratedMessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] input int offset int length com.google.protobuf.ExtensionRegistryLite extensionRegistry public volatile synthetic com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/GeneratedMessageLite$ExtendableBuilder.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$ExtendableBuilder extends com.google.protobuf.GeneratedMessageLite$Builder implements com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { protected void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage) com.google.protobuf.GeneratedMessageLite$ExtendableMessage defaultInstance void internalSetExtensionSet (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet extensions protected void copyOnWriteInternal () private com.google.protobuf.FieldSet ensureExtensionsAreMutable () com.google.protobuf.FieldSet extensions public final com.google.protobuf.GeneratedMessageLite$ExtendableMessage buildPartial () private void verifyExtensionContainingType (com.google.protobuf.GeneratedMessageLite$GeneratedExtension) com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extension int index public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extension Object value com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, int, java.lang.Object) com.google.protobuf.ExtensionLite extension int index Object value com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder addExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extension Object value com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder clearExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public volatile synthetic com.google.protobuf.GeneratedMessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite buildPartial () }
com/google/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter.class
GeneratedMessageLite.java package com.google.protobuf public com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter extends java.lang.Object { private final java.util.Iterator iter private java.util.Map$Entry next private final boolean messageSetWireFormat final synthetic com.google.protobuf.GeneratedMessageLite$ExtendableMessage this$0 private void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage, boolean) com.google.protobuf.GeneratedMessageLite$ExtendableMessage this$0 boolean messageSetWireFormat public void writeUntil (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor extension int end com.google.protobuf.CodedOutputStream output synthetic void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage, boolean, com.google.protobuf.GeneratedMessageLite$1) com.google.protobuf.GeneratedMessageLite$ExtendableMessage x0 boolean x1 com.google.protobuf.GeneratedMessageLite$1 x2 }
com/google/protobuf/GeneratedMessageLite$ExtendableMessage.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$ExtendableMessage extends com.google.protobuf.GeneratedMessageLite implements com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { protected com.google.protobuf.FieldSet extensions public void <init> () protected final void mergeExtensionFields (com.google.protobuf.GeneratedMessageLite$ExtendableMessage) com.google.protobuf.GeneratedMessageLite$ExtendableMessage other protected boolean parseUnknownField (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.MessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag int fieldNumber com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension private boolean parseExtension (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, int, int) throws java.io.IOException int rawValue Object value Object value int length int limit com.google.protobuf.MessageLite existingValue com.google.protobuf.MessageLite$Builder subBuilder Object value Object value int rawValue Object value com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension int tag int fieldNumber int wireType boolean unknown boolean packed com.google.protobuf.FieldSet unused protected boolean parseUnknownFieldAsMessageSet (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.MessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag int wireType private void mergeMessageSetExtensionFromCodedStream (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.google.protobuf.MessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int typeId com.google.protobuf.ByteString rawBytes com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension private void eagerlyMergeMessageSetExtension (com.google.protobuf.CodedInputStream, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.ExtensionRegistryLite extensionRegistry int typeId int fieldNumber int tag boolean unused private void mergeMessageSetExtensionFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.GeneratedMessageLite$GeneratedExtension) throws java.io.IOException com.google.protobuf.ByteString rawBytes com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.MessageLite$Builder subBuilder com.google.protobuf.MessageLite existingValue com.google.protobuf.MessageLite value com.google.protobuf.FieldSet ensureExtensionsAreMutable () private void verifyExtensionContainingType (com.google.protobuf.GeneratedMessageLite$GeneratedExtension) com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite Object value public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extension int index com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite protected boolean extensionsAreInitialized () protected com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newExtensionWriter () protected com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newMessageSetExtensionWriter () protected int extensionsSerializedSize () protected int extensionsSerializedSizeAsMessageSet () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () }
com/google/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract boolean hasExtension (com.google.protobuf.ExtensionLite) public abstract int getExtensionCount (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) }
com/google/protobuf/GeneratedMessageLite$ExtensionDescriptor.class
GeneratedMessageLite.java package com.google.protobuf final com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor extends java.lang.Object implements com.google.protobuf.FieldSet$FieldDescriptorLite { final com.google.protobuf.Internal$EnumLiteMap enumTypeMap final int number final com.google.protobuf.WireFormat$FieldType type final boolean isRepeated final boolean isPacked void <init> (com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, boolean, boolean) com.google.protobuf.Internal$EnumLiteMap enumTypeMap int number com.google.protobuf.WireFormat$FieldType type boolean isRepeated boolean isPacked public int getNumber () public com.google.protobuf.WireFormat$FieldType getLiteType () public com.google.protobuf.WireFormat$JavaType getLiteJavaType () public boolean isRepeated () public boolean isPacked () public com.google.protobuf.Internal$EnumLiteMap getEnumType () public com.google.protobuf.MessageLite$Builder internalMergeFrom (com.google.protobuf.MessageLite$Builder, com.google.protobuf.MessageLite) com.google.protobuf.MessageLite$Builder to com.google.protobuf.MessageLite from public int compareTo (com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor) com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor other public volatile synthetic int compareTo (java.lang.Object) }
com/google/protobuf/GeneratedMessageLite$GeneratedExtension.class
GeneratedMessageLite.java package com.google.protobuf public com.google.protobuf.GeneratedMessageLite$GeneratedExtension extends com.google.protobuf.ExtensionLite { final com.google.protobuf.MessageLite containingTypeDefaultInstance final Object defaultValue final com.google.protobuf.MessageLite messageDefaultInstance final com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor void <init> (com.google.protobuf.MessageLite, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor, java.lang.Class) com.google.protobuf.MessageLite containingTypeDefaultInstance Object defaultValue com.google.protobuf.MessageLite messageDefaultInstance com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor Class singularType public com.google.protobuf.MessageLite getContainingTypeDefaultInstance () public int getNumber () public com.google.protobuf.MessageLite getMessageDefaultInstance () java.lang.Object fromFieldSetType (java.lang.Object) Object element java.util.List result Object value java.lang.Object singularFromFieldSetType (java.lang.Object) Object value java.lang.Object toFieldSetType (java.lang.Object) Object element java.util.List result Object value java.lang.Object singularToFieldSetType (java.lang.Object) Object value public com.google.protobuf.WireFormat$FieldType getLiteType () public boolean isRepeated () public java.lang.Object getDefaultValue () }
com/google/protobuf/GeneratedMessageLite$MethodToInvoke.class
GeneratedMessageLite.java package com.google.protobuf public final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke extends java.lang.Enum { public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_MEMOIZED_IS_INITIALIZED public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke SET_MEMOIZED_IS_INITIALIZED public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke BUILD_MESSAGE_INFO public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke NEW_MUTABLE_INSTANCE public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke NEW_BUILDER public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_DEFAULT_INSTANCE public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_PARSER private static final synthetic com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] $VALUES public static com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] values () public static com.google.protobuf.GeneratedMessageLite$MethodToInvoke valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] $values () static void <clinit> () }
com/google/protobuf/GeneratedMessageLite$SerializedForm.class
GeneratedMessageLite.java package com.google.protobuf public final com.google.protobuf.GeneratedMessageLite$SerializedForm extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID private final Class messageClass private final String messageClassName private final byte[] asBytes public static com.google.protobuf.GeneratedMessageLite$SerializedForm of (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite message void <init> (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite regularForm protected java.lang.Object readResolve () throws java.io.ObjectStreamException Class messageClass java.lang.reflect.Field defaultInstanceField com.google.protobuf.MessageLite defaultInstance ClassNotFoundException e NoSuchFieldException e SecurityException e IllegalAccessException e com.google.protobuf.InvalidProtocolBufferException e private java.lang.Object readResolveFallback () throws java.io.ObjectStreamException Class messageClass java.lang.reflect.Field defaultInstanceField com.google.protobuf.MessageLite defaultInstance ClassNotFoundException e NoSuchFieldException e SecurityException e IllegalAccessException e com.google.protobuf.InvalidProtocolBufferException e private java.lang.Class resolveMessageClass () throws java.lang.ClassNotFoundException }
com/google/protobuf/GeneratedMessageLite.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite extends com.google.protobuf.AbstractMessageLite { static final int UNINITIALIZED_SERIALIZED_SIZE private static final int MUTABLE_FLAG_MASK private static final int MEMOIZED_SERIALIZED_SIZE_MASK private int memoizedSerializedSize static final int UNINITIALIZED_HASH_CODE protected com.google.protobuf.UnknownFieldSetLite unknownFields private static java.util.Map defaultInstanceMap public void <init> () boolean isMutable () void markImmutable () int getMemoizedHashCode () void setMemoizedHashCode (int) int value void clearMemoizedHashCode () boolean hashCodeIsNotMemoized () public final com.google.protobuf.Parser getParserForType () public final com.google.protobuf.GeneratedMessageLite getDefaultInstanceForType () public final com.google.protobuf.GeneratedMessageLite$Builder newBuilderForType () com.google.protobuf.GeneratedMessageLite newMutableInstance () public java.lang.String toString () public int hashCode () int computeHashCode () public boolean equals (java.lang.Object) Object other private final void ensureUnknownFieldsInitialized () protected boolean parseUnknownField (int, com.google.protobuf.CodedInputStream) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input protected void mergeVarintField (int, int) int tag int value protected void mergeLengthDelimitedField (int, com.google.protobuf.ByteString) int fieldNumber com.google.protobuf.ByteString value protected void makeImmutable () protected final com.google.protobuf.GeneratedMessageLite$Builder createBuilder () protected final com.google.protobuf.GeneratedMessageLite$Builder createBuilder (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite prototype public final boolean isInitialized () public final com.google.protobuf.GeneratedMessageLite$Builder toBuilder () com.google.protobuf.GeneratedMessageLite$Builder builder protected abstract java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) protected java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object) com.google.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 protected java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke) com.google.protobuf.GeneratedMessageLite$MethodToInvoke method void clearMemoizedSerializedSize () int getMemoizedSerializedSize () void setMemoizedSerializedSize (int) int size public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output int getSerializedSize (com.google.protobuf.Schema) int size com.google.protobuf.Schema schema int size public int getSerializedSize () private int computeSerializedSize (com.google.protobuf.Schema) com.google.protobuf.Schema nullableSchema java.lang.Object buildMessageInfo () throws java.lang.Exception static com.google.protobuf.GeneratedMessageLite getDefaultInstance (java.lang.Class) ClassNotFoundException e Class clazz com.google.protobuf.GeneratedMessageLite result protected static void registerDefaultInstance (java.lang.Class, com.google.protobuf.GeneratedMessageLite) Class clazz com.google.protobuf.GeneratedMessageLite defaultInstance protected static java.lang.Object newMessageInfo (com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[]) com.google.protobuf.MessageLite defaultInstance String info Object[] objects protected final void mergeUnknownFields (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite unknownFields public static com.google.protobuf.GeneratedMessageLite$GeneratedExtension newSingularGeneratedExtension (com.google.protobuf.MessageLite, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, java.lang.Class) com.google.protobuf.MessageLite containingTypeDefaultInstance Object defaultValue com.google.protobuf.MessageLite messageDefaultInstance com.google.protobuf.Internal$EnumLiteMap enumTypeMap int number com.google.protobuf.WireFormat$FieldType type Class singularType public static com.google.protobuf.GeneratedMessageLite$GeneratedExtension newRepeatedGeneratedExtension (com.google.protobuf.MessageLite, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, boolean, java.lang.Class) com.google.protobuf.MessageLite containingTypeDefaultInstance com.google.protobuf.MessageLite messageDefaultInstance com.google.protobuf.Internal$EnumLiteMap enumTypeMap int number com.google.protobuf.WireFormat$FieldType type boolean isPacked Class singularType Object emptyList static transient java.lang.reflect.Method getMethodOrDie (java.lang.Class, java.lang.String, java.lang.Class[]) NoSuchMethodException e Class clazz String name Class[] params static transient java.lang.Object invokeOrDie (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) IllegalAccessException e Throwable cause java.lang.reflect.InvocationTargetException e java.lang.reflect.Method method Object object Object[] params private static com.google.protobuf.GeneratedMessageLite$GeneratedExtension checkIsLite (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension protected static final boolean isInitialized (com.google.protobuf.GeneratedMessageLite, boolean) com.google.protobuf.GeneratedMessageLite message boolean shouldMemoize byte memoizedIsInitialized boolean isInitialized protected static com.google.protobuf.Internal$IntList emptyIntList () protected static com.google.protobuf.Internal$IntList mutableCopy (com.google.protobuf.Internal$IntList) com.google.protobuf.Internal$IntList list int size protected static com.google.protobuf.Internal$LongList emptyLongList () protected static com.google.protobuf.Internal$LongList mutableCopy (com.google.protobuf.Internal$LongList) com.google.protobuf.Internal$LongList list int size protected static com.google.protobuf.Internal$FloatList emptyFloatList () protected static com.google.protobuf.Internal$FloatList mutableCopy (com.google.protobuf.Internal$FloatList) com.google.protobuf.Internal$FloatList list int size protected static com.google.protobuf.Internal$DoubleList emptyDoubleList () protected static com.google.protobuf.Internal$DoubleList mutableCopy (com.google.protobuf.Internal$DoubleList) com.google.protobuf.Internal$DoubleList list int size protected static com.google.protobuf.Internal$BooleanList emptyBooleanList () protected static com.google.protobuf.Internal$BooleanList mutableCopy (com.google.protobuf.Internal$BooleanList) com.google.protobuf.Internal$BooleanList list int size protected static com.google.protobuf.Internal$ProtobufList emptyProtobufList () protected static com.google.protobuf.Internal$ProtobufList mutableCopy (com.google.protobuf.Internal$ProtobufList) com.google.protobuf.Internal$ProtobufList list int size static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Schema schema com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e RuntimeException e com.google.protobuf.GeneratedMessageLite instance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite result private static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Schema schema com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e IndexOutOfBoundsException e com.google.protobuf.GeneratedMessageLite instance byte[] input int offset int length com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite result protected static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.CodedInputStream input private static com.google.protobuf.GeneratedMessageLite checkMessageInitialized (com.google.protobuf.GeneratedMessageLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite message protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.nio.ByteBuffer data protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.ByteString data protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry private static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.CodedInputStream input com.google.protobuf.GeneratedMessageLite message protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, byte[]) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance byte[] data protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.CodedInputStream input protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input protected static com.google.protobuf.GeneratedMessageLite parseDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private static com.google.protobuf.GeneratedMessageLite parsePartialDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException int firstByte int size com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int size java.io.InputStream limitedInput com.google.protobuf.CodedInputStream codedInput com.google.protobuf.GeneratedMessageLite message public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () static synthetic com.google.protobuf.GeneratedMessageLite$GeneratedExtension access$000 (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite x0 static synthetic com.google.protobuf.GeneratedMessageLite access$200 (com.google.protobuf.GeneratedMessageLite, byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite x0 byte[] x1 int x2 int x3 com.google.protobuf.ExtensionRegistryLite x4 static void <clinit> () }
com/google/protobuf/InlineMe.class
InlineMe.java package com.google.protobuf abstract annotation com.google.protobuf.InlineMe extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String replacement () public abstract java.lang.String[] imports () public abstract java.lang.String[] staticImports () }
com/google/protobuf/IntArrayList.class
IntArrayList.java package com.google.protobuf final com.google.protobuf.IntArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$IntList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.IntArrayList EMPTY_LIST private int[] array private int size public static com.google.protobuf.IntArrayList emptyList () void <init> () private void <init> (int[], int) int[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.google.protobuf.IntArrayList other int[] arr public int hashCode () int i int result public com.google.protobuf.Internal$IntList mutableCopyWithCapacity (int) int capacity public java.lang.Integer get (int) int index public int getInt (int) int index public int indexOf (java.lang.Object) int i Object element int unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Integer set (int, java.lang.Integer) int index Integer element public int setInt (int, int) int index int element int previousValue public boolean add (java.lang.Integer) Integer element public void add (int, java.lang.Integer) int index Integer element public void addInt (int) int length int[] newArray int element private void addInt (int, int) int length int[] newArray int index int element public boolean addAll (java.util.Collection) java.util.Collection collection com.google.protobuf.IntArrayList list int overflow int newSize public java.lang.Integer remove (int) int index int value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/Internal$BooleanList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$BooleanList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract boolean getBoolean (int) public abstract void addBoolean (boolean) public abstract boolean setBoolean (int, boolean) public abstract com.google.protobuf.Internal$BooleanList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$DoubleList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$DoubleList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract double getDouble (int) public abstract void addDouble (double) public abstract double setDouble (int, double) public abstract com.google.protobuf.Internal$DoubleList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$EnumLite.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$EnumLite extends java.lang.Object { public abstract int getNumber () }
com/google/protobuf/Internal$EnumLiteMap.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$EnumLiteMap extends java.lang.Object { public abstract com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/Internal$EnumVerifier.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$EnumVerifier extends java.lang.Object { public abstract boolean isInRange (int) }
com/google/protobuf/Internal$FloatList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$FloatList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract float getFloat (int) public abstract void addFloat (float) public abstract float setFloat (int, float) public abstract com.google.protobuf.Internal$FloatList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$IntList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$IntList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract int getInt (int) public abstract void addInt (int) public abstract int setInt (int, int) public abstract com.google.protobuf.Internal$IntList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$ListAdapter$Converter.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$ListAdapter$Converter extends java.lang.Object { public abstract java.lang.Object convert (java.lang.Object) }
com/google/protobuf/Internal$ListAdapter.class
Internal.java package com.google.protobuf public com.google.protobuf.Internal$ListAdapter extends java.util.AbstractList { private final java.util.List fromList private final com.google.protobuf.Internal$ListAdapter$Converter converter public void <init> (java.util.List, com.google.protobuf.Internal$ListAdapter$Converter) java.util.List fromList com.google.protobuf.Internal$ListAdapter$Converter converter public java.lang.Object get (int) int index public int size () }
com/google/protobuf/Internal$LongList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$LongList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract long getLong (int) public abstract void addLong (long) public abstract long setLong (int, long) public abstract com.google.protobuf.Internal$LongList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$MapAdapter$1.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$1 extends java.lang.Object implements com.google.protobuf.Internal$MapAdapter$Converter { final synthetic com.google.protobuf.Internal$EnumLiteMap val$enumMap final synthetic com.google.protobuf.Internal$EnumLite val$unrecognizedValue void <init> (com.google.protobuf.Internal$EnumLiteMap, com.google.protobuf.Internal$EnumLite) public com.google.protobuf.Internal$EnumLite doForward (java.lang.Integer) Integer value com.google.protobuf.Internal$EnumLite result public java.lang.Integer doBackward (com.google.protobuf.Internal$EnumLite) com.google.protobuf.Internal$EnumLite value public volatile synthetic java.lang.Object doBackward (java.lang.Object) public volatile synthetic java.lang.Object doForward (java.lang.Object) }
com/google/protobuf/Internal$MapAdapter$Converter.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$MapAdapter$Converter extends java.lang.Object { public abstract java.lang.Object doForward (java.lang.Object) public abstract java.lang.Object doBackward (java.lang.Object) }
com/google/protobuf/Internal$MapAdapter$EntryAdapter.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$EntryAdapter extends java.lang.Object implements java.util.Map$Entry { private final java.util.Map$Entry realEntry final synthetic com.google.protobuf.Internal$MapAdapter this$0 public void <init> (com.google.protobuf.Internal$MapAdapter, java.util.Map$Entry) java.util.Map$Entry realEntry public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value Object oldValue public boolean equals (java.lang.Object) Object o java.util.Map$Entry other public int hashCode () }
com/google/protobuf/Internal$MapAdapter$IteratorAdapter.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$IteratorAdapter extends java.lang.Object implements java.util.Iterator { private final java.util.Iterator realIterator final synthetic com.google.protobuf.Internal$MapAdapter this$0 public void <init> (com.google.protobuf.Internal$MapAdapter, java.util.Iterator) java.util.Iterator realIterator public boolean hasNext () public java.util.Map$Entry next () public void remove () public volatile synthetic java.lang.Object next () }
com/google/protobuf/Internal$MapAdapter$SetAdapter.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$SetAdapter extends java.util.AbstractSet { private final java.util.Set realSet final synthetic com.google.protobuf.Internal$MapAdapter this$0 public void <init> (com.google.protobuf.Internal$MapAdapter, java.util.Set) java.util.Set realSet public java.util.Iterator iterator () public int size () }
com/google/protobuf/Internal$MapAdapter.class
Internal.java package com.google.protobuf public com.google.protobuf.Internal$MapAdapter extends java.util.AbstractMap { private final java.util.Map realMap private final com.google.protobuf.Internal$MapAdapter$Converter valueConverter public static com.google.protobuf.Internal$MapAdapter$Converter newEnumConverter (com.google.protobuf.Internal$EnumLiteMap, com.google.protobuf.Internal$EnumLite) com.google.protobuf.Internal$EnumLiteMap enumMap com.google.protobuf.Internal$EnumLite unrecognizedValue public void <init> (java.util.Map, com.google.protobuf.Internal$MapAdapter$Converter) java.util.Map realMap com.google.protobuf.Internal$MapAdapter$Converter valueConverter public java.lang.Object get (java.lang.Object) Object key Object result public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value Object oldValue public java.util.Set entrySet () static synthetic com.google.protobuf.Internal$MapAdapter$Converter access$000 (com.google.protobuf.Internal$MapAdapter) com.google.protobuf.Internal$MapAdapter x0 }
com/google/protobuf/Internal$ProtobufList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$ProtobufList extends java.lang.Object implements java.util.List java.util.RandomAccess { public abstract void makeImmutable () public abstract boolean isModifiable () public abstract com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal.class
Internal.java package com.google.protobuf public final com.google.protobuf.Internal extends java.lang.Object { static final java.nio.charset.Charset US_ASCII static final java.nio.charset.Charset UTF_8 static final java.nio.charset.Charset ISO_8859_1 private static final int DEFAULT_BUFFER_SIZE public static final byte[] EMPTY_BYTE_ARRAY public static final java.nio.ByteBuffer EMPTY_BYTE_BUFFER public static final com.google.protobuf.CodedInputStream EMPTY_CODED_INPUT_STREAM private void <init> () static java.lang.Object checkNotNull (java.lang.Object) Object obj static java.lang.Object checkNotNull (java.lang.Object, java.lang.String) Object obj String message public static java.lang.String stringDefaultValue (java.lang.String) String bytes public static com.google.protobuf.ByteString bytesDefaultValue (java.lang.String) String bytes public static byte[] byteArrayDefaultValue (java.lang.String) String bytes public static java.nio.ByteBuffer byteBufferDefaultValue (java.lang.String) String bytes public static java.nio.ByteBuffer copyByteBuffer (java.nio.ByteBuffer) java.nio.ByteBuffer source java.nio.ByteBuffer temp java.nio.ByteBuffer result public static boolean isValidUtf8 (com.google.protobuf.ByteString) com.google.protobuf.ByteString byteString public static boolean isValidUtf8 (byte[]) byte[] byteArray public static byte[] toByteArray (java.lang.String) String value public static java.lang.String toStringUtf8 (byte[]) byte[] bytes public static int hashLong (long) long n public static int hashBoolean (boolean) boolean b public static int hashEnum (com.google.protobuf.Internal$EnumLite) com.google.protobuf.Internal$EnumLite e public static int hashEnumList (java.util.List) com.google.protobuf.Internal$EnumLite e java.util.List list int hash public static boolean equals (java.util.List, java.util.List) int i java.util.List a java.util.List b public static int hashCode (java.util.List) byte[] bytes java.util.List list int hash public static int hashCode (byte[]) byte[] bytes static int hashCode (byte[], int, int) byte[] bytes int offset int length int h static int partialHash (int, byte[], int, int) int i int h byte[] bytes int offset int length public static boolean equalsByteBuffer (java.nio.ByteBuffer, java.nio.ByteBuffer) java.nio.ByteBuffer a java.nio.ByteBuffer b public static boolean equalsByteBuffer (java.util.List, java.util.List) int i java.util.List a java.util.List b public static int hashCodeByteBuffer (java.util.List) java.nio.ByteBuffer bytes java.util.List list int hash public static int hashCodeByteBuffer (java.nio.ByteBuffer) int h int length int bufferSize byte[] buffer java.nio.ByteBuffer duplicated int h java.nio.ByteBuffer bytes public static com.google.protobuf.MessageLite getDefaultInstance (java.lang.Class) java.lang.reflect.Method method Exception e Class clazz static java.lang.Object mergeMessage (java.lang.Object, java.lang.Object) Object destination Object source static void <clinit> () }
com/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException.class
InvalidProtocolBufferException.java package com.google.protobuf public com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException extends com.google.protobuf.InvalidProtocolBufferException { private static final long serialVersionUID public void <init> (java.lang.String) String description }
com/google/protobuf/InvalidProtocolBufferException.class
InvalidProtocolBufferException.java package com.google.protobuf public com.google.protobuf.InvalidProtocolBufferException extends java.io.IOException { private static final long serialVersionUID private com.google.protobuf.MessageLite unfinishedMessage private boolean wasThrownFromInputStream public void <init> (java.lang.String) String description public void <init> (java.lang.Exception) Exception e public void <init> (java.lang.String, java.lang.Exception) String description Exception e public void <init> (java.io.IOException) java.io.IOException e public void <init> (java.lang.String, java.io.IOException) String description java.io.IOException e public com.google.protobuf.InvalidProtocolBufferException setUnfinishedMessage (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite unfinishedMessage public com.google.protobuf.MessageLite getUnfinishedMessage () void setThrownFromInputStream () boolean getThrownFromInputStream () public java.io.IOException unwrapIOException () static com.google.protobuf.InvalidProtocolBufferException truncatedMessage () static com.google.protobuf.InvalidProtocolBufferException negativeSize () static com.google.protobuf.InvalidProtocolBufferException malformedVarint () static com.google.protobuf.InvalidProtocolBufferException invalidTag () static com.google.protobuf.InvalidProtocolBufferException invalidEndTag () static com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType () static com.google.protobuf.InvalidProtocolBufferException recursionLimitExceeded () static com.google.protobuf.InvalidProtocolBufferException sizeLimitExceeded () static com.google.protobuf.InvalidProtocolBufferException parseFailure () static com.google.protobuf.InvalidProtocolBufferException invalidUtf8 () }
com/google/protobuf/IterableByteBufferInputStream.class
IterableByteBufferInputStream.java package com.google.protobuf com.google.protobuf.IterableByteBufferInputStream extends java.io.InputStream { private java.util.Iterator iterator private java.nio.ByteBuffer currentByteBuffer private int dataSize private int currentIndex private int currentByteBufferPos private boolean hasArray private byte[] currentArray private int currentArrayOffset private long currentAddress void <init> (java.lang.Iterable) java.nio.ByteBuffer unused Iterable data private boolean getNextByteBuffer () private void updateCurrentByteBufferPos (int) int numberOfBytesRead public int read () throws java.io.IOException int result int result public int read (byte[], int, int) throws java.io.IOException int prevPos byte[] output int offset int length int remaining }
com/google/protobuf/JavaType.class
JavaType.java package com.google.protobuf public final enum com.google.protobuf.JavaType extends java.lang.Enum { public static final enum com.google.protobuf.JavaType VOID public static final enum com.google.protobuf.JavaType INT public static final enum com.google.protobuf.JavaType LONG public static final enum com.google.protobuf.JavaType FLOAT public static final enum com.google.protobuf.JavaType DOUBLE public static final enum com.google.protobuf.JavaType BOOLEAN public static final enum com.google.protobuf.JavaType STRING public static final enum com.google.protobuf.JavaType BYTE_STRING public static final enum com.google.protobuf.JavaType ENUM public static final enum com.google.protobuf.JavaType MESSAGE private final Class type private final Class boxedType private final Object defaultDefault private static final synthetic com.google.protobuf.JavaType[] $VALUES public static com.google.protobuf.JavaType[] values () public static com.google.protobuf.JavaType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.Class, java.lang.Class, java.lang.Object) Class type Class boxedType Object defaultDefault public java.lang.Object getDefaultDefault () public java.lang.Class getType () public java.lang.Class getBoxedType () public boolean isValidType (java.lang.Class) Class t private static synthetic com.google.protobuf.JavaType[] $values () static void <clinit> () }
com/google/protobuf/LazyField$1.class
LazyField.java package com.google.protobuf synthetic com.google.protobuf.LazyField$1 extends java.lang.Object { }
com/google/protobuf/LazyField$LazyEntry.class
LazyField.java package com.google.protobuf com.google.protobuf.LazyField$LazyEntry extends java.lang.Object implements java.util.Map$Entry { private java.util.Map$Entry entry private void <init> (java.util.Map$Entry) java.util.Map$Entry entry public java.lang.Object getKey () public java.lang.Object getValue () com.google.protobuf.LazyField field public com.google.protobuf.LazyField getField () public java.lang.Object setValue (java.lang.Object) Object value synthetic void <init> (java.util.Map$Entry, com.google.protobuf.LazyField$1) java.util.Map$Entry x0 com.google.protobuf.LazyField$1 x1 }
com/google/protobuf/LazyField$LazyIterator.class
LazyField.java package com.google.protobuf com.google.protobuf.LazyField$LazyIterator extends java.lang.Object implements java.util.Iterator { private java.util.Iterator iterator public void <init> (java.util.Iterator) java.util.Iterator iterator public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry entry public void remove () public volatile synthetic java.lang.Object next () }
com/google/protobuf/LazyField.class
LazyField.java package com.google.protobuf public com.google.protobuf.LazyField extends com.google.protobuf.LazyFieldLite { private final com.google.protobuf.MessageLite defaultInstance public void <init> (com.google.protobuf.MessageLite, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString) com.google.protobuf.MessageLite defaultInstance com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ByteString bytes public boolean containsDefaultInstance () public com.google.protobuf.MessageLite getValue () public int hashCode () public boolean equals (java.lang.Object) Object obj public java.lang.String toString () }
com/google/protobuf/LazyFieldLite.class
LazyFieldLite.java package com.google.protobuf public com.google.protobuf.LazyFieldLite extends java.lang.Object { private static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY private com.google.protobuf.ByteString delayedBytes private com.google.protobuf.ExtensionRegistryLite extensionRegistry protected volatile com.google.protobuf.MessageLite value private volatile com.google.protobuf.ByteString memoizedBytes public void <init> (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString) com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ByteString bytes public void <init> () public static com.google.protobuf.LazyFieldLite fromValue (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite value com.google.protobuf.LazyFieldLite lf public boolean equals (java.lang.Object) Object o com.google.protobuf.LazyFieldLite other com.google.protobuf.MessageLite value1 com.google.protobuf.MessageLite value2 public int hashCode () public boolean containsDefaultInstance () public void clear () public void set (com.google.protobuf.LazyFieldLite) com.google.protobuf.LazyFieldLite other public com.google.protobuf.MessageLite getValue (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite defaultInstance public com.google.protobuf.MessageLite setValue (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite value com.google.protobuf.MessageLite originalValue public void merge (com.google.protobuf.LazyFieldLite) com.google.protobuf.LazyFieldLite other public void mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private static com.google.protobuf.MessageLite mergeValueAndBytes (com.google.protobuf.MessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.MessageLite value com.google.protobuf.ByteString otherBytes com.google.protobuf.ExtensionRegistryLite extensionRegistry public void setByteString (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ByteString bytes com.google.protobuf.ExtensionRegistryLite extensionRegistry public int getSerializedSize () public com.google.protobuf.ByteString toByteString () void writeTo (com.google.protobuf.Writer, int) throws java.io.IOException com.google.protobuf.Writer writer int fieldNumber protected void ensureInitialized (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite parsedValue com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.MessageLite defaultInstance private static void checkArguments (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString) com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ByteString bytes static void <clinit> () }
com/google/protobuf/LazyStringArrayList$ByteArrayListView.class
LazyStringArrayList.java package com.google.protobuf com.google.protobuf.LazyStringArrayList$ByteArrayListView extends java.util.AbstractList implements java.util.RandomAccess { private final com.google.protobuf.LazyStringArrayList list void <init> (com.google.protobuf.LazyStringArrayList) com.google.protobuf.LazyStringArrayList list public byte[] get (int) int index public int size () public byte[] set (int, byte[]) int index byte[] s Object o public void add (int, byte[]) int index byte[] s public byte[] remove (int) int index Object o public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/LazyStringArrayList$ByteStringListView.class
LazyStringArrayList.java package com.google.protobuf com.google.protobuf.LazyStringArrayList$ByteStringListView extends java.util.AbstractList implements java.util.RandomAccess { private final com.google.protobuf.LazyStringArrayList list void <init> (com.google.protobuf.LazyStringArrayList) com.google.protobuf.LazyStringArrayList list public com.google.protobuf.ByteString get (int) int index public int size () public com.google.protobuf.ByteString set (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString s Object o public void add (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString s public com.google.protobuf.ByteString remove (int) int index Object o public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/google/protobuf/LazyStringArrayList.class
LazyStringArrayList.java package com.google.protobuf public com.google.protobuf.LazyStringArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.LazyStringList java.util.RandomAccess { private static final com.google.protobuf.LazyStringArrayList EMPTY_LIST public static final com.google.protobuf.LazyStringList EMPTY private final java.util.List list static com.google.protobuf.LazyStringArrayList emptyList () public void <init> () public void <init> (int) int initialCapacity public void <init> (com.google.protobuf.LazyStringList) com.google.protobuf.LazyStringList from public void <init> (java.util.List) java.util.List from private void <init> (java.util.ArrayList) java.util.ArrayList list public com.google.protobuf.LazyStringArrayList mutableCopyWithCapacity (int) int capacity java.util.ArrayList newList public java.lang.String get (int) com.google.protobuf.ByteString bs String s byte[] ba String s int index Object o public int size () public java.lang.String set (int, java.lang.String) int index String s Object o public void add (int, java.lang.String) int index String element private void add (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString element private void add (int, byte[]) int index byte[] element public boolean addAll (java.util.Collection) java.util.Collection c public boolean addAll (int, java.util.Collection) int index java.util.Collection c java.util.Collection collection boolean ret public boolean addAllByteString (java.util.Collection) java.util.Collection values boolean ret public boolean addAllByteArray (java.util.Collection) java.util.Collection c boolean ret public java.lang.String remove (int) int index Object o public void clear () public void add (com.google.protobuf.ByteString) com.google.protobuf.ByteString element public void add (byte[]) byte[] element public java.lang.Object getRaw (int) int index public com.google.protobuf.ByteString getByteString (int) int index Object o com.google.protobuf.ByteString b public byte[] getByteArray (int) int index Object o byte[] b public void set (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString s private java.lang.Object setAndReturn (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString s public void set (int, byte[]) int index byte[] s private java.lang.Object setAndReturn (int, byte[]) int index byte[] s private static java.lang.String asString (java.lang.Object) Object o private static com.google.protobuf.ByteString asByteString (java.lang.Object) Object o private static byte[] asByteArray (java.lang.Object) Object o public java.util.List getUnderlyingElements () public void mergeFrom (com.google.protobuf.LazyStringList) byte[] b Object o com.google.protobuf.LazyStringList other public java.util.List asByteArrayList () public java.util.List asByteStringList () public com.google.protobuf.LazyStringList getUnmodifiableView () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic boolean retainAll (java.util.Collection) public volatile synthetic boolean removeAll (java.util.Collection) public volatile synthetic boolean remove (java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic boolean isModifiable () public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static synthetic java.lang.Object access$000 (com.google.protobuf.LazyStringArrayList, int, byte[]) com.google.protobuf.LazyStringArrayList x0 int x1 byte[] x2 static synthetic byte[] access$100 (java.lang.Object) Object x0 static synthetic void access$200 (com.google.protobuf.LazyStringArrayList, int, byte[]) com.google.protobuf.LazyStringArrayList x0 int x1 byte[] x2 static synthetic java.lang.Object access$300 (com.google.protobuf.LazyStringArrayList, int, com.google.protobuf.ByteString) com.google.protobuf.LazyStringArrayList x0 int x1 com.google.protobuf.ByteString x2 static synthetic com.google.protobuf.ByteString access$400 (java.lang.Object) Object x0 static synthetic void access$500 (com.google.protobuf.LazyStringArrayList, int, com.google.protobuf.ByteString) com.google.protobuf.LazyStringArrayList x0 int x1 com.google.protobuf.ByteString x2 static void <clinit> () }
com/google/protobuf/LazyStringList.class
LazyStringList.java package com.google.protobuf public abstract com.google.protobuf.LazyStringList extends java.lang.Object implements com.google.protobuf.ProtocolStringList { public abstract com.google.protobuf.ByteString getByteString (int) public abstract java.lang.Object getRaw (int) public abstract byte[] getByteArray (int) public abstract void add (com.google.protobuf.ByteString) public abstract void add (byte[]) public abstract void set (int, com.google.protobuf.ByteString) public abstract void set (int, byte[]) public abstract boolean addAllByteString (java.util.Collection) public abstract boolean addAllByteArray (java.util.Collection) public abstract java.util.List getUnderlyingElements () public abstract void mergeFrom (com.google.protobuf.LazyStringList) public abstract java.util.List asByteArrayList () public abstract com.google.protobuf.LazyStringList getUnmodifiableView () }
com/google/protobuf/ListFieldSchema$1.class
ListFieldSchema.java package com.google.protobuf synthetic com.google.protobuf.ListFieldSchema$1 extends java.lang.Object { }
com/google/protobuf/ListFieldSchema$ListFieldSchemaFull.class
ListFieldSchema.java package com.google.protobuf final com.google.protobuf.ListFieldSchema$ListFieldSchemaFull extends com.google.protobuf.ListFieldSchema { private static final Class UNMODIFIABLE_LIST_CLASS private void <init> () java.util.List mutableListAt (java.lang.Object, long) Object message long offset void makeImmutableListAt (java.lang.Object, long) Object message long offset java.util.List list Object immutable private static java.util.List mutableListAt (java.lang.Object, long, int) java.util.ArrayList newList com.google.protobuf.LazyStringArrayList newList Object message long offset int additionalCapacity java.util.List list void mergeListsAt (java.lang.Object, java.lang.Object, long) Object msg Object otherMsg long offset java.util.List other java.util.List mine int size int otherSize java.util.List merged static java.util.List getList (java.lang.Object, long) Object message long offset synthetic void <init> (com.google.protobuf.ListFieldSchema$1) com.google.protobuf.ListFieldSchema$1 x0 static void <clinit> () }
com/google/protobuf/ListFieldSchema$ListFieldSchemaLite.class
ListFieldSchema.java package com.google.protobuf final com.google.protobuf.ListFieldSchema$ListFieldSchemaLite extends com.google.protobuf.ListFieldSchema { private void <init> () java.util.List mutableListAt (java.lang.Object, long) int size Object message long offset com.google.protobuf.Internal$ProtobufList list void makeImmutableListAt (java.lang.Object, long) Object message long offset com.google.protobuf.Internal$ProtobufList list void mergeListsAt (java.lang.Object, java.lang.Object, long) Object msg Object otherMsg long offset com.google.protobuf.Internal$ProtobufList mine com.google.protobuf.Internal$ProtobufList other int size int otherSize com.google.protobuf.Internal$ProtobufList merged static com.google.protobuf.Internal$ProtobufList getProtobufList (java.lang.Object, long) Object message long offset synthetic void <init> (com.google.protobuf.ListFieldSchema$1) com.google.protobuf.ListFieldSchema$1 x0 }
com/google/protobuf/ListFieldSchema.class
ListFieldSchema.java package com.google.protobuf abstract com.google.protobuf.ListFieldSchema extends java.lang.Object { private static final com.google.protobuf.ListFieldSchema FULL_INSTANCE private static final com.google.protobuf.ListFieldSchema LITE_INSTANCE private void <init> () abstract java.util.List mutableListAt (java.lang.Object, long) abstract void makeImmutableListAt (java.lang.Object, long) abstract void mergeListsAt (java.lang.Object, java.lang.Object, long) static com.google.protobuf.ListFieldSchema full () static com.google.protobuf.ListFieldSchema lite () synthetic void <init> (com.google.protobuf.ListFieldSchema$1) com.google.protobuf.ListFieldSchema$1 x0 static void <clinit> () }
com/google/protobuf/LongArrayList.class
LongArrayList.java package com.google.protobuf final com.google.protobuf.LongArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$LongList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.LongArrayList EMPTY_LIST private long[] array private int size public static com.google.protobuf.LongArrayList emptyList () void <init> () private void <init> (long[], int) long[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.google.protobuf.LongArrayList other long[] arr public int hashCode () int i int result public com.google.protobuf.Internal$LongList mutableCopyWithCapacity (int) int capacity public java.lang.Long get (int) int index public long getLong (int) int index public int indexOf (java.lang.Object) int i Object element long unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Long set (int, java.lang.Long) int index Long element public long setLong (int, long) int index long element long previousValue public boolean add (java.lang.Long) Long element public void add (int, java.lang.Long) int index Long element public void addLong (long) int length long[] newArray long element private void addLong (int, long) int length long[] newArray int index long element public boolean addAll (java.util.Collection) java.util.Collection collection com.google.protobuf.LongArrayList list int overflow int newSize public java.lang.Long remove (int) int index long value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/ManifestSchemaFactory$1.class
ManifestSchemaFactory.java package com.google.protobuf com.google.protobuf.ManifestSchemaFactory$1 extends java.lang.Object implements com.google.protobuf.MessageInfoFactory { void <init> () public boolean isSupported (java.lang.Class) Class clazz public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) Class clazz }
com/google/protobuf/ManifestSchemaFactory$CompositeMessageInfoFactory.class
ManifestSchemaFactory.java package com.google.protobuf com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory extends java.lang.Object implements com.google.protobuf.MessageInfoFactory { private com.google.protobuf.MessageInfoFactory[] factories transient void <init> (com.google.protobuf.MessageInfoFactory[]) com.google.protobuf.MessageInfoFactory[] factories public boolean isSupported (java.lang.Class) com.google.protobuf.MessageInfoFactory factory Class clazz public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) com.google.protobuf.MessageInfoFactory factory Class clazz }
com/google/protobuf/ManifestSchemaFactory.class
ManifestSchemaFactory.java package com.google.protobuf final com.google.protobuf.ManifestSchemaFactory extends java.lang.Object implements com.google.protobuf.SchemaFactory { private final com.google.protobuf.MessageInfoFactory messageInfoFactory private static final com.google.protobuf.MessageInfoFactory EMPTY_FACTORY public void <init> () private void <init> (com.google.protobuf.MessageInfoFactory) com.google.protobuf.MessageInfoFactory messageInfoFactory public com.google.protobuf.Schema createSchema (java.lang.Class) Class messageType com.google.protobuf.MessageInfo messageInfo private static com.google.protobuf.Schema newSchema (java.lang.Class, com.google.protobuf.MessageInfo) Class messageType com.google.protobuf.MessageInfo messageInfo private static boolean isProto2 (com.google.protobuf.MessageInfo) com.google.protobuf.MessageInfo messageInfo private static com.google.protobuf.MessageInfoFactory getDefaultMessageInfoFactory () private static com.google.protobuf.MessageInfoFactory getDescriptorMessageInfoFactory () Class clazz Exception e static void <clinit> () }
com/google/protobuf/MapEntryLite$1.class
MapEntryLite.java package com.google.protobuf synthetic com.google.protobuf.MapEntryLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/MapEntryLite$Metadata.class
MapEntryLite.java package com.google.protobuf com.google.protobuf.MapEntryLite$Metadata extends java.lang.Object { public final com.google.protobuf.WireFormat$FieldType keyType public final Object defaultKey public final com.google.protobuf.WireFormat$FieldType valueType public final Object defaultValue public void <init> (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue }
com/google/protobuf/MapEntryLite.class
MapEntryLite.java package com.google.protobuf public com.google.protobuf.MapEntryLite extends java.lang.Object { private static final int KEY_FIELD_NUMBER private static final int VALUE_FIELD_NUMBER private final com.google.protobuf.MapEntryLite$Metadata metadata private final Object key private final Object value private void <init> (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue private void <init> (com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) com.google.protobuf.MapEntryLite$Metadata metadata Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public static com.google.protobuf.MapEntryLite newDefaultInstance (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue static void writeTo (com.google.protobuf.CodedOutputStream, com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output com.google.protobuf.MapEntryLite$Metadata metadata Object key Object value static int computeSerializedSize (com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) com.google.protobuf.MapEntryLite$Metadata metadata Object key Object value static java.lang.Object parseField (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.google.protobuf.MessageLite$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.WireFormat$FieldType type Object value public void serializeTo (com.google.protobuf.CodedOutputStream, int, java.lang.Object, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output int fieldNumber Object key Object value public int computeMessageSize (int, java.lang.Object, java.lang.Object) int fieldNumber Object key Object value public java.util.Map$Entry parseEntry (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.ByteString bytes com.google.protobuf.ExtensionRegistryLite extensionRegistry static java.util.Map$Entry parseEntry (com.google.protobuf.CodedInputStream, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input com.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.ExtensionRegistryLite extensionRegistry Object key Object value public void parseInto (com.google.protobuf.MapFieldLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.google.protobuf.MapFieldLite map com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit Object key Object value com.google.protobuf.MapEntryLite$Metadata getMetadata () }
com/google/protobuf/MapFieldLite.class
MapFieldLite.java package com.google.protobuf public final com.google.protobuf.MapFieldLite extends java.util.LinkedHashMap { private boolean isMutable private static final com.google.protobuf.MapFieldLite EMPTY_MAP_FIELD private void <init> () private void <init> (java.util.Map) java.util.Map mapData public static com.google.protobuf.MapFieldLite emptyMapField () public void mergeFrom (com.google.protobuf.MapFieldLite) com.google.protobuf.MapFieldLite other public java.util.Set entrySet () public void clear () public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object put (java.util.Map$Entry) java.util.Map$Entry entry public void putAll (java.util.Map) java.util.Map m public java.lang.Object remove (java.lang.Object) Object key private static void checkForNullKeysAndValues (java.util.Map) Object key java.util.Map m private static boolean equals (java.lang.Object, java.lang.Object) Object a Object b static boolean equals (java.util.Map, java.util.Map) java.util.Map$Entry entry java.util.Map a java.util.Map b public boolean equals (java.lang.Object) Object object private static int calculateHashCodeForObject (java.lang.Object) Object a static int calculateHashCodeForMap (java.util.Map) java.util.Map$Entry entry java.util.Map a int result public int hashCode () private static java.lang.Object copy (java.lang.Object) byte[] data Object object static java.util.Map copy (java.util.Map) java.util.Map$Entry entry java.util.Map map java.util.Map result public com.google.protobuf.MapFieldLite mutableCopy () public void makeImmutable () public boolean isMutable () private void ensureMutable () static void <clinit> () }
com/google/protobuf/MapFieldSchema.class
MapFieldSchema.java package com.google.protobuf abstract com.google.protobuf.MapFieldSchema extends java.lang.Object { public abstract java.util.Map forMutableMapData (java.lang.Object) public abstract java.util.Map forMapData (java.lang.Object) public abstract boolean isImmutable (java.lang.Object) public abstract java.lang.Object toImmutable (java.lang.Object) public abstract java.lang.Object newMapField (java.lang.Object) public abstract com.google.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object) public abstract java.lang.Object mergeFrom (java.lang.Object, java.lang.Object) public abstract int getSerializedSize (int, java.lang.Object, java.lang.Object) }
com/google/protobuf/MapFieldSchemaLite.class
MapFieldSchemaLite.java package com.google.protobuf com.google.protobuf.MapFieldSchemaLite extends java.lang.Object implements com.google.protobuf.MapFieldSchema { void <init> () public java.util.Map forMutableMapData (java.lang.Object) Object mapField public com.google.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object) Object mapDefaultEntry public java.util.Map forMapData (java.lang.Object) Object mapField public boolean isImmutable (java.lang.Object) Object mapField public java.lang.Object toImmutable (java.lang.Object) Object mapField public java.lang.Object newMapField (java.lang.Object) Object unused public java.lang.Object mergeFrom (java.lang.Object, java.lang.Object) Object destMapField Object srcMapField private static com.google.protobuf.MapFieldLite mergeFromLite (java.lang.Object, java.lang.Object) Object destMapField Object srcMapField com.google.protobuf.MapFieldLite mine com.google.protobuf.MapFieldLite other public int getSerializedSize (int, java.lang.Object, java.lang.Object) int fieldNumber Object mapField Object mapDefaultEntry private static int getSerializedSizeLite (int, java.lang.Object, java.lang.Object) java.util.Map$Entry entry int fieldNumber Object mapField Object defaultEntry com.google.protobuf.MapFieldLite mapFieldLite com.google.protobuf.MapEntryLite defaultEntryLite int size }
com/google/protobuf/MapFieldSchemas.class
MapFieldSchemas.java package com.google.protobuf final com.google.protobuf.MapFieldSchemas extends java.lang.Object { private static final com.google.protobuf.MapFieldSchema FULL_SCHEMA private static final com.google.protobuf.MapFieldSchema LITE_SCHEMA void <init> () static com.google.protobuf.MapFieldSchema full () static com.google.protobuf.MapFieldSchema lite () private static com.google.protobuf.MapFieldSchema loadSchemaForFullRuntime () Class clazz Exception e static void <clinit> () }
com/google/protobuf/MessageInfo.class
MessageInfo.java package com.google.protobuf abstract com.google.protobuf.MessageInfo extends java.lang.Object { public abstract com.google.protobuf.ProtoSyntax getSyntax () public abstract boolean isMessageSetWireFormat () public abstract com.google.protobuf.MessageLite getDefaultInstance () }
com/google/protobuf/MessageInfoFactory.class
MessageInfoFactory.java package com.google.protobuf abstract com.google.protobuf.MessageInfoFactory extends java.lang.Object { public abstract boolean isSupported (java.lang.Class) public abstract com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) }
com/google/protobuf/MessageLite$Builder.class
MessageLite.java package com.google.protobuf public abstract com.google.protobuf.MessageLite$Builder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder java.lang.Cloneable { public abstract com.google.protobuf.MessageLite$Builder clear () public abstract com.google.protobuf.MessageLite build () public abstract com.google.protobuf.MessageLite buildPartial () public abstract com.google.protobuf.MessageLite$Builder clone () public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public abstract boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException public abstract boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException }
com/google/protobuf/MessageLite.class
MessageLite.java package com.google.protobuf public abstract com.google.protobuf.MessageLite extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException public abstract int getSerializedSize () public abstract com.google.protobuf.Parser getParserForType () public abstract com.google.protobuf.ByteString toByteString () public abstract byte[] toByteArray () public abstract void writeTo (java.io.OutputStream) throws java.io.IOException public abstract void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder newBuilderForType () public abstract com.google.protobuf.MessageLite$Builder toBuilder () }
com/google/protobuf/MessageLiteOrBuilder.class
MessageLiteOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.MessageLiteOrBuilder extends java.lang.Object { public abstract com.google.protobuf.MessageLite getDefaultInstanceForType () public abstract boolean isInitialized () }
com/google/protobuf/MessageLiteToString.class
MessageLiteToString.java package com.google.protobuf final com.google.protobuf.MessageLiteToString extends java.lang.Object { private static final String LIST_SUFFIX private static final String BUILDER_LIST_SUFFIX private static final String MAP_SUFFIX private static final String BYTES_SUFFIX private static final char[] INDENT_BUFFER private void <init> () static java.lang.String toString (com.google.protobuf.MessageLite, java.lang.String) com.google.protobuf.MessageLite messageLite String commentString StringBuilder buffer private static void reflectivePrintWithIndent (com.google.protobuf.MessageLite, java.lang.StringBuilder, int) java.lang.reflect.Method method java.lang.reflect.Method listMethod java.lang.reflect.Method mapMethod Object value boolean hasValue String suffix java.lang.reflect.Method getMethod java.lang.reflect.Method hasMethod java.util.Map$Entry getter java.util.Map$Entry entry java.util.Iterator iter com.google.protobuf.MessageLite messageLite StringBuilder buffer int indent java.util.Set setters java.util.Map hazzers java.util.Map getters private static boolean isDefaultValue (java.lang.Object) Object o static void printField (java.lang.StringBuilder, int, java.lang.String, java.lang.Object) Object entry java.util.List list java.util.Map$Entry entry java.util.Map map java.util.Map$Entry entry StringBuilder buffer int indent String name Object object private static void indent (int, java.lang.StringBuilder) int partialIndent int indent StringBuilder buffer private static java.lang.String pascalCaseToSnakeCase (java.lang.String) char ch int i String pascalCase StringBuilder builder static void <clinit> () }
com/google/protobuf/MessageSchema$1.class
MessageSchema.java package com.google.protobuf synthetic com.google.protobuf.MessageSchema$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/MessageSchema.class
MessageSchema.java package com.google.protobuf final com.google.protobuf.MessageSchema extends java.lang.Object implements com.google.protobuf.Schema { private static final int INTS_PER_FIELD private static final int OFFSET_BITS private static final int OFFSET_MASK private static final int FIELD_TYPE_MASK private static final int REQUIRED_MASK private static final int ENFORCE_UTF8_MASK private static final int NO_PRESENCE_SENTINEL private static final int[] EMPTY_INT_ARRAY static final int ONEOF_TYPE_OFFSET private static final sun.misc.Unsafe UNSAFE private final int[] buffer private final Object[] objects private final int minFieldNumber private final int maxFieldNumber private final com.google.protobuf.MessageLite defaultInstance private final boolean hasExtensions private final boolean lite private final boolean proto3 private final boolean useCachedSizeField private final int[] intArray private final int checkInitializedCount private final int repeatedFieldOffsetStart private final com.google.protobuf.NewInstanceSchema newInstanceSchema private final com.google.protobuf.ListFieldSchema listFieldSchema private final com.google.protobuf.UnknownFieldSchema unknownFieldSchema private final com.google.protobuf.ExtensionSchema extensionSchema private final com.google.protobuf.MapFieldSchema mapFieldSchema private void <init> (int[], java.lang.Object[], int, int, com.google.protobuf.MessageLite, boolean, boolean, int[], int, int, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema) int[] buffer Object[] objects int minFieldNumber int maxFieldNumber com.google.protobuf.MessageLite defaultInstance boolean proto3 boolean useCachedSizeField int[] intArray int checkInitialized int mapFieldPositions com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MapFieldSchema mapFieldSchema static com.google.protobuf.MessageSchema newSchema (java.lang.Class, com.google.protobuf.MessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema) Class messageClass com.google.protobuf.MessageInfo messageInfo com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MapFieldSchema mapFieldSchema static com.google.protobuf.MessageSchema newSchemaForRawMessageInfo (com.google.protobuf.RawMessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema) int result int shift int result int shift int oneofCount int hasBitsCount int minFieldNumber int maxFieldNumber int numEntries int mapFieldCount int repeatedFieldCount int checkInitialized int[] intArray int objectsPosition int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift java.lang.reflect.Field oneofField java.lang.reflect.Field oneofCaseField int oneofIndex int oneofFieldType java.lang.reflect.Field oneofField int index Object o java.lang.reflect.Field oneofCaseField int fieldOffset int presenceMaskShift int presenceFieldOffset int result int shift java.lang.reflect.Field hasBitsField int hasBitsIndex java.lang.reflect.Field hasBitsField int index Object o int presenceMaskShift int presenceFieldOffset java.lang.reflect.Field field boolean hasHasBit int fieldNumber int fieldTypeWithExtraBits int fieldType int fieldOffset int presenceMaskShift int presenceFieldOffset com.google.protobuf.RawMessageInfo messageInfo com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MapFieldSchema mapFieldSchema boolean isProto3 String info int length int i int next int unusedFlags int fieldCount int oneofCount int hasBitsCount int minFieldNumber int maxFieldNumber int numEntries int mapFieldCount int repeatedFieldCount int checkInitialized int[] intArray int objectsPosition sun.misc.Unsafe unsafe Object[] messageInfoObjects int checkInitializedPosition Class messageClass int[] buffer Object[] objects int mapFieldIndex int repeatedFieldIndex int bufferIndex private static java.lang.reflect.Field reflectField (java.lang.Class, java.lang.String) java.lang.reflect.Field field java.lang.reflect.Field[] fields NoSuchFieldException e Class messageClass String fieldName static com.google.protobuf.MessageSchema newSchemaForMessageInfo (com.google.protobuf.StructuralMessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema) int minFieldNumber int maxFieldNumber com.google.protobuf.FieldInfo fi com.google.protobuf.FieldInfo fi int fieldNumber int bufferIndex com.google.protobuf.StructuralMessageInfo messageInfo com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MapFieldSchema mapFieldSchema boolean isProto3 com.google.protobuf.FieldInfo[] fis int minFieldNumber int maxFieldNumber int numEntries int[] buffer Object[] objects int mapFieldCount int repeatedFieldCount int[] mapFieldPositions int[] repeatedFieldOffsets int[] checkInitialized int checkInitializedIndex int fieldIndex int[] combined private static void storeFieldData (com.google.protobuf.FieldInfo, int[], int, java.lang.Object[]) int fieldOffset int typeId int presenceMaskShift int presenceFieldOffset int presenceFieldOffset java.lang.reflect.Field presenceField int presenceMaskShift int presenceFieldOffset int presenceMaskShift int presenceFieldOffset com.google.protobuf.FieldType type com.google.protobuf.FieldInfo fi int[] buffer int bufferIndex Object[] objects int fieldOffset int typeId int presenceMaskShift int presenceFieldOffset com.google.protobuf.OneofInfo oneof Object messageFieldClass public java.lang.Object newInstance () public boolean equals (java.lang.Object, java.lang.Object) int pos com.google.protobuf.FieldSet messageExtensions com.google.protobuf.FieldSet otherExtensions Object message Object other int bufferLength Object messageUnknown Object otherUnknown private boolean equals (java.lang.Object, java.lang.Object, int) Object message Object other int pos int typeAndOffset long offset public int hashCode (java.lang.Object) int protoHash Object submessage int protoHash Object submessage Object submessage Object submessage int typeAndOffset int entryNumber long offset int pos Object message int hashCode int bufferLength public void mergeFrom (java.lang.Object, java.lang.Object) int i Object message Object other private void mergeSingleField (java.lang.Object, java.lang.Object, int) Object message Object other int pos int typeAndOffset long offset int number private void mergeMessage (java.lang.Object, java.lang.Object, int) Object copyOfSource Object newInstance Object targetParent Object sourceParent int pos int typeAndOffset long offset Object source com.google.protobuf.Schema fieldSchema Object target private void mergeOneofMessage (java.lang.Object, java.lang.Object, int) Object copyOfSource Object newInstance Object targetParent Object sourceParent int pos int number long offset Object source com.google.protobuf.Schema fieldSchema Object target public int getSerializedSize (java.lang.Object) Object message private int getSerializedSizeProto2 (java.lang.Object) int presenceFieldOffset Object value Object value com.google.protobuf.ByteString value int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize Object value Object value int typeAndOffset int number int fieldType int presenceMaskAndOffset int presenceMask long offset int i Object message int size sun.misc.Unsafe unsafe int currentPresenceFieldOffset int currentPresenceField private int getSerializedSizeProto3 (java.lang.Object) Object value Object value com.google.protobuf.ByteString value int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize Object value Object value int typeAndOffset int fieldType int number long offset int cachedSizeOffset int i Object message sun.misc.Unsafe unsafe int size private int getUnknownFieldsSerializedSize (com.google.protobuf.UnknownFieldSchema, java.lang.Object) com.google.protobuf.UnknownFieldSchema schema Object message Object unknowns private static java.util.List listAt (java.lang.Object, long) Object message long offset public void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException Object message com.google.protobuf.Writer writer private void writeFieldsInAscendingOrderProto2 (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.FieldSet extensions int presenceFieldOffset Object value Object value int typeAndOffset int number int fieldType int presenceMaskAndOffset int presenceMask long offset int pos Object message com.google.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension int currentPresenceFieldOffset int currentPresenceField int bufferLength sun.misc.Unsafe unsafe private void writeFieldsInAscendingOrderProto3 (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.FieldSet extensions Object value Object value int typeAndOffset int number int pos Object message com.google.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension int bufferLength private void writeFieldsInDescendingOrder (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.FieldSet extensions Object value Object value int typeAndOffset int number int pos Object message com.google.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension private void writeMapHelper (com.google.protobuf.Writer, int, java.lang.Object, int) throws java.io.IOException com.google.protobuf.Writer writer int number Object mapField int pos private void writeUnknownInMessageTo (com.google.protobuf.UnknownFieldSchema, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSchema schema Object message com.google.protobuf.Writer writer public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeFromHelper (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int i int i Object extension com.google.protobuf.MessageLite current int enumValue com.google.protobuf.Internal$EnumVerifier enumVerifier com.google.protobuf.MessageLite current java.util.List enumList java.util.List enumList com.google.protobuf.MessageLite current int enumValue com.google.protobuf.Internal$EnumVerifier enumVerifier com.google.protobuf.MessageLite current int i int i int i com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException e int number int pos int typeAndOffset int i com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry Object unknownFields com.google.protobuf.FieldSet extensions static com.google.protobuf.UnknownFieldSetLite getMutableUnknownFields (java.lang.Object) Object message com.google.protobuf.UnknownFieldSetLite unknownFields private int decodeMapEntryValue (byte[], int, int, com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position int limit com.google.protobuf.WireFormat$FieldType fieldType Class messageType com.google.protobuf.ArrayDecoders$Registers registers private int decodeMapEntry (byte[], int, int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int tag int fieldNumber int wireType byte[] data int position int limit com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map target com.google.protobuf.ArrayDecoders$Registers registers int length int end Object key Object value private int parseRepeatedField (java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int size Object message byte[] data int position int limit int tag int number int wireType int bufferPosition long typeAndOffset int fieldType long fieldOffset com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList list private int parseMapField (java.lang.Object, byte[], int, int, int, long, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object oldMapField Object message byte[] data int position int limit int bufferPosition long fieldOffset com.google.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe Object mapDefaultEntry Object mapField private int parseOneofField (java.lang.Object, byte[], int, int, int, int, int, int, int, long, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException String value int length Object current int enumValue com.google.protobuf.Internal$EnumVerifier enumVerifier Object current int endTag Object message byte[] data int position int limit int tag int number int wireType int typeAndOffset int fieldType long fieldOffset int bufferPosition com.google.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe long oneofCaseOffset private com.google.protobuf.Schema getMessageFieldSchema (int) int pos int index com.google.protobuf.Schema schema private java.lang.Object getMapFieldDefaultEntry (int) int pos private com.google.protobuf.Internal$EnumVerifier getEnumFieldVerifier (int) int pos int parseProto2Message (java.lang.Object, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object current int enumValue com.google.protobuf.Internal$EnumVerifier enumVerifier Object current int endTag int presenceMaskAndOffset int presenceMask int presenceFieldOffset int size com.google.protobuf.Internal$ProtobufList list int oldPosition int oldPosition int oldPosition int typeAndOffset int fieldType long fieldOffset int number int wireType int i Object message byte[] data int position int limit int endGroup com.google.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe int currentPresenceFieldOffset int currentPresenceField int tag int oldNumber int pos com.google.protobuf.UnknownFieldSetLite unknownFields private java.lang.Object mutableMessageFieldForMerge (java.lang.Object, int) Object message int pos com.google.protobuf.Schema fieldSchema long offset Object current Object newMessage private void storeMessageField (java.lang.Object, int, java.lang.Object) Object message int pos Object field private java.lang.Object mutableOneofMessageFieldForMerge (java.lang.Object, int, int) Object message int fieldNumber int pos com.google.protobuf.Schema fieldSchema Object current Object newMessage private void storeOneofMessageField (java.lang.Object, int, int, java.lang.Object) Object message int fieldNumber int pos Object field private int parseProto3Message (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object current int presenceMaskAndOffset int presenceMask int presenceFieldOffset int size com.google.protobuf.Internal$ProtobufList list int oldPosition int oldPosition int oldPosition int typeAndOffset int fieldType long fieldOffset int number int wireType Object message byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe int currentPresenceFieldOffset int currentPresenceField int tag int oldNumber int pos public void mergeFrom (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object message byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers public void makeImmutable (java.lang.Object) com.google.protobuf.GeneratedMessageLite generatedMessage Object mapField int typeAndOffset long offset int pos Object message int bufferLength private final void mergeMap (java.lang.Object, int, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Reader) throws java.io.IOException Object oldMapField Object message int pos Object mapDefaultEntry com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Reader reader long offset Object mapField private java.lang.Object filterMapUnknownEnumValues (java.lang.Object, int, java.lang.Object, com.google.protobuf.UnknownFieldSchema, java.lang.Object) Object message int pos Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object containerMessage int fieldNumber long offset Object mapField com.google.protobuf.Internal$EnumVerifier enumVerifier java.util.Map mapData private java.lang.Object filterUnknownEnumMap (int, int, java.util.Map, com.google.protobuf.Internal$EnumVerifier, java.lang.Object, com.google.protobuf.UnknownFieldSchema, java.lang.Object) java.io.IOException e int entrySize com.google.protobuf.ByteString$CodedBuilder codedBuilder com.google.protobuf.CodedOutputStream codedOutput java.util.Map$Entry entry java.util.Iterator it int pos int number java.util.Map mapData com.google.protobuf.Internal$EnumVerifier enumVerifier Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object containerMessage com.google.protobuf.MapEntryLite$Metadata metadata public final boolean isInitialized (java.lang.Object) int pos int number int typeAndOffset int presenceMaskAndOffset int presenceFieldOffset int presenceMask int i Object message int currentPresenceFieldOffset int currentPresenceField private static boolean isInitialized (java.lang.Object, int, com.google.protobuf.Schema) Object message int typeAndOffset com.google.protobuf.Schema schema Object nested private boolean isListInitialized (java.lang.Object, int, int) Object nested int i Object message int typeAndOffset int pos java.util.List list com.google.protobuf.Schema schema private boolean isMapInitialized (java.lang.Object, int, int) Object nested Object message int typeAndOffset int pos java.util.Map map Object mapDefaultEntry com.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.Schema schema private void writeString (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Writer writer private void readString (java.lang.Object, int, com.google.protobuf.Reader) throws java.io.IOException Object message int typeAndOffset com.google.protobuf.Reader reader private void readStringList (java.lang.Object, int, com.google.protobuf.Reader) throws java.io.IOException Object message int typeAndOffset com.google.protobuf.Reader reader private void readMessageList (java.lang.Object, int, com.google.protobuf.Reader, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message int typeAndOffset com.google.protobuf.Reader reader com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry long offset private void readGroupList (java.lang.Object, long, com.google.protobuf.Reader, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message long offset com.google.protobuf.Reader reader com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private int numberAt (int) int pos private int typeAndOffsetAt (int) int pos private int presenceMaskAndOffsetAt (int) int pos private static int type (int) int value private static boolean isRequired (int) int value private static boolean isEnforceUtf8 (int) int value private static long offset (int) int value private static boolean isMutable (java.lang.Object) Object message private static void checkMutable (java.lang.Object) Object message private static double doubleAt (java.lang.Object, long) Object message long offset private static float floatAt (java.lang.Object, long) Object message long offset private static int intAt (java.lang.Object, long) Object message long offset private static long longAt (java.lang.Object, long) Object message long offset private static boolean booleanAt (java.lang.Object, long) Object message long offset private static double oneofDoubleAt (java.lang.Object, long) Object message long offset private static float oneofFloatAt (java.lang.Object, long) Object message long offset private static int oneofIntAt (java.lang.Object, long) Object message long offset private static long oneofLongAt (java.lang.Object, long) Object message long offset private static boolean oneofBooleanAt (java.lang.Object, long) Object message long offset private boolean arePresentForEquals (java.lang.Object, java.lang.Object, int) Object message Object other int pos private boolean isFieldPresent (java.lang.Object, int, int, int, int) Object message int pos int presenceFieldOffset int presenceField int presenceMask private boolean isFieldPresent (java.lang.Object, int) Object value int typeAndOffset long offset int presenceMask Object message int pos int presenceMaskAndOffset long presenceFieldOffset private void setFieldPresent (java.lang.Object, int) Object message int pos int presenceMaskAndOffset long presenceFieldOffset int presenceMask private boolean isOneofPresent (java.lang.Object, int, int) Object message int fieldNumber int pos int presenceMaskAndOffset private boolean isOneofCaseEqual (java.lang.Object, java.lang.Object, int) Object message Object other int pos int presenceMaskAndOffset private void setOneofPresent (java.lang.Object, int, int) Object message int fieldNumber int pos int presenceMaskAndOffset private int positionForFieldNumber (int) int number private int positionForFieldNumber (int, int) int number int min private int slowPositionForFieldNumber (int, int) int mid int pos int midFieldNumber int number int min int max int getSchemaSize () static void <clinit> () }
com/google/protobuf/MessageSetSchema.class
MessageSetSchema.java package com.google.protobuf final com.google.protobuf.MessageSetSchema extends java.lang.Object implements com.google.protobuf.Schema { private final com.google.protobuf.MessageLite defaultInstance private final com.google.protobuf.UnknownFieldSchema unknownFieldSchema private final boolean hasExtensions private final com.google.protobuf.ExtensionSchema extensionSchema private void <init> (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MessageLite) com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MessageLite defaultInstance static com.google.protobuf.MessageSetSchema newSchema (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MessageLite) com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MessageLite defaultInstance public java.lang.Object newInstance () public boolean equals (java.lang.Object, java.lang.Object) com.google.protobuf.FieldSet messageExtensions com.google.protobuf.FieldSet otherExtensions Object message Object other Object messageUnknown Object otherUnknown public int hashCode (java.lang.Object) com.google.protobuf.FieldSet extensions Object message int hashCode public void mergeFrom (java.lang.Object, java.lang.Object) Object message Object other public void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException java.util.Map$Entry extension com.google.protobuf.FieldSet$FieldDescriptorLite fd Object message com.google.protobuf.Writer writer com.google.protobuf.FieldSet extensions java.util.Iterator iterator private void writeUnknownFieldsHelper (com.google.protobuf.UnknownFieldSchema, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object message com.google.protobuf.Writer writer public void mergeFrom (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int tag int number int wireType int startTag int typeId com.google.protobuf.ByteString rawBytes Object message byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.UnknownFieldSetLite unknownFields com.google.protobuf.FieldSet extensions com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeFromHelper (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int number com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry Object unknownFields com.google.protobuf.FieldSet extensions public void makeImmutable (java.lang.Object) Object message private boolean parseMessageSetItemOrUnknownField (com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ExtensionSchema, com.google.protobuf.FieldSet, com.google.protobuf.UnknownFieldSchema, java.lang.Object) throws java.io.IOException Object extension int number int tag com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.FieldSet extensions com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object unknownFields int startTag int typeId com.google.protobuf.ByteString rawBytes Object extension public final boolean isInitialized (java.lang.Object) Object message com.google.protobuf.FieldSet extensions public int getSerializedSize (java.lang.Object) Object message int size private int getUnknownFieldsSerializedSize (com.google.protobuf.UnknownFieldSchema, java.lang.Object) com.google.protobuf.UnknownFieldSchema schema Object message Object unknowns }
com/google/protobuf/MutabilityOracle$1.class
MutabilityOracle.java package com.google.protobuf com.google.protobuf.MutabilityOracle$1 extends java.lang.Object implements com.google.protobuf.MutabilityOracle { void <init> () public void ensureMutable () }
com/google/protobuf/MutabilityOracle.class
MutabilityOracle.java package com.google.protobuf abstract com.google.protobuf.MutabilityOracle extends java.lang.Object { public static final com.google.protobuf.MutabilityOracle IMMUTABLE public abstract void ensureMutable () static void <clinit> () }
com/google/protobuf/NewInstanceSchema.class
NewInstanceSchema.java package com.google.protobuf abstract com.google.protobuf.NewInstanceSchema extends java.lang.Object { public abstract java.lang.Object newInstance (java.lang.Object) }
com/google/protobuf/NewInstanceSchemaLite.class
NewInstanceSchemaLite.java package com.google.protobuf final com.google.protobuf.NewInstanceSchemaLite extends java.lang.Object implements com.google.protobuf.NewInstanceSchema { void <init> () public java.lang.Object newInstance (java.lang.Object) Object defaultInstance }
com/google/protobuf/NewInstanceSchemas.class
NewInstanceSchemas.java package com.google.protobuf final com.google.protobuf.NewInstanceSchemas extends java.lang.Object { private static final com.google.protobuf.NewInstanceSchema FULL_SCHEMA private static final com.google.protobuf.NewInstanceSchema LITE_SCHEMA void <init> () static com.google.protobuf.NewInstanceSchema full () static com.google.protobuf.NewInstanceSchema lite () private static com.google.protobuf.NewInstanceSchema loadSchemaForFullRuntime () Class clazz Exception e static void <clinit> () }
com/google/protobuf/NioByteString$1.class
NioByteString.java package com.google.protobuf com.google.protobuf.NioByteString$1 extends java.io.InputStream { private final java.nio.ByteBuffer buf final synthetic com.google.protobuf.NioByteString this$0 void <init> (com.google.protobuf.NioByteString) com.google.protobuf.NioByteString this$0 public void mark (int) int readlimit public boolean markSupported () public void reset () throws java.io.IOException java.nio.InvalidMarkException e public int available () throws java.io.IOException public int read () throws java.io.IOException public int read (byte[], int, int) throws java.io.IOException byte[] bytes int off int len }
com/google/protobuf/NioByteString.class
NioByteString.java package com.google.protobuf final com.google.protobuf.NioByteString extends com.google.protobuf.ByteString$LeafByteString { private final java.nio.ByteBuffer buffer void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer buffer private java.lang.Object writeReplace () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in public byte byteAt (int) ArrayIndexOutOfBoundsException e IndexOutOfBoundsException e int index public byte internalByteAt (int) int index public int size () public com.google.protobuf.ByteString substring (int, int) java.nio.ByteBuffer slice ArrayIndexOutOfBoundsException e IndexOutOfBoundsException e int beginIndex int endIndex protected void copyToInternal (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy java.nio.ByteBuffer slice public void copyTo (java.nio.ByteBuffer) java.nio.ByteBuffer target public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream out boolean equalsRange (com.google.protobuf.ByteString, int, int) com.google.protobuf.ByteString other int offset int length void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException int bufferOffset java.io.OutputStream out int sourceOffset int numberToWrite void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteOutput output public java.nio.ByteBuffer asReadOnlyByteBuffer () public java.util.List asReadOnlyByteBufferList () protected java.lang.String toStringInternal (java.nio.charset.Charset) byte[] bytes int offset int length java.nio.charset.Charset charset byte[] bytes int offset int length public boolean isValidUtf8 () protected int partialIsValidUtf8 (int, int, int) int state int offset int length public boolean equals (java.lang.Object) Object other com.google.protobuf.ByteString otherString protected int partialHash (int, int, int) int i int h int offset int length public java.io.InputStream newInput () public com.google.protobuf.CodedInputStream newCodedInput () private java.nio.ByteBuffer slice (int, int) int beginIndex int endIndex java.nio.ByteBuffer slice static synthetic java.nio.ByteBuffer access$000 (com.google.protobuf.NioByteString) com.google.protobuf.NioByteString x0 }
com/google/protobuf/OneofInfo.class
OneofInfo.java package com.google.protobuf final com.google.protobuf.OneofInfo extends java.lang.Object { private final int id private final java.lang.reflect.Field caseField private final java.lang.reflect.Field valueField public void <init> (int, java.lang.reflect.Field, java.lang.reflect.Field) int id java.lang.reflect.Field caseField java.lang.reflect.Field valueField public int getId () public java.lang.reflect.Field getCaseField () public java.lang.reflect.Field getValueField () }
com/google/protobuf/Parser.class
Parser.java package com.google.protobuf public abstract com.google.protobuf.Parser extends java.lang.Object { public abstract java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/PrimitiveNonBoxingCollection.class
PrimitiveNonBoxingCollection.java package com.google.protobuf abstract com.google.protobuf.PrimitiveNonBoxingCollection extends java.lang.Object { }
com/google/protobuf/ProtoSyntax.class
ProtoSyntax.java package com.google.protobuf public final enum com.google.protobuf.ProtoSyntax extends java.lang.Enum { public static final enum com.google.protobuf.ProtoSyntax PROTO2 public static final enum com.google.protobuf.ProtoSyntax PROTO3 private static final synthetic com.google.protobuf.ProtoSyntax[] $VALUES public static com.google.protobuf.ProtoSyntax[] values () public static com.google.protobuf.ProtoSyntax valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.ProtoSyntax[] $values () static void <clinit> () }
com/google/protobuf/Protobuf.class
Protobuf.java package com.google.protobuf final com.google.protobuf.Protobuf extends java.lang.Object { private static final com.google.protobuf.Protobuf INSTANCE private final com.google.protobuf.SchemaFactory schemaFactory private final java.util.concurrent.ConcurrentMap schemaCache public static com.google.protobuf.Protobuf getInstance () public void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException Object message com.google.protobuf.Writer writer public void mergeFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException Object message com.google.protobuf.Reader reader public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry public void makeImmutable (java.lang.Object) Object message boolean isInitialized (java.lang.Object) Object message public com.google.protobuf.Schema schemaFor (java.lang.Class) com.google.protobuf.Schema previous Class messageType com.google.protobuf.Schema schema public com.google.protobuf.Schema schemaFor (java.lang.Object) Object message public com.google.protobuf.Schema registerSchema (java.lang.Class, com.google.protobuf.Schema) Class messageType com.google.protobuf.Schema schema public com.google.protobuf.Schema registerSchemaOverride (java.lang.Class, com.google.protobuf.Schema) Class messageType com.google.protobuf.Schema schema private void <init> () int getTotalSchemaSize () com.google.protobuf.Schema schema int result static void <clinit> () }
com/google/protobuf/ProtobufArrayList.class
ProtobufArrayList.java package com.google.protobuf final com.google.protobuf.ProtobufArrayList extends com.google.protobuf.AbstractProtobufList implements java.util.RandomAccess { private static final com.google.protobuf.ProtobufArrayList EMPTY_LIST private Object[] array private int size public static com.google.protobuf.ProtobufArrayList emptyList () void <init> () private void <init> (java.lang.Object[], int) Object[] array int size public com.google.protobuf.ProtobufArrayList mutableCopyWithCapacity (int) int capacity Object[] newArray public boolean add (java.lang.Object) int length Object[] newArray Object element public void add (int, java.lang.Object) int length Object[] newArray int index Object element public java.lang.Object get (int) int index public java.lang.Object remove (int) int index Object value public java.lang.Object set (int, java.lang.Object) int index Object element Object toReturn public int size () private static java.lang.Object[] createArray (int) int capacity private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) static void <clinit> () }
com/google/protobuf/ProtobufLists.class
ProtobufLists.java package com.google.protobuf final com.google.protobuf.ProtobufLists extends java.lang.Object { private void <init> () public static com.google.protobuf.Internal$ProtobufList emptyProtobufList () public static com.google.protobuf.Internal$ProtobufList mutableCopy (com.google.protobuf.Internal$ProtobufList) com.google.protobuf.Internal$ProtobufList list int size public static com.google.protobuf.Internal$BooleanList emptyBooleanList () public static com.google.protobuf.Internal$BooleanList newBooleanList () public static com.google.protobuf.Internal$IntList emptyIntList () public static com.google.protobuf.Internal$IntList newIntList () public static com.google.protobuf.Internal$LongList emptyLongList () public static com.google.protobuf.Internal$LongList newLongList () public static com.google.protobuf.Internal$FloatList emptyFloatList () public static com.google.protobuf.Internal$FloatList newFloatList () public static com.google.protobuf.Internal$DoubleList emptyDoubleList () public static com.google.protobuf.Internal$DoubleList newDoubleList () }
com/google/protobuf/ProtocolStringList.class
ProtocolStringList.java package com.google.protobuf public abstract com.google.protobuf.ProtocolStringList extends java.lang.Object implements java.util.List { public abstract java.util.List asByteStringList () }
com/google/protobuf/RawMessageInfo.class
RawMessageInfo.java package com.google.protobuf final com.google.protobuf.RawMessageInfo extends java.lang.Object implements com.google.protobuf.MessageInfo { private final com.google.protobuf.MessageLite defaultInstance private final String info private final Object[] objects private final int flags void <init> (com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[]) int result int shift com.google.protobuf.MessageLite defaultInstance String info Object[] objects int position int value java.lang.String getStringInfo () java.lang.Object[] getObjects () public com.google.protobuf.MessageLite getDefaultInstance () public com.google.protobuf.ProtoSyntax getSyntax () public boolean isMessageSetWireFormat () }
com/google/protobuf/Reader.class
Reader.java package com.google.protobuf abstract com.google.protobuf.Reader extends java.lang.Object { public static final int READ_DONE public static final int TAG_UNKNOWN public abstract boolean shouldDiscardUnknownFields () public abstract int getFieldNumber () throws java.io.IOException public abstract int getTag () public abstract boolean skipField () throws java.io.IOException public abstract double readDouble () throws java.io.IOException public abstract float readFloat () throws java.io.IOException public abstract long readUInt64 () throws java.io.IOException public abstract long readInt64 () throws java.io.IOException public abstract int readInt32 () throws java.io.IOException public abstract long readFixed64 () throws java.io.IOException public abstract int readFixed32 () throws java.io.IOException public abstract boolean readBool () throws java.io.IOException public abstract java.lang.String readString () throws java.io.IOException public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException public abstract java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readMessage (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.ByteString readBytes () throws java.io.IOException public abstract int readUInt32 () throws java.io.IOException public abstract int readEnum () throws java.io.IOException public abstract int readSFixed32 () throws java.io.IOException public abstract long readSFixed64 () throws java.io.IOException public abstract int readSInt32 () throws java.io.IOException public abstract long readSInt64 () throws java.io.IOException public abstract void readDoubleList (java.util.List) throws java.io.IOException public abstract void readFloatList (java.util.List) throws java.io.IOException public abstract void readUInt64List (java.util.List) throws java.io.IOException public abstract void readInt64List (java.util.List) throws java.io.IOException public abstract void readInt32List (java.util.List) throws java.io.IOException public abstract void readFixed64List (java.util.List) throws java.io.IOException public abstract void readFixed32List (java.util.List) throws java.io.IOException public abstract void readBoolList (java.util.List) throws java.io.IOException public abstract void readStringList (java.util.List) throws java.io.IOException public abstract void readStringListRequireUtf8 (java.util.List) throws java.io.IOException public abstract void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readBytesList (java.util.List) throws java.io.IOException public abstract void readUInt32List (java.util.List) throws java.io.IOException public abstract void readEnumList (java.util.List) throws java.io.IOException public abstract void readSFixed32List (java.util.List) throws java.io.IOException public abstract void readSFixed64List (java.util.List) throws java.io.IOException public abstract void readSInt32List (java.util.List) throws java.io.IOException public abstract void readSInt64List (java.util.List) throws java.io.IOException public abstract void readMap (java.util.Map, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException }
com/google/protobuf/RopeByteString$1.class
RopeByteString.java package com.google.protobuf com.google.protobuf.RopeByteString$1 extends com.google.protobuf.ByteString$AbstractByteIterator { final com.google.protobuf.RopeByteString$PieceIterator pieces com.google.protobuf.ByteString$ByteIterator current final synthetic com.google.protobuf.RopeByteString this$0 void <init> (com.google.protobuf.RopeByteString) com.google.protobuf.RopeByteString this$0 private com.google.protobuf.ByteString$ByteIterator nextPiece () public boolean hasNext () public byte nextByte () byte b }
com/google/protobuf/RopeByteString$Balancer.class
RopeByteString.java package com.google.protobuf com.google.protobuf.RopeByteString$Balancer extends java.lang.Object { private final java.util.ArrayDeque prefixesStack private void <init> () private com.google.protobuf.ByteString balance (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString newLeft com.google.protobuf.ByteString left com.google.protobuf.ByteString right com.google.protobuf.ByteString partialString private void doBalance (com.google.protobuf.ByteString) com.google.protobuf.RopeByteString rbs com.google.protobuf.ByteString root private void insert (com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.protobuf.ByteString left int binStart com.google.protobuf.ByteString newTree com.google.protobuf.ByteString byteString int depthBin int binEnd private int getDepthBinForLength (int) int insertionPoint int length int depth synthetic void <init> (com.google.protobuf.RopeByteString$1) com.google.protobuf.RopeByteString$1 x0 static synthetic com.google.protobuf.ByteString access$100 (com.google.protobuf.RopeByteString$Balancer, com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.RopeByteString$Balancer x0 com.google.protobuf.ByteString x1 com.google.protobuf.ByteString x2 }
com/google/protobuf/RopeByteString$PieceIterator.class
RopeByteString.java package com.google.protobuf final com.google.protobuf.RopeByteString$PieceIterator extends java.lang.Object implements java.util.Iterator { private final java.util.ArrayDeque breadCrumbs private com.google.protobuf.ByteString$LeafByteString next private void <init> (com.google.protobuf.ByteString) com.google.protobuf.RopeByteString rbs com.google.protobuf.ByteString root private com.google.protobuf.ByteString$LeafByteString getLeafByLeft (com.google.protobuf.ByteString) com.google.protobuf.RopeByteString rbs com.google.protobuf.ByteString root com.google.protobuf.ByteString pos private com.google.protobuf.ByteString$LeafByteString getNextNonEmptyLeaf () com.google.protobuf.ByteString$LeafByteString result public boolean hasNext () public com.google.protobuf.ByteString$LeafByteString next () com.google.protobuf.ByteString$LeafByteString result public void remove () public volatile synthetic java.lang.Object next () synthetic void <init> (com.google.protobuf.ByteString, com.google.protobuf.RopeByteString$1) com.google.protobuf.ByteString x0 com.google.protobuf.RopeByteString$1 x1 }
com/google/protobuf/RopeByteString$RopeInputStream.class
RopeByteString.java package com.google.protobuf com.google.protobuf.RopeByteString$RopeInputStream extends java.io.InputStream { private com.google.protobuf.RopeByteString$PieceIterator pieceIterator private com.google.protobuf.ByteString$LeafByteString currentPiece private int currentPieceSize private int currentPieceIndex private int currentPieceOffsetInRope private int mark final synthetic com.google.protobuf.RopeByteString this$0 public void <init> (com.google.protobuf.RopeByteString) public int read (byte[], int, int) byte[] b int offset int length int bytesRead public long skip (long) long length private int readSkipInternal (byte[], int, int) int currentPieceRemaining int count byte[] b int offset int length int bytesRemaining public int read () throws java.io.IOException public int available () throws java.io.IOException public boolean markSupported () public void mark (int) int readAheadLimit public synchronized void reset () private void initialize () private void advanceIfCurrentPieceFullyRead () private int availableInternal () int bytesRead }
com/google/protobuf/RopeByteString.class
RopeByteString.java package com.google.protobuf final com.google.protobuf.RopeByteString extends com.google.protobuf.ByteString { static final int[] minLengthByDepth private final int totalLength private final com.google.protobuf.ByteString left private final com.google.protobuf.ByteString right private final int leftLength private final int treeDepth private static final long serialVersionUID private void <init> (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.protobuf.ByteString right static com.google.protobuf.ByteString concatenate (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString newRight com.google.protobuf.ByteString newRight com.google.protobuf.RopeByteString leftRope com.google.protobuf.ByteString left com.google.protobuf.ByteString right int newLength int newDepth private static com.google.protobuf.ByteString concatenateBytes (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.protobuf.ByteString right int leftSize int rightSize byte[] bytes static com.google.protobuf.RopeByteString newInstanceForTest (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.protobuf.ByteString right static int minLength (int) int depth public byte byteAt (int) int index byte internalByteAt (int) int index public int size () public com.google.protobuf.ByteString$ByteIterator iterator () protected int getTreeDepth () protected boolean isBalanced () public com.google.protobuf.ByteString substring (int, int) int beginIndex int endIndex int length com.google.protobuf.ByteString leftSub com.google.protobuf.ByteString rightSub protected void copyToInternal (byte[], int, int, int) int leftLength byte[] target int sourceOffset int targetOffset int numberToCopy public void copyTo (java.nio.ByteBuffer) java.nio.ByteBuffer target public java.nio.ByteBuffer asReadOnlyByteBuffer () java.nio.ByteBuffer byteBuffer public java.util.List asReadOnlyByteBufferList () com.google.protobuf.ByteString$LeafByteString byteString java.util.List result com.google.protobuf.RopeByteString$PieceIterator pieces public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream outputStream void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException int numberToWriteInLeft java.io.OutputStream out int sourceOffset int numberToWrite void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteOutput output void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteOutput output protected java.lang.String toStringInternal (java.nio.charset.Charset) java.nio.charset.Charset charset public boolean isValidUtf8 () int leftPartial int state protected int partialIsValidUtf8 (int, int, int) int leftLength int leftPartial int state int offset int length int toIndex public boolean equals (java.lang.Object) Object other com.google.protobuf.ByteString otherByteString int thisHash int thatHash private boolean equalsFragments (com.google.protobuf.ByteString) int thisRemaining int thatRemaining int bytesToCompare boolean stillEqual com.google.protobuf.ByteString other int thisOffset java.util.Iterator thisIter com.google.protobuf.ByteString$LeafByteString thisString int thatOffset java.util.Iterator thatIter com.google.protobuf.ByteString$LeafByteString thatString int pos protected int partialHash (int, int, int) int leftLength int leftPartial int h int offset int length int toIndex public com.google.protobuf.CodedInputStream newCodedInput () public java.io.InputStream newInput () java.lang.Object writeReplace () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in public volatile synthetic java.util.Iterator iterator () synthetic void <init> (com.google.protobuf.ByteString, com.google.protobuf.ByteString, com.google.protobuf.RopeByteString$1) com.google.protobuf.ByteString x0 com.google.protobuf.ByteString x1 com.google.protobuf.RopeByteString$1 x2 static synthetic com.google.protobuf.ByteString access$400 (com.google.protobuf.RopeByteString) com.google.protobuf.RopeByteString x0 static synthetic com.google.protobuf.ByteString access$500 (com.google.protobuf.RopeByteString) com.google.protobuf.RopeByteString x0 static void <clinit> () }
com/google/protobuf/Schema.class
Schema.java package com.google.protobuf abstract com.google.protobuf.Schema extends java.lang.Object { public abstract void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException public abstract void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeFrom (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException public abstract void makeImmutable (java.lang.Object) public abstract boolean isInitialized (java.lang.Object) public abstract java.lang.Object newInstance () public abstract boolean equals (java.lang.Object, java.lang.Object) public abstract int hashCode (java.lang.Object) public abstract void mergeFrom (java.lang.Object, java.lang.Object) public abstract int getSerializedSize (java.lang.Object) }
com/google/protobuf/SchemaFactory.class
SchemaFactory.java package com.google.protobuf abstract com.google.protobuf.SchemaFactory extends java.lang.Object { public abstract com.google.protobuf.Schema createSchema (java.lang.Class) }
com/google/protobuf/SchemaUtil.class
SchemaUtil.java package com.google.protobuf final com.google.protobuf.SchemaUtil extends java.lang.Object { private static final Class GENERATED_MESSAGE_CLASS private static final com.google.protobuf.UnknownFieldSchema PROTO2_UNKNOWN_FIELD_SET_SCHEMA private static final com.google.protobuf.UnknownFieldSchema PROTO3_UNKNOWN_FIELD_SET_SCHEMA private static final com.google.protobuf.UnknownFieldSchema UNKNOWN_FIELD_SET_LITE_SCHEMA private static final int DEFAULT_LOOK_UP_START_NUMBER private void <init> () public static void requireGeneratedMessage (java.lang.Class) Class messageType public static void writeDouble (int, double, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber double value com.google.protobuf.Writer writer public static void writeFloat (int, float, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber float value com.google.protobuf.Writer writer public static void writeInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeUInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeSInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeFixed64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeSFixed64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeUInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeSInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeFixed32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeSFixed32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeEnum (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeBool (int, boolean, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber boolean value com.google.protobuf.Writer writer public static void writeString (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Writer writer private static void writeStringInternal (int, java.lang.String, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber String value com.google.protobuf.Writer writer public static void writeBytes (int, com.google.protobuf.ByteString, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value com.google.protobuf.Writer writer public static void writeMessage (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Writer writer public static void writeDoubleList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeFloatList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeUInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeFixed64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSFixed64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeUInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeFixed32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSFixed32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeEnumList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeBoolList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeStringList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeBytesList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeMessageList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeMessageList (int, java.util.List, com.google.protobuf.Writer, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer com.google.protobuf.Schema schema public static void writeLazyFieldList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException Object item int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeGroupList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeGroupList (int, java.util.List, com.google.protobuf.Writer, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer com.google.protobuf.Schema schema static int computeSizeInt64ListNoTag (java.util.List) int i com.google.protobuf.LongArrayList primitiveList int i java.util.List list int length int size static int computeSizeInt64List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeUInt64ListNoTag (java.util.List) int i com.google.protobuf.LongArrayList primitiveList int i java.util.List list int length int size static int computeSizeUInt64List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeSInt64ListNoTag (java.util.List) int i com.google.protobuf.LongArrayList primitiveList int i java.util.List list int length int size static int computeSizeSInt64List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeEnumListNoTag (java.util.List) int i com.google.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeEnumList (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeInt32ListNoTag (java.util.List) int i com.google.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeInt32List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeUInt32ListNoTag (java.util.List) int i com.google.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeUInt32List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeSInt32ListNoTag (java.util.List) int i com.google.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeSInt32List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeFixed32ListNoTag (java.util.List) java.util.List list static int computeSizeFixed32List (int, java.util.List, boolean) int dataSize int fieldNumber java.util.List list boolean packed int length static int computeSizeFixed64ListNoTag (java.util.List) java.util.List list static int computeSizeFixed64List (int, java.util.List, boolean) int dataSize int fieldNumber java.util.List list boolean packed int length static int computeSizeBoolListNoTag (java.util.List) java.util.List list static int computeSizeBoolList (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length static int computeSizeStringList (int, java.util.List) Object value int i com.google.protobuf.LazyStringList lazyList Object value int i int fieldNumber java.util.List list int length int size static int computeSizeMessage (int, java.lang.Object, com.google.protobuf.Schema) int fieldNumber Object value com.google.protobuf.Schema schema static int computeSizeMessageList (int, java.util.List) Object value int i int fieldNumber java.util.List list int length int size static int computeSizeMessageList (int, java.util.List, com.google.protobuf.Schema) Object value int i int fieldNumber java.util.List list com.google.protobuf.Schema schema int length int size static int computeSizeByteStringList (int, java.util.List) int i int fieldNumber java.util.List list int length int size static int computeSizeGroupList (int, java.util.List) int i int fieldNumber java.util.List list int length int size static int computeSizeGroupList (int, java.util.List, com.google.protobuf.Schema) int i int fieldNumber java.util.List list com.google.protobuf.Schema schema int length int size public static boolean shouldUseTableSwitch (com.google.protobuf.FieldInfo[]) com.google.protobuf.FieldInfo[] fields int lo int hi public static boolean shouldUseTableSwitch (int, int, int) int lo int hi int numFields long tableSpaceCost long tableTimeCost long lookupSpaceCost long lookupTimeCost public static com.google.protobuf.UnknownFieldSchema proto2UnknownFieldSetSchema () public static com.google.protobuf.UnknownFieldSchema proto3UnknownFieldSetSchema () public static com.google.protobuf.UnknownFieldSchema unknownFieldSetLiteSchema () private static com.google.protobuf.UnknownFieldSchema getUnknownFieldSetSchema (boolean) Class clz Throwable t boolean proto3 private static java.lang.Class getGeneratedMessageClass () Throwable e private static java.lang.Class getUnknownFieldSetSchemaClass () Throwable e static java.lang.Object getMapDefaultEntry (java.lang.Class, java.lang.String) Class holder java.lang.reflect.Field[] fields Throwable t Class clazz String name static java.lang.String toCamelCase (java.lang.String, boolean) char c int i String name boolean capNext StringBuilder sb static boolean safeEquals (java.lang.Object, java.lang.Object) Object a Object b static void mergeMap (com.google.protobuf.MapFieldSchema, java.lang.Object, java.lang.Object, long) com.google.protobuf.MapFieldSchema mapFieldSchema Object message Object o long offset Object merged static void mergeExtensions (com.google.protobuf.ExtensionSchema, java.lang.Object, java.lang.Object) com.google.protobuf.FieldSet messageExtensions com.google.protobuf.ExtensionSchema schema Object message Object other com.google.protobuf.FieldSet otherExtensions static void mergeUnknownFields (com.google.protobuf.UnknownFieldSchema, java.lang.Object, java.lang.Object) com.google.protobuf.UnknownFieldSchema schema Object message Object other Object messageUnknowns Object otherUnknowns Object merged static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.google.protobuf.Internal$EnumLiteMap, java.lang.Object, com.google.protobuf.UnknownFieldSchema) int enumValue int readPos int writePos int size int enumValue java.util.Iterator it Object containerMessage int number java.util.List enumList com.google.protobuf.Internal$EnumLiteMap enumMap Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.google.protobuf.Internal$EnumVerifier, java.lang.Object, com.google.protobuf.UnknownFieldSchema) int enumValue int readPos int writePos int size int enumValue java.util.Iterator it Object containerMessage int number java.util.List enumList com.google.protobuf.Internal$EnumVerifier enumVerifier Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema static java.lang.Object storeUnknownEnum (java.lang.Object, int, int, java.lang.Object, com.google.protobuf.UnknownFieldSchema) Object containerMessage int number int enumValue Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema static void <clinit> () }
com/google/protobuf/SmallSortedMap$1.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$1 extends com.google.protobuf.SmallSortedMap { void <init> (int) int arraySize public void makeImmutable () java.util.List value java.util.Map$Entry entry int i java.util.List value java.util.Map$Entry entry public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) }
com/google/protobuf/SmallSortedMap$DescendingEntryIterator.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$DescendingEntryIterator extends java.lang.Object implements java.util.Iterator { private int pos private java.util.Iterator lazyOverflowIterator final synthetic com.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.protobuf.SmallSortedMap) public boolean hasNext () public java.util.Map$Entry next () public void remove () private java.util.Iterator getOverflowIterator () public volatile synthetic java.lang.Object next () synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap$DescendingEntrySet.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$DescendingEntrySet extends com.google.protobuf.SmallSortedMap$EntrySet { final synthetic com.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.protobuf.SmallSortedMap) public java.util.Iterator iterator () synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap$EmptySet$1.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$EmptySet$1 extends java.lang.Object implements java.util.Iterator { void <init> () public boolean hasNext () public java.lang.Object next () public void remove () }
com/google/protobuf/SmallSortedMap$EmptySet$2.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$EmptySet$2 extends java.lang.Object implements java.lang.Iterable { void <init> () public java.util.Iterator iterator () }
com/google/protobuf/SmallSortedMap$EmptySet.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$EmptySet extends java.lang.Object { private static final java.util.Iterator ITERATOR private static final Iterable ITERABLE private void <init> () static java.lang.Iterable iterable () static synthetic java.util.Iterator access$1000 () static void <clinit> () }
com/google/protobuf/SmallSortedMap$Entry.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$Entry extends java.lang.Object implements java.util.Map$Entry java.lang.Comparable { private final Comparable key private Object value final synthetic com.google.protobuf.SmallSortedMap this$0 void <init> (com.google.protobuf.SmallSortedMap, java.util.Map$Entry) java.util.Map$Entry copy void <init> (com.google.protobuf.SmallSortedMap, java.lang.Comparable, java.lang.Object) Comparable key Object value public java.lang.Comparable getKey () public java.lang.Object getValue () public int compareTo (com.google.protobuf.SmallSortedMap$Entry) com.google.protobuf.SmallSortedMap$Entry other public java.lang.Object setValue (java.lang.Object) Object newValue Object oldValue public boolean equals (java.lang.Object) Object o java.util.Map$Entry other public int hashCode () public java.lang.String toString () private boolean equals (java.lang.Object, java.lang.Object) Object o1 Object o2 public volatile synthetic java.lang.Object getKey () public volatile synthetic int compareTo (java.lang.Object) }
com/google/protobuf/SmallSortedMap$EntryIterator.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$EntryIterator extends java.lang.Object implements java.util.Iterator { private int pos private boolean nextCalledBeforeRemove private java.util.Iterator lazyOverflowIterator final synthetic com.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.protobuf.SmallSortedMap) public boolean hasNext () public java.util.Map$Entry next () public void remove () private java.util.Iterator getOverflowIterator () public volatile synthetic java.lang.Object next () synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap$EntrySet.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$EntrySet extends java.util.AbstractSet { final synthetic com.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.protobuf.SmallSortedMap) public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object o java.util.Map$Entry entry Object existing Object value public boolean add (java.util.Map$Entry) java.util.Map$Entry entry public boolean remove (java.lang.Object) Object o java.util.Map$Entry entry public void clear () public volatile synthetic boolean add (java.lang.Object) synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap extends java.util.AbstractMap { private final int maxArraySize private java.util.List entryList private java.util.Map overflowEntries private boolean isImmutable private volatile com.google.protobuf.SmallSortedMap$EntrySet lazyEntrySet private java.util.Map overflowEntriesDescending private volatile com.google.protobuf.SmallSortedMap$DescendingEntrySet lazyDescendingEntrySet static com.google.protobuf.SmallSortedMap newFieldMap (int) int arraySize static com.google.protobuf.SmallSortedMap newInstanceForTest (int) int arraySize private void <init> (int) int arraySize public void makeImmutable () public boolean isImmutable () public int getNumArrayEntries () public java.util.Map$Entry getArrayEntryAt (int) int index public int getNumOverflowEntries () public java.lang.Iterable getOverflowEntries () java.lang.Iterable getOverflowEntriesDescending () public int size () public boolean containsKey (java.lang.Object) Object o Comparable key public java.lang.Object get (java.lang.Object) Object o Comparable key int index public java.lang.Object put (java.lang.Comparable, java.lang.Object) com.google.protobuf.SmallSortedMap$Entry lastEntryInArray Comparable key Object value int index int insertionPoint public void clear () public java.lang.Object remove (java.lang.Object) Object o Comparable key int index private java.lang.Object removeArrayEntryAt (int) java.util.Iterator iterator int index Object removed private int binarySearchInArray (java.lang.Comparable) int cmp int mid int cmp Comparable key int left int right public java.util.Set entrySet () java.util.Set descendingEntrySet () private void checkMutable () private java.util.SortedMap getOverflowEntriesMutable () private void ensureEntryArrayMutable () public boolean equals (java.lang.Object) int i Object o com.google.protobuf.SmallSortedMap other int size int numArrayEntries public int hashCode () int i int h int listSize public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) synthetic void <init> (int, com.google.protobuf.SmallSortedMap$1) int x0 com.google.protobuf.SmallSortedMap$1 x1 static synthetic void access$300 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 static synthetic java.util.List access$600 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 static synthetic java.util.Map access$700 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 static synthetic java.lang.Object access$800 (com.google.protobuf.SmallSortedMap, int) com.google.protobuf.SmallSortedMap x0 int x1 static synthetic java.util.Map access$900 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 }
com/google/protobuf/StructuralMessageInfo$Builder.class
StructuralMessageInfo.java package com.google.protobuf public final com.google.protobuf.StructuralMessageInfo$Builder extends java.lang.Object { private final java.util.List fields private com.google.protobuf.ProtoSyntax syntax private boolean wasBuilt private boolean messageSetWireFormat private int[] checkInitialized private Object defaultInstance public void <init> () public void <init> (int) int numFields public void withDefaultInstance (java.lang.Object) Object defaultInstance public void withSyntax (com.google.protobuf.ProtoSyntax) com.google.protobuf.ProtoSyntax syntax public void withMessageSetWireFormat (boolean) boolean messageSetWireFormat public void withCheckInitialized (int[]) int[] checkInitialized public void withField (com.google.protobuf.FieldInfo) com.google.protobuf.FieldInfo field public com.google.protobuf.StructuralMessageInfo build () }
com/google/protobuf/StructuralMessageInfo.class
StructuralMessageInfo.java package com.google.protobuf final com.google.protobuf.StructuralMessageInfo extends java.lang.Object implements com.google.protobuf.MessageInfo { private final com.google.protobuf.ProtoSyntax syntax private final boolean messageSetWireFormat private final int[] checkInitialized private final com.google.protobuf.FieldInfo[] fields private final com.google.protobuf.MessageLite defaultInstance void <init> (com.google.protobuf.ProtoSyntax, boolean, int[], com.google.protobuf.FieldInfo[], java.lang.Object) com.google.protobuf.ProtoSyntax syntax boolean messageSetWireFormat int[] checkInitialized com.google.protobuf.FieldInfo[] fields Object defaultInstance public com.google.protobuf.ProtoSyntax getSyntax () public boolean isMessageSetWireFormat () public int[] getCheckInitialized () public com.google.protobuf.FieldInfo[] getFields () public com.google.protobuf.MessageLite getDefaultInstance () public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder () public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder (int) int numFields }
com/google/protobuf/TextFormatEscaper$1.class
TextFormatEscaper.java package com.google.protobuf com.google.protobuf.TextFormatEscaper$1 extends java.lang.Object implements com.google.protobuf.TextFormatEscaper$ByteSequence { final synthetic com.google.protobuf.ByteString val$input void <init> (com.google.protobuf.ByteString) public int size () public byte byteAt (int) int offset }
com/google/protobuf/TextFormatEscaper$2.class
TextFormatEscaper.java package com.google.protobuf com.google.protobuf.TextFormatEscaper$2 extends java.lang.Object implements com.google.protobuf.TextFormatEscaper$ByteSequence { final synthetic byte[] val$input void <init> (byte[]) public int size () public byte byteAt (int) int offset }
com/google/protobuf/TextFormatEscaper$ByteSequence.class
TextFormatEscaper.java package com.google.protobuf abstract com.google.protobuf.TextFormatEscaper$ByteSequence extends java.lang.Object { public abstract int size () public abstract byte byteAt (int) }
com/google/protobuf/TextFormatEscaper.class
TextFormatEscaper.java package com.google.protobuf final com.google.protobuf.TextFormatEscaper extends java.lang.Object { private void <init> () static java.lang.String escapeBytes (com.google.protobuf.TextFormatEscaper$ByteSequence) byte b int i com.google.protobuf.TextFormatEscaper$ByteSequence input StringBuilder builder static java.lang.String escapeBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString input static java.lang.String escapeBytes (byte[]) byte[] input static java.lang.String escapeText (java.lang.String) String input static java.lang.String escapeDoubleQuotesAndBackslashes (java.lang.String) String input }
com/google/protobuf/UninitializedMessageException.class
UninitializedMessageException.java package com.google.protobuf public com.google.protobuf.UninitializedMessageException extends java.lang.RuntimeException { private static final long serialVersionUID private final java.util.List missingFields public void <init> (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite message public void <init> (java.util.List) java.util.List missingFields public java.util.List getMissingFields () public com.google.protobuf.InvalidProtocolBufferException asInvalidProtocolBufferException () private static java.lang.String buildDescription (java.util.List) String field java.util.List missingFields StringBuilder description boolean first }
com/google/protobuf/UnknownFieldSchema.class
UnknownFieldSchema.java package com.google.protobuf abstract com.google.protobuf.UnknownFieldSchema extends java.lang.Object { void <init> () abstract boolean shouldDiscardUnknownFields (com.google.protobuf.Reader) abstract void addVarint (java.lang.Object, int, long) abstract void addFixed32 (java.lang.Object, int, int) abstract void addFixed64 (java.lang.Object, int, long) abstract void addLengthDelimited (java.lang.Object, int, com.google.protobuf.ByteString) abstract void addGroup (java.lang.Object, int, java.lang.Object) abstract java.lang.Object newBuilder () abstract java.lang.Object toImmutable (java.lang.Object) abstract void setToMessage (java.lang.Object, java.lang.Object) abstract java.lang.Object getFromMessage (java.lang.Object) abstract java.lang.Object getBuilderFromMessage (java.lang.Object) abstract void setBuilderToMessage (java.lang.Object, java.lang.Object) abstract void makeImmutable (java.lang.Object) final boolean mergeOneFieldFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException Object subFields int endGroupTag Object unknownFields com.google.protobuf.Reader reader int tag int fieldNumber final void mergeFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException Object unknownFields com.google.protobuf.Reader reader abstract void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException abstract void writeAsMessageSetTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException abstract java.lang.Object merge (java.lang.Object, java.lang.Object) abstract int getSerializedSizeAsMessageSet (java.lang.Object) abstract int getSerializedSize (java.lang.Object) }
com/google/protobuf/UnknownFieldSetLite.class
UnknownFieldSetLite.java package com.google.protobuf public final com.google.protobuf.UnknownFieldSetLite extends java.lang.Object { private static final int MIN_CAPACITY private static final com.google.protobuf.UnknownFieldSetLite DEFAULT_INSTANCE private int count private int[] tags private Object[] objects private int memoizedSerializedSize private boolean isMutable public static com.google.protobuf.UnknownFieldSetLite getDefaultInstance () static com.google.protobuf.UnknownFieldSetLite newInstance () static com.google.protobuf.UnknownFieldSetLite mutableCopyOf (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite first com.google.protobuf.UnknownFieldSetLite second int count int[] tags Object[] objects private void <init> () private void <init> (int, int[], java.lang.Object[], boolean) int count int[] tags Object[] objects boolean isMutable public void makeImmutable () void checkMutable () public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag int fieldNumber int i com.google.protobuf.CodedOutputStream output public void writeAsMessageSetTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int fieldNumber int i com.google.protobuf.CodedOutputStream output void writeAsMessageSetTo (com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int i int fieldNumber int i com.google.protobuf.Writer writer public void writeTo (com.google.protobuf.Writer) throws java.io.IOException int i int i com.google.protobuf.Writer writer private static void writeField (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int tag Object object com.google.protobuf.Writer writer int fieldNumber public int getSerializedSizeAsMessageSet () int tag int fieldNumber int i int size public int getSerializedSize () int tag int fieldNumber int i int size private static boolean tagsEquals (int[], int[], int) int i int[] tags1 int[] tags2 int count private static boolean objectsEquals (java.lang.Object[], java.lang.Object[], int) int i Object[] objects1 Object[] objects2 int count public boolean equals (java.lang.Object) Object obj com.google.protobuf.UnknownFieldSetLite other private static int hashCode (int[], int) int i int[] tags int count int hashCode private static int hashCode (java.lang.Object[], int) int i Object[] objects int count int hashCode public int hashCode () int hashCode final void printWithIndent (java.lang.StringBuilder, int) int fieldNumber int i StringBuilder buffer int indent void storeField (int, java.lang.Object) int tag Object value private void ensureCapacity (int) int newCapacity int minCapacity boolean mergeFieldFrom (int, com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.UnknownFieldSetLite subFieldSet int tag com.google.protobuf.CodedInputStream input int fieldNumber com.google.protobuf.UnknownFieldSetLite mergeVarintField (int, int) int fieldNumber int value com.google.protobuf.UnknownFieldSetLite mergeLengthDelimitedField (int, com.google.protobuf.ByteString) int fieldNumber com.google.protobuf.ByteString value private com.google.protobuf.UnknownFieldSetLite mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSetLite mergeFrom (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite other int newCount static void <clinit> () }
com/google/protobuf/UnknownFieldSetLiteSchema.class
UnknownFieldSetLiteSchema.java package com.google.protobuf com.google.protobuf.UnknownFieldSetLiteSchema extends com.google.protobuf.UnknownFieldSchema { void <init> () boolean shouldDiscardUnknownFields (com.google.protobuf.Reader) com.google.protobuf.Reader reader com.google.protobuf.UnknownFieldSetLite newBuilder () void addVarint (com.google.protobuf.UnknownFieldSetLite, int, long) com.google.protobuf.UnknownFieldSetLite fields int number long value void addFixed32 (com.google.protobuf.UnknownFieldSetLite, int, int) com.google.protobuf.UnknownFieldSetLite fields int number int value void addFixed64 (com.google.protobuf.UnknownFieldSetLite, int, long) com.google.protobuf.UnknownFieldSetLite fields int number long value void addLengthDelimited (com.google.protobuf.UnknownFieldSetLite, int, com.google.protobuf.ByteString) com.google.protobuf.UnknownFieldSetLite fields int number com.google.protobuf.ByteString value void addGroup (com.google.protobuf.UnknownFieldSetLite, int, com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite fields int number com.google.protobuf.UnknownFieldSetLite subFieldSet com.google.protobuf.UnknownFieldSetLite toImmutable (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite fields void setToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSetLite) Object message com.google.protobuf.UnknownFieldSetLite fields com.google.protobuf.UnknownFieldSetLite getFromMessage (java.lang.Object) Object message com.google.protobuf.UnknownFieldSetLite getBuilderFromMessage (java.lang.Object) Object message com.google.protobuf.UnknownFieldSetLite unknownFields void setBuilderToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSetLite) Object message com.google.protobuf.UnknownFieldSetLite fields void makeImmutable (java.lang.Object) Object message void writeTo (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSetLite fields com.google.protobuf.Writer writer void writeAsMessageSetTo (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSetLite fields com.google.protobuf.Writer writer com.google.protobuf.UnknownFieldSetLite merge (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite target com.google.protobuf.UnknownFieldSetLite source int getSerializedSize (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite unknowns int getSerializedSizeAsMessageSet (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite unknowns volatile synthetic int getSerializedSize (java.lang.Object) volatile synthetic int getSerializedSizeAsMessageSet (java.lang.Object) volatile synthetic java.lang.Object merge (java.lang.Object, java.lang.Object) volatile synthetic void writeAsMessageSetTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException volatile synthetic void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException volatile synthetic void setBuilderToMessage (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object getBuilderFromMessage (java.lang.Object) volatile synthetic java.lang.Object getFromMessage (java.lang.Object) volatile synthetic void setToMessage (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object toImmutable (java.lang.Object) volatile synthetic java.lang.Object newBuilder () volatile synthetic void addGroup (java.lang.Object, int, java.lang.Object) volatile synthetic void addLengthDelimited (java.lang.Object, int, com.google.protobuf.ByteString) volatile synthetic void addFixed64 (java.lang.Object, int, long) volatile synthetic void addFixed32 (java.lang.Object, int, int) volatile synthetic void addVarint (java.lang.Object, int, long) }
com/google/protobuf/UnmodifiableLazyStringList$1.class
UnmodifiableLazyStringList.java package com.google.protobuf com.google.protobuf.UnmodifiableLazyStringList$1 extends java.lang.Object implements java.util.ListIterator { java.util.ListIterator iter final synthetic int val$index final synthetic com.google.protobuf.UnmodifiableLazyStringList this$0 void <init> (com.google.protobuf.UnmodifiableLazyStringList, int) com.google.protobuf.UnmodifiableLazyStringList this$0 public boolean hasNext () public java.lang.String next () public boolean hasPrevious () public java.lang.String previous () public int nextIndex () public int previousIndex () public void remove () public void set (java.lang.String) String o public void add (java.lang.String) String o public volatile synthetic void add (java.lang.Object) public volatile synthetic void set (java.lang.Object) public volatile synthetic java.lang.Object previous () public volatile synthetic java.lang.Object next () }
com/google/protobuf/UnmodifiableLazyStringList$2.class
UnmodifiableLazyStringList.java package com.google.protobuf com.google.protobuf.UnmodifiableLazyStringList$2 extends java.lang.Object implements java.util.Iterator { java.util.Iterator iter final synthetic com.google.protobuf.UnmodifiableLazyStringList this$0 void <init> (com.google.protobuf.UnmodifiableLazyStringList) com.google.protobuf.UnmodifiableLazyStringList this$0 public boolean hasNext () public java.lang.String next () public void remove () public volatile synthetic java.lang.Object next () }
com/google/protobuf/UnmodifiableLazyStringList.class
UnmodifiableLazyStringList.java package com.google.protobuf public com.google.protobuf.UnmodifiableLazyStringList extends java.util.AbstractList implements com.google.protobuf.LazyStringList java.util.RandomAccess { private final com.google.protobuf.LazyStringList list public void <init> (com.google.protobuf.LazyStringList) com.google.protobuf.LazyStringList list public java.lang.String get (int) int index public java.lang.Object getRaw (int) int index public int size () public com.google.protobuf.ByteString getByteString (int) int index public void add (com.google.protobuf.ByteString) com.google.protobuf.ByteString element public void set (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString element public boolean addAllByteString (java.util.Collection) java.util.Collection element public byte[] getByteArray (int) int index public void add (byte[]) byte[] element public void set (int, byte[]) int index byte[] element public boolean addAllByteArray (java.util.Collection) java.util.Collection element public java.util.ListIterator listIterator (int) int index public java.util.Iterator iterator () public java.util.List getUnderlyingElements () public void mergeFrom (com.google.protobuf.LazyStringList) com.google.protobuf.LazyStringList other public java.util.List asByteArrayList () public java.util.List asByteStringList () public com.google.protobuf.LazyStringList getUnmodifiableView () public volatile synthetic java.lang.Object get (int) static synthetic com.google.protobuf.LazyStringList access$000 (com.google.protobuf.UnmodifiableLazyStringList) com.google.protobuf.UnmodifiableLazyStringList x0 }
com/google/protobuf/UnsafeByteOperations.class
UnsafeByteOperations.java package com.google.protobuf public final com.google.protobuf.UnsafeByteOperations extends java.lang.Object { private void <init> () public static com.google.protobuf.ByteString unsafeWrap (byte[]) byte[] buffer public static com.google.protobuf.ByteString unsafeWrap (byte[], int, int) byte[] buffer int offset int length public static com.google.protobuf.ByteString unsafeWrap (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public static void unsafeWriteTo (com.google.protobuf.ByteString, com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteString bytes com.google.protobuf.ByteOutput output }
com/google/protobuf/UnsafeUtil$1.class
UnsafeUtil.java package com.google.protobuf com.google.protobuf.UnsafeUtil$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
com/google/protobuf/UnsafeUtil$Android32MemoryAccessor.class
UnsafeUtil.java package com.google.protobuf final com.google.protobuf.UnsafeUtil$Android32MemoryAccessor extends com.google.protobuf.UnsafeUtil$MemoryAccessor { private static final long SMALL_ADDRESS_MASK private static int smallAddress (long) long address void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public java.lang.Object getStaticObject (java.lang.reflect.Field) IllegalAccessException e java.lang.reflect.Field field public byte getByte (java.lang.Object, long) Object target long offset public void putByte (java.lang.Object, long, byte) Object target long offset byte value public boolean getBoolean (java.lang.Object, long) Object target long offset public void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value public float getFloat (java.lang.Object, long) Object target long offset public void putFloat (java.lang.Object, long, float) Object target long offset float value public double getDouble (java.lang.Object, long) Object target long offset public void putDouble (java.lang.Object, long, double) Object target long offset double value public boolean supportsUnsafeByteBufferOperations () public byte getByte (long) long address public void putByte (long, byte) long address byte value public int getInt (long) long address public void putInt (long, int) long address int value public long getLong (long) long address public void putLong (long, long) long address long value public void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length public void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length }
com/google/protobuf/UnsafeUtil$Android64MemoryAccessor.class
UnsafeUtil.java package com.google.protobuf final com.google.protobuf.UnsafeUtil$Android64MemoryAccessor extends com.google.protobuf.UnsafeUtil$MemoryAccessor { void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public java.lang.Object getStaticObject (java.lang.reflect.Field) IllegalAccessException e java.lang.reflect.Field field public byte getByte (java.lang.Object, long) Object target long offset public void putByte (java.lang.Object, long, byte) Object target long offset byte value public boolean getBoolean (java.lang.Object, long) Object target long offset public void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value public float getFloat (java.lang.Object, long) Object target long offset public void putFloat (java.lang.Object, long, float) Object target long offset float value public double getDouble (java.lang.Object, long) Object target long offset public void putDouble (java.lang.Object, long, double) Object target long offset double value public boolean supportsUnsafeByteBufferOperations () public byte getByte (long) long address public void putByte (long, byte) long address byte value public int getInt (long) long address public void putInt (long, int) long address int value public long getLong (long) long address public void putLong (long, long) long address long value public void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length public void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length }
com/google/protobuf/UnsafeUtil$JvmMemoryAccessor.class
UnsafeUtil.java package com.google.protobuf final com.google.protobuf.UnsafeUtil$JvmMemoryAccessor extends com.google.protobuf.UnsafeUtil$MemoryAccessor { void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public java.lang.Object getStaticObject (java.lang.reflect.Field) java.lang.reflect.Field field public boolean supportsUnsafeArrayOperations () Class clazz Throwable e public byte getByte (java.lang.Object, long) Object target long offset public void putByte (java.lang.Object, long, byte) Object target long offset byte value public boolean getBoolean (java.lang.Object, long) Object target long offset public void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value public float getFloat (java.lang.Object, long) Object target long offset public void putFloat (java.lang.Object, long, float) Object target long offset float value public double getDouble (java.lang.Object, long) Object target long offset public void putDouble (java.lang.Object, long, double) Object target long offset double value public boolean supportsUnsafeByteBufferOperations () Class clazz Throwable e public byte getByte (long) long address public void putByte (long, byte) long address byte value public int getInt (long) long address public void putInt (long, int) long address int value public long getLong (long) long address public void putLong (long, long) long address long value public void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length public void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length }
com/google/protobuf/UnsafeUtil$MemoryAccessor.class
UnsafeUtil.java package com.google.protobuf abstract com.google.protobuf.UnsafeUtil$MemoryAccessor extends java.lang.Object { sun.misc.Unsafe unsafe void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public final long objectFieldOffset (java.lang.reflect.Field) java.lang.reflect.Field field public final int arrayBaseOffset (java.lang.Class) Class clazz public final int arrayIndexScale (java.lang.Class) Class clazz public abstract java.lang.Object getStaticObject (java.lang.reflect.Field) public boolean supportsUnsafeArrayOperations () Class clazz Throwable e public abstract byte getByte (java.lang.Object, long) public abstract void putByte (java.lang.Object, long, byte) public final int getInt (java.lang.Object, long) Object target long offset public final void putInt (java.lang.Object, long, int) Object target long offset int value public final long getLong (java.lang.Object, long) Object target long offset public final void putLong (java.lang.Object, long, long) Object target long offset long value public abstract boolean getBoolean (java.lang.Object, long) public abstract void putBoolean (java.lang.Object, long, boolean) public abstract float getFloat (java.lang.Object, long) public abstract void putFloat (java.lang.Object, long, float) public abstract double getDouble (java.lang.Object, long) public abstract void putDouble (java.lang.Object, long, double) public final java.lang.Object getObject (java.lang.Object, long) Object target long offset public final void putObject (java.lang.Object, long, java.lang.Object) Object target long offset Object value public boolean supportsUnsafeByteBufferOperations () Class clazz Throwable e public abstract byte getByte (long) public abstract void putByte (long, byte) public abstract int getInt (long) public abstract void putInt (long, int) public abstract long getLong (long) public abstract void putLong (long, long) public abstract void copyMemory (long, byte[], long, long) public abstract void copyMemory (byte[], long, long, long) }
com/google/protobuf/UnsafeUtil.class
UnsafeUtil.java package com.google.protobuf final com.google.protobuf.UnsafeUtil extends java.lang.Object { private static final sun.misc.Unsafe UNSAFE private static final Class MEMORY_CLASS private static final boolean IS_ANDROID_64 private static final boolean IS_ANDROID_32 private static final com.google.protobuf.UnsafeUtil$MemoryAccessor MEMORY_ACCESSOR private static final boolean HAS_UNSAFE_BYTEBUFFER_OPERATIONS private static final boolean HAS_UNSAFE_ARRAY_OPERATIONS static final long BYTE_ARRAY_BASE_OFFSET private static final long BOOLEAN_ARRAY_BASE_OFFSET private static final long BOOLEAN_ARRAY_INDEX_SCALE private static final long INT_ARRAY_BASE_OFFSET private static final long INT_ARRAY_INDEX_SCALE private static final long LONG_ARRAY_BASE_OFFSET private static final long LONG_ARRAY_INDEX_SCALE private static final long FLOAT_ARRAY_BASE_OFFSET private static final long FLOAT_ARRAY_INDEX_SCALE private static final long DOUBLE_ARRAY_BASE_OFFSET private static final long DOUBLE_ARRAY_INDEX_SCALE private static final long OBJECT_ARRAY_BASE_OFFSET private static final long OBJECT_ARRAY_INDEX_SCALE private static final long BUFFER_ADDRESS_OFFSET private static final int STRIDE private static final int STRIDE_ALIGNMENT_MASK private static final int BYTE_ARRAY_ALIGNMENT static final boolean IS_BIG_ENDIAN private void <init> () static boolean hasUnsafeArrayOperations () static boolean hasUnsafeByteBufferOperations () static boolean isAndroid64 () static java.lang.Object allocateInstance (java.lang.Class) InstantiationException e Class clazz static long objectFieldOffset (java.lang.reflect.Field) java.lang.reflect.Field field private static int arrayBaseOffset (java.lang.Class) Class clazz private static int arrayIndexScale (java.lang.Class) Class clazz static byte getByte (java.lang.Object, long) Object target long offset static void putByte (java.lang.Object, long, byte) Object target long offset byte value static int getInt (java.lang.Object, long) Object target long offset static void putInt (java.lang.Object, long, int) Object target long offset int value static long getLong (java.lang.Object, long) Object target long offset static void putLong (java.lang.Object, long, long) Object target long offset long value static boolean getBoolean (java.lang.Object, long) Object target long offset static void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value static float getFloat (java.lang.Object, long) Object target long offset static void putFloat (java.lang.Object, long, float) Object target long offset float value static double getDouble (java.lang.Object, long) Object target long offset static void putDouble (java.lang.Object, long, double) Object target long offset double value static java.lang.Object getObject (java.lang.Object, long) Object target long offset static void putObject (java.lang.Object, long, java.lang.Object) Object target long offset Object value static byte getByte (byte[], long) byte[] target long index static void putByte (byte[], long, byte) byte[] target long index byte value static int getInt (int[], long) int[] target long index static void putInt (int[], long, int) int[] target long index int value static long getLong (long[], long) long[] target long index static void putLong (long[], long, long) long[] target long index long value static boolean getBoolean (boolean[], long) boolean[] target long index static void putBoolean (boolean[], long, boolean) boolean[] target long index boolean value static float getFloat (float[], long) float[] target long index static void putFloat (float[], long, float) float[] target long index float value static double getDouble (double[], long) double[] target long index static void putDouble (double[], long, double) double[] target long index double value static java.lang.Object getObject (java.lang.Object[], long) Object[] target long index static void putObject (java.lang.Object[], long, java.lang.Object) Object[] target long index Object value static void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length static void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length static void copyMemory (byte[], long, byte[], long, long) byte[] src long srcIndex byte[] target long targetIndex long length static byte getByte (long) long address static void putByte (long, byte) long address byte value static int getInt (long) long address static void putInt (long, int) long address int value static long getLong (long) long address static void putLong (long, long) long address long value static long addressOffset (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static java.lang.Object getStaticObject (java.lang.reflect.Field) java.lang.reflect.Field field static sun.misc.Unsafe getUnsafe () sun.misc.Unsafe unsafe private static com.google.protobuf.UnsafeUtil$MemoryAccessor getMemoryAccessor () private static boolean supportsUnsafeArrayOperations () private static boolean supportsUnsafeByteBufferOperations () static boolean determineAndroidSupportByAddressSize (java.lang.Class) Class clazz Throwable t Class addressClass private static java.lang.reflect.Field bufferAddressField () java.lang.reflect.Field field java.lang.reflect.Field field private static int firstDifferingByteIndexNativeEndian (long, long) long left long right int n static int mismatch (byte[], int, byte[], int, int) long leftLongWord long rightLongWord int leftAlignment int strideLength byte[] left int leftOff byte[] right int rightOff int length int index private static long fieldOffset (java.lang.reflect.Field) java.lang.reflect.Field field private static java.lang.reflect.Field field (java.lang.Class, java.lang.String) java.lang.reflect.Field field Throwable t Class clazz String fieldName java.lang.reflect.Field field private static byte getByteBigEndian (java.lang.Object, long) Object target long offset private static byte getByteLittleEndian (java.lang.Object, long) Object target long offset private static void putByteBigEndian (java.lang.Object, long, byte) Object target long offset byte value int intValue int shift int output private static void putByteLittleEndian (java.lang.Object, long, byte) Object target long offset byte value int intValue int shift int output private static boolean getBooleanBigEndian (java.lang.Object, long) Object target long offset private static boolean getBooleanLittleEndian (java.lang.Object, long) Object target long offset private static void putBooleanBigEndian (java.lang.Object, long, boolean) Object target long offset boolean value private static void putBooleanLittleEndian (java.lang.Object, long, boolean) Object target long offset boolean value private static void logMissingMethod (java.lang.Throwable) Throwable e static synthetic void access$000 (java.lang.Throwable) Throwable x0 static synthetic java.lang.reflect.Field access$100 () static synthetic byte access$200 (java.lang.Object, long) Object x0 long x1 static synthetic byte access$300 (java.lang.Object, long) Object x0 long x1 static synthetic void access$400 (java.lang.Object, long, byte) Object x0 long x1 byte x2 static synthetic void access$500 (java.lang.Object, long, byte) Object x0 long x1 byte x2 static synthetic boolean access$600 (java.lang.Object, long) Object x0 long x1 static synthetic boolean access$700 (java.lang.Object, long) Object x0 long x1 static synthetic void access$800 (java.lang.Object, long, boolean) Object x0 long x1 boolean x2 static synthetic void access$900 (java.lang.Object, long, boolean) Object x0 long x1 boolean x2 static void <clinit> () }
com/google/protobuf/Utf8$DecodeUtil.class
Utf8.java package com.google.protobuf com.google.protobuf.Utf8$DecodeUtil extends java.lang.Object { private void <init> () private static boolean isOneByte (byte) byte b private static boolean isTwoBytes (byte) byte b private static boolean isThreeBytes (byte) byte b private static void handleOneByte (byte, char[], int) byte byte1 char[] resultArr int resultPos private static void handleTwoBytes (byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 char[] resultArr int resultPos private static void handleThreeBytes (byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 byte byte3 char[] resultArr int resultPos private static void handleFourBytes (byte, byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 byte byte3 byte byte4 char[] resultArr int resultPos int codepoint private static boolean isNotTrailingByte (byte) byte b private static int trailingByteValue (byte) byte b private static char highSurrogate (int) int codePoint private static char lowSurrogate (int) int codePoint static synthetic boolean access$400 (byte) byte x0 static synthetic void access$500 (byte, char[], int) byte x0 char[] x1 int x2 static synthetic boolean access$600 (byte) byte x0 static synthetic void access$700 (byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException byte x0 byte x1 char[] x2 int x3 static synthetic boolean access$800 (byte) byte x0 static synthetic void access$900 (byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException byte x0 byte x1 byte x2 char[] x3 int x4 static synthetic void access$1000 (byte, byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException byte x0 byte x1 byte x2 byte x3 char[] x4 int x5 }
com/google/protobuf/Utf8$Processor.class
Utf8.java package com.google.protobuf abstract com.google.protobuf.Utf8$Processor extends java.lang.Object { void <init> () final boolean isValidUtf8 (byte[], int, int) byte[] bytes int index int limit abstract int partialIsValidUtf8 (int, byte[], int, int) final boolean isValidUtf8 (java.nio.ByteBuffer, int, int) java.nio.ByteBuffer buffer int index int limit final int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int) int offset int state java.nio.ByteBuffer buffer int index int limit abstract int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int) final int partialIsValidUtf8Default (int, java.nio.ByteBuffer, int, int) byte byte2 byte byte2 byte byte3 byte byte1 int state java.nio.ByteBuffer buffer int index int limit private static int partialIsValidUtf8 (java.nio.ByteBuffer, int, int) byte byte2 int byte2 int byte1 java.nio.ByteBuffer buffer int index int limit abstract java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException final java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException int offset java.nio.ByteBuffer buffer int index int size abstract java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException final java.lang.String decodeUtf8Default (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException byte b byte b byte byte1 java.nio.ByteBuffer buffer int index int size int offset int limit char[] resultArr int resultPos abstract int encodeUtf8 (java.lang.CharSequence, byte[], int, int) final void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer) int offset int endIndex CharSequence in java.nio.ByteBuffer out abstract void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer) final void encodeUtf8Default (java.lang.CharSequence, java.nio.ByteBuffer) char c char low char low int codePoint char c int badWriteIndex IndexOutOfBoundsException e CharSequence in java.nio.ByteBuffer out int inLength int outIx int inIx }
com/google/protobuf/Utf8$SafeProcessor.class
Utf8.java package com.google.protobuf final com.google.protobuf.Utf8$SafeProcessor extends com.google.protobuf.Utf8$Processor { void <init> () int partialIsValidUtf8 (int, byte[], int, int) int byte2 int byte2 int byte3 int byte1 int state byte[] bytes int index int limit int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int) int state java.nio.ByteBuffer buffer int index int limit java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte b byte b byte byte1 byte[] bytes int index int size int offset int limit char[] resultArr int resultPos java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer buffer int index int size int encodeUtf8 (java.lang.CharSequence, byte[], int, int) char c char low char low int codePoint char c CharSequence in byte[] out int offset int length int utf16Length int j int i int limit void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer) CharSequence in java.nio.ByteBuffer out private static int partialIsValidUtf8 (byte[], int, int) byte[] bytes int index int limit private static int partialIsValidUtf8NonAscii (byte[], int, int) int byte2 int byte1 int byte2 byte[] bytes int index int limit }
com/google/protobuf/Utf8$UnpairedSurrogateException.class
Utf8.java package com.google.protobuf com.google.protobuf.Utf8$UnpairedSurrogateException extends java.lang.IllegalArgumentException { void <init> (int, int) int index int length }
com/google/protobuf/Utf8$UnsafeProcessor.class
Utf8.java package com.google.protobuf final com.google.protobuf.Utf8$UnsafeProcessor extends com.google.protobuf.Utf8$Processor { void <init> () static boolean isAvailable () int partialIsValidUtf8 (int, byte[], int, int) int byte2 int byte2 int byte3 int byte1 int state byte[] bytes int index int limit long offset long offsetLimit int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int) int byte2 int byte2 int byte3 int byte1 int state java.nio.ByteBuffer buffer int index int limit long address long addressLimit java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] bytes int index int size String s java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException byte b byte b byte byte1 java.nio.ByteBuffer buffer int index int size long address long addressLimit char[] resultArr int resultPos int encodeUtf8 (java.lang.CharSequence, byte[], int, int) char c char low char low int codePoint char c CharSequence in byte[] out int offset int length long outIx long outLimit int inLimit int inIx void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer) char c char low char low int codePoint char c CharSequence in java.nio.ByteBuffer out long address long outIx long outLimit int inLimit int inIx private static int unsafeEstimateConsecutiveAscii (byte[], long, int) byte[] bytes long offset int maxChars int unaligned int i private static int unsafeEstimateConsecutiveAscii (long, int) int j long address int maxChars int remaining int unaligned private static int partialIsValidUtf8 (byte[], long, int) int byte2 int byte2 int byte1 byte[] bytes long offset int remaining int skipped private static int partialIsValidUtf8 (long, int) byte byte2 byte byte2 int byte1 long address int remaining int skipped private static int unsafeIncompleteStateFor (byte[], int, long, int) byte[] bytes int byte1 long offset int remaining private static int unsafeIncompleteStateFor (long, int, int) long address int byte1 int remaining }
com/google/protobuf/Utf8.class
Utf8.java package com.google.protobuf final com.google.protobuf.Utf8 extends java.lang.Object { private static final com.google.protobuf.Utf8$Processor processor private static final long ASCII_MASK_LONG static final int MAX_BYTES_PER_CHAR static final int COMPLETE static final int MALFORMED private static final int UNSAFE_COUNT_ASCII_THRESHOLD static boolean isValidUtf8 (byte[]) byte[] bytes static boolean isValidUtf8 (byte[], int, int) byte[] bytes int index int limit static int partialIsValidUtf8 (int, byte[], int, int) int state byte[] bytes int index int limit private static int incompleteStateFor (int) int byte1 private static int incompleteStateFor (int, int) int byte1 int byte2 private static int incompleteStateFor (int, int, int) int byte1 int byte2 int byte3 private static int incompleteStateFor (byte[], int, int) byte[] bytes int index int limit int byte1 private static int incompleteStateFor (java.nio.ByteBuffer, int, int, int) java.nio.ByteBuffer buffer int byte1 int index int remaining static int encodedLength (java.lang.CharSequence) char c CharSequence sequence int utf16Length int utf8Length int i private static int encodedLengthGeneral (java.lang.CharSequence, int) int cp char c int i CharSequence sequence int start int utf16Length int utf8Length static int encode (java.lang.CharSequence, byte[], int, int) CharSequence in byte[] out int offset int length static boolean isValidUtf8 (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int) int state java.nio.ByteBuffer buffer int index int limit static java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer buffer int index int size static java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] bytes int index int size static void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer) CharSequence in java.nio.ByteBuffer out private static int estimateConsecutiveAscii (java.nio.ByteBuffer, int, int) java.nio.ByteBuffer buffer int index int limit int i int lim private void <init> () static synthetic int access$000 (int, int) int x0 int x1 static synthetic int access$100 (int, int, int) int x0 int x1 int x2 static synthetic int access$200 (java.nio.ByteBuffer, int, int) java.nio.ByteBuffer x0 int x1 int x2 static synthetic int access$300 (java.nio.ByteBuffer, int, int, int) java.nio.ByteBuffer x0 int x1 int x2 int x3 static synthetic int access$1100 (byte[], int, int) byte[] x0 int x1 int x2 static synthetic int access$1200 (int) int x0 static void <clinit> () }
com/google/protobuf/WireFormat$1.class
WireFormat.java package com.google.protobuf synthetic com.google.protobuf.WireFormat$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/WireFormat$FieldType$1.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$1 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType$2.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$2 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType$3.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$3 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType$4.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$4 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType.class
WireFormat.java package com.google.protobuf public enum com.google.protobuf.WireFormat$FieldType extends java.lang.Enum { public static final enum com.google.protobuf.WireFormat$FieldType DOUBLE public static final enum com.google.protobuf.WireFormat$FieldType FLOAT public static final enum com.google.protobuf.WireFormat$FieldType INT64 public static final enum com.google.protobuf.WireFormat$FieldType UINT64 public static final enum com.google.protobuf.WireFormat$FieldType INT32 public static final enum com.google.protobuf.WireFormat$FieldType FIXED64 public static final enum com.google.protobuf.WireFormat$FieldType FIXED32 public static final enum com.google.protobuf.WireFormat$FieldType BOOL public static final enum com.google.protobuf.WireFormat$FieldType STRING public static final enum com.google.protobuf.WireFormat$FieldType GROUP public static final enum com.google.protobuf.WireFormat$FieldType MESSAGE public static final enum com.google.protobuf.WireFormat$FieldType BYTES public static final enum com.google.protobuf.WireFormat$FieldType UINT32 public static final enum com.google.protobuf.WireFormat$FieldType ENUM public static final enum com.google.protobuf.WireFormat$FieldType SFIXED32 public static final enum com.google.protobuf.WireFormat$FieldType SFIXED64 public static final enum com.google.protobuf.WireFormat$FieldType SINT32 public static final enum com.google.protobuf.WireFormat$FieldType SINT64 private final com.google.protobuf.WireFormat$JavaType javaType private final int wireType private static final synthetic com.google.protobuf.WireFormat$FieldType[] $VALUES public static com.google.protobuf.WireFormat$FieldType[] values () public static com.google.protobuf.WireFormat$FieldType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public com.google.protobuf.WireFormat$JavaType getJavaType () public int getWireType () public boolean isPackable () private static synthetic com.google.protobuf.WireFormat$FieldType[] $values () synthetic void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int, com.google.protobuf.WireFormat$1) String x0 int x1 com.google.protobuf.WireFormat$JavaType x2 int x3 com.google.protobuf.WireFormat$1 x4 static void <clinit> () }
com/google/protobuf/WireFormat$JavaType.class
WireFormat.java package com.google.protobuf public final enum com.google.protobuf.WireFormat$JavaType extends java.lang.Enum { public static final enum com.google.protobuf.WireFormat$JavaType INT public static final enum com.google.protobuf.WireFormat$JavaType LONG public static final enum com.google.protobuf.WireFormat$JavaType FLOAT public static final enum com.google.protobuf.WireFormat$JavaType DOUBLE public static final enum com.google.protobuf.WireFormat$JavaType BOOLEAN public static final enum com.google.protobuf.WireFormat$JavaType STRING public static final enum com.google.protobuf.WireFormat$JavaType BYTE_STRING public static final enum com.google.protobuf.WireFormat$JavaType ENUM public static final enum com.google.protobuf.WireFormat$JavaType MESSAGE private final Object defaultDefault private static final synthetic com.google.protobuf.WireFormat$JavaType[] $VALUES public static com.google.protobuf.WireFormat$JavaType[] values () public static com.google.protobuf.WireFormat$JavaType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.Object) Object defaultDefault java.lang.Object getDefaultDefault () private static synthetic com.google.protobuf.WireFormat$JavaType[] $values () static void <clinit> () }
com/google/protobuf/WireFormat$Utf8Validation$1.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$Utf8Validation$1 extends com.google.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input }
com/google/protobuf/WireFormat$Utf8Validation$2.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$Utf8Validation$2 extends com.google.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input }
com/google/protobuf/WireFormat$Utf8Validation$3.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$Utf8Validation$3 extends com.google.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input }
com/google/protobuf/WireFormat$Utf8Validation.class
WireFormat.java package com.google.protobuf abstract enum com.google.protobuf.WireFormat$Utf8Validation extends java.lang.Enum { public static final enum com.google.protobuf.WireFormat$Utf8Validation LOOSE public static final enum com.google.protobuf.WireFormat$Utf8Validation STRICT public static final enum com.google.protobuf.WireFormat$Utf8Validation LAZY private static final synthetic com.google.protobuf.WireFormat$Utf8Validation[] $VALUES public static com.google.protobuf.WireFormat$Utf8Validation[] values () public static com.google.protobuf.WireFormat$Utf8Validation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException private static synthetic com.google.protobuf.WireFormat$Utf8Validation[] $values () synthetic void <init> (java.lang.String, int, com.google.protobuf.WireFormat$1) String x0 int x1 com.google.protobuf.WireFormat$1 x2 static void <clinit> () }
com/google/protobuf/WireFormat.class
WireFormat.java package com.google.protobuf public final com.google.protobuf.WireFormat extends java.lang.Object { static final int FIXED32_SIZE static final int FIXED64_SIZE static final int MAX_VARINT32_SIZE static final int MAX_VARINT64_SIZE static final int MAX_VARINT_SIZE public static final int WIRETYPE_VARINT public static final int WIRETYPE_FIXED64 public static final int WIRETYPE_LENGTH_DELIMITED public static final int WIRETYPE_START_GROUP public static final int WIRETYPE_END_GROUP public static final int WIRETYPE_FIXED32 static final int TAG_TYPE_BITS static final int TAG_TYPE_MASK static final int MESSAGE_SET_ITEM static final int MESSAGE_SET_TYPE_ID static final int MESSAGE_SET_MESSAGE static final int MESSAGE_SET_ITEM_TAG static final int MESSAGE_SET_ITEM_END_TAG static final int MESSAGE_SET_TYPE_ID_TAG static final int MESSAGE_SET_MESSAGE_TAG private void <init> () public static int getTagWireType (int) int tag public static int getTagFieldNumber (int) int tag static int makeTag (int, int) int fieldNumber int wireType static java.lang.Object readPrimitiveField (com.google.protobuf.CodedInputStream, com.google.protobuf.WireFormat$FieldType, com.google.protobuf.WireFormat$Utf8Validation) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.WireFormat$FieldType type com.google.protobuf.WireFormat$Utf8Validation utf8Validation static void <clinit> () }
com/google/protobuf/Writer$FieldOrder.class
Writer.java package com.google.protobuf public final enum com.google.protobuf.Writer$FieldOrder extends java.lang.Enum { public static final enum com.google.protobuf.Writer$FieldOrder ASCENDING public static final enum com.google.protobuf.Writer$FieldOrder DESCENDING private static final synthetic com.google.protobuf.Writer$FieldOrder[] $VALUES public static com.google.protobuf.Writer$FieldOrder[] values () public static com.google.protobuf.Writer$FieldOrder valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.Writer$FieldOrder[] $values () static void <clinit> () }
com/google/protobuf/Writer.class
Writer.java package com.google.protobuf abstract com.google.protobuf.Writer extends java.lang.Object { public abstract com.google.protobuf.Writer$FieldOrder fieldOrder () public abstract void writeSFixed32 (int, int) throws java.io.IOException public abstract void writeInt64 (int, long) throws java.io.IOException public abstract void writeSFixed64 (int, long) throws java.io.IOException public abstract void writeFloat (int, float) throws java.io.IOException public abstract void writeDouble (int, double) throws java.io.IOException public abstract void writeEnum (int, int) throws java.io.IOException public abstract void writeUInt64 (int, long) throws java.io.IOException public abstract void writeInt32 (int, int) throws java.io.IOException public abstract void writeFixed64 (int, long) throws java.io.IOException public abstract void writeFixed32 (int, int) throws java.io.IOException public abstract void writeBool (int, boolean) throws java.io.IOException public abstract void writeString (int, java.lang.String) throws java.io.IOException public abstract void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException public abstract void writeUInt32 (int, int) throws java.io.IOException public abstract void writeSInt32 (int, int) throws java.io.IOException public abstract void writeSInt64 (int, long) throws java.io.IOException public abstract void writeMessage (int, java.lang.Object) throws java.io.IOException public abstract void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException public abstract void writeGroup (int, java.lang.Object) throws java.io.IOException public abstract void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException public abstract void writeStartGroup (int) throws java.io.IOException public abstract void writeEndGroup (int) throws java.io.IOException public abstract void writeInt32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeInt64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeFloatList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeEnumList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeBoolList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeStringList (int, java.util.List) throws java.io.IOException public abstract void writeBytesList (int, java.util.List) throws java.io.IOException public abstract void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeMessageList (int, java.util.List) throws java.io.IOException public abstract void writeMessageList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException public abstract void writeGroupList (int, java.util.List) throws java.io.IOException public abstract void writeGroupList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException public abstract void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException public abstract void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException }
com/google/devtools/build/buildjar/javac/plugins/dependency/
com/google/devtools/build/buildjar/javac/plugins/dependency/AutoValue_StrictJavaDepsPlugin_SjdDiagnostic.class
AutoValue_StrictJavaDepsPlugin_SjdDiagnostic.java package com.google.devtools.build.buildjar.javac.plugins.dependency final com.google.devtools.build.buildjar.javac.plugins.dependency.AutoValue_StrictJavaDepsPlugin_SjdDiagnostic extends com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$SjdDiagnostic { private final int pos private final String message private final javax.tools.JavaFileObject source void <init> (int, java.lang.String, javax.tools.JavaFileObject) int pos String message javax.tools.JavaFileObject source int pos () java.lang.String message () javax.tools.JavaFileObject source () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$SjdDiagnostic that Object o public int hashCode () int h$ }
com/google/devtools/build/buildjar/javac/plugins/dependency/DependencyModule$1.class
DependencyModule.java package com.google.devtools.build.buildjar.javac.plugins.dependency synthetic com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$1 extends java.lang.Object { }
com/google/devtools/build/buildjar/javac/plugins/dependency/DependencyModule$Builder$DefaultFixMessage.class
DependencyModule.java package com.google.devtools.build.buildjar.javac.plugins.dependency com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder$DefaultFixMessage extends java.lang.Object implements com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage { private void <init> () public java.lang.String get (java.lang.Iterable, java.lang.String) Iterable missing String recipient com.google.common.collect.ImmutableSet missingTargets private static synthetic java.util.stream.Stream lambda$get$0 (com.google.devtools.build.buildjar.JarOwner) com.google.devtools.build.buildjar.JarOwner owner synthetic void <init> (com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$1) com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$1 x0 }
com/google/devtools/build/buildjar/javac/plugins/dependency/DependencyModule$Builder.class
DependencyModule.java package com.google.devtools.build.buildjar.javac.plugins.dependency public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder extends java.lang.Object { private com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps strictJavaDeps private com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool fixDepsTool private com.google.common.collect.ImmutableSet directJars private final java.util.Set depsArtifacts private com.google.common.collect.ImmutableSet platformJars private String targetLabel private java.nio.file.Path outputDepsProtoFile private boolean strictClasspathMode private com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage fixMessage private final java.util.Set exemptGenerators public void <init> () public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule build () public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setStrictJavaDeps (java.lang.String) String strictJavaDeps public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setFixDepsTool (com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool) com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool fixDepsTool public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setTargetLabel (java.lang.String) String targetLabel public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setDirectJars (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet directJars public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setOutputDepsProtoFile (java.nio.file.Path) java.nio.file.Path outputDepsProtoFile public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder addDepsArtifacts (java.util.Collection) java.util.Collection depsArtifacts public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setPlatformJars (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet platformJars public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setReduceClasspath () public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder setFixMessage (com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage) com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage fixMessage public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$Builder addExemptGenerator (java.lang.String) String exemptGenerator }
com/google/devtools/build/buildjar/javac/plugins/dependency/DependencyModule$FixMessage.class
DependencyModule.java package com.google.devtools.build.buildjar.javac.plugins.dependency public abstract com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage extends java.lang.Object { public abstract java.lang.String get (java.lang.Iterable, java.lang.String) }
com/google/devtools/build/buildjar/javac/plugins/dependency/DependencyModule$FixTool.class
DependencyModule.java package com.google.devtools.build.buildjar.javac.plugins.dependency public abstract com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool extends java.lang.Object { public abstract java.util.Optional resolveMissingImport (javax.tools.Diagnostic, com.google.common.collect.ImmutableList) public abstract java.lang.String getFixCommand (java.lang.Iterable, java.lang.String) }
com/google/devtools/build/buildjar/javac/plugins/dependency/DependencyModule$StrictJavaDeps.class
DependencyModule.java package com.google.devtools.build.buildjar.javac.plugins.dependency public final enum com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps extends java.lang.Enum { public static final enum com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps OFF public static final enum com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps WARN public static final enum com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps ERROR private static final synthetic com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps[] $VALUES public static com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps[] values () public static com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps[] $values () static void <clinit> () }
com/google/devtools/build/buildjar/javac/plugins/dependency/DependencyModule.class
DependencyModule.java package com.google.devtools.build.buildjar.javac.plugins.dependency public final com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule extends java.lang.Object { private static final com.google.common.collect.ImmutableSet SJD_EXEMPT_PROCESSORS private final com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps strictJavaDeps private final com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool fixDepsTool private final com.google.common.collect.ImmutableSet directJars private final boolean strictClasspathMode private final java.util.Set depsArtifacts private final String targetLabel private final java.nio.file.Path outputDepsProtoFile private boolean hasMissingTargets private final java.util.Map explicitDependenciesMap private final java.util.Map implicitDependenciesMap private final com.google.common.collect.ImmutableSet platformJars java.util.Set requiredClasspath private final com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage fixMessage private final java.util.Set exemptGenerators private final java.util.Set packages void <init> (com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps, com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool, com.google.common.collect.ImmutableSet, boolean, java.util.Set, com.google.common.collect.ImmutableSet, java.lang.String, java.nio.file.Path, com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage, java.util.Set) com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps strictJavaDeps com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool fixDepsTool com.google.common.collect.ImmutableSet directJars boolean strictClasspathMode java.util.Set depsArtifacts com.google.common.collect.ImmutableSet platformJars String targetLabel java.nio.file.Path outputDepsProtoFile com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage fixMessage java.util.Set exemptGenerators public com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin getPlugin () public void emitDependencyInformation (com.google.common.collect.ImmutableList, boolean, boolean) throws java.io.IOException java.io.BufferedOutputStream out java.io.IOException ex com.google.common.collect.ImmutableList classpath boolean successful boolean requiresFallback com.google.devtools.build.lib.view.proto.Deps$Dependencies buildDependenciesProto (com.google.common.collect.ImmutableList, boolean, boolean) java.nio.file.Path entry com.google.common.collect.ImmutableList classpath boolean successful boolean requiresFallback com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder deps public com.google.common.collect.ImmutableSet directJars () public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$StrictJavaDeps getStrictJavaDeps () public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixTool getFixDepsTool () public java.util.Map getExplicitDependenciesMap () public java.util.Map getImplicitDependenciesMap () public com.google.common.collect.ImmutableSet getPlatformJars () public boolean addPackage (com.sun.tools.javac.code.Symbol$PackageSymbol) com.sun.tools.javac.code.Symbol$PackageSymbol packge public java.lang.String getTargetLabel () public java.nio.file.Path getOutputDepsProtoFile () public com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule$FixMessage getFixMessage () public java.util.Set getExemptGenerators () public boolean reduceClasspath () void setHasMissingTargets () public boolean hasMissingTargets () public com.google.common.collect.ImmutableList computeStrictClasspath (com.google.common.collect.ImmutableList) throws java.io.IOException java.nio.file.Path depsArtifact com.google.common.collect.ImmutableList originalClasspath void setStrictClasspath (java.util.Set) java.util.Set strictClasspath private void collectDependenciesFromArtifact (java.nio.file.Path) throws java.io.IOException com.google.devtools.build.lib.view.proto.Deps$Dependency dep com.google.devtools.build.lib.view.proto.Deps$Dependencies deps java.io.BufferedInputStream bis java.io.IOException e java.nio.file.Path path private static synthetic java.lang.String lambda$buildDependenciesProto$0 (com.sun.tools.javac.code.Symbol$PackageSymbol) com.sun.tools.javac.code.Symbol$PackageSymbol pkg static synthetic com.google.common.collect.ImmutableSet access$100 () static void <clinit> () }
com/google/devtools/build/buildjar/javac/plugins/dependency/ImplicitDependencyExtractor$1.class
ImplicitDependencyExtractor.java package com.google.devtools.build.buildjar.javac.plugins.dependency synthetic com.google.devtools.build.buildjar.javac.plugins.dependency.ImplicitDependencyExtractor$1 extends java.lang.Object { }
com/google/devtools/build/buildjar/javac/plugins/dependency/ImplicitDependencyExtractor$TypeVisitor.class
ImplicitDependencyExtractor.java package com.google.devtools.build.buildjar.javac.plugins.dependency com.google.devtools.build.buildjar.javac.plugins.dependency.ImplicitDependencyExtractor$TypeVisitor extends javax.lang.model.util.SimpleTypeVisitor7 { private void <init> () synthetic void <init> (com.google.devtools.build.buildjar.javac.plugins.dependency.ImplicitDependencyExtractor$1) com.google.devtools.build.buildjar.javac.plugins.dependency.ImplicitDependencyExtractor$1 x0 }
com/google/devtools/build/buildjar/javac/plugins/dependency/ImplicitDependencyExtractor.class
ImplicitDependencyExtractor.java package com.google.devtools.build.buildjar.javac.plugins.dependency public com.google.devtools.build.buildjar.javac.plugins.dependency.ImplicitDependencyExtractor extends java.lang.Object { private final java.util.Map depsMap private final com.google.devtools.build.buildjar.javac.plugins.dependency.ImplicitDependencyExtractor$TypeVisitor typeVisitor private final java.util.Set platformJars public void <init> (java.util.Map, java.util.Set) java.util.Map depsMap java.util.Set platformJars public void accumulate (com.sun.tools.javac.util.Context, java.util.Set) com.sun.tools.javac.code.Symbol$ClassSymbol root boolean completed com.sun.tools.javac.code.Symbol$ClassSymbol cs com.sun.tools.javac.util.Context context java.util.Set roots com.sun.tools.javac.code.Symtab symtab private void collectJarOf (javax.tools.JavaFileObject, java.util.Set, boolean) javax.tools.JavaFileObject reference java.util.Set platformJars boolean completed java.nio.file.Path path com.google.devtools.build.lib.view.proto.Deps$Dependency currentDep public static java.nio.file.Path getJarPath (javax.tools.JavaFileObject) java.lang.reflect.Field field NoSuchFieldException e ReflectiveOperationException e javax.tools.JavaFileObject file }
com/google/devtools/build/buildjar/javac/plugins/dependency/StrictJavaDepsPlugin$1.class
StrictJavaDepsPlugin.java package com.google.devtools.build.buildjar.javac.plugins.dependency com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic com.google.common.collect.ImmutableSet$Builder val$suppressions void <init> (com.google.common.collect.ImmutableSet$Builder) public java.lang.Void visitString (java.lang.String, java.lang.Void) String s Void aVoid public java.lang.Void visitArray (java.util.List, java.lang.Void) java.util.List vals Void aVoid public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitString (java.lang.String, java.lang.Object) private synthetic void lambda$visitArray$0 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue v }
com/google/devtools/build/buildjar/javac/plugins/dependency/StrictJavaDepsPlugin$2.class
StrictJavaDepsPlugin.java package com.google.devtools.build.buildjar.javac.plugins.dependency synthetic com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$devtools$build$buildjar$javac$plugins$dependency$DependencyModule$StrictJavaDeps static void <clinit> () }
com/google/devtools/build/buildjar/javac/plugins/dependency/StrictJavaDepsPlugin$CheckingTreeScanner.class
StrictJavaDepsPlugin.java package com.google.devtools.build.buildjar.javac.plugins.dependency com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$CheckingTreeScanner extends com.sun.tools.javac.tree.TreeScanner { private final com.google.common.collect.ImmutableSet directJars private final java.util.List diagnostics private final java.util.Set missingTargets private final java.util.Map directDependenciesMap private final java.util.Set seenClasses private final java.util.Set seenTargets private final java.util.Set seenStrictDepsViolatingJars private final java.util.Set platformJars private javax.tools.JavaFileObject source private static final java.util.function.Predicate DECLARED_USING_VAR public void <init> (com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule, java.util.List, java.util.Set, java.util.Set) com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule dependencyModule java.util.List diagnostics java.util.Set missingTargets java.util.Set platformJars java.util.Set getSeenClasses () private void checkTypeLiteral (com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.tree.JCTree node com.sun.tools.javac.code.Symbol sym java.nio.file.Path jarPath private void collectExplicitDependency (java.nio.file.Path, com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Symbol) java.util.Optional canonicalTargetName String toolInfo String used String message com.google.devtools.build.buildjar.JarOwner owner com.google.devtools.build.lib.view.proto.Deps$Dependency dep java.nio.file.Path jarPath com.sun.tools.javac.tree.JCTree node com.sun.tools.javac.code.Symbol sym private static com.google.devtools.build.buildjar.JarOwner readJarOwnerFromManifest (java.nio.file.Path) java.util.jar.Manifest manifest java.util.jar.Attributes attributes String label String injectingRuleKind java.util.jar.JarFile jarFile java.io.IOException e java.nio.file.Path jarPath public void visitMethodDef (com.sun.tools.javac.tree.JCTree$JCMethodDecl) com.sun.tools.javac.tree.JCTree$JCMethodDecl method public void visitVarDef (com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.tools.javac.tree.JCTree$JCVariableDecl variable private static boolean declaredUsingVar (com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.tools.javac.tree.JCTree$JCVariableDecl variableTree private static java.util.function.Predicate getDeclaredUsingVar () java.lang.reflect.Method method ReflectiveOperationException e java.lang.reflect.Method method public void visitIdent (com.sun.tools.javac.tree.JCTree$JCIdent) com.sun.tools.javac.tree.JCTree$JCIdent tree public void visitSelect (com.sun.tools.javac.tree.JCTree$JCFieldAccess) com.sun.tools.javac.tree.JCTree$JCFieldAccess tree public void visitLambda (com.sun.tools.javac.tree.JCTree$JCLambda) com.sun.tools.javac.tree.JCTree$JCLambda tree public void visitPackageDef (com.sun.tools.javac.tree.JCTree$JCPackageDecl) com.sun.tools.javac.tree.JCTree$JCPackageDecl tree private static synthetic boolean lambda$getDeclaredUsingVar$2 (java.lang.reflect.Method, com.sun.tools.javac.tree.JCTree$JCVariableDecl) ReflectiveOperationException e java.lang.reflect.Method method com.sun.tools.javac.tree.JCTree$JCVariableDecl variableTree private static synthetic boolean lambda$getDeclaredUsingVar$1 (com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.tools.javac.tree.JCTree$JCVariableDecl variableTree private static synthetic java.lang.String lambda$collectExplicitDependency$0 (java.lang.String) String label static synthetic javax.tools.JavaFileObject access$000 (com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$CheckingTreeScanner) com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$CheckingTreeScanner x0 static synthetic javax.tools.JavaFileObject access$002 (com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$CheckingTreeScanner, javax.tools.JavaFileObject) com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$CheckingTreeScanner x0 javax.tools.JavaFileObject x1 static void <clinit> () }
com/google/devtools/build/buildjar/javac/plugins/dependency/StrictJavaDepsPlugin$SjdDiagnostic.class
StrictJavaDepsPlugin.java package com.google.devtools.build.buildjar.javac.plugins.dependency abstract com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$SjdDiagnostic extends java.lang.Object { void <init> () abstract int pos () abstract java.lang.String message () abstract javax.tools.JavaFileObject source () static com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$SjdDiagnostic create (int, java.lang.String, javax.tools.JavaFileObject) int pos String message javax.tools.JavaFileObject source }
com/google/devtools/build/buildjar/javac/plugins/dependency/StrictJavaDepsPlugin.class
StrictJavaDepsPlugin.java package com.google.devtools.build.buildjar.javac.plugins.dependency public final com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin extends com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin { private static final java.util.jar.Attributes$Name TARGET_LABEL private static final java.util.jar.Attributes$Name INJECTING_RULE_KIND private com.google.devtools.build.buildjar.javac.plugins.dependency.ImplicitDependencyExtractor implicitDependencyExtractor private com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$CheckingTreeScanner checkingTreeScanner private final com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule dependencyModule private final java.util.Set toplevels private final java.util.Set trees private final java.util.Set missingTargets private final java.util.List diagnostics private java.io.PrintWriter errWriter public void <init> (com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule) com.google.devtools.build.buildjar.javac.plugins.dependency.DependencyModule dependencyModule public void init (com.sun.tools.javac.util.Context, com.sun.tools.javac.util.Log, com.sun.tools.javac.main.JavaCompiler, com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder) java.util.Set platformJars com.sun.tools.javac.util.Context context com.sun.tools.javac.util.Log log com.sun.tools.javac.main.JavaCompiler compiler com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder statisticsBuilder public void postAttribute (com.sun.tools.javac.comp.Env) com.sun.tools.javac.comp.Env env javax.tools.JavaFileObject previousSource public void finish () javax.tools.JavaFileObject prev com.google.devtools.build.buildjar.javac.plugins.dependency.StrictJavaDepsPlugin$SjdDiagnostic diagnostic String canonicalizedLabel java.util.Set canonicalizedMissing public boolean isAnnotationProcessorExempt (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) String value com.sun.tools.javac.tree.JCTree$JCCompilationUnit unit com.sun.tools.javac.code.Symbol sym private static com.google.common.collect.ImmutableSet getGeneratedBy (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableSet$Builder suppressions static java.lang.String canonicalizeTarget (java.lang.String) String target int colonIndex int lastSlash String packageName String suffix public static java.nio.file.Path getJarPath (com.sun.tools.javac.code.Symbol$ClassSymbol, java.util.Set) com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol java.util.Set platformJars javax.tools.JavaFileObject classfile java.nio.file.Path path private static boolean haveSourceForSymbol (com.sun.tools.javac.code.Symbol$ClassSymbol) UnsupportedOperationException e com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol public boolean runOnAttributionErrors () private static synthetic void lambda$getGeneratedBy$8 (com.google.common.collect.ImmutableSet$Builder, com.sun.tools.javac.code.Attribute) com.google.common.collect.ImmutableSet$Builder suppressions com.sun.tools.javac.code.Attribute a private static synthetic java.util.stream.Stream lambda$getGeneratedBy$7 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a private static synthetic com.sun.tools.javac.code.Attribute lambda$getGeneratedBy$6 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$getGeneratedBy$5 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$getGeneratedBy$4 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a com.sun.tools.javac.util.Name name private static synthetic com.google.devtools.build.buildjar.JarOwner lambda$finish$3 (com.google.devtools.build.buildjar.JarOwner) com.google.devtools.build.buildjar.JarOwner owner private static synthetic java.lang.String lambda$finish$2 (java.lang.String) String label private static synthetic java.lang.String lambda$finish$1 (com.google.devtools.build.buildjar.JarOwner) com.google.devtools.build.buildjar.JarOwner owner private static synthetic boolean lambda$finish$0 (com.google.devtools.build.buildjar.JarOwner) com.google.devtools.build.buildjar.JarOwner owner static synthetic java.util.jar.Attributes$Name access$100 () static synthetic java.util.jar.Attributes$Name access$200 () static void <clinit> () }
com/google/devtools/build/buildjar/AutoValue_JarOwner.class
AutoValue_JarOwner.java package com.google.devtools.build.buildjar final com.google.devtools.build.buildjar.AutoValue_JarOwner extends com.google.devtools.build.buildjar.JarOwner { private final java.nio.file.Path jar private final java.util.Optional label private final java.util.Optional aspect void <init> (java.nio.file.Path, java.util.Optional, java.util.Optional) java.nio.file.Path jar java.util.Optional label java.util.Optional aspect public java.nio.file.Path jar () public java.util.Optional label () public java.util.Optional aspect () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.devtools.build.buildjar.JarOwner that Object o public int hashCode () int h$ }
com/google/devtools/build/buildjar/JarOwner.class
JarOwner.java package com.google.devtools.build.buildjar public abstract com.google.devtools.build.buildjar.JarOwner extends java.lang.Object { public void <init> () public abstract java.nio.file.Path jar () public abstract java.util.Optional label () public abstract java.util.Optional aspect () public static com.google.devtools.build.buildjar.JarOwner create (java.nio.file.Path) java.nio.file.Path jar public static com.google.devtools.build.buildjar.JarOwner create (java.nio.file.Path, java.lang.String, java.util.Optional) java.nio.file.Path jar String label java.util.Optional aspect public com.google.devtools.build.buildjar.JarOwner withLabel (java.util.Optional) java.util.Optional label }
com/google/devtools/build/lib/
com/google/devtools/build/lib/view/
com/google/devtools/build/lib/view/proto/
com/google/devtools/build/lib/view/proto/Deps$1.class
Deps.java package com.google.devtools.build.lib.view.proto synthetic com.google.devtools.build.lib.view.proto.Deps$1 extends java.lang.Object { }
com/google/devtools/build/lib/view/proto/Deps$Dependencies$1.class
Deps.java package com.google.devtools.build.lib.view.proto com.google.devtools.build.lib.view.proto.Deps$Dependencies$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.lib.view.proto.Deps$Dependencies parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/lib/view/proto/Deps$Dependencies$Builder.class
Deps.java package com.google.devtools.build.lib.view.proto public final com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.lib.view.proto.Deps$DependenciesOrBuilder { private int bitField0_ private java.util.List dependency_ private com.google.protobuf.RepeatedFieldBuilderV3 dependencyBuilder_ private Object ruleLabel_ private boolean success_ private com.google.protobuf.LazyStringList containedPackage_ private boolean requiresReducedClasspathFallback_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.lib.view.proto.Deps$Dependencies getDefaultInstanceForType () public com.google.devtools.build.lib.view.proto.Deps$Dependencies build () com.google.devtools.build.lib.view.proto.Deps$Dependencies result public com.google.devtools.build.lib.view.proto.Deps$Dependencies buildPartial () com.google.devtools.build.lib.view.proto.Deps$Dependencies result int from_bitField0_ int to_bitField0_ public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clone () public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder mergeFrom (com.google.devtools.build.lib.view.proto.Deps$Dependencies) com.google.devtools.build.lib.view.proto.Deps$Dependencies other public final boolean isInitialized () int i public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.devtools.build.lib.view.proto.Deps$Dependency m com.google.protobuf.ByteString bs int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureDependencyIsMutable () public java.util.List getDependencyList () public int getDependencyCount () public com.google.devtools.build.lib.view.proto.Deps$Dependency getDependency (int) int index public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setDependency (int, com.google.devtools.build.lib.view.proto.Deps$Dependency) int index com.google.devtools.build.lib.view.proto.Deps$Dependency value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setDependency (int, com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder) int index com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder builderForValue public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addDependency (com.google.devtools.build.lib.view.proto.Deps$Dependency) com.google.devtools.build.lib.view.proto.Deps$Dependency value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addDependency (int, com.google.devtools.build.lib.view.proto.Deps$Dependency) int index com.google.devtools.build.lib.view.proto.Deps$Dependency value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addDependency (com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder) com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder builderForValue public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addDependency (int, com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder) int index com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder builderForValue public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addAllDependency (java.lang.Iterable) Iterable values public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clearDependency () public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder removeDependency (int) int index public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder getDependencyBuilder (int) int index public com.google.devtools.build.lib.view.proto.Deps$DependencyOrBuilder getDependencyOrBuilder (int) int index public java.util.List getDependencyOrBuilderList () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addDependencyBuilder () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addDependencyBuilder (int) int index public java.util.List getDependencyBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getDependencyFieldBuilder () public boolean hasRuleLabel () public java.lang.String getRuleLabel () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRuleLabelBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setRuleLabel (java.lang.String) String value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clearRuleLabel () public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setRuleLabelBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasSuccess () public boolean getSuccess () public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setSuccess (boolean) boolean value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clearSuccess () private void ensureContainedPackageIsMutable () public com.google.protobuf.ProtocolStringList getContainedPackageList () public int getContainedPackageCount () public java.lang.String getContainedPackage (int) int index public com.google.protobuf.ByteString getContainedPackageBytes (int) int index public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setContainedPackage (int, java.lang.String) int index String value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addContainedPackage (java.lang.String) String value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addAllContainedPackage (java.lang.Iterable) Iterable values public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clearContainedPackage () public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder addContainedPackageBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasRequiresReducedClasspathFallback () public boolean getRequiresReducedClasspathFallback () public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setRequiresReducedClasspathFallback (boolean) boolean value public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder clearRequiresReducedClasspathFallback () public final com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getContainedPackageList () synthetic void <init> (com.google.devtools.build.lib.view.proto.Deps$1) com.google.devtools.build.lib.view.proto.Deps$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.lib.view.proto.Deps$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.lib.view.proto.Deps$1 x1 }
com/google/devtools/build/lib/view/proto/Deps$Dependencies.class
Deps.java package com.google.devtools.build.lib.view.proto public final com.google.devtools.build.lib.view.proto.Deps$Dependencies extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.lib.view.proto.Deps$DependenciesOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int DEPENDENCY_FIELD_NUMBER private java.util.List dependency_ public static final int RULE_LABEL_FIELD_NUMBER private volatile Object ruleLabel_ public static final int SUCCESS_FIELD_NUMBER private boolean success_ public static final int CONTAINED_PACKAGE_FIELD_NUMBER private com.google.protobuf.LazyStringList containedPackage_ public static final int REQUIRES_REDUCED_CLASSPATH_FALLBACK_FIELD_NUMBER private boolean requiresReducedClasspathFallback_ private byte memoizedIsInitialized private static final com.google.devtools.build.lib.view.proto.Deps$Dependencies DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getDependencyList () public java.util.List getDependencyOrBuilderList () public int getDependencyCount () public com.google.devtools.build.lib.view.proto.Deps$Dependency getDependency (int) int index public com.google.devtools.build.lib.view.proto.Deps$DependencyOrBuilder getDependencyOrBuilder (int) int index public boolean hasRuleLabel () public java.lang.String getRuleLabel () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getRuleLabelBytes () com.google.protobuf.ByteString b Object ref public boolean hasSuccess () public boolean getSuccess () public com.google.protobuf.ProtocolStringList getContainedPackageList () public int getContainedPackageCount () public java.lang.String getContainedPackage (int) int index public com.google.protobuf.ByteString getContainedPackageBytes (int) int index public boolean hasRequiresReducedClasspathFallback () public boolean getRequiresReducedClasspathFallback () public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.lib.view.proto.Deps$Dependencies other public int hashCode () int hash public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.lib.view.proto.Deps$Dependencies parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder newBuilderForType () public static com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder newBuilder () public static com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder newBuilder (com.google.devtools.build.lib.view.proto.Deps$Dependencies) com.google.devtools.build.lib.view.proto.Deps$Dependencies prototype public com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder toBuilder () protected com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.lib.view.proto.Deps$Dependencies$Builder builder public static com.google.devtools.build.lib.view.proto.Deps$Dependencies getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.lib.view.proto.Deps$Dependencies getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getContainedPackageList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.lib.view.proto.Deps$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.lib.view.proto.Deps$1 x1 static synthetic java.util.List access$2402 (com.google.devtools.build.lib.view.proto.Deps$Dependencies, java.util.List) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 java.util.List x1 static synthetic java.lang.Object access$2502 (com.google.devtools.build.lib.view.proto.Deps$Dependencies, java.lang.Object) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 Object x1 static synthetic boolean access$2602 (com.google.devtools.build.lib.view.proto.Deps$Dependencies, boolean) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 boolean x1 static synthetic com.google.protobuf.LazyStringList access$2702 (com.google.devtools.build.lib.view.proto.Deps$Dependencies, com.google.protobuf.LazyStringList) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 com.google.protobuf.LazyStringList x1 static synthetic boolean access$2802 (com.google.devtools.build.lib.view.proto.Deps$Dependencies, boolean) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 boolean x1 static synthetic int access$2902 (com.google.devtools.build.lib.view.proto.Deps$Dependencies, int) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 int x1 static synthetic java.util.List access$2400 (com.google.devtools.build.lib.view.proto.Deps$Dependencies) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 static synthetic boolean access$3000 () static synthetic java.lang.Object access$2500 (com.google.devtools.build.lib.view.proto.Deps$Dependencies) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 static synthetic com.google.protobuf.LazyStringList access$2700 (com.google.devtools.build.lib.view.proto.Deps$Dependencies) com.google.devtools.build.lib.view.proto.Deps$Dependencies x0 static void <clinit> () }
com/google/devtools/build/lib/view/proto/Deps$DependenciesOrBuilder.class
Deps.java package com.google.devtools.build.lib.view.proto public abstract com.google.devtools.build.lib.view.proto.Deps$DependenciesOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getDependencyList () public abstract com.google.devtools.build.lib.view.proto.Deps$Dependency getDependency (int) public abstract int getDependencyCount () public abstract java.util.List getDependencyOrBuilderList () public abstract com.google.devtools.build.lib.view.proto.Deps$DependencyOrBuilder getDependencyOrBuilder (int) public abstract boolean hasRuleLabel () public abstract java.lang.String getRuleLabel () public abstract com.google.protobuf.ByteString getRuleLabelBytes () public abstract boolean hasSuccess () public abstract boolean getSuccess () public abstract java.util.List getContainedPackageList () public abstract int getContainedPackageCount () public abstract java.lang.String getContainedPackage (int) public abstract com.google.protobuf.ByteString getContainedPackageBytes (int) public abstract boolean hasRequiresReducedClasspathFallback () public abstract boolean getRequiresReducedClasspathFallback () }
com/google/devtools/build/lib/view/proto/Deps$Dependency$1.class
Deps.java package com.google.devtools.build.lib.view.proto com.google.devtools.build.lib.view.proto.Deps$Dependency$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.lib.view.proto.Deps$Dependency parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/lib/view/proto/Deps$Dependency$Builder.class
Deps.java package com.google.devtools.build.lib.view.proto public final com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.lib.view.proto.Deps$DependencyOrBuilder { private int bitField0_ private Object path_ private int kind_ private java.util.List location_ private com.google.protobuf.RepeatedFieldBuilderV3 locationBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.lib.view.proto.Deps$Dependency getDefaultInstanceForType () public com.google.devtools.build.lib.view.proto.Deps$Dependency build () com.google.devtools.build.lib.view.proto.Deps$Dependency result public com.google.devtools.build.lib.view.proto.Deps$Dependency buildPartial () com.google.devtools.build.lib.view.proto.Deps$Dependency result int from_bitField0_ int to_bitField0_ public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder clone () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder mergeFrom (com.google.devtools.build.lib.view.proto.Deps$Dependency) com.google.devtools.build.lib.view.proto.Deps$Dependency other public final boolean isInitialized () int i public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tmpRaw com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind tmpValue com.google.devtools.build.lib.view.proto.Deps$SourceLocation m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasPath () public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setPath (java.lang.String) String value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder clearPath () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setPathBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasKind () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind getKind () com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind result public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setKind (com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind) com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder clearKind () private void ensureLocationIsMutable () public java.util.List getLocationList () public int getLocationCount () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation getLocation (int) int index public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setLocation (int, com.google.devtools.build.lib.view.proto.Deps$SourceLocation) int index com.google.devtools.build.lib.view.proto.Deps$SourceLocation value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setLocation (int, com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder) int index com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder builderForValue public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addLocation (com.google.devtools.build.lib.view.proto.Deps$SourceLocation) com.google.devtools.build.lib.view.proto.Deps$SourceLocation value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addLocation (int, com.google.devtools.build.lib.view.proto.Deps$SourceLocation) int index com.google.devtools.build.lib.view.proto.Deps$SourceLocation value public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addLocation (com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder) com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder builderForValue public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addLocation (int, com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder) int index com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder builderForValue public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder addAllLocation (java.lang.Iterable) Iterable values public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder clearLocation () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder removeLocation (int) int index public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder getLocationBuilder (int) int index public com.google.devtools.build.lib.view.proto.Deps$SourceLocationOrBuilder getLocationOrBuilder (int) int index public java.util.List getLocationOrBuilderList () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder addLocationBuilder () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder addLocationBuilder (int) int index public java.util.List getLocationBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getLocationFieldBuilder () public final com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.devtools.build.lib.view.proto.Deps$1) com.google.devtools.build.lib.view.proto.Deps$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.lib.view.proto.Deps$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.lib.view.proto.Deps$1 x1 }
com/google/devtools/build/lib/view/proto/Deps$Dependency$Kind$1.class
Deps.java package com.google.devtools.build.lib.view.proto com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind$1 extends java.lang.Object implements com.google.protobuf.Internal$EnumLiteMap { void <init> () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind findValueByNumber (int) int number public volatile synthetic com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/devtools/build/lib/view/proto/Deps$Dependency$Kind.class
Deps.java package com.google.devtools.build.lib.view.proto public final enum com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind extends java.lang.Enum implements com.google.protobuf.ProtocolMessageEnum { public static final enum com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind EXPLICIT public static final enum com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind IMPLICIT public static final enum com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind UNUSED public static final enum com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind INCOMPLETE public static final int EXPLICIT_VALUE public static final int IMPLICIT_VALUE public static final int UNUSED_VALUE public static final int INCOMPLETE_VALUE private static final com.google.protobuf.Internal$EnumLiteMap internalValueMap private static final com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind[] VALUES private final int value private static final synthetic com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind[] $VALUES public static com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind[] values () public static com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind valueOf (java.lang.String) String name public final int getNumber () public static com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind valueOf (int) int value public static com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind forNumber (int) int value public static com.google.protobuf.Internal$EnumLiteMap internalGetValueMap () public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor () public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType () public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor () public static com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind valueOf (com.google.protobuf.Descriptors$EnumValueDescriptor) com.google.protobuf.Descriptors$EnumValueDescriptor desc private void <init> (java.lang.String, int, int) int value private static synthetic com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind[] $values () static void <clinit> () }
com/google/devtools/build/lib/view/proto/Deps$Dependency.class
Deps.java package com.google.devtools.build.lib.view.proto public final com.google.devtools.build.lib.view.proto.Deps$Dependency extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.lib.view.proto.Deps$DependencyOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int PATH_FIELD_NUMBER private volatile Object path_ public static final int KIND_FIELD_NUMBER private int kind_ public static final int LOCATION_FIELD_NUMBER private java.util.List location_ private byte memoizedIsInitialized private static final com.google.devtools.build.lib.view.proto.Deps$Dependency DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasPath () public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public boolean hasKind () public com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind getKind () com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind result public java.util.List getLocationList () public java.util.List getLocationOrBuilderList () public int getLocationCount () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation getLocation (int) int index public com.google.devtools.build.lib.view.proto.Deps$SourceLocationOrBuilder getLocationOrBuilder (int) int index public final boolean isInitialized () int i byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.lib.view.proto.Deps$Dependency other public int hashCode () int hash public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.lib.view.proto.Deps$Dependency parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder newBuilderForType () public static com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder newBuilder () public static com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder newBuilder (com.google.devtools.build.lib.view.proto.Deps$Dependency) com.google.devtools.build.lib.view.proto.Deps$Dependency prototype public com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder toBuilder () protected com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.lib.view.proto.Deps$Dependency$Builder builder public static com.google.devtools.build.lib.view.proto.Deps$Dependency getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.lib.view.proto.Deps$Dependency getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.lib.view.proto.Deps$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.lib.view.proto.Deps$1 x1 static synthetic java.lang.Object access$1402 (com.google.devtools.build.lib.view.proto.Deps$Dependency, java.lang.Object) com.google.devtools.build.lib.view.proto.Deps$Dependency x0 Object x1 static synthetic int access$1502 (com.google.devtools.build.lib.view.proto.Deps$Dependency, int) com.google.devtools.build.lib.view.proto.Deps$Dependency x0 int x1 static synthetic java.util.List access$1602 (com.google.devtools.build.lib.view.proto.Deps$Dependency, java.util.List) com.google.devtools.build.lib.view.proto.Deps$Dependency x0 java.util.List x1 static synthetic int access$1702 (com.google.devtools.build.lib.view.proto.Deps$Dependency, int) com.google.devtools.build.lib.view.proto.Deps$Dependency x0 int x1 static synthetic java.lang.Object access$1400 (com.google.devtools.build.lib.view.proto.Deps$Dependency) com.google.devtools.build.lib.view.proto.Deps$Dependency x0 static synthetic java.util.List access$1600 (com.google.devtools.build.lib.view.proto.Deps$Dependency) com.google.devtools.build.lib.view.proto.Deps$Dependency x0 static synthetic boolean access$1800 () static void <clinit> () }
com/google/devtools/build/lib/view/proto/Deps$DependencyOrBuilder.class
Deps.java package com.google.devtools.build.lib.view.proto public abstract com.google.devtools.build.lib.view.proto.Deps$DependencyOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasPath () public abstract java.lang.String getPath () public abstract com.google.protobuf.ByteString getPathBytes () public abstract boolean hasKind () public abstract com.google.devtools.build.lib.view.proto.Deps$Dependency$Kind getKind () public abstract java.util.List getLocationList () public abstract com.google.devtools.build.lib.view.proto.Deps$SourceLocation getLocation (int) public abstract int getLocationCount () public abstract java.util.List getLocationOrBuilderList () public abstract com.google.devtools.build.lib.view.proto.Deps$SourceLocationOrBuilder getLocationOrBuilder (int) }
com/google/devtools/build/lib/view/proto/Deps$SourceLocation$1.class
Deps.java package com.google.devtools.build.lib.view.proto com.google.devtools.build.lib.view.proto.Deps$SourceLocation$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/lib/view/proto/Deps$SourceLocation$Builder.class
Deps.java package com.google.devtools.build.lib.view.proto public final com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.lib.view.proto.Deps$SourceLocationOrBuilder { private int bitField0_ private Object path_ private int line_ private int column_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation getDefaultInstanceForType () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation build () com.google.devtools.build.lib.view.proto.Deps$SourceLocation result public com.google.devtools.build.lib.view.proto.Deps$SourceLocation buildPartial () com.google.devtools.build.lib.view.proto.Deps$SourceLocation result int from_bitField0_ int to_bitField0_ public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder clone () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder mergeFrom (com.google.devtools.build.lib.view.proto.Deps$SourceLocation) com.google.devtools.build.lib.view.proto.Deps$SourceLocation other public final boolean isInitialized () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasPath () public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder setPath (java.lang.String) String value public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder clearPath () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder setPathBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasLine () public int getLine () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder setLine (int) int value public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder clearLine () public boolean hasColumn () public int getColumn () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder setColumn (int) int value public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder clearColumn () public final com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.devtools.build.lib.view.proto.Deps$1) com.google.devtools.build.lib.view.proto.Deps$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.lib.view.proto.Deps$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.lib.view.proto.Deps$1 x1 }
com/google/devtools/build/lib/view/proto/Deps$SourceLocation.class
Deps.java package com.google.devtools.build.lib.view.proto public final com.google.devtools.build.lib.view.proto.Deps$SourceLocation extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.lib.view.proto.Deps$SourceLocationOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int PATH_FIELD_NUMBER private volatile Object path_ public static final int LINE_FIELD_NUMBER private int line_ public static final int COLUMN_FIELD_NUMBER private int column_ private byte memoizedIsInitialized private static final com.google.devtools.build.lib.view.proto.Deps$SourceLocation DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasPath () public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public boolean hasLine () public int getLine () public boolean hasColumn () public int getColumn () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.lib.view.proto.Deps$SourceLocation other public int hashCode () int hash public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder newBuilderForType () public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder newBuilder () public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder newBuilder (com.google.devtools.build.lib.view.proto.Deps$SourceLocation) com.google.devtools.build.lib.view.proto.Deps$SourceLocation prototype public com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder toBuilder () protected com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.lib.view.proto.Deps$SourceLocation$Builder builder public static com.google.devtools.build.lib.view.proto.Deps$SourceLocation getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.lib.view.proto.Deps$SourceLocation getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.lib.view.proto.Deps$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.lib.view.proto.Deps$1 x1 static synthetic java.lang.Object access$502 (com.google.devtools.build.lib.view.proto.Deps$SourceLocation, java.lang.Object) com.google.devtools.build.lib.view.proto.Deps$SourceLocation x0 Object x1 static synthetic int access$602 (com.google.devtools.build.lib.view.proto.Deps$SourceLocation, int) com.google.devtools.build.lib.view.proto.Deps$SourceLocation x0 int x1 static synthetic int access$702 (com.google.devtools.build.lib.view.proto.Deps$SourceLocation, int) com.google.devtools.build.lib.view.proto.Deps$SourceLocation x0 int x1 static synthetic int access$802 (com.google.devtools.build.lib.view.proto.Deps$SourceLocation, int) com.google.devtools.build.lib.view.proto.Deps$SourceLocation x0 int x1 static synthetic java.lang.Object access$500 (com.google.devtools.build.lib.view.proto.Deps$SourceLocation) com.google.devtools.build.lib.view.proto.Deps$SourceLocation x0 static void <clinit> () }
com/google/devtools/build/lib/view/proto/Deps$SourceLocationOrBuilder.class
Deps.java package com.google.devtools.build.lib.view.proto public abstract com.google.devtools.build.lib.view.proto.Deps$SourceLocationOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasPath () public abstract java.lang.String getPath () public abstract com.google.protobuf.ByteString getPathBytes () public abstract boolean hasLine () public abstract int getLine () public abstract boolean hasColumn () public abstract int getColumn () }
com/google/devtools/build/lib/view/proto/Deps.class
Deps.java package com.google.devtools.build.lib.view.proto public final com.google.devtools.build.lib.view.proto.Deps extends java.lang.Object { private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_deps_SourceLocation_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_deps_SourceLocation_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_deps_Dependency_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_deps_Dependency_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_deps_Dependencies_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_deps_Dependencies_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static synthetic com.google.protobuf.Descriptors$Descriptor access$000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$900 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$1000 () static synthetic com.google.protobuf.Descriptors$Descriptor access$1900 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$2000 () static void <clinit> () String[] descriptorData }
com/google/devtools/build/buildjar/javac/plugins/errorprone/
com/google/devtools/build/buildjar/javac/plugins/errorprone/ErrorPronePlugin.class
ErrorPronePlugin.java package com.google.devtools.build.buildjar.javac.plugins.errorprone public final com.google.devtools.build.buildjar.javac.plugins.errorprone.ErrorPronePlugin extends com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin { private final com.google.errorprone.scanner.ScannerSupplier scannerSupplier private com.google.errorprone.ErrorProneAnalyzer errorProneAnalyzer private com.google.errorprone.ErrorProneOptions epOptions private com.google.errorprone.ErrorProneTimings timings private com.sun.tools.javac.code.DeferredCompletionFailureHandler deferredCompletionFailureHandler private final com.google.common.base.Stopwatch elapsed public void <init> () public void <init> (com.google.errorprone.scanner.ScannerSupplier) com.google.errorprone.scanner.ScannerSupplier scannerSupplier public static void setupMessageBundle (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public void processArgs (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) throws com.google.devtools.build.buildjar.InvalidCommandLineException com.google.common.collect.ImmutableList standardJavacopts com.google.common.collect.ImmutableList blazeJavacopts com.google.common.collect.ImmutableList$Builder epArgs private void processEpOptions (java.util.List) throws com.google.devtools.build.buildjar.InvalidCommandLineException com.google.errorprone.InvalidCommandLineOptionException e java.util.List args public void init (com.sun.tools.javac.util.Context, com.sun.tools.javac.util.Log, com.sun.tools.javac.main.JavaCompiler, com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder) com.sun.tools.javac.util.Context context com.sun.tools.javac.util.Log log com.sun.tools.javac.main.JavaCompiler compiler com.google.devtools.build.buildjar.javac.statistics.BlazeJavacStatistics$Builder statisticsBuilder public void postFlow (com.sun.tools.javac.comp.Env) com.google.errorprone.ErrorProneError e com.sun.tools.javac.comp.Env env com.sun.tools.javac.code.DeferredCompletionFailureHandler$Handler previousDeferredCompletionFailureHandler public void finish () private static java.util.Optional initializationTime (com.google.errorprone.ErrorProneTimings) NoSuchMethodException e ReflectiveOperationException e com.google.errorprone.ErrorProneTimings timings private synthetic void lambda$finish$0 (java.util.Map$Entry) java.util.Map$Entry e }
com/google/errorprone/scanner/
com/google/errorprone/bugpatterns/
com/google/errorprone/matchers/
com/google/errorprone/matchers/method/
com/google/errorprone/dataflow/
com/google/errorprone/dataflow/nullnesspropagation/
com/google/errorprone/dataflow/nullnesspropagation/inference/
com/google/errorprone/names/
com/google/errorprone/suppliers/
com/google/errorprone/predicates/
com/google/errorprone/predicates/type/
com/google/errorprone/fixes/
com/google/errorprone/util/
com/google/errorprone/apply/
META-INF/maven/com.google.errorprone/error_prone_check_api/
com/google/errorprone/AutoValue_RefactoringCollection_RefactoringResult.class
AutoValue_RefactoringCollection_RefactoringResult.java package com.google.errorprone final com.google.errorprone.AutoValue_RefactoringCollection_RefactoringResult extends com.google.errorprone.RefactoringCollection$RefactoringResult { private final String message private final com.google.errorprone.RefactoringCollection$RefactoringResultType type void <init> (java.lang.String, com.google.errorprone.RefactoringCollection$RefactoringResultType) String message com.google.errorprone.RefactoringCollection$RefactoringResultType type java.lang.String message () com.google.errorprone.RefactoringCollection$RefactoringResultType type () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.RefactoringCollection$RefactoringResult that Object o public int hashCode () int h$ }
com/google/errorprone/BaseErrorProneJavaCompiler$RefactoringTask.class
BaseErrorProneJavaCompiler.java package com.google.errorprone com.google.errorprone.BaseErrorProneJavaCompiler$RefactoringTask extends java.lang.Object implements com.sun.source.util.TaskListener { private final com.sun.tools.javac.util.Context context private final com.google.errorprone.RefactoringCollection refactoringCollection public void <init> (com.sun.tools.javac.util.Context, com.google.errorprone.RefactoringCollection) com.sun.tools.javac.util.Context context com.google.errorprone.RefactoringCollection refactoringCollection public void started (com.sun.source.util.TaskEvent) com.sun.source.util.TaskEvent event public void finished (com.sun.source.util.TaskEvent) com.google.errorprone.RefactoringCollection$RefactoringResult refactoringResult java.io.PrintWriter out Exception e java.io.PrintWriter out com.sun.source.util.TaskEvent event com.google.errorprone.RefactoringCollection$RefactoringResult refactoringResult }
com/google/errorprone/AutoValue_ErrorProneOptions_PatchingOptions$Builder.class
AutoValue_ErrorProneOptions_PatchingOptions.java package com.google.errorprone final com.google.errorprone.AutoValue_ErrorProneOptions_PatchingOptions$Builder extends com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder { private com.google.common.collect.ImmutableSet namedCheckers private Boolean inPlace private String baseDirectory private com.google.common.base.Optional customRefactorer private com.google.errorprone.apply.ImportOrganizer importOrganizer void <init> () com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder namedCheckers (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet namedCheckers com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder inPlace (boolean) boolean inPlace com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder baseDirectory (java.lang.String) String baseDirectory com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder customRefactorer (com.google.common.base.Supplier) com.google.common.base.Supplier customRefactorer com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder importOrganizer (com.google.errorprone.apply.ImportOrganizer) com.google.errorprone.apply.ImportOrganizer importOrganizer com.google.errorprone.ErrorProneOptions$PatchingOptions autoBuild () StringBuilder missing }
com/google/errorprone/AutoValue_ErrorProneOptions_PatchingOptions.class
AutoValue_ErrorProneOptions_PatchingOptions.java package com.google.errorprone final com.google.errorprone.AutoValue_ErrorProneOptions_PatchingOptions extends com.google.errorprone.ErrorProneOptions$PatchingOptions { private final com.google.common.collect.ImmutableSet namedCheckers private final boolean inPlace private final String baseDirectory private final com.google.common.base.Optional customRefactorer private final com.google.errorprone.apply.ImportOrganizer importOrganizer private void <init> (com.google.common.collect.ImmutableSet, boolean, java.lang.String, com.google.common.base.Optional, com.google.errorprone.apply.ImportOrganizer) com.google.common.collect.ImmutableSet namedCheckers boolean inPlace String baseDirectory com.google.common.base.Optional customRefactorer com.google.errorprone.apply.ImportOrganizer importOrganizer com.google.common.collect.ImmutableSet namedCheckers () boolean inPlace () java.lang.String baseDirectory () com.google.common.base.Optional customRefactorer () com.google.errorprone.apply.ImportOrganizer importOrganizer () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.ErrorProneOptions$PatchingOptions that Object o public int hashCode () int h$ }
com/google/errorprone/scanner/Scanner.class
Scanner.java package com.google.errorprone.scanner public com.google.errorprone.scanner.Scanner extends com.sun.source.util.TreePathScanner { private com.google.errorprone.SuppressionInfo currentSuppressions public void <init> () public java.lang.Void scan (com.sun.source.util.TreePath, com.google.errorprone.VisitorState) com.sun.source.util.TreePath path com.google.errorprone.VisitorState state com.google.errorprone.SuppressionInfo prevSuppressionInfo public java.lang.Void scan (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.SuppressionInfo prevSuppressionInfo private com.google.errorprone.SuppressionInfo updateSuppressions (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.SuppressionInfo prevSuppressionInfo protected com.google.errorprone.SuppressionInfo$SuppressedState isSuppressed (com.google.errorprone.matchers.Suppressible, com.google.errorprone.ErrorProneOptions, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Suppressible suppressible com.google.errorprone.ErrorProneOptions errorProneOptions com.google.errorprone.VisitorState state boolean suppressedInGeneratedCode protected java.util.Set getCustomSuppressionAnnotations (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state protected void reportMatch (com.google.errorprone.matchers.Description, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Description description com.google.errorprone.VisitorState state protected void handleError (com.google.errorprone.matchers.Suppressible, java.lang.Throwable) com.google.errorprone.matchers.Suppressible s Throwable t public java.util.Map severityMap () public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.util.TreePath, java.lang.Object) }
com/google/errorprone/scanner/ErrorProneScannerTransformer.class
ErrorProneScannerTransformer.java package com.google.errorprone.scanner public abstract com.google.errorprone.scanner.ErrorProneScannerTransformer extends java.lang.Object implements com.google.errorprone.CodeTransformer { public void <init> () public static com.google.errorprone.scanner.ErrorProneScannerTransformer create (com.google.errorprone.scanner.Scanner) com.google.errorprone.scanner.Scanner scanner abstract com.google.errorprone.scanner.Scanner scanner () public void apply (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener) com.sun.source.util.TreePath tree com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener public com.google.common.collect.ImmutableClassToInstanceMap annotations () private com.google.errorprone.VisitorState createVisitorState (com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener) com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener com.google.errorprone.ErrorProneOptions options }
com/google/errorprone/scanner/ScannerSupplier$1.class
ScannerSupplier.java package com.google.errorprone.scanner synthetic com.google.errorprone.scanner.ScannerSupplier$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$ErrorProneOptions$Severity static void <clinit> () }
com/google/errorprone/scanner/ErrorProneScanner$TreeProcessor.class
ErrorProneScanner.java package com.google.errorprone.scanner abstract com.google.errorprone.scanner.ErrorProneScanner$TreeProcessor extends java.lang.Object { public abstract com.google.errorprone.matchers.Description process (com.google.errorprone.matchers.Suppressible, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/scanner/ErrorProneInjector.class
ErrorProneInjector.java package com.google.errorprone.scanner public final com.google.errorprone.scanner.ErrorProneInjector extends java.lang.Object { private final com.google.common.collect.ClassToInstanceMap instances public void <init> () public static com.google.errorprone.scanner.ErrorProneInjector create () public com.google.errorprone.scanner.ErrorProneInjector addBinding (java.lang.Class, java.lang.Object) Class clazz Object instance public synchronized java.lang.Object getInstance (java.lang.Class) Class clazz private synchronized java.lang.Object getInstance (java.lang.Class, java.util.List) Object newInstance ReflectiveOperationException e Class clazz java.util.List path Object instance java.lang.reflect.Constructor constructor Object[] args Object newInstance public static java.util.Optional findConstructor (java.lang.Class) Class clazz private static java.util.Optional findConstructorMatching (java.lang.Class, java.util.function.Predicate) Class clazz java.util.function.Predicate predicate private static java.lang.String printPath (java.util.List) java.util.List path private static synthetic java.lang.reflect.Constructor lambda$findConstructorMatching$9 (java.lang.reflect.Constructor) java.lang.reflect.Constructor c private static synthetic java.util.Optional lambda$findConstructor$8 (java.lang.Class) Class clazz private static synthetic boolean lambda$findConstructor$7 (java.lang.reflect.Constructor) java.lang.reflect.Constructor c private static synthetic java.util.Optional lambda$findConstructor$6 (java.lang.Class) Class clazz private static synthetic boolean lambda$findConstructor$5 (java.lang.reflect.Constructor) java.lang.reflect.Constructor c private static synthetic boolean lambda$findConstructor$4 (java.lang.reflect.Parameter) java.lang.reflect.Parameter p private static synthetic boolean lambda$findConstructor$3 (java.lang.reflect.Constructor) java.lang.reflect.Constructor c private static synthetic boolean lambda$findConstructor$2 (java.lang.annotation.Annotation) java.lang.annotation.Annotation a private synthetic java.lang.Object lambda$getInstance$1 (java.util.List, java.lang.Class) java.util.List path Class c private static synthetic com.google.errorprone.scanner.ErrorProneInjector$ProvisionException lambda$getInstance$0 (java.lang.Class, java.util.List) Class clazz java.util.List path }
com/google/errorprone/scanner/ErrorProneInjector$ProvisionException.class
ErrorProneInjector.java package com.google.errorprone.scanner public final com.google.errorprone.scanner.ErrorProneInjector$ProvisionException extends java.lang.RuntimeException { public void <init> (java.lang.String) String message public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
com/google/errorprone/scanner/ScannerSupplierImpl.class
ScannerSupplierImpl.java package com.google.errorprone.scanner com.google.errorprone.scanner.ScannerSupplierImpl extends com.google.errorprone.scanner.ScannerSupplier implements java.io.Serializable { private final com.google.common.collect.ImmutableBiMap checks private final com.google.common.collect.ImmutableMap severities private final com.google.common.collect.ImmutableSet disabled private final com.google.errorprone.ErrorProneFlags flags private transient com.google.errorprone.scanner.ErrorProneInjector injector void <init> (com.google.common.collect.ImmutableBiMap, com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableSet, com.google.errorprone.ErrorProneFlags) com.google.common.collect.ImmutableBiMap checks com.google.common.collect.ImmutableMap severities com.google.common.collect.ImmutableSet disabled com.google.errorprone.ErrorProneFlags flags private com.google.errorprone.bugpatterns.BugChecker instantiateChecker (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo checker public com.google.errorprone.scanner.ErrorProneScanner get () public com.google.common.collect.ImmutableBiMap getAllChecks () public com.google.common.collect.ImmutableMap severities () protected com.google.common.collect.ImmutableSet disabled () public com.google.common.collect.ImmutableSet getEnabledChecks () public com.google.errorprone.ErrorProneFlags getFlags () public java.lang.String toString () public volatile synthetic java.lang.Object get () private synthetic boolean lambda$getEnabledChecks$0 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo input }
com/google/errorprone/scanner/AutoValue_ErrorProneScannerTransformer.class
AutoValue_ErrorProneScannerTransformer.java package com.google.errorprone.scanner final com.google.errorprone.scanner.AutoValue_ErrorProneScannerTransformer extends com.google.errorprone.scanner.ErrorProneScannerTransformer { private final com.google.errorprone.scanner.Scanner scanner void <init> (com.google.errorprone.scanner.Scanner) com.google.errorprone.scanner.Scanner scanner com.google.errorprone.scanner.Scanner scanner () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.scanner.ErrorProneScannerTransformer that Object o public int hashCode () int h$ }
com/google/errorprone/scanner/InstanceReturningScannerSupplierImpl.class
InstanceReturningScannerSupplierImpl.java package com.google.errorprone.scanner com.google.errorprone.scanner.InstanceReturningScannerSupplierImpl extends com.google.errorprone.scanner.ScannerSupplier { private final com.google.errorprone.scanner.Scanner scanner void <init> (com.google.errorprone.scanner.Scanner) com.google.errorprone.scanner.Scanner scanner public com.google.errorprone.scanner.Scanner get () public com.google.common.collect.ImmutableBiMap getAllChecks () public com.google.common.collect.ImmutableMap severities () protected com.google.common.collect.ImmutableSet disabled () public com.google.errorprone.ErrorProneFlags getFlags () public com.google.common.collect.ImmutableSet getEnabledChecks () public volatile synthetic java.lang.Object get () }
com/google/errorprone/scanner/ScannerSupplier.class
ScannerSupplier.java package com.google.errorprone.scanner public abstract com.google.errorprone.scanner.ScannerSupplier extends java.lang.Object implements com.google.common.base.Supplier { public void <init> () public static transient com.google.errorprone.scanner.ScannerSupplier fromBugCheckerClasses (java.lang.Class[]) Class[] checkerClasses private static com.google.common.collect.ImmutableMap defaultSeverities (java.lang.Iterable) com.google.errorprone.BugCheckerInfo check Iterable checkers com.google.common.collect.ImmutableMap$Builder severities public static com.google.errorprone.scanner.ScannerSupplier fromBugCheckerClasses (java.lang.Iterable) Class checker Iterable checkers com.google.common.collect.ImmutableList$Builder builder public static com.google.errorprone.scanner.ScannerSupplier fromBugCheckerInfos (java.lang.Iterable) Iterable checkers com.google.common.collect.ImmutableBiMap allChecks public static com.google.errorprone.scanner.ScannerSupplier fromScanner (com.google.errorprone.scanner.Scanner) com.google.errorprone.scanner.Scanner scanner public abstract com.google.common.collect.ImmutableBiMap getAllChecks () public abstract com.google.common.collect.ImmutableSet getEnabledChecks () public abstract com.google.common.collect.ImmutableMap severities () protected abstract com.google.common.collect.ImmutableSet disabled () protected java.util.Set enabled () public abstract com.google.errorprone.ErrorProneFlags getFlags () public com.google.errorprone.scanner.ScannerSupplier applyOverrides (com.google.errorprone.ErrorProneOptions) com.google.errorprone.ErrorProneOptions errorProneOptions com.google.common.collect.ImmutableMap severityOverrides com.google.common.collect.ImmutableBiMap checks java.util.Map severities java.util.Set disabled java.util.Map flagsMap com.google.common.collect.ImmutableListMultimap checksByAltName public com.google.errorprone.scanner.ScannerSupplier plus (com.google.errorprone.scanner.ScannerSupplier) com.google.errorprone.scanner.ScannerSupplier other com.google.common.collect.HashBiMap combinedAllChecks java.util.HashMap combinedSeverities com.google.common.collect.ImmutableSet disabled com.google.errorprone.ErrorProneFlags combinedFlags public com.google.errorprone.scanner.ScannerSupplier filter (com.google.common.base.Predicate) com.google.common.base.Predicate predicate com.google.common.collect.ImmutableSet disabled private static synthetic void lambda$plus$14 (java.util.HashMap, java.lang.String, com.google.errorprone.BugPattern$SeverityLevel) java.util.HashMap combinedSeverities String k com.google.errorprone.BugPattern$SeverityLevel v com.google.errorprone.BugPattern$SeverityLevel existing private static synthetic void lambda$plus$13 (com.google.common.collect.HashBiMap, java.lang.String, com.google.errorprone.BugCheckerInfo) com.google.common.collect.HashBiMap combinedAllChecks String k com.google.errorprone.BugCheckerInfo v com.google.errorprone.BugCheckerInfo existing private synthetic void lambda$applyOverrides$12 (com.google.common.collect.ImmutableListMultimap, com.google.errorprone.ErrorProneOptions, java.util.Map, java.util.Set, java.lang.String, com.google.errorprone.ErrorProneOptions$Severity) com.google.errorprone.BugCheckerInfo check com.google.common.collect.ImmutableListMultimap checksByAltName com.google.errorprone.ErrorProneOptions errorProneOptions java.util.Map severities java.util.Set disabled String checkName com.google.errorprone.ErrorProneOptions$Severity newSeverity private static synthetic java.util.stream.Stream lambda$applyOverrides$11 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo c private static synthetic com.google.errorprone.BugCheckerInfo lambda$applyOverrides$10 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo x private static synthetic void lambda$applyOverrides$9 (java.util.Set, com.google.errorprone.BugCheckerInfo) java.util.Set disabled com.google.errorprone.BugCheckerInfo c private static synthetic boolean lambda$applyOverrides$8 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo c private static synthetic void lambda$applyOverrides$7 (java.util.Set, com.google.errorprone.BugCheckerInfo) java.util.Set disabled com.google.errorprone.BugCheckerInfo c private static synthetic boolean lambda$applyOverrides$6 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo c private static synthetic void lambda$applyOverrides$5 (java.util.Map, com.google.errorprone.BugCheckerInfo) java.util.Map severities com.google.errorprone.BugCheckerInfo c private static synthetic boolean lambda$applyOverrides$4 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo c private static synthetic void lambda$applyOverrides$3 (java.util.Map, com.google.errorprone.BugCheckerInfo) java.util.Map severities com.google.errorprone.BugCheckerInfo c private static synthetic boolean lambda$applyOverrides$2 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo c private static synthetic void lambda$applyOverrides$1 (java.util.Map, java.lang.String) java.util.Map severities String c private static synthetic com.google.errorprone.BugCheckerInfo lambda$fromBugCheckerInfos$0 (com.google.errorprone.BugCheckerInfo) com.google.errorprone.BugCheckerInfo checker }
com/google/errorprone/scanner/ErrorProneScanner.class
ErrorProneScanner.java package com.google.errorprone.scanner public com.google.errorprone.scanner.ErrorProneScanner extends com.google.errorprone.scanner.Scanner { private final com.google.errorprone.suppliers.Supplier customSuppressionAnnotations private final java.util.Map severities private final com.google.common.collect.ImmutableSet bugCheckers private final java.util.List annotationMatchers private final java.util.List annotatedTypeMatchers private final java.util.List arrayAccessMatchers private final java.util.List arrayTypeMatchers private final java.util.List assertMatchers private final java.util.List assignmentMatchers private final java.util.List binaryMatchers private final java.util.List blockMatchers private final java.util.List breakMatchers private final java.util.List caseMatchers private final java.util.List catchMatchers private final java.util.List classMatchers private final java.util.List compilationUnitMatchers private final java.util.List compoundAssignmentMatchers private final java.util.List conditionalExpressionMatchers private final java.util.List continueMatchers private final java.util.List doWhileLoopMatchers private final java.util.List emptyStatementMatchers private final java.util.List enhancedForLoopMatchers private final java.util.List expressionStatementMatchers private final java.util.List forLoopMatchers private final java.util.List identifierMatchers private final java.util.List ifMatchers private final java.util.List importMatchers private final java.util.List instanceOfMatchers private final java.util.List intersectionTypeMatchers private final java.util.List labeledStatementMatchers private final java.util.List lambdaExpressionMatchers private final java.util.List literalMatchers private final java.util.List memberReferenceMatchers private final java.util.List memberSelectMatchers private final java.util.List methodMatchers private final java.util.List methodInvocationMatchers private final java.util.List modifiersMatchers private final java.util.List newArrayMatchers private final java.util.List newClassMatchers private final java.util.List parameterizedTypeMatchers private final java.util.List parenthesizedMatchers private final java.util.List primitiveTypeMatchers private final java.util.List returnMatchers private final java.util.List switchMatchers private final java.util.List synchronizedMatchers private final java.util.List throwMatchers private final java.util.List tryMatchers private final java.util.List typeCastMatchers private final java.util.List typeParameterMatchers private final java.util.List unaryMatchers private final java.util.List unionTypeMatchers private final java.util.List variableMatchers private final java.util.List whileLoopMatchers private final java.util.List wildcardMatchers public transient void <init> (com.google.errorprone.bugpatterns.BugChecker[]) com.google.errorprone.bugpatterns.BugChecker[] checkers public void <init> (java.lang.Iterable) Iterable checkers public void <init> (java.lang.Iterable, java.util.Map) com.google.errorprone.bugpatterns.BugChecker checker Iterable checkers java.util.Map severities com.google.common.collect.ImmutableSet$Builder annotationClassesBuilder com.google.common.collect.ImmutableSet annotationClasses private static com.google.common.collect.ImmutableMap defaultSeverities (java.lang.Iterable) com.google.errorprone.bugpatterns.BugChecker check Iterable checkers com.google.common.collect.ImmutableMap$Builder builder protected java.util.Set getCustomSuppressionAnnotations (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private void registerNodeTypes (com.google.errorprone.bugpatterns.BugChecker, com.google.common.collect.ImmutableSet$Builder) com.google.errorprone.bugpatterns.BugChecker checker com.google.common.collect.ImmutableSet$Builder customSuppressionAnnotationClasses private com.google.errorprone.VisitorState processMatchers (java.lang.Iterable, com.sun.source.tree.Tree, com.google.errorprone.scanner.ErrorProneScanner$TreeProcessor, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState stateWithSuppressionInformation AutoCloseable unused Throwable t com.google.errorprone.SuppressionInfo$SuppressedState suppressed com.google.errorprone.matchers.Suppressible matcher Iterable matchers com.sun.source.tree.Tree tree com.google.errorprone.scanner.ErrorProneScanner$TreeProcessor processingFunction com.google.errorprone.VisitorState oldState com.google.errorprone.ErrorProneOptions errorProneOptions com.google.errorprone.VisitorState newState public java.lang.Void visitAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotatedTypeTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitArrayAccess (com.sun.source.tree.ArrayAccessTree, com.google.errorprone.VisitorState) com.sun.source.tree.ArrayAccessTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitArrayType (com.sun.source.tree.ArrayTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.ArrayTypeTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitAssert (com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssertTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitBlock (com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) com.sun.source.tree.BlockTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitBreak (com.sun.source.tree.BreakTree, com.google.errorprone.VisitorState) com.sun.source.tree.BreakTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitCase (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState) com.sun.source.tree.CaseTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitCatch (com.sun.source.tree.CatchTree, com.google.errorprone.VisitorState) com.sun.source.tree.CatchTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ConditionalExpressionTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitContinue (com.sun.source.tree.ContinueTree, com.google.errorprone.VisitorState) com.sun.source.tree.ContinueTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.DoWhileLoopTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.EmptyStatementTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.EnhancedForLoopTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionStatementTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.ForLoopTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitImport (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.sun.source.tree.ImportTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitInstanceOf (com.sun.source.tree.InstanceOfTree, com.google.errorprone.VisitorState) com.sun.source.tree.InstanceOfTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitIntersectionType (com.sun.source.tree.IntersectionTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.IntersectionTypeTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.LabeledStatementTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.LambdaExpressionTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitModifiers (com.sun.source.tree.ModifiersTree, com.google.errorprone.VisitorState) com.sun.source.tree.ModifiersTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitNewArray (com.sun.source.tree.NewArrayTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewArrayTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.ParameterizedTypeTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitParenthesized (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.ParenthesizedTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.PrimitiveTypeTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) com.sun.source.tree.SwitchTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.SynchronizedTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.VisitorState) com.sun.source.tree.ThrowTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.UnaryTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitUnionType (com.sun.source.tree.UnionTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.UnionTypeTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.WhileLoopTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state public java.lang.Void visitWildcard (com.sun.source.tree.WildcardTree, com.google.errorprone.VisitorState) com.sun.source.tree.WildcardTree tree com.google.errorprone.VisitorState visitorState com.google.errorprone.VisitorState state protected void handleError (com.google.errorprone.matchers.Suppressible, java.lang.Throwable) com.google.errorprone.matchers.Suppressible s Throwable t com.sun.source.util.TreePath path public java.util.Map severityMap () public com.google.common.collect.ImmutableSet getBugCheckers () public volatile synthetic java.lang.Object visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Object) public volatile synthetic java.lang.Object visitModifiers (com.sun.source.tree.ModifiersTree, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (com.sun.source.tree.WildcardTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeParameter (com.sun.source.tree.TypeParameterTree, java.lang.Object) public volatile synthetic java.lang.Object visitIntersectionType (com.sun.source.tree.IntersectionTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnionType (com.sun.source.tree.UnionTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.source.tree.ArrayTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssert (com.sun.source.tree.AssertTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitContinue (com.sun.source.tree.ContinueTree, java.lang.Object) public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitCase (com.sun.source.tree.CaseTree, java.lang.Object) public volatile synthetic java.lang.Object visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Object) public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitImport (com.sun.source.tree.ImportTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompilationUnit (com.sun.source.tree.CompilationUnitTree, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableSet lambda$new$4f153939$1 (com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) Class annotation com.google.common.collect.ImmutableSet annotationClasses com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder builder }
com/google/errorprone/JavacInvocationInstance.class
JavacInvocationInstance.java package com.google.errorprone public final com.google.errorprone.JavacInvocationInstance extends java.lang.Object { public static com.google.errorprone.JavacInvocationInstance instance (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.google.errorprone.JavacInvocationInstance instance private void <init> () }
com/google/errorprone/StatisticsCollector$2.class
StatisticsCollector.java package com.google.errorprone com.google.errorprone.StatisticsCollector$2 extends java.lang.Object implements com.google.errorprone.StatisticsCollector { void <init> () public void incrementCounter (java.lang.String, int) String key int count public com.google.common.collect.ImmutableMultiset counters () }
com/google/errorprone/JavacErrorDescriptionListener$1.class
JavacErrorDescriptionListener.java package com.google.errorprone synthetic com.google.errorprone.JavacErrorDescriptionListener$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$BugPattern$SeverityLevel static void <clinit> () }
com/google/errorprone/bugpatterns/BugChecker$EmptyStatementTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$EmptyStatementTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchEmptyStatement (com.sun.source.tree.EmptyStatementTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$LiteralTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$LiteralTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$CompoundAssignmentTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$CompoundAssignmentTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$CompilationUnitTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ImportTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ImportTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchImport (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$IntersectionTypeTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$IntersectionTypeTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchIntersectionType (com.sun.source.tree.IntersectionTypeTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$EnhancedForLoopTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$EnhancedForLoopTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ExpressionStatementTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ExpressionStatementTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchExpressionStatement (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$NewClassTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ReturnTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$UnionTypeTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$UnionTypeTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchUnionType (com.sun.source.tree.UnionTypeTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$CatchTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$CatchTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchCatch (com.sun.source.tree.CatchTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$AnnotationTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$LambdaExpressionTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$LambdaExpressionTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$LabeledStatementTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$LabeledStatementTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchLabeledStatement (com.sun.source.tree.LabeledStatementTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$WhileLoopTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$WhileLoopTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$BlockTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$BlockTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchBlock (com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$MemberSelectTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$InstanceOfTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$InstanceOfTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchInstanceOf (com.sun.source.tree.InstanceOfTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$MethodTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$AssignmentTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ArrayAccessTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ArrayAccessTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchArrayAccess (com.sun.source.tree.ArrayAccessTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker extends java.lang.Object implements com.google.errorprone.matchers.Suppressible java.io.Serializable { private final com.google.errorprone.BugCheckerInfo info private final java.util.function.BiPredicate checkSuppression private final com.google.errorprone.suppliers.Supplier customSuppressionAnnotationNames public void <init> () private static java.util.function.BiPredicate suppressionPredicate (java.util.Set) com.google.errorprone.suppliers.Supplier self com.google.errorprone.suppliers.Supplier self java.util.Set suppressionClasses public com.google.errorprone.matchers.Description describeMatch (com.sun.source.tree.Tree, com.google.errorprone.fixes.Fix) com.sun.source.tree.Tree node com.google.errorprone.fixes.Fix fix public com.google.errorprone.matchers.Description describeMatch (com.sun.tools.javac.tree.JCTree, com.google.errorprone.fixes.Fix) com.sun.tools.javac.tree.JCTree node com.google.errorprone.fixes.Fix fix public com.google.errorprone.matchers.Description describeMatch (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.google.errorprone.fixes.Fix) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position com.google.errorprone.fixes.Fix fix public com.google.errorprone.matchers.Description describeMatch (com.sun.source.tree.Tree) com.sun.source.tree.Tree node public com.google.errorprone.matchers.Description describeMatch (com.sun.tools.javac.tree.JCTree) com.sun.tools.javac.tree.JCTree node public com.google.errorprone.matchers.Description describeMatch (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position public com.google.errorprone.matchers.Description$Builder buildDescription (com.sun.source.tree.Tree) com.sun.source.tree.Tree node public com.google.errorprone.matchers.Description$Builder buildDescription (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position public com.google.errorprone.matchers.Description$Builder buildDescription (com.sun.tools.javac.tree.JCTree) com.sun.tools.javac.tree.JCTree tree public java.lang.String canonicalName () public java.util.Set allNames () public java.lang.String message () public com.google.errorprone.BugPattern$SeverityLevel defaultSeverity () public java.lang.String linkUrl () public boolean supportsSuppressWarnings () public boolean disableable () public java.util.Set customSuppressionAnnotations () public boolean suppressedByAnyOf (java.util.Set, com.google.errorprone.VisitorState) java.util.Set annotations com.google.errorprone.VisitorState s public boolean isSuppressed (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public boolean isSuppressed (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private boolean isSuppressed (java.lang.SuppressWarnings) SuppressWarnings suppression public boolean isSuppressed (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym public boolean isSuppressed (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state com.google.errorprone.ErrorProneOptions errorProneOptions boolean suppressedInGeneratedCode com.google.errorprone.SuppressionInfo$SuppressedState suppressedState public com.google.common.collect.ImmutableRangeSet suppressedRegions (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableRangeSet$Builder suppressedRegions public boolean equals (java.lang.Object) Object obj com.google.errorprone.bugpatterns.BugChecker that public int hashCode () private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private synthetic com.google.common.collect.ImmutableSet lambda$new$749c0f28$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$new$3 (com.google.errorprone.VisitorState, java.lang.Class) com.google.errorprone.VisitorState state Class a private static synthetic boolean lambda$suppressionPredicate$2 (com.google.errorprone.suppliers.Supplier, java.util.Set, com.google.errorprone.VisitorState) com.google.errorprone.suppliers.Supplier self java.util.Set annos com.google.errorprone.VisitorState state private static synthetic java.util.Set lambda$suppressionPredicate$d8b4a041$2 (java.util.Set, com.google.errorprone.VisitorState) java.util.Set suppressionClasses com.google.errorprone.VisitorState state private static synthetic boolean lambda$suppressionPredicate$1 (com.google.errorprone.suppliers.Supplier, java.util.Set, com.google.errorprone.VisitorState) com.google.errorprone.suppliers.Supplier self java.util.Set annos com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$suppressionPredicate$d8b4a041$1 (java.util.Set, com.google.errorprone.VisitorState) java.util.Set suppressionClasses com.google.errorprone.VisitorState state private static synthetic boolean lambda$suppressionPredicate$0 (java.util.Set, com.google.errorprone.VisitorState) java.util.Set annos com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/BugChecker$CaseTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$CaseTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchCase (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$TryTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$MemberReferenceTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ModifiersTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ModifiersTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchModifiers (com.sun.source.tree.ModifiersTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$NewArrayTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$NewArrayTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchNewArray (com.sun.source.tree.NewArrayTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$IfTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$BreakTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$BreakTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchBreak (com.sun.source.tree.BreakTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$BinaryTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$UnaryTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$UnaryTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$MethodInvocationTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$1.class
BugChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.BugChecker$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.ImmutableRangeSet$Builder val$suppressedRegions final synthetic com.google.errorprone.bugpatterns.BugChecker this$0 void <init> (com.google.errorprone.bugpatterns.BugChecker, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableRangeSet$Builder) com.google.errorprone.bugpatterns.BugChecker this$0 public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/BugChecker$ParenthesizedTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ParenthesizedTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchParenthesized (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$IdentifierTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$IdentifierTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ThrowTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ThrowTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ParameterizedTypeTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ParameterizedTypeTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchParameterizedType (com.sun.source.tree.ParameterizedTypeTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ConditionalExpressionTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ConditionalExpressionTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ArrayTypeTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ArrayTypeTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchArrayType (com.sun.source.tree.ArrayTypeTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$SynchronizedTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$SynchronizedTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$DoWhileLoopTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$DoWhileLoopTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ContinueTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ContinueTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchContinue (com.sun.source.tree.ContinueTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$SuppressibleTreePathScanner.class
BugChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner extends com.sun.source.util.TreePathScanner { protected final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.BugChecker this$0 public void <init> (com.google.errorprone.bugpatterns.BugChecker, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.BugChecker this$0 com.google.errorprone.VisitorState state public java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) com.sun.source.tree.Tree tree Object param public java.lang.Object scan (com.sun.source.util.TreePath, java.lang.Object) com.sun.source.util.TreePath treePath Object param private boolean suppressed (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree boolean isSuppressible }
com/google/errorprone/bugpatterns/BugChecker$ClassTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$TypeParameterTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$TypeParameterTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$AnnotatedTypeTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$AnnotatedTypeTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$PrimitiveTypeTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$PrimitiveTypeTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$SwitchTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$WildcardTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$WildcardTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchWildcard (com.sun.source.tree.WildcardTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$TypeCastTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$ForLoopTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$ForLoopTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$VariableTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BugChecker$AssertTreeMatcher.class
BugChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.BugChecker$AssertTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { public abstract com.google.errorprone.matchers.Description matchAssert (com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState) }
com/google/errorprone/CodeTransformer.class
CodeTransformer.java package com.google.errorprone public abstract com.google.errorprone.CodeTransformer extends java.lang.Object { public abstract void apply (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener) public abstract com.google.common.collect.ImmutableClassToInstanceMap annotations () }
com/google/errorprone/JavacErrorDescriptionListener.class
JavacErrorDescriptionListener.java package com.google.errorprone public com.google.errorprone.JavacErrorDescriptionListener extends java.lang.Object implements com.google.errorprone.DescriptionListener { private final com.sun.tools.javac.util.Log log private final javax.tools.JavaFileObject sourceFile private final java.util.function.Function fixToAppliedFix private final com.sun.tools.javac.util.Context context private final boolean dontUseErrors private static final String MESSAGE_BUNDLE_KEY private static final com.google.common.base.Supplier diagnosticFlags private void <init> (com.sun.tools.javac.util.Log, com.sun.tools.javac.tree.EndPosTable, javax.tools.JavaFileObject, com.sun.tools.javac.util.Context, boolean) CharSequence sourceFileContent com.google.errorprone.fixes.AppliedFix$Applier applier java.io.IOException e com.sun.tools.javac.util.Log log com.sun.tools.javac.tree.EndPosTable endPositions javax.tools.JavaFileObject sourceFile com.sun.tools.javac.util.Context context boolean dontUseErrors java.util.Map cache public void onDescribed (com.google.errorprone.matchers.Description) com.sun.tools.javac.util.JCDiagnostic$Factory factory com.sun.tools.javac.util.JCDiagnostic$DiagnosticType type com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos com.google.errorprone.matchers.Description description com.google.common.collect.ImmutableList appliedFixes String message javax.tools.JavaFileObject originalSource private static boolean shouldSkipImportTreeFix (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.google.errorprone.fixes.Fix) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position com.google.errorprone.fixes.Fix f private static java.lang.String messageForFixes (com.google.errorprone.matchers.Description, java.util.List) com.google.errorprone.fixes.AppliedFix appliedFix com.google.errorprone.matchers.Description description java.util.List appliedFixes StringBuilder messageBuilder boolean first static com.google.errorprone.DescriptionListener$Factory provider (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context static com.google.errorprone.DescriptionListener$Factory providerForRefactoring (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context private static synthetic com.google.errorprone.DescriptionListener lambda$providerForRefactoring$4 (com.sun.tools.javac.util.Context, com.sun.tools.javac.util.Log, com.sun.tools.javac.tree.JCTree$JCCompilationUnit) com.sun.tools.javac.util.Context context com.sun.tools.javac.util.Log log com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilation private static synthetic com.google.errorprone.DescriptionListener lambda$provider$3 (com.sun.tools.javac.util.Context, com.sun.tools.javac.util.Log, com.sun.tools.javac.tree.JCTree$JCCompilationUnit) com.sun.tools.javac.util.Context context com.sun.tools.javac.util.Log log com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilation private static synthetic boolean lambda$onDescribed$2 (com.google.errorprone.matchers.Description, com.google.errorprone.fixes.Fix) com.google.errorprone.matchers.Description description com.google.errorprone.fixes.Fix f private static synthetic com.google.errorprone.fixes.AppliedFix lambda$new$1 (java.util.Map, com.google.errorprone.fixes.AppliedFix$Applier, com.google.errorprone.fixes.Fix) java.util.Map cache com.google.errorprone.fixes.AppliedFix$Applier applier com.google.errorprone.fixes.Fix fix private static synthetic java.util.EnumSet lambda$static$0 () IllegalArgumentException iae static void <clinit> () }
com/google/errorprone/MaskedClassLoader$1.class
MaskedClassLoader.java package com.google.errorprone com.google.errorprone.MaskedClassLoader$1 extends java.lang.Object implements com.sun.tools.javac.util.Context$Factory { void <init> () public javax.tools.JavaFileManager make (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context c public volatile synthetic java.lang.Object make (com.sun.tools.javac.util.Context) }
com/google/errorprone/ErrorProneFlags$Builder.class
ErrorProneFlags.java package com.google.errorprone public com.google.errorprone.ErrorProneFlags$Builder extends java.lang.Object { private final java.util.HashMap flagsMap private void <init> () public com.google.errorprone.ErrorProneFlags$Builder parseFlag (java.lang.String) String flag String remaining String[] parts String key String value public com.google.errorprone.ErrorProneFlags$Builder putFlag (java.lang.String, java.lang.String) String key String value public com.google.errorprone.ErrorProneFlags build () }
com/google/errorprone/ErrorProneOptions$Severity.class
ErrorProneOptions.java package com.google.errorprone public final enum com.google.errorprone.ErrorProneOptions$Severity extends java.lang.Enum { public static final enum com.google.errorprone.ErrorProneOptions$Severity DEFAULT public static final enum com.google.errorprone.ErrorProneOptions$Severity OFF public static final enum com.google.errorprone.ErrorProneOptions$Severity WARN public static final enum com.google.errorprone.ErrorProneOptions$Severity ERROR private static final synthetic com.google.errorprone.ErrorProneOptions$Severity[] $VALUES public static com.google.errorprone.ErrorProneOptions$Severity[] values () public static com.google.errorprone.ErrorProneOptions$Severity valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.ErrorProneOptions$Severity[] $values () static void <clinit> () }
com/google/errorprone/ErrorProneAnalyzer.class
ErrorProneAnalyzer.java package com.google.errorprone public com.google.errorprone.ErrorProneAnalyzer extends java.lang.Object implements com.sun.source.util.TaskListener { private final java.util.Set seen private final com.google.common.base.Supplier transformer private final com.google.errorprone.ErrorProneOptions errorProneOptions private final com.sun.tools.javac.util.Context context private final com.google.errorprone.DescriptionListener$Factory descriptionListenerFactory private int errorProneErrors public static com.google.errorprone.ErrorProneAnalyzer createByScanningForPlugins (com.google.errorprone.scanner.ScannerSupplier, com.google.errorprone.ErrorProneOptions, com.sun.tools.javac.util.Context) com.google.errorprone.scanner.ScannerSupplier scannerSupplier com.google.errorprone.ErrorProneOptions errorProneOptions com.sun.tools.javac.util.Context context private static com.google.common.base.Supplier scansPlugins (com.google.errorprone.scanner.ScannerSupplier, com.google.errorprone.ErrorProneOptions, com.sun.tools.javac.util.Context) com.google.errorprone.scanner.ScannerSupplier scannerSupplier com.google.errorprone.ErrorProneOptions errorProneOptions com.sun.tools.javac.util.Context context static com.google.errorprone.ErrorProneAnalyzer createWithCustomDescriptionListener (com.google.errorprone.CodeTransformer, com.google.errorprone.ErrorProneOptions, com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener$Factory) com.google.errorprone.CodeTransformer codeTransformer com.google.errorprone.ErrorProneOptions errorProneOptions com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener$Factory descriptionListenerFactory private void <init> (com.google.common.base.Supplier, com.google.errorprone.ErrorProneOptions, com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener$Factory) com.google.common.base.Supplier transformer com.google.errorprone.ErrorProneOptions errorProneOptions com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener$Factory descriptionListenerFactory com.sun.tools.javac.util.Context errorProneContext public void finished (com.sun.source.util.TaskEvent) com.google.errorprone.ErrorProneError e String version LinkageError e com.sun.tools.javac.code.Symbol$CompletionFailure e com.sun.source.util.TaskEvent taskEvent com.sun.source.util.TreePath path com.sun.tools.javac.util.Log log com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilation com.google.errorprone.DescriptionListener descriptionListener com.google.errorprone.DescriptionListener countingDescriptionListener javax.tools.JavaFileObject originalSource private static java.lang.Object getDetailValue (com.sun.tools.javac.code.Symbol$CompletionFailure) ReflectiveOperationException e com.sun.tools.javac.code.Symbol$CompletionFailure completionFailure private boolean shouldExcludeSourceFile (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree tree java.util.regex.Pattern excludedPattern private boolean finishedCompilation (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.Tree decl com.sun.source.tree.CompilationUnitTree tree private synthetic void lambda$finished$1 (com.google.errorprone.DescriptionListener, com.google.errorprone.matchers.Description) com.google.errorprone.DescriptionListener descriptionListener com.google.errorprone.matchers.Description d private static synthetic com.google.errorprone.CodeTransformer lambda$scansPlugins$0 (com.sun.tools.javac.util.Context, com.google.errorprone.scanner.ScannerSupplier, com.google.errorprone.ErrorProneOptions) AutoCloseable unused com.google.errorprone.InvalidCommandLineOptionException e Exception e com.sun.tools.javac.util.Context context com.google.errorprone.scanner.ScannerSupplier scannerSupplier com.google.errorprone.ErrorProneOptions errorProneOptions com.google.errorprone.ErrorProneTimings timings }
com/google/errorprone/InvalidCommandLineOptionException.class
InvalidCommandLineOptionException.java package com.google.errorprone public com.google.errorprone.InvalidCommandLineOptionException extends java.lang.RuntimeException { public void <init> (java.lang.String) String message }
com/google/errorprone/ErrorProneError.class
ErrorProneError.java package com.google.errorprone public com.google.errorprone.ErrorProneError extends java.lang.Error { private final String checkName private final Throwable cause private final com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos private final javax.tools.JavaFileObject source public void <init> (java.lang.String, java.lang.Throwable, com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, javax.tools.JavaFileObject) String checkName Throwable cause com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos javax.tools.JavaFileObject source public void logFatalError (com.sun.tools.javac.util.Log) java.lang.reflect.Method m ReflectiveOperationException e com.sun.tools.javac.util.Log log String version javax.tools.JavaFileObject prev public void logFatalError (com.sun.tools.javac.util.Log, com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Log log com.sun.tools.javac.util.Context context String version javax.tools.JavaFileObject originalSource com.sun.tools.javac.util.JCDiagnostic$Factory factory private static java.lang.String formatMessage (java.lang.String, javax.tools.JavaFileObject, com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.Throwable) String checkName javax.tools.JavaFileObject file com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos Throwable cause com.sun.tools.javac.util.DiagnosticSource source int column int line String snippet StringBuilder sb public java.lang.String checkName () }
com/google/errorprone/DescriptionListener$Factory.class
DescriptionListener.java package com.google.errorprone public abstract com.google.errorprone.DescriptionListener$Factory extends java.lang.Object { public abstract com.google.errorprone.DescriptionListener getDescriptionListener (com.sun.tools.javac.util.Log, com.sun.tools.javac.tree.JCTree$JCCompilationUnit) }
com/google/errorprone/StatisticsCollector$1.class
StatisticsCollector.java package com.google.errorprone com.google.errorprone.StatisticsCollector$1 extends java.lang.Object implements com.google.errorprone.StatisticsCollector { private final com.google.common.collect.Multiset strings void <init> () public void incrementCounter (java.lang.String, int) String key int count public com.google.common.collect.ImmutableMultiset counters () }
com/google/errorprone/SuppressionInfo.class
SuppressionInfo.java package com.google.errorprone public com.google.errorprone.SuppressionInfo extends java.lang.Object { public static final com.google.errorprone.SuppressionInfo EMPTY private static final com.google.errorprone.suppliers.Supplier ANDROID_SUPPRESS_LINT private static final com.google.errorprone.suppliers.Supplier VALUE private final com.google.common.collect.ImmutableSet suppressWarningsStrings private final com.google.common.collect.ImmutableSet customSuppressions private final boolean inGeneratedCode private void <init> (java.util.Set, java.util.Set, boolean) java.util.Set suppressWarningsStrings java.util.Set customSuppressions boolean inGeneratedCode private static boolean isGenerated (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state public com.google.errorprone.SuppressionInfo$SuppressedState suppressedState (com.google.errorprone.matchers.Suppressible, boolean, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Suppressible suppressible boolean suppressedInGeneratedCode com.google.errorprone.VisitorState state public com.google.errorprone.SuppressionInfo forCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.concurrent.atomic.AtomicBoolean generated public com.google.errorprone.SuppressionInfo withExtendedSuppressions (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, java.util.Set) java.util.Set newCustomSuppressions String suppressedWarning com.sun.tools.javac.code.Attribute suppress com.sun.tools.javac.util.Pair value com.sun.tools.javac.code.Attribute$Compound attr com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state java.util.Set customSuppressionAnnosToLookFor boolean newInGeneratedCode boolean anyModification java.util.Set lookingFor java.util.Set newlyPresent java.util.Set newCustomSuppressions com.sun.tools.javac.util.Name suppressLint com.sun.tools.javac.util.Name valueName java.util.Set newSuppressions private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.util.Name lambda$static$a7aaea4a$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$63b5b7be$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/RefactoringCollection$RefactoringResult.class
RefactoringCollection.java package com.google.errorprone abstract com.google.errorprone.RefactoringCollection$RefactoringResult extends java.lang.Object { void <init> () abstract java.lang.String message () abstract com.google.errorprone.RefactoringCollection$RefactoringResultType type () private static com.google.errorprone.RefactoringCollection$RefactoringResult create (java.lang.String, com.google.errorprone.RefactoringCollection$RefactoringResultType) String message com.google.errorprone.RefactoringCollection$RefactoringResultType type }
com/google/errorprone/SuppressionInfo$SuppressedState.class
SuppressionInfo.java package com.google.errorprone public final enum com.google.errorprone.SuppressionInfo$SuppressedState extends java.lang.Enum { public static final enum com.google.errorprone.SuppressionInfo$SuppressedState UNSUPPRESSED public static final enum com.google.errorprone.SuppressionInfo$SuppressedState SUPPRESSED private static final synthetic com.google.errorprone.SuppressionInfo$SuppressedState[] $VALUES public static com.google.errorprone.SuppressionInfo$SuppressedState[] values () public static com.google.errorprone.SuppressionInfo$SuppressedState valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.SuppressionInfo$SuppressedState[] $values () static void <clinit> () }
com/google/errorprone/RefactoringCollection$DelegatingDescriptionListener.class
RefactoringCollection.java package com.google.errorprone final com.google.errorprone.RefactoringCollection$DelegatingDescriptionListener extends java.lang.Object implements com.google.errorprone.DescriptionListener { final com.google.errorprone.apply.DescriptionBasedDiff base final com.google.errorprone.DescriptionListener listener void <init> (com.google.errorprone.DescriptionListener, com.google.errorprone.apply.DescriptionBasedDiff) com.google.errorprone.DescriptionListener listener com.google.errorprone.apply.DescriptionBasedDiff base public void onDescribed (com.google.errorprone.matchers.Description) com.google.errorprone.matchers.Description description }
com/google/errorprone/ErrorProneOptions$PatchingOptions$Builder.class
ErrorProneOptions.java package com.google.errorprone abstract com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder extends java.lang.Object { void <init> () abstract com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder namedCheckers (com.google.common.collect.ImmutableSet) abstract com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder inPlace (boolean) abstract com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder baseDirectory (java.lang.String) abstract com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder customRefactorer (com.google.common.base.Supplier) abstract com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder importOrganizer (com.google.errorprone.apply.ImportOrganizer) abstract com.google.errorprone.ErrorProneOptions$PatchingOptions autoBuild () final com.google.errorprone.ErrorProneOptions$PatchingOptions build () com.google.errorprone.ErrorProneOptions$PatchingOptions patchingOptions }
com/google/errorprone/ErrorProneOptions.class
ErrorProneOptions.java package com.google.errorprone public com.google.errorprone.ErrorProneOptions extends java.lang.Object { private static final String PREFIX private static final String SEVERITY_PREFIX private static final String PATCH_CHECKS_PREFIX private static final String PATCH_OUTPUT_LOCATION private static final String PATCH_IMPORT_ORDER_PREFIX private static final String EXCLUDED_PATHS_PREFIX private static final String IGNORE_LARGE_CODE_GENERATORS private static final String ERRORS_AS_WARNINGS_FLAG private static final String SUGGESTIONS_AS_WARNINGS_FLAG private static final String ENABLE_ALL_CHECKS private static final String IGNORE_SUPPRESSION_ANNOTATIONS private static final String DISABLE_ALL_CHECKS private static final String DISABLE_ALL_WARNINGS private static final String IGNORE_UNKNOWN_CHECKS_FLAG private static final String DISABLE_WARNINGS_IN_GENERATED_CODE_FLAG private static final String COMPILING_TEST_ONLY_CODE private static final String COMPILING_PUBLICLY_VISIBLE_CODE private final com.google.common.collect.ImmutableList remainingArgs private final com.google.common.collect.ImmutableMap severityMap private final boolean ignoreUnknownChecks private final boolean disableWarningsInGeneratedCode private final boolean disableAllWarnings private final boolean dropErrorsToWarnings private final boolean suggestionsAsWarnings private final boolean enableAllChecksAsWarnings private final boolean disableAllChecks private final boolean isTestOnlyTarget private final boolean isPubliclyVisibleTarget private final com.google.errorprone.ErrorProneFlags flags private final com.google.errorprone.ErrorProneOptions$PatchingOptions patchingOptions private final java.util.regex.Pattern excludedPattern private final boolean ignoreSuppressionAnnotations private final boolean ignoreLargeCodeGenerators private static final com.google.errorprone.ErrorProneOptions EMPTY public static int isSupportedOption (java.lang.String) String option boolean isSupported public boolean isEnableAllChecksAsWarnings () public boolean isDisableAllChecks () private void <init> (com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableList, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, com.google.errorprone.ErrorProneFlags, com.google.errorprone.ErrorProneOptions$PatchingOptions, java.util.regex.Pattern, boolean, boolean) com.google.common.collect.ImmutableMap severityMap com.google.common.collect.ImmutableList remainingArgs boolean ignoreUnknownChecks boolean disableWarningsInGeneratedCode boolean disableAllWarnings boolean dropErrorsToWarnings boolean suggestionsAsWarnings boolean enableAllChecksAsWarnings boolean disableAllChecks boolean isTestOnlyTarget boolean isPubliclyVisibleTarget com.google.errorprone.ErrorProneFlags flags com.google.errorprone.ErrorProneOptions$PatchingOptions patchingOptions java.util.regex.Pattern excludedPattern boolean ignoreSuppressionAnnotations boolean ignoreLargeCodeGenerators public java.lang.String[] getRemainingArgs () public com.google.common.collect.ImmutableMap getSeverityMap () public boolean ignoreUnknownChecks () public boolean disableWarningsInGeneratedCode () public boolean isDisableAllWarnings () public boolean isDropErrorsToWarnings () public boolean isSuggestionsAsWarnings () public boolean isTestOnlyTarget () public boolean isPubliclyVisibleTarget () public boolean isIgnoreSuppressionAnnotations () public boolean ignoreLargeCodeGenerators () public com.google.errorprone.ErrorProneFlags getFlags () public com.google.errorprone.ErrorProneOptions$PatchingOptions patchingOptions () public java.util.regex.Pattern getExcludedPattern () public static com.google.errorprone.ErrorProneOptions empty () public static com.google.errorprone.ErrorProneOptions processArgs (java.lang.Iterable) String remaining Iterable checks String remaining String remaining com.google.errorprone.apply.ImportOrganizer importOrganizer String pathRegex String arg Iterable args com.google.common.collect.ImmutableList$Builder remainingArgs com.google.errorprone.ErrorProneOptions$Builder builder public static com.google.errorprone.ErrorProneOptions processArgs (java.lang.String[]) String[] args private static synthetic com.google.errorprone.CodeTransformer lambda$processArgs$0 (java.lang.String) java.io.ObjectInputStream ois java.io.InputStream in Exception e String remaining String path static void <clinit> () }
com/google/errorprone/BugCheckerInfo$1.class
BugCheckerInfo.java package com.google.errorprone synthetic com.google.errorprone.BugCheckerInfo$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$BugPattern$LinkType static void <clinit> () }
com/google/errorprone/VisitorState$Cache.class
VisitorState.java package com.google.errorprone com.google.errorprone.VisitorState$Cache extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { private final com.google.errorprone.suppliers.Supplier impl private java.lang.ref.SoftReference cache private com.google.errorprone.JavacInvocationInstance provenance private void <init> (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier impl public synchronized java.lang.Object get (com.google.errorprone.VisitorState) com.google.errorprone.JavacInvocationInstance current com.google.errorprone.VisitorState state Object value }
com/google/errorprone/SuppressionInfo$1.class
SuppressionInfo.java package com.google.errorprone com.google.errorprone.SuppressionInfo$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic java.util.concurrent.atomic.AtomicBoolean val$generated final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.SuppressionInfo this$0 void <init> (com.google.errorprone.SuppressionInfo, java.util.concurrent.atomic.AtomicBoolean, com.google.errorprone.VisitorState) com.google.errorprone.SuppressionInfo this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void unused com.sun.tools.javac.code.Symbol$ClassSymbol symbol public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/StatisticsCollector.class
StatisticsCollector.java package com.google.errorprone public abstract com.google.errorprone.StatisticsCollector extends java.lang.Object { public void incrementCounter (java.lang.String) String key public abstract void incrementCounter (java.lang.String, int) public abstract com.google.common.collect.ImmutableMultiset counters () public static com.google.errorprone.StatisticsCollector createCollector () public static com.google.errorprone.StatisticsCollector createNoOpCollector () }
com/google/errorprone/MaskedClassLoader.class
MaskedClassLoader.java package com.google.errorprone public com.google.errorprone.MaskedClassLoader extends java.lang.ClassLoader { public static void preRegisterFileManager (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public void <init> (java.lang.ClassLoader) ClassLoader parent protected java.lang.Class findClass (java.lang.String) throws java.lang.ClassNotFoundException String name }
com/google/errorprone/SubContext.class
SubContext.java package com.google.errorprone public final com.google.errorprone.SubContext extends com.sun.tools.javac.util.Context { private final com.sun.tools.javac.util.Context base public void <init> (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context base public java.lang.Object get (com.sun.tools.javac.util.Context$Key) com.sun.tools.javac.util.Context$Key key Object result public java.lang.Object get (java.lang.Class) Class clazz Object result }
com/google/errorprone/DescriptionListener.class
DescriptionListener.java package com.google.errorprone public abstract com.google.errorprone.DescriptionListener extends java.lang.Object { public abstract void onDescribed (com.google.errorprone.matchers.Description) }
com/google/errorprone/RefactoringCollection$1.class
RefactoringCollection.java package com.google.errorprone com.google.errorprone.RefactoringCollection$1 extends java.lang.Object implements java.util.function.Function { private final java.util.concurrent.atomic.AtomicBoolean first final synthetic com.google.errorprone.apply.PatchFileDestination val$patchFileDestination final synthetic java.nio.file.Path val$patchFilePath void <init> (com.google.errorprone.apply.PatchFileDestination, java.nio.file.Path) public com.google.errorprone.RefactoringCollection$RefactoringResult apply (java.net.URI) java.io.IOException e java.net.URI uri public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/ErrorProneAnalyzer$1.class
ErrorProneAnalyzer.java package com.google.errorprone synthetic com.google.errorprone.ErrorProneAnalyzer$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/matchers/Throws.class
Throws.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Throws extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher thrownMatcher public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher thrownMatcher public boolean matches (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree expressionTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Enclosing$EnclosingMatcher.class
Enclosing.java package com.google.errorprone.matchers abstract com.google.errorprone.matchers.Enclosing$EnclosingMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { protected final com.google.errorprone.matchers.Matcher matcher protected final Class clazz protected void <init> (com.google.errorprone.matchers.Matcher, java.lang.Class) com.google.errorprone.matchers.Matcher matcher Class clazz public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree unused com.google.errorprone.VisitorState state com.sun.source.util.TreePath pathToEnclosing com.sun.source.tree.Tree enclosing }
com/google/errorprone/matchers/MethodHasParameters.class
MethodHasParameters.java package com.google.errorprone.matchers public com.google.errorprone.matchers.MethodHasParameters extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state protected volatile synthetic java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/package-info.class
package-info.java package com.google.errorprone.matchers abstract synthetic com.google.errorprone.matchers.package-info extends java.lang.Object { }
com/google/errorprone/matchers/CompileTimeConstantExpressionMatcher$ExpressionWithConstValueMatcher.class
CompileTimeConstantExpressionMatcher.java package com.google.errorprone.matchers final com.google.errorprone.matchers.CompileTimeConstantExpressionMatcher$ExpressionWithConstValueMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/FieldMatchers$3.class
FieldMatchers.java package com.google.errorprone.matchers com.google.errorprone.matchers.FieldMatchers$3 extends com.google.errorprone.matchers.FieldMatchers$FieldReferenceMatcher { final synthetic String val$className final synthetic String val$fieldName void <init> (java.lang.String, java.lang.String) boolean classIsAppropriate (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol boolean fieldSymbolIsAppropriate (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/matchers/FieldMatchers$FieldReferenceMatcher.class
FieldMatchers.java package com.google.errorprone.matchers abstract com.google.errorprone.matchers.FieldMatchers$FieldReferenceMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.VisitorState state private boolean isSymbolFieldInAppropriateClass (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol abstract boolean fieldSymbolIsAppropriate (com.sun.tools.javac.code.Symbol) abstract boolean classIsAppropriate (com.sun.tools.javac.code.Symbol$ClassSymbol) public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Matchers$1.class
Matchers.java package com.google.errorprone.matchers synthetic com.google.errorprone.matchers.Matchers$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/matchers/MultiMatcher.class
MultiMatcher.java package com.google.errorprone.matchers public abstract com.google.errorprone.matchers.MultiMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { public abstract com.google.errorprone.matchers.MultiMatcher$MultiMatchResult multiMatchResult (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Enclosing$BlockOrCase.class
Enclosing.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Enclosing$BlockOrCase extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher blockTreeMatcher private final com.google.errorprone.matchers.Matcher caseTreeMatcher public void <init> (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher blockTreeMatcher com.google.errorprone.matchers.Matcher caseTreeMatcher public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree unused com.google.errorprone.VisitorState state com.sun.source.util.TreePath pathToEnclosing com.sun.source.tree.Tree enclosing }
com/google/errorprone/matchers/ChildMultiMatcher.class
ChildMultiMatcher.java package com.google.errorprone.matchers public abstract com.google.errorprone.matchers.ChildMultiMatcher extends java.lang.Object implements com.google.errorprone.matchers.MultiMatcher { protected final com.google.errorprone.matchers.Matcher nodeMatcher private final com.google.errorprone.matchers.ChildMultiMatcher$ListMatcher listMatcher public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.MultiMatcher$MultiMatchResult multiMatchResult (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.util.TreePath newPath com.sun.source.tree.Tree subnode com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList$Builder result com.google.errorprone.matchers.ChildMultiMatcher$MatchResult matchResult protected abstract java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/ChildMultiMatcher$LastMatcher.class
ChildMultiMatcher.java package com.google.errorprone.matchers com.google.errorprone.matchers.ChildMultiMatcher$LastMatcher extends com.google.errorprone.matchers.ChildMultiMatcher$ListMatcher { private void <init> () public com.google.errorprone.matchers.ChildMultiMatcher$MatchResult matches (java.util.List, com.google.errorprone.matchers.Matcher) java.util.List matchables com.google.errorprone.matchers.Matcher nodeMatcher com.google.errorprone.matchers.ChildMultiMatcher$Matchable last }
com/google/errorprone/matchers/WaitMatchers.class
WaitMatchers.java package com.google.errorprone.matchers public final com.google.errorprone.matchers.WaitMatchers extends java.lang.Object { private static final String OBJECT_FQN private static final String CONDITION_FQN public static final com.google.errorprone.matchers.Matcher waitMethod public static final com.google.errorprone.matchers.Matcher waitMethodWithTimeout private void <init> () static void <clinit> () }
com/google/errorprone/matchers/AnnotationType.class
AnnotationType.java package com.google.errorprone.matchers public com.google.errorprone.matchers.AnnotationType extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final String annotationClassName public void <init> (java.lang.String) String annotationClassName public boolean matches (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCIdent jcIdent com.sun.tools.javac.tree.JCTree$JCFieldAccess jcFieldAccess com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree type public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/AnnotationMatcher.class
AnnotationMatcher.java package com.google.errorprone.matchers public com.google.errorprone.matchers.AnnotationMatcher extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/matchers/IsSymbol.class
IsSymbol.java package com.google.errorprone.matchers com.google.errorprone.matchers.IsSymbol extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final Class symbolClass public void <init> (java.lang.Class) Class symbolClass public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree item com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym }
com/google/errorprone/matchers/AnnotationMatcherUtils.class
AnnotationMatcherUtils.java package com.google.errorprone.matchers public com.google.errorprone.matchers.AnnotationMatcherUtils extends java.lang.Object { public static com.sun.source.tree.ExpressionTree getArgument (com.sun.source.tree.AnnotationTree, java.lang.String) com.sun.source.tree.AssignmentTree assignmentTree com.sun.source.tree.ExpressionTree expressionTree com.sun.source.tree.ExpressionTree argumentTree com.sun.source.tree.AnnotationTree annotationTree String name private void <init> () }
com/google/errorprone/matchers/MultiMatcher$MultiMatchResult.class
MultiMatcher.java package com.google.errorprone.matchers public abstract com.google.errorprone.matchers.MultiMatcher$MultiMatchResult extends java.lang.Object { void <init> () public abstract boolean matches () public abstract com.google.common.collect.ImmutableList matchingNodes () public final com.sun.source.tree.Tree onlyMatchingNode () static com.google.errorprone.matchers.MultiMatcher$MultiMatchResult create (boolean, java.util.List) boolean matches java.util.List matchingNodes }
com/google/errorprone/matchers/JUnitMatchers.class
JUnitMatchers.java package com.google.errorprone.matchers public final com.google.errorprone.matchers.JUnitMatchers extends java.lang.Object { public static final String JUNIT4_TEST_ANNOTATION public static final String JUNIT4_THEORY_ANNOTATION public static final String JUNIT_BEFORE_ANNOTATION public static final String JUNIT_AFTER_ANNOTATION public static final String JUNIT_BEFORE_CLASS_ANNOTATION public static final String JUNIT_AFTER_CLASS_ANNOTATION public static final String JUNIT4_RUN_WITH_ANNOTATION private static final String JUNIT3_TEST_CASE_CLASS private static final String JUNIT4_IGNORE_ANNOTATION public static final com.google.errorprone.matchers.Matcher hasJUnit4BeforeAnnotations public static final com.google.errorprone.matchers.Matcher hasJUnit4AfterAnnotations public static final com.google.errorprone.matchers.Matcher isTestCaseDescendant public static final com.google.errorprone.matchers.Matcher isConcreteClassWithoutRunWith public static final com.google.errorprone.matchers.Matcher hasJUnit4TestCases public static final com.google.errorprone.matchers.Matcher isJUnit3TestClass public static final com.google.errorprone.matchers.Matcher isJunit3TestCase private static final com.google.errorprone.matchers.Matcher looksLikeJUnitSetUpOrTearDown public static final com.google.errorprone.matchers.Matcher looksLikeJUnit3SetUp public static final com.google.errorprone.matchers.Matcher looksLikeJUnit4Before public static final com.google.errorprone.matchers.Matcher looksLikeJUnit3TearDown public static final com.google.errorprone.matchers.Matcher looksLikeJUnit4After public static final com.google.errorprone.matchers.Matcher wouldRunInJUnit4 public static final com.google.errorprone.matchers.Matcher TEST_CASE private static final com.google.common.collect.ImmutableList TEST_RUNNERS public static final com.google.errorprone.matchers.MultiMatcher hasJUnit4TestRunner public static final com.google.errorprone.matchers.Matcher isJUnit4TestClass public static final com.google.errorprone.matchers.Matcher isAmbiguousJUnitVersion public static boolean hasJUnitAnnotation (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSym private static boolean hasJUnitAttr (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSym public static com.google.errorprone.matchers.Matcher isJUnit4TestRunnerOfType (java.lang.Iterable) Iterable runnerTypes public static boolean containsTestMethod (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private void <init> () private static synthetic boolean lambda$hasJUnitAttr$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound attr static void <clinit> () }
com/google/errorprone/matchers/ChildMultiMatcher$1.class
ChildMultiMatcher.java package com.google.errorprone.matchers synthetic com.google.errorprone.matchers.ChildMultiMatcher$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$matchers$ChildMultiMatcher$MatchType static void <clinit> () }
com/google/errorprone/matchers/HasIdentifier.class
HasIdentifier.java package com.google.errorprone.matchers public com.google.errorprone.matchers.HasIdentifier extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher nodeMatcher public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher nodeMatcher public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state Boolean matches }
com/google/errorprone/matchers/ConstructorOfClass.class
ConstructorOfClass.java package com.google.errorprone.matchers public com.google.errorprone.matchers.ConstructorOfClass extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree member com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList$Builder result protected volatile synthetic java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/ChildMultiMatcher$MatchResult.class
ChildMultiMatcher.java package com.google.errorprone.matchers abstract com.google.errorprone.matchers.ChildMultiMatcher$MatchResult extends java.lang.Object { void <init> () public abstract com.google.common.collect.ImmutableList matchingNodes () public abstract boolean matches () public static com.google.errorprone.matchers.ChildMultiMatcher$MatchResult none () public static com.google.errorprone.matchers.ChildMultiMatcher$MatchResult match (com.sun.source.tree.Tree) com.sun.source.tree.Tree matchingNode public static com.google.errorprone.matchers.ChildMultiMatcher$MatchResult match (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList matchingNodes private static com.google.errorprone.matchers.ChildMultiMatcher$MatchResult create (java.util.List, boolean) java.util.List matchingNode boolean matches }
com/google/errorprone/matchers/Enclosing$Block.class
Enclosing.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Enclosing$Block extends com.google.errorprone.matchers.Enclosing$EnclosingMatcher { public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/AutoValue_ChildMultiMatcher_Matchable.class
AutoValue_ChildMultiMatcher_Matchable.java package com.google.errorprone.matchers final com.google.errorprone.matchers.AutoValue_ChildMultiMatcher_Matchable extends com.google.errorprone.matchers.ChildMultiMatcher$Matchable { private final com.sun.source.tree.Tree tree private final com.google.errorprone.VisitorState state void <init> (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public com.sun.source.tree.Tree tree () public com.google.errorprone.VisitorState state () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.ChildMultiMatcher$Matchable that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/Enclosing.class
Enclosing.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Enclosing extends java.lang.Object { private void <init> () }
com/google/errorprone/matchers/ChildMultiMatcher$AtLeastOneMatcher.class
ChildMultiMatcher.java package com.google.errorprone.matchers com.google.errorprone.matchers.ChildMultiMatcher$AtLeastOneMatcher extends com.google.errorprone.matchers.ChildMultiMatcher$ListMatcher { private void <init> () public com.google.errorprone.matchers.ChildMultiMatcher$MatchResult matches (java.util.List, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$Matchable matchable java.util.List matchables com.google.errorprone.matchers.Matcher nodeMatcher com.google.common.collect.ImmutableList$Builder matchingTrees com.google.common.collect.ImmutableList allTheTrees }
com/google/errorprone/matchers/MethodVisibility$Visibility.class
MethodVisibility.java package com.google.errorprone.matchers public final enum com.google.errorprone.matchers.MethodVisibility$Visibility extends java.lang.Enum { public static final enum com.google.errorprone.matchers.MethodVisibility$Visibility PUBLIC public static final enum com.google.errorprone.matchers.MethodVisibility$Visibility PROTECTED public static final enum com.google.errorprone.matchers.MethodVisibility$Visibility DEFAULT public static final enum com.google.errorprone.matchers.MethodVisibility$Visibility PRIVATE private final javax.lang.model.element.Modifier correspondingModifier private static final synthetic com.google.errorprone.matchers.MethodVisibility$Visibility[] $VALUES public static com.google.errorprone.matchers.MethodVisibility$Visibility[] values () public static com.google.errorprone.matchers.MethodVisibility$Visibility valueOf (java.lang.String) String name private void <init> (java.lang.String, int, javax.lang.model.element.Modifier) javax.lang.model.element.Modifier correspondingModifier public javax.lang.model.element.Modifier toModifier () private static synthetic com.google.errorprone.matchers.MethodVisibility$Visibility[] $values () static void <clinit> () }
com/google/errorprone/matchers/NullnessMatcher.class
NullnessMatcher.java package com.google.errorprone.matchers public com.google.errorprone.matchers.NullnessMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.dataflow.nullnesspropagation.Nullness expectedNullnessValue public void <init> (com.google.errorprone.dataflow.nullnesspropagation.Nullness) com.google.errorprone.dataflow.nullnesspropagation.Nullness expectedNullnessValue public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expr com.google.errorprone.VisitorState state com.sun.source.util.TreePath exprPath public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/TestNgMatchers.class
TestNgMatchers.java package com.google.errorprone.matchers public com.google.errorprone.matchers.TestNgMatchers extends java.lang.Object { public static boolean hasTestNgAnnotation (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSym public static boolean hasTestNgAnnotation (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree com.sun.tools.javac.code.Symbol$ClassSymbol classSym private static boolean hasTestNgAttr (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol methodSym private void <init> () private static synthetic boolean lambda$hasTestNgAttr$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound attr }
com/google/errorprone/matchers/IsSameType.class
IsSameType.java package com.google.errorprone.matchers public com.google.errorprone.matchers.IsSameType extends com.google.errorprone.matchers.AbstractTypeMatcher { public void <init> (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier typeToCompareSupplier public void <init> (java.lang.String) String typeString public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type typeToCompare }
com/google/errorprone/matchers/InjectMatchers.class
InjectMatchers.java package com.google.errorprone.matchers public final com.google.errorprone.matchers.InjectMatchers extends java.lang.Object { public static final com.google.errorprone.matchers.Matcher INSIDE_GUICE_MODULE public static final String GUICE_PROVIDES_ANNOTATION public static final String DAGGER_PROVIDES_ANNOTATION private static final com.google.errorprone.matchers.Matcher HAS_PROVIDES_ANNOTATION public static final String ASSISTED_ANNOTATION public static final String ASSISTED_INJECT_ANNOTATION public static final String GUICE_INJECT_ANNOTATION public static final String JAVAX_INJECT_ANNOTATION public static final com.google.errorprone.matchers.Matcher IS_APPLICATION_OF_JAVAX_INJECT public static final com.google.errorprone.matchers.Matcher IS_APPLICATION_OF_GUICE_INJECT public static final com.google.errorprone.matchers.Matcher IS_APPLICATION_OF_AT_INJECT public static final com.google.errorprone.matchers.Matcher HAS_INJECT_ANNOTATION public static final String GUICE_SCOPE_ANNOTATION public static final String JAVAX_SCOPE_ANNOTATION public static final com.google.errorprone.matchers.Matcher IS_SCOPING_ANNOTATION public static final String GUICE_BINDING_ANNOTATION public static final String JAVAX_QUALIFIER_ANNOTATION public static final com.google.errorprone.matchers.Matcher IS_BINDING_ANNOTATION public static final String GUICE_MAP_KEY_ANNOTATION public static final String DAGGER_MAP_KEY_ANNOTATION public static final com.google.errorprone.matchers.Matcher IS_DAGGER_COMPONENT public static final com.google.errorprone.matchers.Matcher IS_DAGGER_COMPONENT_OR_MODULE private void <init> () public static com.google.errorprone.matchers.Matcher hasProvidesAnnotation () public static com.google.errorprone.matchers.Matcher hasInjectAnnotation () static void <clinit> () }
com/google/errorprone/matchers/CompoundAssignment.class
CompoundAssignment.java package com.google.errorprone.matchers public com.google.errorprone.matchers.CompoundAssignment extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private static final com.google.common.collect.ImmutableSet COMPOUND_ASSIGNMENT_OPERATORS private final java.util.Set operators private final com.google.errorprone.matchers.Matcher receiverMatcher private final com.google.errorprone.matchers.Matcher expressionMatcher public void <init> (java.util.Set, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) java.util.Set operators com.google.errorprone.matchers.Matcher receiverMatcher com.google.errorprone.matchers.Matcher expressionMatcher public boolean matches (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree compoundAssignmentTree com.google.errorprone.VisitorState state private static java.util.Set validateOperators (java.util.Set) com.sun.source.tree.Tree$Kind kind java.util.Set kinds public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) static void <clinit> () }
com/google/errorprone/matchers/Matcher.class
Matcher.java package com.google.errorprone.matchers public abstract com.google.errorprone.matchers.Matcher extends java.lang.Object implements java.io.Serializable { public abstract boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/AutoValue_MultiMatcher_MultiMatchResult.class
AutoValue_MultiMatcher_MultiMatchResult.java package com.google.errorprone.matchers final com.google.errorprone.matchers.AutoValue_MultiMatcher_MultiMatchResult extends com.google.errorprone.matchers.MultiMatcher$MultiMatchResult { private final boolean matches private final com.google.common.collect.ImmutableList matchingNodes void <init> (boolean, com.google.common.collect.ImmutableList) boolean matches com.google.common.collect.ImmutableList matchingNodes public boolean matches () public com.google.common.collect.ImmutableList matchingNodes () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.MultiMatcher$MultiMatchResult that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/Enclosing$Method.class
Enclosing.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Enclosing$Method extends com.google.errorprone.matchers.Enclosing$EnclosingMatcher { public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/FieldMatchers.class
FieldMatchers.java package com.google.errorprone.matchers public final com.google.errorprone.matchers.FieldMatchers extends java.lang.Object { private void <init> () public static com.google.errorprone.matchers.Matcher anyFieldInClass (java.lang.String) String className public static com.google.errorprone.matchers.Matcher staticField (java.lang.String, java.lang.String) String className String fieldName public static com.google.errorprone.matchers.Matcher instanceField (java.lang.String, java.lang.String) String className String fieldName }
com/google/errorprone/matchers/Matchers$IsDirectImplementationOf.class
Matchers.java package com.google.errorprone.matchers com.google.errorprone.matchers.Matchers$IsDirectImplementationOf extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher classMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state protected volatile synthetic java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/ChildMultiMatcher$ListMatcher.class
ChildMultiMatcher.java package com.google.errorprone.matchers abstract com.google.errorprone.matchers.ChildMultiMatcher$ListMatcher extends java.lang.Object { private void <init> () abstract com.google.errorprone.matchers.ChildMultiMatcher$MatchResult matches (java.util.List, com.google.errorprone.matchers.Matcher) public static com.google.errorprone.matchers.ChildMultiMatcher$ListMatcher create (com.google.errorprone.matchers.ChildMultiMatcher$MatchType) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType }
com/google/errorprone/matchers/CompileTimeConstantExpressionMatcher.class
CompileTimeConstantExpressionMatcher.java package com.google.errorprone.matchers public com.google.errorprone.matchers.CompileTimeConstantExpressionMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private static final com.google.errorprone.suppliers.Supplier COMPILE_TIME_CONSTANT_ANNOTATION private static final com.google.errorprone.matchers.Matcher INSTANCE private static final com.google.errorprone.matchers.Matcher IMMUTABLE_FACTORY public void <init> () public static com.google.errorprone.matchers.Matcher instance () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState state public static boolean hasCompileTimeConstantAnnotation (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol annotation public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$45f2b9db$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/matchers/MethodInvocation.class
MethodInvocation.java package com.google.errorprone.matchers public com.google.errorprone.matchers.MethodInvocation extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher methodSelectMatcher private final com.google.errorprone.matchers.MethodInvocation$MethodArgumentMatcher methodArgumentMatcher public void <init> (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher methodSelectMatcher com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher methodArgumentMatcher public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree tree public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/IsSubtypeOf.class
IsSubtypeOf.java package com.google.errorprone.matchers public com.google.errorprone.matchers.IsSubtypeOf extends com.google.errorprone.matchers.AbstractTypeMatcher { public void <init> (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier typeToCompareSupplier public void <init> (java.lang.String) String typeString public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/matchers/StringLiteral.class
StringLiteral.java package com.google.errorprone.matchers public com.google.errorprone.matchers.StringLiteral extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final java.util.function.Predicate matcher public void <init> (java.lang.String) String value public void <init> (java.util.regex.Pattern) java.util.regex.Pattern pattern public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree literalTree Object actualValue com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Returns.class
Returns.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Returns extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher returnedMatcher public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher returnedMatcher public boolean matches (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree expressionTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/FieldMatchers$2.class
FieldMatchers.java package com.google.errorprone.matchers com.google.errorprone.matchers.FieldMatchers$2 extends com.google.errorprone.matchers.FieldMatchers$FieldReferenceMatcher { final synthetic String val$className final synthetic String val$fieldName void <init> (java.lang.String, java.lang.String) boolean classIsAppropriate (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol boolean fieldSymbolIsAppropriate (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/matchers/Suppressible.class
Suppressible.java package com.google.errorprone.matchers public abstract com.google.errorprone.matchers.Suppressible extends java.lang.Object { public abstract java.util.Set allNames () public abstract java.lang.String canonicalName () public abstract boolean supportsSuppressWarnings () public abstract java.util.Set customSuppressionAnnotations () public abstract boolean suppressedByAnyOf (java.util.Set, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Contains.class
Contains.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Contains extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher matcher public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Contains$FirstMatchingScanner scanner Boolean matchFound }
com/google/errorprone/matchers/JUnitMatchers$1.class
JUnitMatchers.java package com.google.errorprone.matchers com.google.errorprone.matchers.JUnitMatchers$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic Iterable val$runnerTypes void <init> (java.lang.Iterable) public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol parent String testRunner com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.util.List typeArgs com.sun.tools.javac.code.Type runnerType public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/CompileTimeConstantExpressionMatcher$ExpressionWithConstValueMatcher$1.class
CompileTimeConstantExpressionMatcher.java package com.google.errorprone.matchers com.google.errorprone.matchers.CompileTimeConstantExpressionMatcher$ExpressionWithConstValueMatcher$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.matchers.CompileTimeConstantExpressionMatcher$ExpressionWithConstValueMatcher this$0 void <init> (com.google.errorprone.matchers.CompileTimeConstantExpressionMatcher$ExpressionWithConstValueMatcher, com.google.errorprone.VisitorState) com.google.errorprone.matchers.CompileTimeConstantExpressionMatcher$ExpressionWithConstValueMatcher this$0 public java.lang.Boolean visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Boolean visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree tree Void unused public java.lang.Boolean visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused protected java.lang.Boolean defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree node Void unused com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.sun.tools.javac.code.Symbol owner javax.lang.model.element.ElementKind ownerKind public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) private synthetic boolean lambda$visitMethodInvocation$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree a }
com/google/errorprone/matchers/AbstractTypeMatcher.class
AbstractTypeMatcher.java package com.google.errorprone.matchers public abstract com.google.errorprone.matchers.AbstractTypeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { protected com.google.errorprone.suppliers.Supplier typeToCompareSupplier public void <init> (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier typeToCompareSupplier public void <init> (java.lang.String) String typeString public abstract boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Asserts.class
Asserts.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Asserts extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher expressionMatcher public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher expressionMatcher public boolean matches (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree statementTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Matchers.class
Matchers.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Matchers extends java.lang.Object { private static final com.google.common.collect.ImmutableSet DECLARATION private static final com.google.errorprone.suppliers.Supplier CLASSES_CONSIDERED_THROWING private static final com.google.errorprone.matchers.Matcher STATIC_EQUALS private static final com.google.errorprone.matchers.Matcher INSTANCE_EQUALS public static final com.google.errorprone.matchers.Matcher MAIN_METHOD private static final com.google.errorprone.matchers.Matcher INSTANCE_HASHCODE private static final com.google.errorprone.matchers.Matcher ASSERT_EQUALS private static final com.google.errorprone.matchers.Matcher ASSERT_NOT_EQUALS private static final com.google.errorprone.matchers.Matcher EQUALS_DECLARATION private static final com.google.errorprone.matchers.Matcher TO_STRING_DECLARATION private static final com.google.errorprone.matchers.Matcher HASH_CODE_DECLARATION private static final com.google.errorprone.matchers.Matcher COMPARABLE_METHOD_MATCHER public static final com.google.errorprone.matchers.Matcher SERIALIZATION_METHODS public static final com.google.errorprone.matchers.Matcher IS_INTERFACE private void <init> () public static com.google.errorprone.matchers.Matcher anything () public static com.google.errorprone.matchers.Matcher nothing () public static com.google.errorprone.matchers.Matcher not (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public static transient com.google.errorprone.matchers.Matcher allOf (com.google.errorprone.matchers.Matcher[]) com.google.errorprone.matchers.Matcher[] matchers public static com.google.errorprone.matchers.Matcher allOf (java.lang.Iterable) Iterable matchers public static com.google.errorprone.matchers.Matcher anyOf (java.lang.Iterable) Iterable matchers public static transient com.google.errorprone.matchers.Matcher anyOf (com.google.errorprone.matchers.Matcher[]) com.google.errorprone.matchers.Matcher[] matchers public static com.google.errorprone.matchers.Matcher isInstance (java.lang.Class) Class klass public static com.google.errorprone.matchers.Matcher kindIs (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind kind public static com.google.errorprone.matchers.Matcher kindAnyOf (java.util.Set) java.util.Set kinds public static com.google.errorprone.matchers.Matcher isSame (com.sun.source.tree.Tree) com.sun.source.tree.Tree t public static com.google.errorprone.matchers.method.MethodMatchers$StaticMethodMatcher staticMethod () public static com.google.errorprone.matchers.method.MethodMatchers$InstanceMethodMatcher instanceMethod () public static com.google.errorprone.matchers.method.MethodMatchers$AnyMethodMatcher anyMethod () public static com.google.errorprone.matchers.method.MethodMatchers$ConstructorMatcher constructor () public static com.google.errorprone.matchers.Matcher symbolMatcher (java.util.function.BiPredicate) java.util.function.BiPredicate pred public static com.google.errorprone.matchers.Matcher isInstanceField () public static com.google.errorprone.matchers.Matcher isVariable () public static com.google.errorprone.matchers.CompoundAssignment compoundAssignment (com.sun.source.tree.Tree$Kind, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.sun.source.tree.Tree$Kind operator com.google.errorprone.matchers.Matcher leftOperandMatcher com.google.errorprone.matchers.Matcher rightOperandMatcher java.util.Set operators public static com.google.errorprone.matchers.CompoundAssignment compoundAssignment (java.util.Set, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) java.util.Set operators com.google.errorprone.matchers.Matcher receiverMatcher com.google.errorprone.matchers.Matcher expressionMatcher public static com.google.errorprone.matchers.Matcher receiverSameAsArgument (int) int argNum public static com.google.errorprone.matchers.Matcher receiverOfInvocation (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher expressionTreeMatcher public static com.google.errorprone.matchers.MultiMatcher annotations (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher annotationMatcher public static com.google.errorprone.matchers.MultiMatcher constructor (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher constructorMatcher public static com.google.errorprone.matchers.Matcher argument (int, com.google.errorprone.matchers.Matcher) int position com.google.errorprone.matchers.Matcher argumentMatcher public static com.google.errorprone.matchers.MultiMatcher hasArguments (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher argumentMatcher public static com.google.errorprone.matchers.Matcher methodInvocation (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher methodSelectMatcher com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher methodArgumentMatcher public static com.google.errorprone.matchers.Matcher methodInvocation (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher methodSelectMatcher public static com.google.errorprone.matchers.Matcher argumentCount (int) int argumentCount public static com.google.errorprone.matchers.Matcher parentNode (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher treeMatcher public static com.google.errorprone.matchers.Matcher isSubtypeOf (java.lang.String) String typeStr public static com.google.errorprone.matchers.Matcher isSubtypeOf (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier type public static com.google.errorprone.matchers.Matcher isSubtypeOf (java.lang.Class) Class clazz public static com.google.errorprone.matchers.Matcher isSameType (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier type public static com.google.errorprone.matchers.Matcher isSameType (java.lang.String) String typeString public static com.google.errorprone.matchers.Matcher isSameType (java.lang.Class) Class clazz public static com.google.errorprone.matchers.Matcher typePredicateMatcher (com.google.errorprone.predicates.TypePredicate) com.google.errorprone.predicates.TypePredicate pred public static com.google.errorprone.matchers.Matcher isArrayType () public static com.google.errorprone.matchers.Matcher isPrimitiveArrayType () public static com.google.errorprone.matchers.Matcher isPrimitiveType () public static com.google.errorprone.matchers.Matcher isPrimitiveOrVoidType () public static com.google.errorprone.matchers.Matcher isVoidType () public static com.google.errorprone.matchers.Matcher isPrimitiveOrBoxedPrimitiveType () public static com.google.errorprone.matchers.Matcher isBoxedPrimitiveType () public static com.google.errorprone.matchers.Enclosing$Block enclosingBlock (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public static com.google.errorprone.matchers.Enclosing$Class enclosingClass (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public static com.google.errorprone.matchers.Enclosing$Method enclosingMethod (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public static com.google.errorprone.matchers.Matcher enclosingNode (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher private static boolean siblingStatement (int, com.google.errorprone.matchers.Matcher, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) int offset com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.StatementTree statement com.google.errorprone.VisitorState state com.sun.source.util.TreePath blockPath com.sun.source.tree.BlockTree block java.util.List statements int idx com.sun.source.tree.StatementTree sibling public static com.google.errorprone.matchers.Matcher nextStatement (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public static com.google.errorprone.matchers.Matcher previousStatement (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public static com.google.errorprone.matchers.Matcher isLastStatementInBlock () public static com.google.errorprone.matchers.Matcher nullLiteral () public static com.google.errorprone.matchers.Matcher nonNullLiteral () public static com.google.errorprone.matchers.Matcher stringLiteral (java.lang.String) String value public static com.google.errorprone.matchers.Matcher stringLiteral (java.util.regex.Pattern) java.util.regex.Pattern pattern public static com.google.errorprone.matchers.Matcher booleanLiteral (boolean) boolean value public static com.google.errorprone.matchers.Matcher booleanConstant (boolean) boolean value public static com.google.errorprone.matchers.Matcher ignoreParens (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher innerMatcher public static com.google.errorprone.matchers.Matcher intLiteral (int) int value public static com.google.errorprone.matchers.Matcher classLiteral (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher classMatcher public static com.google.errorprone.matchers.Matcher hasArgumentWithValue (java.lang.String, com.google.errorprone.matchers.Matcher) String argumentName com.google.errorprone.matchers.Matcher valueMatcher public static com.google.errorprone.matchers.Matcher doesNotHaveArgument (java.lang.String) String argumentName public static com.google.errorprone.matchers.Matcher isType (java.lang.String) String annotationClassName public static com.google.errorprone.matchers.Matcher sameArgument (int, int) int index1 int index2 public static com.google.errorprone.matchers.Matcher hasAnnotation (java.lang.String) String annotationClass com.google.errorprone.suppliers.Supplier name public static com.google.errorprone.matchers.Matcher hasAnnotation (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror annotationMirror String annotationName public static com.google.errorprone.matchers.Matcher hasAnnotationWithSimpleName (java.lang.String) String simpleName public static com.google.errorprone.matchers.Matcher symbolHasAnnotation (java.lang.String) String annotationClass public static com.google.errorprone.matchers.Matcher hasAnnotation (java.lang.Class) Class inputClass public static com.google.errorprone.matchers.Matcher symbolHasAnnotation (java.lang.Class) Class inputClass public static com.google.errorprone.matchers.Matcher hasAnnotationOnAnyOverriddenMethod (java.lang.String) String annotationClass public static com.google.errorprone.matchers.Matcher methodReturnsNonNull () public static com.google.errorprone.matchers.Matcher methodReturns (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher returnTypeMatcher public static com.google.errorprone.matchers.Matcher methodReturns (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier returnType public static com.google.errorprone.matchers.Matcher methodReturnsNonPrimitiveType () public static com.google.errorprone.matchers.Matcher methodIsNamed (java.lang.String) String methodName public static com.google.errorprone.matchers.Matcher methodNameStartsWith (java.lang.String) String prefix public static com.google.errorprone.matchers.Matcher methodWithClassAndName (java.lang.String, java.lang.String) String className String methodName public static transient com.google.errorprone.matchers.Matcher methodHasParameters (com.google.errorprone.matchers.Matcher[]) com.google.errorprone.matchers.Matcher[] variableMatcher public static com.google.errorprone.matchers.Matcher methodHasNoParameters () public static com.google.errorprone.matchers.Matcher methodHasParameters (java.util.List) java.util.List variableMatcher public static com.google.errorprone.matchers.MultiMatcher methodHasParameters (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher parameterMatcher public static com.google.errorprone.matchers.Matcher methodHasVisibility (com.google.errorprone.matchers.MethodVisibility$Visibility) com.google.errorprone.matchers.MethodVisibility$Visibility visibility public static com.google.errorprone.matchers.Matcher methodIsConstructor () public static com.google.errorprone.matchers.Matcher constructorOfClass (java.lang.String) String className public static com.google.errorprone.matchers.Matcher hasMethod (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher methodMatcher public static com.google.errorprone.matchers.Matcher variableType (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher treeMatcher public static com.google.errorprone.matchers.Matcher variableInitializer (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher expressionTreeMatcher public static com.google.errorprone.matchers.Matcher isField () public static com.google.errorprone.matchers.Matcher isEnum () public static com.google.errorprone.matchers.Matcher nestingKind (javax.lang.model.element.NestingKind) javax.lang.model.element.NestingKind kind public static com.google.errorprone.matchers.Matcher binaryTree (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher1 com.google.errorprone.matchers.Matcher matcher2 public static com.google.errorprone.matchers.Matcher hasIdentifier (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher nodeMatcher public static com.google.errorprone.matchers.Matcher hasModifier (javax.lang.model.element.Modifier) javax.lang.model.element.Modifier modifier public static com.google.errorprone.matchers.Matcher staticFieldAccess () public static com.google.errorprone.matchers.Matcher isStatic () public static com.google.errorprone.matchers.Matcher isTransient () public static com.google.errorprone.matchers.Matcher throwStatement (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher thrownMatcher public static com.google.errorprone.matchers.Matcher returnStatement (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher returnedMatcher public static com.google.errorprone.matchers.Matcher assertStatement (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher conditionMatcher public static com.google.errorprone.matchers.Matcher continueStatement () public static com.google.errorprone.matchers.Matcher expressionStatement (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher static com.google.errorprone.matchers.Matcher isSymbol (java.lang.Class) Class symbolClass public static com.google.errorprone.matchers.Matcher toType (java.lang.Class, com.google.errorprone.matchers.Matcher) Class type com.google.errorprone.matchers.Matcher matcher public static com.google.errorprone.matchers.Matcher inSynchronized () public static com.google.errorprone.matchers.Matcher sameVariable (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expr public static com.google.errorprone.matchers.Matcher isNonNullUsingDataflow () public static com.google.errorprone.matchers.Matcher isNonNull () public static com.google.errorprone.matchers.Matcher isNullUsingDataflow () public static com.google.errorprone.matchers.Matcher isNull () public static com.google.errorprone.matchers.Matcher enhancedForLoop (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher variableMatcher com.google.errorprone.matchers.Matcher expressionMatcher com.google.errorprone.matchers.Matcher statementMatcher public static com.google.errorprone.matchers.Matcher inLoop () public static com.google.errorprone.matchers.Matcher assignment (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher variableMatcher com.google.errorprone.matchers.Matcher expressionMatcher public static com.google.errorprone.matchers.Matcher typeCast (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher typeMatcher com.google.errorprone.matchers.Matcher expressionMatcher public static com.google.errorprone.matchers.Matcher assertionWithCondition (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher conditionMatcher public static com.google.errorprone.matchers.Matcher contains (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher treeMatcher public static com.google.errorprone.matchers.Matcher contains (java.lang.Class, com.google.errorprone.matchers.Matcher) Class clazz com.google.errorprone.matchers.Matcher treeMatcher com.google.errorprone.matchers.Matcher contains public static com.google.errorprone.matchers.Matcher methodHasArity (int) int arity public static com.google.errorprone.matchers.Matcher isDirectImplementationOf (java.lang.String) String clazz com.google.errorprone.matchers.Matcher isProvidedType public static transient com.google.errorprone.matchers.Matcher hasAnyAnnotation (java.lang.Class[]) Class annotation Class[] annotations java.util.ArrayList matchers public static com.google.errorprone.matchers.Matcher hasAnyAnnotation (java.util.List) javax.lang.model.type.TypeMirror mirror java.util.List mirrors java.util.ArrayList matchers private static boolean isDeclaration (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind kind public static boolean methodCallInDeclarationOfThrowingRunnable (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public static boolean isThrowingFunctionalInterface (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type clazzType com.google.errorprone.VisitorState state public static com.google.errorprone.matchers.Matcher packageMatches (java.util.function.Predicate) java.util.function.Predicate predicate public static com.google.errorprone.matchers.Matcher packageMatches (java.util.regex.Pattern) java.util.regex.Pattern pattern public static com.google.errorprone.matchers.Matcher packageStartsWith (java.lang.String) String prefix private static java.lang.String getPackageFullName (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit public static com.google.errorprone.matchers.Matcher staticEqualsInvocation () private static boolean methodReturnsBoolean (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public static com.google.errorprone.matchers.Matcher instanceEqualsInvocation () public static com.google.errorprone.matchers.Matcher instanceHashCodeInvocation () public static com.google.errorprone.matchers.Matcher assertEqualsInvocation () public static com.google.errorprone.matchers.Matcher assertNotEqualsInvocation () public static com.google.errorprone.matchers.Matcher equalsMethodDeclaration () public static com.google.errorprone.matchers.Matcher toStringMethodDeclaration () public static com.google.errorprone.matchers.Matcher hashCodeMethodDeclaration () public static com.google.errorprone.matchers.Matcher compareToMethodDeclaration () public static com.google.errorprone.matchers.Matcher matchExpressionReturn (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher expressionTreeMatcher public static com.google.errorprone.matchers.Matcher matchSingleStatementBlock (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher statementMatcher public static com.google.errorprone.matchers.Matcher singleStatementReturnMatcher (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher expressionTreeMatcher com.google.errorprone.matchers.Matcher matcher private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$singleStatementReturnMatcher$87974d23$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchSingleStatementBlock$2b00c57d$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher statementMatcher com.sun.source.tree.BlockTree blockTree com.google.errorprone.VisitorState state java.util.List statements private static synthetic boolean lambda$matchExpressionReturn$6dad8224$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher expressionTreeMatcher com.sun.source.tree.StatementTree statement com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression private static synthetic boolean lambda$static$d2f28b8d$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree t com.google.errorprone.VisitorState s com.sun.tools.javac.code.Symbol symbol private static synthetic boolean lambda$static$83ab1e6$1 (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree t com.google.errorprone.VisitorState s private static synthetic boolean lambda$packageStartsWith$6 (java.lang.String, java.lang.String) String prefix String s private static synthetic boolean lambda$packageMatches$6113895d$1 (java.util.function.Predicate, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) java.util.function.Predicate predicate com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic com.google.common.collect.ImmutableSet lambda$static$ed23e71$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$isThrowingFunctionalInterface$5 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type clazzType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic java.lang.Boolean lambda$methodCallInDeclarationOfThrowingRunnable$4 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t private static synthetic boolean lambda$methodCallInDeclarationOfThrowingRunnable$3 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t private static synthetic boolean lambda$methodHasArity$724529c5$1 (int, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) int arity com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$assertionWithCondition$d1ec0328$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher conditionMatcher com.sun.source.tree.AssertTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$typeCast$b9fb982c$1 (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher, com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher typeMatcher com.google.errorprone.matchers.Matcher expressionMatcher com.sun.source.tree.TypeCastTree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$assignment$27b46f5a$1 (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher, com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher variableMatcher com.google.errorprone.matchers.Matcher expressionMatcher com.sun.source.tree.AssignmentTree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$inLoop$cce5db2a$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree node com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private static synthetic boolean lambda$enhancedForLoop$d5907a3d$1 (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher, com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher variableMatcher com.google.errorprone.matchers.Matcher expressionMatcher com.google.errorprone.matchers.Matcher statementMatcher com.sun.source.tree.EnhancedForLoopTree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$sameVariable$358df3b8$1 (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expr com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$inSynchronized$cce5db2a$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.source.tree.SynchronizedTree synchronizedTree com.sun.source.tree.MethodTree methodTree private static synthetic boolean lambda$toType$31a44b6$1 (java.lang.Class, com.google.errorprone.matchers.Matcher, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) Class type com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$expressionStatement$47d880ae$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.StatementTree statementTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$continueStatement$611ce5a$1 (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree statementTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isTransient$cce5db2a$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isStatic$cce5db2a$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private static synthetic boolean lambda$hasModifier$8a6de435$1 (javax.lang.model.element.Modifier, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) javax.lang.model.element.Modifier modifier com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private static synthetic boolean lambda$binaryTree$fc48e611$1 (com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher, com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher1 com.google.errorprone.matchers.Matcher matcher2 com.sun.source.tree.BinaryTree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$nestingKind$1e4170d$1 (javax.lang.model.element.NestingKind, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) javax.lang.model.element.NestingKind kind com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isEnum$2753b31$1 (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isField$52a390bd$1 (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$variableInitializer$fe1785d3$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher expressionTreeMatcher com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree initializer private static synthetic boolean lambda$variableType$e2fafcdb$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher treeMatcher com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$hasMethod$ce3c8f4a$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree member com.google.errorprone.matchers.Matcher methodMatcher com.sun.source.tree.ClassTree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$constructorOfClass$6d9b1191$1 (java.lang.String, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String className com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol private static synthetic boolean lambda$methodIsConstructor$382b91b8$1 (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$methodHasParameters$86ec62be$1 (java.util.List, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher eachVariableMatcher java.util.List variableMatcher com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state int paramIndex private static synthetic boolean lambda$methodWithClassAndName$1401d165$1 (java.lang.String, java.lang.String, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String className String methodName com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$methodNameStartsWith$f5bdc7b2$1 (java.lang.String, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String prefix com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$methodIsNamed$43fbf678$1 (java.lang.String, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String methodName com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$methodReturns$c57226b4$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher returnTypeMatcher com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree returnTree private static synthetic boolean lambda$hasAnnotationOnAnyOverriddenMethod$8c2428eb$1 (java.lang.String, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method String annotationClass com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSym private static synthetic boolean lambda$symbolHasAnnotation$9766abe$1 (java.lang.Class, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) Class inputClass com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$hasAnnotation$9766abe$1 (java.lang.Class, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) Class inputClass com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$symbolHasAnnotation$2 (java.lang.String, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) String annotationClass com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state private static synthetic boolean lambda$hasAnnotationWithSimpleName$71eedccd$1 (java.lang.String, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) String simpleName com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$hasAnnotation$ca1806b3$1 (javax.lang.model.type.TypeMirror, java.lang.String, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) String name javax.lang.model.type.TypeMirror annotationMirror String annotationName com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv javax.lang.model.element.TypeElement typeElem String name private static synthetic boolean lambda$hasAnnotation$dc58f51c$1 (com.google.errorprone.suppliers.Supplier, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.suppliers.Supplier name com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic java.util.Set lambda$hasAnnotation$8e19a28d$1 (java.lang.String, com.google.errorprone.VisitorState) String annotationClass com.google.errorprone.VisitorState state private static synthetic boolean lambda$sameArgument$71db2270$1 (int, int, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) int index1 int index2 com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List args private static synthetic boolean lambda$classLiteral$454231c9$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree select com.google.errorprone.matchers.Matcher classMatcher com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$intLiteral$e68fca9a$1 (int, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) int value com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$ignoreParens$67684cd1$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher innerMatcher com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$booleanConstant$a43f0f38$1 (boolean, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol boolean value com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$booleanLiteral$a43f0f38$1 (boolean, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) boolean value com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$nonNullLiteral$40f42321$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$nullLiteral$40f42321$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isLastStatementInBlock$611ce5a$1 (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree statement com.google.errorprone.VisitorState state com.sun.source.util.TreePath blockPath com.sun.source.tree.BlockTree block private static synthetic boolean lambda$previousStatement$a99d9d65$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.StatementTree statement com.google.errorprone.VisitorState state private static synthetic boolean lambda$nextStatement$a99d9d65$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.StatementTree statement com.google.errorprone.VisitorState state private static synthetic boolean lambda$enclosingNode$4bd8f101$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree node com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.Tree t com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private static synthetic boolean lambda$isBoxedPrimitiveType$2a1768db$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$isPrimitiveOrBoxedPrimitiveType$9b3907e4$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$isVoidType$9b3907e4$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$isPrimitiveOrVoidType$9b3907e4$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$isPrimitiveType$9b3907e4$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$isPrimitiveArrayType$9b3907e4$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$isArrayType$9b3907e4$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$typePredicateMatcher$61a338a9$1 (com.google.errorprone.predicates.TypePredicate, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate pred com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static synthetic boolean lambda$parentNode$eb1b4d6c$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher treeMatcher com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath parent private static synthetic boolean lambda$argumentCount$3e8828c0$1 (int, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) int argumentCount com.sun.source.tree.MethodInvocationTree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$methodInvocation$a8452f56$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher methodSelectMatcher com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree tree private static synthetic boolean lambda$receiverOfInvocation$f7f23628$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher expressionTreeMatcher com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver private static synthetic boolean lambda$receiverSameAsArgument$81f8ff5b$1 (int, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCFieldAccess fieldAccess int argNum com.sun.source.tree.MethodInvocationTree t com.google.errorprone.VisitorState state java.util.List args com.sun.source.tree.ExpressionTree arg com.sun.tools.javac.tree.JCTree$JCExpression methodSelect private static synthetic boolean lambda$isVariable$1 (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state private static synthetic boolean lambda$isInstanceField$0 (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state private static synthetic boolean lambda$symbolMatcher$eedca22b$1 (java.util.function.BiPredicate, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) java.util.function.BiPredicate pred com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private static synthetic boolean lambda$isSame$476bada8$1 (com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree t com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$kindAnyOf$26305e7f$1 (java.util.Set, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) java.util.Set kinds com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$kindIs$129ecd98$1 (com.sun.source.tree.Tree$Kind, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree$Kind kind com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isInstance$910f4f1c$1 (java.lang.Class, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) Class klass com.sun.source.tree.Tree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$anyOf$5390886b$1 (java.lang.Iterable, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher Iterable matchers com.sun.source.tree.Tree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$allOf$5390886b$1 (java.lang.Iterable, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher Iterable matchers com.sun.source.tree.Tree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$allOf$93cd24cb$1 (com.google.errorprone.matchers.Matcher[], com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.matchers.Matcher[] matchers com.sun.source.tree.Tree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$not$221e45ba$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.Tree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$nothing$cce5db2a$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$anything$cce5db2a$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree t com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/matchers/UnusedReturnValueMatcher.class
UnusedReturnValueMatcher.java package com.google.errorprone.matchers public final com.google.errorprone.matchers.UnusedReturnValueMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private static final com.google.common.collect.ImmutableMap ALLOW_MATCHERS private static final com.google.common.collect.ImmutableSet DISALLOW_EXCEPTION_TESTING private final com.google.common.collect.ImmutableSet validAllowReasons private static final com.google.errorprone.matchers.Matcher FAIL_METHOD private static final com.google.errorprone.matchers.Matcher EXPECTED_EXCEPTION_MATCHER private static final com.google.errorprone.matchers.Matcher MOCKITO_MATCHER public static com.google.errorprone.matchers.UnusedReturnValueMatcher get (boolean) boolean allowInExceptionThrowers private void <init> (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet validAllowReasons public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static boolean isVoidMethod (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol symbol private static boolean isVoid (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type private static boolean implementsVoidMethod (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public static boolean isReturnValueUnused (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.source.tree.Tree parent public boolean isAllowed (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public java.util.stream.Stream getAllowReasons (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static boolean returnsJavaLangVoid (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static boolean returnsJavaLangVoid (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static boolean exceptionTesting (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static boolean isTestExpectedExceptionMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state private static boolean isOnlyStatementInBlock (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree t com.google.errorprone.VisitorState s com.sun.source.tree.BlockTree parentBlock public static boolean expectedExceptionTest (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.StatementTree statement public static boolean mockitoInvocation (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCMethodInvocation invocation com.sun.source.tree.ExpressionTree receiver public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$isTestExpectedExceptionMethod$4 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror tv private static synthetic java.util.Optional lambda$isTestExpectedExceptionMethod$3 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound testAm private static synthetic boolean lambda$isTestExpectedExceptionMethod$2 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound am private static synthetic boolean lambda$static$8059ac76$1 (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree t com.google.errorprone.VisitorState s private static synthetic boolean lambda$getAllowReasons$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason reason private static synthetic boolean lambda$static$0 (com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason) com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason k static void <clinit> () }
com/google/errorprone/matchers/HasIdentifier$HasIdentifierScanner.class
HasIdentifier.java package com.google.errorprone.matchers com.google.errorprone.matchers.HasIdentifier$HasIdentifierScanner extends com.sun.source.util.TreePathScanner { private com.google.errorprone.matchers.Matcher idMatcher private com.google.errorprone.VisitorState ancestorState public void <init> (com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher) com.google.errorprone.VisitorState ancestorState com.google.errorprone.matchers.Matcher idMatcher public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void v public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean r1 Boolean r2 public java.lang.Boolean visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void v public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/matchers/MethodVisibility.class
MethodVisibility.java package com.google.errorprone.matchers public com.google.errorprone.matchers.MethodVisibility extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.MethodVisibility$Visibility visibility public void <init> (com.google.errorprone.matchers.MethodVisibility$Visibility) com.google.errorprone.matchers.MethodVisibility$Visibility visibility public boolean matches (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree t com.google.errorprone.VisitorState state java.util.Set modifiers public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/UnusedReturnValueMatcher$AllowReason.class
UnusedReturnValueMatcher.java package com.google.errorprone.matchers public final enum com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason extends java.lang.Enum { public static final enum com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason EXCEPTION_TESTING public static final enum com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason MOCKING_CALL public static final enum com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason RETURNS_JAVA_LANG_VOID public static final enum com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason KNOWN_BUILDER_SETTER private static final synthetic com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason[] $VALUES public static com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason[] values () public static com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.matchers.UnusedReturnValueMatcher$AllowReason[] $values () static void <clinit> () }
com/google/errorprone/matchers/Description$Builder.class
Description.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Description$Builder extends java.lang.Object { private final com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position private final String name private String linkUrl private java.util.Optional severity private final com.google.common.collect.ImmutableList$Builder fixListBuilder private String rawMessage private void <init> (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String, java.lang.String, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position String name String linkUrl String rawMessage public com.google.errorprone.matchers.Description$Builder addFix (com.google.errorprone.fixes.Fix) com.google.errorprone.fixes.Fix fix public com.google.errorprone.matchers.Description$Builder addFix (java.util.Optional) java.util.Optional fix public com.google.errorprone.matchers.Description$Builder addAllFixes (java.util.List) com.google.errorprone.fixes.Fix fix java.util.List fixes public com.google.errorprone.matchers.Description$Builder setMessage (java.lang.String) String message public com.google.errorprone.matchers.Description$Builder setLinkUrl (java.lang.String) String linkUrl public com.google.errorprone.matchers.Description$Builder overrideSeverity (com.google.errorprone.BugPattern$SeverityLevel) com.google.errorprone.BugPattern$SeverityLevel severity public com.google.errorprone.matchers.Description build () }
com/google/errorprone/matchers/AnnotationDoesNotHaveArgument.class
AnnotationDoesNotHaveArgument.java package com.google.errorprone.matchers public com.google.errorprone.matchers.AnnotationDoesNotHaveArgument extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final String name public void <init> (java.lang.String) String name public boolean matches (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/ChildMultiMatcher$AllMatcher.class
ChildMultiMatcher.java package com.google.errorprone.matchers com.google.errorprone.matchers.ChildMultiMatcher$AllMatcher extends com.google.errorprone.matchers.ChildMultiMatcher$ListMatcher { private void <init> () public com.google.errorprone.matchers.ChildMultiMatcher$MatchResult matches (java.util.List, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$Matchable matchable java.util.List matchables com.google.errorprone.matchers.Matcher nodeMatcher com.google.common.collect.ImmutableList$Builder matchingTrees }
com/google/errorprone/matchers/IsNonNullMatcher.class
IsNonNullMatcher.java package com.google.errorprone.matchers public final com.google.errorprone.matchers.IsNonNullMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { public void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/MethodInvocation$MethodArgumentMatcher.class
MethodInvocation.java package com.google.errorprone.matchers com.google.errorprone.matchers.MethodInvocation$MethodArgumentMatcher extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state protected volatile synthetic java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/Contains$FirstMatchingScanner.class
Contains.java package com.google.errorprone.matchers com.google.errorprone.matchers.Contains$FirstMatchingScanner extends com.sun.source.util.TreeScanner { private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.matchers.Contains this$0 public void <init> (com.google.errorprone.matchers.Contains, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Boolean scan (com.sun.source.tree.Tree, java.lang.Boolean) com.sun.source.tree.Tree tree Boolean matchFound public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean left Boolean right public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/matchers/ChildMultiMatcher$Matchable.class
ChildMultiMatcher.java package com.google.errorprone.matchers abstract com.google.errorprone.matchers.ChildMultiMatcher$Matchable extends java.lang.Object { void <init> () public abstract com.sun.source.tree.Tree tree () public abstract com.google.errorprone.VisitorState state () public static com.google.errorprone.matchers.ChildMultiMatcher$Matchable create (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/matchers/HasArguments.class
HasArguments.java package com.google.errorprone.matchers public com.google.errorprone.matchers.HasArguments extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state protected volatile synthetic java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/method/MethodMatchers.class
MethodMatchers.java package com.google.errorprone.matchers.method public final com.google.errorprone.matchers.method.MethodMatchers extends java.lang.Object { public static com.google.errorprone.matchers.method.MethodMatchers$StaticMethodMatcher staticMethod () public static com.google.errorprone.matchers.method.MethodMatchers$InstanceMethodMatcher instanceMethod () public static com.google.errorprone.matchers.method.MethodMatchers$AnyMethodMatcher anyMethod () public static com.google.errorprone.matchers.method.MethodMatchers$ConstructorMatcher constructor () private void <init> () }
com/google/errorprone/matchers/method/MethodMatchers$InstanceMethodMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$InstanceMethodMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (com.google.errorprone.predicates.TypePredicate) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClass (java.lang.String) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClass (com.google.errorprone.suppliers.Supplier) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClassAny (java.lang.Iterable) public transient abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClassAny (java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (java.lang.String) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (com.google.errorprone.suppliers.Supplier) public transient abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.Iterable) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher anyClass () }
com/google/errorprone/matchers/method/AutoValue_MethodInvocationMatcher_Token_DefinedIn.class
AutoValue_MethodInvocationMatcher_Token_DefinedIn.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodInvocationMatcher_Token_DefinedIn extends com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$DefinedIn { private final String owner void <init> (java.lang.String) String owner public java.lang.String owner () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$DefinedIn that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/MethodMatchers$ParameterMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { }
com/google/errorprone/matchers/method/MethodInvocationMatcher$TokenType$6.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType$6 extends com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType { private void <init> (java.lang.String, int) com.sun.tools.javac.code.Type extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState s volatile synthetic java.lang.Object extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Token.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Token extends java.lang.Object { public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type () public abstract java.lang.Object comparisonKey () }
com/google/errorprone/matchers/method/BaseMethodMatcher.class
BaseMethodMatcher.java package com.google.errorprone.matchers.method abstract com.google.errorprone.matchers.method.BaseMethodMatcher extends java.lang.Object { public static final com.google.errorprone.matchers.method.BaseMethodMatcher METHOD public static final com.google.errorprone.matchers.method.BaseMethodMatcher CONSTRUCTOR public abstract com.google.errorprone.matchers.method.MatchState match (com.sun.source.tree.ExpressionTree) private static synthetic com.google.errorprone.matchers.method.MatchState lambda$static$1 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$MethodSymbol method private static synthetic com.google.errorprone.matchers.method.MatchState lambda$static$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol sym static void <clinit> () }
com/google/errorprone/matchers/method/MethodMatchers$MethodNameMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { public abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withNoParameters () public transient abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParameters (java.lang.String, java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParameters (java.lang.Iterable) public abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParametersOfType (java.lang.Iterable) }
com/google/errorprone/matchers/method/MethodMatchers$MethodSignatureMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { }
com/google/errorprone/matchers/method/AutoValue_MethodInvocationMatcher_Token_ParameterTypes.class
AutoValue_MethodInvocationMatcher_Token_ParameterTypes.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodInvocationMatcher_Token_ParameterTypes extends com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ParameterTypes { private final com.google.common.collect.ImmutableList parameterTypes void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList parameterTypes public com.google.common.collect.ImmutableList parameterTypes () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ParameterTypes that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/MethodMatcherImpl.class
MethodMatcherImpl.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.MethodMatcherImpl extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$InstanceMethodMatcher com.google.errorprone.matchers.method.MethodMatchers$StaticMethodMatcher com.google.errorprone.matchers.method.MethodMatchers$AnyMethodMatcher com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher com.google.errorprone.matchers.method.MethodMatchers$ConstructorMatcher com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher { static final com.google.errorprone.matchers.method.MethodMatchers$AnyMethodMatcher ANY_METHOD static final com.google.errorprone.matchers.method.MethodMatchers$ConstructorMatcher CONSTRUCTOR static final com.google.errorprone.matchers.method.MethodMatchers$StaticMethodMatcher STATIC_METHOD static final com.google.errorprone.matchers.method.MethodMatchers$InstanceMethodMatcher INSTANCE_METHOD private final com.google.errorprone.matchers.method.BaseMethodMatcher baseMatcher private final com.google.common.collect.ImmutableList constraints private void <init> (com.google.errorprone.matchers.method.BaseMethodMatcher, com.google.common.collect.ImmutableList) com.google.errorprone.matchers.method.BaseMethodMatcher baseMatcher com.google.common.collect.ImmutableList matchers private com.google.errorprone.matchers.method.MethodMatcherImpl append (com.google.errorprone.matchers.method.MethodMatcherImpl$Constraint) com.google.errorprone.matchers.method.MethodMatcherImpl$Constraint c public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodMatcherImpl$Constraint constraint com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.method.MatchState method public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (com.google.errorprone.predicates.TypePredicate) com.google.errorprone.predicates.TypePredicate predicate public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (java.lang.String) String className com.google.errorprone.predicates.TypePredicate pred public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier classType public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClassAny (java.lang.Iterable) Iterable classNames com.google.errorprone.predicates.TypePredicate pred public transient com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClassAny (java.lang.String[]) String[] classNames public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClass (java.lang.String) String className public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClass (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier classType public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClassAny (java.lang.Iterable) Iterable classTypes public transient com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onExactClassAny (java.lang.String[]) String[] classTypes public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (java.lang.String) String className com.google.errorprone.predicates.TypePredicate pred public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier classType public transient com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.String[]) String[] classTypes public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.Iterable) Iterable classTypes com.google.errorprone.predicates.TypePredicate pred public com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher anyClass () public com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher named (java.lang.String) String name public transient com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher namedAnyOf (java.lang.String[]) String[] names public com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher namedAnyOf (java.lang.Iterable) Iterable names com.google.common.collect.ImmutableSet expected public com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher withAnyName () private com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher stringConstraint (java.util.function.Predicate) java.util.function.Predicate constraint public com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher withNameMatching (java.util.regex.Pattern) java.util.regex.Pattern pattern public com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher withSignature (java.lang.String) String signature public com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withNoParameters () public transient com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParameters (java.lang.String, java.lang.String[]) String first String[] rest public com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParameters (java.lang.Iterable) Iterable expected public com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParametersOfType (java.lang.Iterable) Iterable expected public com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher forClass (com.google.errorprone.predicates.TypePredicate) com.google.errorprone.predicates.TypePredicate predicate public com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher forClass (java.lang.String) String className public com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher forClass (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier classType public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) private static synthetic boolean lambda$forClass$16 (java.lang.String, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) String className com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$forClass$15 (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate predicate com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$withParametersOfType$14 (java.lang.Iterable, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) Iterable expected com.google.errorprone.matchers.method.MatchState method com.google.errorprone.VisitorState state java.util.List actual java.util.Iterator ax java.util.Iterator bx private static synthetic boolean lambda$withSignature$13 (java.lang.String, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) String signature com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$withNameMatching$12 (java.util.regex.Pattern, java.lang.String) java.util.regex.Pattern pattern String s private static synthetic boolean lambda$stringConstraint$11 (java.util.function.Predicate, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) java.util.function.Predicate constraint com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$namedAnyOf$10 (com.google.common.collect.ImmutableSet, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet expected com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$named$9 (java.lang.String, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) String name com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$onDescendantOfAny$8 (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate pred com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$onDescendantOf$7 (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate pred com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$onClassAny$6 (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate pred com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$onClass$5 (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate pred com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$onClass$4 (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate predicate com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$3 (com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$2 (com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$1 (com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$0 (com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MatchState m com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$TokenType$5.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType$5 extends com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType { private void <init> (java.lang.String, int) java.lang.String extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState s volatile synthetic java.lang.Object extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Token$ReceiverType.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverType extends java.lang.Object implements com.google.errorprone.matchers.method.MethodInvocationMatcher$Token { public void <init> () public abstract java.lang.String receiverType () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverType create (java.lang.String) String receiverType public java.lang.Object comparisonKey () public com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type () }
com/google/errorprone/matchers/method/AutoValue_MethodInvocationMatcher_Token_ReceiverType.class
AutoValue_MethodInvocationMatcher_Token_ReceiverType.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodInvocationMatcher_Token_ReceiverType extends com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverType { private final String receiverType void <init> (java.lang.String) String receiverType public java.lang.String receiverType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverType that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/AutoValue_MethodMatchState.class
AutoValue_MethodMatchState.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodMatchState extends com.google.errorprone.matchers.method.MethodMatchState { private final com.sun.source.tree.ExpressionTree tree private final com.sun.tools.javac.code.Symbol$MethodSymbol sym void <init> (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.source.tree.ExpressionTree tree () public com.sun.tools.javac.code.Symbol$MethodSymbol sym () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodMatchState that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Token$Kind.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$Kind extends java.lang.Object implements com.google.errorprone.matchers.method.MethodInvocationMatcher$Token { public void <init> () public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind kind () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$Kind create (com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind) com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind kind public com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind comparisonKey () public com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type () public volatile synthetic java.lang.Object comparisonKey () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Token$DefinedIn.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$DefinedIn extends java.lang.Object implements com.google.errorprone.matchers.method.MethodInvocationMatcher$Token { public void <init> () public abstract java.lang.String owner () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$DefinedIn create (java.lang.String) String owner public com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type () public java.lang.Object comparisonKey () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$TokenType$3.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType$3 extends com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType { private void <init> (java.lang.String, int) com.google.common.collect.ImmutableList extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState s volatile synthetic java.lang.Object extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) private static synthetic java.lang.String lambda$extract$0 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol param }
com/google/errorprone/matchers/method/MethodInvocationMatcher$TokenType$4.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType$4 extends com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType { private void <init> (java.lang.String, int) java.lang.String extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState s volatile synthetic java.lang.Object extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/method/MethodMatchers$MethodMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Token$MethodName.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$MethodName extends java.lang.Object implements com.google.errorprone.matchers.method.MethodInvocationMatcher$Token { public void <init> () public abstract java.lang.String methodName () public java.lang.Object comparisonKey () public com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$MethodName create (java.lang.String) String methodName }
com/google/errorprone/matchers/method/MethodInvocationMatcher$TokenType.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType extends java.lang.Enum { public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType KIND public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType METHOD_NAME public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType PARAMETER_TYPES public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType DEFINED_IN public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType RECEIVER_TYPE public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType RECEIVER_SUPERTYPE private static final synthetic com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType[] $VALUES public static com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType[] values () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.lang.Object extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) private static synthetic com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType[] $values () static void <clinit> () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$MethodKind.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind extends java.lang.Enum { public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind STATIC public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind INSTANCE public static final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind CONSTRUCTOR private static final synthetic com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind[] $VALUES public static com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind[] values () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind[] $values () static void <clinit> () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Token$ParameterTypes.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ParameterTypes extends java.lang.Object implements com.google.errorprone.matchers.method.MethodInvocationMatcher$Token { public void <init> () public abstract com.google.common.collect.ImmutableList parameterTypes () public com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type () public java.lang.Object comparisonKey () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ParameterTypes create (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList types }
com/google/errorprone/matchers/method/AutoValue_MethodInvocationMatcher_Token_MethodName.class
AutoValue_MethodInvocationMatcher_Token_MethodName.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodInvocationMatcher_Token_MethodName extends com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$MethodName { private final String methodName void <init> (java.lang.String) String methodName public java.lang.String methodName () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$MethodName that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/MethodInvocationMatcher$NodeWithDefault.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method com.google.errorprone.matchers.method.MethodInvocationMatcher$NodeWithDefault extends java.lang.Object { private final java.util.Set states final java.util.Set def final com.google.common.collect.SetMultimap mapping void <init> (java.util.Set, java.util.Set, com.google.common.collect.SetMultimap) java.util.Set states java.util.Set def com.google.common.collect.SetMultimap mapping }
com/google/errorprone/matchers/method/MethodMatchers$StaticMethodMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$StaticMethodMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (com.google.errorprone.predicates.TypePredicate) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (java.lang.String) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (com.google.errorprone.suppliers.Supplier) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClassAny (java.lang.Iterable) public transient abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClassAny (java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (java.lang.String) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (com.google.errorprone.suppliers.Supplier) public transient abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.Iterable) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher anyClass () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$TokenType$1.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType$1 extends com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType { private void <init> (java.lang.String, int) com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState s volatile synthetic java.lang.Object extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Token$ReceiverSupertype.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverSupertype extends java.lang.Object implements com.google.errorprone.matchers.method.MethodInvocationMatcher$Token { public void <init> () public abstract java.lang.String receiverSupertype () public com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverSupertype create (java.lang.String) String receiverSupertype public java.lang.Object comparisonKey () }
com/google/errorprone/matchers/method/AutoValue_MethodInvocationMatcher_Rule.class
AutoValue_MethodInvocationMatcher_Rule.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodInvocationMatcher_Rule extends com.google.errorprone.matchers.method.MethodInvocationMatcher$Rule { private final com.google.common.collect.ImmutableMap required void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap required public com.google.common.collect.ImmutableMap required () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodInvocationMatcher$Rule that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/MethodMatcherImpl$Constraint.class
MethodMatcherImpl.java package com.google.errorprone.matchers.method abstract com.google.errorprone.matchers.method.MethodMatcherImpl$Constraint extends java.lang.Object { public abstract boolean matches (com.google.errorprone.matchers.method.MatchState, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Rule.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodInvocationMatcher$Rule extends java.lang.Object { public void <init> () public static com.google.errorprone.matchers.method.MethodInvocationMatcher$Rule create (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap required public abstract com.google.common.collect.ImmutableMap required () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Context.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.MethodInvocationMatcher$Context extends java.lang.Object { final com.sun.tools.javac.code.Symbol$MethodSymbol sym final com.sun.source.tree.ExpressionTree tree void <init> (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.source.tree.ExpressionTree tree public static java.util.Optional create (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol sym }
com/google/errorprone/matchers/method/AutoValue_MethodInvocationMatcher_Token_Kind.class
AutoValue_MethodInvocationMatcher_Token_Kind.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodInvocationMatcher_Token_Kind extends com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$Kind { private final com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind kind void <init> (com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind) com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind kind public com.google.errorprone.matchers.method.MethodInvocationMatcher$MethodKind kind () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$Kind that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/MethodMatchState.class
MethodMatchState.java package com.google.errorprone.matchers.method abstract com.google.errorprone.matchers.method.MethodMatchState extends java.lang.Object implements com.google.errorprone.matchers.method.MatchState { void <init> () abstract com.sun.source.tree.ExpressionTree tree () public com.sun.tools.javac.code.Type ownerType () public abstract com.sun.tools.javac.code.Symbol$MethodSymbol sym () static com.google.errorprone.matchers.method.MatchState create (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol }
com/google/errorprone/matchers/method/MethodMatchers$ConstructorMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$ConstructorMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { public abstract com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher forClass (com.google.errorprone.predicates.TypePredicate) public abstract com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher forClass (java.lang.String) public abstract com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher forClass (com.google.errorprone.suppliers.Supplier) }
com/google/errorprone/matchers/method/MethodInvocationMatcher$GraphMatcher.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.MethodInvocationMatcher$GraphMatcher extends java.lang.Object { private void <init> () static com.google.errorprone.matchers.Matcher from (java.util.Map, com.google.errorprone.matchers.method.MethodInvocationMatcher$NodeWithDefault) java.util.Map mappings com.google.errorprone.matchers.method.MethodInvocationMatcher$NodeWithDefault root java.util.function.BiPredicate pred private static java.util.function.BiPredicate traverse (java.util.Map, com.google.errorprone.matchers.method.MethodInvocationMatcher$NodeWithDefault) java.util.function.BiPredicate defaultBehavior java.util.Map$Entry entry java.util.Map mappings com.google.errorprone.matchers.method.MethodInvocationMatcher$NodeWithDefault root com.google.common.collect.SetMultimap children com.google.common.collect.ImmutableSet tokenTypes com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type java.util.function.BiPredicate defaultBehavior java.util.Map lookup java.util.Set entries private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$traverse$3 (com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType, java.util.Map, java.util.function.BiPredicate, com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type java.util.Map lookup java.util.function.BiPredicate defaultBehavior com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState state Object lookupKey java.util.function.BiPredicate child private static synthetic boolean lambda$traverse$2 (java.util.Map, java.util.function.BiPredicate, com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) java.util.Map$Entry child java.util.Map lookup java.util.function.BiPredicate defaultBehavior com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type receiverType private static synthetic boolean lambda$traverse$1 (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState state private static synthetic boolean lambda$traverse$0 (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState state private static synthetic boolean lambda$from$8ec40870$1 (java.util.function.BiPredicate, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) java.util.function.BiPredicate pred com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state java.util.Optional ctx }
com/google/errorprone/matchers/method/ConstructorMatchState.class
ConstructorMatchState.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.ConstructorMatchState extends java.lang.Object implements com.google.errorprone.matchers.method.MatchState { public void <init> () public com.sun.tools.javac.code.Type ownerType () public abstract com.sun.tools.javac.code.Symbol$MethodSymbol sym () static com.google.errorprone.matchers.method.MatchState create (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol }
com/google/errorprone/matchers/method/MethodMatchers$AnyMethodMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$AnyMethodMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (com.google.errorprone.predicates.TypePredicate) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onClass (java.lang.String) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (java.lang.String) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOf (com.google.errorprone.suppliers.Supplier) public transient abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher onDescendantOfAny (java.lang.Iterable) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher anyClass () }
com/google/errorprone/matchers/method/MethodMatchers$ConstructorClassMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$ConstructorClassMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { public abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withNoParameters () public transient abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParameters (java.lang.String, java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParameters (java.lang.Iterable) public abstract com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher withParametersOfType (java.lang.Iterable) }
com/google/errorprone/matchers/method/MatchState.class
MatchState.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MatchState extends java.lang.Object { public abstract com.sun.tools.javac.code.Type ownerType () public abstract com.sun.tools.javac.code.Symbol$MethodSymbol sym () public java.util.List paramTypes () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$1.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method synthetic com.google.errorprone.matchers.method.MethodInvocationMatcher$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$matchers$method$MethodInvocationMatcher$TokenType static void <clinit> () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$Node.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method com.google.errorprone.matchers.method.MethodInvocationMatcher$Node extends java.lang.Object { private void <init> () }
com/google/errorprone/matchers/method/MethodInvocationMatcher$TokenType$2.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method final enum com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType$2 extends com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType { private void <init> (java.lang.String, int) java.lang.String extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) com.google.errorprone.matchers.method.MethodInvocationMatcher$Context ctx com.google.errorprone.VisitorState s volatile synthetic java.lang.Object extract (com.google.errorprone.matchers.method.MethodInvocationMatcher$Context, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/method/MethodMatchers$MethodClassMatcher.class
MethodMatchers.java package com.google.errorprone.matchers.method public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodClassMatcher extends java.lang.Object implements com.google.errorprone.matchers.method.MethodMatchers$MethodMatcher { public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher named (java.lang.String) public transient abstract com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher namedAnyOf (java.lang.String[]) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher namedAnyOf (java.lang.Iterable) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher withAnyName () public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher withNameMatching (java.util.regex.Pattern) public abstract com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher withSignature (java.lang.String) }
com/google/errorprone/matchers/method/BaseMethodMatcher$1.class
BaseMethodMatcher.java package com.google.errorprone.matchers.method synthetic com.google.errorprone.matchers.method.BaseMethodMatcher$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/matchers/method/MethodInvocationMatcher.class
MethodInvocationMatcher.java package com.google.errorprone.matchers.method public com.google.errorprone.matchers.method.MethodInvocationMatcher extends java.lang.Object { private static final com.google.errorprone.matchers.method.MethodInvocationMatcher$Node ACCEPT public static com.google.errorprone.matchers.Matcher compile (java.lang.Iterable) com.google.errorprone.matchers.method.MethodInvocationMatcher$Token label java.util.Optional labels boolean lastToken com.google.errorprone.matchers.method.MethodInvocationMatcher$Node dst com.google.errorprone.matchers.method.MethodInvocationMatcher$TokenType type com.google.common.collect.ImmutableMap required int numTokens com.google.errorprone.matchers.method.MethodInvocationMatcher$Node root com.google.errorprone.matchers.method.MethodInvocationMatcher$Node src int tokensHandled com.google.errorprone.matchers.method.MethodInvocationMatcher$Rule rule java.util.Map$Entry entry com.google.errorprone.matchers.method.MethodInvocationMatcher$Node node java.util.Map$Entry entry com.google.errorprone.matchers.method.MethodInvocationMatcher$Node node java.util.Set curr java.util.Set acceptsAny com.google.common.collect.SetMultimap destinations java.util.Collection values Iterable rules com.google.common.collect.Table nfa com.google.common.collect.ImmutableSet$Builder rootsBuilder com.google.common.collect.ImmutableSet roots java.util.Map mappings java.util.ArrayDeque open private void <init> () private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic void lambda$compile$0 (com.google.common.collect.SetMultimap, java.util.Map$Entry, java.util.Set, com.google.errorprone.matchers.method.MethodInvocationMatcher$Token) com.google.common.collect.SetMultimap destinations java.util.Map$Entry entry java.util.Set acceptsAny com.google.errorprone.matchers.method.MethodInvocationMatcher$Token label private static synthetic boolean lambda$compile$9faa7af5$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/matchers/method/AutoValue_MethodInvocationMatcher_Token_ReceiverSupertype.class
AutoValue_MethodInvocationMatcher_Token_ReceiverSupertype.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_MethodInvocationMatcher_Token_ReceiverSupertype extends com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverSupertype { private final String receiverSupertype void <init> (java.lang.String) String receiverSupertype public java.lang.String receiverSupertype () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.MethodInvocationMatcher$Token$ReceiverSupertype that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/method/AutoValue_ConstructorMatchState.class
AutoValue_ConstructorMatchState.java package com.google.errorprone.matchers.method final com.google.errorprone.matchers.method.AutoValue_ConstructorMatchState extends com.google.errorprone.matchers.method.ConstructorMatchState { private final com.sun.tools.javac.code.Symbol$MethodSymbol sym void <init> (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol sym public com.sun.tools.javac.code.Symbol$MethodSymbol sym () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.method.ConstructorMatchState that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/AnnotationHasArgumentWithValue.class
AnnotationHasArgumentWithValue.java package com.google.errorprone.matchers public com.google.errorprone.matchers.AnnotationHasArgumentWithValue extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final String element private final com.google.errorprone.matchers.Matcher valueMatcher public void <init> (java.lang.String, com.google.errorprone.matchers.Matcher) String element com.google.errorprone.matchers.Matcher valueMatcher public boolean matches (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree elementTree com.sun.source.tree.NewArrayTree arrayTree com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expressionTree public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/MethodInvocationArgument.class
MethodInvocationArgument.java package com.google.errorprone.matchers public com.google.errorprone.matchers.MethodInvocationArgument extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final int position private final com.google.errorprone.matchers.Matcher argumentMatcher public void <init> (int, com.google.errorprone.matchers.Matcher) int position com.google.errorprone.matchers.Matcher argumentMatcher public boolean matches (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/FieldMatchers$1.class
FieldMatchers.java package com.google.errorprone.matchers com.google.errorprone.matchers.FieldMatchers$1 extends com.google.errorprone.matchers.FieldMatchers$FieldReferenceMatcher { final synthetic String val$className void <init> (java.lang.String) boolean classIsAppropriate (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol boolean fieldSymbolIsAppropriate (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/matchers/ChildMultiMatcher$MatchType.class
ChildMultiMatcher.java package com.google.errorprone.matchers public final enum com.google.errorprone.matchers.ChildMultiMatcher$MatchType extends java.lang.Enum { public static final enum com.google.errorprone.matchers.ChildMultiMatcher$MatchType ALL public static final enum com.google.errorprone.matchers.ChildMultiMatcher$MatchType AT_LEAST_ONE public static final enum com.google.errorprone.matchers.ChildMultiMatcher$MatchType LAST private static final synthetic com.google.errorprone.matchers.ChildMultiMatcher$MatchType[] $VALUES public static com.google.errorprone.matchers.ChildMultiMatcher$MatchType[] values () public static com.google.errorprone.matchers.ChildMultiMatcher$MatchType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.matchers.ChildMultiMatcher$MatchType[] $values () static void <clinit> () }
com/google/errorprone/matchers/AutoValue_ChildMultiMatcher_MatchResult.class
AutoValue_ChildMultiMatcher_MatchResult.java package com.google.errorprone.matchers final com.google.errorprone.matchers.AutoValue_ChildMultiMatcher_MatchResult extends com.google.errorprone.matchers.ChildMultiMatcher$MatchResult { private final com.google.common.collect.ImmutableList matchingNodes private final boolean matches void <init> (com.google.common.collect.ImmutableList, boolean) com.google.common.collect.ImmutableList matchingNodes boolean matches public com.google.common.collect.ImmutableList matchingNodes () public boolean matches () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.matchers.ChildMultiMatcher$MatchResult that Object o public int hashCode () int h$ }
com/google/errorprone/matchers/Description.class
Description.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Description extends java.lang.Object { public static final com.google.errorprone.matchers.Description NO_MATCH public final com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position public final String checkName private final String rawMessage private final String linkUrl public final com.google.common.collect.ImmutableList fixes private final java.util.Optional severity public com.google.errorprone.BugPattern$SeverityLevel severity () public java.lang.String getMessage () public java.lang.String getLink () public java.lang.String getRawMessage () public java.lang.String getMessageWithoutCheckName () private void <init> (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String, java.lang.String, java.lang.String, java.util.List, java.util.Optional) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position String checkName String rawMessage String linkUrl java.util.List fixes java.util.Optional severity public com.google.errorprone.matchers.Description applySeverityOverride (com.google.errorprone.BugPattern$SeverityLevel) com.google.errorprone.BugPattern$SeverityLevel severity private static java.lang.String linkTextForDiagnostic (java.lang.String) String linkUrl public static com.google.errorprone.matchers.Description$Builder builder (com.sun.source.tree.Tree, java.lang.String, java.lang.String, java.lang.String) com.sun.source.tree.Tree node String name String link String message public static com.google.errorprone.matchers.Description$Builder builder (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String, java.lang.String, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position String name String link String message public static com.google.errorprone.matchers.Description$Builder builder (com.sun.tools.javac.tree.JCTree, java.lang.String, java.lang.String, java.lang.String) com.sun.tools.javac.tree.JCTree tree String name String link String message static void <clinit> () }
com/google/errorprone/matchers/Enclosing$Class.class
Enclosing.java package com.google.errorprone.matchers public com.google.errorprone.matchers.Enclosing$Class extends com.google.errorprone.matchers.Enclosing$EnclosingMatcher { public void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/matchers/JUnitMatchers$2.class
JUnitMatchers.java package com.google.errorprone.matchers com.google.errorprone.matchers.JUnitMatchers$2 extends com.sun.source.util.TreeScanner { void <init> () public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused String name public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/ImportOrderParser.class
ImportOrderParser.java package com.google.errorprone public final com.google.errorprone.ImportOrderParser extends java.lang.Object { public static com.google.errorprone.apply.ImportOrganizer getImportOrganizer (java.lang.String) String importOrder private void <init> () }
com/google/errorprone/errors.properties
com/google/errorprone/AutoValue_CompositeCodeTransformer.class
AutoValue_CompositeCodeTransformer.java package com.google.errorprone final com.google.errorprone.AutoValue_CompositeCodeTransformer extends com.google.errorprone.CompositeCodeTransformer { private final com.google.common.collect.ImmutableList transformers void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList transformers public com.google.common.collect.ImmutableList transformers () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.CompositeCodeTransformer that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/DataFlow.class
DataFlow.java package com.google.errorprone.dataflow public final com.google.errorprone.dataflow.DataFlow extends java.lang.Object { private static final com.github.benmanes.caffeine.cache.LoadingCache analysisCache private static final com.github.benmanes.caffeine.cache.LoadingCache cfgCache private static com.sun.source.util.TreePath findEnclosingMethodOrLambdaOrInitializer (com.sun.source.util.TreePath) com.sun.source.util.TreePath parent com.sun.source.util.TreePath path private static com.google.errorprone.dataflow.DataFlow$Result methodDataflow (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context, org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction) com.sun.source.util.TreePath methodPath com.sun.tools.javac.util.Context context org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transfer javax.annotation.processing.ProcessingEnvironment env org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg com.google.errorprone.dataflow.DataFlow$AnalysisParams aparams org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public static org.checkerframework.errorprone.dataflow.analysis.AbstractValue expressionDataflow (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context, org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction) com.sun.source.util.TreePath exprPath com.sun.tools.javac.util.Context context org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transfer com.sun.source.tree.Tree leaf com.sun.source.tree.ExpressionTree expr com.sun.source.util.TreePath enclosingMethodPath com.sun.source.tree.Tree method private void <init> () static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/AbstractNullnessPropagationTransfer$ResultingStore.class
AbstractNullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation final com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore extends java.lang.Object { final com.google.errorprone.dataflow.AccessPathStore store final boolean storeChanged void <init> (com.google.errorprone.dataflow.AccessPathStore, boolean) com.google.errorprone.dataflow.AccessPathStore store boolean storeChanged }
com/google/errorprone/dataflow/nullnesspropagation/NullnessPropagationTransfer$Member.class
NullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation abstract com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$Member extends java.lang.Object { public abstract boolean isStatic () }
com/google/errorprone/dataflow/nullnesspropagation/Nullness.class
Nullness.java package com.google.errorprone.dataflow.nullnesspropagation public final enum com.google.errorprone.dataflow.nullnesspropagation.Nullness extends java.lang.Enum implements org.checkerframework.errorprone.dataflow.analysis.AbstractValue { public static final enum com.google.errorprone.dataflow.nullnesspropagation.Nullness NULLABLE public static final enum com.google.errorprone.dataflow.nullnesspropagation.Nullness NULL public static final enum com.google.errorprone.dataflow.nullnesspropagation.Nullness NONNULL public static final enum com.google.errorprone.dataflow.nullnesspropagation.Nullness BOTTOM private final String displayName private static final synthetic com.google.errorprone.dataflow.nullnesspropagation.Nullness[] $VALUES public static com.google.errorprone.dataflow.nullnesspropagation.Nullness[] values () public static com.google.errorprone.dataflow.nullnesspropagation.Nullness valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String displayName public com.google.errorprone.dataflow.nullnesspropagation.Nullness leastUpperBound (com.google.errorprone.dataflow.nullnesspropagation.Nullness) com.google.errorprone.dataflow.nullnesspropagation.Nullness other public com.google.errorprone.dataflow.nullnesspropagation.Nullness greatestLowerBound (com.google.errorprone.dataflow.nullnesspropagation.Nullness) com.google.errorprone.dataflow.nullnesspropagation.Nullness other public com.google.errorprone.dataflow.nullnesspropagation.Nullness deducedValueWhenNotEqual () public java.lang.String toString () public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.AbstractValue leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) private static synthetic com.google.errorprone.dataflow.nullnesspropagation.Nullness[] $values () static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/NullnessAnalysis.class
NullnessAnalysis.java package com.google.errorprone.dataflow.nullnesspropagation public final com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis extends java.lang.Object implements java.io.Serializable { private static final com.sun.tools.javac.util.Context$Key NULLNESS_ANALYSIS_KEY private final com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer nullnessPropagation public static com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis instance (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis instance private void <init> () public com.google.errorprone.dataflow.nullnesspropagation.Nullness getNullness (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context) com.sun.source.util.TreePath exprPath com.sun.tools.javac.util.Context context static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/TrustingNullnessPropagation.class
TrustingNullnessPropagation.java package com.google.errorprone.dataflow.nullnesspropagation com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation extends com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer { private static final long serialVersionUID void <init> () com.google.errorprone.dataflow.nullnesspropagation.Nullness fieldNullness (com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField, com.google.errorprone.dataflow.AccessPath, com.google.errorprone.dataflow.AccessPathValues) com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField accessed com.google.errorprone.dataflow.AccessPath path com.google.errorprone.dataflow.AccessPathValues store }
com/google/errorprone/dataflow/nullnesspropagation/AbstractNullnessPropagationTransfer.class
AbstractNullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation abstract com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction { private static final boolean NO_STORE_CHANGE void <init> () public com.google.errorprone.dataflow.AccessPathStore initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List parameters com.google.errorprone.dataflow.nullnesspropagation.Nullness visitValueLiteral () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitBitwiseOperation () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalComparison () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalOperation () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitThis () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNullLiteral (org.checkerframework.errorprone.dataflow.cfg.node.NullLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NullLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNullLiteral () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitTypeCast (org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitTypeCast (org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues) org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNumericalAddition (org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalAddition () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNarrowingConversion (org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNarrowingConversion () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore thenStore com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore elseStore void visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNotEqual (org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore thenStore com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore elseStore void visitNotEqual (org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, com.google.errorprone.dataflow.AccessPathValues) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node com.google.errorprone.dataflow.AccessPathValues store public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.AccessPathValues) org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates com.google.errorprone.dataflow.AccessPathValues store public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore thenStore com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore elseStore org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates bothUpdates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates bothUpdates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitConditionalAnd (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitConditionalOr (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitConditionalNot (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input boolean storeChanged public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitObjectCreation () private static org.checkerframework.errorprone.dataflow.analysis.TransferResult noStoreChanges (com.google.errorprone.dataflow.nullnesspropagation.Nullness, org.checkerframework.errorprone.dataflow.analysis.TransferInput) com.google.errorprone.dataflow.nullnesspropagation.Nullness value org.checkerframework.errorprone.dataflow.analysis.TransferInput input private static org.checkerframework.errorprone.dataflow.analysis.TransferResult updateRegularStore (com.google.errorprone.dataflow.nullnesspropagation.Nullness, org.checkerframework.errorprone.dataflow.analysis.TransferInput, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates) com.google.errorprone.dataflow.nullnesspropagation.Nullness value org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore newStore private static org.checkerframework.errorprone.dataflow.analysis.TransferResult conditionalResult (com.google.errorprone.dataflow.AccessPathStore, com.google.errorprone.dataflow.AccessPathStore, boolean) com.google.errorprone.dataflow.AccessPathStore thenStore com.google.errorprone.dataflow.AccessPathStore elseStore boolean storeChanged public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitShortLiteral (org.checkerframework.errorprone.dataflow.cfg.node.ShortLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ShortLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitShortLiteral () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitIntegerLiteral (org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitIntegerLiteral () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitLongLiteral (org.checkerframework.errorprone.dataflow.cfg.node.LongLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LongLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitLongLiteral () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitFloatLiteral (org.checkerframework.errorprone.dataflow.cfg.node.FloatLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.FloatLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitFloatLiteral () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitDoubleLiteral (org.checkerframework.errorprone.dataflow.cfg.node.DoubleLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.DoubleLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitDoubleLiteral () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitBooleanLiteral (org.checkerframework.errorprone.dataflow.cfg.node.BooleanLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.BooleanLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitBooleanLiteral () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitCharacterLiteral (org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitCharacterLiteral (org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitStringLiteral (org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitStringLiteral (org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNumericalMinus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalMinus () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNumericalPlus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalPlus () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitBitwiseComplement (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitBitwiseComplement () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNullChk (org.checkerframework.errorprone.dataflow.cfg.node.NullChkNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NullChkNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNullChk () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitStringConcatenate (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitStringConcatenate () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNumericalSubtraction (org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalSubtraction () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNumericalMultiplication (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalMultiplication () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitIntegerDivision (org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitIntegerDivision () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitFloatingDivision (org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitFloatingDivision () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitIntegerRemainder (org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitIntegerRemainder () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitFloatingRemainder (org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitFloatingRemainder () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitLeftShift (org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitLeftShift () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitSignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitSignedRightShift () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitUnsignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitUnsignedRightShift () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitBitwiseAnd (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitBitwiseAnd () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitBitwiseOr (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitBitwiseOr () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitBitwiseXor (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitBitwiseXor () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitStringConcatenateAssignment (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitStringConcatenateAssignment () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitLessThan (org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitLessThan () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitLessThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitLessThanOrEqual () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitGreaterThan (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitGreaterThan () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitGreaterThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitGreaterThanOrEqual () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitTernaryExpression (org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitTernaryExpression (org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues) org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitVariableDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result void visitVariableDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitMethodAccess (org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitMethodAccess () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitArrayAccess (org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitArrayAccess (org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitImplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ImplicitThisNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ImplicitThisNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitImplicitThis () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitExplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ExplicitThisNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ExplicitThisNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitExplicitThis () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitSuper (org.checkerframework.errorprone.dataflow.cfg.node.SuperNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.SuperNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitSuper () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitReturn () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitLambdaResultExpression (org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitLambdaResultExpression () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitStringConversion (org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitStringConversion () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitWideningConversion (org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitWideningConversion () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitInstanceOf (org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore thenStore com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore elseStore com.google.errorprone.dataflow.nullnesspropagation.Nullness visitInstanceOf (org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitSwitchExpressionNode (org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitSwitchExpression (org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitSynchronized (org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitSynchronized (org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitAssertionError (org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitAssertionError () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitThrow (org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitThrow (org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitCase (org.checkerframework.errorprone.dataflow.cfg.node.CaseNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.CaseNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitCase () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitMemberReference (org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitMemberReference (org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitArrayCreation (org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitArrayCreation (org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitArrayType (org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitArrayType () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitPrimitiveType (org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitPrimitiveType () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitClassName (org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitClassName () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitPackageName (org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitPackageName () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitParameterizedType (org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.nullnesspropagation.Nullness visitParameterizedType () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitMarker (org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitMarker (org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitClassDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode classDeclarationNode org.checkerframework.errorprone.dataflow.analysis.TransferInput input com.google.errorprone.dataflow.nullnesspropagation.Nullness result com.google.errorprone.dataflow.nullnesspropagation.Nullness visitClassDeclaration () public final org.checkerframework.errorprone.dataflow.analysis.TransferResult visitExpressionStatement (org.checkerframework.errorprone.dataflow.cfg.node.ExpressionStatementNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.ExpressionStatementNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput input private static transient com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ResultingStore updateStore (com.google.errorprone.dataflow.AccessPathStore, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates[]) java.util.Map$Entry entry com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates update com.google.errorprone.dataflow.AccessPathStore oldStore com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates[] updates com.google.errorprone.dataflow.AccessPathStore$Builder builder com.google.errorprone.dataflow.AccessPathStore newStore private static com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues values (org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.analysis.TransferInput input public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) public volatile synthetic java.lang.Object visitExpressionStatement (org.checkerframework.errorprone.dataflow.cfg.node.ExpressionStatementNode, java.lang.Object) public volatile synthetic java.lang.Object visitClassDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode, java.lang.Object) public volatile synthetic java.lang.Object visitMarker (org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode, java.lang.Object) public volatile synthetic java.lang.Object visitParameterizedType (org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode, java.lang.Object) public volatile synthetic java.lang.Object visitPackageName (org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode, java.lang.Object) public volatile synthetic java.lang.Object visitClassName (org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitiveType (org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode, java.lang.Object) public volatile synthetic java.lang.Object visitArrayCreation (org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode, java.lang.Object) public volatile synthetic java.lang.Object visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, java.lang.Object) public volatile synthetic java.lang.Object visitCase (org.checkerframework.errorprone.dataflow.cfg.node.CaseNode, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode, java.lang.Object) public volatile synthetic java.lang.Object visitAssertionError (org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode, java.lang.Object) public volatile synthetic java.lang.Object visitInstanceOf (org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode, java.lang.Object) public volatile synthetic java.lang.Object visitNarrowingConversion (org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode, java.lang.Object) public volatile synthetic java.lang.Object visitWideningConversion (org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode, java.lang.Object) public volatile synthetic java.lang.Object visitStringConversion (org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaResultExpression (org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, java.lang.Object) public volatile synthetic java.lang.Object visitSuper (org.checkerframework.errorprone.dataflow.cfg.node.SuperNode, java.lang.Object) public volatile synthetic java.lang.Object visitExplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ExplicitThisNode, java.lang.Object) public volatile synthetic java.lang.Object visitImplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ImplicitThisNode, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode, java.lang.Object) public volatile synthetic java.lang.Object visitMethodAccess (org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode, java.lang.Object) public volatile synthetic java.lang.Object visitFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, java.lang.Object) public volatile synthetic java.lang.Object visitVariableDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, java.lang.Object) public volatile synthetic java.lang.Object visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.lang.Object) public volatile synthetic java.lang.Object visitSwitchExpressionNode (org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode, java.lang.Object) public volatile synthetic java.lang.Object visitTernaryExpression (org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalNot (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalOr (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalAnd (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode, java.lang.Object) public volatile synthetic java.lang.Object visitNotEqual (org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode, java.lang.Object) public volatile synthetic java.lang.Object visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, java.lang.Object) public volatile synthetic java.lang.Object visitGreaterThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode, java.lang.Object) public volatile synthetic java.lang.Object visitGreaterThan (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode, java.lang.Object) public volatile synthetic java.lang.Object visitLessThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode, java.lang.Object) public volatile synthetic java.lang.Object visitLessThan (org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode, java.lang.Object) public volatile synthetic java.lang.Object visitStringConcatenateAssignment (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode, java.lang.Object) public volatile synthetic java.lang.Object visitBitwiseXor (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode, java.lang.Object) public volatile synthetic java.lang.Object visitBitwiseOr (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode, java.lang.Object) public volatile synthetic java.lang.Object visitBitwiseAnd (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode, java.lang.Object) public volatile synthetic java.lang.Object visitUnsignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode, java.lang.Object) public volatile synthetic java.lang.Object visitSignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode, java.lang.Object) public volatile synthetic java.lang.Object visitLeftShift (org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode, java.lang.Object) public volatile synthetic java.lang.Object visitFloatingRemainder (org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode, java.lang.Object) public volatile synthetic java.lang.Object visitIntegerRemainder (org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode, java.lang.Object) public volatile synthetic java.lang.Object visitFloatingDivision (org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode, java.lang.Object) public volatile synthetic java.lang.Object visitIntegerDivision (org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode, java.lang.Object) public volatile synthetic java.lang.Object visitNumericalMultiplication (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode, java.lang.Object) public volatile synthetic java.lang.Object visitNumericalSubtraction (org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode, java.lang.Object) public volatile synthetic java.lang.Object visitNumericalAddition (org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode, java.lang.Object) public volatile synthetic java.lang.Object visitStringConcatenate (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode, java.lang.Object) public volatile synthetic java.lang.Object visitNullChk (org.checkerframework.errorprone.dataflow.cfg.node.NullChkNode, java.lang.Object) public volatile synthetic java.lang.Object visitBitwiseComplement (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode, java.lang.Object) public volatile synthetic java.lang.Object visitNumericalPlus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode, java.lang.Object) public volatile synthetic java.lang.Object visitNumericalMinus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode, java.lang.Object) public volatile synthetic java.lang.Object visitNullLiteral (org.checkerframework.errorprone.dataflow.cfg.node.NullLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitStringLiteral (org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitCharacterLiteral (org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitBooleanLiteral (org.checkerframework.errorprone.dataflow.cfg.node.BooleanLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitDoubleLiteral (org.checkerframework.errorprone.dataflow.cfg.node.DoubleLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitFloatLiteral (org.checkerframework.errorprone.dataflow.cfg.node.FloatLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitLongLiteral (org.checkerframework.errorprone.dataflow.cfg.node.LongLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitIntegerLiteral (org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitShortLiteral (org.checkerframework.errorprone.dataflow.cfg.node.ShortLiteralNode, java.lang.Object) }
com/google/errorprone/dataflow/nullnesspropagation/NullnessPropagationTransfer$MemberName.class
NullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation final com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName extends java.lang.Object { final String clazz final String member void <init> (java.lang.String, java.lang.String) String clazz String member public boolean equals (java.lang.Object) com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName other Object obj public int hashCode () }
com/google/errorprone/dataflow/nullnesspropagation/TrustingNullnessPropagation$TrustReturnAnnotation.class
TrustingNullnessPropagation.java package com.google.errorprone.dataflow.nullnesspropagation final enum com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation$TrustReturnAnnotation extends java.lang.Enum implements com.google.common.base.Predicate { public static final enum com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation$TrustReturnAnnotation INSTANCE private static final synthetic com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation$TrustReturnAnnotation[] $VALUES public static com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation$TrustReturnAnnotation[] values () public static com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation$TrustReturnAnnotation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public boolean apply (com.google.errorprone.dataflow.nullnesspropagation.MethodInfo) com.google.errorprone.dataflow.nullnesspropagation.MethodInfo input public volatile synthetic boolean apply (java.lang.Object) private static synthetic com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation$TrustReturnAnnotation[] $values () static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/AbstractNullnessPropagationTransfer$Updates.class
AbstractNullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation abstract com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates extends java.lang.Object { public abstract void set (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, com.google.errorprone.dataflow.nullnesspropagation.Nullness) public abstract void set (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, com.google.errorprone.dataflow.nullnesspropagation.Nullness) public abstract void set (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, com.google.errorprone.dataflow.nullnesspropagation.Nullness) public abstract void set (com.google.errorprone.dataflow.AccessPath, com.google.errorprone.dataflow.nullnesspropagation.Nullness) }
com/google/errorprone/dataflow/nullnesspropagation/AbstractNullnessPropagationTransfer$SubNodeValues.class
AbstractNullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation abstract com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues extends java.lang.Object { public abstract com.google.errorprone.dataflow.nullnesspropagation.Nullness valueOfSubNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) }
com/google/errorprone/dataflow/nullnesspropagation/inference/AutoValue_TypeArgInferenceVar.class
AutoValue_TypeArgInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference final com.google.errorprone.dataflow.nullnesspropagation.inference.AutoValue_TypeArgInferenceVar extends com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar { private final com.google.common.collect.ImmutableList typeArgSelector private final com.sun.source.tree.Tree astNode void <init> (com.google.common.collect.ImmutableList, com.sun.source.tree.Tree) com.google.common.collect.ImmutableList typeArgSelector com.sun.source.tree.Tree astNode com.google.common.collect.ImmutableList typeArgSelector () com.sun.source.tree.Tree astNode () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/nullnesspropagation/inference/TypeArgInferenceVar.class
TypeArgInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference abstract com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar extends java.lang.Object implements com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable { void <init> () static com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar create (com.google.common.collect.ImmutableList, com.sun.source.tree.Tree) com.google.common.collect.ImmutableList typeArgSelector com.sun.source.tree.Tree astNode abstract com.google.common.collect.ImmutableList typeArgSelector () abstract com.sun.source.tree.Tree astNode () }
com/google/errorprone/dataflow/nullnesspropagation/inference/ProperInferenceVar.class
ProperInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference abstract enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar extends java.lang.Enum implements com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable { public static final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar BOTTOM public static final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar NONNULL public static final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar NULL public static final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar NULLABLE private static final synthetic com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar[] $VALUES public static com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar[] values () public static com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness () static com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable create (com.google.errorprone.dataflow.nullnesspropagation.Nullness) com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness private static synthetic com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar[] $values () static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/inference/AutoValue_TypeVariableInferenceVar.class
AutoValue_TypeVariableInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference final com.google.errorprone.dataflow.nullnesspropagation.inference.AutoValue_TypeVariableInferenceVar extends com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar { private final com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar private final com.sun.source.tree.MethodInvocationTree typeApplicationSite private final com.google.common.collect.ImmutableList typeArgSelector void <init> (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.source.tree.MethodInvocationTree, com.google.common.collect.ImmutableList) com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar com.sun.source.tree.MethodInvocationTree typeApplicationSite com.google.common.collect.ImmutableList typeArgSelector com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar () com.sun.source.tree.MethodInvocationTree typeApplicationSite () com.google.common.collect.ImmutableList typeArgSelector () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/nullnesspropagation/inference/NullnessQualifierInference$TypeAndSymbol.class
NullnessQualifierInference.java package com.google.errorprone.dataflow.nullnesspropagation.inference abstract com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol extends java.lang.Object { void <init> () static com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol create (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type static com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol create (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$VarSymbol symbol abstract com.sun.tools.javac.code.Type type () abstract com.sun.tools.javac.code.Symbol$VarSymbol symbol () }
com/google/errorprone/dataflow/nullnesspropagation/inference/NullnessQualifierInference$TypeComponentConsumer.class
NullnessQualifierInference.java package com.google.errorprone.dataflow.nullnesspropagation.inference abstract com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeComponentConsumer extends java.lang.Object { public abstract void accept (com.sun.tools.javac.code.Type, java.util.ArrayDeque, com.sun.tools.javac.code.Type) }
com/google/errorprone/dataflow/nullnesspropagation/inference/InferredNullability.class
InferredNullability.java package com.google.errorprone.dataflow.nullnesspropagation.inference public com.google.errorprone.dataflow.nullnesspropagation.inference.InferredNullability extends java.lang.Object { private final com.google.common.graph.ImmutableGraph constraintGraph private final java.util.Map inferredMemoTable void <init> (com.google.common.graph.Graph) com.google.common.graph.Graph constraints public com.google.common.collect.ImmutableMap getNullnessGenerics (com.sun.source.tree.MethodInvocationTree) com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable iv com.sun.tools.javac.code.Symbol$TypeVariableSymbol tvs com.sun.source.tree.MethodInvocationTree callsite com.google.common.collect.ImmutableMap$Builder result public java.util.Optional getExprNullness (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree exprTree com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable iv private java.util.Optional getNullness (com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable) com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable iv java.util.Optional result private static synthetic void lambda$getNullnessGenerics$0 (com.google.common.collect.ImmutableMap$Builder, com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.google.errorprone.dataflow.nullnesspropagation.Nullness) com.google.common.collect.ImmutableMap$Builder result com.sun.tools.javac.code.Symbol$TypeVariableSymbol tvs com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness }
com/google/errorprone/dataflow/nullnesspropagation/inference/ProperInferenceVar$2.class
ProperInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar$2 extends com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar { private void <init> (java.lang.String, int) com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness () }
com/google/errorprone/dataflow/nullnesspropagation/inference/ProperInferenceVar$1.class
ProperInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar$1 extends com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar { private void <init> (java.lang.String, int) com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness () }
com/google/errorprone/dataflow/nullnesspropagation/inference/AutoValue_NullnessQualifierInference_TypeAndSymbol.class
AutoValue_NullnessQualifierInference_TypeAndSymbol.java package com.google.errorprone.dataflow.nullnesspropagation.inference final com.google.errorprone.dataflow.nullnesspropagation.inference.AutoValue_NullnessQualifierInference_TypeAndSymbol extends com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol { private final com.sun.tools.javac.code.Type type private final com.sun.tools.javac.code.Symbol$VarSymbol symbol void <init> (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.tools.javac.code.Type type () com.sun.tools.javac.code.Symbol$VarSymbol symbol () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/nullnesspropagation/inference/TypeVariableInferenceVar.class
TypeVariableInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference abstract com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar extends java.lang.Object implements com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable { void <init> () static com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar create (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.source.tree.MethodInvocationTree) com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar com.sun.source.tree.MethodInvocationTree typeAppSite static com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar create (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.source.tree.MethodInvocationTree, com.google.common.collect.ImmutableList) com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar com.sun.source.tree.MethodInvocationTree typeAppSite com.google.common.collect.ImmutableList typeArgSelector public final com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar withSelector (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList newSelector abstract com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar () abstract com.sun.source.tree.MethodInvocationTree typeApplicationSite () abstract com.google.common.collect.ImmutableList typeArgSelector () }
com/google/errorprone/dataflow/nullnesspropagation/inference/ProperInferenceVar$5.class
ProperInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference synthetic com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar$5 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$dataflow$nullnesspropagation$Nullness static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/inference/InferenceVariable.class
InferenceVariable.java package com.google.errorprone.dataflow.nullnesspropagation.inference abstract com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable extends java.lang.Object { }
com/google/errorprone/dataflow/nullnesspropagation/inference/NullnessQualifierInference.class
NullnessQualifierInference.java package com.google.errorprone.dataflow.nullnesspropagation.inference public com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference extends com.sun.source.util.TreeScanner { private static final com.github.benmanes.caffeine.cache.LoadingCache inferenceCache private final com.google.common.graph.MutableGraph qualifierConstraints private final com.sun.source.tree.Tree currentMethodOrInitializerOrLambda public static com.google.errorprone.dataflow.nullnesspropagation.inference.InferredNullability getInferredNullability (com.sun.source.tree.Tree) com.sun.source.tree.Tree methodOrInitializerOrLambda private void <init> (com.sun.source.tree.Tree) com.sun.source.tree.Tree currentMethodOrInitializerOrLambda public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.tools.javac.code.Type declaredType com.sun.source.tree.IdentifierTree node Void unused com.sun.tools.javac.code.Symbol sym private void generateConstraintsFromAnnotations (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type, com.sun.source.tree.Tree, java.util.ArrayDeque) int i com.sun.tools.javac.code.Type inferredType com.sun.tools.javac.code.Symbol decl com.sun.tools.javac.code.Type declaredType com.sun.source.tree.Tree sourceTree java.util.ArrayDeque argSelector java.util.List inferredTypeArguments java.util.List declaredTypeArguments int numberOfTypeArgs java.util.Optional fromAnnotations public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree node Void unused com.sun.tools.javac.code.Type lhsType public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.VariableTree node Void unused public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.source.tree.ReturnTree node Void unused private static com.google.common.collect.ImmutableList expandVarargsToArity (java.util.List, int) int idx com.sun.tools.javac.code.Type varArgType com.sun.tools.javac.code.Symbol$VarSymbol arg java.util.Iterator argsIterator java.util.List formalArgs int arity com.google.common.collect.ImmutableList$Builder result int numberOfVarArgs public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.tools.javac.code.Type rcvrtype com.google.common.collect.ImmutableSet rcvrReferences com.sun.tools.javac.code.Type restype com.sun.tools.javac.code.Symbol$TypeVariableSymbol tvs com.sun.tools.javac.tree.JCTree$JCFieldAccess fieldAccess com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVarIv com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar com.sun.source.tree.MethodInvocationTree node Void unused com.sun.tools.javac.tree.JCTree$JCMethodInvocation sourceNode com.sun.tools.javac.code.Symbol$MethodSymbol callee com.google.common.collect.ImmutableList formalParameters private static void visitTypeVarRefs (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.tools.javac.code.Type, java.util.ArrayDeque, com.sun.tools.javac.code.Type, com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeComponentConsumer) int i com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar com.sun.tools.javac.code.Type declaredType java.util.ArrayDeque partialSelector com.sun.tools.javac.code.Type inferredType com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeComponentConsumer consumer java.util.List declaredTypeArguments java.util.List inferredTypeArguments private static com.google.common.collect.ImmutableSet findUnannotatedTypeVarRefs (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeVar com.sun.tools.javac.code.Type declaredType com.sun.tools.javac.code.Symbol decl com.sun.source.tree.Tree sourceNode com.google.common.collect.ImmutableSet$Builder result private void visitUnannotatedTypeVarRefsAndEquateInferredComponents (com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.source.tree.Tree, java.util.function.Consumer) com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVar com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol decl com.sun.source.tree.Tree sourceNode java.util.function.Consumer consumer private static void visitTypeComponents (com.sun.tools.javac.code.Type, java.util.ArrayDeque, com.sun.source.tree.Tree, java.util.function.Consumer) int i com.sun.tools.javac.code.Type type java.util.ArrayDeque partialSelector com.sun.source.tree.Tree sourceNode java.util.function.Consumer consumer java.util.List typeArguments private static java.util.Optional extractExplicitNullness (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) java.util.Optional result com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol symbol private void generateConstraintsForWrite (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree, com.sun.source.tree.Tree) com.sun.tools.javac.code.Type lType com.sun.tools.javac.code.Symbol decl com.sun.source.tree.ExpressionTree rVal com.sun.source.tree.Tree lVal private void generateConstraintsForWrite (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree, com.sun.source.tree.Tree, java.util.ArrayDeque) int i com.sun.tools.javac.code.Type lType com.sun.tools.javac.code.Symbol decl com.sun.source.tree.ExpressionTree rVal com.sun.source.tree.Tree lVal java.util.ArrayDeque argSelector java.util.List typeArguments com.google.common.collect.ImmutableList argSelectorList boolean isBound java.util.Optional fromAnnotations boolean oneSided public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private synthetic void lambda$generateConstraintsForWrite$14 (com.google.common.collect.ImmutableList, com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable) com.google.common.collect.ImmutableList argSelectorList com.sun.source.tree.ExpressionTree rVal boolean oneSided com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable annot com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable var private synthetic void lambda$visitUnannotatedTypeVarRefsAndEquateInferredComponents$13 (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, java.util.function.Consumer, com.sun.source.tree.Tree, com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar, com.sun.tools.javac.code.Type, java.util.ArrayDeque, com.sun.tools.javac.code.Type) int i com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol decl java.util.function.Consumer consumer com.sun.source.tree.Tree sourceNode com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVar com.sun.tools.javac.code.Type declaredType java.util.ArrayDeque selector com.sun.tools.javac.code.Type inferredType java.util.List typeArguments int depth private synthetic void lambda$visitUnannotatedTypeVarRefsAndEquateInferredComponents$12 (com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar, int, com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar) com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVar int depth com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar typeArg com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVarComponent private static synthetic void lambda$findUnannotatedTypeVarRefs$11 (com.sun.tools.javac.code.Symbol, com.google.common.collect.ImmutableSet$Builder, com.sun.source.tree.Tree, com.sun.tools.javac.code.Type, java.util.ArrayDeque, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Symbol decl com.google.common.collect.ImmutableSet$Builder result com.sun.source.tree.Tree sourceNode com.sun.tools.javac.code.Type typeVarRef java.util.ArrayDeque selector com.sun.tools.javac.code.Type unused private synthetic void lambda$visitMethodInvocation$10 (com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar, com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol, com.sun.source.tree.ExpressionTree) com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVarIv com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol formal com.sun.source.tree.ExpressionTree actual private synthetic void lambda$visitMethodInvocation$9 (com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar, com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar) com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVarIv com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar iv private synthetic void lambda$visitMethodInvocation$8 (com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar, com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar) com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar typeVarIv com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar iv private synthetic void lambda$visitMethodInvocation$7 (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.google.common.collect.ImmutableSet, com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Symbol$TypeVariableSymbol tvs com.google.common.collect.ImmutableSet rcvrReferences com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol formal com.sun.source.tree.ExpressionTree actual private synthetic void lambda$visitMethodInvocation$6 (com.google.common.collect.ImmutableSet, com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable) com.google.common.collect.ImmutableSet rcvrReferences com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable argRef private synthetic void lambda$visitMethodInvocation$5 (com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable, com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable) com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable argRef com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable rcvrRef private synthetic void lambda$visitMethodInvocation$4 (com.google.common.collect.ImmutableSet, com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable) com.google.common.collect.ImmutableSet rcvrReferences com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable resRef private synthetic void lambda$visitMethodInvocation$3 (com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable, com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable) com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable resRef com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable rcvrRef private synthetic void lambda$visitMethodInvocation$2 (com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol, com.sun.tools.javac.tree.JCTree$JCExpression) com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol formal com.sun.tools.javac.tree.JCTree$JCExpression actual private static synthetic com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$TypeAndSymbol lambda$visitMethodInvocation$1 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol var private synthetic void lambda$generateConstraintsFromAnnotations$0 (java.util.ArrayDeque, com.sun.source.tree.Tree, com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable) java.util.ArrayDeque argSelector com.sun.source.tree.Tree sourceTree com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable annot com.google.errorprone.dataflow.nullnesspropagation.inference.InferenceVariable var static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/inference/NullnessQualifierInference$1.class
NullnessQualifierInference.java package com.google.errorprone.dataflow.nullnesspropagation.inference com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference$1 extends java.lang.Object implements com.github.benmanes.caffeine.cache.CacheLoader { void <init> () public com.google.errorprone.dataflow.nullnesspropagation.inference.InferredNullability load (com.sun.source.tree.Tree) com.sun.source.tree.Tree methodOrInitializer com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference inferenceEngine public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/errorprone/dataflow/nullnesspropagation/inference/ProperInferenceVar$4.class
ProperInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar$4 extends com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar { private void <init> (java.lang.String, int) com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness () }
com/google/errorprone/dataflow/nullnesspropagation/inference/ProperInferenceVar$3.class
ProperInferenceVar.java package com.google.errorprone.dataflow.nullnesspropagation.inference final enum com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar$3 extends com.google.errorprone.dataflow.nullnesspropagation.inference.ProperInferenceVar { private void <init> (java.lang.String, int) com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness () }
com/google/errorprone/dataflow/nullnesspropagation/NullnessPropagationTransfer$ClassAndField.class
NullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation final com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField extends java.lang.Object implements com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$Member { final com.sun.tools.javac.code.Symbol$VarSymbol symbol final String clazz final String field private void <init> (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol symbol static com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField make (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol symbol public boolean isStatic () public boolean isFinal () public boolean isPrimitive () public boolean isEnumConstant () public boolean hasNonNullConstantValue () }
com/google/errorprone/dataflow/nullnesspropagation/NullnessAnnotations$1.class
NullnessAnnotations.java package com.google.errorprone.dataflow.nullnesspropagation synthetic com.google.errorprone.dataflow.nullnesspropagation.NullnessAnnotations$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/NullnessPropagationTransfer$ReturnValueIsNonNull.class
NullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ReturnValueIsNonNull extends java.lang.Object implements java.util.function.Predicate java.io.Serializable { private static final long serialVersionUID private static final com.google.common.collect.ImmutableSet METHODS_WITH_NON_NULLABLE_RETURNS private static final com.google.common.collect.ImmutableSet CLASSES_WITH_NON_NULLABLE_RETURNS private static final com.google.common.collect.ImmutableSet CLASSES_WITH_NON_NULLABLE_VALUE_OF_METHODS private void <init> () public boolean test (com.google.errorprone.dataflow.nullnesspropagation.MethodInfo) com.google.errorprone.dataflow.nullnesspropagation.MethodInfo methodInfo java.util.Optional fromAnnotations com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName searchMemberName public volatile synthetic boolean test (java.lang.Object) static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/NullnessPropagationTransfer.class
NullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer extends com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer implements java.io.Serializable { private static final long serialVersionUID private final transient java.util.Set traversed protected final com.google.errorprone.dataflow.nullnesspropagation.Nullness defaultAssumption private final java.util.function.Predicate methodReturnsNonNull private transient com.sun.tools.javac.util.Context context private transient com.sun.source.tree.CompilationUnitTree compilationUnit private transient com.google.errorprone.dataflow.nullnesspropagation.inference.InferredNullability inferenceResults static final com.google.common.collect.ImmutableSet CLASSES_WITH_NON_NULL_CONSTANTS static final com.google.common.collect.ImmutableSetMultimap REQUIRED_NON_NULL_PARAMETERS static final com.google.common.collect.ImmutableSetMultimap NULL_IMPLIES_TRUE_PARAMETERS private static final com.google.common.collect.ImmutableSetMultimap NONNULL_IFF_TRUE_PARAMETERS private static final com.google.common.collect.ImmutableSetMultimap NULL_IFF_TRUE_PARAMETERS public com.google.errorprone.dataflow.AccessPathStore initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) com.google.errorprone.dataflow.nullnesspropagation.Nullness declared org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode param org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List parameters com.google.errorprone.dataflow.AccessPathStore$Builder result private java.util.Optional getInferredNullness (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode) com.sun.source.util.TreePath pathToNode com.sun.source.tree.Tree procedureTree org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode node public void <init> () public void <init> (java.util.function.Predicate) java.util.function.Predicate additionalNonNullReturningMethods protected void <init> (com.google.errorprone.dataflow.nullnesspropagation.Nullness, java.util.function.Predicate) com.google.errorprone.dataflow.nullnesspropagation.Nullness defaultAssumption java.util.function.Predicate methodReturnsNonNull com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer setContext (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer setCompilationUnit (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree compilationUnit com.google.errorprone.dataflow.nullnesspropagation.Nullness visitThis () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitSuper () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitValueLiteral () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNullLiteral () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitBitwiseOperation () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalComparison () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNumericalOperation () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitInstanceOf (org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.Nullness visitTypeCast (org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues) org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.common.collect.ImmutableList annotations com.google.errorprone.dataflow.nullnesspropagation.Nullness visitStringConcatenate () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitStringConversion () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitNarrowingConversion () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitWideningConversion () void visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates void visitNotEqual (org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.Nullness visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode fieldAccess org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness value org.checkerframework.errorprone.dataflow.cfg.node.Node target com.google.errorprone.dataflow.nullnesspropagation.Nullness visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, com.google.errorprone.dataflow.AccessPathValues) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node com.google.errorprone.dataflow.AccessPathValues values com.google.errorprone.dataflow.nullnesspropagation.Nullness visitFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.AccessPathValues) org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates com.google.errorprone.dataflow.AccessPathValues store com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField accessed com.google.errorprone.dataflow.nullnesspropagation.Nullness visitArrayAccess (org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates bothUpdates com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod callee com.google.errorprone.dataflow.nullnesspropagation.Nullness visitSwitchExpression (org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness visitObjectCreation () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitClassDeclaration () com.google.errorprone.dataflow.nullnesspropagation.Nullness visitArrayCreation (org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates com.google.errorprone.dataflow.nullnesspropagation.Nullness visitMemberReference (org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates void visitVariableDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates private static boolean isCatchVariable (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode) org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node private static void handleEqualityComparison (boolean, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates) boolean equalTo org.checkerframework.errorprone.dataflow.cfg.node.Node leftNode org.checkerframework.errorprone.dataflow.cfg.node.Node rightNode com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates com.google.errorprone.dataflow.nullnesspropagation.Nullness leftVal com.google.errorprone.dataflow.nullnesspropagation.Nullness rightVal com.google.errorprone.dataflow.nullnesspropagation.Nullness equalBranchValue com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates equalBranchUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates notEqualBranchUpdates com.google.errorprone.dataflow.AccessPath leftOperand com.google.errorprone.dataflow.AccessPath rightOperand private static boolean hasPrimitiveType (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node private static boolean hasNonNullConstantValue (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode) javax.lang.model.element.VariableElement element org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node private static com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField tryGetFieldSymbol (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol static com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod tryGetMethodSymbol (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Types) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol symbol private static com.sun.tools.javac.code.Symbol tryGetSymbol (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.google.errorprone.dataflow.nullnesspropagation.Nullness fieldNullness (com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField, com.google.errorprone.dataflow.AccessPath, com.google.errorprone.dataflow.AccessPathValues) com.google.errorprone.dataflow.nullnesspropagation.Nullness initializer com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField accessed com.google.errorprone.dataflow.AccessPath path com.google.errorprone.dataflow.AccessPathValues store com.google.errorprone.dataflow.nullnesspropagation.Nullness standardFieldNullness (com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField, com.google.errorprone.dataflow.AccessPath, com.google.errorprone.dataflow.AccessPathValues) com.sun.tools.javac.code.Type ftype com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField accessed com.google.errorprone.dataflow.AccessPath path com.google.errorprone.dataflow.AccessPathValues store com.google.errorprone.dataflow.nullnesspropagation.Nullness dataflowResult java.util.Optional declaredNullness private com.google.errorprone.dataflow.nullnesspropagation.Nullness returnValueNullness (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod) org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode node com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod callee java.util.Optional declaredNullness com.google.errorprone.dataflow.nullnesspropagation.Nullness assumedNullness private com.google.errorprone.dataflow.nullnesspropagation.Nullness fieldInitializerNullnessIfAvailable (com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField) com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.source.util.TreePath fieldDeclPath com.sun.source.tree.ExpressionTree initializer com.sun.source.tree.ClassTree classTree com.sun.source.util.TreePath initializerPath org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST ast org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.analysis.Analysis analysis com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndField accessed private static void setNonnullIfTrackable (com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates updates org.checkerframework.errorprone.dataflow.cfg.node.Node node private static void setUnconditionalArgumentNullness (com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, java.util.List, com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode var com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates bothUpdates java.util.List arguments com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod callee com.google.common.collect.ImmutableSet requiredNonNullParameters private static void setConditionalArgumentNullness (com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates, java.util.List, com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symtab) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode var org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode var org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode var org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode var com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates thenUpdates com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates elseUpdates java.util.List arguments com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod callee com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName calleeName private static boolean isEqualsMethod (com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName, java.util.List, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symtab) com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName calleeName java.util.List arguments com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab com.sun.tools.javac.code.Symbol sym private static java.util.List variablesAtIndexes (java.util.Set, java.util.List) org.checkerframework.errorprone.dataflow.cfg.node.Node argument Integer i java.util.Set indexes java.util.List arguments java.util.List result private static com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName member (java.lang.Class, java.lang.String) Class clazz String member private static com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName member (java.lang.String, java.lang.String) String clazz String member private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException java.io.ObjectOutputStream out public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) private static synthetic com.google.errorprone.dataflow.nullnesspropagation.Nullness lambda$visitTypeCast$0 (org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode, com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues) org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode node com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$SubNodeValues inputs static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/MethodInfo.class
MethodInfo.java package com.google.errorprone.dataflow.nullnesspropagation public abstract com.google.errorprone.dataflow.nullnesspropagation.MethodInfo extends java.lang.Object { public abstract java.lang.String clazz () public abstract java.lang.String method () public abstract java.util.List annotations () public abstract boolean isStatic () public abstract boolean isPrimitive () public abstract boolean isKnownNonNullReturning () }
com/google/errorprone/dataflow/nullnesspropagation/NullnessPropagationTransfer$ClassAndMethod.class
NullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation final com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod extends java.lang.Object implements com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$Member com.google.errorprone.dataflow.nullnesspropagation.MethodInfo { final String clazz final String method final com.google.common.collect.ImmutableList annotations final boolean isStatic final boolean isPrimitive final boolean isBoolean final boolean isGenericResult final boolean isNonNullReturning private void <init> (java.lang.String, java.lang.String, com.google.common.collect.ImmutableList, boolean, boolean, boolean, boolean, boolean) String clazz String method com.google.common.collect.ImmutableList annotations boolean isStatic boolean isPrimitive boolean isBoolean boolean isGenericResult boolean isNonNullReturning static com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$ClassAndMethod make (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types com.google.common.collect.ImmutableList annotations com.sun.tools.javac.code.Symbol$ClassSymbol clazzSymbol private static boolean hasGenericResult (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static boolean knownNonNullMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$TypeSymbol typeSymbol com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Symbol$ClassSymbol clazzSymbol com.sun.tools.javac.code.Types types public boolean isStatic () com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer$MemberName name () public java.lang.String clazz () public java.lang.String method () public com.google.common.collect.ImmutableList annotations () public boolean isPrimitive () public boolean isKnownNonNullReturning () public volatile synthetic java.util.List annotations () }
com/google/errorprone/dataflow/nullnesspropagation/AbstractNullnessPropagationTransfer$ReadableUpdates.class
AbstractNullnessPropagationTransfer.java package com.google.errorprone.dataflow.nullnesspropagation final com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$ReadableUpdates extends java.lang.Object implements com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer$Updates { final java.util.Map values private void <init> () public void set (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, com.google.errorprone.dataflow.nullnesspropagation.Nullness) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node com.google.errorprone.dataflow.nullnesspropagation.Nullness value public void set (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, com.google.errorprone.dataflow.nullnesspropagation.Nullness) org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node com.google.errorprone.dataflow.nullnesspropagation.Nullness value public void set (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, com.google.errorprone.dataflow.nullnesspropagation.Nullness) org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode node com.google.errorprone.dataflow.nullnesspropagation.Nullness value com.google.errorprone.dataflow.AccessPath path public void set (com.google.errorprone.dataflow.AccessPath, com.google.errorprone.dataflow.nullnesspropagation.Nullness) com.google.errorprone.dataflow.AccessPath path com.google.errorprone.dataflow.nullnesspropagation.Nullness value }
com/google/errorprone/dataflow/nullnesspropagation/TrustingNullnessAnalysis.class
TrustingNullnessAnalysis.java package com.google.errorprone.dataflow.nullnesspropagation public final com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessAnalysis extends java.lang.Object implements java.io.Serializable { private static final com.sun.tools.javac.util.Context$Key TRUSTING_NULLNESS_KEY private final com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessPropagation nullnessPropagation public static com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessAnalysis instance (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.google.errorprone.dataflow.nullnesspropagation.TrustingNullnessAnalysis instance private void <init> () public com.google.errorprone.dataflow.nullnesspropagation.Nullness getNullness (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context) com.sun.source.util.TreePath exprPath com.sun.tools.javac.util.Context context public com.google.errorprone.dataflow.nullnesspropagation.Nullness getFieldInitializerNullness (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context) org.checkerframework.errorprone.dataflow.analysis.Analysis analysis com.sun.source.util.TreePath fieldDeclPath com.sun.tools.javac.util.Context context com.sun.source.tree.Tree decl com.sun.source.tree.ExpressionTree initializer com.sun.source.util.TreePath initializerPath com.sun.source.tree.ClassTree classTree com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST ast org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg public static boolean hasNullableAnnotation (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/NullnessAnnotations.class
NullnessAnnotations.java package com.google.errorprone.dataflow.nullnesspropagation public com.google.errorprone.dataflow.nullnesspropagation.NullnessAnnotations extends java.lang.Object { private static final java.util.function.Predicate ANNOTATION_RELEVANT_TO_NULLNESS private static final java.util.function.Predicate NULLABLE_ANNOTATION private void <init> () public static java.util.Optional fromAnnotations (java.util.Collection) java.util.Collection annotations public static java.util.Optional fromAnnotationsOn (com.sun.tools.javac.code.Symbol) javax.lang.model.type.TypeMirror elementType javax.lang.model.type.TypeMirror elementType com.sun.tools.javac.code.Symbol sym javax.lang.model.type.TypeMirror elementType java.util.Optional fromElement public static java.util.Optional fromAnnotationsOn (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static java.util.Optional fromDefaultAnnotations (javax.lang.model.element.Element) javax.lang.model.element.Element sym public static java.util.Optional getUpperBound (javax.lang.model.type.TypeVariable) java.util.Optional result javax.lang.model.element.Element genericElt javax.lang.model.type.TypeVariable typeVar java.util.Optional result private static java.util.Optional fromAnnotationList (java.util.List) java.util.List annotations private static java.util.Optional fromAnnotationStream (java.util.stream.Stream) java.util.stream.Stream annotations private static synthetic com.google.errorprone.dataflow.nullnesspropagation.Nullness lambda$fromAnnotationStream$3 (java.lang.String) String annot private static synthetic java.util.Optional lambda$getUpperBound$2 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement decl private static synthetic boolean lambda$getUpperBound$1 (javax.lang.model.type.TypeVariable, javax.lang.model.element.TypeParameterElement) javax.lang.model.type.TypeVariable typeVar javax.lang.model.element.TypeParameterElement typeParam private static synthetic boolean lambda$fromDefaultAnnotations$0 (java.lang.String) String it static void <clinit> () }
com/google/errorprone/dataflow/nullnesspropagation/Nullness$1.class
Nullness.java package com.google.errorprone.dataflow.nullnesspropagation synthetic com.google.errorprone.dataflow.nullnesspropagation.Nullness$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$dataflow$nullnesspropagation$Nullness static void <clinit> () }
com/google/errorprone/dataflow/AccessPath.class
AccessPath.java package com.google.errorprone.dataflow public abstract com.google.errorprone.dataflow.AccessPath extends java.lang.Object { public void <init> () public abstract javax.lang.model.element.Element base () public abstract com.google.common.collect.ImmutableList path () private static com.google.errorprone.dataflow.AccessPath create (javax.lang.model.element.Element, com.google.common.collect.ImmutableList) javax.lang.model.element.Element base com.google.common.collect.ImmutableList path public static boolean isAutoValueAccessor (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.tree.JCTree$JCMethodInvocation invocationTree com.sun.tools.javac.tree.JCTree$JCExpression methodSelect com.sun.tools.javac.code.Type rcvrType public static com.google.errorprone.dataflow.AccessPath fromFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode) org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode fieldAccess com.google.common.collect.ImmutableList$Builder pathBuilder com.sun.source.tree.Tree tree boolean isFieldAccess public static com.google.errorprone.dataflow.AccessPath fromLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node public static com.google.errorprone.dataflow.AccessPath fromVariableDecl (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode) org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node public static com.google.errorprone.dataflow.AccessPath fromNodeIfTrackable (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node }
com/google/errorprone/dataflow/AutoValue_AccessPath.class
AutoValue_AccessPath.java package com.google.errorprone.dataflow final com.google.errorprone.dataflow.AutoValue_AccessPath extends com.google.errorprone.dataflow.AccessPath { private final javax.lang.model.element.Element base private final com.google.common.collect.ImmutableList path void <init> (javax.lang.model.element.Element, com.google.common.collect.ImmutableList) javax.lang.model.element.Element base com.google.common.collect.ImmutableList path public javax.lang.model.element.Element base () public com.google.common.collect.ImmutableList path () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.dataflow.AccessPath that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/DataFlow$1.class
DataFlow.java package com.google.errorprone.dataflow com.google.errorprone.dataflow.DataFlow$1 extends java.lang.Object implements com.github.benmanes.caffeine.cache.CacheLoader { void <init> () public org.checkerframework.errorprone.dataflow.analysis.Analysis load (com.google.errorprone.dataflow.DataFlow$AnalysisParams) com.google.errorprone.dataflow.DataFlow$AnalysisParams key org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transfer org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/errorprone/dataflow/AccessPathStore.class
AccessPathStore.java package com.google.errorprone.dataflow public abstract com.google.errorprone.dataflow.AccessPathStore extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Store com.google.errorprone.dataflow.AccessPathValues { private static final com.google.errorprone.dataflow.AccessPathStore EMPTY public void <init> () public abstract com.google.common.collect.ImmutableMap heap () private static com.google.errorprone.dataflow.AccessPathStore create (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap heap public static com.google.errorprone.dataflow.AccessPathStore empty () private org.checkerframework.errorprone.dataflow.analysis.AbstractValue getInformation (com.google.errorprone.dataflow.AccessPath) com.google.errorprone.dataflow.AccessPath ap public com.google.errorprone.dataflow.AccessPathStore$Builder toBuilder () public org.checkerframework.errorprone.dataflow.analysis.AbstractValue valueOfAccessPath (com.google.errorprone.dataflow.AccessPath, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) com.google.errorprone.dataflow.AccessPath path org.checkerframework.errorprone.dataflow.analysis.AbstractValue defaultValue org.checkerframework.errorprone.dataflow.analysis.AbstractValue result public com.google.errorprone.dataflow.AccessPathStore copy () public com.google.errorprone.dataflow.AccessPathStore leastUpperBound (com.google.errorprone.dataflow.AccessPathStore) com.google.errorprone.dataflow.AccessPath aPath com.google.errorprone.dataflow.AccessPathStore other com.google.common.collect.ImmutableMap$Builder resultHeap public com.google.errorprone.dataflow.AccessPathStore widenedUpperBound (com.google.errorprone.dataflow.AccessPathStore) com.google.errorprone.dataflow.AccessPathStore vAccessPathStore public boolean canAlias (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression a org.checkerframework.errorprone.dataflow.expression.JavaExpression b public java.lang.String visualize (org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer) org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer cfgVisualizer public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store widenedUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store copy () public volatile synthetic java.lang.Object valueOfAccessPath (com.google.errorprone.dataflow.AccessPath, java.lang.Object) static void <clinit> () }
com/google/errorprone/dataflow/AccessPathValues.class
AccessPathValues.java package com.google.errorprone.dataflow public abstract com.google.errorprone.dataflow.AccessPathValues extends java.lang.Object { public abstract java.lang.Object valueOfAccessPath (com.google.errorprone.dataflow.AccessPath, java.lang.Object) }
com/google/errorprone/dataflow/ConstantPropagationAnalysis.class
ConstantPropagationAnalysis.java package com.google.errorprone.dataflow public final com.google.errorprone.dataflow.ConstantPropagationAnalysis extends java.lang.Object { private static final org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationTransfer CONSTANT_PROPAGATION public static java.lang.Number numberValue (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context) com.sun.source.util.TreePath exprPath com.sun.tools.javac.util.Context context org.checkerframework.errorprone.dataflow.constantpropagation.Constant val private void <init> () static void <clinit> () }
com/google/errorprone/dataflow/DataFlow$AnalysisParams.class
DataFlow.java package com.google.errorprone.dataflow abstract com.google.errorprone.dataflow.DataFlow$AnalysisParams extends java.lang.Object { private javax.annotation.processing.ProcessingEnvironment environment void <init> () abstract org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transferFunction () abstract org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg () private static com.google.errorprone.dataflow.DataFlow$AnalysisParams create (org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction, org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, javax.annotation.processing.ProcessingEnvironment) org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transferFunction org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg javax.annotation.processing.ProcessingEnvironment environment com.google.errorprone.dataflow.DataFlow$AnalysisParams ap javax.annotation.processing.ProcessingEnvironment environment () }
com/google/errorprone/dataflow/AutoValue_DataFlow_AnalysisParams.class
AutoValue_DataFlow_AnalysisParams.java package com.google.errorprone.dataflow final com.google.errorprone.dataflow.AutoValue_DataFlow_AnalysisParams extends com.google.errorprone.dataflow.DataFlow$AnalysisParams { private final org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transferFunction private final org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg void <init> (org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction, org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transferFunction org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transferFunction () org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.dataflow.DataFlow$AnalysisParams that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/DataFlow$CfgParams.class
DataFlow.java package com.google.errorprone.dataflow abstract com.google.errorprone.dataflow.DataFlow$CfgParams extends java.lang.Object { private javax.annotation.processing.ProcessingEnvironment environment void <init> () abstract com.sun.source.util.TreePath methodPath () private static com.google.errorprone.dataflow.DataFlow$CfgParams create (com.sun.source.util.TreePath, javax.annotation.processing.ProcessingEnvironment) com.sun.source.util.TreePath methodPath javax.annotation.processing.ProcessingEnvironment environment com.google.errorprone.dataflow.DataFlow$CfgParams cp javax.annotation.processing.ProcessingEnvironment environment () }
com/google/errorprone/dataflow/AccessPathStore$Builder.class
AccessPathStore.java package com.google.errorprone.dataflow public final com.google.errorprone.dataflow.AccessPathStore$Builder extends java.lang.Object { private final java.util.Map heap void <init> (com.google.errorprone.dataflow.AccessPathStore) com.google.errorprone.dataflow.AccessPathStore prototype public com.google.errorprone.dataflow.AccessPathStore$Builder setInformation (com.google.errorprone.dataflow.AccessPath, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) com.google.errorprone.dataflow.AccessPath aPath org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public com.google.errorprone.dataflow.AccessPathStore build () }
com/google/errorprone/dataflow/DataFlow$3.class
DataFlow.java package com.google.errorprone.dataflow com.google.errorprone.dataflow.DataFlow$3 extends java.lang.Object implements com.google.errorprone.dataflow.DataFlow$Result { final synthetic org.checkerframework.errorprone.dataflow.analysis.Analysis val$analysis final synthetic org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph val$cfg void <init> (org.checkerframework.errorprone.dataflow.analysis.Analysis, org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) public org.checkerframework.errorprone.dataflow.analysis.Analysis getAnalysis () public org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph getControlFlowGraph () }
com/google/errorprone/dataflow/AutoValue_AccessPathStore.class
AutoValue_AccessPathStore.java package com.google.errorprone.dataflow final com.google.errorprone.dataflow.AutoValue_AccessPathStore extends com.google.errorprone.dataflow.AccessPathStore { private final com.google.common.collect.ImmutableMap heap void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap heap public com.google.common.collect.ImmutableMap heap () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.dataflow.AccessPathStore that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/AutoValue_DataFlow_CfgParams.class
AutoValue_DataFlow_CfgParams.java package com.google.errorprone.dataflow final com.google.errorprone.dataflow.AutoValue_DataFlow_CfgParams extends com.google.errorprone.dataflow.DataFlow$CfgParams { private final com.sun.source.util.TreePath methodPath void <init> (com.sun.source.util.TreePath) com.sun.source.util.TreePath methodPath com.sun.source.util.TreePath methodPath () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.dataflow.DataFlow$CfgParams that Object o public int hashCode () int h$ }
com/google/errorprone/dataflow/DataFlow$2.class
DataFlow.java package com.google.errorprone.dataflow com.google.errorprone.dataflow.DataFlow$2 extends java.lang.Object implements com.github.benmanes.caffeine.cache.CacheLoader { void <init> () public org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph load (com.google.errorprone.dataflow.DataFlow$CfgParams) com.sun.source.tree.Tree parent org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST ast org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST ast com.google.errorprone.dataflow.DataFlow$CfgParams key com.sun.source.util.TreePath methodPath org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST ast com.sun.source.tree.ClassTree classTree com.sun.source.tree.MethodTree methodTree javax.annotation.processing.ProcessingEnvironment env com.sun.source.tree.CompilationUnitTree root public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/errorprone/dataflow/DataFlow$Result.class
DataFlow.java package com.google.errorprone.dataflow public abstract com.google.errorprone.dataflow.DataFlow$Result extends java.lang.Object { public abstract org.checkerframework.errorprone.dataflow.analysis.Analysis getAnalysis () public abstract org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph getControlFlowGraph () }
com/google/errorprone/names/NamingConventions.class
NamingConventions.java package com.google.errorprone.names public final com.google.errorprone.names.NamingConventions extends java.lang.Object { private static final java.util.regex.Pattern ONLY_UNDERSCORES private static final String UNDERSCORE private static final String CASE_TRANSITION private static final String TRAILING_DIGITS private static final com.google.common.base.Splitter TERM_SPLITTER public static com.google.common.collect.ImmutableList splitToLowercaseTerms (java.lang.String) String identifierName public static java.lang.String convertToLowerUnderscore (java.lang.String) String identifierName private void <init> () static void <clinit> () }
com/google/errorprone/names/TermEditDistance.class
TermEditDistance.java package com.google.errorprone.names public com.google.errorprone.names.TermEditDistance extends java.lang.Object { private final java.util.function.BiFunction editDistanceFn private final java.util.function.BiFunction maxDistanceFn public void <init> (java.util.function.BiFunction, java.util.function.BiFunction) java.util.function.BiFunction editDistanceFn java.util.function.BiFunction maxDistanceFn public void <init> () public double getNormalizedEditDistance (java.lang.String, java.lang.String) String source String target com.google.common.collect.ImmutableList sourceTerms com.google.common.collect.ImmutableList targetTerms double[][] costMatrix double[][] worstCaseMatrix double[] sourceTermDeletionCosts double[] targetTermAdditionCosts int[] assignments double assignmentCost double maxCost private static double computeCost (int[], double[][], double[], double[]) int targetTermIndex int sourceTermIndex int[] assignments double[][] costMatrix double[] sourceTermDeletionCosts double[] targetTermDeletionCosts double totalCost private synthetic double lambda$getNormalizedEditDistance$11 (java.lang.String) String s private synthetic double lambda$getNormalizedEditDistance$10 (java.lang.String) String s private static synthetic double[][] lambda$getNormalizedEditDistance$9 (int) int x$0 private synthetic double[] lambda$getNormalizedEditDistance$8 (com.google.common.collect.ImmutableList, java.lang.Integer) com.google.common.collect.ImmutableList targetTerms Integer s private synthetic double lambda$getNormalizedEditDistance$7 (java.lang.Integer, java.lang.Integer) Integer s Integer t private static synthetic java.lang.Integer lambda$getNormalizedEditDistance$6 (java.lang.String) String t private static synthetic java.lang.Integer lambda$getNormalizedEditDistance$5 (java.lang.String) String s private static synthetic double[][] lambda$getNormalizedEditDistance$4 (int) int x$0 private synthetic double[] lambda$getNormalizedEditDistance$3 (com.google.common.collect.ImmutableList, java.lang.String) com.google.common.collect.ImmutableList targetTerms String s private synthetic double lambda$getNormalizedEditDistance$2 (java.lang.String, java.lang.String) String s String t private static synthetic java.lang.Double lambda$new$1 (java.lang.Integer, java.lang.Integer) Integer s Integer t private static synthetic java.lang.Double lambda$new$0 (java.lang.String, java.lang.String) String s String t }
com/google/errorprone/names/NeedlemanWunschEditDistance.class
NeedlemanWunschEditDistance.java package com.google.errorprone.names public final com.google.errorprone.names.NeedlemanWunschEditDistance extends java.lang.Object { private void <init> () public static int getEditDistance (java.lang.String, java.lang.String, boolean, int, int, int) int i int j char targetJ int cost int j char sourceI int i String source String target boolean caseSensitive int changeCost int openGapCost int continueGapCost int sourceLength int targetLength int[][] mMatrix int[][] dMatrix int[][] iMatrix int costOfEditScriptEndingWithMatch int costOfEditScriptEndingWithDelete int costOfEditScriptEndingWithInsert public static int getWorstCaseEditDistance (int, int, int, int, int) int sourceLength int targetLength int changeCost int openGapCost int continueGapCost int maxLen int minLen int totChangeCost int blowAwayCost public static double getNormalizedEditDistance (java.lang.String, java.lang.String, boolean, int, int, int) String source String target boolean caseSensitive int changeCost int openGapCost int continueGapCost private static int scriptCost (int, int, int) int openGapCost int continueGapCost int scriptLength }
com/google/errorprone/names/LevenshteinEditDistance.class
LevenshteinEditDistance.java package com.google.errorprone.names public com.google.errorprone.names.LevenshteinEditDistance extends java.lang.Object { private void <init> () public static int getEditDistance (java.lang.String, java.lang.String) String source String target public static int getEditDistance (java.lang.String, java.lang.String, boolean) int i int i char targetJ int cost int j char sourceI int i String source String target boolean caseSensitive int sourceLength int targetLength int[][] levMatrix public static int getWorstCaseEditDistance (int, int) int sourceLength int targetLength private static boolean isEmptyOrWhitespace (java.lang.String) String source }
com/google/errorprone/ErrorProneOptions$PatchingOptions.class
ErrorProneOptions.java package com.google.errorprone abstract com.google.errorprone.ErrorProneOptions$PatchingOptions extends java.lang.Object { void <init> () final boolean doRefactor () abstract com.google.common.collect.ImmutableSet namedCheckers () abstract boolean inPlace () abstract java.lang.String baseDirectory () abstract com.google.common.base.Optional customRefactorer () abstract com.google.errorprone.apply.ImportOrganizer importOrganizer () static com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder builder () }
com/google/errorprone/MaskedClassLoader$MaskedFileManager.class
MaskedClassLoader.java package com.google.errorprone com.google.errorprone.MaskedClassLoader$MaskedFileManager extends com.sun.tools.javac.file.JavacFileManager { public void <init> (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public void <init> () protected java.lang.ClassLoader getClassLoader (java.net.URL[]) java.net.URL[] urls }
com/google/errorprone/suppliers/package-info.class
package-info.java package com.google.errorprone.suppliers abstract synthetic com.google.errorprone.suppliers.package-info extends java.lang.Object { }
com/google/errorprone/suppliers/Suppliers$10.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$10 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$13.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$13 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$18.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$18 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$12.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$12 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$22.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$22 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$4.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$4 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.source.tree.ExpressionTree get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree method public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$6.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$6 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$8.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$8 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$16.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$16 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$3.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$3 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree methodInvocation public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$23.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$23 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { final synthetic com.google.errorprone.suppliers.Supplier val$elementType void <init> (com.google.errorprone.suppliers.Supplier) public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$1.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$1 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { final synthetic com.google.errorprone.suppliers.Supplier val$expressionSupplier final synthetic int val$n void <init> (com.google.errorprone.suppliers.Supplier, int) public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCExpression jcExpression public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$11.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$11 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$9.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$9 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$20.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$20 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$7.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$7 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$5.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$5 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$21.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$21 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { final synthetic Object val$toSupply void <init> (java.lang.Object) public java.lang.Object get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state }
com/google/errorprone/suppliers/Suppliers$17.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$17 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$19.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$19 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$2.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$2 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { final synthetic com.google.errorprone.suppliers.Supplier val$typeSupplier final synthetic int val$n void <init> (com.google.errorprone.suppliers.Supplier, int) public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Supplier.class
Supplier.java package com.google.errorprone.suppliers public abstract com.google.errorprone.suppliers.Supplier extends java.lang.Object implements java.io.Serializable { public abstract java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers.class
Suppliers.java package com.google.errorprone.suppliers public final com.google.errorprone.suppliers.Suppliers extends java.lang.Object { public static final com.google.errorprone.suppliers.Supplier JAVA_LANG_VOID_TYPE public static final com.google.errorprone.suppliers.Supplier VOID_TYPE public static final com.google.errorprone.suppliers.Supplier JAVA_LANG_BOOLEAN_TYPE public static final com.google.errorprone.suppliers.Supplier JAVA_LANG_INTEGER_TYPE public static final com.google.errorprone.suppliers.Supplier JAVA_LANG_LONG_TYPE public static final com.google.errorprone.suppliers.Supplier STRING_TYPE public static final com.google.errorprone.suppliers.Supplier BOOLEAN_TYPE public static final com.google.errorprone.suppliers.Supplier BYTE_TYPE public static final com.google.errorprone.suppliers.Supplier SHORT_TYPE public static final com.google.errorprone.suppliers.Supplier INT_TYPE public static final com.google.errorprone.suppliers.Supplier LONG_TYPE public static final com.google.errorprone.suppliers.Supplier DOUBLE_TYPE public static final com.google.errorprone.suppliers.Supplier CHAR_TYPE public static final com.google.errorprone.suppliers.Supplier OBJECT_TYPE public static final com.google.errorprone.suppliers.Supplier EXCEPTION_TYPE public static final com.google.errorprone.suppliers.Supplier THROWABLE_TYPE public static final com.google.errorprone.suppliers.Supplier ANNOTATION_TYPE public static final com.google.errorprone.suppliers.Supplier ENCLOSING_CLASS public static com.google.errorprone.suppliers.Supplier genericTypeOf (com.google.errorprone.suppliers.Supplier, int) com.google.errorprone.suppliers.Supplier expressionSupplier int n public static com.google.errorprone.suppliers.Supplier genericTypeOfType (com.google.errorprone.suppliers.Supplier, int) com.google.errorprone.suppliers.Supplier typeSupplier int n public static com.google.errorprone.suppliers.Supplier receiverType () public static com.google.errorprone.suppliers.Supplier receiverInstance () public static com.google.errorprone.suppliers.Supplier typeFromString (java.lang.String) String typeString public static com.google.errorprone.suppliers.Supplier typeFromClass (java.lang.Class) Class inputClass public static com.google.errorprone.suppliers.Supplier identitySupplier (java.lang.Object) Object toSupply public static com.google.errorprone.suppliers.Supplier arrayOf (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier elementType public static com.google.common.collect.ImmutableList fromStrings (java.lang.Iterable) Iterable types private void <init> () private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$typeFromString$88943027$1 (java.lang.String, com.google.errorprone.VisitorState) String typeString com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/suppliers/Suppliers$24.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$24 extends java.lang.Object implements com.google.common.base.Function { void <init> () public com.google.errorprone.suppliers.Supplier apply (java.lang.String) String input public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/suppliers/Suppliers$14.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$14 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/suppliers/Suppliers$15.class
Suppliers.java package com.google.errorprone.suppliers com.google.errorprone.suppliers.Suppliers$15 extends java.lang.Object implements com.google.errorprone.suppliers.Supplier { void <init> () public com.sun.tools.javac.code.Type get (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object get (com.google.errorprone.VisitorState) }
com/google/errorprone/ErrorProneOptions$Builder.class
ErrorProneOptions.java package com.google.errorprone com.google.errorprone.ErrorProneOptions$Builder extends java.lang.Object { private boolean ignoreUnknownChecks private boolean disableAllWarnings private boolean disableWarningsInGeneratedCode private boolean dropErrorsToWarnings private boolean suggestionsAsWarnings private boolean enableAllChecksAsWarnings private boolean disableAllChecks private boolean isTestOnlyTarget private boolean isPubliclyVisibleTarget private boolean ignoreSuppressionAnnotations private boolean ignoreLargeCodeGenerators private final java.util.Map severityMap private final com.google.errorprone.ErrorProneFlags$Builder flagsBuilder private final com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder patchingOptionsBuilder private java.util.regex.Pattern excludedPattern private void <init> () private void parseSeverity (java.lang.String) com.google.errorprone.ErrorProneOptions$Severity severity com.google.errorprone.ErrorProneOptions$Severity severity IllegalArgumentException e String arg String remaining java.util.List parts String checkName com.google.errorprone.ErrorProneOptions$Severity severity public void parseFlag (java.lang.String) String flag public void setIgnoreSuppressionAnnotations (boolean) boolean ignoreSuppressionAnnotations public void setIgnoreUnknownChecks (boolean) boolean ignoreUnknownChecks public void setDisableWarningsInGeneratedCode (boolean) boolean disableWarningsInGeneratedCode public void setDropErrorsToWarnings (boolean) boolean dropErrorsToWarnings public void setSuggestionsAsWarnings (boolean) boolean suggestionsAsWarnings public void setDisableAllWarnings (boolean) boolean disableAllWarnings public void setEnableAllChecksAsWarnings (boolean) boolean enableAllChecksAsWarnings public void setIgnoreLargeCodeGenerators (boolean) boolean ignoreLargeCodeGenerators public void setDisableAllChecks (boolean) boolean disableAllChecks public void setTestOnlyTarget (boolean) boolean isTestOnlyTarget public void setPubliclyVisibleTarget (boolean) boolean isPubliclyVisibleTarget public com.google.errorprone.ErrorProneOptions$PatchingOptions$Builder patchingOptionsBuilder () public com.google.errorprone.ErrorProneOptions build (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList remainingArgs public void setExcludedPattern (java.util.regex.Pattern) java.util.regex.Pattern excludedPattern private static synthetic void lambda$setEnableAllChecksAsWarnings$5 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$setEnableAllChecksAsWarnings$4 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic void lambda$setDisableAllWarnings$3 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$setDisableAllWarnings$2 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic void lambda$setDropErrorsToWarnings$1 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$setDropErrorsToWarnings$0 (java.util.Map$Entry) java.util.Map$Entry e }
com/google/errorprone/VisitorState.class
VisitorState.java package com.google.errorprone public com.google.errorprone.VisitorState extends java.lang.Object { private final com.google.errorprone.VisitorState$SharedState sharedState public final com.sun.tools.javac.util.Context context private final com.sun.source.util.TreePath path private final com.google.errorprone.SuppressionInfo$SuppressedState suppressedState private static void nullListener (com.google.errorprone.matchers.Description) com.google.errorprone.matchers.Description description public static com.google.errorprone.VisitorState createForUtilityPurposes (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public static com.google.errorprone.VisitorState createForCustomFindingCollection (com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener) com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener public static com.google.errorprone.VisitorState createConfiguredForCompilation (com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener, java.util.Map, com.google.errorprone.ErrorProneOptions) com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener java.util.Map severityMap com.google.errorprone.ErrorProneOptions errorProneOptions public void <init> (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public void <init> (com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener) com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener public void <init> (com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener, java.util.Map, com.google.errorprone.ErrorProneOptions) com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener java.util.Map severityMap com.google.errorprone.ErrorProneOptions errorProneOptions private void <init> (com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener, java.util.Map, com.google.errorprone.ErrorProneOptions, com.google.errorprone.StatisticsCollector, com.sun.source.util.TreePath, com.google.errorprone.SuppressionInfo$SuppressedState) com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener descriptionListener java.util.Map severityMap com.google.errorprone.ErrorProneOptions errorProneOptions com.google.errorprone.StatisticsCollector statisticsCollector com.sun.source.util.TreePath path com.google.errorprone.SuppressionInfo$SuppressedState suppressedState private void <init> (com.sun.tools.javac.util.Context, com.sun.source.util.TreePath, com.google.errorprone.SuppressionInfo$SuppressedState, com.google.errorprone.VisitorState$SharedState) com.sun.tools.javac.util.Context context com.sun.source.util.TreePath path com.google.errorprone.SuppressionInfo$SuppressedState suppressedState com.google.errorprone.VisitorState$SharedState sharedState public com.google.errorprone.VisitorState withPath (com.sun.source.util.TreePath) com.sun.source.util.TreePath path private com.google.errorprone.VisitorState withNoPathForMemoization () public com.google.errorprone.VisitorState withSuppression (com.google.errorprone.SuppressionInfo$SuppressedState) com.google.errorprone.SuppressionInfo$SuppressedState suppressedState public com.sun.source.util.TreePath getPath () public com.sun.tools.javac.tree.TreeMaker getTreeMaker () public com.sun.tools.javac.code.Types getTypes () public javax.lang.model.util.Elements getElements () public com.sun.tools.javac.code.Symtab getSymtab () public com.sun.tools.javac.util.Names getNames () public com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis getNullnessAnalysis () public com.google.errorprone.ErrorProneOptions errorProneOptions () public java.util.Map severityMap () public void reportMatch (com.google.errorprone.matchers.Description) com.google.errorprone.matchers.Description description com.google.errorprone.BugPattern$SeverityLevel override private java.lang.String statsKey (java.lang.String) String key public void incrementCounter (com.google.errorprone.bugpatterns.BugChecker, java.lang.String) com.google.errorprone.bugpatterns.BugChecker bugChecker String key public void incrementCounter (com.google.errorprone.bugpatterns.BugChecker, java.lang.String, int) com.google.errorprone.bugpatterns.BugChecker bugChecker String key int count public com.google.common.collect.ImmutableMultiset counters () public com.sun.tools.javac.util.Name getName (java.lang.String) String nameStr public com.sun.tools.javac.code.Type getTypeFromString (java.lang.String) String typeStr private com.sun.tools.javac.code.Type getTypeFromStringInternal (java.lang.String) String typeStr com.sun.tools.javac.code.Type primitiveOrVoidType com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol public com.sun.tools.javac.code.Symbol getSymbolFromString (java.lang.String) String symStr public com.sun.tools.javac.util.Name binaryNameFromClassname (java.lang.String) String className public com.sun.tools.javac.code.Symbol$ClassSymbol getSymbolFromName (com.sun.tools.javac.util.Name) com.sun.tools.javac.code.Symbol$ClassSymbol result com.sun.tools.javac.code.Symbol$ModuleSymbol msym com.sun.tools.javac.util.Name name boolean modular public com.sun.tools.javac.code.Symbol$ClassSymbol getSymbolFromString (com.sun.tools.javac.code.Symbol$ModuleSymbol, com.sun.tools.javac.util.Name) com.sun.tools.javac.code.Symbol$CompletionFailure failure com.sun.tools.javac.code.Symbol$ModuleSymbol msym com.sun.tools.javac.util.Name name com.sun.tools.javac.code.Symbol$ClassSymbol result static java.lang.String inferBinaryName (java.lang.String) char c int i String classname int len int lastPeriod int secondToLastPeriod StringBuilder sb boolean foundUppercase public com.sun.tools.javac.code.Type getType (com.sun.tools.javac.code.Type, boolean, java.util.List) com.sun.tools.javac.code.Symbol$ClassSymbol arraySymbol com.sun.tools.javac.util.List typeParamsCopy com.sun.tools.javac.code.Type baseType boolean isArray java.util.List typeParams boolean isGeneric public com.sun.tools.javac.code.Type arrayTypeForType (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type baseType public final transient com.sun.source.util.TreePath findPathToEnclosing (java.lang.Class[]) Class clazz Class[] classes com.sun.source.util.TreePath enclosingPath public final transient com.sun.source.tree.Tree findEnclosing (java.lang.Class[]) Class[] classes com.sun.source.util.TreePath pathToEnclosing public java.lang.CharSequence getSourceCode () java.io.IOException e public java.lang.String getSourceForNode (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree int start int end CharSequence source public java.util.List getTokensForNode (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public java.util.List getOffsetTokensForNode (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree int start public java.util.List getOffsetTokens (int, int) int start int end public int getEndPosition (com.sun.source.tree.Tree) com.sun.source.tree.Tree node com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit private static void validateTypeStr (java.lang.String) String typeStr private com.sun.tools.javac.code.Type getPrimitiveOrVoidType (java.lang.String) String typeStr public boolean isAndroidCompatible () public java.lang.AutoCloseable timingSpan (com.google.errorprone.matchers.Suppressible) com.google.errorprone.matchers.Suppressible suppressible public static com.google.errorprone.suppliers.Supplier memoize (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier f public java.lang.String getConstantExpression (java.lang.Object) char next char c int i StringBuilder sb Object value String escaped private synthetic java.util.Optional lambda$getTypeFromString$0 (java.lang.String) String key }
com/google/errorprone/CompositeCodeTransformer.class
CompositeCodeTransformer.java package com.google.errorprone public abstract com.google.errorprone.CompositeCodeTransformer extends java.lang.Object implements com.google.errorprone.CodeTransformer java.io.Serializable { public static transient com.google.errorprone.CodeTransformer compose (com.google.errorprone.CodeTransformer[]) com.google.errorprone.CodeTransformer[] transformers public static com.google.errorprone.CodeTransformer compose (java.lang.Iterable) Iterable transformers void <init> () public abstract com.google.common.collect.ImmutableList transformers () public void apply (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener) com.google.errorprone.CodeTransformer transformer com.sun.source.util.TreePath path com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener public com.google.common.collect.ImmutableClassToInstanceMap annotations () }
com/google/errorprone/predicates/type/Array.class
Array.java package com.google.errorprone.predicates.type public abstract enum com.google.errorprone.predicates.type.Array extends java.lang.Enum implements com.google.errorprone.predicates.TypePredicate { public static final enum com.google.errorprone.predicates.type.Array INSTANCE private static final synthetic com.google.errorprone.predicates.type.Array[] $VALUES public static com.google.errorprone.predicates.type.Array[] values () public static com.google.errorprone.predicates.type.Array valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.predicates.type.Array[] $values () static void <clinit> () }
com/google/errorprone/predicates/type/ExactAny.class
ExactAny.java package com.google.errorprone.predicates.type public com.google.errorprone.predicates.type.ExactAny extends java.lang.Object implements com.google.errorprone.predicates.TypePredicate { public final Iterable types public void <init> (java.lang.Iterable) Iterable types public boolean apply (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type expected com.google.errorprone.suppliers.Supplier supplier com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state }
com/google/errorprone/predicates/type/Array$1.class
Array.java package com.google.errorprone.predicates.type final enum com.google.errorprone.predicates.type.Array$1 extends com.google.errorprone.predicates.type.Array { private void <init> (java.lang.String, int) public boolean apply (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state }
com/google/errorprone/predicates/type/DescendantOfAny.class
DescendantOfAny.java package com.google.errorprone.predicates.type public com.google.errorprone.predicates.type.DescendantOfAny extends java.lang.Object implements com.google.errorprone.predicates.TypePredicate { public final Iterable types public void <init> (java.lang.Iterable) Iterable types public boolean apply (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type expected com.google.errorprone.suppliers.Supplier supplier com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state }
com/google/errorprone/predicates/type/Exact.class
Exact.java package com.google.errorprone.predicates.type public com.google.errorprone.predicates.type.Exact extends java.lang.Object implements com.google.errorprone.predicates.TypePredicate { public final com.google.errorprone.suppliers.Supplier supplier public void <init> (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier type public boolean apply (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type expected }
com/google/errorprone/predicates/type/DescendantOf.class
DescendantOf.java package com.google.errorprone.predicates.type public com.google.errorprone.predicates.type.DescendantOf extends java.lang.Object implements com.google.errorprone.predicates.TypePredicate { public final com.google.errorprone.suppliers.Supplier expected public void <init> (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier type public boolean apply (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type bound }
com/google/errorprone/predicates/TypePredicates.class
TypePredicates.java package com.google.errorprone.predicates public final com.google.errorprone.predicates.TypePredicates extends java.lang.Object { public static com.google.errorprone.predicates.TypePredicate nothing () public static com.google.errorprone.predicates.TypePredicate anything () public static com.google.errorprone.predicates.TypePredicate isArray () public static com.google.errorprone.predicates.TypePredicate isExactType (java.lang.String) String type public static com.google.errorprone.predicates.TypePredicate isExactType (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier type public static com.google.errorprone.predicates.TypePredicate isExactTypeAny (java.lang.Iterable) Iterable types public static com.google.errorprone.predicates.TypePredicate isDescendantOf (com.google.errorprone.suppliers.Supplier) com.google.errorprone.suppliers.Supplier type public static com.google.errorprone.predicates.TypePredicate isDescendantOf (java.lang.String) String type public static com.google.errorprone.predicates.TypePredicate isDescendantOfAny (java.lang.Iterable) Iterable types public static transient com.google.errorprone.predicates.TypePredicate allOf (com.google.errorprone.predicates.TypePredicate[]) com.google.errorprone.predicates.TypePredicate[] predicates public static transient com.google.errorprone.predicates.TypePredicate anyOf (com.google.errorprone.predicates.TypePredicate[]) com.google.errorprone.predicates.TypePredicate[] predicates public static com.google.errorprone.predicates.TypePredicate not (com.google.errorprone.predicates.TypePredicate) com.google.errorprone.predicates.TypePredicate predicate private void <init> () private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$not$e2aaaa49$1 (com.google.errorprone.predicates.TypePredicate, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate predicate com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$anyOf$371d6b9e$1 (com.google.errorprone.predicates.TypePredicate[], com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate predicate com.google.errorprone.predicates.TypePredicate[] predicates com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$allOf$371d6b9e$1 (com.google.errorprone.predicates.TypePredicate[], com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.google.errorprone.predicates.TypePredicate predicate com.google.errorprone.predicates.TypePredicate[] predicates com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$anything$c1d8046c$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$nothing$c1d8046c$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state }
com/google/errorprone/predicates/TypePredicate.class
TypePredicate.java package com.google.errorprone.predicates public abstract com.google.errorprone.predicates.TypePredicate extends java.lang.Object implements java.io.Serializable { public abstract boolean apply (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) }
com/google/errorprone/ErrorProneVersion.class
ErrorProneVersion.java package com.google.errorprone public final com.google.errorprone.ErrorProneVersion extends java.lang.Object { private static final String PROPERTIES_RESOURCE public static com.google.common.base.Optional loadVersionFromPom () java.util.Properties mavenProperties java.io.InputStream stream java.io.IOException expected private void <init> () }
com/google/errorprone/RefactoringCollection$RefactoringResultType.class
RefactoringCollection.java package com.google.errorprone final enum com.google.errorprone.RefactoringCollection$RefactoringResultType extends java.lang.Enum { public static final enum com.google.errorprone.RefactoringCollection$RefactoringResultType NO_CHANGES public static final enum com.google.errorprone.RefactoringCollection$RefactoringResultType CHANGED private static final synthetic com.google.errorprone.RefactoringCollection$RefactoringResultType[] $VALUES public static com.google.errorprone.RefactoringCollection$RefactoringResultType[] values () public static com.google.errorprone.RefactoringCollection$RefactoringResultType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.RefactoringCollection$RefactoringResultType[] $values () static void <clinit> () }
com/google/errorprone/fixes/AppliedFix$Applier.class
AppliedFix.java package com.google.errorprone.fixes public com.google.errorprone.fixes.AppliedFix$Applier extends java.lang.Object { private final CharSequence source private final com.sun.tools.javac.tree.EndPosTable endPositions public void <init> (java.lang.CharSequence, com.sun.tools.javac.tree.EndPosTable) CharSequence source com.sun.tools.javac.tree.EndPosTable endPositions public com.google.errorprone.fixes.AppliedFix apply (com.google.errorprone.fixes.Fix) com.google.errorprone.fixes.Replacement repl com.google.errorprone.fixes.Fix suggestedFix com.google.common.collect.ImmutableSet replacements StringBuilder replaced int positionInOriginal String snippet private static com.google.common.collect.ImmutableSet ascending (java.util.Set) java.util.Set set com.google.errorprone.fixes.Replacements replacements private static java.lang.String firstEditedLine (java.lang.StringBuilder, com.google.errorprone.fixes.Replacement) StringBuilder content com.google.errorprone.fixes.Replacement firstEdit int startOfFirstEditedLine int endOfFirstEditedLine String snippet }
com/google/errorprone/fixes/AutoValue_Replacement.class
AutoValue_Replacement.java package com.google.errorprone.fixes final com.google.errorprone.fixes.AutoValue_Replacement extends com.google.errorprone.fixes.Replacement { private final com.google.common.collect.Range range private final String replaceWith void <init> (com.google.common.collect.Range, java.lang.String) com.google.common.collect.Range range String replaceWith public com.google.common.collect.Range range () public java.lang.String replaceWith () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.fixes.Replacement that Object o public int hashCode () int h$ }
com/google/errorprone/fixes/package-info.class
package-info.java package com.google.errorprone.fixes abstract synthetic com.google.errorprone.fixes.package-info extends java.lang.Object { }
com/google/errorprone/fixes/Replacements$CoalescePolicy$1.class
Replacements.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$1 extends com.google.errorprone.fixes.Replacements$CoalescePolicy { private void <init> (java.lang.String, int, com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy) com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy duplicateInsertPolicy public java.lang.String coalesce (java.lang.String, java.lang.String) String replacement String existing }
com/google/errorprone/fixes/Replacements$CoalescePolicy$DuplicateInsertPolicy.class
Replacements.java package com.google.errorprone.fixes abstract enum com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy extends java.lang.Enum { public static final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy KEEP public static final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy DROP private static final synthetic com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy[] $VALUES public static com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy[] values () public static com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.errorprone.fixes.Replacement combineDuplicateInserts (com.google.errorprone.fixes.Replacement) private static synthetic com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy[] $values () static void <clinit> () }
com/google/errorprone/fixes/AdjustedPosition.class
AdjustedPosition.java package com.google.errorprone.fixes public com.google.errorprone.fixes.AdjustedPosition extends java.lang.Object implements com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition { protected final com.sun.tools.javac.tree.JCTree position protected final int startPositionAdjustment protected final int endPositionAdjustment public void <init> (com.sun.tools.javac.tree.JCTree, int, int) com.sun.tools.javac.tree.JCTree position int startPosAdjustment int endPosAdjustment public int getStartPosition () public com.sun.tools.javac.tree.JCTree getTree () public int getPreferredPosition () public int getEndPosition (com.sun.tools.javac.tree.EndPosTable) com.sun.tools.javac.tree.EndPosTable endPositions }
com/google/errorprone/fixes/SuggestedFixes$8.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$8 extends com.sun.tools.javac.code.Types$DefaultTypeVisitor { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix void <init> (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) public java.lang.String visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Void) com.sun.tools.javac.code.Type$WildcardType t Void unused StringBuilder sb public java.lang.String visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Void) com.sun.tools.javac.code.Type$ClassType t Void unused StringBuilder sb public java.lang.String visitCapturedType (com.sun.tools.javac.code.Type$CapturedType, java.lang.Void) com.sun.tools.javac.code.Type$CapturedType t Void unused public java.lang.String visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Void) com.sun.tools.javac.code.Type$ArrayType t Void unused public java.lang.String visitType (com.sun.tools.javac.code.Type, java.lang.Void) com.sun.tools.javac.code.Type t Void unused public volatile synthetic java.lang.Object visitCapturedType (com.sun.tools.javac.code.Type$CapturedType, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) private synthetic java.lang.String lambda$visitClassType$0 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type a }
com/google/errorprone/fixes/SuggestedFixes$1.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic boolean[] val$result void <init> (com.sun.tools.javac.code.Symbol, boolean[]) public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/fixes/SuggestedFixes$7.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$7 extends com.sun.source.util.DocTreeScanner { final synthetic String val$name final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.tools.javac.tree.DCTree$DCDocComment val$docCommentTree final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fixBuilder final synthetic String val$typeVarReplacement void <init> (java.lang.String, com.google.errorprone.VisitorState, com.sun.tools.javac.tree.DCTree$DCDocComment, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) public java.lang.Void visitParam (com.sun.source.doctree.ParamTree, java.lang.Void) com.sun.source.util.DocSourcePositions positions com.sun.source.tree.CompilationUnitTree compilationUnitTree int startPos int endPos com.sun.source.doctree.ParamTree paramTree Void unused public volatile synthetic java.lang.Object visitParam (com.sun.source.doctree.ParamTree, java.lang.Object) }
com/google/errorprone/fixes/SuggestedFix$PrefixInsertion.class
SuggestedFix.java package com.google.errorprone.fixes abstract com.google.errorprone.fixes.SuggestedFix$PrefixInsertion extends com.google.errorprone.fixes.SuggestedFix$InsertionFix { void <init> () public static com.google.errorprone.fixes.SuggestedFix$PrefixInsertion create (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position String insertion protected int getInsertionIndex (com.sun.tools.javac.tree.EndPosTable) com.sun.tools.javac.tree.EndPosTable endPositions }
com/google/errorprone/fixes/Fix.class
Fix.java package com.google.errorprone.fixes public abstract com.google.errorprone.fixes.Fix extends java.lang.Object { public abstract java.lang.String toString (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) public java.lang.String getShortDescription () public abstract java.util.Set getReplacements (com.sun.tools.javac.tree.EndPosTable) public abstract java.util.Collection getImportsToAdd () public abstract java.util.Collection getImportsToRemove () public abstract boolean isEmpty () }
com/google/errorprone/fixes/SuggestedFixes$FixCompiler$1.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$FixCompiler$1 extends javax.tools.SimpleJavaFileObject { final synthetic com.google.errorprone.apply.SourceFile val$fixSource void <init> (java.net.URI, javax.tools.JavaFileObject$Kind, com.google.errorprone.apply.SourceFile) java.net.URI uri javax.tools.JavaFileObject$Kind kind public java.lang.CharSequence getCharContent (boolean) boolean ignoreEncodingErrors }
com/google/errorprone/fixes/AppliedFix.class
AppliedFix.java package com.google.errorprone.fixes public com.google.errorprone.fixes.AppliedFix extends java.lang.Object { private final String snippet private final boolean isRemoveLine private void <init> (java.lang.String, boolean) String snippet boolean isRemoveLine public java.lang.CharSequence getNewCodeSnippet () public boolean isRemoveLine () public static com.google.errorprone.fixes.AppliedFix$Applier fromSource (java.lang.CharSequence, com.sun.tools.javac.tree.EndPosTable) CharSequence source com.sun.tools.javac.tree.EndPosTable endPositions }
com/google/errorprone/fixes/Replacements$CoalescePolicy$4.class
Replacements.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$4 extends com.google.errorprone.fixes.Replacements$CoalescePolicy { private void <init> (java.lang.String, int, com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy) com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy duplicateInsertPolicy public java.lang.String coalesce (java.lang.String, java.lang.String) String replacement String existing }
com/google/errorprone/fixes/SuggestedFix$ReplacementFix.class
SuggestedFix.java package com.google.errorprone.fixes abstract com.google.errorprone.fixes.SuggestedFix$ReplacementFix extends java.lang.Object implements com.google.errorprone.fixes.SuggestedFix$FixOperation { void <init> () abstract com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition original () abstract java.lang.String replacement () public static com.google.errorprone.fixes.SuggestedFix$ReplacementFix create (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition original String replacement public com.google.errorprone.fixes.Replacement getReplacement (com.sun.tools.javac.tree.EndPosTable) com.sun.tools.javac.tree.EndPosTable endPositions }
com/google/errorprone/fixes/AutoValue_SuggestedFix_PrefixInsertion.class
AutoValue_SuggestedFix_PrefixInsertion.java package com.google.errorprone.fixes final com.google.errorprone.fixes.AutoValue_SuggestedFix_PrefixInsertion extends com.google.errorprone.fixes.SuggestedFix$PrefixInsertion { private final com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position private final String insertion void <init> (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position String insertion protected com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position () protected java.lang.String insertion () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.fixes.SuggestedFix$PrefixInsertion that Object o public int hashCode () int h$ }
com/google/errorprone/fixes/AutoValue_SuggestedFix_ReplacementFix.class
AutoValue_SuggestedFix_ReplacementFix.java package com.google.errorprone.fixes final com.google.errorprone.fixes.AutoValue_SuggestedFix_ReplacementFix extends com.google.errorprone.fixes.SuggestedFix$ReplacementFix { private final com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition original private final String replacement void <init> (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition original String replacement com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition original () java.lang.String replacement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.fixes.SuggestedFix$ReplacementFix that Object o public int hashCode () int h$ }
com/google/errorprone/fixes/SuggestedFixes$3.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$3 extends com.sun.source.util.TreeScanner { final synthetic String val$name final synthetic String val$qualifiedName final synthetic java.util.concurrent.atomic.AtomicBoolean val$foundConflict void <init> (java.lang.String, java.lang.String, java.util.concurrent.atomic.AtomicBoolean) public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree method Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree ident Void unused private void process (com.sun.source.tree.Tree, javax.lang.model.element.Name) com.sun.source.tree.Tree tree javax.lang.model.element.Name identifier com.sun.tools.javac.code.Symbol symbol String identifierQualifiedName public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/fixes/Replacements$1.class
Replacements.java package com.google.errorprone.fixes com.google.errorprone.fixes.Replacements$1 extends java.lang.Object implements java.util.Comparator { void <init> () public int compare (com.google.common.collect.Range, com.google.common.collect.Range) com.google.common.collect.Range o1 com.google.common.collect.Range o2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/errorprone/fixes/Replacements$CoalescePolicy$DuplicateInsertPolicy$1.class
Replacements.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy$1 extends com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy { private void <init> (java.lang.String, int) com.google.errorprone.fixes.Replacement combineDuplicateInserts (com.google.errorprone.fixes.Replacement) com.google.errorprone.fixes.Replacement insertion }
com/google/errorprone/fixes/$AutoValue_SuggestedFix.class
$AutoValue_SuggestedFix.java package com.google.errorprone.fixes abstract com.google.errorprone.fixes.$AutoValue_SuggestedFix extends com.google.errorprone.fixes.SuggestedFix { private final com.google.common.collect.ImmutableList fixes private final com.google.common.collect.ImmutableSet getImportsToAdd private final com.google.common.collect.ImmutableSet getImportsToRemove private final String getShortDescription void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet, java.lang.String) com.google.common.collect.ImmutableList fixes com.google.common.collect.ImmutableSet getImportsToAdd com.google.common.collect.ImmutableSet getImportsToRemove String getShortDescription com.google.common.collect.ImmutableList fixes () public com.google.common.collect.ImmutableSet getImportsToAdd () public com.google.common.collect.ImmutableSet getImportsToRemove () public java.lang.String getShortDescription () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.fixes.SuggestedFix that Object o public int hashCode () int h$ public volatile synthetic java.util.Collection getImportsToRemove () public volatile synthetic java.util.Collection getImportsToAdd () }
com/google/errorprone/fixes/Replacements$CoalescePolicy$DuplicateInsertPolicy$2.class
Replacements.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy$2 extends com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy { private void <init> (java.lang.String, int) com.google.errorprone.fixes.Replacement combineDuplicateInserts (com.google.errorprone.fixes.Replacement) com.google.errorprone.fixes.Replacement insertion }
com/google/errorprone/fixes/BranchedSuggestedFixes$Builder.class
BranchedSuggestedFixes.java package com.google.errorprone.fixes public com.google.errorprone.fixes.BranchedSuggestedFixes$Builder extends java.lang.Object { private com.google.common.collect.ImmutableList$Builder builder private com.google.common.collect.ImmutableList savedList public void <init> () public com.google.errorprone.fixes.BranchedSuggestedFixes$Builder startWith (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix fix public com.google.errorprone.fixes.BranchedSuggestedFixes$Builder addOption (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix s com.google.errorprone.fixes.SuggestedFix fix public com.google.errorprone.fixes.BranchedSuggestedFixes$Builder then () public com.google.errorprone.fixes.BranchedSuggestedFixes build () }
com/google/errorprone/fixes/SuggestedFix.class
SuggestedFix.java package com.google.errorprone.fixes public abstract com.google.errorprone.fixes.SuggestedFix extends java.lang.Object implements com.google.errorprone.fixes.Fix { private static final com.google.errorprone.fixes.SuggestedFix EMPTY public void <init> () abstract com.google.common.collect.ImmutableList fixes () private static com.google.errorprone.fixes.SuggestedFix create (com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.fixes.SuggestedFix$Builder builder public boolean isEmpty () public abstract com.google.common.collect.ImmutableSet getImportsToAdd () public abstract com.google.common.collect.ImmutableSet getImportsToRemove () public java.lang.String toString (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) com.google.errorprone.fixes.Replacement replacement com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit StringBuilder result public abstract java.lang.String getShortDescription () public abstract int hashCode () public java.util.Set getReplacements (com.sun.tools.javac.tree.EndPosTable) com.google.errorprone.fixes.SuggestedFix$FixOperation fix com.sun.tools.javac.tree.EndPosTable endPositions com.google.errorprone.fixes.Replacements replacements public static com.google.errorprone.fixes.SuggestedFix replace (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree tree String replaceWith public static com.google.errorprone.fixes.SuggestedFix replace (int, int, java.lang.String) int startPos int endPos String replaceWith public static com.google.errorprone.fixes.SuggestedFix replace (com.sun.source.tree.Tree, java.lang.String, int, int) com.sun.source.tree.Tree node String replaceWith int startPosAdjustment int endPosAdjustment public static com.google.errorprone.fixes.SuggestedFix prefixWith (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree node String prefix public static com.google.errorprone.fixes.SuggestedFix postfixWith (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree node String postfix public static com.google.errorprone.fixes.SuggestedFix delete (com.sun.source.tree.Tree) com.sun.source.tree.Tree node public static com.google.errorprone.fixes.SuggestedFix swap (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.Tree node1 com.sun.source.tree.Tree node2 public static com.google.errorprone.fixes.SuggestedFix emptyFix () public static com.google.errorprone.fixes.SuggestedFix$Builder builder () public volatile synthetic java.util.Collection getImportsToRemove () public volatile synthetic java.util.Collection getImportsToAdd () static void <clinit> () }
com/google/errorprone/fixes/SuggestedFixes$2.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$2 extends javax.lang.model.util.SimpleTypeVisitor8 { final synthetic com.google.errorprone.VisitorState val$state void <init> (com.google.errorprone.VisitorState) protected java.lang.String defaultAction (javax.lang.model.type.TypeMirror, com.google.errorprone.fixes.SuggestedFix$Builder) javax.lang.model.type.TypeMirror e com.google.errorprone.fixes.SuggestedFix$Builder builder public java.lang.String visitArray (javax.lang.model.type.ArrayType, com.google.errorprone.fixes.SuggestedFix$Builder) javax.lang.model.type.ArrayType t com.google.errorprone.fixes.SuggestedFix$Builder builder public java.lang.String visitDeclared (javax.lang.model.type.DeclaredType, com.google.errorprone.fixes.SuggestedFix$Builder) javax.lang.model.type.TypeMirror arg javax.lang.model.type.DeclaredType t com.google.errorprone.fixes.SuggestedFix$Builder builder String baseType StringBuilder b boolean started public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/errorprone/fixes/SuggestedFixes$5.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$5 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$replacement final synthetic com.google.errorprone.VisitorState val$state void <init> (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.google.errorprone.VisitorState) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/fixes/Replacements$CoalescePolicy.class
Replacements.java package com.google.errorprone.fixes public abstract enum com.google.errorprone.fixes.Replacements$CoalescePolicy extends java.lang.Enum { public static final enum com.google.errorprone.fixes.Replacements$CoalescePolicy REJECT public static final enum com.google.errorprone.fixes.Replacements$CoalescePolicy REPLACEMENT_FIRST public static final enum com.google.errorprone.fixes.Replacements$CoalescePolicy EXISTING_FIRST public static final enum com.google.errorprone.fixes.Replacements$CoalescePolicy KEEP_ONLY_IDENTICAL_INSERTS private final com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy duplicateInsertPolicy private static final synthetic com.google.errorprone.fixes.Replacements$CoalescePolicy[] $VALUES public static com.google.errorprone.fixes.Replacements$CoalescePolicy[] values () public static com.google.errorprone.fixes.Replacements$CoalescePolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy) com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy duplicateInsertPolicy public abstract java.lang.String coalesce (java.lang.String, java.lang.String) private com.google.errorprone.fixes.Replacement handleDuplicateInsertion (com.google.errorprone.fixes.Replacement) com.google.errorprone.fixes.Replacement replacement private static synthetic com.google.errorprone.fixes.Replacements$CoalescePolicy[] $values () static void <clinit> () }
com/google/errorprone/fixes/SuggestedFixes$AdditionPosition.class
SuggestedFixes.java package com.google.errorprone.fixes public abstract enum com.google.errorprone.fixes.SuggestedFixes$AdditionPosition extends java.lang.Enum { public static final enum com.google.errorprone.fixes.SuggestedFixes$AdditionPosition FIRST public static final enum com.google.errorprone.fixes.SuggestedFixes$AdditionPosition LAST private static final synthetic com.google.errorprone.fixes.SuggestedFixes$AdditionPosition[] $VALUES public static com.google.errorprone.fixes.SuggestedFixes$AdditionPosition[] values () public static com.google.errorprone.fixes.SuggestedFixes$AdditionPosition valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract int pos (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) private static boolean definedInSourceFile (com.sun.source.tree.Tree) com.sun.source.tree.Tree member com.sun.tools.javac.code.Symbol sym private static synthetic com.google.errorprone.fixes.SuggestedFixes$AdditionPosition[] $values () static void <clinit> () }
com/google/errorprone/fixes/Replacements.class
Replacements.java package com.google.errorprone.fixes public com.google.errorprone.fixes.Replacements extends java.lang.Object { private static final java.util.Comparator DESCENDING private final java.util.TreeMap replacements private final com.google.common.collect.RangeMap overlaps private final java.util.TreeSet zeroLengthRanges public void <init> () public com.google.errorprone.fixes.Replacements add (com.google.errorprone.fixes.Replacement) com.google.errorprone.fixes.Replacement replacement public com.google.errorprone.fixes.Replacements add (com.google.errorprone.fixes.Replacement, com.google.errorprone.fixes.Replacements$CoalescePolicy) com.google.errorprone.fixes.Replacement existing com.google.errorprone.fixes.Replacement replacement com.google.errorprone.fixes.Replacements$CoalescePolicy coalescePolicy private void checkOverlaps (com.google.errorprone.fixes.Replacement) com.google.errorprone.fixes.Replacement replacement com.google.common.collect.Range replacementRange java.util.Collection overlap java.util.Set containedZeroLengthRangeStarts public java.util.Set descending () public com.google.common.collect.ImmutableSet ascending () public boolean isEmpty () static void <clinit> () }
com/google/errorprone/fixes/Replacements$CoalescePolicy$3.class
Replacements.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$3 extends com.google.errorprone.fixes.Replacements$CoalescePolicy { private void <init> (java.lang.String, int, com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy) com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy duplicateInsertPolicy public java.lang.String coalesce (java.lang.String, java.lang.String) String replacement String existing }
com/google/errorprone/fixes/SuggestedFixes$FixCompiler$Result.class
SuggestedFixes.java package com.google.errorprone.fixes public abstract com.google.errorprone.fixes.SuggestedFixes$FixCompiler$Result extends java.lang.Object { public void <init> () public abstract java.util.List diagnostics () private static com.google.errorprone.fixes.SuggestedFixes$FixCompiler$Result create (java.util.List) java.util.List diagnostics }
com/google/errorprone/fixes/SuggestedFix$Builder.class
SuggestedFix.java package com.google.errorprone.fixes public com.google.errorprone.fixes.SuggestedFix$Builder extends java.lang.Object { private final java.util.List fixes private final java.util.Set importsToAdd private final java.util.Set importsToRemove private String shortDescription protected void <init> () public boolean isEmpty () public com.google.errorprone.fixes.SuggestedFix build () private com.google.errorprone.fixes.SuggestedFix$Builder with (com.google.errorprone.fixes.SuggestedFix$FixOperation) com.google.errorprone.fixes.SuggestedFix$FixOperation fix public com.google.errorprone.fixes.SuggestedFix$Builder setShortDescription (java.lang.String) String shortDescription public com.google.errorprone.fixes.SuggestedFix$Builder replace (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree node String replaceWith public com.google.errorprone.fixes.SuggestedFix$Builder replace (int, int, java.lang.String) int startPos int endPos String replaceWith com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos public com.google.errorprone.fixes.SuggestedFix$Builder replace (com.sun.source.tree.Tree, java.lang.String, int, int) com.sun.source.tree.Tree node String replaceWith int startPosAdjustment int endPosAdjustment public com.google.errorprone.fixes.SuggestedFix$Builder prefixWith (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree node String prefix public com.google.errorprone.fixes.SuggestedFix$Builder postfixWith (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree node String postfix public com.google.errorprone.fixes.SuggestedFix$Builder delete (com.sun.source.tree.Tree) com.sun.source.tree.Tree node public com.google.errorprone.fixes.SuggestedFix$Builder swap (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.Tree node1 com.sun.source.tree.Tree node2 public com.google.errorprone.fixes.SuggestedFix$Builder addImport (java.lang.String) String importString public com.google.errorprone.fixes.SuggestedFix$Builder addStaticImport (java.lang.String) String importString public com.google.errorprone.fixes.SuggestedFix$Builder removeImport (java.lang.String) String importString public com.google.errorprone.fixes.SuggestedFix$Builder removeStaticImport (java.lang.String) String importString public com.google.errorprone.fixes.SuggestedFix$Builder merge (com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.fixes.SuggestedFix$Builder other public com.google.errorprone.fixes.SuggestedFix$Builder merge (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix other private static void checkNotSyntheticConstructor (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree }
com/google/errorprone/fixes/SuggestedFixes$FixCompiler.class
SuggestedFixes.java package com.google.errorprone.fixes public final com.google.errorprone.fixes.SuggestedFixes$FixCompiler extends java.lang.Object { private final java.util.List fileObjects private final com.google.errorprone.VisitorState state private final com.sun.tools.javac.api.BasicJavacTask javacTask private void <init> (java.util.List, com.google.errorprone.VisitorState, com.sun.tools.javac.api.BasicJavacTask) java.util.List fileObjects com.google.errorprone.VisitorState state com.sun.tools.javac.api.BasicJavacTask javacTask public com.google.errorprone.fixes.SuggestedFixes$FixCompiler$Result compile (com.google.common.collect.ImmutableList) java.io.IOException e com.google.common.collect.ImmutableList extraOptions javax.tools.DiagnosticCollector diagnosticListener com.sun.tools.javac.util.Context context com.sun.tools.javac.main.Arguments arguments com.sun.source.util.JavacTask newTask private com.sun.tools.javac.util.Context createContext () String value String key com.sun.tools.javac.util.Context context com.sun.tools.javac.util.Options options com.sun.tools.javac.util.Options originalOptions public static java.net.URI getModifiedFileUri (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit javax.tools.JavaFileObject modifiedFile public static com.google.errorprone.fixes.SuggestedFixes$FixCompiler create (com.google.errorprone.fixes.Fix, com.google.errorprone.VisitorState) throws java.io.IOException com.google.errorprone.fixes.Fix fix com.google.errorprone.VisitorState state com.sun.tools.javac.api.BasicJavacTask javacTask com.sun.tools.javac.main.Arguments arguments java.util.ArrayList fileObjects private static void applyFix (com.google.errorprone.fixes.Fix, com.google.errorprone.VisitorState, java.util.ArrayList) throws java.io.IOException com.google.errorprone.fixes.Fix fix com.google.errorprone.VisitorState state java.util.ArrayList fileObjects com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit javax.tools.JavaFileObject modifiedFile CharSequence modifiedFileContent java.net.URI modifiedFileUri private static synthetic void lambda$applyFix$1 (com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.google.errorprone.fixes.Fix, javax.tools.JavaFileObject, java.lang.CharSequence, java.util.ArrayList, int) com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.google.errorprone.fixes.Fix fix javax.tools.JavaFileObject modifiedFile CharSequence modifiedFileContent java.util.ArrayList fileObjects int i com.google.errorprone.apply.DescriptionBasedDiff diff com.google.errorprone.apply.SourceFile fixSource private static synthetic boolean lambda$applyFix$0 (java.util.ArrayList, java.net.URI, int) java.util.ArrayList fileObjects java.net.URI modifiedFileUri int i }
com/google/errorprone/fixes/SuggestedFix$FixOperation.class
SuggestedFix.java package com.google.errorprone.fixes abstract com.google.errorprone.fixes.SuggestedFix$FixOperation extends java.lang.Object { public abstract com.google.errorprone.fixes.Replacement getReplacement (com.sun.tools.javac.tree.EndPosTable) }
com/google/errorprone/fixes/AutoValue_SuggestedFix.class
AutoValue_SuggestedFix.java package com.google.errorprone.fixes final com.google.errorprone.fixes.AutoValue_SuggestedFix extends com.google.errorprone.fixes.$AutoValue_SuggestedFix { private volatile transient int hashCode private volatile transient boolean hashCode$Memoized void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet, java.lang.String) com.google.common.collect.ImmutableList fixes$ com.google.common.collect.ImmutableSet getImportsToAdd$ com.google.common.collect.ImmutableSet getImportsToRemove$ String getShortDescription$ public int hashCode () public boolean equals (java.lang.Object) Object that }
com/google/errorprone/fixes/SuggestedFix$PostfixInsertion.class
SuggestedFix.java package com.google.errorprone.fixes abstract com.google.errorprone.fixes.SuggestedFix$PostfixInsertion extends com.google.errorprone.fixes.SuggestedFix$InsertionFix { void <init> () public static com.google.errorprone.fixes.SuggestedFix$PostfixInsertion create (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position String insertion protected int getInsertionIndex (com.sun.tools.javac.tree.EndPosTable) com.sun.tools.javac.tree.EndPosTable endPositions }
com/google/errorprone/fixes/SuggestedFixes$6.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$6 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$typeParameterSymbol final synthetic com.google.errorprone.VisitorState val$state final synthetic String val$name final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fixBuilder final synthetic String val$typeVarReplacement void <init> (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, java.lang.String, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused com.sun.tools.javac.code.Symbol identSym public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/fixes/IndexedPosition.class
IndexedPosition.java package com.google.errorprone.fixes public com.google.errorprone.fixes.IndexedPosition extends java.lang.Object implements com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition { final int startPos final int endPos public void <init> (int, int) int startPos int endPos public com.sun.tools.javac.tree.JCTree getTree () public int getStartPosition () public int getPreferredPosition () public int getEndPosition (com.sun.tools.javac.tree.EndPosTable) com.sun.tools.javac.tree.EndPosTable endPosTable }
com/google/errorprone/fixes/AutoValue_SuggestedFixes_FixCompiler_Result.class
AutoValue_SuggestedFixes_FixCompiler_Result.java package com.google.errorprone.fixes final com.google.errorprone.fixes.AutoValue_SuggestedFixes_FixCompiler_Result extends com.google.errorprone.fixes.SuggestedFixes$FixCompiler$Result { private final java.util.List diagnostics void <init> (java.util.List) java.util.List diagnostics public java.util.List diagnostics () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.fixes.SuggestedFixes$FixCompiler$Result that Object o public int hashCode () int h$ }
com/google/errorprone/fixes/SuggestedFixes.class
SuggestedFixes.java package com.google.errorprone.fixes public final com.google.errorprone.fixes.SuggestedFixes extends java.lang.Object { private static final com.google.common.base.Splitter COMPONENT_SPLITTER private static final com.google.common.collect.ImmutableSet SOURCE_TARGET_OPTIONS private static final com.google.common.collect.ImmutableSet TREE_TYPE_UNKNOWN_ANNOTATION private static javax.lang.model.element.Modifier getTokModifierKind (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken tok public static transient java.util.Optional addModifiers (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, javax.lang.model.element.Modifier[]) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state javax.lang.model.element.Modifier[] modifiers com.sun.source.tree.ModifiersTree originalModifiers public static java.util.Optional addModifiers (com.sun.source.tree.Tree, com.sun.source.tree.ModifiersTree, com.google.errorprone.VisitorState, java.util.Set) javax.lang.model.element.Modifier mod javax.lang.model.element.Modifier mod com.google.errorprone.util.ErrorProneToken tok java.util.Map modifierPositions java.util.List tokens com.sun.source.tree.Tree tree com.sun.source.tree.ModifiersTree originalModifiers com.google.errorprone.VisitorState state java.util.Set modifiers java.util.Set toAdd com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.List modifiersToWrite private static void addRemainingModifiers (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.source.tree.ModifiersTree, java.util.Collection, com.google.errorprone.fixes.SuggestedFix$Builder) int pos int insertPos int pos com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.source.tree.ModifiersTree originalModifiers java.util.Collection toAdd com.google.errorprone.fixes.SuggestedFix$Builder fix int insertPos public static transient java.util.Optional removeModifiers (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, javax.lang.model.element.Modifier[]) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state javax.lang.model.element.Modifier[] modifiers com.google.common.collect.ImmutableSet toRemove com.sun.source.tree.ModifiersTree originalModifiers public static java.util.Optional removeModifiers (com.sun.source.tree.ModifiersTree, com.google.errorprone.VisitorState, java.util.Set) javax.lang.model.element.Modifier mod com.google.errorprone.util.ErrorProneToken tok com.sun.source.tree.ModifiersTree originalModifiers com.google.errorprone.VisitorState state java.util.Set toRemove com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.List tokens boolean empty public static java.lang.String qualifyType (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol found com.sun.tools.javac.code.Symbol curr com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol sym java.util.Deque names private static boolean variableClashInScope (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.source.tree.MethodTree method boolean[] result public static java.lang.String qualifyType (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, javax.lang.model.type.TypeMirror) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix javax.lang.model.type.TypeMirror type public static java.lang.String qualifyType (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) String component String qualifiedName com.sun.tools.javac.code.Symbol found int i com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix String typeName java.util.List components String simpleName com.sun.tools.javac.code.Symbol simpleNameSymbol public static java.lang.String qualifyStaticImport (java.lang.String, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState) String className String qualifiedName com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.VisitorState state String name java.util.concurrent.atomic.AtomicBoolean foundConflict public static void replaceDocTree (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.util.DocTreePath, java.lang.String) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.util.DocTreePath docPath String replacement com.sun.source.doctree.DocTree leaf com.sun.tools.javac.tree.DCTree$DCEndPosTree node com.sun.tools.javac.tree.DCTree$DCDocComment comment private static int endPosition (com.sun.tools.javac.tree.DCTree$DCEndPosTree, com.sun.tools.javac.tree.DCTree$DCDocComment, com.sun.source.util.DocTreePath) java.lang.reflect.Method method ReflectiveOperationException e com.sun.tools.javac.tree.DCTree$DCEndPosTree node com.sun.tools.javac.tree.DCTree$DCDocComment comment com.sun.source.util.DocTreePath docPath com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos com.sun.tools.javac.tree.EndPosTable endPositions public static void qualifyDocReference (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.util.DocTreePath, com.google.errorprone.VisitorState) String qualifiedName com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.util.DocTreePath docPath com.google.errorprone.VisitorState state com.sun.source.doctree.DocTree leaf com.sun.tools.javac.tree.DCTree$DCReference reference com.sun.tools.javac.code.Symbol sym String refString String qualifiedName int idx public static com.google.errorprone.fixes.SuggestedFix removeElement (com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree java.util.List trees com.google.errorprone.VisitorState state int indexOf int startPos int endPos public static transient com.google.errorprone.fixes.SuggestedFix addMembers (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, java.lang.String, java.lang.String[]) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state String firstMember String[] otherMembers public static transient com.google.errorprone.fixes.SuggestedFix addMembers (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFixes$AdditionPosition, java.lang.String, java.lang.String[]) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFixes$AdditionPosition where String firstMember String[] otherMembers java.util.List members public static java.util.Optional addMembers (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFixes$AdditionPosition, java.lang.Iterable) String item com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFixes$AdditionPosition where Iterable members java.util.Iterator items StringBuilder stringBuilder int pos public static com.google.errorprone.fixes.SuggestedFix renameVariable (com.sun.source.tree.VariableTree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree String replacement com.google.errorprone.VisitorState state String name int typeEndPos int searchOffset int pos public static com.google.errorprone.fixes.SuggestedFix renameVariableUsages (com.sun.source.tree.VariableTree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree String replacement com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol$VarSymbol sym public static com.google.errorprone.fixes.SuggestedFix renameMethod (com.sun.source.tree.MethodTree, java.lang.String, com.google.errorprone.VisitorState) com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.MethodTree tree String replacement com.google.errorprone.VisitorState state int basePos int endPos java.util.List methodTokens public static com.google.errorprone.fixes.SuggestedFix renameMethodWithInvocations (com.sun.source.tree.MethodTree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree String replacement com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol$MethodSymbol sym public static com.google.errorprone.fixes.SuggestedFix renameMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.String, com.google.errorprone.VisitorState) javax.lang.model.element.Name identifier int startPos javax.lang.model.element.Name identifier int startPos com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.MethodInvocationTree tree String replacement com.google.errorprone.VisitorState state com.sun.source.tree.Tree methodSelect javax.lang.model.element.Name identifier int startPos int endPos java.util.List tokens private static java.lang.IllegalStateException malformedMethodInvocationTree (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree public static com.google.errorprone.fixes.SuggestedFix renameTypeParameter (com.sun.source.tree.TypeParameterTree, com.sun.source.tree.Tree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree typeParameter com.sun.source.tree.Tree owningTree String typeVarReplacement com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol typeParameterSymbol String name int pos com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.tools.javac.tree.DCTree$DCDocComment docCommentTree public static com.google.errorprone.fixes.Fix deleteExceptions (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, java.util.List) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state java.util.List toDelete java.util.List trees String replacement private static int getThrowsPosition (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public static com.google.errorprone.fixes.SuggestedFix addSuppressWarnings (com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.VisitorState state String warningToSuppress public static com.google.errorprone.fixes.SuggestedFix addSuppressWarnings (com.google.errorprone.VisitorState, java.lang.String, java.lang.String) com.google.errorprone.VisitorState state String warningToSuppress String lineComment com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder public static void addSuppressWarnings (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state String warningToSuppress public static void addSuppressWarnings (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, java.lang.String, java.lang.String) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state String warningToSuppress String lineComment public static void addSuppressWarnings (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, java.lang.String, java.lang.String, boolean) String[] values com.sun.source.tree.AnnotationTree suppressAnnotationTree String replacement com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state String warningToSuppress String lineComment boolean commentOnNewLine com.sun.source.tree.Tree suppressibleNode SuppressWarnings existingAnnotation String suppression java.util.Optional formattedLineComment public static void removeSuppressWarnings (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state String warningToRemove com.sun.source.tree.Tree suppressibleNode com.sun.source.tree.AnnotationTree suppressAnnotationTree SuppressWarnings annotation com.google.common.collect.ImmutableSet warningsSuppressed com.google.common.collect.ImmutableSet newWarningSet private static java.util.List findAnnotationsTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.source.tree.ModifiersTree maybeModifiers private static com.sun.source.tree.Tree suppressibleNode (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.google.errorprone.fixes.SuggestedFix$Builder addValuesToAnnotationArgument (com.sun.source.tree.AnnotationTree, java.lang.String, java.util.Collection, com.google.errorprone.VisitorState) String parameterPrefix com.sun.source.tree.AnnotationTree annotation String parameterName java.util.Collection newValues com.google.errorprone.VisitorState state java.util.Optional maybeExistingArgument com.sun.source.tree.ExpressionTree existingArgument com.sun.source.tree.NewArrayTree newArray public static com.google.errorprone.fixes.SuggestedFix$Builder updateAnnotationArgumentValues (com.sun.source.tree.AnnotationTree, java.lang.String, java.util.Collection) com.sun.source.tree.AnnotationTree annotation String parameterName java.util.Collection newValues public static com.google.errorprone.fixes.SuggestedFix$Builder updateAnnotationArgumentValues (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState, java.lang.String, java.util.Collection) String parameterPrefix com.sun.source.tree.AnnotationTree annotation com.google.errorprone.VisitorState state String parameterName java.util.Collection newValues java.util.Optional maybeExistingArgument com.sun.source.tree.ExpressionTree existingArgument private static java.lang.String newArgument (java.lang.String, java.util.Collection) String existingParameters java.util.Collection initializers private static java.lang.String newArgument (java.util.Collection) java.util.Collection initializers StringBuilder expression private static java.util.Optional findArgument (com.sun.source.tree.AnnotationTree, java.lang.String) com.sun.source.tree.AssignmentTree assignment com.sun.source.tree.ExpressionTree argument com.sun.source.tree.AnnotationTree annotation String parameter public static boolean compilesWithFix (com.google.errorprone.fixes.Fix, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Fix fix com.google.errorprone.VisitorState state public static boolean compilesWithFix (com.google.errorprone.fixes.Fix, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableList, boolean) com.google.errorprone.fixes.Fix fix com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList extraOptions boolean onlyInSameCompilationUnit com.google.common.collect.ImmutableList$Builder extraOptionsBuilder int maxErrors int maxWarnings private static int findOptionOrAppend (com.google.common.collect.ImmutableList$Builder, com.google.common.collect.ImmutableList, java.lang.String, int) int value com.google.common.collect.ImmutableList$Builder newOptions com.google.common.collect.ImmutableList extraOptions String key int defaultValue int pos int value private static boolean compilesWithFix (com.google.errorprone.fixes.Fix, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableList, boolean, int, int) com.google.errorprone.fixes.SuggestedFixes$FixCompiler fixCompiler java.io.IOException e javax.tools.JavaFileObject diagnosticSource boolean diagnosticInSameCompilationUnit javax.tools.Diagnostic diagnostic com.google.errorprone.fixes.Fix fix com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList extraOptions boolean onlyInSameCompilationUnit int maxErrors int maxWarnings com.google.errorprone.fixes.SuggestedFixes$FixCompiler fixCompiler com.google.errorprone.fixes.SuggestedFixes$FixCompiler$Result compilationResult java.net.URI modifiedFileUri int countErrors int countWarnings boolean warningIsError boolean warningInSameCompilationUnit static java.net.URI sourceURI (java.net.URI) java.io.IOException e java.net.URI uri public static java.lang.String prettyType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state public static java.lang.String prettyType (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder existingFix com.sun.tools.javac.code.Type type com.google.errorprone.fixes.SuggestedFix$Builder fix public static java.util.Optional suggestExemptingAnnotation (java.lang.String, com.sun.source.util.TreePath, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet supportedExemptingAnnotationLocationKinds String annotationName int idx String exemptingAnnotation com.sun.source.util.TreePath where com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder com.sun.tools.javac.code.Type exemptingAnnotationType com.google.common.collect.ImmutableSet supportedExemptingAnnotationLocationKinds String annotationName java.util.Optional exemptingAnnotationLocation private static boolean isAnonymousClassTree (com.sun.source.tree.Tree) com.sun.source.tree.ClassTree classTree com.sun.source.tree.Tree t public static boolean suggestedExemptingAnnotationSupported (javax.lang.model.element.Element) javax.lang.model.element.Element exemptingAnnotation private static com.google.common.collect.ImmutableSet supportedTreeTypes (javax.lang.model.element.Element) java.lang.annotation.ElementType t javax.lang.model.element.Element exemptingAnnotation java.lang.annotation.Target targetAnnotation com.google.common.collect.ImmutableSet$Builder types public static com.google.errorprone.fixes.SuggestedFix replaceIncludingComments (com.sun.source.util.TreePath, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.Tree member int startTokenization int startTokenization int endOfCommentPos CharSequence stringBetweenComments com.sun.tools.javac.parser.Tokens$Comment comment com.sun.source.util.TreePath path String replacement com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree com.sun.source.tree.Tree parent com.sun.source.tree.Tree previousMember com.sun.source.tree.ClassTree classTree int startTokenization java.util.List tokens com.google.common.collect.ImmutableList comments int startPos CharSequence sourceCode private static java.util.List getTokensAfterOpeningBrace (java.util.List) int i java.util.List tokens public static java.lang.String castTree (com.sun.source.tree.ExpressionTree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expressionTree String toType com.google.errorprone.VisitorState state boolean needsParentheses private void <init> () private static synthetic boolean lambda$replaceIncludingComments$13 (int) int c private static synthetic int lambda$replaceIncludingComments$12 (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment c private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$suggestExemptingAnnotation$11 (com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.sun.source.tree.Tree) com.google.errorprone.fixes.SuggestedFix$Builder builder String annotationName com.sun.source.tree.Tree location private static synthetic boolean lambda$suggestExemptingAnnotation$10 (com.google.common.collect.ImmutableSet, com.sun.source.tree.Tree) com.google.common.collect.ImmutableSet supportedExemptingAnnotationLocationKinds com.sun.source.tree.Tree tree private static synthetic boolean lambda$suppressibleNode$9 (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static synthetic boolean lambda$removeSuppressWarnings$8 (java.lang.String, java.lang.String) String warningToRemove String warning private static synthetic void lambda$addSuppressWarnings$7 (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.AnnotationTree, java.lang.String) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.AnnotationTree suppressAnnotationTree String lc private static synthetic java.lang.String lambda$addSuppressWarnings$6 (java.lang.String) String s private static synthetic boolean lambda$deleteExceptions$5 (java.util.List, com.sun.source.tree.ExpressionTree) java.util.List toDelete com.sun.source.tree.ExpressionTree t private static synthetic int lambda$addRemainingModifiers$4 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic boolean lambda$addRemainingModifiers$3 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic boolean lambda$addRemainingModifiers$2 (int, int) int pos int thisPos private static synthetic boolean lambda$addRemainingModifiers$1 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken tok private static synthetic void lambda$addModifiers$0 (java.util.List, com.google.errorprone.fixes.SuggestedFix$Builder, javax.lang.model.element.Modifier, java.lang.Integer) java.util.List modifiersToWrite com.google.errorprone.fixes.SuggestedFix$Builder fix javax.lang.model.element.Modifier mod Integer p static void <clinit> () }
com/google/errorprone/fixes/SuggestedFixes$4.class
SuggestedFixes.java package com.google.errorprone.fixes com.google.errorprone.fixes.SuggestedFixes$4 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$replacement final synthetic com.google.errorprone.VisitorState val$state void <init> (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.google.errorprone.VisitorState) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/fixes/SuggestedFixes$9.class
SuggestedFixes.java package com.google.errorprone.fixes synthetic com.google.errorprone.fixes.SuggestedFixes$9 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$parser$Tokens$TokenKind static final synthetic int[] $SwitchMap$javax$tools$Diagnostic$Kind static final synthetic int[] $SwitchMap$java$lang$annotation$ElementType static void <clinit> () }
com/google/errorprone/fixes/Replacements$CoalescePolicy$2.class
Replacements.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.Replacements$CoalescePolicy$2 extends com.google.errorprone.fixes.Replacements$CoalescePolicy { private void <init> (java.lang.String, int, com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy) com.google.errorprone.fixes.Replacements$CoalescePolicy$DuplicateInsertPolicy duplicateInsertPolicy public java.lang.String coalesce (java.lang.String, java.lang.String) String replacement String existing }
com/google/errorprone/fixes/Replacement.class
Replacement.java package com.google.errorprone.fixes public abstract com.google.errorprone.fixes.Replacement extends java.lang.Object { public void <init> () public static com.google.errorprone.fixes.Replacement create (int, int, java.lang.String) int startPosition int endPosition String replaceWith public int startPosition () public int length () public int endPosition () public abstract com.google.common.collect.Range range () public abstract java.lang.String replaceWith () com.google.errorprone.fixes.Replacement withDifferentText (java.lang.String) String replaceWith }
com/google/errorprone/fixes/SuggestedFixes$AdditionPosition$2.class
SuggestedFixes.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.SuggestedFixes$AdditionPosition$2 extends com.google.errorprone.fixes.SuggestedFixes$AdditionPosition { private void <init> (java.lang.String, int) int pos (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/fixes/SuggestedFixes$AdditionPosition$1.class
SuggestedFixes.java package com.google.errorprone.fixes final enum com.google.errorprone.fixes.SuggestedFixes$AdditionPosition$1 extends com.google.errorprone.fixes.SuggestedFixes$AdditionPosition { private void <init> (java.lang.String, int) int pos (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state int classStart com.google.common.collect.ImmutableList members com.sun.tools.javac.tree.JCTree firstMember int firstMemberStart java.util.List methodTokens java.util.ListIterator iter private static synthetic boolean lambda$pos$1 (int, com.sun.source.tree.Tree) int classStart com.sun.source.tree.Tree member private static synthetic boolean lambda$pos$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree x$0 }
com/google/errorprone/fixes/FixedPosition.class
FixedPosition.java package com.google.errorprone.fixes public final com.google.errorprone.fixes.FixedPosition extends java.lang.Object implements com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition { private final com.sun.tools.javac.tree.JCTree tree private final int startPosition public void <init> (com.sun.source.tree.Tree, int) com.sun.source.tree.Tree tree int startPosition public com.sun.tools.javac.tree.JCTree getTree () public int getStartPosition () public int getPreferredPosition () public int getEndPosition (com.sun.tools.javac.tree.EndPosTable) com.sun.tools.javac.tree.EndPosTable endPosTable }
com/google/errorprone/fixes/BranchedSuggestedFixes.class
BranchedSuggestedFixes.java package com.google.errorprone.fixes public com.google.errorprone.fixes.BranchedSuggestedFixes extends java.lang.Object { private final com.google.common.collect.ImmutableList fixes private void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList fixes public com.google.common.collect.ImmutableList getFixes () public static com.google.errorprone.fixes.BranchedSuggestedFixes$Builder builder () }
com/google/errorprone/fixes/SuggestedFix$InsertionFix.class
SuggestedFix.java package com.google.errorprone.fixes abstract com.google.errorprone.fixes.SuggestedFix$InsertionFix extends java.lang.Object implements com.google.errorprone.fixes.SuggestedFix$FixOperation { void <init> () protected abstract int getInsertionIndex (com.sun.tools.javac.tree.EndPosTable) protected abstract com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position () protected abstract java.lang.String insertion () public com.google.errorprone.fixes.Replacement getReplacement (com.sun.tools.javac.tree.EndPosTable) com.sun.tools.javac.tree.EndPosTable endPositions int insertionIndex }
com/google/errorprone/fixes/AutoValue_SuggestedFix_PostfixInsertion.class
AutoValue_SuggestedFix_PostfixInsertion.java package com.google.errorprone.fixes final com.google.errorprone.fixes.AutoValue_SuggestedFix_PostfixInsertion extends com.google.errorprone.fixes.SuggestedFix$PostfixInsertion { private final com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position private final String insertion void <init> (com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, java.lang.String) com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position String insertion protected com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition position () protected java.lang.String insertion () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.fixes.SuggestedFix$PostfixInsertion that Object o public int hashCode () int h$ }
com/google/errorprone/ErrorProneFlags.class
ErrorProneFlags.java package com.google.errorprone public final com.google.errorprone.ErrorProneFlags extends java.lang.Object implements java.io.Serializable { public static final String PREFIX private final com.google.common.collect.ImmutableMap flagsMap public static com.google.errorprone.ErrorProneFlags empty () public static com.google.errorprone.ErrorProneFlags fromMap (java.util.Map) java.util.Map flagsMap private void <init> (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap flagsMap public com.google.common.collect.ImmutableMap getFlagsMap () public java.util.Optional get (java.lang.String) String key public java.util.Optional getBoolean (java.lang.String) String key public java.util.Optional getEnum (java.lang.String, java.lang.Class) String key Class clazz public java.util.Optional getEnumSet (java.lang.String, java.lang.Class) String key Class clazz private static java.lang.Enum asEnumValue (java.lang.String, java.lang.String, java.lang.Class) String key String value Class clazz private static boolean parseBoolean (java.lang.String) String value public java.util.Optional getInteger (java.lang.String) String key public java.util.Optional getList (java.lang.String) String key public java.util.Optional getSet (java.lang.String) String key public boolean isEmpty () public com.google.errorprone.ErrorProneFlags plus (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags other java.util.Map combinedMaps public static com.google.errorprone.ErrorProneFlags$Builder builder () private static synthetic java.util.Set lambda$getSet$6 (java.lang.String) String v private static synthetic java.util.List lambda$getList$5 (java.lang.String) String v private static synthetic java.lang.IllegalArgumentException lambda$asEnumValue$4 (java.lang.String, java.lang.String, java.lang.Class) String key String value Class clazz private static synthetic boolean lambda$asEnumValue$3 (java.lang.String, java.lang.Enum) String value Enum c private static synthetic com.google.common.collect.ImmutableSet lambda$getEnumSet$2 (java.lang.String, java.lang.Class, java.lang.String) String key Class clazz String value private static synthetic java.lang.Enum lambda$getEnumSet$1 (java.lang.String, java.lang.Class, java.lang.String) String key Class clazz String v private static synthetic java.lang.Enum lambda$getEnum$0 (java.lang.String, java.lang.Class, java.lang.String) String key Class clazz String value }
com/google/errorprone/util/ErrorProneScope.class
ErrorProneScope.java package com.google.errorprone.util public final com.google.errorprone.util.ErrorProneScope extends java.lang.Object { private static final Class FILTER_CLASS private static final java.lang.reflect.Method anyMatch private static final java.lang.reflect.Method getSymbolsByName private static final java.lang.reflect.Method getSymbolsByNameLookupKind private static final java.lang.reflect.Method getSymbols private static final java.lang.reflect.Method getSymbolsLookupKind private final com.sun.tools.javac.code.Scope scope public java.lang.Iterable getSymbolsByName (com.sun.tools.javac.util.Name, java.util.function.Predicate) com.sun.tools.javac.util.Name name java.util.function.Predicate predicate public java.lang.Iterable getSymbolsByName (com.sun.tools.javac.util.Name, java.util.function.Predicate, com.sun.tools.javac.code.Scope$LookupKind) com.sun.tools.javac.util.Name name java.util.function.Predicate predicate com.sun.tools.javac.code.Scope$LookupKind lookupKind public java.lang.Iterable getSymbols (java.util.function.Predicate) java.util.function.Predicate predicate public java.lang.Iterable getSymbols (java.util.function.Predicate, com.sun.tools.javac.code.Scope$LookupKind) java.util.function.Predicate predicate com.sun.tools.javac.code.Scope$LookupKind lookupKind public boolean anyMatch (java.util.function.Predicate) java.util.function.Predicate predicate private static java.lang.Class getFilterClass () ClassNotFoundException e private static transient java.lang.reflect.Method getImpl (java.lang.String, java.lang.Class[]) String name Class[] parameters void <init> (com.sun.tools.javac.code.Scope) com.sun.tools.javac.code.Scope scope private transient java.lang.Object invoke (java.lang.reflect.Method, java.lang.Object[]) ReflectiveOperationException e java.lang.reflect.Method method Object[] args private java.lang.Object maybeAsFilter (java.util.function.Predicate) java.util.function.Predicate predicate private static transient java.lang.reflect.Method getMethodOrDie (java.lang.Class, java.lang.String, java.lang.Class[]) NoSuchMethodException e Class clazz String name Class[] parameters private static synthetic java.lang.Class[] lambda$getImpl$1 (int) int x$0 private static synthetic java.lang.Class lambda$getImpl$0 (java.lang.Class) Class p static void <clinit> () }
com/google/errorprone/util/Signatures.class
Signatures.java package com.google.errorprone.util public final com.google.errorprone.util.Signatures extends java.lang.Object { private static final com.sun.tools.javac.code.Type$Visitor PRETTY_TYPE_VISITOR public static java.lang.String classDescriptor (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.google.errorprone.util.Signatures$SigGen sig public static java.lang.String descriptor (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.google.errorprone.util.Signatures$SigGen sig public static java.lang.String prettyMethodSignature (com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.util.Name name com.sun.tools.javac.code.Symbol$ClassSymbol origin com.sun.tools.javac.code.Symbol$MethodSymbol m StringBuilder sb public static java.lang.String prettyType (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type private void <init> () private static synthetic java.lang.String lambda$prettyMethodSignature$0 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol v static void <clinit> () }
com/google/errorprone/util/package-info.class
package-info.java package com.google.errorprone.util abstract synthetic com.google.errorprone.util.package-info extends java.lang.Object { }
com/google/errorprone/util/Signatures$SigGen.class
Signatures.java package com.google.errorprone.util com.google.errorprone.util.Signatures$SigGen extends com.sun.tools.javac.code.Types$SignatureGenerator { private final com.sun.tools.javac.util.ByteBuffer buffer protected void <init> (com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Types types protected void append (char) char ch protected void append (byte[]) byte[] ba protected void append (com.sun.tools.javac.util.Name) com.sun.tools.javac.util.Name name public java.lang.String toString () }
com/google/errorprone/util/Comments$1.class
Comments.java package com.google.errorprone.util synthetic com.google.errorprone.util.Comments$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$parser$Tokens$Comment$CommentStyle static void <clinit> () }
com/google/errorprone/util/SideEffectAnalysis$1.class
SideEffectAnalysis.java package com.google.errorprone.util synthetic com.google.errorprone.util.SideEffectAnalysis$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/util/RuntimeVersion.class
RuntimeVersion.java package com.google.errorprone.util public final com.google.errorprone.util.RuntimeVersion extends java.lang.Object { private static final int FEATURE public static boolean isAtLeast12 () public static boolean isAtLeast13 () public static boolean isAtLeast14 () public static boolean isAtLeast15 () public static boolean isAtLeast16 () public static boolean isAtLeast17 () public static boolean isAtLeast18 () public static boolean isAtLeast19 () public static boolean isAtLeast20 () public static boolean isAtLeast21 () public static int release () private void <init> () static void <clinit> () }
com/google/errorprone/util/Visibility$1.class
Visibility.java package com.google.errorprone.util final enum com.google.errorprone.util.Visibility$1 extends com.google.errorprone.util.Visibility { private void <init> (java.lang.String, int) public boolean shouldBeVisible (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public boolean shouldBeVisible (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state public java.lang.String description () }
com/google/errorprone/util/FindIdentifiers$1.class
FindIdentifiers.java package com.google.errorprone.util com.google.errorprone.util.FindIdentifiers$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.Tree val$stoppingPoint final synthetic com.google.common.collect.ImmutableSet$Builder val$builder void <init> (com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet$Builder) public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public java.lang.Void scan (java.lang.Iterable, java.lang.Void) com.sun.source.tree.Tree t com.google.common.collect.ImmutableList$Builder builder Iterable iterable Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object scan (java.lang.Iterable, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/util/MoreAnnotations$1.class
MoreAnnotations.java package com.google.errorprone.util com.google.errorprone.util.MoreAnnotations$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> () public java.util.stream.Stream visitString (java.lang.String, java.lang.Void) String s Void unused public java.util.stream.Stream visitArray (java.util.List, java.lang.Void) java.util.List list Void unused public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitString (java.lang.String, java.lang.Object) private static synthetic boolean lambda$visitArray$1 (java.lang.String) String x private synthetic java.util.stream.Stream lambda$visitArray$0 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue a }
com/google/errorprone/util/Visibility$5.class
Visibility.java package com.google.errorprone.util final enum com.google.errorprone.util.Visibility$5 extends com.google.errorprone.util.Visibility { private void <init> (java.lang.String, int) public boolean shouldBeVisible (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public boolean shouldBeVisible (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state public java.lang.String description () }
com/google/errorprone/util/Visibility$4.class
Visibility.java package com.google.errorprone.util final enum com.google.errorprone.util.Visibility$4 extends com.google.errorprone.util.Visibility { private void <init> (java.lang.String, int) public boolean shouldBeVisible (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.ClassTree classTree public boolean shouldBeVisible (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree classTree private boolean hasEnclosingClassOfSuperType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.ClassTree) com.sun.tools.javac.code.Symbol$ClassSymbol encl com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree classTree private boolean hasEnclosingClassExtending (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.ClassTree) com.sun.tools.javac.code.Symbol$ClassSymbol encl com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree classTree public java.lang.String description () }
com/google/errorprone/util/Commented$Position.class
Commented.java package com.google.errorprone.util public final enum com.google.errorprone.util.Commented$Position extends java.lang.Enum { public static final enum com.google.errorprone.util.Commented$Position BEFORE public static final enum com.google.errorprone.util.Commented$Position AFTER public static final enum com.google.errorprone.util.Commented$Position ANY private static final synthetic com.google.errorprone.util.Commented$Position[] $VALUES public static com.google.errorprone.util.Commented$Position[] values () public static com.google.errorprone.util.Commented$Position valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.util.Commented$Position[] $values () static void <clinit> () }
com/google/errorprone/util/ErrorProneToken.class
ErrorProneToken.java package com.google.errorprone.util public com.google.errorprone.util.ErrorProneToken extends java.lang.Object { private final int offset private final com.sun.tools.javac.parser.Tokens$Token token void <init> (com.sun.tools.javac.parser.Tokens$Token, int) com.sun.tools.javac.parser.Tokens$Token token int offset public com.sun.tools.javac.parser.Tokens$TokenKind kind () public int pos () public int endPos () public java.util.List comments () public boolean hasName () public boolean hasStringVal () String name public boolean hasRadix () public com.sun.tools.javac.util.Name name () public java.lang.String stringVal () public int radix () public java.lang.String toString () private synthetic com.google.errorprone.util.OffsetComment lambda$comments$0 (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment c }
com/google/errorprone/util/Signatures$1.class
Signatures.java package com.google.errorprone.util com.google.errorprone.util.Signatures$1 extends com.sun.tools.javac.code.Types$DefaultTypeVisitor { void <init> () public java.lang.String visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Void) com.sun.tools.javac.code.Type$WildcardType t Void unused StringBuilder sb public java.lang.String visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Void) com.sun.tools.javac.code.Type$ClassType t Void s StringBuilder sb public java.lang.String visitCapturedType (com.sun.tools.javac.code.Type$CapturedType, java.lang.Void) com.sun.tools.javac.code.Type$CapturedType t Void s public java.lang.String visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Void) com.sun.tools.javac.code.Type$ArrayType t Void unused public java.lang.String visitType (com.sun.tools.javac.code.Type, java.lang.Void) com.sun.tools.javac.code.Type t Void s public volatile synthetic java.lang.Object visitCapturedType (com.sun.tools.javac.code.Type$CapturedType, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) private synthetic java.lang.String lambda$visitClassType$0 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type a }
com/google/errorprone/util/SideEffectAnalysis.class
SideEffectAnalysis.java package com.google.errorprone.util public final com.google.errorprone.util.SideEffectAnalysis extends com.sun.source.util.TreeScanner { private boolean hasSideEffect private void <init> () public static boolean hasSideEffect (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression com.google.errorprone.util.SideEffectAnalysis analyzer public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.source.tree.CompoundAssignmentTree tree Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void unused public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree tree Void unused com.sun.tools.javac.tree.JCTree$JCUnary unary public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/util/MoreAnnotations$2.class
MoreAnnotations.java package com.google.errorprone.util synthetic com.google.errorprone.util.MoreAnnotations$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static final synthetic int[] $SwitchMap$com$sun$tools$javac$code$TargetType static void <clinit> () }
com/google/errorprone/util/Reachability.class
Reachability.java package com.google.errorprone.util public com.google.errorprone.util.Reachability extends java.lang.Object { public void <init> () public static boolean canCompleteNormally (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree statement public static boolean canCompleteNormally (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree caseTree java.util.List statements }
com/google/errorprone/util/Comments$ArgumentTracker.class
Comments.java package com.google.errorprone.util com.google.errorprone.util.Comments$ArgumentTracker extends java.lang.Object { private final com.google.errorprone.VisitorState state private final java.util.Iterator argumentsIterator private final int offset private final com.sun.tools.javac.util.Position$LineMap lineMap private com.google.errorprone.util.Commented$Builder currentCommentedResultBuilder private com.google.errorprone.util.Commented$Builder previousCommentedResultBuilder private final com.google.common.collect.ImmutableList$Builder resultBuilder private int currentArgumentStartPosition private int currentArgumentEndPosition private int previousArgumentEndPosition void <init> (java.lang.Iterable, int, com.google.errorprone.VisitorState, com.sun.tools.javac.util.Position$LineMap) Iterable arguments int offset com.google.errorprone.VisitorState state com.sun.tools.javac.util.Position$LineMap lineMap void advance () com.sun.source.tree.ExpressionTree nextArgument com.google.common.collect.ImmutableList build () boolean isPreviousArgumentOnPreviousLine () void addCommentToPreviousArgument (com.sun.tools.javac.parser.Tokens$Comment, com.google.errorprone.util.Commented$Position) com.sun.tools.javac.parser.Tokens$Comment c com.google.errorprone.util.Commented$Position position void addCommentToCurrentArgument (com.sun.tools.javac.parser.Tokens$Comment, com.google.errorprone.util.Commented$Position) com.sun.tools.javac.parser.Tokens$Comment c com.google.errorprone.util.Commented$Position position void addAllCommentsToCurrentArgument (java.lang.Iterable, com.google.errorprone.util.Commented$Position) Iterable comments com.google.errorprone.util.Commented$Position position boolean hasMoreArguments () }
com/google/errorprone/util/Comments.class
Comments.java package com.google.errorprone.util public final com.google.errorprone.util.Comments extends java.lang.Object { public static com.google.common.collect.ImmutableList findCommentsForArguments (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree newClassTree com.google.errorprone.VisitorState state int startPosition public static com.google.common.collect.ImmutableList findCommentsForArguments (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state int startPosition public static java.lang.String getTextFromComment (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment comment private static com.google.common.collect.ImmutableList findCommentsForArguments (com.sun.source.tree.Tree, java.util.List, int, com.google.errorprone.VisitorState) com.google.errorprone.util.ErrorProneTokens$CommentWithTextAndPosition comment int commentStart int commentEnd com.sun.tools.javac.parser.Tokens$Comment c com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.Tree tree java.util.List arguments int invocationStart com.google.errorprone.VisitorState state CharSequence sourceCode java.util.Optional endPosition CharSequence source int invocationEnd com.google.common.collect.TreeRangeSet exclude com.google.errorprone.util.ErrorProneTokens errorProneTokens com.google.common.collect.ImmutableList tokens com.sun.tools.javac.util.Position$LineMap lineMap com.google.errorprone.util.Comments$ArgumentTracker argumentTracker com.google.errorprone.util.Comments$TokenTracker tokenTracker private static com.google.common.collect.ImmutableList noComments (java.util.List) java.util.List arguments static java.util.Optional computeEndPosition (com.sun.source.tree.Tree, java.lang.CharSequence, com.google.errorprone.VisitorState) com.sun.source.tree.Tree methodInvocationTree CharSequence sourceCode com.google.errorprone.VisitorState state int invocationEnd int nextNewLine int nextNodeEnd com.google.errorprone.util.Comments$MethodScanner scanner private static com.sun.source.tree.Tree getNextNodeOrParent (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree current com.google.errorprone.VisitorState state com.sun.source.tree.Tree predecessorNode com.sun.source.util.TreePath enclosingPath com.sun.source.tree.Tree parent private static java.lang.Object after (java.lang.Object, java.lang.Iterable, java.lang.Object) Object target Iterable iterable Object defaultValue java.util.Iterator iterator private void <init> () private static synthetic com.google.errorprone.util.Commented lambda$noComments$1 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree a private static synthetic void lambda$findCommentsForArguments$0 (com.google.common.collect.TreeRangeSet, int, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.common.collect.TreeRangeSet exclude int invocationStart com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg }
com/google/errorprone/util/Visibility$3.class
Visibility.java package com.google.errorprone.util final enum com.google.errorprone.util.Visibility$3 extends com.google.errorprone.util.Visibility { private void <init> (java.lang.String, int) public boolean shouldBeVisible (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public boolean shouldBeVisible (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.sun.tools.javac.code.Symbol$PackageSymbol packge public java.lang.String description () }
com/google/errorprone/util/MoreAnnotations$1Visitor.class
MoreAnnotations.java package com.google.errorprone.util com.google.errorprone.util.MoreAnnotations$1Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> () public java.lang.Integer visitInt (int, java.lang.Void) int i Void unused public volatile synthetic java.lang.Object visitInt (int, java.lang.Object) }
com/google/errorprone/util/OffsetComment.class
OffsetComment.java package com.google.errorprone.util final com.google.errorprone.util.OffsetComment extends java.lang.Object implements com.sun.tools.javac.parser.Tokens$Comment { private final com.sun.tools.javac.parser.Tokens$Comment wrapped private final int offset void <init> (com.sun.tools.javac.parser.Tokens$Comment, int) com.sun.tools.javac.parser.Tokens$Comment wrapped int offset public java.lang.String getText () public int getSourcePos (int) int i public com.sun.tools.javac.parser.Tokens$Comment$CommentStyle getStyle () public boolean isDeprecated () }
com/google/errorprone/util/Reachability$CanCompleteNormallyVisitor.class
Reachability.java package com.google.errorprone.util com.google.errorprone.util.Reachability$CanCompleteNormallyVisitor extends com.sun.source.util.SimpleTreeVisitor { private final java.util.Set breaks private final java.util.Set continues private void <init> () boolean scan (java.util.List) com.sun.source.tree.StatementTree tree java.util.List trees boolean completes private boolean scan (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public java.lang.Boolean visitBreak (com.sun.source.tree.BreakTree, java.lang.Void) com.sun.source.tree.BreakTree tree Void unused public java.lang.Boolean visitContinue (com.sun.source.tree.ContinueTree, java.lang.Void) com.sun.source.tree.ContinueTree tree Void unused private static com.sun.source.tree.Tree skipLabel (com.sun.tools.javac.tree.JCTree) com.sun.tools.javac.tree.JCTree tree public java.lang.Boolean visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.BlockTree tree Void unused public java.lang.Boolean visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused public java.lang.Boolean visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused public java.lang.Boolean visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Void) com.sun.source.tree.EmptyStatementTree tree Void unused public java.lang.Boolean visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Void) com.sun.source.tree.LabeledStatementTree tree Void unused public java.lang.Boolean visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Void) com.sun.source.tree.ExpressionStatementTree tree Void unused private static boolean isSystemExit (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Symbol$MethodSymbol sym public java.lang.Boolean visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void unused boolean thenCompletes boolean elseCompletes public java.lang.Boolean visitAssert (com.sun.source.tree.AssertTree, java.lang.Void) com.sun.source.tree.AssertTree tree Void unused public java.lang.Boolean visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Void) com.sun.source.tree.CaseTree c com.sun.source.tree.SwitchTree tree Void unused boolean lastCompletes public java.lang.Boolean visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Void) com.sun.source.tree.WhileLoopTree tree Void unused Boolean condValue public java.lang.Boolean visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Void) com.sun.source.tree.DoWhileLoopTree that Void unused boolean completes boolean conditionIsAlwaysTrue public java.lang.Boolean visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Void) com.sun.source.tree.ForLoopTree that Void unused Boolean condValue public java.lang.Boolean visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Void) com.sun.source.tree.EnhancedForLoopTree that Void unused public java.lang.Boolean visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree tree Void unused public java.lang.Boolean visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree tree Void unused public java.lang.Boolean visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Void) com.sun.source.tree.SynchronizedTree tree Void unused public java.lang.Boolean visitTry (com.sun.source.tree.TryTree, java.lang.Void) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree that Void unused boolean completes public volatile synthetic java.lang.Object visitAssert (com.sun.source.tree.AssertTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitContinue (com.sun.source.tree.ContinueTree, java.lang.Object) public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Object) public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private static synthetic boolean lambda$visitSwitch$1 (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree c private static synthetic boolean lambda$visitSwitch$0 (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree c }
com/google/errorprone/util/FindIdentifiers$2.class
FindIdentifiers.java package com.google.errorprone.util synthetic com.google.errorprone.util.FindIdentifiers$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/util/MoreAnnotations$3Visitor.class
MoreAnnotations.java package com.google.errorprone.util com.google.errorprone.util.MoreAnnotations$3Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic Class val$clazz void <init> (java.lang.Class) public java.lang.Enum visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement c Void unused public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) }
com/google/errorprone/util/AutoValue_ASTHelpers_TargetType.class
AutoValue_ASTHelpers_TargetType.java package com.google.errorprone.util final com.google.errorprone.util.AutoValue_ASTHelpers_TargetType extends com.google.errorprone.util.ASTHelpers$TargetType { private final com.sun.tools.javac.code.Type type private final com.sun.source.util.TreePath path void <init> (com.sun.tools.javac.code.Type, com.sun.source.util.TreePath) com.sun.tools.javac.code.Type type com.sun.source.util.TreePath path public com.sun.tools.javac.code.Type type () public com.sun.source.util.TreePath path () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.util.ASTHelpers$TargetType that Object o public int hashCode () int h$ }
com/google/errorprone/util/ASTHelpers$1.class
ASTHelpers.java package com.google.errorprone.util com.google.errorprone.util.ASTHelpers$1 extends com.google.common.collect.AbstractIterator { private com.sun.source.tree.ExpressionTree current final synthetic com.sun.source.tree.ExpressionTree val$tree void <init> (com.sun.source.tree.ExpressionTree) protected com.sun.source.tree.ExpressionTree computeNext () protected volatile synthetic java.lang.Object computeNext () }
com/google/errorprone/util/SourceVersion.class
SourceVersion.java package com.google.errorprone.util public final com.google.errorprone.util.SourceVersion extends java.lang.Object { public static boolean supportsSwitchExpressions (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public static boolean supportsTextBlocks (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public static boolean supportsEffectivelyFinal (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context private static boolean sourceIsAtLeast (com.sun.tools.javac.util.Context, int) com.sun.tools.javac.util.Context context int version com.sun.tools.javac.code.Source lowerBound private void <init> () }
com/google/errorprone/util/ErrorProneTokens.class
ErrorProneTokens.java package com.google.errorprone.util public com.google.errorprone.util.ErrorProneTokens extends java.lang.Object { private final int offset private final com.google.errorprone.util.ErrorProneTokens$CommentSavingTokenizer commentSavingTokenizer private final com.sun.tools.javac.parser.ScannerFactory scannerFactory public void <init> (java.lang.String, com.sun.tools.javac.util.Context) String source com.sun.tools.javac.util.Context context public void <init> (java.lang.String, int, com.sun.tools.javac.util.Context) String source int offset com.sun.tools.javac.util.Context context char[] buffer public com.sun.tools.javac.util.Position$LineMap getLineMap () public com.google.common.collect.ImmutableList getTokens () com.sun.tools.javac.parser.Scanner scanner com.google.common.collect.ImmutableList$Builder tokens public static com.google.common.collect.ImmutableList getTokens (java.lang.String, com.sun.tools.javac.util.Context) String source com.sun.tools.javac.util.Context context public static com.google.common.collect.ImmutableList getTokens (java.lang.String, int, com.sun.tools.javac.util.Context) String source int offset com.sun.tools.javac.util.Context context }
com/google/errorprone/util/MoreAnnotations$2Visitor.class
MoreAnnotations.java package com.google.errorprone.util com.google.errorprone.util.MoreAnnotations$2Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> () public java.lang.String visitString (java.lang.String, java.lang.Void) String s Void unused public volatile synthetic java.lang.Object visitString (java.lang.String, java.lang.Object) }
com/google/errorprone/util/OperatorPrecedence.class
OperatorPrecedence.java package com.google.errorprone.util public final enum com.google.errorprone.util.OperatorPrecedence extends java.lang.Enum { public static final enum com.google.errorprone.util.OperatorPrecedence POSTFIX public static final enum com.google.errorprone.util.OperatorPrecedence UNARY public static final enum com.google.errorprone.util.OperatorPrecedence MULTIPLICATIVE public static final enum com.google.errorprone.util.OperatorPrecedence ADDITIVE public static final enum com.google.errorprone.util.OperatorPrecedence SHIFT public static final enum com.google.errorprone.util.OperatorPrecedence RELATIONAL public static final enum com.google.errorprone.util.OperatorPrecedence EQUALITY public static final enum com.google.errorprone.util.OperatorPrecedence AND public static final enum com.google.errorprone.util.OperatorPrecedence XOR public static final enum com.google.errorprone.util.OperatorPrecedence OR public static final enum com.google.errorprone.util.OperatorPrecedence CONDITIONAL_AND public static final enum com.google.errorprone.util.OperatorPrecedence CONDITIONAL_OR public static final enum com.google.errorprone.util.OperatorPrecedence TERNARY public static final enum com.google.errorprone.util.OperatorPrecedence ASSIGNMENT private final int precedence private static final synthetic com.google.errorprone.util.OperatorPrecedence[] $VALUES public static com.google.errorprone.util.OperatorPrecedence[] values () public static com.google.errorprone.util.OperatorPrecedence valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int) int precedence public boolean isHigher (com.google.errorprone.util.OperatorPrecedence) com.google.errorprone.util.OperatorPrecedence other public static com.google.errorprone.util.OperatorPrecedence from (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind kind private static synthetic com.google.errorprone.util.OperatorPrecedence[] $values () static void <clinit> () }
com/google/errorprone/util/ErrorProneTokens$CommentSavingTokenizer.class
ErrorProneTokens.java package com.google.errorprone.util com.google.errorprone.util.ErrorProneTokens$CommentSavingTokenizer extends com.sun.tools.javac.parser.JavaTokenizer { void <init> (com.sun.tools.javac.parser.ScannerFactory, char[], int) com.sun.tools.javac.parser.ScannerFactory fac char[] buffer int length protected com.sun.tools.javac.parser.Tokens$Comment processComment (int, int, com.sun.tools.javac.parser.Tokens$Comment$CommentStyle) int pos int endPos com.sun.tools.javac.parser.Tokens$Comment$CommentStyle style char[] buf private char[] getRawCharactersReflectively (int, int) Object instance ReflectiveOperationException e ReflectiveOperationException e int beginIndex int endIndex Object instance }
com/google/errorprone/util/OperatorPrecedence$1.class
OperatorPrecedence.java package com.google.errorprone.util synthetic com.google.errorprone.util.OperatorPrecedence$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/util/AutoValue_Commented.class
AutoValue_Commented.java package com.google.errorprone.util final com.google.errorprone.util.AutoValue_Commented extends com.google.errorprone.util.Commented { private final com.sun.source.tree.Tree tree private final com.google.common.collect.ImmutableList beforeComments private final com.google.common.collect.ImmutableList afterComments private void <init> (com.sun.source.tree.Tree, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.sun.source.tree.Tree tree com.google.common.collect.ImmutableList beforeComments com.google.common.collect.ImmutableList afterComments public com.sun.source.tree.Tree tree () public com.google.common.collect.ImmutableList beforeComments () public com.google.common.collect.ImmutableList afterComments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.util.Commented that Object o public int hashCode () int h$ }
com/google/errorprone/util/Commented.class
Commented.java package com.google.errorprone.util public abstract com.google.errorprone.util.Commented extends java.lang.Object { public void <init> () public abstract com.sun.source.tree.Tree tree () public abstract com.google.common.collect.ImmutableList beforeComments () public abstract com.google.common.collect.ImmutableList afterComments () static com.google.errorprone.util.Commented$Builder builder () }
com/google/errorprone/util/Regexes.class
Regexes.java package com.google.errorprone.util public final com.google.errorprone.util.Regexes extends java.lang.Object { private static final com.google.common.collect.ImmutableMap REGEXCHAR_TO_LITERALCHAR private static final com.google.common.base.CharMatcher UNESCAPED_CONSTRUCT public static java.util.Optional convertRegexToLiteral (java.lang.String) java.util.regex.PatternSyntaxException e Character controlChar char escaped char current int i String s boolean inQuote StringBuilder result int length private void <init> () static void <clinit> () }
com/google/errorprone/util/ErrorProneTokens$CommentWithTextAndPosition.class
ErrorProneTokens.java package com.google.errorprone.util com.google.errorprone.util.ErrorProneTokens$CommentWithTextAndPosition extends java.lang.Object implements com.sun.tools.javac.parser.Tokens$Comment { private final int pos private final int endPos private final com.google.errorprone.util.ErrorProneTokens$AccessibleReader reader private final com.sun.tools.javac.parser.Tokens$Comment$CommentStyle style private String text public void <init> (int, int, com.google.errorprone.util.ErrorProneTokens$AccessibleReader, com.sun.tools.javac.parser.Tokens$Comment$CommentStyle) int pos int endPos com.google.errorprone.util.ErrorProneTokens$AccessibleReader reader com.sun.tools.javac.parser.Tokens$Comment$CommentStyle style public int getPos () public int getEndPos () public int getSourcePos (int) int index public com.sun.tools.javac.parser.Tokens$Comment$CommentStyle getStyle () public java.lang.String getText () String text public boolean isDeprecated () public java.lang.String toString () }
com/google/errorprone/util/FindIdentifiers.class
FindIdentifiers.java package com.google.errorprone.util public final com.google.errorprone.util.FindIdentifiers extends java.lang.Object { public static com.sun.tools.javac.code.Symbol findIdent (java.lang.String, com.google.errorprone.VisitorState) String name com.google.errorprone.VisitorState state public static com.sun.tools.javac.code.Symbol findIdent (java.lang.String, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Kinds$KindSelector) com.sun.tools.javac.comp.Env env com.sun.source.tree.MethodTree enclosingMethod com.sun.tools.javac.code.Symbol result ReflectiveOperationException e String name com.google.errorprone.VisitorState state com.sun.tools.javac.code.Kinds$KindSelector kind com.sun.tools.javac.code.Type$ClassType enclosingClass com.sun.tools.javac.comp.Env env private static com.sun.tools.javac.code.Symbol findIdent (java.lang.String, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Kinds$KindSelector, com.sun.tools.javac.comp.Env) throws java.lang.NoSuchMethodException java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException java.lang.reflect.Method method String name com.google.errorprone.VisitorState state com.sun.tools.javac.code.Kinds$KindSelector kind com.sun.tools.javac.comp.Env env java.lang.reflect.Method method private static com.sun.source.tree.ClassTree getEnclosingClass (com.sun.source.util.TreePath) com.sun.source.util.TreePath parent com.sun.source.tree.Tree leaf com.sun.source.util.TreePath treePath public static com.google.common.collect.ImmutableSet findAllIdents (com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree stmt com.sun.source.tree.VariableTree param com.sun.source.tree.VariableTree param com.sun.source.tree.Tree member com.sun.tools.javac.code.Symbol var com.sun.tools.javac.code.Scope scope com.google.common.collect.ImmutableList$Builder varsList com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type classType java.util.List classTypeClosure java.util.List superTypes com.sun.source.tree.Tree resource com.sun.source.tree.Tree resource com.sun.source.tree.TryTree tryTree boolean inResources com.sun.tools.javac.code.Symbol var com.sun.source.tree.MemberSelectTree memberSelectTree com.sun.tools.javac.code.Scope scope com.sun.source.tree.ImportTree importTree com.sun.source.tree.Tree curr com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder result com.sun.source.tree.Tree prev public static com.google.common.collect.ImmutableSet findUnusedIdentifiers (com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree statement com.sun.source.tree.ForLoopTree forLoop com.sun.source.tree.EnhancedForLoopTree enhancedFor com.sun.source.tree.Tree curr com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder definedVariables com.google.common.collect.ImmutableSet$Builder usedSymbols com.sun.source.tree.Tree prev public static com.google.common.collect.ImmutableSet findReferencedIdentifiers (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet$Builder builder public static com.google.common.collect.ImmutableList findAllFields (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type classType com.google.errorprone.VisitorState state private static com.sun.source.util.TreeScanner createFindIdentifiersScanner (com.google.common.collect.ImmutableSet$Builder, com.sun.source.tree.Tree) com.google.common.collect.ImmutableSet$Builder builder com.sun.source.tree.Tree stoppingPoint private static boolean isVisible (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.util.TreePath) com.google.common.collect.ImmutableList enclosingClasses com.sun.tools.javac.code.Symbol$PackageSymbol enclosingPackage java.util.Set modifiers com.sun.tools.javac.code.Symbol$VarSymbol var com.sun.source.util.TreePath path private static boolean inStaticContext (com.sun.source.util.TreePath) com.sun.source.tree.VariableTree variableTree com.sun.tools.javac.code.Symbol$VarSymbol variableSym com.sun.tools.javac.code.Symbol$MethodSymbol methodSym com.sun.source.tree.Tree tree com.sun.source.util.TreePath path com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass com.sun.tools.javac.code.Symbol$ClassSymbol directSuperClass com.sun.source.tree.Tree prev private static void addIfVariable (com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet$Builder) com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet$Builder setBuilder private static void addAllIfVariable (java.util.List, com.google.common.collect.ImmutableSet$Builder) com.sun.source.tree.Tree tree java.util.List list com.google.common.collect.ImmutableSet$Builder setBuilder private static boolean lowerThan (com.sun.source.util.TreePath, java.util.function.BiPredicate, java.util.function.BiPredicate) com.sun.source.tree.Tree curr com.sun.source.util.TreePath parentPath com.sun.source.util.TreePath path java.util.function.BiPredicate predicate1 java.util.function.BiPredicate predicate2 int index1 int index2 int count private void <init> () private static synthetic boolean lambda$isVisible$9 (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol$VarSymbol var com.sun.source.tree.Tree curr com.sun.source.tree.Tree unused private static synthetic boolean lambda$isVisible$8 (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.Tree curr com.sun.source.tree.Tree parent private static synthetic boolean lambda$isVisible$7 (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol$VarSymbol var com.sun.source.tree.Tree curr com.sun.source.tree.Tree unused private static synthetic boolean lambda$isVisible$6 (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.Tree curr com.sun.source.tree.Tree unused com.sun.tools.javac.code.Symbol sym private static synthetic java.util.stream.Stream lambda$findAllFields$5 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$TypeSymbol tsym com.sun.tools.javac.code.Scope$WriteableScope scope private static synthetic boolean lambda$findAllFields$4 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol v private static synthetic com.sun.tools.javac.code.Symbol$VarSymbol lambda$findAllFields$3 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol v private static synthetic void lambda$findUnusedIdentifiers$2 (com.google.common.collect.ImmutableSet$Builder, com.sun.source.tree.StatementTree) com.google.common.collect.ImmutableSet$Builder definedVariables com.sun.source.tree.StatementTree t private static synthetic boolean lambda$findAllIdents$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol variable private static synthetic boolean lambda$findAllIdents$0 (com.sun.source.tree.MemberSelectTree, com.sun.tools.javac.code.Symbol) com.sun.source.tree.MemberSelectTree memberSelectTree com.sun.tools.javac.code.Symbol sym }
com/google/errorprone/util/Visibility.class
Visibility.java package com.google.errorprone.util public abstract enum com.google.errorprone.util.Visibility extends java.lang.Enum implements java.lang.Comparable { public static final enum com.google.errorprone.util.Visibility NONE public static final enum com.google.errorprone.util.Visibility PRIVATE public static final enum com.google.errorprone.util.Visibility PACKAGE_PRIVATE public static final enum com.google.errorprone.util.Visibility PROTECTED public static final enum com.google.errorprone.util.Visibility PUBLIC private static final synthetic com.google.errorprone.util.Visibility[] $VALUES public static com.google.errorprone.util.Visibility[] values () public static com.google.errorprone.util.Visibility valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public abstract boolean shouldBeVisible (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) public abstract boolean shouldBeVisible (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) public static com.google.errorprone.util.Visibility fromModifiers (java.util.Set) java.util.Set modifiers public boolean isAtLeastAsRestrictiveAs (com.google.errorprone.util.Visibility) com.google.errorprone.util.Visibility visibility public boolean isMoreVisibleThan (com.google.errorprone.util.Visibility) com.google.errorprone.util.Visibility visibility public abstract java.lang.String description () private static synthetic com.google.errorprone.util.Visibility[] $values () static void <clinit> () }
com/google/errorprone/util/Commented$Builder.class
Commented.java package com.google.errorprone.util abstract com.google.errorprone.util.Commented$Builder extends java.lang.Object { void <init> () abstract com.google.errorprone.util.Commented$Builder setTree (com.sun.source.tree.Tree) protected abstract com.google.common.collect.ImmutableList$Builder beforeCommentsBuilder () protected abstract com.google.common.collect.ImmutableList$Builder afterCommentsBuilder () com.google.errorprone.util.Commented$Builder addComment (com.sun.tools.javac.parser.Tokens$Comment, int, int, com.google.errorprone.util.Commented$Position) com.sun.tools.javac.parser.Tokens$Comment comment int nodePosition int tokenizingOffset com.google.errorprone.util.Commented$Position position com.google.errorprone.util.OffsetComment offsetComment com.google.errorprone.util.Commented$Builder addAllComment (java.lang.Iterable, int, int, com.google.errorprone.util.Commented$Position) com.sun.tools.javac.parser.Tokens$Comment comment Iterable comments int nodePosition int tokenizingOffset com.google.errorprone.util.Commented$Position position abstract com.google.errorprone.util.Commented build () }
com/google/errorprone/util/ErrorProneTokens$AccessibleReader.class
ErrorProneTokens.java package com.google.errorprone.util com.google.errorprone.util.ErrorProneTokens$AccessibleReader extends com.sun.tools.javac.parser.UnicodeReader { protected void <init> (com.sun.tools.javac.parser.ScannerFactory, char[], int) com.sun.tools.javac.parser.ScannerFactory fac char[] buffer int length }
com/google/errorprone/util/MoreAnnotations$4Visitor.class
MoreAnnotations.java package com.google.errorprone.util com.google.errorprone.util.MoreAnnotations$4Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> () public javax.lang.model.type.TypeMirror visitType (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void unused public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/errorprone/util/MoreAnnotations.class
MoreAnnotations.java package com.google.errorprone.util public final com.google.errorprone.util.MoreAnnotations extends java.lang.Object { public static java.util.stream.Stream getDeclarationAndTypeAttributes (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym public static java.util.stream.Stream getTopLevelTypeAttributes (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol typeAnnotationOwner com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol typeAnnotationOwner private static boolean isAnnotationOnType (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.TypeAnnotationPosition) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.TypeAnnotationPosition position public static java.util.Optional getValue (com.sun.tools.javac.code.Attribute$Compound, java.lang.String) com.sun.tools.javac.code.Attribute$Compound attribute String name public static java.util.Optional getAnnotationValue (com.sun.tools.javac.code.Attribute$Compound, java.lang.String) com.sun.tools.javac.code.Attribute$Compound attribute String name public static java.util.Optional asIntegerValue (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue a public static java.util.Optional asStringValue (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue a public static java.util.Optional asEnumValue (java.lang.Class, javax.lang.model.element.AnnotationValue) Class clazz javax.lang.model.element.AnnotationValue a public static java.util.Optional asTypeValue (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue a public static java.util.stream.Stream asStrings (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue v public static java.util.stream.Stream asTypes (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue v private static java.util.stream.Stream asArray (javax.lang.model.element.AnnotationValue, java.util.function.Function) javax.lang.model.element.AnnotationValue v java.util.function.Function mapper private void <init> () private static synthetic javax.lang.model.element.AnnotationValue lambda$getAnnotationValue$4 (com.sun.tools.javac.code.Attribute) com.sun.tools.javac.code.Attribute a private static synthetic boolean lambda$getValue$3 (java.lang.String, java.util.Map$Entry) String name java.util.Map$Entry e private static synthetic boolean lambda$getTopLevelTypeAttributes$2 (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Attribute$TypeCompound) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Attribute$TypeCompound anno private static synthetic com.sun.tools.javac.code.Attribute$Compound lambda$getDeclarationAndTypeAttributes$1 (java.util.List) java.util.List c private static synthetic com.sun.tools.javac.util.Name lambda$getDeclarationAndTypeAttributes$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound c }
com/google/errorprone/util/ASTHelpers$ScanThrownTypes.class
ASTHelpers.java package com.google.errorprone.util public final com.google.errorprone.util.ASTHelpers$ScanThrownTypes extends com.sun.source.util.TreeScanner { java.util.ArrayDeque thrownTypes com.google.common.collect.SetMultimap thrownTypesByVariable private final com.google.errorprone.VisitorState state private final com.sun.tools.javac.code.Types types private static final com.google.errorprone.suppliers.Supplier AUTOCLOSEABLE private static final com.google.errorprone.suppliers.Supplier CLOSE public void <init> (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.util.Set getThrownTypes () public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree invocation Void unused com.sun.tools.javac.code.Type type public java.lang.Void visitTry (com.sun.source.tree.TryTree, java.lang.Void) com.sun.tools.javac.code.Type thrownType com.sun.tools.javac.code.Type unionMember com.sun.tools.javac.code.Type type java.util.Set caughtTypes java.util.Set capturedTypes com.sun.source.tree.CatchTree catchTree com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree Void unused java.util.Set fromBlock public void scanResources (com.sun.source.tree.TryTree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree resource com.sun.source.tree.TryTree tree public java.lang.Void visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.ThrowTree tree Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree tree Void unused public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused private static java.util.Optional getCloseMethod (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type voidType java.util.Optional declaredCloseMethod private static com.google.common.collect.ImmutableList extractTypes (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$UnionClassType unionType com.sun.tools.javac.code.Type type public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$getCloseMethod$1 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type voidType com.sun.tools.javac.code.Symbol$MethodSymbol s private static synthetic com.sun.tools.javac.util.Name lambda$static$87db2ea3$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private synthetic void lambda$scanResources$0 (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol static void <clinit> () }
com/google/errorprone/util/AutoValue_Commented$Builder.class
AutoValue_Commented.java package com.google.errorprone.util final com.google.errorprone.util.AutoValue_Commented$Builder extends com.google.errorprone.util.Commented$Builder { private com.sun.source.tree.Tree tree private com.google.common.collect.ImmutableList$Builder beforeCommentsBuilder$ private com.google.common.collect.ImmutableList beforeComments private com.google.common.collect.ImmutableList$Builder afterCommentsBuilder$ private com.google.common.collect.ImmutableList afterComments void <init> () com.google.errorprone.util.Commented$Builder setTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree protected com.google.common.collect.ImmutableList$Builder beforeCommentsBuilder () protected com.google.common.collect.ImmutableList$Builder afterCommentsBuilder () com.google.errorprone.util.Commented build () String missing }
com/google/errorprone/util/ASTHelpers$TargetType.class
ASTHelpers.java package com.google.errorprone.util public abstract com.google.errorprone.util.ASTHelpers$TargetType extends java.lang.Object { public void <init> () public abstract com.sun.tools.javac.code.Type type () public abstract com.sun.source.util.TreePath path () static com.google.errorprone.util.ASTHelpers$TargetType create (com.sun.tools.javac.code.Type, com.sun.source.util.TreePath) com.sun.tools.javac.code.Type type com.sun.source.util.TreePath path }
com/google/errorprone/util/Comments$TokenTracker.class
Comments.java package com.google.errorprone.util com.google.errorprone.util.Comments$TokenTracker extends java.lang.Object { private final com.sun.tools.javac.util.Position$LineMap lineMap private int tokensOnCurrentLine private int currentLineNumber private boolean previousLineEmpty void <init> (com.sun.tools.javac.util.Position$LineMap) com.sun.tools.javac.util.Position$LineMap lineMap void advance (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken token int line boolean isCommentOnPreviousLine (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment c int tokenLine boolean atStartOfLine () boolean wasPreviousLineEmpty () }
com/google/errorprone/util/ASTHelpers$TargetTypeVisitor.class
ASTHelpers.java package com.google.errorprone.util com.google.errorprone.util.ASTHelpers$TargetTypeVisitor extends com.sun.source.util.SimpleTreeVisitor { private final com.google.errorprone.VisitorState state private final com.sun.source.util.TreePath parent private final com.sun.source.tree.ExpressionTree current private void <init> (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.sun.source.util.TreePath) com.sun.source.tree.ExpressionTree current com.google.errorprone.VisitorState state com.sun.source.util.TreePath parent public com.sun.tools.javac.code.Type visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Void) com.sun.source.tree.ArrayAccessTree node Void unused public com.sun.tools.javac.code.Type visitAssert (com.sun.source.tree.AssertTree, java.lang.Void) com.sun.source.tree.AssertTree node Void unused public com.sun.tools.javac.code.Type visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused public com.sun.tools.javac.code.Type visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Void) com.sun.source.tree.AnnotationTree tree Void unused public com.sun.tools.javac.code.Type visitCase (com.sun.source.tree.CaseTree, java.lang.Void) com.sun.source.tree.CaseTree tree Void unused com.sun.source.tree.Tree switchTree private static com.sun.source.tree.ExpressionTree getSwitchExpression (com.sun.source.tree.Tree) java.lang.reflect.Method method ReflectiveOperationException e Class switchExpression Class clazz com.sun.source.tree.Tree tree public com.sun.tools.javac.code.Type visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void unused public com.sun.tools.javac.code.Type visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.tools.javac.code.Type stringType com.sun.source.tree.CompoundAssignmentTree tree Void unused com.sun.tools.javac.code.Type variableType com.sun.tools.javac.code.Type expressionType com.sun.tools.javac.code.Types types public com.sun.tools.javac.code.Type visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Void) com.sun.source.tree.EnhancedForLoopTree node Void unused com.sun.tools.javac.code.Type variableType public com.sun.tools.javac.code.Type visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Void) com.sun.source.tree.InstanceOfTree node Void unused public com.sun.tools.javac.code.Type visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree lambdaExpressionTree Void unused public com.sun.tools.javac.code.Type visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree node Void unused public com.sun.tools.javac.code.Type visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void unused public com.sun.tools.javac.code.Type visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.Tree enclosing com.sun.source.util.TreePath path com.sun.source.tree.ReturnTree tree Void unused public com.sun.tools.javac.code.Type visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Void) com.sun.source.tree.SynchronizedTree node Void unused public com.sun.tools.javac.code.Type visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree node Void unused public com.sun.tools.javac.code.Type visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree node Void unused public com.sun.tools.javac.code.Type visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused public com.sun.tools.javac.code.Type visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree tree Void unused public com.sun.tools.javac.code.Type visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.tools.javac.code.Type stringType com.sun.source.tree.BinaryTree tree Void unused com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType private com.sun.tools.javac.code.Type handleEqualityOperator (com.sun.source.tree.BinaryTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.source.tree.BinaryTree tree com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType com.sun.tools.javac.code.Type unboxedLeft com.sun.tools.javac.code.Type unboxedRight boolean leftIsBoolean boolean rightIsBoolean private static boolean typeIsBoolean (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type public com.sun.tools.javac.code.Type visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void unused public com.sun.tools.javac.code.Type visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void unused public com.sun.tools.javac.code.Type visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused private com.sun.tools.javac.code.Type visitMethodInvocationOrNewClass (java.util.List, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type) java.util.List arguments com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Type type int idx com.sun.tools.javac.code.Type argType public com.sun.tools.javac.code.Type visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void unused public com.sun.tools.javac.code.Type visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Void) com.sun.source.tree.WhileLoopTree tree Void unused public com.sun.tools.javac.code.Type visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Void) com.sun.source.tree.DoWhileLoopTree tree Void unused public com.sun.tools.javac.code.Type visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Void) com.sun.source.tree.ForLoopTree tree Void unused public com.sun.tools.javac.code.Type visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Void) com.sun.source.tree.SwitchTree node Void unused public com.sun.tools.javac.code.Type visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Void) com.sun.source.tree.NewArrayTree node Void unused public com.sun.tools.javac.code.Type visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree node Void unused public com.sun.tools.javac.code.Type visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree node Void unused private com.sun.tools.javac.code.Type getConditionType (com.sun.source.tree.Tree) com.sun.source.tree.Tree condition public volatile synthetic java.lang.Object visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssert (com.sun.source.tree.AssertTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitCase (com.sun.source.tree.CaseTree, java.lang.Object) public volatile synthetic java.lang.Object visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/util/ASTHelpers.class
ASTHelpers.java package com.google.errorprone.util public com.google.errorprone.util.ASTHelpers extends java.lang.Object { private static final long RECORD_FLAG private static final com.google.errorprone.suppliers.Supplier inheritedAnnotationCache private static final com.google.common.collect.ImmutableSet ANNOTATIONS_CONSIDERED_KEEP private static final String USED_REFLECTIVELY private static final String KEEP private static final com.google.common.collect.ImmutableSet SUBTYPE_UNDEFINED private static final com.google.common.base.CharMatcher BACKSLASH_MATCHER private static final Class CONSTANT_CASE_LABEL_TREE private static final Class YIELD_TREE private static final com.google.errorprone.matchers.Matcher IS_BUGCHECKER private static final java.lang.reflect.Method IS_LOCAL public static final long POTENTIALLY_AMBIGUOUS public static boolean sameVariable (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree selected com.sun.source.tree.ExpressionTree selected com.sun.source.tree.ExpressionTree expr1 com.sun.source.tree.ExpressionTree expr2 com.sun.tools.javac.code.Symbol sym1 com.sun.tools.javac.code.Symbol sym2 public static com.sun.tools.javac.code.Symbol getDeclaredSymbol (com.sun.source.tree.Tree) com.sun.tools.javac.code.Type type com.sun.source.tree.Tree tree public static com.sun.tools.javac.code.Symbol getSymbol (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static com.sun.tools.javac.code.Symbol$ClassSymbol getSymbol (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree public static com.sun.tools.javac.code.Symbol$PackageSymbol getSymbol (com.sun.source.tree.PackageTree) com.sun.source.tree.PackageTree tree public static com.sun.tools.javac.code.Symbol$MethodSymbol getSymbol (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree public static com.sun.tools.javac.code.Symbol$MethodSymbol getSymbol (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree tree com.sun.tools.javac.code.Symbol sym public static com.sun.tools.javac.code.Symbol$VarSymbol getSymbol (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree public static com.sun.tools.javac.code.Symbol$MethodSymbol getSymbol (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol sym public static com.sun.tools.javac.code.Symbol$MethodSymbol getSymbol (com.sun.source.tree.MemberReferenceTree) com.sun.source.tree.MemberReferenceTree tree com.sun.tools.javac.code.Symbol sym public static boolean canBeRemoved (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state public static boolean canBeRemoved (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol symbol public static boolean canBeRemoved (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol symbol public static boolean isEffectivelyPrivate (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public static boolean requiresParentheses (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state public static com.sun.source.tree.Tree stripParentheses (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static com.sun.source.tree.ExpressionTree stripParentheses (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public static com.sun.source.util.TreePath findPathFromEnclosingNodeToTopLevel (com.sun.source.util.TreePath, java.lang.Class) com.sun.source.util.TreePath path Class klass public static java.util.stream.Stream enclosingElements (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym public static java.lang.Object findEnclosingNode (com.sun.source.util.TreePath, java.lang.Class) com.sun.source.util.TreePath path Class klass public static com.sun.source.tree.MethodTree findEnclosingMethod (com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.google.errorprone.VisitorState state public static com.sun.source.tree.ExpressionTree getRootAssignable (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.source.tree.ExpressionTree expr com.sun.tools.javac.code.Symbol sym public static com.sun.tools.javac.code.Type getReturnType (com.sun.source.tree.ExpressionTree) com.sun.tools.javac.tree.JCTree$JCFieldAccess methodCall com.sun.tools.javac.tree.JCTree$JCIdent methodCall com.sun.source.tree.ExpressionTree expressionTree public static com.sun.tools.javac.code.Type getResultType (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expressionTree com.sun.tools.javac.code.Type type public static com.sun.tools.javac.code.Type getReceiverType (com.sun.source.tree.ExpressionTree) com.sun.tools.javac.tree.JCTree$JCFieldAccess methodSelectFieldAccess com.sun.tools.javac.tree.JCTree$JCIdent methodCall com.sun.source.tree.ExpressionTree expressionTree public static com.sun.source.tree.ExpressionTree getReceiver (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree methodSelect com.sun.source.tree.ExpressionTree expressionTree public static java.util.stream.Stream streamReceivers (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public static java.util.List matchBinaryTree (com.sun.source.tree.BinaryTree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree java.util.List matchers com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree leftOperand com.sun.source.tree.ExpressionTree rightOperand public static com.sun.source.tree.MethodTree findMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state public static com.sun.source.tree.ClassTree findClass (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.VisitorState state public static com.sun.tools.javac.code.Symbol$MethodSymbol findSuperMethodInType (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type superType com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Scope scope public static java.util.Set findSuperMethods (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types public static java.util.stream.Stream streamSuperMethods (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types private static java.util.stream.Stream findSuperMethods (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types, boolean) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types boolean skipInterfaces com.sun.tools.javac.code.Symbol$TypeSymbol owner java.util.stream.Stream typeStream public static java.util.Optional findSuperMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types public static java.util.stream.Stream matchingMethods (com.sun.tools.javac.util.Name, java.util.function.Predicate, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.util.Name name java.util.function.Predicate predicate com.sun.tools.javac.code.Type startClass com.sun.tools.javac.code.Types types java.util.function.Predicate matchesMethodPredicate public static com.google.common.collect.ImmutableSet findMatchingMethods (com.sun.tools.javac.util.Name, java.util.function.Predicate, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.util.Name name java.util.function.Predicate predicate com.sun.tools.javac.code.Type startClass com.sun.tools.javac.code.Types types public static boolean methodCanBeOverridden (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol private static boolean isFinal (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public static boolean isRecord (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public static boolean hasAnnotation (com.sun.tools.javac.code.Symbol, java.lang.String, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym String annotationClass com.google.errorprone.VisitorState state com.sun.tools.javac.util.Name annotationName public static boolean hasAnnotation (com.sun.tools.javac.code.Symbol, java.lang.Class, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym Class annotationClass com.google.errorprone.VisitorState state public static boolean hasAnnotation (com.sun.source.tree.Tree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree String annotationClass com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym public static boolean hasAnnotation (com.sun.source.tree.Tree, java.lang.Class, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree Class annotationClass com.google.errorprone.VisitorState state private static boolean isInherited (com.google.errorprone.VisitorState, com.sun.tools.javac.util.Name) com.google.errorprone.VisitorState state com.sun.tools.javac.util.Name annotationName private static boolean isInherited (com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.VisitorState state String annotationName private static boolean hasAttribute (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.util.Name) com.sun.tools.javac.code.Attribute$Compound a com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.util.Name annotationName public static java.util.Set annotationsAmong (com.sun.tools.javac.code.Symbol, java.util.Set, com.google.errorprone.VisitorState) com.sun.tools.javac.util.Name a com.sun.tools.javac.util.Name local com.sun.tools.javac.code.Symbol sym java.util.Set annotationClasses com.google.errorprone.VisitorState state java.util.Set result java.util.Set possibleInherited private static java.util.Set directAnnotationsAmong (com.sun.tools.javac.code.Symbol, java.util.Set) com.sun.tools.javac.util.Name annoName com.sun.tools.javac.code.Attribute$Compound a com.sun.tools.javac.code.Symbol sym java.util.Set binaryAnnotationNames java.util.Set result public static boolean hasDirectAnnotationWithSimpleName (com.sun.tools.javac.code.Symbol, java.lang.String) javax.lang.model.element.AnnotationMirror annotation com.sun.tools.javac.code.Symbol sym String simpleName public static boolean hasDirectAnnotationWithSimpleName (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree tree String simpleName public static boolean shouldKeep (com.sun.source.tree.Tree) com.sun.tools.javac.code.Type annotationType com.sun.tools.javac.code.Symbol$TypeSymbol tsym com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.Tree tree com.sun.source.tree.ModifiersTree modifiers public static java.lang.annotation.Annotation getAnnotation (com.sun.source.tree.Tree, java.lang.Class) com.sun.source.tree.Tree tree Class annotationClass com.sun.tools.javac.code.Symbol sym public static java.lang.annotation.Annotation getAnnotation (com.sun.tools.javac.code.Symbol, java.lang.Class) com.sun.tools.javac.code.Symbol sym Class annotationClass public static java.util.LinkedHashSet enumValues (com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.tools.javac.code.Symbol$VarSymbol var com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$TypeSymbol enumType com.sun.tools.javac.code.Scope scope java.util.Deque values public static boolean isGeneratedConstructor (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree public static java.util.List getConstructors (com.sun.source.tree.ClassTree) com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member com.sun.source.tree.ClassTree classTree java.util.List constructors public static java.util.List getEnclosedElements (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public static com.google.common.collect.ImmutableList getConstructors (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol public static com.sun.tools.javac.code.Type getType (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static com.sun.tools.javac.code.Type$ClassType getType (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree com.sun.tools.javac.code.Type type public static java.lang.String getAnnotationName (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree tree com.sun.tools.javac.code.Symbol sym public static com.sun.source.tree.Tree getErasedTypeTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym public static com.sun.tools.javac.code.Symbol$PackageSymbol enclosingPackage (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol curr public static boolean inSamePackage (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol targetSymbol com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.sun.tools.javac.code.Symbol$PackageSymbol usePackage com.sun.tools.javac.code.Symbol$PackageSymbol targetPackage public static com.google.errorprone.dataflow.nullnesspropagation.Nullness getNullnessValue (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis) com.sun.source.tree.ExpressionTree expr com.google.errorprone.VisitorState state com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis nullnessAnalysis com.sun.source.util.TreePath pathToExpr public static java.lang.Object constValue (com.sun.source.tree.Tree) Object value Object value com.sun.source.tree.Tree tree com.sun.tools.javac.code.Type type Object value public static java.lang.Object constValue (com.sun.source.tree.Tree, java.lang.Class) com.sun.source.tree.Tree tree Class clazz Object value public static boolean isVoidType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state public static boolean isSubtype (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type s com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types public static boolean isCheckedExceptionType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symtab symtab public static boolean isCastable (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type s com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types public static boolean isSameType (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type s com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types public static com.sun.source.tree.ModifiersTree getModifiers (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static java.util.List getAnnotations (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.source.tree.ModifiersTree modifiersTree public static com.sun.tools.javac.code.Type getUpperBound (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types public static boolean isJUnitTestCode (com.google.errorprone.VisitorState) com.sun.source.tree.Tree ancestor com.google.errorprone.VisitorState state public static boolean isTestNgTestCode (com.google.errorprone.VisitorState) com.sun.source.tree.Tree ancestor com.google.errorprone.VisitorState state public static com.sun.source.tree.AnnotationTree getAnnotationWithSimpleName (java.util.List, java.lang.String) com.sun.source.tree.AnnotationTree annotation java.util.List annotations String name public static java.util.List getAnnotationsWithSimpleName (java.util.List, java.lang.String) com.sun.source.tree.AnnotationTree annotation java.util.List annotations String name java.util.List matches private static boolean hasSimpleName (com.sun.source.tree.AnnotationTree, java.lang.String) javax.lang.model.element.Name simpleName javax.lang.model.element.Name simpleName com.sun.source.tree.AnnotationTree annotation String name com.sun.source.tree.Tree annotationType javax.lang.model.element.Name simpleName public static com.sun.tools.javac.code.TypeAnnotations$AnnotationType getAnnotationType (com.sun.source.tree.AnnotationTree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Attribute$TypeCompound typeCompound com.sun.source.tree.AnnotationTree anno com.sun.tools.javac.code.Symbol target com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol annoSymbol com.sun.tools.javac.code.Attribute$Compound compound private static com.sun.tools.javac.code.TypeAnnotations$AnnotationType annotationTargetType (com.sun.tools.javac.code.TypeAnnotations, com.sun.source.tree.AnnotationTree, com.sun.tools.javac.code.Attribute$Compound, com.sun.tools.javac.code.Symbol) NoSuchMethodException e1 ReflectiveOperationException e com.sun.tools.javac.code.TypeAnnotations typeAnnotations com.sun.source.tree.AnnotationTree tree com.sun.tools.javac.code.Attribute$Compound compound com.sun.tools.javac.code.Symbol target public static java.lang.String getFileName (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree tree public static java.lang.String getFileNameFromUri (java.net.URI) String jarEntryFileName java.io.IOException e java.net.URI uri public static com.sun.tools.javac.code.Symbol$MethodSymbol resolveExistingMethod (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.util.Name, java.lang.Iterable, java.lang.Iterable) com.sun.tools.javac.util.FatalError e com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$TypeSymbol base com.sun.tools.javac.util.Name name Iterable argTypes Iterable tyargTypes com.sun.tools.javac.comp.Resolve resolve com.sun.tools.javac.comp.Enter enter com.sun.tools.javac.util.Log log com.sun.tools.javac.util.Log$DeferredDiagnosticHandler handler public static com.google.common.collect.ImmutableSet getGeneratedBy (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public static com.google.common.collect.ImmutableSet getGeneratedBy (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state private static java.util.stream.Stream generatedValues (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound attribute public static boolean isSuper (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isInStaticInitializer (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public static boolean variableIsStaticFinal (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol var private static com.sun.tools.javac.code.Type unaryNumericPromotion (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type unboxed private static com.sun.tools.javac.code.Type binaryNumericPromotion (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type unboxedLeft com.sun.tools.javac.code.Type unboxedRight java.util.Set tags private static com.sun.tools.javac.code.Type unboxAndEnsureNumeric (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type unboxed public static com.google.errorprone.util.ASTHelpers$TargetType targetType (com.google.errorprone.VisitorState) com.sun.source.tree.Tree actualTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree current com.sun.source.util.TreePath parent com.sun.tools.javac.code.Type type private static java.lang.Class constantCaseLabelTree () ClassNotFoundException e private static java.lang.Class yieldTree () ClassNotFoundException e private static boolean canHaveTargetType (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static java.util.stream.Stream getDeclarationAndTypeAttributes (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym public static javax.lang.model.element.AnnotationMirror getAnnotationMirror (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree annotationTree public static boolean containsComments (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public static com.sun.tools.javac.code.Symbol$ClassSymbol outermostClass (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$ClassSymbol encl com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$ClassSymbol curr public static boolean isConsideredFinal (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public static com.google.common.collect.ImmutableSet getThrownExceptions (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.util.ASTHelpers$ScanThrownTypes scanner public static int getStartPosition (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static java.lang.String createPrivateConstructor (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree classTree public static boolean isBugCheckerCode (com.google.errorprone.VisitorState) com.sun.source.tree.Tree ancestor com.google.errorprone.VisitorState state private static java.lang.reflect.Method getIsLocal () NoSuchMethodException e public static boolean isLocal (com.sun.tools.javac.code.Symbol) ReflectiveOperationException e com.sun.tools.javac.code.Symbol symbol public static boolean isStatic (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public static boolean methodIsPublicAndNotAnOverride (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol public static boolean isAbstract (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol method public static com.google.errorprone.util.ErrorProneScope scope (com.sun.tools.javac.code.Scope) com.sun.tools.javac.code.Scope scope public static java.util.EnumSet asFlagSet (long) long flags public static boolean stringContainsComments (java.lang.CharSequence, com.sun.tools.javac.util.Context) com.sun.tools.javac.parser.Tokens$Token token CharSequence source com.sun.tools.javac.util.Context context com.sun.tools.javac.parser.JavaTokenizer tokenizer public static com.google.common.collect.ImmutableListMultimap getTypeSubstitution (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol sym com.google.common.collect.ImmutableListMultimap$Builder result public static boolean hasNoExplicitType (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state public static boolean isKotlin (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state public static boolean hasOverloadWithOnlyOneParameter (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.util.Name, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol existingMethod com.sun.tools.javac.util.Name targetMethodName com.sun.tools.javac.code.Type onlyParameterType com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree t com.sun.tools.javac.code.Symbol$MethodSymbol enclosingMethod private static boolean hasMatchingMethods (com.sun.tools.javac.util.Name, java.util.function.Predicate, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$TypeSymbol superClassSymbol com.sun.tools.javac.code.Scope superClassSymbols com.sun.tools.javac.code.Type superClass com.sun.tools.javac.util.Name name java.util.function.Predicate predicate com.sun.tools.javac.code.Type startClass com.sun.tools.javac.code.Types types java.util.function.Predicate matchesMethodPredicate private void <init> () private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$hasMatchingMethods$17 (java.util.function.Predicate, com.sun.tools.javac.code.Symbol) java.util.function.Predicate predicate com.sun.tools.javac.code.Symbol sym private static synthetic boolean lambda$hasOverloadWithOnlyOneParameter$16 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol existingMethod com.sun.tools.javac.code.Symbol$MethodSymbol enclosingMethod com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type onlyParameterType com.sun.tools.javac.code.Symbol$MethodSymbol input private static synthetic boolean lambda$containsComments$15 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic boolean lambda$isInStaticInitializer$14 (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static synthetic java.util.stream.Stream lambda$generatedValues$13 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound attribute private static synthetic java.util.stream.Stream lambda$generatedValues$12 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$generatedValues$11 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$getGeneratedBy$10 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound attribute private static synthetic java.util.stream.Stream lambda$getGeneratedBy$9 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree enclosing private static synthetic com.sun.tools.javac.code.Symbol$MethodSymbol lambda$getConstructors$8 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol e private static synthetic java.lang.Boolean lambda$isInherited$7 (com.google.errorprone.VisitorState, com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Name) com.google.errorprone.VisitorState state com.sun.tools.javac.util.Name annotationName com.sun.tools.javac.util.Name name com.sun.tools.javac.code.Symbol annotationSym com.sun.tools.javac.code.Symbol inheritedSym private static synthetic com.github.benmanes.caffeine.cache.Cache lambda$static$209d4606$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState unusedState private static synthetic java.util.stream.Stream lambda$matchingMethods$6 (com.sun.tools.javac.util.Name, java.util.function.Predicate, com.sun.tools.javac.code.Type) com.sun.tools.javac.util.Name name java.util.function.Predicate matchesMethodPredicate com.sun.tools.javac.code.Type superClass com.sun.tools.javac.code.Symbol$TypeSymbol superClassSymbol com.sun.tools.javac.code.Scope superClassSymbols private static synthetic com.sun.tools.javac.code.Symbol$MethodSymbol lambda$matchingMethods$5 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static synthetic boolean lambda$matchingMethods$4 (java.util.function.Predicate, com.sun.tools.javac.code.Symbol) java.util.function.Predicate predicate com.sun.tools.javac.code.Symbol sym private static synthetic com.sun.tools.javac.code.Symbol$MethodSymbol lambda$findSuperMethods$3 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type type private static synthetic boolean lambda$findSuperMethods$2 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type private static synthetic boolean lambda$enclosingElements$1 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s private static synthetic boolean lambda$requiresParentheses$0 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t static void <clinit> () }
com/google/errorprone/util/Comments$MethodScanner.class
Comments.java package com.google.errorprone.util com.google.errorprone.util.Comments$MethodScanner extends com.sun.source.util.TreeScanner { public int startOfNextMethodInvocation int invocationEnd int nextNodeEnd void <init> (int, int) int invocationEnd int nextNodeEnd public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodInvocationTree Void unused int start public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/util/ErrorProneScope$1.class
ErrorProneScope.java package com.google.errorprone.util com.google.errorprone.util.ErrorProneScope$1 extends java.lang.Object implements java.lang.reflect.InvocationHandler { final synthetic java.util.function.Predicate val$predicate final synthetic com.google.errorprone.util.ErrorProneScope this$0 void <init> (com.google.errorprone.util.ErrorProneScope, java.util.function.Predicate) com.google.errorprone.util.ErrorProneScope this$0 public java.lang.Object invoke (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) Object proxy java.lang.reflect.Method method Object[] args }
com/google/errorprone/util/ASTHelpers$3.class
ASTHelpers.java package com.google.errorprone.util com.google.errorprone.util.ASTHelpers$3 extends com.sun.tools.javac.parser.JavaTokenizer { void <init> (com.sun.tools.javac.parser.ScannerFactory, java.nio.CharBuffer) com.sun.tools.javac.parser.ScannerFactory fac java.nio.CharBuffer cb }
com/google/errorprone/util/ErrorProneTokens$AccessibleScanner.class
ErrorProneTokens.java package com.google.errorprone.util com.google.errorprone.util.ErrorProneTokens$AccessibleScanner extends com.sun.tools.javac.parser.Scanner { protected void <init> (com.sun.tools.javac.parser.ScannerFactory, com.sun.tools.javac.parser.JavaTokenizer) com.sun.tools.javac.parser.ScannerFactory fac com.sun.tools.javac.parser.JavaTokenizer tokenizer }
com/google/errorprone/util/ASTHelpers$1Visitor.class
ASTHelpers.java package com.google.errorprone.util com.google.errorprone.util.ASTHelpers$1Visitor extends com.sun.tools.javac.code.Types$DefaultTypeVisitor { final synthetic com.google.common.collect.ImmutableListMultimap$Builder val$result void <init> (com.google.common.collect.ImmutableListMultimap$Builder) public java.lang.Void visitMethodType (com.sun.tools.javac.code.Type$MethodType, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$MethodType t com.sun.tools.javac.code.Type other public java.lang.Void visitClassType (com.sun.tools.javac.code.Type$ClassType, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$ClassType t com.sun.tools.javac.code.Type other public java.lang.Void visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$TypeVar t com.sun.tools.javac.code.Type other public java.lang.Void visitForAll (com.sun.tools.javac.code.Type$ForAll, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$ForAll t com.sun.tools.javac.code.Type other public java.lang.Void visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$WildcardType other com.sun.tools.javac.code.Type$WildcardType t com.sun.tools.javac.code.Type type public java.lang.Void visitType (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type t com.sun.tools.javac.code.Type other private void scan (java.util.Collection, java.util.Collection) java.util.Collection from java.util.Collection to private void scan (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type from com.sun.tools.javac.code.Type to public volatile synthetic java.lang.Object visitForAll (com.sun.tools.javac.code.Type$ForAll, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Object) public volatile synthetic java.lang.Object visitMethodType (com.sun.tools.javac.code.Type$MethodType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) }
com/google/errorprone/util/Visibility$2.class
Visibility.java package com.google.errorprone.util final enum com.google.errorprone.util.Visibility$2 extends com.google.errorprone.util.Visibility { private void <init> (java.lang.String, int) public boolean shouldBeVisible (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public boolean shouldBeVisible (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol outermostClass public java.lang.String description () }
com/google/errorprone/util/SourceCodeEscapers$JavaCharEscaper.class
SourceCodeEscapers.java package com.google.errorprone.util com.google.errorprone.util.SourceCodeEscapers$JavaCharEscaper extends com.google.common.escape.ArrayBasedCharEscaper { void <init> (java.util.Map) java.util.Map replacements protected char[] escapeUnsafe (char) char c }
com/google/errorprone/util/SourceCodeEscapers.class
SourceCodeEscapers.java package com.google.errorprone.util public final com.google.errorprone.util.SourceCodeEscapers extends java.lang.Object { private static final char PRINTABLE_ASCII_MIN private static final char PRINTABLE_ASCII_MAX private static final char[] HEX_DIGITS private static final com.google.common.escape.CharEscaper JAVA_CHAR_ESCAPER private void <init> () public static com.google.common.escape.CharEscaper javaCharEscaper () private static char[] asUnicodeHexEscape (char) char c char[] r static void <clinit> () }
com/google/errorprone/util/MoreAnnotations$5Visitor.class
MoreAnnotations.java package com.google.errorprone.util com.google.errorprone.util.MoreAnnotations$5Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic java.util.function.Function val$mapper void <init> (java.util.function.Function) public java.util.stream.Stream visitArray (java.util.List, java.lang.Void) java.util.List vals Void unused public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) }
com/google/errorprone/util/ASTHelpers$2.class
ASTHelpers.java package com.google.errorprone.util com.google.errorprone.util.ASTHelpers$2 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public com.sun.source.tree.Tree visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public com.sun.source.tree.Tree visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Void) com.sun.source.tree.ParameterizedTypeTree tree Void unused public volatile synthetic java.lang.Object visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/util/ASTHelpers$4.class
ASTHelpers.java package com.google.errorprone.util synthetic com.google.errorprone.util.ASTHelpers$4 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$com$sun$tools$javac$code$TypeTag static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/ErrorPronePlugins.class
ErrorPronePlugins.java package com.google.errorprone public final com.google.errorprone.ErrorPronePlugins extends java.lang.Object { public static com.google.errorprone.scanner.ScannerSupplier loadPlugins (com.google.errorprone.scanner.ScannerSupplier, com.sun.tools.javac.util.Context) com.google.errorprone.scanner.ScannerSupplier scannerSupplier com.sun.tools.javac.util.Context context javax.tools.JavaFileManager fileManager com.sun.tools.javac.processing.JavacProcessingEnvironment processingEnvironment ClassLoader loader com.google.common.collect.ImmutableList extraBugCheckers private void <init> () }
com/google/errorprone/RefactoringCollection.class
RefactoringCollection.java package com.google.errorprone com.google.errorprone.RefactoringCollection extends java.lang.Object implements com.google.errorprone.DescriptionListener$Factory { private static final java.util.logging.Logger logger private final com.google.common.collect.SetMultimap foundSources private final java.nio.file.Path rootPath private final com.google.errorprone.apply.FileDestination fileDestination private final java.util.function.Function postProcess private final com.google.errorprone.DescriptionListener$Factory descriptionsFactory private final com.google.errorprone.apply.ImportOrganizer importOrganizer static com.google.errorprone.RefactoringCollection refactor (com.google.errorprone.ErrorProneOptions$PatchingOptions, com.sun.tools.javac.util.Context) com.google.errorprone.apply.FileDestination fileDestination java.util.function.Function postProcess java.nio.file.Path baseDir java.nio.file.Path patchFilePath com.google.errorprone.apply.PatchFileDestination patchFileDestination com.google.errorprone.ErrorProneOptions$PatchingOptions patchingOptions com.sun.tools.javac.util.Context context java.nio.file.Path rootPath com.google.errorprone.apply.FileDestination fileDestination java.util.function.Function postProcess com.google.errorprone.apply.ImportOrganizer importOrganizer private void <init> (java.nio.file.Path, com.google.errorprone.apply.FileDestination, java.util.function.Function, com.google.errorprone.apply.ImportOrganizer, com.sun.tools.javac.util.Context) java.nio.file.Path rootPath com.google.errorprone.apply.FileDestination fileDestination java.util.function.Function postProcess com.google.errorprone.apply.ImportOrganizer importOrganizer com.sun.tools.javac.util.Context context private static java.nio.file.Path buildRootPath () java.nio.file.Path root public com.google.errorprone.DescriptionListener getDescriptionListener (com.sun.tools.javac.util.Log, com.sun.tools.javac.tree.JCTree$JCCompilationUnit) com.sun.tools.javac.util.Log log com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilation java.net.URI sourceFile com.google.errorprone.RefactoringCollection$DelegatingDescriptionListener delegate com.google.errorprone.RefactoringCollection$RefactoringResult applyChanges (java.net.URI) throws java.lang.Exception java.net.URI uri java.util.Collection listeners private static void writePatchFile (java.util.concurrent.atomic.AtomicBoolean, java.net.URI, com.google.errorprone.apply.PatchFileDestination, java.nio.file.Path) throws java.io.IOException java.io.IOException e java.util.concurrent.atomic.AtomicBoolean first java.net.URI uri com.google.errorprone.apply.PatchFileDestination fileDestination java.nio.file.Path patchFilePatch String patchFile private static boolean doApplyProcess (com.google.errorprone.apply.FileDestination, com.google.errorprone.apply.FileSource, java.util.Collection) com.google.errorprone.apply.SourceFile file java.io.IOException e com.google.errorprone.RefactoringCollection$DelegatingDescriptionListener listener com.google.errorprone.apply.FileDestination fileDestination com.google.errorprone.apply.FileSource fileSource java.util.Collection listeners boolean appliedDiff private static synthetic com.google.errorprone.RefactoringCollection$RefactoringResult lambda$refactor$0 (java.net.URI) java.net.URI uri static void <clinit> () }
com/google/errorprone/VisitorState$SharedState.class
VisitorState.java package com.google.errorprone final com.google.errorprone.VisitorState$SharedState extends java.lang.Object { private final com.sun.tools.javac.comp.Modules modules private final com.sun.tools.javac.util.Names names private final com.sun.tools.javac.code.Symtab symtab private final com.google.errorprone.ErrorProneTimings timings private final com.sun.tools.javac.code.Types types private final com.sun.tools.javac.tree.TreeMaker treeMaker private final com.google.errorprone.JavacInvocationInstance javacInvocationInstance private final com.google.errorprone.DescriptionListener descriptionListener private final com.google.errorprone.StatisticsCollector statisticsCollector private final java.util.Map severityMap private final com.google.errorprone.ErrorProneOptions errorProneOptions private final java.util.Map typeCache void <init> (com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener, com.google.errorprone.StatisticsCollector, java.util.Map, com.google.errorprone.ErrorProneOptions) com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener descriptionListener com.google.errorprone.StatisticsCollector statisticsCollector java.util.Map severityMap com.google.errorprone.ErrorProneOptions errorProneOptions }
com/google/errorprone/BaseErrorProneJavaCompiler.class
BaseErrorProneJavaCompiler.java package com.google.errorprone public com.google.errorprone.BaseErrorProneJavaCompiler extends java.lang.Object implements javax.tools.JavaCompiler { private final javax.tools.JavaCompiler javacTool private final com.google.errorprone.scanner.ScannerSupplier scannerSupplier public void <init> (com.google.errorprone.scanner.ScannerSupplier) com.google.errorprone.scanner.ScannerSupplier scannerSupplier void <init> (javax.tools.JavaCompiler, com.google.errorprone.scanner.ScannerSupplier) javax.tools.JavaCompiler javacTool com.google.errorprone.scanner.ScannerSupplier scannerSupplier public javax.tools.JavaCompiler$CompilationTask getTask (java.io.Writer, javax.tools.JavaFileManager, javax.tools.DiagnosticListener, java.lang.Iterable, java.lang.Iterable, java.lang.Iterable) java.io.Writer out javax.tools.JavaFileManager fileManager javax.tools.DiagnosticListener diagnosticListener Iterable options Iterable classes Iterable compilationUnits com.google.errorprone.ErrorProneOptions errorProneOptions java.util.List remainingOptions com.google.common.collect.ImmutableList javacOpts com.sun.source.util.JavacTask task static void addTaskListener (com.sun.source.util.JavacTask, com.google.errorprone.scanner.ScannerSupplier, com.google.errorprone.ErrorProneOptions) com.sun.source.util.JavacTask javacTask com.google.errorprone.scanner.ScannerSupplier scannerSupplier com.google.errorprone.ErrorProneOptions errorProneOptions com.sun.tools.javac.util.Context context com.google.errorprone.RefactoringCollection[] refactoringCollection public javax.tools.StandardJavaFileManager getStandardFileManager (javax.tools.DiagnosticListener, java.util.Locale, java.nio.charset.Charset) javax.tools.DiagnosticListener diagnosticListener java.util.Locale locale java.nio.charset.Charset charset public int isSupportedOption (java.lang.String) String option int numberOfArgs public transient int run (java.io.InputStream, java.io.OutputStream, java.io.OutputStream, java.lang.String[]) java.io.InputStream in java.io.OutputStream out java.io.OutputStream err String[] arguments public java.util.Set getSourceVersions () javax.lang.model.SourceVersion version java.util.Set filtered private static com.google.common.collect.ImmutableList defaultToLatestSupportedLanguageLevel (com.google.common.collect.ImmutableList) String overrideLanguageLevel String overrideLanguageLevel com.google.common.collect.ImmutableList args String overrideLanguageLevel static void checkCompilePolicy (java.lang.String) String compilePolicy private static com.google.common.collect.ImmutableList setCompilePolicyToByFile (com.google.common.collect.ImmutableList) String value String arg com.google.common.collect.ImmutableList args public static void setupMessageBundle (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context java.util.ResourceBundle bundle static com.google.errorprone.ErrorProneAnalyzer createAnalyzer (com.google.errorprone.scanner.ScannerSupplier, com.google.errorprone.ErrorProneOptions, com.sun.tools.javac.util.Context, com.google.errorprone.RefactoringCollection[]) com.google.errorprone.scanner.ScannerSupplier scannerSupplier com.google.errorprone.ErrorProneOptions epOptions com.sun.tools.javac.util.Context context com.google.errorprone.RefactoringCollection[] refactoringCollection com.google.errorprone.CodeTransformer codeTransformer private static synthetic com.google.errorprone.CodeTransformer lambda$createAnalyzer$2 (com.google.errorprone.scanner.ScannerSupplier, com.sun.tools.javac.util.Context, com.google.errorprone.ErrorProneOptions) com.google.errorprone.scanner.ScannerSupplier scannerSupplier com.sun.tools.javac.util.Context context com.google.errorprone.ErrorProneOptions epOptions com.google.errorprone.scanner.ScannerSupplier toUse com.google.common.collect.ImmutableSet namedCheckers private static synthetic boolean lambda$createAnalyzer$1 (com.google.common.collect.ImmutableSet, com.google.errorprone.BugCheckerInfo) com.google.common.collect.ImmutableSet namedCheckers com.google.errorprone.BugCheckerInfo bci private static synthetic java.util.ResourceBundle lambda$setupMessageBundle$0 (java.util.ResourceBundle, java.util.Locale) java.util.ResourceBundle bundle java.util.Locale l }
com/google/errorprone/apply/DiffApplier.class
DiffApplier.java package com.google.errorprone.apply public com.google.errorprone.apply.DiffApplier extends com.google.common.util.concurrent.AbstractService { private static final java.util.logging.Logger logger private final java.util.concurrent.ExecutorService workerService private final java.util.Set refactoredPaths private final java.util.Set diffsFailedPaths private final com.google.errorprone.apply.FileSource source private final com.google.errorprone.apply.FileDestination destination private final java.util.concurrent.atomic.AtomicInteger completedFiles private final com.google.common.base.Stopwatch stopwatch private final java.util.concurrent.atomic.AtomicInteger runState public void <init> (int, com.google.errorprone.apply.FileSource, com.google.errorprone.apply.FileDestination) int diffParallelism com.google.errorprone.apply.FileSource source com.google.errorprone.apply.FileDestination destination protected void doStart () protected void doStop () private final void decrementTasks () Exception e public java.util.concurrent.Future put (com.google.errorprone.apply.Diff) com.google.errorprone.apply.Diff diff static void <clinit> () }
com/google/errorprone/apply/ImportOrganizer$OrganizedImports.class
ImportOrganizer.java package com.google.errorprone.apply public com.google.errorprone.apply.ImportOrganizer$OrganizedImports extends java.lang.Object { private final StringBuilder importBlock private int importCount public void <init> () private void addGroup (java.util.Collection) java.util.Collection imports public java.lang.String asImportBlock () public com.google.errorprone.apply.ImportOrganizer$OrganizedImports addGroups (java.util.Map, java.lang.Iterable) java.util.Collection imports Object key java.util.Map groups Iterable keys int getImportCount () private synthetic void lambda$addGroup$0 (com.google.errorprone.apply.ImportOrganizer$Import) com.google.errorprone.apply.ImportOrganizer$Import i }
com/google/errorprone/apply/IdeaImportOrganizer$PackageType.class
IdeaImportOrganizer.java package com.google.errorprone.apply final enum com.google.errorprone.apply.IdeaImportOrganizer$PackageType extends java.lang.Enum { public static final enum com.google.errorprone.apply.IdeaImportOrganizer$PackageType JAVAX_JAVA public static final enum com.google.errorprone.apply.IdeaImportOrganizer$PackageType NON_STATIC public static final enum com.google.errorprone.apply.IdeaImportOrganizer$PackageType STATIC private static final synthetic com.google.errorprone.apply.IdeaImportOrganizer$PackageType[] $VALUES public static com.google.errorprone.apply.IdeaImportOrganizer$PackageType[] values () public static com.google.errorprone.apply.IdeaImportOrganizer$PackageType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.apply.IdeaImportOrganizer$PackageType[] $values () static void <clinit> () }
com/google/errorprone/apply/DiffApplier$Task.class
DiffApplier.java package com.google.errorprone.apply final com.google.errorprone.apply.DiffApplier$Task extends java.lang.Object implements java.lang.Runnable { private final com.google.errorprone.apply.Diff diff final synthetic com.google.errorprone.apply.DiffApplier this$0 void <init> (com.google.errorprone.apply.DiffApplier, com.google.errorprone.apply.Diff) com.google.errorprone.apply.Diff diff public void run () com.google.errorprone.apply.SourceFile file int completed Exception e }
com/google/errorprone/apply/FsFileDestination.class
FsFileDestination.java package com.google.errorprone.apply public final com.google.errorprone.apply.FsFileDestination extends java.lang.Object implements com.google.errorprone.apply.FileDestination { private final java.nio.file.Path rootPath public void <init> (java.nio.file.Path) java.nio.file.Path rootPath public void writeFile (com.google.errorprone.apply.SourceFile) throws java.io.IOException com.google.errorprone.apply.SourceFile update java.nio.file.Path targetPath public void flush () throws java.io.IOException }
com/google/errorprone/apply/SourceFile.class
SourceFile.java package com.google.errorprone.apply public com.google.errorprone.apply.SourceFile extends java.lang.Object { private final String path private final StringBuilder sourceBuilder public static com.google.errorprone.apply.SourceFile create (javax.tools.JavaFileObject) throws java.io.IOException javax.tools.JavaFileObject fileObject public void <init> (java.lang.String, java.lang.CharSequence) String path CharSequence source public java.lang.String getPath () public java.util.List getLines () java.io.IOException e public java.lang.String getSourceText () public java.lang.CharSequence getAsSequence () public void setSourceText (java.lang.CharSequence) CharSequence source public java.lang.String getFragmentByChars (int, int) int startPosition int endPosition public java.lang.String getFragmentByLines (int, int) int startLine int endLine private java.util.List getLines (int, int) String line java.io.IOException e int startLine int endLine java.io.LineNumberReader reader java.util.List lines public void replaceLines (java.util.List) java.util.List lines public void replaceLines (int, int, java.util.List) int lineNum int i int startLine int endLine java.util.List replacementLines java.util.List originalLines java.util.List newLines public void replaceChars (int, int, java.lang.String) StringIndexOutOfBoundsException e int startPosition int endPosition String replacement void makeReplacements (com.google.errorprone.fixes.Replacements) com.google.errorprone.fixes.Replacement onlyReplacement com.google.errorprone.fixes.Replacement repl com.google.errorprone.fixes.Replacements changes com.google.common.collect.ImmutableSet replacements StringBuilder newContent int positionInOriginal }
com/google/errorprone/apply/ImportStatements.class
ImportStatements.java package com.google.errorprone.apply public com.google.errorprone.apply.ImportStatements extends java.lang.Object { private final com.google.errorprone.apply.ImportOrganizer importOrganizer private int startPos private int endPos private final java.util.Set importStrings private final boolean hasExistingImports private final com.google.common.collect.ImmutableSet originalImports public static com.google.errorprone.apply.ImportStatements create (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit public static com.google.errorprone.apply.ImportStatements create (com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.google.errorprone.apply.ImportOrganizer) com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.google.errorprone.apply.ImportOrganizer importOrganizer void <init> (com.sun.tools.javac.tree.JCTree$JCExpression, java.util.List, com.sun.tools.javac.tree.EndPosTable, com.google.errorprone.apply.ImportOrganizer) int currStartPos int currEndPos com.sun.tools.javac.tree.JCTree$JCImport importTree com.sun.tools.javac.tree.JCTree$JCExpression packageTree java.util.List importTrees com.sun.tools.javac.tree.EndPosTable endPositions com.google.errorprone.apply.ImportOrganizer importOrganizer public int getStartPos () public int getEndPos () public boolean add (java.lang.String) String importToAdd public boolean addAll (java.util.Collection) java.util.Collection importsToAdd public boolean remove (java.lang.String) String importToRemove public boolean removeAll (java.util.Collection) java.util.Collection importsToRemove public boolean importsHaveChanged () public java.lang.String toString () StringBuilder result java.util.List imports com.google.errorprone.apply.ImportOrganizer$OrganizedImports organizedImports int expectedImportCount int importCount String replacementString }
com/google/errorprone/apply/IdeaImportOrganizer.class
IdeaImportOrganizer.java package com.google.errorprone.apply public com.google.errorprone.apply.IdeaImportOrganizer extends java.lang.Object implements com.google.errorprone.apply.ImportOrganizer { private static final String JAVA_PREFIX private static final String JAVAX_PREFIX public void <init> () public com.google.errorprone.apply.ImportOrganizer$OrganizedImports organizeImports (java.util.List) java.util.List imports java.util.Map partitioned private static int compareImport (com.google.errorprone.apply.ImportOrganizer$Import, com.google.errorprone.apply.ImportOrganizer$Import) com.google.errorprone.apply.ImportOrganizer$Import a com.google.errorprone.apply.ImportOrganizer$Import b private static com.google.errorprone.apply.IdeaImportOrganizer$PackageType getPackageType (com.google.errorprone.apply.ImportOrganizer$Import) com.google.errorprone.apply.ImportOrganizer$Import anImport }
com/google/errorprone/apply/FsFileSource.class
FsFileSource.java package com.google.errorprone.apply public final com.google.errorprone.apply.FsFileSource extends java.lang.Object implements com.google.errorprone.apply.FileSource { private final java.nio.file.Path rootPath public void <init> (java.nio.file.Path) java.nio.file.Path rootPath public com.google.errorprone.apply.SourceFile readFile (java.lang.String) throws java.io.IOException String path }
com/google/errorprone/apply/DiffNotApplicableException.class
DiffNotApplicableException.java package com.google.errorprone.apply public com.google.errorprone.apply.DiffNotApplicableException extends java.lang.RuntimeException { public void <init> (java.lang.String) String msg public void <init> (java.lang.String, java.lang.Throwable) String msg Throwable cause public void <init> (java.lang.Throwable) Throwable cause }
com/google/errorprone/apply/ImportOrganizer.class
ImportOrganizer.java package com.google.errorprone.apply public abstract com.google.errorprone.apply.ImportOrganizer extends java.lang.Object { public static final com.google.errorprone.apply.ImportOrganizer STATIC_FIRST_ORGANIZER public static final com.google.errorprone.apply.ImportOrganizer STATIC_LAST_ORGANIZER public static final com.google.errorprone.apply.ImportOrganizer ANDROID_STATIC_FIRST_ORGANIZER public static final com.google.errorprone.apply.ImportOrganizer ANDROID_STATIC_LAST_ORGANIZER public static final com.google.errorprone.apply.ImportOrganizer IDEA_ORGANIZER public abstract com.google.errorprone.apply.ImportOrganizer$OrganizedImports organizeImports (java.util.List) static void <clinit> () }
com/google/errorprone/apply/StaticOrder.class
StaticOrder.java package com.google.errorprone.apply final enum com.google.errorprone.apply.StaticOrder extends java.lang.Enum { public static final enum com.google.errorprone.apply.StaticOrder STATIC_FIRST public static final enum com.google.errorprone.apply.StaticOrder STATIC_LAST private final com.google.common.collect.ImmutableList groupOrder private static final synthetic com.google.errorprone.apply.StaticOrder[] $VALUES public static com.google.errorprone.apply.StaticOrder[] values () public static com.google.errorprone.apply.StaticOrder valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList groupOrder public com.google.common.collect.ImmutableList groupOrder () private static synthetic com.google.errorprone.apply.StaticOrder[] $values () static void <clinit> () }
com/google/errorprone/apply/DescriptionBasedDiff.class
DescriptionBasedDiff.java package com.google.errorprone.apply public final com.google.errorprone.apply.DescriptionBasedDiff extends java.lang.Object implements com.google.errorprone.DescriptionListener com.google.errorprone.apply.Diff { private final String sourcePath private final boolean ignoreOverlappingFixes private final com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit private final java.util.Set importsToAdd private final java.util.Set importsToRemove private final com.sun.tools.javac.tree.EndPosTable endPositions private final com.google.errorprone.fixes.Replacements replacements private final com.google.errorprone.apply.ImportOrganizer importOrganizer public static com.google.errorprone.apply.DescriptionBasedDiff create (com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.google.errorprone.apply.ImportOrganizer) com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.google.errorprone.apply.ImportOrganizer importOrganizer public static com.google.errorprone.apply.DescriptionBasedDiff createIgnoringOverlaps (com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.google.errorprone.apply.ImportOrganizer) com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.google.errorprone.apply.ImportOrganizer importOrganizer private void <init> (com.sun.tools.javac.tree.JCTree$JCCompilationUnit, boolean, com.google.errorprone.apply.ImportOrganizer) com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit boolean ignoreOverlappingFixes com.google.errorprone.apply.ImportOrganizer importOrganizer java.net.URI sourceFileUri public java.lang.String getRelevantFileName () public boolean isEmpty () public void onDescribed (com.google.errorprone.matchers.Description) com.google.errorprone.matchers.Description description public void handleFix (com.google.errorprone.fixes.Fix) IllegalArgumentException iae com.google.errorprone.fixes.Replacement replacement com.google.errorprone.fixes.Fix fix public void applyDifferences (com.google.errorprone.apply.SourceFile) throws com.google.errorprone.apply.DiffNotApplicableException com.google.errorprone.apply.ImportStatements importStatements com.google.errorprone.apply.SourceFile sourceFile }
com/google/errorprone/apply/AutoValue_ImportOrganizer_Import.class
AutoValue_ImportOrganizer_Import.java package com.google.errorprone.apply final com.google.errorprone.apply.AutoValue_ImportOrganizer_Import extends com.google.errorprone.apply.ImportOrganizer$Import { private final boolean static0 private final String type void <init> (boolean, java.lang.String) boolean static0 String type public boolean isStatic () public java.lang.String getType () public boolean equals (java.lang.Object) com.google.errorprone.apply.ImportOrganizer$Import that Object o public int hashCode () int h$ }
com/google/errorprone/apply/DiffSupplier.class
DiffSupplier.java package com.google.errorprone.apply public abstract com.google.errorprone.apply.DiffSupplier extends java.lang.Object { public abstract java.lang.Iterable getDiffs (com.google.errorprone.apply.FileSource, java.lang.String[]) throws java.io.IOException }
com/google/errorprone/apply/AndroidImportOrganizer.class
AndroidImportOrganizer.java package com.google.errorprone.apply com.google.errorprone.apply.AndroidImportOrganizer extends java.lang.Object implements com.google.errorprone.apply.ImportOrganizer { private static final String ANDROID private static final String COM_ANDROID private static final String JAVA private static final String JAVAX private static final com.google.common.collect.ImmutableSet SPECIAL_ROOTS private final com.google.errorprone.apply.StaticOrder order void <init> (com.google.errorprone.apply.StaticOrder) com.google.errorprone.apply.StaticOrder order public com.google.errorprone.apply.ImportOrganizer$OrganizedImports organizeImports (java.util.List) Boolean key java.util.List imports com.google.errorprone.apply.ImportOrganizer$OrganizedImports organized java.util.Map partionedByStatic private static void organizePartition (com.google.errorprone.apply.ImportOrganizer$OrganizedImports, java.util.List) com.google.errorprone.apply.ImportOrganizer$OrganizedImports organized java.util.List imports java.util.Map groupedByRoot com.google.common.collect.ImmutableSortedSet thirdParty com.google.common.collect.ImmutableList roots private static java.lang.String rootPackage (com.google.errorprone.apply.ImportOrganizer$Import) com.google.errorprone.apply.ImportOrganizer$Import anImport String type int index private static synthetic boolean lambda$organizePartition$0 (java.lang.String) String r static void <clinit> () }
com/google/errorprone/apply/FileDestination.class
FileDestination.java package com.google.errorprone.apply public abstract com.google.errorprone.apply.FileDestination extends java.lang.Object { public abstract void writeFile (com.google.errorprone.apply.SourceFile) throws java.io.IOException public abstract void flush () throws java.io.IOException }
com/google/errorprone/apply/PatchFileDestination.class
PatchFileDestination.java package com.google.errorprone.apply public final com.google.errorprone.apply.PatchFileDestination extends java.lang.Object implements com.google.errorprone.apply.FileDestination { private static final com.google.common.base.Splitter LINE_SPLITTER private final java.nio.file.Path baseDir private final java.nio.file.Path rootPath private final java.util.Map diffByFile public void <init> (java.nio.file.Path, java.nio.file.Path) java.nio.file.Path baseDir java.nio.file.Path rootPath public void writeFile (com.google.errorprone.apply.SourceFile) throws java.io.IOException com.github.difflib.algorithm.DiffException e java.util.List originalLines com.github.difflib.patch.Patch diff String relativePath java.util.List unifiedDiff String diffString com.google.errorprone.apply.SourceFile update java.nio.file.Path sourceFilePath String oldSource String newSource public java.lang.String patchFile (java.net.URI) java.net.URI uri public void flush () throws java.io.IOException static void <clinit> () }
com/google/errorprone/apply/DiscardingFileDestination.class
DiscardingFileDestination.java package com.google.errorprone.apply public com.google.errorprone.apply.DiscardingFileDestination extends java.lang.Object implements com.google.errorprone.apply.FileDestination { private static final java.util.logging.Logger log public void <init> () public void writeFile (com.google.errorprone.apply.SourceFile) com.google.errorprone.apply.SourceFile file public void flush () static void <clinit> () }
com/google/errorprone/apply/ImportStatements$1.class
ImportStatements.java package com.google.errorprone.apply com.google.errorprone.apply.ImportStatements$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.google.errorprone.apply.ImportStatements this$0 void <init> (com.google.errorprone.apply.ImportStatements) com.google.errorprone.apply.ImportStatements this$0 public java.lang.String apply (com.sun.tools.javac.tree.JCTree$JCImport) com.sun.tools.javac.tree.JCTree$JCImport input String importExpr public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/apply/Diff.class
Diff.java package com.google.errorprone.apply public abstract com.google.errorprone.apply.Diff extends java.lang.Object { public abstract java.lang.String getRelevantFileName () public abstract void applyDifferences (com.google.errorprone.apply.SourceFile) }
com/google/errorprone/apply/FileSource.class
FileSource.java package com.google.errorprone.apply public abstract com.google.errorprone.apply.FileSource extends java.lang.Object { public abstract com.google.errorprone.apply.SourceFile readFile (java.lang.String) throws java.io.IOException }
com/google/errorprone/apply/ImportOrganizer$Import.class
ImportOrganizer.java package com.google.errorprone.apply public abstract com.google.errorprone.apply.ImportOrganizer$Import extends java.lang.Object { public void <init> () public abstract boolean isStatic () public abstract java.lang.String getType () static com.google.errorprone.apply.ImportOrganizer$Import importOf (java.lang.String) String importString boolean isStatic String type public final java.lang.String toString () }
com/google/errorprone/apply/BasicImportOrganizer.class
BasicImportOrganizer.java package com.google.errorprone.apply com.google.errorprone.apply.BasicImportOrganizer extends java.lang.Object implements com.google.errorprone.apply.ImportOrganizer { private final com.google.errorprone.apply.StaticOrder order void <init> (com.google.errorprone.apply.StaticOrder) com.google.errorprone.apply.StaticOrder order public com.google.errorprone.apply.ImportOrganizer$OrganizedImports organizeImports (java.util.List) java.util.List imports java.util.Map partionedByStatic }
com/google/errorprone/BugCheckerInfo.class
BugCheckerInfo.java package com.google.errorprone public com.google.errorprone.BugCheckerInfo extends java.lang.Object implements java.io.Serializable { private final Class checker private final String canonicalName private final com.google.common.collect.ImmutableSet allNames private final com.google.common.collect.ImmutableSet tags private final String message private final com.google.errorprone.BugPattern$SeverityLevel defaultSeverity private final String linkUrl private final boolean supportsSuppressWarnings private final java.util.Set customSuppressionAnnotations private final boolean disableable public static com.google.errorprone.BugCheckerInfo create (java.lang.Class) com.google.errorprone.ValidationException e Class checker com.google.errorprone.BugPattern pattern private void <init> (java.lang.Class, com.google.errorprone.BugPattern) Class checker com.google.errorprone.BugPattern pattern private void <init> (java.lang.String, java.lang.Class, com.google.errorprone.BugPattern) String canonicalName Class checker com.google.errorprone.BugPattern pattern private void <init> (java.lang.Class, java.lang.String, com.google.common.collect.ImmutableSet, java.lang.String, com.google.errorprone.BugPattern$SeverityLevel, java.lang.String, boolean, java.util.Set, com.google.common.collect.ImmutableSet, boolean) Class checker String canonicalName com.google.common.collect.ImmutableSet allNames String message com.google.errorprone.BugPattern$SeverityLevel defaultSeverity String linkUrl boolean supportsSuppressWarnings java.util.Set customSuppressionAnnotations com.google.common.collect.ImmutableSet tags boolean disableable private static boolean isSuppressWarnings (java.lang.Class) Class annotation public com.google.errorprone.BugCheckerInfo withCustomDefaultSeverity (com.google.errorprone.BugPattern$SeverityLevel) com.google.errorprone.BugPattern$SeverityLevel defaultSeverity private static java.lang.String createLinkUrl (java.lang.String, com.google.errorprone.BugPattern) String canonicalName com.google.errorprone.BugPattern pattern public java.lang.String canonicalName () public static java.lang.String canonicalName (java.lang.String, com.google.errorprone.BugPattern) String className com.google.errorprone.BugPattern pattern public java.util.Set allNames () public java.lang.String message () public com.google.errorprone.BugPattern$SeverityLevel defaultSeverity () public com.google.errorprone.BugPattern$SeverityLevel severity (java.util.Map) java.util.Map severities public java.lang.String linkUrl () public boolean supportsSuppressWarnings () public java.util.Set customSuppressionAnnotations () public boolean disableable () public com.google.common.collect.ImmutableSet getTags () public java.lang.Class checkerClass () public int hashCode () public boolean equals (java.lang.Object) Object o public java.lang.String toString () private static synthetic boolean lambda$new$1 (java.lang.Class) Class a private static synthetic boolean lambda$new$0 (java.lang.Class) Class a }
com/google/errorprone/ErrorProneTimings.class
ErrorProneTimings.java package com.google.errorprone public final com.google.errorprone.ErrorProneTimings extends java.lang.Object { private static final com.sun.tools.javac.util.Context$Key timingsKey private final java.util.Map timers private final com.google.common.base.Stopwatch initializationTime public static com.google.errorprone.ErrorProneTimings instance (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.google.errorprone.ErrorProneTimings instance private void <init> (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public java.lang.AutoCloseable span (com.google.errorprone.matchers.Suppressible) com.google.errorprone.matchers.Suppressible suppressible String key com.google.common.base.Stopwatch sw public java.lang.AutoCloseable initializationTimeSpan () public com.google.common.collect.ImmutableMap timings () public java.time.Duration initializationTime () private static synthetic java.time.Duration lambda$timings$4 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic java.lang.String lambda$timings$3 (java.util.Map$Entry) java.util.Map$Entry e private synthetic void lambda$initializationTimeSpan$2 () throws java.lang.Exception private static synthetic void lambda$span$1 (com.google.common.base.Stopwatch) throws java.lang.Exception com.google.common.base.Stopwatch sw private static synthetic com.google.common.base.Stopwatch lambda$span$0 (java.lang.String) String k static void <clinit> () }
META-INF/maven/com.google.errorprone/error_prone_check_api/pom.xml
META-INF/maven/com.google.errorprone/error_prone_check_api/pom.properties
blogspot/
blogspot/software_and_algorithms/
blogspot/software_and_algorithms/stern_library/
blogspot/software_and_algorithms/stern_library/string/
blogspot/software_and_algorithms/stern_library/data_structure/
blogspot/software_and_algorithms/stern_library/optimization/
blogspot/software_and_algorithms/stern_library/geometry/
blogspot/software_and_algorithms/stern_library/string/KnuthMorrisPrattAlgorithm.class
KnuthMorrisPrattAlgorithm.java package blogspot.software_and_algorithms.stern_library.string public blogspot.software_and_algorithms.stern_library.string.KnuthMorrisPrattAlgorithm extends java.lang.Object { private final String needle private final int[] stateTransitionTable public void <init> (java.lang.String) int transition int i String needle int state public int execute (java.lang.String) String haystack public int execute (java.lang.String, int) int i String haystack int index int state }
blogspot/software_and_algorithms/stern_library/string/DamerauLevenshteinAlgorithm.class
DamerauLevenshteinAlgorithm.java package blogspot.software_and_algorithms.stern_library.string public blogspot.software_and_algorithms.stern_library.string.DamerauLevenshteinAlgorithm extends java.lang.Object { private final int deleteCost private final int insertCost private final int replaceCost private final int swapCost public void <init> (int, int, int, int) int deleteCost int insertCost int replaceCost int swapCost public int execute (java.lang.String, java.lang.String) int deleteDistance int insertDistance int matchDistance int i int deleteDistance int insertDistance int matchDistance int j int preSwapCost int iSwap int preSwapCost int swapDistance Integer candidateSwapIndex int jSwap int deleteDistance int insertDistance int matchDistance int swapDistance int j int maxSourceLetterMatchIndex int i String source String target int[][] table java.util.Map sourceIndexByCharacter }
blogspot/software_and_algorithms/stern_library/data_structure/DynamicIntervalTree$2.class
DynamicIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$2 extends blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree, java.util.Comparator) blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree this$0 java.util.Comparator comparator protected blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node createNewNode (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval value public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node delete (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node temp blogspot.software_and_algorithms.stern_library.data_structure.Interval value blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node protected void fixAfterDeletion (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node temp protected void fixAfterInsertion (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node temp protected void leftRotate (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node temp protected void rightRotate (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node temp public volatile synthetic blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node delete (java.lang.Object) protected volatile synthetic blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node createNewNode (java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/StaticIntervalTree.class
StaticIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree extends java.lang.Object { private blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node root private int size public void <init> () private blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node buildSubtree (java.util.List, int, int) blogspot.software_and_algorithms.stern_library.data_structure.Interval next int j java.util.List intervalList int low int high Comparable point blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node result int lowPointer int highPointer public void buildTree (java.util.Set) java.util.Set intervals java.util.List intervalList public void clear () blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node next blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node temp java.util.List stack public boolean delete (blogspot.software_and_algorithms.stern_library.data_structure.Interval) Comparable temp blogspot.software_and_algorithms.stern_library.data_structure.Interval interval blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node node public java.util.Collection fetchContainingIntervals (java.util.Collection, java.lang.Comparable) Comparable temp java.util.Collection target Comparable queryPoint blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node node public java.util.Collection fetchOverlappingIntervals (java.util.Collection, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node node Comparable temp java.util.Collection target blogspot.software_and_algorithms.stern_library.data_structure.Interval queryInterval java.util.List stack public int getSize () public boolean insert (blogspot.software_and_algorithms.stern_library.data_structure.Interval) Comparable temp blogspot.software_and_algorithms.stern_library.data_structure.Interval interval blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node node }
blogspot/software_and_algorithms/stern_library/data_structure/RedBlackTree$Node$NodeColor.class
RedBlackTree.java package blogspot.software_and_algorithms.stern_library.data_structure public final enum blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor extends java.lang.Enum { public static final enum blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor BLACK public static final enum blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor RED private static final synthetic blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor[] $VALUES public static blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor[] values () public static blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
blogspot/software_and_algorithms/stern_library/data_structure/Interval.class
Interval.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.Interval extends java.lang.Object implements java.lang.Comparable { private Comparable low private Comparable high private boolean isClosedOnLow private boolean isClosedOnHigh private int hashCode public void <init> (java.lang.Comparable, boolean, java.lang.Comparable, boolean) Comparable low boolean isClosedOnLow Comparable high boolean isClosedOnHigh public int compareTo (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval o int result public boolean contains (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval interval boolean lowIsLowerBound boolean highIsUpperBound public boolean contains (java.lang.Comparable) Comparable value public boolean equals (java.lang.Object) Object obj blogspot.software_and_algorithms.stern_library.data_structure.Interval other public java.lang.Comparable getHigh () public java.lang.Comparable getLow () public int hashCode () int prime int result public boolean isClosedOnHigh () public boolean isClosedOnLow () public boolean overlaps (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval interval public java.lang.String toString () String format String format String format String format public volatile synthetic int compareTo (java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/RedBlackTree$Node.class
RedBlackTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node extends java.lang.Object { private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor color private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node left private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node right private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node parent private Object value public void <init> (java.lang.Object) Object value public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor getColor () public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getLeft () public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getParent () public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getRight () public java.lang.Object getValue () public boolean isLeaf () protected void setColor (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor color protected void setLeft (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node protected void setParent (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node protected void setRight (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node protected void setValue (java.lang.Object) Object value }
blogspot/software_and_algorithms/stern_library/data_structure/StaticIntervalTree$Node$4.class
StaticIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node$4 extends java.lang.Object implements java.util.Comparator { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 public int compare (blogspot.software_and_algorithms.stern_library.data_structure.Interval, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval o1 blogspot.software_and_algorithms.stern_library.data_structure.Interval o2 int result public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/DynamicIntervalTree$1.class
DynamicIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$1 extends java.lang.Object implements java.util.Comparator { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree) blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree this$0 public int compare (blogspot.software_and_algorithms.stern_library.data_structure.Interval, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval o1 blogspot.software_and_algorithms.stern_library.data_structure.Interval o2 int result public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/OrderLinkedRedBlackTree.class
OrderLinkedRedBlackTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree extends blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree { private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node head public void <init> () public void <init> (java.util.Comparator) java.util.Comparator comparator public void clear () protected blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node createNewNode (java.lang.Object) Object value public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node delete (java.lang.Object) blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node linkedNode Object value blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node result protected void exchangeValues (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node, blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node successor blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node linkedNode blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node linkedSuccessor public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getFirstNode () public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getPredecessor (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getSuccessor (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node insert (java.lang.Object) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node linkedNode blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node pred blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node succ Object value blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node result }
blogspot/software_and_algorithms/stern_library/data_structure/RedBlackTree.class
RedBlackTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree extends java.lang.Object implements java.lang.Iterable { private java.util.Comparator comparator private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node root private int size public void <init> () public void <init> (java.util.Comparator) java.util.Comparator comparator public void clear () private int compare (java.lang.Object, java.lang.Object) Object val1 Object val2 public boolean contains (java.lang.Object) Object value protected blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node createNewNode (java.lang.Object) Object value public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node delete (java.lang.Object) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node successor blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node swap Object value blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node swap protected void exchangeValues (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node, blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node successor Object tempValue protected void fixAfterDeletion (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node protected void fixAfterInsertion (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor getColor (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getFirstNode () blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node result public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getNode (java.lang.Object) int delta Object value blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getPredecessor (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getRoot () public int getSize () public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getSuccessor (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node insert (java.lang.Object) int delta Object value blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node parent public boolean isEmpty () public java.util.Iterator iterator () protected void leftRotate (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp protected void rightRotate (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp private void setColor (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node, blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node node blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node$NodeColor color public java.lang.String toString () java.util.Iterator i StringBuilder builder }
blogspot/software_and_algorithms/stern_library/data_structure/DynamicIntervalTree.class
DynamicIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree extends java.lang.Object { public blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree binarySearchTree public void <init> () public void clear () public boolean delete (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval interval protected blogspot.software_and_algorithms.stern_library.data_structure.Interval fetchContainingInterval (java.lang.Comparable) int cmp blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node leftChild Comparable queryPoint blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node node public java.util.Collection fetchContainingIntervals (java.lang.Comparable) int cmp int cmp blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node child Comparable queryPoint java.util.List result blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node node java.util.List queue protected blogspot.software_and_algorithms.stern_library.data_structure.Interval fetchOverlappingInterval (blogspot.software_and_algorithms.stern_library.data_structure.Interval) int cmp blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node leftChild blogspot.software_and_algorithms.stern_library.data_structure.Interval queryInterval blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node node public java.util.Collection fetchOverlappingIntervals (blogspot.software_and_algorithms.stern_library.data_structure.Interval) int cmp int cmp blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node child blogspot.software_and_algorithms.stern_library.data_structure.Interval queryInterval java.util.List result blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node node java.util.List queue public int getSize () public boolean insert (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval interval }
blogspot/software_and_algorithms/stern_library/data_structure/ThriftyList$FixedListInternal.class
ThriftyList.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$FixedListInternal extends java.lang.Object implements blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal java.lang.Cloneable { protected Object[] array protected int size static final synthetic boolean $assertionsDisabled public void <init> (int) int capacity public void add (int, java.lang.Object) int index Object item public void addAll (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal source public void addHead (java.lang.Object) Object item public void addSome (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, int, int) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal source int index int count public void addTail (java.lang.Object) Object item public int calculateFreeCapacity () public int capacity () public void clear () public java.lang.Object clone () blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$FixedListInternal result CloneNotSupportedException e public void fill (java.lang.Object[], int, int, int) Object[] target int targetIndex int index int count public java.lang.Object get (int) int index public java.lang.Object getHead () public java.lang.Object getTail () public int indexOf (java.lang.Object) int j int j Object o public boolean isEmpty () public boolean isFull () public int lastIndexOf (java.lang.Object) int j int j Object o public java.lang.Object remove (int) int index Object result public java.lang.Object removeHead () public java.lang.Object removeTail () public java.lang.Object set (int, java.lang.Object) int index Object item Object result public int size () public java.lang.String toString () int j StringBuilder builder static void <clinit> () }
blogspot/software_and_algorithms/stern_library/data_structure/ThriftyList$ReverseIter.class
ThriftyList.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ReverseIter extends blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$IterBase { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList this$0 public void <init> (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList, int) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList this$0 int index public boolean hasNext () public boolean hasPrevious () public int nextIndex () public int previousIndex () protected void stepForward () protected void stepReverse () }
blogspot/software_and_algorithms/stern_library/data_structure/RedBlackTree$1.class
RedBlackTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$1 extends java.lang.Object implements java.util.Iterator { private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node cursor private Object lastReturn final synthetic blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree this$0 public boolean hasNext () public java.lang.Object next () public void remove () Object currentValue }
blogspot/software_and_algorithms/stern_library/data_structure/StaticIntervalTree$Node$1.class
StaticIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node$1 extends java.lang.Object implements java.util.Comparator { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 public int compare (blogspot.software_and_algorithms.stern_library.data_structure.Interval, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval o1 blogspot.software_and_algorithms.stern_library.data_structure.Interval o2 int result public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/DynamicIntervalTree$Node.class
DynamicIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node extends blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node { private Comparable subtreeSpanLow private Comparable subtreeSpanHigh private boolean isClosedOnSubtreeSpanLow private boolean isClosedOnSubtreeSpanHigh public void <init> (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval interval protected void computeSubtreeSpan () int cmp int cmp Comparable subtreeSpanLow Comparable subtreeSpanHigh boolean isClosedOnSubtreeSpanLow boolean isClosedOnSubtreeSpanHigh blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node child public blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node getLeft () public blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node getParent () public blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree$Node getRight () public java.lang.Comparable getSubtreeSpanHigh () public java.lang.Comparable getSubtreeSpanLow () public boolean isClosedOnSubtreeSpanHigh () public boolean isClosedOnSubtreeSpanLow () public volatile synthetic blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getRight () public volatile synthetic blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getParent () public volatile synthetic blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node getLeft () }
blogspot/software_and_algorithms/stern_library/data_structure/OrderLinkedRedBlackTree$Node.class
OrderLinkedRedBlackTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node extends blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node { private blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node predecessor private blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node successor public void <init> (java.lang.Object) Object value public blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node getPredecessor () public blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node getSuccessor () protected void setPredecessor (blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node node protected void setSuccessor (blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree$Node node }
blogspot/software_and_algorithms/stern_library/data_structure/ThriftyList.class
ThriftyList.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList extends java.util.AbstractList implements java.util.List java.util.Deque java.io.Serializable java.lang.Cloneable { private blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$FixedListInternal sublists private int size private int capacity private int smallSublistCount private int smallSublistSizeExp private int largeSublistSizeExp private int headSublistIndex private int tailSublistIndex private int freeCapacityHead private int halveCapacityLimit private int doubleCapacityLimit static final synthetic boolean $assertionsDisabled public static blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal copyTo (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal source blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal destination public static blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal merge (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal l1 blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal l2 blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal target public static void split (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, boolean) int splitIndex blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal src blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal dst1 blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal dst2 boolean alignRight public void <init> () public void add (int, java.lang.Object) int sublistIndex int sublistOffset int largeListOffset int index Object item int sublistIndex int sublistOffset int projectedIndex int smallListCapacity public boolean add (java.lang.Object) Object item blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal sublist public void addFirst (java.lang.Object) Object item blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal sublist protected void addImpl (int, int, int, java.lang.Object) int j blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal prev Object carryItem blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal next int j blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal prev Object carryItem blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal next int index int sublistIndex int sublistOffset Object item public void addLast (java.lang.Object) Object item protected int calculateFreeCapacityHead () protected int calculateSublistsUsed () protected void checkCapacity () private boolean checkListState (boolean, boolean) int j int j int j int localCapacity boolean checkAllSmall boolean checkAllLarge public void clear () public java.lang.Object clone () int j blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList result CloneNotSupportedException e public boolean contains (java.lang.Object) Object o public java.util.Iterator descendingIterator () public java.lang.Object element () public java.lang.Object get (int) int sublistIndex int sublistOffset int largeListOffset int index int sublistIndex int sublistOffset int projectedIndex int smallListCapacity public java.lang.Object getFirst () public java.lang.Object getLast () protected boolean growHead () int smallListSize protected boolean growTail () int largeListSize public int indexOf (java.lang.Object) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal next int index int j Object o int total public boolean isEmpty () public java.util.Iterator iterator () public int lastIndexOf (java.lang.Object) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal next int index int j Object o int total public java.util.ListIterator listIterator () public java.util.ListIterator listIterator (int) int index protected void mergeNextSmallSublists () blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal small2 blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal small1 blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal small int smallSublistSize public boolean offer (java.lang.Object) Object e public boolean offerFirst (java.lang.Object) Object e public boolean offerLast (java.lang.Object) Object e public java.lang.Object peek () public java.lang.Object peekFirst () public java.lang.Object peekLast () public java.lang.Object poll () public java.lang.Object pollFirst () public java.lang.Object pollLast () public java.lang.Object pop () public void push (java.lang.Object) Object e private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.lang.ClassNotFoundException int j java.io.ObjectInputStream s int localSize public java.lang.Object remove () public java.lang.Object remove (int) int sublistIndex int sublistOffset int largeListOffset int index int sublistIndex int sublistOffset int projectedIndex int smallListCapacity public java.lang.Object removeFirst () public boolean removeFirstOccurrence (java.lang.Object) Object o int index protected java.lang.Object removeImpl (int, int) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal next int j blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal prev Object result blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal next int j blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal prev int sublistIndex int sublistOffset Object result public java.lang.Object removeLast () blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal sublist public boolean removeLastOccurrence (java.lang.Object) Object o int index public java.lang.Object set (int, java.lang.Object) int sublistIndex int sublistOffset int largeListOffset int index Object item int sublistIndex int sublistOffset int projectedIndex int smallListCapacity protected java.lang.Object setImpl (int, int, java.lang.Object) int sublistIndex int sublistOffset Object item blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal sublist protected void shrinkHead () blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal head protected void shrinkTail () blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal tail public int size () protected void splitNextLargeSublist () int firstLargeSublistIndex boolean isHeadList boolean isTailList blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal large blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal small1 blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal small2 public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal sublist int j Object[] target int index public java.lang.String toString () int j StringBuilder builder private void writeObject (java.io.ObjectOutputStream) throws java.io.IOException Object next java.io.ObjectOutputStream s static synthetic int access$000 (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList x0 static synthetic blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$FixedListInternal access$100 (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList x0 static synthetic int access$200 (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList x0 static synthetic int access$300 (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList x0 static synthetic int access$400 (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList x0 static synthetic int access$500 (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList x0 static synthetic int access$600 (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList x0 static void <clinit> () }
blogspot/software_and_algorithms/stern_library/data_structure/ThriftyList$IterBase.class
ThriftyList.java package blogspot.software_and_algorithms.stern_library.data_structure public abstract blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$IterBase extends java.lang.Object implements java.util.ListIterator { protected int index protected int sublistIndex protected int sublistOffset protected int currentIndex protected int currentSublistIndex protected int currentSublistOffset final synthetic blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList this$0 public void <init> (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList, int) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList this$0 int index public void add (java.lang.Object) Object item protected void cursor () int largeListOffset int projectedIndex int smallListCapacity public java.lang.Object next () Object result public java.lang.Object previous () public void remove () public void set (java.lang.Object) Object e protected abstract void stepForward () protected abstract void stepReverse () }
blogspot/software_and_algorithms/stern_library/data_structure/StaticIntervalTree$Node$2.class
StaticIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node$2 extends java.lang.Object implements java.util.Comparator { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 public int compare (blogspot.software_and_algorithms.stern_library.data_structure.Interval, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval o1 blogspot.software_and_algorithms.stern_library.data_structure.Interval o2 int result public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/ThriftyList$CircularListInternal.class
ThriftyList.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal extends java.lang.Object implements blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal java.lang.Cloneable { protected Object[] array protected int head protected int size static final synthetic boolean $assertionsDisabled public void <init> (int) int capacity public void add (int, java.lang.Object) int amount int i int i int tail int index Object item int mask public void addAll (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal source public void addHead (java.lang.Object) Object item public void addSome (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, int, int) int batch blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal source int index int count int mask int tail public void addTail (java.lang.Object) Object item public int calculateFreeCapacity () public int capacity () public void clear () public java.lang.Object clone () blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$CircularListInternal result CloneNotSupportedException e public void fill (java.lang.Object[], int, int, int) int c Object[] target int targetIndex int index int count int tail public java.lang.Object get (int) int index public java.lang.Object getHead () public java.lang.Object getTail () public int indexOf (java.lang.Object) int j int j Object o public boolean isEmpty () public boolean isFull () public int lastIndexOf (java.lang.Object) int j int j Object o public java.lang.Object remove (int) int tail int index int mask int i Object result public java.lang.Object removeHead () Object result public java.lang.Object removeTail () int tail Object result public java.lang.Object set (int, java.lang.Object) int index Object item int i Object result public int size () public java.lang.String toString () int j StringBuilder builder static void <clinit> () }
blogspot/software_and_algorithms/stern_library/data_structure/ThriftyList$Iter.class
ThriftyList.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$Iter extends blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$IterBase { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList this$0 public void <init> (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList, int) blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList this$0 int index public boolean hasNext () public boolean hasPrevious () public int nextIndex () public int previousIndex () protected void stepForward () protected void stepReverse () }
blogspot/software_and_algorithms/stern_library/data_structure/StaticIntervalTree$Node$3.class
StaticIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node$3 extends java.lang.Object implements java.util.Comparator { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node this$0 public int compare (blogspot.software_and_algorithms.stern_library.data_structure.Interval, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval o1 blogspot.software_and_algorithms.stern_library.data_structure.Interval o2 int result public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/StaticIntervalTree$1.class
StaticIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$1 extends java.lang.Object implements java.util.Comparator { final synthetic blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree this$0 void <init> (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree this$0 public int compare (blogspot.software_and_algorithms.stern_library.data_structure.Interval, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval o1 blogspot.software_and_algorithms.stern_library.data_structure.Interval o2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
blogspot/software_and_algorithms/stern_library/data_structure/StaticIntervalTree$Node.class
StaticIntervalTree.java package blogspot.software_and_algorithms.stern_library.data_structure public blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node extends java.lang.Object { private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree highOrderedContainingIntervals private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree lowOrderedContainingIntervals private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree highOrderedExcludingIntervals private blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree lowOrderedExcludingIntervals private blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node left private blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node right private Comparable point public void <init> (java.lang.Comparable) Comparable point public void clear () public boolean delete (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval interval public void fetchIntervalsContainingNodePoint (java.util.Collection) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp java.util.Collection target public void fetchIntervalsContainingPointHigh (java.util.Collection, java.lang.Comparable, boolean) blogspot.software_and_algorithms.stern_library.data_structure.Interval next int cmp java.util.Iterator i blogspot.software_and_algorithms.stern_library.data_structure.Interval next int cmp java.util.Iterator i java.util.Collection target Comparable queryPoint boolean isClosedOnValue public void fetchIntervalsContainingPointLow (java.util.Collection, java.lang.Comparable, boolean) blogspot.software_and_algorithms.stern_library.data_structure.Interval next int cmp java.util.Iterator i blogspot.software_and_algorithms.stern_library.data_structure.Interval next int cmp java.util.Iterator i java.util.Collection target Comparable queryPoint boolean isClosedOnValue public void fetchOverlappingIntervals (java.util.Collection, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree$Node temp java.util.Collection target blogspot.software_and_algorithms.stern_library.data_structure.Interval queryInterval public blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node getLeft () public java.lang.Comparable getPoint () public blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node getRight () private boolean insert (blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.Interval interval private void setLeft (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node node private void setRight (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node node public java.lang.String toString () java.util.Iterator i java.util.Iterator i StringBuilder builder static synthetic void access$000 (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node, blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node x0 blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node x1 static synthetic void access$100 (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node, blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node x0 blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node x1 static synthetic boolean access$200 (blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node, blogspot.software_and_algorithms.stern_library.data_structure.Interval) blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree$Node x0 blogspot.software_and_algorithms.stern_library.data_structure.Interval x1 }
blogspot/software_and_algorithms/stern_library/data_structure/ThriftyList$ListInternal.class
ThriftyList.java package blogspot.software_and_algorithms.stern_library.data_structure public abstract blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal extends java.lang.Object { public abstract void add (int, java.lang.Object) public abstract void addAll (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal) public abstract void addHead (java.lang.Object) public abstract void addSome (blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList$ListInternal, int, int) public abstract void addTail (java.lang.Object) public abstract int calculateFreeCapacity () public abstract int capacity () public abstract void clear () public abstract void fill (java.lang.Object[], int, int, int) public abstract java.lang.Object get (int) public abstract java.lang.Object getHead () public abstract java.lang.Object getTail () public abstract int indexOf (java.lang.Object) public abstract boolean isEmpty () public abstract boolean isFull () public abstract int lastIndexOf (java.lang.Object) public abstract java.lang.Object remove (int) public abstract java.lang.Object removeHead () public abstract java.lang.Object removeTail () public abstract java.lang.Object set (int, java.lang.Object) public abstract int size () }
blogspot/software_and_algorithms/stern_library/optimization/HungarianAlgorithm.class
HungarianAlgorithm.java package blogspot.software_and_algorithms.stern_library.optimization public blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm extends java.lang.Object { private final double[][] costMatrix private final int rows private final int cols private final int dim private final double[] labelByWorker private final double[] labelByJob private final int[] minSlackWorkerByJob private final double[] minSlackValueByJob private final int[] matchJobByWorker private final int[] matchWorkerByJob private final int[] parentWorkerByCommittedJob private final boolean[] committedWorkers public void <init> (double[][]) int w double[][] costMatrix protected void computeInitialFeasibleSolution () int j int j int w public int[] execute () int w int[] result protected void executePhase () int j int temp int committedJob int parentWorker double slack int j int worker int minSlackWorker int minSlackJob double minSlackValue protected int fetchUnmatchedWorker () int w protected void greedyMatch () int j int w protected void initializePhase (int) int j int w protected void match (int, int) int w int j protected void reduce () int j int j double min int w int j int j int w int j int w double[] min protected void updateLabeling (double) int w int j double slack }
blogspot/software_and_algorithms/stern_library/geometry/ClosestPointPairAlgorithm.class
ClosestPointPairAlgorithm.java package blogspot.software_and_algorithms.stern_library.geometry public blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm extends java.lang.Object { private java.util.List pointsOrderedByXCoordinate private java.util.List pointsOrderedByYCoordinate private static blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure closestPair (java.awt.geom.Point2D, java.awt.geom.Point2D, java.awt.geom.Point2D) java.awt.geom.Point2D p1 java.awt.geom.Point2D p2 java.awt.geom.Point2D p3 double d1 double d2 double d3 public void <init> (java.util.Collection) java.util.Collection points protected blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure closestPair (int, int, java.util.List) java.awt.geom.Point2D p1 java.awt.geom.Point2D p2 int j java.awt.geom.Point2D next double v java.awt.geom.Point2D next java.awt.geom.Point2D testPoint double v double testDistance int j java.awt.geom.Point2D currentPoint int index int i int low int high java.util.List localPointsOrderedByYCoordinate int size int mid java.util.Set leftSubtreeMemberSet java.util.List leftPointsOrderedByYCoordinate java.util.List rightPointsOrderedByYCoordinate blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure leftSubtreeResult blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure rightSubtreeResult blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure result java.util.List boundaryPointsOrderedByYCoordinate double midXCoordinate public java.awt.geom.Point2D[] execute () blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure result private static synthetic int lambda$new$1 (java.awt.geom.Point2D, java.awt.geom.Point2D) java.awt.geom.Point2D o1 java.awt.geom.Point2D o2 double delta private static synthetic int lambda$new$0 (java.awt.geom.Point2D, java.awt.geom.Point2D) java.awt.geom.Point2D o1 java.awt.geom.Point2D o2 double delta }
blogspot/software_and_algorithms/stern_library/geometry/ClosestPointPairAlgorithm$PairStructure.class
ClosestPointPairAlgorithm.java package blogspot.software_and_algorithms.stern_library.geometry public blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure extends java.lang.Object { private java.awt.geom.Point2D p1 private java.awt.geom.Point2D p2 private double distanceSq public void <init> (java.awt.geom.Point2D, java.awt.geom.Point2D, double) java.awt.geom.Point2D p1 java.awt.geom.Point2D p2 double distanceSq static synthetic double access$000 (blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure) blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure x0 static synthetic java.awt.geom.Point2D access$100 (blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure) blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure x0 static synthetic java.awt.geom.Point2D access$200 (blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure) blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm$PairStructure x0 }
META-INF/maven/com.github.kevinstern/
META-INF/maven/com.github.kevinstern/software-and-algorithms/
META-INF/maven/com.github.kevinstern/software-and-algorithms/pom.xml
META-INF/maven/com.github.kevinstern/software-and-algorithms/pom.properties
META-INF/maven/com.google.errorprone/error_prone_annotation/
com/google/errorprone/BugPatternValidator$1.class
BugPatternValidator.java package com.google.errorprone synthetic com.google.errorprone.BugPatternValidator$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$BugPattern$LinkType static void <clinit> () }
com/google/errorprone/ValidationException.class
ValidationException.java package com.google.errorprone public com.google.errorprone.ValidationException extends java.lang.Exception { public void <init> (java.lang.String) String message }
com/google/errorprone/BugPatternValidator.class
BugPatternValidator.java package com.google.errorprone public final com.google.errorprone.BugPatternValidator extends java.lang.Object { public static void validate (com.google.errorprone.BugPattern) throws com.google.errorprone.ValidationException com.google.errorprone.BugPattern pattern private void <init> () }
com/google/errorprone/BugPattern$LinkType.class
BugPattern.java package com.google.errorprone public final enum com.google.errorprone.BugPattern$LinkType extends java.lang.Enum { public static final enum com.google.errorprone.BugPattern$LinkType AUTOGENERATED public static final enum com.google.errorprone.BugPattern$LinkType CUSTOM public static final enum com.google.errorprone.BugPattern$LinkType NONE private static final synthetic com.google.errorprone.BugPattern$LinkType[] $VALUES public static com.google.errorprone.BugPattern$LinkType[] values () public static com.google.errorprone.BugPattern$LinkType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.BugPattern$LinkType[] $values () static void <clinit> () }
com/google/errorprone/BugPattern$StandardTags.class
BugPattern.java package com.google.errorprone public final com.google.errorprone.BugPattern$StandardTags extends java.lang.Object { public static final String LIKELY_ERROR public static final String STYLE public static final String PERFORMANCE public static final String FRAGILE_CODE public static final String CONCURRENCY public static final String SIMPLIFICATION public static final String REFACTORING private void <init> () }
com/google/errorprone/BugPattern.class
BugPattern.java package com.google.errorprone public abstract annotation com.google.errorprone.BugPattern extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String name () public abstract java.lang.String[] altNames () public abstract com.google.errorprone.BugPattern$LinkType linkType () public abstract java.lang.String link () public abstract java.lang.String[] tags () public abstract java.lang.String summary () public abstract java.lang.String explanation () public abstract com.google.errorprone.BugPattern$SeverityLevel severity () public abstract boolean disableable () public abstract java.lang.Class[] suppressionAnnotations () public abstract boolean documentSuppression () public abstract boolean generateExamplesFromTestCases () }
com/google/errorprone/BugPattern$SeverityLevel.class
BugPattern.java package com.google.errorprone public final enum com.google.errorprone.BugPattern$SeverityLevel extends java.lang.Enum { public static final enum com.google.errorprone.BugPattern$SeverityLevel ERROR public static final enum com.google.errorprone.BugPattern$SeverityLevel WARNING public static final enum com.google.errorprone.BugPattern$SeverityLevel SUGGESTION private static final synthetic com.google.errorprone.BugPattern$SeverityLevel[] $VALUES public static com.google.errorprone.BugPattern$SeverityLevel[] values () public static com.google.errorprone.BugPattern$SeverityLevel valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.BugPattern$SeverityLevel[] $values () static void <clinit> () }
META-INF/maven/com.google.errorprone/error_prone_annotation/pom.xml
META-INF/maven/com.google.errorprone/error_prone_annotation/pom.properties
com/google/j2objc/
com/google/j2objc/annotations/
com/google/j2objc/annotations/AutoreleasePool.class
AutoreleasePool.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.AutoreleasePool extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/j2objc/annotations/J2ObjCIncompatible.class
J2ObjCIncompatible.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.J2ObjCIncompatible extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/j2objc/annotations/LoopTranslation$LoopStyle.class
LoopTranslation.java package com.google.j2objc.annotations public final enum com.google.j2objc.annotations.LoopTranslation$LoopStyle extends java.lang.Enum { public static final enum com.google.j2objc.annotations.LoopTranslation$LoopStyle JAVA_ITERATOR public static final enum com.google.j2objc.annotations.LoopTranslation$LoopStyle FAST_ENUMERATION private static final synthetic com.google.j2objc.annotations.LoopTranslation$LoopStyle[] $VALUES public static com.google.j2objc.annotations.LoopTranslation$LoopStyle[] values () public static com.google.j2objc.annotations.LoopTranslation$LoopStyle valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/j2objc/annotations/LoopTranslation.class
LoopTranslation.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.LoopTranslation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract com.google.j2objc.annotations.LoopTranslation$LoopStyle value () }
com/google/j2objc/annotations/ObjectiveCName.class
ObjectiveCName.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.ObjectiveCName extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/j2objc/annotations/Property.class
Property.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.Property extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/j2objc/annotations/ReflectionSupport$Level.class
ReflectionSupport.java package com.google.j2objc.annotations public final enum com.google.j2objc.annotations.ReflectionSupport$Level extends java.lang.Enum { public static final enum com.google.j2objc.annotations.ReflectionSupport$Level NATIVE_ONLY public static final enum com.google.j2objc.annotations.ReflectionSupport$Level FULL private static final synthetic com.google.j2objc.annotations.ReflectionSupport$Level[] $VALUES public static com.google.j2objc.annotations.ReflectionSupport$Level[] values () public static com.google.j2objc.annotations.ReflectionSupport$Level valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/j2objc/annotations/ReflectionSupport.class
ReflectionSupport.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.ReflectionSupport extends java.lang.Object implements java.lang.annotation.Annotation { public abstract com.google.j2objc.annotations.ReflectionSupport$Level value () }
com/google/j2objc/annotations/RetainedLocalRef.class
RetainedLocalRef.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.RetainedLocalRef extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/j2objc/annotations/RetainedWith.class
RetainedWith.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.RetainedWith extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/j2objc/annotations/Weak.class
Weak.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.Weak extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/j2objc/annotations/WeakOuter.class
WeakOuter.java package com.google.j2objc.annotations public abstract annotation com.google.j2objc.annotations.WeakOuter extends java.lang.Object implements java.lang.annotation.Annotation { }
META-INF/DEPENDENCIES
com/google/inject/
com/google/inject/AbstractModule.class
AbstractModule.java package com.google.inject public abstract com.google.inject.AbstractModule extends java.lang.Object implements com.google.inject.Module { com.google.inject.Binder binder public void <init> () public final synchronized void configure (com.google.inject.Binder) com.google.inject.Binder builder protected void configure () protected com.google.inject.Binder binder () protected void bindScope (java.lang.Class, com.google.inject.Scope) Class scopeAnnotation com.google.inject.Scope scope protected com.google.inject.binder.LinkedBindingBuilder bind (com.google.inject.Key) com.google.inject.Key key protected com.google.inject.binder.AnnotatedBindingBuilder bind (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral protected com.google.inject.binder.AnnotatedBindingBuilder bind (java.lang.Class) Class clazz protected com.google.inject.binder.AnnotatedConstantBindingBuilder bindConstant () protected void install (com.google.inject.Module) com.google.inject.Module module protected transient void addError (java.lang.String, java.lang.Object[]) String message Object[] arguments protected void addError (java.lang.Throwable) Throwable t protected void addError (com.google.inject.spi.Message) com.google.inject.spi.Message message protected void requestInjection (java.lang.Object) Object instance protected transient void requestStaticInjection (java.lang.Class[]) Class[] types protected transient void bindInterceptor (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) com.google.inject.matcher.Matcher classMatcher com.google.inject.matcher.Matcher methodMatcher org.aopalliance.intercept.MethodInterceptor[] interceptors protected void requireBinding (com.google.inject.Key) com.google.inject.Key key protected void requireBinding (java.lang.Class) Class type protected com.google.inject.Provider getProvider (com.google.inject.Key) com.google.inject.Key key protected com.google.inject.Provider getProvider (java.lang.Class) Class type protected void convertToTypes (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeConverter) com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeConverter converter protected com.google.inject.Stage currentStage () protected com.google.inject.MembersInjector getMembersInjector (java.lang.Class) Class type protected com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type protected void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeListener) com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeListener listener protected transient void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.ProvisionListener[]) com.google.inject.matcher.Matcher bindingMatcher com.google.inject.spi.ProvisionListener[] listener }
com/google/inject/BUILD
com/google/inject/Binder.class
Binder.java package com.google.inject public abstract com.google.inject.Binder extends java.lang.Object { public transient abstract void bindInterceptor (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) public abstract void bindScope (java.lang.Class, com.google.inject.Scope) public abstract com.google.inject.binder.LinkedBindingBuilder bind (com.google.inject.Key) public abstract com.google.inject.binder.AnnotatedBindingBuilder bind (com.google.inject.TypeLiteral) public abstract com.google.inject.binder.AnnotatedBindingBuilder bind (java.lang.Class) public abstract com.google.inject.binder.AnnotatedConstantBindingBuilder bindConstant () public abstract void requestInjection (com.google.inject.TypeLiteral, java.lang.Object) public abstract void requestInjection (java.lang.Object) public transient abstract void requestStaticInjection (java.lang.Class[]) public abstract void install (com.google.inject.Module) public abstract com.google.inject.Stage currentStage () public transient abstract void addError (java.lang.String, java.lang.Object[]) public abstract void addError (java.lang.Throwable) public abstract void addError (com.google.inject.spi.Message) public abstract com.google.inject.Provider getProvider (com.google.inject.Key) public abstract com.google.inject.Provider getProvider (com.google.inject.spi.Dependency) public abstract com.google.inject.Provider getProvider (java.lang.Class) public abstract com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) public abstract com.google.inject.MembersInjector getMembersInjector (java.lang.Class) public abstract void convertToTypes (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeConverter) public abstract void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeListener) public transient abstract void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.ProvisionListener[]) public abstract com.google.inject.Binder withSource (java.lang.Object) public transient abstract com.google.inject.Binder skipSources (java.lang.Class[]) public abstract com.google.inject.PrivateBinder newPrivateBinder () public abstract void requireExplicitBindings () public abstract void disableCircularProxies () public abstract void requireAtInjectOnConstructors () public abstract void requireExactBindingAnnotations () public abstract void scanModulesForAnnotatedMethods (com.google.inject.spi.ModuleAnnotatedMethodScanner) }
com/google/inject/Binding.class
Binding.java package com.google.inject public abstract com.google.inject.Binding extends java.lang.Object implements com.google.inject.spi.Element { public abstract com.google.inject.Key getKey () public abstract com.google.inject.Provider getProvider () public abstract java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) public abstract java.lang.Object acceptScopingVisitor (com.google.inject.spi.BindingScopingVisitor) }
com/google/inject/BindingAnnotation.class
BindingAnnotation.java package com.google.inject public abstract annotation com.google.inject.BindingAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/ConfigurationException.class
ConfigurationException.java package com.google.inject public final com.google.inject.ConfigurationException extends java.lang.RuntimeException { private final com.google.common.collect.ImmutableSet messages private Object partialValue private static final long serialVersionUID public void <init> (java.lang.Iterable) Iterable messages public com.google.inject.ConfigurationException withPartialValue (java.lang.Object) Object partialValue com.google.inject.ConfigurationException result public java.util.Collection getErrorMessages () public java.lang.Object getPartialValue () public java.lang.String getMessage () }
com/google/inject/CreationException.class
CreationException.java package com.google.inject public com.google.inject.CreationException extends java.lang.RuntimeException { private final com.google.common.collect.ImmutableSet messages private static final long serialVersionUID public void <init> (java.util.Collection) java.util.Collection messages public java.util.Collection getErrorMessages () public java.lang.String getMessage () }
com/google/inject/Exposed.class
Exposed.java package com.google.inject public abstract annotation com.google.inject.Exposed extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/Guice.class
Guice.java package com.google.inject public final com.google.inject.Guice extends java.lang.Object { private void <init> () public static transient com.google.inject.Injector createInjector (com.google.inject.Module[]) com.google.inject.Module[] modules public static com.google.inject.Injector createInjector (java.lang.Iterable) Iterable modules public static transient com.google.inject.Injector createInjector (com.google.inject.Stage, com.google.inject.Module[]) com.google.inject.Stage stage com.google.inject.Module[] modules public static com.google.inject.Injector createInjector (com.google.inject.Stage, java.lang.Iterable) com.google.inject.Stage stage Iterable modules }
com/google/inject/ImplementedBy.class
ImplementedBy.java package com.google.inject public abstract annotation com.google.inject.ImplementedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
com/google/inject/Inject.class
Inject.java package com.google.inject public abstract annotation com.google.inject.Inject extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean optional () }
com/google/inject/Injector.class
Injector.java package com.google.inject public abstract com.google.inject.Injector extends java.lang.Object { public abstract void injectMembers (java.lang.Object) public abstract com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) public abstract com.google.inject.MembersInjector getMembersInjector (java.lang.Class) public abstract java.util.Map getBindings () public abstract java.util.Map getAllBindings () public abstract com.google.inject.Binding getBinding (com.google.inject.Key) public abstract com.google.inject.Binding getBinding (java.lang.Class) public abstract com.google.inject.Binding getExistingBinding (com.google.inject.Key) public abstract java.util.List findBindingsByType (com.google.inject.TypeLiteral) public abstract com.google.inject.Provider getProvider (com.google.inject.Key) public abstract com.google.inject.Provider getProvider (java.lang.Class) public abstract java.lang.Object getInstance (com.google.inject.Key) public abstract java.lang.Object getInstance (java.lang.Class) public abstract com.google.inject.Injector getParent () public abstract com.google.inject.Injector createChildInjector (java.lang.Iterable) public transient abstract com.google.inject.Injector createChildInjector (com.google.inject.Module[]) public abstract java.util.Map getScopeBindings () public abstract java.util.Set getTypeConverterBindings () public abstract java.util.List getElements () public abstract java.util.Map getAllMembersInjectorInjectionPoints () }
com/google/inject/Key$AnnotationInstanceStrategy.class
Key.java package com.google.inject com.google.inject.Key$AnnotationInstanceStrategy extends java.lang.Object implements com.google.inject.Key$AnnotationStrategy { final java.lang.annotation.Annotation annotation void <init> (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public boolean hasAttributes () public com.google.inject.Key$AnnotationStrategy withoutAttributes () public java.lang.annotation.Annotation getAnnotation () public java.lang.Class getAnnotationType () public boolean equals (java.lang.Object) Object o com.google.inject.Key$AnnotationInstanceStrategy other public int hashCode () public java.lang.String toString () }
com/google/inject/Key$AnnotationStrategy.class
Key.java package com.google.inject abstract com.google.inject.Key$AnnotationStrategy extends java.lang.Object { public abstract java.lang.annotation.Annotation getAnnotation () public abstract java.lang.Class getAnnotationType () public abstract boolean hasAttributes () public abstract com.google.inject.Key$AnnotationStrategy withoutAttributes () }
com/google/inject/Key$AnnotationTypeStrategy.class
Key.java package com.google.inject com.google.inject.Key$AnnotationTypeStrategy extends java.lang.Object implements com.google.inject.Key$AnnotationStrategy { final Class annotationType final java.lang.annotation.Annotation annotation void <init> (java.lang.Class, java.lang.annotation.Annotation) Class annotationType java.lang.annotation.Annotation annotation public boolean hasAttributes () public com.google.inject.Key$AnnotationStrategy withoutAttributes () public java.lang.annotation.Annotation getAnnotation () public java.lang.Class getAnnotationType () public boolean equals (java.lang.Object) Object o com.google.inject.Key$AnnotationTypeStrategy other public int hashCode () public java.lang.String toString () }
com/google/inject/Key$NullAnnotationStrategy.class
Key.java package com.google.inject final enum com.google.inject.Key$NullAnnotationStrategy extends java.lang.Enum implements com.google.inject.Key$AnnotationStrategy { public static final enum com.google.inject.Key$NullAnnotationStrategy INSTANCE private static final synthetic com.google.inject.Key$NullAnnotationStrategy[] $VALUES public static com.google.inject.Key$NullAnnotationStrategy[] values () public static com.google.inject.Key$NullAnnotationStrategy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public boolean hasAttributes () public com.google.inject.Key$AnnotationStrategy withoutAttributes () public java.lang.annotation.Annotation getAnnotation () public java.lang.Class getAnnotationType () public java.lang.String toString () static void <clinit> () }
com/google/inject/Key.class
Key.java package com.google.inject public com.google.inject.Key extends java.lang.Object { private final com.google.inject.Key$AnnotationStrategy annotationStrategy private final com.google.inject.TypeLiteral typeLiteral private final int hashCode private String toString protected void <init> (java.lang.Class) Class annotationType protected void <init> (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation protected void <init> () private void <init> (java.lang.reflect.Type, com.google.inject.Key$AnnotationStrategy) java.lang.reflect.Type type com.google.inject.Key$AnnotationStrategy annotationStrategy private void <init> (com.google.inject.TypeLiteral, com.google.inject.Key$AnnotationStrategy) com.google.inject.TypeLiteral typeLiteral com.google.inject.Key$AnnotationStrategy annotationStrategy private int computeHashCode () public final com.google.inject.TypeLiteral getTypeLiteral () public final java.lang.Class getAnnotationType () public final java.lang.annotation.Annotation getAnnotation () boolean hasAnnotationType () java.lang.String getAnnotationName () java.lang.annotation.Annotation annotation java.lang.Class getRawType () com.google.inject.Key providerKey () public final boolean equals (java.lang.Object) Object o com.google.inject.Key other public final int hashCode () public final java.lang.String toString () String local static com.google.inject.Key get (java.lang.Class, com.google.inject.Key$AnnotationStrategy) Class type com.google.inject.Key$AnnotationStrategy annotationStrategy public static com.google.inject.Key get (java.lang.Class) Class type public static com.google.inject.Key get (java.lang.Class, java.lang.Class) Class type Class annotationType public static com.google.inject.Key get (java.lang.Class, java.lang.annotation.Annotation) Class type java.lang.annotation.Annotation annotation public static com.google.inject.Key get (java.lang.reflect.Type) java.lang.reflect.Type type public static com.google.inject.Key get (java.lang.reflect.Type, java.lang.Class) java.lang.reflect.Type type Class annotationType public static com.google.inject.Key get (java.lang.reflect.Type, java.lang.annotation.Annotation) java.lang.reflect.Type type java.lang.annotation.Annotation annotation public static com.google.inject.Key get (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral public static com.google.inject.Key get (com.google.inject.TypeLiteral, java.lang.Class) com.google.inject.TypeLiteral typeLiteral Class annotationType public static com.google.inject.Key get (com.google.inject.TypeLiteral, java.lang.annotation.Annotation) com.google.inject.TypeLiteral typeLiteral java.lang.annotation.Annotation annotation public com.google.inject.Key ofType (java.lang.Class) Class type public com.google.inject.Key ofType (java.lang.reflect.Type) java.lang.reflect.Type type public com.google.inject.Key ofType (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type public com.google.inject.Key withAnnotation (java.lang.Class) Class annotationType public com.google.inject.Key withAnnotation (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public boolean hasAttributes () public com.google.inject.Key withoutAttributes () static com.google.inject.Key$AnnotationStrategy strategyFor (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation Class annotationType static com.google.inject.Key$AnnotationStrategy strategyFor (java.lang.Class) Class annotationType private static void ensureRetainedAtRuntime (java.lang.Class) Class annotationType private static void ensureIsBindingAnnotation (java.lang.Class) Class annotationType }
com/google/inject/MembersInjector.class
MembersInjector.java package com.google.inject public abstract com.google.inject.MembersInjector extends java.lang.Object { public abstract void injectMembers (java.lang.Object) }
com/google/inject/Module.class
Module.java package com.google.inject public abstract com.google.inject.Module extends java.lang.Object { public abstract void configure (com.google.inject.Binder) }
com/google/inject/OutOfScopeException.class
OutOfScopeException.java package com.google.inject public final com.google.inject.OutOfScopeException extends java.lang.RuntimeException { public void <init> (java.lang.String) String message public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause public void <init> (java.lang.Throwable) Throwable cause }
com/google/inject/PrivateBinder.class
PrivateBinder.java package com.google.inject public abstract com.google.inject.PrivateBinder extends java.lang.Object implements com.google.inject.Binder { public abstract void expose (com.google.inject.Key) public abstract com.google.inject.binder.AnnotatedElementBuilder expose (java.lang.Class) public abstract com.google.inject.binder.AnnotatedElementBuilder expose (com.google.inject.TypeLiteral) public abstract com.google.inject.PrivateBinder withSource (java.lang.Object) public transient abstract com.google.inject.PrivateBinder skipSources (java.lang.Class[]) public volatile synthetic com.google.inject.Binder skipSources (java.lang.Class[]) public volatile synthetic com.google.inject.Binder withSource (java.lang.Object) }
com/google/inject/PrivateModule.class
PrivateModule.java package com.google.inject public abstract com.google.inject.PrivateModule extends java.lang.Object implements com.google.inject.Module { private com.google.inject.PrivateBinder binder public void <init> () public final synchronized void configure (com.google.inject.Binder) com.google.inject.Binder binder protected abstract void configure () protected final void expose (com.google.inject.Key) com.google.inject.Key key protected final com.google.inject.binder.AnnotatedElementBuilder expose (java.lang.Class) Class type protected final com.google.inject.binder.AnnotatedElementBuilder expose (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type protected final com.google.inject.PrivateBinder binder () protected final void bindScope (java.lang.Class, com.google.inject.Scope) Class scopeAnnotation com.google.inject.Scope scope protected final com.google.inject.binder.LinkedBindingBuilder bind (com.google.inject.Key) com.google.inject.Key key protected final com.google.inject.binder.AnnotatedBindingBuilder bind (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral protected final com.google.inject.binder.AnnotatedBindingBuilder bind (java.lang.Class) Class clazz protected final com.google.inject.binder.AnnotatedConstantBindingBuilder bindConstant () protected final void install (com.google.inject.Module) com.google.inject.Module module protected final transient void addError (java.lang.String, java.lang.Object[]) String message Object[] arguments protected final void addError (java.lang.Throwable) Throwable t protected final void addError (com.google.inject.spi.Message) com.google.inject.spi.Message message protected final void requestInjection (java.lang.Object) Object instance protected final transient void requestStaticInjection (java.lang.Class[]) Class[] types protected final transient void bindInterceptor (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) com.google.inject.matcher.Matcher classMatcher com.google.inject.matcher.Matcher methodMatcher org.aopalliance.intercept.MethodInterceptor[] interceptors protected final void requireBinding (com.google.inject.Key) com.google.inject.Key key protected final void requireBinding (java.lang.Class) Class type protected final com.google.inject.Provider getProvider (com.google.inject.Key) com.google.inject.Key key protected final com.google.inject.Provider getProvider (java.lang.Class) Class type protected final void convertToTypes (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeConverter) com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeConverter converter protected final com.google.inject.Stage currentStage () protected com.google.inject.MembersInjector getMembersInjector (java.lang.Class) Class type protected com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type protected void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeListener) com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeListener listener protected transient void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.ProvisionListener[]) com.google.inject.matcher.Matcher bindingMatcher com.google.inject.spi.ProvisionListener[] listeners }
com/google/inject/ProvidedBy.class
ProvidedBy.java package com.google.inject public abstract annotation com.google.inject.ProvidedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
com/google/inject/Provider.class
Provider.java package com.google.inject public abstract com.google.inject.Provider extends java.lang.Object implements javax.inject.Provider { public abstract java.lang.Object get () }
com/google/inject/Provides.class
Provides.java package com.google.inject public abstract annotation com.google.inject.Provides extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/ProvisionException.class
ProvisionException.java package com.google.inject public final com.google.inject.ProvisionException extends java.lang.RuntimeException { private final com.google.common.collect.ImmutableSet messages private static final long serialVersionUID public void <init> (java.lang.Iterable) Iterable messages public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause public void <init> (java.lang.String) String message public java.util.Collection getErrorMessages () public java.lang.String getMessage () }
com/google/inject/RestrictedBindingSource$Permit.class
RestrictedBindingSource.java package com.google.inject public abstract annotation com.google.inject.RestrictedBindingSource$Permit extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/RestrictedBindingSource$RestrictionLevel.class
RestrictedBindingSource.java package com.google.inject public final enum com.google.inject.RestrictedBindingSource$RestrictionLevel extends java.lang.Enum { public static final enum com.google.inject.RestrictedBindingSource$RestrictionLevel WARNING public static final enum com.google.inject.RestrictedBindingSource$RestrictionLevel ERROR private static final synthetic com.google.inject.RestrictedBindingSource$RestrictionLevel[] $VALUES public static com.google.inject.RestrictedBindingSource$RestrictionLevel[] values () public static com.google.inject.RestrictedBindingSource$RestrictionLevel valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/RestrictedBindingSource.class
RestrictedBindingSource.java package com.google.inject public abstract annotation com.google.inject.RestrictedBindingSource extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String explanation () public abstract java.lang.Class[] permits () public abstract java.lang.String exemptModules () public abstract com.google.inject.RestrictedBindingSource$RestrictionLevel restrictionLevel () }
com/google/inject/Scope.class
Scope.java package com.google.inject public abstract com.google.inject.Scope extends java.lang.Object { public abstract com.google.inject.Provider scope (com.google.inject.Key, com.google.inject.Provider) public abstract java.lang.String toString () }
com/google/inject/ScopeAnnotation.class
ScopeAnnotation.java package com.google.inject public abstract annotation com.google.inject.ScopeAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/Scopes$1.class
Scopes.java package com.google.inject com.google.inject.Scopes$1 extends java.lang.Object implements com.google.inject.Scope { void <init> () public com.google.inject.Provider scope (com.google.inject.Key, com.google.inject.Provider) com.google.inject.Key key com.google.inject.Provider unscoped public java.lang.String toString () }
com/google/inject/Scopes$2.class
Scopes.java package com.google.inject com.google.inject.Scopes$2 extends java.lang.Object implements com.google.inject.spi.BindingScopingVisitor { void <init> () public java.lang.Boolean visitNoScoping () public java.lang.Boolean visitScopeAnnotation (java.lang.Class) Class scopeAnnotation public java.lang.Boolean visitScope (com.google.inject.Scope) com.google.inject.Scope scope public java.lang.Boolean visitEagerSingleton () public volatile synthetic java.lang.Object visitNoScoping () public volatile synthetic java.lang.Object visitScopeAnnotation (java.lang.Class) public volatile synthetic java.lang.Object visitScope (com.google.inject.Scope) public volatile synthetic java.lang.Object visitEagerSingleton () }
com/google/inject/Scopes$3.class
Scopes.java package com.google.inject com.google.inject.Scopes$3 extends java.lang.Object implements com.google.inject.spi.BindingScopingVisitor { final synthetic Class val$scopeAnnotation final synthetic com.google.inject.Scope val$scope void <init> (java.lang.Class, com.google.inject.Scope) public java.lang.Boolean visitNoScoping () public java.lang.Boolean visitScopeAnnotation (java.lang.Class) Class visitedAnnotation public java.lang.Boolean visitScope (com.google.inject.Scope) com.google.inject.Scope visitedScope public java.lang.Boolean visitEagerSingleton () public volatile synthetic java.lang.Object visitNoScoping () public volatile synthetic java.lang.Object visitScopeAnnotation (java.lang.Class) public volatile synthetic java.lang.Object visitScope (com.google.inject.Scope) public volatile synthetic java.lang.Object visitEagerSingleton () }
com/google/inject/Scopes.class
Scopes.java package com.google.inject public com.google.inject.Scopes extends java.lang.Object { public static final com.google.inject.Scope SINGLETON public static final com.google.inject.Scope NO_SCOPE private static final com.google.inject.spi.BindingScopingVisitor IS_SINGLETON_VISITOR private void <init> () public static boolean isSingleton (com.google.inject.Binding) com.google.inject.spi.LinkedKeyBinding linkedBinding com.google.inject.Injector injector com.google.inject.spi.ExposedBinding exposedBinding com.google.inject.Injector injector boolean singleton com.google.inject.Binding binding public static boolean isScoped (com.google.inject.Binding, com.google.inject.Scope, java.lang.Class) com.google.inject.spi.LinkedKeyBinding linkedBinding com.google.inject.Injector injector com.google.inject.spi.ExposedBinding exposedBinding com.google.inject.Injector injector boolean matches com.google.inject.Binding binding com.google.inject.Scope scope Class scopeAnnotation private static com.google.inject.Injector getInjector (com.google.inject.spi.LinkedKeyBinding) com.google.inject.spi.LinkedKeyBinding linkedKeyBinding public static boolean isCircularProxy (java.lang.Object) Object object static void <clinit> () }
com/google/inject/Singleton.class
Singleton.java package com.google.inject public abstract annotation com.google.inject.Singleton extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/Stage.class
Stage.java package com.google.inject public final enum com.google.inject.Stage extends java.lang.Enum { public static final enum com.google.inject.Stage TOOL public static final enum com.google.inject.Stage DEVELOPMENT public static final enum com.google.inject.Stage PRODUCTION private static final synthetic com.google.inject.Stage[] $VALUES public static com.google.inject.Stage[] values () public static com.google.inject.Stage valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/TypeLiteral.class
TypeLiteral.java package com.google.inject public com.google.inject.TypeLiteral extends java.lang.Object { final Class rawType final java.lang.reflect.Type type final int hashCode protected void <init> () void <init> (java.lang.reflect.Type) java.lang.reflect.Type type static java.lang.reflect.Type getSuperclassTypeParameter (java.lang.Class) Class subclass java.lang.reflect.Type superclass java.lang.reflect.ParameterizedType parameterized static com.google.inject.TypeLiteral fromSuperclassTypeParameter (java.lang.Class) Class subclass public final java.lang.Class getRawType () public final java.lang.reflect.Type getType () final com.google.inject.TypeLiteral providerType () public final int hashCode () public final boolean equals (java.lang.Object) Object o public final java.lang.String toString () public static com.google.inject.TypeLiteral get (java.lang.reflect.Type) java.lang.reflect.Type type public static com.google.inject.TypeLiteral get (java.lang.Class) Class type private java.util.List resolveAll (java.lang.reflect.Type[]) int t java.lang.reflect.Type[] types com.google.inject.TypeLiteral[] result com.google.inject.TypeLiteral resolve (java.lang.reflect.Type) java.lang.reflect.Type toResolve java.lang.reflect.Type resolveType (java.lang.reflect.Type) java.lang.reflect.TypeVariable original java.lang.reflect.GenericArrayType original java.lang.reflect.Type componentType java.lang.reflect.Type newComponentType java.lang.reflect.Type resolvedTypeArgument int t int length java.lang.reflect.ParameterizedType original java.lang.reflect.Type ownerType java.lang.reflect.Type newOwnerType boolean changed java.lang.reflect.Type[] args java.lang.reflect.Type lowerBound java.lang.reflect.Type upperBound java.lang.reflect.WildcardType original java.lang.reflect.Type[] originalLowerBound java.lang.reflect.Type[] originalUpperBound java.lang.reflect.Type toResolve public com.google.inject.TypeLiteral getSupertype (java.lang.Class) Class supertype public com.google.inject.TypeLiteral getFieldType (java.lang.reflect.Field) java.lang.reflect.Field field public java.util.List getParameterTypes (java.lang.reflect.Member) java.lang.reflect.Method method java.lang.reflect.Type[] genericParameterTypes java.lang.reflect.Constructor constructor java.lang.reflect.Type[] genericParameterTypes java.lang.reflect.Member methodOrConstructor java.lang.reflect.Type[] genericParameterTypes public java.util.List getExceptionTypes (java.lang.reflect.Member) java.lang.reflect.Method method java.lang.reflect.Type[] genericExceptionTypes java.lang.reflect.Constructor constructor java.lang.reflect.Type[] genericExceptionTypes java.lang.reflect.Member methodOrConstructor java.lang.reflect.Type[] genericExceptionTypes public com.google.inject.TypeLiteral getReturnType (java.lang.reflect.Method) java.lang.reflect.Method method }
com/google/inject/binder/
com/google/inject/binder/AnnotatedBindingBuilder.class
AnnotatedBindingBuilder.java package com.google.inject.binder public abstract com.google.inject.binder.AnnotatedBindingBuilder extends java.lang.Object implements com.google.inject.binder.LinkedBindingBuilder { public abstract com.google.inject.binder.LinkedBindingBuilder annotatedWith (java.lang.Class) public abstract com.google.inject.binder.LinkedBindingBuilder annotatedWith (java.lang.annotation.Annotation) }
com/google/inject/binder/AnnotatedConstantBindingBuilder.class
AnnotatedConstantBindingBuilder.java package com.google.inject.binder public abstract com.google.inject.binder.AnnotatedConstantBindingBuilder extends java.lang.Object { public abstract com.google.inject.binder.ConstantBindingBuilder annotatedWith (java.lang.Class) public abstract com.google.inject.binder.ConstantBindingBuilder annotatedWith (java.lang.annotation.Annotation) }
com/google/inject/binder/AnnotatedElementBuilder.class
AnnotatedElementBuilder.java package com.google.inject.binder public abstract com.google.inject.binder.AnnotatedElementBuilder extends java.lang.Object { public abstract void annotatedWith (java.lang.Class) public abstract void annotatedWith (java.lang.annotation.Annotation) }
com/google/inject/binder/ConstantBindingBuilder.class
ConstantBindingBuilder.java package com.google.inject.binder public abstract com.google.inject.binder.ConstantBindingBuilder extends java.lang.Object { public abstract void to (java.lang.String) public abstract void to (int) public abstract void to (long) public abstract void to (boolean) public abstract void to (double) public abstract void to (float) public abstract void to (short) public abstract void to (char) public abstract void to (byte) public abstract void to (java.lang.Class) public abstract void to (java.lang.Enum) }
com/google/inject/binder/LinkedBindingBuilder.class
LinkedBindingBuilder.java package com.google.inject.binder public abstract com.google.inject.binder.LinkedBindingBuilder extends java.lang.Object implements com.google.inject.binder.ScopedBindingBuilder { public abstract com.google.inject.binder.ScopedBindingBuilder to (java.lang.Class) public abstract com.google.inject.binder.ScopedBindingBuilder to (com.google.inject.TypeLiteral) public abstract com.google.inject.binder.ScopedBindingBuilder to (com.google.inject.Key) public abstract void toInstance (java.lang.Object) public abstract com.google.inject.binder.ScopedBindingBuilder toProvider (com.google.inject.Provider) public abstract com.google.inject.binder.ScopedBindingBuilder toProvider (javax.inject.Provider) public abstract com.google.inject.binder.ScopedBindingBuilder toProvider (java.lang.Class) public abstract com.google.inject.binder.ScopedBindingBuilder toProvider (com.google.inject.TypeLiteral) public abstract com.google.inject.binder.ScopedBindingBuilder toProvider (com.google.inject.Key) public abstract com.google.inject.binder.ScopedBindingBuilder toConstructor (java.lang.reflect.Constructor) public abstract com.google.inject.binder.ScopedBindingBuilder toConstructor (java.lang.reflect.Constructor, com.google.inject.TypeLiteral) }
com/google/inject/binder/ScopedBindingBuilder.class
ScopedBindingBuilder.java package com.google.inject.binder public abstract com.google.inject.binder.ScopedBindingBuilder extends java.lang.Object { public abstract void in (java.lang.Class) public abstract void in (com.google.inject.Scope) public abstract void asEagerSingleton () }
com/google/inject/internal/
com/google/inject/internal/AbstractBindingBuilder.class
AbstractBindingBuilder.java package com.google.inject.internal public abstract com.google.inject.internal.AbstractBindingBuilder extends java.lang.Object { public static final String IMPLEMENTATION_ALREADY_SET public static final String SINGLE_INSTANCE_AND_SCOPE public static final String SCOPE_ALREADY_SET public static final String BINDING_TO_NULL public static final String CONSTANT_VALUE_ALREADY_SET public static final String ANNOTATION_ALREADY_SPECIFIED protected static final com.google.inject.Key NULL_KEY protected final com.google.inject.Binder binder protected java.util.List elements protected int position private com.google.inject.internal.BindingImpl binding public void <init> (com.google.inject.Binder, java.util.List, java.lang.Object, com.google.inject.Key) com.google.inject.Binder binder java.util.List elements Object source com.google.inject.Key key protected com.google.inject.internal.BindingImpl getBinding () protected com.google.inject.internal.BindingImpl setBinding (com.google.inject.internal.BindingImpl) com.google.inject.internal.BindingImpl binding protected com.google.inject.internal.BindingImpl annotatedWithInternal (java.lang.Class) Class annotationType protected com.google.inject.internal.BindingImpl annotatedWithInternal (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public void in (java.lang.Class) Class scopeAnnotation public void in (com.google.inject.Scope) com.google.inject.Scope scope public void asEagerSingleton () protected boolean keyTypeIsSet () protected void checkNotTargetted () protected void checkNotAnnotated () protected void checkNotScoped () static void <clinit> () }
com/google/inject/internal/AbstractBindingProcessor$Processor.class
AbstractBindingProcessor.java package com.google.inject.internal abstract com.google.inject.internal.AbstractBindingProcessor$Processor extends com.google.inject.spi.DefaultBindingTargetVisitor { final Object source final com.google.inject.Key key final Class rawType com.google.inject.internal.Scoping scoping final synthetic com.google.inject.internal.AbstractBindingProcessor this$0 void <init> (com.google.inject.internal.AbstractBindingProcessor, com.google.inject.internal.BindingImpl) com.google.inject.internal.AbstractBindingProcessor this$0 com.google.inject.internal.BindingImpl binding protected void prepareBinding () protected void scheduleInitialization (com.google.inject.internal.BindingImpl) com.google.inject.internal.BindingImpl binding protected void scheduleDelayedInitialization (com.google.inject.internal.BindingImpl) com.google.inject.internal.BindingImpl binding private void initializeBinding (com.google.inject.internal.BindingImpl) com.google.inject.internal.ErrorsException e com.google.inject.internal.BindingImpl binding private synthetic void lambda$scheduleDelayedInitialization$1 (com.google.inject.internal.BindingImpl) com.google.inject.internal.BindingImpl binding private synthetic void lambda$scheduleInitialization$0 (com.google.inject.internal.BindingImpl) com.google.inject.internal.BindingImpl binding }
com/google/inject/internal/AbstractBindingProcessor.class
AbstractBindingProcessor.java package com.google.inject.internal abstract com.google.inject.internal.AbstractBindingProcessor extends com.google.inject.internal.AbstractProcessor { private static final com.google.common.collect.ImmutableSet FORBIDDEN_TYPES protected final com.google.inject.internal.ProcessedBindingData processedBindingData void <init> (com.google.inject.internal.Errors, com.google.inject.internal.ProcessedBindingData) com.google.inject.internal.Errors errors com.google.inject.internal.ProcessedBindingData processedBindingData protected com.google.inject.internal.UntargettedBindingImpl invalidBinding (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source protected void putBinding (com.google.inject.internal.BindingImpl) Throwable t com.google.inject.internal.BindingImpl binding com.google.inject.Key key Class rawType com.google.inject.internal.BindingImpl original private static boolean isOkayDuplicate (com.google.inject.internal.BindingImpl, com.google.inject.internal.BindingImpl, com.google.inject.internal.InjectorBindingData) com.google.inject.internal.ExposedBindingImpl exposed com.google.inject.internal.InjectorImpl exposedFrom com.google.inject.internal.BindingImpl original com.google.inject.internal.BindingImpl binding com.google.inject.internal.InjectorBindingData bindingData private void validateKey (java.lang.Object, com.google.inject.Key) Object source com.google.inject.Key key static synthetic void access$000 (com.google.inject.internal.AbstractBindingProcessor, java.lang.Object, com.google.inject.Key) com.google.inject.internal.AbstractBindingProcessor x0 Object x1 com.google.inject.Key x2 static void <clinit> () }
com/google/inject/internal/AbstractProcessor.class
AbstractProcessor.java package com.google.inject.internal abstract com.google.inject.internal.AbstractProcessor extends com.google.inject.spi.DefaultElementVisitor { protected com.google.inject.internal.Errors errors protected com.google.inject.internal.InjectorImpl injector protected void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public void process (java.lang.Iterable) com.google.inject.internal.InjectorShell injectorShell Iterable isolatedInjectorBuilders public void process (com.google.inject.internal.InjectorImpl, java.util.List) com.google.inject.internal.InjectorImpl injector java.util.List elements com.google.inject.internal.Errors errorsAnyElement protected java.lang.Boolean visitOther (com.google.inject.spi.Element) com.google.inject.spi.Element element protected volatile synthetic java.lang.Object visitOther (com.google.inject.spi.Element) private synthetic boolean lambda$process$0 (com.google.inject.internal.Errors, com.google.inject.spi.Element) com.google.inject.internal.Errors errorsAnyElement com.google.inject.spi.Element e }
com/google/inject/internal/Annotations$1.class
Annotations.java package com.google.inject.internal com.google.inject.internal.Annotations$1 extends com.google.common.cache.CacheLoader { void <init> () public java.lang.annotation.Annotation load (java.lang.Class) Class input public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/inject/internal/Annotations$2.class
Annotations.java package com.google.inject.internal com.google.inject.internal.Annotations$2 extends java.lang.Object implements java.lang.reflect.InvocationHandler { final synthetic Class val$annotationType final synthetic java.util.Map val$members void <init> (java.lang.Class, java.util.Map) public java.lang.Object invoke (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Exception Object proxy java.lang.reflect.Method method Object[] args String name }
com/google/inject/internal/Annotations$AnnotationChecker$1.class
Annotations.java package com.google.inject.internal com.google.inject.internal.Annotations$AnnotationChecker$1 extends com.google.common.cache.CacheLoader { final synthetic com.google.inject.internal.Annotations$AnnotationChecker this$0 void <init> (com.google.inject.internal.Annotations$AnnotationChecker) com.google.inject.internal.Annotations$AnnotationChecker this$0 public java.lang.Boolean load (java.lang.Class) java.lang.annotation.Annotation annotation Class annotationType public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/inject/internal/Annotations$AnnotationChecker.class
Annotations.java package com.google.inject.internal com.google.inject.internal.Annotations$AnnotationChecker extends java.lang.Object { private final java.util.Collection annotationTypes private com.google.common.cache.CacheLoader hasAnnotations final com.google.common.cache.LoadingCache cache void <init> (java.util.Collection) java.util.Collection annotationTypes boolean hasAnnotations (java.lang.Class) Class annotated static synthetic java.util.Collection access$400 (com.google.inject.internal.Annotations$AnnotationChecker) com.google.inject.internal.Annotations$AnnotationChecker x0 }
com/google/inject/internal/Annotations$AnnotationToStringConfig.class
Annotations.java package com.google.inject.internal com.google.inject.internal.Annotations$AnnotationToStringConfig extends java.lang.Object { final boolean quote final boolean includeMemberName void <init> (boolean, boolean) boolean quote boolean includeMemberName }
com/google/inject/internal/Annotations$TestAnnotation.class
Annotations.java package com.google.inject.internal abstract annotation com.google.inject.internal.Annotations$TestAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/inject/internal/Annotations.class
Annotations.java package com.google.inject.internal public com.google.inject.internal.Annotations extends java.lang.Object { private static final com.google.common.cache.LoadingCache cache private static final com.google.common.base.Joiner$MapJoiner JOINER private static final com.google.inject.internal.Annotations$AnnotationToStringConfig ANNOTATION_TO_STRING_CONFIG private static final com.google.inject.internal.Annotations$AnnotationChecker scopeChecker private static final com.google.inject.internal.Annotations$AnnotationChecker bindingAnnotationChecker public void <init> () public static boolean isMarker (java.lang.Class) Class annotationType public static boolean isAllDefaultMethods (java.lang.Class) java.lang.reflect.Method m Class annotationType boolean hasMethods public static java.lang.annotation.Annotation generateAnnotation (java.lang.Class) Class annotationType private static java.lang.annotation.Annotation generateAnnotationImpl (java.lang.Class) Class annotationType java.util.Map members private static com.google.common.collect.ImmutableMap resolveMembers (java.lang.Class) java.lang.reflect.Method method Class annotationType com.google.common.collect.ImmutableMap$Builder result private static boolean annotationEquals (java.lang.Class, java.util.Map, java.lang.Object) throws java.lang.Exception String name java.lang.reflect.Method method Class type java.util.Map members Object other private static int annotationHashCode (java.lang.Class, java.util.Map) throws java.lang.Exception String name Object value java.lang.reflect.Method method Class type java.util.Map members int result private static java.lang.String annotationToString (java.lang.Class, java.util.Map) throws java.lang.Exception Class type java.util.Map members StringBuilder sb public static boolean isRetainedAtRuntime (java.lang.Class) Class annotationType java.lang.annotation.Retention retention public static java.lang.Class findScopeAnnotation (com.google.inject.internal.Errors, java.lang.Class) com.google.inject.internal.Errors errors Class implementation public static java.lang.Class findScopeAnnotation (com.google.inject.internal.Errors, java.lang.annotation.Annotation[]) Class annotationType java.lang.annotation.Annotation annotation com.google.inject.internal.Errors errors java.lang.annotation.Annotation[] annotations Class found static boolean containsComponentAnnotation (java.lang.annotation.Annotation[]) java.lang.annotation.Annotation annotation java.lang.annotation.Annotation[] annotations public static java.lang.String memberValueString (java.lang.String) String value public static java.lang.String memberValueString (java.lang.String, java.lang.Object) String memberName Object value StringBuilder sb boolean quote boolean includeMemberName private static com.google.inject.internal.Annotations$AnnotationToStringConfig determineAnnotationToStringConfig () String annotation boolean quote boolean includeMemberName NoSuchMethodException e public static boolean isScopeAnnotation (java.lang.Class) Class annotationType public static void checkForMisplacedScopeAnnotations (java.lang.Class, java.lang.Object, com.google.inject.internal.Errors) Class type Object source com.google.inject.internal.Errors errors Class scopeAnnotation public static com.google.inject.Key getKey (com.google.inject.TypeLiteral, java.lang.reflect.Member, java.lang.annotation.Annotation[], com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.TypeLiteral type java.lang.reflect.Member member java.lang.annotation.Annotation[] annotations com.google.inject.internal.Errors errors int numErrorsBefore java.lang.annotation.Annotation found public static java.lang.annotation.Annotation findBindingAnnotation (com.google.inject.internal.Errors, java.lang.reflect.Member, java.lang.annotation.Annotation[]) Class annotationType java.lang.annotation.Annotation annotation com.google.inject.internal.Errors errors java.lang.reflect.Member member java.lang.annotation.Annotation[] annotations java.lang.annotation.Annotation found public static boolean isBindingAnnotation (java.lang.Class) Class annotationType public static java.lang.annotation.Annotation canonicalizeIfNamed (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public static java.lang.Class canonicalizeIfNamed (java.lang.Class) Class annotationType public static java.lang.String nameOf (com.google.inject.Key) com.google.inject.Key key java.lang.annotation.Annotation annotation Class annotationType private static synthetic java.lang.String lambda$annotationToString$0 (java.lang.Object) Object arg String s static synthetic java.lang.annotation.Annotation access$000 (java.lang.Class) Class x0 static synthetic java.lang.String access$100 (java.lang.Class, java.util.Map) throws java.lang.Exception Class x0 java.util.Map x1 static synthetic int access$200 (java.lang.Class, java.util.Map) throws java.lang.Exception Class x0 java.util.Map x1 static synthetic boolean access$300 (java.lang.Class, java.util.Map, java.lang.Object) throws java.lang.Exception Class x0 java.util.Map x1 Object x2 static void <clinit> () }
com/google/inject/internal/BindingAlreadySetError.class
BindingAlreadySetError.java package com.google.inject.internal final com.google.inject.internal.BindingAlreadySetError extends com.google.inject.internal.InternalErrorDetail { private final com.google.inject.Binding binding private final com.google.inject.Binding original void <init> (com.google.inject.Binding, com.google.inject.Binding, java.util.List) com.google.inject.Binding binding com.google.inject.Binding original java.util.List sources public boolean isMergeable (com.google.inject.spi.ErrorDetail) com.google.inject.spi.ErrorDetail otherError public void formatDetail (java.util.List, java.util.Formatter) int i java.util.List mergeableErrors java.util.Formatter formatter java.util.List sourcesList public com.google.inject.internal.BindingAlreadySetError withSources (java.util.List) java.util.List newSources public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) private static synthetic java.lang.Object lambda$formatDetail$0 (com.google.inject.spi.ErrorDetail) com.google.inject.spi.ErrorDetail e }
com/google/inject/internal/BindingBuilder.class
BindingBuilder.java package com.google.inject.internal public com.google.inject.internal.BindingBuilder extends com.google.inject.internal.AbstractBindingBuilder implements com.google.inject.binder.AnnotatedBindingBuilder { public void <init> (com.google.inject.Binder, java.util.List, java.lang.Object, com.google.inject.Key) com.google.inject.Binder binder java.util.List elements Object source com.google.inject.Key key public com.google.inject.internal.BindingBuilder annotatedWith (java.lang.Class) Class annotationType public com.google.inject.internal.BindingBuilder annotatedWith (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public com.google.inject.internal.BindingBuilder to (java.lang.Class) Class implementation public com.google.inject.internal.BindingBuilder to (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral implementation public com.google.inject.internal.BindingBuilder to (com.google.inject.Key) com.google.inject.Key linkedKey com.google.inject.internal.BindingImpl base public void toInstance (java.lang.Object) java.util.Set injectionPoints com.google.inject.ConfigurationException e java.util.Set injectionPoints Object instance java.util.Set injectionPoints com.google.inject.internal.BindingImpl base public com.google.inject.internal.BindingBuilder toProvider (com.google.inject.Provider) com.google.inject.Provider provider public com.google.inject.internal.BindingBuilder toProvider (javax.inject.Provider) java.util.Set injectionPoints com.google.inject.ConfigurationException e javax.inject.Provider provider java.util.Set injectionPoints com.google.inject.internal.BindingImpl base public com.google.inject.internal.BindingBuilder toProvider (java.lang.Class) Class providerType public com.google.inject.internal.BindingBuilder toProvider (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral providerType public com.google.inject.internal.BindingBuilder toProvider (com.google.inject.Key) com.google.inject.Key providerKey com.google.inject.internal.BindingImpl base public com.google.inject.binder.ScopedBindingBuilder toConstructor (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public com.google.inject.binder.ScopedBindingBuilder toConstructor (java.lang.reflect.Constructor, com.google.inject.TypeLiteral) java.util.Set injectionPoints com.google.inject.ConfigurationException e com.google.inject.spi.InjectionPoint constructorPoint com.google.inject.ConfigurationException e java.lang.reflect.Constructor constructor com.google.inject.TypeLiteral type com.google.inject.internal.BindingImpl base java.util.Set injectionPoints public java.lang.String toString () private void copyErrorsToBinder (com.google.inject.ConfigurationException) com.google.inject.spi.Message message com.google.inject.ConfigurationException e public volatile synthetic com.google.inject.binder.LinkedBindingBuilder annotatedWith (java.lang.annotation.Annotation) public volatile synthetic com.google.inject.binder.LinkedBindingBuilder annotatedWith (java.lang.Class) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder toProvider (com.google.inject.Key) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder toProvider (com.google.inject.TypeLiteral) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder toProvider (java.lang.Class) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder toProvider (javax.inject.Provider) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder toProvider (com.google.inject.Provider) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder to (com.google.inject.Key) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder to (com.google.inject.TypeLiteral) public volatile synthetic com.google.inject.binder.ScopedBindingBuilder to (java.lang.Class) }
com/google/inject/internal/BindingImpl.class
BindingImpl.java package com.google.inject.internal public abstract com.google.inject.internal.BindingImpl extends java.lang.Object implements com.google.inject.Binding { private final com.google.inject.internal.InjectorImpl injector private final com.google.inject.Key key private final Object source private final com.google.inject.internal.Scoping scoping private final com.google.inject.internal.InternalFactory internalFactory private volatile com.google.inject.Provider provider void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory internalFactory com.google.inject.internal.Scoping scoping void <init> (java.lang.Object, com.google.inject.Key, com.google.inject.internal.Scoping) Object source com.google.inject.Key key com.google.inject.internal.Scoping scoping public com.google.inject.Key getKey () public java.lang.Object getSource () public com.google.inject.Provider getProvider () public com.google.inject.internal.InternalFactory getInternalFactory () public com.google.inject.internal.Scoping getScoping () public boolean isConstant () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public java.lang.Object acceptScopingVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor protected com.google.inject.internal.BindingImpl withScoping (com.google.inject.internal.Scoping) com.google.inject.internal.Scoping scoping protected com.google.inject.internal.BindingImpl withKey (com.google.inject.Key) com.google.inject.Key key public java.lang.String toString () public com.google.inject.internal.InjectorImpl getInjector () }
com/google/inject/internal/BindingProcessor$1.class
BindingProcessor.java package com.google.inject.internal com.google.inject.internal.BindingProcessor$1 extends com.google.inject.internal.AbstractBindingProcessor$Processor { final synthetic com.google.inject.internal.BindingProcessor this$0 void <init> (com.google.inject.internal.BindingProcessor, com.google.inject.internal.BindingImpl) com.google.inject.internal.BindingProcessor this$0 com.google.inject.internal.BindingImpl binding public java.lang.Boolean visit (com.google.inject.spi.ConstructorBinding) com.google.inject.internal.ConstructorBindingImpl onInjector com.google.inject.internal.ErrorsException e com.google.inject.spi.ConstructorBinding binding public java.lang.Boolean visit (com.google.inject.spi.InstanceBinding) com.google.inject.spi.InstanceBinding binding java.util.Set injectionPoints Object instance com.google.inject.internal.Initializable ref com.google.inject.internal.ConstantFactory factory com.google.inject.internal.InternalFactory scopedFactory public java.lang.Boolean visit (com.google.inject.spi.ProviderInstanceBinding) com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory asProviderMethod com.google.inject.spi.ProviderInstanceBinding binding javax.inject.Provider provider java.util.Set injectionPoints com.google.inject.internal.Initializable initializable com.google.inject.internal.InternalFactory factory com.google.inject.internal.InternalFactory scopedFactory public java.lang.Boolean visit (com.google.inject.spi.ProviderKeyBinding) com.google.inject.spi.ProviderKeyBinding binding com.google.inject.Key providerKey com.google.inject.internal.BoundProviderFactory boundProviderFactory com.google.inject.internal.InternalFactory scopedFactory public java.lang.Boolean visit (com.google.inject.spi.LinkedKeyBinding) com.google.inject.spi.LinkedKeyBinding binding com.google.inject.Key linkedKey com.google.inject.internal.FactoryProxy factory com.google.inject.internal.InternalFactory scopedFactory private java.lang.Boolean visitInternalProviderInstanceBindingFactory (com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory) com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory provider com.google.inject.internal.InternalProviderInstanceBindingImpl binding public java.lang.Boolean visit (com.google.inject.spi.UntargettedBinding) com.google.inject.spi.UntargettedBinding untargetted public java.lang.Boolean visit (com.google.inject.spi.ExposedBinding) com.google.inject.spi.ExposedBinding binding public java.lang.Boolean visit (com.google.inject.spi.ConvertedConstantBinding) com.google.inject.spi.ConvertedConstantBinding binding public java.lang.Boolean visit (com.google.inject.spi.ProviderBinding) com.google.inject.spi.ProviderBinding binding protected java.lang.Boolean visitOther (com.google.inject.Binding) com.google.inject.Binding binding public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProviderBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ConvertedConstantBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ConstructorBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.UntargettedBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ExposedBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.LinkedKeyBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProviderKeyBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProviderInstanceBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.InstanceBinding) protected volatile synthetic java.lang.Object visitOther (com.google.inject.Binding) }
com/google/inject/internal/BindingProcessor$2.class
BindingProcessor.java package com.google.inject.internal synthetic com.google.inject.internal.BindingProcessor$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$inject$internal$InternalProviderInstanceBindingImpl$InitializationTiming static void <clinit> () }
com/google/inject/internal/BindingProcessor.class
BindingProcessor.java package com.google.inject.internal final com.google.inject.internal.BindingProcessor extends com.google.inject.internal.AbstractBindingProcessor { private final com.google.inject.internal.Initializer initializer void <init> (com.google.inject.internal.Errors, com.google.inject.internal.Initializer, com.google.inject.internal.ProcessedBindingData) com.google.inject.internal.Errors errors com.google.inject.internal.Initializer initializer com.google.inject.internal.ProcessedBindingData processedBindingData public java.lang.Boolean visit (com.google.inject.Binding) com.google.inject.Binding command Class rawType public java.lang.Boolean visit (com.google.inject.spi.PrivateElements) com.google.inject.Key key com.google.inject.spi.PrivateElements privateElements private void bindExposed (com.google.inject.spi.PrivateElements, com.google.inject.Key) com.google.inject.spi.PrivateElements privateElements com.google.inject.Key key com.google.inject.internal.ExposedKeyFactory exposedKeyFactory public volatile synthetic java.lang.Object visit (com.google.inject.spi.PrivateElements) public volatile synthetic java.lang.Object visit (com.google.inject.Binding) static synthetic com.google.inject.internal.Initializer access$000 (com.google.inject.internal.BindingProcessor) com.google.inject.internal.BindingProcessor x0 }
com/google/inject/internal/BoundProviderFactory.class
BoundProviderFactory.java package com.google.inject.internal final com.google.inject.internal.BoundProviderFactory extends com.google.inject.internal.ProviderInternalFactory implements com.google.inject.internal.CreationListener { private final com.google.inject.internal.ProvisionListenerStackCallback provisionCallback private final com.google.inject.internal.InjectorImpl injector final com.google.inject.Key providerKey private com.google.inject.internal.InternalFactory providerFactory void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.ProvisionListenerStackCallback) com.google.inject.internal.InjectorImpl injector com.google.inject.Key providerKey Object source com.google.inject.internal.ProvisionListenerStackCallback provisionCallback public void notify (com.google.inject.internal.Errors) com.google.inject.internal.ErrorsException e com.google.inject.internal.Errors errors public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException javax.inject.Provider provider com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked protected java.lang.Object provision (javax.inject.Provider, com.google.inject.spi.Dependency, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException RuntimeException userException javax.inject.Provider provider com.google.inject.spi.Dependency dependency com.google.inject.internal.ConstructionContext constructionContext public java.lang.String toString () }
com/google/inject/internal/BytecodeGen$1.class
BytecodeGen.java package com.google.inject.internal com.google.inject.internal.BytecodeGen$1 extends java.lang.ClassValue { void <init> () protected java.util.function.Function computeValue (java.lang.Class) Class hostClass protected volatile synthetic java.lang.Object computeValue (java.lang.Class) }
com/google/inject/internal/BytecodeGen$EnhancerBuilder.class
BytecodeGen.java package com.google.inject.internal public abstract com.google.inject.internal.BytecodeGen$EnhancerBuilder extends java.lang.Object { public abstract java.lang.reflect.Method[] getEnhanceableMethods () public abstract java.util.function.Function buildEnhancer (java.util.BitSet) }
com/google/inject/internal/BytecodeGen.class
BytecodeGen.java package com.google.inject.internal public final com.google.inject.internal.BytecodeGen extends java.lang.Object { private static final java.util.Map circularProxyTypeCache public static final String ENHANCER_BY_GUICE_MARKER public static final String FASTCLASS_BY_GUICE_MARKER private static final com.google.common.cache.LoadingCache ENHANCER_BUILDERS private static final ClassValue FAST_CLASSES public void <init> () public static boolean isCircularProxy (java.lang.Object) Object object static java.lang.Object newCircularProxy (java.lang.Class, java.lang.reflect.InvocationHandler) Class type java.lang.reflect.InvocationHandler handler Object proxy static com.google.inject.internal.BytecodeGen$EnhancerBuilder enhancerBuilder (java.lang.Class) Class hostClass static java.util.function.BiFunction enhancedConstructor (java.util.function.Function, java.lang.reflect.Constructor) java.util.function.Function enhancer java.lang.reflect.Constructor constructor static java.util.function.BiFunction superMethod (java.util.function.Function, java.lang.reflect.Method) java.util.function.Function enhancer java.lang.reflect.Method method static java.util.function.BiFunction fastConstructor (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor static java.util.function.BiFunction fastMethod (java.lang.reflect.Method) java.lang.reflect.Method method private static java.util.function.Function fastClass (java.lang.reflect.Executable) java.lang.reflect.Executable member static void <clinit> () }
com/google/inject/internal/ChildBindingAlreadySetError.class
ChildBindingAlreadySetError.java package com.google.inject.internal final com.google.inject.internal.ChildBindingAlreadySetError extends com.google.inject.internal.InternalErrorDetail { private final com.google.inject.Key key private final com.google.common.collect.ImmutableList existingSources void <init> (com.google.inject.Key, java.lang.Iterable, java.util.List) com.google.inject.Key key Iterable existingSoruces java.util.List sources public boolean isMergeable (com.google.inject.spi.ErrorDetail) com.google.inject.spi.ErrorDetail otherError public void formatDetail (java.util.List, java.util.Formatter) Object source int i java.util.List mergeableErrors java.util.Formatter formatter int index java.util.List sourcesList java.util.List filteredSources public com.google.inject.internal.ChildBindingAlreadySetError withSources (java.util.List) java.util.List newSources private java.util.List trimSource (java.util.List) java.util.List sources public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) private synthetic boolean lambda$trimSource$3 (java.lang.Object) Object source private static synthetic boolean lambda$formatDetail$2 (java.util.List) java.util.List list private static synthetic void lambda$formatDetail$1 (java.util.List, com.google.inject.spi.ErrorDetail) java.util.List sourcesList com.google.inject.spi.ErrorDetail error private static synthetic java.lang.Object lambda$new$0 (java.lang.Object) Object source }
com/google/inject/internal/ConstantBindingBuilderImpl.class
ConstantBindingBuilderImpl.java package com.google.inject.internal public final com.google.inject.internal.ConstantBindingBuilderImpl extends com.google.inject.internal.AbstractBindingBuilder implements com.google.inject.binder.AnnotatedConstantBindingBuilder com.google.inject.binder.ConstantBindingBuilder { public void <init> (com.google.inject.Binder, java.util.List, java.lang.Object) com.google.inject.Binder binder java.util.List elements Object source public com.google.inject.binder.ConstantBindingBuilder annotatedWith (java.lang.Class) Class annotationType public com.google.inject.binder.ConstantBindingBuilder annotatedWith (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public void to (java.lang.String) String value public void to (int) int value public void to (long) long value public void to (boolean) boolean value public void to (double) double value public void to (float) float value public void to (short) short value public void to (char) char value public void to (byte) byte value public void to (java.lang.Class) Class value public void to (java.lang.Enum) Enum value private void toConstant (java.lang.Class, java.lang.Object) Class type Object instance Class typeAsClassT Object instanceAsT com.google.inject.internal.BindingImpl base com.google.inject.Key key public java.lang.String toString () }
com/google/inject/internal/ConstantFactory.class
ConstantFactory.java package com.google.inject.internal final com.google.inject.internal.ConstantFactory extends java.lang.Object implements com.google.inject.internal.InternalFactory { private final com.google.inject.internal.Initializable initializable public void <init> (com.google.inject.internal.Initializable) com.google.inject.internal.Initializable initializable public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked public java.lang.String toString () }
com/google/inject/internal/ConstructionContext.class
ConstructionContext.java package com.google.inject.internal final com.google.inject.internal.ConstructionContext extends java.lang.Object { Object currentReference boolean constructing java.util.List invocationHandlers void <init> () public java.lang.Object getCurrentReference () public void removeCurrentReference () public void setCurrentReference (java.lang.Object) Object currentReference public boolean isConstructing () public void startConstruction () public void finishConstruction () public java.lang.Object createProxy (com.google.inject.internal.InjectorImpl$InjectorOptions, java.lang.Class) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InjectorImpl$InjectorOptions injectorOptions Class expectedType com.google.inject.internal.DelegatingInvocationHandler invocationHandler public void setProxyDelegates (java.lang.Object) com.google.inject.internal.DelegatingInvocationHandler handler Object delegate }
com/google/inject/internal/ConstructionProxy.class
ConstructionProxy.java package com.google.inject.internal abstract com.google.inject.internal.ConstructionProxy extends java.lang.Object { public transient abstract java.lang.Object newInstance (java.lang.Object[]) throws java.lang.reflect.InvocationTargetException public abstract com.google.inject.spi.InjectionPoint getInjectionPoint () public abstract java.lang.reflect.Constructor getConstructor () public abstract com.google.common.collect.ImmutableMap getMethodInterceptors () }
com/google/inject/internal/ConstructionProxyFactory.class
ConstructionProxyFactory.java package com.google.inject.internal abstract com.google.inject.internal.ConstructionProxyFactory extends java.lang.Object { public abstract com.google.inject.internal.ConstructionProxy create () throws com.google.inject.internal.ErrorsException }
com/google/inject/internal/ConstructorBindingImpl$Factory.class
ConstructorBindingImpl.java package com.google.inject.internal com.google.inject.internal.ConstructorBindingImpl$Factory extends java.lang.Object implements com.google.inject.internal.InternalFactory { private final boolean failIfNotLinked private final com.google.inject.Key key private com.google.inject.internal.ConstructorInjector constructorInjector private com.google.inject.internal.ProvisionListenerStackCallback provisionCallback void <init> (boolean, com.google.inject.Key) boolean failIfNotLinked com.google.inject.Key key public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked com.google.inject.internal.ConstructorInjector localInjector static synthetic com.google.inject.internal.ConstructorInjector access$002 (com.google.inject.internal.ConstructorBindingImpl$Factory, com.google.inject.internal.ConstructorInjector) com.google.inject.internal.ConstructorBindingImpl$Factory x0 com.google.inject.internal.ConstructorInjector x1 static synthetic com.google.inject.internal.ProvisionListenerStackCallback access$102 (com.google.inject.internal.ConstructorBindingImpl$Factory, com.google.inject.internal.ProvisionListenerStackCallback) com.google.inject.internal.ConstructorBindingImpl$Factory x0 com.google.inject.internal.ProvisionListenerStackCallback x1 static synthetic com.google.inject.internal.ConstructorInjector access$000 (com.google.inject.internal.ConstructorBindingImpl$Factory) com.google.inject.internal.ConstructorBindingImpl$Factory x0 }
com/google/inject/internal/ConstructorBindingImpl.class
ConstructorBindingImpl.java package com.google.inject.internal final com.google.inject.internal.ConstructorBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.ConstructorBinding com.google.inject.internal.DelayedInitialize { private final com.google.inject.internal.ConstructorBindingImpl$Factory factory private final com.google.inject.spi.InjectionPoint constructorInjectionPoint private void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping, com.google.inject.internal.ConstructorBindingImpl$Factory, com.google.inject.spi.InjectionPoint) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory scopedFactory com.google.inject.internal.Scoping scoping com.google.inject.internal.ConstructorBindingImpl$Factory factory com.google.inject.spi.InjectionPoint constructorInjectionPoint public void <init> (com.google.inject.Key, java.lang.Object, com.google.inject.internal.Scoping, com.google.inject.spi.InjectionPoint, java.util.Set) com.google.inject.Key key Object source com.google.inject.internal.Scoping scoping com.google.inject.spi.InjectionPoint constructorInjectionPoint java.util.Set injectionPoints com.google.inject.internal.ConstructionProxy constructionProxy static com.google.inject.internal.ConstructorBindingImpl create (com.google.inject.internal.InjectorImpl, com.google.inject.Key, com.google.inject.spi.InjectionPoint, java.lang.Object, com.google.inject.internal.Scoping, com.google.inject.internal.Errors, boolean, boolean) throws com.google.inject.internal.ErrorsException com.google.inject.ConfigurationException e Class annotatedType Class scopeAnnotation com.google.inject.internal.InjectorImpl injector com.google.inject.Key key com.google.inject.spi.InjectionPoint constructorInjector Object source com.google.inject.internal.Scoping scoping com.google.inject.internal.Errors errors boolean failIfNotLinked boolean atInjectRequired int numErrors Class rawType com.google.inject.internal.ConstructorBindingImpl$Factory factoryFactory com.google.inject.internal.InternalFactory scopedFactory public void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors boolean isInitialized () com.google.inject.spi.InjectionPoint getInternalConstructor () java.util.Set getInternalDependencies () com.google.common.collect.ImmutableSet$Builder builder public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public com.google.inject.spi.InjectionPoint getConstructor () public java.util.Set getInjectableMembers () public java.util.Map getMethodInterceptors () public java.util.Set getDependencies () protected com.google.inject.internal.BindingImpl withScoping (com.google.inject.internal.Scoping) com.google.inject.internal.Scoping scoping protected com.google.inject.internal.BindingImpl withKey (com.google.inject.Key) com.google.inject.Key key public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder com.google.inject.spi.InjectionPoint constructor public java.lang.String toString () public boolean equals (java.lang.Object) com.google.inject.internal.ConstructorBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/ConstructorInjector$1.class
ConstructorInjector.java package com.google.inject.internal com.google.inject.internal.ConstructorInjector$1 extends java.lang.Object implements com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback { final synthetic com.google.inject.internal.InternalContext val$context final synthetic com.google.inject.internal.ConstructionContext val$constructionContext final synthetic com.google.inject.internal.ConstructorInjector this$0 void <init> (com.google.inject.internal.ConstructorInjector, com.google.inject.internal.InternalContext, com.google.inject.internal.ConstructionContext) com.google.inject.internal.ConstructorInjector this$0 public java.lang.Object call () throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/ConstructorInjector.class
ConstructorInjector.java package com.google.inject.internal final com.google.inject.internal.ConstructorInjector extends java.lang.Object { private final com.google.common.collect.ImmutableSet injectableMembers private final com.google.inject.internal.SingleParameterInjector[] parameterInjectors private final com.google.inject.internal.ConstructionProxy constructionProxy private final com.google.inject.internal.MembersInjectorImpl membersInjector void <init> (java.util.Set, com.google.inject.internal.ConstructionProxy, com.google.inject.internal.SingleParameterInjector[], com.google.inject.internal.MembersInjectorImpl) java.util.Set injectableMembers com.google.inject.internal.ConstructionProxy constructionProxy com.google.inject.internal.SingleParameterInjector[] parameterInjectors com.google.inject.internal.MembersInjectorImpl membersInjector public com.google.common.collect.ImmutableSet getInjectableMembers () com.google.inject.internal.ConstructionProxy getConstructionProxy () java.lang.Object construct (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, com.google.inject.internal.ProvisionListenerStackCallback) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency com.google.inject.internal.ProvisionListenerStackCallback provisionCallback com.google.inject.internal.ConstructionContext constructionContext Object t private java.lang.Object provision (com.google.inject.internal.InternalContext, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException Object[] parameters Object t Object t com.google.inject.internal.MembersInjectorImpl localMembersInjector Throwable cause java.lang.reflect.InvocationTargetException userException com.google.inject.internal.InternalContext context com.google.inject.internal.ConstructionContext constructionContext static synthetic java.lang.Object access$000 (com.google.inject.internal.ConstructorInjector, com.google.inject.internal.InternalContext, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.ConstructorInjector x0 com.google.inject.internal.InternalContext x1 com.google.inject.internal.ConstructionContext x2 }
com/google/inject/internal/ConstructorInjectorStore$1.class
ConstructorInjectorStore.java package com.google.inject.internal com.google.inject.internal.ConstructorInjectorStore$1 extends com.google.inject.internal.FailableCache { final synthetic com.google.inject.internal.ConstructorInjectorStore this$0 void <init> (com.google.inject.internal.ConstructorInjectorStore) com.google.inject.internal.ConstructorInjectorStore this$0 protected com.google.inject.internal.ConstructorInjector create (com.google.inject.spi.InjectionPoint, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.spi.InjectionPoint constructorInjector com.google.inject.internal.Errors errors protected volatile synthetic java.lang.Object create (java.lang.Object, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException }
com/google/inject/internal/ConstructorInjectorStore.class
ConstructorInjectorStore.java package com.google.inject.internal final com.google.inject.internal.ConstructorInjectorStore extends java.lang.Object { private final com.google.inject.internal.InjectorImpl injector private final com.google.inject.internal.FailableCache cache void <init> (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl injector public com.google.inject.internal.ConstructorInjector get (com.google.inject.spi.InjectionPoint, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.spi.InjectionPoint constructorInjector com.google.inject.internal.Errors errors boolean remove (com.google.inject.spi.InjectionPoint) com.google.inject.spi.InjectionPoint ip private com.google.inject.internal.ConstructorInjector createConstructor (com.google.inject.spi.InjectionPoint, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.common.collect.ImmutableList injectorBindings com.google.common.collect.ImmutableList methodAspects com.google.inject.spi.InjectionPoint injectionPoint com.google.inject.internal.Errors errors int numErrorsBefore com.google.inject.internal.SingleParameterInjector[] constructorParameterInjectors com.google.inject.internal.MembersInjectorImpl membersInjector com.google.inject.internal.ConstructionProxyFactory factory static synthetic com.google.inject.internal.ConstructorInjector access$000 (com.google.inject.internal.ConstructorInjectorStore, com.google.inject.spi.InjectionPoint, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.ConstructorInjectorStore x0 com.google.inject.spi.InjectionPoint x1 com.google.inject.internal.Errors x2 }
com/google/inject/internal/CreationListener.class
CreationListener.java package com.google.inject.internal abstract com.google.inject.internal.CreationListener extends java.lang.Object { public abstract void notify (com.google.inject.internal.Errors) }
com/google/inject/internal/CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock.class
CycleDetectingLock.java package com.google.inject.internal com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock extends java.lang.Object implements com.google.inject.internal.CycleDetectingLock { private final java.util.concurrent.locks.Lock lockImplementation private final Object userLockId private final com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory lockFactory private Thread lockOwnerThread private int lockReentranceCount void <init> (com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory, java.lang.Object, java.util.concurrent.locks.Lock) com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory lockFactory Object userLockId java.util.concurrent.locks.Lock lockImplementation public com.google.common.collect.ListMultimap lockOrDetectPotentialLocksCycle () com.google.common.collect.ListMultimap locksInCycle Thread currentThread public void unlock () Thread currentThread void checkState () throws java.lang.IllegalStateException Thread currentThread private com.google.common.collect.ListMultimap detectPotentialLocksCycle () Thread threadOwnerThreadWaits Thread currentThread com.google.common.collect.ListMultimap potentialLocksCycle com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock lockOwnerWaitingOn private com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock addAllLockIdsAfter (java.lang.Thread, com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock, com.google.common.collect.ListMultimap) Object userLockId com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock ownedLock Object typed Thread thread com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock lock com.google.common.collect.ListMultimap potentialLocksCycle boolean found java.util.Collection ownedLocks com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock unownedLock public java.lang.String toString () Thread thread }
com/google/inject/internal/CycleDetectingLock$CycleDetectingLockFactory.class
CycleDetectingLock.java package com.google.inject.internal public com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory extends java.lang.Object { private static java.util.Map lockThreadIsWaitingOn private static final com.google.common.collect.Multimap locksOwnedByThread public void <init> () com.google.inject.internal.CycleDetectingLock create (java.lang.Object) Object userLockId static synthetic java.util.Map access$000 () static synthetic com.google.common.collect.Multimap access$100 () static void <clinit> () }
com/google/inject/internal/CycleDetectingLock.class
CycleDetectingLock.java package com.google.inject.internal abstract com.google.inject.internal.CycleDetectingLock extends java.lang.Object { public abstract com.google.common.collect.ListMultimap lockOrDetectPotentialLocksCycle () public abstract void unlock () }
com/google/inject/internal/DeclaredMembers.class
DeclaredMembers.java package com.google.inject.internal public final com.google.inject.internal.DeclaredMembers extends java.lang.Object { private void <init> () public static java.lang.reflect.Field[] getDeclaredFields (java.lang.Class) Class type public static java.lang.reflect.Method[] getDeclaredMethods (java.lang.Class) Class type private static synthetic java.lang.reflect.Method[] lambda$getDeclaredMethods$2 (int) int x$0 private static synthetic java.util.List lambda$getDeclaredMethods$1 (java.lang.reflect.Method) java.lang.reflect.Method method private static synthetic java.lang.reflect.Field[] lambda$getDeclaredFields$0 (int) int x$0 }
com/google/inject/internal/DefaultConstructionProxyFactory$FastClassProxy.class
DefaultConstructionProxyFactory.java package com.google.inject.internal final com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy extends java.lang.Object implements com.google.inject.internal.ConstructionProxy { final com.google.inject.spi.InjectionPoint injectionPoint final java.lang.reflect.Constructor constructor final java.util.function.BiFunction fastConstructor void <init> (com.google.inject.spi.InjectionPoint, java.lang.reflect.Constructor, java.util.function.BiFunction) com.google.inject.spi.InjectionPoint injectionPoint java.lang.reflect.Constructor constructor java.util.function.BiFunction fastConstructor public transient java.lang.Object newInstance (java.lang.Object[]) throws java.lang.reflect.InvocationTargetException Throwable e Object[] arguments public com.google.inject.spi.InjectionPoint getInjectionPoint () public java.lang.reflect.Constructor getConstructor () public com.google.common.collect.ImmutableMap getMethodInterceptors () }
com/google/inject/internal/DefaultConstructionProxyFactory$ReflectiveProxy.class
DefaultConstructionProxyFactory.java package com.google.inject.internal final com.google.inject.internal.DefaultConstructionProxyFactory$ReflectiveProxy extends java.lang.Object implements com.google.inject.internal.ConstructionProxy { final java.lang.reflect.Constructor constructor final com.google.inject.spi.InjectionPoint injectionPoint void <init> (com.google.inject.spi.InjectionPoint, java.lang.reflect.Constructor) com.google.inject.spi.InjectionPoint injectionPoint java.lang.reflect.Constructor constructor public transient java.lang.Object newInstance (java.lang.Object[]) throws java.lang.reflect.InvocationTargetException InstantiationException e IllegalAccessException e Object[] arguments public com.google.inject.spi.InjectionPoint getInjectionPoint () public java.lang.reflect.Constructor getConstructor () public com.google.common.collect.ImmutableMap getMethodInterceptors () }
com/google/inject/internal/DefaultConstructionProxyFactory.class
DefaultConstructionProxyFactory.java package com.google.inject.internal final com.google.inject.internal.DefaultConstructionProxyFactory extends java.lang.Object implements com.google.inject.internal.ConstructionProxyFactory { private final com.google.inject.spi.InjectionPoint injectionPoint void <init> (com.google.inject.spi.InjectionPoint) com.google.inject.spi.InjectionPoint injectionPoint public com.google.inject.internal.ConstructionProxy create () java.util.function.BiFunction fastConstructor java.lang.reflect.Constructor constructor }
com/google/inject/internal/DeferredLookups.class
DeferredLookups.java package com.google.inject.internal final com.google.inject.internal.DeferredLookups extends java.lang.Object implements com.google.inject.internal.Lookups { private final com.google.inject.internal.InjectorImpl injector private final java.util.List lookups void <init> (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl injector void initialize (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public com.google.inject.Provider getProvider (com.google.inject.Key) com.google.inject.Key key com.google.inject.spi.ProviderLookup lookup public com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type com.google.inject.spi.MembersInjectorLookup lookup }
com/google/inject/internal/DelayedInitialize.class
DelayedInitialize.java package com.google.inject.internal abstract com.google.inject.internal.DelayedInitialize extends java.lang.Object { public abstract void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException }
com/google/inject/internal/DelegatingInvocationHandler.class
DelegatingInvocationHandler.java package com.google.inject.internal com.google.inject.internal.DelegatingInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler { private volatile boolean initialized private Object delegate void <init> () public java.lang.Object invoke (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Throwable IllegalAccessException e IllegalArgumentException e java.lang.reflect.InvocationTargetException e Object proxy java.lang.reflect.Method method Object[] args void setDelegate (java.lang.Object) Object delegate }
com/google/inject/internal/DuplicateElementError$Element.class
DuplicateElementError.java package com.google.inject.internal com.google.inject.internal.DuplicateElementError$Element extends java.lang.Object { Object value com.google.inject.Binding binding void <init> (java.lang.Object, com.google.inject.Binding) Object value com.google.inject.Binding binding }
com/google/inject/internal/DuplicateElementError.class
DuplicateElementError.java package com.google.inject.internal final com.google.inject.internal.DuplicateElementError extends com.google.inject.internal.InternalErrorDetail { private final com.google.inject.Key setKey private final com.google.common.collect.ImmutableMultimap elements void <init> (com.google.inject.Key, java.util.List, java.lang.Object[], java.util.List) com.google.inject.Key setKey java.util.List bindings Object[] values java.util.List sources private void <init> (com.google.inject.Key, com.google.common.collect.ImmutableMultimap, java.util.List) com.google.inject.Key setKey com.google.common.collect.ImmutableMultimap elements java.util.List sources protected void formatDetail (java.util.List, java.util.Formatter) com.google.inject.internal.DuplicateElementError$Element element int index com.google.inject.internal.DuplicateElementError$Element element boolean indent java.util.Set valuesAsString java.util.Map$Entry entry java.util.List others java.util.Formatter formatter int duplicateIndex java.util.List filteredSource private void formatElement (com.google.inject.internal.DuplicateElementError$Element, java.util.Formatter) com.google.inject.internal.DuplicateElementError$Element element java.util.Formatter formatter Object source public com.google.inject.internal.DuplicateElementError withSources (java.util.List) java.util.List newSources static com.google.common.collect.ImmutableMultimap indexElements (java.util.List, java.lang.Object[]) int i java.util.List bindings Object[] values com.google.common.collect.ImmutableMultimap$Builder map public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) private synthetic boolean lambda$formatDetail$1 (java.lang.Object) Object source private static synthetic java.lang.String lambda$formatDetail$0 (com.google.inject.internal.DuplicateElementError$Element) com.google.inject.internal.DuplicateElementError$Element element }
com/google/inject/internal/DuplicateMapKeyError.class
DuplicateMapKeyError.java package com.google.inject.internal final com.google.inject.internal.DuplicateMapKeyError extends com.google.inject.internal.InternalErrorDetail { private final com.google.inject.Key mapKey private final com.google.common.collect.Multimap duplicates void <init> (com.google.inject.Key, com.google.common.collect.Multimap, java.util.List) com.google.inject.Key mapKey com.google.common.collect.Multimap duplicates java.util.List sources protected final void formatDetail (java.util.List, java.util.Formatter) com.google.inject.Binding binding int index java.util.Map$Entry entry java.util.List others java.util.Formatter formatter public com.google.inject.internal.DuplicateMapKeyError withSources (java.util.List) java.util.List newSources private static java.lang.String getDuplicateKeysMessage (com.google.inject.Key, com.google.common.collect.Multimap) com.google.inject.Key mapKey com.google.common.collect.Multimap duplicates java.util.Set duplicateKeys String mapBinderKey String firstDuplicateKey public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) }
com/google/inject/internal/Element$Type.class
Element.java package com.google.inject.internal public final enum com.google.inject.internal.Element$Type extends java.lang.Enum { public static final enum com.google.inject.internal.Element$Type MAPBINDER public static final enum com.google.inject.internal.Element$Type MULTIBINDER private static final synthetic com.google.inject.internal.Element$Type[] $VALUES public static com.google.inject.internal.Element$Type[] values () public static com.google.inject.internal.Element$Type valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/Element.class
Element.java package com.google.inject.internal abstract annotation com.google.inject.internal.Element extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String setName () public abstract int uniqueId () public abstract com.google.inject.internal.Element$Type type () public abstract java.lang.String keyType () }
com/google/inject/internal/EncounterImpl.class
EncounterImpl.java package com.google.inject.internal final com.google.inject.internal.EncounterImpl extends java.lang.Object implements com.google.inject.spi.TypeEncounter { private final com.google.inject.internal.Errors errors private final com.google.inject.internal.Lookups lookups private java.util.List membersInjectors private java.util.List injectionListeners private java.util.List aspects private boolean valid void <init> (com.google.inject.internal.Errors, com.google.inject.internal.Lookups) com.google.inject.internal.Errors errors com.google.inject.internal.Lookups lookups void invalidate () com.google.common.collect.ImmutableList getAspects () public transient void bindInterceptor (com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) com.google.inject.matcher.Matcher methodMatcher org.aopalliance.intercept.MethodInterceptor[] interceptors com.google.common.collect.ImmutableSet getMembersInjectors () com.google.common.collect.ImmutableSet getInjectionListeners () public void register (com.google.inject.MembersInjector) com.google.inject.MembersInjector membersInjector public void register (com.google.inject.spi.InjectionListener) com.google.inject.spi.InjectionListener injectionListener public transient void addError (java.lang.String, java.lang.Object[]) String message Object[] arguments public void addError (java.lang.Throwable) Throwable t public void addError (com.google.inject.spi.Message) com.google.inject.spi.Message message public com.google.inject.Provider getProvider (com.google.inject.Key) com.google.inject.Key key public com.google.inject.Provider getProvider (java.lang.Class) Class type public com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral public com.google.inject.MembersInjector getMembersInjector (java.lang.Class) Class type }
com/google/inject/internal/ErrorFormatter.class
ErrorFormatter.java package com.google.inject.internal final com.google.inject.internal.ErrorFormatter extends java.lang.Object { private void <init> () static void formatSources (int, java.util.List, java.util.Formatter) Object source int i int index java.util.List sources java.util.Formatter formatter static void formatSources (java.util.List, java.util.Formatter) Object source int i java.util.List sources java.util.Formatter formatter }
com/google/inject/internal/ErrorHandler.class
ErrorHandler.java package com.google.inject.internal abstract com.google.inject.internal.ErrorHandler extends java.lang.Object { public abstract void handle (java.lang.Object, com.google.inject.internal.Errors) public abstract void handle (com.google.inject.spi.Message) }
com/google/inject/internal/ErrorId.class
ErrorId.java package com.google.inject.internal public final enum com.google.inject.internal.ErrorId extends java.lang.Enum { public static final enum com.google.inject.internal.ErrorId AMBIGUOUS_TYPE_CONVERSION public static final enum com.google.inject.internal.ErrorId AOP_DISABLED public static final enum com.google.inject.internal.ErrorId AT_INJECT_REQUIRED public static final enum com.google.inject.internal.ErrorId AT_TARGET_IS_MISSING_PARAMETER public static final enum com.google.inject.internal.ErrorId BINDING_ALREADY_SET public static final enum com.google.inject.internal.ErrorId BINDING_TO_GUICE_TYPE public static final enum com.google.inject.internal.ErrorId BINDING_TO_PROVIDER public static final enum com.google.inject.internal.ErrorId CAN_NOT_PROXY_CLASS public static final enum com.google.inject.internal.ErrorId CHILD_BINDING_ALREADY_SET public static final enum com.google.inject.internal.ErrorId CIRCULAR_PROXY_DISABLED public static final enum com.google.inject.internal.ErrorId CONSTRUCTOR_NOT_DEFINED_BY_TYPE public static final enum com.google.inject.internal.ErrorId CONVERSION_TYPE_ERROR public static final enum com.google.inject.internal.ErrorId CONVERTER_RETURNED_NULL public static final enum com.google.inject.internal.ErrorId DUPLICATE_BINDING_ANNOTATIONS public static final enum com.google.inject.internal.ErrorId DUPLICATE_ELEMENT public static final enum com.google.inject.internal.ErrorId DUPLICATE_MAP_KEY public static final enum com.google.inject.internal.ErrorId DUPLICATE_SCOPES public static final enum com.google.inject.internal.ErrorId DUPLICATE_SCOPE_ANNOTATIONS public static final enum com.google.inject.internal.ErrorId ERROR_ENHANCING_CLASS public static final enum com.google.inject.internal.ErrorId ERROR_INJECTING_CONSTRUCTOR public static final enum com.google.inject.internal.ErrorId ERROR_INJECTING_METHOD public static final enum com.google.inject.internal.ErrorId ERROR_IN_CUSTOM_PROVIDER public static final enum com.google.inject.internal.ErrorId ERROR_IN_USER_CODE public static final enum com.google.inject.internal.ErrorId ERROR_IN_USER_INJECTOR public static final enum com.google.inject.internal.ErrorId ERROR_NOTIFYING_TYPE_LISTENER public static final enum com.google.inject.internal.ErrorId EXPOSED_BUT_NOT_BOUND public static final enum com.google.inject.internal.ErrorId INJECT_ABSTRACT_METHOD public static final enum com.google.inject.internal.ErrorId INJECT_FINAL_FIELD public static final enum com.google.inject.internal.ErrorId INJECT_INNER_CLASS public static final enum com.google.inject.internal.ErrorId INJECT_LOCAL_CLASS public static final enum com.google.inject.internal.ErrorId INJECT_METHOD_WITH_TYPE_PARAMETER public static final enum com.google.inject.internal.ErrorId INJECT_RAW_MEMBERS_INJECTOR public static final enum com.google.inject.internal.ErrorId INJECT_RAW_PROVIDER public static final enum com.google.inject.internal.ErrorId INJECT_RAW_TYPE_LITERAL public static final enum com.google.inject.internal.ErrorId JIT_BINDING_ALREADY_SET public static final enum com.google.inject.internal.ErrorId JIT_DISABLED public static final enum com.google.inject.internal.ErrorId JIT_DISABLED_IN_PARENT public static final enum com.google.inject.internal.ErrorId KEY_NOT_FULLY_SPECIFIED public static final enum com.google.inject.internal.ErrorId MISPLACED_BINDING_ANNOTATION public static final enum com.google.inject.internal.ErrorId MISSING_CONSTANT_VALUES public static final enum com.google.inject.internal.ErrorId MISSING_CONSTRUCTOR public static final enum com.google.inject.internal.ErrorId MISSING_IMPLEMENTATION public static final enum com.google.inject.internal.ErrorId MISSING_RUNTIME_RETENTION public static final enum com.google.inject.internal.ErrorId MISSING_SCOPE_ANNOTATION public static final enum com.google.inject.internal.ErrorId NOT_A_SUBTYPE public static final enum com.google.inject.internal.ErrorId NULL_ELEMENT_IN_SET public static final enum com.google.inject.internal.ErrorId NULL_INJECTED_INTO_NON_NULLABLE public static final enum com.google.inject.internal.ErrorId NULL_VALUE_IN_MAP public static final enum com.google.inject.internal.ErrorId OPTIONAL_CONSTRUCTOR public static final enum com.google.inject.internal.ErrorId RECURSIVE_BINDING public static final enum com.google.inject.internal.ErrorId RECURSIVE_IMPLEMENTATION_TYPE public static final enum com.google.inject.internal.ErrorId RECURSIVE_PROVIDER_TYPE public static final enum com.google.inject.internal.ErrorId SCOPE_ANNOTATION_ON_ABSTRACT_TYPE public static final enum com.google.inject.internal.ErrorId SCOPE_NOT_FOUND public static final enum com.google.inject.internal.ErrorId STATIC_INJECTION_ON_INTERFACE public static final enum com.google.inject.internal.ErrorId SUBTYPE_NOT_PROVIDED public static final enum com.google.inject.internal.ErrorId TOO_MANY_CONSTRUCTORS public static final enum com.google.inject.internal.ErrorId VOID_PROVIDER_METHOD public static final enum com.google.inject.internal.ErrorId OTHER private static final synthetic com.google.inject.internal.ErrorId[] $VALUES public static com.google.inject.internal.ErrorId[] values () public static com.google.inject.internal.ErrorId valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/Errors$1.class
Errors.java package com.google.inject.internal com.google.inject.internal.Errors$1 extends com.google.common.collect.Ordering { final synthetic com.google.inject.internal.Errors this$0 void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors this$0 public int compare (com.google.inject.spi.Message, com.google.inject.spi.Message) com.google.inject.spi.Message a com.google.inject.spi.Message b public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/inject/internal/Errors.class
Errors.java package com.google.inject.internal public final com.google.inject.internal.Errors extends java.lang.Object implements java.io.Serializable { private final com.google.inject.internal.Errors root private final com.google.inject.internal.Errors parent private final Object source private java.util.List errors private static final String CONSTRUCTOR_RULES static java.lang.Object checkNotNull (java.lang.Object, java.lang.String) Object reference String name NullPointerException npe static transient void checkConfiguration (boolean, java.lang.String, java.lang.Object[]) boolean condition String format Object[] args public void <init> () public void <init> (java.lang.Object) Object source private void <init> (com.google.inject.internal.Errors, java.lang.Object) com.google.inject.internal.Errors parent Object source public com.google.inject.internal.Errors withSource (java.lang.Object) Object source public com.google.inject.internal.Errors aopDisabled (com.google.inject.spi.InterceptorBinding) com.google.inject.spi.InterceptorBinding binding public com.google.inject.internal.Errors missingImplementation (com.google.inject.Key) com.google.inject.Key key com.google.inject.internal.Errors missingImplementationWithHint (com.google.inject.Key, com.google.inject.Injector) com.google.inject.Key key com.google.inject.Injector injector com.google.inject.internal.MissingImplementationError error public com.google.inject.internal.Errors jitDisabled (com.google.inject.Key) com.google.inject.Key key public com.google.inject.internal.Errors jitDisabledInParent (com.google.inject.Key) com.google.inject.Key key public com.google.inject.internal.Errors atInjectRequired (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type public com.google.inject.internal.Errors converterReturnedNull (java.lang.String, java.lang.Object, com.google.inject.TypeLiteral, com.google.inject.spi.TypeConverterBinding) String stringValue Object source com.google.inject.TypeLiteral type com.google.inject.spi.TypeConverterBinding typeConverterBinding public com.google.inject.internal.Errors conversionTypeError (java.lang.String, java.lang.Object, com.google.inject.TypeLiteral, com.google.inject.spi.TypeConverterBinding, java.lang.Object) String stringValue Object source com.google.inject.TypeLiteral type com.google.inject.spi.TypeConverterBinding typeConverterBinding Object converted public com.google.inject.internal.Errors conversionError (java.lang.String, java.lang.Object, com.google.inject.TypeLiteral, com.google.inject.spi.TypeConverterBinding, java.lang.RuntimeException) String stringValue Object source com.google.inject.TypeLiteral type com.google.inject.spi.TypeConverterBinding typeConverterBinding RuntimeException cause public com.google.inject.internal.Errors ambiguousTypeConversion (java.lang.String, java.lang.Object, com.google.inject.TypeLiteral, com.google.inject.spi.TypeConverterBinding, com.google.inject.spi.TypeConverterBinding) String stringValue Object source com.google.inject.TypeLiteral type com.google.inject.spi.TypeConverterBinding a com.google.inject.spi.TypeConverterBinding b public com.google.inject.internal.Errors bindingToProvider () public com.google.inject.internal.Errors notASubtype (java.lang.Class, java.lang.Class) Class implementationType Class type public com.google.inject.internal.Errors recursiveImplementationType () public com.google.inject.internal.Errors recursiveProviderType () public com.google.inject.internal.Errors missingRuntimeRetention (java.lang.Class) Class annotation public com.google.inject.internal.Errors missingScopeAnnotation (java.lang.Class) Class annotation public com.google.inject.internal.Errors optionalConstructor (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public com.google.inject.internal.Errors cannotBindToGuiceType (java.lang.String) String simpleName public com.google.inject.internal.Errors scopeNotFound (java.lang.Class) Class scopeAnnotation public com.google.inject.internal.Errors scopeAnnotationOnAbstractType (java.lang.Class, java.lang.Class, java.lang.Object) Class scopeAnnotation Class type Object source public com.google.inject.internal.Errors misplacedBindingAnnotation (java.lang.reflect.Member, java.lang.annotation.Annotation) java.lang.reflect.Member member java.lang.annotation.Annotation bindingAnnotation public com.google.inject.internal.Errors missingConstructor (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type public com.google.inject.internal.Errors tooManyConstructors (java.lang.Class) Class implementation public com.google.inject.internal.Errors constructorNotDefinedByType (java.lang.reflect.Constructor, com.google.inject.TypeLiteral) java.lang.reflect.Constructor constructor com.google.inject.TypeLiteral type public com.google.inject.internal.Errors duplicateMapKey (com.google.inject.Key, com.google.common.collect.Multimap) com.google.inject.Key mapKey com.google.common.collect.Multimap duplicates public com.google.inject.internal.Errors duplicateScopes (com.google.inject.spi.ScopeBinding, java.lang.Class, com.google.inject.Scope) com.google.inject.spi.ScopeBinding existing Class annotationType com.google.inject.Scope scope public com.google.inject.internal.Errors voidProviderMethod () public com.google.inject.internal.Errors missingConstantValues () public com.google.inject.internal.Errors cannotInjectInnerClass (java.lang.Class) Class type public com.google.inject.internal.Errors cannotInjectLocalClass (java.lang.Class) Class type public com.google.inject.internal.Errors duplicateBindingAnnotations (java.lang.reflect.Member, java.lang.Class, java.lang.Class) java.lang.reflect.Member member Class a Class b public com.google.inject.internal.Errors staticInjectionOnInterface (java.lang.Class) Class clazz public com.google.inject.internal.Errors cannotInjectFinalField (java.lang.reflect.Field) java.lang.reflect.Field field public com.google.inject.internal.Errors atTargetIsMissingParameter (java.lang.annotation.Annotation, java.lang.String, java.lang.Class) java.lang.annotation.Annotation bindingAnnotation String parameterName Class clazz public com.google.inject.internal.Errors cannotInjectAbstractMethod (java.lang.reflect.Method) java.lang.reflect.Method method public com.google.inject.internal.Errors cannotInjectMethodWithTypeParameters (java.lang.reflect.Method) java.lang.reflect.Method method public com.google.inject.internal.Errors duplicateScopeAnnotations (java.lang.Class, java.lang.Class) Class a Class b public com.google.inject.internal.Errors recursiveBinding (com.google.inject.Key, com.google.inject.Key) com.google.inject.Key key com.google.inject.Key linkedKey com.google.inject.internal.Errors bindingAlreadySet (com.google.inject.Binding, com.google.inject.Binding) com.google.inject.Binding binding com.google.inject.Binding original com.google.inject.internal.BindingAlreadySetError error public com.google.inject.internal.Errors bindingAlreadySet (com.google.inject.Key, java.lang.Object) com.google.inject.Key key Object source public com.google.inject.internal.Errors jitBindingAlreadySet (com.google.inject.Key) com.google.inject.Key key public com.google.inject.internal.Errors childBindingAlreadySet (com.google.inject.Key, java.util.Set) com.google.inject.Key key java.util.Set sources com.google.inject.spi.Message message public com.google.inject.internal.Errors errorCheckingDuplicateBinding (com.google.inject.Key, java.lang.Object, java.lang.Throwable) com.google.inject.Key key Object source Throwable t public com.google.inject.internal.Errors errorNotifyingTypeListener (com.google.inject.spi.TypeListenerBinding, com.google.inject.TypeLiteral, java.lang.Throwable) com.google.inject.spi.TypeListenerBinding listener com.google.inject.TypeLiteral type Throwable cause public com.google.inject.internal.Errors exposedButNotBound (com.google.inject.Key) com.google.inject.Key key public com.google.inject.internal.Errors keyNotFullySpecified (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral public com.google.inject.internal.Errors errorEnhancingClass (java.lang.Class, java.lang.Throwable) Class clazz Throwable cause public static java.util.Collection getMessagesFromThrowable (java.lang.Throwable) Throwable throwable public transient com.google.inject.internal.Errors errorInUserCode (java.lang.Throwable, java.lang.String, java.lang.Object[]) Throwable cause String messageFormat Object[] arguments java.util.Collection messages public com.google.inject.internal.Errors cannotInjectRawProvider () public com.google.inject.internal.Errors cannotInjectRawMembersInjector () public com.google.inject.internal.Errors cannotInjectTypeLiteralOf (java.lang.reflect.Type) java.lang.reflect.Type unsupportedType public com.google.inject.internal.Errors cannotInjectRawTypeLiteral () public void throwCreationExceptionIfErrorsExist () com.google.inject.CreationException exception public void throwConfigurationExceptionIfErrorsExist () com.google.inject.ConfigurationException exception public void throwProvisionExceptionIfErrorsExist () com.google.inject.ProvisionException exception public com.google.inject.internal.Errors merge (java.util.Collection) com.google.inject.spi.Message message java.util.Collection messages java.util.List sources public com.google.inject.internal.Errors merge (com.google.inject.internal.Errors) com.google.inject.internal.Errors moreErrors public com.google.inject.internal.Errors merge (com.google.inject.internal.InternalProvisionException) com.google.inject.internal.InternalProvisionException ipe private java.util.List getSources () com.google.inject.internal.Errors e java.util.List sources public void throwIfNewErrors (int) throws com.google.inject.internal.ErrorsException int expectedSize public com.google.inject.internal.ErrorsException toException () public boolean hasErrors () public transient com.google.inject.internal.Errors addMessage (java.lang.String, java.lang.Object[]) String messageFormat Object[] arguments public transient com.google.inject.internal.Errors addMessage (com.google.inject.internal.ErrorId, java.lang.String, java.lang.Object[]) com.google.inject.internal.ErrorId errorId String messageFormat Object[] arguments private transient com.google.inject.internal.Errors addMessage (com.google.inject.internal.ErrorId, java.lang.Throwable, java.lang.String, java.lang.Object[]) com.google.inject.internal.ErrorId errorId Throwable cause String messageFormat Object[] arguments public com.google.inject.internal.Errors addMessage (com.google.inject.spi.Message) com.google.inject.spi.Message message public static transient java.lang.String format (java.lang.String, java.lang.Object[]) String messageFormat Object[] arguments public java.util.List getMessages () public int size () public static java.lang.Object convert (java.lang.Object) Object o public static java.lang.Object convert (java.lang.Object, com.google.inject.spi.ElementSource) Object o com.google.inject.spi.ElementSource source public static void formatSource (java.util.Formatter, java.lang.Object) java.util.Formatter formatter Object source }
com/google/inject/internal/ErrorsException.class
ErrorsException.java package com.google.inject.internal public com.google.inject.internal.ErrorsException extends java.lang.Exception { private final com.google.inject.internal.Errors errors public void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public com.google.inject.internal.Errors getErrors () }
com/google/inject/internal/ExposedBindingImpl.class
ExposedBindingImpl.java package com.google.inject.internal final com.google.inject.internal.ExposedBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.ExposedBinding { private final com.google.inject.spi.PrivateElements privateElements void <init> (com.google.inject.internal.InjectorImpl, java.lang.Object, com.google.inject.Key, com.google.inject.internal.InternalFactory, com.google.inject.spi.PrivateElements) com.google.inject.internal.InjectorImpl injector Object source com.google.inject.Key key com.google.inject.internal.InternalFactory factory com.google.inject.spi.PrivateElements privateElements public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public java.util.Set getDependencies () public com.google.inject.spi.PrivateElements getPrivateElements () public java.lang.String toString () public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder }
com/google/inject/internal/ExposedKeyFactory.class
ExposedKeyFactory.java package com.google.inject.internal final com.google.inject.internal.ExposedKeyFactory extends java.lang.Object implements com.google.inject.internal.InternalFactory com.google.inject.internal.CreationListener { private final com.google.inject.Key key private final com.google.inject.spi.PrivateElements privateElements private com.google.inject.internal.BindingImpl delegate void <init> (com.google.inject.Key, com.google.inject.spi.PrivateElements) com.google.inject.Key key com.google.inject.spi.PrivateElements privateElements public void notify (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors com.google.inject.internal.InjectorImpl privateInjector com.google.inject.internal.BindingImpl explicitBinding public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked }
com/google/inject/internal/ExposureBuilder.class
ExposureBuilder.java package com.google.inject.internal public com.google.inject.internal.ExposureBuilder extends java.lang.Object implements com.google.inject.binder.AnnotatedElementBuilder { private final com.google.inject.Binder binder private final Object source private com.google.inject.Key key public void <init> (com.google.inject.Binder, java.lang.Object, com.google.inject.Key) com.google.inject.Binder binder Object source com.google.inject.Key key protected void checkNotAnnotated () public void annotatedWith (java.lang.Class) Class annotationType public void annotatedWith (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public com.google.inject.Key getKey () public java.lang.Object getSource () public java.lang.String toString () }
com/google/inject/internal/FactoryProxy.class
FactoryProxy.java package com.google.inject.internal final com.google.inject.internal.FactoryProxy extends java.lang.Object implements com.google.inject.internal.InternalFactory com.google.inject.internal.CreationListener { private final com.google.inject.internal.InjectorImpl injector private final com.google.inject.Key key private final com.google.inject.Key targetKey private final Object source private com.google.inject.internal.InternalFactory targetFactory void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, com.google.inject.Key, java.lang.Object) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key com.google.inject.Key targetKey Object source public void notify (com.google.inject.internal.Errors) com.google.inject.internal.ErrorsException e com.google.inject.internal.Errors errors public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked com.google.inject.Key localTargetKey public java.lang.String toString () }
com/google/inject/internal/FailableCache$1.class
FailableCache.java package com.google.inject.internal com.google.inject.internal.FailableCache$1 extends com.google.common.cache.CacheLoader { final synthetic com.google.inject.internal.FailableCache this$0 void <init> (com.google.inject.internal.FailableCache) com.google.inject.internal.FailableCache this$0 public java.lang.Object load (java.lang.Object) com.google.inject.internal.ErrorsException e Object key com.google.inject.internal.Errors errors Object result }
com/google/inject/internal/FailableCache.class
FailableCache.java package com.google.inject.internal public abstract com.google.inject.internal.FailableCache extends java.lang.Object { private final com.google.common.cache.LoadingCache delegate public void <init> () protected abstract java.lang.Object create (java.lang.Object, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException public java.lang.Object get (java.lang.Object, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException Object result Object key com.google.inject.internal.Errors errors Object resultOrError boolean remove (java.lang.Object) Object key java.util.Map asMap () private static synthetic java.lang.Object lambda$asMap$1 (java.lang.Object) Object resultOrError Object result private static synthetic boolean lambda$asMap$0 (java.lang.Object) Object resultOrError }
com/google/inject/internal/GenericErrorDetail.class
GenericErrorDetail.java package com.google.inject.internal public final com.google.inject.internal.GenericErrorDetail extends com.google.inject.internal.InternalErrorDetail implements java.io.Serializable { public void <init> (com.google.inject.internal.ErrorId, java.lang.String, java.util.List, java.lang.Throwable) com.google.inject.internal.ErrorId errorId String message java.util.List sources Throwable cause public void formatDetail (java.util.List, java.util.Formatter) Object source java.util.List mergeableErrors java.util.Formatter formatter java.util.List dependencies public com.google.inject.internal.GenericErrorDetail withSources (java.util.List) java.util.List newSources public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) }
com/google/inject/internal/GuiceInternal.class
GuiceInternal.java package com.google.inject.internal public final com.google.inject.internal.GuiceInternal extends java.lang.Object { static final com.google.inject.internal.GuiceInternal GUICE_INTERNAL private void <init> () static void <clinit> () }
com/google/inject/internal/Indexer$BindingType.class
Indexer.java package com.google.inject.internal final enum com.google.inject.internal.Indexer$BindingType extends java.lang.Enum { public static final enum com.google.inject.internal.Indexer$BindingType INSTANCE public static final enum com.google.inject.internal.Indexer$BindingType PROVIDER_INSTANCE public static final enum com.google.inject.internal.Indexer$BindingType PROVIDER_KEY public static final enum com.google.inject.internal.Indexer$BindingType LINKED_KEY public static final enum com.google.inject.internal.Indexer$BindingType UNTARGETTED public static final enum com.google.inject.internal.Indexer$BindingType CONSTRUCTOR public static final enum com.google.inject.internal.Indexer$BindingType CONSTANT public static final enum com.google.inject.internal.Indexer$BindingType EXPOSED public static final enum com.google.inject.internal.Indexer$BindingType PROVIDED_BY private static final synthetic com.google.inject.internal.Indexer$BindingType[] $VALUES public static com.google.inject.internal.Indexer$BindingType[] values () public static com.google.inject.internal.Indexer$BindingType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/Indexer$IndexedBinding.class
Indexer.java package com.google.inject.internal com.google.inject.internal.Indexer$IndexedBinding extends java.lang.Object { final String annotationName final com.google.inject.internal.Element$Type annotationType final com.google.inject.TypeLiteral typeLiteral final Object scope final com.google.inject.internal.Indexer$BindingType type final Object extraEquality void <init> (com.google.inject.Binding, com.google.inject.internal.Indexer$BindingType, java.lang.Object, java.lang.Object) com.google.inject.Binding binding com.google.inject.internal.Indexer$BindingType type Object scope Object extraEquality com.google.inject.internal.Element annotation public boolean equals (java.lang.Object) Object obj com.google.inject.internal.Indexer$IndexedBinding o public int hashCode () }
com/google/inject/internal/Indexer.class
Indexer.java package com.google.inject.internal com.google.inject.internal.Indexer extends com.google.inject.spi.DefaultBindingTargetVisitor implements com.google.inject.spi.BindingScopingVisitor { final com.google.inject.Injector injector private static final Object EAGER_SINGLETON void <init> (com.google.inject.Injector) com.google.inject.Injector injector boolean isIndexable (com.google.inject.Binding) com.google.inject.Binding binding private java.lang.Object scope (com.google.inject.Binding) com.google.inject.Binding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.ConstructorBinding) com.google.inject.spi.ConstructorBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.ConvertedConstantBinding) com.google.inject.spi.ConvertedConstantBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.ExposedBinding) com.google.inject.spi.ExposedBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.InstanceBinding) com.google.inject.spi.InstanceBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.LinkedKeyBinding) com.google.inject.spi.LinkedKeyBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.ProviderBinding) com.google.inject.spi.ProviderBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.ProviderInstanceBinding) com.google.inject.spi.ProviderInstanceBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.ProviderKeyBinding) com.google.inject.spi.ProviderKeyBinding binding public com.google.inject.internal.Indexer$IndexedBinding visit (com.google.inject.spi.UntargettedBinding) com.google.inject.spi.UntargettedBinding binding public java.lang.Object visitEagerSingleton () public java.lang.Object visitNoScoping () public java.lang.Object visitScope (com.google.inject.Scope) com.google.inject.Scope scope public java.lang.Object visitScopeAnnotation (java.lang.Class) Class scopeAnnotation public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProviderBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ConvertedConstantBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ConstructorBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.UntargettedBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ExposedBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.LinkedKeyBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProviderKeyBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProviderInstanceBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.InstanceBinding) static void <clinit> () }
com/google/inject/internal/Initializable.class
Initializable.java package com.google.inject.internal abstract com.google.inject.internal.Initializable extends java.lang.Object { public abstract java.lang.Object get () throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/Initializables$1.class
Initializables.java package com.google.inject.internal com.google.inject.internal.Initializables$1 extends java.lang.Object implements com.google.inject.internal.Initializable { final synthetic Object val$instance void <init> (java.lang.Object) public java.lang.Object get () public java.lang.String toString () }
com/google/inject/internal/Initializables.class
Initializables.java package com.google.inject.internal final com.google.inject.internal.Initializables extends java.lang.Object { void <init> () static com.google.inject.internal.Initializable of (java.lang.Object) Object instance }
com/google/inject/internal/Initializer$1.class
Initializer.java package com.google.inject.internal synthetic com.google.inject.internal.Initializer$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$inject$internal$Initializer$InjectableReferenceState static void <clinit> () }
com/google/inject/internal/Initializer$InjectableReference.class
Initializer.java package com.google.inject.internal com.google.inject.internal.Initializer$InjectableReference extends java.lang.Object implements com.google.inject.internal.Initializable { private volatile com.google.inject.internal.Initializer$InjectableReferenceState state private volatile com.google.inject.internal.MembersInjectorImpl membersInjector private final com.google.inject.internal.InjectorImpl injector private final Object instance private final Object source private final com.google.inject.Key key private final com.google.inject.internal.ProvisionListenerStackCallback provisionCallback private final com.google.inject.internal.CycleDetectingLock lock public void <init> (com.google.inject.internal.InjectorImpl, java.lang.Object, com.google.inject.Key, com.google.inject.internal.ProvisionListenerStackCallback, java.lang.Object, com.google.inject.internal.CycleDetectingLock) com.google.inject.internal.InjectorImpl injector Object instance com.google.inject.Key key com.google.inject.internal.ProvisionListenerStackCallback provisionCallback Object source com.google.inject.internal.CycleDetectingLock lock public void validate (com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.Errors errors com.google.inject.TypeLiteral type public java.lang.Object get () throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalProvisionException ipe com.google.common.collect.Multimap lockCycle public java.lang.String toString () }
com/google/inject/internal/Initializer$InjectableReferenceState.class
Initializer.java package com.google.inject.internal final enum com.google.inject.internal.Initializer$InjectableReferenceState extends java.lang.Enum { public static final enum com.google.inject.internal.Initializer$InjectableReferenceState NEW public static final enum com.google.inject.internal.Initializer$InjectableReferenceState VALIDATED public static final enum com.google.inject.internal.Initializer$InjectableReferenceState INJECTING public static final enum com.google.inject.internal.Initializer$InjectableReferenceState READY private static final synthetic com.google.inject.internal.Initializer$InjectableReferenceState[] $VALUES public static com.google.inject.internal.Initializer$InjectableReferenceState[] values () public static com.google.inject.internal.Initializer$InjectableReferenceState valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/Initializer.class
Initializer.java package com.google.inject.internal final com.google.inject.internal.Initializer extends java.lang.Object { private volatile boolean validationStarted private final com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory cycleDetectingLockFactory private final java.util.List pendingInjections private final java.util.IdentityHashMap initializablesCache void <init> () com.google.inject.internal.Initializable requestInjection (com.google.inject.internal.InjectorImpl, java.lang.Object, com.google.inject.Binding, java.lang.Object, java.util.Set) com.google.inject.internal.Initializable cached com.google.inject.internal.InjectorImpl injector Object instance com.google.inject.Binding binding Object source java.util.Set injectionPoints com.google.inject.internal.ProvisionListenerStackCallback provisionCallback com.google.inject.internal.Initializer$InjectableReference injectableReference void validateOustandingInjections (com.google.inject.internal.Errors) com.google.inject.internal.ErrorsException e com.google.inject.internal.Initializer$InjectableReference reference com.google.inject.internal.Errors errors void injectAll (com.google.inject.internal.Errors) com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.Initializer$InjectableReference reference com.google.inject.internal.Errors errors }
com/google/inject/internal/InjectionRequestProcessor$StaticInjection.class
InjectionRequestProcessor.java package com.google.inject.internal com.google.inject.internal.InjectionRequestProcessor$StaticInjection extends java.lang.Object { final com.google.inject.internal.InjectorImpl injector final Object source final com.google.inject.spi.StaticInjectionRequest request com.google.common.collect.ImmutableList memberInjectors final synthetic com.google.inject.internal.InjectionRequestProcessor this$0 public void <init> (com.google.inject.internal.InjectionRequestProcessor, com.google.inject.internal.InjectorImpl, com.google.inject.spi.StaticInjectionRequest) com.google.inject.internal.InjectorImpl injector com.google.inject.spi.StaticInjectionRequest request void validate () java.util.Set injectionPoints com.google.inject.ConfigurationException e com.google.inject.internal.Errors errorsForMember java.util.Set injectionPoints void injectMembers () com.google.inject.internal.InternalProvisionException e com.google.inject.internal.SingleMemberInjector memberInjector boolean isStageTool com.google.inject.internal.InternalContext context }
com/google/inject/internal/InjectionRequestProcessor.class
InjectionRequestProcessor.java package com.google.inject.internal final com.google.inject.internal.InjectionRequestProcessor extends com.google.inject.internal.AbstractProcessor { private final java.util.List staticInjections private final com.google.inject.internal.Initializer initializer void <init> (com.google.inject.internal.Errors, com.google.inject.internal.Initializer) com.google.inject.internal.Errors errors com.google.inject.internal.Initializer initializer public java.lang.Boolean visit (com.google.inject.spi.StaticInjectionRequest) com.google.inject.spi.StaticInjectionRequest request public java.lang.Boolean visit (com.google.inject.spi.InjectionRequest) java.util.Set injectionPoints com.google.inject.ConfigurationException e com.google.inject.spi.InjectionRequest request java.util.Set injectionPoints void validate () com.google.inject.internal.InjectionRequestProcessor$StaticInjection staticInjection void injectMembers () com.google.inject.internal.InjectionRequestProcessor$StaticInjection staticInjection public volatile synthetic java.lang.Object visit (com.google.inject.spi.StaticInjectionRequest) public volatile synthetic java.lang.Object visit (com.google.inject.spi.InjectionRequest) }
com/google/inject/internal/InjectorBindingData.class
InjectorBindingData.java package com.google.inject.internal com.google.inject.internal.InjectorBindingData extends java.lang.Object { private final java.util.Optional parent private final java.util.Map explicitBindingsMutable private final java.util.Map explicitBindings private final java.util.Map scopes private final java.util.Set providerLookups private final java.util.Set staticInjectionRequests private final java.util.Set membersInjectorLookups private final java.util.Set injectionRequests private final java.util.List converters private final java.util.List interceptorBindings private final java.util.List typeListenerBindings private final java.util.List provisionListenerBindings private final java.util.List scannerBindings private final com.google.common.collect.ListMultimap indexedExplicitBindings void <init> (java.util.Optional) java.util.Optional parent public java.util.Optional parent () public com.google.inject.internal.BindingImpl getExplicitBinding (com.google.inject.Key) com.google.inject.Key key com.google.inject.Binding binding public java.util.Map getExplicitBindingsThisLevel () public void putBinding (com.google.inject.Key, com.google.inject.internal.BindingImpl) com.google.inject.Key key com.google.inject.internal.BindingImpl binding public void putProviderLookup (com.google.inject.spi.ProviderLookup) com.google.inject.spi.ProviderLookup lookup public java.util.Set getProviderLookupsThisLevel () public void putStaticInjectionRequest (com.google.inject.spi.StaticInjectionRequest) com.google.inject.spi.StaticInjectionRequest staticInjectionRequest public java.util.Set getStaticInjectionRequestsThisLevel () public void putInjectionRequest (com.google.inject.spi.InjectionRequest) com.google.inject.spi.InjectionRequest injectionRequest public java.util.Set getInjectionRequestsThisLevel () public void putMembersInjectorLookup (com.google.inject.spi.MembersInjectorLookup) com.google.inject.spi.MembersInjectorLookup membersInjectorLookup public java.util.Set getMembersInjectorLookupsThisLevel () public com.google.inject.spi.ScopeBinding getScopeBinding (java.lang.Class) Class annotationType com.google.inject.spi.ScopeBinding scopeBinding public void putScopeBinding (java.lang.Class, com.google.inject.spi.ScopeBinding) Class annotationType com.google.inject.spi.ScopeBinding scope public java.util.Collection getScopeBindingsThisLevel () public java.lang.Iterable getConvertersThisLevel () public void addConverter (com.google.inject.spi.TypeConverterBinding) com.google.inject.spi.TypeConverterBinding typeConverterBinding public com.google.inject.spi.TypeConverterBinding getConverter (java.lang.String, com.google.inject.TypeLiteral, com.google.inject.internal.Errors, java.lang.Object) com.google.inject.spi.TypeConverterBinding converter String stringValue com.google.inject.TypeLiteral type com.google.inject.internal.Errors errors Object source com.google.inject.spi.TypeConverterBinding matchingConverter com.google.inject.internal.InjectorBindingData b public void addInterceptorBinding (com.google.inject.spi.InterceptorBinding) com.google.inject.spi.InterceptorBinding interceptorBinding public com.google.common.collect.ImmutableList getInterceptorBindings () public com.google.common.collect.ImmutableList getInterceptorBindingsThisLevel () public void addTypeListener (com.google.inject.spi.TypeListenerBinding) com.google.inject.spi.TypeListenerBinding listenerBinding public com.google.common.collect.ImmutableList getTypeListenerBindings () public com.google.common.collect.ImmutableList getTypeListenerBindingsThisLevel () public void addProvisionListener (com.google.inject.spi.ProvisionListenerBinding) com.google.inject.spi.ProvisionListenerBinding listenerBinding public com.google.common.collect.ImmutableList getProvisionListenerBindings () public com.google.common.collect.ImmutableList getProvisionListenerBindingsThisLevel () public void addScanner (com.google.inject.spi.ModuleAnnotatedMethodScannerBinding) com.google.inject.spi.ModuleAnnotatedMethodScannerBinding scanner public com.google.common.collect.ImmutableList getScannerBindings () public com.google.common.collect.ImmutableList getScannerBindingsThisLevel () public java.util.Map getScopes () java.util.Map$Entry entry com.google.common.collect.ImmutableMap$Builder builder void indexBindingsByType () com.google.inject.Binding binding public com.google.common.collect.ListMultimap getIndexedExplicitBindings () }
com/google/inject/internal/InjectorImpl$1.class
InjectorImpl.java package com.google.inject.internal com.google.inject.internal.InjectorImpl$1 extends java.lang.Object implements com.google.inject.Provider { final synthetic com.google.inject.internal.InternalFactory val$internalFactory final synthetic com.google.inject.spi.Dependency val$dependency final synthetic com.google.inject.internal.InjectorImpl this$0 void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.internal.InternalFactory, com.google.inject.spi.Dependency) com.google.inject.internal.InjectorImpl this$0 public java.lang.Object get () Object t com.google.inject.internal.InternalProvisionException e com.google.inject.internal.InternalContext currentContext public java.lang.String toString () }
com/google/inject/internal/InjectorImpl$ConvertedConstantBindingImpl.class
InjectorImpl.java package com.google.inject.internal com.google.inject.internal.InjectorImpl$ConvertedConstantBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.ConvertedConstantBinding { final Object value final com.google.inject.Provider provider final com.google.inject.Binding originalBinding final com.google.inject.spi.TypeConverterBinding typeConverterBinding void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.Binding, com.google.inject.spi.TypeConverterBinding) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object value com.google.inject.Binding originalBinding com.google.inject.spi.TypeConverterBinding typeConverterBinding public com.google.inject.Provider getProvider () public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public java.lang.Object getValue () public com.google.inject.spi.TypeConverterBinding getTypeConverterBinding () public com.google.inject.Key getSourceKey () public java.util.Set getDependencies () public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () public boolean equals (java.lang.Object) com.google.inject.internal.InjectorImpl$ConvertedConstantBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/InjectorImpl$InjectorOptions.class
InjectorImpl.java package com.google.inject.internal com.google.inject.internal.InjectorImpl$InjectorOptions extends java.lang.Object { final com.google.inject.Stage stage final boolean jitDisabled final boolean disableCircularProxies final boolean atInjectRequired final boolean exactBindingAnnotationsRequired void <init> (com.google.inject.Stage, boolean, boolean, boolean, boolean) com.google.inject.Stage stage boolean jitDisabled boolean disableCircularProxies boolean atInjectRequired boolean exactBindingAnnotationsRequired public java.lang.String toString () }
com/google/inject/internal/InjectorImpl$JitLimitation.class
InjectorImpl.java package com.google.inject.internal final enum com.google.inject.internal.InjectorImpl$JitLimitation extends java.lang.Enum { public static final enum com.google.inject.internal.InjectorImpl$JitLimitation NO_JIT public static final enum com.google.inject.internal.InjectorImpl$JitLimitation EXISTING_JIT public static final enum com.google.inject.internal.InjectorImpl$JitLimitation NEW_OR_EXISTING_JIT private static final synthetic com.google.inject.internal.InjectorImpl$JitLimitation[] $VALUES public static com.google.inject.internal.InjectorImpl$JitLimitation[] values () public static com.google.inject.internal.InjectorImpl$JitLimitation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/InjectorImpl$MethodInvoker.class
InjectorImpl.java package com.google.inject.internal abstract com.google.inject.internal.InjectorImpl$MethodInvoker extends java.lang.Object { public transient abstract java.lang.Object invoke (java.lang.Object, java.lang.Object[]) throws java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException }
com/google/inject/internal/InjectorImpl$SyntheticProviderBindingImpl$1.class
InjectorImpl.java package com.google.inject.internal com.google.inject.internal.InjectorImpl$SyntheticProviderBindingImpl$1 extends java.lang.Object implements com.google.inject.internal.InternalFactory { final synthetic com.google.inject.Provider val$provider void <init> (com.google.inject.Provider) public com.google.inject.Provider get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked public volatile synthetic java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/InjectorImpl$SyntheticProviderBindingImpl.class
InjectorImpl.java package com.google.inject.internal com.google.inject.internal.InjectorImpl$SyntheticProviderBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.ProviderBinding com.google.inject.spi.HasDependencies { final com.google.inject.internal.BindingImpl providedBinding void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, com.google.inject.Binding) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key com.google.inject.Binding providedBinding static com.google.inject.internal.InternalFactory createInternalFactory (com.google.inject.Binding) com.google.inject.Binding providedBinding com.google.inject.Provider provider public com.google.inject.Key getProvidedKey () public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () public java.util.Set getDependencies () public boolean equals (java.lang.Object) com.google.inject.internal.InjectorImpl$SyntheticProviderBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/InjectorImpl.class
InjectorImpl.java package com.google.inject.internal final com.google.inject.internal.InjectorImpl extends java.lang.Object implements com.google.inject.Injector com.google.inject.internal.Lookups { public static final com.google.inject.TypeLiteral STRING_TYPE private final com.google.inject.internal.InjectorBindingData bindingData private final com.google.inject.internal.InjectorJitBindingData jitBindingData final com.google.inject.internal.InjectorImpl parent final com.google.inject.internal.InjectorImpl$InjectorOptions options com.google.inject.internal.Lookups lookups final java.util.Set userRequestedMembersInjectorTypes final com.google.inject.internal.ConstructorInjectorStore constructors com.google.inject.internal.MembersInjectorStore membersInjectorStore com.google.inject.internal.ProvisionListenerCallbackStore provisionListenerStore private final ThreadLocal localContext void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.internal.InjectorBindingData, com.google.inject.internal.InjectorJitBindingData, com.google.inject.internal.InjectorImpl$InjectorOptions) com.google.inject.internal.InjectorImpl parent com.google.inject.internal.InjectorBindingData bindingData com.google.inject.internal.InjectorJitBindingData jitBindingData com.google.inject.internal.InjectorImpl$InjectorOptions injectorOptions public java.util.List findBindingsByType (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type java.util.List list public com.google.inject.internal.BindingImpl getBinding (com.google.inject.Key) com.google.inject.internal.BindingImpl result com.google.inject.ConfigurationException exception com.google.inject.internal.ErrorsException e com.google.inject.Key key com.google.inject.internal.Errors errors public com.google.inject.internal.BindingImpl getExistingBinding (com.google.inject.Key) com.google.inject.internal.BindingImpl jitBinding com.google.inject.internal.InjectorImpl injector com.google.inject.Key providedKey com.google.inject.ConfigurationException exception com.google.inject.internal.ErrorsException e com.google.inject.Key key com.google.inject.internal.BindingImpl explicitBinding com.google.inject.internal.BindingImpl getBindingOrThrow (com.google.inject.Key, com.google.inject.internal.Errors, com.google.inject.internal.InjectorImpl$JitLimitation) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Errors errors com.google.inject.internal.InjectorImpl$JitLimitation jitType com.google.inject.internal.BindingImpl binding public com.google.inject.Binding getBinding (java.lang.Class) Class type public com.google.inject.Injector getParent () public com.google.inject.Injector createChildInjector (java.lang.Iterable) Iterable modules public transient com.google.inject.Injector createChildInjector (com.google.inject.Module[]) com.google.inject.Module[] modules com.google.inject.internal.InjectorBindingData getBindingData () com.google.inject.internal.InjectorJitBindingData getJitBindingData () private com.google.inject.internal.BindingImpl getJustInTimeBinding (com.google.inject.Key, com.google.inject.internal.Errors, com.google.inject.internal.InjectorImpl$JitLimitation) throws com.google.inject.internal.ErrorsException com.google.inject.internal.BindingImpl binding com.google.inject.internal.InjectorImpl injector com.google.inject.Key key com.google.inject.internal.Errors errors com.google.inject.internal.InjectorImpl$JitLimitation jitType boolean jitOverride private static boolean isProvider (com.google.inject.Key) com.google.inject.Key key private static boolean isTypeLiteral (com.google.inject.Key) com.google.inject.Key key private static com.google.inject.Key getProvidedKey (com.google.inject.Key, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Errors errors java.lang.reflect.Type providerType java.lang.reflect.Type entryType com.google.inject.Key providedKey private static boolean isMembersInjector (com.google.inject.Key) com.google.inject.Key key private com.google.inject.internal.BindingImpl createMembersInjectorBinding (com.google.inject.Key, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Errors errors java.lang.reflect.Type membersInjectorType com.google.inject.TypeLiteral instanceType com.google.inject.MembersInjector membersInjector com.google.inject.internal.InternalFactory factory private com.google.inject.internal.BindingImpl createSyntheticProviderBinding (com.google.inject.Key, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Errors errors com.google.inject.Key providedKey com.google.inject.internal.BindingImpl delegate private com.google.inject.internal.BindingImpl convertConstantStringBinding (com.google.inject.Key, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException Object converted com.google.inject.internal.ErrorsException e RuntimeException e com.google.inject.Key key com.google.inject.internal.Errors errors com.google.inject.Key stringKey com.google.inject.internal.BindingImpl stringBinding String stringValue Object source com.google.inject.TypeLiteral type com.google.inject.spi.TypeConverterBinding typeConverterBinding void initializeBinding (com.google.inject.internal.BindingImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.BindingImpl binding com.google.inject.internal.Errors errors void initializeJitBinding (com.google.inject.internal.BindingImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key boolean successful com.google.inject.internal.DelayedInitialize delayed com.google.inject.internal.BindingImpl binding com.google.inject.internal.Errors errors private boolean cleanup (com.google.inject.internal.BindingImpl, java.util.Set) com.google.inject.internal.ConstructorBindingImpl ctorBinding boolean failed com.google.inject.internal.BindingImpl depBinding com.google.inject.Key depKey com.google.inject.spi.InjectionPoint ip com.google.inject.spi.Dependency dep com.google.inject.internal.BindingImpl binding java.util.Set encountered boolean bindingFailed java.util.Set deps private void removeFailedJitBinding (com.google.inject.Binding, com.google.inject.spi.InjectionPoint) com.google.inject.Binding binding com.google.inject.spi.InjectionPoint ip private java.util.Set getInternalDependencies (com.google.inject.internal.BindingImpl) com.google.inject.internal.BindingImpl binding com.google.inject.internal.BindingImpl createUninitializedBinding (com.google.inject.Key, com.google.inject.internal.Scoping, java.lang.Object, com.google.inject.internal.Errors, boolean) throws com.google.inject.internal.ErrorsException com.google.inject.internal.BindingImpl binding com.google.inject.Key key com.google.inject.internal.Scoping scoping Object source com.google.inject.internal.Errors errors boolean jitBinding Class rawType com.google.inject.ImplementedBy implementedBy com.google.inject.ProvidedBy providedBy private com.google.inject.internal.BindingImpl createTypeLiteralBinding (com.google.inject.Key, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Errors errors java.lang.reflect.Type typeLiteralType java.lang.reflect.ParameterizedType parameterizedType java.lang.reflect.Type innerType com.google.inject.TypeLiteral value com.google.inject.internal.InternalFactory factory com.google.inject.internal.BindingImpl createProvidedByBinding (com.google.inject.Key, com.google.inject.internal.Scoping, com.google.inject.ProvidedBy, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Scoping scoping com.google.inject.ProvidedBy providedBy com.google.inject.internal.Errors errors Class rawType Class providerType com.google.inject.Key providerKey com.google.inject.internal.ProvidedByInternalFactory internalFactory Object source com.google.inject.internal.BindingImpl binding private com.google.inject.internal.BindingImpl createImplementedByBinding (com.google.inject.Key, com.google.inject.internal.Scoping, com.google.inject.ImplementedBy, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Scoping scoping com.google.inject.ImplementedBy implementedBy com.google.inject.internal.Errors errors Class rawType Class implementationType Class subclass com.google.inject.Key targetKey Object source com.google.inject.internal.FactoryProxy factory private com.google.inject.internal.BindingImpl createJustInTimeBindingRecursive (com.google.inject.Key, com.google.inject.internal.Errors, boolean, com.google.inject.internal.InjectorImpl$JitLimitation) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Errors errors boolean jitDisabled com.google.inject.internal.InjectorImpl$JitLimitation jitType java.util.Set sources com.google.inject.internal.BindingImpl binding private com.google.inject.internal.BindingImpl createJustInTimeBinding (com.google.inject.Key, com.google.inject.internal.Errors, boolean, com.google.inject.internal.InjectorImpl$JitLimitation) throws com.google.inject.internal.ErrorsException com.google.inject.internal.BindingImpl binding com.google.inject.internal.BindingImpl binding com.google.inject.internal.Errors ignored com.google.inject.Key key com.google.inject.internal.Errors errors boolean jitDisabled com.google.inject.internal.InjectorImpl$JitLimitation jitType int numErrorsBefore java.util.Set sources com.google.inject.internal.BindingImpl convertedBinding Object source com.google.inject.internal.BindingImpl binding com.google.inject.internal.InternalFactory getInternalFactory (com.google.inject.Key, com.google.inject.internal.Errors, com.google.inject.internal.InjectorImpl$JitLimitation) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.internal.Errors errors com.google.inject.internal.InjectorImpl$JitLimitation jitType public java.util.Map getBindings () public java.util.Map getAllBindings () public java.util.Map getScopeBindings () public java.util.Set getTypeConverterBindings () public java.util.List getElements () com.google.common.collect.ImmutableList$Builder elements public java.util.Map getAllMembersInjectorInjectionPoints () java.util.Map res com.google.inject.internal.SingleParameterInjector[] getParametersInjectors (java.util.List, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.spi.Dependency parameter java.util.List parameters com.google.inject.internal.Errors errors int numErrorsBefore com.google.inject.internal.SingleParameterInjector[] result int i com.google.inject.internal.SingleParameterInjector createParameterInjector (com.google.inject.spi.Dependency, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.spi.Dependency dependency com.google.inject.internal.Errors errors com.google.inject.internal.BindingImpl binding public void injectMembers (java.lang.Object) Object instance com.google.inject.MembersInjector membersInjector public com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) com.google.inject.ConfigurationException exception com.google.inject.internal.ErrorsException e com.google.inject.TypeLiteral typeLiteral com.google.inject.internal.Errors errors public com.google.inject.MembersInjector getMembersInjector (java.lang.Class) Class type public com.google.inject.Provider getProvider (java.lang.Class) Class type com.google.inject.Provider getProviderOrThrow (com.google.inject.spi.Dependency, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.spi.Dependency dependency com.google.inject.internal.Errors errors com.google.inject.Key key com.google.inject.internal.BindingImpl binding com.google.inject.internal.InternalFactory internalFactory public com.google.inject.Provider getProvider (com.google.inject.Key) com.google.inject.Provider result com.google.inject.ConfigurationException exception com.google.inject.internal.ErrorsException e com.google.inject.Key key com.google.inject.internal.Errors errors public java.lang.Object getInstance (com.google.inject.Key) com.google.inject.Key key public java.lang.Object getInstance (java.lang.Class) Class type com.google.inject.internal.InternalContext getLocalContext () com.google.inject.internal.InternalContext enterContext () Object[] reference com.google.inject.internal.InternalContext ctx public java.lang.String toString () public volatile synthetic com.google.inject.Binding getExistingBinding (com.google.inject.Key) public volatile synthetic com.google.inject.Binding getBinding (com.google.inject.Key) static void <clinit> () }
com/google/inject/internal/InjectorJitBindingData.class
InjectorJitBindingData.java package com.google.inject.internal final com.google.inject.internal.InjectorJitBindingData extends java.lang.Object { private final java.util.Map jitBindings private final java.util.Set failedJitBindings private final com.google.inject.internal.WeakKeySet bannedKeys private final java.util.Optional parent private final Object lock void <init> (java.util.Optional) java.util.Optional parent java.util.Map getJitBindings () com.google.inject.internal.BindingImpl getJitBinding (com.google.inject.Key) com.google.inject.Key key void putJitBinding (com.google.inject.Key, com.google.inject.internal.BindingImpl) com.google.inject.Key key com.google.inject.internal.BindingImpl binding void removeJitBinding (com.google.inject.Key) com.google.inject.Key key boolean isFailedJitBinding (com.google.inject.Key) com.google.inject.Key key void addFailedJitBinding (com.google.inject.Key) com.google.inject.Key key void banKey (com.google.inject.Key, com.google.inject.internal.InjectorBindingData, java.lang.Object) com.google.inject.Key key com.google.inject.internal.InjectorBindingData injectorBindingData Object source void banKeyInParent (com.google.inject.Key, com.google.inject.internal.InjectorBindingData, java.lang.Object) com.google.inject.Key key com.google.inject.internal.InjectorBindingData injectorBindingData Object source boolean isBannedKey (com.google.inject.Key) com.google.inject.Key key java.util.Set getSourcesForBannedKey (com.google.inject.Key) com.google.inject.Key key java.lang.Object lock () }
com/google/inject/internal/InjectorOptionsProcessor.class
InjectorOptionsProcessor.java package com.google.inject.internal com.google.inject.internal.InjectorOptionsProcessor extends com.google.inject.internal.AbstractProcessor { private boolean disableCircularProxies private boolean jitDisabled private boolean atInjectRequired private boolean exactBindingAnnotationsRequired void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.DisableCircularProxiesOption) com.google.inject.spi.DisableCircularProxiesOption option public java.lang.Boolean visit (com.google.inject.spi.RequireExplicitBindingsOption) com.google.inject.spi.RequireExplicitBindingsOption option public java.lang.Boolean visit (com.google.inject.spi.RequireAtInjectOnConstructorsOption) com.google.inject.spi.RequireAtInjectOnConstructorsOption option public java.lang.Boolean visit (com.google.inject.spi.RequireExactBindingAnnotationsOption) com.google.inject.spi.RequireExactBindingAnnotationsOption option com.google.inject.internal.InjectorImpl$InjectorOptions getOptions (com.google.inject.Stage, com.google.inject.internal.InjectorImpl$InjectorOptions) com.google.inject.Stage stage com.google.inject.internal.InjectorImpl$InjectorOptions parentOptions public volatile synthetic java.lang.Object visit (com.google.inject.spi.RequireExactBindingAnnotationsOption) public volatile synthetic java.lang.Object visit (com.google.inject.spi.RequireAtInjectOnConstructorsOption) public volatile synthetic java.lang.Object visit (com.google.inject.spi.RequireExplicitBindingsOption) public volatile synthetic java.lang.Object visit (com.google.inject.spi.DisableCircularProxiesOption) }
com/google/inject/internal/InjectorShell$1.class
InjectorShell.java package com.google.inject.internal synthetic com.google.inject.internal.InjectorShell$1 extends java.lang.Object { }
com/google/inject/internal/InjectorShell$Builder.class
InjectorShell.java package com.google.inject.internal com.google.inject.internal.InjectorShell$Builder extends java.lang.Object { private final java.util.List elements private final java.util.List modules private com.google.inject.internal.InjectorBindingData bindingData private com.google.inject.internal.InjectorJitBindingData jitBindingData private com.google.inject.internal.InjectorImpl parent private com.google.inject.internal.InjectorImpl$InjectorOptions options private com.google.inject.Stage stage private com.google.inject.internal.PrivateElementsImpl privateElements void <init> () com.google.inject.internal.InjectorShell$Builder stage (com.google.inject.Stage) com.google.inject.Stage stage com.google.inject.internal.InjectorShell$Builder parent (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl parent com.google.inject.internal.InjectorShell$Builder privateElements (com.google.inject.spi.PrivateElements) com.google.inject.spi.PrivateElements privateElements void addModules (java.lang.Iterable) com.google.inject.Module module Iterable modules com.google.inject.Stage getStage () java.lang.Object lock () java.util.List build (com.google.inject.internal.Initializer, com.google.inject.internal.ProcessedBindingData, com.google.inject.internal.util.ContinuousStopwatch, com.google.inject.internal.Errors) com.google.inject.internal.InjectorShell$Builder builder com.google.inject.internal.Initializer initializer com.google.inject.internal.ProcessedBindingData processedBindingData com.google.inject.internal.util.ContinuousStopwatch stopwatch com.google.inject.internal.Errors errors com.google.inject.internal.InjectorOptionsProcessor optionsProcessor com.google.inject.internal.InjectorImpl injector java.util.List typeListenerBindings java.util.List provisionListenerBindings java.util.List injectorShells com.google.inject.internal.PrivateElementProcessor processor }
com/google/inject/internal/InjectorShell$InheritedScannersModule.class
InjectorShell.java package com.google.inject.internal com.google.inject.internal.InjectorShell$InheritedScannersModule extends java.lang.Object implements com.google.inject.Module { private final com.google.inject.internal.InjectorBindingData bindingData void <init> (com.google.inject.internal.InjectorBindingData) com.google.inject.internal.InjectorBindingData bindingData public void configure (com.google.inject.Binder) com.google.inject.spi.ModuleAnnotatedMethodScannerBinding binding com.google.inject.Binder binder }
com/google/inject/internal/InjectorShell$InjectorFactory.class
InjectorShell.java package com.google.inject.internal com.google.inject.internal.InjectorShell$InjectorFactory extends java.lang.Object implements com.google.inject.internal.InternalFactory com.google.inject.Provider { private final com.google.inject.Injector injector private void <init> (com.google.inject.Injector) com.google.inject.Injector injector public com.google.inject.Injector get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked public com.google.inject.Injector get () public java.lang.String toString () public volatile synthetic java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException public volatile synthetic java.lang.Object get () synthetic void <init> (com.google.inject.Injector, com.google.inject.internal.InjectorShell$1) com.google.inject.Injector x0 com.google.inject.internal.InjectorShell$1 x1 }
com/google/inject/internal/InjectorShell$LoggerFactory.class
InjectorShell.java package com.google.inject.internal com.google.inject.internal.InjectorShell$LoggerFactory extends java.lang.Object implements com.google.inject.internal.InternalFactory com.google.inject.Provider { private void <init> () public java.util.logging.Logger get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked com.google.inject.spi.InjectionPoint injectionPoint public java.util.logging.Logger get () public java.lang.String toString () public volatile synthetic java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException public volatile synthetic java.lang.Object get () synthetic void <init> (com.google.inject.internal.InjectorShell$1) com.google.inject.internal.InjectorShell$1 x0 }
com/google/inject/internal/InjectorShell$RootModule.class
InjectorShell.java package com.google.inject.internal com.google.inject.internal.InjectorShell$RootModule extends java.lang.Object implements com.google.inject.Module { private void <init> () public void configure (com.google.inject.Binder) com.google.inject.Binder binder synthetic void <init> (com.google.inject.internal.InjectorShell$1) com.google.inject.internal.InjectorShell$1 x0 }
com/google/inject/internal/InjectorShell.class
InjectorShell.java package com.google.inject.internal final com.google.inject.internal.InjectorShell extends java.lang.Object { private final java.util.List elements private final com.google.inject.internal.InjectorImpl injector private void <init> (java.util.List, com.google.inject.internal.InjectorImpl) java.util.List elements com.google.inject.internal.InjectorImpl injector com.google.inject.internal.InjectorImpl getInjector () java.util.List getElements () private static void bindInjector (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key com.google.inject.internal.InjectorShell$InjectorFactory injectorFactory private static void bindLogger (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key com.google.inject.internal.InjectorShell$LoggerFactory loggerFactory private static void bindStage (com.google.inject.internal.InjectorImpl, com.google.inject.Stage) com.google.inject.internal.InjectorImpl injector com.google.inject.Stage stage com.google.inject.Key key com.google.inject.internal.InstanceBindingImpl stageBinding static synthetic void access$100 (com.google.inject.internal.InjectorImpl, com.google.inject.Stage) com.google.inject.internal.InjectorImpl x0 com.google.inject.Stage x1 static synthetic void access$200 (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl x0 static synthetic void access$300 (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl x0 synthetic void <init> (java.util.List, com.google.inject.internal.InjectorImpl, com.google.inject.internal.InjectorShell$1) java.util.List x0 com.google.inject.internal.InjectorImpl x1 com.google.inject.internal.InjectorShell$1 x2 }
com/google/inject/internal/InstanceBindingImpl.class
InstanceBindingImpl.java package com.google.inject.internal final com.google.inject.internal.InstanceBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.InstanceBinding { final Object instance final com.google.common.collect.ImmutableSet injectionPoints public void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, java.util.Set, java.lang.Object) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory internalFactory java.util.Set injectionPoints Object instance public void <init> (java.lang.Object, com.google.inject.Key, com.google.inject.internal.Scoping, java.util.Set, java.lang.Object) Object source com.google.inject.Key key com.google.inject.internal.Scoping scoping java.util.Set injectionPoints Object instance public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public java.lang.Object getInstance () public java.util.Set getInjectionPoints () public java.util.Set getDependencies () public com.google.inject.internal.BindingImpl withScoping (com.google.inject.internal.Scoping) com.google.inject.internal.Scoping scoping public com.google.inject.internal.BindingImpl withKey (com.google.inject.Key) com.google.inject.Key key public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () public boolean equals (java.lang.Object) com.google.inject.internal.InstanceBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/InterceptorBindingProcessor.class
InterceptorBindingProcessor.java package com.google.inject.internal final com.google.inject.internal.InterceptorBindingProcessor extends com.google.inject.internal.AbstractProcessor { void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.InterceptorBinding) com.google.inject.spi.InterceptorBinding command public volatile synthetic java.lang.Object visit (com.google.inject.spi.InterceptorBinding) }
com/google/inject/internal/InterceptorStackCallback$InterceptedMethodInvocation.class
InterceptorStackCallback.java package com.google.inject.internal com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation extends java.lang.Object implements org.aopalliance.intercept.MethodInvocation { final Object proxy final Object[] arguments final int interceptorIndex final synthetic com.google.inject.internal.InterceptorStackCallback this$0 public void <init> (com.google.inject.internal.InterceptorStackCallback, java.lang.Object, java.lang.Object[], int) Object proxy Object[] arguments int interceptorIndex public java.lang.Object proceed () throws java.lang.Throwable Throwable t public java.lang.reflect.Method getMethod () public java.lang.Object[] getArguments () public java.lang.Object getThis () public java.lang.reflect.AccessibleObject getStaticPart () }
com/google/inject/internal/InterceptorStackCallback.class
InterceptorStackCallback.java package com.google.inject.internal final com.google.inject.internal.InterceptorStackCallback extends java.lang.Object implements java.lang.reflect.InvocationHandler { private static final String GUICE_INTERNAL_AOP_PACKAGE final java.lang.reflect.Method method final org.aopalliance.intercept.MethodInterceptor[] interceptors final java.util.function.BiFunction superInvoker public void <init> (java.lang.reflect.Method, java.util.List, java.util.function.BiFunction) java.lang.reflect.Method method java.util.List interceptors java.util.function.BiFunction superInvoker public java.lang.Object invoke (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Throwable Object proxy java.lang.reflect.Method unused Object[] arguments private void pruneStacktrace (java.lang.Throwable) String className StackTraceElement element StackTraceElement[] stackTrace java.util.List pruned Throwable t Throwable throwable static synthetic void access$000 (com.google.inject.internal.InterceptorStackCallback, java.lang.Throwable) com.google.inject.internal.InterceptorStackCallback x0 Throwable x1 }
com/google/inject/internal/InternalContext.class
InternalContext.java package com.google.inject.internal final com.google.inject.internal.InternalContext extends java.lang.Object implements java.lang.AutoCloseable { private final com.google.inject.internal.InjectorImpl$InjectorOptions options private final java.util.IdentityHashMap constructionContexts private com.google.inject.spi.Dependency dependency private int enterCount private final Object[] toClear void <init> (com.google.inject.internal.InjectorImpl$InjectorOptions, java.lang.Object[]) com.google.inject.internal.InjectorImpl$InjectorOptions options Object[] toClear void enter () public void close () int newCount com.google.inject.internal.InjectorImpl$InjectorOptions getInjectorOptions () com.google.inject.internal.ConstructionContext getConstructionContext (java.lang.Object) Object key com.google.inject.internal.ConstructionContext constructionContext com.google.inject.spi.Dependency getDependency () void setDependency (com.google.inject.spi.Dependency) com.google.inject.spi.Dependency dependency }
com/google/inject/internal/InternalErrorDetail.class
InternalErrorDetail.java package com.google.inject.internal abstract com.google.inject.internal.InternalErrorDetail extends com.google.inject.spi.ErrorDetail { private static final com.google.common.collect.ImmutableSet DOCUMENTED_ERRORS private static final String DOC_BASE_URL protected final com.google.inject.internal.ErrorId errorId protected void <init> (com.google.inject.internal.ErrorId, java.lang.String, java.util.List, java.lang.Throwable) com.google.inject.internal.ErrorId errorId String message java.util.List sources Throwable cause protected final java.util.Optional getLearnMoreLink () protected final java.util.Optional getErrorIdentifier () String id static void <clinit> () }
com/google/inject/internal/InternalFactory.class
InternalFactory.java package com.google.inject.internal abstract com.google.inject.internal.InternalFactory extends java.lang.Object { public abstract java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/InternalFactoryToInitializableAdapter.class
InternalFactoryToInitializableAdapter.java package com.google.inject.internal final com.google.inject.internal.InternalFactoryToInitializableAdapter extends com.google.inject.internal.ProviderInternalFactory { private final com.google.inject.internal.ProvisionListenerStackCallback provisionCallback private final com.google.inject.internal.Initializable initializable public void <init> (com.google.inject.internal.Initializable, java.lang.Object, com.google.inject.internal.ProvisionListenerStackCallback) com.google.inject.internal.Initializable initializable Object source com.google.inject.internal.ProvisionListenerStackCallback provisionCallback public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked protected java.lang.Object provision (javax.inject.Provider, com.google.inject.spi.Dependency, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException RuntimeException userException javax.inject.Provider provider com.google.inject.spi.Dependency dependency com.google.inject.internal.ConstructionContext constructionContext public java.lang.String toString () }
com/google/inject/internal/InternalFactoryToProviderAdapter.class
InternalFactoryToProviderAdapter.java package com.google.inject.internal final com.google.inject.internal.InternalFactoryToProviderAdapter extends java.lang.Object implements com.google.inject.internal.InternalFactory { private final com.google.inject.Provider provider private final Object source public void <init> (com.google.inject.Provider, java.lang.Object) com.google.inject.Provider provider Object source public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException Object t RuntimeException userException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked public java.lang.String toString () }
com/google/inject/internal/InternalFlags$1.class
InternalFlags.java package com.google.inject.internal com.google.inject.internal.InternalFlags$1 extends java.lang.Object implements java.security.PrivilegedAction { final synthetic String val$name void <init> (java.lang.String) public java.lang.String run () public volatile synthetic java.lang.Object run () }
com/google/inject/internal/InternalFlags$BytecodeGenOption.class
InternalFlags.java package com.google.inject.internal public final enum com.google.inject.internal.InternalFlags$BytecodeGenOption extends java.lang.Enum { public static final enum com.google.inject.internal.InternalFlags$BytecodeGenOption DISABLED public static final enum com.google.inject.internal.InternalFlags$BytecodeGenOption ENABLED private static final synthetic com.google.inject.internal.InternalFlags$BytecodeGenOption[] $VALUES public static com.google.inject.internal.InternalFlags$BytecodeGenOption[] values () public static com.google.inject.internal.InternalFlags$BytecodeGenOption valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/InternalFlags$ColorizeOption$1.class
InternalFlags.java package com.google.inject.internal final enum com.google.inject.internal.InternalFlags$ColorizeOption$1 extends com.google.inject.internal.InternalFlags$ColorizeOption { void <init> (java.lang.String, int) boolean enabled () }
com/google/inject/internal/InternalFlags$ColorizeOption$2.class
InternalFlags.java package com.google.inject.internal final enum com.google.inject.internal.InternalFlags$ColorizeOption$2 extends com.google.inject.internal.InternalFlags$ColorizeOption { void <init> (java.lang.String, int) boolean enabled () }
com/google/inject/internal/InternalFlags$ColorizeOption$3.class
InternalFlags.java package com.google.inject.internal final enum com.google.inject.internal.InternalFlags$ColorizeOption$3 extends com.google.inject.internal.InternalFlags$ColorizeOption { void <init> (java.lang.String, int) boolean enabled () }
com/google/inject/internal/InternalFlags$ColorizeOption.class
InternalFlags.java package com.google.inject.internal public abstract enum com.google.inject.internal.InternalFlags$ColorizeOption extends java.lang.Enum { public static final enum com.google.inject.internal.InternalFlags$ColorizeOption AUTO public static final enum com.google.inject.internal.InternalFlags$ColorizeOption ON public static final enum com.google.inject.internal.InternalFlags$ColorizeOption OFF private static final synthetic com.google.inject.internal.InternalFlags$ColorizeOption[] $VALUES public static com.google.inject.internal.InternalFlags$ColorizeOption[] values () public static com.google.inject.internal.InternalFlags$ColorizeOption valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract boolean enabled () synthetic void <init> (java.lang.String, int, com.google.inject.internal.InternalFlags$1) String x0 int x1 com.google.inject.internal.InternalFlags$1 x2 static void <clinit> () }
com/google/inject/internal/InternalFlags$CustomClassLoadingOption.class
InternalFlags.java package com.google.inject.internal public final enum com.google.inject.internal.InternalFlags$CustomClassLoadingOption extends java.lang.Enum { public static final enum com.google.inject.internal.InternalFlags$CustomClassLoadingOption OFF public static final enum com.google.inject.internal.InternalFlags$CustomClassLoadingOption ANONYMOUS public static final enum com.google.inject.internal.InternalFlags$CustomClassLoadingOption BRIDGE public static final enum com.google.inject.internal.InternalFlags$CustomClassLoadingOption CHILD private static final synthetic com.google.inject.internal.InternalFlags$CustomClassLoadingOption[] $VALUES public static com.google.inject.internal.InternalFlags$CustomClassLoadingOption[] values () public static com.google.inject.internal.InternalFlags$CustomClassLoadingOption valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/InternalFlags$IncludeStackTraceOption.class
InternalFlags.java package com.google.inject.internal public final enum com.google.inject.internal.InternalFlags$IncludeStackTraceOption extends java.lang.Enum { public static final enum com.google.inject.internal.InternalFlags$IncludeStackTraceOption OFF public static final enum com.google.inject.internal.InternalFlags$IncludeStackTraceOption ONLY_FOR_DECLARING_SOURCE private static final synthetic com.google.inject.internal.InternalFlags$IncludeStackTraceOption[] $VALUES public static com.google.inject.internal.InternalFlags$IncludeStackTraceOption[] values () public static com.google.inject.internal.InternalFlags$IncludeStackTraceOption valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/InternalFlags$NullableProvidesOption.class
InternalFlags.java package com.google.inject.internal public final enum com.google.inject.internal.InternalFlags$NullableProvidesOption extends java.lang.Enum { public static final enum com.google.inject.internal.InternalFlags$NullableProvidesOption IGNORE public static final enum com.google.inject.internal.InternalFlags$NullableProvidesOption WARN public static final enum com.google.inject.internal.InternalFlags$NullableProvidesOption ERROR private static final synthetic com.google.inject.internal.InternalFlags$NullableProvidesOption[] $VALUES public static com.google.inject.internal.InternalFlags$NullableProvidesOption[] values () public static com.google.inject.internal.InternalFlags$NullableProvidesOption valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/InternalFlags.class
InternalFlags.java package com.google.inject.internal public final com.google.inject.internal.InternalFlags extends java.lang.Object { private static final java.util.logging.Logger logger private static final com.google.inject.internal.InternalFlags$IncludeStackTraceOption INCLUDE_STACK_TRACES private static final com.google.inject.internal.InternalFlags$CustomClassLoadingOption CUSTOM_CLASS_LOADING private static final com.google.inject.internal.InternalFlags$NullableProvidesOption NULLABLE_PROVIDES private static final com.google.inject.internal.InternalFlags$BytecodeGenOption BYTECODE_GEN_OPTION private static final com.google.inject.internal.InternalFlags$ColorizeOption COLORIZE_OPTION public static com.google.inject.internal.InternalFlags$IncludeStackTraceOption getIncludeStackTraceOption () public static com.google.inject.internal.InternalFlags$CustomClassLoadingOption getCustomClassLoadingOption () public static com.google.inject.internal.InternalFlags$NullableProvidesOption getNullableProvidesOption () public static boolean isBytecodeGenEnabled () public static boolean enableColorizeErrorMessages () private static java.lang.Enum getSystemOption (java.lang.String, java.lang.Enum) String name Enum defaultValue private static java.lang.Enum getSystemOption (java.lang.String, java.lang.Enum, java.lang.Enum) SecurityException e IllegalArgumentException e String name Enum defaultValue Enum secureValue Class enumType String value private void <init> () static void <clinit> () }
com/google/inject/internal/InternalInjectorCreator$ToolStageInjector.class
InternalInjectorCreator.java package com.google.inject.internal com.google.inject.internal.InternalInjectorCreator$ToolStageInjector extends java.lang.Object implements com.google.inject.Injector { private final com.google.inject.Injector delegateInjector void <init> (com.google.inject.Injector) com.google.inject.Injector delegateInjector public void injectMembers (java.lang.Object) Object o public java.util.Map getBindings () public java.util.Map getAllBindings () public com.google.inject.Binding getBinding (com.google.inject.Key) com.google.inject.Key key public com.google.inject.Binding getBinding (java.lang.Class) Class type public com.google.inject.Binding getExistingBinding (com.google.inject.Key) com.google.inject.Key key public java.util.List findBindingsByType (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type public com.google.inject.Injector getParent () public com.google.inject.Injector createChildInjector (java.lang.Iterable) Iterable modules public transient com.google.inject.Injector createChildInjector (com.google.inject.Module[]) com.google.inject.Module[] modules public java.util.Map getScopeBindings () public java.util.Set getTypeConverterBindings () public java.util.List getElements () public java.util.Map getAllMembersInjectorInjectionPoints () public com.google.inject.Provider getProvider (com.google.inject.Key) com.google.inject.Key key public com.google.inject.Provider getProvider (java.lang.Class) Class type public com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral public com.google.inject.MembersInjector getMembersInjector (java.lang.Class) Class type public java.lang.Object getInstance (com.google.inject.Key) com.google.inject.Key key public java.lang.Object getInstance (java.lang.Class) Class type }
com/google/inject/internal/InternalInjectorCreator.class
InternalInjectorCreator.java package com.google.inject.internal public final com.google.inject.internal.InternalInjectorCreator extends java.lang.Object { private final com.google.inject.internal.util.ContinuousStopwatch stopwatch private final com.google.inject.internal.Errors errors private final com.google.inject.internal.Initializer initializer private final com.google.inject.internal.ProcessedBindingData processedBindingData private final com.google.inject.internal.InjectionRequestProcessor injectionRequestProcessor private final com.google.inject.internal.InjectorShell$Builder shellBuilder private java.util.List shells public void <init> () public com.google.inject.internal.InternalInjectorCreator stage (com.google.inject.Stage) com.google.inject.Stage stage public com.google.inject.internal.InternalInjectorCreator parentInjector (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl parent public com.google.inject.internal.InternalInjectorCreator addModules (java.lang.Iterable) Iterable modules public com.google.inject.Injector build () private void initializeStatically () com.google.inject.internal.InjectorShell shell com.google.inject.internal.InjectorShell shell com.google.inject.internal.InjectorShell shell private com.google.inject.Injector primaryInjector () private void injectDynamically () com.google.inject.internal.InjectorShell shell void loadEagerSingletons (com.google.inject.internal.InjectorImpl, com.google.inject.Stage, com.google.inject.internal.Errors) com.google.inject.internal.InternalProvisionException e com.google.inject.spi.Dependency dependency com.google.inject.internal.BindingImpl binding com.google.inject.internal.InjectorImpl injector com.google.inject.Stage stage com.google.inject.internal.Errors errors java.util.List candidateBindings java.util.Collection bindingsAtThisLevel com.google.inject.internal.InternalContext context private boolean isEagerSingleton (com.google.inject.internal.InjectorImpl, com.google.inject.internal.BindingImpl, com.google.inject.Stage) com.google.inject.Key linkedBinding com.google.inject.internal.InjectorImpl injector com.google.inject.internal.BindingImpl binding com.google.inject.Stage stage }
com/google/inject/internal/InternalProviderInstanceBindingImpl$CyclicFactory$1.class
InternalProviderInstanceBindingImpl.java package com.google.inject.internal com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory$1 extends java.lang.Object implements com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback { final synthetic com.google.inject.spi.Dependency val$dependency final synthetic com.google.inject.internal.InternalContext val$context final synthetic com.google.inject.internal.ConstructionContext val$constructionContext final synthetic com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory this$0 void <init> (com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory, com.google.inject.spi.Dependency, com.google.inject.internal.InternalContext, com.google.inject.internal.ConstructionContext) com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory this$0 public java.lang.Object call () throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/InternalProviderInstanceBindingImpl$CyclicFactory.class
InternalProviderInstanceBindingImpl.java package com.google.inject.internal abstract com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory extends com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory { void <init> (com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming) com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming initializationTiming public final java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException Class expectedType Object proxyType com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked com.google.inject.internal.ConstructionContext constructionContext private java.lang.Object provision (com.google.inject.spi.Dependency, com.google.inject.internal.InternalContext, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException Object t com.google.inject.internal.InternalProvisionException ipe Throwable t com.google.inject.spi.Dependency dependency com.google.inject.internal.InternalContext context com.google.inject.internal.ConstructionContext constructionContext static synthetic java.lang.Object access$300 (com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory, com.google.inject.spi.Dependency, com.google.inject.internal.InternalContext, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory x0 com.google.inject.spi.Dependency x1 com.google.inject.internal.InternalContext x2 com.google.inject.internal.ConstructionContext x3 }
com/google/inject/internal/InternalProviderInstanceBindingImpl$Factory$1.class
InternalProviderInstanceBindingImpl.java package com.google.inject.internal com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory$1 extends java.lang.Object implements com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback { final synthetic com.google.inject.internal.InternalContext val$context final synthetic com.google.inject.spi.Dependency val$dependency final synthetic com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory this$0 void <init> (com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory, com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory this$0 public java.lang.Object call () throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/InternalProviderInstanceBindingImpl$Factory.class
InternalProviderInstanceBindingImpl.java package com.google.inject.internal abstract com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory extends java.lang.Object implements com.google.inject.internal.InternalFactory com.google.inject.Provider com.google.inject.spi.HasDependencies { private final com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming initializationTiming private Object source private com.google.inject.Provider delegateProvider com.google.inject.internal.ProvisionListenerStackCallback provisionCallback void <init> (com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming) com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming initializationTiming final java.lang.Object getSource () abstract void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException public final java.lang.Object get () com.google.inject.Provider local public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked protected abstract java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException static synthetic com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming access$000 (com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory) com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory x0 static synthetic java.lang.Object access$102 (com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory, java.lang.Object) com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory x0 Object x1 static synthetic com.google.inject.Provider access$202 (com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory, com.google.inject.Provider) com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory x0 com.google.inject.Provider x1 }
com/google/inject/internal/InternalProviderInstanceBindingImpl$InitializationTiming.class
InternalProviderInstanceBindingImpl.java package com.google.inject.internal final enum com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming extends java.lang.Enum { public static final enum com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming EAGER public static final enum com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming DELAYED private static final synthetic com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming[] $VALUES public static com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming[] values () public static com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/InternalProviderInstanceBindingImpl.class
InternalProviderInstanceBindingImpl.java package com.google.inject.internal final com.google.inject.internal.InternalProviderInstanceBindingImpl extends com.google.inject.internal.ProviderInstanceBindingImpl implements com.google.inject.internal.DelayedInitialize { private final com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory originalFactory void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory originalFactory com.google.inject.internal.InternalFactory scopedFactory com.google.inject.internal.Scoping scoping com.google.inject.internal.InternalProviderInstanceBindingImpl$InitializationTiming getInitializationTiming () public void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors }
com/google/inject/internal/InternalProvisionException$1.class
InternalProvisionException.java package com.google.inject.internal synthetic com.google.inject.internal.InternalProvisionException$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$inject$internal$InternalFlags$NullableProvidesOption static void <clinit> () }
com/google/inject/internal/InternalProvisionException.class
InternalProvisionException.java package com.google.inject.internal public final com.google.inject.internal.InternalProvisionException extends java.lang.Exception { private static final java.util.logging.Logger logger private static final java.util.Set warnedDependencies private final java.util.List sourcesToPrepend private final com.google.common.collect.ImmutableList errors public static com.google.inject.internal.InternalProvisionException circularDependenciesDisabled (java.lang.Class) Class expectedType public static com.google.inject.internal.InternalProvisionException cannotProxyClass (java.lang.Class) Class expectedType public static transient com.google.inject.internal.InternalProvisionException create (com.google.inject.internal.ErrorId, java.lang.String, java.lang.Object[]) com.google.inject.internal.ErrorId errorId String format Object[] arguments public static transient com.google.inject.internal.InternalProvisionException errorInUserCode (com.google.inject.internal.ErrorId, java.lang.Throwable, java.lang.String, java.lang.Object[]) com.google.inject.internal.ErrorId errorId Throwable cause String messageFormat Object[] arguments java.util.Collection messages public static com.google.inject.internal.InternalProvisionException subtypeNotProvided (java.lang.Class, java.lang.Class) Class providerType Class type public static com.google.inject.internal.InternalProvisionException errorInProvider (java.lang.Throwable) Throwable cause public static com.google.inject.internal.InternalProvisionException errorInjectingMethod (java.lang.Throwable) Throwable cause public static com.google.inject.internal.InternalProvisionException errorInjectingConstructor (java.lang.Throwable) Throwable cause public static com.google.inject.internal.InternalProvisionException errorInUserInjector (com.google.inject.MembersInjector, com.google.inject.TypeLiteral, java.lang.RuntimeException) com.google.inject.MembersInjector listener com.google.inject.TypeLiteral type RuntimeException cause public static com.google.inject.internal.InternalProvisionException jitDisabled (com.google.inject.Key) com.google.inject.Key key public static com.google.inject.internal.InternalProvisionException errorNotifyingInjectionListener (com.google.inject.spi.InjectionListener, com.google.inject.TypeLiteral, java.lang.RuntimeException) com.google.inject.spi.InjectionListener listener com.google.inject.TypeLiteral type RuntimeException cause static void onNullInjectedIntoNonNullableDependency (java.lang.Object, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException java.lang.reflect.Method annotated Object source com.google.inject.spi.Dependency dependency String parameterName Object memberStackTraceElement Object formattedDependency void <init> (com.google.inject.spi.Message) com.google.inject.spi.Message error private void <init> (java.lang.Iterable) Iterable errors com.google.inject.internal.InternalProvisionException addSource (java.lang.Object) Object source int sz com.google.common.collect.ImmutableList getErrors () com.google.inject.spi.Message error com.google.common.collect.ImmutableList$Builder builder java.util.List newSources public com.google.inject.ProvisionException toProvisionException () com.google.inject.ProvisionException exception static void <clinit> () }
com/google/inject/internal/KotlinSupport$1.class
KotlinSupport.java package com.google.inject.internal synthetic com.google.inject.internal.KotlinSupport$1 extends java.lang.Object { }
com/google/inject/internal/KotlinSupport$KotlinSupportHolder.class
KotlinSupport.java package com.google.inject.internal com.google.inject.internal.KotlinSupport$KotlinSupportHolder extends java.lang.Object { static final com.google.inject.internal.KotlinSupportInterface INSTANCE private void <init> () static void <clinit> () }
com/google/inject/internal/KotlinSupport$KotlinUnsupported.class
KotlinSupport.java package com.google.inject.internal com.google.inject.internal.KotlinSupport$KotlinUnsupported extends java.lang.Object implements com.google.inject.internal.KotlinSupportInterface { static final java.lang.annotation.Annotation[] NO_ANNOTATIONS static final java.util.function.Predicate FALSE_PREDICATE private void <init> () public java.lang.annotation.Annotation[] getAnnotations (java.lang.reflect.Field) java.lang.reflect.Field field public boolean isNullable (java.lang.reflect.Field) java.lang.reflect.Field field public java.util.function.Predicate getIsParameterKotlinNullablePredicate (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public java.util.function.Predicate getIsParameterKotlinNullablePredicate (java.lang.reflect.Method) java.lang.reflect.Method method public void checkConstructorParameterAnnotations (java.lang.reflect.Constructor, com.google.inject.internal.Errors) java.lang.reflect.Constructor constructor com.google.inject.internal.Errors errors public boolean isLocalClass (java.lang.Class) Class clazz private static synthetic boolean lambda$static$0 (java.lang.Integer) Integer integer synthetic void <init> (com.google.inject.internal.KotlinSupport$1) com.google.inject.internal.KotlinSupport$1 x0 static void <clinit> () }
com/google/inject/internal/KotlinSupport.class
KotlinSupport.java package com.google.inject.internal public final com.google.inject.internal.KotlinSupport extends java.lang.Object { private void <init> () public static com.google.inject.internal.KotlinSupportInterface getInstance () private static com.google.inject.internal.KotlinSupportInterface loadKotlinSupport () Class kotlinSupportClass java.lang.reflect.Field instance ReflectiveOperationException e static synthetic com.google.inject.internal.KotlinSupportInterface access$000 () }
com/google/inject/internal/KotlinSupportInterface.class
KotlinSupportInterface.java package com.google.inject.internal public abstract com.google.inject.internal.KotlinSupportInterface extends java.lang.Object { public abstract java.lang.annotation.Annotation[] getAnnotations (java.lang.reflect.Field) public abstract boolean isNullable (java.lang.reflect.Field) public abstract java.util.function.Predicate getIsParameterKotlinNullablePredicate (java.lang.reflect.Constructor) public abstract java.util.function.Predicate getIsParameterKotlinNullablePredicate (java.lang.reflect.Method) public abstract void checkConstructorParameterAnnotations (java.lang.reflect.Constructor, com.google.inject.internal.Errors) public abstract boolean isLocalClass (java.lang.Class) }
com/google/inject/internal/LinkedBindingImpl.class
LinkedBindingImpl.java package com.google.inject.internal final com.google.inject.internal.LinkedBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.LinkedKeyBinding com.google.inject.spi.HasDependencies { final com.google.inject.Key targetKey void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping, com.google.inject.Key) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory internalFactory com.google.inject.internal.Scoping scoping com.google.inject.Key targetKey void <init> (java.lang.Object, com.google.inject.Key, com.google.inject.internal.Scoping, com.google.inject.Key) Object source com.google.inject.Key key com.google.inject.internal.Scoping scoping com.google.inject.Key targetKey public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public com.google.inject.Key getLinkedKey () public java.util.Set getDependencies () public com.google.inject.internal.BindingImpl withScoping (com.google.inject.internal.Scoping) com.google.inject.internal.Scoping scoping public com.google.inject.internal.BindingImpl withKey (com.google.inject.Key) com.google.inject.Key key public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () public boolean equals (java.lang.Object) com.google.inject.internal.LinkedBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/LinkedProviderBindingImpl.class
LinkedProviderBindingImpl.java package com.google.inject.internal final com.google.inject.internal.LinkedProviderBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.ProviderKeyBinding com.google.inject.spi.HasDependencies com.google.inject.internal.DelayedInitialize { final com.google.inject.Key providerKey final com.google.inject.internal.DelayedInitialize delayedInitializer private void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping, com.google.inject.Key, com.google.inject.internal.DelayedInitialize) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory internalFactory com.google.inject.internal.Scoping scoping com.google.inject.Key providerKey com.google.inject.internal.DelayedInitialize delayedInitializer public void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping, com.google.inject.Key) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory internalFactory com.google.inject.internal.Scoping scoping com.google.inject.Key providerKey void <init> (java.lang.Object, com.google.inject.Key, com.google.inject.internal.Scoping, com.google.inject.Key) Object source com.google.inject.Key key com.google.inject.internal.Scoping scoping com.google.inject.Key providerKey static com.google.inject.internal.LinkedProviderBindingImpl createWithInitializer (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping, com.google.inject.Key, com.google.inject.internal.DelayedInitialize) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory internalFactory com.google.inject.internal.Scoping scoping com.google.inject.Key providerKey com.google.inject.internal.DelayedInitialize delayedInitializer public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public com.google.inject.Key getProviderKey () public void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors public java.util.Set getDependencies () public com.google.inject.internal.BindingImpl withScoping (com.google.inject.internal.Scoping) com.google.inject.internal.Scoping scoping public com.google.inject.internal.BindingImpl withKey (com.google.inject.Key) com.google.inject.Key key public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () public boolean equals (java.lang.Object) com.google.inject.internal.LinkedProviderBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/ListenerBindingProcessor.class
ListenerBindingProcessor.java package com.google.inject.internal final com.google.inject.internal.ListenerBindingProcessor extends com.google.inject.internal.AbstractProcessor { void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.TypeListenerBinding) com.google.inject.spi.TypeListenerBinding binding public java.lang.Boolean visit (com.google.inject.spi.ProvisionListenerBinding) com.google.inject.spi.ProvisionListenerBinding binding public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProvisionListenerBinding) public volatile synthetic java.lang.Object visit (com.google.inject.spi.TypeListenerBinding) }
com/google/inject/internal/LookupProcessor.class
LookupProcessor.java package com.google.inject.internal final com.google.inject.internal.LookupProcessor extends com.google.inject.internal.AbstractProcessor { void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.MembersInjectorLookup) com.google.inject.MembersInjector membersInjector com.google.inject.internal.ErrorsException e com.google.inject.spi.MembersInjectorLookup lookup public java.lang.Boolean visit (com.google.inject.spi.ProviderLookup) com.google.inject.Provider provider com.google.inject.internal.ErrorsException e com.google.inject.spi.ProviderLookup lookup public volatile synthetic java.lang.Object visit (com.google.inject.spi.MembersInjectorLookup) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ProviderLookup) }
com/google/inject/internal/Lookups.class
Lookups.java package com.google.inject.internal abstract com.google.inject.internal.Lookups extends java.lang.Object { public abstract com.google.inject.Provider getProvider (com.google.inject.Key) public abstract com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) }
com/google/inject/internal/MembersInjectorImpl$1.class
MembersInjectorImpl.java package com.google.inject.internal com.google.inject.internal.MembersInjectorImpl$1 extends java.lang.Object implements com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback { final synthetic Object val$instance final synthetic com.google.inject.internal.InternalContext val$context final synthetic boolean val$toolableOnly final synthetic com.google.inject.internal.MembersInjectorImpl this$0 void <init> (com.google.inject.internal.MembersInjectorImpl, java.lang.Object, com.google.inject.internal.InternalContext, boolean) com.google.inject.internal.MembersInjectorImpl this$0 public java.lang.Object call () throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/MembersInjectorImpl.class
MembersInjectorImpl.java package com.google.inject.internal final com.google.inject.internal.MembersInjectorImpl extends java.lang.Object implements com.google.inject.MembersInjector { private final com.google.inject.TypeLiteral typeLiteral private final com.google.inject.internal.InjectorImpl injector private final com.google.common.collect.ImmutableList memberInjectors private final com.google.common.collect.ImmutableList userMembersInjectors private final com.google.common.collect.ImmutableList injectionListeners private final com.google.common.collect.ImmutableList addedAspects void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.TypeLiteral, com.google.inject.internal.EncounterImpl, com.google.common.collect.ImmutableList) com.google.inject.internal.InjectorImpl injector com.google.inject.TypeLiteral typeLiteral com.google.inject.internal.EncounterImpl encounter com.google.common.collect.ImmutableList memberInjectors public com.google.common.collect.ImmutableList getMemberInjectors () public void injectMembers (java.lang.Object) com.google.inject.internal.InternalProvisionException ipe Object instance com.google.inject.TypeLiteral localTypeLiteral void injectAndNotify (java.lang.Object, com.google.inject.Key, com.google.inject.internal.ProvisionListenerStackCallback, java.lang.Object, boolean) throws com.google.inject.internal.InternalProvisionException Object instance com.google.inject.Key key com.google.inject.internal.ProvisionListenerStackCallback provisionCallback Object source boolean toolableOnly com.google.inject.internal.InternalContext context void notifyListeners (java.lang.Object) throws com.google.inject.internal.InternalProvisionException RuntimeException e com.google.inject.spi.InjectionListener injectionListener int i Object instance com.google.common.collect.ImmutableList localInjectionListeners void injectMembers (java.lang.Object, com.google.inject.internal.InternalContext, boolean) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.SingleMemberInjector injector int i int size RuntimeException e com.google.inject.MembersInjector userMembersInjector int i com.google.common.collect.ImmutableList localUsersMembersInjectors Object t com.google.inject.internal.InternalContext context boolean toolableOnly com.google.common.collect.ImmutableList localMembersInjectors public java.lang.String toString () public com.google.common.collect.ImmutableSet getInjectionPoints () com.google.inject.internal.SingleMemberInjector memberInjector com.google.common.collect.ImmutableSet$Builder builder com.google.common.collect.ImmutableList localMemberInjectors public com.google.common.collect.ImmutableList getAddedAspects () }
com/google/inject/internal/MembersInjectorStore$1.class
MembersInjectorStore.java package com.google.inject.internal com.google.inject.internal.MembersInjectorStore$1 extends com.google.inject.internal.FailableCache { final synthetic com.google.inject.internal.MembersInjectorStore this$0 void <init> (com.google.inject.internal.MembersInjectorStore) com.google.inject.internal.MembersInjectorStore this$0 protected com.google.inject.internal.MembersInjectorImpl create (com.google.inject.TypeLiteral, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.TypeLiteral type com.google.inject.internal.Errors errors protected volatile synthetic java.lang.Object create (java.lang.Object, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException }
com/google/inject/internal/MembersInjectorStore.class
MembersInjectorStore.java package com.google.inject.internal final com.google.inject.internal.MembersInjectorStore extends java.lang.Object { private final com.google.inject.internal.InjectorImpl injector private final com.google.common.collect.ImmutableList typeListenerBindings private final com.google.inject.internal.FailableCache cache void <init> (com.google.inject.internal.InjectorImpl, java.util.List) com.google.inject.internal.InjectorImpl injector java.util.List typeListenerBindings public boolean hasTypeListeners () public com.google.inject.internal.MembersInjectorImpl get (com.google.inject.TypeLiteral, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.TypeLiteral key com.google.inject.internal.Errors errors boolean remove (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type private com.google.inject.internal.MembersInjectorImpl createWithListeners (com.google.inject.TypeLiteral, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException java.util.Set injectionPoints com.google.inject.ConfigurationException e RuntimeException e com.google.inject.spi.TypeListener typeListener com.google.inject.spi.TypeListenerBinding binding com.google.inject.TypeLiteral type com.google.inject.internal.Errors errors int numErrorsBefore java.util.Set injectionPoints com.google.common.collect.ImmutableList injectors com.google.inject.internal.EncounterImpl encounter java.util.Set alreadySeenListeners com.google.common.collect.ImmutableList getInjectors (java.util.Set, com.google.inject.internal.Errors) com.google.inject.internal.Errors errorsForMember com.google.inject.internal.SingleMemberInjector injector com.google.inject.spi.InjectionPoint injectionPoint java.util.Set injectionPoints com.google.inject.internal.Errors errors java.util.List injectors com.google.common.collect.ImmutableListMultimap getAllInjectionPoints () private static synthetic java.util.stream.Stream lambda$getAllInjectionPoints$0 (java.util.Map$Entry) java.util.Map$Entry entry static synthetic com.google.inject.internal.MembersInjectorImpl access$000 (com.google.inject.internal.MembersInjectorStore, com.google.inject.TypeLiteral, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.MembersInjectorStore x0 com.google.inject.TypeLiteral x1 com.google.inject.internal.Errors x2 }
com/google/inject/internal/MessageProcessor.class
MessageProcessor.java package com.google.inject.internal final com.google.inject.internal.MessageProcessor extends com.google.inject.internal.AbstractProcessor { private static final java.util.logging.Logger logger void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.Message) String rootMessage com.google.inject.spi.Message message public static java.lang.String getRootMessage (java.lang.Throwable) Throwable t Throwable cause public volatile synthetic java.lang.Object visit (com.google.inject.spi.Message) static void <clinit> () }
com/google/inject/internal/Messages$1.class
Messages.java package com.google.inject.internal com.google.inject.internal.Messages$1 extends com.google.inject.internal.Messages$Converter { void <init> (java.lang.Class) Class type public java.lang.String toString (java.lang.Class) Class c public volatile synthetic java.lang.String toString (java.lang.Object) }
com/google/inject/internal/Messages$2.class
Messages.java package com.google.inject.internal com.google.inject.internal.Messages$2 extends com.google.inject.internal.Messages$Converter { void <init> (java.lang.Class) Class type public java.lang.String toString (java.lang.reflect.Member) java.lang.reflect.Member member public volatile synthetic java.lang.String toString (java.lang.Object) }
com/google/inject/internal/Messages$3.class
Messages.java package com.google.inject.internal com.google.inject.internal.Messages$3 extends com.google.inject.internal.Messages$Converter { void <init> (java.lang.Class) Class type public java.lang.String toString (com.google.inject.Key) com.google.inject.Key key public volatile synthetic java.lang.String toString (java.lang.Object) }
com/google/inject/internal/Messages$Converter.class
Messages.java package com.google.inject.internal abstract com.google.inject.internal.Messages$Converter extends java.lang.Object { final Class type void <init> (java.lang.Class) Class type boolean appliesTo (java.lang.Object) Object o java.lang.String convert (java.lang.Object) Object o abstract java.lang.String toString (java.lang.Object) }
com/google/inject/internal/Messages$FormatOptions.class
Messages.java package com.google.inject.internal final enum com.google.inject.internal.Messages$FormatOptions extends java.lang.Enum { public static final enum com.google.inject.internal.Messages$FormatOptions RED public static final enum com.google.inject.internal.Messages$FormatOptions BOLD public static final enum com.google.inject.internal.Messages$FormatOptions FAINT public static final enum com.google.inject.internal.Messages$FormatOptions ITALIC public static final enum com.google.inject.internal.Messages$FormatOptions UNDERLINE public static final enum com.google.inject.internal.Messages$FormatOptions RESET private final String ansiCode private static final synthetic com.google.inject.internal.Messages$FormatOptions[] $VALUES public static com.google.inject.internal.Messages$FormatOptions[] values () public static com.google.inject.internal.Messages$FormatOptions valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String ansiCode static synthetic java.lang.String access$000 (com.google.inject.internal.Messages$FormatOptions) com.google.inject.internal.Messages$FormatOptions x0 static void <clinit> () }
com/google/inject/internal/Messages$ThrowableEquivalence.class
Messages.java package com.google.inject.internal final com.google.inject.internal.Messages$ThrowableEquivalence extends com.google.common.base.Equivalence { static final com.google.inject.internal.Messages$ThrowableEquivalence INSTANCE private void <init> () protected boolean doEquivalent (java.lang.Throwable, java.lang.Throwable) Throwable a Throwable b protected int doHash (java.lang.Throwable) Throwable t protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) static void <clinit> () }
com/google/inject/internal/Messages.class
Messages.java package com.google.inject.internal public final com.google.inject.internal.Messages extends java.lang.Object { private static final java.util.Collection converters private void <init> () static com.google.inject.spi.Message mergeSources (java.util.List, com.google.inject.spi.Message) java.util.List sources com.google.inject.spi.Message message java.util.List messageSources public static transient java.lang.String format (java.lang.String, java.lang.Object[]) int i String messageFormat Object[] arguments public static java.lang.String formatMessages (java.lang.String, java.util.Collection) int causeIdx com.google.common.base.Equivalence$Wrapper causeEquivalence com.google.inject.spi.ErrorDetail currentError java.util.Map partitionedByMergeable Throwable cause String heading java.util.Collection errorMessages java.util.Formatter fmt int index boolean displayCauses java.util.List remainingErrors java.util.Map causes public static transient com.google.inject.spi.Message create (com.google.inject.internal.ErrorId, java.lang.String, java.lang.Object[]) com.google.inject.internal.ErrorId errorId String messageFormat Object[] arguments public static transient com.google.inject.spi.Message create (com.google.inject.internal.ErrorId, java.lang.Throwable, java.lang.String, java.lang.Object[]) com.google.inject.internal.ErrorId errorId Throwable cause String messageFormat Object[] arguments public static transient com.google.inject.spi.Message create (com.google.inject.internal.ErrorId, java.lang.Throwable, java.util.List, java.lang.String, java.lang.Object[]) com.google.inject.internal.ErrorId errorId Throwable cause java.util.List sources String messageFormat Object[] arguments String message static java.lang.Object convert (java.lang.Object) Object o com.google.inject.spi.ElementSource source static java.lang.Object convert (java.lang.Object, com.google.inject.spi.ElementSource) com.google.inject.internal.Messages$Converter converter Object o com.google.inject.spi.ElementSource source private static java.lang.Object appendModules (java.lang.Object, com.google.inject.spi.ElementSource) Object source com.google.inject.spi.ElementSource elementSource String modules public static java.lang.Throwable getOnlyCause (java.util.Collection) Throwable messageCause com.google.inject.spi.Message message java.util.Collection messages Throwable onlyCause private static final transient java.lang.String formatText (java.lang.String, com.google.inject.internal.Messages$FormatOptions[]) String text com.google.inject.internal.Messages$FormatOptions[] options public static final java.lang.String bold (java.lang.String) String text public static final java.lang.String redBold (java.lang.String) String text public static final java.lang.String underline (java.lang.String) String text public static final java.lang.String faint (java.lang.String) String text private static synthetic java.lang.String lambda$formatText$0 (com.google.inject.internal.Messages$FormatOptions) com.google.inject.internal.Messages$FormatOptions option static void <clinit> () }
com/google/inject/internal/MethodAspect.class
MethodAspect.java package com.google.inject.internal final com.google.inject.internal.MethodAspect extends java.lang.Object { private final com.google.inject.matcher.Matcher classMatcher private final com.google.inject.matcher.Matcher methodMatcher private final java.util.List interceptors static com.google.inject.internal.MethodAspect fromBinding (com.google.inject.spi.InterceptorBinding) com.google.inject.spi.InterceptorBinding binding void <init> (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, java.util.List) com.google.inject.matcher.Matcher classMatcher com.google.inject.matcher.Matcher methodMatcher java.util.List interceptors transient void <init> (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) com.google.inject.matcher.Matcher classMatcher com.google.inject.matcher.Matcher methodMatcher org.aopalliance.intercept.MethodInterceptor[] interceptors boolean matches (java.lang.Class) Class clazz boolean matches (java.lang.reflect.Method) java.lang.reflect.Method method java.util.List interceptors () }
com/google/inject/internal/MissingConstructorError.class
MissingConstructorError.java package com.google.inject.internal final com.google.inject.internal.MissingConstructorError extends com.google.inject.internal.InternalErrorDetail { private final com.google.inject.TypeLiteral type private final boolean atInjectRequired void <init> (com.google.inject.TypeLiteral, boolean, java.util.List) com.google.inject.TypeLiteral type boolean atInjectRequired java.util.List sources public boolean isMergeable (com.google.inject.spi.ErrorDetail) com.google.inject.internal.MissingConstructorError otherMissing com.google.inject.spi.ErrorDetail other protected void formatDetail (java.util.List, java.util.Formatter) java.lang.reflect.Constructor noArgConstructor java.util.List sources java.util.List mergeableErrors java.util.Formatter formatter Class rawType java.util.List sourcesList int sourceListIndex public com.google.inject.internal.MissingConstructorError withSources (java.util.List) java.util.List newSources public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) private static synthetic void lambda$formatDetail$0 (java.util.List, com.google.inject.spi.ErrorDetail) java.util.List sourcesList com.google.inject.spi.ErrorDetail error }
com/google/inject/internal/MissingImplementationError.class
MissingImplementationError.java package com.google.inject.internal final com.google.inject.internal.MissingImplementationError extends com.google.inject.internal.InternalErrorDetail { private final com.google.inject.Key key private final com.google.common.collect.ImmutableList suggestions public void <init> (com.google.inject.Key, com.google.inject.Injector, java.util.List) com.google.inject.Key key com.google.inject.Injector injector java.util.List sources private void <init> (com.google.inject.Key, com.google.common.collect.ImmutableList, java.util.List) com.google.inject.Key key com.google.common.collect.ImmutableList suggestions java.util.List sources public boolean isMergeable (com.google.inject.spi.ErrorDetail) com.google.inject.spi.ErrorDetail otherError public void formatDetail (java.util.List, java.util.Formatter) java.util.List sources int sourceListIndex java.util.List mergeableErrors java.util.Formatter formatter java.util.List sourcesList java.util.List filteredSourcesList public com.google.inject.internal.MissingImplementationError withSources (java.util.List) java.util.List newSources private java.util.List trimSource (java.util.List) java.util.List sources public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) private synthetic boolean lambda$trimSource$2 (java.lang.Object) Object source private static synthetic boolean lambda$formatDetail$1 (java.util.List) java.util.List sources private static synthetic void lambda$formatDetail$0 (java.util.Formatter, java.lang.String) java.util.Formatter rec$ String x$0 }
com/google/inject/internal/MissingImplementationErrorHints.class
MissingImplementationErrorHints.java package com.google.inject.internal final com.google.inject.internal.MissingImplementationErrorHints extends java.lang.Object { private static final int MAX_MATCHING_TYPES_REPORTED private static final int MAX_RELATED_TYPES_REPORTED private static final com.google.common.collect.ImmutableSet COMMON_AMBIGUOUS_TYPES private void <init> () static com.google.common.collect.ImmutableList getSuggestions (com.google.inject.Key, com.google.inject.Injector) int i String plural int howMany int remaining java.util.Formatter fmt String have com.google.inject.Key bindingKey String possibleMatch String want java.util.Map bindingMap com.google.inject.Key key com.google.inject.Injector injector com.google.common.collect.ImmutableList$Builder suggestions com.google.inject.TypeLiteral type java.util.List possibleMatches java.util.List sameTypes static void <clinit> () }
com/google/inject/internal/ModuleAnnotatedMethodScannerProcessor.class
ModuleAnnotatedMethodScannerProcessor.java package com.google.inject.internal final com.google.inject.internal.ModuleAnnotatedMethodScannerProcessor extends com.google.inject.internal.AbstractProcessor { void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.ModuleAnnotatedMethodScannerBinding) com.google.inject.spi.ModuleAnnotatedMethodScannerBinding command public volatile synthetic java.lang.Object visit (com.google.inject.spi.ModuleAnnotatedMethodScannerBinding) }
com/google/inject/internal/MoreTypes$CompositeType.class
MoreTypes.java package com.google.inject.internal abstract com.google.inject.internal.MoreTypes$CompositeType extends java.lang.Object { public abstract boolean isFullySpecified () }
com/google/inject/internal/MoreTypes$GenericArrayTypeImpl.class
MoreTypes.java package com.google.inject.internal public com.google.inject.internal.MoreTypes$GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayType java.io.Serializable com.google.inject.internal.MoreTypes$CompositeType { private final java.lang.reflect.Type componentType private static final long serialVersionUID public void <init> (java.lang.reflect.Type) java.lang.reflect.Type componentType public java.lang.reflect.Type getGenericComponentType () public boolean isFullySpecified () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () }
com/google/inject/internal/MoreTypes$ParameterizedTypeImpl.class
MoreTypes.java package com.google.inject.internal public com.google.inject.internal.MoreTypes$ParameterizedTypeImpl extends java.lang.Object implements java.lang.reflect.ParameterizedType java.io.Serializable com.google.inject.internal.MoreTypes$CompositeType { private final java.lang.reflect.Type ownerType private final java.lang.reflect.Type rawType final java.lang.reflect.Type[] typeArguments private static final long serialVersionUID public transient void <init> (java.lang.reflect.Type, java.lang.reflect.Type, java.lang.reflect.Type[]) Class klass int classArgumentLength int t java.lang.reflect.Type ownerType java.lang.reflect.Type rawType java.lang.reflect.Type[] typeArguments int providedArgumentLength java.lang.reflect.Type[] clonedTypeArguments int validArgLength public java.lang.reflect.Type[] getActualTypeArguments () public java.lang.reflect.Type getRawType () public java.lang.reflect.Type getOwnerType () public boolean isFullySpecified () java.lang.reflect.Type type public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () int i StringBuilder stringBuilder private static void ensureOwnerType (java.lang.reflect.Type, java.lang.reflect.Type) Class rawTypeAsClass java.lang.reflect.Type ownerType java.lang.reflect.Type rawType }
com/google/inject/internal/MoreTypes$WildcardTypeImpl.class
MoreTypes.java package com.google.inject.internal public com.google.inject.internal.MoreTypes$WildcardTypeImpl extends java.lang.Object implements java.lang.reflect.WildcardType java.io.Serializable com.google.inject.internal.MoreTypes$CompositeType { private final java.lang.reflect.Type upperBound private final java.lang.reflect.Type lowerBound private static final long serialVersionUID public void <init> (java.lang.reflect.Type[], java.lang.reflect.Type[]) java.lang.reflect.Type[] upperBounds java.lang.reflect.Type[] lowerBounds public java.lang.reflect.Type[] getUpperBounds () public java.lang.reflect.Type[] getLowerBounds () public boolean isFullySpecified () public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
com/google/inject/internal/MoreTypes.class
MoreTypes.java package com.google.inject.internal public com.google.inject.internal.MoreTypes extends java.lang.Object { public static final java.lang.reflect.Type[] EMPTY_TYPE_ARRAY private static final com.google.common.collect.ImmutableMap PRIMITIVE_TO_WRAPPER private void <init> () public static com.google.inject.Key canonicalizeKey (com.google.inject.Key) com.google.inject.Key key public static com.google.inject.TypeLiteral canonicalizeForKey (com.google.inject.TypeLiteral) com.google.inject.internal.Errors errors java.lang.reflect.ParameterizedType parameterizedType com.google.inject.TypeLiteral guiceProviderType com.google.inject.TypeLiteral typeLiteral java.lang.reflect.Type type com.google.inject.TypeLiteral wrappedPrimitives com.google.inject.TypeLiteral recreated private static boolean isFullySpecified (java.lang.reflect.Type) java.lang.reflect.Type type public static java.lang.reflect.Type canonicalize (java.lang.reflect.Type) Class c java.lang.reflect.ParameterizedType p java.lang.reflect.GenericArrayType g java.lang.reflect.WildcardType w java.lang.reflect.Type type public static java.lang.Class getRawType (java.lang.reflect.Type) java.lang.reflect.ParameterizedType parameterizedType java.lang.reflect.Type rawType java.lang.reflect.Type componentType java.lang.reflect.Type type public static boolean equals (java.lang.reflect.Type, java.lang.reflect.Type) java.lang.reflect.ParameterizedType pa java.lang.reflect.ParameterizedType pb java.lang.reflect.GenericArrayType ga java.lang.reflect.GenericArrayType gb java.lang.reflect.WildcardType wa java.lang.reflect.WildcardType wb java.lang.reflect.TypeVariable va java.lang.reflect.TypeVariable vb java.lang.reflect.Type a java.lang.reflect.Type b private static int hashCodeOrZero (java.lang.Object) Object o public static java.lang.String typeToString (java.lang.reflect.Type) java.lang.reflect.Type type public static java.lang.reflect.Type getGenericSupertype (java.lang.reflect.Type, java.lang.Class, java.lang.Class) int i int length Class[] interfaces Class rawSupertype java.lang.reflect.Type type Class rawType Class toResolve public static java.lang.reflect.Type resolveTypeVariable (java.lang.reflect.Type, java.lang.Class, java.lang.reflect.TypeVariable) int index java.lang.reflect.Type type Class rawType java.lang.reflect.TypeVariable unknown Class declaredByRaw java.lang.reflect.Type declaredBy private static int indexOf (java.lang.Object[], java.lang.Object) int i Object[] array Object toFind private static java.lang.reflect.Type[] getSharedTypeArguments (java.lang.reflect.ParameterizedType) java.lang.reflect.ParameterizedType p private static java.lang.Class declaringClassOf (java.lang.reflect.TypeVariable) java.lang.reflect.TypeVariable typeVariable java.lang.reflect.GenericDeclaration genericDeclaration private static void checkNotPrimitive (java.lang.reflect.Type, java.lang.String) java.lang.reflect.Type type String use static synthetic void access$000 (java.lang.reflect.Type, java.lang.String) java.lang.reflect.Type x0 String x1 static synthetic boolean access$100 (java.lang.reflect.Type) java.lang.reflect.Type x0 static synthetic int access$200 (java.lang.Object) Object x0 static void <clinit> () }
com/google/inject/internal/Nullability.class
Nullability.java package com.google.inject.internal public com.google.inject.internal.Nullability extends java.lang.Object { private void <init> () public static boolean hasNullableAnnotation (java.lang.annotation.Annotation[]) Class type java.lang.annotation.Annotation a java.lang.annotation.Annotation[] annotations }
com/google/inject/internal/PackageNameCompressor.class
PackageNameCompressor.java package com.google.inject.internal final com.google.inject.internal.PackageNameCompressor extends java.lang.Object { static final String LEGEND_HEADER static final String LEGEND_FOOTER private static final com.google.common.collect.ImmutableSet PACKAGES_SKIPPED_IN_LEGEND private static final com.google.common.base.Splitter PACKAGE_SPLITTER private static final com.google.common.base.Joiner PACKAGE_JOINER private static final java.util.regex.Pattern CLASSNAME_PATTERN private static final java.util.regex.Pattern QUOTED_PATTERN static java.lang.String compressPackagesInMessage (java.lang.String) String name String input java.util.regex.Matcher matcher java.util.Set names java.util.Map replacementMap StringBuilder output java.util.Set replacedShortNames String classNameLegend private static com.google.common.collect.ImmutableSet replaceFullNames (java.lang.String, java.util.Map, java.lang.StringBuilder) String fullName int beforeLen String shortName String replaced String quoted String input java.util.Map replacementMap StringBuilder output com.google.common.collect.ImmutableSet$Builder replacedShortNames java.util.List shortNames java.util.regex.Matcher matcher private static java.lang.String buildClassNameLegend (java.util.Map) String shortName String fullName String prefix java.util.Map$Entry entry java.util.Map replacementMap StringBuilder legendBuilder int longestKey private static java.util.Map shortenNames (java.util.Collection) java.util.List parts String className String name java.util.Map$Entry entry String newShortName java.util.List parts java.util.Set partsCollection String conflictingShortName java.util.List conflictingShortNames java.util.Map$Entry entry java.util.Collection names com.google.common.collect.HashMultimap shortNameToPartsMap java.util.Map replacementMap private void <init> () static void <clinit> () }
com/google/inject/internal/PrivateElementProcessor.class
PrivateElementProcessor.java package com.google.inject.internal final com.google.inject.internal.PrivateElementProcessor extends com.google.inject.internal.AbstractProcessor { private final java.util.List injectorShellBuilders void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.PrivateElements) com.google.inject.spi.PrivateElements privateElements com.google.inject.internal.InjectorShell$Builder builder public java.util.List getInjectorShellBuilders () public volatile synthetic java.lang.Object visit (com.google.inject.spi.PrivateElements) }
com/google/inject/internal/PrivateElementsImpl.class
PrivateElementsImpl.java package com.google.inject.internal public final com.google.inject.internal.PrivateElementsImpl extends java.lang.Object implements com.google.inject.spi.PrivateElements { private final Object source private java.util.List elementsMutable private java.util.List exposureBuilders private com.google.common.collect.ImmutableList elements private com.google.common.collect.ImmutableMap exposedKeysToSources private com.google.inject.Injector injector public void <init> (java.lang.Object) Object source public java.lang.Object getSource () public java.util.List getElements () public com.google.inject.Injector getInjector () public void initInjector (com.google.inject.Injector) com.google.inject.Injector injector public java.util.Set getExposedKeys () com.google.inject.internal.ExposureBuilder exposureBuilder java.util.Map exposedKeysToSourcesMutable public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public java.util.List getElementsMutable () public void addExposureBuilder (com.google.inject.internal.ExposureBuilder) com.google.inject.internal.ExposureBuilder exposureBuilder public void applyTo (com.google.inject.Binder) com.google.inject.spi.Element element java.util.Map$Entry entry com.google.inject.Binder binder com.google.inject.PrivateBinder privateBinder public java.lang.Object getExposedSource (com.google.inject.Key) com.google.inject.Key key Object source public java.lang.String toString () }
com/google/inject/internal/ProcessedBindingData.class
ProcessedBindingData.java package com.google.inject.internal com.google.inject.internal.ProcessedBindingData extends java.lang.Object { private final java.util.List creationListeners private final java.util.List uninitializedBindings private final java.util.List delayedUninitializedBindings void <init> () void addCreationListener (com.google.inject.internal.CreationListener) com.google.inject.internal.CreationListener listener void addUninitializedBinding (java.lang.Runnable) Runnable runnable void addDelayedUninitializedBinding (java.lang.Runnable) Runnable runnable void initializeBindings () Runnable initializer void runCreationListeners (com.google.inject.internal.Errors) com.google.inject.internal.CreationListener creationListener com.google.inject.internal.Errors errors void initializeDelayedBindings () Runnable initializer }
com/google/inject/internal/ProvidedByInternalFactory.class
ProvidedByInternalFactory.java package com.google.inject.internal com.google.inject.internal.ProvidedByInternalFactory extends com.google.inject.internal.ProviderInternalFactory implements com.google.inject.internal.DelayedInitialize { private final Class rawType private final Class providerType private final com.google.inject.Key providerKey private com.google.inject.internal.BindingImpl providerBinding private com.google.inject.internal.ProvisionListenerStackCallback provisionCallback void <init> (java.lang.Class, java.lang.Class, com.google.inject.Key) Class rawType Class providerType com.google.inject.Key providerKey void setProvisionListenerCallback (com.google.inject.internal.ProvisionListenerStackCallback) com.google.inject.internal.ProvisionListenerStackCallback listener public void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) throws com.google.inject.internal.InternalProvisionException javax.inject.Provider provider com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked com.google.inject.internal.BindingImpl localProviderBinding com.google.inject.Key localProviderKey protected java.lang.Object provision (javax.inject.Provider, com.google.inject.spi.Dependency, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException Object o Object t RuntimeException e javax.inject.Provider provider com.google.inject.spi.Dependency dependency com.google.inject.internal.ConstructionContext constructionContext }
com/google/inject/internal/ProviderInstanceBindingImpl.class
ProviderInstanceBindingImpl.java package com.google.inject.internal com.google.inject.internal.ProviderInstanceBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.ProviderInstanceBinding { final javax.inject.Provider providerInstance final com.google.common.collect.ImmutableSet injectionPoints public void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object, com.google.inject.internal.InternalFactory, com.google.inject.internal.Scoping, javax.inject.Provider, java.util.Set) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source com.google.inject.internal.InternalFactory internalFactory com.google.inject.internal.Scoping scoping javax.inject.Provider providerInstance java.util.Set injectionPoints public void <init> (java.lang.Object, com.google.inject.Key, com.google.inject.internal.Scoping, java.util.Set, javax.inject.Provider) Object source com.google.inject.Key key com.google.inject.internal.Scoping scoping java.util.Set injectionPoints javax.inject.Provider providerInstance public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public com.google.inject.Provider getProviderInstance () public javax.inject.Provider getUserSuppliedProvider () public java.util.Set getInjectionPoints () public java.util.Set getDependencies () public com.google.inject.internal.BindingImpl withScoping (com.google.inject.internal.Scoping) com.google.inject.internal.Scoping scoping public com.google.inject.internal.BindingImpl withKey (com.google.inject.Key) com.google.inject.Key key public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () public boolean equals (java.lang.Object) com.google.inject.internal.ProviderInstanceBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/ProviderInternalFactory$1.class
ProviderInternalFactory.java package com.google.inject.internal com.google.inject.internal.ProviderInternalFactory$1 extends java.lang.Object implements com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback { final synthetic javax.inject.Provider val$provider final synthetic com.google.inject.spi.Dependency val$dependency final synthetic com.google.inject.internal.ConstructionContext val$constructionContext final synthetic com.google.inject.internal.ProviderInternalFactory this$0 void <init> (com.google.inject.internal.ProviderInternalFactory, javax.inject.Provider, com.google.inject.spi.Dependency, com.google.inject.internal.ConstructionContext) com.google.inject.internal.ProviderInternalFactory this$0 public java.lang.Object call () throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/ProviderInternalFactory.class
ProviderInternalFactory.java package com.google.inject.internal abstract com.google.inject.internal.ProviderInternalFactory extends java.lang.Object implements com.google.inject.internal.InternalFactory { protected final Object source void <init> (java.lang.Object) Object source protected java.lang.Object circularGet (javax.inject.Provider, com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, com.google.inject.internal.ProvisionListenerStackCallback) throws com.google.inject.internal.InternalProvisionException Class expectedType Object proxyType javax.inject.Provider provider com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency com.google.inject.internal.ProvisionListenerStackCallback provisionCallback com.google.inject.internal.ConstructionContext constructionContext protected java.lang.Object provision (javax.inject.Provider, com.google.inject.spi.Dependency, com.google.inject.internal.ConstructionContext) throws com.google.inject.internal.InternalProvisionException javax.inject.Provider provider com.google.inject.spi.Dependency dependency com.google.inject.internal.ConstructionContext constructionContext Object t }
com/google/inject/internal/ProviderMethod$FastClassProviderMethod.class
ProviderMethod.java package com.google.inject.internal final com.google.inject.internal.ProviderMethod$FastClassProviderMethod extends com.google.inject.internal.ProviderMethod { final java.util.function.BiFunction fastMethod void <init> (com.google.inject.Key, java.lang.reflect.Method, java.lang.Object, com.google.common.collect.ImmutableSet, java.lang.Class, java.lang.annotation.Annotation, java.util.function.BiFunction) com.google.inject.Key key java.lang.reflect.Method method Object instance com.google.common.collect.ImmutableSet dependencies Class scopeAnnotation java.lang.annotation.Annotation annotation java.util.function.BiFunction fastMethod public java.lang.Object doProvision (java.lang.Object[]) throws java.lang.reflect.InvocationTargetException Throwable e Object[] parameters }
com/google/inject/internal/ProviderMethod$ReflectionProviderMethod.class
ProviderMethod.java package com.google.inject.internal final com.google.inject.internal.ProviderMethod$ReflectionProviderMethod extends com.google.inject.internal.ProviderMethod { void <init> (com.google.inject.Key, java.lang.reflect.Method, java.lang.Object, com.google.common.collect.ImmutableSet, java.lang.Class, java.lang.annotation.Annotation) com.google.inject.Key key java.lang.reflect.Method method Object instance com.google.common.collect.ImmutableSet dependencies Class scopeAnnotation java.lang.annotation.Annotation annotation java.lang.Object doProvision (java.lang.Object[]) throws java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException Object[] parameters }
com/google/inject/internal/ProviderMethod.class
ProviderMethod.java package com.google.inject.internal public abstract com.google.inject.internal.ProviderMethod extends com.google.inject.internal.InternalProviderInstanceBindingImpl$CyclicFactory implements com.google.inject.spi.HasDependencies com.google.inject.spi.ProvidesMethodBinding com.google.inject.spi.ProviderWithExtensionVisitor { protected final Object instance protected final java.lang.reflect.Method method private final com.google.inject.Key key private final Class scopeAnnotation private final com.google.common.collect.ImmutableSet dependencies private final boolean exposed private final java.lang.annotation.Annotation annotation private com.google.inject.internal.SingleParameterInjector[] parameterInjectors static com.google.inject.internal.ProviderMethod create (com.google.inject.Key, java.lang.reflect.Method, java.lang.Object, com.google.common.collect.ImmutableSet, java.lang.Class, boolean, java.lang.annotation.Annotation) java.util.function.BiFunction fastMethod com.google.inject.Key key java.lang.reflect.Method method Object instance com.google.common.collect.ImmutableSet dependencies Class scopeAnnotation boolean skipFastClassGeneration java.lang.annotation.Annotation annotation int modifiers void <init> (com.google.inject.Key, java.lang.reflect.Method, java.lang.Object, com.google.common.collect.ImmutableSet, java.lang.Class, java.lang.annotation.Annotation) com.google.inject.Key key java.lang.reflect.Method method Object instance com.google.common.collect.ImmutableSet dependencies Class scopeAnnotation java.lang.annotation.Annotation annotation public com.google.inject.Key getKey () public java.lang.reflect.Method getMethod () public java.lang.Object getInstance () public java.lang.Object getEnclosingInstance () public java.lang.annotation.Annotation getAnnotation () public void configure (com.google.inject.Binder) com.google.inject.Binder binder void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors protected java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException Object t IllegalAccessException e Throwable cause java.lang.reflect.InvocationTargetException userException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency abstract java.lang.Object doProvision (java.lang.Object[]) throws java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException public java.util.Set getDependencies () public java.lang.Object acceptExtensionVisitor (com.google.inject.spi.BindingTargetVisitor, com.google.inject.spi.ProviderInstanceBinding) com.google.inject.spi.BindingTargetVisitor visitor com.google.inject.spi.ProviderInstanceBinding binding public java.lang.String toString () String annotationString public boolean equals (java.lang.Object) com.google.inject.internal.ProviderMethod o Object obj public int hashCode () }
com/google/inject/internal/ProviderMethodsModule$MethodAndAnnotation.class
ProviderMethodsModule.java package com.google.inject.internal com.google.inject.internal.ProviderMethodsModule$MethodAndAnnotation extends java.lang.Object { final java.lang.reflect.Method method final java.lang.annotation.Annotation annotation void <init> (java.lang.reflect.Method, java.lang.annotation.Annotation) java.lang.reflect.Method method java.lang.annotation.Annotation annotation }
com/google/inject/internal/ProviderMethodsModule$Signature.class
ProviderMethodsModule.java package com.google.inject.internal final com.google.inject.internal.ProviderMethodsModule$Signature extends java.lang.Object { final Class[] parameters final String name final int hashCode void <init> (com.google.inject.TypeLiteral, java.lang.reflect.Method) com.google.inject.TypeLiteral type com.google.inject.TypeLiteral typeLiteral java.lang.reflect.Method method java.util.List resolvedParameterTypes int i public boolean equals (java.lang.Object) com.google.inject.internal.ProviderMethodsModule$Signature other Object obj public int hashCode () }
com/google/inject/internal/ProviderMethodsModule.class
ProviderMethodsModule.java package com.google.inject.internal public final com.google.inject.internal.ProviderMethodsModule extends java.lang.Object implements com.google.inject.Module { private final Object delegate private final com.google.inject.TypeLiteral typeLiteral private final boolean skipFastClassGeneration private final com.google.inject.spi.ModuleAnnotatedMethodScanner scanner private void <init> (java.lang.Object, boolean, com.google.inject.spi.ModuleAnnotatedMethodScanner) Object delegate boolean skipFastClassGeneration com.google.inject.spi.ModuleAnnotatedMethodScanner scanner public static com.google.inject.Module forModule (com.google.inject.Module) com.google.inject.Module module public static com.google.inject.Module forModule (java.lang.Object, com.google.inject.spi.ModuleAnnotatedMethodScanner) Object module com.google.inject.spi.ModuleAnnotatedMethodScanner scanner public static com.google.inject.Module forObject (java.lang.Object) Object object private static com.google.inject.Module forObject (java.lang.Object, boolean, com.google.inject.spi.ModuleAnnotatedMethodScanner) Object object boolean skipFastClassGeneration com.google.inject.spi.ModuleAnnotatedMethodScanner scanner public java.lang.Class getDelegateModuleClass () private boolean isStaticModule () public void configure (com.google.inject.Binder) com.google.inject.internal.ProviderMethod providerMethod com.google.inject.Binder binder public java.util.List getProviderMethods (com.google.inject.Binder) com.google.inject.internal.ProviderMethod providerMethod java.lang.annotation.Annotation annotation java.lang.reflect.Method method Class c java.lang.reflect.Method method Class c String annotationString java.lang.reflect.Method matchingSignature java.lang.reflect.Method method java.lang.annotation.Annotation annotation com.google.inject.internal.ProviderMethodsModule$MethodAndAnnotation methodAndAnnotation com.google.inject.Binder binder java.util.List result java.util.List methodsAndAnnotations Class superMostClass com.google.common.collect.Multimap methodsBySignature private java.lang.annotation.Annotation getAnnotation (com.google.inject.Binder, java.lang.reflect.Method) java.lang.annotation.Annotation foundAnnotation Class annotationClass com.google.inject.Binder binder java.lang.reflect.Method method java.lang.annotation.Annotation annotation private static boolean overrides (java.lang.reflect.Method, java.lang.reflect.Method) java.lang.reflect.Method a java.lang.reflect.Method b int modifiers private com.google.inject.internal.ProviderMethod createProviderMethod (com.google.inject.Binder, java.lang.reflect.Method, java.lang.annotation.Annotation) Throwable t com.google.inject.spi.Message message com.google.inject.Binder binder java.lang.reflect.Method method java.lang.annotation.Annotation annotation com.google.inject.internal.Errors errors com.google.inject.spi.InjectionPoint point com.google.inject.TypeLiteral returnType com.google.inject.Key key boolean prepareMethodError Class scopeAnnotation com.google.inject.Key getKey (com.google.inject.internal.Errors, com.google.inject.TypeLiteral, java.lang.reflect.Member, java.lang.annotation.Annotation[]) com.google.inject.internal.Errors errors com.google.inject.TypeLiteral type java.lang.reflect.Member member java.lang.annotation.Annotation[] annotations java.lang.annotation.Annotation bindingAnnotation public boolean equals (java.lang.Object) Object o public int hashCode () public boolean isScanningBuiltInProvidesMethods () public com.google.inject.spi.ModuleAnnotatedMethodScanner getScanner () }
com/google/inject/internal/ProviderToInternalFactoryAdapter.class
ProviderToInternalFactoryAdapter.java package com.google.inject.internal final com.google.inject.internal.ProviderToInternalFactoryAdapter extends java.lang.Object implements com.google.inject.Provider { private final com.google.inject.internal.InjectorImpl injector private final com.google.inject.internal.InternalFactory internalFactory public void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.internal.InternalFactory) com.google.inject.internal.InjectorImpl injector com.google.inject.internal.InternalFactory internalFactory public java.lang.Object get () Object t com.google.inject.internal.InternalProvisionException e com.google.inject.internal.InternalContext context com.google.inject.internal.InjectorImpl getInjector () public java.lang.String toString () }
com/google/inject/internal/ProvidesMethodScanner$1.class
ProvidesMethodScanner.java package com.google.inject.internal synthetic com.google.inject.internal.ProvidesMethodScanner$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$inject$multibindings$ProvidesIntoOptional$Type static void <clinit> () }
com/google/inject/internal/ProvidesMethodScanner$AnnotationOrError.class
ProvidesMethodScanner.java package com.google.inject.internal com.google.inject.internal.ProvidesMethodScanner$AnnotationOrError extends java.lang.Object { final java.lang.annotation.Annotation annotation final boolean error void <init> (java.lang.annotation.Annotation, boolean) java.lang.annotation.Annotation annotation boolean error static com.google.inject.internal.ProvidesMethodScanner$AnnotationOrError forPossiblyNullAnnotation (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation static com.google.inject.internal.ProvidesMethodScanner$AnnotationOrError forError () }
com/google/inject/internal/ProvidesMethodScanner$TypeAndValue.class
ProvidesMethodScanner.java package com.google.inject.internal com.google.inject.internal.ProvidesMethodScanner$TypeAndValue extends java.lang.Object { final com.google.inject.TypeLiteral type final Object value void <init> (com.google.inject.TypeLiteral, java.lang.Object) com.google.inject.TypeLiteral type Object value }
com/google/inject/internal/ProvidesMethodScanner.class
ProvidesMethodScanner.java package com.google.inject.internal final com.google.inject.internal.ProvidesMethodScanner extends com.google.inject.spi.ModuleAnnotatedMethodScanner { static final com.google.inject.internal.ProvidesMethodScanner INSTANCE private static final com.google.common.collect.ImmutableSet ANNOTATIONS private void <init> () public java.util.Set annotationClasses () public com.google.inject.Key prepareMethod (com.google.inject.Binder, java.lang.annotation.Annotation, com.google.inject.Key, com.google.inject.spi.InjectionPoint) com.google.inject.internal.ProvidesMethodScanner$TypeAndValue typeAndValue com.google.inject.Binder binder java.lang.annotation.Annotation annotation com.google.inject.Key key com.google.inject.spi.InjectionPoint injectionPoint java.lang.reflect.Method method com.google.inject.internal.ProvidesMethodScanner$AnnotationOrError mapKey private static com.google.inject.internal.ProvidesMethodScanner$AnnotationOrError findMapKeyAnnotation (com.google.inject.Binder, java.lang.reflect.Method) java.lang.reflect.Method valueMethod NoSuchMethodException invalid com.google.inject.multibindings.MapKey mapKey java.lang.annotation.Annotation annotation com.google.inject.Binder binder java.lang.reflect.Method method java.lang.annotation.Annotation foundAnnotation static com.google.inject.internal.ProvidesMethodScanner$TypeAndValue typeAndValueOfMapKey (java.lang.annotation.Annotation) java.lang.reflect.Method valueMethod com.google.inject.TypeLiteral returnType NoSuchMethodException e SecurityException e IllegalAccessException e java.lang.reflect.InvocationTargetException e java.lang.annotation.Annotation mapKeyAnnotation static void <clinit> () }
com/google/inject/internal/ProvisionListenerCallbackStore$1.class
ProvisionListenerCallbackStore.java package com.google.inject.internal com.google.inject.internal.ProvisionListenerCallbackStore$1 extends com.google.common.cache.CacheLoader { final synthetic com.google.inject.internal.ProvisionListenerCallbackStore this$0 void <init> (com.google.inject.internal.ProvisionListenerCallbackStore) com.google.inject.internal.ProvisionListenerCallbackStore this$0 public com.google.inject.internal.ProvisionListenerStackCallback load (com.google.inject.internal.ProvisionListenerCallbackStore$KeyBinding) com.google.inject.internal.ProvisionListenerCallbackStore$KeyBinding key public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/inject/internal/ProvisionListenerCallbackStore$KeyBinding.class
ProvisionListenerCallbackStore.java package com.google.inject.internal com.google.inject.internal.ProvisionListenerCallbackStore$KeyBinding extends java.lang.Object { final com.google.inject.Key key final com.google.inject.Binding binding void <init> (com.google.inject.Key, com.google.inject.Binding) com.google.inject.Key key com.google.inject.Binding binding public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/internal/ProvisionListenerCallbackStore.class
ProvisionListenerCallbackStore.java package com.google.inject.internal final com.google.inject.internal.ProvisionListenerCallbackStore extends java.lang.Object { private static final com.google.common.collect.ImmutableSet INTERNAL_BINDINGS private final com.google.common.collect.ImmutableList listenerBindings private final com.google.common.cache.LoadingCache cache void <init> (java.util.List) java.util.List listenerBindings public com.google.inject.internal.ProvisionListenerStackCallback get (com.google.inject.Binding) com.google.inject.internal.ProvisionListenerStackCallback callback com.google.inject.Binding binding boolean remove (com.google.inject.Binding) com.google.inject.Binding type private com.google.inject.internal.ProvisionListenerStackCallback create (com.google.inject.Binding) com.google.inject.spi.ProvisionListenerBinding provisionBinding com.google.inject.Binding binding java.util.List listeners static synthetic com.google.inject.internal.ProvisionListenerStackCallback access$000 (com.google.inject.internal.ProvisionListenerCallbackStore, com.google.inject.Binding) com.google.inject.internal.ProvisionListenerCallbackStore x0 com.google.inject.Binding x1 static void <clinit> () }
com/google/inject/internal/ProvisionListenerStackCallback$Provision.class
ProvisionListenerStackCallback.java package com.google.inject.internal com.google.inject.internal.ProvisionListenerStackCallback$Provision extends com.google.inject.spi.ProvisionListener$ProvisionInvocation { final com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback callable int index Object result com.google.inject.internal.InternalProvisionException exceptionDuringProvision com.google.inject.spi.ProvisionListener erredListener final synthetic com.google.inject.internal.ProvisionListenerStackCallback this$0 public void <init> (com.google.inject.internal.ProvisionListenerStackCallback, com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback) com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback callable public java.lang.Object provision () com.google.inject.internal.InternalProvisionException ipe RuntimeException re int currentIdx public com.google.inject.Binding getBinding () }
com/google/inject/internal/ProvisionListenerStackCallback$ProvisionCallback.class
ProvisionListenerStackCallback.java package com.google.inject.internal public abstract com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback extends java.lang.Object { public abstract java.lang.Object call () throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/ProvisionListenerStackCallback.class
ProvisionListenerStackCallback.java package com.google.inject.internal final com.google.inject.internal.ProvisionListenerStackCallback extends java.lang.Object { private static final com.google.inject.spi.ProvisionListener[] EMPTY_LISTENER private static final com.google.inject.internal.ProvisionListenerStackCallback EMPTY_CALLBACK private final com.google.inject.spi.ProvisionListener[] listeners private final com.google.inject.Binding binding public static com.google.inject.internal.ProvisionListenerStackCallback emptyListener () public void <init> (com.google.inject.Binding, java.util.List) java.util.Set deDuplicated com.google.inject.Binding binding java.util.List listeners public boolean hasListeners () public java.lang.Object provision (com.google.inject.internal.InternalContext, com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback) throws com.google.inject.internal.InternalProvisionException RuntimeException t Object listener com.google.inject.internal.InternalContext context com.google.inject.internal.ProvisionListenerStackCallback$ProvisionCallback callable com.google.inject.internal.ProvisionListenerStackCallback$Provision provision RuntimeException caught static synthetic com.google.inject.spi.ProvisionListener[] access$000 (com.google.inject.internal.ProvisionListenerStackCallback) com.google.inject.internal.ProvisionListenerStackCallback x0 static synthetic com.google.inject.Binding access$100 (com.google.inject.internal.ProvisionListenerStackCallback) com.google.inject.internal.ProvisionListenerStackCallback x0 static void <clinit> () }
com/google/inject/internal/ProxyFactory$ProxyConstructor.class
ProxyFactory.java package com.google.inject.internal com.google.inject.internal.ProxyFactory$ProxyConstructor extends java.lang.Object implements com.google.inject.internal.ConstructionProxy { final com.google.inject.spi.InjectionPoint injectionPoint final java.lang.reflect.Constructor constructor final java.util.function.BiFunction enhancedConstructor final com.google.common.collect.ImmutableMap interceptors final java.lang.reflect.InvocationHandler[] callbacks void <init> (com.google.inject.spi.InjectionPoint, java.util.function.Function, com.google.common.collect.ImmutableMap, java.lang.reflect.InvocationHandler[]) com.google.inject.spi.InjectionPoint injectionPoint java.util.function.Function enhancer com.google.common.collect.ImmutableMap interceptors java.lang.reflect.InvocationHandler[] callbacks public transient java.lang.Object newInstance (java.lang.Object[]) throws java.lang.reflect.InvocationTargetException Object[] arguments public com.google.inject.spi.InjectionPoint getInjectionPoint () public java.lang.reflect.Constructor getConstructor () public com.google.common.collect.ImmutableMap getMethodInterceptors () }
com/google/inject/internal/ProxyFactory.class
ProxyFactory.java package com.google.inject.internal final com.google.inject.internal.ProxyFactory extends java.lang.Object implements com.google.inject.internal.ConstructionProxyFactory { private static final java.util.logging.Logger logger private final com.google.inject.spi.InjectionPoint injectionPoint private final java.util.function.Function enhancer private final com.google.common.collect.ImmutableMap interceptors private final java.lang.reflect.InvocationHandler[] callbacks void <init> (com.google.inject.spi.InjectionPoint, java.lang.Iterable) throws com.google.inject.internal.ErrorsException com.google.inject.internal.MethodAspect methodAspect java.lang.reflect.Method method int methodIndex com.google.inject.internal.MethodAspect methodAspect Throwable e java.lang.reflect.Method method java.util.List deDuplicated java.util.function.BiFunction superInvoker int methodIndex com.google.inject.spi.InjectionPoint injectionPoint Iterable methodAspects Class hostClass java.util.List applicableAspects com.google.inject.internal.BytecodeGen$EnhancerBuilder enhancerBuilder java.lang.reflect.Method[] methods int numMethods com.google.common.collect.Multimap matchedInterceptors java.util.BitSet matchedMethodIndices com.google.common.collect.ImmutableMap$Builder interceptorsMapBuilder int callbackIndex public com.google.common.collect.ImmutableMap getInterceptors () public com.google.inject.internal.ConstructionProxy create () throws com.google.inject.internal.ErrorsException Throwable e static void <clinit> () }
com/google/inject/internal/RealElement.class
RealElement.java package com.google.inject.internal com.google.inject.internal.RealElement extends java.lang.Object implements com.google.inject.internal.Element { private static final java.util.concurrent.atomic.AtomicInteger nextUniqueId private final int uniqueId private final String setName private final com.google.inject.internal.Element$Type type private final String keyType void <init> (java.lang.String, com.google.inject.internal.Element$Type, java.lang.String) String setName com.google.inject.internal.Element$Type type String keyType void <init> (java.lang.String, com.google.inject.internal.Element$Type, java.lang.String, int) String setName com.google.inject.internal.Element$Type type String keyType int uniqueId public java.lang.String setName () public int uniqueId () public com.google.inject.internal.Element$Type type () public java.lang.String keyType () public java.lang.Class annotationType () public java.lang.String toString () public boolean equals (java.lang.Object) Object o public int hashCode () static void <clinit> () }
com/google/inject/internal/RealMapBinder$1.class
RealMapBinder.java package com.google.inject.internal synthetic com.google.inject.internal.RealMapBinder$1 extends java.lang.Object { }
com/google/inject/internal/RealMapBinder$BindingSelection$InitializationState.class
RealMapBinder.java package com.google.inject.internal final enum com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState extends java.lang.Enum { public static final enum com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState UNINITIALIZED public static final enum com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState INITIALIZED public static final enum com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState HAS_ERRORS private static final synthetic com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState[] $VALUES public static com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState[] values () public static com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/RealMapBinder$BindingSelection.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$BindingSelection extends java.lang.Object { private final com.google.inject.TypeLiteral keyType private final com.google.inject.TypeLiteral valueType private final com.google.inject.Key mapKey private com.google.inject.Key javaxProviderMapKey private com.google.inject.Key providerMapKey private com.google.inject.Key multimapKey private com.google.inject.Key providerSetMultimapKey private com.google.inject.Key javaxProviderSetMultimapKey private com.google.inject.Key providerCollectionMultimapKey private com.google.inject.Key javaxProviderCollectionMultimapKey private com.google.inject.Key entrySetJavaxProviderKey private com.google.inject.Key mapOfKeyExtendsValueKey private final com.google.inject.internal.RealMultibinder entrySetBinder private com.google.inject.internal.RealMapBinder$BindingSelection$InitializationState initializationState private com.google.common.collect.ImmutableMap mapBindings private com.google.common.collect.ImmutableMap multimapBindings private com.google.common.collect.ImmutableList entries private boolean permitsDuplicates private void <init> (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, com.google.inject.Key, com.google.inject.internal.RealMultibinder) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType com.google.inject.Key mapKey com.google.inject.internal.RealMultibinder entrySetBinder private boolean tryInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) com.google.inject.Binding previous com.google.inject.spi.ProviderInstanceBinding entryBinding com.google.inject.internal.RealMapBinder$ProviderMapEntry entry Object key com.google.inject.Key valueKey com.google.inject.Binding valueBinding com.google.inject.Binding binding java.util.Map$Entry entry com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors java.util.Map bindingMultimapMutable java.util.Map bindingMapMutable com.google.common.collect.Multimap index com.google.inject.internal.Indexer indexer com.google.common.collect.Multimap duplicates com.google.common.collect.ImmutableList$Builder entriesBuilder com.google.common.collect.ImmutableMap$Builder bindingsMultimapBuilder private static void reportDuplicateKeysError (com.google.inject.Key, com.google.common.collect.Multimap, com.google.inject.internal.Errors) com.google.inject.Key mapKey com.google.common.collect.Multimap duplicates com.google.inject.internal.Errors errors private boolean containsElement (com.google.inject.spi.Element) com.google.inject.Key key com.google.inject.spi.Element element com.google.inject.Key key private boolean matchesValueKey (com.google.inject.Key) com.google.inject.Key key private com.google.inject.Key getProviderMapKey () com.google.inject.Key local private com.google.inject.Key getJavaxProviderMapKey () com.google.inject.Key local private com.google.inject.Key getMultimapKey () com.google.inject.Key local private com.google.inject.Key getProviderSetMultimapKey () com.google.inject.Key local private com.google.inject.Key getJavaxProviderSetMultimapKey () com.google.inject.Key local private com.google.inject.Key getProviderCollectionMultimapKey () com.google.inject.Key local private com.google.inject.Key getJavaxProviderCollectionMultimapKey () com.google.inject.Key local private com.google.inject.Key getEntrySetJavaxProviderKey () com.google.inject.Key local private com.google.inject.Key getMapOfKeyExtendsValueKey () java.lang.reflect.Type extendsValue java.lang.reflect.Type mapOfKeyAndExtendsValue com.google.inject.Key local private com.google.common.collect.ImmutableMap getMapBindings () private com.google.common.collect.ImmutableMap getMultimapBindings () private com.google.common.collect.ImmutableList getEntries () private boolean isInitialized () private com.google.inject.TypeLiteral getKeyType () private com.google.inject.TypeLiteral getValueType () private com.google.inject.Key getMapKey () private com.google.inject.internal.RealMultibinder getEntrySetBinder () private boolean permitsDuplicates () public boolean equals (java.lang.Object) Object o public int hashCode () private static synthetic com.google.common.collect.ImmutableSet$Builder lambda$tryInitialize$0 (java.lang.Object) Object k synthetic void <init> (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, com.google.inject.Key, com.google.inject.internal.RealMultibinder, com.google.inject.internal.RealMapBinder$1) com.google.inject.TypeLiteral x0 com.google.inject.TypeLiteral x1 com.google.inject.Key x2 com.google.inject.internal.RealMultibinder x3 com.google.inject.internal.RealMapBinder$1 x4 static synthetic boolean access$100 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.internal.RealMultibinder access$300 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.TypeLiteral access$400 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.TypeLiteral access$500 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$700 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$800 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$900 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$1000 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$1100 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.common.collect.ImmutableMap access$1400 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$1700 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$1800 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$1900 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$2000 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.inject.Key access$2100 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic com.google.common.collect.ImmutableList access$2200 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic boolean access$2300 (com.google.inject.internal.RealMapBinder$BindingSelection, com.google.inject.Key) com.google.inject.internal.RealMapBinder$BindingSelection x0 com.google.inject.Key x1 static synthetic com.google.inject.TypeLiteral access$2400 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic boolean access$2500 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic boolean access$2600 (com.google.inject.internal.RealMapBinder$BindingSelection, com.google.inject.spi.Element) com.google.inject.internal.RealMapBinder$BindingSelection x0 com.google.inject.spi.Element x1 static synthetic com.google.common.collect.ImmutableMap access$3000 (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection x0 static synthetic boolean access$3500 (com.google.inject.internal.RealMapBinder$BindingSelection, com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) com.google.inject.internal.RealMapBinder$BindingSelection x0 com.google.inject.internal.InjectorImpl x1 com.google.inject.internal.Errors x2 }
com/google/inject/internal/RealMapBinder$ExtensionRealMapProvider.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$ExtensionRealMapProvider extends com.google.inject.internal.RealMapBinder$RealMapBinderProviderWithDependencies implements com.google.inject.spi.ProviderWithExtensionVisitor com.google.inject.multibindings.MapBinderBinding { final com.google.inject.internal.RealMapBinder$RealMapProvider delegate void <init> (com.google.inject.internal.RealMapBinder$RealMapProvider) com.google.inject.internal.RealMapBinder$RealMapProvider delegate com.google.inject.internal.RealMapBinder$BindingSelection getBindingSelection () protected void doInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors protected java.util.Map doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency public java.util.Set getDependencies () public java.lang.Object acceptExtensionVisitor (com.google.inject.spi.BindingTargetVisitor, com.google.inject.spi.ProviderInstanceBinding) com.google.inject.spi.BindingTargetVisitor visitor com.google.inject.spi.ProviderInstanceBinding binding public com.google.inject.Key getMapKey () public java.util.Set getAlternateMapKeys () public com.google.inject.TypeLiteral getKeyTypeLiteral () public com.google.inject.TypeLiteral getValueTypeLiteral () public java.util.List getEntries () public java.util.List getEntries (java.lang.Iterable) com.google.inject.Binding typedBinding com.google.inject.Key typedKey com.google.inject.Binding binding com.google.inject.internal.RealMapBinder$ProviderMapEntry typedUserSuppliedProvider com.google.inject.internal.RealMapBinder$ProviderMapEntry entry com.google.inject.spi.ProviderInstanceBinding entryBinding com.google.inject.Provider typedProvider com.google.inject.Provider userSuppliedProvider com.google.inject.spi.Element element com.google.inject.Key key com.google.inject.Key key java.util.Set keysOnlyFromProviderMapEntrys java.util.Set keysOnlyFromBindings StringBuilder sb com.google.inject.Binding binding java.util.Map$Entry newEntry java.util.Map$Entry entry Iterable elements com.google.common.collect.ImmutableMultimap$Builder keyToValueKeyBuilder com.google.common.collect.ImmutableMap$Builder valueKeyToBindingBuilder com.google.common.collect.ImmutableMap$Builder valueKeyToKeyBuilder com.google.common.collect.ImmutableMap$Builder valueKeyToEntryBindingBuilder com.google.common.collect.ImmutableMultimap keyToValueKey com.google.common.collect.ImmutableMap valueKeyToKey com.google.common.collect.ImmutableMap valueKeyToBinding com.google.common.collect.ImmutableMap valueKeyToEntryBinding java.util.Set keysFromProviderMapEntrys java.util.Set keysFromBindings com.google.common.collect.ImmutableList$Builder resultBuilder public boolean permitsDuplicates () public boolean containsElement (com.google.inject.spi.Element) com.google.inject.spi.Element element protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData extends java.lang.Object { private final Object key private final com.google.inject.Binding[] bindings private final com.google.inject.internal.SingleParameterInjector[] injectors private void <init> (java.lang.Object, com.google.inject.Binding[], com.google.inject.internal.SingleParameterInjector[]) Object key com.google.inject.Binding[] bindings com.google.inject.internal.SingleParameterInjector[] injectors synthetic void <init> (java.lang.Object, com.google.inject.Binding[], com.google.inject.internal.SingleParameterInjector[], com.google.inject.internal.RealMapBinder$1) Object x0 com.google.inject.Binding[] x1 com.google.inject.internal.SingleParameterInjector[] x2 com.google.inject.internal.RealMapBinder$1 x3 static synthetic com.google.inject.internal.SingleParameterInjector[] access$3200 (com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData) com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData x0 static synthetic java.lang.Object access$3300 (com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData) com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData x0 static synthetic com.google.inject.Binding[] access$3400 (com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData) com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData x0 }
com/google/inject/internal/RealMapBinder$MultimapBinder$RealMultimapProvider.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider extends com.google.inject.internal.RealMapBinder$RealMultimapBinderProviderWithDependencies { private java.util.Set dependencies private com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData[] perKeyDatas private void <init> (com.google.inject.Key) com.google.inject.Key mapKey public java.util.Set getDependencies () protected void doInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.spi.Dependency dependency com.google.inject.Binding binding java.util.Set bindings com.google.inject.Binding[] typedBindings com.google.inject.Binding[] bindingsArray int j com.google.inject.internal.SingleParameterInjector[] injectors java.util.Map$Entry entry com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData[] typedPerKeyData com.google.common.collect.ImmutableSet$Builder dependenciesBuilder java.util.List dependenciesForKey int i protected java.util.Map doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.SingleParameterInjector injector Object value int i com.google.common.collect.ImmutableSet$Builder bindingsBuilder com.google.inject.internal.SingleParameterInjector[] injectors com.google.inject.internal.RealMapBinder$MultimapBinder$RealMultimapProvider$PerKeyData perKeyData com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency com.google.common.collect.ImmutableMap$Builder resultBuilder protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException synthetic void <init> (com.google.inject.Key, com.google.inject.internal.RealMapBinder$1) com.google.inject.Key x0 com.google.inject.internal.RealMapBinder$1 x1 }
com/google/inject/internal/RealMapBinder$MultimapBinder$RealProviderMultimapProvider.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$MultimapBinder$RealProviderMultimapProvider extends com.google.inject.internal.RealMapBinder$RealMultimapBinderProviderWithDependencies { private java.util.Map multimapOfProviders private java.util.Set dependencies private void <init> (com.google.inject.Key) com.google.inject.Key mapKey public java.util.Set getDependencies () protected void doInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) com.google.inject.Binding binding com.google.common.collect.ImmutableSet$Builder providersBuilder java.util.Map$Entry entry com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors com.google.common.collect.ImmutableMap$Builder multimapOfProvidersBuilder com.google.common.collect.ImmutableSet$Builder dependenciesBuilder protected java.util.Map doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException synthetic void <init> (com.google.inject.Key, com.google.inject.internal.RealMapBinder$1) com.google.inject.Key x0 com.google.inject.internal.RealMapBinder$1 x1 }
com/google/inject/internal/RealMapBinder$MultimapBinder.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$MultimapBinder extends java.lang.Object implements com.google.inject.Module { private final com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection private void <init> (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection public void configure (com.google.inject.Binder) com.google.inject.Binder binder com.google.inject.Provider multimapProvider com.google.inject.Provider javaxProvider com.google.inject.Provider collectionProvider com.google.inject.Provider collectionJavaxProvider com.google.inject.Provider realMultimapProvider public int hashCode () public boolean equals (java.lang.Object) Object o synthetic void <init> (com.google.inject.internal.RealMapBinder$BindingSelection, com.google.inject.internal.RealMapBinder$1) com.google.inject.internal.RealMapBinder$BindingSelection x0 com.google.inject.internal.RealMapBinder$1 x1 }
com/google/inject/internal/RealMapBinder$ProviderMapEntry.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$ProviderMapEntry extends com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory { private final Object key private final com.google.inject.Key valueKey private java.util.Map$Entry entry void <init> (java.lang.Object, com.google.inject.Key) Object key com.google.inject.Key valueKey public java.util.Set getDependencies () void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors com.google.inject.Binding valueBinding protected java.util.Map$Entry doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency java.lang.Object getKey () com.google.inject.Key getValueKey () public boolean equals (java.lang.Object) com.google.inject.internal.RealMapBinder$ProviderMapEntry o Object obj public int hashCode () public java.lang.String toString () protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/RealMapBinder$RealMapBinderProviderWithDependencies.class
RealMapBinder.java package com.google.inject.internal abstract com.google.inject.internal.RealMapBinder$RealMapBinderProviderWithDependencies extends com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory { final com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection private void <init> (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection final void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors protected abstract void doInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException public boolean equals (java.lang.Object) Object obj public int hashCode () synthetic void <init> (com.google.inject.internal.RealMapBinder$BindingSelection, com.google.inject.internal.RealMapBinder$1) com.google.inject.internal.RealMapBinder$BindingSelection x0 com.google.inject.internal.RealMapBinder$1 x1 }
com/google/inject/internal/RealMapBinder$RealMapProvider.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$RealMapProvider extends com.google.inject.internal.RealMapBinder$RealMapBinderProviderWithDependencies { java.util.Set dependencies com.google.inject.internal.SingleParameterInjector[] injectors Object[] keys void <init> (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection com.google.inject.internal.RealMapBinder$BindingSelection getBindingSelection () protected void doInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException java.util.Map$Entry entry com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors Object[] keysArray com.google.common.collect.ImmutableSet$Builder dependenciesBuilder int i com.google.common.collect.ImmutableSet localDependencies java.util.List dependenciesList com.google.inject.internal.SingleParameterInjector[] typedInjectors protected java.util.Map doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.SingleParameterInjector injector Object key Object value int i com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency com.google.inject.internal.SingleParameterInjector[] localInjectors com.google.common.collect.ImmutableMap$Builder resultBuilder Object[] localKeys public java.util.Set getDependencies () protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/RealMapBinder$RealMultimapBinderProviderWithDependencies.class
RealMapBinder.java package com.google.inject.internal abstract com.google.inject.internal.RealMapBinder$RealMultimapBinderProviderWithDependencies extends com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory { final com.google.inject.Key mapKey com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection private void <init> (com.google.inject.Key) com.google.inject.Key mapKey final void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors com.google.inject.Binding mapBinding com.google.inject.spi.ProviderInstanceBinding providerInstanceBinding com.google.inject.internal.RealMapBinder$ExtensionRealMapProvider mapProvider abstract void doInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException public boolean equals (java.lang.Object) Object obj public int hashCode () synthetic void <init> (com.google.inject.Key, com.google.inject.internal.RealMapBinder$1) com.google.inject.Key x0 com.google.inject.internal.RealMapBinder$1 x1 }
com/google/inject/internal/RealMapBinder$RealProviderMapProvider.class
RealMapBinder.java package com.google.inject.internal final com.google.inject.internal.RealMapBinder$RealProviderMapProvider extends com.google.inject.internal.RealMapBinder$RealMapBinderProviderWithDependencies { private java.util.Map mapOfProviders private java.util.Set dependencies private void <init> (com.google.inject.internal.RealMapBinder$BindingSelection) com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection public java.util.Set getDependencies () protected void doInitialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) java.util.Map$Entry entry com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors com.google.common.collect.ImmutableMap$Builder mapOfProvidersBuilder com.google.common.collect.ImmutableSet$Builder dependenciesBuilder protected java.util.Map doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException synthetic void <init> (com.google.inject.internal.RealMapBinder$BindingSelection, com.google.inject.internal.RealMapBinder$1) com.google.inject.internal.RealMapBinder$BindingSelection x0 com.google.inject.internal.RealMapBinder$1 x1 }
com/google/inject/internal/RealMapBinder.class
RealMapBinder.java package com.google.inject.internal public final com.google.inject.internal.RealMapBinder extends java.lang.Object implements com.google.inject.Module { private static final com.google.common.collect.ImmutableSet MODULE_DEPENDENCIES private final com.google.inject.internal.RealMapBinder$BindingSelection bindingSelection private final com.google.inject.Binder binder private final com.google.inject.internal.RealMultibinder entrySetBinder public static com.google.inject.internal.RealMapBinder newMapRealBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType public static com.google.inject.internal.RealMapBinder newRealMapBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, java.lang.annotation.Annotation) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType java.lang.annotation.Annotation annotation public static com.google.inject.internal.RealMapBinder newRealMapBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, java.lang.Class) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType Class annotationType static com.google.inject.TypeLiteral mapOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral mapOfProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral mapOfJavaxProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral mapOfSetOfProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral mapOfSetOfJavaxProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral mapOfCollectionOfProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral mapOfCollectionOfJavaxProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral entryOfProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral entryOfJavaxProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType static com.google.inject.TypeLiteral setOfEntryOfJavaxProviderOf (com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType private static com.google.inject.Key getKeyOfProvider (com.google.inject.Key) com.google.inject.Key valueKey static com.google.inject.internal.RealMapBinder newRealMapBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.Key) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.Key valueTypeAndAnnotation com.google.inject.TypeLiteral valueType private static com.google.inject.internal.RealMapBinder newRealMapBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, com.google.inject.Key, com.google.inject.internal.RealMultibinder) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType com.google.inject.Key mapKey com.google.inject.internal.RealMultibinder entrySetBinder com.google.inject.internal.RealMapBinder mapBinder private void <init> (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, com.google.inject.Key, com.google.inject.internal.RealMultibinder) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType com.google.inject.Key mapKey com.google.inject.internal.RealMultibinder entrySetBinder public void permitDuplicates () com.google.inject.Key getKeyForNewValue (java.lang.Object) Object key com.google.inject.internal.RealMultibinder entrySetBinder com.google.inject.Key valueKey public com.google.inject.binder.LinkedBindingBuilder addBinding (java.lang.Object) Object key public void configure (com.google.inject.Binder) com.google.inject.Binder binder com.google.inject.internal.RealMapBinder$RealProviderMapProvider providerMapProvider com.google.inject.Provider javaxProviderMapProvider com.google.inject.internal.RealMapBinder$RealMapProvider mapProvider com.google.inject.Key massagedEntrySetProviderKey public boolean equals (java.lang.Object) Object o public int hashCode () private static com.google.inject.internal.InternalProvisionException createNullValueException (java.lang.Object, com.google.inject.Binding) Object key com.google.inject.Binding binding static synthetic com.google.common.collect.ImmutableSet access$1200 () static synthetic com.google.inject.Key access$1500 (com.google.inject.Key) com.google.inject.Key x0 static synthetic com.google.inject.internal.InternalProvisionException access$1600 (java.lang.Object, com.google.inject.Binding) Object x0 com.google.inject.Binding x1 static void <clinit> () }
com/google/inject/internal/RealMultibinder$BaseFactory.class
RealMultibinder.java package com.google.inject.internal abstract com.google.inject.internal.RealMultibinder$BaseFactory extends com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory { final java.util.function.Function dependenciesFn final com.google.inject.internal.RealMultibinder$BindingSelection bindingSelection void <init> (com.google.inject.internal.RealMultibinder$BindingSelection, java.util.function.Function) com.google.inject.internal.RealMultibinder$BindingSelection bindingSelection java.util.function.Function dependenciesFn void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors abstract void doInitialize () public java.util.Set getDependencies () public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/internal/RealMultibinder$BindingSelection.class
RealMultibinder.java package com.google.inject.internal final com.google.inject.internal.RealMultibinder$BindingSelection extends java.lang.Object { private static final com.google.common.collect.ImmutableSet MODULE_DEPENDENCIES private final com.google.inject.TypeLiteral elementType private final com.google.inject.Key setKey private String setName private com.google.inject.Key collectionOfProvidersKey private com.google.inject.Key collectionOfJavaxProvidersKey private com.google.inject.Key setOfExtendsKey private com.google.inject.Key permitDuplicatesKey private boolean isInitialized private com.google.common.collect.ImmutableList bindings private com.google.common.collect.ImmutableSet dependencies private com.google.common.collect.ImmutableSet providerDependencies private boolean permitDuplicates private com.google.inject.internal.SingleParameterInjector[] parameterinjectors void <init> (com.google.inject.Key) com.google.inject.Key key void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.Key key com.google.inject.Binding binding com.google.inject.Binding entry com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors java.util.List bindings java.util.Set index com.google.inject.internal.Indexer indexer java.util.List dependencies java.util.List providerDependencies com.google.inject.internal.SingleParameterInjector[] typed boolean permitsDuplicates (com.google.inject.Injector) com.google.inject.Injector injector com.google.common.collect.ImmutableList getBindings () com.google.inject.internal.SingleParameterInjector[] getParameterInjectors () com.google.common.collect.ImmutableSet getDependencies () com.google.common.collect.ImmutableSet getProviderDependencies () java.lang.String getSetName () com.google.inject.Key getPermitDuplicatesKey () com.google.inject.Key local com.google.inject.Key getCollectionOfProvidersKey () com.google.inject.Key local com.google.inject.Key getCollectionOfJavaxProvidersKey () com.google.inject.Key local com.google.inject.Key getSetOfExtendsKey () com.google.inject.Key local boolean isInitialized () com.google.inject.TypeLiteral getElementTypeLiteral () com.google.inject.Key getSetKey () java.util.List getElements () boolean permitsDuplicates () boolean containsElement (com.google.inject.spi.Element) com.google.inject.Binding binding com.google.inject.spi.Element element private boolean keyMatches (com.google.inject.Key) com.google.inject.Key key public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.String toString () static void <clinit> () }
com/google/inject/internal/RealMultibinder$ExtensionRealMultibinderProvider.class
RealMultibinder.java package com.google.inject.internal final com.google.inject.internal.RealMultibinder$ExtensionRealMultibinderProvider extends com.google.inject.internal.RealMultibinder$BaseFactory implements com.google.inject.spi.ProviderWithExtensionVisitor com.google.inject.multibindings.MultibinderBinding { final com.google.inject.internal.RealMultibinder$RealMultibinderProvider delegate void <init> (com.google.inject.internal.RealMultibinder$RealMultibinderProvider) com.google.inject.internal.RealMultibinder$RealMultibinderProvider delegate protected void doInitialize () protected com.google.common.collect.ImmutableSet doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency public java.lang.Object acceptExtensionVisitor (com.google.inject.spi.BindingTargetVisitor, com.google.inject.spi.ProviderInstanceBinding) com.google.inject.spi.BindingTargetVisitor visitor com.google.inject.spi.ProviderInstanceBinding binding public com.google.inject.Key getSetKey () public com.google.common.collect.ImmutableSet getAlternateSetKeys () public com.google.inject.TypeLiteral getElementTypeLiteral () public java.util.List getElements () public boolean permitsDuplicates () public boolean containsElement (com.google.inject.spi.Element) com.google.inject.spi.Element element protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException public volatile synthetic java.util.Set getAlternateSetKeys () private static synthetic com.google.common.collect.ImmutableSet lambda$new$0 (com.google.inject.internal.RealMultibinder$BindingSelection) com.google.inject.internal.RealMultibinder$BindingSelection bs }
com/google/inject/internal/RealMultibinder$PermitDuplicatesModule.class
RealMultibinder.java package com.google.inject.internal com.google.inject.internal.RealMultibinder$PermitDuplicatesModule extends com.google.inject.AbstractModule { private final com.google.inject.Key key void <init> (com.google.inject.Key) com.google.inject.Key key protected void configure () public boolean equals (java.lang.Object) Object o public int hashCode () }
com/google/inject/internal/RealMultibinder$RealMultibinderCollectionOfProvidersProvider.class
RealMultibinder.java package com.google.inject.internal final com.google.inject.internal.RealMultibinder$RealMultibinderCollectionOfProvidersProvider extends com.google.inject.internal.RealMultibinder$BaseFactory { com.google.common.collect.ImmutableList providers void <init> (com.google.inject.internal.RealMultibinder$BindingSelection) com.google.inject.internal.RealMultibinder$BindingSelection bindingSelection protected void doInitialize () com.google.inject.Binding binding com.google.common.collect.ImmutableList$Builder providers protected com.google.common.collect.ImmutableList doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException private static synthetic com.google.common.collect.ImmutableSet lambda$new$0 (com.google.inject.internal.RealMultibinder$BindingSelection) com.google.inject.internal.RealMultibinder$BindingSelection bs }
com/google/inject/internal/RealMultibinder$RealMultibinderProvider.class
RealMultibinder.java package com.google.inject.internal final com.google.inject.internal.RealMultibinder$RealMultibinderProvider extends com.google.inject.internal.RealMultibinder$BaseFactory { java.util.List bindings com.google.inject.internal.SingleParameterInjector[] injectors boolean permitDuplicates void <init> (com.google.inject.internal.RealMultibinder$BindingSelection) com.google.inject.internal.RealMultibinder$BindingSelection bindingSelection protected void doInitialize () protected com.google.common.collect.ImmutableSet doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.SingleParameterInjector parameterInjector Object newValue int i com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency com.google.inject.internal.SingleParameterInjector[] localInjectors Object[] values com.google.common.collect.ImmutableSet set private com.google.inject.internal.InternalProvisionException newNullEntryException (int) int i private com.google.inject.internal.InternalProvisionException newDuplicateValuesException (java.lang.Object[]) Object[] values com.google.inject.spi.Message message protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException private static synthetic com.google.common.collect.ImmutableSet lambda$new$0 (com.google.inject.internal.RealMultibinder$BindingSelection) com.google.inject.internal.RealMultibinder$BindingSelection bs }
com/google/inject/internal/RealMultibinder.class
RealMultibinder.java package com.google.inject.internal public final com.google.inject.internal.RealMultibinder extends java.lang.Object implements com.google.inject.Module { private final com.google.inject.internal.RealMultibinder$BindingSelection bindingSelection private final com.google.inject.Binder binder public static com.google.inject.internal.RealMultibinder newRealSetBinder (com.google.inject.Binder, com.google.inject.Key) com.google.inject.Binder binder com.google.inject.Key key com.google.inject.internal.RealMultibinder result static com.google.inject.TypeLiteral setOf (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral elementType java.lang.reflect.Type type static com.google.inject.TypeLiteral collectionOfProvidersOf (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral elementType java.lang.reflect.Type providerType java.lang.reflect.Type type static com.google.inject.TypeLiteral collectionOfJavaxProvidersOf (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral elementType java.lang.reflect.Type providerType java.lang.reflect.Type type static com.google.inject.TypeLiteral setOfExtendsOf (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral elementType java.lang.reflect.Type extendsType java.lang.reflect.Type setOfExtendsType void <init> (com.google.inject.Binder, com.google.inject.Key) com.google.inject.Binder binder com.google.inject.Key key public void configure (com.google.inject.Binder) com.google.inject.Binder binder com.google.inject.internal.RealMultibinder$RealMultibinderProvider setProvider com.google.inject.Provider collectionOfProvidersProvider com.google.inject.Provider javaxProvider public void permitDuplicates () com.google.inject.Key getKeyForNewItem () public com.google.inject.binder.LinkedBindingBuilder addBinding () com.google.inject.Key getSetKey () com.google.inject.TypeLiteral getElementTypeLiteral () java.lang.String getSetName () boolean permitsDuplicates (com.google.inject.Injector) com.google.inject.Injector injector boolean containsElement (com.google.inject.spi.Element) com.google.inject.spi.Element element public boolean equals (java.lang.Object) Object o public int hashCode () }
com/google/inject/internal/RealOptionalBinder$Actual.class
RealOptionalBinder.java package com.google.inject.internal abstract annotation com.google.inject.internal.RealOptionalBinder$Actual extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/inject/internal/RealOptionalBinder$ActualImpl.class
RealOptionalBinder.java package com.google.inject.internal com.google.inject.internal.RealOptionalBinder$ActualImpl extends com.google.inject.internal.RealOptionalBinder$BaseAnnotation implements com.google.inject.internal.RealOptionalBinder$Actual { public void <init> (java.lang.String) String value }
com/google/inject/internal/RealOptionalBinder$BaseAnnotation.class
RealOptionalBinder.java package com.google.inject.internal abstract com.google.inject.internal.RealOptionalBinder$BaseAnnotation extends java.lang.Object implements java.io.Serializable java.lang.annotation.Annotation { private final String value private final Class clazz private static final long serialVersionUID void <init> (java.lang.Class, java.lang.String) Class clazz String value public java.lang.String value () public int hashCode () public boolean equals (java.lang.Object) com.google.inject.internal.RealOptionalBinder$Actual other com.google.inject.internal.RealOptionalBinder$Default other Object o public java.lang.String toString () public java.lang.Class annotationType () }
com/google/inject/internal/RealOptionalBinder$BindingSelection.class
RealOptionalBinder.java package com.google.inject.internal final com.google.inject.internal.RealOptionalBinder$BindingSelection extends java.lang.Object { private static final com.google.common.collect.ImmutableSet MODULE_DEPENDENCIES com.google.inject.internal.BindingImpl actualBinding com.google.inject.internal.BindingImpl defaultBinding com.google.inject.internal.BindingImpl binding private boolean initialized private final com.google.inject.Key key private com.google.common.collect.ImmutableSet dependencies private com.google.common.collect.ImmutableSet providerDependencies private String bindingName private com.google.inject.Key defaultBindingKey private com.google.inject.Key actualBindingKey void <init> (com.google.inject.Key) com.google.inject.Key key void checkNotInitialized () void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors com.google.inject.internal.BindingImpl userBinding private void checkBindingIsNotRecursive (com.google.inject.internal.Errors) com.google.inject.internal.LinkedBindingImpl linkedBindingImpl com.google.inject.internal.Errors errors com.google.inject.Key getKeyForDefaultBinding () com.google.inject.Key getKeyForActualBinding () com.google.inject.Key getDirectKey () private java.lang.String getBindingName () com.google.inject.internal.BindingImpl getBinding () com.google.inject.internal.BindingImpl getDefaultBinding () com.google.inject.internal.BindingImpl getActualBinding () com.google.common.collect.ImmutableSet providerDependencies () com.google.common.collect.ImmutableSet dependencies () com.google.inject.spi.Dependency getDependency () boolean containsElement (com.google.inject.spi.Element) javax.inject.Provider providerInstance com.google.inject.Key elementKey com.google.inject.spi.Element element public boolean equals (java.lang.Object) Object o public int hashCode () static synthetic com.google.common.collect.ImmutableSet access$000 (com.google.inject.internal.RealOptionalBinder$BindingSelection) com.google.inject.internal.RealOptionalBinder$BindingSelection x0 static void <clinit> () }
com/google/inject/internal/RealOptionalBinder$Default.class
RealOptionalBinder.java package com.google.inject.internal abstract annotation com.google.inject.internal.RealOptionalBinder$Default extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/inject/internal/RealOptionalBinder$DefaultImpl.class
RealOptionalBinder.java package com.google.inject.internal com.google.inject.internal.RealOptionalBinder$DefaultImpl extends com.google.inject.internal.RealOptionalBinder$BaseAnnotation implements com.google.inject.internal.RealOptionalBinder$Default { public void <init> (java.lang.String) String value }
com/google/inject/internal/RealOptionalBinder$JavaOptionalProvider.class
RealOptionalBinder.java package com.google.inject.internal final com.google.inject.internal.RealOptionalBinder$JavaOptionalProvider extends com.google.inject.internal.RealOptionalBinder$RealOptionalBinderProviderWithDependencies implements com.google.inject.spi.ProviderWithExtensionVisitor com.google.inject.multibindings.OptionalBinderBinding { private final com.google.inject.Key optionalKey private com.google.inject.spi.Dependency targetDependency private com.google.inject.internal.InternalFactory target void <init> (com.google.inject.internal.RealOptionalBinder$BindingSelection, com.google.inject.Key) com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection com.google.inject.Key optionalKey void doInitialize () protected java.util.Optional doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException Object result com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency currentDependency com.google.inject.internal.InternalFactory local com.google.inject.spi.Dependency localDependency Object result public java.util.Set getDependencies () public java.lang.Object acceptExtensionVisitor (com.google.inject.spi.BindingTargetVisitor, com.google.inject.spi.ProviderInstanceBinding) com.google.inject.spi.BindingTargetVisitor visitor com.google.inject.spi.ProviderInstanceBinding binding public boolean containsElement (com.google.inject.spi.Element) com.google.inject.spi.Element element public com.google.inject.Binding getActualBinding () public com.google.inject.Binding getDefaultBinding () public com.google.inject.Key getKey () public java.util.Set getAlternateKeys () com.google.inject.Key key com.google.inject.TypeLiteral typeLiteral protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/RealOptionalBinder$JavaOptionalProviderProvider.class
RealOptionalBinder.java package com.google.inject.internal final com.google.inject.internal.RealOptionalBinder$JavaOptionalProviderProvider extends com.google.inject.internal.RealOptionalBinder$RealOptionalBinderProviderWithDependencies { private java.util.Optional value void <init> (com.google.inject.internal.RealOptionalBinder$BindingSelection) com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection void doInitialize () protected java.util.Optional doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency public java.util.Set getDependencies () protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/RealOptionalBinder$RealDirectTypeProvider.class
RealOptionalBinder.java package com.google.inject.internal final com.google.inject.internal.RealOptionalBinder$RealDirectTypeProvider extends com.google.inject.internal.RealOptionalBinder$RealOptionalBinderProviderWithDependencies { private com.google.inject.Key targetKey private com.google.inject.internal.InternalFactory targetFactory void <init> (com.google.inject.internal.RealOptionalBinder$BindingSelection) com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection void doInitialize () com.google.inject.internal.BindingImpl targetBinding protected java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency public java.util.Set getDependencies () }
com/google/inject/internal/RealOptionalBinder$RealOptionalBinderProviderWithDependencies.class
RealOptionalBinder.java package com.google.inject.internal abstract com.google.inject.internal.RealOptionalBinder$RealOptionalBinderProviderWithDependencies extends com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory { protected final com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection void <init> (com.google.inject.internal.RealOptionalBinder$BindingSelection) com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection final void initialize (com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors abstract void doInitialize () public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/internal/RealOptionalBinder$RealOptionalKeyProvider.class
RealOptionalBinder.java package com.google.inject.internal final com.google.inject.internal.RealOptionalBinder$RealOptionalKeyProvider extends com.google.inject.internal.RealOptionalBinder$RealOptionalBinderProviderWithDependencies implements com.google.inject.spi.ProviderWithExtensionVisitor com.google.inject.multibindings.OptionalBinderBinding { private final com.google.inject.Key optionalKey private com.google.inject.spi.Dependency targetDependency private com.google.inject.internal.InternalFactory delegate void <init> (com.google.inject.internal.RealOptionalBinder$BindingSelection, com.google.inject.Key) com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection com.google.inject.Key optionalKey void doInitialize () protected com.google.common.base.Optional doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException Object result com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency currentDependency com.google.inject.internal.InternalFactory local com.google.inject.spi.Dependency localDependency Object result public java.util.Set getDependencies () public java.lang.Object acceptExtensionVisitor (com.google.inject.spi.BindingTargetVisitor, com.google.inject.spi.ProviderInstanceBinding) com.google.inject.spi.BindingTargetVisitor visitor com.google.inject.spi.ProviderInstanceBinding binding public com.google.inject.Key getKey () public java.util.Set getAlternateKeys () com.google.inject.Key key com.google.inject.TypeLiteral typeLiteral public com.google.inject.Binding getActualBinding () public com.google.inject.Binding getDefaultBinding () public boolean containsElement (com.google.inject.spi.Element) com.google.inject.spi.Element element protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/RealOptionalBinder$RealOptionalProviderProvider.class
RealOptionalBinder.java package com.google.inject.internal final com.google.inject.internal.RealOptionalBinder$RealOptionalProviderProvider extends com.google.inject.internal.RealOptionalBinder$RealOptionalBinderProviderWithDependencies { private com.google.common.base.Optional value void <init> (com.google.inject.internal.RealOptionalBinder$BindingSelection) com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection void doInitialize () protected com.google.common.base.Optional doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency public java.util.Set getDependencies () protected volatile synthetic java.lang.Object doProvision (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency) throws com.google.inject.internal.InternalProvisionException }
com/google/inject/internal/RealOptionalBinder$Source.class
RealOptionalBinder.java package com.google.inject.internal final enum com.google.inject.internal.RealOptionalBinder$Source extends java.lang.Enum { public static final enum com.google.inject.internal.RealOptionalBinder$Source DEFAULT public static final enum com.google.inject.internal.RealOptionalBinder$Source ACTUAL private static final synthetic com.google.inject.internal.RealOptionalBinder$Source[] $VALUES public static com.google.inject.internal.RealOptionalBinder$Source[] values () public static com.google.inject.internal.RealOptionalBinder$Source valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/internal/RealOptionalBinder.class
RealOptionalBinder.java package com.google.inject.internal public final com.google.inject.internal.RealOptionalBinder extends java.lang.Object implements com.google.inject.Module { private final com.google.inject.internal.RealOptionalBinder$BindingSelection bindingSelection private final com.google.inject.Binder binder public static com.google.inject.internal.RealOptionalBinder newRealOptionalBinder (com.google.inject.Binder, com.google.inject.Key) com.google.inject.Binder binder com.google.inject.Key type com.google.inject.internal.RealOptionalBinder optionalBinder static com.google.inject.TypeLiteral optionalOf (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type static com.google.inject.TypeLiteral javaOptionalOf (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type static com.google.inject.TypeLiteral optionalOfJavaxProvider (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type static com.google.inject.TypeLiteral javaOptionalOfJavaxProvider (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type static com.google.inject.TypeLiteral optionalOfProvider (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type static com.google.inject.TypeLiteral javaOptionalOfProvider (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type static com.google.inject.Key providerOf (com.google.inject.Key) com.google.inject.Key key java.lang.reflect.Type providerT private void <init> (com.google.inject.Binder, com.google.inject.Key) com.google.inject.Binder binder com.google.inject.Key typeKey private void addDirectTypeBinding (com.google.inject.Binder) com.google.inject.Binder binder com.google.inject.Key getKeyForDefaultBinding () public com.google.inject.binder.LinkedBindingBuilder setDefault () com.google.inject.Key getKeyForActualBinding () public com.google.inject.binder.LinkedBindingBuilder setBinding () public void configure (com.google.inject.Binder) com.google.inject.Binder binder com.google.inject.Key key com.google.inject.TypeLiteral typeLiteral com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory optionalProviderFactory com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory javaOptionalProviderFactory com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory optionalJavaxProviderFactory com.google.inject.internal.InternalProviderInstanceBindingImpl$Factory javaOptionalJavaxProviderFactory com.google.inject.Key optionalKey com.google.inject.Key javaOptionalKey public boolean equals (java.lang.Object) Object o public int hashCode () }
com/google/inject/internal/ScopeBindingProcessor.class
ScopeBindingProcessor.java package com.google.inject.internal final com.google.inject.internal.ScopeBindingProcessor extends com.google.inject.internal.AbstractProcessor { void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors public java.lang.Boolean visit (com.google.inject.spi.ScopeBinding) com.google.inject.spi.ScopeBinding command com.google.inject.Scope scope Class annotationType com.google.inject.spi.ScopeBinding existing public volatile synthetic java.lang.Object visit (com.google.inject.spi.ScopeBinding) }
com/google/inject/internal/ScopeNotFoundError.class
ScopeNotFoundError.java package com.google.inject.internal final com.google.inject.internal.ScopeNotFoundError extends com.google.inject.internal.InternalErrorDetail { private final Class scopeAnnotation void <init> (java.lang.Class, java.util.List) Class scopeAnnotation java.util.List sources public boolean isMergeable (com.google.inject.spi.ErrorDetail) com.google.inject.spi.ErrorDetail other protected void formatDetail (java.util.List, java.util.Formatter) java.util.List sources java.util.List mergeableErrors java.util.Formatter formatter java.util.List sourcesSet int sourceListIndex public com.google.inject.internal.ScopeNotFoundError withSources (java.util.List) java.util.List newSources public volatile synthetic com.google.inject.spi.ErrorDetail withSources (java.util.List) }
com/google/inject/internal/Scoping$1.class
Scoping.java package com.google.inject.internal com.google.inject.internal.Scoping$1 extends com.google.inject.internal.Scoping { void <init> () public java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor public com.google.inject.Scope getScopeInstance () public java.lang.String toString () public void applyTo (com.google.inject.binder.ScopedBindingBuilder) com.google.inject.binder.ScopedBindingBuilder scopedBindingBuilder }
com/google/inject/internal/Scoping$2.class
Scoping.java package com.google.inject.internal com.google.inject.internal.Scoping$2 extends com.google.inject.internal.Scoping { void <init> () public java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor public com.google.inject.Scope getScopeInstance () public java.lang.String toString () public void applyTo (com.google.inject.binder.ScopedBindingBuilder) com.google.inject.binder.ScopedBindingBuilder scopedBindingBuilder }
com/google/inject/internal/Scoping$3.class
Scoping.java package com.google.inject.internal com.google.inject.internal.Scoping$3 extends com.google.inject.internal.Scoping { void <init> () public java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor public java.lang.Class getScopeAnnotation () public java.lang.String toString () public void applyTo (com.google.inject.binder.ScopedBindingBuilder) com.google.inject.binder.ScopedBindingBuilder scopedBindingBuilder }
com/google/inject/internal/Scoping$4.class
Scoping.java package com.google.inject.internal com.google.inject.internal.Scoping$4 extends com.google.inject.internal.Scoping { void <init> () public java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor public com.google.inject.Scope getScopeInstance () public java.lang.String toString () public void applyTo (com.google.inject.binder.ScopedBindingBuilder) com.google.inject.binder.ScopedBindingBuilder scopedBindingBuilder }
com/google/inject/internal/Scoping$5.class
Scoping.java package com.google.inject.internal com.google.inject.internal.Scoping$5 extends com.google.inject.internal.Scoping { void <init> () public java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor public com.google.inject.Scope getScopeInstance () public java.lang.String toString () public void applyTo (com.google.inject.binder.ScopedBindingBuilder) com.google.inject.binder.ScopedBindingBuilder scopedBindingBuilder }
com/google/inject/internal/Scoping$6.class
Scoping.java package com.google.inject.internal com.google.inject.internal.Scoping$6 extends com.google.inject.internal.Scoping { final synthetic Class val$scopingAnnotation void <init> (java.lang.Class) public java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor public java.lang.Class getScopeAnnotation () public java.lang.String toString () public void applyTo (com.google.inject.binder.ScopedBindingBuilder) com.google.inject.binder.ScopedBindingBuilder scopedBindingBuilder }
com/google/inject/internal/Scoping$7.class
Scoping.java package com.google.inject.internal com.google.inject.internal.Scoping$7 extends com.google.inject.internal.Scoping { final synthetic com.google.inject.Scope val$scope void <init> (com.google.inject.Scope) public java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) com.google.inject.spi.BindingScopingVisitor visitor public com.google.inject.Scope getScopeInstance () public java.lang.String toString () public void applyTo (com.google.inject.binder.ScopedBindingBuilder) com.google.inject.binder.ScopedBindingBuilder scopedBindingBuilder }
com/google/inject/internal/Scoping.class
Scoping.java package com.google.inject.internal public abstract com.google.inject.internal.Scoping extends java.lang.Object { public static final com.google.inject.internal.Scoping UNSCOPED private static final com.google.inject.internal.Scoping EXPLICITLY_UNSCOPED public static final com.google.inject.internal.Scoping SINGLETON_ANNOTATION public static final com.google.inject.internal.Scoping SINGLETON_INSTANCE public static final com.google.inject.internal.Scoping EAGER_SINGLETON public static com.google.inject.internal.Scoping forAnnotation (java.lang.Class) Class scopingAnnotation public static com.google.inject.internal.Scoping forInstance (com.google.inject.Scope) com.google.inject.Scope scope public boolean isExplicitlyScoped () public boolean isNoScope () public boolean isEagerSingleton (com.google.inject.Stage) com.google.inject.Stage stage public com.google.inject.Scope getScopeInstance () public java.lang.Class getScopeAnnotation () public boolean equals (java.lang.Object) com.google.inject.internal.Scoping o Object obj public int hashCode () public abstract java.lang.Object acceptVisitor (com.google.inject.spi.BindingScopingVisitor) public abstract void applyTo (com.google.inject.binder.ScopedBindingBuilder) private void <init> () static com.google.inject.internal.InternalFactory scope (com.google.inject.Key, com.google.inject.internal.InjectorImpl, com.google.inject.internal.InternalFactory, java.lang.Object, com.google.inject.internal.Scoping) com.google.inject.Key key com.google.inject.internal.InjectorImpl injector com.google.inject.internal.InternalFactory creator Object source com.google.inject.internal.Scoping scoping com.google.inject.Scope scope com.google.inject.Provider scoped static com.google.inject.internal.Scoping makeInjectable (com.google.inject.internal.Scoping, com.google.inject.internal.InjectorImpl, com.google.inject.internal.Errors) com.google.inject.internal.Scoping scoping com.google.inject.internal.InjectorImpl injector com.google.inject.internal.Errors errors Class scopeAnnotation com.google.inject.spi.ScopeBinding scope synthetic void <init> (com.google.inject.internal.Scoping$1) com.google.inject.internal.Scoping$1 x0 static void <clinit> () }
com/google/inject/internal/SingleFieldInjector.class
SingleFieldInjector.java package com.google.inject.internal final com.google.inject.internal.SingleFieldInjector extends java.lang.Object implements com.google.inject.internal.SingleMemberInjector { final java.lang.reflect.Field field final com.google.inject.spi.InjectionPoint injectionPoint final com.google.inject.spi.Dependency dependency final com.google.inject.internal.BindingImpl binding public void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.spi.InjectionPoint, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.spi.InjectionPoint injectionPoint com.google.inject.internal.Errors errors public com.google.inject.spi.InjectionPoint getInjectionPoint () public void inject (com.google.inject.internal.InternalContext, java.lang.Object) throws com.google.inject.internal.InternalProvisionException Object value com.google.inject.internal.InternalProvisionException e IllegalAccessException e com.google.inject.internal.InternalContext context Object o }
com/google/inject/internal/SingleMemberInjector.class
SingleMemberInjector.java package com.google.inject.internal abstract com.google.inject.internal.SingleMemberInjector extends java.lang.Object { public abstract void inject (com.google.inject.internal.InternalContext, java.lang.Object) throws com.google.inject.internal.InternalProvisionException public abstract com.google.inject.spi.InjectionPoint getInjectionPoint () }
com/google/inject/internal/SingleMethodInjector$1.class
SingleMethodInjector.java package com.google.inject.internal com.google.inject.internal.SingleMethodInjector$1 extends java.lang.Object implements com.google.inject.internal.InjectorImpl$MethodInvoker { final synthetic java.util.function.BiFunction val$fastMethod final synthetic com.google.inject.internal.SingleMethodInjector this$0 void <init> (com.google.inject.internal.SingleMethodInjector, java.util.function.BiFunction) com.google.inject.internal.SingleMethodInjector this$0 public transient java.lang.Object invoke (java.lang.Object, java.lang.Object[]) throws java.lang.reflect.InvocationTargetException Throwable e Object target Object[] parameters }
com/google/inject/internal/SingleMethodInjector$2.class
SingleMethodInjector.java package com.google.inject.internal com.google.inject.internal.SingleMethodInjector$2 extends java.lang.Object implements com.google.inject.internal.InjectorImpl$MethodInvoker { final synthetic java.lang.reflect.Method val$method final synthetic com.google.inject.internal.SingleMethodInjector this$0 void <init> (com.google.inject.internal.SingleMethodInjector, java.lang.reflect.Method) com.google.inject.internal.SingleMethodInjector this$0 public transient java.lang.Object invoke (java.lang.Object, java.lang.Object[]) throws java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException Object target Object[] parameters }
com/google/inject/internal/SingleMethodInjector.class
SingleMethodInjector.java package com.google.inject.internal final com.google.inject.internal.SingleMethodInjector extends java.lang.Object implements com.google.inject.internal.SingleMemberInjector { private final com.google.inject.internal.InjectorImpl$MethodInvoker methodInvoker private final com.google.inject.internal.SingleParameterInjector[] parameterInjectors private final com.google.inject.spi.InjectionPoint injectionPoint void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.spi.InjectionPoint, com.google.inject.internal.Errors) throws com.google.inject.internal.ErrorsException com.google.inject.internal.InjectorImpl injector com.google.inject.spi.InjectionPoint injectionPoint com.google.inject.internal.Errors errors java.lang.reflect.Method method private com.google.inject.internal.InjectorImpl$MethodInvoker createMethodInvoker (java.lang.reflect.Method) java.util.function.BiFunction fastMethod java.lang.reflect.Method method int modifiers public com.google.inject.spi.InjectionPoint getInjectionPoint () public void inject (com.google.inject.internal.InternalContext, java.lang.Object) throws com.google.inject.internal.InternalProvisionException IllegalAccessException e Throwable cause java.lang.reflect.InvocationTargetException userException com.google.inject.internal.InternalContext context Object o Object[] parameters }
com/google/inject/internal/SingleParameterInjector.class
SingleParameterInjector.java package com.google.inject.internal final com.google.inject.internal.SingleParameterInjector extends java.lang.Object { private static final Object[] NO_ARGUMENTS private final com.google.inject.spi.Dependency dependency private final Object source private final com.google.inject.internal.InternalFactory factory void <init> (com.google.inject.spi.Dependency, com.google.inject.internal.BindingImpl) com.google.inject.spi.Dependency dependency com.google.inject.internal.BindingImpl binding java.lang.Object inject (com.google.inject.internal.InternalContext) throws com.google.inject.internal.InternalProvisionException com.google.inject.internal.InternalProvisionException ipe com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency localDependency static java.lang.Object[] getAll (com.google.inject.internal.InternalContext, com.google.inject.internal.SingleParameterInjector[]) throws com.google.inject.internal.InternalProvisionException int i com.google.inject.internal.InternalContext context com.google.inject.internal.SingleParameterInjector[] parameterInjectors int size Object[] parameters static void <clinit> () }
com/google/inject/internal/SingletonScope$1.class
SingletonScope.java package com.google.inject.internal com.google.inject.internal.SingletonScope$1 extends java.lang.Object implements com.google.inject.Provider { volatile Object instance final com.google.inject.internal.ConstructionContext constructionContext final com.google.inject.internal.CycleDetectingLock creationLock final com.google.inject.internal.InjectorImpl injector final synthetic com.google.inject.Key val$key final synthetic com.google.inject.Provider val$creator final synthetic com.google.inject.internal.SingletonScope this$0 void <init> (com.google.inject.internal.SingletonScope, com.google.inject.Key, com.google.inject.Provider) com.google.inject.internal.SingletonScope this$0 public java.lang.Object get () Object provided Object providedNotNull RuntimeException e Object proxy com.google.inject.spi.Message proxyCreationError com.google.inject.spi.Message cycleDependenciesMessage com.google.inject.internal.InternalProvisionException e com.google.inject.spi.Dependency dependency Class rawType com.google.inject.internal.InternalContext context com.google.common.collect.ListMultimap locksCycle Object initializedInstance Object initializedTypedInstance Object typedInitialIntance Object initialInstance private com.google.inject.spi.Message createCycleDependenciesMessage (com.google.common.collect.ListMultimap, com.google.inject.spi.Message) com.google.inject.Key lockedKey StackTraceElement traceElement java.util.List lockedKeys Thread lockedThread com.google.common.collect.ListMultimap locksCycle com.google.inject.spi.Message proxyCreationError StringBuilder sb java.util.Formatter fmt public java.lang.String toString () }
com/google/inject/internal/SingletonScope.class
SingletonScope.java package com.google.inject.internal public com.google.inject.internal.SingletonScope extends java.lang.Object implements com.google.inject.Scope { private static final Object NULL private static final com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory cycleDetectingLockFactory public void <init> () public com.google.inject.Provider scope (com.google.inject.Key, com.google.inject.Provider) com.google.inject.Key key com.google.inject.Provider creator public java.lang.String toString () static synthetic com.google.inject.internal.CycleDetectingLock$CycleDetectingLockFactory access$000 () static synthetic java.lang.Object access$100 () static void <clinit> () }
com/google/inject/internal/SourceFormatter.class
SourceFormatter.java package com.google.inject.internal final com.google.inject.internal.SourceFormatter extends java.lang.Object { static final String INDENT private final Object source private final java.util.Formatter formatter private final boolean omitPreposition private final String moduleStack void <init> (java.lang.Object, java.util.Formatter, boolean) com.google.inject.spi.ElementSource elementSource Object source java.util.Formatter formatter boolean omitPreposition void format () boolean appendModuleSource private java.lang.String preposition (java.lang.String) String prepostition private void formatDependency (com.google.inject.spi.Dependency) com.google.inject.spi.Dependency dependency com.google.inject.spi.InjectionPoint injectionPoint private void formatKey (com.google.inject.Key) com.google.inject.Key key private void formatMember (java.lang.reflect.Member) java.lang.reflect.Member member private void formatInjectionPoint (com.google.inject.spi.Dependency, com.google.inject.spi.InjectionPoint) com.google.inject.spi.Dependency dependency com.google.inject.spi.InjectionPoint injectionPoint java.lang.reflect.Member member Class memberType static java.lang.String getModuleStack (com.google.inject.spi.ElementSource) com.google.inject.spi.ElementSource elementSource java.util.List modules static java.lang.String getParameterName (com.google.inject.spi.Dependency) com.google.inject.spi.Dependency dependency int parameterIndex int ordinal java.lang.reflect.Member member java.lang.reflect.Parameter parameter String parameterName private static java.lang.String getOrdinalSuffix (int) int ordinal static void <clinit> () }
com/google/inject/internal/TypeConverterBindingProcessor$1.class
TypeConverterBindingProcessor.java package com.google.inject.internal com.google.inject.internal.TypeConverterBindingProcessor$1 extends java.lang.Object implements com.google.inject.spi.TypeConverter { void <init> () public java.lang.Object convert (java.lang.String, com.google.inject.TypeLiteral) String value com.google.inject.TypeLiteral toType public java.lang.String toString () }
com/google/inject/internal/TypeConverterBindingProcessor$2.class
TypeConverterBindingProcessor.java package com.google.inject.internal com.google.inject.internal.TypeConverterBindingProcessor$2 extends java.lang.Object implements com.google.inject.spi.TypeConverter { void <init> () public java.lang.Object convert (java.lang.String, com.google.inject.TypeLiteral) String value com.google.inject.TypeLiteral toType public java.lang.String toString () }
com/google/inject/internal/TypeConverterBindingProcessor$3.class
TypeConverterBindingProcessor.java package com.google.inject.internal com.google.inject.internal.TypeConverterBindingProcessor$3 extends com.google.inject.matcher.AbstractMatcher { void <init> () public boolean matches (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral public java.lang.String toString () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/internal/TypeConverterBindingProcessor$4.class
TypeConverterBindingProcessor.java package com.google.inject.internal com.google.inject.internal.TypeConverterBindingProcessor$4 extends java.lang.Object implements com.google.inject.spi.TypeConverter { void <init> () public java.lang.Object convert (java.lang.String, com.google.inject.TypeLiteral) ClassNotFoundException e String value com.google.inject.TypeLiteral toType public java.lang.String toString () }
com/google/inject/internal/TypeConverterBindingProcessor$5.class
TypeConverterBindingProcessor.java package com.google.inject.internal com.google.inject.internal.TypeConverterBindingProcessor$5 extends java.lang.Object implements com.google.inject.spi.TypeConverter { final synthetic java.lang.reflect.Method val$parser final synthetic Class val$wrapperType void <init> (java.lang.reflect.Method, java.lang.Class) public java.lang.Object convert (java.lang.String, com.google.inject.TypeLiteral) IllegalAccessException e java.lang.reflect.InvocationTargetException e String value com.google.inject.TypeLiteral toType public java.lang.String toString () }
com/google/inject/internal/TypeConverterBindingProcessor$6.class
TypeConverterBindingProcessor.java package com.google.inject.internal com.google.inject.internal.TypeConverterBindingProcessor$6 extends com.google.inject.matcher.AbstractMatcher { final synthetic com.google.inject.matcher.Matcher val$typeMatcher void <init> (com.google.inject.matcher.Matcher) public boolean matches (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral java.lang.reflect.Type type Class clazz public java.lang.String toString () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/internal/TypeConverterBindingProcessor.class
TypeConverterBindingProcessor.java package com.google.inject.internal final com.google.inject.internal.TypeConverterBindingProcessor extends com.google.inject.internal.AbstractProcessor { void <init> (com.google.inject.internal.Errors) com.google.inject.internal.Errors errors static void prepareBuiltInConverters (com.google.inject.internal.InjectorImpl) com.google.inject.internal.InjectorImpl injector private static void convertToPrimitiveType (com.google.inject.internal.InjectorImpl, java.lang.Class, java.lang.Class) java.lang.reflect.Method parser com.google.inject.spi.TypeConverter typeConverter NoSuchMethodException e com.google.inject.internal.InjectorImpl injector Class primitiveType Class wrapperType private static void convertToClass (com.google.inject.internal.InjectorImpl, java.lang.Class, com.google.inject.spi.TypeConverter) com.google.inject.internal.InjectorImpl injector Class type com.google.inject.spi.TypeConverter converter private static void convertToClasses (com.google.inject.internal.InjectorImpl, com.google.inject.matcher.Matcher, com.google.inject.spi.TypeConverter) com.google.inject.internal.InjectorImpl injector com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeConverter converter private static void internalConvertToTypes (com.google.inject.internal.InjectorImpl, com.google.inject.matcher.Matcher, com.google.inject.spi.TypeConverter) com.google.inject.internal.InjectorImpl injector com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeConverter converter public java.lang.Boolean visit (com.google.inject.spi.TypeConverterBinding) com.google.inject.spi.TypeConverterBinding command private static java.lang.String capitalize (java.lang.String) String s char first char capitalized public volatile synthetic java.lang.Object visit (com.google.inject.spi.TypeConverterBinding) }
com/google/inject/internal/UniqueAnnotations$1.class
UniqueAnnotations.java package com.google.inject.internal com.google.inject.internal.UniqueAnnotations$1 extends java.lang.Object implements com.google.inject.internal.UniqueAnnotations$Internal { final synthetic int val$value void <init> (int) public int value () public java.lang.Class annotationType () public java.lang.String toString () public boolean equals (java.lang.Object) Object o public int hashCode () }
com/google/inject/internal/UniqueAnnotations$Internal.class
UniqueAnnotations.java package com.google.inject.internal abstract annotation com.google.inject.internal.UniqueAnnotations$Internal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
com/google/inject/internal/UniqueAnnotations.class
UniqueAnnotations.java package com.google.inject.internal public com.google.inject.internal.UniqueAnnotations extends java.lang.Object { private static final java.util.concurrent.atomic.AtomicInteger nextUniqueValue private void <init> () public static java.lang.annotation.Annotation create () static java.lang.annotation.Annotation create (int) int value static void <clinit> () }
com/google/inject/internal/UntargettedBindingImpl$1.class
UntargettedBindingImpl.java package com.google.inject.internal com.google.inject.internal.UntargettedBindingImpl$1 extends java.lang.Object implements com.google.inject.internal.InternalFactory { void <init> () public java.lang.Object get (com.google.inject.internal.InternalContext, com.google.inject.spi.Dependency, boolean) com.google.inject.internal.InternalContext context com.google.inject.spi.Dependency dependency boolean linked }
com/google/inject/internal/UntargettedBindingImpl.class
UntargettedBindingImpl.java package com.google.inject.internal final com.google.inject.internal.UntargettedBindingImpl extends com.google.inject.internal.BindingImpl implements com.google.inject.spi.UntargettedBinding { void <init> (com.google.inject.internal.InjectorImpl, com.google.inject.Key, java.lang.Object) com.google.inject.internal.InjectorImpl injector com.google.inject.Key key Object source public void <init> (java.lang.Object, com.google.inject.Key, com.google.inject.internal.Scoping) Object source com.google.inject.Key key com.google.inject.internal.Scoping scoping public java.lang.Object acceptTargetVisitor (com.google.inject.spi.BindingTargetVisitor) com.google.inject.spi.BindingTargetVisitor visitor public com.google.inject.internal.BindingImpl withScoping (com.google.inject.internal.Scoping) com.google.inject.internal.Scoping scoping public com.google.inject.internal.BindingImpl withKey (com.google.inject.Key) com.google.inject.Key key public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () public boolean equals (java.lang.Object) com.google.inject.internal.UntargettedBindingImpl o Object obj public int hashCode () }
com/google/inject/internal/UntargettedBindingProcessor$1.class
UntargettedBindingProcessor.java package com.google.inject.internal com.google.inject.internal.UntargettedBindingProcessor$1 extends com.google.inject.internal.AbstractBindingProcessor$Processor { final synthetic com.google.inject.internal.UntargettedBindingProcessor this$0 void <init> (com.google.inject.internal.UntargettedBindingProcessor, com.google.inject.internal.BindingImpl) com.google.inject.internal.UntargettedBindingProcessor this$0 com.google.inject.internal.BindingImpl binding public java.lang.Boolean visit (com.google.inject.spi.UntargettedBinding) com.google.inject.internal.BindingImpl binding com.google.inject.internal.ErrorsException e com.google.inject.spi.UntargettedBinding untargetted protected java.lang.Boolean visitOther (com.google.inject.Binding) com.google.inject.Binding binding public volatile synthetic java.lang.Object visit (com.google.inject.spi.UntargettedBinding) protected volatile synthetic java.lang.Object visitOther (com.google.inject.Binding) }
com/google/inject/internal/UntargettedBindingProcessor.class
UntargettedBindingProcessor.java package com.google.inject.internal com.google.inject.internal.UntargettedBindingProcessor extends com.google.inject.internal.AbstractBindingProcessor { void <init> (com.google.inject.internal.Errors, com.google.inject.internal.ProcessedBindingData) com.google.inject.internal.Errors errors com.google.inject.internal.ProcessedBindingData processedBindingData public java.lang.Boolean visit (com.google.inject.Binding) com.google.inject.Binding binding public volatile synthetic java.lang.Object visit (com.google.inject.Binding) }
com/google/inject/internal/WeakKeySet$KeyAndSource.class
WeakKeySet.java package com.google.inject.internal final com.google.inject.internal.WeakKeySet$KeyAndSource extends java.lang.Object { final com.google.inject.Key key final Object source void <init> (com.google.inject.Key, java.lang.Object) com.google.inject.Key key Object source public int hashCode () public boolean equals (java.lang.Object) Object obj com.google.inject.internal.WeakKeySet$KeyAndSource other }
com/google/inject/internal/WeakKeySet.class
WeakKeySet.java package com.google.inject.internal final com.google.inject.internal.WeakKeySet extends java.lang.Object { private java.util.Map backingMap private final Object lock private final com.google.common.cache.Cache evictionCache private void cleanupOnRemoval (com.google.common.cache.RemovalNotification) com.google.common.collect.Multiset set com.google.inject.internal.WeakKeySet$KeyAndSource keyAndSource com.google.common.cache.RemovalNotification notification void <init> (java.lang.Object) Object lock public void add (com.google.inject.Key, com.google.inject.internal.InjectorBindingData, java.lang.Object) java.util.Set keyAndSources com.google.inject.Key key com.google.inject.internal.InjectorBindingData state Object source Object convertedSource public boolean contains (com.google.inject.Key) com.google.inject.Key key public java.util.Set getSources (com.google.inject.Key) com.google.inject.Key key com.google.common.collect.Multiset sources private static synthetic com.google.common.collect.Multiset lambda$add$0 (com.google.inject.Key) com.google.inject.Key k }
com/google/inject/internal/aop/
com/google/inject/internal/aop/AbstractGlueGenerator.class
AbstractGlueGenerator.java package com.google.inject.internal.aop abstract com.google.inject.internal.aop.AbstractGlueGenerator extends java.lang.Object { protected static final String GENERATED_SOURCE protected static final String TRAMPOLINE_NAME protected static final String TRAMPOLINE_DESCRIPTOR protected final Class hostClass protected final String hostName protected final String proxyName private static final java.util.concurrent.atomic.AtomicInteger COUNTER protected void <init> (java.lang.Class, java.lang.String) Class hostClass String marker private static java.lang.String proxyName (java.lang.String, java.lang.String, int) String hostName String marker int hash int id String proxyName public final java.util.function.Function glue (java.util.NavigableMap) byte[] bytecode Class glueClass java.lang.invoke.MethodHandle invokerTable Throwable e java.util.NavigableMap glueMap java.lang.invoke.MethodHandle invokerTable java.util.function.ToIntFunction signatureTable protected abstract byte[] generateGlue (java.util.Collection) protected abstract java.lang.invoke.MethodHandle lookupInvokerTable (java.lang.Class) throws java.lang.Throwable private static java.util.function.Function bindSignaturesToInvokers (java.util.function.ToIntFunction, java.lang.invoke.MethodHandle) java.util.function.ToIntFunction signatureTable java.lang.invoke.MethodHandle invokerTable private static java.lang.RuntimeException asIfUnchecked (java.lang.Throwable) throws java.lang.Throwable Throwable e protected final void generateTrampoline (com.google.inject.internal.asm.$ClassWriter, java.util.Collection) java.lang.reflect.Executable member com.google.inject.internal.asm.$ClassWriter cw java.util.Collection members com.google.inject.internal.asm.$MethodVisitor mv com.google.inject.internal.asm.$Label[] labels com.google.inject.internal.asm.$Label defaultLabel int labelIndex protected abstract void generateConstructorInvoker (com.google.inject.internal.asm.$MethodVisitor, java.lang.reflect.Constructor) protected abstract void generateMethodInvoker (com.google.inject.internal.asm.$MethodVisitor, java.lang.reflect.Method) private static synthetic com.google.inject.internal.asm.$Label lambda$generateTrampoline$3 (int) int i private static synthetic java.util.function.BiFunction lambda$bindSignaturesToInvokers$2 (java.util.function.ToIntFunction, java.lang.invoke.MethodHandle, java.lang.String) java.util.function.ToIntFunction signatureTable java.lang.invoke.MethodHandle invokerTable String signature int index private static synthetic java.lang.Object lambda$bindSignaturesToInvokers$1 (java.lang.invoke.MethodHandle, int, java.lang.Object, java.lang.Object[]) Throwable e java.lang.invoke.MethodHandle invokerTable int index Object instance Object[] arguments private static synthetic java.util.function.BiFunction lambda$bindSignaturesToInvokers$0 (java.lang.invoke.MethodHandle, java.util.function.ToIntFunction, java.lang.String) Throwable e java.lang.invoke.MethodHandle invokerTable java.util.function.ToIntFunction signatureTable String signature static void <clinit> () }
com/google/inject/internal/aop/AnonymousClassDefiner.class
AnonymousClassDefiner.java package com.google.inject.internal.aop final com.google.inject.internal.aop.AnonymousClassDefiner extends java.lang.Object implements com.google.inject.internal.aop.ClassDefiner { private static final Object THE_UNSAFE private static final java.lang.reflect.Method ANONYMOUS_DEFINE_METHOD void <init> () public java.lang.Class define (java.lang.Class, byte[]) throws java.lang.Exception Class hostClass byte[] bytecode static void <clinit> () Class unsafeType java.lang.reflect.Field theUnsafeField ReflectiveOperationException e }
com/google/inject/internal/aop/BytecodeTasks.class
BytecodeTasks.java package com.google.inject.internal.aop final com.google.inject.internal.aop.BytecodeTasks extends java.lang.Object { private void <init> () public static void pushInteger (com.google.inject.internal.asm.$MethodVisitor, int) com.google.inject.internal.asm.$MethodVisitor mv int value public static void packArguments (com.google.inject.internal.asm.$MethodVisitor, java.lang.Class[]) Class parameterType com.google.inject.internal.asm.$MethodVisitor mv Class[] parameterTypes int parameterIndex int slot public static void unpackArguments (com.google.inject.internal.asm.$MethodVisitor, java.lang.Class[]) Class parameterType com.google.inject.internal.asm.$MethodVisitor mv Class[] parameterTypes int parameterIndex public static int loadArgument (com.google.inject.internal.asm.$MethodVisitor, java.lang.Class, int) com.google.inject.internal.asm.$MethodVisitor mv Class parameterType int slot com.google.inject.internal.asm.$Type primitiveType public static void box (com.google.inject.internal.asm.$MethodVisitor, com.google.inject.internal.asm.$Type) String wrapper String descriptor String wrapper String descriptor String wrapper String descriptor String wrapper String descriptor String wrapper String descriptor String wrapper String descriptor String wrapper String descriptor String wrapper String descriptor com.google.inject.internal.asm.$MethodVisitor mv com.google.inject.internal.asm.$Type primitiveType String wrapper String descriptor public static void unbox (com.google.inject.internal.asm.$MethodVisitor, com.google.inject.internal.asm.$Type) String wrapper String method String descriptor String wrapper String method String descriptor String wrapper String method String descriptor String wrapper String method String descriptor String wrapper String method String descriptor String wrapper String method String descriptor String wrapper String method String descriptor String wrapper String method String descriptor com.google.inject.internal.asm.$MethodVisitor mv com.google.inject.internal.asm.$Type primitiveType String wrapper String method String descriptor }
com/google/inject/internal/aop/ChildClassDefiner$ChildLoader.class
ChildClassDefiner.java package com.google.inject.internal.aop final com.google.inject.internal.aop.ChildClassDefiner$ChildLoader extends java.lang.ClassLoader { void <init> (java.lang.ClassLoader) ClassLoader parent void <init> () java.lang.Class defineInChild (byte[]) byte[] bytecode Class type }
com/google/inject/internal/aop/ChildClassDefiner$ChildLoaderCacheHolder.class
ChildClassDefiner.java package com.google.inject.internal.aop com.google.inject.internal.aop.ChildClassDefiner$ChildLoaderCacheHolder extends java.lang.Object { static final com.google.common.cache.LoadingCache CHILD_LOADER_CACHE private void <init> () static void <clinit> () }
com/google/inject/internal/aop/ChildClassDefiner$SystemChildLoaderHolder.class
ChildClassDefiner.java package com.google.inject.internal.aop com.google.inject.internal.aop.ChildClassDefiner$SystemChildLoaderHolder extends java.lang.Object { static final com.google.inject.internal.aop.ChildClassDefiner$ChildLoader SYSTEM_CHILD_LOADER private void <init> () static void <clinit> () }
com/google/inject/internal/aop/ChildClassDefiner.class
ChildClassDefiner.java package com.google.inject.internal.aop final com.google.inject.internal.aop.ChildClassDefiner extends java.lang.Object implements com.google.inject.internal.aop.ClassDefiner { private static final java.util.logging.Logger logger void <init> () public java.lang.Class define (java.lang.Class, byte[]) throws java.lang.Exception Class hostClass byte[] bytecode ClassLoader hostLoader com.google.inject.internal.aop.ChildClassDefiner$ChildLoader childLoader static java.lang.Object doPrivileged (java.security.PrivilegedAction) java.security.PrivilegedAction action static com.google.inject.internal.aop.ChildClassDefiner$ChildLoader childLoader (java.lang.ClassLoader) ClassLoader hostLoader private static synthetic com.google.inject.internal.aop.ChildClassDefiner$ChildLoader lambda$childLoader$0 (java.lang.ClassLoader) ClassLoader hostLoader static void <clinit> () }
com/google/inject/internal/aop/ClassBuilding.class
ClassBuilding.java package com.google.inject.internal.aop public final com.google.inject.internal.aop.ClassBuilding extends java.lang.Object { private static final java.lang.reflect.Method[] OVERRIDABLE_OBJECT_METHODS private void <init> () public static java.lang.String signature (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public static java.lang.String signature (java.lang.reflect.Method) java.lang.reflect.Method method private static java.lang.String signature (java.lang.String, java.lang.Class[]) Class type String name Class[] parameterTypes StringBuilder signature public static boolean canEnhance (java.lang.reflect.Executable) java.lang.reflect.Executable member public static com.google.inject.internal.BytecodeGen$EnhancerBuilder buildEnhancerBuilder (java.lang.Class) java.lang.reflect.Method method Object partition Class hostClass java.util.Map methodPartitions java.util.Map enhanceableMethods java.util.Map bridgeDelegates com.google.inject.TypeLiteral hostType private static void partitionMethod (java.lang.reflect.Method, java.util.Map) java.lang.reflect.Method method java.util.Map partitions String partitionKey private static java.lang.Object mergeMethods (java.lang.Object, java.lang.Object) Object existing Object added java.lang.reflect.Method newMethod private static void visitMethodHierarchy (java.lang.Class, java.util.function.Consumer) boolean samePackage Class clazz java.lang.reflect.Method method Class intf Class intf Class hostClass java.util.function.Consumer visitor java.util.Deque interfaceStack String hostPackage java.util.List interfaces private static void pushInterfaces (java.util.Deque, java.lang.Class[]) java.util.Deque interfaceStack Class[] interfaces private static boolean mergeInterface (java.util.List, java.lang.Class) Class existingInterface int i int len java.util.List interfaces Class candidate private static java.lang.String packageName (java.lang.String) String className private static java.lang.reflect.Method[] getOverridableObjectMethods () java.util.List objectMethods public static boolean canFastInvoke (java.lang.reflect.Executable) Class type java.lang.reflect.Executable member int modifiers boolean visible private static boolean isPublic (java.lang.Class) Class clazz public static java.util.function.Function buildFastClass (java.lang.Class) Class hostClass java.util.NavigableMap glueMap private static void visitFastConstructors (java.lang.Class, java.util.function.Consumer) java.lang.reflect.Constructor constructor Class hostClass java.util.function.Consumer visitor private static void visitFastMethods (java.lang.Class, java.util.function.Consumer) java.lang.reflect.Method method Class hostClass java.util.function.Consumer visitor static void visitMembers (java.lang.reflect.Executable[], boolean, java.util.function.Consumer) java.lang.reflect.Executable member java.lang.reflect.Executable[] members boolean samePackage java.util.function.Consumer visitor private static boolean canAccess (java.lang.reflect.Executable, boolean) java.lang.reflect.Executable member boolean samePackage int modifiers private static synthetic void lambda$buildFastClass$4 (java.util.NavigableMap, java.lang.reflect.Method) java.util.NavigableMap glueMap java.lang.reflect.Method method private static synthetic void lambda$buildFastClass$3 (java.util.NavigableMap, java.lang.reflect.Constructor) java.util.NavigableMap glueMap java.lang.reflect.Constructor ctor private static synthetic void lambda$getOverridableObjectMethods$2 (java.util.List, java.lang.reflect.Method) java.util.List objectMethods java.lang.reflect.Method method private static synthetic void lambda$buildEnhancerBuilder$1 (java.util.Map, java.lang.reflect.Method) java.util.Map enhanceableMethods java.lang.reflect.Method method private static synthetic void lambda$buildEnhancerBuilder$0 (java.util.Map, java.lang.reflect.Method) java.util.Map methodPartitions java.lang.reflect.Method method static void <clinit> () }
com/google/inject/internal/aop/ClassDefiner.class
ClassDefiner.java package com.google.inject.internal.aop abstract com.google.inject.internal.aop.ClassDefiner extends java.lang.Object { public abstract java.lang.Class define (java.lang.Class, byte[]) throws java.lang.Exception }
com/google/inject/internal/aop/ClassDefining$ClassDefinerHolder.class
ClassDefining.java package com.google.inject.internal.aop com.google.inject.internal.aop.ClassDefining$ClassDefinerHolder extends java.lang.Object { static final com.google.inject.internal.aop.ClassDefiner INSTANCE static final boolean IS_UNSAFE private void <init> () static void <clinit> () }
com/google/inject/internal/aop/ClassDefining.class
ClassDefining.java package com.google.inject.internal.aop public final com.google.inject.internal.aop.ClassDefining extends java.lang.Object { private static final java.util.logging.Logger logger private static final String CLASS_DEFINING_UNSUPPORTED private void <init> () public static java.lang.Class define (java.lang.Class, byte[]) throws java.lang.Exception Class hostClass byte[] bytecode public static boolean hasPackageAccess () public static boolean canLoadProxyByName (java.lang.Class) Class hostClass public static boolean canDowncastToProxy (java.lang.Class) Class hostClass static com.google.inject.internal.aop.ClassDefiner bindClassDefiner () com.google.inject.internal.InternalFlags$CustomClassLoadingOption loadingOption private static synthetic java.lang.Class lambda$bindClassDefiner$0 (java.lang.Class, byte[]) throws java.lang.Exception Class hostClass byte[] bytecode static void <clinit> () }
com/google/inject/internal/aop/Enhancer.class
Enhancer.java package com.google.inject.internal.aop final com.google.inject.internal.aop.Enhancer extends com.google.inject.internal.aop.AbstractGlueGenerator { private static final String HANDLERS_NAME private static final String HANDLERS_DESCRIPTOR private static final String HANDLER_TYPE private static final String HANDLER_ARRAY_TYPE private static final String INVOKERS_NAME private static final String INVOKERS_DESCRIPTOR private static final String CALLBACK_DESCRIPTOR private static final String METAFACTORY_DESCRIPTOR private static final com.google.inject.internal.asm.$Type INDEX_TO_INVOKER_METHOD_TYPE private static final com.google.inject.internal.asm.$Type RAW_INVOKER_METHOD_TYPE private static final com.google.inject.internal.asm.$Type INVOKER_METHOD_TYPE private final java.util.Map bridgeDelegates private final String checkcastToProxy void <init> (java.lang.Class, java.util.Map) Class hostClass java.util.Map bridgeDelegates protected byte[] generateGlue (java.util.Collection) java.lang.reflect.Executable member java.lang.reflect.Method target java.lang.reflect.Method method java.util.Collection members com.google.inject.internal.asm.$ClassWriter cw java.util.Set remainingBridgeMethods int methodIndex private void setupInvokerTable (com.google.inject.internal.asm.$ClassWriter) com.google.inject.internal.asm.$ClassWriter cw com.google.inject.internal.asm.$MethodVisitor mv com.google.inject.internal.asm.$Handle trampolineHandle private void enhanceConstructor (com.google.inject.internal.asm.$ClassWriter, java.lang.reflect.Constructor) Class parameterType com.google.inject.internal.asm.$ClassWriter cw java.lang.reflect.Constructor constructor String descriptor String enhancedDescriptor com.google.inject.internal.asm.$MethodVisitor mv int slot private void enhanceMethod (com.google.inject.internal.asm.$ClassWriter, java.lang.reflect.Method, int) com.google.inject.internal.asm.$Type primitiveType com.google.inject.internal.asm.$ClassWriter cw java.lang.reflect.Method method int methodIndex com.google.inject.internal.asm.$MethodVisitor mv Class returnType protected void generateConstructorInvoker (com.google.inject.internal.asm.$MethodVisitor, java.lang.reflect.Constructor) com.google.inject.internal.asm.$MethodVisitor mv java.lang.reflect.Constructor constructor String descriptor String enhancedDescriptor protected void generateMethodInvoker (com.google.inject.internal.asm.$MethodVisitor, java.lang.reflect.Method) com.google.inject.internal.asm.$MethodVisitor mv java.lang.reflect.Method method java.lang.reflect.Method target int invokeOpcode Class returnType private void generateVirtualBridge (com.google.inject.internal.asm.$ClassWriter, java.lang.reflect.Method, java.lang.reflect.Method) Class parameterType int i int len com.google.inject.internal.asm.$ClassWriter cw java.lang.reflect.Method bridge java.lang.reflect.Method target com.google.inject.internal.asm.$MethodVisitor mv Class[] bridgeParameterTypes Class[] targetParameterTypes int slot com.google.inject.internal.asm.$Type returnType protected java.lang.invoke.MethodHandle lookupInvokerTable (java.lang.Class) throws java.lang.Throwable Class glueClass private static java.lang.String[] exceptionNames (java.lang.reflect.Executable) java.lang.reflect.Executable member Class[] exceptionClasses String[] exceptionNames private static synthetic java.lang.String lambda$exceptionNames$0 (java.lang.Class[], int) Class[] exceptionClasses int i static void <clinit> () }
com/google/inject/internal/aop/EnhancerBuilderImpl$1.class
EnhancerBuilderImpl.java package com.google.inject.internal.aop com.google.inject.internal.aop.EnhancerBuilderImpl$1 extends java.lang.ClassValue { void <init> () protected java.util.Map computeValue (java.lang.Class) Class hostClass protected volatile synthetic java.lang.Object computeValue (java.lang.Class) }
com/google/inject/internal/aop/EnhancerBuilderImpl.class
EnhancerBuilderImpl.java package com.google.inject.internal.aop final com.google.inject.internal.aop.EnhancerBuilderImpl extends java.lang.Object implements com.google.inject.internal.BytecodeGen$EnhancerBuilder { private static final ClassValue ENHANCERS private final Class hostClass private final java.lang.reflect.Method[] enhanceableMethods private final java.util.Map bridgeDelegates void <init> (java.lang.Class, java.util.Collection, java.util.Map) Class hostClass java.util.Collection enhanceableMethods java.util.Map bridgeDelegates public java.lang.reflect.Method[] getEnhanceableMethods () public java.util.function.Function buildEnhancer (java.util.BitSet) java.util.BitSet methodIndices java.util.Map enhancers private java.util.function.Function doBuildEnhancer (java.util.BitSet) java.lang.reflect.Method method int methodIndex java.util.BitSet methodIndices java.util.NavigableMap glueMap private static synthetic void lambda$doBuildEnhancer$0 (java.util.NavigableMap, java.lang.reflect.Constructor) java.util.NavigableMap glueMap java.lang.reflect.Constructor ctor static void <clinit> () }
com/google/inject/internal/aop/FastClass.class
FastClass.java package com.google.inject.internal.aop final com.google.inject.internal.aop.FastClass extends com.google.inject.internal.aop.AbstractGlueGenerator { private static final String[] FAST_CLASS_API private static final String INVOKERS_NAME private static final String INVOKERS_DESCRIPTOR private static final com.google.inject.internal.asm.$Type INDEX_TO_INVOKER_METHOD_TYPE private static final String RAW_INVOKER_DESCRIPTOR private static final String OBJECT_ARRAY_TYPE private final boolean hostIsInterface void <init> (java.lang.Class) Class hostClass protected byte[] generateGlue (java.util.Collection) java.util.Collection members com.google.inject.internal.asm.$ClassWriter cw com.google.inject.internal.asm.$MethodVisitor mv private void setupInvokerTable (com.google.inject.internal.asm.$ClassWriter) com.google.inject.internal.asm.$ClassWriter cw com.google.inject.internal.asm.$MethodVisitor mv com.google.inject.internal.asm.$Handle constructorHandle protected void generateConstructorInvoker (com.google.inject.internal.asm.$MethodVisitor, java.lang.reflect.Constructor) com.google.inject.internal.asm.$MethodVisitor mv java.lang.reflect.Constructor constructor protected void generateMethodInvoker (com.google.inject.internal.asm.$MethodVisitor, java.lang.reflect.Method) int invokeOpcode com.google.inject.internal.asm.$MethodVisitor mv java.lang.reflect.Method method int invokeOpcode Class returnType protected java.lang.invoke.MethodHandle lookupInvokerTable (java.lang.Class) throws java.lang.Throwable Class glueClass static void <clinit> () }
com/google/inject/internal/aop/GeneratedClassDefiner.class
GeneratedClassDefiner.java package com.google.inject.internal.aop final com.google.inject.internal.aop.GeneratedClassDefiner extends java.lang.Object implements com.google.inject.internal.aop.ClassDefiner { private final java.util.function.BiFunction defineAccess void <init> (java.util.function.BiFunction) java.util.function.BiFunction defineAccess public java.lang.Class define (java.lang.Class, byte[]) Class hostClass byte[] bytecode }
com/google/inject/internal/aop/GlueException.class
GlueException.java package com.google.inject.internal.aop final com.google.inject.internal.aop.GlueException extends java.lang.RuntimeException { private static final long serialVersionUID public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
com/google/inject/internal/aop/HiddenClassDefiner.class
HiddenClassDefiner.java package com.google.inject.internal.aop final com.google.inject.internal.aop.HiddenClassDefiner extends java.lang.Object implements com.google.inject.internal.aop.ClassDefiner { private static final Object THE_UNSAFE private static final Object TRUSTED_LOOKUP_BASE private static final Object TRUSTED_LOOKUP_OFFSET private static final java.lang.reflect.Method GET_OBJECT_METHOD private static final Object HIDDEN_CLASS_OPTIONS private static final java.lang.reflect.Method HIDDEN_DEFINE_METHOD void <init> () public java.lang.Class define (java.lang.Class, byte[]) throws java.lang.Exception Class hostClass byte[] bytecode java.lang.invoke.MethodHandles$Lookup trustedLookup java.lang.invoke.MethodHandles$Lookup definedLookup private static transient java.lang.Object classOptions (java.lang.String[]) throws java.lang.ClassNotFoundException int i String[] options Class optionClass Object classOptions static void <clinit> () Class unsafeType java.lang.reflect.Field theUnsafeField java.lang.reflect.Field trustedLookupField java.lang.reflect.Method baseMethod java.lang.reflect.Method offsetMethod ReflectiveOperationException e }
com/google/inject/internal/aop/ImmutableStringTrie$Overflow.class
ImmutableStringTrie.java package com.google.inject.internal.aop final com.google.inject.internal.aop.ImmutableStringTrie$Overflow extends java.lang.Object implements java.util.function.ToIntFunction { private final com.google.inject.internal.aop.ImmutableStringTrie trie private final String overflowKey private final java.util.function.ToIntFunction next void <init> (char[], java.lang.String, java.util.function.ToIntFunction) char[] data String overflowKey java.util.function.ToIntFunction next public int applyAsInt (java.lang.String) String key public volatile synthetic int applyAsInt (java.lang.Object) }
com/google/inject/internal/aop/ImmutableStringTrie.class
ImmutableStringTrie.java package com.google.inject.internal.aop final com.google.inject.internal.aop.ImmutableStringTrie extends java.lang.Object implements java.util.function.ToIntFunction { private static final char LEAF_MARKER private static final char BUD_MARKER private static final int MAX_ROWS_PER_TRIE private final char[] trie private static int singletonTrie (java.lang.String) String key public int applyAsInt (java.lang.String) int jumpIndex int branchCount int branchIndex int resultIndex char result String key int keyLength int keyIndex int dataIndex char[] data public static java.util.function.ToIntFunction buildTrie (java.util.Collection) java.util.Collection table int numRows private static java.util.function.ToIntFunction buildTrie (java.lang.StringBuilder, java.lang.String[], int, int) char[] data StringBuilder buf String[] table int row int rowLimit int trieLimit char[] data void <init> (char[]) char[] data private static void buildSubTrie (java.lang.StringBuilder, java.lang.String[], int, int, int) boolean isLeaf char marker int jumpIndex String cells int columnLimit char pivot int nextRow int nextColumn int branchIndex int resultIndex int subTrieStart int jumpStart StringBuilder buf String[] table int column int row int rowLimit int trieStart int prevRow int branchCount int nextJump boolean allLeaves private static int nextPivotRow (java.lang.String[], char, int, int, int) String cells int r String[] table char pivot int column int row int rowLimit private static int nextPivotColumn (java.lang.String[], int, int, int) int c String[] table int column int row int rowLimit String cells int columnLimit public volatile synthetic int applyAsInt (java.lang.Object) }
com/google/inject/internal/aop/MethodPartition.class
MethodPartition.java package com.google.inject.internal.aop final com.google.inject.internal.aop.MethodPartition extends java.lang.Object { private final java.util.List candidates public void <init> (java.lang.reflect.Method, java.lang.reflect.Method) java.lang.reflect.Method first java.lang.reflect.Method second public com.google.inject.internal.aop.MethodPartition addCandidate (java.lang.reflect.Method) java.lang.reflect.Method method public void collectEnhanceableMethods (com.google.inject.TypeLiteral, java.util.function.Consumer, java.util.Map) String parametersKey java.lang.reflect.Method existingLeafMethod java.lang.reflect.Method candidate java.lang.reflect.Method method java.util.Map$Entry methodEntry boolean sameMethod java.lang.reflect.Method candidate java.lang.reflect.Method originalBridge java.lang.reflect.Method superTarget java.lang.reflect.Method enhanceableMethod java.util.Map$Entry targetEntry com.google.inject.TypeLiteral hostType java.util.function.Consumer methodVisitor java.util.Map bridgeDelegates java.util.Map leafMethods java.util.Map bridgeTargets private static java.lang.String parametersKey (java.lang.Class[]) int i int len Class[] parameterTypes StringBuilder key private static boolean resolvedParametersMatch (java.lang.reflect.Method, com.google.inject.TypeLiteral, java.lang.reflect.Method) int i int len java.lang.reflect.Method subMethod com.google.inject.TypeLiteral host java.lang.reflect.Method superMethod Class[] parameterTypes java.util.List resolvedTypes }
com/google/inject/internal/aop/UnsafeClassDefiner$ClassLoaderDefineClassHolder.class
UnsafeClassDefiner.java package com.google.inject.internal.aop com.google.inject.internal.aop.UnsafeClassDefiner$ClassLoaderDefineClassHolder extends java.lang.Object { static final com.google.inject.internal.aop.ClassDefiner CLASS_LOADER_DEFINE_CLASS private void <init> () private static synthetic com.google.inject.internal.aop.ClassDefiner lambda$static$0 () throws java.lang.Exception static void <clinit> () }
com/google/inject/internal/aop/UnsafeClassDefiner$DefineClassCacheHolder.class
UnsafeClassDefiner.java package com.google.inject.internal.aop com.google.inject.internal.aop.UnsafeClassDefiner$DefineClassCacheHolder extends java.lang.Object { static final com.google.common.cache.LoadingCache DEFINE_CLASS_CACHE private void <init> () static void <clinit> () }
com/google/inject/internal/aop/UnsafeClassDefiner.class
UnsafeClassDefiner.java package com.google.inject.internal.aop final com.google.inject.internal.aop.UnsafeClassDefiner extends java.lang.Object implements com.google.inject.internal.aop.ClassDefiner { private static final java.util.logging.Logger logger private static final com.google.inject.internal.aop.ClassDefiner UNSAFE_DEFINER private static final boolean ALWAYS_DEFINE_ANONYMOUSLY private static final String DEFINEACCESS_BY_GUICE_MARKER private static final String[] DEFINEACCESS_API private static final String CLASS_LOADER_TYPE private static final String BYTE_ARRAY_TYPE void <init> () public static boolean isAccessible () public static boolean canLoadProxyByName (java.lang.Class) Class hostClass public static boolean canDowncastToProxy (java.lang.Class) Class hostClass public java.lang.Class define (java.lang.Class, byte[]) throws java.lang.Exception Class hostClass byte[] bytecode private static com.google.inject.internal.aop.ClassDefiner findClassDefiner (java.lang.ClassLoader) ClassLoader hostLoader static java.lang.Object tryPrivileged (java.security.PrivilegedExceptionAction, java.lang.String) Throwable e java.security.PrivilegedExceptionAction action String errorMessage static com.google.inject.internal.aop.ClassDefiner tryAccessDefineClass (java.lang.Class) Throwable e Class loaderClass static com.google.inject.internal.aop.ClassDefiner accessDefineClass (java.lang.Class) throws java.lang.Exception Class loaderClass byte[] bytecode Class accessClass private static byte[] buildDefineClassAccess (java.lang.Class) Class loaderClass com.google.inject.internal.asm.$ClassWriter cw com.google.inject.internal.asm.$MethodVisitor mv private static synthetic com.google.inject.internal.aop.ClassDefiner lambda$tryAccessDefineClass$0 (java.lang.Class) throws java.lang.Exception Class loaderClass static void <clinit> () com.google.inject.internal.aop.ClassDefiner unsafeDefiner }
com/google/inject/internal/asm/
com/google/inject/internal/asm/$AnnotationVisitor.class
AnnotationVisitor.java package com.google.inject.internal.asm public abstract com.google.inject.internal.asm.$AnnotationVisitor extends java.lang.Object { protected final int api protected com.google.inject.internal.asm.$AnnotationVisitor av public void <init> (int) int api public void <init> (int, com.google.inject.internal.asm.$AnnotationVisitor) int api com.google.inject.internal.asm.$AnnotationVisitor annotationVisitor public void visit (java.lang.String, java.lang.Object) String name Object value public void visitEnum (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String value public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, java.lang.String) String name String descriptor public com.google.inject.internal.asm.$AnnotationVisitor visitArray (java.lang.String) String name public void visitEnd () }
com/google/inject/internal/asm/$AnnotationWriter.class
AnnotationWriter.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$AnnotationWriter extends com.google.inject.internal.asm.$AnnotationVisitor { private final com.google.inject.internal.asm.$SymbolTable symbolTable private final boolean useNamedValues private final com.google.inject.internal.asm.$ByteVector annotation private final int numElementValuePairsOffset private int numElementValuePairs private final com.google.inject.internal.asm.$AnnotationWriter previousAnnotation private com.google.inject.internal.asm.$AnnotationWriter nextAnnotation void <init> (com.google.inject.internal.asm.$SymbolTable, boolean, com.google.inject.internal.asm.$ByteVector, com.google.inject.internal.asm.$AnnotationWriter) com.google.inject.internal.asm.$SymbolTable symbolTable boolean useNamedValues com.google.inject.internal.asm.$ByteVector annotation com.google.inject.internal.asm.$AnnotationWriter previousAnnotation static com.google.inject.internal.asm.$AnnotationWriter create (com.google.inject.internal.asm.$SymbolTable, java.lang.String, com.google.inject.internal.asm.$AnnotationWriter) com.google.inject.internal.asm.$SymbolTable symbolTable String descriptor com.google.inject.internal.asm.$AnnotationWriter previousAnnotation com.google.inject.internal.asm.$ByteVector annotation static com.google.inject.internal.asm.$AnnotationWriter create (com.google.inject.internal.asm.$SymbolTable, int, com.google.inject.internal.asm.$TypePath, java.lang.String, com.google.inject.internal.asm.$AnnotationWriter) com.google.inject.internal.asm.$SymbolTable symbolTable int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor com.google.inject.internal.asm.$AnnotationWriter previousAnnotation com.google.inject.internal.asm.$ByteVector typeAnnotation public void visit (java.lang.String, java.lang.Object) int booleanValue byte byteValue byte[] byteArray boolean booleanValue boolean[] booleanArray short shortValue short[] shortArray char charValue char[] charArray int intValue int[] intArray long longValue long[] longArray float floatValue float[] floatArray double doubleValue double[] doubleArray com.google.inject.internal.asm.$Symbol symbol String name Object value public void visitEnum (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String value public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, java.lang.String) String name String descriptor public com.google.inject.internal.asm.$AnnotationVisitor visitArray (java.lang.String) String name public void visitEnd () byte[] data int computeAnnotationsSize (java.lang.String) String attributeName int attributeSize com.google.inject.internal.asm.$AnnotationWriter annotationWriter static int computeAnnotationsSize (com.google.inject.internal.asm.$AnnotationWriter, com.google.inject.internal.asm.$AnnotationWriter, com.google.inject.internal.asm.$AnnotationWriter, com.google.inject.internal.asm.$AnnotationWriter) com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleAnnotation com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleAnnotation com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleTypeAnnotation com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleTypeAnnotation int size void putAnnotations (int, com.google.inject.internal.asm.$ByteVector) int attributeNameIndex com.google.inject.internal.asm.$ByteVector output int attributeLength int numAnnotations com.google.inject.internal.asm.$AnnotationWriter annotationWriter com.google.inject.internal.asm.$AnnotationWriter firstAnnotation static void putAnnotations (com.google.inject.internal.asm.$SymbolTable, com.google.inject.internal.asm.$AnnotationWriter, com.google.inject.internal.asm.$AnnotationWriter, com.google.inject.internal.asm.$AnnotationWriter, com.google.inject.internal.asm.$AnnotationWriter, com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$SymbolTable symbolTable com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleAnnotation com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleAnnotation com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleTypeAnnotation com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleTypeAnnotation com.google.inject.internal.asm.$ByteVector output static int computeParameterAnnotationsSize (java.lang.String, com.google.inject.internal.asm.$AnnotationWriter[], int) com.google.inject.internal.asm.$AnnotationWriter annotationWriter int i String attributeName com.google.inject.internal.asm.$AnnotationWriter[] annotationWriters int annotableParameterCount int attributeSize static void putParameterAnnotations (int, com.google.inject.internal.asm.$AnnotationWriter[], int, com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$AnnotationWriter annotationWriter int i com.google.inject.internal.asm.$AnnotationWriter annotationWriter com.google.inject.internal.asm.$AnnotationWriter firstAnnotation int numAnnotations int i int attributeNameIndex com.google.inject.internal.asm.$AnnotationWriter[] annotationWriters int annotableParameterCount com.google.inject.internal.asm.$ByteVector output int attributeLength }
com/google/inject/internal/asm/$Attribute$Set.class
Attribute.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$Attribute$Set extends java.lang.Object { private static final int SIZE_INCREMENT private int size private com.google.inject.internal.asm.$Attribute[] data void <init> () void addAttributes (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attributeList com.google.inject.internal.asm.$Attribute attribute com.google.inject.internal.asm.$Attribute[] toArray () com.google.inject.internal.asm.$Attribute[] result private boolean contains (com.google.inject.internal.asm.$Attribute) int i com.google.inject.internal.asm.$Attribute attribute private void add (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute[] newData com.google.inject.internal.asm.$Attribute attribute }
com/google/inject/internal/asm/$Attribute.class
Attribute.java package com.google.inject.internal.asm public com.google.inject.internal.asm.$Attribute extends java.lang.Object { public final String type private byte[] content com.google.inject.internal.asm.$Attribute nextAttribute protected void <init> (java.lang.String) String type public boolean isUnknown () public boolean isCodeAttribute () protected com.google.inject.internal.asm.$Label[] getLabels () protected com.google.inject.internal.asm.$Attribute read (com.google.inject.internal.asm.$ClassReader, int, int, char[], int, com.google.inject.internal.asm.$Label[]) com.google.inject.internal.asm.$ClassReader classReader int offset int length char[] charBuffer int codeAttributeOffset com.google.inject.internal.asm.$Label[] labels com.google.inject.internal.asm.$Attribute attribute protected com.google.inject.internal.asm.$ByteVector write (com.google.inject.internal.asm.$ClassWriter, byte[], int, int, int) com.google.inject.internal.asm.$ClassWriter classWriter byte[] code int codeLength int maxStack int maxLocals final int getAttributeCount () int count com.google.inject.internal.asm.$Attribute attribute final int computeAttributesSize (com.google.inject.internal.asm.$SymbolTable) com.google.inject.internal.asm.$SymbolTable symbolTable byte[] code int codeLength int maxStack int maxLocals final int computeAttributesSize (com.google.inject.internal.asm.$SymbolTable, byte[], int, int, int) com.google.inject.internal.asm.$SymbolTable symbolTable byte[] code int codeLength int maxStack int maxLocals com.google.inject.internal.asm.$ClassWriter classWriter int size com.google.inject.internal.asm.$Attribute attribute static int computeAttributesSize (com.google.inject.internal.asm.$SymbolTable, int, int) com.google.inject.internal.asm.$SymbolTable symbolTable int accessFlags int signatureIndex int size final void putAttributes (com.google.inject.internal.asm.$SymbolTable, com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$SymbolTable symbolTable com.google.inject.internal.asm.$ByteVector output byte[] code int codeLength int maxStack int maxLocals final void putAttributes (com.google.inject.internal.asm.$SymbolTable, byte[], int, int, int, com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$ByteVector attributeContent com.google.inject.internal.asm.$SymbolTable symbolTable byte[] code int codeLength int maxStack int maxLocals com.google.inject.internal.asm.$ByteVector output com.google.inject.internal.asm.$ClassWriter classWriter com.google.inject.internal.asm.$Attribute attribute static void putAttributes (com.google.inject.internal.asm.$SymbolTable, int, int, com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$SymbolTable symbolTable int accessFlags int signatureIndex com.google.inject.internal.asm.$ByteVector output }
com/google/inject/internal/asm/$ByteVector.class
ByteVector.java package com.google.inject.internal.asm public com.google.inject.internal.asm.$ByteVector extends java.lang.Object { byte[] data int length public void <init> () public void <init> (int) int initialCapacity void <init> (byte[]) byte[] data public com.google.inject.internal.asm.$ByteVector putByte (int) int byteValue int currentLength final com.google.inject.internal.asm.$ByteVector put11 (int, int) int byteValue1 int byteValue2 int currentLength byte[] currentData public com.google.inject.internal.asm.$ByteVector putShort (int) int shortValue int currentLength byte[] currentData final com.google.inject.internal.asm.$ByteVector put12 (int, int) int byteValue int shortValue int currentLength byte[] currentData final com.google.inject.internal.asm.$ByteVector put112 (int, int, int) int byteValue1 int byteValue2 int shortValue int currentLength byte[] currentData public com.google.inject.internal.asm.$ByteVector putInt (int) int intValue int currentLength byte[] currentData final com.google.inject.internal.asm.$ByteVector put122 (int, int, int) int byteValue int shortValue1 int shortValue2 int currentLength byte[] currentData public com.google.inject.internal.asm.$ByteVector putLong (long) long longValue int currentLength byte[] currentData int intValue public com.google.inject.internal.asm.$ByteVector putUTF8 (java.lang.String) char charValue int i String stringValue int charLength int currentLength byte[] currentData final com.google.inject.internal.asm.$ByteVector encodeUtf8 (java.lang.String, int, int) char charValue int i char charValue int i String stringValue int offset int maxByteLength int charLength int byteLength int byteLengthOffset int currentLength public com.google.inject.internal.asm.$ByteVector putByteArray (byte[], int, int) byte[] byteArrayValue int byteOffset int byteLength private void enlarge (int) int size int doubleCapacity int minimalCapacity byte[] newData }
com/google/inject/internal/asm/$ClassReader.class
ClassReader.java package com.google.inject.internal.asm public com.google.inject.internal.asm.$ClassReader extends java.lang.Object { public static final int SKIP_CODE public static final int SKIP_DEBUG public static final int SKIP_FRAMES public static final int EXPAND_FRAMES static final int EXPAND_ASM_INSNS private static final int MAX_BUFFER_SIZE private static final int INPUT_STREAM_DATA_CHUNK_SIZE public final byte[] b public final int header final byte[] classFileBuffer private final int[] cpInfoOffsets private final String[] constantUtf8Values private final com.google.inject.internal.asm.$ConstantDynamic[] constantDynamicValues private final int[] bootstrapMethodOffsets private final int maxStringLength public void <init> (byte[]) byte[] classFile public void <init> (byte[], int, int) byte[] classFileBuffer int classFileOffset int classFileLength void <init> (byte[], int, boolean) int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize byte[] classFileBuffer int classFileOffset boolean checkClassVersion int constantPoolCount int currentCpInfoIndex int currentCpInfoOffset int currentMaxStringLength boolean hasBootstrapMethods boolean hasConstantDynamic public void <init> (java.io.InputStream) throws java.io.IOException java.io.InputStream inputStream public void <init> (java.lang.String) throws java.io.IOException String className private static byte[] readStream (java.io.InputStream, boolean) throws java.io.IOException byte[] data int bytesRead int readCount java.io.ByteArrayOutputStream outputStream java.io.InputStream inputStream boolean close int bufferSize private static int calculateBufferSize (java.io.InputStream) throws java.io.IOException java.io.InputStream inputStream int expectedLength public int getAccess () public java.lang.String getClassName () public java.lang.String getSuperName () public java.lang.String[] getInterfaces () int i char[] charBuffer int currentOffset int interfacesCount String[] interfaces public void accept (com.google.inject.internal.asm.$ClassVisitor, int) com.google.inject.internal.asm.$ClassVisitor classVisitor int parsingOptions public void accept (com.google.inject.internal.asm.$ClassVisitor, com.google.inject.internal.asm.$Attribute[], int) int i com.google.inject.internal.asm.$Attribute attribute String attributeName int attributeLength int i String className int methodIndex String name String type String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset com.google.inject.internal.asm.$Attribute nextAttribute int numberOfNestMembers int currentNestMemberOffset int numberOfPermittedSubclasses int currentPermittedSubclassesOffset int numberOfClasses int currentClassesOffset int recordComponentsCount com.google.inject.internal.asm.$ClassVisitor classVisitor com.google.inject.internal.asm.$Attribute[] attributePrototypes int parsingOptions com.google.inject.internal.asm.$Context context char[] charBuffer int currentOffset int accessFlags String thisClass String superClass String[] interfaces int innerClassesOffset int enclosingMethodOffset String signature String sourceFile String sourceDebugExtension int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset int moduleOffset int modulePackagesOffset String moduleMainClass String nestHostClass int nestMembersOffset int permittedSubclassesOffset int recordOffset com.google.inject.internal.asm.$Attribute attributes int currentAttributeOffset int fieldsCount int methodsCount private void readModuleAttributes (com.google.inject.internal.asm.$ClassVisitor, com.google.inject.internal.asm.$Context, int, int, java.lang.String) int packageCount int currentPackageOffset String requires int requiresFlags String requiresVersion int i String exports int exportsFlags int exportsToCount String[] exportsTo int i String opens int opensFlags int opensToCount String[] opensTo int i String provides int providesWithCount String[] providesWith com.google.inject.internal.asm.$ClassVisitor classVisitor com.google.inject.internal.asm.$Context context int moduleOffset int modulePackagesOffset String moduleMainClass char[] buffer int currentOffset String moduleName int moduleFlags String moduleVersion com.google.inject.internal.asm.$ModuleVisitor moduleVisitor int requiresCount int exportsCount int opensCount int usesCount int providesCount private int readRecordComponent (com.google.inject.internal.asm.$ClassVisitor, com.google.inject.internal.asm.$Context, int) com.google.inject.internal.asm.$Attribute attribute String attributeName int attributeLength String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset com.google.inject.internal.asm.$Attribute nextAttribute com.google.inject.internal.asm.$ClassVisitor classVisitor com.google.inject.internal.asm.$Context context int recordComponentOffset char[] charBuffer int currentOffset String name String descriptor String signature int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset com.google.inject.internal.asm.$Attribute attributes int attributesCount com.google.inject.internal.asm.$RecordComponentVisitor recordComponentVisitor private int readField (com.google.inject.internal.asm.$ClassVisitor, com.google.inject.internal.asm.$Context, int) int constantvalueIndex com.google.inject.internal.asm.$Attribute attribute String attributeName int attributeLength String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset com.google.inject.internal.asm.$Attribute nextAttribute com.google.inject.internal.asm.$ClassVisitor classVisitor com.google.inject.internal.asm.$Context context int fieldInfoOffset char[] charBuffer int currentOffset int accessFlags String name String descriptor Object constantValue String signature int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset com.google.inject.internal.asm.$Attribute attributes int attributesCount com.google.inject.internal.asm.$FieldVisitor fieldVisitor private int readMethod (com.google.inject.internal.asm.$ClassVisitor, com.google.inject.internal.asm.$Context, int) int i int currentExceptionOffset com.google.inject.internal.asm.$Attribute attribute String attributeName int attributeLength com.google.inject.internal.asm.$MethodWriter methodWriter int parametersCount int currentParameterOffset com.google.inject.internal.asm.$AnnotationVisitor annotationVisitor String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset com.google.inject.internal.asm.$Attribute nextAttribute com.google.inject.internal.asm.$ClassVisitor classVisitor com.google.inject.internal.asm.$Context context int methodInfoOffset char[] charBuffer int currentOffset int codeOffset int exceptionsOffset String[] exceptions boolean synthetic int signatureIndex int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleParameterAnnotationsOffset int runtimeInvisibleParameterAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset int annotationDefaultOffset int methodParametersOffset com.google.inject.internal.asm.$Attribute attributes int attributesCount com.google.inject.internal.asm.$MethodVisitor methodVisitor private void readCode (com.google.inject.internal.asm.$MethodVisitor, com.google.inject.internal.asm.$Context, int) int numTableEntries int numSwitchCases int bytecodeOffset int opcode com.google.inject.internal.asm.$Label start com.google.inject.internal.asm.$Label end com.google.inject.internal.asm.$Label handler String catchType int startPc int length int currentLocalVariableTableOffset int localVariableTableLength int startPc int lineNumber int currentLineNumberTableOffset int lineNumberTableLength com.google.inject.internal.asm.$Attribute attribute String attributeName int attributeLength int potentialBytecodeOffset int offset com.google.inject.internal.asm.$Label endif com.google.inject.internal.asm.$Label target int i com.google.inject.internal.asm.$Label defaultLabel int low int high com.google.inject.internal.asm.$Label[] table int i com.google.inject.internal.asm.$Label defaultLabel int numPairs int[] keys com.google.inject.internal.asm.$Label[] values boolean isInterface int cpInfoOffset int nameAndTypeCpInfoOffset String owner String name String descriptor int i int cpInfoOffset int nameAndTypeCpInfoOffset String name String descriptor int bootstrapMethodOffset com.google.inject.internal.asm.$Handle handle Object[] bootstrapMethodArguments int currentAnnotationOffset String annotationDescriptor int currentAnnotationOffset String annotationDescriptor int currentBytecodeOffset com.google.inject.internal.asm.$Label currentLabel int opcode int typeTableIndex int i int startPc int length String name String descriptor int index String signature int[] typeTable int localVariableTableLength String annotationDescriptor int targetType int typeAnnotationOffset String annotationDescriptor int targetType int typeAnnotationOffset com.google.inject.internal.asm.$Attribute nextAttribute com.google.inject.internal.asm.$MethodVisitor methodVisitor com.google.inject.internal.asm.$Context context int codeOffset int currentOffset byte[] classBuffer char[] charBuffer int maxStack int maxLocals int codeLength int bytecodeStartOffset int bytecodeEndOffset com.google.inject.internal.asm.$Label[] labels int exceptionTableLength int stackMapFrameOffset int stackMapTableEndOffset boolean compressedFrames int localVariableTableOffset int localVariableTypeTableOffset int[] visibleTypeAnnotationOffsets int[] invisibleTypeAnnotationOffsets com.google.inject.internal.asm.$Attribute attributes int attributesCount boolean expandFrames int currentVisibleTypeAnnotationIndex int currentVisibleTypeAnnotationBytecodeOffset int currentInvisibleTypeAnnotationIndex int currentInvisibleTypeAnnotationBytecodeOffset boolean insertFrame int wideJumpOpcodeDelta protected com.google.inject.internal.asm.$Label readLabel (int, com.google.inject.internal.asm.$Label[]) int bytecodeOffset com.google.inject.internal.asm.$Label[] labels private com.google.inject.internal.asm.$Label createLabel (int, com.google.inject.internal.asm.$Label[]) int bytecodeOffset com.google.inject.internal.asm.$Label[] labels com.google.inject.internal.asm.$Label label private void createDebugLabel (int, com.google.inject.internal.asm.$Label[]) int bytecodeOffset com.google.inject.internal.asm.$Label[] labels private int[] readTypeAnnotations (com.google.inject.internal.asm.$MethodVisitor, com.google.inject.internal.asm.$Context, int, boolean) int startPc int length int tableLength com.google.inject.internal.asm.$TypePath path String annotationDescriptor int targetType int pathLength int i com.google.inject.internal.asm.$MethodVisitor methodVisitor com.google.inject.internal.asm.$Context context int runtimeTypeAnnotationsOffset boolean visible char[] charBuffer int currentOffset int[] typeAnnotationsOffsets private int getTypeAnnotationBytecodeOffset (int[], int) int[] typeAnnotationOffsets int typeAnnotationIndex private int readTypeAnnotationTarget (com.google.inject.internal.asm.$Context, int) int startPc int length int index int i int tableLength com.google.inject.internal.asm.$Context context int typeAnnotationOffset int currentOffset int targetType int pathLength private void readParameterAnnotations (com.google.inject.internal.asm.$MethodVisitor, com.google.inject.internal.asm.$Context, int, boolean) String annotationDescriptor int numAnnotations int i com.google.inject.internal.asm.$MethodVisitor methodVisitor com.google.inject.internal.asm.$Context context int runtimeParameterAnnotationsOffset boolean visible int currentOffset int numParameters char[] charBuffer private int readElementValues (com.google.inject.internal.asm.$AnnotationVisitor, int, boolean, char[]) String elementName com.google.inject.internal.asm.$AnnotationVisitor annotationVisitor int annotationOffset boolean named char[] charBuffer int currentOffset int numElementValuePairs private int readElementValue (com.google.inject.internal.asm.$AnnotationVisitor, int, java.lang.String, char[]) int i byte[] byteValues int i boolean[] booleanValues int i short[] shortValues int i char[] charValues int i int[] intValues int i long[] longValues int i float[] floatValues int i double[] doubleValues int numValues com.google.inject.internal.asm.$AnnotationVisitor annotationVisitor int elementValueOffset String elementName char[] charBuffer int currentOffset private void computeImplicitFrame (com.google.inject.internal.asm.$Context) int currentArgumentDescriptorStartOffset com.google.inject.internal.asm.$Context context String methodDescriptor Object[] locals int numLocal int currentMethodDescritorOffset private int readStackMapFrame (int, boolean, boolean, com.google.inject.internal.asm.$Context) int frameType int offsetDelta int offsetDelta int k int local int local int stack int numberOfLocals int numberOfStackItems int offsetDelta int stackMapFrameOffset boolean compressed boolean expand com.google.inject.internal.asm.$Context context int currentOffset char[] charBuffer com.google.inject.internal.asm.$Label[] labels int frameType int offsetDelta private int readVerificationTypeInfo (int, java.lang.Object[], int, char[], com.google.inject.internal.asm.$Label[]) int verificationTypeInfoOffset Object[] frame int index char[] charBuffer com.google.inject.internal.asm.$Label[] labels int currentOffset int tag final int getFirstAttributeOffset () int attributesCount int attributesCount int currentOffset int fieldsCount int methodsCount private int[] readBootstrapMethodsAttribute (int) int j int[] result int currentBootstrapMethodOffset String attributeName int attributeLength int i int maxStringLength char[] charBuffer int currentAttributeOffset private com.google.inject.internal.asm.$Attribute readAttribute (com.google.inject.internal.asm.$Attribute[], java.lang.String, int, int, char[], int, com.google.inject.internal.asm.$Label[]) com.google.inject.internal.asm.$Attribute attributePrototype com.google.inject.internal.asm.$Attribute[] attributePrototypes String type int offset int length char[] charBuffer int codeAttributeOffset com.google.inject.internal.asm.$Label[] labels public int getItemCount () public int getItem (int) int constantPoolEntryIndex public int getMaxStringLength () public int readByte (int) int offset public int readUnsignedShort (int) int offset byte[] classBuffer public short readShort (int) int offset byte[] classBuffer public int readInt (int) int offset byte[] classBuffer public long readLong (int) int offset long l1 long l0 public java.lang.String readUTF8 (int, char[]) int offset char[] charBuffer int constantPoolEntryIndex final java.lang.String readUtf (int, char[]) int constantPoolEntryIndex char[] charBuffer String value int cpInfoOffset private java.lang.String readUtf (int, int, char[]) int currentByte int utfOffset int utfLength char[] charBuffer int currentOffset int endOffset int strLength byte[] classBuffer private java.lang.String readStringish (int, char[]) int offset char[] charBuffer public java.lang.String readClass (int, char[]) int offset char[] charBuffer public java.lang.String readModule (int, char[]) int offset char[] charBuffer public java.lang.String readPackage (int, char[]) int offset char[] charBuffer private com.google.inject.internal.asm.$ConstantDynamic readConstantDynamic (int, char[]) int i int constantPoolEntryIndex char[] charBuffer com.google.inject.internal.asm.$ConstantDynamic constantDynamic int cpInfoOffset int nameAndTypeCpInfoOffset String name String descriptor int bootstrapMethodOffset com.google.inject.internal.asm.$Handle handle Object[] bootstrapMethodArguments public java.lang.Object readConst (int, char[]) int referenceKind int referenceCpInfoOffset int nameAndTypeCpInfoOffset String owner String name String descriptor boolean isInterface int constantPoolEntryIndex char[] charBuffer int cpInfoOffset }
com/google/inject/internal/asm/$ClassTooLargeException.class
ClassTooLargeException.java package com.google.inject.internal.asm public final com.google.inject.internal.asm.$ClassTooLargeException extends java.lang.IndexOutOfBoundsException { private static final long serialVersionUID private final String className private final int constantPoolCount public void <init> (java.lang.String, int) String className int constantPoolCount public java.lang.String getClassName () public int getConstantPoolCount () }
com/google/inject/internal/asm/$ClassVisitor.class
ClassVisitor.java package com.google.inject.internal.asm public abstract com.google.inject.internal.asm.$ClassVisitor extends java.lang.Object { protected final int api protected com.google.inject.internal.asm.$ClassVisitor cv public void <init> (int) int api public void <init> (int, com.google.inject.internal.asm.$ClassVisitor) int api com.google.inject.internal.asm.$ClassVisitor classVisitor public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public void visitSource (java.lang.String, java.lang.String) String source String debug public com.google.inject.internal.asm.$ModuleVisitor visitModule (java.lang.String, int, java.lang.String) String name int access String version public void visitNestHost (java.lang.String) String nestHost public void visitOuterClass (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public void visitNestMember (java.lang.String) String nestMember public void visitPermittedSubclass (java.lang.String) String permittedSubclass public void visitInnerClass (java.lang.String, java.lang.String, java.lang.String, int) String name String outerName String innerName int access public com.google.inject.internal.asm.$RecordComponentVisitor visitRecordComponent (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String signature public com.google.inject.internal.asm.$FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String descriptor String signature Object value public com.google.inject.internal.asm.$MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String descriptor String signature String[] exceptions public void visitEnd () }
com/google/inject/internal/asm/$ClassWriter.class
ClassWriter.java package com.google.inject.internal.asm public com.google.inject.internal.asm.$ClassWriter extends com.google.inject.internal.asm.$ClassVisitor { public static final int COMPUTE_MAXS public static final int COMPUTE_FRAMES private int version private final com.google.inject.internal.asm.$SymbolTable symbolTable private int accessFlags private int thisClass private int superClass private int interfaceCount private int[] interfaces private com.google.inject.internal.asm.$FieldWriter firstField private com.google.inject.internal.asm.$FieldWriter lastField private com.google.inject.internal.asm.$MethodWriter firstMethod private com.google.inject.internal.asm.$MethodWriter lastMethod private int numberOfInnerClasses private com.google.inject.internal.asm.$ByteVector innerClasses private int enclosingClassIndex private int enclosingMethodIndex private int signatureIndex private int sourceFileIndex private com.google.inject.internal.asm.$ByteVector debugExtension private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleTypeAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleTypeAnnotation private com.google.inject.internal.asm.$ModuleWriter moduleWriter private int nestHostClassIndex private int numberOfNestMemberClasses private com.google.inject.internal.asm.$ByteVector nestMemberClasses private int numberOfPermittedSubclasses private com.google.inject.internal.asm.$ByteVector permittedSubclasses private com.google.inject.internal.asm.$RecordComponentWriter firstRecordComponent private com.google.inject.internal.asm.$RecordComponentWriter lastRecordComponent private com.google.inject.internal.asm.$Attribute firstAttribute private int compute public void <init> (int) int flags public void <init> (com.google.inject.internal.asm.$ClassReader, int) com.google.inject.internal.asm.$ClassReader classReader int flags public final void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int i int version int access String name String signature String superName String[] interfaces public final void visitSource (java.lang.String, java.lang.String) String file String debug public final com.google.inject.internal.asm.$ModuleVisitor visitModule (java.lang.String, int, java.lang.String) String name int access String version public final void visitNestHost (java.lang.String) String nestHost public final void visitOuterClass (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public final com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public final com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public final void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public final void visitNestMember (java.lang.String) String nestMember public final void visitPermittedSubclass (java.lang.String) String permittedSubclass public final void visitInnerClass (java.lang.String, java.lang.String, java.lang.String, int) String name String outerName String innerName int access com.google.inject.internal.asm.$Symbol nameSymbol public final com.google.inject.internal.asm.$RecordComponentVisitor visitRecordComponent (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String signature com.google.inject.internal.asm.$RecordComponentWriter recordComponentWriter public final com.google.inject.internal.asm.$FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String descriptor String signature Object value com.google.inject.internal.asm.$FieldWriter fieldWriter public final com.google.inject.internal.asm.$MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String descriptor String signature String[] exceptions com.google.inject.internal.asm.$MethodWriter methodWriter public final void visitEnd () public byte[] toByteArray () com.google.inject.internal.asm.$RecordComponentWriter recordComponentWriter int i int length com.google.inject.internal.asm.$RecordComponentWriter recordComponentWriter int size int fieldsCount com.google.inject.internal.asm.$FieldWriter fieldWriter int methodsCount com.google.inject.internal.asm.$MethodWriter methodWriter int attributesCount int recordComponentCount int recordSize int constantPoolCount com.google.inject.internal.asm.$ByteVector result int mask boolean hasFrames boolean hasAsmInstructions private byte[] replaceAsmInstructions (byte[], boolean) byte[] classFile boolean hasFrames com.google.inject.internal.asm.$Attribute[] attributes private com.google.inject.internal.asm.$Attribute[] getAttributePrototypes () com.google.inject.internal.asm.$Attribute$Set attributePrototypes com.google.inject.internal.asm.$FieldWriter fieldWriter com.google.inject.internal.asm.$MethodWriter methodWriter com.google.inject.internal.asm.$RecordComponentWriter recordComponentWriter public int newConst (java.lang.Object) Object value public int newUTF8 (java.lang.String) String value public int newClass (java.lang.String) String value public int newMethodType (java.lang.String) String methodDescriptor public int newModule (java.lang.String) String moduleName public int newPackage (java.lang.String) String packageName public int newHandle (int, java.lang.String, java.lang.String, java.lang.String) int tag String owner String name String descriptor public int newHandle (int, java.lang.String, java.lang.String, java.lang.String, boolean) int tag String owner String name String descriptor boolean isInterface public transient int newConstantDynamic (java.lang.String, java.lang.String, com.google.inject.internal.asm.$Handle, java.lang.Object[]) String name String descriptor com.google.inject.internal.asm.$Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public transient int newInvokeDynamic (java.lang.String, java.lang.String, com.google.inject.internal.asm.$Handle, java.lang.Object[]) String name String descriptor com.google.inject.internal.asm.$Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public int newField (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public int newMethod (java.lang.String, java.lang.String, java.lang.String, boolean) String owner String name String descriptor boolean isInterface public int newNameType (java.lang.String, java.lang.String) String name String descriptor protected java.lang.String getCommonSuperClass (java.lang.String, java.lang.String) Class class1 ClassNotFoundException e Class class2 ClassNotFoundException e String type1 String type2 ClassLoader classLoader Class class1 Class class2 protected java.lang.ClassLoader getClassLoader () }
com/google/inject/internal/asm/$ConstantDynamic.class
ConstantDynamic.java package com.google.inject.internal.asm public final com.google.inject.internal.asm.$ConstantDynamic extends java.lang.Object { private final String name private final String descriptor private final com.google.inject.internal.asm.$Handle bootstrapMethod private final Object[] bootstrapMethodArguments public transient void <init> (java.lang.String, java.lang.String, com.google.inject.internal.asm.$Handle, java.lang.Object[]) String name String descriptor com.google.inject.internal.asm.$Handle bootstrapMethod Object[] bootstrapMethodArguments public java.lang.String getName () public java.lang.String getDescriptor () public com.google.inject.internal.asm.$Handle getBootstrapMethod () public int getBootstrapMethodArgumentCount () public java.lang.Object getBootstrapMethodArgument (int) int index java.lang.Object[] getBootstrapMethodArgumentsUnsafe () public int getSize () char firstCharOfDescriptor public boolean equals (java.lang.Object) Object object com.google.inject.internal.asm.$ConstantDynamic constantDynamic public int hashCode () public java.lang.String toString () }
com/google/inject/internal/asm/$Constants.class
Constants.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$Constants extends java.lang.Object { static final String CONSTANT_VALUE static final String CODE static final String STACK_MAP_TABLE static final String EXCEPTIONS static final String INNER_CLASSES static final String ENCLOSING_METHOD static final String SYNTHETIC static final String SIGNATURE static final String SOURCE_FILE static final String SOURCE_DEBUG_EXTENSION static final String LINE_NUMBER_TABLE static final String LOCAL_VARIABLE_TABLE static final String LOCAL_VARIABLE_TYPE_TABLE static final String DEPRECATED static final String RUNTIME_VISIBLE_ANNOTATIONS static final String RUNTIME_INVISIBLE_ANNOTATIONS static final String RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS static final String RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS static final String RUNTIME_VISIBLE_TYPE_ANNOTATIONS static final String RUNTIME_INVISIBLE_TYPE_ANNOTATIONS static final String ANNOTATION_DEFAULT static final String BOOTSTRAP_METHODS static final String METHOD_PARAMETERS static final String MODULE static final String MODULE_PACKAGES static final String MODULE_MAIN_CLASS static final String NEST_HOST static final String NEST_MEMBERS static final String PERMITTED_SUBCLASSES static final String RECORD static final int ACC_CONSTRUCTOR static final int F_INSERT static final int LDC_W static final int LDC2_W static final int ILOAD_0 static final int ILOAD_1 static final int ILOAD_2 static final int ILOAD_3 static final int LLOAD_0 static final int LLOAD_1 static final int LLOAD_2 static final int LLOAD_3 static final int FLOAD_0 static final int FLOAD_1 static final int FLOAD_2 static final int FLOAD_3 static final int DLOAD_0 static final int DLOAD_1 static final int DLOAD_2 static final int DLOAD_3 static final int ALOAD_0 static final int ALOAD_1 static final int ALOAD_2 static final int ALOAD_3 static final int ISTORE_0 static final int ISTORE_1 static final int ISTORE_2 static final int ISTORE_3 static final int LSTORE_0 static final int LSTORE_1 static final int LSTORE_2 static final int LSTORE_3 static final int FSTORE_0 static final int FSTORE_1 static final int FSTORE_2 static final int FSTORE_3 static final int DSTORE_0 static final int DSTORE_1 static final int DSTORE_2 static final int DSTORE_3 static final int ASTORE_0 static final int ASTORE_1 static final int ASTORE_2 static final int ASTORE_3 static final int WIDE static final int GOTO_W static final int JSR_W static final int WIDE_JUMP_OPCODE_DELTA static final int ASM_OPCODE_DELTA static final int ASM_IFNULL_OPCODE_DELTA static final int ASM_IFEQ static final int ASM_IFNE static final int ASM_IFLT static final int ASM_IFGE static final int ASM_IFGT static final int ASM_IFLE static final int ASM_IF_ICMPEQ static final int ASM_IF_ICMPNE static final int ASM_IF_ICMPLT static final int ASM_IF_ICMPGE static final int ASM_IF_ICMPGT static final int ASM_IF_ICMPLE static final int ASM_IF_ACMPEQ static final int ASM_IF_ACMPNE static final int ASM_GOTO static final int ASM_JSR static final int ASM_IFNULL static final int ASM_IFNONNULL static final int ASM_GOTO_W private void <init> () static void checkAsmExperimental (java.lang.Object) Object caller Class callerClass String internalName static boolean isWhitelisted (java.lang.String) String internalName String member static void checkIsPreview (java.io.InputStream) int minorVersion java.io.DataInputStream callerClassStream int minorVersion java.io.IOException ioe java.io.InputStream classInputStream int minorVersion }
com/google/inject/internal/asm/$Context.class
Context.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$Context extends java.lang.Object { com.google.inject.internal.asm.$Attribute[] attributePrototypes int parsingOptions char[] charBuffer int currentMethodAccessFlags String currentMethodName String currentMethodDescriptor com.google.inject.internal.asm.$Label[] currentMethodLabels int currentTypeAnnotationTarget com.google.inject.internal.asm.$TypePath currentTypeAnnotationTargetPath com.google.inject.internal.asm.$Label[] currentLocalVariableAnnotationRangeStarts com.google.inject.internal.asm.$Label[] currentLocalVariableAnnotationRangeEnds int[] currentLocalVariableAnnotationRangeIndices int currentFrameOffset int currentFrameType int currentFrameLocalCount int currentFrameLocalCountDelta Object[] currentFrameLocalTypes int currentFrameStackCount Object[] currentFrameStackTypes void <init> () }
com/google/inject/internal/asm/$CurrentFrame.class
CurrentFrame.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$CurrentFrame extends com.google.inject.internal.asm.$Frame { void <init> (com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Label owner void execute (int, int, com.google.inject.internal.asm.$Symbol, com.google.inject.internal.asm.$SymbolTable) int opcode int arg com.google.inject.internal.asm.$Symbol symbolArg com.google.inject.internal.asm.$SymbolTable symbolTable com.google.inject.internal.asm.$Frame successor }
com/google/inject/internal/asm/$Edge.class
Edge.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$Edge extends java.lang.Object { static final int JUMP static final int EXCEPTION final int info final com.google.inject.internal.asm.$Label successor com.google.inject.internal.asm.$Edge nextEdge void <init> (int, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Edge) int info com.google.inject.internal.asm.$Label successor com.google.inject.internal.asm.$Edge nextEdge }
com/google/inject/internal/asm/$FieldVisitor.class
FieldVisitor.java package com.google.inject.internal.asm public abstract com.google.inject.internal.asm.$FieldVisitor extends java.lang.Object { protected final int api protected com.google.inject.internal.asm.$FieldVisitor fv public void <init> (int) int api public void <init> (int, com.google.inject.internal.asm.$FieldVisitor) int api com.google.inject.internal.asm.$FieldVisitor fieldVisitor public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public void visitEnd () }
com/google/inject/internal/asm/$FieldWriter.class
FieldWriter.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$FieldWriter extends com.google.inject.internal.asm.$FieldVisitor { private final com.google.inject.internal.asm.$SymbolTable symbolTable private final int accessFlags private final int nameIndex private final int descriptorIndex private int signatureIndex private int constantValueIndex private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleTypeAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleTypeAnnotation private com.google.inject.internal.asm.$Attribute firstAttribute void <init> (com.google.inject.internal.asm.$SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) com.google.inject.internal.asm.$SymbolTable symbolTable int access String name String descriptor String signature Object constantValue public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public void visitEnd () int computeFieldInfoSize () int size void putFieldInfo (com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$ByteVector output boolean useSyntheticAttribute int mask int attributesCount final void collectAttributePrototypes (com.google.inject.internal.asm.$Attribute$Set) com.google.inject.internal.asm.$Attribute$Set attributePrototypes }
com/google/inject/internal/asm/$Frame.class
Frame.java package com.google.inject.internal.asm com.google.inject.internal.asm.$Frame extends java.lang.Object { static final int SAME_FRAME static final int SAME_LOCALS_1_STACK_ITEM_FRAME static final int RESERVED static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED static final int CHOP_FRAME static final int SAME_FRAME_EXTENDED static final int APPEND_FRAME static final int FULL_FRAME static final int ITEM_TOP static final int ITEM_INTEGER static final int ITEM_FLOAT static final int ITEM_DOUBLE static final int ITEM_LONG static final int ITEM_NULL static final int ITEM_UNINITIALIZED_THIS static final int ITEM_OBJECT static final int ITEM_UNINITIALIZED private static final int ITEM_ASM_BOOLEAN private static final int ITEM_ASM_BYTE private static final int ITEM_ASM_CHAR private static final int ITEM_ASM_SHORT private static final int DIM_SIZE private static final int KIND_SIZE private static final int FLAGS_SIZE private static final int VALUE_SIZE private static final int DIM_SHIFT private static final int KIND_SHIFT private static final int FLAGS_SHIFT private static final int DIM_MASK private static final int KIND_MASK private static final int VALUE_MASK private static final int ARRAY_OF private static final int ELEMENT_OF private static final int CONSTANT_KIND private static final int REFERENCE_KIND private static final int UNINITIALIZED_KIND private static final int LOCAL_KIND private static final int STACK_KIND private static final int TOP_IF_LONG_OR_DOUBLE_FLAG private static final int TOP private static final int BOOLEAN private static final int BYTE private static final int CHAR private static final int SHORT private static final int INTEGER private static final int FLOAT private static final int LONG private static final int DOUBLE private static final int NULL private static final int UNINITIALIZED_THIS com.google.inject.internal.asm.$Label owner private int[] inputLocals private int[] inputStack private int[] outputLocals private int[] outputStack private short outputStackStart private short outputStackTop private int initializationCount private int[] initializations void <init> (com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Label owner final void copyFrom (com.google.inject.internal.asm.$Frame) com.google.inject.internal.asm.$Frame frame static int getAbstractTypeFromApiFormat (com.google.inject.internal.asm.$SymbolTable, java.lang.Object) String descriptor com.google.inject.internal.asm.$SymbolTable symbolTable Object type static int getAbstractTypeFromInternalName (com.google.inject.internal.asm.$SymbolTable, java.lang.String) com.google.inject.internal.asm.$SymbolTable symbolTable String internalName private static int getAbstractTypeFromDescriptor (com.google.inject.internal.asm.$SymbolTable, java.lang.String, int) String internalName int typeValue int typeValue int typeValue int typeValue int typeValue int typeValue int typeValue int typeValue String internalName int typeValue int elementDescriptorOffset int typeValue com.google.inject.internal.asm.$SymbolTable symbolTable String buffer int offset final void setInputFrameFromDescriptor (com.google.inject.internal.asm.$SymbolTable, int, java.lang.String, int) int abstractType com.google.inject.internal.asm.$Type argumentType com.google.inject.internal.asm.$SymbolTable symbolTable int access String descriptor int maxLocals int inputLocalIndex final void setInputFrameFromApiFormat (com.google.inject.internal.asm.$SymbolTable, int, java.lang.Object[], int, java.lang.Object[]) int i int i int i com.google.inject.internal.asm.$SymbolTable symbolTable int numLocal Object[] local int numStack Object[] stack int inputLocalIndex int numStackTop int inputStackIndex final int getInputStackSize () private int getLocal (int) int abstractType int localIndex private void setLocal (int, int) int[] newOutputLocals int localIndex int abstractType int outputLocalsLength private void push (int) int[] newOutputStack int abstractType int outputStackLength short outputStackSize private void push (com.google.inject.internal.asm.$SymbolTable, java.lang.String) com.google.inject.internal.asm.$SymbolTable symbolTable String descriptor int typeDescriptorOffset int abstractType private int pop () private void pop (int) int elements private void pop (java.lang.String) String descriptor char firstDescriptorChar private void addInitializedType (int) int[] newInitializations int abstractType int initializationsLength private int getInitializedType (com.google.inject.internal.asm.$SymbolTable, int) int initializedType int dim int kind int value int i com.google.inject.internal.asm.$SymbolTable symbolTable int abstractType void execute (int, int, com.google.inject.internal.asm.$Symbol, com.google.inject.internal.asm.$SymbolTable) int abstractType1 int previousLocalType int abstractType1 int previousLocalType int abstractType1 int abstractType1 int abstractType1 int abstractType2 int abstractType1 int abstractType2 int abstractType3 int abstractType1 int abstractType2 int abstractType1 int abstractType2 int abstractType3 int abstractType1 int abstractType2 int abstractType3 int abstractType4 int abstractType1 int abstractType2 int abstractType1 String arrayElementType String castType int opcode int arg com.google.inject.internal.asm.$Symbol argSymbol com.google.inject.internal.asm.$SymbolTable symbolTable private int getConcreteOutputType (int, int) int concreteOutputType int concreteOutputType int abstractOutputType int numStack int dim int kind final boolean merge (com.google.inject.internal.asm.$SymbolTable, com.google.inject.internal.asm.$Frame, int) int concreteOutputType int abstractOutputType int concreteOutputType int concreteOutputType int i int i int concreteOutputType int i int abstractOutputType int concreteOutputType int i com.google.inject.internal.asm.$SymbolTable symbolTable com.google.inject.internal.asm.$Frame dstFrame int catchTypeIndex boolean frameChanged int numLocal int numStack int numInputStack private static boolean merge (com.google.inject.internal.asm.$SymbolTable, int, int[], int) int mergedType int mergedDim int mergedType int srcDim int dstDim int mergedType int mergedType int mergedType com.google.inject.internal.asm.$SymbolTable symbolTable int sourceType int[] dstTypes int dstIndex int dstType int srcType int mergedType final void accept (com.google.inject.internal.asm.$MethodWriter) int localType int stackType int localType int stackType com.google.inject.internal.asm.$MethodWriter methodWriter int[] localTypes int numLocal int numTrailingTop int i int[] stackTypes int numStack int frameIndex static void putAbstractType (com.google.inject.internal.asm.$SymbolTable, int, com.google.inject.internal.asm.$ByteVector) int typeValue StringBuilder typeDescriptor com.google.inject.internal.asm.$SymbolTable symbolTable int abstractType com.google.inject.internal.asm.$ByteVector output int arrayDimensions }
com/google/inject/internal/asm/$Handle.class
Handle.java package com.google.inject.internal.asm public final com.google.inject.internal.asm.$Handle extends java.lang.Object { private final int tag private final String owner private final String name private final String descriptor private final boolean isInterface public void <init> (int, java.lang.String, java.lang.String, java.lang.String) int tag String owner String name String descriptor public void <init> (int, java.lang.String, java.lang.String, java.lang.String, boolean) int tag String owner String name String descriptor boolean isInterface public int getTag () public java.lang.String getOwner () public java.lang.String getName () public java.lang.String getDesc () public boolean isInterface () public boolean equals (java.lang.Object) Object object com.google.inject.internal.asm.$Handle handle public int hashCode () public java.lang.String toString () }
com/google/inject/internal/asm/$Handler.class
Handler.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$Handler extends java.lang.Object { final com.google.inject.internal.asm.$Label startPc final com.google.inject.internal.asm.$Label endPc final com.google.inject.internal.asm.$Label handlerPc final int catchType final String catchTypeDescriptor com.google.inject.internal.asm.$Handler nextHandler void <init> (com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, int, java.lang.String) com.google.inject.internal.asm.$Label startPc com.google.inject.internal.asm.$Label endPc com.google.inject.internal.asm.$Label handlerPc int catchType String catchTypeDescriptor void <init> (com.google.inject.internal.asm.$Handler, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Handler handler com.google.inject.internal.asm.$Label startPc com.google.inject.internal.asm.$Label endPc static com.google.inject.internal.asm.$Handler removeRange (com.google.inject.internal.asm.$Handler, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Handler firstHandler com.google.inject.internal.asm.$Label start com.google.inject.internal.asm.$Label end int handlerStart int handlerEnd int rangeStart int rangeEnd static int getExceptionTableLength (com.google.inject.internal.asm.$Handler) com.google.inject.internal.asm.$Handler firstHandler int length com.google.inject.internal.asm.$Handler handler static int getExceptionTableSize (com.google.inject.internal.asm.$Handler) com.google.inject.internal.asm.$Handler firstHandler static void putExceptionTable (com.google.inject.internal.asm.$Handler, com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$Handler firstHandler com.google.inject.internal.asm.$ByteVector output com.google.inject.internal.asm.$Handler handler }
com/google/inject/internal/asm/$Label.class
Label.java package com.google.inject.internal.asm public com.google.inject.internal.asm.$Label extends java.lang.Object { static final int FLAG_DEBUG_ONLY static final int FLAG_JUMP_TARGET static final int FLAG_RESOLVED static final int FLAG_REACHABLE static final int FLAG_SUBROUTINE_CALLER static final int FLAG_SUBROUTINE_START static final int FLAG_SUBROUTINE_END static final int LINE_NUMBERS_CAPACITY_INCREMENT static final int FORWARD_REFERENCES_CAPACITY_INCREMENT static final int FORWARD_REFERENCE_TYPE_MASK static final int FORWARD_REFERENCE_TYPE_SHORT static final int FORWARD_REFERENCE_TYPE_WIDE static final int FORWARD_REFERENCE_HANDLE_MASK static final com.google.inject.internal.asm.$Label EMPTY_LIST public Object info short flags private short lineNumber private int[] otherLineNumbers int bytecodeOffset private int[] forwardReferences short inputStackSize short outputStackSize short outputStackMax short subroutineId com.google.inject.internal.asm.$Frame frame com.google.inject.internal.asm.$Label nextBasicBlock com.google.inject.internal.asm.$Edge outgoingEdges com.google.inject.internal.asm.$Label nextListElement public void <init> () public int getOffset () final com.google.inject.internal.asm.$Label getCanonicalInstance () final void addLineNumber (int) int[] newLineNumbers int otherLineNumberIndex int lineNumber final void accept (com.google.inject.internal.asm.$MethodVisitor, boolean) int i com.google.inject.internal.asm.$MethodVisitor methodVisitor boolean visitLineNumbers final void put (com.google.inject.internal.asm.$ByteVector, int, boolean) com.google.inject.internal.asm.$ByteVector code int sourceInsnBytecodeOffset boolean wideReference private void addForwardReference (int, int, int) int[] newValues int sourceInsnBytecodeOffset int referenceType int referenceHandle int lastElementIndex final boolean resolve (byte[], int) int opcode int sourceInsnBytecodeOffset int reference int relativeOffset int handle int i byte[] code int bytecodeOffset boolean hasAsmInstructions final void markSubroutine (short) com.google.inject.internal.asm.$Label basicBlock short subroutineId com.google.inject.internal.asm.$Label listOfBlocksToProcess final void addSubroutineRetSuccessors (com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Label basicBlock com.google.inject.internal.asm.$Label newListOfProcessedBlocks com.google.inject.internal.asm.$Label subroutineCaller com.google.inject.internal.asm.$Label listOfProcessedBlocks com.google.inject.internal.asm.$Label listOfBlocksToProcess private com.google.inject.internal.asm.$Label pushSuccessors (com.google.inject.internal.asm.$Label) boolean isJsrTarget com.google.inject.internal.asm.$Label listOfLabelsToProcess com.google.inject.internal.asm.$Label newListOfLabelsToProcess com.google.inject.internal.asm.$Edge outgoingEdge public java.lang.String toString () static void <clinit> () }
com/google/inject/internal/asm/$MethodTooLargeException.class
MethodTooLargeException.java package com.google.inject.internal.asm public final com.google.inject.internal.asm.$MethodTooLargeException extends java.lang.IndexOutOfBoundsException { private static final long serialVersionUID private final String className private final String methodName private final String descriptor private final int codeSize public void <init> (java.lang.String, java.lang.String, java.lang.String, int) String className String methodName String descriptor int codeSize public java.lang.String getClassName () public java.lang.String getMethodName () public java.lang.String getDescriptor () public int getCodeSize () }
com/google/inject/internal/asm/$MethodVisitor.class
MethodVisitor.java package com.google.inject.internal.asm public abstract com.google.inject.internal.asm.$MethodVisitor extends java.lang.Object { private static final String REQUIRES_ASM5 protected final int api protected com.google.inject.internal.asm.$MethodVisitor mv public void <init> (int) int api public void <init> (int, com.google.inject.internal.asm.$MethodVisitor) int api com.google.inject.internal.asm.$MethodVisitor methodVisitor public void visitParameter (java.lang.String, int) String name int access public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotationDefault () public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitAnnotableParameterCount (int, boolean) int parameterCount boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitParameterAnnotation (int, java.lang.String, boolean) int parameter String descriptor boolean visible public void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public void visitCode () public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int type int numLocal Object[] local int numStack Object[] stack public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int var public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor int opcodeAndSource public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcode String owner String name String descriptor boolean isInterface public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, com.google.inject.internal.asm.$Handle, java.lang.Object[]) String name String descriptor com.google.inject.internal.asm.$Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void visitJumpInsn (int, com.google.inject.internal.asm.$Label) int opcode com.google.inject.internal.asm.$Label label public void visitLabel (com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Label label public void visitLdcInsn (java.lang.Object) Object value public void visitIincInsn (int, int) int var int increment public transient void visitTableSwitchInsn (int, int, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label[]) int min int max com.google.inject.internal.asm.$Label dflt com.google.inject.internal.asm.$Label[] labels public void visitLookupSwitchInsn (com.google.inject.internal.asm.$Label, int[], com.google.inject.internal.asm.$Label[]) com.google.inject.internal.asm.$Label dflt int[] keys com.google.inject.internal.asm.$Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions public com.google.inject.internal.asm.$AnnotationVisitor visitInsnAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitTryCatchBlock (com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, java.lang.String) com.google.inject.internal.asm.$Label start com.google.inject.internal.asm.$Label end com.google.inject.internal.asm.$Label handler String type public com.google.inject.internal.asm.$AnnotationVisitor visitTryCatchAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, int) String name String descriptor String signature com.google.inject.internal.asm.$Label start com.google.inject.internal.asm.$Label end int index public com.google.inject.internal.asm.$AnnotationVisitor visitLocalVariableAnnotation (int, com.google.inject.internal.asm.$TypePath, com.google.inject.internal.asm.$Label[], com.google.inject.internal.asm.$Label[], int[], java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath com.google.inject.internal.asm.$Label[] start com.google.inject.internal.asm.$Label[] end int[] index String descriptor boolean visible public void visitLineNumber (int, com.google.inject.internal.asm.$Label) int line com.google.inject.internal.asm.$Label start public void visitMaxs (int, int) int maxStack int maxLocals public void visitEnd () }
com/google/inject/internal/asm/$MethodWriter.class
MethodWriter.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$MethodWriter extends com.google.inject.internal.asm.$MethodVisitor { static final int COMPUTE_NOTHING static final int COMPUTE_MAX_STACK_AND_LOCAL static final int COMPUTE_MAX_STACK_AND_LOCAL_FROM_FRAMES static final int COMPUTE_INSERTED_FRAMES static final int COMPUTE_ALL_FRAMES private static final int NA private static final int[] STACK_SIZE_DELTA private final com.google.inject.internal.asm.$SymbolTable symbolTable private final int accessFlags private final int nameIndex private final String name private final int descriptorIndex private final String descriptor private int maxStack private int maxLocals private final com.google.inject.internal.asm.$ByteVector code private com.google.inject.internal.asm.$Handler firstHandler private com.google.inject.internal.asm.$Handler lastHandler private int lineNumberTableLength private com.google.inject.internal.asm.$ByteVector lineNumberTable private int localVariableTableLength private com.google.inject.internal.asm.$ByteVector localVariableTable private int localVariableTypeTableLength private com.google.inject.internal.asm.$ByteVector localVariableTypeTable private int stackMapTableNumberOfEntries private com.google.inject.internal.asm.$ByteVector stackMapTableEntries private com.google.inject.internal.asm.$AnnotationWriter lastCodeRuntimeVisibleTypeAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastCodeRuntimeInvisibleTypeAnnotation private com.google.inject.internal.asm.$Attribute firstCodeAttribute private final int numberOfExceptions private final int[] exceptionIndexTable private final int signatureIndex private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleAnnotation private int visibleAnnotableParameterCount private com.google.inject.internal.asm.$AnnotationWriter[] lastRuntimeVisibleParameterAnnotations private int invisibleAnnotableParameterCount private com.google.inject.internal.asm.$AnnotationWriter[] lastRuntimeInvisibleParameterAnnotations private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleTypeAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleTypeAnnotation private com.google.inject.internal.asm.$ByteVector defaultValue private int parametersCount private com.google.inject.internal.asm.$ByteVector parameters private com.google.inject.internal.asm.$Attribute firstAttribute private final int compute private com.google.inject.internal.asm.$Label firstBasicBlock private com.google.inject.internal.asm.$Label lastBasicBlock private com.google.inject.internal.asm.$Label currentBasicBlock private int relativeStackSize private int maxRelativeStackSize private int currentLocals private int previousFrameOffset private int[] previousFrame private int[] currentFrame private boolean hasSubroutines private boolean hasAsmInstructions private int lastBytecodeOffset private int sourceOffset private int sourceLength void <init> (com.google.inject.internal.asm.$SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], int) int i int argumentsSize com.google.inject.internal.asm.$SymbolTable symbolTable int access String name String descriptor String signature String[] exceptions int compute boolean hasFrames () boolean hasAsmInstructions () public void visitParameter (java.lang.String, int) String name int access public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotationDefault () public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitAnnotableParameterCount (int, boolean) int parameterCount boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitParameterAnnotation (int, java.lang.String, boolean) int parameter String annotationDescriptor boolean visible public void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public void visitCode () public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int argumentsSize com.google.inject.internal.asm.$Frame implicitFirstFrame int i int i int frameIndex int offsetDelta int i int i int i int offsetDelta int i int type int numLocal Object[] local int numStack Object[] stack public void visitInsn (int) int size int opcode public void visitIntInsn (int, int) int size int opcode int operand public void visitVarInsn (int, int) int optimizedOpcode int optimizedOpcode int size int currentMaxLocals int currentMaxLocals int opcode int var public void visitTypeInsn (int, java.lang.String) int size int opcode String type com.google.inject.internal.asm.$Symbol typeSymbol public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int size int size int size int size char firstDescChar int opcode String owner String name String descriptor com.google.inject.internal.asm.$Symbol fieldrefSymbol public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int size int argumentsAndReturnSize int stackSizeDelta int size int opcode String owner String name String descriptor boolean isInterface com.google.inject.internal.asm.$Symbol methodrefSymbol public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, com.google.inject.internal.asm.$Handle, java.lang.Object[]) int argumentsAndReturnSize int stackSizeDelta int size String name String descriptor com.google.inject.internal.asm.$Handle bootstrapMethodHandle Object[] bootstrapMethodArguments com.google.inject.internal.asm.$Symbol invokeDynamicSymbol public void visitJumpInsn (int, com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Label nextBasicBlock int opcode com.google.inject.internal.asm.$Label label int baseOpcode boolean nextInsnIsJumpTarget public void visitLabel (com.google.inject.internal.asm.$Label) com.google.inject.internal.asm.$Label label public void visitLdcInsn (java.lang.Object) char firstDescriptorChar int size Object value com.google.inject.internal.asm.$Symbol constantSymbol int constantIndex boolean isLongOrDouble public void visitIincInsn (int, int) int currentMaxLocals int var int increment public transient void visitTableSwitchInsn (int, int, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label[]) com.google.inject.internal.asm.$Label label int min int max com.google.inject.internal.asm.$Label dflt com.google.inject.internal.asm.$Label[] labels public void visitLookupSwitchInsn (com.google.inject.internal.asm.$Label, int[], com.google.inject.internal.asm.$Label[]) int i com.google.inject.internal.asm.$Label dflt int[] keys com.google.inject.internal.asm.$Label[] labels private void visitSwitchInsn (com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label[]) com.google.inject.internal.asm.$Label label com.google.inject.internal.asm.$Label label com.google.inject.internal.asm.$Label dflt com.google.inject.internal.asm.$Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions com.google.inject.internal.asm.$Symbol descSymbol public com.google.inject.internal.asm.$AnnotationVisitor visitInsnAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitTryCatchBlock (com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, java.lang.String) com.google.inject.internal.asm.$Label start com.google.inject.internal.asm.$Label end com.google.inject.internal.asm.$Label handler String type com.google.inject.internal.asm.$Handler newHandler public com.google.inject.internal.asm.$AnnotationVisitor visitTryCatchAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, int) char firstDescChar int currentMaxLocals String name String descriptor String signature com.google.inject.internal.asm.$Label start com.google.inject.internal.asm.$Label end int index public com.google.inject.internal.asm.$AnnotationVisitor visitLocalVariableAnnotation (int, com.google.inject.internal.asm.$TypePath, com.google.inject.internal.asm.$Label[], com.google.inject.internal.asm.$Label[], int[], java.lang.String, boolean) int i int typeRef com.google.inject.internal.asm.$TypePath typePath com.google.inject.internal.asm.$Label[] start com.google.inject.internal.asm.$Label[] end int[] index String descriptor boolean visible com.google.inject.internal.asm.$ByteVector typeAnnotation public void visitLineNumber (int, com.google.inject.internal.asm.$Label) int line com.google.inject.internal.asm.$Label start public void visitMaxs (int, int) int maxStack int maxLocals private void computeAllFrames () String catchTypeDescriptor int catchType com.google.inject.internal.asm.$Label handlerBlock com.google.inject.internal.asm.$Label handlerRangeBlock com.google.inject.internal.asm.$Label handlerRangeEnd com.google.inject.internal.asm.$Label successorBlock boolean successorBlockChanged com.google.inject.internal.asm.$Label basicBlock int maxBlockStackSize com.google.inject.internal.asm.$Edge outgoingEdge int i int frameIndex com.google.inject.internal.asm.$Label nextBasicBlock int startOffset int endOffset com.google.inject.internal.asm.$Handler handler com.google.inject.internal.asm.$Frame firstFrame com.google.inject.internal.asm.$Label listOfBlocksToProcess int maxStackSize com.google.inject.internal.asm.$Label basicBlock private void computeMaxStackAndLocal () com.google.inject.internal.asm.$Label handlerBlock com.google.inject.internal.asm.$Label handlerRangeBlock com.google.inject.internal.asm.$Label handlerRangeEnd com.google.inject.internal.asm.$Label jsrTarget com.google.inject.internal.asm.$Label basicBlock short currentSubroutine com.google.inject.internal.asm.$Label subroutine short numSubroutines com.google.inject.internal.asm.$Label basicBlock com.google.inject.internal.asm.$Label successorBlock com.google.inject.internal.asm.$Label basicBlock int inputStackTop int maxBlockStackSize com.google.inject.internal.asm.$Edge outgoingEdge com.google.inject.internal.asm.$Handler handler com.google.inject.internal.asm.$Label listOfBlocksToProcess int maxStackSize public void visitEnd () private void addSuccessorToCurrentBasicBlock (int, com.google.inject.internal.asm.$Label) int info com.google.inject.internal.asm.$Label successor private void endCurrentBasicBlockWithNoSuccessor () com.google.inject.internal.asm.$Label nextBasicBlock int visitFrameStart (int, int, int) int offset int numLocal int numStack int frameLength void visitAbstractType (int, int) int frameIndex int abstractType void visitFrameEnd () private void putFrame () int i int frameIndex int numLocal int numStack int offsetDelta int previousNumlocal int numLocalDelta int type private void putAbstractTypes (int, int) int i int start int end private void putFrameType (java.lang.Object) Object type boolean canCopyMethodAttributes (com.google.inject.internal.asm.$ClassReader, boolean, boolean, int, int, int) int i int currentExceptionOffset com.google.inject.internal.asm.$ClassReader source boolean hasSyntheticAttribute boolean hasDeprecatedAttribute int descriptorIndex int signatureIndex int exceptionsOffset boolean needSyntheticAttribute void setMethodAttributesSource (int, int) int methodInfoOffset int methodInfoLength int computeMethodInfoSize () boolean useStackMapTable int size void putMethodInfo (com.google.inject.internal.asm.$ByteVector) boolean useStackMapTable int size int codeAttributeCount int exceptionIndex com.google.inject.internal.asm.$ByteVector output boolean useSyntheticAttribute int mask int attributeCount final void collectAttributePrototypes (com.google.inject.internal.asm.$Attribute$Set) com.google.inject.internal.asm.$Attribute$Set attributePrototypes static void <clinit> () }
com/google/inject/internal/asm/$ModuleVisitor.class
ModuleVisitor.java package com.google.inject.internal.asm public abstract com.google.inject.internal.asm.$ModuleVisitor extends java.lang.Object { protected final int api protected com.google.inject.internal.asm.$ModuleVisitor mv public void <init> (int) int api public void <init> (int, com.google.inject.internal.asm.$ModuleVisitor) int api com.google.inject.internal.asm.$ModuleVisitor moduleVisitor public void visitMainClass (java.lang.String) String mainClass public void visitPackage (java.lang.String) String packaze public void visitRequire (java.lang.String, int, java.lang.String) String module int access String version public transient void visitExport (java.lang.String, int, java.lang.String[]) String packaze int access String[] modules public transient void visitOpen (java.lang.String, int, java.lang.String[]) String packaze int access String[] modules public void visitUse (java.lang.String) String service public transient void visitProvide (java.lang.String, java.lang.String[]) String service String[] providers public void visitEnd () }
com/google/inject/internal/asm/$ModuleWriter.class
ModuleWriter.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$ModuleWriter extends com.google.inject.internal.asm.$ModuleVisitor { private final com.google.inject.internal.asm.$SymbolTable symbolTable private final int moduleNameIndex private final int moduleFlags private final int moduleVersionIndex private int requiresCount private final com.google.inject.internal.asm.$ByteVector requires private int exportsCount private final com.google.inject.internal.asm.$ByteVector exports private int opensCount private final com.google.inject.internal.asm.$ByteVector opens private int usesCount private final com.google.inject.internal.asm.$ByteVector usesIndex private int providesCount private final com.google.inject.internal.asm.$ByteVector provides private int packageCount private final com.google.inject.internal.asm.$ByteVector packageIndex private int mainClassIndex void <init> (com.google.inject.internal.asm.$SymbolTable, int, int, int) com.google.inject.internal.asm.$SymbolTable symbolTable int name int access int version public void visitMainClass (java.lang.String) String mainClass public void visitPackage (java.lang.String) String packaze public void visitRequire (java.lang.String, int, java.lang.String) String module int access String version public transient void visitExport (java.lang.String, int, java.lang.String[]) String module String packaze int access String[] modules public transient void visitOpen (java.lang.String, int, java.lang.String[]) String module String packaze int access String[] modules public void visitUse (java.lang.String) String service public transient void visitProvide (java.lang.String, java.lang.String[]) String provider String service String[] providers public void visitEnd () int getAttributeCount () int computeAttributesSize () int size void putAttributes (com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$ByteVector output int moduleAttributeLength }
com/google/inject/internal/asm/$Opcodes.class
Opcodes.java package com.google.inject.internal.asm public abstract com.google.inject.internal.asm.$Opcodes extends java.lang.Object { public static final int ASM4 public static final int ASM5 public static final int ASM6 public static final int ASM7 public static final int ASM8 public static final int ASM9 public static final int ASM10_EXPERIMENTAL public static final int SOURCE_DEPRECATED public static final int SOURCE_MASK public static final int V1_1 public static final int V1_2 public static final int V1_3 public static final int V1_4 public static final int V1_5 public static final int V1_6 public static final int V1_7 public static final int V1_8 public static final int V9 public static final int V10 public static final int V11 public static final int V12 public static final int V13 public static final int V14 public static final int V15 public static final int V16 public static final int V17 public static final int V18 public static final int V_PREVIEW public static final int ACC_PUBLIC public static final int ACC_PRIVATE public static final int ACC_PROTECTED public static final int ACC_STATIC public static final int ACC_FINAL public static final int ACC_SUPER public static final int ACC_SYNCHRONIZED public static final int ACC_OPEN public static final int ACC_TRANSITIVE public static final int ACC_VOLATILE public static final int ACC_BRIDGE public static final int ACC_STATIC_PHASE public static final int ACC_VARARGS public static final int ACC_TRANSIENT public static final int ACC_NATIVE public static final int ACC_INTERFACE public static final int ACC_ABSTRACT public static final int ACC_STRICT public static final int ACC_SYNTHETIC public static final int ACC_ANNOTATION public static final int ACC_ENUM public static final int ACC_MANDATED public static final int ACC_MODULE public static final int ACC_RECORD public static final int ACC_DEPRECATED public static final int T_BOOLEAN public static final int T_CHAR public static final int T_FLOAT public static final int T_DOUBLE public static final int T_BYTE public static final int T_SHORT public static final int T_INT public static final int T_LONG public static final int H_GETFIELD public static final int H_GETSTATIC public static final int H_PUTFIELD public static final int H_PUTSTATIC public static final int H_INVOKEVIRTUAL public static final int H_INVOKESTATIC public static final int H_INVOKESPECIAL public static final int H_NEWINVOKESPECIAL public static final int H_INVOKEINTERFACE public static final int F_NEW public static final int F_FULL public static final int F_APPEND public static final int F_CHOP public static final int F_SAME public static final int F_SAME1 public static final Integer TOP public static final Integer INTEGER public static final Integer FLOAT public static final Integer DOUBLE public static final Integer LONG public static final Integer NULL public static final Integer UNINITIALIZED_THIS public static final int NOP public static final int ACONST_NULL public static final int ICONST_M1 public static final int ICONST_0 public static final int ICONST_1 public static final int ICONST_2 public static final int ICONST_3 public static final int ICONST_4 public static final int ICONST_5 public static final int LCONST_0 public static final int LCONST_1 public static final int FCONST_0 public static final int FCONST_1 public static final int FCONST_2 public static final int DCONST_0 public static final int DCONST_1 public static final int BIPUSH public static final int SIPUSH public static final int LDC public static final int ILOAD public static final int LLOAD public static final int FLOAD public static final int DLOAD public static final int ALOAD public static final int IALOAD public static final int LALOAD public static final int FALOAD public static final int DALOAD public static final int AALOAD public static final int BALOAD public static final int CALOAD public static final int SALOAD public static final int ISTORE public static final int LSTORE public static final int FSTORE public static final int DSTORE public static final int ASTORE public static final int IASTORE public static final int LASTORE public static final int FASTORE public static final int DASTORE public static final int AASTORE public static final int BASTORE public static final int CASTORE public static final int SASTORE public static final int POP public static final int POP2 public static final int DUP public static final int DUP_X1 public static final int DUP_X2 public static final int DUP2 public static final int DUP2_X1 public static final int DUP2_X2 public static final int SWAP public static final int IADD public static final int LADD public static final int FADD public static final int DADD public static final int ISUB public static final int LSUB public static final int FSUB public static final int DSUB public static final int IMUL public static final int LMUL public static final int FMUL public static final int DMUL public static final int IDIV public static final int LDIV public static final int FDIV public static final int DDIV public static final int IREM public static final int LREM public static final int FREM public static final int DREM public static final int INEG public static final int LNEG public static final int FNEG public static final int DNEG public static final int ISHL public static final int LSHL public static final int ISHR public static final int LSHR public static final int IUSHR public static final int LUSHR public static final int IAND public static final int LAND public static final int IOR public static final int LOR public static final int IXOR public static final int LXOR public static final int IINC public static final int I2L public static final int I2F public static final int I2D public static final int L2I public static final int L2F public static final int L2D public static final int F2I public static final int F2L public static final int F2D public static final int D2I public static final int D2L public static final int D2F public static final int I2B public static final int I2C public static final int I2S public static final int LCMP public static final int FCMPL public static final int FCMPG public static final int DCMPL public static final int DCMPG public static final int IFEQ public static final int IFNE public static final int IFLT public static final int IFGE public static final int IFGT public static final int IFLE public static final int IF_ICMPEQ public static final int IF_ICMPNE public static final int IF_ICMPLT public static final int IF_ICMPGE public static final int IF_ICMPGT public static final int IF_ICMPLE public static final int IF_ACMPEQ public static final int IF_ACMPNE public static final int GOTO public static final int JSR public static final int RET public static final int TABLESWITCH public static final int LOOKUPSWITCH public static final int IRETURN public static final int LRETURN public static final int FRETURN public static final int DRETURN public static final int ARETURN public static final int RETURN public static final int GETSTATIC public static final int PUTSTATIC public static final int GETFIELD public static final int PUTFIELD public static final int INVOKEVIRTUAL public static final int INVOKESPECIAL public static final int INVOKESTATIC public static final int INVOKEINTERFACE public static final int INVOKEDYNAMIC public static final int NEW public static final int NEWARRAY public static final int ANEWARRAY public static final int ARRAYLENGTH public static final int ATHROW public static final int CHECKCAST public static final int INSTANCEOF public static final int MONITORENTER public static final int MONITOREXIT public static final int MULTIANEWARRAY public static final int IFNULL public static final int IFNONNULL static void <clinit> () }
com/google/inject/internal/asm/$RecordComponentVisitor.class
RecordComponentVisitor.java package com.google.inject.internal.asm public abstract com.google.inject.internal.asm.$RecordComponentVisitor extends java.lang.Object { protected final int api com.google.inject.internal.asm.$RecordComponentVisitor delegate public void <init> (int) int api public void <init> (int, com.google.inject.internal.asm.$RecordComponentVisitor) int api com.google.inject.internal.asm.$RecordComponentVisitor recordComponentVisitor public com.google.inject.internal.asm.$RecordComponentVisitor getDelegate () public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public void visitEnd () }
com/google/inject/internal/asm/$RecordComponentWriter.class
RecordComponentWriter.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$RecordComponentWriter extends com.google.inject.internal.asm.$RecordComponentVisitor { private final com.google.inject.internal.asm.$SymbolTable symbolTable private final int nameIndex private final int descriptorIndex private int signatureIndex private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeVisibleTypeAnnotation private com.google.inject.internal.asm.$AnnotationWriter lastRuntimeInvisibleTypeAnnotation private com.google.inject.internal.asm.$Attribute firstAttribute void <init> (com.google.inject.internal.asm.$SymbolTable, java.lang.String, java.lang.String, java.lang.String) com.google.inject.internal.asm.$SymbolTable symbolTable String name String descriptor String signature public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitTypeAnnotation (int, com.google.inject.internal.asm.$TypePath, java.lang.String, boolean) int typeRef com.google.inject.internal.asm.$TypePath typePath String descriptor boolean visible public void visitAttribute (com.google.inject.internal.asm.$Attribute) com.google.inject.internal.asm.$Attribute attribute public void visitEnd () int computeRecordComponentInfoSize () int size void putRecordComponentInfo (com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$ByteVector output int attributesCount final void collectAttributePrototypes (com.google.inject.internal.asm.$Attribute$Set) com.google.inject.internal.asm.$Attribute$Set attributePrototypes }
com/google/inject/internal/asm/$Symbol.class
Symbol.java package com.google.inject.internal.asm abstract com.google.inject.internal.asm.$Symbol extends java.lang.Object { static final int CONSTANT_CLASS_TAG static final int CONSTANT_FIELDREF_TAG static final int CONSTANT_METHODREF_TAG static final int CONSTANT_INTERFACE_METHODREF_TAG static final int CONSTANT_STRING_TAG static final int CONSTANT_INTEGER_TAG static final int CONSTANT_FLOAT_TAG static final int CONSTANT_LONG_TAG static final int CONSTANT_DOUBLE_TAG static final int CONSTANT_NAME_AND_TYPE_TAG static final int CONSTANT_UTF8_TAG static final int CONSTANT_METHOD_HANDLE_TAG static final int CONSTANT_METHOD_TYPE_TAG static final int CONSTANT_DYNAMIC_TAG static final int CONSTANT_INVOKE_DYNAMIC_TAG static final int CONSTANT_MODULE_TAG static final int CONSTANT_PACKAGE_TAG static final int BOOTSTRAP_METHOD_TAG static final int TYPE_TAG static final int UNINITIALIZED_TYPE_TAG static final int MERGED_TYPE_TAG final int index final int tag final String owner final String name final String value final long data int info void <init> (int, int, java.lang.String, java.lang.String, java.lang.String, long) int index int tag String owner String name String value long data int getArgumentsAndReturnSizes () }
com/google/inject/internal/asm/$SymbolTable$Entry.class
SymbolTable.java package com.google.inject.internal.asm com.google.inject.internal.asm.$SymbolTable$Entry extends com.google.inject.internal.asm.$Symbol { final int hashCode com.google.inject.internal.asm.$SymbolTable$Entry next void <init> (int, int, java.lang.String, java.lang.String, java.lang.String, long, int) int index int tag String owner String name String value long data int hashCode void <init> (int, int, java.lang.String, int) int index int tag String value int hashCode void <init> (int, int, java.lang.String, long, int) int index int tag String value long data int hashCode void <init> (int, int, java.lang.String, java.lang.String, int) int index int tag String name String value int hashCode void <init> (int, int, long, int) int index int tag long data int hashCode }
com/google/inject/internal/asm/$SymbolTable.class
SymbolTable.java package com.google.inject.internal.asm final com.google.inject.internal.asm.$SymbolTable extends java.lang.Object { final com.google.inject.internal.asm.$ClassWriter classWriter private final com.google.inject.internal.asm.$ClassReader sourceClassReader private int majorVersion private String className private int entryCount private com.google.inject.internal.asm.$SymbolTable$Entry[] entries private int constantPoolCount private com.google.inject.internal.asm.$ByteVector constantPool private int bootstrapMethodCount private com.google.inject.internal.asm.$ByteVector bootstrapMethods private int typeCount private com.google.inject.internal.asm.$SymbolTable$Entry[] typeTable void <init> (com.google.inject.internal.asm.$ClassWriter) com.google.inject.internal.asm.$ClassWriter classWriter void <init> (com.google.inject.internal.asm.$ClassWriter, com.google.inject.internal.asm.$ClassReader) int nameAndTypeItemOffset int nameAndTypeItemOffset int memberRefItemOffset int nameAndTypeItemOffset int itemOffset int itemTag com.google.inject.internal.asm.$ClassWriter classWriter com.google.inject.internal.asm.$ClassReader classReader byte[] inputBytes int constantPoolOffset int constantPoolLength char[] charBuffer boolean hasBootstrapMethods int itemIndex private void copyBootstrapMethods (com.google.inject.internal.asm.$ClassReader, char[]) String attributeName int i int bootstrapArgument int offset int bootstrapMethodRef int numBootstrapArguments int hashCode int i int bootstrapMethodsOffset int bootstrapMethodsLength int currentOffset com.google.inject.internal.asm.$ClassReader classReader char[] charBuffer byte[] inputBytes int currentAttributeOffset com.google.inject.internal.asm.$ClassReader getSource () int getMajorVersion () java.lang.String getClassName () int setMajorVersionAndClassName (int, java.lang.String) int majorVersion String className int getConstantPoolCount () int getConstantPoolLength () void putConstantPool (com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$ByteVector output int computeBootstrapMethodsSize () void putBootstrapMethods (com.google.inject.internal.asm.$ByteVector) com.google.inject.internal.asm.$ByteVector output private com.google.inject.internal.asm.$SymbolTable$Entry get (int) int hashCode private com.google.inject.internal.asm.$SymbolTable$Entry put (com.google.inject.internal.asm.$SymbolTable$Entry) int newCurrentEntryIndex com.google.inject.internal.asm.$SymbolTable$Entry nextEntry com.google.inject.internal.asm.$SymbolTable$Entry currentEntry int i int currentCapacity int newCapacity com.google.inject.internal.asm.$SymbolTable$Entry[] newEntries com.google.inject.internal.asm.$SymbolTable$Entry entry int index private void add (com.google.inject.internal.asm.$SymbolTable$Entry) com.google.inject.internal.asm.$SymbolTable$Entry entry int index com.google.inject.internal.asm.$Symbol addConstant (java.lang.Object) com.google.inject.internal.asm.$Type type int typeSort com.google.inject.internal.asm.$Handle handle com.google.inject.internal.asm.$ConstantDynamic constantDynamic Object value com.google.inject.internal.asm.$Symbol addConstantClass (java.lang.String) String value com.google.inject.internal.asm.$Symbol addConstantFieldref (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor com.google.inject.internal.asm.$Symbol addConstantMethodref (java.lang.String, java.lang.String, java.lang.String, boolean) String owner String name String descriptor boolean isInterface int tag private com.google.inject.internal.asm.$SymbolTable$Entry addConstantMemberReference (int, java.lang.String, java.lang.String, java.lang.String) int tag String owner String name String descriptor int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry private void addConstantMemberReference (int, int, java.lang.String, java.lang.String, java.lang.String) int index int tag String owner String name String descriptor com.google.inject.internal.asm.$Symbol addConstantString (java.lang.String) String value com.google.inject.internal.asm.$Symbol addConstantInteger (int) int value com.google.inject.internal.asm.$Symbol addConstantFloat (float) float value private com.google.inject.internal.asm.$Symbol addConstantIntegerOrFloat (int, int) int tag int value int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry private void addConstantIntegerOrFloat (int, int, int) int index int tag int value com.google.inject.internal.asm.$Symbol addConstantLong (long) long value com.google.inject.internal.asm.$Symbol addConstantDouble (double) double value private com.google.inject.internal.asm.$Symbol addConstantLongOrDouble (int, long) int tag long value int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry int index private void addConstantLongOrDouble (int, int, long) int index int tag long value int addConstantNameAndType (java.lang.String, java.lang.String) String name String descriptor int tag int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry private void addConstantNameAndType (int, java.lang.String, java.lang.String) int index String name String descriptor int tag int addConstantUtf8 (java.lang.String) String value int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry private void addConstantUtf8 (int, java.lang.String) int index String value com.google.inject.internal.asm.$Symbol addConstantMethodHandle (int, java.lang.String, java.lang.String, java.lang.String, boolean) int referenceKind String owner String name String descriptor boolean isInterface int tag int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry private void addConstantMethodHandle (int, int, java.lang.String, java.lang.String, java.lang.String) int index int referenceKind String owner String name String descriptor int tag int hashCode com.google.inject.internal.asm.$Symbol addConstantMethodType (java.lang.String) String methodDescriptor transient com.google.inject.internal.asm.$Symbol addConstantDynamic (java.lang.String, java.lang.String, com.google.inject.internal.asm.$Handle, java.lang.Object[]) String name String descriptor com.google.inject.internal.asm.$Handle bootstrapMethodHandle Object[] bootstrapMethodArguments com.google.inject.internal.asm.$Symbol bootstrapMethod transient com.google.inject.internal.asm.$Symbol addConstantInvokeDynamic (java.lang.String, java.lang.String, com.google.inject.internal.asm.$Handle, java.lang.Object[]) String name String descriptor com.google.inject.internal.asm.$Handle bootstrapMethodHandle Object[] bootstrapMethodArguments com.google.inject.internal.asm.$Symbol bootstrapMethod private com.google.inject.internal.asm.$Symbol addConstantDynamicOrInvokeDynamicReference (int, java.lang.String, java.lang.String, int) int tag String name String descriptor int bootstrapMethodIndex int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry private void addConstantDynamicOrInvokeDynamicReference (int, int, java.lang.String, java.lang.String, int) int tag int index String name String descriptor int bootstrapMethodIndex int hashCode com.google.inject.internal.asm.$Symbol addConstantModule (java.lang.String) String moduleName com.google.inject.internal.asm.$Symbol addConstantPackage (java.lang.String) String packageName private com.google.inject.internal.asm.$Symbol addConstantUtf8Reference (int, java.lang.String) int tag String value int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry private void addConstantUtf8Reference (int, int, java.lang.String) int index int tag String value transient com.google.inject.internal.asm.$Symbol addBootstrapMethod (com.google.inject.internal.asm.$Handle, java.lang.Object[]) int i int i Object bootstrapMethodArgument com.google.inject.internal.asm.$Handle bootstrapMethodHandle Object[] bootstrapMethodArguments com.google.inject.internal.asm.$ByteVector bootstrapMethodsAttribute int numBootstrapArguments int[] bootstrapMethodArgumentIndexes int bootstrapMethodOffset int bootstrapMethodlength int hashCode private com.google.inject.internal.asm.$Symbol addBootstrapMethod (int, int, int) int i int otherOffset boolean isSameBootstrapMethod int offset int length int hashCode byte[] bootstrapMethodsData com.google.inject.internal.asm.$SymbolTable$Entry entry com.google.inject.internal.asm.$Symbol getType (int) int typeIndex int addType (java.lang.String) String value int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry int addUninitializedType (java.lang.String, int) String value int bytecodeOffset int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry int addMergedType (int, int) int typeTableIndex1 int typeTableIndex2 long data int hashCode com.google.inject.internal.asm.$SymbolTable$Entry entry String type1 String type2 int commonSuperTypeIndex private int addTypeInternal (com.google.inject.internal.asm.$SymbolTable$Entry) com.google.inject.internal.asm.$SymbolTable$Entry[] newTypeTable com.google.inject.internal.asm.$SymbolTable$Entry entry private static int hash (int, int) int tag int value private static int hash (int, long) int tag long value private static int hash (int, java.lang.String) int tag String value private static int hash (int, java.lang.String, int) int tag String value1 int value2 private static int hash (int, java.lang.String, java.lang.String) int tag String value1 String value2 private static int hash (int, java.lang.String, java.lang.String, int) int tag String value1 String value2 int value3 private static int hash (int, java.lang.String, java.lang.String, java.lang.String) int tag String value1 String value2 String value3 private static int hash (int, java.lang.String, java.lang.String, java.lang.String, int) int tag String value1 String value2 String value3 int value4 }
com/google/inject/internal/asm/$Type.class
Type.java package com.google.inject.internal.asm public final com.google.inject.internal.asm.$Type extends java.lang.Object { public static final int VOID public static final int BOOLEAN public static final int CHAR public static final int BYTE public static final int SHORT public static final int INT public static final int FLOAT public static final int LONG public static final int DOUBLE public static final int ARRAY public static final int OBJECT public static final int METHOD private static final int INTERNAL private static final String PRIMITIVE_DESCRIPTORS public static final com.google.inject.internal.asm.$Type VOID_TYPE public static final com.google.inject.internal.asm.$Type BOOLEAN_TYPE public static final com.google.inject.internal.asm.$Type CHAR_TYPE public static final com.google.inject.internal.asm.$Type BYTE_TYPE public static final com.google.inject.internal.asm.$Type SHORT_TYPE public static final com.google.inject.internal.asm.$Type INT_TYPE public static final com.google.inject.internal.asm.$Type FLOAT_TYPE public static final com.google.inject.internal.asm.$Type LONG_TYPE public static final com.google.inject.internal.asm.$Type DOUBLE_TYPE private final int sort private final String valueBuffer private final int valueBegin private final int valueEnd private void <init> (int, java.lang.String, int, int) int sort String valueBuffer int valueBegin int valueEnd public static com.google.inject.internal.asm.$Type getType (java.lang.String) String typeDescriptor public static com.google.inject.internal.asm.$Type getType (java.lang.Class) Class clazz public static com.google.inject.internal.asm.$Type getType (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public static com.google.inject.internal.asm.$Type getType (java.lang.reflect.Method) java.lang.reflect.Method method public com.google.inject.internal.asm.$Type getElementType () int numDimensions public static com.google.inject.internal.asm.$Type getObjectType (java.lang.String) String internalName public static com.google.inject.internal.asm.$Type getMethodType (java.lang.String) String methodDescriptor public static transient com.google.inject.internal.asm.$Type getMethodType (com.google.inject.internal.asm.$Type, com.google.inject.internal.asm.$Type[]) com.google.inject.internal.asm.$Type returnType com.google.inject.internal.asm.$Type[] argumentTypes public com.google.inject.internal.asm.$Type[] getArgumentTypes () public static com.google.inject.internal.asm.$Type[] getArgumentTypes (java.lang.String) int semiColumnOffset int semiColumnOffset int currentArgumentTypeOffset String methodDescriptor int numArgumentTypes int currentOffset com.google.inject.internal.asm.$Type[] argumentTypes int currentArgumentTypeIndex public static com.google.inject.internal.asm.$Type[] getArgumentTypes (java.lang.reflect.Method) int i java.lang.reflect.Method method Class[] classes com.google.inject.internal.asm.$Type[] types public com.google.inject.internal.asm.$Type getReturnType () public static com.google.inject.internal.asm.$Type getReturnType (java.lang.String) String methodDescriptor public static com.google.inject.internal.asm.$Type getReturnType (java.lang.reflect.Method) java.lang.reflect.Method method static int getReturnTypeOffset (java.lang.String) int semiColumnOffset String methodDescriptor int currentOffset private static com.google.inject.internal.asm.$Type getTypeInternal (java.lang.String, int, int) String descriptorBuffer int descriptorBegin int descriptorEnd public java.lang.String getClassName () int i StringBuilder stringBuilder public java.lang.String getInternalName () public static java.lang.String getInternalName (java.lang.Class) Class clazz public java.lang.String getDescriptor () public static java.lang.String getDescriptor (java.lang.Class) Class clazz StringBuilder stringBuilder public static java.lang.String getConstructorDescriptor (java.lang.reflect.Constructor) Class parameter java.lang.reflect.Constructor constructor StringBuilder stringBuilder Class[] parameters public static transient java.lang.String getMethodDescriptor (com.google.inject.internal.asm.$Type, com.google.inject.internal.asm.$Type[]) com.google.inject.internal.asm.$Type argumentType com.google.inject.internal.asm.$Type returnType com.google.inject.internal.asm.$Type[] argumentTypes StringBuilder stringBuilder public static java.lang.String getMethodDescriptor (java.lang.reflect.Method) Class parameter java.lang.reflect.Method method StringBuilder stringBuilder Class[] parameters private void appendDescriptor (java.lang.StringBuilder) StringBuilder stringBuilder private static void appendDescriptor (java.lang.Class, java.lang.StringBuilder) char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor Class clazz StringBuilder stringBuilder Class currentClass public int getSort () public int getDimensions () int numDimensions public int getSize () public int getArgumentsAndReturnSizes () public static int getArgumentsAndReturnSizes (java.lang.String) int semiColumnOffset int returnSize String methodDescriptor int argumentsSize int currentOffset int currentChar public int getOpcode (int) int opcode public boolean equals (java.lang.Object) int i int j Object object com.google.inject.internal.asm.$Type other int begin int end int otherBegin int otherEnd public int hashCode () int i int end int hashCode public java.lang.String toString () static void <clinit> () }
com/google/inject/internal/asm/$TypePath.class
TypePath.java package com.google.inject.internal.asm public final com.google.inject.internal.asm.$TypePath extends java.lang.Object { public static final int ARRAY_ELEMENT public static final int INNER_TYPE public static final int WILDCARD_BOUND public static final int TYPE_ARGUMENT private final byte[] typePathContainer private final int typePathOffset void <init> (byte[], int) byte[] typePathContainer int typePathOffset public int getLength () public int getStep (int) int index public int getStepArgument (int) int index public static com.google.inject.internal.asm.$TypePath fromString (java.lang.String) int typeArg char c String typePath int typePathLength com.google.inject.internal.asm.$ByteVector output int typePathIndex public java.lang.String toString () int i int length StringBuilder result static void put (com.google.inject.internal.asm.$TypePath, com.google.inject.internal.asm.$ByteVector) int length com.google.inject.internal.asm.$TypePath typePath com.google.inject.internal.asm.$ByteVector output }
com/google/inject/internal/asm/$TypeReference.class
TypeReference.java package com.google.inject.internal.asm public com.google.inject.internal.asm.$TypeReference extends java.lang.Object { public static final int CLASS_TYPE_PARAMETER public static final int METHOD_TYPE_PARAMETER public static final int CLASS_EXTENDS public static final int CLASS_TYPE_PARAMETER_BOUND public static final int METHOD_TYPE_PARAMETER_BOUND public static final int FIELD public static final int METHOD_RETURN public static final int METHOD_RECEIVER public static final int METHOD_FORMAL_PARAMETER public static final int THROWS public static final int LOCAL_VARIABLE public static final int RESOURCE_VARIABLE public static final int EXCEPTION_PARAMETER public static final int INSTANCEOF public static final int NEW public static final int CONSTRUCTOR_REFERENCE public static final int METHOD_REFERENCE public static final int CAST public static final int CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT public static final int METHOD_INVOCATION_TYPE_ARGUMENT public static final int CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT public static final int METHOD_REFERENCE_TYPE_ARGUMENT private final int targetTypeAndInfo public void <init> (int) int typeRef public static com.google.inject.internal.asm.$TypeReference newTypeReference (int) int sort public static com.google.inject.internal.asm.$TypeReference newTypeParameterReference (int, int) int sort int paramIndex public static com.google.inject.internal.asm.$TypeReference newTypeParameterBoundReference (int, int, int) int sort int paramIndex int boundIndex public static com.google.inject.internal.asm.$TypeReference newSuperTypeReference (int) int itfIndex public static com.google.inject.internal.asm.$TypeReference newFormalParameterReference (int) int paramIndex public static com.google.inject.internal.asm.$TypeReference newExceptionReference (int) int exceptionIndex public static com.google.inject.internal.asm.$TypeReference newTryCatchReference (int) int tryCatchBlockIndex public static com.google.inject.internal.asm.$TypeReference newTypeArgumentReference (int, int) int sort int argIndex public int getSort () public int getTypeParameterIndex () public int getTypeParameterBoundIndex () public int getSuperTypeIndex () public int getFormalParameterIndex () public int getExceptionIndex () public int getTryCatchBlockIndex () public int getTypeArgumentIndex () public int getValue () static void putTarget (int, com.google.inject.internal.asm.$ByteVector) int targetTypeAndInfo com.google.inject.internal.asm.$ByteVector output }
com/google/inject/internal/util/
com/google/inject/internal/util/Classes.class
Classes.java package com.google.inject.internal.util public final com.google.inject.internal.util.Classes extends java.lang.Object { public void <init> () public static boolean isInnerClass (java.lang.Class) Class clazz public static boolean isConcrete (java.lang.Class) Class clazz int modifiers public static java.lang.String toString (java.lang.reflect.Member) java.lang.reflect.Member member Class memberType public static java.lang.Class memberType (java.lang.reflect.Member) java.lang.reflect.Member member }
com/google/inject/internal/util/ContinuousStopwatch.class
ContinuousStopwatch.java package com.google.inject.internal.util public final com.google.inject.internal.util.ContinuousStopwatch extends java.lang.Object { private final java.util.logging.Logger logger private final com.google.common.base.Stopwatch stopwatch public void <init> (com.google.common.base.Stopwatch) com.google.common.base.Stopwatch stopwatch public long reset () long elapsedTimeMs public void resetAndLog (java.lang.String) String label }
com/google/inject/internal/util/LineNumbers$LineNumberReader$LineNumberAnnotationVisitor.class
LineNumbers.java package com.google.inject.internal.util com.google.inject.internal.util.LineNumbers$LineNumberReader$LineNumberAnnotationVisitor extends com.google.inject.internal.asm.$AnnotationVisitor { final synthetic com.google.inject.internal.util.LineNumbers$LineNumberReader this$1 void <init> (com.google.inject.internal.util.LineNumbers$LineNumberReader) com.google.inject.internal.util.LineNumbers$LineNumberReader this$1 public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, java.lang.String) String name String desc public com.google.inject.internal.asm.$AnnotationVisitor visitArray (java.lang.String) String name public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, com.google.inject.internal.asm.$Label, com.google.inject.internal.asm.$Label, int) String name String desc String signature com.google.inject.internal.asm.$Label start com.google.inject.internal.asm.$Label end int index }
com/google/inject/internal/util/LineNumbers$LineNumberReader$LineNumberMethodVisitor.class
LineNumbers.java package com.google.inject.internal.util com.google.inject.internal.util.LineNumbers$LineNumberReader$LineNumberMethodVisitor extends com.google.inject.internal.asm.$MethodVisitor { final synthetic com.google.inject.internal.util.LineNumbers$LineNumberReader this$1 void <init> (com.google.inject.internal.util.LineNumbers$LineNumberReader) com.google.inject.internal.util.LineNumbers$LineNumberReader this$1 public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String desc boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotationDefault () public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String desc public void visitLineNumber (int, com.google.inject.internal.asm.$Label) int line com.google.inject.internal.asm.$Label start }
com/google/inject/internal/util/LineNumbers$LineNumberReader.class
LineNumbers.java package com.google.inject.internal.util com.google.inject.internal.util.LineNumbers$LineNumberReader extends com.google.inject.internal.asm.$ClassVisitor { private int line private String pendingMethod private String name final synthetic com.google.inject.internal.util.LineNumbers this$0 void <init> (com.google.inject.internal.util.LineNumbers) public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public com.google.inject.internal.asm.$MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String desc String signature String[] exceptions public void visitSource (java.lang.String, java.lang.String) String source String debug public void visitLineNumber (int, com.google.inject.internal.asm.$Label) int line com.google.inject.internal.asm.$Label start public com.google.inject.internal.asm.$FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String desc String signature Object value public com.google.inject.internal.asm.$AnnotationVisitor visitAnnotation (java.lang.String, boolean) String desc boolean visible public com.google.inject.internal.asm.$AnnotationVisitor visitParameterAnnotation (int, java.lang.String, boolean) int parameter String desc boolean visible static synthetic java.lang.String access$300 (com.google.inject.internal.util.LineNumbers$LineNumberReader) com.google.inject.internal.util.LineNumbers$LineNumberReader x0 static synthetic int access$400 (com.google.inject.internal.util.LineNumbers$LineNumberReader) com.google.inject.internal.util.LineNumbers$LineNumberReader x0 }
com/google/inject/internal/util/LineNumbers.class
LineNumbers.java package com.google.inject.internal.util final com.google.inject.internal.util.LineNumbers extends java.lang.Object { private static final int ASM_API_LEVEL private final Class type private final java.util.Map lines private String source private int firstLine public void <init> (java.lang.Class) throws java.io.IOException java.io.InputStream in Class type public java.lang.String getSource () public java.lang.Integer getLineNumber (java.lang.reflect.Member) java.lang.reflect.Member member public int getFirstLine () private java.lang.String memberKey (java.lang.reflect.Member) Class param StringBuilder sb java.lang.reflect.Member member static synthetic java.lang.String access$002 (com.google.inject.internal.util.LineNumbers, java.lang.String) com.google.inject.internal.util.LineNumbers x0 String x1 static synthetic int access$100 (com.google.inject.internal.util.LineNumbers) com.google.inject.internal.util.LineNumbers x0 static synthetic int access$102 (com.google.inject.internal.util.LineNumbers, int) com.google.inject.internal.util.LineNumbers x0 int x1 static synthetic java.util.Map access$200 (com.google.inject.internal.util.LineNumbers) com.google.inject.internal.util.LineNumbers x0 }
com/google/inject/internal/util/SourceProvider.class
SourceProvider.java package com.google.inject.internal.util public final com.google.inject.internal.util.SourceProvider extends java.lang.Object { public static final Object UNKNOWN_SOURCE private final com.google.inject.internal.util.SourceProvider parent private final com.google.common.collect.ImmutableSet classNamesToSkip public static final com.google.inject.internal.util.SourceProvider DEFAULT_INSTANCE private void <init> (java.lang.Iterable) Iterable classesToSkip private void <init> (com.google.inject.internal.util.SourceProvider, java.lang.Iterable) String classToSkip com.google.inject.internal.util.SourceProvider parent Iterable classesToSkip com.google.common.collect.ImmutableSet$Builder classNamesToSkipBuilder public transient com.google.inject.internal.util.SourceProvider plusSkippedClasses (java.lang.Class[]) Class[] moreClassesToSkip private boolean shouldBeSkipped (java.lang.String) String className private static transient java.util.List asStrings (java.lang.Class[]) Class c Class[] classes java.util.List strings public java.lang.StackTraceElement get (java.lang.StackTraceElement[]) String className StackTraceElement element StackTraceElement[] stackTraceElements public java.lang.Object getFromClassNames (java.util.List) String moduleClassName java.util.List moduleClassNames static void <clinit> () }
com/google/inject/internal/util/StackTraceElements$1.class
StackTraceElements.java package com.google.inject.internal.util com.google.inject.internal.util.StackTraceElements$1 extends com.google.common.cache.CacheLoader { void <init> () public com.google.inject.internal.util.LineNumbers load (java.lang.Class) java.io.IOException e Class key public volatile synthetic java.lang.Object load (java.lang.Object) throws java.lang.Exception }
com/google/inject/internal/util/StackTraceElements$InMemoryStackTraceElement.class
StackTraceElements.java package com.google.inject.internal.util public com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement extends java.lang.Object { private final String declaringClass private final String methodName private final int lineNumber void <init> (java.lang.StackTraceElement) StackTraceElement ste void <init> (java.lang.String, java.lang.String, int) String declaringClass String methodName int lineNumber java.lang.String getClassName () java.lang.String getMethodName () int getLineNumber () public boolean equals (java.lang.Object) Object obj com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement e public int hashCode () int result public java.lang.String toString () }
com/google/inject/internal/util/StackTraceElements.class
StackTraceElements.java package com.google.inject.internal.util public final com.google.inject.internal.util.StackTraceElements extends java.lang.Object { private static final StackTraceElement[] EMPTY_STACK_TRACE private static final com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement[] EMPTY_INMEMORY_STACK_TRACE static final com.google.common.cache.LoadingCache lineNumbersCache private static final java.util.concurrent.ConcurrentMap elementCache private static final java.util.concurrent.ConcurrentMap stringCache private static final String UNKNOWN_SOURCE public static java.lang.Object forMember (java.lang.reflect.Member) java.lang.reflect.Member member Class declaringClass com.google.inject.internal.util.LineNumbers lineNumbers String fileName Integer lineNumberOrNull int lineNumber Class memberType String memberName public static java.lang.Object forType (java.lang.Class) Class implementation com.google.inject.internal.util.LineNumbers lineNumbers int lineNumber String fileName public static void clearCache () public static com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement[] convertToInMemoryStackTraceElement (java.lang.StackTraceElement[]) int i StackTraceElement[] stackTraceElements com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement[] inMemoryStackTraceElements public static java.lang.StackTraceElement[] convertToStackTraceElement (com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement[]) String declaringClass String methodName int lineNumber int i com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement[] inMemoryStackTraceElements StackTraceElement[] stackTraceElements private static com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement weakIntern (com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement) com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement inMemoryStackTraceElement com.google.inject.internal.util.StackTraceElements$InMemoryStackTraceElement cached private static java.lang.String weakIntern (java.lang.String) String s String cached private void <init> () static void <clinit> () }
com/google/inject/matcher/
com/google/inject/matcher/AbstractMatcher$AndMatcher.class
AbstractMatcher.java package com.google.inject.matcher com.google.inject.matcher.AbstractMatcher$AndMatcher extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final com.google.inject.matcher.Matcher a private final com.google.inject.matcher.Matcher b private static final long serialVersionUID public void <init> (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher a com.google.inject.matcher.Matcher b public boolean matches (java.lang.Object) Object t public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
com/google/inject/matcher/AbstractMatcher$OrMatcher.class
AbstractMatcher.java package com.google.inject.matcher com.google.inject.matcher.AbstractMatcher$OrMatcher extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final com.google.inject.matcher.Matcher a private final com.google.inject.matcher.Matcher b private static final long serialVersionUID public void <init> (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher a com.google.inject.matcher.Matcher b public boolean matches (java.lang.Object) Object t public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
com/google/inject/matcher/AbstractMatcher.class
AbstractMatcher.java package com.google.inject.matcher public abstract com.google.inject.matcher.AbstractMatcher extends java.lang.Object implements com.google.inject.matcher.Matcher { public void <init> () public com.google.inject.matcher.Matcher and (com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher other public com.google.inject.matcher.Matcher or (com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher other }
com/google/inject/matcher/Matcher.class
Matcher.java package com.google.inject.matcher public abstract com.google.inject.matcher.Matcher extends java.lang.Object { public abstract boolean matches (java.lang.Object) public abstract com.google.inject.matcher.Matcher and (com.google.inject.matcher.Matcher) public abstract com.google.inject.matcher.Matcher or (com.google.inject.matcher.Matcher) }
com/google/inject/matcher/Matchers$1.class
Matchers.java package com.google.inject.matcher synthetic com.google.inject.matcher.Matchers$1 extends java.lang.Object { }
com/google/inject/matcher/Matchers$AnnotatedWith.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$AnnotatedWith extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final java.lang.annotation.Annotation annotation private static final long serialVersionUID public void <init> (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public boolean matches (java.lang.reflect.AnnotatedElement) java.lang.reflect.AnnotatedElement element java.lang.annotation.Annotation fromElement public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/matcher/Matchers$AnnotatedWithType.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$AnnotatedWithType extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final Class annotationType private static final long serialVersionUID public void <init> (java.lang.Class) Class annotationType public boolean matches (java.lang.reflect.AnnotatedElement) java.lang.reflect.AnnotatedElement element public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/matcher/Matchers$Any.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$Any extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private static final long serialVersionUID private void <init> () public boolean matches (java.lang.Object) Object o public java.lang.String toString () public java.lang.Object readResolve () synthetic void <init> (com.google.inject.matcher.Matchers$1) com.google.inject.matcher.Matchers$1 x0 }
com/google/inject/matcher/Matchers$IdenticalTo.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$IdenticalTo extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final Object value private static final long serialVersionUID public void <init> (java.lang.Object) Object value public boolean matches (java.lang.Object) Object other public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
com/google/inject/matcher/Matchers$InPackage.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$InPackage extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final transient Package targetPackage private final String packageName private static final long serialVersionUID public void <init> (java.lang.Package) Package targetPackage public boolean matches (java.lang.Class) Class c public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () public java.lang.Object readResolve () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/matcher/Matchers$InSubpackage.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$InSubpackage extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final String targetPackageName private static final long serialVersionUID public void <init> (java.lang.String) String targetPackageName public boolean matches (java.lang.Class) Class c String classPackageName public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/matcher/Matchers$Not.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$Not extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { final com.google.inject.matcher.Matcher delegate private static final long serialVersionUID private void <init> (com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher delegate public boolean matches (java.lang.Object) Object t public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () synthetic void <init> (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matchers$1) com.google.inject.matcher.Matcher x0 com.google.inject.matcher.Matchers$1 x1 }
com/google/inject/matcher/Matchers$Only.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$Only extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final Object value private static final long serialVersionUID public void <init> (java.lang.Object) Object value public boolean matches (java.lang.Object) Object other public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
com/google/inject/matcher/Matchers$Returns.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$Returns extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final com.google.inject.matcher.Matcher returnType private static final long serialVersionUID public void <init> (com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher returnType public boolean matches (java.lang.reflect.Method) java.lang.reflect.Method m public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/matcher/Matchers$SubclassesOf.class
Matchers.java package com.google.inject.matcher com.google.inject.matcher.Matchers$SubclassesOf extends com.google.inject.matcher.AbstractMatcher implements java.io.Serializable { private final Class superclass private static final long serialVersionUID public void <init> (java.lang.Class) Class superclass public boolean matches (java.lang.Class) Class subclass public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () public volatile synthetic boolean matches (java.lang.Object) }
com/google/inject/matcher/Matchers.class
Matchers.java package com.google.inject.matcher public com.google.inject.matcher.Matchers extends java.lang.Object { private static final com.google.inject.matcher.Matcher ANY private void <init> () public static com.google.inject.matcher.Matcher any () public static com.google.inject.matcher.Matcher not (com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher p private static void checkForRuntimeRetention (java.lang.Class) Class annotationType java.lang.annotation.Retention retention public static com.google.inject.matcher.Matcher annotatedWith (java.lang.Class) Class annotationType public static com.google.inject.matcher.Matcher annotatedWith (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation public static com.google.inject.matcher.Matcher subclassesOf (java.lang.Class) Class superclass public static com.google.inject.matcher.Matcher only (java.lang.Object) Object value public static com.google.inject.matcher.Matcher identicalTo (java.lang.Object) Object value public static com.google.inject.matcher.Matcher inPackage (java.lang.Package) Package targetPackage public static com.google.inject.matcher.Matcher inSubpackage (java.lang.String) String targetPackageName public static com.google.inject.matcher.Matcher returns (com.google.inject.matcher.Matcher) com.google.inject.matcher.Matcher returnType static synthetic void access$200 (java.lang.Class) Class x0 static void <clinit> () }
com/google/inject/multibindings/
com/google/inject/multibindings/ClassMapKey.class
ClassMapKey.java package com.google.inject.multibindings public abstract annotation com.google.inject.multibindings.ClassMapKey extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
com/google/inject/multibindings/MapBinder.class
MapBinder.java package com.google.inject.multibindings public com.google.inject.multibindings.MapBinder extends java.lang.Object { private final com.google.inject.internal.RealMapBinder delegate public static com.google.inject.multibindings.MapBinder newMapBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType public static com.google.inject.multibindings.MapBinder newMapBinder (com.google.inject.Binder, java.lang.Class, java.lang.Class) com.google.inject.Binder binder Class keyType Class valueType public static com.google.inject.multibindings.MapBinder newMapBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, java.lang.annotation.Annotation) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType java.lang.annotation.Annotation annotation public static com.google.inject.multibindings.MapBinder newMapBinder (com.google.inject.Binder, java.lang.Class, java.lang.Class, java.lang.annotation.Annotation) com.google.inject.Binder binder Class keyType Class valueType java.lang.annotation.Annotation annotation public static com.google.inject.multibindings.MapBinder newMapBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, com.google.inject.TypeLiteral, java.lang.Class) com.google.inject.Binder binder com.google.inject.TypeLiteral keyType com.google.inject.TypeLiteral valueType Class annotationType public static com.google.inject.multibindings.MapBinder newMapBinder (com.google.inject.Binder, java.lang.Class, java.lang.Class, java.lang.Class) com.google.inject.Binder binder Class keyType Class valueType Class annotationType private void <init> (com.google.inject.internal.RealMapBinder) com.google.inject.internal.RealMapBinder delegate public com.google.inject.multibindings.MapBinder permitDuplicates () public com.google.inject.binder.LinkedBindingBuilder addBinding (java.lang.Object) Object key public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/multibindings/MapBinderBinding.class
MapBinderBinding.java package com.google.inject.multibindings public abstract com.google.inject.multibindings.MapBinderBinding extends java.lang.Object { public abstract com.google.inject.Key getMapKey () public abstract java.util.Set getAlternateMapKeys () public abstract com.google.inject.TypeLiteral getKeyTypeLiteral () public abstract com.google.inject.TypeLiteral getValueTypeLiteral () public abstract java.util.List getEntries () public abstract java.util.List getEntries (java.lang.Iterable) public abstract boolean permitsDuplicates () public abstract boolean containsElement (com.google.inject.spi.Element) }
com/google/inject/multibindings/MapKey.class
MapKey.java package com.google.inject.multibindings public abstract annotation com.google.inject.multibindings.MapKey extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean unwrapValue () }
com/google/inject/multibindings/Multibinder.class
Multibinder.java package com.google.inject.multibindings public com.google.inject.multibindings.Multibinder extends java.lang.Object { private final com.google.inject.internal.RealMultibinder delegate public static com.google.inject.multibindings.Multibinder newSetBinder (com.google.inject.Binder, com.google.inject.TypeLiteral) com.google.inject.Binder binder com.google.inject.TypeLiteral type public static com.google.inject.multibindings.Multibinder newSetBinder (com.google.inject.Binder, java.lang.Class) com.google.inject.Binder binder Class type public static com.google.inject.multibindings.Multibinder newSetBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, java.lang.annotation.Annotation) com.google.inject.Binder binder com.google.inject.TypeLiteral type java.lang.annotation.Annotation annotation public static com.google.inject.multibindings.Multibinder newSetBinder (com.google.inject.Binder, java.lang.Class, java.lang.annotation.Annotation) com.google.inject.Binder binder Class type java.lang.annotation.Annotation annotation public static com.google.inject.multibindings.Multibinder newSetBinder (com.google.inject.Binder, com.google.inject.TypeLiteral, java.lang.Class) com.google.inject.Binder binder com.google.inject.TypeLiteral type Class annotationType public static com.google.inject.multibindings.Multibinder newSetBinder (com.google.inject.Binder, com.google.inject.Key) com.google.inject.Binder binder com.google.inject.Key key public static com.google.inject.multibindings.Multibinder newSetBinder (com.google.inject.Binder, java.lang.Class, java.lang.Class) com.google.inject.Binder binder Class type Class annotationType private void <init> (com.google.inject.internal.RealMultibinder) com.google.inject.internal.RealMultibinder delegate public com.google.inject.multibindings.Multibinder permitDuplicates () public com.google.inject.binder.LinkedBindingBuilder addBinding () public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/multibindings/MultibinderBinding.class
MultibinderBinding.java package com.google.inject.multibindings public abstract com.google.inject.multibindings.MultibinderBinding extends java.lang.Object { public abstract com.google.inject.Key getSetKey () public abstract java.util.Set getAlternateSetKeys () public abstract com.google.inject.TypeLiteral getElementTypeLiteral () public abstract java.util.List getElements () public abstract boolean permitsDuplicates () public abstract boolean containsElement (com.google.inject.spi.Element) }
com/google/inject/multibindings/MultibindingsScanner$1.class
MultibindingsScanner.java package com.google.inject.multibindings com.google.inject.multibindings.MultibindingsScanner$1 extends com.google.inject.spi.ModuleAnnotatedMethodScanner { void <init> () public java.util.Set annotationClasses () public com.google.inject.Key prepareMethod (com.google.inject.Binder, java.lang.annotation.Annotation, com.google.inject.Key, com.google.inject.spi.InjectionPoint) com.google.inject.Binder binder java.lang.annotation.Annotation annotation com.google.inject.Key key com.google.inject.spi.InjectionPoint injectionPoint }
com/google/inject/multibindings/MultibindingsScanner.class
MultibindingsScanner.java package com.google.inject.multibindings public com.google.inject.multibindings.MultibindingsScanner extends java.lang.Object { private void <init> () public static com.google.inject.Module asModule () public static com.google.inject.spi.ModuleAnnotatedMethodScanner scanner () }
com/google/inject/multibindings/MultibindingsTargetVisitor.class
MultibindingsTargetVisitor.java package com.google.inject.multibindings public abstract com.google.inject.multibindings.MultibindingsTargetVisitor extends java.lang.Object implements com.google.inject.spi.BindingTargetVisitor { public abstract java.lang.Object visit (com.google.inject.multibindings.MultibinderBinding) public abstract java.lang.Object visit (com.google.inject.multibindings.MapBinderBinding) public abstract java.lang.Object visit (com.google.inject.multibindings.OptionalBinderBinding) }
com/google/inject/multibindings/OptionalBinder.class
OptionalBinder.java package com.google.inject.multibindings public com.google.inject.multibindings.OptionalBinder extends java.lang.Object { private final com.google.inject.internal.RealOptionalBinder delegate public static com.google.inject.multibindings.OptionalBinder newOptionalBinder (com.google.inject.Binder, java.lang.Class) com.google.inject.Binder binder Class type public static com.google.inject.multibindings.OptionalBinder newOptionalBinder (com.google.inject.Binder, com.google.inject.TypeLiteral) com.google.inject.Binder binder com.google.inject.TypeLiteral type public static com.google.inject.multibindings.OptionalBinder newOptionalBinder (com.google.inject.Binder, com.google.inject.Key) com.google.inject.Binder binder com.google.inject.Key type private void <init> (com.google.inject.internal.RealOptionalBinder) com.google.inject.internal.RealOptionalBinder delegate public com.google.inject.binder.LinkedBindingBuilder setDefault () public com.google.inject.binder.LinkedBindingBuilder setBinding () public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/multibindings/OptionalBinderBinding.class
OptionalBinderBinding.java package com.google.inject.multibindings public abstract com.google.inject.multibindings.OptionalBinderBinding extends java.lang.Object { public abstract com.google.inject.Key getKey () public abstract java.util.Set getAlternateKeys () public abstract com.google.inject.Binding getDefaultBinding () public abstract com.google.inject.Binding getActualBinding () public abstract boolean containsElement (com.google.inject.spi.Element) }
com/google/inject/multibindings/ProvidesIntoMap.class
ProvidesIntoMap.java package com.google.inject.multibindings public abstract annotation com.google.inject.multibindings.ProvidesIntoMap extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/multibindings/ProvidesIntoOptional$Type.class
ProvidesIntoOptional.java package com.google.inject.multibindings public final enum com.google.inject.multibindings.ProvidesIntoOptional$Type extends java.lang.Enum { public static final enum com.google.inject.multibindings.ProvidesIntoOptional$Type ACTUAL public static final enum com.google.inject.multibindings.ProvidesIntoOptional$Type DEFAULT private static final synthetic com.google.inject.multibindings.ProvidesIntoOptional$Type[] $VALUES public static com.google.inject.multibindings.ProvidesIntoOptional$Type[] values () public static com.google.inject.multibindings.ProvidesIntoOptional$Type valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/multibindings/ProvidesIntoOptional.class
ProvidesIntoOptional.java package com.google.inject.multibindings public abstract annotation com.google.inject.multibindings.ProvidesIntoOptional extends java.lang.Object implements java.lang.annotation.Annotation { public abstract com.google.inject.multibindings.ProvidesIntoOptional$Type value () }
com/google/inject/multibindings/ProvidesIntoSet.class
ProvidesIntoSet.java package com.google.inject.multibindings public abstract annotation com.google.inject.multibindings.ProvidesIntoSet extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/multibindings/StringMapKey.class
StringMapKey.java package com.google.inject.multibindings public abstract annotation com.google.inject.multibindings.StringMapKey extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/inject/name/
com/google/inject/name/Named.class
Named.java package com.google.inject.name public abstract annotation com.google.inject.name.Named extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/inject/name/NamedImpl.class
NamedImpl.java package com.google.inject.name com.google.inject.name.NamedImpl extends java.lang.Object implements com.google.inject.name.Named java.io.Serializable { private final String value private static final long serialVersionUID public void <init> (java.lang.String) String value public java.lang.String value () public int hashCode () public boolean equals (java.lang.Object) Object o com.google.inject.name.Named other public java.lang.String toString () public java.lang.Class annotationType () }
com/google/inject/name/Names.class
Names.java package com.google.inject.name public com.google.inject.name.Names extends java.lang.Object { private void <init> () public static com.google.inject.name.Named named (java.lang.String) String name public static void bindProperties (com.google.inject.Binder, java.util.Map) String key String value java.util.Map$Entry entry com.google.inject.Binder binder java.util.Map properties public static void bindProperties (com.google.inject.Binder, java.util.Properties) String propertyName String value java.util.Enumeration e com.google.inject.Binder binder java.util.Properties properties }
com/google/inject/spi/
com/google/inject/spi/BindingScopingVisitor.class
BindingScopingVisitor.java package com.google.inject.spi public abstract com.google.inject.spi.BindingScopingVisitor extends java.lang.Object { public abstract java.lang.Object visitEagerSingleton () public abstract java.lang.Object visitScope (com.google.inject.Scope) public abstract java.lang.Object visitScopeAnnotation (java.lang.Class) public abstract java.lang.Object visitNoScoping () }
com/google/inject/spi/BindingSourceRestriction$1.class
BindingSourceRestriction.java package com.google.inject.spi com.google.inject.spi.BindingSourceRestriction$1 extends com.google.inject.spi.DefaultElementVisitor { void <init> () protected com.google.common.collect.ImmutableList visitOther (com.google.inject.spi.Element) com.google.inject.spi.Element element public com.google.common.collect.ImmutableList visit (com.google.inject.Binding) com.google.inject.Binding binding java.util.Optional errorMessage public com.google.common.collect.ImmutableList visit (com.google.inject.spi.PrivateElements) com.google.inject.spi.PrivateElements privateElements public volatile synthetic java.lang.Object visit (com.google.inject.spi.PrivateElements) public volatile synthetic java.lang.Object visit (com.google.inject.Binding) protected volatile synthetic java.lang.Object visitOther (com.google.inject.spi.Element) }
com/google/inject/spi/BindingSourceRestriction$2.class
BindingSourceRestriction.java package com.google.inject.spi com.google.inject.spi.BindingSourceRestriction$2 extends com.google.inject.spi.DefaultElementVisitor { void <init> () protected java.lang.Void visitOther (com.google.inject.spi.Element) com.google.inject.spi.Element element Object source public java.lang.Void visit (com.google.inject.spi.PrivateElements) com.google.inject.spi.PrivateElements privateElements public volatile synthetic java.lang.Object visit (com.google.inject.spi.PrivateElements) protected volatile synthetic java.lang.Object visitOther (com.google.inject.spi.Element) private static synthetic void lambda$visit$0 (com.google.inject.spi.Element) com.google.inject.spi.Element x$0 }
com/google/inject/spi/BindingSourceRestriction$PermitMap.class
BindingSourceRestriction.java package com.google.inject.spi abstract com.google.inject.spi.BindingSourceRestriction$PermitMap extends java.lang.Object { public abstract com.google.common.collect.ImmutableSet getPermits (com.google.inject.spi.ElementSource) public abstract void clear () }
com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction$PermitMapImpl.class
BindingSourceRestriction.java package com.google.inject.spi final com.google.inject.spi.BindingSourceRestriction$PermitMapConstruction$PermitMapImpl extends java.lang.Object implements com.google.inject.spi.BindingSourceRestriction$PermitMap { java.util.Map modulePermits private void <init> () public com.google.common.collect.ImmutableSet getPermits (com.google.inject.spi.ElementSource) com.google.inject.spi.ElementSource elementSource public void clear () synthetic void <init> (com.google.inject.spi.BindingSourceRestriction$1) com.google.inject.spi.BindingSourceRestriction$1 x0 }
com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction.class
BindingSourceRestriction.java package com.google.inject.spi final com.google.inject.spi.BindingSourceRestriction$PermitMapConstruction extends java.lang.Object { final java.util.Map modulePermits com.google.common.collect.ImmutableSet currentModulePermits final java.util.Deque modulePermitsStack final com.google.inject.spi.BindingSourceRestriction$PermitMapConstruction$PermitMapImpl permitMap void <init> () com.google.inject.spi.BindingSourceRestriction$PermitMap getPermitMap () void restoreCurrentModulePermits (com.google.inject.spi.ModuleSource) com.google.inject.spi.ModuleSource moduleSource void pushModule (java.lang.Class, com.google.inject.spi.ModuleSource) Class module com.google.inject.spi.ModuleSource moduleSource java.util.List newModulePermits void popModule () void finish () static boolean isElementSourceCleared (com.google.inject.spi.ElementSource) com.google.inject.spi.ElementSource elementSource com.google.inject.spi.BindingSourceRestriction$PermitMapConstruction$PermitMapImpl permitMap private synthetic boolean lambda$pushModule$0 (java.lang.Class) Class permit }
com/google/inject/spi/BindingSourceRestriction.class
BindingSourceRestriction.java package com.google.inject.spi public final com.google.inject.spi.BindingSourceRestriction extends java.lang.Object { private static final java.util.logging.Logger logger private void <init> () public static java.util.Optional getMissingImplementationSuggestion (com.google.inject.internal.GuiceInternal, com.google.inject.Key) com.google.inject.internal.GuiceInternal guiceInternal com.google.inject.Key key com.google.inject.RestrictedBindingSource restriction public static com.google.common.collect.ImmutableList check (com.google.inject.internal.GuiceInternal, java.util.List) com.google.inject.internal.GuiceInternal guiceInternal java.util.List elements com.google.common.collect.ImmutableList errorMessages private static com.google.common.collect.ImmutableList check (java.util.List) com.google.inject.spi.Element element java.util.List elements com.google.common.collect.ImmutableList$Builder errorMessagesBuilder private static com.google.common.collect.ImmutableList check (com.google.inject.spi.Element) com.google.inject.spi.Element element private static java.util.Optional check (com.google.inject.Binding) java.util.Formatter sourceFormatter com.google.inject.Binding binding com.google.inject.Key key com.google.inject.spi.ElementSource elementSource com.google.inject.RestrictedBindingSource restriction com.google.common.collect.ImmutableSet permits com.google.common.collect.ImmutableSet acceptablePermits boolean bindingPermitted String violationMessage private static java.lang.String getViolationMessage (com.google.inject.Key, java.lang.String, com.google.common.collect.ImmutableSet, boolean) com.google.inject.Key key String explanation com.google.common.collect.ImmutableSet acceptablePermits boolean annotationRestricted private static com.google.common.collect.ImmutableSet getAllPermits (com.google.inject.spi.ElementSource) com.google.inject.spi.ElementSource elementSource com.google.common.collect.ImmutableSet$Builder permitsBuilder private static boolean isExempt (com.google.inject.spi.ElementSource, java.lang.String) com.google.inject.spi.ElementSource elementSource String exemptModulesRegex java.util.regex.Pattern exemptModulePattern private static java.lang.Iterable getAllModules (com.google.inject.spi.ElementSource) com.google.inject.spi.ElementSource elementSource java.util.List modules private static void clear (com.google.inject.spi.Element) com.google.inject.spi.Element element private static void clear (com.google.inject.spi.ElementSource) com.google.inject.spi.ElementSource elementSource private static com.google.inject.RestrictedBindingSource getRestriction (com.google.inject.Key) com.google.inject.Key key private static java.util.stream.Stream getPermits (java.lang.Class) Class clazz java.util.stream.Stream annotations private static synthetic boolean lambda$getPermits$2 (java.lang.Class) Class a private static synthetic boolean lambda$isExempt$1 (java.util.regex.Pattern, java.lang.String) java.util.regex.Pattern exemptModulePattern String moduleName private static synthetic java.lang.String lambda$getViolationMessage$0 (java.lang.Class) Class a static synthetic java.util.Optional access$000 (com.google.inject.Binding) com.google.inject.Binding x0 static synthetic com.google.common.collect.ImmutableList access$100 (java.util.List) java.util.List x0 static synthetic void access$200 (com.google.inject.spi.ElementSource) com.google.inject.spi.ElementSource x0 static synthetic void access$300 (com.google.inject.spi.Element) com.google.inject.spi.Element x0 static synthetic java.util.stream.Stream access$500 (java.lang.Class) Class x0 static void <clinit> () }
com/google/inject/spi/BindingTargetVisitor.class
BindingTargetVisitor.java package com.google.inject.spi public abstract com.google.inject.spi.BindingTargetVisitor extends java.lang.Object { public abstract java.lang.Object visit (com.google.inject.spi.InstanceBinding) public abstract java.lang.Object visit (com.google.inject.spi.ProviderInstanceBinding) public abstract java.lang.Object visit (com.google.inject.spi.ProviderKeyBinding) public abstract java.lang.Object visit (com.google.inject.spi.LinkedKeyBinding) public abstract java.lang.Object visit (com.google.inject.spi.ExposedBinding) public abstract java.lang.Object visit (com.google.inject.spi.UntargettedBinding) public abstract java.lang.Object visit (com.google.inject.spi.ConstructorBinding) public abstract java.lang.Object visit (com.google.inject.spi.ConvertedConstantBinding) public abstract java.lang.Object visit (com.google.inject.spi.ProviderBinding) }
com/google/inject/spi/ConstructorBinding.class
ConstructorBinding.java package com.google.inject.spi public abstract com.google.inject.spi.ConstructorBinding extends java.lang.Object implements com.google.inject.Binding com.google.inject.spi.HasDependencies { public abstract com.google.inject.spi.InjectionPoint getConstructor () public abstract java.util.Set getInjectableMembers () public abstract java.util.Map getMethodInterceptors () }
com/google/inject/spi/ConvertedConstantBinding.class
ConvertedConstantBinding.java package com.google.inject.spi public abstract com.google.inject.spi.ConvertedConstantBinding extends java.lang.Object implements com.google.inject.Binding com.google.inject.spi.HasDependencies { public abstract java.lang.Object getValue () public abstract com.google.inject.spi.TypeConverterBinding getTypeConverterBinding () public abstract com.google.inject.Key getSourceKey () public abstract java.util.Set getDependencies () }
com/google/inject/spi/DefaultBindingScopingVisitor.class
DefaultBindingScopingVisitor.java package com.google.inject.spi public com.google.inject.spi.DefaultBindingScopingVisitor extends java.lang.Object implements com.google.inject.spi.BindingScopingVisitor { public void <init> () protected java.lang.Object visitOther () public java.lang.Object visitEagerSingleton () public java.lang.Object visitScope (com.google.inject.Scope) com.google.inject.Scope scope public java.lang.Object visitScopeAnnotation (java.lang.Class) Class scopeAnnotation public java.lang.Object visitNoScoping () }
com/google/inject/spi/DefaultBindingTargetVisitor.class
DefaultBindingTargetVisitor.java package com.google.inject.spi public abstract com.google.inject.spi.DefaultBindingTargetVisitor extends java.lang.Object implements com.google.inject.spi.BindingTargetVisitor { public void <init> () protected java.lang.Object visitOther (com.google.inject.Binding) com.google.inject.Binding binding public java.lang.Object visit (com.google.inject.spi.InstanceBinding) com.google.inject.spi.InstanceBinding instanceBinding public java.lang.Object visit (com.google.inject.spi.ProviderInstanceBinding) com.google.inject.spi.ProviderInstanceBinding providerInstanceBinding public java.lang.Object visit (com.google.inject.spi.ProviderKeyBinding) com.google.inject.spi.ProviderKeyBinding providerKeyBinding public java.lang.Object visit (com.google.inject.spi.LinkedKeyBinding) com.google.inject.spi.LinkedKeyBinding linkedKeyBinding public java.lang.Object visit (com.google.inject.spi.ExposedBinding) com.google.inject.spi.ExposedBinding exposedBinding public java.lang.Object visit (com.google.inject.spi.UntargettedBinding) com.google.inject.spi.UntargettedBinding untargettedBinding public java.lang.Object visit (com.google.inject.spi.ConstructorBinding) com.google.inject.spi.ConstructorBinding constructorBinding public java.lang.Object visit (com.google.inject.spi.ConvertedConstantBinding) com.google.inject.spi.ConvertedConstantBinding convertedConstantBinding public java.lang.Object visit (com.google.inject.spi.ProviderBinding) com.google.inject.spi.ProviderBinding providerBinding }
com/google/inject/spi/DefaultElementVisitor.class
DefaultElementVisitor.java package com.google.inject.spi public abstract com.google.inject.spi.DefaultElementVisitor extends java.lang.Object implements com.google.inject.spi.ElementVisitor { public void <init> () protected java.lang.Object visitOther (com.google.inject.spi.Element) com.google.inject.spi.Element element public java.lang.Object visit (com.google.inject.spi.Message) com.google.inject.spi.Message message public java.lang.Object visit (com.google.inject.Binding) com.google.inject.Binding binding public java.lang.Object visit (com.google.inject.spi.InterceptorBinding) com.google.inject.spi.InterceptorBinding interceptorBinding public java.lang.Object visit (com.google.inject.spi.ScopeBinding) com.google.inject.spi.ScopeBinding scopeBinding public java.lang.Object visit (com.google.inject.spi.TypeConverterBinding) com.google.inject.spi.TypeConverterBinding typeConverterBinding public java.lang.Object visit (com.google.inject.spi.ProviderLookup) com.google.inject.spi.ProviderLookup providerLookup public java.lang.Object visit (com.google.inject.spi.InjectionRequest) com.google.inject.spi.InjectionRequest injectionRequest public java.lang.Object visit (com.google.inject.spi.StaticInjectionRequest) com.google.inject.spi.StaticInjectionRequest staticInjectionRequest public java.lang.Object visit (com.google.inject.spi.PrivateElements) com.google.inject.spi.PrivateElements privateElements public java.lang.Object visit (com.google.inject.spi.MembersInjectorLookup) com.google.inject.spi.MembersInjectorLookup lookup public java.lang.Object visit (com.google.inject.spi.TypeListenerBinding) com.google.inject.spi.TypeListenerBinding binding public java.lang.Object visit (com.google.inject.spi.ProvisionListenerBinding) com.google.inject.spi.ProvisionListenerBinding binding public java.lang.Object visit (com.google.inject.spi.DisableCircularProxiesOption) com.google.inject.spi.DisableCircularProxiesOption option public java.lang.Object visit (com.google.inject.spi.RequireExplicitBindingsOption) com.google.inject.spi.RequireExplicitBindingsOption option public java.lang.Object visit (com.google.inject.spi.RequireAtInjectOnConstructorsOption) com.google.inject.spi.RequireAtInjectOnConstructorsOption option public java.lang.Object visit (com.google.inject.spi.RequireExactBindingAnnotationsOption) com.google.inject.spi.RequireExactBindingAnnotationsOption option public java.lang.Object visit (com.google.inject.spi.ModuleAnnotatedMethodScannerBinding) com.google.inject.spi.ModuleAnnotatedMethodScannerBinding binding }
com/google/inject/spi/Dependency.class
Dependency.java package com.google.inject.spi public final com.google.inject.spi.Dependency extends java.lang.Object { private final com.google.inject.spi.InjectionPoint injectionPoint private final com.google.inject.Key key private final boolean nullable private final int parameterIndex void <init> (com.google.inject.spi.InjectionPoint, com.google.inject.Key, boolean, int) com.google.inject.spi.InjectionPoint injectionPoint com.google.inject.Key key boolean nullable int parameterIndex public static com.google.inject.spi.Dependency get (com.google.inject.Key) com.google.inject.Key key public static java.util.Set forInjectionPoints (java.util.Set) com.google.inject.spi.InjectionPoint injectionPoint java.util.Set injectionPoints java.util.List dependencies public com.google.inject.Key getKey () public boolean isNullable () public com.google.inject.spi.InjectionPoint getInjectionPoint () public int getParameterIndex () public int hashCode () public boolean equals (java.lang.Object) com.google.inject.spi.Dependency dependency Object o public java.lang.String toString () StringBuilder builder }
com/google/inject/spi/DisableCircularProxiesOption.class
DisableCircularProxiesOption.java package com.google.inject.spi public final com.google.inject.spi.DisableCircularProxiesOption extends java.lang.Object implements com.google.inject.spi.Element { private final Object source void <init> (java.lang.Object) Object source public java.lang.Object getSource () public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor }
com/google/inject/spi/Element.class
Element.java package com.google.inject.spi public abstract com.google.inject.spi.Element extends java.lang.Object { public abstract java.lang.Object getSource () public abstract java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) public abstract void applyTo (com.google.inject.Binder) }
com/google/inject/spi/ElementSource.class
ElementSource.java package com.google.inject.spi public final com.google.inject.spi.ElementSource extends java.lang.Object { final com.google.inject.spi.ElementSource originalElementSource final boolean trustedOriginalElementSource final com.google.inject.spi.ModuleSource moduleSource final Object declaringSource final com.google.inject.spi.ModuleAnnotatedMethodScanner scanner void <init> (com.google.inject.spi.ElementSource, boolean, java.lang.Object, com.google.inject.spi.ModuleSource, com.google.inject.spi.ModuleAnnotatedMethodScanner) com.google.inject.spi.ElementSource originalSource boolean trustedOriginalSource Object declaringSource com.google.inject.spi.ModuleSource moduleSource com.google.inject.spi.ModuleAnnotatedMethodScanner scanner public com.google.inject.spi.ElementSource getOriginalElementSource () public java.lang.Object getDeclaringSource () public java.util.List getModuleClassNames () public java.lang.String toString () }
com/google/inject/spi/ElementVisitor.class
ElementVisitor.java package com.google.inject.spi public abstract com.google.inject.spi.ElementVisitor extends java.lang.Object { public abstract java.lang.Object visit (com.google.inject.Binding) public abstract java.lang.Object visit (com.google.inject.spi.InterceptorBinding) public abstract java.lang.Object visit (com.google.inject.spi.ScopeBinding) public abstract java.lang.Object visit (com.google.inject.spi.TypeConverterBinding) public abstract java.lang.Object visit (com.google.inject.spi.InjectionRequest) public abstract java.lang.Object visit (com.google.inject.spi.StaticInjectionRequest) public abstract java.lang.Object visit (com.google.inject.spi.ProviderLookup) public abstract java.lang.Object visit (com.google.inject.spi.MembersInjectorLookup) public abstract java.lang.Object visit (com.google.inject.spi.Message) public abstract java.lang.Object visit (com.google.inject.spi.PrivateElements) public abstract java.lang.Object visit (com.google.inject.spi.TypeListenerBinding) public abstract java.lang.Object visit (com.google.inject.spi.ProvisionListenerBinding) public abstract java.lang.Object visit (com.google.inject.spi.RequireExplicitBindingsOption) public abstract java.lang.Object visit (com.google.inject.spi.DisableCircularProxiesOption) public abstract java.lang.Object visit (com.google.inject.spi.RequireAtInjectOnConstructorsOption) public abstract java.lang.Object visit (com.google.inject.spi.RequireExactBindingAnnotationsOption) public abstract java.lang.Object visit (com.google.inject.spi.ModuleAnnotatedMethodScannerBinding) }
com/google/inject/spi/Elements$1.class
Elements.java package com.google.inject.spi com.google.inject.spi.Elements$1 extends com.google.inject.spi.DefaultBindingTargetVisitor { void <init> () public java.lang.Object visit (com.google.inject.spi.InstanceBinding) com.google.inject.spi.InstanceBinding binding protected java.lang.Object visitOther (com.google.inject.Binding) com.google.inject.Binding binding }
com/google/inject/spi/Elements$ElementsAsModule.class
Elements.java package com.google.inject.spi com.google.inject.spi.Elements$ElementsAsModule extends java.lang.Object implements com.google.inject.Module { private final Iterable elements void <init> (java.lang.Iterable) Iterable elements public void configure (com.google.inject.Binder) com.google.inject.spi.Element element com.google.inject.Binder binder }
com/google/inject/spi/Elements$ModuleInfo.class
Elements.java package com.google.inject.spi com.google.inject.spi.Elements$ModuleInfo extends java.lang.Object { private final com.google.inject.spi.ModuleSource moduleSource private final boolean skipScanning private void <init> (com.google.inject.spi.ModuleSource, boolean) com.google.inject.spi.ModuleSource moduleSource boolean skipScanning static synthetic boolean access$400 (com.google.inject.spi.Elements$ModuleInfo) com.google.inject.spi.Elements$ModuleInfo x0 static synthetic com.google.inject.spi.ModuleSource access$500 (com.google.inject.spi.Elements$ModuleInfo) com.google.inject.spi.Elements$ModuleInfo x0 synthetic void <init> (com.google.inject.spi.ModuleSource, boolean, com.google.inject.spi.Elements$1) com.google.inject.spi.ModuleSource x0 boolean x1 com.google.inject.spi.Elements$1 x2 }
com/google/inject/spi/Elements$RecordingBinder$1.class
Elements.java package com.google.inject.spi com.google.inject.spi.Elements$RecordingBinder$1 extends java.lang.Object implements com.google.inject.binder.AnnotatedElementBuilder { final synthetic com.google.inject.spi.Elements$RecordingBinder this$0 void <init> (com.google.inject.spi.Elements$RecordingBinder) com.google.inject.spi.Elements$RecordingBinder this$0 public void annotatedWith (java.lang.Class) Class annotationType public void annotatedWith (java.lang.annotation.Annotation) java.lang.annotation.Annotation annotation }
com/google/inject/spi/Elements$RecordingBinder.class
Elements.java package com.google.inject.spi com.google.inject.spi.Elements$RecordingBinder extends java.lang.Object implements com.google.inject.Binder com.google.inject.PrivateBinder { private final com.google.inject.Stage stage private final java.util.Map modules private final java.util.List elements private final Object source private final com.google.inject.internal.util.SourceProvider sourceProvider private final java.util.Set scanners private final com.google.inject.spi.Elements$RecordingBinder parent private final com.google.inject.internal.PrivateElementsImpl privateElements private final java.util.List privateBindersForScanning private final com.google.inject.spi.BindingSourceRestriction$PermitMapConstruction permitMapConstruction private com.google.inject.spi.ModuleSource moduleSource private com.google.inject.spi.ModuleAnnotatedMethodScanner scannerSource private com.google.inject.spi.ModuleAnnotatedMethodScanner currentScanner private boolean trustedSource private void <init> (com.google.inject.Stage) com.google.inject.Stage stage private void <init> (com.google.inject.spi.Elements$RecordingBinder, java.lang.Object, com.google.inject.internal.util.SourceProvider, boolean) com.google.inject.spi.Elements$RecordingBinder prototype Object source com.google.inject.internal.util.SourceProvider sourceProvider boolean trustedSource private void <init> (com.google.inject.spi.Elements$RecordingBinder, com.google.inject.internal.PrivateElementsImpl) com.google.inject.spi.Elements$RecordingBinder parent com.google.inject.internal.PrivateElementsImpl privateElements public transient void bindInterceptor (com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) com.google.inject.matcher.Matcher classMatcher com.google.inject.matcher.Matcher methodMatcher org.aopalliance.intercept.MethodInterceptor[] interceptors public void bindScope (java.lang.Class, com.google.inject.Scope) Class annotationType com.google.inject.Scope scope public void requestInjection (java.lang.Object) Object instance public void requestInjection (com.google.inject.TypeLiteral, java.lang.Object) com.google.inject.TypeLiteral type Object instance public com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral com.google.inject.spi.MembersInjectorLookup element public com.google.inject.MembersInjector getMembersInjector (java.lang.Class) Class type public void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeListener) com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeListener listener public transient void bindListener (com.google.inject.matcher.Matcher, com.google.inject.spi.ProvisionListener[]) com.google.inject.matcher.Matcher bindingMatcher com.google.inject.spi.ProvisionListener[] listeners public transient void requestStaticInjection (java.lang.Class[]) Class type Class[] types void scanForAnnotatedMethods () java.util.Collection messages RuntimeException e com.google.inject.spi.ModuleAnnotatedMethodScanner scanner com.google.inject.Module module com.google.inject.spi.Elements$ModuleInfo info java.util.Map$Entry entry Iterable scanners public void install (com.google.inject.Module) com.google.inject.internal.ProviderMethodsModule providerMethodsModule Class delegateClass java.util.Collection messages RuntimeException e com.google.inject.Module module boolean customScanner Class newModuleClass com.google.inject.spi.Elements$RecordingBinder binder boolean skipScanning private void forbidNestedScannerMethods (com.google.inject.Module) com.google.inject.internal.ProviderMethod method com.google.inject.internal.ProviderMethodsModule providerMethodsModule com.google.inject.spi.ModuleAnnotatedMethodScanner scanner com.google.inject.Module module private java.lang.Iterable getAllScanners () public com.google.inject.Stage currentStage () public transient void addError (java.lang.String, java.lang.Object[]) String message Object[] arguments public void addError (java.lang.Throwable) Throwable t String message public void addError (com.google.inject.spi.Message) com.google.inject.spi.Message message public com.google.inject.binder.AnnotatedBindingBuilder bind (com.google.inject.Key) com.google.inject.Key key com.google.inject.internal.BindingBuilder builder public com.google.inject.binder.AnnotatedBindingBuilder bind (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral typeLiteral public com.google.inject.binder.AnnotatedBindingBuilder bind (java.lang.Class) Class type public com.google.inject.binder.AnnotatedConstantBindingBuilder bindConstant () public com.google.inject.Provider getProvider (com.google.inject.Key) com.google.inject.Key key public com.google.inject.Provider getProvider (com.google.inject.spi.Dependency) com.google.inject.spi.Dependency dependency com.google.inject.spi.ProviderLookup element public com.google.inject.Provider getProvider (java.lang.Class) Class type public void convertToTypes (com.google.inject.matcher.Matcher, com.google.inject.spi.TypeConverter) com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeConverter converter public com.google.inject.spi.Elements$RecordingBinder withSource (java.lang.Object) Object source public com.google.inject.spi.Elements$RecordingBinder withTrustedSource (java.lang.Object) Object source public transient com.google.inject.spi.Elements$RecordingBinder skipSources (java.lang.Class[]) Class[] classesToSkip com.google.inject.internal.util.SourceProvider newSourceProvider public com.google.inject.PrivateBinder newPrivateBinder () com.google.inject.internal.PrivateElementsImpl privateElements com.google.inject.spi.Elements$RecordingBinder binder public void disableCircularProxies () public void requireExplicitBindings () public void requireAtInjectOnConstructors () public void requireExactBindingAnnotations () public void scanModulesForAnnotatedMethods (com.google.inject.spi.ModuleAnnotatedMethodScanner) com.google.inject.spi.ModuleAnnotatedMethodScanner scanner public void expose (com.google.inject.Key) com.google.inject.Key key public com.google.inject.binder.AnnotatedElementBuilder expose (java.lang.Class) Class type public com.google.inject.binder.AnnotatedElementBuilder expose (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type private com.google.inject.binder.AnnotatedElementBuilder exposeInternal (com.google.inject.Key) com.google.inject.Key key com.google.inject.internal.ExposureBuilder builder private com.google.inject.spi.ModuleSource getModuleSource (java.lang.Class) Class module private com.google.inject.spi.ElementSource getElementSource () StackTraceElement callingSource com.google.inject.internal.InternalFlags$IncludeStackTraceOption stackTraceOption com.google.inject.spi.ElementSource originalSource Object declaringSource private boolean moduleScanning () public java.lang.String toString () public volatile synthetic com.google.inject.Binder skipSources (java.lang.Class[]) public volatile synthetic com.google.inject.Binder withSource (java.lang.Object) public volatile synthetic com.google.inject.binder.LinkedBindingBuilder bind (com.google.inject.Key) public volatile synthetic com.google.inject.PrivateBinder skipSources (java.lang.Class[]) public volatile synthetic com.google.inject.PrivateBinder withSource (java.lang.Object) synthetic void <init> (com.google.inject.Stage, com.google.inject.spi.Elements$1) com.google.inject.Stage x0 com.google.inject.spi.Elements$1 x1 static synthetic java.util.List access$100 (com.google.inject.spi.Elements$RecordingBinder) com.google.inject.spi.Elements$RecordingBinder x0 static synthetic com.google.inject.spi.BindingSourceRestriction$PermitMapConstruction access$200 (com.google.inject.spi.Elements$RecordingBinder) com.google.inject.spi.Elements$RecordingBinder x0 static synthetic java.util.List access$300 (com.google.inject.spi.Elements$RecordingBinder) com.google.inject.spi.Elements$RecordingBinder x0 }
com/google/inject/spi/Elements.class
Elements.java package com.google.inject.spi public final com.google.inject.spi.Elements extends java.lang.Object { private static final com.google.inject.spi.BindingTargetVisitor GET_INSTANCE_VISITOR public void <init> () public static transient java.util.List getElements (com.google.inject.Module[]) com.google.inject.Module[] modules public static transient java.util.List getElements (com.google.inject.Stage, com.google.inject.Module[]) com.google.inject.Stage stage com.google.inject.Module[] modules public static java.util.List getElements (java.lang.Iterable) Iterable modules public static java.util.List getElements (com.google.inject.Stage, java.lang.Iterable) com.google.inject.Module module com.google.inject.spi.Elements$RecordingBinder child com.google.inject.Stage stage Iterable modules com.google.inject.spi.Elements$RecordingBinder binder public static com.google.inject.Binder withTrustedSource (com.google.inject.internal.GuiceInternal, com.google.inject.Binder, java.lang.Object) com.google.inject.internal.GuiceInternal guiceInternal com.google.inject.Binder binder Object source public static com.google.inject.Module getModule (java.lang.Iterable) Iterable elements static com.google.inject.spi.BindingTargetVisitor getInstanceVisitor () static void <clinit> () }
com/google/inject/spi/ErrorDetail.class
ErrorDetail.java package com.google.inject.spi public abstract com.google.inject.spi.ErrorDetail extends java.lang.Object implements java.io.Serializable { private final String message private final com.google.common.collect.ImmutableList sources private final Throwable cause protected void <init> (java.lang.String, java.util.List, java.lang.Throwable) String message java.util.List sources Throwable cause public boolean isMergeable (com.google.inject.spi.ErrorDetail) com.google.inject.spi.ErrorDetail otherError public final void format (int, java.util.List, java.util.Formatter) int index java.util.List mergeableErrors java.util.Formatter formatter String id java.util.Optional learnMoreLink protected abstract void formatDetail (java.util.List, java.util.Formatter) protected java.util.Optional getLearnMoreLink () protected java.util.Optional getErrorIdentifier () public java.lang.String getMessage () public java.util.List getSources () public java.lang.Throwable getCause () public int hashCode () public boolean equals (java.lang.Object) Object o com.google.inject.spi.ErrorDetail e public abstract com.google.inject.spi.ErrorDetail withSources (java.util.List) private static synthetic java.lang.String lambda$format$0 (java.lang.String) String s }
com/google/inject/spi/ExposedBinding.class
ExposedBinding.java package com.google.inject.spi public abstract com.google.inject.spi.ExposedBinding extends java.lang.Object implements com.google.inject.Binding com.google.inject.spi.HasDependencies { public abstract com.google.inject.spi.PrivateElements getPrivateElements () public abstract void applyTo (com.google.inject.Binder) }
com/google/inject/spi/HasDependencies.class
HasDependencies.java package com.google.inject.spi public abstract com.google.inject.spi.HasDependencies extends java.lang.Object { public abstract java.util.Set getDependencies () }
com/google/inject/spi/InjectionListener.class
InjectionListener.java package com.google.inject.spi public abstract com.google.inject.spi.InjectionListener extends java.lang.Object { public abstract void afterInjection (java.lang.Object) }
com/google/inject/spi/InjectionPoint$InjectableField.class
InjectionPoint.java package com.google.inject.spi com.google.inject.spi.InjectionPoint$InjectableField extends com.google.inject.spi.InjectionPoint$InjectableMember { final java.lang.reflect.Field field void <init> (com.google.inject.TypeLiteral, java.lang.reflect.Field, java.lang.annotation.Annotation) com.google.inject.TypeLiteral declaringType java.lang.reflect.Field field java.lang.annotation.Annotation atInject com.google.inject.spi.InjectionPoint toInjectionPoint () }
com/google/inject/spi/InjectionPoint$InjectableMember.class
InjectionPoint.java package com.google.inject.spi abstract com.google.inject.spi.InjectionPoint$InjectableMember extends java.lang.Object { final com.google.inject.TypeLiteral declaringType final boolean optional final boolean jsr330 com.google.inject.spi.InjectionPoint$InjectableMember previous com.google.inject.spi.InjectionPoint$InjectableMember next void <init> (com.google.inject.TypeLiteral, java.lang.annotation.Annotation) com.google.inject.TypeLiteral declaringType java.lang.annotation.Annotation atInject abstract com.google.inject.spi.InjectionPoint toInjectionPoint () }
com/google/inject/spi/InjectionPoint$InjectableMembers.class
InjectionPoint.java package com.google.inject.spi com.google.inject.spi.InjectionPoint$InjectableMembers extends java.lang.Object { com.google.inject.spi.InjectionPoint$InjectableMember head com.google.inject.spi.InjectionPoint$InjectableMember tail void <init> () void add (com.google.inject.spi.InjectionPoint$InjectableMember) com.google.inject.spi.InjectionPoint$InjectableMember member void remove (com.google.inject.spi.InjectionPoint$InjectableMember) com.google.inject.spi.InjectionPoint$InjectableMember member boolean isEmpty () }
com/google/inject/spi/InjectionPoint$InjectableMethod.class
InjectionPoint.java package com.google.inject.spi com.google.inject.spi.InjectionPoint$InjectableMethod extends com.google.inject.spi.InjectionPoint$InjectableMember { final java.lang.reflect.Method method boolean overrodeGuiceInject void <init> (com.google.inject.TypeLiteral, java.lang.reflect.Method, java.lang.annotation.Annotation) com.google.inject.TypeLiteral declaringType java.lang.reflect.Method method java.lang.annotation.Annotation atInject com.google.inject.spi.InjectionPoint toInjectionPoint () public boolean isFinal () }
com/google/inject/spi/InjectionPoint$OverrideIndex.class
InjectionPoint.java package com.google.inject.spi com.google.inject.spi.InjectionPoint$OverrideIndex extends java.lang.Object { final com.google.inject.spi.InjectionPoint$InjectableMembers injectableMembers java.util.Map bySignature com.google.inject.spi.InjectionPoint$Position position java.lang.reflect.Method lastMethod com.google.inject.spi.InjectionPoint$Signature lastSignature void <init> (com.google.inject.spi.InjectionPoint$InjectableMembers) com.google.inject.spi.InjectionPoint$InjectableMembers injectableMembers boolean removeIfOverriddenBy (java.lang.reflect.Method, boolean, com.google.inject.spi.InjectionPoint$InjectableMethod) com.google.inject.spi.InjectionPoint$InjectableMethod im java.util.List methods com.google.inject.spi.InjectionPoint$InjectableMember member boolean wasGuiceInject com.google.inject.spi.InjectionPoint$InjectableMethod possiblyOverridden java.util.Iterator iterator java.lang.reflect.Method method boolean alwaysRemove com.google.inject.spi.InjectionPoint$InjectableMethod injectableMethod com.google.inject.spi.InjectionPoint$Signature signature java.util.List methods boolean removed void add (com.google.inject.spi.InjectionPoint$InjectableMethod) com.google.inject.spi.InjectionPoint$Signature signature com.google.inject.spi.InjectionPoint$InjectableMethod injectableMethod private static synthetic java.util.List lambda$add$0 (com.google.inject.spi.InjectionPoint$Signature) com.google.inject.spi.InjectionPoint$Signature k }
com/google/inject/spi/InjectionPoint$Position.class
InjectionPoint.java package com.google.inject.spi final enum com.google.inject.spi.InjectionPoint$Position extends java.lang.Enum { public static final enum com.google.inject.spi.InjectionPoint$Position TOP public static final enum com.google.inject.spi.InjectionPoint$Position MIDDLE public static final enum com.google.inject.spi.InjectionPoint$Position BOTTOM private static final synthetic com.google.inject.spi.InjectionPoint$Position[] $VALUES public static com.google.inject.spi.InjectionPoint$Position[] values () public static com.google.inject.spi.InjectionPoint$Position valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/google/inject/spi/InjectionPoint$Signature.class
InjectionPoint.java package com.google.inject.spi com.google.inject.spi.InjectionPoint$Signature extends java.lang.Object { final String name final Class[] parameterTypes final int hash void <init> (java.lang.reflect.Method) Class parameterType java.lang.reflect.Method method int h public int hashCode () public boolean equals (java.lang.Object) int i Object o com.google.inject.spi.InjectionPoint$Signature other }
com/google/inject/spi/InjectionPoint.class
InjectionPoint.java package com.google.inject.spi public final com.google.inject.spi.InjectionPoint extends java.lang.Object { private static final java.util.logging.Logger logger private final boolean optional private final java.lang.reflect.Member member private final com.google.inject.TypeLiteral declaringType private final com.google.common.collect.ImmutableList dependencies void <init> (com.google.inject.TypeLiteral, java.lang.reflect.Method, boolean) com.google.inject.TypeLiteral declaringType java.lang.reflect.Method method boolean optional void <init> (com.google.inject.TypeLiteral, java.lang.reflect.Constructor) com.google.inject.TypeLiteral declaringType java.lang.reflect.Constructor constructor com.google.inject.internal.Errors errors void <init> (com.google.inject.TypeLiteral, java.lang.reflect.Field, boolean) com.google.inject.ConfigurationException e com.google.inject.internal.ErrorsException e com.google.inject.TypeLiteral declaringType java.lang.reflect.Field field boolean optional java.lang.annotation.Annotation[] annotations java.lang.annotation.Annotation[] typeUseAnnotations com.google.inject.internal.Errors errors com.google.inject.Key key boolean allowsNull private com.google.common.collect.ImmutableList forMember (com.google.inject.internal.Errors, java.lang.reflect.Member, com.google.inject.TypeLiteral, java.lang.reflect.AnnotatedType[], java.lang.annotation.Annotation[][], java.util.function.Predicate) java.lang.annotation.Annotation[] typeAnnotations java.lang.annotation.Annotation[] parameterAnnotations com.google.inject.Key key boolean isNullable com.google.inject.ConfigurationException e com.google.inject.internal.ErrorsException e com.google.inject.TypeLiteral parameterType com.google.inject.internal.Errors errors java.lang.reflect.Member member com.google.inject.TypeLiteral type java.lang.reflect.AnnotatedType[] annotatedTypes java.lang.annotation.Annotation[][] parameterAnnotationsPerParameter java.util.function.Predicate isParameterKotlinNullable java.util.List dependencies int index private com.google.inject.spi.Dependency newDependency (com.google.inject.Key, boolean, int) com.google.inject.Key key boolean allowsNull int parameterIndex public java.lang.reflect.Member getMember () public java.util.List getDependencies () public boolean isOptional () public boolean isToolable () public com.google.inject.TypeLiteral getDeclaringType () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public static com.google.inject.spi.InjectionPoint forConstructor (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public static com.google.inject.spi.InjectionPoint forConstructor (java.lang.reflect.Constructor, com.google.inject.TypeLiteral) java.lang.reflect.Constructor constructor com.google.inject.TypeLiteral type public static com.google.inject.spi.InjectionPoint forConstructorOf (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type public static com.google.inject.spi.InjectionPoint forConstructorOf (com.google.inject.TypeLiteral, boolean) java.lang.reflect.Constructor noArgConstructor NoSuchMethodException e com.google.inject.TypeLiteral type boolean atInjectRequired Class rawType com.google.inject.internal.Errors errors java.util.List atInjectConstructors java.lang.reflect.Constructor injectableConstructor public static com.google.inject.spi.InjectionPoint forConstructorOf (java.lang.Class) Class type public static com.google.inject.spi.InjectionPoint forMethod (java.lang.reflect.Method, com.google.inject.TypeLiteral) java.lang.reflect.Method method com.google.inject.TypeLiteral type public static java.util.Set forStaticMethodsAndFields (com.google.inject.TypeLiteral) java.util.Set result com.google.inject.TypeLiteral type com.google.inject.internal.Errors errors java.util.Set result public static java.util.Set forStaticMethodsAndFields (java.lang.Class) Class type public static java.util.Set forInstanceMethodsAndFields (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type com.google.inject.internal.Errors errors java.util.Set result public static java.util.Set forInstanceMethodsAndFields (java.lang.Class) Class type private static boolean checkForMisplacedBindingAnnotations (java.lang.reflect.Member, com.google.inject.internal.Errors) java.lang.reflect.Member member com.google.inject.internal.Errors errors java.lang.annotation.Annotation misplacedBindingAnnotation static java.lang.annotation.Annotation getAtInject (java.lang.reflect.AnnotatedElement) java.lang.reflect.AnnotatedElement member java.lang.annotation.Annotation a private static java.util.Set getInjectionPoints (com.google.inject.TypeLiteral, boolean, com.google.inject.internal.Errors) com.google.inject.spi.InjectionPoint$InjectableField injectableField java.lang.annotation.Annotation atInject java.lang.reflect.Field field boolean removed com.google.inject.spi.InjectionPoint$InjectableMethod injectableMethod boolean removed java.lang.annotation.Annotation atInject java.lang.reflect.Method method com.google.inject.TypeLiteral current int i com.google.inject.ConfigurationException ignorable com.google.inject.spi.InjectionPoint$InjectableMember im com.google.inject.TypeLiteral type boolean statics com.google.inject.internal.Errors errors com.google.inject.spi.InjectionPoint$InjectableMembers injectableMembers com.google.inject.spi.InjectionPoint$OverrideIndex overrideIndex java.util.List hierarchy int topIndex com.google.common.collect.ImmutableSet$Builder builder private static java.lang.reflect.Field[] getDeclaredFields (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type private static java.lang.reflect.Method[] getDeclaredMethods (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type private static boolean isEligibleForInjection (java.lang.reflect.Method, boolean) java.lang.reflect.Method method boolean statics private static boolean isValidMethod (com.google.inject.spi.InjectionPoint$InjectableMethod, com.google.inject.internal.Errors) java.lang.reflect.Method method com.google.inject.spi.InjectionPoint$InjectableMethod injectableMethod com.google.inject.internal.Errors errors boolean result private static java.util.List hierarchyFor (com.google.inject.TypeLiteral) com.google.inject.TypeLiteral type java.util.List hierarchy com.google.inject.TypeLiteral current private static boolean overrides (java.lang.reflect.Method, java.lang.reflect.Method) java.lang.reflect.Method a java.lang.reflect.Method b int modifiers public static java.lang.annotation.Annotation[] getAnnotations (java.lang.reflect.Field) java.lang.reflect.Field field java.lang.annotation.Annotation[] javaAnnotations java.lang.annotation.Annotation[] kotlinAnnotations private static synthetic boolean lambda$forConstructorOf$2 (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor private static synthetic boolean lambda$forConstructorOf$1 (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor private static synthetic boolean lambda$forConstructorOf$0 (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor static synthetic boolean access$000 (java.lang.reflect.Method, java.lang.reflect.Method) java.lang.reflect.Method x0 java.lang.reflect.Method x1 static void <clinit> () }
com/google/inject/spi/InjectionRequest.class
InjectionRequest.java package com.google.inject.spi public final com.google.inject.spi.InjectionRequest extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.TypeLiteral type private final Object instance public void <init> (java.lang.Object, com.google.inject.TypeLiteral, java.lang.Object) Object source com.google.inject.TypeLiteral type Object instance public java.lang.Object getSource () public java.lang.Object getInstance () public com.google.inject.TypeLiteral getType () public java.util.Set getInjectionPoints () throws com.google.inject.ConfigurationException public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/spi/InstanceBinding.class
InstanceBinding.java package com.google.inject.spi public abstract com.google.inject.spi.InstanceBinding extends java.lang.Object implements com.google.inject.Binding com.google.inject.spi.HasDependencies { public abstract java.lang.Object getInstance () public abstract java.util.Set getInjectionPoints () }
com/google/inject/spi/InterceptorBinding.class
InterceptorBinding.java package com.google.inject.spi public final com.google.inject.spi.InterceptorBinding extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.matcher.Matcher classMatcher private final com.google.inject.matcher.Matcher methodMatcher private final com.google.common.collect.ImmutableList interceptors void <init> (java.lang.Object, com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) Object source com.google.inject.matcher.Matcher classMatcher com.google.inject.matcher.Matcher methodMatcher org.aopalliance.intercept.MethodInterceptor[] interceptors public java.lang.Object getSource () public com.google.inject.matcher.Matcher getClassMatcher () public com.google.inject.matcher.Matcher getMethodMatcher () public java.util.List getInterceptors () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder }
com/google/inject/spi/LinkedKeyBinding.class
LinkedKeyBinding.java package com.google.inject.spi public abstract com.google.inject.spi.LinkedKeyBinding extends java.lang.Object implements com.google.inject.Binding { public abstract com.google.inject.Key getLinkedKey () }
com/google/inject/spi/MembersInjectorLookup$1.class
MembersInjectorLookup.java package com.google.inject.spi com.google.inject.spi.MembersInjectorLookup$1 extends java.lang.Object implements com.google.inject.MembersInjector { final synthetic com.google.inject.spi.MembersInjectorLookup this$0 void <init> (com.google.inject.spi.MembersInjectorLookup) com.google.inject.spi.MembersInjectorLookup this$0 public void injectMembers (java.lang.Object) Object instance com.google.inject.MembersInjector local public java.lang.String toString () }
com/google/inject/spi/MembersInjectorLookup.class
MembersInjectorLookup.java package com.google.inject.spi public final com.google.inject.spi.MembersInjectorLookup extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.TypeLiteral type private com.google.inject.MembersInjector delegate public void <init> (java.lang.Object, com.google.inject.TypeLiteral) Object source com.google.inject.TypeLiteral type public java.lang.Object getSource () public com.google.inject.TypeLiteral getType () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void initializeDelegate (com.google.inject.MembersInjector) com.google.inject.MembersInjector delegate public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public com.google.inject.MembersInjector getDelegate () public java.util.Set getInjectionPoints () throws com.google.inject.ConfigurationException public com.google.inject.MembersInjector getMembersInjector () public boolean equals (java.lang.Object) Object obj public int hashCode () static synthetic com.google.inject.MembersInjector access$000 (com.google.inject.spi.MembersInjectorLookup) com.google.inject.spi.MembersInjectorLookup x0 static synthetic com.google.inject.TypeLiteral access$100 (com.google.inject.spi.MembersInjectorLookup) com.google.inject.spi.MembersInjectorLookup x0 }
com/google/inject/spi/Message.class
Message.java package com.google.inject.spi public final com.google.inject.spi.Message extends java.lang.Object implements java.io.Serializable com.google.inject.spi.Element { private final com.google.inject.internal.ErrorId errorId private final com.google.inject.spi.ErrorDetail errorDetail private static final long serialVersionUID public void <init> (com.google.inject.internal.GuiceInternal, com.google.inject.internal.ErrorId, com.google.inject.spi.ErrorDetail) com.google.inject.internal.GuiceInternal internalOnly com.google.inject.internal.ErrorId errorId com.google.inject.spi.ErrorDetail errorDetail private void <init> (com.google.inject.internal.ErrorId, com.google.inject.spi.ErrorDetail) com.google.inject.internal.ErrorId errorId com.google.inject.spi.ErrorDetail errorDetail public void <init> (com.google.inject.internal.ErrorId, java.util.List, java.lang.String, java.lang.Throwable) com.google.inject.internal.ErrorId errorId java.util.List sources String message Throwable cause public void <init> (java.util.List, java.lang.String, java.lang.Throwable) java.util.List sources String message Throwable cause public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause public void <init> (java.lang.Object, java.lang.String) Object source String message public void <init> (java.lang.String) String message public com.google.inject.spi.ErrorDetail getErrorDetail () public java.lang.String getSource () java.util.List sources public java.util.List getSources () public java.lang.String getMessage () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public java.lang.Throwable getCause () public java.lang.String toString () public int hashCode () public boolean equals (java.lang.Object) Object o com.google.inject.spi.Message e public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public com.google.inject.spi.Message withSource (java.util.List) java.util.List newSources private java.lang.Object writeReplace () throws java.io.ObjectStreamException int i Object[] sourcesAsStrings public volatile synthetic java.lang.Object getSource () }
com/google/inject/spi/ModuleAnnotatedMethodScanner.class
ModuleAnnotatedMethodScanner.java package com.google.inject.spi public abstract com.google.inject.spi.ModuleAnnotatedMethodScanner extends java.lang.Object { public void <init> () public abstract java.util.Set annotationClasses () public abstract com.google.inject.Key prepareMethod (com.google.inject.Binder, java.lang.annotation.Annotation, com.google.inject.Key, com.google.inject.spi.InjectionPoint) }
com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.class
ModuleAnnotatedMethodScannerBinding.java package com.google.inject.spi public final com.google.inject.spi.ModuleAnnotatedMethodScannerBinding extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.spi.ModuleAnnotatedMethodScanner scanner public void <init> (java.lang.Object, com.google.inject.spi.ModuleAnnotatedMethodScanner) Object source com.google.inject.spi.ModuleAnnotatedMethodScanner scanner public java.lang.Object getSource () public com.google.inject.spi.ModuleAnnotatedMethodScanner getScanner () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () }
com/google/inject/spi/ModuleSource.class
ModuleSource.java package com.google.inject.spi final com.google.inject.spi.ModuleSource extends java.lang.Object { private final String moduleClassName private final com.google.inject.spi.ModuleSource parent private final com.google.inject.spi.BindingSourceRestriction$PermitMap permitMap void <init> (java.lang.Class, com.google.inject.spi.BindingSourceRestriction$PermitMap) Class moduleClass com.google.inject.spi.BindingSourceRestriction$PermitMap permitMap private void <init> (com.google.inject.spi.ModuleSource, java.lang.Class, com.google.inject.spi.BindingSourceRestriction$PermitMap) com.google.inject.spi.ModuleSource parent Class moduleClass com.google.inject.spi.BindingSourceRestriction$PermitMap permitMap java.lang.String getModuleClassName () com.google.inject.spi.ModuleSource createChild (java.lang.Class) Class moduleClass com.google.inject.spi.ModuleSource getParent () java.util.List getModuleClassNames () String className com.google.common.collect.ImmutableList$Builder classNames com.google.inject.spi.ModuleSource current int size () com.google.inject.spi.BindingSourceRestriction$PermitMap getPermitMap () }
com/google/inject/spi/PrivateElements.class
PrivateElements.java package com.google.inject.spi public abstract com.google.inject.spi.PrivateElements extends java.lang.Object implements com.google.inject.spi.Element { public abstract java.util.List getElements () public abstract com.google.inject.Injector getInjector () public abstract java.util.Set getExposedKeys () public abstract java.lang.Object getExposedSource (com.google.inject.Key) }
com/google/inject/spi/ProviderBinding.class
ProviderBinding.java package com.google.inject.spi public abstract com.google.inject.spi.ProviderBinding extends java.lang.Object implements com.google.inject.Binding { public abstract com.google.inject.Key getProvidedKey () }
com/google/inject/spi/ProviderInstanceBinding.class
ProviderInstanceBinding.java package com.google.inject.spi public abstract com.google.inject.spi.ProviderInstanceBinding extends java.lang.Object implements com.google.inject.Binding com.google.inject.spi.HasDependencies { public abstract com.google.inject.Provider getProviderInstance () public abstract javax.inject.Provider getUserSuppliedProvider () public abstract java.util.Set getInjectionPoints () }
com/google/inject/spi/ProviderKeyBinding.class
ProviderKeyBinding.java package com.google.inject.spi public abstract com.google.inject.spi.ProviderKeyBinding extends java.lang.Object implements com.google.inject.Binding { public abstract com.google.inject.Key getProviderKey () }
com/google/inject/spi/ProviderLookup$1.class
ProviderLookup.java package com.google.inject.spi com.google.inject.spi.ProviderLookup$1 extends java.lang.Object implements com.google.inject.spi.ProviderWithDependencies { final synthetic com.google.inject.spi.ProviderLookup this$0 void <init> (com.google.inject.spi.ProviderLookup) com.google.inject.spi.ProviderLookup this$0 public java.lang.Object get () com.google.inject.Provider local public java.util.Set getDependencies () com.google.inject.Key providerKey public java.lang.String toString () }
com/google/inject/spi/ProviderLookup.class
ProviderLookup.java package com.google.inject.spi public final com.google.inject.spi.ProviderLookup extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.spi.Dependency dependency private com.google.inject.Provider delegate public void <init> (java.lang.Object, com.google.inject.Key) Object source com.google.inject.Key key public void <init> (java.lang.Object, com.google.inject.spi.Dependency) Object source com.google.inject.spi.Dependency dependency public java.lang.Object getSource () public com.google.inject.Key getKey () public com.google.inject.spi.Dependency getDependency () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void initializeDelegate (com.google.inject.Provider) com.google.inject.Provider delegate public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public com.google.inject.Provider getDelegate () public com.google.inject.Provider getProvider () public java.lang.String toString () public boolean equals (java.lang.Object) Object obj public int hashCode () static synthetic com.google.inject.Provider access$000 (com.google.inject.spi.ProviderLookup) com.google.inject.spi.ProviderLookup x0 }
com/google/inject/spi/ProviderWithDependencies.class
ProviderWithDependencies.java package com.google.inject.spi public abstract com.google.inject.spi.ProviderWithDependencies extends java.lang.Object implements com.google.inject.Provider com.google.inject.spi.HasDependencies { }
com/google/inject/spi/ProviderWithExtensionVisitor.class
ProviderWithExtensionVisitor.java package com.google.inject.spi public abstract com.google.inject.spi.ProviderWithExtensionVisitor extends java.lang.Object implements com.google.inject.Provider { public abstract java.lang.Object acceptExtensionVisitor (com.google.inject.spi.BindingTargetVisitor, com.google.inject.spi.ProviderInstanceBinding) }
com/google/inject/spi/ProvidesMethodBinding.class
ProvidesMethodBinding.java package com.google.inject.spi public abstract com.google.inject.spi.ProvidesMethodBinding extends java.lang.Object implements com.google.inject.spi.HasDependencies { public abstract java.lang.reflect.Method getMethod () public abstract java.lang.Object getEnclosingInstance () public abstract com.google.inject.Key getKey () public abstract java.lang.annotation.Annotation getAnnotation () }
com/google/inject/spi/ProvidesMethodTargetVisitor.class
ProvidesMethodTargetVisitor.java package com.google.inject.spi public abstract com.google.inject.spi.ProvidesMethodTargetVisitor extends java.lang.Object implements com.google.inject.spi.BindingTargetVisitor { public abstract java.lang.Object visit (com.google.inject.spi.ProvidesMethodBinding) }
com/google/inject/spi/ProvisionListener$ProvisionInvocation.class
ProvisionListener.java package com.google.inject.spi public abstract com.google.inject.spi.ProvisionListener$ProvisionInvocation extends java.lang.Object { public void <init> () public abstract com.google.inject.Binding getBinding () public abstract java.lang.Object provision () }
com/google/inject/spi/ProvisionListener.class
ProvisionListener.java package com.google.inject.spi public abstract com.google.inject.spi.ProvisionListener extends java.lang.Object { public abstract void onProvision (com.google.inject.spi.ProvisionListener$ProvisionInvocation) }
com/google/inject/spi/ProvisionListenerBinding.class
ProvisionListenerBinding.java package com.google.inject.spi public final com.google.inject.spi.ProvisionListenerBinding extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.matcher.Matcher bindingMatcher private final java.util.List listeners void <init> (java.lang.Object, com.google.inject.matcher.Matcher, com.google.inject.spi.ProvisionListener[]) Object source com.google.inject.matcher.Matcher bindingMatcher com.google.inject.spi.ProvisionListener[] listeners public java.util.List getListeners () public com.google.inject.matcher.Matcher getBindingMatcher () public java.lang.Object getSource () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder }
com/google/inject/spi/RequireAtInjectOnConstructorsOption.class
RequireAtInjectOnConstructorsOption.java package com.google.inject.spi public final com.google.inject.spi.RequireAtInjectOnConstructorsOption extends java.lang.Object implements com.google.inject.spi.Element { private final Object source void <init> (java.lang.Object) Object source public java.lang.Object getSource () public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor }
com/google/inject/spi/RequireExactBindingAnnotationsOption.class
RequireExactBindingAnnotationsOption.java package com.google.inject.spi public final com.google.inject.spi.RequireExactBindingAnnotationsOption extends java.lang.Object implements com.google.inject.spi.Element { private final Object source void <init> (java.lang.Object) Object source public java.lang.Object getSource () public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor }
com/google/inject/spi/RequireExplicitBindingsOption.class
RequireExplicitBindingsOption.java package com.google.inject.spi public final com.google.inject.spi.RequireExplicitBindingsOption extends java.lang.Object implements com.google.inject.spi.Element { private final Object source void <init> (java.lang.Object) Object source public java.lang.Object getSource () public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor }
com/google/inject/spi/ScopeBinding.class
ScopeBinding.java package com.google.inject.spi public final com.google.inject.spi.ScopeBinding extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final Class annotationType private final com.google.inject.Scope scope void <init> (java.lang.Object, java.lang.Class, com.google.inject.Scope) Object source Class annotationType com.google.inject.Scope scope public java.lang.Object getSource () public java.lang.Class getAnnotationType () public com.google.inject.Scope getScope () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () }
com/google/inject/spi/StaticInjectionRequest.class
StaticInjectionRequest.java package com.google.inject.spi public final com.google.inject.spi.StaticInjectionRequest extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final Class type void <init> (java.lang.Object, java.lang.Class) Object source Class type public java.lang.Object getSource () public java.lang.Class getType () public java.util.Set getInjectionPoints () throws com.google.inject.ConfigurationException public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public boolean equals (java.lang.Object) Object obj public int hashCode () }
com/google/inject/spi/Toolable.class
Toolable.java package com.google.inject.spi public abstract annotation com.google.inject.spi.Toolable extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/inject/spi/TypeConverter.class
TypeConverter.java package com.google.inject.spi public abstract com.google.inject.spi.TypeConverter extends java.lang.Object { public abstract java.lang.Object convert (java.lang.String, com.google.inject.TypeLiteral) }
com/google/inject/spi/TypeConverterBinding.class
TypeConverterBinding.java package com.google.inject.spi public final com.google.inject.spi.TypeConverterBinding extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.matcher.Matcher typeMatcher private final com.google.inject.spi.TypeConverter typeConverter public void <init> (java.lang.Object, com.google.inject.matcher.Matcher, com.google.inject.spi.TypeConverter) Object source com.google.inject.matcher.Matcher typeMatcher com.google.inject.spi.TypeConverter typeConverter public java.lang.Object getSource () public com.google.inject.matcher.Matcher getTypeMatcher () public com.google.inject.spi.TypeConverter getTypeConverter () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder public java.lang.String toString () }
com/google/inject/spi/TypeEncounter.class
TypeEncounter.java package com.google.inject.spi public abstract com.google.inject.spi.TypeEncounter extends java.lang.Object { public transient abstract void addError (java.lang.String, java.lang.Object[]) public abstract void addError (java.lang.Throwable) public abstract void addError (com.google.inject.spi.Message) public abstract com.google.inject.Provider getProvider (com.google.inject.Key) public abstract com.google.inject.Provider getProvider (java.lang.Class) public abstract com.google.inject.MembersInjector getMembersInjector (com.google.inject.TypeLiteral) public abstract com.google.inject.MembersInjector getMembersInjector (java.lang.Class) public abstract void register (com.google.inject.MembersInjector) public abstract void register (com.google.inject.spi.InjectionListener) public transient abstract void bindInterceptor (com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[]) }
com/google/inject/spi/TypeListener.class
TypeListener.java package com.google.inject.spi public abstract com.google.inject.spi.TypeListener extends java.lang.Object { public abstract void hear (com.google.inject.TypeLiteral, com.google.inject.spi.TypeEncounter) }
com/google/inject/spi/TypeListenerBinding.class
TypeListenerBinding.java package com.google.inject.spi public final com.google.inject.spi.TypeListenerBinding extends java.lang.Object implements com.google.inject.spi.Element { private final Object source private final com.google.inject.matcher.Matcher typeMatcher private final com.google.inject.spi.TypeListener listener void <init> (java.lang.Object, com.google.inject.spi.TypeListener, com.google.inject.matcher.Matcher) Object source com.google.inject.spi.TypeListener listener com.google.inject.matcher.Matcher typeMatcher public com.google.inject.spi.TypeListener getListener () public com.google.inject.matcher.Matcher getTypeMatcher () public java.lang.Object getSource () public java.lang.Object acceptVisitor (com.google.inject.spi.ElementVisitor) com.google.inject.spi.ElementVisitor visitor public void applyTo (com.google.inject.Binder) com.google.inject.Binder binder }
com/google/inject/spi/UntargettedBinding.class
UntargettedBinding.java package com.google.inject.spi public abstract com.google.inject.spi.UntargettedBinding extends java.lang.Object implements com.google.inject.Binding { }
com/google/inject/util/
com/google/inject/util/Modules$1.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$1 extends com.google.inject.spi.DefaultElementVisitor { final synthetic java.util.List val$scanners void <init> (java.util.List) public java.lang.Void visit (com.google.inject.spi.ModuleAnnotatedMethodScannerBinding) com.google.inject.spi.ModuleAnnotatedMethodScannerBinding binding public volatile synthetic java.lang.Object visit (com.google.inject.spi.ModuleAnnotatedMethodScannerBinding) }
com/google/inject/util/Modules$2.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$2 extends com.google.inject.AbstractModule { final synthetic java.util.List val$scanners void <init> (java.util.List) protected void configure () com.google.inject.spi.ModuleAnnotatedMethodScannerBinding scanner }
com/google/inject/util/Modules$CombinedModule.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$CombinedModule extends java.lang.Object implements com.google.inject.Module { final java.util.Set modulesSet void <init> (java.lang.Iterable) Iterable modules public void configure (com.google.inject.Binder) com.google.inject.Module module com.google.inject.Binder binder }
com/google/inject/util/Modules$DisableCircularProxiesModule.class
Modules.java package com.google.inject.util final com.google.inject.util.Modules$DisableCircularProxiesModule extends java.lang.Object implements com.google.inject.Module { private void <init> () public void configure (com.google.inject.Binder) com.google.inject.Binder binder synthetic void <init> (com.google.inject.util.Modules$1) com.google.inject.util.Modules$1 x0 }
com/google/inject/util/Modules$EmptyModule.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$EmptyModule extends java.lang.Object implements com.google.inject.Module { private void <init> () public void configure (com.google.inject.Binder) com.google.inject.Binder binder synthetic void <init> (com.google.inject.util.Modules$1) com.google.inject.util.Modules$1 x0 }
com/google/inject/util/Modules$ModuleWriter.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$ModuleWriter extends com.google.inject.spi.DefaultElementVisitor { protected final com.google.inject.Binder binder void <init> (com.google.inject.Binder) com.google.inject.Binder binder protected java.lang.Void visitOther (com.google.inject.spi.Element) com.google.inject.spi.Element element void writeAll (java.lang.Iterable) com.google.inject.spi.Element element Iterable elements protected volatile synthetic java.lang.Object visitOther (com.google.inject.spi.Element) }
com/google/inject/util/Modules$OverriddenModuleBuilder.class
Modules.java package com.google.inject.util public abstract com.google.inject.util.Modules$OverriddenModuleBuilder extends java.lang.Object { public transient abstract com.google.inject.Module with (com.google.inject.Module[]) public abstract com.google.inject.Module with () public abstract com.google.inject.Module with (java.lang.Iterable) }
com/google/inject/util/Modules$OverrideModule$1.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$OverrideModule$1 extends com.google.inject.util.Modules$ModuleWriter { final synthetic java.util.Set val$overriddenKeys final synthetic java.util.Map val$overridesScopeAnnotations final synthetic com.google.inject.util.Modules$OverrideModule this$0 void <init> (com.google.inject.util.Modules$OverrideModule, com.google.inject.Binder, java.util.Set, java.util.Map) com.google.inject.util.Modules$OverrideModule this$0 com.google.inject.Binder binder public java.lang.Void visit (com.google.inject.Binding) com.google.inject.Binding binding public java.lang.Void visit (com.google.inject.spi.ScopeBinding) com.google.inject.spi.ScopeBinding scopeBinding public java.lang.Void visit (com.google.inject.spi.PrivateElements) com.google.inject.spi.PrivateElements privateElements public volatile synthetic java.lang.Object visit (com.google.inject.spi.PrivateElements) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ScopeBinding) public volatile synthetic java.lang.Object visit (com.google.inject.Binding) }
com/google/inject/util/Modules$OverrideModule$2.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$OverrideModule$2 extends com.google.inject.util.Modules$ModuleWriter { final synthetic java.util.Set val$overriddenKeys final synthetic java.util.Map val$scopeInstancesInUse final synthetic java.util.List val$scopeBindings final synthetic com.google.inject.util.Modules$OverrideModule this$0 void <init> (com.google.inject.util.Modules$OverrideModule, com.google.inject.Binder, java.util.Set, java.util.Map, java.util.List) com.google.inject.util.Modules$OverrideModule this$0 com.google.inject.Binder binder public java.lang.Void visit (com.google.inject.Binding) com.google.inject.Scope scope com.google.inject.Binding binding void rewrite (com.google.inject.Binder, com.google.inject.spi.PrivateElements, java.util.Set) com.google.inject.Key key com.google.inject.spi.Element element com.google.inject.Binder binder com.google.inject.spi.PrivateElements privateElements java.util.Set keysToSkip com.google.inject.PrivateBinder privateBinder java.util.Set skippedExposes public java.lang.Void visit (com.google.inject.spi.PrivateElements) com.google.inject.spi.PrivateElements privateElements public java.lang.Void visit (com.google.inject.spi.ScopeBinding) com.google.inject.spi.ScopeBinding scopeBinding public volatile synthetic java.lang.Object visit (com.google.inject.spi.PrivateElements) public volatile synthetic java.lang.Object visit (com.google.inject.spi.ScopeBinding) public volatile synthetic java.lang.Object visit (com.google.inject.Binding) private static synthetic java.util.List lambda$visit$0 (com.google.inject.Scope) com.google.inject.Scope k }
com/google/inject/util/Modules$OverrideModule$3.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$OverrideModule$3 extends com.google.inject.util.Modules$ModuleWriter { final synthetic java.util.Map val$overridesScopeAnnotations final synthetic java.util.Map val$scopeInstancesInUse final synthetic com.google.inject.util.Modules$OverrideModule this$0 void <init> (com.google.inject.util.Modules$OverrideModule, com.google.inject.Binder, java.util.Map, java.util.Map) com.google.inject.util.Modules$OverrideModule this$0 com.google.inject.Binder binder public java.lang.Void visit (com.google.inject.spi.ScopeBinding) Object usedSource StringBuilder sb java.util.List usedSources com.google.inject.spi.ScopeBinding scopeBinding com.google.inject.spi.ScopeBinding overideBinding public volatile synthetic java.lang.Object visit (com.google.inject.spi.ScopeBinding) }
com/google/inject/util/Modules$OverrideModule$4.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$OverrideModule$4 extends com.google.inject.spi.DefaultBindingScopingVisitor { final synthetic com.google.inject.util.Modules$OverrideModule this$0 void <init> (com.google.inject.util.Modules$OverrideModule) com.google.inject.util.Modules$OverrideModule this$0 public com.google.inject.Scope visitScope (com.google.inject.Scope) com.google.inject.Scope scope public volatile synthetic java.lang.Object visitScope (com.google.inject.Scope) }
com/google/inject/util/Modules$OverrideModule.class
Modules.java package com.google.inject.util com.google.inject.util.Modules$OverrideModule extends com.google.inject.AbstractModule { private final com.google.common.collect.ImmutableSet overrides private final com.google.common.collect.ImmutableSet baseModules void <init> (java.lang.Iterable, com.google.common.collect.ImmutableSet) Iterable overrides com.google.common.collect.ImmutableSet baseModules public void configure () com.google.inject.Key exposed com.google.inject.spi.PrivateElements privateElements com.google.inject.PrivateBinder privateBinder com.google.inject.spi.Element element com.google.inject.Binder baseBinder java.util.List baseElements com.google.inject.Binder binder com.google.common.collect.ImmutableSet elements com.google.inject.Module scannersModule java.util.List overrideElements java.util.Set overriddenKeys java.util.Map overridesScopeAnnotations java.util.Map scopeInstancesInUse java.util.List scopeBindings private com.google.inject.Scope getScopeInstanceOrNull (com.google.inject.Binding) com.google.inject.Binding binding static synthetic com.google.inject.Scope access$300 (com.google.inject.util.Modules$OverrideModule, com.google.inject.Binding) com.google.inject.util.Modules$OverrideModule x0 com.google.inject.Binding x1 }
com/google/inject/util/Modules$RealOverriddenModuleBuilder.class
Modules.java package com.google.inject.util final com.google.inject.util.Modules$RealOverriddenModuleBuilder extends java.lang.Object implements com.google.inject.util.Modules$OverriddenModuleBuilder { private final com.google.common.collect.ImmutableSet baseModules private void <init> (java.lang.Iterable) Iterable baseModules public transient com.google.inject.Module with (com.google.inject.Module[]) com.google.inject.Module[] overrides public com.google.inject.Module with () public com.google.inject.Module with (java.lang.Iterable) Iterable overrides synthetic void <init> (java.lang.Iterable, com.google.inject.util.Modules$1) Iterable x0 com.google.inject.util.Modules$1 x1 }
com/google/inject/util/Modules$RequireAtInjectOnConstructorsModule.class
Modules.java package com.google.inject.util final com.google.inject.util.Modules$RequireAtInjectOnConstructorsModule extends java.lang.Object implements com.google.inject.Module { private void <init> () public void configure (com.google.inject.Binder) com.google.inject.Binder binder synthetic void <init> (com.google.inject.util.Modules$1) com.google.inject.util.Modules$1 x0 }
com/google/inject/util/Modules$RequireExactBindingAnnotationsModule.class
Modules.java package com.google.inject.util final com.google.inject.util.Modules$RequireExactBindingAnnotationsModule extends java.lang.Object implements com.google.inject.Module { private void <init> () public void configure (com.google.inject.Binder) com.google.inject.Binder binder synthetic void <init> (com.google.inject.util.Modules$1) com.google.inject.util.Modules$1 x0 }
com/google/inject/util/Modules$RequireExplicitBindingsModule.class
Modules.java package com.google.inject.util final com.google.inject.util.Modules$RequireExplicitBindingsModule extends java.lang.Object implements com.google.inject.Module { private void <init> () public void configure (com.google.inject.Binder) com.google.inject.Binder binder synthetic void <init> (com.google.inject.util.Modules$1) com.google.inject.util.Modules$1 x0 }
com/google/inject/util/Modules.class
Modules.java package com.google.inject.util public final com.google.inject.util.Modules extends java.lang.Object { public static final com.google.inject.Module EMPTY_MODULE private void <init> () public static transient com.google.inject.util.Modules$OverriddenModuleBuilder override (com.google.inject.Module[]) com.google.inject.Module[] modules public static com.google.inject.util.Modules$OverriddenModuleBuilder override () public static com.google.inject.util.Modules$OverriddenModuleBuilder override (java.lang.Iterable) Iterable modules public static transient com.google.inject.Module combine (com.google.inject.Module[]) com.google.inject.Module[] modules public static com.google.inject.Module combine (com.google.inject.Module) com.google.inject.Module module public static com.google.inject.Module combine () public static com.google.inject.Module combine (java.lang.Iterable) Iterable modules private static com.google.inject.Module extractScanners (java.lang.Iterable) com.google.inject.spi.Element element Iterable elements java.util.List scanners com.google.inject.spi.ElementVisitor visitor public static com.google.inject.Module requireExplicitBindingsModule () public static com.google.inject.Module requireAtInjectOnConstructorsModule () public static com.google.inject.Module requireExactBindingAnnotationsModule () public static com.google.inject.Module disableCircularProxiesModule () static synthetic com.google.inject.Module access$200 (java.lang.Iterable) Iterable x0 static void <clinit> () }
com/google/inject/util/Providers$1.class
Providers.java package com.google.inject.util synthetic com.google.inject.util.Providers$1 extends java.lang.Object { }
com/google/inject/util/Providers$ConstantProvider.class
Providers.java package com.google.inject.util final com.google.inject.util.Providers$ConstantProvider extends java.lang.Object implements com.google.inject.Provider { private final Object instance private void <init> (java.lang.Object) Object instance public java.lang.Object get () public java.lang.String toString () public boolean equals (java.lang.Object) Object obj public int hashCode () synthetic void <init> (java.lang.Object, com.google.inject.util.Providers$1) Object x0 com.google.inject.util.Providers$1 x1 }
com/google/inject/util/Providers$GuicifiedProvider.class
Providers.java package com.google.inject.util com.google.inject.util.Providers$GuicifiedProvider extends java.lang.Object implements com.google.inject.Provider { protected final javax.inject.Provider delegate private void <init> (javax.inject.Provider) javax.inject.Provider delegate public java.lang.Object get () public java.lang.String toString () public boolean equals (java.lang.Object) Object obj public int hashCode () synthetic void <init> (javax.inject.Provider, com.google.inject.util.Providers$1) javax.inject.Provider x0 com.google.inject.util.Providers$1 x1 }
com/google/inject/util/Providers$GuicifiedProviderWithDependencies.class
Providers.java package com.google.inject.util final com.google.inject.util.Providers$GuicifiedProviderWithDependencies extends com.google.inject.util.Providers$GuicifiedProvider implements com.google.inject.spi.ProviderWithDependencies { private final java.util.Set dependencies private void <init> (java.util.Set, javax.inject.Provider) java.util.Set dependencies javax.inject.Provider delegate void initialize (com.google.inject.Injector) com.google.inject.Injector injector public java.util.Set getDependencies () synthetic void <init> (java.util.Set, javax.inject.Provider, com.google.inject.util.Providers$1) java.util.Set x0 javax.inject.Provider x1 com.google.inject.util.Providers$1 x2 }
com/google/inject/util/Providers.class
Providers.java package com.google.inject.util public final com.google.inject.util.Providers extends java.lang.Object { private void <init> () public static com.google.inject.Provider of (java.lang.Object) Object instance public static com.google.inject.Provider guicify (javax.inject.Provider) com.google.inject.spi.InjectionPoint ip java.util.Set mutableDeps java.util.Set dependencies javax.inject.Provider provider javax.inject.Provider delegate java.util.Set injectionPoints }
com/google/inject/util/Types.class
Types.java package com.google.inject.util public final com.google.inject.util.Types extends java.lang.Object { private void <init> () public static transient java.lang.reflect.ParameterizedType newParameterizedType (java.lang.reflect.Type, java.lang.reflect.Type[]) java.lang.reflect.Type rawType java.lang.reflect.Type[] typeArguments public static transient java.lang.reflect.ParameterizedType newParameterizedTypeWithOwner (java.lang.reflect.Type, java.lang.reflect.Type, java.lang.reflect.Type[]) java.lang.reflect.Type ownerType java.lang.reflect.Type rawType java.lang.reflect.Type[] typeArguments public static java.lang.reflect.GenericArrayType arrayOf (java.lang.reflect.Type) java.lang.reflect.Type componentType public static java.lang.reflect.WildcardType subtypeOf (java.lang.reflect.Type) java.lang.reflect.Type bound public static java.lang.reflect.WildcardType supertypeOf (java.lang.reflect.Type) java.lang.reflect.Type bound public static java.lang.reflect.ParameterizedType listOf (java.lang.reflect.Type) java.lang.reflect.Type elementType public static java.lang.reflect.ParameterizedType collectionOf (java.lang.reflect.Type) java.lang.reflect.Type elementType public static java.lang.reflect.ParameterizedType setOf (java.lang.reflect.Type) java.lang.reflect.Type elementType public static java.lang.reflect.ParameterizedType mapOf (java.lang.reflect.Type, java.lang.reflect.Type) java.lang.reflect.Type keyType java.lang.reflect.Type valueType public static java.lang.reflect.ParameterizedType providerOf (java.lang.reflect.Type) java.lang.reflect.Type providedType public static java.lang.reflect.Type javaxProviderOf (java.lang.reflect.Type) java.lang.reflect.Type type }
org/aopalliance/
org/aopalliance/aop/
org/aopalliance/intercept/
org/aopalliance/aop/Advice.class
Advice.java package org.aopalliance.aop public abstract org.aopalliance.aop.Advice extends java.lang.Object { }
org/aopalliance/aop/AspectException.class
AspectException.java package org.aopalliance.aop public org.aopalliance.aop.AspectException extends java.lang.RuntimeException { private String message private String stackTrace private Throwable t public java.lang.Throwable getCause () public java.lang.String toString () public java.lang.String getMessage () public void printStackTrace () public void printStackTrace (java.io.PrintStream) public void printStackTrace (java.io.PrintWriter) public void <init> (java.lang.String) public void <init> (java.lang.String, java.lang.Throwable) }
org/aopalliance/intercept/ConstructorInterceptor.class
ConstructorInterceptor.java package org.aopalliance.intercept public abstract org.aopalliance.intercept.ConstructorInterceptor extends java.lang.Object implements org.aopalliance.intercept.Interceptor { public abstract java.lang.Object construct (org.aopalliance.intercept.ConstructorInvocation) throws java.lang.Throwable }
org/aopalliance/intercept/ConstructorInvocation.class
ConstructorInvocation.java package org.aopalliance.intercept public abstract org.aopalliance.intercept.ConstructorInvocation extends java.lang.Object implements org.aopalliance.intercept.Invocation { public abstract java.lang.reflect.Constructor getConstructor () }
org/aopalliance/intercept/Interceptor.class
Interceptor.java package org.aopalliance.intercept public abstract org.aopalliance.intercept.Interceptor extends java.lang.Object implements org.aopalliance.aop.Advice { }
org/aopalliance/intercept/Invocation.class
Invocation.java package org.aopalliance.intercept public abstract org.aopalliance.intercept.Invocation extends java.lang.Object implements org.aopalliance.intercept.Joinpoint { public abstract java.lang.Object[] getArguments () }
org/aopalliance/intercept/Joinpoint.class
Joinpoint.java package org.aopalliance.intercept public abstract org.aopalliance.intercept.Joinpoint extends java.lang.Object { public abstract java.lang.Object proceed () throws java.lang.Throwable public abstract java.lang.Object getThis () public abstract java.lang.reflect.AccessibleObject getStaticPart () }
org/aopalliance/intercept/MethodInterceptor.class
MethodInterceptor.java package org.aopalliance.intercept public abstract org.aopalliance.intercept.MethodInterceptor extends java.lang.Object implements org.aopalliance.intercept.Interceptor { public abstract java.lang.Object invoke (org.aopalliance.intercept.MethodInvocation) throws java.lang.Throwable }
org/aopalliance/intercept/MethodInvocation.class
MethodInvocation.java package org.aopalliance.intercept public abstract org.aopalliance.intercept.MethodInvocation extends java.lang.Object implements org.aopalliance.intercept.Invocation { public abstract java.lang.reflect.Method getMethod () }
javax/inject/
javax/inject/Inject.class
Inject.java package javax.inject public abstract annotation javax.inject.Inject extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/inject/Named.class
Named.java package javax.inject public abstract annotation javax.inject.Named extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
javax/inject/Provider.class
Provider.java package javax.inject public abstract javax.inject.Provider extends java.lang.Object { public abstract java.lang.Object get () }
javax/inject/Qualifier.class
Qualifier.java package javax.inject public abstract annotation javax.inject.Qualifier extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/inject/Scope.class
Scope.java package javax.inject public abstract annotation javax.inject.Scope extends java.lang.Object implements java.lang.annotation.Annotation { }
javax/inject/Singleton.class
Singleton.java package javax.inject public abstract annotation javax.inject.Singleton extends java.lang.Object implements java.lang.annotation.Annotation { }
MANIFEST.MF
org/checkerframework/dataflow/cfg/
org/checkerframework/errorprone/dataflow/cfg/UnderlyingAST$Kind.class
UnderlyingAST.java package org.checkerframework.errorprone.dataflow.cfg public final enum org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind METHOD public static final enum org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind LAMBDA public static final enum org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind ARBITRARY_CODE private static final synthetic org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind[] $VALUES public static org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind[] values () public static org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/CFGProcessor$1.class
CFGProcessor.java package org.checkerframework.errorprone.dataflow.cfg org.checkerframework.errorprone.dataflow.cfg.CFGProcessor$1 extends com.sun.source.util.TreePathScanner { final synthetic org.checkerframework.errorprone.dataflow.cfg.CFGProcessor this$0 void <init> (org.checkerframework.errorprone.dataflow.cfg.CFGProcessor) org.checkerframework.errorprone.dataflow.cfg.CFGProcessor this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void p javax.lang.model.element.TypeElement el public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void p javax.lang.model.element.ExecutableElement el public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
org/checkerframework/dataflow/cfg/builder/
org/checkerframework/errorprone/dataflow/cfg/builder/TryCatchFrame.class
TryCatchFrame.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.TryCatchFrame extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.builder.TryFrame { protected final javax.lang.model.util.Types types protected final java.util.List catchLabels static final synthetic boolean $assertionsDisabled public void <init> (javax.lang.model.util.Types, java.util.List) javax.lang.model.util.Types types java.util.List catchLabels public java.lang.String toString () org.checkerframework.errorprone.javacutil.Pair ptml java.util.StringJoiner sb public boolean possibleLabels (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.DeclaredType declaredCaught javax.lang.model.type.DeclaredType declaredAlt javax.lang.model.type.TypeMirror alternative javax.lang.model.type.UnionType caughtUnion javax.lang.model.type.TypeMirror caught boolean canApply org.checkerframework.errorprone.javacutil.Pair pair javax.lang.model.type.TypeMirror thrown java.util.Set labels javax.lang.model.type.DeclaredType declaredThrown static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/TryFrame.class
TryFrame.java package org.checkerframework.errorprone.dataflow.cfg.builder abstract org.checkerframework.errorprone.dataflow.cfg.builder.TryFrame extends java.lang.Object { public abstract boolean possibleLabels (javax.lang.model.type.TypeMirror, java.util.Set) }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseTwo.class
CFGTranslationPhaseTwo.java package org.checkerframework.errorprone.dataflow.cfg.builder public org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseTwo extends java.lang.Object { static final synthetic boolean $assertionsDisabled private void <init> () public static org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph process (org.checkerframework.errorprone.dataflow.cfg.builder.PhaseOneResult) org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl b boolean terminatesExecution org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cj org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl cb org.checkerframework.errorprone.dataflow.cfg.builder.Label thenLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label elseLabel Integer target org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl b int target org.checkerframework.errorprone.dataflow.cfg.builder.UnconditionalJump uj Integer target org.checkerframework.errorprone.dataflow.cfg.builder.Label label javax.lang.model.type.TypeMirror cause java.util.Map$Entry entry org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder en org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlockImpl e org.checkerframework.errorprone.dataflow.cfg.node.Node nn org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode node Integer index org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode extendedNode org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl target org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl source org.checkerframework.errorprone.dataflow.cfg.builder.MissingEdge p org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode extendedNode org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl target Integer index javax.lang.model.type.TypeMirror cause org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlockImpl source org.checkerframework.errorprone.dataflow.cfg.builder.MissingEdge p org.checkerframework.errorprone.dataflow.cfg.builder.PhaseOneResult in java.util.Map bindings java.util.ArrayList nodeList java.util.Set leaders org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl regularExitBlock org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl exceptionalExitBlock java.util.Set missingEdges java.util.Set missingExceptionalEdges org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl startBlock org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl block int i static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseThree$5.class
CFGTranslationPhaseThree.java package org.checkerframework.errorprone.dataflow.cfg.builder synthetic org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$5 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$cfg$block$Block$BlockType static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseTwo$1.class
CFGTranslationPhaseTwo.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseTwo$1 extends org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl { final synthetic org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl val$cb void <init> (org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl) public void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl successor }
org/checkerframework/errorprone/dataflow/cfg/builder/TreeInfo.class
TreeInfo.java package org.checkerframework.errorprone.dataflow.cfg.builder abstract org.checkerframework.errorprone.dataflow.cfg.builder.TreeInfo extends java.lang.Object { public abstract boolean isBoxed () public abstract boolean isNumeric () public abstract boolean isBoolean () public abstract javax.lang.model.type.TypeMirror unboxedType () }
org/checkerframework/errorprone/dataflow/cfg/builder/TryFinallyFrame.class
TryFinallyFrame.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.TryFinallyFrame extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.builder.TryFrame { protected final org.checkerframework.errorprone.dataflow.cfg.builder.Label finallyLabel public void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.Label) org.checkerframework.errorprone.dataflow.cfg.builder.Label finallyLabel public java.lang.String toString () public boolean possibleLabels (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror thrown java.util.Set labels }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseThree$3.class
CFGTranslationPhaseThree.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$3 extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder { final synthetic org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlockImpl val$e final synthetic java.util.Map$Entry val$entry final synthetic org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl val$cur final synthetic org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl val$pred void <init> (org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlockImpl, java.util.Map$Entry, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) public void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b public org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl getBlock () }
org/checkerframework/errorprone/dataflow/cfg/builder/MissingEdge.class
MissingEdge.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.MissingEdge extends java.lang.Object { final org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl source final Integer index final javax.lang.model.type.TypeMirror cause final org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule static final synthetic boolean $assertionsDisabled public void <init> (org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl, int) org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl source int index public void <init> (org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl, int, org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl source int index org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule public void <init> (org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl, java.lang.Integer, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl source Integer index javax.lang.model.type.TypeMirror cause public void <init> (org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl, java.lang.Integer, javax.lang.model.type.TypeMirror, org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl source Integer index javax.lang.model.type.TypeMirror cause org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule public java.lang.String toString () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/NodeHolder.class
NodeHolder.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.NodeHolder extends org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode { protected final org.checkerframework.errorprone.dataflow.cfg.node.Node node public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node public org.checkerframework.errorprone.dataflow.cfg.node.Node getNode () public java.lang.String toString () public java.lang.String toStringDebug () }
org/checkerframework/errorprone/dataflow/cfg/builder/UnconditionalJump.class
UnconditionalJump.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.UnconditionalJump extends org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode { protected final org.checkerframework.errorprone.dataflow.cfg.builder.Label jumpTarget protected final org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule static final synthetic boolean $assertionsDisabled public void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.Label) org.checkerframework.errorprone.dataflow.cfg.builder.Label jumpTarget public void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.Label, org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.cfg.builder.Label jumpTarget org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule public org.checkerframework.errorprone.dataflow.cfg.builder.Label getLabel () public org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getFlowRule () public java.lang.String toString () public java.lang.String toStringDebug () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseThree$PredecessorHolder.class
CFGTranslationPhaseThree.java package org.checkerframework.errorprone.dataflow.cfg.builder public abstract org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder extends java.lang.Object { public abstract void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) public abstract org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl getBlock () }
org/checkerframework/errorprone/dataflow/cfg/builder/ExtendedNode.class
ExtendedNode.java package org.checkerframework.errorprone.dataflow.cfg.builder public abstract org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode extends java.lang.Object { protected org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl block protected final org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType type protected boolean terminatesExecution protected void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType) org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType type public org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType getType () public boolean getTerminatesExecution () public void setTerminatesExecution (boolean) boolean terminatesExecution public org.checkerframework.errorprone.dataflow.cfg.node.Node getNode () public org.checkerframework.errorprone.dataflow.cfg.builder.Label getLabel () public org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl getBlock () public void setBlock (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b public java.lang.String toString () public abstract java.lang.String toStringDebug () }
org/checkerframework/errorprone/dataflow/cfg/builder/TryStack.class
TryStack.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.TryStack extends java.lang.Object { protected final org.checkerframework.errorprone.dataflow.cfg.builder.Label exitLabel protected final java.util.ArrayDeque frames public void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.Label) org.checkerframework.errorprone.dataflow.cfg.builder.Label exitLabel public void pushFrame (org.checkerframework.errorprone.dataflow.cfg.builder.TryFrame) org.checkerframework.errorprone.dataflow.cfg.builder.TryFrame frame public void popFrame () public java.util.Set possibleLabels (javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.builder.TryFrame frame javax.lang.model.type.TypeMirror thrown java.util.Set labels public java.lang.String toString () org.checkerframework.errorprone.dataflow.cfg.builder.TryFrame tf java.util.StringJoiner sj }
org/checkerframework/errorprone/dataflow/cfg/builder/ExtendedNode$ExtendedNodeType.class
ExtendedNode.java package org.checkerframework.errorprone.dataflow.cfg.builder public final enum org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType NODE public static final enum org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType EXCEPTION_NODE public static final enum org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType UNCONDITIONAL_JUMP public static final enum org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType CONDITIONAL_JUMP private static final synthetic org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType[] $VALUES public static org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType[] values () public static org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode$ExtendedNodeType[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/Label.class
Label.java package org.checkerframework.errorprone.dataflow.cfg.builder public org.checkerframework.errorprone.dataflow.cfg.builder.Label extends java.lang.Object { private static int uid protected final String name public void <init> (java.lang.String) String name public void <init> () public java.lang.String toString () private static java.lang.String uniqueName () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseOne.class
CFGTranslationPhaseOne.java package org.checkerframework.errorprone.dataflow.cfg.builder public org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne extends com.sun.source.util.TreeScanner { private com.sun.source.util.TreePath path protected final javax.annotation.processing.ProcessingEnvironment env protected final javax.lang.model.util.Elements elements protected final javax.lang.model.util.Types types protected final com.sun.source.util.Trees trees protected final org.checkerframework.errorprone.javacutil.trees.TreeBuilder treeBuilder protected final org.checkerframework.errorprone.javacutil.AnnotationProvider annotationProvider protected final boolean assumeAssertionsDisabled protected final boolean assumeAssertionsEnabled private final org.checkerframework.errorprone.dataflow.cfg.builder.Label regularExitLabel private final org.checkerframework.errorprone.dataflow.cfg.builder.Label exceptionalExitLabel private org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell returnTargetLC private org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell breakTargetLC private java.util.Map breakLabels private org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell continueTargetLC private java.util.Map continueLabels private final org.checkerframework.errorprone.dataflow.cfg.builder.TryStack tryStack private org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$SwitchBuilder switchBuilder private final java.util.IdentityHashMap treeToCfgNodes private final java.util.IdentityHashMap treeToConvertedCfgNodes private final java.util.IdentityHashMap postfixTreeToCfgNodes private final java.util.ArrayList nodeList private final java.util.Map bindings private final java.util.Set leaders private final java.util.List returnNodes private final java.util.List declaredClasses private final java.util.List declaredLambdas protected final javax.lang.model.type.TypeMirror arithmeticExceptionType protected final javax.lang.model.type.TypeMirror arrayIndexOutOfBoundsExceptionType protected final javax.lang.model.type.TypeMirror assertionErrorType protected final javax.lang.model.type.TypeMirror classCastExceptionType protected final javax.lang.model.type.TypeMirror iterableType protected final javax.lang.model.type.TypeMirror negativeArraySizeExceptionType protected final javax.lang.model.type.TypeMirror nullPointerExceptionType protected final javax.lang.model.type.TypeMirror outOfMemoryErrorType protected final javax.lang.model.type.TypeMirror classCircularityErrorType protected final javax.lang.model.type.TypeMirror classFormatErrorType protected final javax.lang.model.type.TypeMirror noClassDefFoundErrorType protected final javax.lang.model.type.TypeMirror stringType protected final javax.lang.model.type.TypeMirror throwableType protected final java.util.Set uncheckedExceptionTypes protected final java.util.Set newArrayExceptionTypes protected long uid protected com.sun.source.tree.VariableTree ea private final java.util.Map parenMapping static final synthetic boolean $assertionsDisabled public void <init> (org.checkerframework.errorprone.javacutil.trees.TreeBuilder, org.checkerframework.errorprone.javacutil.AnnotationProvider, boolean, boolean, javax.annotation.processing.ProcessingEnvironment) org.checkerframework.errorprone.javacutil.trees.TreeBuilder treeBuilder org.checkerframework.errorprone.javacutil.AnnotationProvider annotationProvider boolean assumeAssertionsEnabled boolean assumeAssertionsDisabled javax.annotation.processing.ProcessingEnvironment env public org.checkerframework.errorprone.dataflow.cfg.builder.PhaseOneResult process (com.sun.source.util.TreePath, org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) org.checkerframework.errorprone.dataflow.cfg.node.Node resultNode com.sun.source.tree.LambdaExpressionTree lambdaTree org.checkerframework.errorprone.dataflow.cfg.node.Node finalNode com.sun.source.util.TreePath bodyPath org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST public org.checkerframework.errorprone.dataflow.cfg.builder.PhaseOneResult process (com.sun.source.tree.CompilationUnitTree, org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) com.sun.source.tree.CompilationUnitTree root org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST com.sun.source.util.TreePath bodyPath public void handleArtificialTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public com.sun.source.util.TreePath getCurrentPath () public org.checkerframework.errorprone.dataflow.cfg.node.Node scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void p com.sun.source.util.TreePath prev boolean treeIsLeaf public org.checkerframework.errorprone.dataflow.cfg.node.Node visitYield17 (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree yieldTree Void p com.sun.source.tree.ExpressionTree resultExpression public org.checkerframework.errorprone.dataflow.cfg.node.Node visitSwitchExpression17 (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree switchExpressionTree Void p org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$SwitchBuilder oldSwitchBuilder org.checkerframework.errorprone.dataflow.cfg.node.Node res public org.checkerframework.errorprone.dataflow.cfg.node.Node visitBindingPattern17 (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree bindingPatternTree Void p com.sun.source.tree.ClassTree enclosingClass javax.lang.model.element.TypeElement classElem org.checkerframework.errorprone.dataflow.cfg.node.Node receiver com.sun.source.tree.VariableTree varTree org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode variableDeclarationNode org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode varNode protected void addToLookupMap (org.checkerframework.errorprone.dataflow.cfg.node.Node) java.util.Set newSet java.util.Set exp org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.Tree tree java.util.Set existing com.sun.source.tree.Tree enclosingParens protected void addToConvertedLookupMap (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.Tree tree protected void addToConvertedLookupMap (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node) java.util.Set newSet com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node node java.util.Set existing protected void extendWithNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node protected org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder extendWithNodeWithException (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror cause protected org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder extendWithNodeWithExceptions (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.util.Set) javax.lang.model.type.TypeMirror cause org.checkerframework.errorprone.dataflow.cfg.node.Node node java.util.Set causes java.util.Map exceptions org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder exNode protected org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder extendWithClassNameNode (org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode) org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode node java.util.Set thrownSet protected org.checkerframework.errorprone.dataflow.cfg.node.Node insertNodeAfter (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node pred protected org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder insertNodeWithExceptionsAfter (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.util.Set, org.checkerframework.errorprone.dataflow.cfg.node.Node) javax.lang.model.type.TypeMirror cause org.checkerframework.errorprone.dataflow.cfg.node.Node node java.util.Set causes org.checkerframework.errorprone.dataflow.cfg.node.Node pred java.util.Map exceptions org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder exNode protected void extendWithExtendedNode (org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode) org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode n protected void insertExtendedNodeAfter (org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode, org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode inList int i java.util.Map$Entry e Integer l java.util.Set oldLeaders org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode n org.checkerframework.errorprone.dataflow.cfg.node.Node pred int index protected void addLabelForNextNode (org.checkerframework.errorprone.dataflow.cfg.builder.Label) org.checkerframework.errorprone.dataflow.cfg.builder.Label l protected java.lang.String uniqueName (java.lang.String) String prefix protected org.checkerframework.errorprone.dataflow.cfg.node.Node box (org.checkerframework.errorprone.dataflow.cfg.node.Node) javax.lang.model.type.PrimitiveType primitive javax.lang.model.type.TypeMirror boxedType javax.lang.model.element.TypeElement boxedElement com.sun.source.tree.IdentifierTree classTree org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode className com.sun.source.tree.MemberSelectTree valueOfSelect org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode valueOfAccess com.sun.source.tree.MethodInvocationTree valueOfCall org.checkerframework.errorprone.dataflow.cfg.node.Node boxed org.checkerframework.errorprone.dataflow.cfg.node.Node node protected org.checkerframework.errorprone.dataflow.cfg.node.Node unbox (org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.MemberSelectTree primValueSelect org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode primValueAccess com.sun.source.tree.MethodInvocationTree primValueCall org.checkerframework.errorprone.dataflow.cfg.node.Node unboxed org.checkerframework.errorprone.dataflow.cfg.node.Node node private org.checkerframework.errorprone.dataflow.cfg.builder.TreeInfo getTreeInfo (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree javax.lang.model.type.TypeMirror type boolean boxed javax.lang.model.type.TypeMirror unboxedType boolean bool boolean numeric private org.checkerframework.errorprone.dataflow.cfg.node.Node unboxAsNeeded (org.checkerframework.errorprone.dataflow.cfg.node.Node, boolean) org.checkerframework.errorprone.dataflow.cfg.node.Node node boolean boxed protected org.checkerframework.errorprone.dataflow.cfg.node.Node stringConversion (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node converted org.checkerframework.errorprone.dataflow.cfg.node.Node node protected org.checkerframework.errorprone.dataflow.cfg.node.Node unaryNumericPromotion (org.checkerframework.errorprone.dataflow.cfg.node.Node) javax.lang.model.type.TypeMirror intType org.checkerframework.errorprone.dataflow.cfg.node.Node widened org.checkerframework.errorprone.dataflow.cfg.node.Node node protected boolean isNumericOrBoxed (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type protected javax.lang.model.type.TypeMirror binaryPromotedType (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror left javax.lang.model.type.TypeMirror right javax.lang.model.type.TypeKind promotedTypeKind protected org.checkerframework.errorprone.dataflow.cfg.node.Node binaryNumericPromotion (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.node.Node widened org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror exprType protected org.checkerframework.errorprone.dataflow.cfg.node.Node widen (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.node.Node widened org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror destType protected org.checkerframework.errorprone.dataflow.cfg.node.Node narrow (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.node.Node narrowed org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror destType protected org.checkerframework.errorprone.dataflow.cfg.node.Node narrowAndBox (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror destType protected boolean conversionRequiresNarrowing (javax.lang.model.type.TypeMirror, org.checkerframework.errorprone.dataflow.cfg.node.Node) javax.lang.model.type.TypeMirror varType org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror unboxedVarType javax.lang.model.type.TypeKind unboxedVarKind boolean isLeftNarrowableTo boolean isRightConstant protected org.checkerframework.errorprone.dataflow.cfg.node.Node commonConvert (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror, boolean) org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror varType boolean contextAllowsNarrowing javax.lang.model.type.TypeMirror nodeType boolean isSameType boolean isRightNumeric boolean isRightPrimitive boolean isRightBoxed boolean isRightReference boolean isLeftNumeric boolean isLeftPrimitive boolean isLeftReference boolean isSubtype protected org.checkerframework.errorprone.dataflow.cfg.node.Node assignConvert (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror varType protected org.checkerframework.errorprone.dataflow.cfg.node.Node methodInvocationConvert (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror formalType protected java.util.List convertCallArguments (javax.lang.model.element.ExecutableElement, javax.lang.model.type.ExecutableType, java.util.List) org.checkerframework.errorprone.dataflow.cfg.node.Node actualVal int i org.checkerframework.errorprone.dataflow.cfg.node.Node actualVal int i org.checkerframework.errorprone.dataflow.cfg.node.Node actualVal int i javax.lang.model.type.TypeMirror elemType java.util.List inits java.util.List initializers com.sun.source.tree.NewArrayTree wrappedVarargs org.checkerframework.errorprone.dataflow.cfg.node.Node lastArgument int lastArgIndex javax.lang.model.type.TypeMirror lastParamType org.checkerframework.errorprone.dataflow.cfg.node.Node actualVal int i javax.lang.model.element.ExecutableElement method javax.lang.model.type.ExecutableType methodType java.util.List actualExprs java.util.List formals int numFormals java.util.ArrayList convertedNodes int numActuals protected org.checkerframework.errorprone.dataflow.cfg.node.Node conditionalExprPromotion (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeKind destKind org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror destType javax.lang.model.type.TypeMirror nodeType boolean isBoxedPrimitive javax.lang.model.type.TypeMirror unboxedNodeType javax.lang.model.type.TypeMirror unboxedDestType protected javax.lang.model.element.Name getLabel (com.sun.source.util.TreePath) com.sun.source.tree.Tree parent com.sun.source.util.TreePath path public org.checkerframework.errorprone.dataflow.cfg.node.Node visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, java.lang.Void) com.sun.source.tree.AnnotatedTypeTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Void) com.sun.source.tree.AnnotationTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) java.util.List arguments com.sun.source.tree.MethodInvocationTree tree Void p javax.lang.model.element.ExecutableElement method com.sun.source.tree.ExpressionTree methodSelect java.util.List actualExprs org.checkerframework.errorprone.dataflow.cfg.node.Node receiver org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode target java.util.List arguments org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode node java.util.List thrownTypes java.util.Set thrownSet org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode extendedNode boolean terminatesExecution public org.checkerframework.errorprone.dataflow.cfg.node.Node visitAssert (com.sun.source.tree.AssertTree, java.lang.Void) com.sun.source.tree.AssertTree tree Void p com.sun.source.tree.VariableTree ea org.checkerframework.errorprone.dataflow.cfg.builder.Label assertionEnabled org.checkerframework.errorprone.dataflow.cfg.builder.Label assertionDisabled protected boolean assumeAssertionsEnabledFor (com.sun.source.tree.AssertTree) com.sun.source.tree.AssertTree tree protected com.sun.source.tree.VariableTree getAssertionsEnabledVariable () String name javax.lang.model.element.Element owner com.sun.source.tree.ExpressionTree initializer private javax.lang.model.element.Element findOwner () com.sun.source.tree.ClassTree enclosingClass com.sun.source.tree.MethodTree enclosingMethod protected void translateAssertWithAssertionsEnabled (com.sun.source.tree.AssertTree) com.sun.source.tree.AssertTree tree org.checkerframework.errorprone.dataflow.cfg.builder.Label assertEnd org.checkerframework.errorprone.dataflow.cfg.builder.Label elseEntry org.checkerframework.errorprone.dataflow.cfg.node.Node condition org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump org.checkerframework.errorprone.dataflow.cfg.node.Node detail org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode assertNode org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder exNode public org.checkerframework.errorprone.dataflow.cfg.node.Node visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.node.Node receiver org.checkerframework.errorprone.dataflow.cfg.node.Node expression org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode target javax.lang.model.element.Element element org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignmentNode org.checkerframework.errorprone.dataflow.cfg.node.Node target com.sun.source.tree.AssignmentTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignmentNode com.sun.source.tree.ExpressionTree variable javax.lang.model.type.TypeMirror varType protected org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode translateAssignment (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, com.sun.source.tree.ExpressionTree) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node target com.sun.source.tree.ExpressionTree rhs org.checkerframework.errorprone.dataflow.cfg.node.Node expression protected org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode translateAssignment (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node target org.checkerframework.errorprone.dataflow.cfg.node.Node expression org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignmentNode private org.checkerframework.errorprone.dataflow.cfg.node.Node getReceiver (com.sun.source.tree.ExpressionTree) com.sun.source.tree.MemberSelectTree mtree org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode node com.sun.source.tree.ExpressionTree tree javax.lang.model.element.Element ele javax.lang.model.element.TypeElement declClassElem javax.lang.model.type.TypeMirror declClassType com.sun.source.util.TreePath enclClassPath com.sun.source.tree.ClassTree enclClassTree javax.lang.model.element.TypeElement enclClassElem javax.lang.model.type.TypeMirror enclClassType org.checkerframework.errorprone.dataflow.cfg.node.Node node protected com.sun.source.tree.Tree$Kind withoutAssignment (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind kind public org.checkerframework.errorprone.dataflow.cfg.node.Node visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node targetLHS org.checkerframework.errorprone.dataflow.cfg.node.Node value javax.lang.model.type.TypeMirror exprType javax.lang.model.type.TypeMirror leftType javax.lang.model.type.TypeMirror rightType javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node targetRHS com.sun.source.tree.BinaryTree operTree org.checkerframework.errorprone.dataflow.cfg.node.Node operNode javax.lang.model.type.TypeMirror castType com.sun.source.tree.TypeCastTree castTree org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode castNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignNode org.checkerframework.errorprone.dataflow.cfg.node.Node targetRHS com.sun.source.tree.BinaryTree operTree org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignNode org.checkerframework.errorprone.dataflow.cfg.node.Node operNode javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node targetRHS com.sun.source.tree.BinaryTree operTree org.checkerframework.errorprone.dataflow.cfg.node.Node operNode javax.lang.model.type.TypeMirror castType com.sun.source.tree.TypeCastTree castTree org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode castNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignNode org.checkerframework.errorprone.dataflow.cfg.node.Node targetLHS org.checkerframework.errorprone.dataflow.cfg.node.Node value javax.lang.model.type.TypeMirror leftType javax.lang.model.type.TypeMirror rightType org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node targetLHS org.checkerframework.errorprone.dataflow.cfg.node.Node value javax.lang.model.type.TypeMirror leftType org.checkerframework.errorprone.dataflow.cfg.node.Node targetRHS com.sun.source.tree.BinaryTree operTree org.checkerframework.errorprone.dataflow.cfg.node.Node operNode javax.lang.model.type.TypeMirror castType com.sun.source.tree.TypeCastTree castTree org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode castNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignNode javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node targetLHS org.checkerframework.errorprone.dataflow.cfg.node.Node value javax.lang.model.type.TypeMirror leftType javax.lang.model.type.TypeMirror rightType org.checkerframework.errorprone.dataflow.cfg.node.Node targetRHS com.sun.source.tree.BinaryTree operTree org.checkerframework.errorprone.dataflow.cfg.node.Node operNode javax.lang.model.type.TypeMirror castType com.sun.source.tree.TypeCastTree castTree org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode castNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignNode com.sun.source.tree.CompoundAssignmentTree tree Void p com.sun.source.tree.Tree$Kind kind public org.checkerframework.errorprone.dataflow.cfg.node.Node visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) javax.lang.model.type.TypeMirror exprType javax.lang.model.type.TypeMirror leftType javax.lang.model.type.TypeMirror rightType javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right javax.lang.model.type.TypeMirror leftType javax.lang.model.type.TypeMirror rightType org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror leftType javax.lang.model.type.TypeMirror rightType javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.builder.TreeInfo leftInfo org.checkerframework.errorprone.dataflow.cfg.builder.TreeInfo rightInfo org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right javax.lang.model.type.TypeMirror promotedType org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.type.TypeMirror leftType javax.lang.model.type.TypeMirror rightType boolean isBooleanOp org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.builder.Label rightStartLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label shortCircuitLabel org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump org.checkerframework.errorprone.dataflow.cfg.node.Node right org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.BinaryTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node r com.sun.source.tree.Tree leftTree com.sun.source.tree.Tree rightTree com.sun.source.tree.Tree$Kind kind public org.checkerframework.errorprone.dataflow.cfg.node.Node visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.StatementTree n com.sun.source.tree.BlockTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitBreak (com.sun.source.tree.BreakTree, java.lang.Void) com.sun.source.tree.BreakTree tree Void p javax.lang.model.element.Name label public org.checkerframework.errorprone.dataflow.cfg.node.Node visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Void) com.sun.source.tree.SwitchTree tree Void p org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$SwitchBuilder builder public org.checkerframework.errorprone.dataflow.cfg.node.Node visitCase (com.sun.source.tree.CaseTree, java.lang.Void) com.sun.source.tree.CaseTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitCatch (com.sun.source.tree.CatchTree, java.lang.Void) com.sun.source.tree.CatchTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node classbody public org.checkerframework.errorprone.dataflow.cfg.node.Node visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void p javax.lang.model.type.TypeMirror exprType org.checkerframework.errorprone.dataflow.cfg.builder.Label trueStart org.checkerframework.errorprone.dataflow.cfg.builder.Label falseStart org.checkerframework.errorprone.dataflow.cfg.builder.Label merge com.sun.source.tree.VariableTree condExprVarTree org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode condExprVarNode org.checkerframework.errorprone.dataflow.cfg.node.Node condition org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump com.sun.source.tree.ExpressionTree trueExprTree org.checkerframework.errorprone.dataflow.cfg.node.Node trueExprNode com.sun.source.tree.ExpressionTree falseExprTree org.checkerframework.errorprone.dataflow.cfg.node.Node falseExprNode org.checkerframework.errorprone.javacutil.Pair treeAndLocalVarNode org.checkerframework.errorprone.dataflow.cfg.node.Node node private void extendWithAssignmentForConditionalExpr (com.sun.source.tree.VariableTree, com.sun.source.tree.ExpressionTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.VariableTree condExprVarTree com.sun.source.tree.ExpressionTree caseExprTree org.checkerframework.errorprone.dataflow.cfg.node.Node caseExprNode org.checkerframework.errorprone.javacutil.Pair treeAndLocalVarNode com.sun.source.tree.AssignmentTree assign org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignmentNode private org.checkerframework.errorprone.javacutil.Pair buildVarUseNode (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree varTree com.sun.source.tree.IdentifierTree condExprVarUseTree org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode condExprVarUseNode public org.checkerframework.errorprone.dataflow.cfg.node.Node visitContinue (com.sun.source.tree.ContinueTree, java.lang.Void) com.sun.source.tree.ContinueTree tree Void p javax.lang.model.element.Name label public org.checkerframework.errorprone.dataflow.cfg.node.Node visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.builder.Label conditionStart com.sun.source.tree.DoWhileLoopTree tree Void p javax.lang.model.element.Name parentLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label loopEntry org.checkerframework.errorprone.dataflow.cfg.builder.Label loopExit org.checkerframework.errorprone.dataflow.cfg.builder.Label conditionStart org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldBreakTargetLC org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldContinueTargetLC org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump public org.checkerframework.errorprone.dataflow.cfg.node.Node visitErroneous (com.sun.source.tree.ErroneousTree, java.lang.Void) com.sun.source.tree.ErroneousTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Void) com.sun.source.tree.ExpressionStatementTree tree Void p com.sun.source.tree.ExpressionTree exprTree public org.checkerframework.errorprone.dataflow.cfg.node.Node visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.builder.Label updateStart javax.lang.model.type.DeclaredType declaredExprType com.sun.source.tree.MemberSelectTree iteratorSelect com.sun.source.tree.MethodInvocationTree iteratorCall com.sun.source.tree.VariableTree iteratorVariable org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode iteratorVariableDecl org.checkerframework.errorprone.dataflow.cfg.node.Node expressionNode org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode iteratorAccessNode org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode iteratorCallNode com.sun.source.tree.IdentifierTree iteratorUse1 org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode iteratorReceiverNode com.sun.source.tree.MemberSelectTree hasNextSelect org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode hasNextAccessNode com.sun.source.tree.MethodInvocationTree hasNextCall org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode hasNextCallNode com.sun.source.tree.IdentifierTree iteratorUse2 org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode iteratorReceiverNode2 com.sun.source.tree.MemberSelectTree nextSelect org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode nextAccessNode com.sun.source.tree.MethodInvocationTree nextCall org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode nextCallNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignNode org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode boxingNode com.sun.source.tree.VariableTree arrayVariable org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode arrayVariableNode org.checkerframework.errorprone.dataflow.cfg.node.Node expressionNode javax.lang.model.type.TypeMirror intType com.sun.source.tree.LiteralTree zero com.sun.source.tree.VariableTree indexVariable org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode indexVariableNode org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode zeroNode com.sun.source.tree.IdentifierTree indexUse1 org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode indexNode1 com.sun.source.tree.IdentifierTree arrayUse1 org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode arrayNode1 com.sun.source.tree.MemberSelectTree lengthSelect org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode lengthAccessNode com.sun.source.tree.BinaryTree lessThan org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode lessThanNode com.sun.source.tree.IdentifierTree arrayUse2 org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode arrayNode2 com.sun.source.tree.IdentifierTree indexUse2 org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode indexNode2 com.sun.source.tree.ArrayAccessTree arrayAccess org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode arrayAccessNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode arrayAccessAssignNode org.checkerframework.errorprone.dataflow.cfg.node.Node arrayAccessAssignNodeExpr com.sun.source.tree.IdentifierTree indexUse3 org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode indexNode3 com.sun.source.tree.LiteralTree oneTree org.checkerframework.errorprone.dataflow.cfg.node.Node one com.sun.source.tree.BinaryTree addOneTree org.checkerframework.errorprone.dataflow.cfg.node.Node addOneNode com.sun.source.tree.AssignmentTree assignTree org.checkerframework.errorprone.dataflow.cfg.node.Node assignNode com.sun.source.tree.EnhancedForLoopTree tree Void p javax.lang.model.element.Name parentLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label conditionStart org.checkerframework.errorprone.dataflow.cfg.builder.Label loopEntry org.checkerframework.errorprone.dataflow.cfg.builder.Label loopExit org.checkerframework.errorprone.dataflow.cfg.builder.Label updateStart org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldBreakTargetLC org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldContinueTargetLC com.sun.source.tree.VariableTree variable javax.lang.model.element.VariableElement variableElement com.sun.source.tree.ExpressionTree expression com.sun.source.tree.StatementTree statement javax.lang.model.type.TypeMirror exprType protected com.sun.source.tree.VariableTree createEnhancedForLoopIteratorVariable (com.sun.source.tree.MethodInvocationTree, javax.lang.model.element.VariableElement) com.sun.source.tree.MethodInvocationTree iteratorCall javax.lang.model.element.VariableElement variableElement javax.lang.model.type.TypeMirror iteratorType com.sun.source.tree.VariableTree iteratorVariable protected com.sun.source.tree.VariableTree createEnhancedForLoopArrayVariable (com.sun.source.tree.ExpressionTree, javax.lang.model.element.VariableElement) com.sun.source.tree.ExpressionTree expression javax.lang.model.element.VariableElement variableElement javax.lang.model.type.TypeMirror arrayType com.sun.source.tree.VariableTree arrayVariable public org.checkerframework.errorprone.dataflow.cfg.node.Node visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.builder.Label updateStart com.sun.source.tree.StatementTree init org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump com.sun.source.tree.ExpressionStatementTree update com.sun.source.tree.ForLoopTree tree Void p javax.lang.model.element.Name parentLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label conditionStart org.checkerframework.errorprone.dataflow.cfg.builder.Label loopEntry org.checkerframework.errorprone.dataflow.cfg.builder.Label loopExit org.checkerframework.errorprone.dataflow.cfg.builder.Label updateStart org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldBreakTargetLC org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldContinueTargetLC public org.checkerframework.errorprone.dataflow.cfg.node.Node visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.node.Node receiver org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.element.Element element com.sun.source.tree.IdentifierTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node node public org.checkerframework.errorprone.dataflow.cfg.node.Node visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void p org.checkerframework.errorprone.dataflow.cfg.builder.Label thenEntry org.checkerframework.errorprone.dataflow.cfg.builder.Label elseEntry org.checkerframework.errorprone.dataflow.cfg.builder.Label endIf org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump com.sun.source.tree.StatementTree thenStatement com.sun.source.tree.StatementTree elseStatement public org.checkerframework.errorprone.dataflow.cfg.node.Node visitImport (com.sun.source.tree.ImportTree, java.lang.Void) com.sun.source.tree.ImportTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Void) com.sun.source.tree.ArrayAccessTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node array org.checkerframework.errorprone.dataflow.cfg.node.Node index org.checkerframework.errorprone.dataflow.cfg.node.Node arrayAccess public org.checkerframework.errorprone.dataflow.cfg.node.Node visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Void) com.sun.source.tree.LabeledStatementTree tree Void p javax.lang.model.element.Name labelName org.checkerframework.errorprone.dataflow.cfg.builder.Label breakLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label continueLabel public org.checkerframework.errorprone.dataflow.cfg.node.Node visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Void) com.sun.source.tree.LiteralTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node r public org.checkerframework.errorprone.dataflow.cfg.node.Node visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitModifiers (com.sun.source.tree.ModifiersTree, java.lang.Void) com.sun.source.tree.ModifiersTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Void) java.util.List initializerNodes com.sun.source.tree.NewArrayTree tree Void p javax.lang.model.type.ArrayType type javax.lang.model.type.TypeMirror elemType java.util.List dimensions java.util.List initializers java.util.List dimensionNodes java.util.List initializerNodes org.checkerframework.errorprone.dataflow.cfg.node.Node node public org.checkerframework.errorprone.dataflow.cfg.node.Node visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.node.Node enclosingExprNode org.checkerframework.errorprone.dataflow.cfg.node.Node enclosingExprNode com.sun.source.tree.NewClassTree tree Void p javax.lang.model.type.DeclaredType classType javax.lang.model.type.TypeMirror enclosingType com.sun.source.tree.Tree enclosingExpr org.checkerframework.errorprone.dataflow.cfg.node.Node enclosingExprNode javax.lang.model.element.ExecutableElement constructor java.util.List actualExprs java.util.List arguments org.checkerframework.errorprone.dataflow.cfg.node.Node constructorNode org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode classbody org.checkerframework.errorprone.dataflow.cfg.node.Node node java.util.List thrownTypes java.util.Set thrownSet public org.checkerframework.errorprone.dataflow.cfg.node.Node visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.ReturnTree tree Void p com.sun.source.tree.ExpressionTree ret org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode result public org.checkerframework.errorprone.dataflow.cfg.node.Node visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode result org.checkerframework.errorprone.dataflow.cfg.node.Node result javax.lang.model.element.Element element com.sun.source.tree.MemberSelectTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node expr org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.element.Element element public org.checkerframework.errorprone.dataflow.cfg.node.Node visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Void) com.sun.source.tree.EmptyStatementTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Void) com.sun.source.tree.SynchronizedTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node synchronizedExpr org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode synchronizedStartNode org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode synchronizedEndNode public org.checkerframework.errorprone.dataflow.cfg.node.Node visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node expression javax.lang.model.type.TypeMirror exception org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode throwsNode org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder exNode public org.checkerframework.errorprone.dataflow.cfg.node.Node visitCompilationUnit (com.sun.source.tree.CompilationUnitTree, java.lang.Void) com.sun.source.tree.CompilationUnitTree tree Void p private static java.lang.Object firstNonNull (java.lang.Object, java.lang.Object) Object first Object second public org.checkerframework.errorprone.dataflow.cfg.node.Node visitTry (com.sun.source.tree.TryTree, java.lang.Void) com.sun.source.tree.Tree resource com.sun.source.tree.CatchTree c org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder throwing java.util.Map$Entry access java.util.Map$Entry access java.util.Map accessedBreakLabels java.util.Map accessedContinueLabels com.sun.source.tree.TryTree tree Void p java.util.List catches com.sun.source.tree.BlockTree finallyBlock java.util.List catchLabels org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldReturnTargetLC org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldBreakTargetLC java.util.Map oldBreakLabels org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldContinueTargetLC java.util.Map oldContinueLabels org.checkerframework.errorprone.dataflow.cfg.builder.Label finallyLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label exceptionalFinallyLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label doneLabel java.util.List resources int catchIndex private boolean hasExceptionalPath (org.checkerframework.errorprone.dataflow.cfg.builder.Label) java.util.Set labels org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder exceptionalNode org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode node org.checkerframework.errorprone.dataflow.cfg.builder.Label target public org.checkerframework.errorprone.dataflow.cfg.node.Node visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Void) com.sun.source.tree.ParameterizedTypeTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node result public org.checkerframework.errorprone.dataflow.cfg.node.Node visitUnionType (com.sun.source.tree.UnionTypeTree, java.lang.Void) com.sun.source.tree.UnionTypeTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitArrayType (com.sun.source.tree.ArrayTypeTree, java.lang.Void) com.sun.source.tree.ArrayTypeTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node result public org.checkerframework.errorprone.dataflow.cfg.node.Node visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node operand javax.lang.model.type.TypeMirror type org.checkerframework.errorprone.dataflow.cfg.node.Node node public org.checkerframework.errorprone.dataflow.cfg.node.Node visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, java.lang.Void) com.sun.source.tree.PrimitiveTypeTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node result public org.checkerframework.errorprone.dataflow.cfg.node.Node visitTypeParameter (com.sun.source.tree.TypeParameterTree, java.lang.Void) com.sun.source.tree.TypeParameterTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Void) com.sun.source.tree.InstanceOfTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node operand javax.lang.model.type.TypeMirror refType com.sun.source.tree.Tree binding org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode bindingNode org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode node public org.checkerframework.errorprone.dataflow.cfg.node.Node visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.node.Node expr org.checkerframework.errorprone.dataflow.cfg.node.Node expr javax.lang.model.type.TypeMirror exprType com.sun.source.tree.VariableTree tempVarDecl org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode tempVarDeclNode com.sun.source.tree.Tree tempVar org.checkerframework.errorprone.dataflow.cfg.node.Node tempVarNode org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode tempAssignNode com.sun.source.tree.Tree resultExpr com.sun.source.tree.ExpressionTree exprTree org.checkerframework.errorprone.dataflow.cfg.node.Node expr boolean isIncrement boolean isPostfix org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode unaryAssign org.checkerframework.errorprone.dataflow.cfg.node.Node expr com.sun.source.tree.UnaryTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node result com.sun.source.tree.Tree$Kind kind private org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode createIncrementOrDecrementAssign (com.sun.source.tree.UnaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, boolean, boolean) org.checkerframework.errorprone.dataflow.cfg.node.Node operNode com.sun.source.tree.Tree target com.sun.source.tree.UnaryTree unaryTree org.checkerframework.errorprone.dataflow.cfg.node.Node expr boolean isIncrement boolean isPostfix com.sun.source.tree.ExpressionTree exprTree javax.lang.model.type.TypeMirror exprType javax.lang.model.type.TypeMirror oneType javax.lang.model.type.TypeMirror promotedType com.sun.source.tree.LiteralTree oneTree org.checkerframework.errorprone.dataflow.cfg.node.Node exprRHS org.checkerframework.errorprone.dataflow.cfg.node.Node one com.sun.source.tree.BinaryTree operTree org.checkerframework.errorprone.dataflow.cfg.node.Node operNode org.checkerframework.errorprone.dataflow.cfg.node.Node narrowed com.sun.source.tree.Tree target org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignNode public org.checkerframework.errorprone.dataflow.cfg.node.Node visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.Tree$Kind kind com.sun.source.tree.ExpressionTree initializer org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode decl com.sun.source.tree.ExpressionTree initializer com.sun.source.tree.VariableTree tree Void p boolean isField org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.ClassTree enclosingClass javax.lang.model.element.TypeElement classElem org.checkerframework.errorprone.dataflow.cfg.node.Node receiver public org.checkerframework.errorprone.dataflow.cfg.node.Node visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Void) org.checkerframework.errorprone.dataflow.cfg.builder.Label conditionStart org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump cjump com.sun.source.tree.WhileLoopTree tree Void p javax.lang.model.element.Name parentLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label loopEntry org.checkerframework.errorprone.dataflow.cfg.builder.Label loopExit org.checkerframework.errorprone.dataflow.cfg.builder.Label conditionStart org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldBreakTargetLC org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldContinueTargetLC boolean isCondConstTrue public org.checkerframework.errorprone.dataflow.cfg.node.Node visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree tree Void p org.checkerframework.errorprone.dataflow.cfg.node.Node node public org.checkerframework.errorprone.dataflow.cfg.node.Node visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree tree Void p com.sun.source.tree.Tree enclosingExpr org.checkerframework.errorprone.dataflow.cfg.node.Node node public org.checkerframework.errorprone.dataflow.cfg.node.Node visitWildcard (com.sun.source.tree.WildcardTree, java.lang.Void) com.sun.source.tree.WildcardTree tree Void p public org.checkerframework.errorprone.dataflow.cfg.node.Node visitOther (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void p protected javax.lang.model.type.TypeMirror getTypeMirror (java.lang.Class) Class clazz protected javax.lang.model.type.TypeMirror maybeGetTypeMirror (java.lang.Class) Class clazz String name javax.lang.model.element.TypeElement element public volatile synthetic java.lang.Object visitErroneous (com.sun.source.tree.ErroneousTree, java.lang.Object) public volatile synthetic java.lang.Object visitOther (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Object) public volatile synthetic java.lang.Object visitModifiers (com.sun.source.tree.ModifiersTree, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (com.sun.source.tree.WildcardTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeParameter (com.sun.source.tree.TypeParameterTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnionType (com.sun.source.tree.UnionTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.source.tree.ArrayTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssert (com.sun.source.tree.AssertTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitContinue (com.sun.source.tree.ContinueTree, java.lang.Object) public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitCase (com.sun.source.tree.CaseTree, java.lang.Object) public volatile synthetic java.lang.Object visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Object) public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitImport (com.sun.source.tree.ImportTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompilationUnit (com.sun.source.tree.CompilationUnitTree, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) private static synthetic org.checkerframework.errorprone.javacutil.Pair lambda$visitTry$3 (com.sun.source.tree.CatchTree) com.sun.source.tree.CatchTree c private synthetic org.checkerframework.errorprone.dataflow.cfg.node.Node lambda$visitNewArray$2 (java.lang.Void, javax.lang.model.type.TypeMirror, com.sun.source.tree.ExpressionTree) Void p javax.lang.model.type.TypeMirror elemType com.sun.source.tree.ExpressionTree init private synthetic org.checkerframework.errorprone.dataflow.cfg.node.Node lambda$visitNewArray$1 (java.lang.Void, com.sun.source.tree.ExpressionTree) Void p com.sun.source.tree.ExpressionTree dim private static synthetic java.util.Set lambda$addToLookupMap$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree k static synthetic org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell access$100 (org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne) org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne x0 static synthetic org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell access$102 (org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne, org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell) org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne x0 org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell x1 static synthetic javax.lang.model.element.Element access$200 (org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne) org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne x0 static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseTwo$3.class
CFGTranslationPhaseTwo.java package org.checkerframework.errorprone.dataflow.cfg.builder synthetic org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseTwo$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$cfg$builder$ExtendedNode$ExtendedNodeType static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/TryFinallyScopeMap.class
TryFinallyScopeMap.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.TryFinallyScopeMap extends java.util.HashMap { private final java.util.Map accessedNames protected void <init> () public org.checkerframework.errorprone.dataflow.cfg.builder.Label get (java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.builder.Label l Object key public boolean containsKey (java.lang.Object) Object key public java.util.Map getAccessedNames () public volatile synthetic java.lang.Object get (java.lang.Object) }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseOne$2.class
CFGTranslationPhaseOne.java package org.checkerframework.errorprone.dataflow.cfg.builder synthetic org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGBuilder.class
CFGBuilder.java package org.checkerframework.errorprone.dataflow.cfg.builder public abstract org.checkerframework.errorprone.dataflow.cfg.builder.CFGBuilder extends java.lang.Object { protected void <init> () public static org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph build (com.sun.source.tree.CompilationUnitTree, org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, boolean, boolean, javax.annotation.processing.ProcessingEnvironment) com.sun.source.tree.CompilationUnitTree root org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST boolean assumeAssertionsEnabled boolean assumeAssertionsDisabled javax.annotation.processing.ProcessingEnvironment env org.checkerframework.errorprone.javacutil.trees.TreeBuilder builder org.checkerframework.errorprone.javacutil.AnnotationProvider annotationProvider org.checkerframework.errorprone.dataflow.cfg.builder.PhaseOneResult phase1result org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph phase2result org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph phase3result public static org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph build (com.sun.source.util.TreePath, org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, boolean, boolean, javax.annotation.processing.ProcessingEnvironment) com.sun.source.util.TreePath bodyPath org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST boolean assumeAssertionsEnabled boolean assumeAssertionsDisabled javax.annotation.processing.ProcessingEnvironment env org.checkerframework.errorprone.javacutil.trees.TreeBuilder builder org.checkerframework.errorprone.javacutil.AnnotationProvider annotationProvider org.checkerframework.errorprone.dataflow.cfg.builder.PhaseOneResult phase1result org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph phase2result org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph phase3result public static org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph build (com.sun.source.tree.CompilationUnitTree, org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, javax.annotation.processing.ProcessingEnvironment) com.sun.source.tree.CompilationUnitTree root org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST javax.annotation.processing.ProcessingEnvironment env public static org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph build (com.sun.source.tree.CompilationUnitTree, com.sun.source.tree.MethodTree, com.sun.source.tree.ClassTree, javax.annotation.processing.ProcessingEnvironment) com.sun.source.tree.CompilationUnitTree root com.sun.source.tree.MethodTree tree com.sun.source.tree.ClassTree classTree javax.annotation.processing.ProcessingEnvironment env org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST public static java.lang.String extendedNodeCollectionToStringDebug (java.util.Collection) org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode n java.util.Collection nodes java.util.StringJoiner result protected static void printBlocks (java.util.Set) org.checkerframework.errorprone.dataflow.cfg.block.Block succ java.util.Map$Entry entry org.checkerframework.errorprone.dataflow.cfg.block.Block succ org.checkerframework.errorprone.dataflow.cfg.block.Block tSucc org.checkerframework.errorprone.dataflow.cfg.block.Block eSucc org.checkerframework.errorprone.dataflow.cfg.block.Block b java.util.Set blocks }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGBuilder$1.class
CFGBuilder.java package org.checkerframework.errorprone.dataflow.cfg.builder synthetic org.checkerframework.errorprone.dataflow.cfg.builder.CFGBuilder$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$cfg$block$Block$BlockType static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/NodeWithExceptionsHolder.class
NodeWithExceptionsHolder.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.NodeWithExceptionsHolder extends org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode { protected final org.checkerframework.errorprone.dataflow.cfg.node.Node node protected final java.util.Map exceptions public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.util.Map) org.checkerframework.errorprone.dataflow.cfg.node.Node node java.util.Map exceptions public java.util.Map getExceptions () public org.checkerframework.errorprone.dataflow.cfg.node.Node getNode () public java.lang.String toString () public java.lang.String toStringDebug () java.util.Map$Entry entry java.util.StringJoiner sj }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseThree$2.class
CFGTranslationPhaseThree.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$2 extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder { final synthetic org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl val$c final synthetic org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl val$cur final synthetic org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl val$pred void <init> (org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) public void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b public org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl getBlock () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseOne$1.class
CFGTranslationPhaseOne.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$1 extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.builder.TreeInfo { final synthetic boolean val$numeric final synthetic boolean val$boxed final synthetic boolean val$bool final synthetic javax.lang.model.type.TypeMirror val$unboxedType final synthetic org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne this$0 void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne, boolean, boolean, boolean, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne this$0 public boolean isNumeric () public boolean isBoxed () public boolean isBoolean () public javax.lang.model.type.TypeMirror unboxedType () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseOne$SwitchBuilder.class
CFGTranslationPhaseOne.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$SwitchBuilder extends java.lang.Object { private final com.sun.source.tree.Tree switchTree private final java.util.List caseTrees private final com.sun.source.tree.ExpressionTree selectorExprTree private final org.checkerframework.errorprone.dataflow.cfg.builder.Label[] caseBodyLabels private org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode selectorExprAssignment private com.sun.source.tree.VariableTree switchExprVarTree static final synthetic boolean $assertionsDisabled final synthetic org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne this$0 private void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne, com.sun.source.tree.Tree) com.sun.source.tree.SwitchTree switchStatementTree com.sun.source.tree.Tree switchTree public org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode build () int i boolean isLastExceptDefault boolean noFallthroughToHere boolean isLastOfExhaustive com.sun.source.tree.CaseTree caseTree int i com.sun.source.tree.IdentifierTree switchExprVarUseTree org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode switchExprVarUseNode org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode switchExpressionNode org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell oldBreakTargetLC int numCases int defaultIndex private void buildSelector () javax.lang.model.type.TypeMirror selectorExprType com.sun.source.tree.VariableTree selectorVarTree org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode selectorVarNode com.sun.source.tree.IdentifierTree selectorVarUseTree org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode selectorVarUseNode org.checkerframework.errorprone.dataflow.cfg.node.Node selectorExprNode com.sun.source.tree.AssignmentTree assign private void buildSwitchExpressionVar () javax.lang.model.type.TypeMirror switchExprType org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode switchExprVarNode private void buildCase (com.sun.source.tree.CaseTree, int, boolean) com.sun.source.tree.ExpressionTree exprTree java.util.ArrayList exprs org.checkerframework.errorprone.dataflow.cfg.node.CaseNode test com.sun.source.tree.StatementTree stmt com.sun.source.tree.Tree bodyTree com.sun.source.tree.CaseTree tree int index boolean isLastOfExhaustive boolean isDefaultCase boolean isTerminalCase org.checkerframework.errorprone.dataflow.cfg.builder.Label thisBodyLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label nextBodyLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label nextCaseLabel void buildSwitchExpressionResult (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree resultExpression com.sun.source.tree.IdentifierTree switchExprVarUseTree org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode switchExprVarUseNode org.checkerframework.errorprone.dataflow.cfg.node.Node resultExprNode com.sun.source.tree.AssignmentTree assign org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignmentNode private boolean casesAreExhaustive () com.sun.source.tree.ExpressionTree caseEnumConstant com.sun.source.tree.CaseTree caseTree java.util.List enumConstants java.util.List caseLabels boolean result javax.lang.model.type.DeclaredType declaredType javax.lang.model.element.TypeElement declaredTypeElement javax.lang.model.type.TypeMirror selectorTypeMirror synthetic void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne, com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$1) org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne x0 com.sun.source.tree.Tree x1 org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseOne$1 x2 static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseThree$4.class
CFGTranslationPhaseThree.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$4 extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder { final synthetic org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl val$s final synthetic org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl val$old void <init> (org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) public void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b public org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl getBlock () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseThree.class
CFGTranslationPhaseThree.java package org.checkerframework.errorprone.dataflow.cfg.builder public org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree extends java.lang.Object { static final synthetic boolean $assertionsDisabled public void <init> () public static org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph process (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl cur org.checkerframework.errorprone.dataflow.cfg.block.Block c org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl e org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl block org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder p java.util.Set emptyBlocks java.util.Set predecessors org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl succ org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl b org.checkerframework.errorprone.dataflow.cfg.block.Block cur org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl rs org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl b org.checkerframework.errorprone.dataflow.cfg.block.Block succ org.checkerframework.errorprone.dataflow.cfg.block.Block cur org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg java.util.Set worklist java.util.Set dontVisit protected static org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl computeNeighborhoodOfEmptyBlock (org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl, java.util.Set, java.util.Set) org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl cur org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl start java.util.Set emptyBlocks java.util.Set predecessors org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl succ protected static void computeNeighborhoodOfEmptyBlockBackwards (org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl, java.util.Set, java.util.Set) org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl r org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl pred org.checkerframework.errorprone.dataflow.cfg.block.Block p org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl start java.util.Set emptyBlocks java.util.Set predecessors org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl cur protected static org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder getPredecessorHolder (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl s org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl c java.util.Map$Entry entry java.util.Set entrySet org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlockImpl e org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl r org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl pred org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl cur protected static org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder singleSuccessorHolder (org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl s org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl old static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/LabelCell.class
LabelCell.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.LabelCell extends java.lang.Object { private org.checkerframework.errorprone.dataflow.cfg.builder.Label label private boolean accessed static final synthetic boolean $assertionsDisabled protected void <init> () protected void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.Label) org.checkerframework.errorprone.dataflow.cfg.builder.Label label public org.checkerframework.errorprone.dataflow.cfg.builder.Label accessLabel () public org.checkerframework.errorprone.dataflow.cfg.builder.Label peekLabel () public boolean wasAccessed () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseThree$1.class
CFGTranslationPhaseThree.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$1 extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseThree$PredecessorHolder { final synthetic org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl val$c final synthetic org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl val$cur final synthetic org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl val$pred void <init> (org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) public void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b public org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl getBlock () }
org/checkerframework/errorprone/dataflow/cfg/builder/CFGTranslationPhaseTwo$2.class
CFGTranslationPhaseTwo.java package org.checkerframework.errorprone.dataflow.cfg.builder org.checkerframework.errorprone.dataflow.cfg.builder.CFGTranslationPhaseTwo$2 extends org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl { final synthetic org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl val$cb void <init> (org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl) public void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl successor }
org/checkerframework/errorprone/dataflow/cfg/builder/PhaseOneResult.class
PhaseOneResult.java package org.checkerframework.errorprone.dataflow.cfg.builder public org.checkerframework.errorprone.dataflow.cfg.builder.PhaseOneResult extends java.lang.Object { final org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST final java.util.IdentityHashMap treeToCfgNodes final java.util.IdentityHashMap treeToConvertedCfgNodes final java.util.IdentityHashMap postfixTreeToCfgNodes final java.util.ArrayList nodeList final java.util.Map bindings final java.util.Set leaders final java.util.List returnNodes final org.checkerframework.errorprone.dataflow.cfg.builder.Label regularExitLabel final org.checkerframework.errorprone.dataflow.cfg.builder.Label exceptionalExitLabel final java.util.List declaredClasses final java.util.List declaredLambdas public void <init> (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.ArrayList, java.util.Map, java.util.Set, java.util.List, org.checkerframework.errorprone.dataflow.cfg.builder.Label, org.checkerframework.errorprone.dataflow.cfg.builder.Label, java.util.List, java.util.List) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.IdentityHashMap treeToCfgNodes java.util.IdentityHashMap treeToConvertedCfgNodes java.util.IdentityHashMap postfixTreeToCfgNodes java.util.ArrayList nodeList java.util.Map bindings java.util.Set leaders java.util.List returnNodes org.checkerframework.errorprone.dataflow.cfg.builder.Label regularExitLabel org.checkerframework.errorprone.dataflow.cfg.builder.Label exceptionalExitLabel java.util.List declaredClasses java.util.List declaredLambdas public java.lang.String toString () org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode n java.util.StringJoiner sj protected java.lang.String nodeToString (org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode) org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump t org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode n private java.lang.String resolveLabel (org.checkerframework.errorprone.dataflow.cfg.builder.Label) org.checkerframework.errorprone.dataflow.cfg.builder.Label label Integer index private java.lang.String mapToString (java.util.Map) java.util.Map$Entry entry java.util.Map map java.util.StringJoiner result public java.lang.String toStringDebug () java.util.StringJoiner result }
org/checkerframework/errorprone/dataflow/cfg/builder/ConditionalJump.class
ConditionalJump.java package org.checkerframework.errorprone.dataflow.cfg.builder public org.checkerframework.errorprone.dataflow.cfg.builder.ConditionalJump extends org.checkerframework.errorprone.dataflow.cfg.builder.ExtendedNode { protected final org.checkerframework.errorprone.dataflow.cfg.builder.Label trueSucc protected final org.checkerframework.errorprone.dataflow.cfg.builder.Label falseSucc protected org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule trueFlowRule protected org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule falseFlowRule static final synthetic boolean $assertionsDisabled public void <init> (org.checkerframework.errorprone.dataflow.cfg.builder.Label, org.checkerframework.errorprone.dataflow.cfg.builder.Label) org.checkerframework.errorprone.dataflow.cfg.builder.Label trueSucc org.checkerframework.errorprone.dataflow.cfg.builder.Label falseSucc public org.checkerframework.errorprone.dataflow.cfg.builder.Label getThenLabel () public org.checkerframework.errorprone.dataflow.cfg.builder.Label getElseLabel () public org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getTrueFlowRule () public org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getFalseFlowRule () public void setTrueFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule rule public void setFalseFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule rule public java.lang.String toString () public java.lang.String toStringDebug () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/UnderlyingAST$CFGLambda.class
UnderlyingAST.java package org.checkerframework.errorprone.dataflow.cfg public org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGLambda extends org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST { private final com.sun.source.tree.LambdaExpressionTree lambda private final com.sun.source.tree.ClassTree classTree private final com.sun.source.tree.MethodTree enclosingMethod public void <init> (com.sun.source.tree.LambdaExpressionTree, com.sun.source.tree.ClassTree, com.sun.source.tree.MethodTree) com.sun.source.tree.LambdaExpressionTree lambda com.sun.source.tree.ClassTree classTree com.sun.source.tree.MethodTree enclosingMethod public com.sun.source.tree.Tree getCode () public com.sun.source.tree.LambdaExpressionTree getLambdaTree () public com.sun.source.tree.ClassTree getClassTree () public java.lang.String getSimpleClassName () public com.sun.source.tree.MethodTree getMethod () public com.sun.source.tree.MethodTree getEnclosingMethod () public java.lang.String getMethodName () public java.lang.String getEnclosingMethodName () public java.lang.String toString () }
org/checkerframework/dataflow/cfg/node/
org/checkerframework/errorprone/dataflow/cfg/node/BinaryOperationNode.class
BinaryOperationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public abstract org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.BinaryTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node left protected final org.checkerframework.errorprone.dataflow.cfg.node.Node right protected void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public org.checkerframework.errorprone.dataflow.cfg.node.Node getLeftOperand () public org.checkerframework.errorprone.dataflow.cfg.node.Node getRightOperand () public com.sun.source.tree.BinaryTree getTree () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/ArrayCreationNode.class
ArrayCreationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.NewArrayTree tree protected final java.util.List dimensions protected final java.util.List initializers public void <init> (com.sun.source.tree.NewArrayTree, javax.lang.model.type.TypeMirror, java.util.List, java.util.List) com.sun.source.tree.NewArrayTree tree javax.lang.model.type.TypeMirror type java.util.List dimensions java.util.List initializers public java.util.List getDimensions () public org.checkerframework.errorprone.dataflow.cfg.node.Node getDimension (int) int i public java.util.List getInitializers () public org.checkerframework.errorprone.dataflow.cfg.node.Node getInitializer (int) int i public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () StringBuilder sb public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode other public int hashCode () public java.util.Collection getOperands () java.util.ArrayList list }
org/checkerframework/errorprone/dataflow/cfg/node/DoubleLiteralNode.class
DoubleLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.DoubleLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Double getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/BitwiseOrNode.class
BitwiseOrNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ConditionalOrNode.class
ConditionalOrNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/Node.class
Node.java package org.checkerframework.errorprone.dataflow.cfg.node public abstract org.checkerframework.errorprone.dataflow.cfg.node.Node extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.UniqueId { protected org.checkerframework.errorprone.dataflow.cfg.block.Block block protected boolean lvalue protected boolean inSource protected final javax.lang.model.type.TypeMirror type private static final java.util.concurrent.atomic.AtomicLong nextUid private final long uid static final synthetic boolean $assertionsDisabled public long getUid () protected void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public org.checkerframework.errorprone.dataflow.cfg.block.Block getBlock () public void setBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b public abstract com.sun.source.tree.Tree getTree () public javax.lang.model.type.TypeMirror getType () public abstract java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) public boolean isLValue () public void setLValue () public boolean getInSource () public void setInSource (boolean) boolean inSrc public abstract java.util.Collection getOperands () public java.util.Collection getTransitiveOperands () org.checkerframework.errorprone.dataflow.cfg.node.Node next java.util.ArrayDeque operands java.util.ArrayDeque transitiveOperands public java.lang.String toStringDebug () public static java.lang.String nodeCollectionToString (java.util.Collection) org.checkerframework.errorprone.dataflow.cfg.node.Node n java.util.Collection nodes java.util.StringJoiner result static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/StringLiteralNode.class
StringLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.String getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public java.lang.String toString () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/AssignmentNode.class
AssignmentNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node lhs protected final org.checkerframework.errorprone.dataflow.cfg.node.Node rhs protected final boolean synthetic static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node target org.checkerframework.errorprone.dataflow.cfg.node.Node expression public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node, boolean) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node target org.checkerframework.errorprone.dataflow.cfg.node.Node expression boolean synthetic public org.checkerframework.errorprone.dataflow.cfg.node.Node getTarget () public org.checkerframework.errorprone.dataflow.cfg.node.Node getExpression () public com.sun.source.tree.Tree getTree () public boolean isSynthetic () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ThisNode.class
ThisNode.java package org.checkerframework.errorprone.dataflow.cfg.node public abstract org.checkerframework.errorprone.dataflow.cfg.node.ThisNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public boolean equals (java.lang.Object) Object obj public int hashCode () public java.util.Collection getOperands () }
org/checkerframework/errorprone/dataflow/cfg/node/GreaterThanOrEqualNode.class
GreaterThanOrEqualNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/FloatLiteralNode.class
FloatLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.FloatLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Float getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/CaseNode.class
CaseNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.CaseNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.CaseTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode selectorExprAssignment protected final java.util.List caseExprs public void <init> (com.sun.source.tree.CaseTree, org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.util.List, javax.lang.model.util.Types) com.sun.source.tree.CaseTree tree org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode selectorExprAssignment java.util.List caseExprs javax.lang.model.util.Types types public org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode getSwitchOperand () public java.util.List getCaseOperands () public com.sun.source.tree.CaseTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.CaseNode other public int hashCode () public java.util.Collection getOperands () java.util.List caseOperands java.util.ArrayList operands public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/LessThanNode.class
LessThanNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/SignedRightShiftNode.class
SignedRightShiftNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/LessThanOrEqualNode.class
LessThanOrEqualNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/BooleanLiteralNode.class
BooleanLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.BooleanLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Boolean getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ClassNameNode.class
ClassNameNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final javax.lang.model.element.Element element protected final org.checkerframework.errorprone.dataflow.cfg.node.Node parent static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.IdentifierTree) com.sun.source.tree.IdentifierTree tree javax.lang.model.element.Element element public void <init> (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree public void <init> (com.sun.source.tree.MemberSelectTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.MemberSelectTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node parent javax.lang.model.element.Element element public void <init> (javax.lang.model.type.TypeMirror, javax.lang.model.element.Element) javax.lang.model.type.TypeMirror type javax.lang.model.element.Element element public javax.lang.model.element.Element getElement () public org.checkerframework.errorprone.dataflow.cfg.node.Node getParent () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ReturnNode.class
ReturnNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ReturnTree returnTree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node result public void <init> (com.sun.source.tree.ReturnTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.util.Types) com.sun.source.tree.ReturnTree returnTree org.checkerframework.errorprone.dataflow.cfg.node.Node result javax.lang.model.util.Types types public void <init> (com.sun.source.tree.ReturnTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.util.Types, com.sun.source.tree.MethodTree) com.sun.source.tree.ReturnTree returnTree org.checkerframework.errorprone.dataflow.cfg.node.Node result javax.lang.model.util.Types types com.sun.source.tree.MethodTree methodTree public void <init> (com.sun.source.tree.ReturnTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.util.Types, com.sun.source.tree.LambdaExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.ReturnTree returnTree org.checkerframework.errorprone.dataflow.cfg.node.Node result javax.lang.model.util.Types types com.sun.source.tree.LambdaExpressionTree lambda com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public org.checkerframework.errorprone.dataflow.cfg.node.Node getResult () public com.sun.source.tree.ReturnTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/LongLiteralNode.class
LongLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.LongLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Long getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ThrowNode.class
ThrowNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ThrowTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node expression public void <init> (com.sun.source.tree.ThrowTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.util.Types) com.sun.source.tree.ThrowTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node expression javax.lang.model.util.Types types public org.checkerframework.errorprone.dataflow.cfg.node.Node getExpression () public com.sun.source.tree.ThrowTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/NarrowingConversionNode.class
NarrowingConversionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node operand static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand javax.lang.model.type.TypeMirror type public org.checkerframework.errorprone.dataflow.cfg.node.Node getOperand () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/LocalVariableNode.class
LocalVariableNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node receiver static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node receiver public javax.lang.model.element.VariableElement getElement () com.sun.source.tree.IdentifierTree itree javax.lang.model.element.VariableElement el javax.lang.model.element.VariableElement el public org.checkerframework.errorprone.dataflow.cfg.node.Node getReceiver () public java.lang.String getName () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/LeftShiftNode.class
LeftShiftNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/GreaterThanNode.class
GreaterThanNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/NumericalMinusNode.class
NumericalMinusNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode extends org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.UnaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.UnaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/AbstractNodeVisitor.class
AbstractNodeVisitor.java package org.checkerframework.errorprone.dataflow.cfg.node public abstract org.checkerframework.errorprone.dataflow.cfg.node.AbstractNodeVisitor extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor { public void <init> () public abstract java.lang.Object visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.lang.Object) public java.lang.Object visitValueLiteral (org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode n Object p public java.lang.Object visitShortLiteral (org.checkerframework.errorprone.dataflow.cfg.node.ShortLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ShortLiteralNode n Object p public java.lang.Object visitIntegerLiteral (org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode n Object p public java.lang.Object visitLongLiteral (org.checkerframework.errorprone.dataflow.cfg.node.LongLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.LongLiteralNode n Object p public java.lang.Object visitFloatLiteral (org.checkerframework.errorprone.dataflow.cfg.node.FloatLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.FloatLiteralNode n Object p public java.lang.Object visitDoubleLiteral (org.checkerframework.errorprone.dataflow.cfg.node.DoubleLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.DoubleLiteralNode n Object p public java.lang.Object visitBooleanLiteral (org.checkerframework.errorprone.dataflow.cfg.node.BooleanLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.BooleanLiteralNode n Object p public java.lang.Object visitCharacterLiteral (org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode n Object p public java.lang.Object visitStringLiteral (org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode n Object p public java.lang.Object visitNullLiteral (org.checkerframework.errorprone.dataflow.cfg.node.NullLiteralNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NullLiteralNode n Object p public java.lang.Object visitNumericalMinus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode n Object p public java.lang.Object visitNumericalPlus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode n Object p public java.lang.Object visitBitwiseComplement (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode n Object p public java.lang.Object visitNullChk (org.checkerframework.errorprone.dataflow.cfg.node.NullChkNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NullChkNode n Object p public java.lang.Object visitStringConcatenate (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode n Object p public java.lang.Object visitNumericalAddition (org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode n Object p public java.lang.Object visitNumericalSubtraction (org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode n Object p public java.lang.Object visitNumericalMultiplication (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode n Object p public java.lang.Object visitIntegerDivision (org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode n Object p public java.lang.Object visitFloatingDivision (org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode n Object p public java.lang.Object visitIntegerRemainder (org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode n Object p public java.lang.Object visitFloatingRemainder (org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode n Object p public java.lang.Object visitLeftShift (org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode n Object p public java.lang.Object visitSignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode n Object p public java.lang.Object visitUnsignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode n Object p public java.lang.Object visitBitwiseAnd (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode n Object p public java.lang.Object visitBitwiseOr (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode n Object p public java.lang.Object visitBitwiseXor (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode n Object p public java.lang.Object visitStringConcatenateAssignment (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode n Object p public java.lang.Object visitLessThan (org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode n Object p public java.lang.Object visitLessThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode n Object p public java.lang.Object visitGreaterThan (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode n Object p public java.lang.Object visitGreaterThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode n Object p public java.lang.Object visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode n Object p public java.lang.Object visitNotEqual (org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode n Object p public java.lang.Object visitConditionalAnd (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode n Object p public java.lang.Object visitConditionalOr (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode n Object p public java.lang.Object visitConditionalNot (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode n Object p public java.lang.Object visitTernaryExpression (org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode n Object p public java.lang.Object visitSwitchExpressionNode (org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode n Object p public java.lang.Object visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode n Object p public java.lang.Object visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode n Object p public java.lang.Object visitVariableDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode n Object p public java.lang.Object visitFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode n Object p public java.lang.Object visitMethodAccess (org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode n Object p public java.lang.Object visitArrayAccess (org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode n Object p public java.lang.Object visitThis (org.checkerframework.errorprone.dataflow.cfg.node.ThisNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ThisNode n Object p public java.lang.Object visitImplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ImplicitThisNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ImplicitThisNode n Object p public java.lang.Object visitExplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ExplicitThisNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ExplicitThisNode n Object p public java.lang.Object visitSuper (org.checkerframework.errorprone.dataflow.cfg.node.SuperNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.SuperNode n Object p public java.lang.Object visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode n Object p public java.lang.Object visitLambdaResultExpression (org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode n Object p public java.lang.Object visitStringConversion (org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode n Object p public java.lang.Object visitWideningConversion (org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode n Object p public java.lang.Object visitNarrowingConversion (org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode n Object p public java.lang.Object visitInstanceOf (org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode n Object p public java.lang.Object visitTypeCast (org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode n Object p public java.lang.Object visitAssertionError (org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode n Object p public java.lang.Object visitSynchronized (org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode n Object p public java.lang.Object visitThrow (org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode n Object p public java.lang.Object visitCase (org.checkerframework.errorprone.dataflow.cfg.node.CaseNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.CaseNode n Object p public java.lang.Object visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode n Object p public java.lang.Object visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode n Object p public java.lang.Object visitClassDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode n Object p public java.lang.Object visitMemberReference (org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode n Object p public java.lang.Object visitArrayCreation (org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode n Object p public java.lang.Object visitArrayType (org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode n Object p public java.lang.Object visitPrimitiveType (org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode n Object p public java.lang.Object visitClassName (org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode n Object p public java.lang.Object visitPackageName (org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode n Object p public java.lang.Object visitParameterizedType (org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode n Object p public java.lang.Object visitMarker (org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode n Object p public java.lang.Object visitExpressionStatement (org.checkerframework.errorprone.dataflow.cfg.node.ExpressionStatementNode, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.ExpressionStatementNode n Object p }
org/checkerframework/errorprone/dataflow/cfg/node/NotEqualNode.class
NotEqualNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/FloatingDivisionNode.class
FloatingDivisionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/VariableDeclarationNode.class
VariableDeclarationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.VariableTree tree protected final String name public void <init> (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree t public java.lang.String getName () public com.sun.source.tree.VariableTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/ShortLiteralNode.class
ShortLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ShortLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Short getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ArrayAccessNode.class
ArrayAccessNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ArrayAccessTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node array protected final org.checkerframework.errorprone.dataflow.cfg.node.Node index protected com.sun.source.tree.ExpressionTree arrayExpression public void <init> (com.sun.source.tree.ArrayAccessTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.ArrayAccessTree t org.checkerframework.errorprone.dataflow.cfg.node.Node array org.checkerframework.errorprone.dataflow.cfg.node.Node index public com.sun.source.tree.ExpressionTree getArrayExpression () public void setArrayExpression (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arrayExpression public org.checkerframework.errorprone.dataflow.cfg.node.Node getArray () public org.checkerframework.errorprone.dataflow.cfg.node.Node getIndex () public com.sun.source.tree.ArrayAccessTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () String base public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/ConditionalNotNode.class
ConditionalNotNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode extends org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.UnaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.UnaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/LambdaResultExpressionNode.class
LambdaResultExpressionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ExpressionTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node result public void <init> (com.sun.source.tree.ExpressionTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.ExpressionTree t org.checkerframework.errorprone.dataflow.cfg.node.Node result public org.checkerframework.errorprone.dataflow.cfg.node.Node getResult () public com.sun.source.tree.ExpressionTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/StringConcatenateAssignmentNode.class
StringConcatenateAssignmentNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node left protected final org.checkerframework.errorprone.dataflow.cfg.node.Node right static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public org.checkerframework.errorprone.dataflow.cfg.node.Node getLeftOperand () public org.checkerframework.errorprone.dataflow.cfg.node.Node getRightOperand () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.util.Collection getOperands () public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/TernaryExpressionNode.class
TernaryExpressionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ConditionalExpressionTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node condition protected final org.checkerframework.errorprone.dataflow.cfg.node.Node thenOperand protected final org.checkerframework.errorprone.dataflow.cfg.node.Node elseOperand private final org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode ternaryExpressionVar public void <init> (com.sun.source.tree.ConditionalExpressionTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode) com.sun.source.tree.ConditionalExpressionTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node condition org.checkerframework.errorprone.dataflow.cfg.node.Node thenOperand org.checkerframework.errorprone.dataflow.cfg.node.Node elseOperand org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode ternaryExpressionVar public org.checkerframework.errorprone.dataflow.cfg.node.Node getConditionOperand () public org.checkerframework.errorprone.dataflow.cfg.node.Node getThenOperand () public org.checkerframework.errorprone.dataflow.cfg.node.Node getElseOperand () public org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode getTernaryExpressionVar () public com.sun.source.tree.ConditionalExpressionTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/EqualToNode.class
EqualToNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/BitwiseAndNode.class
BitwiseAndNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/MethodInvocationNode.class
MethodInvocationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.MethodInvocationTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode target protected final java.util.List arguments protected final com.sun.source.util.TreePath treePath protected com.sun.source.tree.ExpressionTree iterableExpression public void <init> (com.sun.source.tree.MethodInvocationTree, org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode, java.util.List, com.sun.source.util.TreePath) com.sun.source.tree.MethodInvocationTree tree org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode target java.util.List arguments com.sun.source.util.TreePath treePath public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode, java.util.List, com.sun.source.util.TreePath) org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode target java.util.List arguments com.sun.source.util.TreePath treePath public org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode getTarget () public java.util.List getArguments () public org.checkerframework.errorprone.dataflow.cfg.node.Node getArgument (int) int i public com.sun.source.util.TreePath getTreePath () public com.sun.source.tree.ExpressionTree getIterableExpression () public void setIterableExpression (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree iterableExpression public com.sun.source.tree.MethodInvocationTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode other public int hashCode () public java.util.Collection getOperands () java.util.List list public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/ParameterizedTypeNode.class
ParameterizedTypeNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ParameterizedTypeTree tree public void <init> (com.sun.source.tree.ParameterizedTypeTree) com.sun.source.tree.ParameterizedTypeTree t public com.sun.source.tree.ParameterizedTypeTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/AssertionErrorNode.class
AssertionErrorNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.AssertTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node condition protected final org.checkerframework.errorprone.dataflow.cfg.node.Node detail public void <init> (com.sun.source.tree.AssertTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) com.sun.source.tree.AssertTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node condition org.checkerframework.errorprone.dataflow.cfg.node.Node detail javax.lang.model.type.TypeMirror type public org.checkerframework.errorprone.dataflow.cfg.node.Node getCondition () public org.checkerframework.errorprone.dataflow.cfg.node.Node getDetail () public com.sun.source.tree.AssertTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/CharacterLiteralNode.class
CharacterLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Character getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ClassDeclarationNode.class
ClassDeclarationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ClassTree tree public void <init> (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree public com.sun.source.tree.ClassTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object o org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode that public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/FieldAccessNode.class
FieldAccessNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final javax.lang.model.element.VariableElement element protected final String field protected final org.checkerframework.errorprone.dataflow.cfg.node.Node receiver static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.MemberSelectTree mstree com.sun.source.tree.IdentifierTree itree com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node receiver public void <init> (com.sun.source.tree.Tree, javax.lang.model.element.VariableElement, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.Tree tree javax.lang.model.element.VariableElement element org.checkerframework.errorprone.dataflow.cfg.node.Node receiver public javax.lang.model.element.VariableElement getElement () public org.checkerframework.errorprone.dataflow.cfg.node.Node getReceiver () public java.lang.String getFieldName () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean isStatic () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/WideningConversionNode.class
WideningConversionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node operand static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand javax.lang.model.type.TypeMirror type public org.checkerframework.errorprone.dataflow.cfg.node.Node getOperand () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/NumericalMultiplicationNode.class
NumericalMultiplicationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/NodeVisitor.class
NodeVisitor.java package org.checkerframework.errorprone.dataflow.cfg.node public abstract org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor extends java.lang.Object { public abstract java.lang.Object visitShortLiteral (org.checkerframework.errorprone.dataflow.cfg.node.ShortLiteralNode, java.lang.Object) public abstract java.lang.Object visitIntegerLiteral (org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode, java.lang.Object) public abstract java.lang.Object visitLongLiteral (org.checkerframework.errorprone.dataflow.cfg.node.LongLiteralNode, java.lang.Object) public abstract java.lang.Object visitFloatLiteral (org.checkerframework.errorprone.dataflow.cfg.node.FloatLiteralNode, java.lang.Object) public abstract java.lang.Object visitDoubleLiteral (org.checkerframework.errorprone.dataflow.cfg.node.DoubleLiteralNode, java.lang.Object) public abstract java.lang.Object visitBooleanLiteral (org.checkerframework.errorprone.dataflow.cfg.node.BooleanLiteralNode, java.lang.Object) public abstract java.lang.Object visitCharacterLiteral (org.checkerframework.errorprone.dataflow.cfg.node.CharacterLiteralNode, java.lang.Object) public abstract java.lang.Object visitStringLiteral (org.checkerframework.errorprone.dataflow.cfg.node.StringLiteralNode, java.lang.Object) public abstract java.lang.Object visitNullLiteral (org.checkerframework.errorprone.dataflow.cfg.node.NullLiteralNode, java.lang.Object) public abstract java.lang.Object visitNumericalMinus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMinusNode, java.lang.Object) public abstract java.lang.Object visitNumericalPlus (org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode, java.lang.Object) public abstract java.lang.Object visitBitwiseComplement (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode, java.lang.Object) public abstract java.lang.Object visitNullChk (org.checkerframework.errorprone.dataflow.cfg.node.NullChkNode, java.lang.Object) public abstract java.lang.Object visitStringConcatenate (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode, java.lang.Object) public abstract java.lang.Object visitNumericalAddition (org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode, java.lang.Object) public abstract java.lang.Object visitNumericalSubtraction (org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode, java.lang.Object) public abstract java.lang.Object visitNumericalMultiplication (org.checkerframework.errorprone.dataflow.cfg.node.NumericalMultiplicationNode, java.lang.Object) public abstract java.lang.Object visitIntegerDivision (org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode, java.lang.Object) public abstract java.lang.Object visitFloatingDivision (org.checkerframework.errorprone.dataflow.cfg.node.FloatingDivisionNode, java.lang.Object) public abstract java.lang.Object visitIntegerRemainder (org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode, java.lang.Object) public abstract java.lang.Object visitFloatingRemainder (org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode, java.lang.Object) public abstract java.lang.Object visitLeftShift (org.checkerframework.errorprone.dataflow.cfg.node.LeftShiftNode, java.lang.Object) public abstract java.lang.Object visitSignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.SignedRightShiftNode, java.lang.Object) public abstract java.lang.Object visitUnsignedRightShift (org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode, java.lang.Object) public abstract java.lang.Object visitBitwiseAnd (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseAndNode, java.lang.Object) public abstract java.lang.Object visitBitwiseOr (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseOrNode, java.lang.Object) public abstract java.lang.Object visitBitwiseXor (org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode, java.lang.Object) public abstract java.lang.Object visitStringConcatenateAssignment (org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateAssignmentNode, java.lang.Object) public abstract java.lang.Object visitLessThan (org.checkerframework.errorprone.dataflow.cfg.node.LessThanNode, java.lang.Object) public abstract java.lang.Object visitLessThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.LessThanOrEqualNode, java.lang.Object) public abstract java.lang.Object visitGreaterThan (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanNode, java.lang.Object) public abstract java.lang.Object visitGreaterThanOrEqual (org.checkerframework.errorprone.dataflow.cfg.node.GreaterThanOrEqualNode, java.lang.Object) public abstract java.lang.Object visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, java.lang.Object) public abstract java.lang.Object visitNotEqual (org.checkerframework.errorprone.dataflow.cfg.node.NotEqualNode, java.lang.Object) public abstract java.lang.Object visitConditionalAnd (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode, java.lang.Object) public abstract java.lang.Object visitConditionalOr (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalOrNode, java.lang.Object) public abstract java.lang.Object visitConditionalNot (org.checkerframework.errorprone.dataflow.cfg.node.ConditionalNotNode, java.lang.Object) public abstract java.lang.Object visitTernaryExpression (org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode, java.lang.Object) public abstract java.lang.Object visitSwitchExpressionNode (org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode, java.lang.Object) public abstract java.lang.Object visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.lang.Object) public abstract java.lang.Object visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, java.lang.Object) public abstract java.lang.Object visitVariableDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode, java.lang.Object) public abstract java.lang.Object visitFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode, java.lang.Object) public abstract java.lang.Object visitMethodAccess (org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode, java.lang.Object) public abstract java.lang.Object visitArrayAccess (org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode, java.lang.Object) public abstract java.lang.Object visitImplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ImplicitThisNode, java.lang.Object) public abstract java.lang.Object visitExplicitThis (org.checkerframework.errorprone.dataflow.cfg.node.ExplicitThisNode, java.lang.Object) public abstract java.lang.Object visitSuper (org.checkerframework.errorprone.dataflow.cfg.node.SuperNode, java.lang.Object) public abstract java.lang.Object visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, java.lang.Object) public abstract java.lang.Object visitLambdaResultExpression (org.checkerframework.errorprone.dataflow.cfg.node.LambdaResultExpressionNode, java.lang.Object) public abstract java.lang.Object visitStringConversion (org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode, java.lang.Object) public abstract java.lang.Object visitWideningConversion (org.checkerframework.errorprone.dataflow.cfg.node.WideningConversionNode, java.lang.Object) public abstract java.lang.Object visitNarrowingConversion (org.checkerframework.errorprone.dataflow.cfg.node.NarrowingConversionNode, java.lang.Object) public abstract java.lang.Object visitInstanceOf (org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode, java.lang.Object) public abstract java.lang.Object visitTypeCast (org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode, java.lang.Object) public abstract java.lang.Object visitSynchronized (org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode, java.lang.Object) public abstract java.lang.Object visitAssertionError (org.checkerframework.errorprone.dataflow.cfg.node.AssertionErrorNode, java.lang.Object) public abstract java.lang.Object visitThrow (org.checkerframework.errorprone.dataflow.cfg.node.ThrowNode, java.lang.Object) public abstract java.lang.Object visitCase (org.checkerframework.errorprone.dataflow.cfg.node.CaseNode, java.lang.Object) public abstract java.lang.Object visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, java.lang.Object) public abstract java.lang.Object visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, java.lang.Object) public abstract java.lang.Object visitMemberReference (org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode, java.lang.Object) public abstract java.lang.Object visitArrayCreation (org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode, java.lang.Object) public abstract java.lang.Object visitArrayType (org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode, java.lang.Object) public abstract java.lang.Object visitPrimitiveType (org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode, java.lang.Object) public abstract java.lang.Object visitClassName (org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode, java.lang.Object) public abstract java.lang.Object visitPackageName (org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode, java.lang.Object) public abstract java.lang.Object visitParameterizedType (org.checkerframework.errorprone.dataflow.cfg.node.ParameterizedTypeNode, java.lang.Object) public abstract java.lang.Object visitMarker (org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode, java.lang.Object) public abstract java.lang.Object visitClassDeclaration (org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode, java.lang.Object) public abstract java.lang.Object visitExpressionStatement (org.checkerframework.errorprone.dataflow.cfg.node.ExpressionStatementNode, java.lang.Object) }
org/checkerframework/errorprone/dataflow/cfg/node/NumericalPlusNode.class
NumericalPlusNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode extends org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.UnaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.UnaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/StringConversionNode.class
StringConversionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node operand public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand javax.lang.model.type.TypeMirror type public org.checkerframework.errorprone.dataflow.cfg.node.Node getOperand () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.StringConversionNode other public int hashCode () public java.util.Collection getOperands () }
org/checkerframework/errorprone/dataflow/cfg/node/SwitchExpressionNode.class
SwitchExpressionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { private final com.sun.source.tree.Tree switchExpressionTree private final org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode switchExpressionVar public void <init> (javax.lang.model.type.TypeMirror, com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode) javax.lang.model.type.TypeMirror type com.sun.source.tree.Tree switchExpressionTree org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode switchExpressionVar public com.sun.source.tree.Tree getTree () public org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode getSwitchExpressionVar () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.util.Collection getOperands () public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.SwitchExpressionNode other public int hashCode () }
org/checkerframework/errorprone/dataflow/cfg/node/UnsignedRightShiftNode.class
UnsignedRightShiftNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.UnsignedRightShiftNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/NumericalAdditionNode.class
NumericalAdditionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NumericalAdditionNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/BitwiseXorNode.class
BitwiseXorNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.BitwiseXorNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/PackageNameNode.class
PackageNameNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final javax.lang.model.element.PackageElement element protected final org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode parent static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.IdentifierTree) com.sun.source.tree.IdentifierTree tree javax.lang.model.element.PackageElement element public void <init> (com.sun.source.tree.MemberSelectTree, org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode) com.sun.source.tree.MemberSelectTree tree org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode parent javax.lang.model.element.PackageElement element public javax.lang.model.element.PackageElement getElement () public org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode getParent () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.PackageNameNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ObjectCreationNode.class
ObjectCreationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.NewClassTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node enclosingExpression protected final org.checkerframework.errorprone.dataflow.cfg.node.Node constructor protected final java.util.List arguments protected final org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode classbody public void <init> (com.sun.source.tree.NewClassTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node, java.util.List, org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode) com.sun.source.tree.NewClassTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node enclosingExpr org.checkerframework.errorprone.dataflow.cfg.node.Node constructor java.util.List arguments org.checkerframework.errorprone.dataflow.cfg.node.ClassDeclarationNode classbody public org.checkerframework.errorprone.dataflow.cfg.node.Node getConstructor () public java.util.List getArguments () public org.checkerframework.errorprone.dataflow.cfg.node.Node getArgument (int) int i public org.checkerframework.errorprone.dataflow.cfg.node.Node getEnclosingExpression () public org.checkerframework.errorprone.dataflow.cfg.node.Node getClassBody () public com.sun.source.tree.NewClassTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () StringBuilder sb public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode other public int hashCode () public java.util.Collection getOperands () java.util.ArrayList list public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/ExplicitThisNode.class
ExplicitThisNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ExplicitThisNode extends org.checkerframework.errorprone.dataflow.cfg.node.ThisNode { protected final com.sun.source.tree.IdentifierTree tree static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.IdentifierTree) com.sun.source.tree.IdentifierTree t public com.sun.source.tree.IdentifierTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public volatile synthetic com.sun.source.tree.Tree getTree () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/InstanceOfNode.class
InstanceOfNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final org.checkerframework.errorprone.dataflow.cfg.node.Node operand protected final javax.lang.model.type.TypeMirror refType protected final com.sun.source.tree.InstanceOfTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode bindingVariable protected final javax.lang.model.util.Types types public void <init> (com.sun.source.tree.InstanceOfTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) com.sun.source.tree.InstanceOfTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand javax.lang.model.type.TypeMirror refType javax.lang.model.util.Types types public void <init> (com.sun.source.tree.InstanceOfTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) com.sun.source.tree.InstanceOfTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode bindingVariable javax.lang.model.type.TypeMirror refType javax.lang.model.util.Types types public org.checkerframework.errorprone.dataflow.cfg.node.Node getOperand () public org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode getBindingVariable () public javax.lang.model.type.TypeMirror getRefType () public com.sun.source.tree.InstanceOfTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/ImplicitThisNode.class
ImplicitThisNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ImplicitThisNode extends org.checkerframework.errorprone.dataflow.cfg.node.ThisNode { public void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () }
org/checkerframework/errorprone/dataflow/cfg/node/MethodAccessNode.class
MethodAccessNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ExpressionTree tree protected final javax.lang.model.element.ExecutableElement method protected final org.checkerframework.errorprone.dataflow.cfg.node.Node receiver static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.ExpressionTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.ExpressionTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node receiver javax.lang.model.element.ExecutableElement method public javax.lang.model.element.ExecutableElement getMethod () public org.checkerframework.errorprone.dataflow.cfg.node.Node getReceiver () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.MethodAccessNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/BitwiseComplementNode.class
BitwiseComplementNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode extends org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.UnaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.UnaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.BitwiseComplementNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/IntegerRemainderNode.class
IntegerRemainderNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.IntegerRemainderNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/SynchronizedNode.class
SynchronizedNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.SynchronizedTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node expression protected final boolean startOfBlock public void <init> (com.sun.source.tree.SynchronizedTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, boolean, javax.lang.model.util.Types) com.sun.source.tree.SynchronizedTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node expression boolean startOfBlock javax.lang.model.util.Types types public com.sun.source.tree.SynchronizedTree getTree () public org.checkerframework.errorprone.dataflow.cfg.node.Node getExpression () public boolean getIsStartOfBlock () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () StringBuilder sb public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.SynchronizedNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/NumericalSubtractionNode.class
NumericalSubtractionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NumericalSubtractionNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/SuperNode.class
SuperNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.SuperNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.IdentifierTree tree static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.IdentifierTree) com.sun.source.tree.IdentifierTree t public com.sun.source.tree.IdentifierTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/MarkerNode.class
MarkerNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final String message public void <init> (com.sun.source.tree.Tree, java.lang.String, javax.lang.model.util.Types) com.sun.source.tree.Tree tree String message javax.lang.model.util.Types types public java.lang.String getMessage () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () StringBuilder sb public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.MarkerNode other public int hashCode () public java.util.Collection getOperands () }
org/checkerframework/errorprone/dataflow/cfg/node/NullLiteralNode.class
NullLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NullLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Void getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ConditionalAndNode.class
ConditionalAndNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ConditionalAndNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/FloatingRemainderNode.class
FloatingRemainderNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.FloatingRemainderNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/FunctionalInterfaceNode.class
FunctionalInterfaceNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree public void <init> (com.sun.source.tree.MemberReferenceTree) com.sun.source.tree.MemberReferenceTree tree public void <init> (com.sun.source.tree.LambdaExpressionTree) com.sun.source.tree.LambdaExpressionTree tree public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object o org.checkerframework.errorprone.dataflow.cfg.node.FunctionalInterfaceNode that public int hashCode () public java.util.Collection getOperands () }
org/checkerframework/errorprone/dataflow/cfg/node/IntegerLiteralNode.class
IntegerLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree t public java.lang.Integer getValue () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public boolean equals (java.lang.Object) Object obj public java.util.Collection getOperands () public volatile synthetic java.lang.Object getValue () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ExpressionStatementNode.class
ExpressionStatementNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ExpressionStatementNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ExpressionTree tree public void <init> (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree t public com.sun.source.tree.Tree getTree () public java.util.Collection getOperands () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj public int hashCode () }
org/checkerframework/errorprone/dataflow/cfg/node/IntegerDivisionNode.class
IntegerDivisionNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.IntegerDivisionNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/TypeCastNode.class
TypeCastNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.TypeCastTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node operand protected final javax.lang.model.util.Types types public void <init> (com.sun.source.tree.TypeCastTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) com.sun.source.tree.TypeCastTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand javax.lang.model.type.TypeMirror type javax.lang.model.util.Types types public org.checkerframework.errorprone.dataflow.cfg.node.Node getOperand () public com.sun.source.tree.TypeCastTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/NullChkNode.class
NullChkNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.NullChkNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.Tree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node operand static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.Tree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.Tree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand public org.checkerframework.errorprone.dataflow.cfg.node.Node getOperand () public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.NumericalPlusNode other public int hashCode () public java.util.Collection getOperands () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ArrayTypeNode.class
ArrayTypeNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.ArrayTypeTree tree protected final javax.lang.model.util.Types types public void <init> (com.sun.source.tree.ArrayTypeTree, javax.lang.model.util.Types) com.sun.source.tree.ArrayTypeTree tree javax.lang.model.util.Types types public com.sun.source.tree.Tree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ArrayTypeNode other public int hashCode () public java.util.Collection getOperands () }
org/checkerframework/errorprone/dataflow/cfg/node/UnaryOperationNode.class
UnaryOperationNode.java package org.checkerframework.errorprone.dataflow.cfg.node public abstract org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.UnaryTree tree protected final org.checkerframework.errorprone.dataflow.cfg.node.Node operand protected void <init> (com.sun.source.tree.UnaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.UnaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node operand public org.checkerframework.errorprone.dataflow.cfg.node.Node getOperand () public com.sun.source.tree.UnaryTree getTree () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/StringConcatenateNode.class
StringConcatenateNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode extends org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode { static final synthetic boolean $assertionsDisabled public void <init> (com.sun.source.tree.BinaryTree, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) com.sun.source.tree.BinaryTree tree org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.StringConcatenateNode other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/node/ValueLiteralNode.class
ValueLiteralNode.java package org.checkerframework.errorprone.dataflow.cfg.node public abstract org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.LiteralTree tree public abstract java.lang.Object getValue () protected void <init> (com.sun.source.tree.LiteralTree) com.sun.source.tree.LiteralTree tree public com.sun.source.tree.LiteralTree getTree () public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode other Object val Object otherVal public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/errorprone/dataflow/cfg/node/PrimitiveTypeNode.class
PrimitiveTypeNode.java package org.checkerframework.errorprone.dataflow.cfg.node public org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode extends org.checkerframework.errorprone.dataflow.cfg.node.Node { protected final com.sun.source.tree.PrimitiveTypeTree tree protected final javax.lang.model.util.Types types public void <init> (com.sun.source.tree.PrimitiveTypeTree, javax.lang.model.util.Types) com.sun.source.tree.PrimitiveTypeTree tree javax.lang.model.util.Types types public com.sun.source.tree.PrimitiveTypeTree getTree () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor visitor Object p public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.cfg.node.PrimitiveTypeNode other public int hashCode () public java.util.Collection getOperands () public volatile synthetic com.sun.source.tree.Tree getTree () }
org/checkerframework/dataflow/cfg/block/
org/checkerframework/errorprone/dataflow/cfg/block/BlockImpl.class
BlockImpl.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.block.Block { protected final org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType type protected final java.util.Set predecessors private static final java.util.concurrent.atomic.AtomicLong nextUid private final long uid public long getUid () protected void <init> (org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType) org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType type public org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType getType () public java.util.Set getPredecessors () public void addPredecessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl pred public void removePredecessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl pred static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/block/Block$BlockType.class
Block.java package org.checkerframework.errorprone.dataflow.cfg.block public final enum org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType REGULAR_BLOCK public static final enum org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType CONDITIONAL_BLOCK public static final enum org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType SPECIAL_BLOCK public static final enum org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType EXCEPTION_BLOCK private static final synthetic org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType[] $VALUES public static org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType[] values () public static org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/block/ConditionalBlock.class
ConditionalBlock.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.block.Block { public abstract org.checkerframework.errorprone.dataflow.cfg.block.Block getThenSuccessor () public abstract org.checkerframework.errorprone.dataflow.cfg.block.Block getElseSuccessor () public abstract org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getThenFlowRule () public abstract org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getElseFlowRule () public abstract void setThenFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) public abstract void setElseFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) }
org/checkerframework/errorprone/dataflow/cfg/block/SingleSuccessorBlock.class
SingleSuccessorBlock.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlock extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.block.Block { public abstract org.checkerframework.errorprone.dataflow.cfg.block.Block getSuccessor () public abstract org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getFlowRule () public abstract void setFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) }
org/checkerframework/errorprone/dataflow/cfg/block/ExceptionBlock.class
ExceptionBlock.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlock { public abstract org.checkerframework.errorprone.dataflow.cfg.node.Node getNode () public abstract java.util.Map getExceptionalSuccessors () }
org/checkerframework/errorprone/dataflow/cfg/block/SpecialBlock$SpecialBlockType.class
SpecialBlock.java package org.checkerframework.errorprone.dataflow.cfg.block public final enum org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType ENTRY public static final enum org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType EXIT public static final enum org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType EXCEPTIONAL_EXIT private static final synthetic org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType[] $VALUES public static org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType[] values () public static org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/block/SingleSuccessorBlockImpl.class
SingleSuccessorBlockImpl.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl extends org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl implements org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlock { protected org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl successor protected org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule protected void <init> (org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType) org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType type public org.checkerframework.errorprone.dataflow.cfg.block.Block getSuccessor () public java.util.Set getSuccessors () public void setSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl successor public org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getFlowRule () public void setFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule rule }
org/checkerframework/errorprone/dataflow/cfg/block/RegularBlockImpl.class
RegularBlockImpl.java package org.checkerframework.errorprone.dataflow.cfg.block public org.checkerframework.errorprone.dataflow.cfg.block.RegularBlockImpl extends org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl implements org.checkerframework.errorprone.dataflow.cfg.block.RegularBlock { protected final java.util.List contents public void <init> () public void addNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node t public void addNodes (java.util.List) org.checkerframework.errorprone.dataflow.cfg.node.Node t java.util.List ts public java.util.List getNodes () public org.checkerframework.errorprone.dataflow.cfg.node.Node getLastNode () public org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl getRegularSuccessor () public java.lang.String toString () public boolean isEmpty () public volatile synthetic org.checkerframework.errorprone.dataflow.cfg.block.Block getRegularSuccessor () }
org/checkerframework/errorprone/dataflow/cfg/block/RegularBlock.class
RegularBlock.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.RegularBlock extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlock { public abstract org.checkerframework.errorprone.dataflow.cfg.block.Block getRegularSuccessor () public abstract boolean isEmpty () }
org/checkerframework/errorprone/dataflow/cfg/block/ExceptionBlockImpl.class
ExceptionBlockImpl.java package org.checkerframework.errorprone.dataflow.cfg.block public org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlockImpl extends org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl implements org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock { protected org.checkerframework.errorprone.dataflow.cfg.node.Node node protected final java.util.Map exceptionalSuccessors public void <init> () public void setNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node c public org.checkerframework.errorprone.dataflow.cfg.node.Node getNode () public java.util.List getNodes () public org.checkerframework.errorprone.dataflow.cfg.node.Node getLastNode () public void addExceptionalSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl, javax.lang.model.type.TypeMirror) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b javax.lang.model.type.TypeMirror cause java.util.Set blocks public java.util.Map getExceptionalSuccessors () public java.util.Set getSuccessors () java.util.Set blocks java.util.Set result public java.lang.String toString () private static synthetic java.util.Set lambda$addExceptionalSuccessor$0 (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror __ }
org/checkerframework/errorprone/dataflow/cfg/block/Block.class
Block.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.Block extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.UniqueId { public abstract org.checkerframework.errorprone.dataflow.cfg.block.Block$BlockType getType () public abstract java.util.Set getPredecessors () public abstract java.util.Set getSuccessors () public abstract java.util.List getNodes () public abstract org.checkerframework.errorprone.dataflow.cfg.node.Node getLastNode () }
org/checkerframework/errorprone/dataflow/cfg/block/SpecialBlockImpl.class
SpecialBlockImpl.java package org.checkerframework.errorprone.dataflow.cfg.block public org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl extends org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlockImpl implements org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock { protected final org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType specialType public void <init> (org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType) org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType type public org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType getSpecialType () public java.util.List getNodes () public org.checkerframework.errorprone.dataflow.cfg.node.Node getLastNode () public java.lang.String toString () }
org/checkerframework/errorprone/dataflow/cfg/block/ConditionalBlockImpl.class
ConditionalBlockImpl.java package org.checkerframework.errorprone.dataflow.cfg.block public org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlockImpl extends org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl implements org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock { protected org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl thenSuccessor protected org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl elseSuccessor protected org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule thenFlowRule protected org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule elseFlowRule public void <init> () public void setThenSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b public void setElseSuccessor (org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl) org.checkerframework.errorprone.dataflow.cfg.block.BlockImpl b public org.checkerframework.errorprone.dataflow.cfg.block.Block getThenSuccessor () public org.checkerframework.errorprone.dataflow.cfg.block.Block getElseSuccessor () public java.util.Set getSuccessors () java.util.Set result public org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getThenFlowRule () public org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule getElseFlowRule () public void setThenFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule rule public void setElseFlowRule (org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule) org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule rule public java.util.List getNodes () public org.checkerframework.errorprone.dataflow.cfg.node.Node getLastNode () public java.lang.String toString () }
org/checkerframework/errorprone/dataflow/cfg/block/SpecialBlock.class
SpecialBlock.java package org.checkerframework.errorprone.dataflow.cfg.block public abstract org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlock { public abstract org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType getSpecialType () }
org/checkerframework/errorprone/dataflow/cfg/UnderlyingAST.class
UnderlyingAST.java package org.checkerframework.errorprone.dataflow.cfg public abstract org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.UniqueId { protected final org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind kind private static final java.util.concurrent.atomic.AtomicLong nextUid private final transient long uid public long getUid () protected void <init> (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind kind public abstract com.sun.source.tree.Tree getCode () public org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$Kind getKind () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/CFGProcessor.class
CFGProcessor.java package org.checkerframework.errorprone.dataflow.cfg public org.checkerframework.errorprone.dataflow.cfg.CFGProcessor extends org.checkerframework.errorprone.javacutil.BasicTypeProcessor { private final String className private final String methodName private com.sun.source.tree.CompilationUnitTree rootTree private com.sun.source.tree.ClassTree classTree private com.sun.source.tree.MethodTree methodTree private org.checkerframework.errorprone.dataflow.cfg.CFGProcessor$CFGProcessResult result public void <init> (java.lang.String, java.lang.String) String className String methodName public final org.checkerframework.errorprone.dataflow.cfg.CFGProcessor$CFGProcessResult getCFGProcessResult () public void typeProcessingOver () org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg com.sun.tools.javac.util.Log log protected com.sun.source.util.TreePathScanner createTreePathScanner (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree root public javax.lang.model.SourceVersion getSupportedSourceVersion () static synthetic java.lang.String access$000 (org.checkerframework.errorprone.dataflow.cfg.CFGProcessor) org.checkerframework.errorprone.dataflow.cfg.CFGProcessor x0 static synthetic com.sun.source.tree.ClassTree access$102 (org.checkerframework.errorprone.dataflow.cfg.CFGProcessor, com.sun.source.tree.ClassTree) org.checkerframework.errorprone.dataflow.cfg.CFGProcessor x0 com.sun.source.tree.ClassTree x1 static synthetic java.lang.String access$200 (org.checkerframework.errorprone.dataflow.cfg.CFGProcessor) org.checkerframework.errorprone.dataflow.cfg.CFGProcessor x0 static synthetic com.sun.source.tree.MethodTree access$302 (org.checkerframework.errorprone.dataflow.cfg.CFGProcessor, com.sun.source.tree.MethodTree) org.checkerframework.errorprone.dataflow.cfg.CFGProcessor x0 com.sun.source.tree.MethodTree x1 }
org/checkerframework/dataflow/cfg/playground/
org/checkerframework/errorprone/dataflow/cfg/playground/BusyExpressionPlayground.class
BusyExpressionPlayground.java package org.checkerframework.errorprone.dataflow.cfg.playground public org.checkerframework.errorprone.dataflow.cfg.playground.BusyExpressionPlayground extends java.lang.Object { private void <init> () public static void main (java.lang.String[]) String[] args org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions config org.checkerframework.errorprone.dataflow.busyexpr.BusyExprTransfer transfer org.checkerframework.errorprone.dataflow.analysis.BackwardAnalysis backwardAnalysis }
org/checkerframework/errorprone/dataflow/cfg/playground/LiveVariablePlayground.class
LiveVariablePlayground.java package org.checkerframework.errorprone.dataflow.cfg.playground public org.checkerframework.errorprone.dataflow.cfg.playground.LiveVariablePlayground extends java.lang.Object { private void <init> () public static void main (java.lang.String[]) String[] args org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions config org.checkerframework.errorprone.dataflow.livevariable.LiveVarTransfer transfer org.checkerframework.errorprone.dataflow.analysis.BackwardAnalysis backwardAnalysis }
org/checkerframework/errorprone/dataflow/cfg/playground/ConstantPropagationPlayground.class
ConstantPropagationPlayground.java package org.checkerframework.errorprone.dataflow.cfg.playground public org.checkerframework.errorprone.dataflow.cfg.playground.ConstantPropagationPlayground extends java.lang.Object { private void <init> () public static void main (java.lang.String[]) String[] args org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions config org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationTransfer transfer org.checkerframework.errorprone.dataflow.analysis.ForwardAnalysis forwardAnalysis }
org/checkerframework/errorprone/dataflow/cfg/playground/ReachingDefinitionPlayground.class
ReachingDefinitionPlayground.java package org.checkerframework.errorprone.dataflow.cfg.playground public org.checkerframework.errorprone.dataflow.cfg.playground.ReachingDefinitionPlayground extends java.lang.Object { private void <init> () public static void main (java.lang.String[]) String[] args org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions config org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionTransfer transfer org.checkerframework.errorprone.dataflow.analysis.ForwardAnalysis forwardAnalysis }
org/checkerframework/errorprone/dataflow/cfg/UnderlyingAST$CFGMethod.class
UnderlyingAST.java package org.checkerframework.errorprone.dataflow.cfg public org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGMethod extends org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST { protected final com.sun.source.tree.MethodTree method protected final com.sun.source.tree.ClassTree classTree public void <init> (com.sun.source.tree.MethodTree, com.sun.source.tree.ClassTree) com.sun.source.tree.MethodTree method com.sun.source.tree.ClassTree classTree public com.sun.source.tree.Tree getCode () public com.sun.source.tree.MethodTree getMethod () public java.lang.String getMethodName () public com.sun.source.tree.ClassTree getClassTree () public java.lang.String getSimpleClassName () public java.lang.String toString () }
org/checkerframework/dataflow/cfg/visualize/
org/checkerframework/errorprone/dataflow/cfg/visualize/DOTCFGVisualizer.class
DOTCFGVisualizer.java package org.checkerframework.errorprone.dataflow.cfg.visualize public org.checkerframework.errorprone.dataflow.cfg.visualize.DOTCFGVisualizer extends org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer { protected String outDir protected String checkerName protected java.util.Map generated protected static final String leftJustifiedTerminator public void <init> () public void init (java.util.Map) java.util.Map args public java.lang.String getSeparator () public java.util.Map visualize (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.cfg.block.Block entry org.checkerframework.errorprone.dataflow.analysis.Analysis analysis String dotGraph java.util.Map vis public java.util.Map visualizeWithAction (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) java.io.BufferedWriter out java.io.IOException e org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.cfg.block.Block entry org.checkerframework.errorprone.dataflow.analysis.Analysis analysis java.util.Map vis String dotGraph String dotFileName public java.lang.String visualizeNodes (java.util.Set, org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.analysis.Analysis) String strBlock org.checkerframework.errorprone.dataflow.cfg.block.Block v java.util.Set blocks org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.analysis.Analysis analysis StringBuilder sbDotNodes java.util.IdentityHashMap processOrder protected java.lang.String visualizeEdge (java.lang.Object, java.lang.Object, java.lang.String) Object sId Object eId String flowRule public java.lang.String visualizeBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public java.lang.String visualizeSpecialBlock (org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock) org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock sbb public java.lang.String visualizeConditionalBlock (org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock) org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock cbb public java.lang.String visualizeBlockTransferInputBefore (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public java.lang.String visualizeBlockTransferInputAfter (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis protected java.lang.String dotOutputFileName (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGStatement cfgStatement String clsName com.sun.source.tree.VariableTree tree org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGMethod cfgMethod String clsName String methodName java.util.StringJoiner params com.sun.source.tree.MethodTree method org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGLambda cfgLambda String clsName String enclosingMethodName long uid org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST ast StringBuilder srcLoc StringBuilder outFile String outFileName protected java.lang.String format (java.lang.Object) Object obj public java.lang.String visualizeStoreThisVal (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreLocalVar (org.checkerframework.errorprone.dataflow.expression.LocalVariable, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.LocalVariable localVar org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreFieldVal (org.checkerframework.errorprone.dataflow.expression.FieldAccess, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.FieldAccess fieldAccess org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreArrayVal (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.ArrayAccess arrayValue org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreMethodVals (org.checkerframework.errorprone.dataflow.expression.MethodCall, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.MethodCall methodCall org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreClassVals (org.checkerframework.errorprone.dataflow.expression.ClassName, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.ClassName className org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreKeyVal (java.lang.String, java.lang.Object) String keyName Object value private static java.lang.String escapeString (java.lang.String) String str private static java.lang.String escapeString (java.lang.Object) Object obj public void shutdown () java.util.Map$Entry kv java.io.BufferedWriter out java.io.FileWriter fstream java.io.IOException e protected java.lang.String visualizeGraphHeader () protected java.lang.String visualizeGraphFooter () }
org/checkerframework/errorprone/dataflow/cfg/visualize/CFGVisualizeLauncher.class
CFGVisualizeLauncher.java package org.checkerframework.errorprone.dataflow.cfg.visualize public final org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeLauncher extends java.lang.Object { static final synthetic boolean $assertionsDisabled private void <init> () public static void main (java.lang.String[]) String[] args org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions config public static void performAnalysis (org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions, org.checkerframework.errorprone.dataflow.analysis.Analysis) String stringGraph String stringGraph java.util.Map res org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions config org.checkerframework.errorprone.dataflow.analysis.Analysis analysis private static void generateDOTofCFGWithoutAnalysis (java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean) String inputFile String outputDir String method String clas boolean pdf boolean verbose private static java.lang.String generateStringOfCFGWithoutAnalysis (java.lang.String, java.lang.String, java.lang.String, boolean) String stringGraph String inputFile String method String clas boolean verbose java.util.Map res private static void generateDOTofCFG (java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, org.checkerframework.errorprone.dataflow.analysis.Analysis) String inputFile String outputDir String method String clas boolean pdf boolean verbose org.checkerframework.errorprone.dataflow.analysis.Analysis analysis org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg java.util.Map args org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer viz java.util.Map res private static org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph generateMethodCFG (java.lang.String, java.lang.String, java.lang.String) javax.tools.JavaFileObject l com.sun.tools.javac.file.JavacFileManager fileManager javax.tools.JavaFileObject l java.io.IOException e java.io.OutputStream nullOS String file String clas String method org.checkerframework.errorprone.dataflow.cfg.CFGProcessor cfgProcessor com.sun.tools.javac.util.Context context com.sun.tools.javac.main.JavaCompiler javac javax.tools.JavaFileObject l java.io.PrintStream err org.checkerframework.errorprone.dataflow.cfg.CFGProcessor$CFGProcessResult res public static void writeStringOfCFG (java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.checkerframework.errorprone.dataflow.analysis.Analysis) java.io.FileWriter out java.io.IOException e String inputFile String method String clas String outputFile org.checkerframework.errorprone.dataflow.analysis.Analysis analysis java.util.Map res private static void producePDF (java.lang.String) String command Process child Exception e String file private static java.util.Map generateStringOfCFG (java.lang.String, java.lang.String, java.lang.String, boolean, org.checkerframework.errorprone.dataflow.analysis.Analysis) String inputFile String method String clas boolean verbose org.checkerframework.errorprone.dataflow.analysis.Analysis analysis org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg java.util.Map args org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer viz java.util.Map res private static void printError (java.lang.String) String string static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/visualize/CFGVisualizer.class
CFGVisualizer.java package org.checkerframework.errorprone.dataflow.cfg.visualize public abstract org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer extends java.lang.Object { public abstract void init (java.util.Map) public abstract java.lang.String getSeparator () public abstract java.util.Map visualize (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) public abstract java.util.Map visualizeWithAction (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) public abstract java.lang.String visualizeStore (org.checkerframework.errorprone.dataflow.analysis.Store) public abstract java.lang.String visualizeStoreLocalVar (org.checkerframework.errorprone.dataflow.expression.LocalVariable, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) public abstract java.lang.String visualizeStoreThisVal (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) public abstract java.lang.String visualizeStoreFieldVal (org.checkerframework.errorprone.dataflow.expression.FieldAccess, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) public abstract java.lang.String visualizeStoreArrayVal (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) public abstract java.lang.String visualizeStoreMethodVals (org.checkerframework.errorprone.dataflow.expression.MethodCall, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) public abstract java.lang.String visualizeStoreClassVals (org.checkerframework.errorprone.dataflow.expression.ClassName, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) public abstract java.lang.String visualizeStoreKeyVal (java.lang.String, java.lang.Object) public abstract java.lang.String visualizeBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) public abstract java.lang.String visualizeSpecialBlock (org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock) public abstract java.lang.String visualizeConditionalBlock (org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock) public abstract java.lang.String visualizeBlockTransferInputBefore (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) public abstract java.lang.String visualizeBlockTransferInputAfter (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) public abstract java.lang.String visualizeBlockNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis) public abstract void shutdown () }
org/checkerframework/errorprone/dataflow/cfg/visualize/CFGVisualizeOptions.class
CFGVisualizeOptions.java package org.checkerframework.errorprone.dataflow.cfg.visualize public org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions extends java.lang.Object { private static final String DEFAULT_METHOD private static final String DEFAULT_CLASS private static final String DEFAULT_OUTPUT_DIR private final String input private final String output private final String method private final String clas private final boolean pdf private final boolean verbose private final boolean string private void <init> (java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean) String input String output String method String clas boolean pdf boolean verbose boolean string public static org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeOptions parseArgs (java.lang.String[]) int i String[] args String input java.io.File file String method String clas String output boolean pdf boolean error boolean verbose boolean string public java.lang.String getInputFile () public java.lang.String getOutputDirectory () public java.lang.String getMethodName () public java.lang.String getClassName () public boolean isPDF () public boolean isVerbose () public boolean isString () private static void printUsage () private static void printError (java.lang.String) String string }
org/checkerframework/errorprone/dataflow/cfg/visualize/AbstractCFGVisualizer.class
AbstractCFGVisualizer.java package org.checkerframework.errorprone.dataflow.cfg.visualize public abstract org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer { protected boolean verbose protected static final String lineSeparator protected static final String storeEntryIndent static final synthetic boolean $assertionsDisabled public void <init> () public void init (java.util.Map) java.util.Map args private static boolean toBoolean (java.lang.Object) Object o protected java.lang.String visualizeGraph (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.cfg.block.Block entry org.checkerframework.errorprone.dataflow.analysis.Analysis analysis protected java.lang.String visualizeGraphWithoutHeaderAndFooter (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.cfg.block.Block entry org.checkerframework.errorprone.dataflow.analysis.Analysis analysis java.util.Set visited StringBuilder sbGraph java.util.Queue workList org.checkerframework.errorprone.dataflow.cfg.block.Block cur protected void handleSuccessorsHelper (org.checkerframework.errorprone.dataflow.cfg.block.Block, java.util.Set, java.util.Queue, java.lang.StringBuilder) org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock ccur org.checkerframework.errorprone.dataflow.cfg.block.Block thenSuccessor org.checkerframework.errorprone.dataflow.cfg.block.Block elseSuccessor org.checkerframework.errorprone.dataflow.cfg.block.SingleSuccessorBlock sscur org.checkerframework.errorprone.dataflow.cfg.block.Block succ org.checkerframework.errorprone.dataflow.cfg.block.Block b javax.lang.model.type.TypeMirror cause String exception java.util.Map$Entry e org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock ecur org.checkerframework.errorprone.dataflow.cfg.block.Block cur java.util.Set visited java.util.Queue workList StringBuilder sbGraph protected void addBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block, java.util.Set, java.util.Queue) org.checkerframework.errorprone.dataflow.cfg.block.Block b java.util.Set visited java.util.Queue workList protected java.lang.String visualizeBlockHelper (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis, java.lang.String) org.checkerframework.errorprone.dataflow.cfg.node.Node lastNode org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis String separator StringBuilder sbBlock String contents protected java.lang.String loopOverBlockContents (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis, java.lang.String) org.checkerframework.errorprone.dataflow.cfg.node.Node t org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis String separator java.util.List contents java.util.StringJoiner sjBlockContents protected java.util.List addBlockContent (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block bb protected abstract java.lang.String format (java.lang.Object) public java.lang.String visualizeBlockNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.cfg.node.Node t org.checkerframework.errorprone.dataflow.analysis.Analysis analysis StringBuilder sbBlockNode protected java.lang.String visualizeBlockTransferInputHelper (org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis, java.lang.String) org.checkerframework.errorprone.dataflow.analysis.Store regularStore org.checkerframework.errorprone.org.plumelib.util.UniqueId storesFrom org.checkerframework.errorprone.dataflow.analysis.Store regularStore org.checkerframework.errorprone.org.plumelib.util.UniqueId storesFrom org.checkerframework.errorprone.dataflow.analysis.TransferInput input org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere where org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis String separator org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction analysisDirection org.checkerframework.errorprone.dataflow.analysis.Store regularStore org.checkerframework.errorprone.dataflow.analysis.Store thenStore org.checkerframework.errorprone.dataflow.analysis.Store elseStore boolean isTwoStores org.checkerframework.errorprone.org.plumelib.util.UniqueId storesFrom StringBuilder sbStore protected java.lang.String visualizeSpecialBlockHelper (org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock) org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock sbb protected java.util.IdentityHashMap getProcessOrder (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) java.util.List blockIds org.checkerframework.errorprone.dataflow.cfg.block.Block b org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg java.util.IdentityHashMap depthFirstOrder int count public java.lang.String visualizeStore (org.checkerframework.errorprone.dataflow.analysis.Store) org.checkerframework.errorprone.dataflow.analysis.Store store protected abstract java.lang.String visualizeNodes (java.util.Set, org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.analysis.Analysis) protected abstract java.lang.String visualizeEdge (java.lang.Object, java.lang.Object, java.lang.String) protected abstract java.lang.String visualizeGraphHeader () protected abstract java.lang.String visualizeGraphFooter () protected java.lang.String getProcessOrderSimpleString (java.util.List) java.util.List order protected java.lang.String getNodeSimpleName (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node t String name private static synthetic java.util.List lambda$getProcessOrder$0 (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block k static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/visualize/AbstractCFGVisualizer$1.class
AbstractCFGVisualizer.java package org.checkerframework.errorprone.dataflow.cfg.visualize synthetic org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$cfg$block$SpecialBlock$SpecialBlockType static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/visualize/AbstractCFGVisualizer$VisualizeWhere.class
AbstractCFGVisualizer.java package org.checkerframework.errorprone.dataflow.cfg.visualize public final enum org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere BEFORE public static final enum org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere AFTER private static final synthetic org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere[] $VALUES public static org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere[] values () public static org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer$VisualizeWhere[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/visualize/CFGVisualizeLauncher$1.class
CFGVisualizeLauncher.java package org.checkerframework.errorprone.dataflow.cfg.visualize org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizeLauncher$1 extends java.io.OutputStream { void <init> () public void write (int) throws java.io.IOException int b }
org/checkerframework/errorprone/dataflow/cfg/visualize/StringCFGVisualizer.class
StringCFGVisualizer.java package org.checkerframework.errorprone.dataflow.cfg.visualize public org.checkerframework.errorprone.dataflow.cfg.visualize.StringCFGVisualizer extends org.checkerframework.errorprone.dataflow.cfg.visualize.AbstractCFGVisualizer { protected java.io.PrintStream out public void <init> () public void init (java.util.Map) java.util.Map args java.io.PrintStream argout public java.lang.String getSeparator () public java.util.Map visualize (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.cfg.block.Block entry org.checkerframework.errorprone.dataflow.analysis.Analysis analysis String stringGraph public java.util.Map visualizeWithAction (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.cfg.block.Block entry org.checkerframework.errorprone.dataflow.analysis.Analysis analysis java.util.Map vis String stringGraph public java.lang.String visualizeNodes (java.util.Set, org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.block.Block v java.util.Set blocks org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg org.checkerframework.errorprone.dataflow.analysis.Analysis analysis java.util.StringJoiner sjStringNodes java.util.IdentityHashMap processOrder protected java.lang.String visualizeEdge (java.lang.Object, java.lang.Object, java.lang.String) Object sId Object eId String flowRule public java.lang.String visualizeBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public java.lang.String visualizeSpecialBlock (org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock) org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock sbb public java.lang.String visualizeConditionalBlock (org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock) org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock cbb public java.lang.String visualizeBlockTransferInputBefore (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public java.lang.String visualizeBlockTransferInputAfter (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.block.Block bb org.checkerframework.errorprone.dataflow.analysis.Analysis analysis protected java.lang.String format (java.lang.Object) Object obj public java.lang.String visualizeStoreThisVal (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreLocalVar (org.checkerframework.errorprone.dataflow.expression.LocalVariable, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.LocalVariable localVar org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreFieldVal (org.checkerframework.errorprone.dataflow.expression.FieldAccess, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.FieldAccess fieldAccess org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreArrayVal (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.ArrayAccess arrayValue org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreMethodVals (org.checkerframework.errorprone.dataflow.expression.MethodCall, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.MethodCall methodCall org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreClassVals (org.checkerframework.errorprone.dataflow.expression.ClassName, org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.expression.ClassName className org.checkerframework.errorprone.dataflow.analysis.AbstractValue value public java.lang.String visualizeStoreKeyVal (java.lang.String, java.lang.Object) String keyName Object value public void shutdown () protected java.lang.String visualizeGraphHeader () protected java.lang.String visualizeGraphFooter () }
org/checkerframework/errorprone/dataflow/cfg/ControlFlowGraph.class
ControlFlowGraph.java package org.checkerframework.errorprone.dataflow.cfg public org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.UniqueId { protected final org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock entryBlock protected final org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock regularExitBlock protected final org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock exceptionalExitBlock public final org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST private static final java.util.concurrent.atomic.AtomicLong nextUid private final transient long uid protected final java.util.IdentityHashMap treeLookup protected final java.util.IdentityHashMap convertedTreeLookup protected final java.util.IdentityHashMap postfixNodeLookup protected final java.util.List returnNodes protected final java.util.List declaredClasses protected final java.util.List declaredLambdas public long getUid () public void <init> (org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock, org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl, org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl, org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.List, java.util.List, java.util.List) org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock entryBlock org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl regularExitBlock org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlockImpl exceptionalExitBlock org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.IdentityHashMap treeLookup java.util.IdentityHashMap convertedTreeLookup java.util.IdentityHashMap postfixNodeLookup java.util.List returnNodes java.util.List declaredClasses java.util.List declaredLambdas public java.util.Set getNodesCorrespondingToTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree t public org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock getEntryBlock () public java.util.List getReturnNodes () public org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock getRegularExitBlock () public org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock getExceptionalExitBlock () public org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST getUnderlyingAST () public java.util.Set getAllBlocks () org.checkerframework.errorprone.dataflow.cfg.block.Block b java.util.Set visited java.util.Queue worklist org.checkerframework.errorprone.dataflow.cfg.block.Block cur public java.util.List getAllNodes () org.checkerframework.errorprone.dataflow.cfg.block.Block b java.util.List result public java.util.List getDepthFirstOrderedBlocks () org.checkerframework.errorprone.dataflow.cfg.block.Block b org.checkerframework.errorprone.dataflow.cfg.block.Block cur java.util.List dfsOrderResult java.util.Set visited java.util.Deque worklist public org.checkerframework.errorprone.org.plumelib.util.UnmodifiableIdentityHashMap getTreeLookup () public org.checkerframework.errorprone.org.plumelib.util.UnmodifiableIdentityHashMap getPostfixNodeLookup () public com.sun.source.tree.MethodTree getContainingMethod (com.sun.source.tree.Tree) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGMethod cfgMethod com.sun.source.tree.Tree t public com.sun.source.tree.ClassTree getContainingClass (com.sun.source.tree.Tree) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGMethod cfgMethod com.sun.source.tree.Tree t public java.util.List getDeclaredClasses () public java.util.List getDeclaredLambdas () public java.lang.String toString () org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer viz java.util.Map res String stringGraph public java.lang.String toStringDebug () String className java.util.StringJoiner result String astString static void <clinit> () }
org/checkerframework/errorprone/dataflow/cfg/UnderlyingAST$CFGStatement.class
UnderlyingAST.java package org.checkerframework.errorprone.dataflow.cfg public org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST$CFGStatement extends org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST { protected final com.sun.source.tree.Tree code protected final com.sun.source.tree.ClassTree classTree public void <init> (com.sun.source.tree.Tree, com.sun.source.tree.ClassTree) com.sun.source.tree.Tree code com.sun.source.tree.ClassTree classTree public com.sun.source.tree.Tree getCode () public com.sun.source.tree.ClassTree getClassTree () public java.lang.String getSimpleClassName () public java.lang.String toString () }
org/checkerframework/errorprone/dataflow/cfg/CFGProcessor$CFGProcessResult.class
CFGProcessor.java package org.checkerframework.errorprone.dataflow.cfg public org.checkerframework.errorprone.dataflow.cfg.CFGProcessor$CFGProcessResult extends java.lang.Object { private final org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph controlFlowGraph private final boolean isSuccess private final String errMsg void <init> (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg void <init> (java.lang.String) String errMsg private void <init> (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph, boolean, java.lang.String) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg boolean isSuccess String errMsg public boolean isSuccess () public org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph getCFG () public java.lang.String getErrMsg () }
org/checkerframework/dataflow/expression/
org/checkerframework/errorprone/dataflow/expression/ClassName.class
ClassName.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.ClassName extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { private final String typeString public void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type String typeString public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.ClassName other public int hashCode () public java.lang.String toString () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.ClassName other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/BinaryOperation.class
BinaryOperation.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.BinaryOperation extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final com.sun.source.tree.Tree$Kind operationKind protected final org.checkerframework.errorprone.dataflow.expression.JavaExpression left protected final org.checkerframework.errorprone.dataflow.expression.JavaExpression right public void <init> (javax.lang.model.type.TypeMirror, com.sun.source.tree.Tree$Kind, org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) javax.lang.model.type.TypeMirror type com.sun.source.tree.Tree$Kind operationKind org.checkerframework.errorprone.dataflow.expression.JavaExpression left org.checkerframework.errorprone.dataflow.expression.JavaExpression right public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode, org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode node org.checkerframework.errorprone.dataflow.expression.JavaExpression left org.checkerframework.errorprone.dataflow.expression.JavaExpression right public com.sun.source.tree.Tree$Kind getOperationKind () public org.checkerframework.errorprone.dataflow.expression.JavaExpression getLeft () public org.checkerframework.errorprone.dataflow.expression.JavaExpression getRight () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.BinaryOperation other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public int hashCode () public boolean equals (java.lang.Object) Object other org.checkerframework.errorprone.dataflow.expression.BinaryOperation biOp private boolean isCommutative () public java.lang.String toString () private java.lang.String operationKindToString (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind operationKind public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/BinaryOperation$1.class
BinaryOperation.java package org.checkerframework.errorprone.dataflow.expression synthetic org.checkerframework.errorprone.dataflow.expression.BinaryOperation$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
org/checkerframework/errorprone/dataflow/expression/FormalParameter.class
FormalParameter.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.FormalParameter extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final int index protected final javax.lang.model.element.VariableElement element public void <init> (int, javax.lang.model.element.VariableElement) int index javax.lang.model.element.VariableElement element public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.FormalParameter other public int getIndex () public javax.lang.model.element.VariableElement getElement () public int hashCode () com.sun.tools.javac.code.Symbol$VarSymbol vs public java.lang.String toString () public java.lang.String toStringDebug () public boolean containsOfClass (java.lang.Class) Class clazz public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.FormalParameter other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/LocalVariable.class
LocalVariable.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.LocalVariable extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final javax.lang.model.element.VariableElement element public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode localVar public void <init> (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement element public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.LocalVariable other protected static boolean sameElement (javax.lang.model.element.VariableElement, javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement element1 javax.lang.model.element.VariableElement element2 com.sun.tools.javac.code.Symbol$VarSymbol vs1 com.sun.tools.javac.code.Symbol$VarSymbol vs2 public javax.lang.model.element.VariableElement getElement () public int hashCode () com.sun.tools.javac.code.Symbol$VarSymbol vs public java.lang.String toString () public java.lang.String toStringDebug () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.LocalVariable other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/JavaExpressionConverter.class
JavaExpressionConverter.java package org.checkerframework.errorprone.dataflow.expression public abstract org.checkerframework.errorprone.dataflow.expression.JavaExpressionConverter extends org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor { public void <init> () public org.checkerframework.errorprone.dataflow.expression.JavaExpression convert (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression javaExpr public java.util.List convert (java.util.List) java.util.List list protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitArrayAccess (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.ArrayAccess arrayAccessExpr Void unused org.checkerframework.errorprone.dataflow.expression.JavaExpression array org.checkerframework.errorprone.dataflow.expression.JavaExpression index protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitArrayCreation (org.checkerframework.errorprone.dataflow.expression.ArrayCreation, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.ArrayCreation arrayCreationExpr Void unused java.util.List dims java.util.List inits protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitBinaryOperation (org.checkerframework.errorprone.dataflow.expression.BinaryOperation, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.BinaryOperation binaryOpExpr Void unused org.checkerframework.errorprone.dataflow.expression.JavaExpression left org.checkerframework.errorprone.dataflow.expression.JavaExpression right protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitClassName (org.checkerframework.errorprone.dataflow.expression.ClassName, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.ClassName classNameExpr Void unused protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitFieldAccess (org.checkerframework.errorprone.dataflow.expression.FieldAccess, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.FieldAccess fieldAccessExpr Void unused org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitFormalParameter (org.checkerframework.errorprone.dataflow.expression.FormalParameter, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.FormalParameter parameterExpr Void unused protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitLocalVariable (org.checkerframework.errorprone.dataflow.expression.LocalVariable, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.LocalVariable localVarExpr Void unused protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitMethodCall (org.checkerframework.errorprone.dataflow.expression.MethodCall, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.MethodCall methodCallExpr Void unused org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver java.util.List args protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitThisReference (org.checkerframework.errorprone.dataflow.expression.ThisReference, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.ThisReference thisExpr Void unused protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitUnaryOperation (org.checkerframework.errorprone.dataflow.expression.UnaryOperation, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.UnaryOperation unaryOpExpr Void unused org.checkerframework.errorprone.dataflow.expression.JavaExpression operand protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitUnknown (org.checkerframework.errorprone.dataflow.expression.Unknown, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.Unknown unknownExpr Void unused protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitValueLiteral (org.checkerframework.errorprone.dataflow.expression.ValueLiteral, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.ValueLiteral literalExpr Void unused protected volatile synthetic java.lang.Object visitValueLiteral (org.checkerframework.errorprone.dataflow.expression.ValueLiteral, java.lang.Object) protected volatile synthetic java.lang.Object visitUnknown (org.checkerframework.errorprone.dataflow.expression.Unknown, java.lang.Object) protected volatile synthetic java.lang.Object visitUnaryOperation (org.checkerframework.errorprone.dataflow.expression.UnaryOperation, java.lang.Object) protected volatile synthetic java.lang.Object visitThisReference (org.checkerframework.errorprone.dataflow.expression.ThisReference, java.lang.Object) protected volatile synthetic java.lang.Object visitMethodCall (org.checkerframework.errorprone.dataflow.expression.MethodCall, java.lang.Object) protected volatile synthetic java.lang.Object visitLocalVariable (org.checkerframework.errorprone.dataflow.expression.LocalVariable, java.lang.Object) protected volatile synthetic java.lang.Object visitFormalParameter (org.checkerframework.errorprone.dataflow.expression.FormalParameter, java.lang.Object) protected volatile synthetic java.lang.Object visitFieldAccess (org.checkerframework.errorprone.dataflow.expression.FieldAccess, java.lang.Object) protected volatile synthetic java.lang.Object visitClassName (org.checkerframework.errorprone.dataflow.expression.ClassName, java.lang.Object) protected volatile synthetic java.lang.Object visitBinaryOperation (org.checkerframework.errorprone.dataflow.expression.BinaryOperation, java.lang.Object) protected volatile synthetic java.lang.Object visitArrayCreation (org.checkerframework.errorprone.dataflow.expression.ArrayCreation, java.lang.Object) protected volatile synthetic java.lang.Object visitArrayAccess (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, java.lang.Object) private synthetic org.checkerframework.errorprone.dataflow.expression.JavaExpression lambda$convert$0 (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression expression }
org/checkerframework/errorprone/dataflow/expression/ArrayCreation.class
ArrayCreation.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.ArrayCreation extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final java.util.List dimensions protected final java.util.List initializers static final synthetic boolean $assertionsDisabled public void <init> (javax.lang.model.type.TypeMirror, java.util.List, java.util.List) javax.lang.model.type.TypeMirror type java.util.List dimensions java.util.List initializers public java.util.List getDimensions () public java.util.List getInitializers () public boolean containsOfClass (java.lang.Class) org.checkerframework.errorprone.dataflow.expression.JavaExpression n org.checkerframework.errorprone.dataflow.expression.JavaExpression n Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public int hashCode () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.ArrayCreation other public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.ArrayCreation other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public java.lang.String toString () org.checkerframework.errorprone.dataflow.expression.JavaExpression dim StringBuilder sb public java.lang.String toStringDebug () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p static void <clinit> () }
org/checkerframework/errorprone/dataflow/expression/JavaExpression$1.class
JavaExpression.java package org.checkerframework.errorprone.dataflow.expression synthetic org.checkerframework.errorprone.dataflow.expression.JavaExpression$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
org/checkerframework/errorprone/dataflow/expression/UnaryOperation$1.class
UnaryOperation.java package org.checkerframework.errorprone.dataflow.expression synthetic org.checkerframework.errorprone.dataflow.expression.UnaryOperation$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
org/checkerframework/errorprone/dataflow/expression/ArrayAccess.class
ArrayAccess.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.ArrayAccess extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final org.checkerframework.errorprone.dataflow.expression.JavaExpression array protected final org.checkerframework.errorprone.dataflow.expression.JavaExpression index public void <init> (javax.lang.model.type.TypeMirror, org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) javax.lang.model.type.TypeMirror type org.checkerframework.errorprone.dataflow.expression.JavaExpression array org.checkerframework.errorprone.dataflow.expression.JavaExpression index public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public org.checkerframework.errorprone.dataflow.expression.JavaExpression getArray () public org.checkerframework.errorprone.dataflow.expression.JavaExpression getIndex () public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.ArrayAccess other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.ArrayAccess other public int hashCode () public java.lang.String toString () StringBuilder result public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/MethodCall.class
MethodCall.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.MethodCall extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final javax.lang.model.element.ExecutableElement method protected final org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver protected final java.util.List arguments public void <init> (javax.lang.model.type.TypeMirror, javax.lang.model.element.ExecutableElement, org.checkerframework.errorprone.dataflow.expression.JavaExpression, java.util.List) javax.lang.model.type.TypeMirror type javax.lang.model.element.ExecutableElement method org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver java.util.List arguments public javax.lang.model.element.ExecutableElement getElement () public org.checkerframework.errorprone.dataflow.expression.JavaExpression getReceiver () public java.util.List getArguments () public boolean containsOfClass (java.lang.Class) org.checkerframework.errorprone.dataflow.expression.JavaExpression p Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.MethodCall other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression p org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.MethodCall other public int hashCode () public java.lang.String toString () org.checkerframework.errorprone.dataflow.expression.JavaExpression argument StringBuilder preParen String methodName java.util.StringJoiner result public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/FieldAccess.class
FieldAccess.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.FieldAccess extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver protected final javax.lang.model.element.VariableElement field public org.checkerframework.errorprone.dataflow.expression.JavaExpression getReceiver () public javax.lang.model.element.VariableElement getField () public void <init> (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode) org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode node public void <init> (org.checkerframework.errorprone.dataflow.expression.JavaExpression, javax.lang.model.element.VariableElement) org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver javax.lang.model.element.VariableElement fieldElement public void <init> (org.checkerframework.errorprone.dataflow.expression.JavaExpression, javax.lang.model.type.TypeMirror, javax.lang.model.element.VariableElement) org.checkerframework.errorprone.javacutil.BugInCF e org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver javax.lang.model.type.TypeMirror type javax.lang.model.element.VariableElement fieldElement String fieldName public boolean isFinal () public boolean isStatic () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.FieldAccess fa public int hashCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.FieldAccess other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public java.lang.String toString () public java.lang.String toStringDebug () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/ThisReference.class
ThisReference.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.ThisReference extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { public void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.String toString () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/ViewpointAdaptJavaExpression.class
ViewpointAdaptJavaExpression.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.ViewpointAdaptJavaExpression extends org.checkerframework.errorprone.dataflow.expression.JavaExpressionConverter { private final java.util.List args private final org.checkerframework.errorprone.dataflow.expression.JavaExpression thisReference public static org.checkerframework.errorprone.dataflow.expression.JavaExpression viewpointAdapt (org.checkerframework.errorprone.dataflow.expression.JavaExpression, java.util.List) org.checkerframework.errorprone.dataflow.expression.JavaExpression javaExpr java.util.List args public static org.checkerframework.errorprone.dataflow.expression.JavaExpression viewpointAdapt (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression javaExpr org.checkerframework.errorprone.dataflow.expression.JavaExpression thisReference public static org.checkerframework.errorprone.dataflow.expression.JavaExpression viewpointAdapt (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression, java.util.List) org.checkerframework.errorprone.dataflow.expression.JavaExpression javaExpr org.checkerframework.errorprone.dataflow.expression.JavaExpression thisReference java.util.List args private void <init> (org.checkerframework.errorprone.dataflow.expression.JavaExpression, java.util.List) org.checkerframework.errorprone.dataflow.expression.JavaExpression thisReference java.util.List args protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitThisReference (org.checkerframework.errorprone.dataflow.expression.ThisReference, java.lang.Void) org.checkerframework.errorprone.dataflow.expression.ThisReference thisExpr Void unused protected org.checkerframework.errorprone.dataflow.expression.JavaExpression visitFormalParameter (org.checkerframework.errorprone.dataflow.expression.FormalParameter, java.lang.Void) int index org.checkerframework.errorprone.dataflow.expression.FormalParameter parameterExpr Void unused protected volatile synthetic java.lang.Object visitThisReference (org.checkerframework.errorprone.dataflow.expression.ThisReference, java.lang.Object) protected volatile synthetic java.lang.Object visitFormalParameter (org.checkerframework.errorprone.dataflow.expression.FormalParameter, java.lang.Object) }
org/checkerframework/errorprone/dataflow/expression/JavaExpressionVisitor.class
JavaExpressionVisitor.java package org.checkerframework.errorprone.dataflow.expression public abstract org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor extends java.lang.Object { public void <init> () public java.lang.Object visit (org.checkerframework.errorprone.dataflow.expression.JavaExpression, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpression javaExpr Object p protected abstract java.lang.Object visitArrayAccess (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, java.lang.Object) protected abstract java.lang.Object visitArrayCreation (org.checkerframework.errorprone.dataflow.expression.ArrayCreation, java.lang.Object) protected abstract java.lang.Object visitBinaryOperation (org.checkerframework.errorprone.dataflow.expression.BinaryOperation, java.lang.Object) protected abstract java.lang.Object visitClassName (org.checkerframework.errorprone.dataflow.expression.ClassName, java.lang.Object) protected abstract java.lang.Object visitFieldAccess (org.checkerframework.errorprone.dataflow.expression.FieldAccess, java.lang.Object) protected abstract java.lang.Object visitFormalParameter (org.checkerframework.errorprone.dataflow.expression.FormalParameter, java.lang.Object) protected abstract java.lang.Object visitLocalVariable (org.checkerframework.errorprone.dataflow.expression.LocalVariable, java.lang.Object) protected abstract java.lang.Object visitMethodCall (org.checkerframework.errorprone.dataflow.expression.MethodCall, java.lang.Object) protected abstract java.lang.Object visitThisReference (org.checkerframework.errorprone.dataflow.expression.ThisReference, java.lang.Object) protected abstract java.lang.Object visitUnaryOperation (org.checkerframework.errorprone.dataflow.expression.UnaryOperation, java.lang.Object) protected abstract java.lang.Object visitUnknown (org.checkerframework.errorprone.dataflow.expression.Unknown, java.lang.Object) protected abstract java.lang.Object visitValueLiteral (org.checkerframework.errorprone.dataflow.expression.ValueLiteral, java.lang.Object) }
org/checkerframework/errorprone/dataflow/expression/JavaExpression.class
JavaExpression.java package org.checkerframework.errorprone.dataflow.expression public abstract org.checkerframework.errorprone.dataflow.expression.JavaExpression extends java.lang.Object { protected final javax.lang.model.type.TypeMirror type static final synthetic boolean $assertionsDisabled protected void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public javax.lang.model.type.TypeMirror getType () public abstract boolean containsOfClass (java.lang.Class) public boolean containsUnknown () public abstract boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) public static boolean listIsDeterministic (java.util.List, org.checkerframework.errorprone.javacutil.AnnotationProvider) java.util.List list org.checkerframework.errorprone.javacutil.AnnotationProvider provider public abstract boolean isUnassignableByOtherCode () public abstract boolean isUnmodifiableByOtherCode () public abstract boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) public static boolean syntacticEqualsList (java.util.List, java.util.List) org.checkerframework.errorprone.dataflow.expression.JavaExpression dim1 org.checkerframework.errorprone.dataflow.expression.JavaExpression dim2 int i java.util.List lst1 java.util.List lst2 public abstract boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) public static boolean listContainsSyntacticEqualJavaExpression (java.util.List, org.checkerframework.errorprone.dataflow.expression.JavaExpression) java.util.List list org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public java.lang.String toStringDebug () public static org.checkerframework.errorprone.dataflow.expression.JavaExpression fromNodeFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode) org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode node org.checkerframework.errorprone.dataflow.cfg.node.Node receiverNode String fieldName org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver public static org.checkerframework.errorprone.dataflow.expression.ArrayAccess fromArrayAccess (org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode) org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode node org.checkerframework.errorprone.dataflow.expression.JavaExpression array org.checkerframework.errorprone.dataflow.expression.JavaExpression index public static org.checkerframework.errorprone.dataflow.expression.JavaExpression fromNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode lv org.checkerframework.errorprone.dataflow.cfg.node.ArrayAccessNode a org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode uopn org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode bopn org.checkerframework.errorprone.dataflow.cfg.node.ClassNameNode cn org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode vn org.checkerframework.errorprone.dataflow.cfg.node.ArrayCreationNode an java.util.List dimensions java.util.List initializers org.checkerframework.errorprone.dataflow.expression.JavaExpression methodReceiver org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode mn com.sun.source.tree.MethodInvocationTree t javax.lang.model.element.ExecutableElement invokedMethod java.util.List parameters org.checkerframework.errorprone.dataflow.expression.JavaExpression methodReceiver org.checkerframework.errorprone.dataflow.cfg.node.Node receiverNode org.checkerframework.errorprone.dataflow.expression.JavaExpression result public static org.checkerframework.errorprone.dataflow.expression.JavaExpression fromTree (com.sun.source.tree.ExpressionTree) org.checkerframework.errorprone.dataflow.expression.JavaExpression result com.sun.source.tree.ArrayAccessTree a org.checkerframework.errorprone.dataflow.expression.JavaExpression arrayAccessExpression org.checkerframework.errorprone.dataflow.expression.JavaExpression index org.checkerframework.errorprone.dataflow.expression.JavaExpression result com.sun.source.tree.LiteralTree vn java.util.List dimensions com.sun.source.tree.ExpressionTree dimension java.util.List initializers com.sun.source.tree.ExpressionTree initializer org.checkerframework.errorprone.dataflow.expression.JavaExpression result com.sun.source.tree.NewArrayTree newArrayTree java.util.List dimensions java.util.List initializers javax.lang.model.element.TypeElement methodType org.checkerframework.errorprone.dataflow.expression.JavaExpression methodReceiver org.checkerframework.errorprone.dataflow.expression.JavaExpression result com.sun.source.tree.MethodInvocationTree mn javax.lang.model.element.ExecutableElement invokedMethod java.util.List parameters org.checkerframework.errorprone.dataflow.expression.JavaExpression methodReceiver javax.lang.model.type.TypeMirror resultType org.checkerframework.errorprone.dataflow.expression.JavaExpression result org.checkerframework.errorprone.dataflow.expression.JavaExpression result org.checkerframework.errorprone.dataflow.expression.JavaExpression result org.checkerframework.errorprone.dataflow.expression.JavaExpression result org.checkerframework.errorprone.dataflow.expression.JavaExpression result com.sun.source.tree.IdentifierTree identifierTree javax.lang.model.type.TypeMirror typeOfId javax.lang.model.element.Name identifierName javax.lang.model.element.Element ele org.checkerframework.errorprone.dataflow.expression.JavaExpression operand com.sun.source.tree.BinaryTree binaryTree org.checkerframework.errorprone.dataflow.expression.JavaExpression left org.checkerframework.errorprone.dataflow.expression.JavaExpression right com.sun.source.tree.ExpressionTree tree org.checkerframework.errorprone.dataflow.expression.JavaExpression result public static org.checkerframework.errorprone.dataflow.expression.JavaExpression fromVariableTree (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree private static org.checkerframework.errorprone.dataflow.expression.JavaExpression fromVariableElement (javax.lang.model.type.TypeMirror, javax.lang.model.element.VariableElement, com.sun.source.tree.Tree) org.checkerframework.errorprone.dataflow.expression.JavaExpression fieldAccessExpression org.checkerframework.errorprone.dataflow.expression.JavaExpression fieldAccessExpression javax.lang.model.type.TypeMirror enclosingTypeElement javax.lang.model.type.TypeMirror typeOfEle javax.lang.model.element.VariableElement ele com.sun.source.tree.Tree tree private static org.checkerframework.errorprone.dataflow.expression.JavaExpression fromMemberSelect (com.sun.source.tree.MemberSelectTree) javax.lang.model.type.TypeMirror selectType javax.lang.model.type.TypeMirror fieldType org.checkerframework.errorprone.dataflow.expression.JavaExpression je com.sun.source.tree.MemberSelectTree memberSelectTree javax.lang.model.type.TypeMirror expressionType javax.lang.model.element.Element ele public static java.util.List getParametersAsLocalVariables (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement methodEle public static java.util.List getFormalParameters (javax.lang.model.element.ExecutableElement) javax.lang.model.element.VariableElement variableElement javax.lang.model.element.ExecutableElement methodEle java.util.List parameters int oneBasedIndex public static org.checkerframework.errorprone.dataflow.expression.JavaExpression getReceiver (com.sun.source.tree.ExpressionTree) javax.lang.model.element.Element ele com.sun.source.tree.ExpressionTree accessTree com.sun.source.tree.ExpressionTree receiverTree public static org.checkerframework.errorprone.dataflow.expression.JavaExpression getImplicitReceiver (javax.lang.model.element.Element) javax.lang.model.element.Element ele javax.lang.model.element.TypeElement enclosingTypeElement javax.lang.model.type.TypeMirror enclosingType public static org.checkerframework.errorprone.dataflow.expression.JavaExpression getPseudoReceiver (com.sun.source.util.TreePath, javax.lang.model.type.TypeMirror) com.sun.source.util.TreePath path javax.lang.model.type.TypeMirror enclosingType public abstract java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) public org.checkerframework.errorprone.dataflow.expression.JavaExpression atFieldAccess (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression receiver public final org.checkerframework.errorprone.dataflow.expression.JavaExpression atMethodBody (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree methodTree java.util.List parametersJe public final org.checkerframework.errorprone.dataflow.expression.JavaExpression atMethodInvocation (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree methodInvocationTree org.checkerframework.errorprone.dataflow.expression.JavaExpression receiverJe java.util.List argumentsJe public final org.checkerframework.errorprone.dataflow.expression.JavaExpression atMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode) org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode invocationNode org.checkerframework.errorprone.dataflow.expression.JavaExpression receiverJe java.util.List argumentsJe public org.checkerframework.errorprone.dataflow.expression.JavaExpression atConstructorInvocation (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree newClassTree org.checkerframework.errorprone.dataflow.expression.JavaExpression receiverJe java.util.List argumentsJe private static java.util.List argumentTreesToJavaExpressions (javax.lang.model.element.ExecutableElement, java.util.List) int i int i java.util.List result java.util.List varargArgs javax.lang.model.element.Element varargsElement javax.lang.model.type.TypeMirror tm javax.lang.model.element.ExecutableElement method java.util.List argTrees private static boolean isVarArgsInvocation (javax.lang.model.element.ExecutableElement, java.util.List) javax.lang.model.element.ExecutableElement method java.util.List args javax.lang.model.type.TypeMirror lastArgType java.util.List paramElts javax.lang.model.element.VariableElement lastParamElt private static synthetic org.checkerframework.errorprone.dataflow.expression.JavaExpression lambda$atMethodBody$2 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree param private static synthetic boolean lambda$listContainsSyntacticEqualJavaExpression$1 (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other org.checkerframework.errorprone.dataflow.expression.JavaExpression je private static synthetic boolean lambda$listIsDeterministic$0 (org.checkerframework.errorprone.javacutil.AnnotationProvider, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.javacutil.AnnotationProvider provider org.checkerframework.errorprone.dataflow.expression.JavaExpression je static void <clinit> () }
org/checkerframework/errorprone/dataflow/expression/ValueLiteral.class
ValueLiteral.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.ValueLiteral extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final Object value private static final java.math.BigInteger NEGATIVE_LONG_MIN_VALUE static final synthetic boolean $assertionsDisabled public void <init> (javax.lang.model.type.TypeMirror, org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode) javax.lang.model.type.TypeMirror type org.checkerframework.errorprone.dataflow.cfg.node.ValueLiteralNode node public void <init> (javax.lang.model.type.TypeMirror, java.lang.Object) javax.lang.model.type.TypeMirror type Object value public org.checkerframework.errorprone.dataflow.expression.ValueLiteral negate () private java.lang.Object negateBoxedPrimitive (java.lang.Object) Object o public java.lang.Object getValue () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.expression.ValueLiteral other public java.lang.String toString () public int hashCode () public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p static void <clinit> () }
org/checkerframework/errorprone/dataflow/expression/JavaExpressionScanner.class
JavaExpressionScanner.java package org.checkerframework.errorprone.dataflow.expression public abstract org.checkerframework.errorprone.dataflow.expression.JavaExpressionScanner extends org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor { public void <init> () public void scan (org.checkerframework.errorprone.dataflow.expression.JavaExpression, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpression javaExpression Object p public void scan (java.util.List, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpression expression java.util.List expressions Object p protected java.lang.Void visitArrayAccess (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.ArrayAccess arrayAccessExpr Object p protected java.lang.Void visitArrayCreation (org.checkerframework.errorprone.dataflow.expression.ArrayCreation, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.ArrayCreation arrayCreationExpr Object p protected java.lang.Void visitBinaryOperation (org.checkerframework.errorprone.dataflow.expression.BinaryOperation, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.BinaryOperation binaryOpExpr Object p protected java.lang.Void visitClassName (org.checkerframework.errorprone.dataflow.expression.ClassName, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.ClassName classNameExpr Object p protected java.lang.Void visitFormalParameter (org.checkerframework.errorprone.dataflow.expression.FormalParameter, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.FormalParameter parameterExpr Object p protected java.lang.Void visitFieldAccess (org.checkerframework.errorprone.dataflow.expression.FieldAccess, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.FieldAccess fieldAccessExpr Object p protected java.lang.Void visitLocalVariable (org.checkerframework.errorprone.dataflow.expression.LocalVariable, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.LocalVariable localVarExpr Object p protected java.lang.Void visitMethodCall (org.checkerframework.errorprone.dataflow.expression.MethodCall, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.MethodCall methodCallExpr Object p protected java.lang.Void visitThisReference (org.checkerframework.errorprone.dataflow.expression.ThisReference, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.ThisReference thisExpr Object p protected java.lang.Void visitUnaryOperation (org.checkerframework.errorprone.dataflow.expression.UnaryOperation, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.UnaryOperation unaryOpExpr Object p protected java.lang.Void visitUnknown (org.checkerframework.errorprone.dataflow.expression.Unknown, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.Unknown unknownExpr Object p protected java.lang.Void visitValueLiteral (org.checkerframework.errorprone.dataflow.expression.ValueLiteral, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.ValueLiteral literalExpr Object p protected volatile synthetic java.lang.Object visitValueLiteral (org.checkerframework.errorprone.dataflow.expression.ValueLiteral, java.lang.Object) protected volatile synthetic java.lang.Object visitUnknown (org.checkerframework.errorprone.dataflow.expression.Unknown, java.lang.Object) protected volatile synthetic java.lang.Object visitUnaryOperation (org.checkerframework.errorprone.dataflow.expression.UnaryOperation, java.lang.Object) protected volatile synthetic java.lang.Object visitThisReference (org.checkerframework.errorprone.dataflow.expression.ThisReference, java.lang.Object) protected volatile synthetic java.lang.Object visitMethodCall (org.checkerframework.errorprone.dataflow.expression.MethodCall, java.lang.Object) protected volatile synthetic java.lang.Object visitLocalVariable (org.checkerframework.errorprone.dataflow.expression.LocalVariable, java.lang.Object) protected volatile synthetic java.lang.Object visitFormalParameter (org.checkerframework.errorprone.dataflow.expression.FormalParameter, java.lang.Object) protected volatile synthetic java.lang.Object visitFieldAccess (org.checkerframework.errorprone.dataflow.expression.FieldAccess, java.lang.Object) protected volatile synthetic java.lang.Object visitClassName (org.checkerframework.errorprone.dataflow.expression.ClassName, java.lang.Object) protected volatile synthetic java.lang.Object visitBinaryOperation (org.checkerframework.errorprone.dataflow.expression.BinaryOperation, java.lang.Object) protected volatile synthetic java.lang.Object visitArrayCreation (org.checkerframework.errorprone.dataflow.expression.ArrayCreation, java.lang.Object) protected volatile synthetic java.lang.Object visitArrayAccess (org.checkerframework.errorprone.dataflow.expression.ArrayAccess, java.lang.Object) }
org/checkerframework/errorprone/dataflow/expression/UnaryOperation.class
UnaryOperation.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.UnaryOperation extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { protected final com.sun.source.tree.Tree$Kind operationKind protected final org.checkerframework.errorprone.dataflow.expression.JavaExpression operand public void <init> (javax.lang.model.type.TypeMirror, com.sun.source.tree.Tree$Kind, org.checkerframework.errorprone.dataflow.expression.JavaExpression) javax.lang.model.type.TypeMirror type com.sun.source.tree.Tree$Kind operationKind org.checkerframework.errorprone.dataflow.expression.JavaExpression operand public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode node org.checkerframework.errorprone.dataflow.expression.JavaExpression operand public com.sun.source.tree.Tree$Kind getOperationKind () public org.checkerframework.errorprone.dataflow.expression.JavaExpression getOperand () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je org.checkerframework.errorprone.dataflow.expression.UnaryOperation other public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public int hashCode () public boolean equals (java.lang.Object) Object other org.checkerframework.errorprone.dataflow.expression.UnaryOperation unOp public java.lang.String toString () String operandString public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/errorprone/dataflow/expression/Unknown.class
Unknown.java package org.checkerframework.errorprone.dataflow.expression public org.checkerframework.errorprone.dataflow.expression.Unknown extends org.checkerframework.errorprone.dataflow.expression.JavaExpression { private final String originalExpression public void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public void <init> (javax.lang.model.type.TypeMirror, java.lang.String) javax.lang.model.type.TypeMirror type String originalExpression public void <init> (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node public boolean equals (java.lang.Object) Object obj public int hashCode () public java.lang.String toString () public boolean containsOfClass (java.lang.Class) Class clazz public boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider) org.checkerframework.errorprone.javacutil.AnnotationProvider provider public boolean isUnassignableByOtherCode () public boolean isUnmodifiableByOtherCode () public boolean syntacticEquals (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression je public boolean containsSyntacticEqualJavaExpression (org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression other public boolean containsModifiableAliasOf (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.expression.JavaExpression other public java.lang.Object accept (org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor, java.lang.Object) org.checkerframework.errorprone.dataflow.expression.JavaExpressionVisitor visitor Object p }
org/checkerframework/dataflow/livevariable/
org/checkerframework/errorprone/dataflow/livevariable/LiveVarNode.class
LiveVarNode.java package org.checkerframework.errorprone.dataflow.livevariable public org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode extends java.lang.Object { protected final org.checkerframework.errorprone.dataflow.cfg.node.Node liveVariable static final synthetic boolean $assertionsDisabled public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node n public int hashCode () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode other public java.lang.String toString () static void <clinit> () }
org/checkerframework/errorprone/dataflow/livevariable/LiveVarTransfer.class
LiveVarTransfer.java package org.checkerframework.errorprone.dataflow.livevariable public org.checkerframework.errorprone.dataflow.livevariable.LiveVarTransfer extends org.checkerframework.errorprone.dataflow.cfg.node.AbstractNodeVisitor implements org.checkerframework.errorprone.dataflow.analysis.BackwardTransferFunction { public void <init> () public org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore initialNormalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List returnNodes public org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore initialExceptionalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.TransferInput p public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node arg org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore store public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node arg org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore store public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore store org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.node.Node result private void processLiveVarInAssignment (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore) org.checkerframework.errorprone.dataflow.cfg.node.Node variable org.checkerframework.errorprone.dataflow.cfg.node.Node expression org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore store public volatile synthetic java.lang.Object visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.lang.Object) public volatile synthetic java.lang.Object visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.lang.Object) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialExceptionalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialNormalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) }
org/checkerframework/errorprone/dataflow/livevariable/LiveVarStore.class
LiveVarStore.java package org.checkerframework.errorprone.dataflow.livevariable public org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Store { private final java.util.Set liveVarNodeSet public void <init> () public void <init> (java.util.Set) java.util.Set liveVarNodeSet public void putLiveVar (org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode) org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode variable public void killLiveVar (org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode) org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode variable public void addUseInExpression (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode liveVarValue org.checkerframework.errorprone.dataflow.cfg.node.UnaryOperationNode unaryNode org.checkerframework.errorprone.dataflow.cfg.node.TernaryExpressionNode ternaryNode org.checkerframework.errorprone.dataflow.cfg.node.TypeCastNode typeCastNode org.checkerframework.errorprone.dataflow.cfg.node.InstanceOfNode instanceOfNode org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode binaryNode org.checkerframework.errorprone.dataflow.cfg.node.Node expression public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore other public int hashCode () public org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore copy () public org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore leastUpperBound (org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore) org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore other java.util.Set liveVarNodeSetLub public org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore widenedUpperBound (org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore) org.checkerframework.errorprone.dataflow.livevariable.LiveVarStore previous public boolean canAlias (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression a org.checkerframework.errorprone.dataflow.expression.JavaExpression b public java.lang.String visualize (org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer) org.checkerframework.errorprone.dataflow.livevariable.LiveVarNode liveVar org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer viz String key java.util.StringJoiner sjStoreVal public java.lang.String toString () public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store widenedUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store copy () }
org/checkerframework/dataflow/reachingdef/
org/checkerframework/errorprone/dataflow/reachingdef/ReachingDefinitionStore.class
ReachingDefinitionStore.java package org.checkerframework.errorprone.dataflow.reachingdef public org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Store { private final java.util.Set reachingDefSet public void <init> () public void <init> (java.util.LinkedHashSet) java.util.LinkedHashSet reachingDefSet public void killDef (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionNode generatedDefNode org.checkerframework.errorprone.dataflow.cfg.node.Node defTarget java.util.Iterator it public void putDef (org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionNode) org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionNode def public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore other public int hashCode () public org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore copy () public org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore leastUpperBound (org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore) org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore other java.util.LinkedHashSet reachingDefSetLub public org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore widenedUpperBound (org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore) org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore previous public boolean canAlias (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression a org.checkerframework.errorprone.dataflow.expression.JavaExpression b public java.lang.String visualize (org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer) org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionNode reachDefNode org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer viz String key java.util.StringJoiner sjStoreVal public java.lang.String toString () public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store widenedUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store copy () }
org/checkerframework/errorprone/dataflow/reachingdef/ReachingDefinitionTransfer.class
ReachingDefinitionTransfer.java package org.checkerframework.errorprone.dataflow.reachingdef public org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionTransfer extends org.checkerframework.errorprone.dataflow.cfg.node.AbstractNodeVisitor implements org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction { public void <init> () public org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List parameters public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.TransferInput p public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult private void processDefinition (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode def org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionStore store public volatile synthetic java.lang.Object visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.lang.Object) public volatile synthetic java.lang.Object visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.lang.Object) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) }
org/checkerframework/errorprone/dataflow/reachingdef/ReachingDefinitionNode.class
ReachingDefinitionNode.java package org.checkerframework.errorprone.dataflow.reachingdef public org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionNode extends java.lang.Object { protected final org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode def public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode n public int hashCode () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.reachingdef.ReachingDefinitionNode other public java.lang.String toString () }
org/checkerframework/dataflow/constantpropagation/
org/checkerframework/errorprone/dataflow/constantpropagation/ConstantPropagationTransfer.class
ConstantPropagationTransfer.java package org.checkerframework.errorprone.dataflow.constantpropagation public org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationTransfer extends org.checkerframework.errorprone.dataflow.cfg.node.AbstractNodeVisitor implements org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction { public void <init> () public org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List parameters org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore store public org.checkerframework.errorprone.dataflow.analysis.TransferResult visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node org.checkerframework.errorprone.dataflow.analysis.TransferInput before org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore store org.checkerframework.errorprone.dataflow.constantpropagation.Constant value public org.checkerframework.errorprone.dataflow.analysis.TransferResult visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.TransferInput p public org.checkerframework.errorprone.dataflow.analysis.TransferResult visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode t org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput pi org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore p org.checkerframework.errorprone.dataflow.cfg.node.Node target org.checkerframework.errorprone.dataflow.constantpropagation.Constant info public org.checkerframework.errorprone.dataflow.analysis.TransferResult visitIntegerLiteral (org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput pi org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore p org.checkerframework.errorprone.dataflow.constantpropagation.Constant c public org.checkerframework.errorprone.dataflow.analysis.TransferResult visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput pi org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore p org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore old org.checkerframework.errorprone.dataflow.cfg.node.Node left org.checkerframework.errorprone.dataflow.cfg.node.Node right protected void process (org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore p org.checkerframework.errorprone.dataflow.cfg.node.Node a org.checkerframework.errorprone.dataflow.cfg.node.Node b org.checkerframework.errorprone.dataflow.constantpropagation.Constant val public volatile synthetic java.lang.Object visitLocalVariable (org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.lang.Object) public volatile synthetic java.lang.Object visitEqualTo (org.checkerframework.errorprone.dataflow.cfg.node.EqualToNode, java.lang.Object) public volatile synthetic java.lang.Object visitIntegerLiteral (org.checkerframework.errorprone.dataflow.cfg.node.IntegerLiteralNode, java.lang.Object) public volatile synthetic java.lang.Object visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.lang.Object) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) }
org/checkerframework/errorprone/dataflow/constantpropagation/Constant$1.class
Constant.java package org.checkerframework.errorprone.dataflow.constantpropagation synthetic org.checkerframework.errorprone.dataflow.constantpropagation.Constant$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$constantpropagation$Constant$Type static void <clinit> () }
org/checkerframework/errorprone/dataflow/constantpropagation/Constant$Type.class
Constant.java package org.checkerframework.errorprone.dataflow.constantpropagation public final enum org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type CONSTANT public static final enum org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type TOP public static final enum org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type BOTTOM private static final synthetic org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type[] $VALUES public static org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type[] values () public static org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/constantpropagation/Constant.class
Constant.java package org.checkerframework.errorprone.dataflow.constantpropagation public org.checkerframework.errorprone.dataflow.constantpropagation.Constant extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.AbstractValue { protected final org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type type protected Integer value static final synthetic boolean $assertionsDisabled public void <init> (org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type) org.checkerframework.errorprone.dataflow.constantpropagation.Constant$Type type public void <init> (java.lang.Integer) Integer value public boolean isTop () public boolean isBottom () public boolean isConstant () public java.lang.Integer getValue () public org.checkerframework.errorprone.dataflow.constantpropagation.Constant copy () public org.checkerframework.errorprone.dataflow.constantpropagation.Constant leastUpperBound (org.checkerframework.errorprone.dataflow.constantpropagation.Constant) org.checkerframework.errorprone.dataflow.constantpropagation.Constant other public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.constantpropagation.Constant other public int hashCode () public java.lang.String toString () public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.AbstractValue leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) static void <clinit> () }
org/checkerframework/errorprone/dataflow/constantpropagation/ConstantPropagationStore.class
ConstantPropagationStore.java package org.checkerframework.errorprone.dataflow.constantpropagation public org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Store { private final java.util.Map contents static final synthetic boolean $assertionsDisabled public void <init> () protected void <init> (java.util.Map) java.util.Map contents public org.checkerframework.errorprone.dataflow.constantpropagation.Constant getInformation (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node n public void mergeInformation (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.constantpropagation.Constant) org.checkerframework.errorprone.dataflow.constantpropagation.Constant value org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.constantpropagation.Constant val org.checkerframework.errorprone.dataflow.constantpropagation.Constant value public void setInformation (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.constantpropagation.Constant) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.constantpropagation.Constant val public org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore copy () public org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore leastUpperBound (org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.constantpropagation.Constant otherVal java.util.Map$Entry e org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.constantpropagation.Constant thisVal java.util.Map$Entry e org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore other java.util.Map newContents public org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore widenedUpperBound (org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore) org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore previous public boolean equals (java.lang.Object) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.constantpropagation.Constant otherVal java.util.Map$Entry e org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.constantpropagation.Constant thisVal java.util.Map$Entry e Object o org.checkerframework.errorprone.dataflow.constantpropagation.ConstantPropagationStore other public int hashCode () java.util.Map$Entry e int s public java.lang.String toString () java.util.Map$Entry e java.util.Map contentsLocalVars public boolean canAlias (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression a org.checkerframework.errorprone.dataflow.expression.JavaExpression b public java.lang.String visualize (org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer) org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer viz public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store widenedUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store copy () static void <clinit> () }
org/checkerframework/dataflow/util/
org/checkerframework/errorprone/dataflow/util/NodeUtils.class
NodeUtils.java package org.checkerframework.errorprone.dataflow.util public org.checkerframework.errorprone.dataflow.util.NodeUtils extends java.lang.Object { public void <init> () public static boolean isBooleanTypeNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.Tree tree com.sun.tools.javac.code.Type type public static boolean isArrayLengthFieldAccess (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode fieldAccess public static boolean isMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.Node, javax.lang.model.element.ExecutableElement, javax.annotation.processing.ProcessingEnvironment) org.checkerframework.errorprone.dataflow.cfg.node.Node node javax.lang.model.element.ExecutableElement method javax.annotation.processing.ProcessingEnvironment env javax.lang.model.element.ExecutableElement invoked public static boolean isConstantBoolean (org.checkerframework.errorprone.dataflow.cfg.node.Node, boolean) org.checkerframework.errorprone.dataflow.cfg.node.Node n boolean value public static org.checkerframework.errorprone.dataflow.cfg.node.Node removeCasts (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node }
org/checkerframework/errorprone/dataflow/util/PurityChecker$1.class
PurityChecker.java package org.checkerframework.errorprone.dataflow.util synthetic org.checkerframework.errorprone.dataflow.util.PurityChecker$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
org/checkerframework/errorprone/dataflow/util/PurityChecker.class
PurityChecker.java package org.checkerframework.errorprone.dataflow.util public org.checkerframework.errorprone.dataflow.util.PurityChecker extends java.lang.Object { public void <init> () public static org.checkerframework.errorprone.dataflow.util.PurityChecker$PurityResult checkPurity (com.sun.source.util.TreePath, org.checkerframework.errorprone.javacutil.AnnotationProvider, boolean, boolean) com.sun.source.util.TreePath statement org.checkerframework.errorprone.javacutil.AnnotationProvider annoProvider boolean assumeSideEffectFree boolean assumeDeterministic org.checkerframework.errorprone.dataflow.util.PurityChecker$PurityCheckerHelper helper }
org/checkerframework/errorprone/dataflow/util/PurityChecker$PurityResult.class
PurityChecker.java package org.checkerframework.errorprone.dataflow.util public org.checkerframework.errorprone.dataflow.util.PurityChecker$PurityResult extends java.lang.Object { protected final java.util.List notSEFreeReasons protected final java.util.List notDetReasons protected final java.util.List notBothReasons protected java.util.EnumSet kinds public void <init> () public java.util.EnumSet getKinds () public boolean isPure (java.util.EnumSet) java.util.EnumSet otherKinds public java.util.List getNotSEFreeReasons () public void addNotSEFreeReason (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree t String msgId public java.util.List getNotDetReasons () public void addNotDetReason (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree t String msgId public java.util.List getNotBothReasons () public void addNotBothReason (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree t String msgId public java.lang.String toString () }
org/checkerframework/errorprone/dataflow/util/PurityUtils.class
PurityUtils.java package org.checkerframework.errorprone.dataflow.util public org.checkerframework.errorprone.dataflow.util.PurityUtils extends java.lang.Object { public void <init> () public static boolean hasPurityAnnotation (org.checkerframework.errorprone.javacutil.AnnotationProvider, com.sun.source.tree.MethodTree) org.checkerframework.errorprone.javacutil.AnnotationProvider provider com.sun.source.tree.MethodTree methodTree public static boolean hasPurityAnnotation (org.checkerframework.errorprone.javacutil.AnnotationProvider, javax.lang.model.element.ExecutableElement) org.checkerframework.errorprone.javacutil.AnnotationProvider provider javax.lang.model.element.ExecutableElement methodElement public static boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider, com.sun.source.tree.MethodTree) org.checkerframework.errorprone.javacutil.AnnotationProvider provider com.sun.source.tree.MethodTree methodTree javax.lang.model.element.ExecutableElement methodElement public static boolean isDeterministic (org.checkerframework.errorprone.javacutil.AnnotationProvider, javax.lang.model.element.ExecutableElement) org.checkerframework.errorprone.javacutil.AnnotationProvider provider javax.lang.model.element.ExecutableElement methodElement java.util.EnumSet kinds public static boolean isSideEffectFree (org.checkerframework.errorprone.javacutil.AnnotationProvider, com.sun.source.tree.MethodTree) org.checkerframework.errorprone.javacutil.AnnotationProvider provider com.sun.source.tree.MethodTree methodTree javax.lang.model.element.ExecutableElement methodElement public static boolean isSideEffectFree (org.checkerframework.errorprone.javacutil.AnnotationProvider, javax.lang.model.element.ExecutableElement) org.checkerframework.errorprone.javacutil.AnnotationProvider provider javax.lang.model.element.ExecutableElement methodElement java.util.EnumSet kinds public static java.util.EnumSet getPurityKinds (org.checkerframework.errorprone.javacutil.AnnotationProvider, com.sun.source.tree.MethodTree) org.checkerframework.errorprone.javacutil.AnnotationProvider provider com.sun.source.tree.MethodTree methodTree javax.lang.model.element.ExecutableElement methodElement public static java.util.EnumSet getPurityKinds (org.checkerframework.errorprone.javacutil.AnnotationProvider, javax.lang.model.element.ExecutableElement) org.checkerframework.errorprone.javacutil.AnnotationProvider provider javax.lang.model.element.ExecutableElement methodElement javax.lang.model.element.AnnotationMirror pureAnnotation javax.lang.model.element.AnnotationMirror sefAnnotation javax.lang.model.element.AnnotationMirror detAnnotation java.util.EnumSet result }
org/checkerframework/errorprone/dataflow/util/PurityChecker$PurityCheckerHelper.class
PurityChecker.java package org.checkerframework.errorprone.dataflow.util public org.checkerframework.errorprone.dataflow.util.PurityChecker$PurityCheckerHelper extends com.sun.source.util.TreePathScanner { org.checkerframework.errorprone.dataflow.util.PurityChecker$PurityResult purityResult protected final org.checkerframework.errorprone.javacutil.AnnotationProvider annoProvider private final boolean assumeSideEffectFree private final boolean assumeDeterministic private static final java.util.EnumSet detAndSeFree static final synthetic boolean $assertionsDisabled public void <init> (org.checkerframework.errorprone.javacutil.AnnotationProvider, boolean, boolean) org.checkerframework.errorprone.javacutil.AnnotationProvider annoProvider boolean assumeSideEffectFree boolean assumeDeterministic public java.lang.Void visitCatch (com.sun.source.tree.CatchTree, java.lang.Void) com.sun.source.tree.CatchTree tree Void ignore public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) java.util.EnumSet purityKinds boolean det boolean seFree com.sun.source.tree.MethodInvocationTree tree Void ignore javax.lang.model.element.ExecutableElement elt public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void ignore com.sun.source.tree.Tree parent boolean okThrowDeterministic javax.lang.model.element.ExecutableElement ctorElement boolean deterministic boolean sideEffectFree public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void ignore com.sun.source.tree.ExpressionTree variable public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.ExpressionTree expression com.sun.source.tree.UnaryTree tree Void ignore protected void assignmentCheck (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree variable protected boolean isLocalVariable (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree variable public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.source.tree.CompoundAssignmentTree tree Void ignore com.sun.source.tree.ExpressionTree variable public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) static void <clinit> () }
org/checkerframework/dataflow/analysis/
org/checkerframework/errorprone/dataflow/analysis/BackwardAnalysis.class
BackwardAnalysis.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.BackwardAnalysis extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Analysis { public abstract org.checkerframework.errorprone.dataflow.analysis.Store getEntryStore () }
org/checkerframework/errorprone/dataflow/analysis/ForwardAnalysis.class
ForwardAnalysis.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.ForwardAnalysis extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Analysis { public abstract java.util.List getReturnStatementStores () }
org/checkerframework/errorprone/dataflow/analysis/ConditionalTransferResult.class
ConditionalTransferResult.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.ConditionalTransferResult extends org.checkerframework.errorprone.dataflow.analysis.TransferResult { private final boolean storeChanged protected final org.checkerframework.errorprone.dataflow.analysis.Store thenStore protected final org.checkerframework.errorprone.dataflow.analysis.Store elseStore public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store, boolean) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store thenStore org.checkerframework.errorprone.dataflow.analysis.Store elseStore boolean storeChanged public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store thenStore org.checkerframework.errorprone.dataflow.analysis.Store elseStore public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store, java.util.Map) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store thenStore org.checkerframework.errorprone.dataflow.analysis.Store elseStore java.util.Map exceptionalStores public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store, java.util.Map, boolean) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store thenStore org.checkerframework.errorprone.dataflow.analysis.Store elseStore java.util.Map exceptionalStores boolean storeChanged public org.checkerframework.errorprone.dataflow.analysis.Store getRegularStore () public org.checkerframework.errorprone.dataflow.analysis.Store getThenStore () public org.checkerframework.errorprone.dataflow.analysis.Store getElseStore () public boolean containsTwoStores () public java.lang.String toString () java.util.StringJoiner result public boolean storeChanged () }
org/checkerframework/errorprone/dataflow/analysis/TransferInput.class
TransferInput.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.TransferInput extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.UniqueId { protected org.checkerframework.errorprone.dataflow.cfg.node.Node node protected final org.checkerframework.errorprone.dataflow.analysis.Store store protected final org.checkerframework.errorprone.dataflow.analysis.Store thenStore protected final org.checkerframework.errorprone.dataflow.analysis.Store elseStore protected final org.checkerframework.errorprone.dataflow.analysis.Analysis analysis private static final java.util.concurrent.atomic.AtomicLong nextUid private final transient long uid static final synthetic boolean $assertionsDisabled public long getUid () private void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Analysis) org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.Store store org.checkerframework.errorprone.dataflow.analysis.Store thenStore org.checkerframework.errorprone.dataflow.analysis.Store elseStore org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis, org.checkerframework.errorprone.dataflow.analysis.TransferResult) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.Analysis analysis org.checkerframework.errorprone.dataflow.analysis.TransferResult to public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis, org.checkerframework.errorprone.dataflow.analysis.Store) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.Analysis analysis org.checkerframework.errorprone.dataflow.analysis.Store s public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.Analysis analysis org.checkerframework.errorprone.dataflow.analysis.Store s1 org.checkerframework.errorprone.dataflow.analysis.Store s2 protected void <init> (org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.analysis.TransferInput from public org.checkerframework.errorprone.dataflow.cfg.node.Node getNode () public org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValueOfSubNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node n public org.checkerframework.errorprone.dataflow.analysis.Store getRegularStore () public org.checkerframework.errorprone.dataflow.analysis.Store getThenStore () public org.checkerframework.errorprone.dataflow.analysis.Store getElseStore () public boolean containsTwoStores () public org.checkerframework.errorprone.dataflow.analysis.TransferInput copy () public org.checkerframework.errorprone.dataflow.analysis.TransferInput leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.analysis.Store newThenStore org.checkerframework.errorprone.dataflow.analysis.Store newElseStore org.checkerframework.errorprone.dataflow.analysis.TransferInput other public boolean equals (java.lang.Object) org.checkerframework.errorprone.dataflow.analysis.TransferInput other Object o public int hashCode () public java.lang.String toString () static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/ForwardTransferFunction.class
ForwardTransferFunction.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.TransferFunction { public abstract org.checkerframework.errorprone.dataflow.analysis.Store initialStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) }
org/checkerframework/errorprone/dataflow/analysis/UnusedAbstractValue.class
UnusedAbstractValue.java package org.checkerframework.errorprone.dataflow.analysis public final org.checkerframework.errorprone.dataflow.analysis.UnusedAbstractValue extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.AbstractValue { private void <init> () public org.checkerframework.errorprone.dataflow.analysis.UnusedAbstractValue leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.UnusedAbstractValue) org.checkerframework.errorprone.dataflow.analysis.UnusedAbstractValue other public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.AbstractValue leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) }
org/checkerframework/errorprone/dataflow/analysis/AbstractAnalysis.class
AbstractAnalysis.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Analysis { protected final org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction direction protected boolean isRunning protected org.checkerframework.errorprone.dataflow.analysis.TransferFunction transferFunction protected org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg protected final java.util.IdentityHashMap inputs protected final org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist worklist protected final java.util.IdentityHashMap nodeValues protected final java.util.HashMap finalLocalValues protected org.checkerframework.errorprone.dataflow.cfg.node.Node currentNode protected com.sun.source.tree.Tree currentTree protected org.checkerframework.errorprone.dataflow.analysis.TransferInput currentInput static final synthetic boolean $assertionsDisabled public com.sun.source.tree.Tree getCurrentTree () public void setCurrentTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree currentTree protected void setCurrentNode (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node currentNode protected void <init> (org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction) org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction direction protected abstract void initInitialInputs () protected abstract void propagateStoresTo (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput, org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule, boolean) public boolean isRunning () public org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction getDirection () public org.checkerframework.errorprone.dataflow.analysis.AnalysisResult getResult () public org.checkerframework.errorprone.dataflow.analysis.TransferFunction getTransferFunction () public org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValue (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node n public java.util.IdentityHashMap getNodeValues () void setNodeValues (java.util.IdentityHashMap) java.util.IdentityHashMap in public org.checkerframework.errorprone.dataflow.analysis.Store getRegularExitStore () org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock regularExitBlock public org.checkerframework.errorprone.dataflow.analysis.Store getExceptionalExitStore () org.checkerframework.errorprone.dataflow.analysis.Store exceptionalExitStore org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock exceptionalExitBlock public java.util.Set getNodesForTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree t public org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValue (com.sun.source.tree.Tree) com.sun.source.tree.Tree t org.checkerframework.errorprone.dataflow.analysis.AbstractValue result private org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValue (java.util.Set) org.checkerframework.errorprone.dataflow.analysis.AbstractValue v org.checkerframework.errorprone.dataflow.cfg.node.Node aNode java.util.Set nodes org.checkerframework.errorprone.dataflow.analysis.AbstractValue merged public com.sun.source.tree.MethodTree getContainingMethod (com.sun.source.tree.Tree) com.sun.source.tree.Tree t public com.sun.source.tree.ClassTree getContainingClass (com.sun.source.tree.Tree) com.sun.source.tree.Tree t protected org.checkerframework.errorprone.dataflow.analysis.TransferResult callTransferFunction (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.analysis.AbstractValue resval org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode lhs javax.lang.model.element.VariableElement elem org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode assignment org.checkerframework.errorprone.dataflow.cfg.node.Node lhst org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferInput transferInput org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult protected final void init (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg protected boolean isIgnoredExceptionType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror exceptionType protected void initFields (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg protected boolean updateNodeValues (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferResult) org.checkerframework.errorprone.dataflow.analysis.AbstractValue oldVal org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.analysis.AbstractValue newVal boolean nodeValueChanged protected static java.lang.Object readFromStore (java.util.Map, org.checkerframework.errorprone.dataflow.cfg.block.Block) java.util.Map stores org.checkerframework.errorprone.dataflow.cfg.block.Block b protected void addToWorklist (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/Store$FlowRule.class
Store.java package org.checkerframework.errorprone.dataflow.analysis public final enum org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule EACH_TO_EACH public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule THEN_TO_BOTH public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule ELSE_TO_BOTH public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule THEN_TO_THEN public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule ELSE_TO_ELSE private static final synthetic org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule[] $VALUES public static org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule[] values () public static org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/ForwardAnalysisImpl$1.class
ForwardAnalysisImpl.java package org.checkerframework.errorprone.dataflow.analysis synthetic org.checkerframework.errorprone.dataflow.analysis.ForwardAnalysisImpl$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$cfg$block$Block$BlockType static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$cfg$UnderlyingAST$Kind static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$analysis$Store$FlowRule static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$analysis$Store$Kind static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/ForwardAnalysisImpl.class
ForwardAnalysisImpl.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.ForwardAnalysisImpl extends org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis implements org.checkerframework.errorprone.dataflow.analysis.ForwardAnalysis { protected final java.util.IdentityHashMap blockCount protected final int maxCountBeforeWidening protected final java.util.IdentityHashMap thenStores protected final java.util.IdentityHashMap elseStores protected final java.util.IdentityHashMap storesAtReturnStatements static final synthetic boolean $assertionsDisabled public void <init> (int) int maxCountBeforeWidening public void <init> (org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction) org.checkerframework.errorprone.dataflow.analysis.ForwardTransferFunction transfer public void performAnalysis (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.block.Block b org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg public void performAnalysisBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.cfg.block.RegularBlock rb org.checkerframework.errorprone.dataflow.analysis.TransferInput inputBefore org.checkerframework.errorprone.dataflow.cfg.node.Node lastNode boolean addToWorklistAgain org.checkerframework.errorprone.dataflow.cfg.block.Block succ org.checkerframework.errorprone.dataflow.cfg.block.Block exceptionSucc org.checkerframework.errorprone.dataflow.cfg.block.Block exceptionSucc javax.lang.model.type.TypeMirror cause org.checkerframework.errorprone.dataflow.analysis.Store exceptionalStore java.util.Map$Entry e org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock eb org.checkerframework.errorprone.dataflow.analysis.TransferInput inputBefore org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult boolean addToWorklistAgain org.checkerframework.errorprone.dataflow.cfg.block.Block succ org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock cb org.checkerframework.errorprone.dataflow.analysis.TransferInput inputBefore org.checkerframework.errorprone.dataflow.analysis.TransferInput input org.checkerframework.errorprone.dataflow.cfg.block.Block thenSucc org.checkerframework.errorprone.dataflow.cfg.block.Block elseSucc org.checkerframework.errorprone.dataflow.analysis.TransferInput input org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock sb org.checkerframework.errorprone.dataflow.cfg.block.Block succ org.checkerframework.errorprone.dataflow.cfg.block.Block b public org.checkerframework.errorprone.dataflow.analysis.TransferInput getInput (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b public java.util.List getReturnStatementStores () public org.checkerframework.errorprone.dataflow.analysis.Store runAnalysisFor (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter, org.checkerframework.errorprone.dataflow.analysis.TransferInput, java.util.IdentityHashMap, java.util.Map) java.util.IdentityHashMap cache org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.block.RegularBlock rb org.checkerframework.errorprone.dataflow.analysis.TransferInput store org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock eb org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter preOrPost org.checkerframework.errorprone.dataflow.analysis.TransferInput blockTransferInput java.util.IdentityHashMap nodeValues java.util.Map analysisCaches org.checkerframework.errorprone.dataflow.cfg.block.Block block org.checkerframework.errorprone.dataflow.cfg.node.Node oldCurrentNode java.util.IdentityHashMap cache protected void initFields (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg protected void initInitialInputs () org.checkerframework.errorprone.dataflow.cfg.block.Block entry org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List parameters org.checkerframework.errorprone.dataflow.analysis.Store initialStore private java.util.List getParameters (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) com.sun.source.tree.MethodTree tree com.sun.source.tree.LambdaExpressionTree lambda org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST protected org.checkerframework.errorprone.dataflow.analysis.TransferResult callTransferFunction (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferInput input org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult protected void propagateStoresTo (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput, org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule, boolean) org.checkerframework.errorprone.dataflow.cfg.block.Block succ org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferInput currentInput org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule boolean addToWorklistAgain protected void addStoreBefore (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store$Kind, boolean) Integer count org.checkerframework.errorprone.dataflow.analysis.Store newThenStore org.checkerframework.errorprone.dataflow.analysis.Store newElseStore org.checkerframework.errorprone.dataflow.analysis.Store newStore boolean storeChanged org.checkerframework.errorprone.dataflow.analysis.Store newThenStore org.checkerframework.errorprone.dataflow.analysis.Store newElseStore boolean sameStore org.checkerframework.errorprone.dataflow.cfg.block.Block b org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.Store s org.checkerframework.errorprone.dataflow.analysis.Store$Kind kind boolean addBlockToWorklist org.checkerframework.errorprone.dataflow.analysis.Store thenStore org.checkerframework.errorprone.dataflow.analysis.Store elseStore boolean shouldWiden private org.checkerframework.errorprone.dataflow.analysis.Store mergeStores (org.checkerframework.errorprone.dataflow.analysis.Store, org.checkerframework.errorprone.dataflow.analysis.Store, boolean) org.checkerframework.errorprone.dataflow.analysis.Store newStore org.checkerframework.errorprone.dataflow.analysis.Store previousStore boolean shouldWiden protected org.checkerframework.errorprone.dataflow.analysis.Store getStoreBefore (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.analysis.Store$Kind) org.checkerframework.errorprone.dataflow.cfg.block.Block b org.checkerframework.errorprone.dataflow.analysis.Store$Kind kind protected org.checkerframework.errorprone.dataflow.analysis.TransferInput getInputBefore (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b private static synthetic java.util.IdentityHashMap lambda$runAnalysisFor$1 (org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.analysis.TransferInput __ private synthetic org.checkerframework.errorprone.javacutil.Pair lambda$getReturnStatementStores$0 (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode) org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode returnNode static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/BackwardAnalysisImpl$1.class
BackwardAnalysisImpl.java package org.checkerframework.errorprone.dataflow.analysis synthetic org.checkerframework.errorprone.dataflow.analysis.BackwardAnalysisImpl$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$cfg$block$Block$BlockType static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/Analysis$Direction.class
Analysis.java package org.checkerframework.errorprone.dataflow.analysis public final enum org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction FORWARD public static final enum org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction BACKWARD private static final synthetic org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction[] $VALUES public static org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction[] values () public static org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/Store.class
Store.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.Store extends java.lang.Object { public abstract org.checkerframework.errorprone.dataflow.analysis.Store copy () public abstract org.checkerframework.errorprone.dataflow.analysis.Store leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public abstract org.checkerframework.errorprone.dataflow.analysis.Store widenedUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public abstract boolean canAlias (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) public abstract java.lang.String visualize (org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer) public abstract boolean equals (java.lang.Object) }
org/checkerframework/errorprone/dataflow/analysis/AnalysisResult.class
AnalysisResult.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.AnalysisResult extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.UniqueId { private boolean mapsCopied protected java.util.IdentityHashMap nodeValues protected java.util.IdentityHashMap treeLookup protected java.util.IdentityHashMap postfixLookup protected final java.util.HashMap finalLocalValues protected final java.util.IdentityHashMap stores protected final java.util.Map analysisCaches private static final java.util.concurrent.atomic.AtomicLong nextUid private final transient long uid static final synthetic boolean $assertionsDisabled public long getUid () protected void <init> (java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.HashMap, java.util.Map) java.util.IdentityHashMap nodeValues java.util.IdentityHashMap stores java.util.IdentityHashMap treeLookup java.util.IdentityHashMap postfixLookup java.util.HashMap finalLocalValues java.util.Map analysisCaches public void <init> (java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.IdentityHashMap, java.util.HashMap) java.util.IdentityHashMap nodeValues java.util.IdentityHashMap stores java.util.IdentityHashMap treeLookup java.util.IdentityHashMap postfixLookup java.util.HashMap finalLocalValues public void <init> (java.util.Map) java.util.Map analysisCaches public void combine (org.checkerframework.errorprone.dataflow.analysis.AnalysisResult) org.checkerframework.errorprone.dataflow.analysis.AnalysisResult other private void copyMapsIfNeeded () private static void mergeTreeLookup (java.util.IdentityHashMap, java.util.IdentityHashMap) java.util.Set hit java.util.Map$Entry entry java.util.IdentityHashMap treeLookup java.util.IdentityHashMap otherTreeLookup public java.util.HashMap getFinalLocalValues () public org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValue (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node n public org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValue (com.sun.source.tree.Tree) org.checkerframework.errorprone.dataflow.analysis.AbstractValue a org.checkerframework.errorprone.dataflow.cfg.node.Node aNode com.sun.source.tree.Tree t java.util.Set nodes org.checkerframework.errorprone.dataflow.analysis.AbstractValue merged public java.util.Set getNodesForTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public com.sun.source.tree.BinaryTree getPostfixBinaryTree (com.sun.source.tree.UnaryTree) com.sun.source.tree.UnaryTree postfixTree public org.checkerframework.errorprone.dataflow.analysis.Store getStoreBefore (com.sun.source.tree.Tree) org.checkerframework.errorprone.dataflow.analysis.Store s org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.Tree tree java.util.Set nodes org.checkerframework.errorprone.dataflow.analysis.Store merged public org.checkerframework.errorprone.dataflow.analysis.Store getStoreBefore (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node public org.checkerframework.errorprone.dataflow.analysis.Store getStoreBefore (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.node.Node firstNode java.util.List nodes org.checkerframework.errorprone.dataflow.cfg.block.Block block org.checkerframework.errorprone.dataflow.analysis.TransferInput transferInput org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public org.checkerframework.errorprone.dataflow.analysis.Store getStoreAfter (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.node.Node lastNode org.checkerframework.errorprone.dataflow.cfg.block.Block block org.checkerframework.errorprone.dataflow.analysis.TransferInput transferInput org.checkerframework.errorprone.dataflow.analysis.Analysis analysis public org.checkerframework.errorprone.dataflow.analysis.Store getStoreAfter (com.sun.source.tree.Tree) org.checkerframework.errorprone.dataflow.analysis.Store s org.checkerframework.errorprone.dataflow.cfg.node.Node node com.sun.source.tree.Tree tree java.util.Set nodes org.checkerframework.errorprone.dataflow.analysis.Store merged public org.checkerframework.errorprone.dataflow.analysis.Store getStoreAfter (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node node protected org.checkerframework.errorprone.dataflow.analysis.Store runAnalysisFor (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter) org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter preOrPost org.checkerframework.errorprone.dataflow.cfg.block.Block block org.checkerframework.errorprone.dataflow.analysis.TransferInput transferInput public static org.checkerframework.errorprone.dataflow.analysis.Store runAnalysisFor (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter, org.checkerframework.errorprone.dataflow.analysis.TransferInput, java.util.IdentityHashMap, java.util.Map) org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter preOrPost org.checkerframework.errorprone.dataflow.analysis.TransferInput transferInput java.util.IdentityHashMap nodeValues java.util.Map analysisCaches public java.lang.String toStringDebug () java.util.StringJoiner result public static java.lang.String nodeValuesToString (java.util.Map) org.checkerframework.errorprone.dataflow.cfg.node.Node key java.util.Map$Entry entry java.util.Map nodeValues java.util.StringJoiner result public static java.lang.String treeLookupToString (java.util.Map) com.sun.source.tree.Tree key java.util.Map$Entry entry java.util.Map treeLookup java.util.StringJoiner result static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/RegularTransferResult.class
RegularTransferResult.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult extends org.checkerframework.errorprone.dataflow.analysis.TransferResult { protected final org.checkerframework.errorprone.dataflow.analysis.Store store private final boolean storeChanged public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store, boolean) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store resultStore boolean storeChanged public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store resultStore public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store, java.util.Map) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store resultStore java.util.Map exceptionalStores public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, org.checkerframework.errorprone.dataflow.analysis.Store, java.util.Map, boolean) org.checkerframework.errorprone.dataflow.analysis.AbstractValue value org.checkerframework.errorprone.dataflow.analysis.Store resultStore java.util.Map exceptionalStores boolean storeChanged public org.checkerframework.errorprone.dataflow.analysis.Store getRegularStore () public org.checkerframework.errorprone.dataflow.analysis.Store getThenStore () public org.checkerframework.errorprone.dataflow.analysis.Store getElseStore () public boolean containsTwoStores () public java.lang.String toString () java.util.StringJoiner result public boolean storeChanged () }
org/checkerframework/errorprone/dataflow/analysis/BackwardAnalysisImpl.class
BackwardAnalysisImpl.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.BackwardAnalysisImpl extends org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis implements org.checkerframework.errorprone.dataflow.analysis.BackwardAnalysis { protected final java.util.IdentityHashMap outStores protected final java.util.IdentityHashMap exceptionStores protected org.checkerframework.errorprone.dataflow.analysis.Store storeAtEntry static final synthetic boolean $assertionsDisabled public void <init> () public void <init> (org.checkerframework.errorprone.dataflow.analysis.BackwardTransferFunction) org.checkerframework.errorprone.dataflow.analysis.BackwardTransferFunction transferFunction public void performAnalysis (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.block.Block b org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg public void performAnalysisBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.cfg.block.RegularBlock rb org.checkerframework.errorprone.dataflow.analysis.TransferInput inputAfter org.checkerframework.errorprone.dataflow.cfg.node.Node firstNode boolean addToWorklistAgain java.util.List nodeList java.util.ListIterator reverseIter org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock eb org.checkerframework.errorprone.dataflow.analysis.TransferInput inputAfter org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult boolean addToWorklistAgain org.checkerframework.errorprone.dataflow.analysis.Store exceptionStore org.checkerframework.errorprone.dataflow.analysis.Store mergedStore org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.cfg.block.ConditionalBlock cb org.checkerframework.errorprone.dataflow.analysis.TransferInput inputAfter org.checkerframework.errorprone.dataflow.analysis.TransferInput input org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.analysis.TransferInput input org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock sb org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock$SpecialBlockType sType org.checkerframework.errorprone.dataflow.cfg.block.Block b public org.checkerframework.errorprone.dataflow.analysis.TransferInput getInput (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b public org.checkerframework.errorprone.dataflow.analysis.Store getEntryStore () protected void initFields (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg protected void initInitialInputs () org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock regularExitBlock org.checkerframework.errorprone.dataflow.cfg.block.SpecialBlock exceptionExitBlock org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List returnNodes org.checkerframework.errorprone.dataflow.analysis.Store normalInitialStore org.checkerframework.errorprone.dataflow.analysis.Store exceptionalInitialStore protected void propagateStoresTo (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput, org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule, boolean) org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.TransferInput currentInput org.checkerframework.errorprone.dataflow.analysis.Store$FlowRule flowRule boolean addToWorklistAgain protected void addStoreAfter (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Store, boolean) org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock ebPred org.checkerframework.errorprone.dataflow.analysis.Store exceptionStore org.checkerframework.errorprone.dataflow.analysis.Store newExceptionStore org.checkerframework.errorprone.dataflow.analysis.Store predOutStore org.checkerframework.errorprone.dataflow.analysis.Store newPredOutStore org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.Store s boolean addBlockToWorklist javax.lang.model.type.TypeMirror excSuccType private javax.lang.model.type.TypeMirror getSuccExceptionType (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.block.Block excSuccBlock java.util.Map$Entry excTypeEntry org.checkerframework.errorprone.dataflow.cfg.block.Block pred org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.cfg.block.Block block java.util.Map exceptionalSuccessors protected org.checkerframework.errorprone.dataflow.analysis.Store getStoreAfter (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b public org.checkerframework.errorprone.dataflow.analysis.Store runAnalysisFor (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter, org.checkerframework.errorprone.dataflow.analysis.TransferInput, java.util.IdentityHashMap, java.util.Map) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.block.RegularBlock rBlock org.checkerframework.errorprone.dataflow.analysis.TransferInput store java.util.List nodeList java.util.ListIterator reverseIter org.checkerframework.errorprone.dataflow.cfg.block.ExceptionBlock eb org.checkerframework.errorprone.dataflow.analysis.TransferResult transferResult org.checkerframework.errorprone.dataflow.analysis.Store exceptionStore org.checkerframework.errorprone.dataflow.cfg.node.Node node org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter preOrPost org.checkerframework.errorprone.dataflow.analysis.TransferInput blockTransferInput java.util.IdentityHashMap nodeValues java.util.Map analysisCaches org.checkerframework.errorprone.dataflow.cfg.block.Block block org.checkerframework.errorprone.dataflow.cfg.node.Node oldCurrentNode static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/AnalysisResult$1.class
AnalysisResult.java package org.checkerframework.errorprone.dataflow.analysis synthetic org.checkerframework.errorprone.dataflow.analysis.AnalysisResult$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$checkerframework$dataflow$analysis$Analysis$Direction static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/Analysis.class
Analysis.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.Analysis extends java.lang.Object { public abstract org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction getDirection () public abstract boolean isRunning () public abstract void performAnalysis (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) public abstract void performAnalysisBlock (org.checkerframework.errorprone.dataflow.cfg.block.Block) public abstract org.checkerframework.errorprone.dataflow.analysis.Store runAnalysisFor (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter, org.checkerframework.errorprone.dataflow.analysis.TransferInput, java.util.IdentityHashMap, java.util.Map) public abstract org.checkerframework.errorprone.dataflow.analysis.AnalysisResult getResult () public abstract org.checkerframework.errorprone.dataflow.analysis.TransferFunction getTransferFunction () public abstract org.checkerframework.errorprone.dataflow.analysis.TransferInput getInput (org.checkerframework.errorprone.dataflow.cfg.block.Block) public abstract org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValue (org.checkerframework.errorprone.dataflow.cfg.node.Node) public abstract org.checkerframework.errorprone.dataflow.analysis.AbstractValue getValue (com.sun.source.tree.Tree) public abstract org.checkerframework.errorprone.dataflow.analysis.Store getRegularExitStore () public abstract org.checkerframework.errorprone.dataflow.analysis.Store getExceptionalExitStore () }
org/checkerframework/errorprone/dataflow/analysis/TransferResult.class
TransferResult.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.TransferResult extends java.lang.Object { protected org.checkerframework.errorprone.dataflow.analysis.AbstractValue resultValue protected final java.util.Map exceptionalStores protected void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractValue, java.util.Map) org.checkerframework.errorprone.dataflow.analysis.AbstractValue resultValue java.util.Map exceptionalStores public org.checkerframework.errorprone.dataflow.analysis.AbstractValue getResultValue () public void setResultValue (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) org.checkerframework.errorprone.dataflow.analysis.AbstractValue resultValue public abstract org.checkerframework.errorprone.dataflow.analysis.Store getRegularStore () public abstract org.checkerframework.errorprone.dataflow.analysis.Store getThenStore () public abstract org.checkerframework.errorprone.dataflow.analysis.Store getElseStore () public org.checkerframework.errorprone.dataflow.analysis.Store getExceptionalStore (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror exception public java.util.Map getExceptionalStores () public abstract boolean containsTwoStores () public abstract boolean storeChanged () }
org/checkerframework/errorprone/dataflow/analysis/TransferFunction.class
TransferFunction.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.TransferFunction extends java.lang.Object implements org.checkerframework.errorprone.dataflow.cfg.node.NodeVisitor { }
org/checkerframework/errorprone/dataflow/analysis/Analysis$BeforeOrAfter.class
Analysis.java package org.checkerframework.errorprone.dataflow.analysis public final enum org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter BEFORE public static final enum org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter AFTER private static final synthetic org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter[] $VALUES public static org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter[] values () public static org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.analysis.Analysis$BeforeOrAfter[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/AbstractAnalysis$Worklist$BackwardDFOComparator.class
AbstractAnalysis.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist$BackwardDFOComparator extends java.lang.Object implements java.util.Comparator { final synthetic org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist this$0 public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist) org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist this$0 public int compare (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b1 org.checkerframework.errorprone.dataflow.cfg.block.Block b2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/dataflow/analysis/AbstractValue.class
AbstractValue.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.AbstractValue extends java.lang.Object { public abstract org.checkerframework.errorprone.dataflow.analysis.AbstractValue leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.AbstractValue) }
org/checkerframework/errorprone/dataflow/analysis/BackwardTransferFunction.class
BackwardTransferFunction.java package org.checkerframework.errorprone.dataflow.analysis public abstract org.checkerframework.errorprone.dataflow.analysis.BackwardTransferFunction extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.TransferFunction { public abstract org.checkerframework.errorprone.dataflow.analysis.Store initialNormalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) public abstract org.checkerframework.errorprone.dataflow.analysis.Store initialExceptionalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) }
org/checkerframework/errorprone/dataflow/analysis/Store$Kind.class
Store.java package org.checkerframework.errorprone.dataflow.analysis public final enum org.checkerframework.errorprone.dataflow.analysis.Store$Kind extends java.lang.Enum { public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$Kind THEN public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$Kind ELSE public static final enum org.checkerframework.errorprone.dataflow.analysis.Store$Kind BOTH private static final synthetic org.checkerframework.errorprone.dataflow.analysis.Store$Kind[] $VALUES public static org.checkerframework.errorprone.dataflow.analysis.Store$Kind[] values () public static org.checkerframework.errorprone.dataflow.analysis.Store$Kind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.dataflow.analysis.Store$Kind[] $values () static void <clinit> () }
org/checkerframework/errorprone/dataflow/analysis/AbstractAnalysis$Worklist.class
AbstractAnalysis.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist extends java.lang.Object { protected final java.util.IdentityHashMap depthFirstOrder protected final java.util.PriorityQueue queue public void <init> (org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction) org.checkerframework.errorprone.dataflow.analysis.Analysis$Direction direction public void process (org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph) org.checkerframework.errorprone.dataflow.cfg.block.Block b org.checkerframework.errorprone.dataflow.cfg.ControlFlowGraph cfg int count public boolean isEmpty () public boolean contains (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block block public void add (org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block block public org.checkerframework.errorprone.dataflow.cfg.block.Block poll () public java.lang.String toString () }
org/checkerframework/errorprone/dataflow/analysis/AbstractAnalysis$Worklist$ForwardDFOComparator.class
AbstractAnalysis.java package org.checkerframework.errorprone.dataflow.analysis public org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist$ForwardDFOComparator extends java.lang.Object implements java.util.Comparator { final synthetic org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist this$0 public void <init> (org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist) org.checkerframework.errorprone.dataflow.analysis.AbstractAnalysis$Worklist this$0 public int compare (org.checkerframework.errorprone.dataflow.cfg.block.Block, org.checkerframework.errorprone.dataflow.cfg.block.Block) org.checkerframework.errorprone.dataflow.cfg.block.Block b1 org.checkerframework.errorprone.dataflow.cfg.block.Block b2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/dataflow/busyexpr/
org/checkerframework/errorprone/dataflow/busyexpr/BusyExprStore.class
BusyExprStore.java package org.checkerframework.errorprone.dataflow.busyexpr public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore extends java.lang.Object implements org.checkerframework.errorprone.dataflow.analysis.Store { private final java.util.Set busyExprValueSet public void <init> (java.util.Set) java.util.Set busyExprValueSet public void <init> () public void killBusyExpr (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.Node var public boolean exprContainsVariable (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode binaryNode org.checkerframework.errorprone.dataflow.cfg.node.Node expr org.checkerframework.errorprone.dataflow.cfg.node.Node var public void putBusyExpr (org.checkerframework.errorprone.dataflow.busyexpr.BusyExprValue) org.checkerframework.errorprone.dataflow.busyexpr.BusyExprValue e public void addUseInExpression (org.checkerframework.errorprone.dataflow.cfg.node.Node) org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode binaryNode org.checkerframework.errorprone.dataflow.cfg.node.Node e public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore copy () public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore leastUpperBound (org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore) org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore other java.util.Set busyExprValueSetLub public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore widenedUpperBound (org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore) org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore previous public boolean canAlias (org.checkerframework.errorprone.dataflow.expression.JavaExpression, org.checkerframework.errorprone.dataflow.expression.JavaExpression) org.checkerframework.errorprone.dataflow.expression.JavaExpression a org.checkerframework.errorprone.dataflow.expression.JavaExpression b public java.lang.String visualize (org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer) org.checkerframework.errorprone.dataflow.busyexpr.BusyExprValue busyExprValue org.checkerframework.errorprone.dataflow.cfg.visualize.CFGVisualizer viz String key java.util.StringJoiner sjStoreVal public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore other public int hashCode () public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store widenedUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store leastUpperBound (org.checkerframework.errorprone.dataflow.analysis.Store) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store copy () private synthetic boolean lambda$killBusyExpr$0 (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.busyexpr.BusyExprValue) org.checkerframework.errorprone.dataflow.cfg.node.Node var org.checkerframework.errorprone.dataflow.busyexpr.BusyExprValue busyExprValue }
org/checkerframework/errorprone/dataflow/busyexpr/BusyExprValue.class
BusyExprValue.java package org.checkerframework.errorprone.dataflow.busyexpr public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprValue extends java.lang.Object { protected final org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode busyExpression public void <init> (org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode) org.checkerframework.errorprone.dataflow.cfg.node.BinaryOperationNode n public java.lang.String toString () public int hashCode () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.dataflow.busyexpr.BusyExprValue other }
org/checkerframework/errorprone/dataflow/busyexpr/BusyExprTransfer.class
BusyExprTransfer.java package org.checkerframework.errorprone.dataflow.busyexpr public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprTransfer extends org.checkerframework.errorprone.dataflow.cfg.node.AbstractNodeVisitor implements org.checkerframework.errorprone.dataflow.analysis.BackwardTransferFunction { public void <init> () public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore initialNormalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST java.util.List returnNodes public org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore initialExceptionalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST underlyingAST public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node n org.checkerframework.errorprone.dataflow.analysis.TransferInput p public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore store public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node arg org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore store public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.cfg.node.Node arg org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore store public org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, org.checkerframework.errorprone.dataflow.analysis.TransferInput) org.checkerframework.errorprone.dataflow.busyexpr.BusyExprStore store org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode n org.checkerframework.errorprone.dataflow.analysis.TransferInput p org.checkerframework.errorprone.dataflow.analysis.RegularTransferResult transferResult org.checkerframework.errorprone.dataflow.cfg.node.Node result public volatile synthetic java.lang.Object visitObjectCreation (org.checkerframework.errorprone.dataflow.cfg.node.ObjectCreationNode, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (org.checkerframework.errorprone.dataflow.cfg.node.MethodInvocationNode, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (org.checkerframework.errorprone.dataflow.cfg.node.ReturnNode, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (org.checkerframework.errorprone.dataflow.cfg.node.AssignmentNode, java.lang.Object) public volatile synthetic java.lang.Object visitNode (org.checkerframework.errorprone.dataflow.cfg.node.Node, java.lang.Object) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialExceptionalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST) public volatile synthetic org.checkerframework.errorprone.dataflow.analysis.Store initialNormalExitStore (org.checkerframework.errorprone.dataflow.cfg.UnderlyingAST, java.util.List) }
org/checkerframework/errorprone/
org/checkerframework/errorprone/javacutil/
org/checkerframework/errorprone/javacutil/DeepCopyable.class
DeepCopyable.java package org.checkerframework.errorprone.javacutil public abstract org.checkerframework.errorprone.javacutil.DeepCopyable extends java.lang.Object { public abstract java.lang.Object deepCopy () public static org.checkerframework.errorprone.javacutil.DeepCopyable deepCopyOrNull (org.checkerframework.errorprone.javacutil.DeepCopyable) org.checkerframework.errorprone.javacutil.DeepCopyable object }
org/checkerframework/errorprone/javacutil/AnnotationUtils$1.class
AnnotationUtils.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.AnnotationUtils$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$java$lang$annotation$ElementType static void <clinit> () }
org/checkerframework/errorprone/javacutil/ElementUtils.class
ElementUtils.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.ElementUtils extends java.lang.Object { private static final long Flags_COMPACT_RECORD_CONSTRUCTOR private static final long Flags_GENERATED_MEMBER private static final java.util.Set typeElementKinds private static final java.util.Set localVariableElementKinds private static final java.lang.reflect.Method TYPEELEMENT_GETRECORDCOMPONENTS static final synthetic boolean $assertionsDisabled private void <init> () public static javax.lang.model.element.TypeElement enclosingClass (javax.lang.model.element.Element) javax.lang.model.element.Element elem public static javax.lang.model.element.TypeElement enclosingTypeElement (javax.lang.model.element.Element) javax.lang.model.element.Element elem javax.lang.model.element.Element result public static javax.lang.model.element.TypeElement strictEnclosingTypeElement (javax.lang.model.element.Element) javax.lang.model.element.Element elem javax.lang.model.element.Element enclosingElement public static javax.lang.model.element.TypeElement toplevelEnclosingTypeElement (javax.lang.model.element.Element) javax.lang.model.element.Element element javax.lang.model.element.TypeElement result javax.lang.model.element.TypeElement enclosing public static java.lang.String getEnclosingClassName (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement executableElement public static java.lang.String getEnclosingClassName (javax.lang.model.element.VariableElement) javax.lang.model.element.VariableElement variableElement javax.lang.model.element.TypeElement enclosingType public static javax.lang.model.element.PackageElement enclosingPackage (javax.lang.model.element.Element) javax.lang.model.element.Element encl javax.lang.model.element.Element elem javax.lang.model.element.Element result public static javax.lang.model.element.PackageElement parentPackage (javax.lang.model.element.PackageElement, javax.lang.model.util.Elements) int dotPos javax.lang.model.element.PackageElement elem javax.lang.model.util.Elements elements String fqnstart String fqn public static boolean isStatic (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isFinal (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isEffectivelyFinal (javax.lang.model.element.Element) javax.lang.model.element.Element element com.sun.tools.javac.code.Symbol sym public static javax.lang.model.type.TypeMirror getType (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.Name getQualifiedClassName (javax.lang.model.element.Element) javax.lang.model.element.PackageElement elem javax.lang.model.element.Element element javax.lang.model.element.TypeElement elem public static java.lang.String getQualifiedName (javax.lang.model.element.Element) javax.lang.model.element.Name n javax.lang.model.element.Element elt public static java.lang.String getBinaryName (javax.lang.model.element.TypeElement) javax.lang.model.element.PackageElement pe javax.lang.model.element.TypeElement te javax.lang.model.element.Element enclosing String simpleName public static java.lang.String getSimpleSignature (javax.lang.model.element.ExecutableElement) java.util.Iterator i javax.lang.model.element.ExecutableElement element java.util.StringJoiner sj public static java.lang.CharSequence getSimpleNameOrDescription (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement element javax.lang.model.element.Name result public static boolean isObject (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement element public static boolean isString (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement element public static boolean isCompileTimeConstant (javax.lang.model.element.Element) javax.lang.model.element.Element elt public static boolean isElementFromSourceCode (javax.lang.model.element.Element) javax.lang.model.element.Element element javax.lang.model.element.TypeElement enclosingClass private static boolean isElementFromSourceCodeImpl (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol symbol public static boolean isElementFromByteCode (javax.lang.model.element.Element) com.sun.tools.javac.code.Symbol$ClassSymbol clss javax.lang.model.element.Element elt public static java.lang.String getSourceFilePath (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement element public static javax.lang.model.element.VariableElement findFieldInType (javax.lang.model.element.TypeElement, java.lang.String) javax.lang.model.element.VariableElement field javax.lang.model.element.TypeElement type String name public static java.util.Set findFieldsInType (javax.lang.model.element.TypeElement, java.util.Collection) javax.lang.model.element.VariableElement field javax.lang.model.element.TypeElement type java.util.Collection names java.util.Set results public static java.util.Set findFieldsInTypeOrSuperType (javax.lang.model.type.TypeMirror, java.util.Collection) javax.lang.model.type.TypeMirror type java.util.Collection names int origCardinality java.util.Set elements private static void findFieldsInTypeOrSuperType (javax.lang.model.type.TypeMirror, java.util.Collection, java.util.Set) javax.lang.model.element.VariableElement field javax.lang.model.type.TypeMirror type java.util.Collection notFound java.util.Set foundFields javax.lang.model.element.TypeElement elt java.util.Set fieldElts public static boolean isError (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean hasReceiver (javax.lang.model.element.Element) javax.lang.model.type.TypeMirror t javax.lang.model.element.Element element public static javax.lang.model.element.TypeElement getSuperClass (javax.lang.model.element.TypeElement) javax.lang.model.type.TypeMirror superTypeMirror com.sun.tools.javac.code.Symbol$CompletionFailure cf javax.lang.model.element.TypeElement typeElt javax.lang.model.type.TypeMirror superTypeMirror public static java.util.List getSuperTypes (javax.lang.model.element.TypeElement, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement superitf javax.lang.model.type.TypeMirror supertypeitf javax.lang.model.element.TypeElement current javax.lang.model.element.TypeElement supercls javax.lang.model.element.TypeElement type javax.lang.model.util.Elements elements java.util.List superElems java.util.Deque stack javax.lang.model.element.TypeElement jlobject public static java.util.List getDirectSuperTypeElements (javax.lang.model.element.TypeElement, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement superclassElement javax.lang.model.element.TypeElement interfaceElt javax.lang.model.type.TypeMirror interfac javax.lang.model.element.TypeElement type javax.lang.model.util.Elements elements javax.lang.model.type.TypeMirror superclass java.util.List interfaces java.util.List result public static java.util.List getAllFieldsIn (javax.lang.model.element.TypeElement, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement atype javax.lang.model.element.TypeElement type javax.lang.model.util.Elements elements java.util.List fields java.util.List alltypes public static java.util.List getEnumConstants (javax.lang.model.element.TypeElement) javax.lang.model.element.Element e javax.lang.model.element.TypeElement type java.util.List enclosedElements java.util.List enumConstants public static java.util.List getAllMethodsIn (javax.lang.model.element.TypeElement, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement atype javax.lang.model.element.TypeElement type javax.lang.model.util.Elements elements java.util.List meths java.util.List alltypes public static java.util.List getAllTypeElementsIn (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type public static java.util.Set classElementKinds () public static java.util.Set typeElementKinds () public static boolean isClassElement (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isTypeElement (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isTypeDeclaration (javax.lang.model.element.Element) javax.lang.model.element.Element elt public static boolean isLocalVariable (javax.lang.model.element.Element) javax.lang.model.element.Element elt public static boolean isBindingVariable (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isRecordAccessor (javax.lang.model.element.ExecutableElement) javax.lang.model.element.Element enclosed String methodName java.util.List encloseds javax.lang.model.element.ExecutableElement methodElement javax.lang.model.element.TypeElement enclosing public static boolean isAutoGeneratedRecordMember (javax.lang.model.element.Element) javax.lang.model.element.Element e public static transient boolean matchesElement (javax.lang.model.element.ExecutableElement, java.lang.String, java.lang.Class[]) int i javax.lang.model.element.ExecutableElement method String methodName Class[] parameters public static boolean isMethod (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.ExecutableElement questioned javax.lang.model.element.ExecutableElement method javax.annotation.processing.ProcessingEnvironment env javax.lang.model.element.TypeElement enclosing public static boolean hasAnnotation (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.AnnotationMirror anm javax.lang.model.element.Element element String annotName public static javax.lang.model.element.TypeElement getTypeElement (javax.annotation.processing.ProcessingEnvironment, java.lang.Class) javax.annotation.processing.ProcessingEnvironment processingEnv Class clazz String className public static java.util.List getAllSupertypes (javax.lang.model.element.TypeElement, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.TypeElement type javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context ctx com.sun.tools.javac.code.Types javacTypes public static java.util.Set getOverriddenMethods (javax.lang.model.element.ExecutableElement, javax.lang.model.util.Types) javax.lang.model.element.ExecutableElement m javax.lang.model.util.Types types com.sun.tools.javac.model.JavacTypes t public static boolean inSameClass (javax.lang.model.element.Element, javax.lang.model.element.Element) javax.lang.model.element.Element e1 javax.lang.model.element.Element e2 public static javax.lang.model.element.ElementKind getKindRecordAsClass (javax.lang.model.element.Element) javax.lang.model.element.Element elt javax.lang.model.element.ElementKind kind public static java.util.List getRecordComponents (javax.lang.model.element.TypeElement) Exception e javax.lang.model.element.TypeElement element public static boolean isCompactCanonicalRecordConstructor (javax.lang.model.element.Element) javax.lang.model.element.Element elt public static boolean isResourceVariable (javax.lang.model.element.Element) javax.lang.model.element.Element elt private static synthetic javax.lang.model.element.TypeElement lambda$getAllSupertypes$0 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type t static void <clinit> () javax.lang.model.element.ElementKind kind NoSuchMethodException e }
org/checkerframework/errorprone/javacutil/AnnotationBuilder.class
AnnotationBuilder.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.AnnotationBuilder extends java.lang.Object { private final javax.lang.model.util.Elements elements private final javax.lang.model.util.Types types private final javax.lang.model.element.TypeElement annotationElt private final javax.lang.model.type.DeclaredType annotationType private final java.util.Map elementValues private boolean wasBuilt static final synthetic boolean $assertionsDisabled public void <init> (javax.annotation.processing.ProcessingEnvironment, java.lang.Class) javax.annotation.processing.ProcessingEnvironment env Class anno public void <init> (javax.annotation.processing.ProcessingEnvironment, java.lang.CharSequence) javax.annotation.processing.ProcessingEnvironment env CharSequence name public void <init> (javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.AnnotationMirror) javax.annotation.processing.ProcessingEnvironment env javax.lang.model.element.AnnotationMirror annotation public javax.lang.model.element.TypeElement getAnnotationElt () public static java.util.Map elementNamesValues (java.lang.String, java.lang.Object) String elementName Object elementValue public static javax.lang.model.element.AnnotationMirror fromClass (javax.lang.model.util.Elements, java.lang.Class) javax.lang.model.util.Elements elements Class aClass public static javax.lang.model.element.AnnotationMirror fromClass (javax.lang.model.util.Elements, java.lang.Class, java.util.Map) String extra javax.lang.model.util.Elements elements Class aClass java.util.Map elementNamesValues String name javax.lang.model.element.AnnotationMirror res public static javax.lang.model.element.AnnotationMirror fromName (javax.lang.model.util.Elements, java.lang.CharSequence) javax.lang.model.util.Elements elements CharSequence name public static javax.lang.model.element.AnnotationMirror fromName (javax.lang.model.util.Elements, java.lang.CharSequence, java.util.Map) javax.lang.model.element.AnnotationValue defaultValue javax.lang.model.element.AnnotationValue elementValue javax.lang.model.element.ExecutableElement annoElement javax.lang.model.util.Elements elements CharSequence name java.util.Map elementNamesValues javax.lang.model.element.TypeElement annoElt javax.lang.model.type.DeclaredType annoType java.util.List methods java.util.Map elementValues javax.lang.model.element.AnnotationMirror result private void assertNotBuilt () public javax.lang.model.element.AnnotationMirror build () public transient void copyElementValuesFromAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.String[]) javax.lang.model.element.Name eltNameToCopy java.util.Map$Entry eltValToCopy javax.lang.model.element.AnnotationMirror other String[] ignorableElements java.util.List ignorableElementsList public void copyElementValuesFromAnnotation (javax.lang.model.element.AnnotationMirror, java.util.Collection) java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror valueHolder java.util.Collection ignorableElements public void copyRenameElementValuesFromAnnotation (javax.lang.model.element.AnnotationMirror, java.util.Map) String sourceName String targetName java.util.Map$Entry eltValToCopy javax.lang.model.element.AnnotationMirror valueHolder java.util.Map elementNameRenaming public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, javax.lang.model.element.AnnotationMirror) CharSequence elementName javax.lang.model.element.AnnotationMirror value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.util.List) CharSequence elementName java.util.List values javax.lang.model.element.ExecutableElement var public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (javax.lang.model.element.ExecutableElement, java.util.List) Object v javax.lang.model.element.ExecutableElement element java.util.List values javax.lang.model.type.TypeMirror expectedType java.util.List avalues javax.lang.model.element.AnnotationValue aval public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Object[]) CharSequence elementName Object[] values public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Boolean) CharSequence elementName Boolean value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Character) CharSequence elementName Character value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Double) CharSequence elementName Double value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Float) CharSequence elementName Float value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Integer) CharSequence elementName Integer value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Long) CharSequence elementName Long value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Short) CharSequence elementName Short value public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.String) CharSequence elementName String value public org.checkerframework.errorprone.javacutil.AnnotationBuilder removeElement (java.lang.CharSequence) CharSequence elementName javax.lang.model.element.ExecutableElement var private javax.lang.model.type.TypeMirror getErasedOrBoxedType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, javax.lang.model.type.TypeMirror) CharSequence elementName javax.lang.model.type.TypeMirror value javax.lang.model.element.AnnotationValue val javax.lang.model.element.ExecutableElement var private javax.lang.model.type.TypeMirror typeFromClass (java.lang.Class) Class clazz public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Class) CharSequence elementName Class value javax.lang.model.type.TypeMirror type public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Enum) CharSequence elementName Enum value javax.lang.model.element.VariableElement enumElt public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, javax.lang.model.element.VariableElement) CharSequence elementName javax.lang.model.element.VariableElement value javax.lang.model.element.ExecutableElement var public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Enum[]) Enum ev CharSequence elementName Enum[] values javax.lang.model.element.VariableElement enumElt javax.lang.model.element.ExecutableElement var javax.lang.model.type.TypeMirror expectedType java.util.List res javax.lang.model.element.AnnotationValue val public org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, javax.lang.model.element.VariableElement[]) javax.lang.model.element.VariableElement ev CharSequence elementName javax.lang.model.element.VariableElement[] values javax.lang.model.element.ExecutableElement var javax.lang.model.type.TypeMirror expectedType java.util.List res javax.lang.model.element.AnnotationValue val private javax.lang.model.element.VariableElement findEnumElement (java.lang.Enum) javax.lang.model.element.Element enumElt Enum value String enumClass javax.lang.model.element.TypeElement enumClassElt private org.checkerframework.errorprone.javacutil.AnnotationBuilder setValue (java.lang.CharSequence, java.lang.Object) CharSequence key Object value javax.lang.model.element.AnnotationValue val javax.lang.model.element.ExecutableElement var public javax.lang.model.element.ExecutableElement findElement (java.lang.CharSequence) javax.lang.model.element.ExecutableElement elt CharSequence key private void checkSubtype (javax.lang.model.type.TypeMirror, java.lang.Object) javax.lang.model.type.TypeMirror found boolean isSubtype javax.lang.model.type.TypeMirror found boolean isSubtype boolean isSubtype javax.lang.model.type.TypeMirror found boolean isSubtype String name javax.lang.model.type.TypeMirror expected Object givenValue javax.lang.model.type.TypeMirror found boolean isSubtype private static javax.lang.model.element.AnnotationValue createValue (java.lang.Object) Object obj static void <clinit> () }
org/checkerframework/errorprone/javacutil/TypeKindUtils.class
TypeKindUtils.java package org.checkerframework.errorprone.javacutil public final org.checkerframework.errorprone.javacutil.TypeKindUtils extends java.lang.Object { private static final java.util.Map boxedToPrimitiveType static final synthetic boolean $assertionsDisabled private void <init> () public static boolean isIntegral (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind typeKind public static boolean isFloatingPoint (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind typeKind public static boolean isNumeric (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind typeKind public static javax.lang.model.type.TypeKind primitiveOrBoxedToTypeKind (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeKind typeKind public static javax.lang.model.type.TypeKind boxedToTypeKind (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type String typeString public static javax.lang.model.type.TypeKind widenedNumericType (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror left javax.lang.model.type.TypeMirror right public static javax.lang.model.type.TypeKind widenedNumericType (javax.lang.model.type.TypeKind, javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind a javax.lang.model.type.TypeKind b public static org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind getPrimitiveConversionKind (javax.lang.model.type.TypeKind, javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind from javax.lang.model.type.TypeKind to boolean fromIntegral boolean toFloatingPoint boolean toIntegral boolean fromFloatingPoint private static int numBits (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind tk public static long minValue (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind tk public static long maxValue (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind tk static void <clinit> () java.util.Map map }
org/checkerframework/errorprone/javacutil/TreePathUtil$1.class
TreePathUtil.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.TreePathUtil$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
org/checkerframework/errorprone/javacutil/InternalUtils.class
InternalUtils.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.InternalUtils extends java.lang.Object { private void <init> () public static com.sun.tools.javac.util.Context getJavacContext (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment env public static java.lang.ClassLoader getClassLoaderForClass (java.lang.Class) Class clazz ClassLoader classLoader public static int compareDiagnosticPosition (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.Tree tree1 com.sun.source.tree.Tree tree2 com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos1 com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos2 int preferred }
org/checkerframework/errorprone/javacutil/TypeKindUtils$PrimitiveConversionKind.class
TypeKindUtils.java package org.checkerframework.errorprone.javacutil public final enum org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind extends java.lang.Enum { public static final enum org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind SAME public static final enum org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind WIDENING public static final enum org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind NARROWING private static final synthetic org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind[] $VALUES public static org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind[] values () public static org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind[] $values () static void <clinit> () }
org/checkerframework/errorprone/javacutil/AnnotationBuilder$CheckerFrameworkAnnotationValue.class
AnnotationBuilder.java package org.checkerframework.errorprone.javacutil org.checkerframework.errorprone.javacutil.AnnotationBuilder$CheckerFrameworkAnnotationValue extends java.lang.Object implements javax.lang.model.element.AnnotationValue { private final Object value private String toStringVal static final synthetic boolean $assertionsDisabled void <init> (java.lang.Object) Object obj public java.lang.Object getValue () public java.lang.String toString () String toStringVal String toStringVal java.util.List list String toStringVal javax.lang.model.element.VariableElement var String encl String toStringVal String toStringVal String toStringVal public java.lang.Object accept (javax.lang.model.element.AnnotationValueVisitor, java.lang.Object) javax.lang.model.element.AnnotationValueVisitor v Object p public boolean equals (java.lang.Object) Object obj javax.lang.model.element.AnnotationValue other public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/javacutil/TypeKindUtils$1.class
TypeKindUtils.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.TypeKindUtils$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
org/checkerframework/errorprone/javacutil/AnnotationBuilder$CheckerFrameworkAnnotationMirror.class
AnnotationBuilder.java package org.checkerframework.errorprone.javacutil org.checkerframework.errorprone.javacutil.AnnotationBuilder$CheckerFrameworkAnnotationMirror extends java.lang.Object implements javax.lang.model.element.AnnotationMirror { private String toStringVal private final javax.lang.model.type.DeclaredType annotationType private final java.util.Map elementValues final String annotationName void <init> (javax.lang.model.type.DeclaredType, java.util.Map) javax.lang.model.type.DeclaredType annotationType java.util.Map elementValues javax.lang.model.element.TypeElement elm public javax.lang.model.type.DeclaredType getAnnotationType () public java.util.Map getElementValues () public java.lang.String toString () String name java.util.Map$Entry pair boolean first StringBuilder buf int len }
org/checkerframework/errorprone/javacutil/SwitchExpressionScanner$YieldVisitor.class
SwitchExpressionScanner.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.SwitchExpressionScanner$YieldVisitor extends com.sun.source.util.TreeScanner { final synthetic org.checkerframework.errorprone.javacutil.SwitchExpressionScanner this$0 protected void <init> (org.checkerframework.errorprone.javacutil.SwitchExpressionScanner) org.checkerframework.errorprone.javacutil.SwitchExpressionScanner this$0 public java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) com.sun.source.tree.ExpressionTree value com.sun.source.tree.Tree tree Object p public java.lang.Object reduce (java.lang.Object, java.lang.Object) Object r1 Object r2 }
org/checkerframework/errorprone/javacutil/AnnotationProvider.class
AnnotationProvider.java package org.checkerframework.errorprone.javacutil public abstract org.checkerframework.errorprone.javacutil.AnnotationProvider extends java.lang.Object { public abstract javax.lang.model.element.AnnotationMirror getDeclAnnotation (javax.lang.model.element.Element, java.lang.Class) public abstract javax.lang.model.element.AnnotationMirror getAnnotationMirror (com.sun.source.tree.Tree, java.lang.Class) public abstract boolean isSideEffectFree (javax.lang.model.element.ExecutableElement) }
org/checkerframework/errorprone/javacutil/TreeUtils$2.class
TreeUtils.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.TreeUtils$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$com$sun$tools$javac$tree$JCTree$JCMemberReference$ReferenceKind static final synthetic int[] $SwitchMap$com$sun$tools$javac$tree$JCTree$Tag static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
org/checkerframework/errorprone/javacutil/trees/
org/checkerframework/errorprone/javacutil/trees/DetachedVarSymbol.class
DetachedVarSymbol.java package org.checkerframework.errorprone.javacutil.trees public org.checkerframework.errorprone.javacutil.trees.DetachedVarSymbol extends com.sun.tools.javac.code.Symbol$VarSymbol { protected com.sun.source.tree.VariableTree decl public void <init> (long, com.sun.tools.javac.util.Name, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) long flags com.sun.tools.javac.util.Name name com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol owner public void setDeclaration (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree decl public com.sun.source.tree.VariableTree getDeclaration () }
org/checkerframework/errorprone/javacutil/trees/TreeParser$ParseError.class
TreeParser.java package org.checkerframework.errorprone.javacutil.trees org.checkerframework.errorprone.javacutil.trees.TreeParser$ParseError extends java.lang.RuntimeException { private static final long serialVersionUID void <init> (java.lang.Throwable) Throwable cause }
org/checkerframework/errorprone/javacutil/trees/TreeParser.class
TreeParser.java package org.checkerframework.errorprone.javacutil.trees public org.checkerframework.errorprone.javacutil.trees.TreeParser extends java.lang.Object { private static final String DELIMS private static final String SENTINEL private final com.sun.tools.javac.tree.TreeMaker maker private final com.sun.tools.javac.util.Names names static final synthetic boolean $assertionsDisabled public void <init> (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context context public com.sun.source.tree.ExpressionTree parseTree (java.lang.String) Exception e String s java.util.StringTokenizer tokenizer String token private java.lang.String nextToken (java.util.StringTokenizer) java.util.StringTokenizer tokenizer private com.sun.tools.javac.tree.JCTree$JCExpression fromToken (java.lang.String) Object value Object value Exception ef Exception e2 String token Object value private org.checkerframework.errorprone.javacutil.Pair parseExpression (java.util.StringTokenizer, java.lang.String) org.checkerframework.errorprone.javacutil.Pair p com.sun.tools.javac.tree.JCTree$JCExpression arg com.sun.tools.javac.util.ListBuffer args org.checkerframework.errorprone.javacutil.Pair p com.sun.tools.javac.tree.JCTree$JCExpression index String delim java.util.StringTokenizer tokenizer String token com.sun.tools.javac.tree.JCTree$JCExpression tree static void <clinit> () }
org/checkerframework/errorprone/javacutil/trees/TreeBuilder$1.class
TreeBuilder.java package org.checkerframework.errorprone.javacutil.trees synthetic org.checkerframework.errorprone.javacutil.trees.TreeBuilder$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
org/checkerframework/errorprone/javacutil/trees/TreeBuilder.class
TreeBuilder.java package org.checkerframework.errorprone.javacutil.trees public org.checkerframework.errorprone.javacutil.trees.TreeBuilder extends java.lang.Object { protected final javax.lang.model.util.Elements elements protected final javax.lang.model.util.Types modelTypes protected final com.sun.tools.javac.code.Types javacTypes protected final com.sun.tools.javac.tree.TreeMaker maker protected final com.sun.tools.javac.util.Names names protected final com.sun.tools.javac.code.Symtab symtab protected final javax.annotation.processing.ProcessingEnvironment env static final synthetic boolean $assertionsDisabled public void <init> (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context context public com.sun.source.tree.MemberSelectTree buildIteratorMethodAccess (com.sun.source.tree.ExpressionTree) javax.lang.model.element.ExecutableElement method javax.lang.model.type.TypeMirror elementType com.sun.source.tree.ExpressionTree iterableExpr javax.lang.model.type.DeclaredType exprType javax.lang.model.element.TypeElement exprElement com.sun.tools.javac.code.Symbol$MethodSymbol iteratorMethod com.sun.tools.javac.code.Type$MethodType methodType com.sun.tools.javac.code.Symbol$TypeSymbol methodClass javax.lang.model.type.DeclaredType iteratorType int numIterTypeArgs com.sun.tools.javac.code.Type$MethodType updatedMethodType com.sun.tools.javac.tree.JCTree$JCFieldAccess iteratorAccess public com.sun.source.tree.MemberSelectTree buildHasNextMethodAccess (com.sun.source.tree.ExpressionTree) javax.lang.model.element.ExecutableElement method com.sun.source.tree.ExpressionTree iteratorExpr javax.lang.model.type.DeclaredType exprType javax.lang.model.element.TypeElement exprElement com.sun.tools.javac.code.Symbol$MethodSymbol hasNextMethod com.sun.tools.javac.tree.JCTree$JCFieldAccess hasNextAccess public com.sun.source.tree.MemberSelectTree buildNextMethodAccess (com.sun.source.tree.ExpressionTree) javax.lang.model.element.ExecutableElement method com.sun.tools.javac.code.Type elementType com.sun.source.tree.ExpressionTree iteratorExpr javax.lang.model.type.DeclaredType exprType javax.lang.model.element.TypeElement exprElement com.sun.tools.javac.code.Symbol$MethodSymbol nextMethod com.sun.tools.javac.code.Type$MethodType methodType com.sun.tools.javac.code.Symbol$TypeSymbol methodClass com.sun.tools.javac.code.Type elementType com.sun.tools.javac.code.Type$MethodType updatedMethodType com.sun.tools.javac.tree.JCTree$JCFieldAccess nextAccess public com.sun.source.tree.MemberSelectTree buildArrayLengthAccess (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression public com.sun.source.tree.MethodInvocationTree buildMethodInvocation (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree methodExpr public com.sun.source.tree.MethodInvocationTree buildMethodInvocation (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree methodExpr com.sun.source.tree.ExpressionTree argExpr public com.sun.source.tree.VariableTree buildVariableDecl (javax.lang.model.type.TypeMirror, java.lang.String, javax.lang.model.element.Element, com.sun.source.tree.ExpressionTree) javax.lang.model.type.TypeMirror type String name javax.lang.model.element.Element owner com.sun.source.tree.ExpressionTree initializer org.checkerframework.errorprone.javacutil.trees.DetachedVarSymbol sym com.sun.source.tree.VariableTree tree public com.sun.source.tree.VariableTree buildVariableDecl (com.sun.source.tree.Tree, java.lang.String, javax.lang.model.element.Element, com.sun.source.tree.ExpressionTree) com.sun.source.tree.Tree type String name javax.lang.model.element.Element owner com.sun.source.tree.ExpressionTree initializer com.sun.tools.javac.code.Type typeMirror org.checkerframework.errorprone.javacutil.trees.DetachedVarSymbol sym com.sun.tools.javac.tree.JCTree$JCModifiers mods com.sun.tools.javac.tree.JCTree$JCVariableDecl decl public com.sun.source.tree.IdentifierTree buildVariableUse (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree decl public com.sun.source.tree.TypeCastTree buildTypeCast (javax.lang.model.type.TypeMirror, com.sun.source.tree.ExpressionTree) javax.lang.model.type.TypeMirror type com.sun.source.tree.ExpressionTree expr public com.sun.source.tree.StatementTree buildAssignment (com.sun.source.tree.VariableTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.VariableTree variable com.sun.source.tree.ExpressionTree expr public com.sun.source.tree.AssignmentTree buildAssignment (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.sun.tools.javac.tree.JCTree$JCAssign assign public com.sun.source.tree.LiteralTree buildLiteral (java.lang.Object) Object value public com.sun.source.tree.BinaryTree buildLessThan (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree left com.sun.source.tree.ExpressionTree right com.sun.tools.javac.tree.JCTree$JCBinary binary public com.sun.source.tree.ArrayAccessTree buildArrayAccess (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree array com.sun.source.tree.ExpressionTree index javax.lang.model.type.ArrayType arrayType com.sun.tools.javac.tree.JCTree$JCArrayAccess access public com.sun.source.tree.IdentifierTree buildClassUse (javax.lang.model.element.Element) javax.lang.model.element.Element elt public com.sun.source.tree.MemberSelectTree buildValueOfMethodAccess (com.sun.source.tree.Tree) com.sun.source.tree.Tree expr javax.lang.model.type.TypeMirror boxedType com.sun.tools.javac.code.Symbol$MethodSymbol valueOfMethod com.sun.tools.javac.code.Type$MethodType methodType com.sun.tools.javac.tree.JCTree$JCFieldAccess valueOfAccess public static com.sun.tools.javac.code.Symbol$MethodSymbol getValueOfMethod (javax.annotation.processing.ProcessingEnvironment, javax.lang.model.type.TypeMirror) java.util.List params javax.lang.model.element.ExecutableElement method javax.annotation.processing.ProcessingEnvironment env javax.lang.model.type.TypeMirror boxedType com.sun.tools.javac.code.Symbol$MethodSymbol valueOfMethod javax.lang.model.type.TypeMirror unboxedType javax.lang.model.element.TypeElement boxedElement public com.sun.source.tree.MemberSelectTree buildPrimValueMethodAccess (com.sun.source.tree.Tree) javax.lang.model.element.ExecutableElement method com.sun.source.tree.Tree expr javax.lang.model.type.TypeMirror boxedType javax.lang.model.element.TypeElement boxedElement javax.lang.model.type.TypeMirror unboxedType String primValueName com.sun.tools.javac.code.Symbol$MethodSymbol primValueMethod com.sun.tools.javac.code.Type$MethodType methodType com.sun.tools.javac.tree.JCTree$JCFieldAccess primValueAccess public com.sun.tools.javac.tree.JCTree$Tag kindToTag (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind kind public com.sun.source.tree.BinaryTree buildBinary (javax.lang.model.type.TypeMirror, com.sun.source.tree.Tree$Kind, com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) javax.lang.model.type.TypeMirror type com.sun.source.tree.Tree$Kind op com.sun.source.tree.ExpressionTree left com.sun.source.tree.ExpressionTree right com.sun.tools.javac.tree.JCTree$Tag jcOp com.sun.tools.javac.tree.JCTree$JCBinary binary public com.sun.source.tree.NewArrayTree buildNewArray (javax.lang.model.type.TypeMirror, java.util.List) javax.lang.model.type.TypeMirror componentType java.util.List elems java.util.List exprs com.sun.tools.javac.tree.JCTree$JCNewArray newArray static void <clinit> () }
org/checkerframework/errorprone/javacutil/Resolver$1.class
Resolver.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.Resolver$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
org/checkerframework/errorprone/javacutil/CollectionUtils$1.class
CollectionUtils.java package org.checkerframework.errorprone.javacutil org.checkerframework.errorprone.javacutil.CollectionUtils$1 extends java.util.LinkedHashMap { private static final long serialVersionUID final synthetic int val$size void <init> (int, float, boolean, int) int arg0 float arg1 boolean arg2 protected boolean removeEldestEntry (java.util.Map$Entry) java.util.Map$Entry entry }
org/checkerframework/errorprone/javacutil/TypesUtils$1.class
TypesUtils.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.TypesUtils$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
org/checkerframework/errorprone/javacutil/TreeUtils$1.class
TreeUtils.java package org.checkerframework.errorprone.javacutil org.checkerframework.errorprone.javacutil.TreeUtils$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public java.lang.String visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void p public java.lang.String visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void p public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
org/checkerframework/errorprone/javacutil/BugInCF.class
BugInCF.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.BugInCF extends java.lang.RuntimeException { public void <init> (java.lang.String) String message public transient void <init> (java.lang.String, java.lang.Object[]) String fmt Object[] args public void <init> (java.lang.Throwable) Throwable cause public transient void <init> (java.lang.Throwable, java.lang.String, java.lang.Object[]) Throwable cause String fmt Object[] args public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause }
org/checkerframework/errorprone/javacutil/TreeUtils$MemberReferenceKind.class
TreeUtils.java package org.checkerframework.errorprone.javacutil public final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind extends java.lang.Enum { public static final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind SUPER public static final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind UNBOUND public static final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind STATIC public static final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind BOUND public static final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind IMPLICIT_INNER public static final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind TOPLEVEL public static final enum org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind ARRAY_CTOR final com.sun.source.tree.MemberReferenceTree$ReferenceMode mode final boolean unbound private static final synthetic org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind[] $VALUES public static org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind[] values () public static org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.sun.source.tree.MemberReferenceTree$ReferenceMode, boolean) com.sun.source.tree.MemberReferenceTree$ReferenceMode mode boolean unbound public boolean isUnbound () public static org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind getMemberReferenceKind (com.sun.source.tree.MemberReferenceTree) com.sun.source.tree.MemberReferenceTree tree com.sun.tools.javac.tree.JCTree$JCMemberReference memberTree private static synthetic org.checkerframework.errorprone.javacutil.TreeUtils$MemberReferenceKind[] $values () static void <clinit> () }
org/checkerframework/errorprone/javacutil/AbstractTypeProcessor$1.class
AbstractTypeProcessor.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.AbstractTypeProcessor$1 extends java.lang.Object { }
org/checkerframework/errorprone/javacutil/BasicAnnotationProvider.class
BasicAnnotationProvider.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.BasicAnnotationProvider extends java.lang.Object implements org.checkerframework.errorprone.javacutil.AnnotationProvider { public void <init> () public javax.lang.model.element.AnnotationMirror getDeclAnnotation (javax.lang.model.element.Element, java.lang.Class) boolean found javax.lang.model.element.AnnotationMirror am javax.lang.model.element.Element elt Class anno java.util.List annotationMirrors public javax.lang.model.element.AnnotationMirror getAnnotationMirror (com.sun.source.tree.Tree, java.lang.Class) com.sun.source.tree.Tree tree Class target public boolean isSideEffectFree (javax.lang.model.element.ExecutableElement) boolean found javax.lang.model.element.AnnotationMirror am javax.lang.model.element.ExecutableElement methodElement java.util.List annotationMirrors }
org/checkerframework/errorprone/javacutil/TreeUtils.class
TreeUtils.java package org.checkerframework.errorprone.javacutil public final org.checkerframework.errorprone.javacutil.TreeUtils extends java.lang.Object { public static final org.checkerframework.errorprone.org.plumelib.util.UniqueIdMap treeUids private static final boolean atLeastJava12 private static final boolean atLeastJava13 private static final boolean atLeastJava16 private static final boolean atLeastJava21 private static final java.lang.reflect.Method CASETREE_GETEXPRESSION private static final java.lang.reflect.Method CASETREE_GETEXPRESSIONS private static final java.lang.reflect.Method CASETREE_GETBODY private static final java.lang.reflect.Method SWITCHEXPRTREE_GETEXPRESSION private static final java.lang.reflect.Method SWITCHEXPRTREE_GETCASES private static final java.lang.reflect.Method CASETREE_GETKIND private static final Enum CASETREE_CASEKIND_RULE private static final java.lang.reflect.Method YIELDTREE_GETVALUE private static final java.lang.reflect.Method INSTANCEOFTREE_GETPATTERN private static final java.lang.reflect.Method BINDINGPATTERNTREE_GETVARIABLE private static final java.lang.reflect.Method TREEMAKER_SELECT private static final long Flags_RECORD private static final java.util.Set BINARY_COMPARISON_TREE_KINDS private static final java.util.Set classTreeKinds private static final java.util.Set classAndMethodTreeKinds private static final java.util.Set declarationTreeKinds private static final java.util.Set typeTreeKinds static final synthetic boolean $assertionsDisabled private void <init> () public static boolean isConstructor (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree public static boolean isSuperConstructorCall (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree public static boolean isThisConstructorCall (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree private static boolean isNamedMethodCall (java.lang.String, com.sun.source.tree.MethodInvocationTree) String name com.sun.source.tree.MethodInvocationTree tree public static boolean isSelfAccess (com.sun.source.tree.ExpressionTree) javax.lang.model.element.Name ident com.sun.source.tree.ExpressionTree tree com.sun.source.tree.ExpressionTree tr public static com.sun.source.tree.ExpressionTree withoutParens (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.ExpressionTree t public static com.sun.source.tree.ExpressionTree withoutParensOrCasts (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.ExpressionTree t public static javax.lang.model.element.TypeElement elementFromDeclaration (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree javax.lang.model.element.TypeElement result public static javax.lang.model.element.TypeElement elementFromTree (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree public static javax.lang.model.element.TypeElement elementFromUse (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree public static javax.lang.model.element.Element elementFromDeclaration (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public static javax.lang.model.element.Element elementFromTree (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public static javax.lang.model.element.Element elementFromUse (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree javax.lang.model.element.Element result public static javax.lang.model.element.VariableElement variableElementFromUse (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree javax.lang.model.element.VariableElement result public static javax.lang.model.element.Element elementFromDeclaration (com.sun.source.tree.MemberSelectTree) com.sun.source.tree.MemberSelectTree tree public static javax.lang.model.element.Element elementFromTree (com.sun.source.tree.MemberSelectTree) com.sun.source.tree.MemberSelectTree tree public static javax.lang.model.element.Element elementFromUse (com.sun.source.tree.MemberSelectTree) com.sun.source.tree.MemberSelectTree tree javax.lang.model.element.Element result public static javax.lang.model.element.ExecutableElement elementFromDeclaration (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree public static javax.lang.model.element.ExecutableElement elementFromTree (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree public static javax.lang.model.element.ExecutableElement elementFromUse (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree javax.lang.model.element.Element result public static javax.lang.model.element.ExecutableElement elementFromDeclaration (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree javax.lang.model.element.ExecutableElement result public static javax.lang.model.element.ExecutableElement elementFromTree (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree public static javax.lang.model.element.ExecutableElement elementFromUse (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree public static javax.lang.model.element.ExecutableElement elementFromDeclaration (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree tree public static javax.lang.model.element.ExecutableElement elementFromTree (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree tree public static javax.lang.model.element.ExecutableElement elementFromUse (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree tree javax.lang.model.element.Element result public static javax.lang.model.element.VariableElement elementFromDeclaration (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree javax.lang.model.element.VariableElement result public static javax.lang.model.element.VariableElement elementFromTree (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree public static javax.lang.model.element.VariableElement elementFromUse (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree public static javax.lang.model.element.VariableElement variableElementFromTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree javax.lang.model.element.VariableElement result public static javax.lang.model.element.Element elementFromTree (com.sun.source.tree.Tree) javax.lang.model.element.ExecutableElement memberResult javax.lang.model.element.Element defaultResult javax.lang.model.element.Element defaultResult com.sun.source.tree.Tree tree public static javax.lang.model.element.ExecutableElement getSuperConstructor (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree newClassTree com.sun.tools.javac.tree.JCTree$JCNewClass jcNewClass com.sun.tools.javac.tree.JCTree$JCMethodDecl anonConstructor com.sun.tools.javac.tree.JCTree$JCExpressionStatement stmt com.sun.tools.javac.tree.JCTree$JCMethodInvocation superInvok public static javax.lang.model.element.ExecutableElement constructor (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree tree public static boolean isUseOfElement (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.ExpressionTree realnode public static boolean hasSyntheticArgument (com.sun.source.tree.NewClassTree) com.sun.source.tree.MethodTree methodTree com.sun.source.tree.StatementTree f com.sun.source.tree.Tree member com.sun.source.tree.NewClassTree tree public static javax.lang.model.element.Name methodName (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree expr public static boolean containsThisConstructorInvocation (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree com.sun.source.tree.StatementTree st com.sun.source.tree.MethodInvocationTree invocation public static com.sun.source.tree.Tree firstStatement (com.sun.source.tree.Tree) com.sun.source.tree.Tree first com.sun.source.tree.BlockTree block com.sun.source.tree.Tree first com.sun.source.tree.Tree tree com.sun.source.tree.Tree first public static boolean hasExplicitConstructor (com.sun.source.tree.ClassTree) javax.lang.model.element.ExecutableElement constructorElt com.sun.source.tree.ClassTree tree javax.lang.model.element.TypeElement elem public static boolean isSynthetic (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement ee com.sun.tools.javac.code.Symbol$MethodSymbol ms long mod public static boolean isSynthetic (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree javax.lang.model.element.ExecutableElement ee public static boolean isDiamondTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isStringConcatenation (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isStringCompoundConcatenation (com.sun.source.tree.CompoundAssignmentTree) com.sun.source.tree.CompoundAssignmentTree tree public static boolean isVoidReturn (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree public static boolean isCompileTimeString (com.sun.source.tree.ExpressionTree) javax.lang.model.element.Element elt com.sun.source.tree.BinaryTree binOp com.sun.source.tree.ExpressionTree tree public static com.sun.source.tree.ExpressionTree getReceiverTree (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree expression com.sun.source.tree.ExpressionTree receiver public static java.util.Set classAndMethodTreeKinds () public static java.util.Set classTreeKinds () public static boolean isClassTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static java.util.Set declarationTreeKinds () public static boolean isDeclarationTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static java.util.Set typeTreeKinds () public static boolean isTypeTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isMethodInvocation (com.sun.source.tree.Tree, javax.lang.model.element.ExecutableElement, javax.annotation.processing.ProcessingEnvironment) com.sun.source.tree.Tree tree javax.lang.model.element.ExecutableElement method javax.annotation.processing.ProcessingEnvironment env com.sun.source.tree.MethodInvocationTree methInvok javax.lang.model.element.ExecutableElement invoked public static boolean isMethodInvocation (com.sun.source.tree.Tree, java.util.List, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.ExecutableElement Method com.sun.source.tree.Tree methodTree java.util.List methods javax.annotation.processing.ProcessingEnvironment processingEnv public static javax.lang.model.element.ExecutableElement getMethod (java.lang.Class, java.lang.String, int, javax.annotation.processing.ProcessingEnvironment) Class type String methodName int params javax.annotation.processing.ProcessingEnvironment env String typeName public static javax.lang.model.element.ExecutableElement getMethod (java.lang.String, java.lang.String, int, javax.annotation.processing.ProcessingEnvironment) String typeName String methodName int params javax.annotation.processing.ProcessingEnvironment env java.util.List methods public static javax.lang.model.element.ExecutableElement getMethodOrNull (java.lang.String, java.lang.String, int, javax.annotation.processing.ProcessingEnvironment) String typeName String methodName int params javax.annotation.processing.ProcessingEnvironment env java.util.List methods public static java.util.List getMethods (java.lang.String, java.lang.String, int, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.ExecutableElement exec String typeName String methodName int params javax.annotation.processing.ProcessingEnvironment env java.util.List methods javax.lang.model.element.TypeElement typeElt public static transient javax.lang.model.element.ExecutableElement getMethod (java.lang.Class, java.lang.String, javax.annotation.processing.ProcessingEnvironment, java.lang.String[]) Class type String methodName javax.annotation.processing.ProcessingEnvironment env String[] paramTypes String typeName public static transient javax.lang.model.element.ExecutableElement getMethod (java.lang.String, java.lang.String, javax.annotation.processing.ProcessingEnvironment, java.lang.String[]) javax.lang.model.element.VariableElement ve javax.lang.model.type.TypeMirror tm int i boolean typesMatch java.util.List params javax.lang.model.element.ExecutableElement exec javax.lang.model.element.ExecutableElement exec javax.lang.model.element.ExecutableElement exec String typeName String methodName javax.annotation.processing.ProcessingEnvironment env String[] paramTypes javax.lang.model.element.TypeElement typeElt java.util.List candidates private static java.lang.String executableElementToString (javax.lang.model.element.ExecutableElement) javax.lang.model.element.VariableElement param javax.lang.model.element.ExecutableElement exec java.util.StringJoiner result public static boolean isExplicitThisDereference (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.MemberSelectTree memSelTree public static boolean isClassLiteral (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isFieldAccess (com.sun.source.tree.Tree) com.sun.source.tree.MemberSelectTree memberSelect javax.lang.model.element.Element el com.sun.source.tree.IdentifierTree ident javax.lang.model.element.Element el com.sun.source.tree.Tree tree public static java.lang.String getFieldName (com.sun.source.tree.Tree) com.sun.source.tree.MemberSelectTree mtree com.sun.source.tree.IdentifierTree itree com.sun.source.tree.Tree tree public static boolean isMethodAccess (com.sun.source.tree.Tree) com.sun.source.tree.MemberSelectTree memberSelect javax.lang.model.element.Element el com.sun.source.tree.IdentifierTree ident javax.lang.model.element.Element el com.sun.source.tree.Tree tree public static java.lang.String getMethodName (com.sun.source.tree.Tree) com.sun.source.tree.MemberSelectTree mtree com.sun.source.tree.IdentifierTree itree com.sun.source.tree.Tree tree public static boolean canHaveTypeAnnotation (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isSpecificFieldAccess (com.sun.source.tree.Tree, javax.lang.model.element.VariableElement) com.sun.source.tree.MemberSelectTree memSel javax.lang.model.element.Element field com.sun.source.tree.IdentifierTree idTree javax.lang.model.element.Element field com.sun.source.tree.Tree tree javax.lang.model.element.VariableElement var public static javax.lang.model.element.VariableElement getField (java.lang.String, java.lang.String, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.VariableElement var String typeName String fieldName javax.annotation.processing.ProcessingEnvironment env javax.lang.model.element.TypeElement mapElt public static boolean isExpressionTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isEnumSuperCall (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree javax.lang.model.element.ExecutableElement ex javax.lang.model.element.Name name boolean correctClass boolean correctMethod public static boolean isTypeDeclaration (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isArrayLengthAccess (com.sun.source.tree.Tree) com.sun.source.tree.ExpressionTree expressionTree com.sun.source.tree.Tree tree public static boolean isAnonymousConstructor (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree method javax.lang.model.element.Element e javax.lang.model.element.TypeElement typeElement public static boolean isCompactCanonicalRecordConstructor (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree method com.sun.tools.javac.code.Symbol s public static boolean isAutoGeneratedRecordMember (com.sun.source.tree.Tree) com.sun.source.tree.Tree member javax.lang.model.element.Element e public static java.util.List annotationsFromTypeAnnotationTrees (java.util.List) java.util.List annoTrees public static javax.lang.model.element.AnnotationMirror annotationFromAnnotationTree (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree tree public static java.util.List annotationsFromTree (com.sun.source.tree.AnnotatedTypeTree) com.sun.source.tree.AnnotatedTypeTree tree public static java.util.List annotationsFromTree (com.sun.source.tree.TypeParameterTree) com.sun.source.tree.TypeParameterTree tree public static java.util.List annotationsFromArrayCreation (com.sun.source.tree.NewArrayTree, int) com.sun.source.tree.NewArrayTree tree int level com.sun.tools.javac.tree.JCTree$JCNewArray newArray public static boolean isLocalVariable (com.sun.source.tree.Tree) javax.lang.model.element.VariableElement varElt com.sun.source.tree.ExpressionTree etree com.sun.source.tree.Tree tree public static javax.lang.model.type.TypeMirror typeOf (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static javax.lang.model.type.ExecutableType typeFromUse (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree javax.lang.model.type.TypeMirror type public static javax.lang.model.type.ExecutableType typeFromUse (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree tree com.sun.tools.javac.tree.JCTree$JCNewClass newClassTree javax.lang.model.type.TypeMirror type public static javax.lang.model.element.ExecutableElement findFunction (com.sun.source.tree.Tree, javax.annotation.processing.ProcessingEnvironment) com.sun.source.tree.Tree tree javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context ctx com.sun.tools.javac.code.Types javacTypes public static boolean isImplicitlyTypedLambda (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isExprConstTrue (com.sun.source.tree.ExpressionTree) com.sun.tools.javac.tree.JCTree$JCBinary binTree com.sun.tools.javac.tree.JCTree$JCExpression ltree com.sun.tools.javac.tree.JCTree$JCExpression rtree com.sun.source.tree.ExpressionTree tree public static java.lang.String toStringOneLine (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static java.lang.String toStringTruncated (com.sun.source.tree.Tree, int) com.sun.source.tree.Tree tree int length String result public static java.lang.String nameExpressionToString (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree nameExpr com.sun.source.tree.TreeVisitor visitor public static boolean isWideningBinary (com.sun.source.tree.BinaryTree) com.sun.source.tree.BinaryTree tree public static java.util.List getExplicitAnnotationTrees (java.util.List, com.sun.source.tree.Tree) com.sun.source.tree.Tree alternative java.util.List alternatives java.util.List result java.util.List annoTrees com.sun.source.tree.Tree typeTree public static com.sun.source.tree.LiteralTree getDefaultValueTree (javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror typeMirror javax.annotation.processing.ProcessingEnvironment processingEnv public static com.sun.source.tree.LiteralTree createLiteral (com.sun.tools.javac.code.TypeTag, java.lang.Object, javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) com.sun.tools.javac.code.TypeTag typeTag Object value javax.lang.model.type.TypeMirror typeMirror javax.annotation.processing.ProcessingEnvironment processingEnv com.sun.tools.javac.util.Context context com.sun.tools.javac.tree.TreeMaker maker com.sun.source.tree.LiteralTree result public static boolean isNullExpression (com.sun.source.tree.Tree) com.sun.source.tree.Tree t public static boolean sameTree (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expr1 com.sun.source.tree.ExpressionTree expr2 public static boolean isDefaultCaseTree (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree caseTree public static boolean isCaseRule (com.sun.source.tree.CaseTree) Enum caseKind boolean result Exception e com.sun.source.tree.CaseTree caseTree public static java.util.List caseTreeGetExpressions (com.sun.source.tree.CaseTree) java.util.List result com.sun.source.tree.ExpressionTree expression ReflectiveOperationException e com.sun.source.tree.CaseTree caseTree public static com.sun.source.tree.Tree caseTreeGetBody (com.sun.source.tree.CaseTree) com.sun.source.tree.Tree ret ReflectiveOperationException e com.sun.source.tree.CaseTree caseTree public static com.sun.source.tree.VariableTree bindingPatternTreeGetVariable (com.sun.source.tree.Tree) com.sun.source.tree.VariableTree localVT com.sun.source.tree.VariableTree variableTree ReflectiveOperationException e com.sun.source.tree.VariableTree variableTree com.sun.source.tree.Tree bindingPatternTree public static com.sun.source.tree.Tree instanceOfTreeGetPattern (com.sun.source.tree.InstanceOfTree) com.sun.source.tree.Tree ret ReflectiveOperationException e com.sun.source.tree.InstanceOfTree instanceOfTree public static com.sun.source.tree.ExpressionTree switchExpressionTreeGetExpression (com.sun.source.tree.Tree) com.sun.source.tree.ExpressionTree localET com.sun.source.tree.ExpressionTree expressionTree ReflectiveOperationException e com.sun.source.tree.ExpressionTree expressionTree com.sun.source.tree.Tree switchExpressionTree public static java.util.List switchExpressionTreeGetCases (com.sun.source.tree.Tree) java.util.List localcases java.util.List cases ReflectiveOperationException e java.util.List cases com.sun.source.tree.Tree switchExpressionTree public static boolean isSwitchStatement (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static com.sun.source.tree.ExpressionTree yieldTreeGetValue (com.sun.source.tree.Tree) com.sun.source.tree.ExpressionTree localET com.sun.source.tree.ExpressionTree expressionTree ReflectiveOperationException e com.sun.source.tree.ExpressionTree expressionTree com.sun.source.tree.Tree yieldTree public static boolean isVarArgs (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public static boolean isVarArgs (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree invok public static boolean isVarArgs (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree newClassTree private static boolean isVarArgs (javax.lang.model.element.ExecutableElement, java.util.List) javax.lang.model.element.ExecutableElement method java.util.List args java.util.List parameters javax.lang.model.type.TypeMirror lastArgType javax.lang.model.type.TypeMirror varargsParamType public static com.sun.source.tree.Tree$Kind getKindRecordAsClass (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.source.tree.Tree$Kind kind public static boolean isBinaryComparison (com.sun.source.tree.BinaryTree) com.sun.source.tree.BinaryTree tree public static com.sun.tools.javac.tree.JCTree$JCFieldAccess Select (com.sun.tools.javac.tree.TreeMaker, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.tree.JCTree$JCFieldAccess jfa ReflectiveOperationException e com.sun.tools.javac.tree.JCTree$JCFieldAccess jfa com.sun.tools.javac.tree.TreeMaker treeMaker com.sun.source.tree.Tree base com.sun.tools.javac.code.Symbol sym public static com.sun.tools.javac.tree.JCTree$JCFieldAccess Select (com.sun.tools.javac.tree.TreeMaker, com.sun.source.tree.Tree, com.sun.tools.javac.util.Name) com.sun.tools.javac.tree.TreeMaker treeMaker com.sun.source.tree.Tree base com.sun.tools.javac.util.Name name static void <clinit> () javax.lang.model.SourceVersion java12 IllegalArgumentException e javax.lang.model.SourceVersion java13 IllegalArgumentException e javax.lang.model.SourceVersion java16 IllegalArgumentException e javax.lang.model.SourceVersion java21 IllegalArgumentException e Object enumConstant Object[] enumConstants Class nested Class switchExpressionClass Enum ruleTemp Class yieldTreeClass Class bindingPatternClass Error err ReflectiveOperationException e javax.lang.model.SourceVersion latestSource javax.lang.model.SourceVersion java12 javax.lang.model.SourceVersion java13 javax.lang.model.SourceVersion java16 javax.lang.model.SourceVersion java21 com.sun.source.tree.Tree$Kind kind }
org/checkerframework/errorprone/javacutil/TypeAnnotationUtils$1.class
TypeAnnotationUtils.java package org.checkerframework.errorprone.javacutil synthetic org.checkerframework.errorprone.javacutil.TypeAnnotationUtils$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$code$TargetType static void <clinit> () }
org/checkerframework/errorprone/javacutil/CollectionUtils.class
CollectionUtils.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.CollectionUtils extends java.lang.Object { public void <init> () public static java.util.Map createLRUCache (int) int size public static java.util.Collection cloneElements (java.util.Collection) Object elt java.util.Collection orig java.util.Collection result public static java.util.Map cloneElements (java.util.Map) java.util.Map orig public static java.util.Map cloneValues (java.util.Map) java.util.Map orig private static java.util.Map cloneElements (java.util.Map, boolean) Object oldKey Object newKey java.util.Map$Entry mapEntry java.util.Map orig boolean cloneKeys java.util.Map result public static java.util.Collection deepCopy (java.util.Collection) org.checkerframework.errorprone.javacutil.DeepCopyable elt java.util.Collection orig java.util.Collection result public static java.util.Map deepCopy (java.util.Map) org.checkerframework.errorprone.javacutil.DeepCopyable oldKey org.checkerframework.errorprone.javacutil.DeepCopyable oldValue java.util.Map$Entry mapEntry java.util.Map orig java.util.Map result public static java.util.Map deepCopyValues (java.util.Map) Object oldKey org.checkerframework.errorprone.javacutil.DeepCopyable oldValue java.util.Map$Entry mapEntry java.util.Map orig java.util.Map result public static java.lang.Object clone (java.lang.Object) ReflectiveOperationException e Object data }
org/checkerframework/errorprone/javacutil/TreePathUtil.class
TreePathUtil.java package org.checkerframework.errorprone.javacutil public final org.checkerframework.errorprone.javacutil.TreePathUtil extends java.lang.Object { private void <init> () public static com.sun.source.util.TreePath pathTillOfKind (com.sun.source.util.TreePath, com.sun.source.tree.Tree$Kind) com.sun.source.util.TreePath path com.sun.source.tree.Tree$Kind kind public static com.sun.source.util.TreePath pathTillOfKind (com.sun.source.util.TreePath, java.util.Set) com.sun.source.util.TreePath p com.sun.source.util.TreePath path java.util.Set kinds public static com.sun.source.util.TreePath pathTillClass (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.sun.source.util.TreePath pathTillMethod (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.sun.source.tree.Tree enclosingOfKind (com.sun.source.util.TreePath, com.sun.source.tree.Tree$Kind) com.sun.source.util.TreePath path com.sun.source.tree.Tree$Kind kind public static com.sun.source.tree.Tree enclosingOfKind (com.sun.source.util.TreePath, java.util.Set) com.sun.source.util.TreePath path java.util.Set kinds com.sun.source.util.TreePath p public static com.sun.source.tree.Tree enclosingOfClass (com.sun.source.util.TreePath, java.lang.Class) com.sun.source.tree.Tree leaf com.sun.source.util.TreePath path Class treeClass com.sun.source.util.TreePath p public static com.sun.source.util.TreePath enclosingDeclarationPath (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.sun.source.tree.ClassTree enclosingClass (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.sun.source.tree.VariableTree enclosingVariable (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.sun.source.tree.MethodTree enclosingMethod (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.sun.source.tree.Tree enclosingMethodOrLambda (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public static com.sun.source.tree.BlockTree enclosingTopLevelBlock (com.sun.source.util.TreePath) com.sun.source.util.TreePath path com.sun.source.util.TreePath parentPath public static org.checkerframework.errorprone.javacutil.Pair enclosingNonParen (com.sun.source.util.TreePath) com.sun.source.util.TreePath path com.sun.source.util.TreePath parentPath com.sun.source.tree.Tree enclosing com.sun.source.tree.Tree enclosingChild public static com.sun.source.tree.Tree getAssignmentContext (com.sun.source.util.TreePath) com.sun.source.tree.ConditionalExpressionTree cet boolean conditionIsLeaf com.sun.source.util.TreePath treePath com.sun.source.util.TreePath parentPath com.sun.source.tree.Tree parent public static boolean inConstructor (com.sun.source.util.TreePath) com.sun.source.util.TreePath path com.sun.source.tree.MethodTree method public static boolean isTreeInStaticScope (com.sun.source.util.TreePath) com.sun.source.util.TreePath path com.sun.source.tree.MethodTree enclosingMethod com.sun.source.tree.BlockTree block com.sun.source.tree.Tree t com.sun.source.tree.ClassTree classTree public static boolean isTopLevelAssignmentInInitializerBlock (com.sun.source.util.TreePath) com.sun.source.tree.Tree leaf java.util.Iterator itor com.sun.source.util.TreePath path com.sun.source.util.TreePath origPath com.sun.source.tree.Tree prevLeaf public static java.lang.String toString (com.sun.source.util.TreePath) com.sun.source.tree.Tree t com.sun.source.util.TreePath path java.util.StringJoiner result public static java.lang.String leafToStringTruncated (com.sun.source.util.TreePath, int) com.sun.source.util.TreePath path int length }
org/checkerframework/errorprone/javacutil/AnnotationUtils$NoSuchElementException.class
AnnotationUtils.java package org.checkerframework.errorprone.javacutil org.checkerframework.errorprone.javacutil.AnnotationUtils$NoSuchElementException extends org.checkerframework.errorprone.javacutil.BugInCF { public void <init> (java.lang.String) String message }
org/checkerframework/errorprone/javacutil/Resolver.class
Resolver.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.Resolver extends java.lang.Object { private final com.sun.tools.javac.comp.Resolve resolve private final com.sun.tools.javac.util.Names names private final com.sun.source.util.Trees trees private final com.sun.tools.javac.util.Log log private static final java.lang.reflect.Method FIND_METHOD private static final java.lang.reflect.Method FIND_VAR private static final java.lang.reflect.Method FIND_IDENT private static final java.lang.reflect.Method FIND_IDENT_IN_TYPE private static final java.lang.reflect.Method FIND_IDENT_IN_PACKAGE private static final java.lang.reflect.Method FIND_TYPE private static final Class ACCESSERROR private static final java.lang.reflect.Method ACCESSERROR_ACCESS private static final boolean atLeastJava13 static final synthetic boolean $assertionsDisabled public void <init> (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context context public com.sun.tools.javac.comp.Env getEnvForPath (com.sun.source.util.TreePath) NullPointerException t com.sun.source.util.TreePath path com.sun.source.util.TreePath iter com.sun.tools.javac.api.JavacScope scope public com.sun.tools.javac.code.Symbol$PackageSymbol findPackage (java.lang.String, com.sun.source.util.TreePath) javax.lang.model.element.Element res com.sun.tools.javac.code.Symbol$PackageSymbol ps com.sun.tools.javac.comp.Env env javax.lang.model.element.Element res String name com.sun.source.util.TreePath path com.sun.tools.javac.util.Log$DiagnosticHandler discardDiagnosticHandler public javax.lang.model.element.VariableElement findField (java.lang.String, javax.lang.model.type.TypeMirror, com.sun.source.util.TreePath) javax.lang.model.element.Element res com.sun.tools.javac.comp.Env env javax.lang.model.element.Element res String name javax.lang.model.type.TypeMirror type com.sun.source.util.TreePath path com.sun.tools.javac.util.Log$DiagnosticHandler discardDiagnosticHandler public javax.lang.model.element.VariableElement findLocalVariableOrParameter (java.lang.String, com.sun.source.util.TreePath) com.sun.tools.javac.comp.Env env javax.lang.model.element.Element res String name com.sun.source.util.TreePath path com.sun.tools.javac.util.Log$DiagnosticHandler discardDiagnosticHandler public javax.lang.model.element.Element findClass (java.lang.String, com.sun.source.util.TreePath) com.sun.tools.javac.comp.Env env String name com.sun.source.util.TreePath path com.sun.tools.javac.util.Log$DiagnosticHandler discardDiagnosticHandler public com.sun.tools.javac.code.Symbol$ClassSymbol findClassInPackage (java.lang.String, com.sun.tools.javac.code.Symbol$PackageSymbol, com.sun.source.util.TreePath) javax.lang.model.element.Element res com.sun.tools.javac.comp.Env env javax.lang.model.element.Element res String name com.sun.tools.javac.code.Symbol$PackageSymbol pck com.sun.source.util.TreePath path com.sun.tools.javac.util.Log$DiagnosticHandler discardDiagnosticHandler public javax.lang.model.element.ExecutableElement findMethod (java.lang.String, javax.lang.model.type.TypeMirror, com.sun.source.util.TreePath, java.util.List) javax.lang.model.type.TypeMirror a javax.lang.model.element.ExecutableElement methodResult javax.lang.model.element.ExecutableElement methodResult Object methodContext Object oldContext javax.lang.model.element.Element resolveResult javax.lang.model.element.ExecutableElement methodResult Error err Throwable t com.sun.tools.javac.comp.Env env com.sun.tools.javac.code.Type site com.sun.tools.javac.util.Name name com.sun.tools.javac.util.List argtypes com.sun.tools.javac.util.List typeargtypes boolean allowBoxing boolean useVarargs String methodName javax.lang.model.type.TypeMirror receiverType com.sun.source.util.TreePath path java.util.List argumentTypes com.sun.tools.javac.util.Log$DiagnosticHandler discardDiagnosticHandler protected java.lang.Object buildMethodContext () throws java.lang.ClassNotFoundException java.lang.InstantiationException java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException java.lang.NoSuchFieldException Class methCtxClss java.lang.reflect.Constructor constructor Object methodContext com.sun.tools.javac.util.List phases private void setField (java.lang.Object, java.lang.String, java.lang.Object) throws java.lang.NoSuchFieldException java.lang.IllegalAccessException Object receiver String fieldName Object value java.lang.reflect.Field f private java.lang.Object getField (java.lang.Object, java.lang.String) throws java.lang.NoSuchFieldException java.lang.IllegalAccessException Object receiver String fieldName java.lang.reflect.Field f private transient com.sun.tools.javac.code.Symbol wrapInvocationOnResolveInstance (java.lang.reflect.Method, java.lang.Object[]) java.lang.reflect.Method method Object[] args private transient com.sun.tools.javac.code.Symbol wrapInvocation (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) com.sun.tools.javac.code.Symbol res Exception e Object receiver java.lang.reflect.Method method Object[] args static void <clinit> () javax.lang.model.SourceVersion java13 IllegalArgumentException e javax.lang.model.SourceVersion latestSource javax.lang.model.SourceVersion java13 Error err Exception e ClassNotFoundException e NoSuchMethodException e }
org/checkerframework/errorprone/javacutil/TypesUtils.class
TypesUtils.java package org.checkerframework.errorprone.javacutil public final org.checkerframework.errorprone.javacutil.TypesUtils extends java.lang.Object { static final synthetic boolean $assertionsDisabled private void <init> () public static javax.lang.model.type.TypeMirror typeFromClass (java.lang.Class, javax.lang.model.util.Types, javax.lang.model.util.Elements) String primitiveName javax.lang.model.type.TypeKind primitiveKind javax.lang.model.type.TypeMirror componentType String name javax.lang.model.element.TypeElement element Class clazz javax.lang.model.util.Types types javax.lang.model.util.Elements elements public static javax.lang.model.type.ArrayType createArrayType (javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) javax.lang.model.type.TypeMirror componentType javax.lang.model.util.Types types com.sun.tools.javac.model.JavacTypes t public static java.lang.Class getClassFromType (javax.lang.model.type.TypeMirror) Class componentClass Throwable e String typeString javax.lang.model.type.TypeMirror typeMirror public static java.lang.String getQualifiedName (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType type javax.lang.model.element.TypeElement element javax.lang.model.element.Name name public static java.lang.String simpleTypeName (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror bound java.util.StringJoiner sjI javax.lang.model.type.WildcardType wildcard javax.lang.model.type.TypeMirror extendsBound javax.lang.model.type.TypeMirror superBound javax.lang.model.type.TypeMirror alternative java.util.StringJoiner sj javax.lang.model.type.TypeMirror type public static java.lang.String binaryName (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static javax.lang.model.element.TypeElement getTypeElement (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.element.Element element public static javax.lang.model.type.TypeMirror getInnermostComponentType (javax.lang.model.type.ArrayType) javax.lang.model.type.ArrayType at javax.lang.model.type.TypeMirror result public static boolean areSameDeclaredTypes (com.sun.tools.javac.code.Type$ClassType, com.sun.tools.javac.code.Type$ClassType) com.sun.tools.javac.code.Type$ClassType t1 com.sun.tools.javac.code.Type$ClassType t2 public static boolean areSamePrimitiveTypes (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror left javax.lang.model.type.TypeMirror right public static boolean isObject (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isClass (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isString (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isBooleanType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isCharType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isDeclaredOfName (javax.lang.model.type.TypeMirror, java.lang.CharSequence) javax.lang.model.type.TypeMirror type CharSequence qualifiedName public static boolean isBoxedPrimitive (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isImmutableTypeInJdk (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isThrowable (javax.lang.model.type.TypeMirror) javax.lang.model.type.DeclaredType dt javax.lang.model.element.TypeElement elem javax.lang.model.element.Name name javax.lang.model.type.TypeMirror type public static boolean isAnonymous (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isPrimitive (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isPrimitiveOrBoxed (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isNumeric (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isNumericBoxed (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeKind boxedPrimitiveKind public static boolean isIntegralPrimitive (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isIntegralPrimitiveOrBoxed (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeKind kind public static boolean isBoxOf (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror declaredType javax.lang.model.type.TypeMirror primitiveType javax.lang.model.type.TypeKind boxedPrimitiveKind public static boolean isBoxedFloating (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeKind boxedPrimitiveKind public static boolean isFloatingPrimitive (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isFloatingPoint (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeKind kind public static boolean isClassType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean hasEnclosingType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type com.sun.tools.javac.code.Type e public static boolean isFunctionalInterface (javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror type javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context ctx com.sun.tools.javac.code.Types javacTypes public static javax.lang.model.type.TypeMirror upperBound (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeVariable tvar javax.lang.model.type.WildcardType wc javax.lang.model.type.TypeMirror type public static javax.lang.model.element.TypeParameterElement wildcardToTypeParam (javax.lang.model.type.WildcardType) javax.lang.model.type.WildcardType wildcard public static javax.lang.model.element.TypeParameterElement wildcardToTypeParam (com.sun.tools.javac.code.Type$WildcardType) javax.lang.model.element.Element typeParamElement com.sun.tools.javac.code.Type$WildcardType wildcard javax.lang.model.element.Element typeParamElement public static com.sun.tools.javac.code.Type wildUpperBound (javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) com.sun.tools.javac.code.Symtab syms com.sun.tools.javac.util.Context context com.sun.tools.javac.code.Type$WildcardType w javax.lang.model.type.TypeMirror tm javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.code.Type t public static javax.lang.model.type.DeclaredType getObjectTypeMirror (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context context com.sun.tools.javac.code.Symtab syms public static com.sun.tools.javac.code.Type wildLowerBound (javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) com.sun.tools.javac.util.Context context com.sun.tools.javac.code.Symtab syms com.sun.tools.javac.code.Type$WildcardType w javax.lang.model.type.TypeMirror tm javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.code.Type t public static javax.lang.model.type.TypeMirror findConcreteUpperBound (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror boundedType javax.lang.model.type.TypeMirror effectiveUpper public static boolean isErasedSubtype (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) javax.lang.model.type.TypeMirror subtype javax.lang.model.type.TypeMirror supertype javax.lang.model.util.Types types public static boolean isCaptured (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isCapturedTypeVariable (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static javax.lang.model.type.WildcardType getCapturedWildcard (javax.lang.model.type.TypeVariable) javax.lang.model.type.TypeVariable typeVar public static javax.lang.model.type.TypeMirror leastUpperBound (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.util.Elements elements javax.lang.model.type.WildcardType wc1 javax.lang.model.util.Elements elements javax.lang.model.type.WildcardType wc2 javax.lang.model.util.Elements elements javax.lang.model.util.Elements elements Exception e javax.lang.model.type.TypeMirror tm1 javax.lang.model.type.TypeMirror tm2 javax.annotation.processing.ProcessingEnvironment processingEnv com.sun.tools.javac.code.Type t1 com.sun.tools.javac.code.Type t2 com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.tools.javac.code.Types types public static javax.lang.model.type.TypeMirror greatestLowerBound (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror tm1 javax.lang.model.type.TypeMirror tm2 javax.annotation.processing.ProcessingEnvironment processingEnv com.sun.tools.javac.code.Type t1 com.sun.tools.javac.code.Type t2 com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.tools.javac.code.Types types public static javax.lang.model.type.TypeMirror mostSpecific (java.util.List, javax.annotation.processing.ProcessingEnvironment) com.sun.tools.javac.code.Type candidate com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.tools.javac.code.Types types com.sun.tools.javac.util.List typeList com.sun.tools.javac.code.Type glb java.util.List typeMirrors javax.annotation.processing.ProcessingEnvironment processingEnv private static com.sun.tools.javac.util.List typeMirrorListToTypeList (java.util.List) java.util.List typeMirrors java.util.List typeList public static javax.lang.model.type.TypeMirror substituteMethodReturnType (javax.lang.model.element.Element, javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.Element methodElement javax.lang.model.type.TypeMirror substitutedReceiverType javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type substitutedMethodType public static javax.lang.model.type.TypeMirror asSuper (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeMirror superType javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context ctx com.sun.tools.javac.code.Types javacTypes public static javax.lang.model.type.TypeMirror getSuperclass (javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) com.sun.tools.javac.code.Type$ClassType tt javax.lang.model.type.TypeMirror t javax.lang.model.type.TypeMirror type javax.lang.model.util.Types types java.util.List superTypes public static javax.lang.model.type.DeclaredType getSuperClassOrInterface (javax.lang.model.type.TypeMirror, javax.lang.model.util.Types) javax.lang.model.type.TypeMirror t javax.lang.model.type.TypeMirror type javax.lang.model.util.Types types java.util.List superTypes public static org.checkerframework.errorprone.javacutil.TypeKindUtils$PrimitiveConversionKind getPrimitiveConversionKind (javax.lang.model.type.PrimitiveType, javax.lang.model.type.PrimitiveType) javax.lang.model.type.PrimitiveType from javax.lang.model.type.PrimitiveType to public static javax.lang.model.type.TypeMirror substitute (javax.lang.model.type.TypeMirror, java.util.List, java.util.List, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror type java.util.List typeVariables java.util.List typeArgs javax.annotation.processing.ProcessingEnvironment env java.util.List newP java.util.List newT com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.tools.javac.code.Types types public static int getArrayDepth (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror arrayType int counter javax.lang.model.type.TypeMirror type public static javax.lang.model.type.TypeMirror freshTypeVariable (javax.lang.model.type.TypeMirror, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.type.TypeMirror typeMirror javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.tools.javac.code.Types types public static java.util.List order (java.util.Collection, javax.lang.model.util.Types) javax.lang.model.type.TypeVariable free java.util.Collection collection javax.lang.model.util.Types types java.util.List list java.util.List ordered private static javax.lang.model.type.TypeVariable doesNotContainOthers (java.util.Collection, javax.lang.model.util.Types) javax.lang.model.type.TypeVariable other boolean doesNotContain javax.lang.model.type.TypeVariable candidate java.util.Collection collection javax.lang.model.util.Types types static void <clinit> () }
org/checkerframework/errorprone/javacutil/AnnotationUtils.class
AnnotationUtils.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.AnnotationUtils extends java.lang.Object { static final synthetic boolean $assertionsDisabled private void <init> () public static final java.lang.String annotationName (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation javax.lang.model.type.DeclaredType annoType javax.lang.model.element.TypeElement elm String name public static final java.lang.String annotationBinaryName (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation javax.lang.model.type.DeclaredType annoType javax.lang.model.element.TypeElement elm public static boolean areSame (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a1 javax.lang.model.element.AnnotationMirror a2 public static int compareByName (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) String name1 String name2 javax.lang.model.element.AnnotationMirror a1 javax.lang.model.element.AnnotationMirror a2 public static boolean areSameByName (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror a1 javax.lang.model.element.AnnotationMirror a2 public static boolean areSameByName (javax.lang.model.element.AnnotationMirror, java.lang.String) javax.lang.model.element.AnnotationMirror am String aname public static boolean areSameByClass (javax.lang.model.element.AnnotationMirror, java.lang.Class) javax.lang.model.element.AnnotationMirror am Class annoClass String canonicalName public static boolean areSame (java.util.Collection, java.util.Collection) javax.lang.model.element.AnnotationMirror anno1 javax.lang.model.element.AnnotationMirror anno2 java.util.Collection c1 java.util.Collection c2 org.checkerframework.errorprone.javacutil.AnnotationMirrorSet s1 org.checkerframework.errorprone.javacutil.AnnotationMirrorSet s2 java.util.Iterator iter1 java.util.Iterator iter2 public static boolean containsSame (java.util.Collection, javax.lang.model.element.AnnotationMirror) java.util.Collection c javax.lang.model.element.AnnotationMirror anno public static javax.lang.model.element.AnnotationMirror getSame (java.util.Collection, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror an java.util.Collection c javax.lang.model.element.AnnotationMirror anno public static boolean containsSameByClass (java.util.Collection, java.lang.Class) java.util.Collection c Class anno public static javax.lang.model.element.AnnotationMirror getAnnotationByClass (java.util.Collection, java.lang.Class) javax.lang.model.element.AnnotationMirror an java.util.Collection c Class anno public static boolean containsSameByName (java.util.Collection, java.lang.String) java.util.Collection c String anno public static javax.lang.model.element.AnnotationMirror getAnnotationByName (java.util.Collection, java.lang.String) javax.lang.model.element.AnnotationMirror an java.util.Collection c String anno public static boolean containsSameByName (java.util.Collection, javax.lang.model.element.AnnotationMirror) java.util.Collection c javax.lang.model.element.AnnotationMirror anno public static javax.lang.model.element.AnnotationMirror getSameByName (java.util.Collection, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror an java.util.Collection c javax.lang.model.element.AnnotationMirror anno public static int compareAnnotationMirrors (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationValue aval1 javax.lang.model.element.AnnotationValue aval2 int result javax.lang.model.element.ExecutableElement meth javax.lang.model.element.AnnotationMirror a1 javax.lang.model.element.AnnotationMirror a2 int nameComparison java.util.Map vals1 java.util.Map vals2 java.util.Set sortedElements private static int compareAnnotationValue (javax.lang.model.element.AnnotationValue, javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue av1 javax.lang.model.element.AnnotationValue av2 private static int compareAnnotationValueValue (java.lang.Object, java.lang.Object) Object v1 Object v2 int result int i java.util.List list1 java.util.List list2 Object val1 Object val2 int result public static boolean hasInheritedMeta (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror anno public static java.util.EnumSet getElementKindsForTarget (java.lang.annotation.Target) java.lang.annotation.ElementType elementType java.lang.annotation.Target target java.util.EnumSet eleKinds public static java.util.EnumSet getElementKindsForElementType (java.lang.annotation.ElementType) java.lang.annotation.ElementType elementType public static java.util.Map getElementValuesWithDefaults (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationValue defaultValue javax.lang.model.element.ExecutableElement meth javax.lang.model.element.AnnotationMirror ad java.util.Map valMap public static boolean hasElementValue (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence) javax.lang.model.element.ExecutableElement elem javax.lang.model.element.AnnotationMirror anno CharSequence elementName java.util.Map valmap public static java.lang.Object getElementValue (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, java.lang.Class, boolean) java.util.Map valmapTmp java.util.Map valmap ClassCastException e javax.lang.model.element.AnnotationValue val javax.lang.model.element.ExecutableElement elem java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror anno CharSequence elementName Class expectedType boolean useDefaults java.util.Map valmap public static java.lang.Object getElementValueOrNull (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, java.lang.Class, boolean) org.checkerframework.errorprone.javacutil.AnnotationUtils$NoSuchElementException e javax.lang.model.element.AnnotationMirror anno CharSequence elementName Class expectedType boolean useDefaults public static java.util.List getElementValueArrayOrNull (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, java.lang.Class, boolean) org.checkerframework.errorprone.javacutil.AnnotationUtils$NoSuchElementException e javax.lang.model.element.AnnotationMirror anno CharSequence elementName Class expectedType boolean useDefaults public static java.lang.Enum getElementValueEnum (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, java.lang.Class, boolean) javax.lang.model.element.AnnotationMirror anno CharSequence elementName Class expectedType boolean useDefaults com.sun.tools.javac.code.Symbol$VarSymbol vs Enum value public static java.util.List getElementValueArray (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, java.lang.Class, boolean) String err1 String err2 Throwable t javax.lang.model.element.AnnotationValue a javax.lang.model.element.AnnotationMirror anno CharSequence elementName Class expectedType boolean useDefaults java.util.List la java.util.List result public static java.lang.Enum[] getElementValueEnumArray (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, java.lang.Class, boolean) javax.lang.model.element.AnnotationMirror anno CharSequence elementName Class expectedType boolean useDefaults java.util.List la public static javax.lang.model.element.Name getElementValueClassName (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, boolean) javax.lang.model.element.AnnotationMirror anno CharSequence elementName boolean useDefaults com.sun.tools.javac.code.Type$ClassType ct javax.lang.model.element.Name result public static java.util.List getElementValueClassNames (javax.lang.model.element.AnnotationMirror, java.lang.CharSequence, boolean) javax.lang.model.element.AnnotationMirror anno CharSequence annoElement boolean useDefaults java.util.List la public static java.lang.Object getElementValue (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType javax.lang.model.element.AnnotationValue av public static java.lang.Object getElementValue (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class, java.lang.Object) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType Object defaultValue javax.lang.model.element.AnnotationValue av public static boolean getElementValueBoolean (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, boolean) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element boolean defaultValue javax.lang.model.element.AnnotationValue av public static int getElementValueInt (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element javax.lang.model.element.AnnotationValue av public static int getElementValueInt (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, int) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element int defaultValue javax.lang.model.element.AnnotationValue av public static long getElementValueLong (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, long) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element long defaultValue javax.lang.model.element.AnnotationValue av public static java.lang.Enum getElementValueEnum (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType javax.lang.model.element.AnnotationValue av javax.lang.model.element.VariableElement ve public static java.lang.Enum getElementValueEnum (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class, java.lang.Enum) javax.lang.model.element.VariableElement ve javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType Enum defaultValue javax.lang.model.element.AnnotationValue av public static java.lang.Enum[] getElementValueEnumArray (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType javax.lang.model.element.AnnotationValue av public static java.lang.Enum[] getElementValueEnumArray (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class, java.lang.Enum[]) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType Enum[] defaultValue javax.lang.model.element.AnnotationValue av public static java.util.List getElementValueArray (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType javax.lang.model.element.AnnotationValue av public static java.util.List getElementValueArray (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement, java.lang.Class, java.util.List) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element Class expectedType java.util.List defaultValue javax.lang.model.element.AnnotationValue av public static java.lang.Enum[] annotationValueListToEnumArray (javax.lang.model.element.AnnotationValue, java.lang.Class) javax.lang.model.element.AnnotationValue avList Class expectedType java.util.List list public static java.lang.Enum[] annotationValueListToEnumArray (java.util.List, java.lang.Class) javax.lang.model.element.AnnotationValue a Enum value int i java.util.List la Class expectedType int size Enum[] result public static javax.lang.model.element.Name getElementValueClassName (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element com.sun.tools.javac.code.Type$ClassType ct javax.lang.model.element.Name result public static java.util.List getElementValueClassNames (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.ExecutableElement) javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.ExecutableElement element java.util.List la public static boolean sameElementValues (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationValue aval1 javax.lang.model.element.AnnotationValue aval2 boolean identical javax.lang.model.element.ExecutableElement meth javax.lang.model.element.AnnotationMirror am1 javax.lang.model.element.AnnotationMirror am2 java.util.Map vals1 java.util.Map vals2 public static boolean sameAnnotationValue (javax.lang.model.element.AnnotationValue, javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue av1 javax.lang.model.element.AnnotationValue av2 public static boolean annotationValueContains (javax.lang.model.element.AnnotationValue, java.lang.String) javax.lang.model.element.AnnotationValue avList String s java.util.List list public static boolean annotationValueContains (java.util.List, java.lang.String) javax.lang.model.element.AnnotationValue av java.util.List avList String s public static boolean annotationValueContainsToString (javax.lang.model.element.AnnotationValue, java.lang.String) javax.lang.model.element.AnnotationValue avList String s java.util.List list public static boolean annotationValueContainsToString (java.util.List, java.lang.String) javax.lang.model.element.AnnotationValue av java.util.List avList String s public static java.util.List annotationValueToList (javax.lang.model.element.AnnotationValue, java.lang.Class) javax.lang.model.element.AnnotationValue avList Class expectedType java.util.List list public static java.util.List annotationValueToList (java.util.List, java.lang.Class) String err1 String err2 Throwable t javax.lang.model.element.AnnotationValue a java.util.List avList Class expectedType java.util.List result public static void updateMappingToImmutableSet (java.util.Map, java.lang.Object, org.checkerframework.errorprone.javacutil.AnnotationMirrorSet) java.util.Map map Object key org.checkerframework.errorprone.javacutil.AnnotationMirrorSet newQual org.checkerframework.errorprone.javacutil.AnnotationMirrorSet result public static org.checkerframework.errorprone.javacutil.AnnotationMirrorSet getExplicitAnnotationsOnConstructorResult (com.sun.source.tree.MethodTree) java.util.List annotationTrees com.sun.source.tree.MethodTree constructorDeclaration org.checkerframework.errorprone.javacutil.AnnotationMirrorSet annotationSet com.sun.source.tree.ModifiersTree modifiersTree public static boolean isDeclarationAnnotation (javax.lang.model.element.AnnotationMirror) java.lang.annotation.ElementType elementType javax.lang.model.element.AnnotationMirror anno javax.lang.model.element.TypeElement elem java.lang.annotation.Target t public static boolean hasTypeQualifierElementTypes (java.lang.annotation.ElementType[], java.lang.Class) java.lang.annotation.ElementType element java.lang.annotation.ElementType[] elements Class cls boolean hasTypeUse java.lang.annotation.ElementType otherElementType public static java.lang.String toStringSimple (org.checkerframework.errorprone.javacutil.AnnotationMirrorSet) javax.lang.model.element.AnnotationMirror am org.checkerframework.errorprone.javacutil.AnnotationMirrorSet annos java.util.StringJoiner result public static java.lang.String toStringSimple (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror am StringBuilder sb public static void toStringSimple (javax.lang.model.element.AnnotationMirror, java.lang.StringBuilder) java.util.Map$Entry first java.util.Map$Entry arg boolean notfirst boolean oneValue javax.lang.model.element.AnnotationMirror am StringBuilder sb java.util.Map args private static java.util.Map removeDefaultValues (java.util.Map) java.util.Map elementValues java.util.Map nonDefaults private static void formatAnnotationMirrorArg (javax.lang.model.element.AnnotationValue, java.lang.StringBuilder) javax.lang.model.element.AnnotationValue nav boolean notfirst java.util.List vallist javax.lang.model.element.VariableElement ve javax.lang.model.element.AnnotationValue av StringBuilder sb Object val public static java.lang.Class annotationMirrorToClass (javax.lang.model.element.AnnotationMirror) ClassNotFoundException e javax.lang.model.element.AnnotationMirror am private static synthetic void lambda$removeDefaultValues$2 (java.util.Map, javax.lang.model.element.ExecutableElement, javax.lang.model.element.AnnotationValue) java.util.Map nonDefaults javax.lang.model.element.ExecutableElement element javax.lang.model.element.AnnotationValue value private static synthetic javax.lang.model.element.Name lambda$getElementValueClassNames$1 (com.sun.tools.javac.code.Type$ClassType) com.sun.tools.javac.code.Type$ClassType classType private static synthetic javax.lang.model.element.Name lambda$getElementValueClassNames$0 (com.sun.tools.javac.code.Type$ClassType) com.sun.tools.javac.code.Type$ClassType classType static void <clinit> () }
org/checkerframework/errorprone/javacutil/SwitchExpressionScanner$FunctionalSwitchExpressionScanner.class
SwitchExpressionScanner.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.SwitchExpressionScanner$FunctionalSwitchExpressionScanner extends org.checkerframework.errorprone.javacutil.SwitchExpressionScanner { private final java.util.function.BiFunction switchValueExpressionFunction private final java.util.function.BiFunction combineResultFunc public void <init> (java.util.function.BiFunction, java.util.function.BiFunction) java.util.function.BiFunction switchValueExpressionFunc java.util.function.BiFunction combineResultFunc protected java.lang.Object visitSwitchResultExpression (com.sun.source.tree.ExpressionTree, java.lang.Object) com.sun.source.tree.ExpressionTree resultExpressionTree Object p1 protected java.lang.Object combineResults (java.lang.Object, java.lang.Object) Object r1 Object r2 }
org/checkerframework/errorprone/javacutil/TypeAnnotationUtils$AttributeCreator.class
TypeAnnotationUtils.java package org.checkerframework.errorprone.javacutil org.checkerframework.errorprone.javacutil.TypeAnnotationUtils$AttributeCreator extends java.lang.Object implements javax.lang.model.element.AnnotationValueVisitor { private final javax.annotation.processing.ProcessingEnvironment processingEnv private final javax.lang.model.util.Types modelTypes private final javax.lang.model.util.Elements elements private final com.sun.tools.javac.code.Types javacTypes private final javax.lang.model.element.ExecutableElement meth public void <init> (javax.annotation.processing.ProcessingEnvironment, javax.lang.model.element.ExecutableElement) javax.annotation.processing.ProcessingEnvironment env javax.lang.model.element.ExecutableElement meth com.sun.tools.javac.util.Context context public com.sun.tools.javac.code.Attribute visit (javax.lang.model.element.AnnotationValue, java.lang.Void) javax.lang.model.element.AnnotationValue av Void p public com.sun.tools.javac.code.Attribute visit (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue av public com.sun.tools.javac.code.Attribute visitBoolean (boolean, java.lang.Void) boolean b Void p javax.lang.model.type.TypeMirror booleanType public com.sun.tools.javac.code.Attribute visitByte (byte, java.lang.Void) byte b Void p javax.lang.model.type.TypeMirror byteType public com.sun.tools.javac.code.Attribute visitChar (char, java.lang.Void) char c Void p javax.lang.model.type.TypeMirror charType public com.sun.tools.javac.code.Attribute visitDouble (double, java.lang.Void) double d Void p javax.lang.model.type.TypeMirror doubleType public com.sun.tools.javac.code.Attribute visitFloat (float, java.lang.Void) float f Void p javax.lang.model.type.TypeMirror floatType public com.sun.tools.javac.code.Attribute visitInt (int, java.lang.Void) int i Void p javax.lang.model.type.TypeMirror intType public com.sun.tools.javac.code.Attribute visitLong (long, java.lang.Void) long i Void p javax.lang.model.type.TypeMirror longType public com.sun.tools.javac.code.Attribute visitShort (short, java.lang.Void) short s Void p javax.lang.model.type.TypeMirror shortType public com.sun.tools.javac.code.Attribute visitString (java.lang.String, java.lang.Void) String s Void p javax.lang.model.type.TypeMirror stringType public com.sun.tools.javac.code.Attribute visitType (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public com.sun.tools.javac.code.Attribute visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Void) com.sun.tools.javac.code.Symbol$VarSymbol sym javax.lang.model.element.VariableElement c Void p public com.sun.tools.javac.code.Attribute visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Void) javax.lang.model.element.AnnotationMirror a Void p public com.sun.tools.javac.code.Attribute visitArray (java.util.List, java.lang.Void) javax.lang.model.element.AnnotationValue av com.sun.tools.javac.util.List valAttrs javax.lang.model.type.ArrayType arrayType java.util.List vals Void p public com.sun.tools.javac.code.Attribute visitUnknown (javax.lang.model.element.AnnotationValue, java.lang.Void) javax.lang.model.element.AnnotationValue av Void p public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.element.AnnotationValue, java.lang.Object) public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitString (java.lang.String, java.lang.Object) public volatile synthetic java.lang.Object visitShort (short, java.lang.Object) public volatile synthetic java.lang.Object visitLong (long, java.lang.Object) public volatile synthetic java.lang.Object visitInt (int, java.lang.Object) public volatile synthetic java.lang.Object visitFloat (float, java.lang.Object) public volatile synthetic java.lang.Object visitDouble (double, java.lang.Object) public volatile synthetic java.lang.Object visitChar (char, java.lang.Object) public volatile synthetic java.lang.Object visitByte (byte, java.lang.Object) public volatile synthetic java.lang.Object visitBoolean (boolean, java.lang.Object) public volatile synthetic java.lang.Object visit (javax.lang.model.element.AnnotationValue) public volatile synthetic java.lang.Object visit (javax.lang.model.element.AnnotationValue, java.lang.Object) }
org/checkerframework/errorprone/javacutil/AbstractTypeProcessor.class
AbstractTypeProcessor.java package org.checkerframework.errorprone.javacutil public abstract org.checkerframework.errorprone.javacutil.AbstractTypeProcessor extends javax.annotation.processing.AbstractProcessor { private final java.util.Set elements private boolean hasInvokedTypeProcessingStart private boolean hasInvokedTypeProcessingOver private final org.checkerframework.errorprone.javacutil.AbstractTypeProcessor$AttributionTaskListener listener protected void <init> () public synchronized void init (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context ctx com.sun.tools.javac.main.JavaCompiler compiler public final boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) javax.lang.model.element.TypeElement elem java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnv public void typeProcessingStart () public abstract void typeProcess (javax.lang.model.element.TypeElement, com.sun.source.util.TreePath) public void typeProcessingOver () public com.sun.tools.javac.util.Log getCompilerLog () static synthetic boolean access$100 (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor) org.checkerframework.errorprone.javacutil.AbstractTypeProcessor x0 static synthetic boolean access$102 (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor, boolean) org.checkerframework.errorprone.javacutil.AbstractTypeProcessor x0 boolean x1 static synthetic boolean access$200 (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor) org.checkerframework.errorprone.javacutil.AbstractTypeProcessor x0 static synthetic java.util.Set access$300 (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor) org.checkerframework.errorprone.javacutil.AbstractTypeProcessor x0 static synthetic boolean access$202 (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor, boolean) org.checkerframework.errorprone.javacutil.AbstractTypeProcessor x0 boolean x1 static synthetic javax.annotation.processing.ProcessingEnvironment access$400 (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor) org.checkerframework.errorprone.javacutil.AbstractTypeProcessor x0 }
org/checkerframework/errorprone/javacutil/UserError.class
UserError.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.UserError extends java.lang.RuntimeException { public void <init> (java.lang.String) String message public transient void <init> (java.lang.String, java.lang.Object[]) String fmt Object[] args }
org/checkerframework/errorprone/javacutil/SwitchExpressionScanner.class
SwitchExpressionScanner.java package org.checkerframework.errorprone.javacutil public abstract org.checkerframework.errorprone.javacutil.SwitchExpressionScanner extends com.sun.source.util.TreeScanner { protected final org.checkerframework.errorprone.javacutil.SwitchExpressionScanner$YieldVisitor yieldVisitor static final synthetic boolean $assertionsDisabled public void <init> () protected abstract java.lang.Object visitSwitchResultExpression (com.sun.source.tree.ExpressionTree, java.lang.Object) protected abstract java.lang.Object combineResults (java.lang.Object, java.lang.Object) public java.lang.Object scanSwitchExpression (com.sun.source.tree.Tree, java.lang.Object) com.sun.source.tree.ExpressionTree expressionTree com.sun.source.tree.Tree body com.sun.source.tree.CaseTree caseTree com.sun.source.tree.Tree switchExpression Object p java.util.List caseTrees Object result Object nonNullResult static void <clinit> () }
org/checkerframework/errorprone/javacutil/AnnotationMirrorSet.class
AnnotationMirrorSet.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet extends java.lang.Object implements java.util.NavigableSet org.checkerframework.errorprone.javacutil.DeepCopyable { private java.util.NavigableSet shadowSet private static final org.checkerframework.errorprone.javacutil.AnnotationMirrorSet emptySet static final synthetic boolean $assertionsDisabled public void <init> () public void <init> (java.util.Collection) java.util.Collection annos public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet deepCopy () org.checkerframework.errorprone.javacutil.AnnotationMirrorSet result public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet makeUnmodifiable () public static org.checkerframework.errorprone.javacutil.AnnotationMirrorSet singleton (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror value org.checkerframework.errorprone.javacutil.AnnotationMirrorSet result public static org.checkerframework.errorprone.javacutil.AnnotationMirrorSet unmodifiableSet (java.util.Collection) java.util.Collection annos org.checkerframework.errorprone.javacutil.AnnotationMirrorSet result public static org.checkerframework.errorprone.javacutil.AnnotationMirrorSet emptySet () public int size () public boolean isEmpty () public boolean contains (java.lang.Object) Object o public java.util.Iterator iterator () public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a public boolean add (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotationMirror public boolean remove (java.lang.Object) javax.lang.model.element.AnnotationMirror found Object o public boolean containsAll (java.util.Collection) Object o java.util.Collection c public boolean addAll (java.util.Collection) javax.lang.model.element.AnnotationMirror a java.util.Collection c boolean result public boolean retainAll (java.util.Collection) Object o java.util.Collection c org.checkerframework.errorprone.javacutil.AnnotationMirrorSet newSet public boolean removeAll (java.util.Collection) Object a java.util.Collection c boolean result public void clear () public java.lang.String toString () public boolean equals (java.lang.Object) Object o org.checkerframework.errorprone.javacutil.AnnotationMirrorSet s public int hashCode () javax.lang.model.element.AnnotationMirror am int result java.util.Iterator i public java.util.Comparator comparator () public javax.lang.model.element.AnnotationMirror first () public javax.lang.model.element.AnnotationMirror last () public javax.lang.model.element.AnnotationMirror lower (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror e public javax.lang.model.element.AnnotationMirror floor (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror e public javax.lang.model.element.AnnotationMirror ceiling (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror e public javax.lang.model.element.AnnotationMirror higher (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror e public javax.lang.model.element.AnnotationMirror pollFirst () public javax.lang.model.element.AnnotationMirror pollLast () public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet descendingSet () public java.util.Iterator descendingIterator () public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet subSet (javax.lang.model.element.AnnotationMirror, boolean, javax.lang.model.element.AnnotationMirror, boolean) javax.lang.model.element.AnnotationMirror fromElement boolean fromInclusive javax.lang.model.element.AnnotationMirror toElement boolean toInclusive public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet headSet (javax.lang.model.element.AnnotationMirror, boolean) javax.lang.model.element.AnnotationMirror toElement boolean inclusive public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet tailSet (javax.lang.model.element.AnnotationMirror, boolean) javax.lang.model.element.AnnotationMirror fromElement boolean inclusive public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet subSet (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror fromElement javax.lang.model.element.AnnotationMirror toElement public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet headSet (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror toElement public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet tailSet (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror fromElement public volatile synthetic java.util.SortedSet tailSet (java.lang.Object) public volatile synthetic java.util.SortedSet headSet (java.lang.Object) public volatile synthetic java.util.SortedSet subSet (java.lang.Object, java.lang.Object) public volatile synthetic java.util.NavigableSet tailSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet headSet (java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet subSet (java.lang.Object, boolean, java.lang.Object, boolean) public volatile synthetic java.util.NavigableSet descendingSet () public volatile synthetic java.lang.Object pollLast () public volatile synthetic java.lang.Object pollFirst () public volatile synthetic java.lang.Object higher (java.lang.Object) public volatile synthetic java.lang.Object ceiling (java.lang.Object) public volatile synthetic java.lang.Object floor (java.lang.Object) public volatile synthetic java.lang.Object lower (java.lang.Object) public volatile synthetic java.lang.Object last () public volatile synthetic java.lang.Object first () public volatile synthetic boolean add (java.lang.Object) public volatile synthetic java.lang.Object deepCopy () static void <clinit> () }
org/checkerframework/errorprone/javacutil/AnnotationMirrorMap.class
AnnotationMirrorMap.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.AnnotationMirrorMap extends java.lang.Object implements java.util.Map { private final java.util.NavigableMap shadowMap public void <init> () public void <init> (java.util.Map) java.util.Map copy public int size () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.lang.Object get (java.lang.Object) javax.lang.model.element.AnnotationMirror keyAnno Object key public java.lang.Object put (javax.lang.model.element.AnnotationMirror, java.lang.Object) javax.lang.model.element.AnnotationMirror key Object value Object pre public java.lang.Object remove (java.lang.Object) javax.lang.model.element.AnnotationMirror keyAnno Object key public void putAll (java.util.Map) java.util.Map$Entry entry java.util.Map m public void clear () public org.checkerframework.errorprone.javacutil.AnnotationMirrorSet keySet () public java.util.Collection values () public java.util.Set entrySet () public java.lang.String toString () public boolean equals (java.lang.Object) javax.lang.model.element.AnnotationMirror key Object value java.util.Map$Entry e RuntimeException unused Object o org.checkerframework.errorprone.javacutil.AnnotationMirrorMap m public int hashCode () java.util.Map$Entry entry int result public volatile synthetic java.util.Set keySet () public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/javacutil/Pair.class
Pair.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.Pair extends java.lang.Object { public final Object first public final Object second private int hashCode private void <init> (java.lang.Object, java.lang.Object) Object v1 Object v2 public static org.checkerframework.errorprone.javacutil.Pair of (java.lang.Object, java.lang.Object) Object v1 Object v2 public static org.checkerframework.errorprone.javacutil.Pair cloneElements (org.checkerframework.errorprone.javacutil.Pair) org.checkerframework.errorprone.javacutil.Pair orig Cloneable oldFirst Cloneable newFirst Cloneable oldSecond Cloneable newSecond public static org.checkerframework.errorprone.javacutil.Pair deepCopy (org.checkerframework.errorprone.javacutil.Pair) org.checkerframework.errorprone.javacutil.Pair orig public static org.checkerframework.errorprone.javacutil.Pair deepCopyFirst (org.checkerframework.errorprone.javacutil.Pair) org.checkerframework.errorprone.javacutil.Pair orig public static org.checkerframework.errorprone.javacutil.Pair deepCopySecond (org.checkerframework.errorprone.javacutil.Pair) org.checkerframework.errorprone.javacutil.Pair orig public java.lang.String toString () public int hashCode () public boolean equals (java.lang.Object) Object o org.checkerframework.errorprone.javacutil.Pair other }
org/checkerframework/errorprone/javacutil/TypeAnnotationUtils.class
TypeAnnotationUtils.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.TypeAnnotationUtils extends java.lang.Object { private void <init> () public static boolean isTypeCompoundContained (com.sun.tools.javac.util.List, com.sun.tools.javac.code.Attribute$TypeCompound, javax.lang.model.util.Types) com.sun.tools.javac.code.Attribute$TypeCompound rawat com.sun.tools.javac.util.List list com.sun.tools.javac.code.Attribute$TypeCompound tc javax.lang.model.util.Types types private static boolean typeCompoundEquals (com.sun.tools.javac.code.Attribute$TypeCompound, com.sun.tools.javac.code.Attribute$TypeCompound, javax.lang.model.util.Types) com.sun.tools.javac.code.Attribute$TypeCompound tc1 com.sun.tools.javac.code.Attribute$TypeCompound tc2 javax.lang.model.util.Types types private static boolean contentEquals (com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Name) com.sun.tools.javac.util.Name n1 com.sun.tools.javac.util.Name n2 private static boolean typeCompoundValuesEquals (com.sun.tools.javac.util.List, com.sun.tools.javac.util.List, javax.lang.model.util.Types) com.sun.tools.javac.util.Pair pair1 com.sun.tools.javac.util.Pair pair2 java.util.Iterator iter1 java.util.Iterator iter2 com.sun.tools.javac.util.List values1 com.sun.tools.javac.util.List values2 javax.lang.model.util.Types types private static boolean attributeEquals (com.sun.tools.javac.code.Attribute, com.sun.tools.javac.code.Attribute, javax.lang.model.util.Types) int i com.sun.tools.javac.util.List list1 com.sun.tools.javac.util.List list2 com.sun.tools.javac.code.Type t1 com.sun.tools.javac.code.Type t2 Object v1 Object v2 com.sun.tools.javac.code.Attribute attr1 com.sun.tools.javac.code.Attribute attr2 java.util.Map$Entry map1entry javax.lang.model.type.DeclaredType t1 javax.lang.model.type.DeclaredType t2 java.util.Map map1 java.util.Map map2 com.sun.tools.javac.code.Symbol$VarSymbol s1 com.sun.tools.javac.code.Symbol$VarSymbol s2 String s1 String s2 com.sun.tools.javac.code.Attribute a1 com.sun.tools.javac.code.Attribute a2 javax.lang.model.util.Types types public static boolean isSameTAPosition (com.sun.tools.javac.code.TypeAnnotationPosition, com.sun.tools.javac.code.TypeAnnotationPosition) com.sun.tools.javac.code.TypeAnnotationPosition p1 com.sun.tools.javac.code.TypeAnnotationPosition p2 public static boolean isSameTAPositionExceptTreePos (com.sun.tools.javac.code.TypeAnnotationPosition, com.sun.tools.javac.code.TypeAnnotationPosition) com.sun.tools.javac.code.TypeAnnotationPosition p1 com.sun.tools.javac.code.TypeAnnotationPosition p2 public static com.sun.tools.javac.code.Attribute$Compound createCompoundFromAnnotationMirror (javax.lang.model.element.AnnotationMirror, javax.annotation.processing.ProcessingEnvironment) com.sun.tools.javac.code.Attribute attribute java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror am javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.List values public static com.sun.tools.javac.code.Attribute$TypeCompound createTypeCompoundFromAnnotationMirror (javax.lang.model.element.AnnotationMirror, com.sun.tools.javac.code.TypeAnnotationPosition, javax.annotation.processing.ProcessingEnvironment) com.sun.tools.javac.code.Attribute attribute java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror am com.sun.tools.javac.code.TypeAnnotationPosition tapos javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.List values public static com.sun.tools.javac.code.Attribute attributeFromAnnotationValue (javax.lang.model.element.ExecutableElement, javax.lang.model.element.AnnotationValue, javax.annotation.processing.ProcessingEnvironment) javax.lang.model.element.ExecutableElement meth javax.lang.model.element.AnnotationValue av javax.annotation.processing.ProcessingEnvironment env public static com.sun.tools.javac.code.TypeAnnotationPosition unknownTAPosition () public static com.sun.tools.javac.code.TypeAnnotationPosition methodReturnTAPosition (int) int pos public static com.sun.tools.javac.code.TypeAnnotationPosition methodReceiverTAPosition (int) int pos public static com.sun.tools.javac.code.TypeAnnotationPosition methodParameterTAPosition (int, int) int pidx int pos public static com.sun.tools.javac.code.TypeAnnotationPosition methodThrowsTAPosition (int, int) int tidx int pos public static com.sun.tools.javac.code.TypeAnnotationPosition fieldTAPosition (int) int pos public static com.sun.tools.javac.code.TypeAnnotationPosition classExtendsTAPosition (int, int) int implidx int pos public static com.sun.tools.javac.code.TypeAnnotationPosition typeParameterTAPosition (int, int) int tpidx int pos public static com.sun.tools.javac.code.TypeAnnotationPosition methodTypeParameterTAPosition (int, int) int tpidx int pos public static com.sun.tools.javac.code.TypeAnnotationPosition typeParameterBoundTAPosition (int, int, int) int tpidx int bndidx int pos public static com.sun.tools.javac.code.TypeAnnotationPosition methodTypeParameterBoundTAPosition (int, int, int) int tpidx int bndidx int pos public static com.sun.tools.javac.code.TypeAnnotationPosition copyTAPosition (com.sun.tools.javac.code.TypeAnnotationPosition) com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition res com.sun.tools.javac.code.TypeAnnotationPosition tapos com.sun.tools.javac.code.TypeAnnotationPosition res public static com.sun.tools.javac.code.Type unannotatedType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror in com.sun.tools.javac.code.Type impl }
org/checkerframework/errorprone/javacutil/SystemUtil.class
SystemUtil.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.SystemUtil extends java.lang.Object { public static final int jreVersion static final synthetic boolean $assertionsDisabled private void <init> () public static int getJreVersion () String v String version java.util.regex.Pattern newVersionPattern java.util.regex.Matcher newVersionMatcher public static java.lang.String getReleaseValue (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment env com.sun.tools.javac.util.Context ctx com.sun.tools.javac.util.Options options public static java.lang.String getToolsJar () String javaHomeProperty String javaHome java.io.File toolsJarFile public static java.util.List union (java.util.List, java.util.List) java.util.List list1 java.util.List list2 java.util.List result public static void addWithoutDuplicates (java.util.List, java.util.List) Object elt java.util.List dest java.util.List source public static java.util.List intersection (java.util.List, java.util.List) java.util.List list1 java.util.List list2 java.util.List result public static java.util.List withoutDuplicatesSorted (java.util.List) java.util.List values java.util.Set set public static java.util.List readFile (java.io.File) throws java.io.IOException String line java.util.List lines java.io.BufferedReader br java.io.File argFile public static void sleep (long) InterruptedException ex long millis public static java.lang.Object[] concatenate (java.lang.Object, java.lang.Object[], java.lang.Object) Object firstElt Object[] array Object lastElt Object[] result public static boolean getBooleanSystemProperty (java.lang.String) String key public static boolean getBooleanSystemProperty (java.lang.String, boolean) String key boolean defaultValue String value public static transient java.lang.Object[] concatenate (java.lang.Object[], java.lang.Object[]) Object[] array1 Object[] array2 Object[] result public static int mapCapacity (int) int numElements public static int mapCapacity (java.util.Collection) java.util.Collection c public static int mapCapacity (java.util.Map) java.util.Map m static void <clinit> () }
org/checkerframework/errorprone/javacutil/BasicTypeProcessor.class
BasicTypeProcessor.java package org.checkerframework.errorprone.javacutil public abstract org.checkerframework.errorprone.javacutil.BasicTypeProcessor extends org.checkerframework.errorprone.javacutil.AbstractTypeProcessor { protected com.sun.source.tree.CompilationUnitTree currentRoot public void <init> () protected abstract com.sun.source.util.TreePathScanner createTreePathScanner (com.sun.source.tree.CompilationUnitTree) public void typeProcess (javax.lang.model.element.TypeElement, com.sun.source.util.TreePath) Throwable t javax.lang.model.element.TypeElement e com.sun.source.util.TreePath p com.sun.source.util.TreePathScanner scanner }
org/checkerframework/errorprone/javacutil/AbstractTypeProcessor$AttributionTaskListener.class
AbstractTypeProcessor.java package org.checkerframework.errorprone.javacutil final org.checkerframework.errorprone.javacutil.AbstractTypeProcessor$AttributionTaskListener extends java.lang.Object implements com.sun.source.util.TaskListener { final synthetic org.checkerframework.errorprone.javacutil.AbstractTypeProcessor this$0 private void <init> (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor) public void finished (com.sun.source.util.TaskEvent) com.sun.source.util.TaskEvent e javax.lang.model.element.TypeElement elem com.sun.source.util.TreePath p public void started (com.sun.source.util.TaskEvent) com.sun.source.util.TaskEvent e synthetic void <init> (org.checkerframework.errorprone.javacutil.AbstractTypeProcessor, org.checkerframework.errorprone.javacutil.AbstractTypeProcessor$1) org.checkerframework.errorprone.javacutil.AbstractTypeProcessor x0 org.checkerframework.errorprone.javacutil.AbstractTypeProcessor$1 x1 }
org/checkerframework/errorprone/javacutil/TypeSystemError.class
TypeSystemError.java package org.checkerframework.errorprone.javacutil public org.checkerframework.errorprone.javacutil.TypeSystemError extends java.lang.RuntimeException { public void <init> (java.lang.String) String message public transient void <init> (java.lang.String, java.lang.Object[]) String fmt Object[] args }
org/checkerframework/errorprone/checker/
org/checkerframework/errorprone/checker/builder/
org/checkerframework/errorprone/checker/builder/qual/
org/checkerframework/errorprone/checker/builder/qual/CalledMethods.class
CalledMethods.java package org.checkerframework.errorprone.checker.builder.qual public abstract annotation org.checkerframework.errorprone.checker.builder.qual.CalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/builder/qual/NotCalledMethods.class
NotCalledMethods.java package org.checkerframework.errorprone.checker.builder.qual public abstract annotation org.checkerframework.errorprone.checker.builder.qual.NotCalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/builder/qual/ReturnsReceiver.class
ReturnsReceiver.java package org.checkerframework.errorprone.checker.builder.qual public abstract annotation org.checkerframework.errorprone.checker.builder.qual.ReturnsReceiver extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/calledmethods/
org/checkerframework/errorprone/checker/calledmethods/qual/
org/checkerframework/errorprone/checker/calledmethods/qual/CalledMethods.class
CalledMethods.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.CalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/calledmethods/qual/CalledMethodsBottom.class
CalledMethodsBottom.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.CalledMethodsBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/calledmethods/qual/CalledMethodsPredicate.class
CalledMethodsPredicate.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.CalledMethodsPredicate extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/checker/calledmethods/qual/EnsuresCalledMethods$List.class
EnsuresCalledMethods.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.EnsuresCalledMethods$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.calledmethods.qual.EnsuresCalledMethods[] value () }
org/checkerframework/errorprone/checker/calledmethods/qual/EnsuresCalledMethods.class
EnsuresCalledMethods.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.EnsuresCalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] methods () }
org/checkerframework/errorprone/checker/calledmethods/qual/EnsuresCalledMethodsIf$List.class
EnsuresCalledMethodsIf.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.EnsuresCalledMethodsIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.calledmethods.qual.EnsuresCalledMethodsIf[] value () }
org/checkerframework/errorprone/checker/calledmethods/qual/EnsuresCalledMethodsIf.class
EnsuresCalledMethodsIf.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.EnsuresCalledMethodsIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () public abstract java.lang.String[] methods () }
org/checkerframework/errorprone/checker/calledmethods/qual/EnsuresCalledMethodsVarArgs.class
EnsuresCalledMethodsVarArgs.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.EnsuresCalledMethodsVarArgs extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/calledmethods/qual/RequiresCalledMethods$List.class
RequiresCalledMethods.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.RequiresCalledMethods$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.calledmethods.qual.RequiresCalledMethods[] value () }
org/checkerframework/errorprone/checker/calledmethods/qual/RequiresCalledMethods.class
RequiresCalledMethods.java package org.checkerframework.errorprone.checker.calledmethods.qual public abstract annotation org.checkerframework.errorprone.checker.calledmethods.qual.RequiresCalledMethods extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] methods () }
org/checkerframework/errorprone/checker/compilermsgs/
org/checkerframework/errorprone/checker/compilermsgs/qual/
org/checkerframework/errorprone/checker/compilermsgs/qual/CompilerMessageKey.class
CompilerMessageKey.java package org.checkerframework.errorprone.checker.compilermsgs.qual public abstract annotation org.checkerframework.errorprone.checker.compilermsgs.qual.CompilerMessageKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/compilermsgs/qual/CompilerMessageKeyBottom.class
CompilerMessageKeyBottom.java package org.checkerframework.errorprone.checker.compilermsgs.qual public abstract annotation org.checkerframework.errorprone.checker.compilermsgs.qual.CompilerMessageKeyBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/compilermsgs/qual/UnknownCompilerMessageKey.class
UnknownCompilerMessageKey.java package org.checkerframework.errorprone.checker.compilermsgs.qual public abstract annotation org.checkerframework.errorprone.checker.compilermsgs.qual.UnknownCompilerMessageKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/
org/checkerframework/errorprone/checker/fenum/qual/
org/checkerframework/errorprone/checker/fenum/qual/AwtAlphaCompositingRule.class
AwtAlphaCompositingRule.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.AwtAlphaCompositingRule extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/AwtColorSpace.class
AwtColorSpace.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.AwtColorSpace extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/AwtCursorType.class
AwtCursorType.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.AwtCursorType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/AwtFlowLayout.class
AwtFlowLayout.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.AwtFlowLayout extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/Fenum.class
Fenum.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.Fenum extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/checker/fenum/qual/FenumBottom.class
FenumBottom.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.FenumBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/FenumTop.class
FenumTop.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.FenumTop extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/FenumUnqualified.class
FenumUnqualified.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.FenumUnqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/PolyFenum.class
PolyFenum.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.PolyFenum extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingBoxOrientation.class
SwingBoxOrientation.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingBoxOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingCompassDirection.class
SwingCompassDirection.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingCompassDirection extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingElementOrientation.class
SwingElementOrientation.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingElementOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingHorizontalOrientation.class
SwingHorizontalOrientation.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingHorizontalOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingSplitPaneOrientation.class
SwingSplitPaneOrientation.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingSplitPaneOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingTextOrientation.class
SwingTextOrientation.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingTextOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingTitleJustification.class
SwingTitleJustification.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingTitleJustification extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingTitlePosition.class
SwingTitlePosition.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingTitlePosition extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/fenum/qual/SwingVerticalOrientation.class
SwingVerticalOrientation.java package org.checkerframework.errorprone.checker.fenum.qual public abstract annotation org.checkerframework.errorprone.checker.fenum.qual.SwingVerticalOrientation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/formatter/
org/checkerframework/errorprone/checker/formatter/qual/
org/checkerframework/errorprone/checker/formatter/qual/ConversionCategory.class
ConversionCategory.java package org.checkerframework.errorprone.checker.formatter.qual public final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory extends java.lang.Enum { public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory GENERAL public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory CHAR public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory INT public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory FLOAT public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory TIME public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory CHAR_AND_INT public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory INT_AND_TIME public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory NULL public static final enum org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory UNUSED public final Class[] types public final String chars private static final org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory[] conversionCategoriesWithChar private static final org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory[] conversionCategoriesForIntersect private static final org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory[] conversionCategoriesForUnion private static final synthetic org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory[] $VALUES public static org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory[] values () public static org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory valueOf (java.lang.String) String name private transient void <init> (java.lang.String, int, java.lang.String, java.lang.Class[]) Class unwrapped Class type java.util.List typesWithPrimitives String chars Class[] types private static java.lang.Class unwrapPrimitive (java.lang.Class) Class c public static org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory fromConversionChar (char) org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory v char c private static java.util.Set arrayToSet (java.lang.Object[]) Object[] a public static boolean isSubsetOf (org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory, org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory) org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory a org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory b public static org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory intersect (org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory, org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory) java.util.Set vs org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory v org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory a org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory b java.util.Set as java.util.Set bs public static org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory union (org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory, org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory) java.util.Set vs org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory v org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory a org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory b java.util.Set as java.util.Set bs public boolean isAssignableFrom (java.lang.Class) Class c Class argType public java.lang.String toString () Class cls StringBuilder sb java.util.StringJoiner sj private static synthetic org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory[] $values () static void <clinit> () }
org/checkerframework/errorprone/checker/formatter/qual/Format.class
Format.java package org.checkerframework.errorprone.checker.formatter.qual public abstract annotation org.checkerframework.errorprone.checker.formatter.qual.Format extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.formatter.qual.ConversionCategory[] value () }
org/checkerframework/errorprone/checker/formatter/qual/FormatBottom.class
FormatBottom.java package org.checkerframework.errorprone.checker.formatter.qual public abstract annotation org.checkerframework.errorprone.checker.formatter.qual.FormatBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/formatter/qual/FormatMethod.class
FormatMethod.java package org.checkerframework.errorprone.checker.formatter.qual public abstract annotation org.checkerframework.errorprone.checker.formatter.qual.FormatMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/formatter/qual/InvalidFormat.class
InvalidFormat.java package org.checkerframework.errorprone.checker.formatter.qual public abstract annotation org.checkerframework.errorprone.checker.formatter.qual.InvalidFormat extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/checker/formatter/qual/ReturnsFormat.class
ReturnsFormat.java package org.checkerframework.errorprone.checker.formatter.qual public abstract annotation org.checkerframework.errorprone.checker.formatter.qual.ReturnsFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/formatter/qual/UnknownFormat.class
UnknownFormat.java package org.checkerframework.errorprone.checker.formatter.qual public abstract annotation org.checkerframework.errorprone.checker.formatter.qual.UnknownFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/
org/checkerframework/errorprone/checker/guieffect/qual/
org/checkerframework/errorprone/checker/guieffect/qual/AlwaysSafe.class
AlwaysSafe.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.AlwaysSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/PolyUI.class
PolyUI.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.PolyUI extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/PolyUIEffect.class
PolyUIEffect.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.PolyUIEffect extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/PolyUIType.class
PolyUIType.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.PolyUIType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/SafeEffect.class
SafeEffect.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.SafeEffect extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/SafeType.class
SafeType.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.SafeType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/UI.class
UI.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.UI extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/UIEffect.class
UIEffect.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.UIEffect extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/UIPackage.class
UIPackage.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.UIPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/guieffect/qual/UIType.class
UIType.java package org.checkerframework.errorprone.checker.guieffect.qual public abstract annotation org.checkerframework.errorprone.checker.guieffect.qual.UIType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18n/
org/checkerframework/errorprone/checker/i18n/qual/
org/checkerframework/errorprone/checker/i18n/qual/LocalizableKey.class
LocalizableKey.java package org.checkerframework.errorprone.checker.i18n.qual public abstract annotation org.checkerframework.errorprone.checker.i18n.qual.LocalizableKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18n/qual/LocalizableKeyBottom.class
LocalizableKeyBottom.java package org.checkerframework.errorprone.checker.i18n.qual public abstract annotation org.checkerframework.errorprone.checker.i18n.qual.LocalizableKeyBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18n/qual/Localized.class
Localized.java package org.checkerframework.errorprone.checker.i18n.qual public abstract annotation org.checkerframework.errorprone.checker.i18n.qual.Localized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18n/qual/UnknownLocalizableKey.class
UnknownLocalizableKey.java package org.checkerframework.errorprone.checker.i18n.qual public abstract annotation org.checkerframework.errorprone.checker.i18n.qual.UnknownLocalizableKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18n/qual/UnknownLocalized.class
UnknownLocalized.java package org.checkerframework.errorprone.checker.i18n.qual public abstract annotation org.checkerframework.errorprone.checker.i18n.qual.UnknownLocalized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18nformatter/
org/checkerframework/errorprone/checker/i18nformatter/qual/
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nChecksFormat.class
I18nChecksFormat.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nChecksFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nConversionCategory.class
I18nConversionCategory.java package org.checkerframework.errorprone.checker.i18nformatter.qual public final enum org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory extends java.lang.Enum { public static final enum org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory UNUSED public static final enum org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory GENERAL public static final enum org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory DATE public static final enum org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory NUMBER public final Class[] types public final String[] strings private static final org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory[] namedCategories private static final org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory[] conversionCategoriesForIntersect private static final synthetic org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory[] $VALUES public static org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory[] values () public static org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.Class[], java.lang.String[]) Class[] types String[] strings public static org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory stringToI18nConversionCategory (java.lang.String) String s org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory v String string private static java.util.Set arrayToSet (java.lang.Object[]) Object[] a public static boolean isSubsetOf (org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory, org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory) org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory a org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory b public static org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory intersect (org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory, org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory) java.util.Set vs org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory v org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory a org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory b java.util.Set as java.util.Set bs public static org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory union (org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory, org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory) org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory a org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory b public boolean isAssignableFrom (java.lang.Class) Class c Class argType public java.lang.String toString () Class cls java.util.StringJoiner sj StringBuilder sb private static synthetic org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory[] $values () static void <clinit> () }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nFormat.class
I18nFormat.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nFormat extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.i18nformatter.qual.I18nConversionCategory[] value () }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nFormatBottom.class
I18nFormatBottom.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nFormatBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nFormatFor.class
I18nFormatFor.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nFormatFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nInvalidFormat.class
I18nInvalidFormat.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nInvalidFormat extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nMakeFormat.class
I18nMakeFormat.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nMakeFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nUnknownFormat.class
I18nUnknownFormat.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nUnknownFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/i18nformatter/qual/I18nValidFormat.class
I18nValidFormat.java package org.checkerframework.errorprone.checker.i18nformatter.qual public abstract annotation org.checkerframework.errorprone.checker.i18nformatter.qual.I18nValidFormat extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/
org/checkerframework/errorprone/checker/index/qual/
org/checkerframework/errorprone/checker/index/qual/EnsuresLTLengthOf$List.class
EnsuresLTLengthOf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.EnsuresLTLengthOf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.index.qual.EnsuresLTLengthOf[] value () }
org/checkerframework/errorprone/checker/index/qual/EnsuresLTLengthOf.class
EnsuresLTLengthOf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.EnsuresLTLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] targetValue () public abstract java.lang.String[] offset () }
org/checkerframework/errorprone/checker/index/qual/EnsuresLTLengthOfIf$List.class
EnsuresLTLengthOfIf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.EnsuresLTLengthOfIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.index.qual.EnsuresLTLengthOfIf[] value () }
org/checkerframework/errorprone/checker/index/qual/EnsuresLTLengthOfIf.class
EnsuresLTLengthOfIf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.EnsuresLTLengthOfIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () public abstract java.lang.String[] targetValue () public abstract java.lang.String[] offset () }
org/checkerframework/errorprone/checker/index/qual/GTENegativeOne.class
GTENegativeOne.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.GTENegativeOne extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/HasSubsequence.class
HasSubsequence.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.HasSubsequence extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String subsequence () public abstract java.lang.String from () public abstract java.lang.String to () }
org/checkerframework/errorprone/checker/index/qual/IndexFor.class
IndexFor.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.IndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/IndexOrHigh.class
IndexOrHigh.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.IndexOrHigh extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/IndexOrLow.class
IndexOrLow.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.IndexOrLow extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/LTEqLengthOf.class
LTEqLengthOf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LTEqLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/LTLengthOf.class
LTLengthOf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LTLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] offset () }
org/checkerframework/errorprone/checker/index/qual/LTOMLengthOf.class
LTOMLengthOf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LTOMLengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/LengthOf.class
LengthOf.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LengthOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/LessThan.class
LessThan.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LessThan extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/LessThanBottom.class
LessThanBottom.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LessThanBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/LessThanUnknown.class
LessThanUnknown.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LessThanUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/LowerBoundBottom.class
LowerBoundBottom.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LowerBoundBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/LowerBoundUnknown.class
LowerBoundUnknown.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.LowerBoundUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/NegativeIndexFor.class
NegativeIndexFor.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.NegativeIndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/NonNegative.class
NonNegative.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.NonNegative extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/PolyIndex.class
PolyIndex.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.PolyIndex extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/PolyLength.class
PolyLength.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.PolyLength extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/PolyLowerBound.class
PolyLowerBound.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.PolyLowerBound extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/PolySameLen.class
PolySameLen.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.PolySameLen extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/PolyUpperBound.class
PolyUpperBound.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.PolyUpperBound extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/Positive.class
Positive.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.Positive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/SameLen.class
SameLen.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SameLen extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/SameLenBottom.class
SameLenBottom.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SameLenBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/SameLenUnknown.class
SameLenUnknown.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SameLenUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/SearchIndexBottom.class
SearchIndexBottom.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SearchIndexBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/SearchIndexFor.class
SearchIndexFor.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SearchIndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/index/qual/SearchIndexUnknown.class
SearchIndexUnknown.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SearchIndexUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/SubstringIndexBottom.class
SubstringIndexBottom.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SubstringIndexBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/SubstringIndexFor.class
SubstringIndexFor.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SubstringIndexFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] offset () }
org/checkerframework/errorprone/checker/index/qual/SubstringIndexUnknown.class
SubstringIndexUnknown.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.SubstringIndexUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/UpperBoundBottom.class
UpperBoundBottom.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.UpperBoundBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/index/qual/UpperBoundLiteral.class
UpperBoundLiteral.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.UpperBoundLiteral extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/errorprone/checker/index/qual/UpperBoundUnknown.class
UpperBoundUnknown.java package org.checkerframework.errorprone.checker.index.qual public abstract annotation org.checkerframework.errorprone.checker.index.qual.UpperBoundUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/initialization/
org/checkerframework/errorprone/checker/initialization/qual/
org/checkerframework/errorprone/checker/initialization/qual/FBCBottom.class
FBCBottom.java package org.checkerframework.errorprone.checker.initialization.qual public abstract annotation org.checkerframework.errorprone.checker.initialization.qual.FBCBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/initialization/qual/Initialized.class
Initialized.java package org.checkerframework.errorprone.checker.initialization.qual public abstract annotation org.checkerframework.errorprone.checker.initialization.qual.Initialized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/initialization/qual/NotOnlyInitialized.class
NotOnlyInitialized.java package org.checkerframework.errorprone.checker.initialization.qual public abstract annotation org.checkerframework.errorprone.checker.initialization.qual.NotOnlyInitialized extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/initialization/qual/UnderInitialization.class
UnderInitialization.java package org.checkerframework.errorprone.checker.initialization.qual public abstract annotation org.checkerframework.errorprone.checker.initialization.qual.UnderInitialization extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/errorprone/checker/initialization/qual/UnknownInitialization.class
UnknownInitialization.java package org.checkerframework.errorprone.checker.initialization.qual public abstract annotation org.checkerframework.errorprone.checker.initialization.qual.UnknownInitialization extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/errorprone/checker/interning/
org/checkerframework/errorprone/checker/interning/qual/
org/checkerframework/errorprone/checker/interning/qual/CompareToMethod.class
CompareToMethod.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.CompareToMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/EqualsMethod.class
EqualsMethod.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.EqualsMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/FindDistinct.class
FindDistinct.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.FindDistinct extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/InternMethod.class
InternMethod.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.InternMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/Interned.class
Interned.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.Interned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/InternedDistinct.class
InternedDistinct.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.InternedDistinct extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/PolyInterned.class
PolyInterned.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.PolyInterned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/UnknownInterned.class
UnknownInterned.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.UnknownInterned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/interning/qual/UsesObjectEquals.class
UsesObjectEquals.java package org.checkerframework.errorprone.checker.interning.qual public abstract annotation org.checkerframework.errorprone.checker.interning.qual.UsesObjectEquals extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/
org/checkerframework/errorprone/checker/lock/qual/
org/checkerframework/errorprone/checker/lock/qual/EnsuresLockHeld$List.class
EnsuresLockHeld.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.EnsuresLockHeld$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.lock.qual.EnsuresLockHeld[] value () }
org/checkerframework/errorprone/checker/lock/qual/EnsuresLockHeld.class
EnsuresLockHeld.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.EnsuresLockHeld extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/lock/qual/EnsuresLockHeldIf$List.class
EnsuresLockHeldIf.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.EnsuresLockHeldIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.lock.qual.EnsuresLockHeldIf[] value () }
org/checkerframework/errorprone/checker/lock/qual/EnsuresLockHeldIf.class
EnsuresLockHeldIf.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.EnsuresLockHeldIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () }
org/checkerframework/errorprone/checker/lock/qual/GuardSatisfied.class
GuardSatisfied.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.GuardSatisfied extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/errorprone/checker/lock/qual/GuardedBy.class
GuardedBy.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/lock/qual/GuardedByBottom.class
GuardedByBottom.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.GuardedByBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/qual/GuardedByUnknown.class
GuardedByUnknown.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.GuardedByUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/qual/Holding.class
Holding.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.Holding extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/lock/qual/LockHeld.class
LockHeld.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.LockHeld extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/qual/LockPossiblyHeld.class
LockPossiblyHeld.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.LockPossiblyHeld extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/qual/LockingFree.class
LockingFree.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.LockingFree extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/qual/MayReleaseLocks.class
MayReleaseLocks.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.MayReleaseLocks extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/qual/NewObject.class
NewObject.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.NewObject extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/lock/qual/ReleasesNoLocks.class
ReleasesNoLocks.java package org.checkerframework.errorprone.checker.lock.qual public abstract annotation org.checkerframework.errorprone.checker.lock.qual.ReleasesNoLocks extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/mustcall/
org/checkerframework/errorprone/checker/mustcall/qual/
org/checkerframework/errorprone/checker/mustcall/qual/CreatesMustCallFor$List.class
CreatesMustCallFor.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.CreatesMustCallFor$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.mustcall.qual.CreatesMustCallFor[] value () }
org/checkerframework/errorprone/checker/mustcall/qual/CreatesMustCallFor.class
CreatesMustCallFor.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.CreatesMustCallFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/checker/mustcall/qual/InheritableMustCall.class
InheritableMustCall.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.InheritableMustCall extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/mustcall/qual/MustCall.class
MustCall.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.MustCall extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/mustcall/qual/MustCallAlias.class
MustCallAlias.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.MustCallAlias extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/mustcall/qual/MustCallUnknown.class
MustCallUnknown.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.MustCallUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/mustcall/qual/NotOwning.class
NotOwning.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.NotOwning extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/mustcall/qual/Owning.class
Owning.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.Owning extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/mustcall/qual/PolyMustCall.class
PolyMustCall.java package org.checkerframework.errorprone.checker.mustcall.qual public abstract annotation org.checkerframework.errorprone.checker.mustcall.qual.PolyMustCall extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/nullness/
org/checkerframework/errorprone/checker/nullness/qual/
org/checkerframework/errorprone/checker/nullness/qual/AssertNonNullIfNonNull.class
AssertNonNullIfNonNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.AssertNonNullIfNonNull extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresKeyFor$List.class
EnsuresKeyFor.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresKeyFor$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.nullness.qual.EnsuresKeyFor[] value () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresKeyFor.class
EnsuresKeyFor.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresKeyFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] map () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresKeyForIf$List.class
EnsuresKeyForIf.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresKeyForIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.nullness.qual.EnsuresKeyForIf[] value () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresKeyForIf.class
EnsuresKeyForIf.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresKeyForIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean result () public abstract java.lang.String[] expression () public abstract java.lang.String[] map () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresNonNull$List.class
EnsuresNonNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresNonNull$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.nullness.qual.EnsuresNonNull[] value () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresNonNull.class
EnsuresNonNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresNonNull extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresNonNullIf$List.class
EnsuresNonNullIf.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresNonNullIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.nullness.qual.EnsuresNonNullIf[] value () }
org/checkerframework/errorprone/checker/nullness/qual/EnsuresNonNullIf.class
EnsuresNonNullIf.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.EnsuresNonNullIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () }
org/checkerframework/errorprone/checker/nullness/qual/KeyFor.class
KeyFor.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.KeyFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/nullness/qual/KeyForBottom.class
KeyForBottom.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.KeyForBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/nullness/qual/MonotonicNonNull.class
MonotonicNonNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.MonotonicNonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/nullness/qual/NonNull.class
NonNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.NonNull extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/nullness/qual/Nullable.class
Nullable.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.Nullable extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/nullness/qual/PolyKeyFor.class
PolyKeyFor.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.PolyKeyFor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/nullness/qual/PolyNull.class
PolyNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.PolyNull extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/nullness/qual/RequiresNonNull$List.class
RequiresNonNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.RequiresNonNull$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.nullness.qual.RequiresNonNull[] value () }
org/checkerframework/errorprone/checker/nullness/qual/RequiresNonNull.class
RequiresNonNull.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.RequiresNonNull extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/checker/nullness/qual/UnknownKeyFor.class
UnknownKeyFor.java package org.checkerframework.errorprone.checker.nullness.qual public abstract annotation org.checkerframework.errorprone.checker.nullness.qual.UnknownKeyFor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/optional/
org/checkerframework/errorprone/checker/optional/qual/
org/checkerframework/errorprone/checker/optional/qual/MaybePresent.class
MaybePresent.java package org.checkerframework.errorprone.checker.optional.qual public abstract annotation org.checkerframework.errorprone.checker.optional.qual.MaybePresent extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/optional/qual/OptionalBottom.class
OptionalBottom.java package org.checkerframework.errorprone.checker.optional.qual public abstract annotation org.checkerframework.errorprone.checker.optional.qual.OptionalBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/optional/qual/PolyPresent.class
PolyPresent.java package org.checkerframework.errorprone.checker.optional.qual public abstract annotation org.checkerframework.errorprone.checker.optional.qual.PolyPresent extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/optional/qual/Present.class
Present.java package org.checkerframework.errorprone.checker.optional.qual public abstract annotation org.checkerframework.errorprone.checker.optional.qual.Present extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/propkey/
org/checkerframework/errorprone/checker/propkey/qual/
org/checkerframework/errorprone/checker/propkey/qual/PropertyKey.class
PropertyKey.java package org.checkerframework.errorprone.checker.propkey.qual public abstract annotation org.checkerframework.errorprone.checker.propkey.qual.PropertyKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/propkey/qual/PropertyKeyBottom.class
PropertyKeyBottom.java package org.checkerframework.errorprone.checker.propkey.qual public abstract annotation org.checkerframework.errorprone.checker.propkey.qual.PropertyKeyBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/propkey/qual/UnknownPropertyKey.class
UnknownPropertyKey.java package org.checkerframework.errorprone.checker.propkey.qual public abstract annotation org.checkerframework.errorprone.checker.propkey.qual.UnknownPropertyKey extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/regex/
org/checkerframework/errorprone/checker/regex/qual/
org/checkerframework/errorprone/checker/regex/qual/PartialRegex.class
PartialRegex.java package org.checkerframework.errorprone.checker.regex.qual public abstract annotation org.checkerframework.errorprone.checker.regex.qual.PartialRegex extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/checker/regex/qual/PolyRegex.class
PolyRegex.java package org.checkerframework.errorprone.checker.regex.qual public abstract annotation org.checkerframework.errorprone.checker.regex.qual.PolyRegex extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/regex/qual/Regex.class
Regex.java package org.checkerframework.errorprone.checker.regex.qual public abstract annotation org.checkerframework.errorprone.checker.regex.qual.Regex extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/errorprone/checker/regex/qual/RegexBottom.class
RegexBottom.java package org.checkerframework.errorprone.checker.regex.qual public abstract annotation org.checkerframework.errorprone.checker.regex.qual.RegexBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/regex/qual/UnknownRegex.class
UnknownRegex.java package org.checkerframework.errorprone.checker.regex.qual public abstract annotation org.checkerframework.errorprone.checker.regex.qual.UnknownRegex extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/
org/checkerframework/errorprone/checker/signature/qual/
org/checkerframework/errorprone/checker/signature/qual/ArrayWithoutPackage.class
ArrayWithoutPackage.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.ArrayWithoutPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/BinaryName.class
BinaryName.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.BinaryName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/BinaryNameOrPrimitiveType.class
BinaryNameOrPrimitiveType.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.BinaryNameOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/BinaryNameWithoutPackage.class
BinaryNameWithoutPackage.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.BinaryNameWithoutPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/CanonicalName.class
CanonicalName.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.CanonicalName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/CanonicalNameAndBinaryName.class
CanonicalNameAndBinaryName.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.CanonicalNameAndBinaryName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/CanonicalNameOrEmpty.class
CanonicalNameOrEmpty.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.CanonicalNameOrEmpty extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/CanonicalNameOrPrimitiveType.class
CanonicalNameOrPrimitiveType.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.CanonicalNameOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/ClassGetName.class
ClassGetName.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.ClassGetName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/ClassGetSimpleName.class
ClassGetSimpleName.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.ClassGetSimpleName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/DotSeparatedIdentifiers.class
DotSeparatedIdentifiers.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.DotSeparatedIdentifiers extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/DotSeparatedIdentifiersOrPrimitiveType.class
DotSeparatedIdentifiersOrPrimitiveType.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.DotSeparatedIdentifiersOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/FieldDescriptor.class
FieldDescriptor.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.FieldDescriptor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/FieldDescriptorForPrimitive.class
FieldDescriptorForPrimitive.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.FieldDescriptorForPrimitive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/FieldDescriptorWithoutPackage.class
FieldDescriptorWithoutPackage.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.FieldDescriptorWithoutPackage extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/FqBinaryName.class
FqBinaryName.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.FqBinaryName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/FullyQualifiedName.class
FullyQualifiedName.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.FullyQualifiedName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/Identifier.class
Identifier.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.Identifier extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/IdentifierOrPrimitiveType.class
IdentifierOrPrimitiveType.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.IdentifierOrPrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/InternalForm.class
InternalForm.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.InternalForm extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/MethodDescriptor.class
MethodDescriptor.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.MethodDescriptor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/PolySignature.class
PolySignature.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.PolySignature extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/PrimitiveType.class
PrimitiveType.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.PrimitiveType extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/SignatureBottom.class
SignatureBottom.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.SignatureBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signature/qual/SignatureUnknown.class
SignatureUnknown.java package org.checkerframework.errorprone.checker.signature.qual public abstract annotation org.checkerframework.errorprone.checker.signature.qual.SignatureUnknown extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/
org/checkerframework/errorprone/checker/signedness/qual/
org/checkerframework/errorprone/checker/signedness/qual/PolySigned.class
PolySigned.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.PolySigned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/qual/Signed.class
Signed.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.Signed extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/qual/SignedPositive.class
SignedPositive.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.SignedPositive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/qual/SignedPositiveFromUnsigned.class
SignedPositiveFromUnsigned.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.SignedPositiveFromUnsigned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/qual/SignednessBottom.class
SignednessBottom.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.SignednessBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/qual/SignednessGlb.class
SignednessGlb.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.SignednessGlb extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/qual/UnknownSignedness.class
UnknownSignedness.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.UnknownSignedness extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/signedness/qual/Unsigned.class
Unsigned.java package org.checkerframework.errorprone.checker.signedness.qual public abstract annotation org.checkerframework.errorprone.checker.signedness.qual.Unsigned extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/tainting/
org/checkerframework/errorprone/checker/tainting/qual/
org/checkerframework/errorprone/checker/tainting/qual/PolyTainted.class
PolyTainted.java package org.checkerframework.errorprone.checker.tainting.qual public abstract annotation org.checkerframework.errorprone.checker.tainting.qual.PolyTainted extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/tainting/qual/Tainted.class
Tainted.java package org.checkerframework.errorprone.checker.tainting.qual public abstract annotation org.checkerframework.errorprone.checker.tainting.qual.Tainted extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/tainting/qual/Untainted.class
Untainted.java package org.checkerframework.errorprone.checker.tainting.qual public abstract annotation org.checkerframework.errorprone.checker.tainting.qual.Untainted extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/
org/checkerframework/errorprone/checker/units/qual/
org/checkerframework/errorprone/checker/units/qual/A.class
A.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.A extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/Acceleration.class
Acceleration.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Acceleration extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Angle.class
Angle.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Angle extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Area.class
Area.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Area extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/C.class
C.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.C extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Current.class
Current.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Current extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Force.class
Force.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Force extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/K.class
K.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.K extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/Length.class
Length.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Length extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Luminance.class
Luminance.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Luminance extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Mass.class
Mass.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Mass extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/MixedUnits.class
MixedUnits.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.MixedUnits extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/N.class
N.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.N extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/PolyUnit.class
PolyUnit.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.PolyUnit extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Prefix.class
Prefix.java package org.checkerframework.errorprone.checker.units.qual public final enum org.checkerframework.errorprone.checker.units.qual.Prefix extends java.lang.Enum { public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix yotta public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix zetta public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix exa public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix peta public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix tera public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix giga public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix mega public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix kilo public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix hecto public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix deca public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix one public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix deci public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix centi public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix milli public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix micro public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix nano public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix pico public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix femto public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix atto public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix zepto public static final enum org.checkerframework.errorprone.checker.units.qual.Prefix yocto private static final synthetic org.checkerframework.errorprone.checker.units.qual.Prefix[] $VALUES public static org.checkerframework.errorprone.checker.units.qual.Prefix[] values () public static org.checkerframework.errorprone.checker.units.qual.Prefix valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.checker.units.qual.Prefix[] $values () static void <clinit> () }
org/checkerframework/errorprone/checker/units/qual/Speed.class
Speed.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Speed extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Substance.class
Substance.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Substance extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Temperature.class
Temperature.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Temperature extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Time.class
Time.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Time extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/UnitsBottom.class
UnitsBottom.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.UnitsBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/UnitsMultiple.class
UnitsMultiple.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.UnitsMultiple extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class quantity () public abstract org.checkerframework.errorprone.checker.units.qual.Prefix prefix () }
org/checkerframework/errorprone/checker/units/qual/UnitsRelations.class
UnitsRelations.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.UnitsRelations extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/errorprone/checker/units/qual/UnknownUnits.class
UnknownUnits.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.UnknownUnits extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/Volume.class
Volume.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.Volume extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/cd.class
cd.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.cd extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/degrees.class
degrees.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.degrees extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/g.class
g.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.g extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/h.class
h.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.h extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/kN.class
kN.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.kN extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/kg.class
kg.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.kg extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/km.class
km.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.km extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/km2.class
km2.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.km2 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/km3.class
km3.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.km3 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/kmPERh.class
kmPERh.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.kmPERh extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/m.class
m.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.m extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/m2.class
m2.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.m2 extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/m3.class
m3.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.m3 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/mPERs.class
mPERs.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.mPERs extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/mPERs2.class
mPERs2.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.mPERs2 extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/min.class
min.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.min extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/mm.class
mm.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.mm extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/mm2.class
mm2.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.mm2 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/mm3.class
mm3.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.mm3 extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/checker/units/qual/mol.class
mol.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.mol extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/radians.class
radians.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.radians extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/s.class
s.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.s extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.checker.units.qual.Prefix value () }
org/checkerframework/errorprone/checker/units/qual/t.class
t.java package org.checkerframework.errorprone.checker.units.qual public abstract annotation org.checkerframework.errorprone.checker.units.qual.t extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/
org/checkerframework/errorprone/common/aliasing/
org/checkerframework/errorprone/common/aliasing/qual/
org/checkerframework/errorprone/common/aliasing/qual/LeakedToResult.class
LeakedToResult.java package org.checkerframework.errorprone.common.aliasing.qual public abstract annotation org.checkerframework.errorprone.common.aliasing.qual.LeakedToResult extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/aliasing/qual/MaybeAliased.class
MaybeAliased.java package org.checkerframework.errorprone.common.aliasing.qual public abstract annotation org.checkerframework.errorprone.common.aliasing.qual.MaybeAliased extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/aliasing/qual/MaybeLeaked.class
MaybeLeaked.java package org.checkerframework.errorprone.common.aliasing.qual public abstract annotation org.checkerframework.errorprone.common.aliasing.qual.MaybeLeaked extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/aliasing/qual/NonLeaked.class
NonLeaked.java package org.checkerframework.errorprone.common.aliasing.qual public abstract annotation org.checkerframework.errorprone.common.aliasing.qual.NonLeaked extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/aliasing/qual/Unique.class
Unique.java package org.checkerframework.errorprone.common.aliasing.qual public abstract annotation org.checkerframework.errorprone.common.aliasing.qual.Unique extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/initializedfields/
org/checkerframework/errorprone/common/initializedfields/qual/
org/checkerframework/errorprone/common/initializedfields/qual/EnsuresInitializedFields$List.class
EnsuresInitializedFields.java package org.checkerframework.errorprone.common.initializedfields.qual public abstract annotation org.checkerframework.errorprone.common.initializedfields.qual.EnsuresInitializedFields$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.common.initializedfields.qual.EnsuresInitializedFields[] value () }
org/checkerframework/errorprone/common/initializedfields/qual/EnsuresInitializedFields.class
EnsuresInitializedFields.java package org.checkerframework.errorprone.common.initializedfields.qual public abstract annotation org.checkerframework.errorprone.common.initializedfields.qual.EnsuresInitializedFields extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String[] fields () }
org/checkerframework/errorprone/common/initializedfields/qual/InitializedFields.class
InitializedFields.java package org.checkerframework.errorprone.common.initializedfields.qual public abstract annotation org.checkerframework.errorprone.common.initializedfields.qual.InitializedFields extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/common/initializedfields/qual/InitializedFieldsBottom.class
InitializedFieldsBottom.java package org.checkerframework.errorprone.common.initializedfields.qual public abstract annotation org.checkerframework.errorprone.common.initializedfields.qual.InitializedFieldsBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/initializedfields/qual/PolyInitializedFields.class
PolyInitializedFields.java package org.checkerframework.errorprone.common.initializedfields.qual public abstract annotation org.checkerframework.errorprone.common.initializedfields.qual.PolyInitializedFields extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/
org/checkerframework/errorprone/common/reflection/qual/
org/checkerframework/errorprone/common/reflection/qual/ClassBound.class
ClassBound.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.ClassBound extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/common/reflection/qual/ClassVal.class
ClassVal.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.ClassVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/common/reflection/qual/ClassValBottom.class
ClassValBottom.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.ClassValBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/ForName.class
ForName.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.ForName extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/GetClass.class
GetClass.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.GetClass extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/GetConstructor.class
GetConstructor.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.GetConstructor extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/GetMethod.class
GetMethod.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.GetMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/Invoke.class
Invoke.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.Invoke extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/MethodVal.class
MethodVal.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.MethodVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] className () public abstract java.lang.String[] methodName () public abstract int[] params () }
org/checkerframework/errorprone/common/reflection/qual/MethodValBottom.class
MethodValBottom.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.MethodValBottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/NewInstance.class
NewInstance.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.NewInstance extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/UnknownClass.class
UnknownClass.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.UnknownClass extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/reflection/qual/UnknownMethod.class
UnknownMethod.java package org.checkerframework.errorprone.common.reflection.qual public abstract annotation org.checkerframework.errorprone.common.reflection.qual.UnknownMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/returnsreceiver/
org/checkerframework/errorprone/common/returnsreceiver/qual/
org/checkerframework/errorprone/common/returnsreceiver/qual/BottomThis.class
BottomThis.java package org.checkerframework.errorprone.common.returnsreceiver.qual public abstract annotation org.checkerframework.errorprone.common.returnsreceiver.qual.BottomThis extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/returnsreceiver/qual/This.class
This.java package org.checkerframework.errorprone.common.returnsreceiver.qual public abstract annotation org.checkerframework.errorprone.common.returnsreceiver.qual.This extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/returnsreceiver/qual/UnknownThis.class
UnknownThis.java package org.checkerframework.errorprone.common.returnsreceiver.qual public abstract annotation org.checkerframework.errorprone.common.returnsreceiver.qual.UnknownThis extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/subtyping/
org/checkerframework/errorprone/common/subtyping/qual/
org/checkerframework/errorprone/common/subtyping/qual/Bottom.class
Bottom.java package org.checkerframework.errorprone.common.subtyping.qual public abstract annotation org.checkerframework.errorprone.common.subtyping.qual.Bottom extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/subtyping/qual/Unqualified.class
Unqualified.java package org.checkerframework.errorprone.common.subtyping.qual public abstract annotation org.checkerframework.errorprone.common.subtyping.qual.Unqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/
org/checkerframework/errorprone/common/util/report/
org/checkerframework/errorprone/common/util/report/qual/
org/checkerframework/errorprone/common/util/report/qual/ReportCall.class
ReportCall.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportCall extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/report/qual/ReportCreation.class
ReportCreation.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportCreation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/report/qual/ReportInherit.class
ReportInherit.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportInherit extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/report/qual/ReportOverride.class
ReportOverride.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportOverride extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/report/qual/ReportReadWrite.class
ReportReadWrite.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportReadWrite extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/report/qual/ReportUnqualified.class
ReportUnqualified.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportUnqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/report/qual/ReportUse.class
ReportUse.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportUse extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/util/report/qual/ReportWrite.class
ReportWrite.java package org.checkerframework.errorprone.common.util.report.qual public abstract annotation org.checkerframework.errorprone.common.util.report.qual.ReportWrite extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/value/
org/checkerframework/errorprone/common/value/qual/
org/checkerframework/errorprone/common/value/qual/ArrayLen.class
ArrayLen.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.ArrayLen extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int[] value () }
org/checkerframework/errorprone/common/value/qual/ArrayLenRange.class
ArrayLenRange.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.ArrayLenRange extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int from () public abstract int to () }
org/checkerframework/errorprone/common/value/qual/BoolVal.class
BoolVal.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.BoolVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean[] value () }
org/checkerframework/errorprone/common/value/qual/BottomVal.class
BottomVal.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.BottomVal extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/value/qual/DoesNotMatchRegex.class
DoesNotMatchRegex.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.DoesNotMatchRegex extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/common/value/qual/DoubleVal.class
DoubleVal.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.DoubleVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract double[] value () }
org/checkerframework/errorprone/common/value/qual/EnsuresMinLenIf$List.class
EnsuresMinLenIf.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.EnsuresMinLenIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.common.value.qual.EnsuresMinLenIf[] value () }
org/checkerframework/errorprone/common/value/qual/EnsuresMinLenIf.class
EnsuresMinLenIf.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.EnsuresMinLenIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract boolean result () public abstract int targetValue () }
org/checkerframework/errorprone/common/value/qual/EnumVal.class
EnumVal.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.EnumVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/common/value/qual/IntRange.class
IntRange.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.IntRange extends java.lang.Object implements java.lang.annotation.Annotation { public abstract long from () public abstract long to () }
org/checkerframework/errorprone/common/value/qual/IntRangeFromGTENegativeOne.class
IntRangeFromGTENegativeOne.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.IntRangeFromGTENegativeOne extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/value/qual/IntRangeFromNonNegative.class
IntRangeFromNonNegative.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.IntRangeFromNonNegative extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/value/qual/IntRangeFromPositive.class
IntRangeFromPositive.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.IntRangeFromPositive extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/value/qual/IntVal.class
IntVal.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.IntVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract long[] value () }
org/checkerframework/errorprone/common/value/qual/MatchesRegex.class
MatchesRegex.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.MatchesRegex extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/common/value/qual/MinLen.class
MinLen.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.MinLen extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int value () }
org/checkerframework/errorprone/common/value/qual/MinLenFieldInvariant.class
MinLenFieldInvariant.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.MinLenFieldInvariant extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int[] minLen () public abstract java.lang.String[] field () }
org/checkerframework/errorprone/common/value/qual/PolyValue.class
PolyValue.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.PolyValue extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/value/qual/StaticallyExecutable.class
StaticallyExecutable.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.StaticallyExecutable extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/common/value/qual/StringVal.class
StringVal.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.StringVal extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/common/value/qual/UnknownVal.class
UnknownVal.java package org.checkerframework.errorprone.common.value.qual public abstract annotation org.checkerframework.errorprone.common.value.qual.UnknownVal extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/dataflow/qual/Impure.class
Impure.java package org.checkerframework.dataflow.qual public abstract annotation org.checkerframework.dataflow.qual.Impure extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/
org/checkerframework/errorprone/framework/qual/
org/checkerframework/errorprone/framework/qual/AnnotatedFor.class
AnnotatedFor.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.AnnotatedFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/framework/qual/CFComment.class
CFComment.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.CFComment extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/framework/qual/ConditionalPostconditionAnnotation.class
ConditionalPostconditionAnnotation.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.ConditionalPostconditionAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class qualifier () }
org/checkerframework/errorprone/framework/qual/Covariant.class
Covariant.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.Covariant extends java.lang.Object implements java.lang.annotation.Annotation { public abstract int[] value () }
org/checkerframework/errorprone/framework/qual/DefaultFor.class
DefaultFor.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.DefaultFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.TypeUseLocation[] value () public abstract org.checkerframework.errorprone.framework.qual.TypeKind[] typeKinds () public abstract java.lang.Class[] types () public abstract java.lang.String[] names () public abstract java.lang.String[] namesExceptions () }
org/checkerframework/errorprone/framework/qual/DefaultQualifier$List.class
DefaultQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.DefaultQualifier$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.DefaultQualifier[] value () }
org/checkerframework/errorprone/framework/qual/DefaultQualifier.class
DefaultQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.DefaultQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () public abstract org.checkerframework.errorprone.framework.qual.TypeUseLocation[] locations () public abstract boolean applyToSubpackages () }
org/checkerframework/errorprone/framework/qual/DefaultQualifierForUse.class
DefaultQualifierForUse.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.DefaultQualifierForUse extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/errorprone/framework/qual/DefaultQualifierInHierarchy.class
DefaultQualifierInHierarchy.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.DefaultQualifierInHierarchy extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/EnsuresQualifier$List.class
EnsuresQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.EnsuresQualifier$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.EnsuresQualifier[] value () }
org/checkerframework/errorprone/framework/qual/EnsuresQualifier.class
EnsuresQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.EnsuresQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract java.lang.Class qualifier () }
org/checkerframework/errorprone/framework/qual/EnsuresQualifierIf$List.class
EnsuresQualifierIf.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.EnsuresQualifierIf$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.EnsuresQualifierIf[] value () }
org/checkerframework/errorprone/framework/qual/EnsuresQualifierIf.class
EnsuresQualifierIf.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.EnsuresQualifierIf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract java.lang.Class qualifier () public abstract boolean result () }
org/checkerframework/errorprone/framework/qual/FieldInvariant.class
FieldInvariant.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.FieldInvariant extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] qualifier () public abstract java.lang.String[] field () }
org/checkerframework/errorprone/framework/qual/FromByteCode.class
FromByteCode.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.FromByteCode extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/FromStubFile.class
FromStubFile.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.FromStubFile extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/HasQualifierParameter.class
HasQualifierParameter.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.HasQualifierParameter extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/errorprone/framework/qual/IgnoreInWholeProgramInference.class
IgnoreInWholeProgramInference.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.IgnoreInWholeProgramInference extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/InheritedAnnotation.class
InheritedAnnotation.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.InheritedAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/InvisibleQualifier.class
InvisibleQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.InvisibleQualifier extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/JavaExpression.class
JavaExpression.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.JavaExpression extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/LiteralKind.class
LiteralKind.java package org.checkerframework.errorprone.framework.qual public final enum org.checkerframework.errorprone.framework.qual.LiteralKind extends java.lang.Enum { public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind NULL public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind INT public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind LONG public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind FLOAT public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind DOUBLE public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind BOOLEAN public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind CHAR public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind STRING public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind ALL public static final enum org.checkerframework.errorprone.framework.qual.LiteralKind PRIMITIVE private static final synthetic org.checkerframework.errorprone.framework.qual.LiteralKind[] $VALUES public static org.checkerframework.errorprone.framework.qual.LiteralKind[] values () public static org.checkerframework.errorprone.framework.qual.LiteralKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static java.util.List allLiteralKinds () java.util.List list public static java.util.List primitiveLiteralKinds () private static synthetic org.checkerframework.errorprone.framework.qual.LiteralKind[] $values () static void <clinit> () }
org/checkerframework/errorprone/framework/qual/MonotonicQualifier.class
MonotonicQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.MonotonicQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/errorprone/framework/qual/NoDefaultQualifierForUse.class
NoDefaultQualifierForUse.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.NoDefaultQualifierForUse extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/errorprone/framework/qual/NoQualifierParameter.class
NoQualifierParameter.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.NoQualifierParameter extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/errorprone/framework/qual/PolymorphicQualifier.class
PolymorphicQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.PolymorphicQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
org/checkerframework/errorprone/framework/qual/PostconditionAnnotation.class
PostconditionAnnotation.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.PostconditionAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class qualifier () }
org/checkerframework/errorprone/framework/qual/PreconditionAnnotation.class
PreconditionAnnotation.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.PreconditionAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class qualifier () }
org/checkerframework/errorprone/framework/qual/PurityUnqualified.class
PurityUnqualified.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.PurityUnqualified extends java.lang.Object implements java.lang.annotation.Annotation { }
org/checkerframework/errorprone/framework/qual/QualifierArgument.class
QualifierArgument.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.QualifierArgument extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
org/checkerframework/errorprone/framework/qual/QualifierForLiterals.class
QualifierForLiterals.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.QualifierForLiterals extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.LiteralKind[] value () public abstract java.lang.String[] stringPatterns () }
org/checkerframework/errorprone/framework/qual/RelevantJavaTypes.class
RelevantJavaTypes.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.RelevantJavaTypes extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/errorprone/framework/qual/RequiresQualifier$List.class
RequiresQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.RequiresQualifier$List extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.RequiresQualifier[] value () }
org/checkerframework/errorprone/framework/qual/RequiresQualifier.class
RequiresQualifier.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.RequiresQualifier extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] expression () public abstract java.lang.Class qualifier () }
org/checkerframework/errorprone/framework/qual/StubFiles.class
StubFiles.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.StubFiles extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
org/checkerframework/errorprone/framework/qual/SubtypeOf.class
SubtypeOf.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.SubtypeOf extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
org/checkerframework/errorprone/framework/qual/TargetLocations.class
TargetLocations.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.TargetLocations extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.TypeUseLocation[] value () }
org/checkerframework/errorprone/framework/qual/TypeKind.class
TypeKind.java package org.checkerframework.errorprone.framework.qual public final enum org.checkerframework.errorprone.framework.qual.TypeKind extends java.lang.Enum { public static final enum org.checkerframework.errorprone.framework.qual.TypeKind BOOLEAN public static final enum org.checkerframework.errorprone.framework.qual.TypeKind BYTE public static final enum org.checkerframework.errorprone.framework.qual.TypeKind SHORT public static final enum org.checkerframework.errorprone.framework.qual.TypeKind INT public static final enum org.checkerframework.errorprone.framework.qual.TypeKind LONG public static final enum org.checkerframework.errorprone.framework.qual.TypeKind CHAR public static final enum org.checkerframework.errorprone.framework.qual.TypeKind FLOAT public static final enum org.checkerframework.errorprone.framework.qual.TypeKind DOUBLE public static final enum org.checkerframework.errorprone.framework.qual.TypeKind VOID public static final enum org.checkerframework.errorprone.framework.qual.TypeKind NONE public static final enum org.checkerframework.errorprone.framework.qual.TypeKind NULL public static final enum org.checkerframework.errorprone.framework.qual.TypeKind ARRAY public static final enum org.checkerframework.errorprone.framework.qual.TypeKind DECLARED public static final enum org.checkerframework.errorprone.framework.qual.TypeKind ERROR public static final enum org.checkerframework.errorprone.framework.qual.TypeKind TYPEVAR public static final enum org.checkerframework.errorprone.framework.qual.TypeKind WILDCARD public static final enum org.checkerframework.errorprone.framework.qual.TypeKind PACKAGE public static final enum org.checkerframework.errorprone.framework.qual.TypeKind EXECUTABLE public static final enum org.checkerframework.errorprone.framework.qual.TypeKind OTHER public static final enum org.checkerframework.errorprone.framework.qual.TypeKind UNION public static final enum org.checkerframework.errorprone.framework.qual.TypeKind INTERSECTION private static final synthetic org.checkerframework.errorprone.framework.qual.TypeKind[] $VALUES public static org.checkerframework.errorprone.framework.qual.TypeKind[] values () public static org.checkerframework.errorprone.framework.qual.TypeKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.framework.qual.TypeKind[] $values () static void <clinit> () }
org/checkerframework/errorprone/framework/qual/TypeUseLocation.class
TypeUseLocation.java package org.checkerframework.errorprone.framework.qual public final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation extends java.lang.Enum { public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation FIELD public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation LOCAL_VARIABLE public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation RESOURCE_VARIABLE public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation EXCEPTION_PARAMETER public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation RECEIVER public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation PARAMETER public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation RETURN public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation CONSTRUCTOR_RESULT public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation LOWER_BOUND public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation EXPLICIT_LOWER_BOUND public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation IMPLICIT_LOWER_BOUND public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation UPPER_BOUND public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation EXPLICIT_UPPER_BOUND public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation IMPLICIT_UPPER_BOUND public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation OTHERWISE public static final enum org.checkerframework.errorprone.framework.qual.TypeUseLocation ALL private static final synthetic org.checkerframework.errorprone.framework.qual.TypeUseLocation[] $VALUES public static org.checkerframework.errorprone.framework.qual.TypeUseLocation[] values () public static org.checkerframework.errorprone.framework.qual.TypeUseLocation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic org.checkerframework.errorprone.framework.qual.TypeUseLocation[] $values () static void <clinit> () }
org/checkerframework/errorprone/framework/qual/Unused.class
Unused.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.Unused extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class when () }
org/checkerframework/errorprone/framework/qual/UpperBoundFor.class
UpperBoundFor.java package org.checkerframework.errorprone.framework.qual public abstract annotation org.checkerframework.errorprone.framework.qual.UpperBoundFor extends java.lang.Object implements java.lang.annotation.Annotation { public abstract org.checkerframework.errorprone.framework.qual.TypeKind[] typeKinds () public abstract java.lang.Class[] types () }
org/checkerframework/errorprone/org/
org/checkerframework/errorprone/org/plumelib/
org/checkerframework/errorprone/org/plumelib/util/
org/checkerframework/errorprone/org/plumelib/util/LimitedSizeSet.class
LimitedSizeSet.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet extends java.lang.Object implements java.io.Serializable java.lang.Cloneable { static final long serialVersionUID protected Object[] values protected int numValues private static boolean assertsEnabled static final synthetic boolean $assertionsDisabled public void <init> (int) int maxValues Object[] newValuesArray public void add (java.lang.Object) Object elt public void addAll (org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet) int i org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet s boolean sameObject Object[] svalues public boolean contains (java.lang.Object) int i Object elt public int size () public int maxSize () public boolean repNulled () private void nullRep () public org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet clone () org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet resultAsLss org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet result CloneNotSupportedException e org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet result public static org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet merge (int, java.util.List) org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet s int maxValues java.util.List slist org.checkerframework.errorprone.org.plumelib.util.LimitedSizeSet result public java.lang.String toString () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$KeySet.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.ArrayMap$KeySet extends java.util.AbstractSet { final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public final int size () public final void clear () public final java.util.Iterator iterator () public final boolean contains (java.lang.Object) Object o public final boolean remove (java.lang.Object) Object o int index public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] result Object[] a Object[] result public final void forEach (java.util.function.Consumer) Object key int i java.util.function.Consumer action int oldSizeModificationCount }
org/checkerframework/errorprone/org/plumelib/util/Intern$IntegerHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$IntegerHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 public int hashCode (java.lang.Object) Object o Integer i }
org/checkerframework/errorprone/org/plumelib/util/MostlySingletonSet.class
MostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.MostlySingletonSet extends org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet { static final synthetic boolean $assertionsDisabled public void <init> () public void <init> (java.lang.Object) Object value public boolean add (java.lang.Object) Object e private void makeNonSingleton () public boolean contains (java.lang.Object) Object o static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityPair.class
WeakIdentityPair.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.WeakIdentityPair extends java.lang.Object { private final java.lang.ref.WeakReference a private final java.lang.ref.WeakReference b private final int hashCode public void <init> (java.lang.Object, java.lang.Object) int hashCodeA StackOverflowError e int hashCodeB StackOverflowError e Object a Object b int hashCodeA int hashCodeB public static org.checkerframework.errorprone.org.plumelib.util.WeakIdentityPair of (java.lang.Object, java.lang.Object) Object a Object b public java.lang.Object getA () public java.lang.Object getB () public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.org.plumelib.util.WeakIdentityPair other Object a Object b Object oa Object ob public int hashCode () }
org/checkerframework/errorprone/org/plumelib/util/MathPlume.class
MathPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.MathPlume extends java.lang.Object { private void <init> () public static int negate (int) int a public static long negate (long) long a public static double negate (double) double a public static int bitwiseComplement (int) int a public static long bitwiseComplement (long) long a public static int mul (int, int) int x int y public static long mul (long, long) long x long y public static double mul (double, double) double x double y public static int div (int, int) int x int y public static long div (long, long) long x long y public static double div (double, double) double x double y public static int mod (int, int) int x int y public static long mod (long, long) long x long y public static int lshift (int, int) int x int y public static long lshift (long, long) long x long y public static int rshiftSigned (int, int) int x int y public static long rshiftSigned (long, long) long x long y public static int rshiftUnsigned (int, int) int x int y public static long rshiftUnsigned (long, long) long x long y public static int bitwiseAnd (int, int) int x int y public static long bitwiseAnd (long, long) long x long y public static int logicalAnd (int, int) int x int y public static long logicalAnd (long, long) long x long y public static int bitwiseXor (int, int) int x int y public static long bitwiseXor (long, long) long x long y public static int logicalXor (int, int) int x int y public static long logicalXor (long, long) long x long y public static int bitwiseOr (int, int) int x int y public static long bitwiseOr (long, long) long x long y public static int logicalOr (int, int) int x int y public static long logicalOr (long, long) long x long y public static int sign (int) int a public static int pow (int, int) throws java.lang.ArithmeticException int base int expt public static long pow (long, long) throws java.lang.ArithmeticException long base long expt private static int powFast (int, int) throws java.lang.ArithmeticException int base int expt int thisSquarePow int result private static long powFast (long, long) throws java.lang.ArithmeticException long base long expt long thisSquarePow long result public static int gcd (int, int) int tmp int a int b public static int gcd (int[]) int i int[] a int result public static int gcdDifferences (int[]) int i int[] a int result public static long gcd (long, long) long tmp long a long b public static long gcd (long[]) int i long[] a long result public static long gcdDifferences (long[]) int i long[] a long result public static double gcd (double, double) double tmp double a double b public static double gcd (double[]) int i double[] a double result public static double gcdDifferences (double[]) int i double[] a double result public static int modPositive (int, int) int x int y public static int modNonnegative (int, int) int x int y int result public static int[] modulus (int[]) int[] nums int modulus int remainder public static int[] modulusInt (java.util.Iterator) int i java.util.Iterator itor int avalue int modulus int count public static int[] modulusStrict (int[], boolean) int i int[] nums boolean nonstrictEnds int firstIndex int lastIndex int firstNonstrict int lastNonstrict int modulus int r public static int[] modulusStrictInt (java.util.Iterator, boolean) java.util.Iterator itor boolean nonstrictEnds int firstNonstrict int lastNonstrict int prev int next int modulus int count int r public static long modPositive (long, long) long x long y public static long modNonnegative (long, long) long x long y long result public static long[] modulus (long[]) long[] nums long modulus long remainder public static long[] modulusLong (java.util.Iterator) long i java.util.Iterator itor long avalue long modulus int count public static long[] modulusStrict (long[], boolean) int i long[] nums boolean nonstrictEnds int firstIndex int lastIndex long firstNonstrict long lastNonstrict long modulus long r public static long[] modulusStrictLong (java.util.Iterator, boolean) java.util.Iterator itor boolean nonstrictEnds long firstNonstrict long lastNonstrict long prev long next long modulus int count long r public static int[] missingNumbers (int[]) int i int i int[] nums int min int max int sizeEstimate java.util.List resultList int val int[] resultArray public static int[] nonmodulusStrict (int[]) int[] nums int range private static int[] nonmodulusStrictIntInternal (java.util.Iterator) java.util.Iterator missing org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$RemoveFirstAndLastIterator missingNums int[] result private static boolean checkFirstAndLastNonmodulus (int[], org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$RemoveFirstAndLastIterator) int[] rm org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$RemoveFirstAndLastIterator rfali int r int m int first int last public static int[] nonmodulusStrictInt (java.util.Iterator) java.util.Iterator nums public static int[] nonmodulusNonstrict (int[]) int rem int i boolean[] hasModulus int numNonmodulus int m int[] nums int maxModulus public static long[] missingNumbers (long[]) int i int i long[] nums long min long max int sizeEstimate java.util.List resultList long val long[] resultArray public static long[] nonmodulusStrict (long[]) long[] nums long range private static long[] nonmodulusStrictLongInternal (java.util.Iterator) java.util.Iterator missing org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$RemoveFirstAndLastIterator missingNums long[] result private static boolean checkFirstAndLastNonmodulus (long[], org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$RemoveFirstAndLastIterator) long[] rm org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$RemoveFirstAndLastIterator rfali long r long m long first long last public static long[] nonmodulusStrictLong (java.util.Iterator) java.util.Iterator nums public static long[] nonmodulusNonstrict (long[]) int rem int i boolean[] hasModulus int numNonmodulus int m long[] nums int maxModulus }
org/checkerframework/errorprone/org/plumelib/util/MostlySingletonSet$1.class
MostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util synthetic org.checkerframework.errorprone.org.plumelib.util.MostlySingletonSet$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$plumelib$util$AbstractMostlySingletonSet$State static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/Intern$LongHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$LongHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 public int hashCode (java.lang.Object) Object o Long i }
org/checkerframework/errorprone/org/plumelib/util/AbstractMostlySingletonSet.class
AbstractMostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util public abstract org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet extends java.lang.Object implements java.util.Set { protected org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State state protected Object value protected java.util.Set set static final synthetic boolean $assertionsDisabled protected void <init> (org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State) org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State s protected void <init> (org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State, java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State s Object v protected void checkRep () public int size () public boolean isEmpty () public java.util.Iterator iterator () public java.lang.String toString () public boolean addAll (java.util.Collection) Object elem java.util.Collection c boolean res public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] a public boolean remove (java.lang.Object) Object o public boolean containsAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public boolean removeAll (java.util.Collection) java.util.Collection c public void clear () static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/StringsPlume$NullableStringComparator.class
StringsPlume.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.StringsPlume$NullableStringComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public void <init> () public int compare (java.lang.String, java.lang.String) String s1 String s2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/ClassDeterministic$MethodComparator.class
ClassDeterministic.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$MethodComparator extends java.lang.Object implements java.util.Comparator { static final synthetic boolean $assertionsDisabled public void <init> () public int compare (java.lang.reflect.Method, java.lang.reflect.Method) int i java.lang.reflect.Method m1 java.lang.reflect.Method m2 int result Class[] ptypes1 Class[] ptypes2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$IntArrayComparatorLengthFirst.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$IntArrayComparatorLengthFirst extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$IntArrayComparatorLengthFirst it public void <init> () public int compare (int[], int[]) int i int[] a1 int[] a2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/Filter.class
Filter.java package org.checkerframework.errorprone.org.plumelib.util public abstract org.checkerframework.errorprone.org.plumelib.util.Filter extends java.lang.Object { public abstract boolean accept (java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$IntArrayComparatorLexical.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$IntArrayComparatorLexical extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$IntArrayComparatorLexical it public void <init> () public int compare (int[], int[]) int i int[] a1 int[] a2 int len public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/FilesPlume$WildcardFilter.class
FilesPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.FilesPlume$WildcardFilter extends java.lang.Object implements java.io.FilenameFilter { String prefix String suffix public void <init> (java.lang.String) String wildcard int astloc public boolean accept (java.io.File, java.lang.String) java.io.File dir String name }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.ArrayMap extends java.util.AbstractMap { private Object[] keys private Object[] values private int size transient int sizeModificationCount java.util.Set keySet java.util.Collection valuesCollection java.util.Set entrySet public void <init> (int) int initialCapacity public void <init> () private void <init> (java.lang.Object[], java.lang.Object[], int) Object[] keys Object[] values int size public void <init> (java.util.Map) java.util.Map m public static java.util.Map newArrayMapOrHashMap (int) int capacity public static java.util.Map newArrayMapOrHashMap (java.util.Map) java.util.Map m public static java.util.Map newArrayMapOrLinkedHashMap (int) int capacity public static java.util.Map newArrayMapOrLinkedHashMap (java.util.Map) java.util.Map m private void put (int, java.lang.Object, java.lang.Object) int index Object key Object value private void grow () int newCapacity private boolean removeIndex (int) int index public int size () public boolean isEmpty () private int indexOfKey (java.lang.Object) int i Object key private int indexOfValue (java.lang.Object) int i Object value public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value private boolean containsEntry (java.lang.Object, java.lang.Object) Object key Object value int index public java.lang.Object get (java.lang.Object) Object key int index private java.lang.Object getOrNull (int) int index public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value int index Object currentValue public java.lang.Object remove (java.lang.Object) Object key int index Object currentValue public void putAll (java.util.Map) java.util.Map$Entry entry java.util.Map m public void clear () public java.util.Set keySet () public java.util.Collection values () public java.util.Set entrySet () public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue int index public void forEach (java.util.function.BiConsumer) Object k Object v IndexOutOfBoundsException e Object k Object v int index java.util.function.BiConsumer action int oldSizeModificationCount public void replaceAll (java.util.function.BiFunction) Object k Object v IndexOutOfBoundsException e IndexOutOfBoundsException e Object k Object v int index java.util.function.BiFunction function int oldSizeModificationCount int size public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value int index public boolean remove (java.lang.Object, java.lang.Object) Object key Object value int index Object curValue public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue int index Object curValue public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value int index Object currentValue public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object currentValue Object key java.util.function.Function mappingFunction int index int oldSizeModificationCount Object newValue public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object result Object result Object key java.util.function.BiFunction remappingFunction int index Object oldValue int oldSizeModificationCount Object newValue public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction int index Object oldValue int oldSizeModificationCount Object newValue public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object newValue Object key Object value java.util.function.BiFunction remappingFunction int index Object oldValue int oldSizeModificationCount Object newValue public org.checkerframework.errorprone.org.plumelib.util.ArrayMap clone () java.lang.String repr () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic int access$000 (org.checkerframework.errorprone.org.plumelib.util.ArrayMap, java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.ArrayMap x0 Object x1 static synthetic boolean access$100 (org.checkerframework.errorprone.org.plumelib.util.ArrayMap, int) org.checkerframework.errorprone.org.plumelib.util.ArrayMap x0 int x1 static synthetic java.lang.Object[] access$200 (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap x0 static synthetic int access$300 (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap x0 static synthetic java.lang.Object[] access$400 (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap x0 static synthetic boolean access$500 (org.checkerframework.errorprone.org.plumelib.util.ArrayMap, java.lang.Object, java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.ArrayMap x0 Object x1 Object x2 }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume extends java.lang.Object { private static final org.checkerframework.errorprone.org.plumelib.util.StringsPlume$ObjectComparator objectComparator private void <init> () public static java.lang.Object[] nCopies (int, java.lang.Object) int n Object o Object[] result public static java.lang.Object[] append (java.lang.Object[], java.lang.Object) Object[] array Object lastElt Object[] result public static int min (int[]) int i int[] a int result public static long min (long[]) int i long[] a long result public static double min (double[]) int i double[] a double result public static java.lang.Integer min (java.lang.Integer[]) int i Integer[] a Integer result int resultInt public static java.lang.Long min (java.lang.Long[]) int i Long[] a Long result long resultLong public static java.lang.Double min (java.lang.Double[]) int i Double[] a Double result double resultDouble public static int max (int[]) int i int[] a int result public static long max (long[]) int i long[] a long result public static double max (double[]) int i double[] a double result public static java.lang.Integer max (java.lang.Integer[]) int i Integer[] a Integer result int resultInt public static java.lang.Long max (java.lang.Long[]) int i Long[] a Long result long resultLong public static java.lang.Double max (java.lang.Double[]) int i Double[] a Double result double resultDouble public static int[] minAndMax (int[]) int i int[] a int resultMin int resultMax public static long[] minAndMax (long[]) int i long[] a long resultMin long resultMax public static int elementRange (int[]) int[] a int[] minAndMax public static long elementRange (long[]) long[] a long[] minAndMax public static int sum (int[]) int i int[] a int sum public static int sum (int[][]) int j int i int[][] a int sum public static double sum (double[]) int i double[] a double sum public static double sum (double[][]) int j int i double[][] a double sum public static int indexOf (java.lang.Object[], java.lang.Object) int i Object[] a Object elt public static int indexOf (java.lang.Object[], java.lang.Object, int, int) int i Object[] a Object elt int minindex int indexlimit public static int indexOf (java.util.List, java.lang.Object) java.util.List a Object elt public static int indexOf (java.util.List, java.lang.Object, int, int) int i java.util.List a Object elt int minindex int indexlimit public static int indexOfEq (java.lang.Object[], java.lang.Object) int i Object[] a Object elt public static int indexOfEq (java.lang.Object[], java.lang.Object, int, int) int i Object[] a Object elt int minindex int indexlimit public static int indexOfEq (java.util.List, java.lang.Object) int i java.util.List a Object elt public static int indexOfEq (java.util.List, java.lang.Object, int, int) int i java.util.List a Object elt int minindex int indexlimit public static int indexOf (int[], int) int i int[] a int elt public static int indexOf (long[], long) int i long[] a long elt public static int indexOf (int[], int, int, int) int i int[] a int elt int minindex int indexlimit public static int indexOf (long[], long, int, int) int i long[] a long elt int minindex int indexlimit public static int indexOf (boolean[], boolean) int i boolean[] a boolean elt public static int indexOf (double[], double) int i double[] a double elt public static int indexOf (boolean[], boolean, int, int) int i boolean[] a boolean elt int minindex int indexlimit public static int indexOf (java.lang.Object[], java.lang.Object[]) int i Object[] a Object[] sub int aIndexMax public static int indexOfEq (java.lang.Object[], java.lang.Object[]) int i Object[] a Object[] sub int aIndexMax public static int indexOf (java.util.List, java.lang.Object[]) int i java.util.List a Object[] sub int aIndexMax public static int indexOfEq (java.util.List, java.lang.Object[]) int i java.util.List a Object[] sub int aIndexMax public static int indexOf (java.lang.Object[], java.util.List) int i Object[] a java.util.List sub int aIndexMax public static int indexOfEq (java.lang.Object[], java.util.List) int i Object[] a java.util.List sub int aIndexMax public static int indexOf (java.util.List, java.util.List) int i java.util.List a java.util.List sub int aIndexMax public static int indexOfEq (java.util.List, java.util.List) int i java.util.List a java.util.List sub int aIndexMax public static int indexOf (int[], int[]) int i int[] a int[] sub int aIndexMax public static int indexOf (double[], double[]) int i double[] a double[] sub int aIndexMax public static int indexOf (long[], long[]) int i long[] a long[] sub int aIndexMax public static int indexOf (boolean[], boolean[]) int i boolean[] a boolean[] sub int aIndexMax public static java.lang.Object[] subarray (java.lang.Object[], int, int) Object[] a int startindex int length Object[] result public static java.util.List subarray (java.util.List, int, int) java.util.List a int startindex int length public static java.lang.String[] subarray (java.lang.String[], int, int) String[] a int startindex int length String[] result public static byte[] subarray (byte[], int, int) byte[] a int startindex int length byte[] result public static boolean[] subarray (boolean[], int, int) boolean[] a int startindex int length boolean[] result public static char[] subarray (char[], int, int) char[] a int startindex int length char[] result public static double[] subarray (double[], int, int) double[] a int startindex int length double[] result public static float[] subarray (float[], int, int) float[] a int startindex int length float[] result public static int[] subarray (int[], int, int) int[] a int startindex int length int[] result public static long[] subarray (long[], int, int) long[] a int startindex int length long[] result public static short[] subarray (short[], int, int) short[] a int startindex int length short[] result public static boolean isSubarray (java.lang.Object[], java.lang.Object[], int) int i Object[] a Object[] sub int aOffset public static boolean isSubarrayEq (java.lang.Object[], java.lang.Object[], int) int i Object[] a Object[] sub int aOffset public static boolean isSubarray (java.lang.Object[], java.util.List, int) int i Object[] a java.util.List sub int aOffset public static boolean isSubarrayEq (java.lang.Object[], java.util.List, int) int i Object[] a java.util.List sub int aOffset public static boolean isSubarray (java.util.List, java.lang.Object[], int) int i java.util.List a Object[] sub int aOffset public static boolean isSubarrayEq (java.util.List, java.lang.Object[], int) int i java.util.List a Object[] sub int aOffset public static boolean isSubarray (java.util.List, java.util.List, int) int i java.util.List a java.util.List sub int aOffset public static boolean isSubarrayEq (java.util.List, java.util.List, int) int i java.util.List a java.util.List sub int aOffset public static boolean isSubarray (int[], int[], int) int i int[] a int[] sub int aOffset public static boolean isSubarray (long[], long[], int) int i long[] a long[] sub int aOffset public static boolean isSubarray (double[], double[], int) int i double[] a double[] sub int aOffset public static boolean isSubarray (boolean[], boolean[], int) int i boolean[] a boolean[] sub int aOffset public static transient java.lang.Object[] concatenate (java.lang.Object[], java.lang.Object[]) Object[] array1 Object[] array2 Object[] result private static java.lang.Object[] toTArray (java.util.List) java.util.List lst Object[] asArray public static java.lang.Object[] concat (java.lang.Object[], java.lang.Object[]) Object[] a Object[] b public static java.lang.Object[] concat (java.lang.Object[], java.util.List) Object[] a java.util.List b public static java.lang.Object[] concat (java.util.List, java.lang.Object[]) java.util.List a Object[] b public static java.lang.Object[] concat (java.util.List, java.util.List) java.util.List a java.util.List b private static java.lang.Object[] concat (org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ListOrArray, org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ListOrArray) Object[] result int size Class resultType Object[] result org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ListOrArray a org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ListOrArray b public static java.lang.String[] concat (java.lang.String[], java.lang.String[]) String[] result String[] a String[] b public static byte[] concat (byte[], byte[]) byte[] result byte[] a byte[] b public static boolean[] concat (boolean[], boolean[]) boolean[] result boolean[] a boolean[] b public static char[] concat (char[], char[]) char[] result char[] a char[] b public static double[] concat (double[], double[]) double[] result double[] a double[] b public static float[] concat (float[], float[]) float[] result float[] a float[] b public static int[] concat (int[], int[]) int[] result int[] a int[] b public static long[] concat (long[], long[]) long[] result long[] a long[] b public static short[] concat (short[], short[]) short[] result short[] a short[] b public static int length (java.lang.Object) throws java.lang.IllegalArgumentException Object a public static java.lang.String toString (java.lang.Object) Object a public static java.lang.String toString (java.lang.Object[]) Object[] a public static java.lang.String toString (java.lang.Object[], boolean) Object elt int i Object[] a boolean quoted java.util.StringJoiner sj public static java.lang.String toString (java.util.Collection) java.util.Collection a public static java.lang.String toString (java.util.Collection, boolean) Object elt java.util.Collection a boolean quoted java.util.StringJoiner sj public static java.lang.String toStringQuoted (java.lang.Object[]) Object[] a public static java.lang.String toStringQuoted (java.util.Collection) java.util.Collection a public static boolean sorted (int[]) int i int[] a public static boolean sorted (long[]) int i long[] a public static boolean isSortedDescending (int[]) int i int[] a public static boolean isSortedDescending (long[]) int i long[] a public static boolean hasDuplicates (boolean[]) int i boolean[] a java.util.Set hs public static boolean noDuplicates (boolean[]) boolean[] a public static boolean hasDuplicates (byte[]) int i byte[] a java.util.Set hs public static boolean noDuplicates (byte[]) byte[] a public static boolean hasDuplicates (char[]) int i char[] a java.util.Set hs public static boolean noDuplicates (char[]) char[] a public static boolean hasDuplicates (float[]) int i float[] a java.util.Set hs public static boolean noDuplicates (float[]) float[] a public static boolean hasDuplicates (short[]) int i short[] a java.util.Set hs public static boolean noDuplicates (short[]) short[] a public static boolean hasDuplicates (int[]) int i int[] a java.util.Set hs public static boolean noDuplicates (int[]) int[] a public static boolean hasDuplicates (double[]) int i double[] a java.util.Set hs public static boolean noDuplicates (double[]) double[] a public static boolean hasDuplicates (long[]) int i long[] a java.util.Set hs public static boolean noDuplicates (long[]) long[] a public static boolean hasDuplicates (java.lang.String[]) int i String[] a java.util.HashSet hs public static boolean noDuplicates (java.lang.String[]) String[] a public static boolean hasDuplicates (java.lang.Object[]) int i Object[] a java.util.HashSet hs public static boolean noDuplicates (java.lang.Object[]) Object[] a public static boolean noDuplicates (java.util.List) Object elt int i java.util.HashSet hs Object elt java.util.HashSet hs java.util.List a public static boolean fnIsPermutation (int[]) int n int i int[] a boolean[] see public static boolean fnIsTotal (int[]) int[] a public static int[] fnIdentity (int) int i int length int[] result public static int[] fnInversePermutation (int[]) int[] a public static int[] fnInverse (int[], int) int ai int i int[] a int arange int[] result public static int[] fnCompose (int[], int[]) int i int[] a int[] b int[] result public static int[] partialFnCompose (int[], int[]) int inner int i int[] a int[] b int[] result public static boolean isSubset (long[], long[]) int i int i long[] smaller long[] bigger java.util.Set setBigger public static boolean isSubset (double[], double[]) int i int i double[] smaller double[] bigger java.util.Set setBigger public static boolean isSubset (java.lang.String[], java.lang.String[]) int i int i String[] smaller String[] bigger java.util.Set setBigger public static boolean sameContents (java.lang.Object[], java.lang.Object[]) Object[] arr1 Object[] arr2 java.util.List list1 java.util.List list2 public static boolean anyNull (java.lang.Object[]) Object[] a public static boolean allNull (java.lang.Object[]) int i Object[] a public static boolean anyNull (java.util.List) java.util.List a public static boolean allNull (java.util.List) int i java.util.List a public static java.util.List partitionInto (java.util.Collection, int) java.util.Collection elts int k public static java.util.List partitionInto (java.util.Queue, int) java.util.Queue elts int k public static java.util.List partitionIntoHelper (java.util.Queue, java.util.List, int, int) org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$Partitioning p int i java.util.List resultSoFar_augmented org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$Partitioning p java.util.List resultSoFar_augmented java.util.Queue elts java.util.List resultSoFar int numEmptyParts int numNonemptyParts java.util.Queue eltsRemaining Object elt java.util.List result private static java.util.ArrayList newArrayList (java.lang.Object) Object elt java.util.ArrayList result static synthetic java.lang.Object[] access$000 (java.util.List) java.util.List x0 static synthetic org.checkerframework.errorprone.org.plumelib.util.StringsPlume$ObjectComparator access$100 () static synthetic java.util.ArrayList access$200 (java.lang.Object) Object x0 static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/IdentityMostlySingletonSet.class
IdentityMostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.IdentityMostlySingletonSet extends org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet { static final synthetic boolean $assertionsDisabled public void <init> () public void <init> (java.lang.Object) Object value public boolean add (java.lang.Object) Object e private void makeNonSingleton () public boolean contains (java.lang.Object) Object o static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/EntryReader$Entry.class
EntryReader.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.EntryReader$Entry extends java.lang.Object { public final String firstLine public final String body public final boolean shortEntry public final String filename public final long lineNumber public void <init> (java.lang.String, java.lang.String, java.lang.String, long, boolean) String firstLine String body String filename long lineNumber boolean shortEntry public java.lang.String getDescription (java.util.regex.Pattern) java.util.regex.Pattern re java.util.regex.Matcher descr }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$EntryIterator.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.ArrayMap$EntryIterator extends org.checkerframework.errorprone.org.plumelib.util.ArrayMap$ArrayMapIterator implements java.util.Iterator { final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public final java.util.Map$Entry next () public volatile synthetic java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/UniqueId.class
UniqueId.java package org.checkerframework.errorprone.org.plumelib.util public abstract org.checkerframework.errorprone.org.plumelib.util.UniqueId extends java.lang.Object { public abstract long getUid () public java.lang.String getClassAndUid () }
org/checkerframework/errorprone/org/plumelib/util/ClassDeterministic$ConstructorComparator.class
ClassDeterministic.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$ConstructorComparator extends java.lang.Object implements java.util.Comparator { static final synthetic boolean $assertionsDisabled public void <init> () public int compare (java.lang.reflect.Constructor, java.lang.reflect.Constructor) int i java.lang.reflect.Constructor c1 java.lang.reflect.Constructor c2 int result Class[] ptypes1 Class[] ptypes2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/MultiRandSelector.class
MultiRandSelector.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.MultiRandSelector extends java.lang.Object { private boolean coinTossMode private int numElts private double keepProbability private java.util.Random r private org.checkerframework.errorprone.org.plumelib.util.Partitioner eq private java.util.HashMap map public void <init> (int, org.checkerframework.errorprone.org.plumelib.util.Partitioner) int numElts org.checkerframework.errorprone.org.plumelib.util.Partitioner eq public void <init> (double, org.checkerframework.errorprone.org.plumelib.util.Partitioner) double keepProbability org.checkerframework.errorprone.org.plumelib.util.Partitioner eq public void <init> (int, java.util.Random, org.checkerframework.errorprone.org.plumelib.util.Partitioner) int numElts java.util.Random r org.checkerframework.errorprone.org.plumelib.util.Partitioner eq public void <init> (double, java.util.Random, org.checkerframework.errorprone.org.plumelib.util.Partitioner) double keepProbability java.util.Random r org.checkerframework.errorprone.org.plumelib.util.Partitioner eq private void <init> (java.util.Random, org.checkerframework.errorprone.org.plumelib.util.Partitioner) java.util.Random r org.checkerframework.errorprone.org.plumelib.util.Partitioner eq public void acceptIter (java.util.Iterator) java.util.Iterator iter public void accept (java.lang.Object) Object next Object equivClass org.checkerframework.errorprone.org.plumelib.util.RandomSelector delegation public java.util.Iterator valuesIter () org.checkerframework.errorprone.org.plumelib.util.RandomSelector rs java.util.ArrayList ret }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume$EnumerationIterator.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$EnumerationIterator extends java.lang.Object implements java.util.Iterator { java.util.Enumeration e public void <init> (java.util.Enumeration) java.util.Enumeration e public boolean hasNext () public java.lang.Object next () public void remove () }
org/checkerframework/errorprone/org/plumelib/util/AbstractMostlySingletonSet$State.class
AbstractMostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util public final enum org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State extends java.lang.Enum { public static final enum org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State EMPTY public static final enum org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State SINGLETON public static final enum org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State ANY private static final synthetic org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State[] $VALUES public static org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State[] values () public static org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume$FilteredIterator.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$FilteredIterator extends java.lang.Object implements java.util.Iterator { java.util.Iterator itor org.checkerframework.errorprone.org.plumelib.util.Filter filter Object invalidT Object current boolean currentValid static final synthetic boolean $assertionsDisabled public void <init> (java.util.Iterator, org.checkerframework.errorprone.org.plumelib.util.Filter) java.util.Iterator itor org.checkerframework.errorprone.org.plumelib.util.Filter filter public boolean hasNext () public java.lang.Object next () boolean ok public void remove () static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/FileWriterWithName.class
FileWriterWithName.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.FileWriterWithName extends java.io.FileWriter { private final String fileName public void <init> (java.lang.String) throws java.io.IOException String fileName public void <init> (java.lang.String, boolean) throws java.io.IOException String fileName boolean append public void <init> (java.io.File) throws java.io.IOException java.io.File file public void <init> (java.io.File, boolean) throws java.io.IOException java.io.File file boolean append public java.lang.String getFileName () public java.lang.String toString () }
org/checkerframework/errorprone/org/plumelib/util/DumpHeap.class
DumpHeap.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.DumpHeap extends java.lang.Object { private static volatile Object hotspotMBean private static java.lang.reflect.Method dumpHeapMethod private void <init> () private static synchronized void initializeFields () Class mxbeanClass Exception e public static void dumpHeap (java.lang.String) String fileName public static void dumpHeap (java.lang.String, boolean) ReflectiveOperationException e String fileName boolean live java.io.File heapFile }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$ObjectArrayComparatorLexical.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ObjectArrayComparatorLexical extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ObjectArrayComparatorLexical it public void <init> () public int compare (java.lang.Object[], java.lang.Object[]) int tmp int i Object[] a1 Object[] a2 int len public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/IdentityArraySet.class
IdentityArraySet.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet extends java.util.AbstractSet { private Object[] values private int size transient int sizeModificationCount public void <init> (int) int initialCapacity public void <init> () private void <init> (java.lang.Object[], int) Object[] values int size public void <init> (java.util.Collection) java.util.Collection m private boolean add (int, java.lang.Object) int index Object value private void grow () int newCapacity private boolean removeIndex (int) int index public int size () public boolean isEmpty () private int indexOf (java.lang.Object) int i Object value public boolean contains (java.lang.Object) Object value public boolean add (java.lang.Object) Object value int index public boolean remove (java.lang.Object) Object value int index public boolean addAll (java.util.Collection) java.util.Collection c public boolean removeAll (java.util.Collection) java.util.Collection c public void clear () public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) Object e IndexOutOfBoundsException exc Object e int index java.util.function.Consumer action int oldSizeModificationCount public org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet clone () java.lang.String repr () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic java.lang.Object[] access$000 (org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet) org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet x0 static synthetic boolean access$100 (org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet, int) org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet x0 int x1 }
org/checkerframework/errorprone/org/plumelib/util/Intern.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.Intern extends java.lang.Object { private static boolean assertsEnabled private static final int FACTOR private static final double DOUBLE_FACTOR private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedIntegers private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedLongs private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedIntArrays private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedLongArrays private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedDoubles private static Double internedDoubleNaN private static Double internedDoubleZero private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedDoubleArrays private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedStringArrays private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedObjectArrays private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedIntSubsequence private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedLongSubsequence private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedDoubleSubsequence private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedObjectSubsequence private static org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap internedStringSubsequence static final synthetic boolean $assertionsDisabled private void <init> () public static java.lang.String[] internStrings (java.lang.String[]) int i String[] a public static boolean isInterned (java.lang.Object) Object value static int numIntegers () static int numLongs () static int numIntArrays () static int numLongArrays () static int numDoubles () static int numDoubleArrays () static int numStringArrays () static int numObjectArrays () static java.util.Iterator integers () static java.util.Iterator longs () static java.util.Iterator intArrays () static java.util.Iterator longArrays () static java.util.Iterator doubles () static java.util.Iterator doubleArrays () static java.util.Iterator stringArrays () static java.util.Iterator objectArrays () public static java.lang.String intern (java.lang.String) String a public static long intern (long) long l public static double intern (double) double d public static java.lang.Integer intern (java.lang.Integer) Integer result Integer a java.lang.ref.WeakReference lookup Integer result1 public static java.lang.Integer internedInteger (int) int i public static java.lang.Integer internedInteger (java.lang.String) String s public static java.lang.Long intern (java.lang.Long) Long result Long a java.lang.ref.WeakReference lookup Long result1 public static java.lang.Long internedLong (long) long i public static java.lang.Long internedLong (java.lang.String) String s public static int[] intern (int[]) int[] result int[] a java.lang.ref.WeakReference lookup int[] result1 public static long[] intern (long[]) long[] result long[] a java.lang.ref.WeakReference lookup long[] result1 public static java.lang.Double intern (java.lang.Double) Double result Double a java.lang.ref.WeakReference lookup Double result1 public static java.lang.Double internedDouble (double) double d public static java.lang.Double internedDouble (java.lang.String) String s public static double[] intern (double[]) double[] result double[] a java.lang.ref.WeakReference lookup double[] result1 public static java.lang.String[] intern (java.lang.String[]) int k String[] a java.lang.ref.WeakReference lookup String[] result String[] polyresult public static java.lang.Object[] intern (java.lang.Object[]) Object[] a java.lang.ref.WeakReference lookup Object[] result Object[] polyresult public static java.lang.Object intern (java.lang.Object) String[] asArray Object[] asArray Object a public static int[] internSubsequence (int[], int, int) int[] subseqUninterned int[] subseq int[] seq int start int end org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence sai java.lang.ref.WeakReference lookup int[] result1 public static long[] internSubsequence (long[], int, int) long[] subseqUninterned long[] subseq long[] seq int start int end org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence sai java.lang.ref.WeakReference lookup long[] result1 public static double[] internSubsequence (double[], int, int) double[] subseqUninterned double[] subseq double[] seq int start int end org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence sai java.lang.ref.WeakReference lookup double[] result1 public static java.lang.Object[] internSubsequence (java.lang.Object[], int, int) Object[] subseqUninterned Object[] subseq Object ignore Object[] seq int start int end org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence sai java.lang.ref.WeakReference lookup Object[] result1 public static java.lang.String[] internSubsequence (java.lang.String[], int, int) String[] subseqUninterned String[] subseq Object ignore String[] seq int start int end org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence sai java.lang.ref.WeakReference lookup String[] result1 static synthetic boolean access$000 () static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$StringArrayComparatorLexical.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$StringArrayComparatorLexical extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$StringArrayComparatorLexical it public void <init> () public int compare (java.lang.String[], java.lang.String[]) int tmp int i String[] a1 String[] a2 int len public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/RandomSelector.class
RandomSelector.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.RandomSelector extends java.lang.Object { private boolean coinTossMode private double keepProbability private int numElts private int observed private java.util.Random generator private java.util.ArrayList values public void <init> (int) int numElts public void <init> (int, java.util.Random) int numElts java.util.Random r public void <init> (double, java.util.Random) double keepProbability java.util.Random r public void accept (java.lang.Object) int rem Object next public java.util.List getValues () java.util.ArrayList ret }
org/checkerframework/errorprone/org/plumelib/util/StringsPlume$ObjectComparator.class
StringsPlume.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.StringsPlume$ObjectComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable { public static final org.checkerframework.errorprone.org.plumelib.util.StringsPlume$ObjectComparator it static final long serialVersionUID public void <init> () public int compare (java.lang.Object, java.lang.Object) Object o1 Object o2 String s1 String s2 static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/EntryReader.class
EntryReader.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.EntryReader extends java.io.LineNumberReader implements java.lang.Iterable java.util.Iterator { private final java.util.regex.Pattern includeRegex private final java.util.regex.Pattern commentRegex public java.util.regex.Pattern entryStartRegex public java.util.regex.Pattern entryStopRegex private final java.util.ArrayDeque readers String pushbackLine private static final String lineSep static final synthetic boolean $assertionsDisabled public void <init> (java.io.InputStream, java.lang.String, java.lang.String, java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException java.io.InputStream in String charsetName String filename String commentRegexString String includeRegexString public void <init> (java.io.InputStream, java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException java.io.InputStream in String charsetName String filename public void <init> (java.io.InputStream, java.lang.String, java.lang.String, java.lang.String) java.io.InputStream in String filename String commentRegexString String includeRegexString public void <init> (java.io.InputStream, java.lang.String) java.io.InputStream in String filename public void <init> (java.io.InputStream) java.io.InputStream in public void <init> (java.io.Reader, java.lang.String, java.lang.String, java.lang.String) java.io.Reader reader String filename String commentRegexString String includeRegexString public void <init> (java.io.Reader) java.io.Reader reader public void <init> (java.nio.file.Path, java.lang.String, java.lang.String) throws java.io.IOException java.nio.file.Path path String commentRegex String includeRegex public void <init> (java.nio.file.Path) throws java.io.IOException java.nio.file.Path path public void <init> (java.nio.file.Path, java.lang.String) throws java.io.IOException java.nio.file.Path path String charsetName public void <init> (java.io.File, java.lang.String, java.lang.String) throws java.io.IOException java.io.File file String commentRegex String includeRegex public void <init> (java.io.File) throws java.io.IOException java.io.File file public void <init> (java.io.File, java.lang.String) throws java.io.IOException java.io.File file String charsetName public void <init> (java.lang.String, java.lang.String, java.lang.String) throws java.io.IOException String filename String commentRegex String includeRegex public void <init> (java.lang.String) throws java.io.IOException String filename public void <init> (java.lang.String, java.lang.String) throws java.io.IOException String filename String charsetName public java.lang.String readLine () throws java.io.IOException String line java.util.regex.Matcher cmatch org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader reader java.io.File currentFilename java.io.File currentParent String filenameString java.io.File filename org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader reader java.util.regex.Matcher m String line public java.util.Iterator iterator () public boolean hasNext () java.io.IOException e String line public java.lang.String next () String result java.io.IOException e public void remove () public org.checkerframework.errorprone.org.plumelib.util.EntryReader$Entry getEntry () throws java.io.IOException String matchGroup1 String description java.util.regex.Matcher endEntryMatch String description String line StringBuilder body org.checkerframework.errorprone.org.plumelib.util.EntryReader$Entry entry String filename long lineNumber java.util.regex.Matcher entryMatch private java.lang.String getNextLine () throws java.io.IOException org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader ri2 org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader ri1 String line public java.lang.String getFileName () org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader ri public int getLineNumber () org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader ri public void setLineNumber (int) int lineNumber org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader ri public void setEntryStartStop (java.lang.String, java.lang.String) String entryStartRegex String entryStopRegex public void setEntryStartStop (java.util.regex.Pattern, java.util.regex.Pattern) java.util.regex.Pattern entryStartRegex java.util.regex.Pattern entryStopRegex public void putback (java.lang.String) String line public void mark (int) int readAheadLimit public int read () public int read (char[], int, int) char[] cbuf int off int len public void reset () public long skip (long) long n public static void main (java.lang.String[]) throws java.io.IOException String line org.checkerframework.errorprone.org.plumelib.util.EntryReader reader String[] args String filename String commentRegex String includeRegex public volatile synthetic java.lang.Object next () static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ClassDeterministic$ClassComparator.class
ClassDeterministic.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$ClassComparator extends java.lang.Object implements java.util.Comparator { public void <init> () public int compare (java.lang.Class, java.lang.Class) Class c1 Class c2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/LimitedSizeIntSet.class
LimitedSizeIntSet.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet extends java.lang.Object implements java.io.Serializable java.lang.Cloneable { static final long serialVersionUID protected int[] values int numValues private static boolean assertsEnabled static final synthetic boolean $assertionsDisabled public void <init> (int) int maxValues public void add (int) int elt public void addAll (org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet) int index int i org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet s boolean sameObject int[] svalues public boolean contains (int) int i int elt public int size () public int maxSize () public boolean repNulled () private void nullRep () public org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet clone () org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet result CloneNotSupportedException e org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet result public static org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet merge (int, java.util.List) org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet s int maxValues java.util.List slist org.checkerframework.errorprone.org.plumelib.util.LimitedSizeIntSet result public java.lang.String toString () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/UtilPlume$WildcardFilter.class
UtilPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.UtilPlume$WildcardFilter extends java.lang.Object implements java.io.FilenameFilter { String prefix String suffix public void <init> (java.lang.String) String wildcard int astloc public boolean accept (java.io.File, java.lang.String) java.io.File dir String name }
org/checkerframework/errorprone/org/plumelib/util/DeterministicObject.class
DeterministicObject.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.DeterministicObject extends java.lang.Object { static final java.util.concurrent.atomic.AtomicInteger counter final int uid public void <init> () public int hashCode () static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/SystemPlume.class
SystemPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.SystemPlume extends java.lang.Object { private static Runtime runtime private static java.util.Deque gcHistory private void <init> () public static boolean getBooleanSystemProperty (java.lang.String, boolean) String key boolean defaultValue public static boolean getBooleanSystemProperty (java.lang.String) String key public static void sleep (long) InterruptedException ex long millis public static long usedMemory () public static long usedMemory (boolean) boolean forceGc public static void gc () long oldCollectionCount private static long getCollectionCount () long count java.lang.management.GarbageCollectorMXBean b long result private static long getCollectionTime () long time java.lang.management.GarbageCollectorMXBean b long result public static double gcPercentage () public static double gcPercentage (int) long collectionTime int seconds org.checkerframework.errorprone.org.plumelib.util.SystemPlume$GcHistoryItem newest long now long collectionTime org.checkerframework.errorprone.org.plumelib.util.SystemPlume$GcHistoryItem oldest long elapsed double elapsedCollectionTime public static java.lang.String gcUsageMessage (double, int) double cpuThreshold int seconds double gcPercentage static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ClassDeterministic$AnnotationComparator.class
ClassDeterministic.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$AnnotationComparator extends java.lang.Object implements java.util.Comparator { public void <init> () public int compare (java.lang.annotation.Annotation, java.lang.annotation.Annotation) java.lang.annotation.Annotation a1 java.lang.annotation.Annotation a2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/Hasher.class
Hasher.java package org.checkerframework.errorprone.org.plumelib.util public abstract org.checkerframework.errorprone.org.plumelib.util.Hasher extends java.lang.Object { public abstract int hashCode (java.lang.Object) public abstract boolean equals (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/WeakHasherMap$1.class
WeakHasherMap.java package org.checkerframework.errorprone.org.plumelib.util synthetic org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$1 extends java.lang.Object { }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume$MergedIterator.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$MergedIterator extends java.lang.Object implements java.util.Iterator { java.util.Iterator itorOfItors java.util.Iterator current public void <init> (java.util.Iterator) java.util.Iterator itorOfItors public boolean hasNext () public java.lang.Object next () public void remove () }
org/checkerframework/errorprone/org/plumelib/util/LimitedSizeLongSet.class
LimitedSizeLongSet.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet extends java.lang.Object implements java.io.Serializable java.lang.Cloneable { static final long serialVersionUID protected long[] values int numValues private static boolean assertsEnabled static final synthetic boolean $assertionsDisabled public void <init> (int) int maxValues public void add (long) long elt public void addAll (org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet) int index int i org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet s boolean sameObject long[] svalues public boolean contains (long) int i long elt public int size () public int maxSize () public boolean repNulled () private void nullRep () public org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet clone () org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet result CloneNotSupportedException e org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet result public static org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet merge (int, java.util.List) org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet s int maxValues java.util.List slist org.checkerframework.errorprone.org.plumelib.util.LimitedSizeLongSet result public java.lang.String toString () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$EntryIterator.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$EntryIterator extends org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$HashIterator { final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap this$0 private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) public java.util.Map$Entry next () public volatile synthetic java.lang.Object next () synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1 x1 }
org/checkerframework/errorprone/org/plumelib/util/CombinationIterator.class
CombinationIterator.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.CombinationIterator extends java.lang.Object implements java.util.Iterator { private final java.util.List[] listsOfCandidates private final java.util.Iterator[] iterators private final int combinationSize private java.util.List nextValue public void <init> (java.util.Collection) java.util.Collection userSuppliedCandidates java.util.List candidates java.util.Iterator it int i java.util.Collection collectionsOfCandidates int size java.util.ArrayList listOfCollectionsOfCanditates public boolean hasNext () private void advanceNext () int i public java.util.List next () java.util.List result public void remove () public volatile synthetic java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/UniqueIdMap.class
UniqueIdMap.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.UniqueIdMap extends java.lang.Object { private final java.util.concurrent.atomic.AtomicLong nextUid private org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap map public void <init> () public long get (java.lang.Object) Object object Long id long newId }
org/checkerframework/errorprone/org/plumelib/util/Intern$DoubleArrayHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$DoubleArrayHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) int i Object a1 Object a2 double[] da1 double[] da2 public int hashCode (java.lang.Object) double elt int i Object o double[] a double running long result }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$KeyIterator.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$KeyIterator extends org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$HashIterator { final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap this$0 private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) public java.lang.Object next () synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1 x1 }
org/checkerframework/errorprone/org/plumelib/util/FilesPlume.class
FilesPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.FilesPlume extends java.lang.Object { private static final String lineSep static final String userHome private void <init> () public static java.io.InputStream newFileInputStream (java.nio.file.Path) throws java.io.IOException java.io.InputStream in java.io.IOException e java.nio.file.Path path java.io.FileInputStream fis java.io.InputStream in public static java.io.InputStream newFileInputStream (java.io.File) throws java.io.IOException java.io.File file public static java.io.InputStreamReader newFileReader (java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename public static java.io.InputStreamReader newFileReader (java.nio.file.Path) throws java.io.FileNotFoundException java.io.IOException java.nio.file.Path path public static java.io.InputStreamReader newFileReader (java.nio.file.Path, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.io.InputStreamReader fileReader java.nio.file.Path path String charsetName java.io.InputStream in java.io.InputStreamReader fileReader public static java.io.InputStreamReader newFileReader (java.io.File) throws java.io.FileNotFoundException java.io.IOException java.io.File file public static java.io.InputStreamReader newFileReader (java.io.File, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.io.File file String charsetName public static java.io.BufferedReader newBufferedFileReader (java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename public static java.io.BufferedReader newBufferedFileReader (java.io.File) throws java.io.FileNotFoundException java.io.IOException java.io.File file public static java.io.BufferedReader newBufferedFileReader (java.lang.String, java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename String charsetName public static java.io.BufferedReader newBufferedFileReader (java.io.File, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.io.File file String charsetName java.io.Reader fileReader public static java.io.LineNumberReader newLineNumberFileReader (java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename public static java.io.LineNumberReader newLineNumberFileReader (java.io.File) throws java.io.FileNotFoundException java.io.IOException java.io.File file java.io.Reader fileReader public static java.io.OutputStream newFileOutputStream (java.nio.file.Path) throws java.io.IOException java.nio.file.Path path public static java.io.OutputStream newFileOutputStream (java.nio.file.Path, boolean) throws java.io.IOException java.io.OutputStream in java.io.IOException e java.nio.file.Path path boolean append java.io.FileOutputStream fis java.io.OutputStream in public static java.io.OutputStream newFileOutputStream (java.io.File) throws java.io.IOException java.io.File file public static java.io.OutputStreamWriter newFileWriter (java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename public static java.io.OutputStreamWriter newFileWriter (java.nio.file.Path) throws java.io.FileNotFoundException java.io.IOException java.nio.file.Path path public static java.io.OutputStreamWriter newFileWriter (java.nio.file.Path, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.io.OutputStreamWriter fileWriter java.nio.file.Path path String charsetName java.io.OutputStream in java.io.OutputStreamWriter fileWriter public static java.io.OutputStreamWriter newFileWriter (java.io.File) throws java.io.FileNotFoundException java.io.IOException java.io.File file public static java.io.OutputStreamWriter newFileWriter (java.io.File, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.io.File file String charsetName public static java.io.BufferedWriter newBufferedFileWriter (java.lang.String) throws java.io.IOException String filename public static java.io.BufferedWriter newBufferedFileWriter (java.lang.String, boolean) throws java.io.IOException String filename boolean append public static java.io.BufferedOutputStream newBufferedFileOutputStream (java.lang.String, boolean) throws java.io.IOException String filename boolean append java.io.OutputStream os public static long countLines (java.lang.String) throws java.io.IOException java.io.LineNumberReader reader String filename long count public static java.lang.String inferLineSeparator (java.lang.String) throws java.io.IOException String filename public static java.lang.String inferLineSeparator (java.io.File) throws java.io.IOException String s int unix int dos int mac java.io.BufferedReader r java.io.File file public static boolean equalFiles (java.lang.String, java.lang.String) String file1 String file2 public static boolean equalFiles (java.lang.String, java.lang.String, boolean) String line1 String line2 java.io.LineNumberReader reader2 java.io.LineNumberReader reader1 java.io.IOException e String file1 String file2 boolean trimLines public static boolean canCreateAndWrite (java.io.File) java.io.File directory java.io.File file public static transient java.nio.file.Path createTempFile (java.lang.String, java.lang.String, java.nio.file.attribute.FileAttribute[]) throws java.io.IOException String prefix String suffix java.nio.file.attribute.FileAttribute[] attrs public static transient java.nio.file.Path createTempFile (java.nio.file.Path, java.lang.String, java.lang.String, java.nio.file.attribute.FileAttribute[]) throws java.io.IOException java.io.File candidate int i java.nio.file.Path dir String prefix String suffix java.nio.file.attribute.FileAttribute[] attrs java.nio.file.Path createdDir public static java.io.File createTempDir (java.lang.String, java.lang.String) throws java.io.IOException String prefix String suffix String fs String path java.io.File pathFile java.io.File tmpfile String tmpDirPath java.io.File tmpDir public static boolean deleteDir (java.lang.String) String dirName public static boolean deleteDir (java.io.File) java.io.File child java.io.File dir java.io.File[] children public static java.io.File expandFilename (java.io.File) java.io.File name String path String newname boolean changed public static java.lang.String expandFilename (java.lang.String) String name public static java.lang.String javaSource (java.io.File) java.io.File name public static void writeObject (java.lang.Object, java.io.File) throws java.io.IOException java.io.ObjectOutputStream objs java.io.OutputStream bytes Object o java.io.File file public static java.lang.Object readObject (java.io.File) throws java.io.IOException java.lang.ClassNotFoundException java.io.ObjectInputStream objs java.io.InputStream istream java.io.InputStream fis java.io.File file public static java.lang.String readerContents (java.io.Reader) StringBuilder contents int ch Exception e java.io.Reader r public static java.lang.String readFile (java.io.File) StringBuilder contents String line java.io.BufferedReader reader Exception e java.io.File file public static void writeFile (java.io.File, java.lang.String) java.io.Writer writer Exception e java.io.File file String contents public static void streamCopy (java.io.InputStream, java.io.OutputStream) int bytes java.io.IOException e java.io.InputStream from java.io.OutputStream to byte[] buffer public static java.lang.String streamString (java.io.InputStream) java.io.InputStream is java.io.ByteArrayOutputStream baos String result public static java.util.List streamLines (java.io.InputStream) throws java.io.IOException String line java.io.BufferedReader rdr java.io.InputStream stream java.util.List outputLines private static synthetic void $closeResource (java.lang.Throwable, java.lang.AutoCloseable) Throwable x0 AutoCloseable x1 static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$KeyIterator.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.ArrayMap$KeyIterator extends org.checkerframework.errorprone.org.plumelib.util.ArrayMap$ArrayMapIterator implements java.util.Iterator { final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public final java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/ClassDeterministic$ToStringComparator.class
ClassDeterministic.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$ToStringComparator extends java.lang.Object implements java.util.Comparator { public void <init> () public int compare (java.lang.Object, java.lang.Object) Object o1 Object o2 }
org/checkerframework/errorprone/org/plumelib/util/SystemPlume$GcHistoryItem.class
SystemPlume.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.SystemPlume$GcHistoryItem extends java.lang.Object { long timestamp long collectionTime long subsequentTimestamp void <init> (long, long) long timestamp long collectionTime }
org/checkerframework/errorprone/org/plumelib/util/UtilPlume$NullableStringComparator.class
UtilPlume.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.UtilPlume$NullableStringComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public void <init> () public int compare (java.lang.String, java.lang.String) String s1 String s2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/RegexUtil$CheckedPatternSyntaxException.class
RegexUtil.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.RegexUtil$CheckedPatternSyntaxException extends java.lang.Exception { private static final long serialVersionUID private final java.util.regex.PatternSyntaxException pse public void <init> (java.util.regex.PatternSyntaxException) java.util.regex.PatternSyntaxException pse public void <init> (java.lang.String, java.lang.String, int) String desc String regex int index public java.lang.String getDescription () public int getIndex () public java.lang.String getMessage () public java.lang.String getPattern () }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$LongArrayComparatorLexical.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$LongArrayComparatorLexical extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$LongArrayComparatorLexical it public void <init> () public int compare (long[], long[]) int i long[] a1 long[] a2 int len public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/Partitioner.class
Partitioner.java package org.checkerframework.errorprone.org.plumelib.util public abstract org.checkerframework.errorprone.org.plumelib.util.Partitioner extends java.lang.Object { public abstract java.lang.Object assignToBucket (java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$Values.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.ArrayMap$Values extends java.util.AbstractCollection { final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public final int size () public final void clear () public final java.util.Iterator iterator () public final boolean contains (java.lang.Object) Object o public java.lang.Object[] toArray () public java.lang.Object[] toArray (java.lang.Object[]) Object[] result Object[] a Object[] result public final void forEach (java.util.function.Consumer) int i java.util.function.Consumer action int oldSizeModificationCount }
org/checkerframework/errorprone/org/plumelib/util/AbstractMostlySingletonSet$2.class
AbstractMostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util synthetic org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$plumelib$util$AbstractMostlySingletonSet$State static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume extends java.lang.Object { private static final String lineSep private static java.util.HashSet deepEqualsUnderway private static java.util.Random r private void <init> () public static java.util.List sortList (java.util.List, java.util.Comparator) java.util.List l java.util.Comparator c java.util.List result public static boolean hasDuplicates (java.util.List) Object elt int i Object elt java.util.List a java.util.HashSet hs public static boolean noDuplicates (java.util.List) java.util.List a public static java.util.List removeDuplicates (java.util.List) java.util.List l java.util.HashSet hs java.util.List result public static java.util.List withoutDuplicates (java.util.List) java.util.List values java.util.HashSet hs public static java.util.List withoutDuplicatesComparable (java.util.List) java.util.List values java.util.Set set public static boolean isSorted (java.util.List) int i int size Comparable current java.util.Iterator iter Comparable previous java.util.List values public static boolean isSortedNoDuplicates (java.util.List) int i int size Comparable current java.util.Iterator iter Comparable previous java.util.List values public static boolean deepEquals (java.lang.Object, java.lang.Object) Object e1 Object e2 int i java.util.List l1 java.util.List l2 Object o1 Object o2 boolean sameObject org.checkerframework.errorprone.org.plumelib.util.WeakIdentityPair mypair public static java.util.List mapList (java.util.function.Function, java.lang.Iterable) int i java.util.List list int size java.util.List result java.util.List result Object elt java.util.function.Function f Iterable iterable java.util.List result public static java.util.List mapList (java.util.function.Function, java.lang.Object[]) int i java.util.function.Function f Object[] a int size java.util.List result public static java.util.List transform (java.lang.Iterable, java.util.function.Function) Iterable iterable java.util.function.Function f public static java.util.ArrayList makeArrayList (java.util.Enumeration) java.util.Enumeration e java.util.ArrayList result public static java.util.List listOf (java.lang.Object, java.lang.Object) Object e1 Object e2 java.util.ArrayList result public static java.util.List append (java.util.Collection, java.lang.Object) java.util.Collection list Object lastElt java.util.List result public static java.util.List concatenate (java.util.Collection, java.util.Collection) java.util.Collection list1 java.util.Collection list2 java.util.List result private static long choose (int, int) int n int k long a long b public static java.util.List createCombinations (int, int, java.util.List) java.util.List simple java.util.List simple java.util.List lt java.util.List combos int i int dims int start java.util.List objs long numResults java.util.List results public static java.util.ArrayList createCombinations (int, int, int) java.util.ArrayList simple java.util.ArrayList li java.util.ArrayList combos int i int arity int start int cnt long numResults java.util.ArrayList results public static java.lang.Iterable iteratorToIterable (java.util.Iterator) java.util.Iterator source public static java.util.List randomElements (java.util.Iterator, int) java.util.Iterator itor int numElts public static java.util.List randomElements (java.util.Iterator, int, java.util.Random) java.util.Iterator itor int numElts java.util.Random random org.checkerframework.errorprone.org.plumelib.util.RandomSelector rs public static java.lang.Integer incrementMap (java.util.Map, java.lang.Object) java.util.Map m Object key public static java.lang.Integer incrementMap (java.util.Map, java.lang.Object, int) java.util.Map m Object key int count Integer newTotal public static java.lang.String mapToString (java.util.Map) java.util.Map m StringBuilder sb public static void mapToString (java.lang.Appendable, java.util.Map, java.lang.String) java.util.Map$Entry entry java.io.IOException e Appendable sb java.util.Map m String linePrefix public static java.util.Collection sortedKeySet (java.util.Map) java.util.Map m java.util.ArrayList theKeys public static java.util.Collection sortedKeySet (java.util.Map, java.util.Comparator) java.util.Map m java.util.Comparator comparator java.util.ArrayList theKeys public static int mapCapacity (int) int numElements public static int mapCapacity (java.util.Collection) java.util.Collection c public static int mapCapacity (java.util.Map) java.util.Map m public static java.lang.Object getFromSet (java.util.Set, java.lang.Object) Object elt java.util.Set set Object key public static boolean adjoin (java.util.Collection, java.lang.Object) java.util.Collection c Object e public static boolean adjoinAll (java.util.Collection, java.util.Collection) Object e java.util.Collection c java.util.Collection toAdd boolean result public static java.util.List listUnion (java.util.Collection, java.util.Collection) java.util.Collection c1 java.util.Collection c2 java.util.List result public static java.util.List listIntersection (java.util.Collection, java.util.Collection) java.util.Collection c1 java.util.Collection c2 java.util.List result public static boolean intersectionCardinalityAtLeast (java.util.BitSet, java.util.BitSet, int) java.util.BitSet intersection java.util.BitSet a java.util.BitSet b int i int size public static boolean intersectionCardinalityAtLeast (java.util.BitSet, java.util.BitSet, java.util.BitSet, int) java.util.BitSet intersection java.util.BitSet a java.util.BitSet b java.util.BitSet c int i int size public static int intersectionCardinality (java.util.BitSet, java.util.BitSet) java.util.BitSet a java.util.BitSet b java.util.BitSet intersection public static int intersectionCardinality (java.util.BitSet, java.util.BitSet, java.util.BitSet) java.util.BitSet a java.util.BitSet b java.util.BitSet c java.util.BitSet intersection static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/FuzzyFloat.class
FuzzyFloat.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.FuzzyFloat extends java.lang.Object { static final double DEFAULT_RELATIVE_RATIO double minRatio double maxRatio boolean exactComparisons public void <init> () public void <init> (double) double relativeRatio public void setRelativeRatio (double) double relativeRatio public boolean eq (double, double) double zeroTolerance double d1 double d2 double ratio public boolean ne (double, double) double d1 double d2 public boolean lt (double, double) double d1 double d2 public boolean lte (double, double) double d1 double d2 public boolean gt (double, double) double d1 double d2 public boolean gte (double, double) double d1 double d2 public int indexOf (double[], double) int i double[] a double elt public int indexOf (double[], double[]) int j int i double[] a double[] sub int aIndexMax public boolean isElemMatch (double[], double[]) int j double val int i int j double val int i double[] a1 double[] a2 int start public boolean isSubset (double[], double[]) int j double val int i double[] smaller double[] bigger int start }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$EntrySet.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.ArrayMap$EntrySet extends java.util.AbstractSet { final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public final int size () public final void clear () public final java.util.Iterator iterator () public final boolean contains (java.lang.Object) Object o java.util.Map$Entry e Object key Object value public final boolean remove (java.lang.Object) java.util.Map$Entry e Object key Object value Object o public final void forEach (java.util.function.Consumer) int index java.util.function.Consumer action int oldSizeModificationCount }
org/checkerframework/errorprone/org/plumelib/util/WeakHasherMap$Entry.class
WeakHasherMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$Entry extends java.lang.Object implements java.util.Map$Entry { private java.util.Map$Entry ent private Object key final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.util.Map$Entry, java.lang.Object) java.util.Map$Entry ent Object key public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value private boolean keyvalEquals (java.lang.Object, java.lang.Object) Object o1 Object o2 private boolean valEquals (java.lang.Object, java.lang.Object) Object o1 Object o2 public boolean equals (java.util.Map$Entry) java.util.Map$Entry e public int hashCode () Object v }
org/checkerframework/errorprone/org/plumelib/util/ClassDeterministic$FieldComparator.class
ClassDeterministic.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$FieldComparator extends java.lang.Object implements java.util.Comparator { public void <init> () public int compare (java.lang.reflect.Field, java.lang.reflect.Field) java.lang.reflect.Field f1 java.lang.reflect.Field f2 int result public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/IdentityMostlySingletonSet$1.class
IdentityMostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util synthetic org.checkerframework.errorprone.org.plumelib.util.IdentityMostlySingletonSet$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$plumelib$util$AbstractMostlySingletonSet$State static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/Intern$ObjectArrayHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$ObjectArrayHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 public int hashCode (java.lang.Object) Object o }
org/checkerframework/errorprone/org/plumelib/util/ArraySet$ArraySetIterator.class
ArraySet.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ArraySet$ArraySetIterator extends java.lang.Object implements java.util.Iterator { int index boolean removed int initialSizeModificationCount final synthetic org.checkerframework.errorprone.org.plumelib.util.ArraySet this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.ArraySet) public final boolean hasNext () public final java.lang.Object next () public final void remove () int newIndex }
org/checkerframework/errorprone/org/plumelib/util/RegexUtil.class
RegexUtil.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.RegexUtil extends java.lang.Object { private void <init> () public static boolean isRegex (java.lang.String) String s public static boolean isRegex (java.lang.String, int) java.util.regex.Pattern p java.util.regex.PatternSyntaxException e String s int groups java.util.regex.Pattern p public static boolean isRegex (char) char c public static java.lang.String asRegex (java.lang.String) String s public static java.lang.String asRegex (java.lang.String, int) java.util.regex.Pattern p int actualGroups java.util.regex.PatternSyntaxException e String s int groups public static java.lang.String regexError (java.lang.String) String s public static java.lang.String regexError (java.lang.String, int) java.util.regex.Pattern p int actualGroups java.util.regex.PatternSyntaxException e String s int groups public static java.util.regex.PatternSyntaxException regexException (java.lang.String) String s public static java.util.regex.PatternSyntaxException regexException (java.lang.String, int) java.util.regex.Pattern p int actualGroups java.util.regex.PatternSyntaxException pse String s int groups private static java.lang.String regexErrorMessage (java.lang.String, int, int) String s int expectedGroups int actualGroups private static int getGroupCount (java.util.regex.Pattern) java.util.regex.Pattern p public static java.util.List matchesSomeRegex (java.util.Collection, java.util.Collection) java.util.regex.Pattern p String s java.util.Collection strings java.util.Collection regexes java.util.List patterns java.util.List result public static boolean everyStringMatchesSomeRegex (java.util.Collection, java.util.Collection) java.util.regex.Pattern p String s java.util.Collection strings java.util.Collection regexes java.util.List patterns public static java.util.List matchesNoRegex (java.util.Collection, java.util.Collection) java.util.regex.Pattern p String s java.util.Collection strings java.util.Collection regexes java.util.List patterns java.util.List result public static boolean noStringMatchesAnyRegex (java.util.Collection, java.util.Collection) String s java.util.regex.Pattern p String regex java.util.Collection strings java.util.Collection regexes }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$1.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1 extends java.lang.Object { }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$HashIterator.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util abstract org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$HashIterator extends java.lang.Object implements java.util.Iterator { int index org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry entry org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry lastReturned int expectedModCount Object nextKey Object currentKey final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) public boolean hasNext () org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] t protected org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry nextEntry () public void remove () }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume$1.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$1 extends java.lang.Object implements java.lang.Iterable { private java.util.concurrent.atomic.AtomicBoolean used final synthetic java.util.Iterator val$source void <init> (java.util.Iterator) public java.util.Iterator iterator () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$Values.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Values extends java.util.AbstractCollection { final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap this$0 private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object o public void clear () public java.lang.Object[] toArray () java.util.Iterator i java.util.Collection c public java.lang.Object[] toArray (java.lang.Object[]) java.util.Iterator i Object[] a java.util.Collection c synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1 x1 }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap extends java.util.AbstractMap implements java.util.Map { private static final int DEFAULT_INITIAL_CAPACITY private static final int MAXIMUM_CAPACITY private static final float DEFAULT_LOAD_FACTOR private org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] table private int size private int threshold private final float loadFactor private final java.lang.ref.ReferenceQueue queue private volatile int modCount private static final Object NULL_KEY private transient java.util.Set entrySet private volatile transient java.util.Set our_keySet volatile transient java.util.Collection our_values public void <init> (int, float) int initialCapacity float loadFactor int capacity org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tmpTable public void <init> (int) int initialCapacity public void <init> () org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tmpTable public void <init> (java.util.Map) java.util.Map t private static java.lang.Object maskNull (java.lang.Object) Object key private static java.lang.Object unmaskNull (java.lang.Object) Object key static boolean eq (java.lang.Object, java.lang.Object) Object x Object y static int hasher (java.lang.Object) Object x static int indexFor (int, int) int h int length private void expungeStaleEntries () org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry next int h int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry prev org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry p org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e private org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] getTable () public int size () public boolean isEmpty () public java.lang.Object get (java.lang.Object) Object key Object k int h org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab int index org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e public boolean containsKey (java.lang.Object) Object key org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry getEntry (java.lang.Object) Object key Object k int h org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab int index org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e public java.lang.Object put (java.lang.Object, java.lang.Object) Object oldValue org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e Object key Object value Object k int h org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e void resize (int) int newCapacity org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] oldTable int oldCapacity org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] newTable private void transfer (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[], org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[]) int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry next Object key org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e int j org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] src org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] dest public void putAll (java.util.Map) int targetCapacity int newCapacity java.util.Map$Entry e java.util.Iterator i java.util.Map m int numKeysToBeAdded public java.lang.Object remove (java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry next Object key Object k int h org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry prev org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry removeMapping (java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry next Object o org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab java.util.Map$Entry entry Object k int h int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry prev org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e public void clear () int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab public boolean containsValue (java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e int i Object value org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab private boolean containsNullValue () org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry e int i org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] tab public java.util.Set keySet () java.util.Set ks public java.util.Collection values () java.util.Collection vs public java.util.Set entrySet () java.util.Set es static synthetic java.lang.Object access$300 (java.lang.Object) Object x0 static synthetic int access$400 (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 static synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry[] access$500 (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$Partitioning.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$Partitioning extends java.util.ArrayList { static final long serialVersionUID void <init> () void <init> (org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$Partitioning) org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$Partitioning other java.util.ArrayList partitionedSet () java.util.List part java.util.ArrayList result boolean isPartitioningFor (java.util.List) java.util.List elts java.util.ArrayList ps org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$Partitioning addToPart (int, java.lang.Object) java.util.ArrayList newPart java.util.ArrayList newPart int i Object elt org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$Partitioning result }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$ArrayMapIterator.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util abstract org.checkerframework.errorprone.org.plumelib.util.ArrayMap$ArrayMapIterator extends java.lang.Object { int index boolean removed int initialSizeModificationCount final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public final boolean hasNext () public final void remove () int newIndex }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume$IteratorEnumeration.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$IteratorEnumeration extends java.lang.Object implements java.util.Enumeration { java.util.Iterator itor public void <init> (java.util.Iterator) java.util.Iterator itor public boolean hasMoreElements () public java.lang.Object nextElement () }
org/checkerframework/errorprone/org/plumelib/util/UnmodifiableIdentityHashMap.class
UnmodifiableIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.UnmodifiableIdentityHashMap extends java.util.IdentityHashMap { private static final long serialVersionUID private final java.util.IdentityHashMap map private void <init> (java.util.IdentityHashMap) java.util.IdentityHashMap map public static org.checkerframework.errorprone.org.plumelib.util.UnmodifiableIdentityHashMap wrap (java.util.IdentityHashMap) java.util.IdentityHashMap map public int size () public boolean isEmpty () public java.lang.Object get (java.lang.Object) Object key public boolean containsKey (java.lang.Object) Object key public boolean containsValue (java.lang.Object) Object value public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public void putAll (java.util.Map) java.util.Map m public java.lang.Object remove (java.lang.Object) Object key public void clear () public boolean equals (java.lang.Object) Object o public int hashCode () public java.util.Set keySet () public java.util.Collection values () public java.util.Set entrySet () public void forEach (java.util.function.BiConsumer) java.util.function.BiConsumer action public void replaceAll (java.util.function.BiFunction) java.util.function.BiFunction function public java.lang.String toString () public java.lang.Object getOrDefault (java.lang.Object, java.lang.Object) Object key Object defaultValue public java.lang.Object putIfAbsent (java.lang.Object, java.lang.Object) Object key Object value public boolean remove (java.lang.Object, java.lang.Object) Object key Object value public boolean replace (java.lang.Object, java.lang.Object, java.lang.Object) Object key Object oldValue Object newValue public java.lang.Object replace (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object computeIfAbsent (java.lang.Object, java.util.function.Function) Object key java.util.function.Function mappingFunction public java.lang.Object computeIfPresent (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object compute (java.lang.Object, java.util.function.BiFunction) Object key java.util.function.BiFunction remappingFunction public java.lang.Object merge (java.lang.Object, java.lang.Object, java.util.function.BiFunction) Object key Object value java.util.function.BiFunction remappingFunction }
org/checkerframework/errorprone/org/plumelib/util/ToStringComparator.class
ToStringComparator.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.ToStringComparator extends java.lang.Object implements java.util.Comparator { public static org.checkerframework.errorprone.org.plumelib.util.ToStringComparator instance private void <init> () public int compare (java.lang.Object, java.lang.Object) Object o1 Object o2 public static java.util.List sorted (java.lang.Iterable) Object object Iterable in java.util.List result static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/WeakHasherMap$WeakKey.class
WeakHasherMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey extends java.lang.ref.WeakReference { private int hash final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap this$0 private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.lang.Object) Object k private org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey create (java.lang.Object) Object k private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.lang.Object, java.lang.ref.ReferenceQueue) Object k java.lang.ref.ReferenceQueue q private org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey create (java.lang.Object, java.lang.ref.ReferenceQueue) Object k java.lang.ref.ReferenceQueue q public boolean equals (java.lang.Object) Object o Object t Object u public int hashCode () synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.lang.Object, org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap x0 Object x1 org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$1 x2 synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.lang.Object, java.lang.ref.ReferenceQueue, org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap x0 Object x1 java.lang.ref.ReferenceQueue x2 org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$1 x3 }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$DoubleArrayComparatorLexical.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$DoubleArrayComparatorLexical extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$DoubleArrayComparatorLexical it public void <init> () public int compare (double[], double[]) int result int i double[] a1 double[] a2 int len public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume$RemoveFirstAndLastIterator.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$RemoveFirstAndLastIterator extends java.lang.Object implements java.util.Iterator { java.util.Iterator itor Object nothing Object first Object current public void <init> (java.util.Iterator) java.util.Iterator itor public boolean hasNext () public java.lang.Object next () Object tmp public java.lang.Object getFirst () boolean invalid public java.lang.Object getLast () public void remove () }
org/checkerframework/errorprone/org/plumelib/util/CollectionsPlume$MergedIterator2.class
CollectionsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.CollectionsPlume$MergedIterator2 extends java.lang.Object implements java.util.Iterator { java.util.Iterator itor1 java.util.Iterator itor2 public void <init> (java.util.Iterator, java.util.Iterator) java.util.Iterator itor1 java.util.Iterator itor2 public boolean hasNext () public java.lang.Object next () public void remove () }
org/checkerframework/errorprone/org/plumelib/util/StringsPlume.class
StringsPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.StringsPlume extends java.lang.Object { private static final String lineSep private static java.util.regex.Pattern formatSpecifier static final synthetic boolean $assertionsDisabled private void <init> () public static java.lang.String replacePrefix (java.lang.String, java.lang.String, java.lang.String) String target String oldStr String newStr public static java.lang.String replaceSuffix (java.lang.String, java.lang.String, java.lang.String) String target String oldStr String newStr public static java.lang.String replaceAll (java.lang.String, java.util.regex.Pattern, java.lang.String) String s java.util.regex.Pattern regex String replacement java.util.regex.Matcher m public static java.lang.String prefixLines (java.lang.String, java.lang.Object) String prefix Object o public static java.lang.String prefixLinesExceptFirst (java.lang.String, java.lang.Object) String prefix Object o public static java.lang.String indentLines (int, java.lang.Object) int indent Object o String prefix public static java.lang.String indentLinesExceptFirst (int, java.lang.Object) int indent Object o String prefix public static java.lang.String[] splitLines (java.lang.String) String s public static transient java.lang.String join (java.lang.CharSequence, java.lang.Object[]) int i CharSequence delim Object[] a StringBuilder sb public static transient java.lang.String joinLines (java.lang.Object[]) Object[] a public static java.lang.String join (java.lang.CharSequence, java.lang.Iterable) CharSequence delim Iterable v StringBuilder sb boolean first java.util.Iterator itor public static java.lang.String joinLines (java.lang.Iterable) Iterable v public static java.lang.String escapeJava (java.lang.String) int cAsInt char c int i String orig StringBuilder sb int postEsc int origLen public static java.lang.String escapeJava (java.lang.Character) Character ch public static java.lang.String escapeJava (char) char c public static java.lang.String charLiteral (java.lang.Character) Character ch public static java.lang.String charLiteral (char) char c public static java.lang.String escapeNonASCII (java.lang.String) char c int i String orig StringBuilder sb int origLen private static java.lang.String escapeNonASCII (char) String octal String hex char c public static java.lang.String unescapeJava (java.lang.String) int thisDigit char unicodeChar int ii int limit int thisDigit int newValue char octalChar int iii String orig StringBuilder sb int postEsc int thisEsc public static boolean isBlank (java.lang.String) String s public static java.lang.String removeWhitespaceAround (java.lang.String, java.lang.String) String arg String delimiter public static java.lang.String removeWhitespaceAfter (java.lang.String, java.lang.String) int nonWsIndex String arg String delimiter int delimLen int delimIndex public static java.lang.String removeWhitespaceBefore (java.lang.String, java.lang.String) int nonWsIndex String arg String delimiter int delimIndex public static java.lang.String lpad (java.lang.String, int) int i StringBuilder buf String s int length public static java.lang.String rpad (java.lang.String, int) int i StringBuilder buf String s int length public static java.lang.String rpad (int, int) int num int length public static java.lang.String rpad (double, int) double num int length public static java.util.ArrayList tokens (java.lang.String, java.lang.String, boolean) String str String delim boolean returnDelims public static java.util.ArrayList tokens (java.lang.String, java.lang.String) String str String delim public static java.util.ArrayList tokens (java.lang.String) String str public static java.lang.String toStringAndClass (java.lang.Object) Object v public static java.lang.String toStringAndClass (java.lang.Object, boolean) String formatted Exception e Object v boolean shallow public static java.lang.String listToStringAndClass (java.util.List) java.util.List lst public static java.lang.String listToString (java.util.List) Object o java.util.List lst java.util.StringJoiner sj public static java.lang.String arrayToStringAndClass (java.lang.Object) Exception e Object a String theClass public static java.lang.String mapToStringAndClass (java.util.Map) java.util.Map$Entry e java.util.Map m java.util.StringJoiner result public static java.lang.String nplural (int, java.lang.String) int n String noun char lastLetter char penultimateLetter public static java.lang.String conjunction (java.lang.String, java.util.List) int i String conjunction java.util.List elements int size java.util.StringJoiner sj public static int count (java.lang.String, int) String s int ch int result int pos public static int count (java.lang.String, java.lang.String) String s String sub int result int pos public static java.lang.String abbreviateNumber (long) long val double dval String mag String precision String result public static int countFormatArguments (java.lang.String) int thisIndex String argumentIndex String conversion String s int result int maxIndex java.util.regex.Matcher matcher static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$ValueIterator.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$ValueIterator extends org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$HashIterator { final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap this$0 private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) public java.lang.Object next () synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1 x1 }
org/checkerframework/errorprone/org/plumelib/util/ClassDeterministic.class
ClassDeterministic.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic extends java.lang.Object { static org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$AnnotationComparator annotationComparator static org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$ClassComparator classComparator static org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$MethodComparator methodComparator static org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$ConstructorComparator constructorComparator static org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$FieldComparator fieldComparator static org.checkerframework.errorprone.org.plumelib.util.ClassDeterministic$ToStringComparator toStringComparator private void <init> () public static java.lang.annotation.Annotation[] getAnnotations (java.lang.Class) Class c java.lang.annotation.Annotation[] result public static java.lang.annotation.Annotation[] getDeclaredAnnotations (java.lang.Class) Class c java.lang.annotation.Annotation[] result public static java.lang.Class[] getClasses (java.lang.Class) Class c Class[] result public static java.lang.Class[] getDeclaredClasses (java.lang.Class) Class c Class[] result public static java.lang.Object[] getEnumConstants (java.lang.Class) Class c Object[] result public static java.lang.reflect.Constructor[] getConstructors (java.lang.Class) Class c java.lang.reflect.Constructor[] result public static java.lang.reflect.Constructor[] getDeclaredConstructors (java.lang.Class) Class c java.lang.reflect.Constructor[] result public static java.lang.reflect.Field[] getFields (java.lang.Class) Class c java.lang.reflect.Field[] result public static java.lang.reflect.Field[] getDeclaredFields (java.lang.Class) Class c java.lang.reflect.Field[] result public static java.lang.reflect.Method[] getMethods (java.lang.Class) Class c java.lang.reflect.Method[] result public static java.lang.reflect.Method[] getDeclaredMethods (java.lang.Class) Class c java.lang.reflect.Method[] result static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$ListOrArray.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ListOrArray extends java.lang.Object { Object[] theArray java.util.List theList void <init> (java.lang.Object[]) Object[] theArray void <init> (java.util.List) java.util.List theList boolean isNull () int size () boolean isEmpty () java.lang.Object[] toArray () void copyInto (java.lang.Object[], int) int index int i Object[] dest int destPos java.lang.Class leastUpperBound () public java.lang.String toString () public java.lang.String toStringDebug () String theArrayString String theListString String theArrayString String theListString }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$ObjectArrayComparatorLengthFirst.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ObjectArrayComparatorLengthFirst extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ObjectArrayComparatorLengthFirst it public void <init> () public int compare (java.lang.Object[], java.lang.Object[]) int tmp int i Object[] a1 Object[] a2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/OrderedPairIterator.class
OrderedPairIterator.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.OrderedPairIterator extends java.lang.Object implements java.util.Iterator { java.util.Iterator itor1 java.util.Iterator itor2 Object next1 Object next2 java.util.Comparator comparator public void <init> (java.util.Iterator, java.util.Iterator) java.util.Iterator itor1 java.util.Iterator itor2 public void <init> (java.util.Iterator, java.util.Iterator, java.util.Comparator) java.util.Iterator itor1 java.util.Iterator itor2 java.util.Comparator comparator private void setnext1 () private void setnext2 () public boolean hasNext () private org.checkerframework.errorprone.org.plumelib.util.Pair return1 () org.checkerframework.errorprone.org.plumelib.util.Pair result private org.checkerframework.errorprone.org.plumelib.util.Pair return2 () org.checkerframework.errorprone.org.plumelib.util.Pair result private org.checkerframework.errorprone.org.plumelib.util.Pair returnboth () org.checkerframework.errorprone.org.plumelib.util.Pair result public org.checkerframework.errorprone.org.plumelib.util.Pair next () Comparable cble1 int comparison int comparison int comparison int comparison int comparison NullPointerException npe int comparison public void remove () public volatile synthetic java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/MathPlume$MissingNumbersIteratorInt.class
MathPlume.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.MathPlume$MissingNumbersIteratorInt extends java.lang.Object implements java.util.Iterator { int[] nums java.util.Iterator numsItor int currentNonmissing int currentMissing int currentIndex boolean addEnds void <init> (int[], boolean) int[] numsCopy int[] nums boolean addEnds void <init> (java.util.Iterator, boolean) java.util.Iterator numsItor boolean addEnds int unused public boolean hasNext () int currentIndexTmp int prevNonmissing public java.lang.Integer next () Integer result public void remove () public volatile synthetic java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$LongArrayComparatorLengthFirst.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$LongArrayComparatorLengthFirst extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public static final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$LongArrayComparatorLengthFirst it public void <init> () public int compare (long[], long[]) int i long[] a1 long[] a2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$KeySet.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$KeySet extends java.util.AbstractSet { final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap this$0 private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object o public boolean remove (java.lang.Object) Object o public void clear () public java.lang.Object[] toArray () java.util.Iterator i java.util.Collection c public java.lang.Object[] toArray (java.lang.Object[]) java.util.Iterator i Object[] a java.util.Collection c synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1 x1 }
org/checkerframework/errorprone/org/plumelib/util/IdentityArraySet$ArraySetIterator.class
IdentityArraySet.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet$ArraySetIterator extends java.lang.Object implements java.util.Iterator { int index boolean removed int initialSizeModificationCount final synthetic org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.IdentityArraySet) public final boolean hasNext () public final java.lang.Object next () public final void remove () int newIndex }
org/checkerframework/errorprone/org/plumelib/util/EntryReader$FlnReader.class
EntryReader.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.EntryReader$FlnReader extends java.io.LineNumberReader { public String filename public void <init> (java.io.Reader, java.lang.String) java.io.Reader reader String filename public void <init> (java.lang.String) throws java.io.IOException String filename }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$ComparableArrayComparatorLexical.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ComparableArrayComparatorLexical extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID static final synthetic boolean $assertionsDisabled public void <init> () public int compare (java.lang.Comparable[], java.lang.Comparable[]) Comparable elt1 Comparable elt2 int tmp int i Comparable[] a1 Comparable[] a2 int len public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$Entry.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry extends java.lang.ref.WeakReference implements java.util.Map$Entry { private Object value private final int hash private org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry next void <init> (java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue, int, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry) Object key Object value java.lang.ref.ReferenceQueue queue int hash org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry next public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object newValue Object oldValue public boolean equals (java.lang.Object) Object v1 Object v2 Object o java.util.Map$Entry e Object k1 Object k2 public int hashCode () Object k Object v public java.lang.String toString () static synthetic int access$000 (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry x0 static synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry access$100 (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry x0 static synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry access$102 (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry x0 org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry x1 static synthetic java.lang.Object access$202 (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry, java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry x0 Object x1 static synthetic java.lang.Object access$200 (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry x0 }
org/checkerframework/errorprone/org/plumelib/util/AbstractMostlySingletonSet$1.class
AbstractMostlySingletonSet.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet$1 extends java.lang.Object implements java.util.Iterator { private boolean hasNext static final synthetic boolean $assertionsDisabled final synthetic org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet) org.checkerframework.errorprone.org.plumelib.util.AbstractMostlySingletonSet this$0 public boolean hasNext () public java.lang.Object next () public void remove () static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$Entry.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.ArrayMap$Entry extends java.lang.Object implements java.util.Map$Entry { int index final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap, int) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 int index public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value private org.checkerframework.errorprone.org.plumelib.util.ArrayMap theArrayMap () public boolean equals (java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.ArrayMap$Entry otherEntry boolean result java.util.Map$Entry otherEntry Object o public int hashCode () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$EntrySet.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$EntrySet extends java.util.AbstractSet { final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap this$0 private void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap) public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object o java.util.Map$Entry e Object k org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$Entry candidate public boolean remove (java.lang.Object) Object o public int size () public void clear () public java.lang.Object[] toArray () java.util.Iterator i java.util.Collection c public java.lang.Object[] toArray (java.lang.Object[]) java.util.Iterator i Object[] a java.util.Collection c synthetic void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap, org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1) org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap x0 org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$1 x1 }
org/checkerframework/errorprone/org/plumelib/util/ArrayMap$ValueIterator.class
ArrayMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.ArrayMap$ValueIterator extends org.checkerframework.errorprone.org.plumelib.util.ArrayMap$ArrayMapIterator implements java.util.Iterator { final synthetic org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 void <init> (org.checkerframework.errorprone.org.plumelib.util.ArrayMap) org.checkerframework.errorprone.org.plumelib.util.ArrayMap this$0 public final java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/Pair.class
Pair.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.Pair extends java.lang.Object { public Object a public Object b public void <init> (java.lang.Object, java.lang.Object) Object a Object b public static org.checkerframework.errorprone.org.plumelib.util.Pair of (java.lang.Object, java.lang.Object) Object a Object b public java.lang.String toString () public boolean equals (java.lang.Object) Object obj org.checkerframework.errorprone.org.plumelib.util.Pair other public int hashCode () }
org/checkerframework/errorprone/org/plumelib/util/GraphPlume.class
GraphPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.GraphPlume extends java.lang.Object { static final synthetic boolean $assertionsDisabled private void <init> () public static java.util.Map dominators (java.util.Map) java.util.Set set Object node java.util.List domOfPred Object pred java.util.List newDoms Object node Object node java.util.Map predecessors java.util.Map dom java.util.Map preds java.util.List nodes java.util.List roots java.util.List nonRoots boolean changed public static void print (java.util.Map, java.io.PrintStream, int) int i Object child Object node java.util.Map graph java.io.PrintStream ps int indent String indentString static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/Intern$LongArrayHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$LongArrayHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 public int hashCode (java.lang.Object) Object o }
org/checkerframework/errorprone/org/plumelib/util/ArraySet.class
ArraySet.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.ArraySet extends java.util.AbstractSet { private Object[] values private int size transient int sizeModificationCount public void <init> (int) int initialCapacity public void <init> () private void <init> (java.lang.Object[], int) Object[] values int size public void <init> (java.util.Collection) java.util.Collection m public static java.util.Set newArraySetOrHashSet (int) int capacity public static java.util.Set newArraySetOrHashSet (java.util.Set) java.util.Set s public static java.util.Set newArraySetOrLinkedHashSet (int) int capacity public static java.util.Set newArraySetOrLinkedHashSet (java.util.Set) java.util.Set s private boolean add (int, java.lang.Object) int index Object value private void grow () int newCapacity private boolean removeIndex (int) int index public int size () public boolean isEmpty () private int indexOf (java.lang.Object) int i Object value public boolean contains (java.lang.Object) Object value public boolean add (java.lang.Object) Object value int index public boolean remove (java.lang.Object) Object value int index public boolean addAll (java.util.Collection) java.util.Collection c public boolean removeAll (java.util.Collection) java.util.Collection c public void clear () public java.util.Iterator iterator () public void forEach (java.util.function.Consumer) Object e IndexOutOfBoundsException exc Object e int index java.util.function.Consumer action int oldSizeModificationCount public org.checkerframework.errorprone.org.plumelib.util.ArraySet clone () java.lang.String repr () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic java.lang.Object[] access$000 (org.checkerframework.errorprone.org.plumelib.util.ArraySet) org.checkerframework.errorprone.org.plumelib.util.ArraySet x0 static synthetic boolean access$100 (org.checkerframework.errorprone.org.plumelib.util.ArraySet, int) org.checkerframework.errorprone.org.plumelib.util.ArraySet x0 int x1 }
org/checkerframework/errorprone/org/plumelib/util/Intern$SubsequenceHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$SubsequenceHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence sai1 org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence sai2 public int hashCode (java.lang.Object) Object o }
org/checkerframework/errorprone/org/plumelib/util/WeakHasherMap$EntrySet.class
WeakHasherMap.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$EntrySet extends java.util.AbstractSet { java.util.Set hashEntrySet final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap this$0 public void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap) public java.util.Iterator iterator () public boolean isEmpty () public int size () java.util.Iterator i int j public boolean remove (java.lang.Object) Object o java.util.Map$Entry e Object ev org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey wk Object hv public int hashCode () java.util.Map$Entry ent org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey wk Object v java.util.Iterator i int h }
org/checkerframework/errorprone/org/plumelib/util/MathPlume$MissingNumbersIteratorLong.class
MathPlume.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.MathPlume$MissingNumbersIteratorLong extends java.lang.Object implements java.util.Iterator { long[] nums java.util.Iterator numsItor long currentNonmissing long currentMissing int currentIndex boolean addEnds void <init> (long[], boolean) long[] numsCopy long[] nums boolean addEnds void <init> (java.util.Iterator, boolean) java.util.Iterator numsItor boolean addEnds int unused public boolean hasNext () int currentIndexTmp long prevNonmissing public java.lang.Long next () Long result public void remove () public volatile synthetic java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/Intern$Subsequence.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence extends java.lang.Object { public Object seq public int start public int end public void <init> (java.lang.Object, int, int) Object seq int start int end public boolean equals (java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence otherSai Object other public boolean equalsSubsequence (org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence) org.checkerframework.errorprone.org.plumelib.util.Intern$Subsequence other public int hashCode () public java.lang.String toString () }
org/checkerframework/errorprone/org/plumelib/util/WeakIdentityHashMap$OurSimpleEntry.class
WeakIdentityHashMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakIdentityHashMap$OurSimpleEntry extends java.lang.Object implements java.util.Map$Entry { Object key Object value public void <init> (java.lang.Object, java.lang.Object) Object key Object value public void <init> (java.util.Map$Entry) java.util.Map$Entry e public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value Object oldValue public boolean equals (java.lang.Object) Object o java.util.Map$Entry e public int hashCode () public java.lang.String toString () private static boolean eq (java.lang.Object, java.lang.Object) Object o1 Object o2 }
org/checkerframework/errorprone/org/plumelib/util/Intern$DoubleHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$DoubleHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 public int hashCode (java.lang.Object) Object o Double d }
org/checkerframework/errorprone/org/plumelib/util/EntryReader$DummyReader.class
EntryReader.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.EntryReader$DummyReader extends java.io.Reader { public static final org.checkerframework.errorprone.org.plumelib.util.EntryReader$DummyReader it public void <init> () public void close () public void mark (int) int readAheadLimit public boolean markSupported () public int read () public int read (char[]) char[] cbuf public int read (char[], int, int) char[] cbuf int off int len public int read (java.nio.CharBuffer) java.nio.CharBuffer target public boolean ready () public void reset () public long skip (long) long n static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/ImmutableTypes.class
ImmutableTypes.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.ImmutableTypes extends java.lang.Object { public static java.util.Set immutableTypeNames private void <init> () public static boolean isImmutable (java.lang.String) String typeName static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/Intern$StringArrayHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$StringArrayHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 public int hashCode (java.lang.Object) Object o }
org/checkerframework/errorprone/org/plumelib/util/UtilPlume.class
UtilPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.UtilPlume extends java.lang.Object { static final String userHome private void <init> () public static boolean intersectionCardinalityAtLeast (java.util.BitSet, java.util.BitSet, int) java.util.BitSet a java.util.BitSet b int i public static boolean intersectionCardinalityAtLeast (java.util.BitSet, java.util.BitSet, java.util.BitSet, int) java.util.BitSet a java.util.BitSet b java.util.BitSet c int i public static int intersectionCardinality (java.util.BitSet, java.util.BitSet) java.util.BitSet a java.util.BitSet b public static int intersectionCardinality (java.util.BitSet, java.util.BitSet, java.util.BitSet) java.util.BitSet a java.util.BitSet b java.util.BitSet c public static java.io.InputStream fileInputStream (java.nio.file.Path) throws java.io.IOException java.nio.file.Path path public static java.io.InputStream fileInputStream (java.io.File) throws java.io.IOException java.io.File file public static java.io.InputStreamReader fileReader (java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename public static java.io.InputStreamReader fileReader (java.nio.file.Path) throws java.io.FileNotFoundException java.io.IOException java.nio.file.Path path public static java.io.InputStreamReader fileReader (java.nio.file.Path, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.nio.file.Path path String charsetName public static java.io.InputStreamReader fileReader (java.io.File) throws java.io.FileNotFoundException java.io.IOException java.io.File file public static java.io.InputStreamReader fileReader (java.io.File, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.io.File file String charsetName public static java.io.BufferedReader bufferedFileReader (java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename public static java.io.BufferedReader bufferedFileReader (java.io.File) throws java.io.FileNotFoundException java.io.IOException java.io.File file public static java.io.BufferedReader bufferedFileReader (java.lang.String, java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename String charsetName public static java.io.BufferedReader bufferedFileReader (java.io.File, java.lang.String) throws java.io.FileNotFoundException java.io.IOException java.io.File file String charsetName public static java.io.LineNumberReader lineNumberFileReader (java.lang.String) throws java.io.FileNotFoundException java.io.IOException String filename public static java.io.LineNumberReader lineNumberFileReader (java.io.File) throws java.io.FileNotFoundException java.io.IOException java.io.File file public static java.io.BufferedWriter bufferedFileWriter (java.lang.String) throws java.io.IOException String filename public static java.io.BufferedWriter bufferedFileWriter (java.lang.String, boolean) throws java.io.IOException String filename boolean append public static java.io.BufferedOutputStream bufferedFileOutputStream (java.lang.String, boolean) throws java.io.IOException String filename boolean append public static long countLines (java.lang.String) throws java.io.IOException String filename public static java.util.List fileLines (java.lang.String) throws java.io.IOException String filename public static java.lang.String inferLineSeparator (java.lang.String) throws java.io.IOException String filename public static java.lang.String inferLineSeparator (java.io.File) throws java.io.IOException java.io.File file public static boolean equalFiles (java.lang.String, java.lang.String) String file1 String file2 public static boolean equalFiles (java.lang.String, java.lang.String, boolean) String file1 String file2 boolean trimLines public static boolean canCreateAndWrite (java.io.File) java.io.File file public static java.io.File createTempDir (java.lang.String, java.lang.String) throws java.io.IOException String prefix String suffix public static boolean deleteDir (java.lang.String) String dirName public static boolean deleteDir (java.io.File) java.io.File dir public static java.io.File expandFilename (java.io.File) java.io.File name public static java.lang.String expandFilename (java.lang.String) String name public static java.lang.String javaSource (java.io.File) java.io.File name public static void writeObject (java.lang.Object, java.io.File) throws java.io.IOException Object o java.io.File file public static java.lang.Object readObject (java.io.File) throws java.io.IOException java.lang.ClassNotFoundException java.io.File file public static java.lang.String readerContents (java.io.Reader) java.io.Reader r public static java.lang.String readFile (java.io.File) java.io.File file public static void writeFile (java.io.File, java.lang.String) java.io.File file String contents public static int hash (double[], double[]) double[] a double[] b public static int hash (long[], long[]) long[] a long[] b public static int hash (double) double x public static int hash (double, double) double a double b public static int hash (double, double, double) double a double b double c public static int hash (double[]) double[] a public static int hash (long) long l public static int hash (long, long) long a long b public static int hash (long, long, long) long a long b long c public static int hash (long[]) long[] a public static int hash (java.lang.String) String a public static int hash (java.lang.String, java.lang.String) String a String b public static int hash (java.lang.String, java.lang.String, java.lang.String) String a String b String c public static int hash (java.lang.String[]) String[] a public static java.lang.String mapToStringAndClass (java.util.Map) java.util.Map m public static java.lang.String toStringAndClass (java.lang.Object) Object o public static transient java.lang.String backticks (java.lang.String[]) String[] command public static java.lang.String backticks (java.util.List) Process p String output java.io.IOException e java.util.List command ProcessBuilder pb public static boolean propertyIsTrue (java.util.Properties, java.lang.String) java.util.Properties p String key public static boolean getBooleanProperty (java.util.Properties, java.lang.String, boolean) java.util.Properties p String key boolean defaultValue String pvalue public static boolean getBooleanProperty (java.util.Properties, java.lang.String) java.util.Properties p String key public static java.lang.String appendProperty (java.util.Properties, java.lang.String, java.lang.String) java.util.Properties p String key String value public static java.lang.String setDefaultMaybe (java.util.Properties, java.lang.String, java.lang.String) java.util.Properties p String key String value String currentValue public static void streamCopy (java.io.InputStream, java.io.OutputStream) java.io.InputStream from java.io.OutputStream to public static java.lang.String streamString (java.io.InputStream) java.io.InputStream is public static java.util.List streamLines (java.io.InputStream) throws java.io.IOException java.io.InputStream stream public static java.lang.String replaceString (java.lang.String, java.lang.String, java.lang.String) String target String oldStr String newStr public static java.lang.String replacePrefix (java.lang.String, java.lang.String, java.lang.String) String target String oldStr String newStr public static java.lang.String replaceSuffix (java.lang.String, java.lang.String, java.lang.String) String target String oldStr String newStr public static java.lang.String prefixLines (java.lang.String, java.lang.Object) String prefix Object o public static java.lang.String prefixLinesExceptFirst (java.lang.String, java.lang.Object) String prefix Object o public static java.lang.String indentLines (int, java.lang.Object) int indent Object o public static java.lang.String indentLinesExceptFirst (int, java.lang.Object) int indent Object o public static java.lang.String[] split (java.lang.String, char) String s char delim public static java.lang.String[] split (java.lang.String, java.lang.String) String s String delim public static java.lang.String[] splitLines (java.lang.String) String s public static java.lang.String join (java.lang.Object[], java.lang.CharSequence) Object[] a CharSequence delim public static transient java.lang.String join (java.lang.CharSequence, java.lang.Object[]) CharSequence delim Object[] a public static transient java.lang.String joinLines (java.lang.Object[]) Object[] a public static java.lang.String join (java.lang.Iterable, java.lang.CharSequence) Iterable v CharSequence delim public static java.lang.String join (java.lang.CharSequence, java.lang.Iterable) CharSequence delim Iterable v public static java.lang.String joinLines (java.lang.Iterable) Iterable v public static java.lang.String escapeNonJava (java.lang.String) String orig public static java.lang.String escapeJava (java.lang.String) String orig public static java.lang.String escapeNonJava (java.lang.Character) Character ch public static java.lang.String escapeJava (java.lang.Character) Character ch public static java.lang.String escapeJava (char) char c public static java.lang.String escapeNonASCII (java.lang.String) String orig public static java.lang.String unescapeNonJava (java.lang.String) String orig public static java.lang.String unescapeJava (java.lang.String) String orig public static java.lang.String removeWhitespaceAround (java.lang.String, java.lang.String) String arg String delimiter public static java.lang.String removeWhitespaceAfter (java.lang.String, java.lang.String) String arg String delimiter public static java.lang.String removeWhitespaceBefore (java.lang.String, java.lang.String) String arg String delimiter public static java.lang.String nplural (int, java.lang.String) int n String noun public static java.lang.String lpad (java.lang.String, int) String s int length public static java.lang.String rpad (java.lang.String, int) String s int length public static java.lang.String rpad (int, int) int num int length public static java.lang.String rpad (double, int) double num int length public static int count (java.lang.String, int) String s int ch public static int count (java.lang.String, java.lang.String) String s String sub public static java.lang.String abbreviateNumber (long) long val public static int countFormatArguments (java.lang.String) String s public static java.util.ArrayList tokens (java.lang.String, java.lang.String, boolean) String str String delim boolean returnDelims public static java.util.ArrayList tokens (java.lang.String, java.lang.String) String str String delim public static java.util.ArrayList tokens (java.lang.String) String str public static void sleep (long) long millis public static long usedMemory () public static long usedMemory (boolean) boolean forceGc public static void gc () public static java.lang.String backTrace (java.lang.Throwable) Throwable t public static java.lang.String stackTraceToString (java.lang.Throwable) java.io.PrintWriter pw java.io.StringWriter sw java.io.IOException e Throwable t private static synthetic void $closeResource (java.lang.Throwable, java.lang.AutoCloseable) Throwable x0 AutoCloseable x1 static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/Intern$IntArrayHasher.class
Intern.java package org.checkerframework.errorprone.org.plumelib.util final org.checkerframework.errorprone.org.plumelib.util.Intern$IntArrayHasher extends java.lang.Object implements org.checkerframework.errorprone.org.plumelib.util.Hasher { public void <init> () public boolean equals (java.lang.Object, java.lang.Object) Object a1 Object a2 public int hashCode (java.lang.Object) Object o }
org/checkerframework/errorprone/org/plumelib/util/UtilPlume$ObjectComparator.class
UtilPlume.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.UtilPlume$ObjectComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID public void <init> () public int compare (java.lang.Object, java.lang.Object) Object o1 Object o2 String s1 String s2 }
org/checkerframework/errorprone/org/plumelib/util/WeakHasherMap.class
WeakHasherMap.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap extends java.util.AbstractMap implements java.util.Map { private org.checkerframework.errorprone.org.plumelib.util.Hasher hasher private java.util.Map hash private java.lang.ref.ReferenceQueue queue private java.util.Set entrySet private boolean keyEquals (java.lang.Object, java.lang.Object) Object k1 Object k2 private int keyHashCode (java.lang.Object) Object k1 private org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey WeakKeyCreate (java.lang.Object) Object k private org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey WeakKeyCreate (java.lang.Object, java.lang.ref.ReferenceQueue) Object k java.lang.ref.ReferenceQueue q private void processQueue () org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey wk public void <init> (int, float) int initialCapacity float loadFactor public void <init> (int) int initialCapacity public void <init> () public void <init> (org.checkerframework.errorprone.org.plumelib.util.Hasher) org.checkerframework.errorprone.org.plumelib.util.Hasher h public int size () public boolean isEmpty () public boolean containsKey (java.lang.Object) Object key Object kkey public java.lang.Object get (java.lang.Object) Object key Object kkey public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object remove (java.lang.Object) Object key Object kkey public void clear () public java.util.Set entrySet () static synthetic int access$200 (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap x0 Object x1 static synthetic boolean access$300 (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.lang.Object, java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap x0 Object x1 Object x2 static synthetic java.util.Map access$400 (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap x0 static synthetic void access$500 (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap x0 static synthetic org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey access$600 (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap, java.lang.Object) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap x0 Object x1 }
org/checkerframework/errorprone/org/plumelib/util/FuzzyFloat$DoubleArrayComparatorLexical.class
FuzzyFloat.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.FuzzyFloat$DoubleArrayComparatorLexical extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID final synthetic org.checkerframework.errorprone.org.plumelib.util.FuzzyFloat this$0 public void <init> (org.checkerframework.errorprone.org.plumelib.util.FuzzyFloat) org.checkerframework.errorprone.org.plumelib.util.FuzzyFloat this$0 public int compare (double[], double[]) int i double[] a1 double[] a2 int len public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/checkerframework/errorprone/org/plumelib/util/WeakHasherMap$EntrySet$1.class
WeakHasherMap.java package org.checkerframework.errorprone.org.plumelib.util org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$EntrySet$1 extends java.lang.Object implements java.util.Iterator { java.util.Iterator hashIterator java.util.Map$Entry next final synthetic org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$EntrySet this$1 void <init> (org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$EntrySet) org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$EntrySet this$1 public boolean hasNext () java.util.Map$Entry ent org.checkerframework.errorprone.org.plumelib.util.WeakHasherMap$WeakKey wk Object k public java.util.Map$Entry next () java.util.Map$Entry e public void remove () public volatile synthetic java.lang.Object next () }
org/checkerframework/errorprone/org/plumelib/util/ArraysPlume$ComparableArrayComparatorLengthFirst.class
ArraysPlume.java package org.checkerframework.errorprone.org.plumelib.util public final org.checkerframework.errorprone.org.plumelib.util.ArraysPlume$ComparableArrayComparatorLengthFirst extends java.lang.Object implements java.util.Comparator java.io.Serializable { static final long serialVersionUID static final synthetic boolean $assertionsDisabled public void <init> () public int compare (java.lang.Comparable[], java.lang.Comparable[]) Comparable elt1 Comparable elt2 int tmp int i Comparable[] a1 Comparable[] a2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/util/FileIOException.class
FileIOException.java package org.checkerframework.errorprone.org.plumelib.util public org.checkerframework.errorprone.org.plumelib.util.FileIOException extends java.io.IOException { static final long serialVersionUID public final String fileName public final int lineNumber public void <init> () public void <init> (java.lang.Throwable) Throwable cause public void <init> (java.lang.String) String message public void <init> (java.lang.String, java.lang.Throwable) String message Throwable cause public void <init> (java.lang.String, java.lang.String, int) String message String fileName int lineNumber public void <init> (java.lang.String, java.lang.Throwable, java.lang.String, int) String message Throwable cause String fileName int lineNumber public void <init> (java.io.LineNumberReader, java.lang.Throwable) java.io.LineNumberReader reader Throwable cause public void <init> (java.lang.String, java.io.LineNumberReader) String message java.io.LineNumberReader reader public void <init> (java.lang.String, java.io.LineNumberReader, java.lang.Throwable) String message java.io.LineNumberReader reader Throwable cause public void <init> (java.lang.String, java.io.LineNumberReader, java.lang.String) String message java.io.LineNumberReader reader String fileName public void <init> (java.io.LineNumberReader, java.lang.String, java.lang.Throwable) java.io.LineNumberReader reader String fileName Throwable cause public void <init> (java.lang.String, java.io.LineNumberReader, java.lang.String, java.lang.Throwable) String message java.io.LineNumberReader reader String fileName Throwable cause public void <init> (java.lang.String, java.io.LineNumberReader, java.io.File) String message java.io.LineNumberReader reader java.io.File file public void <init> (java.lang.String, java.io.LineNumberReader, java.io.File, java.lang.Throwable) String message java.io.LineNumberReader reader java.io.File file Throwable cause public void <init> (java.io.LineNumberReader, java.io.File, java.lang.Throwable) java.io.LineNumberReader reader java.io.File file Throwable cause public java.lang.String getMessage () String result private static int getLineNumber (java.io.LineNumberReader) java.io.LineNumberReader reader }
org/checkerframework/errorprone/org/plumelib/reflection/
org/checkerframework/errorprone/org/plumelib/reflection/ReflectionPlume.class
ReflectionPlume.java package org.checkerframework.errorprone.org.plumelib.reflection public final org.checkerframework.errorprone.org.plumelib.reflection.ReflectionPlume extends java.lang.Object { private static java.util.HashMap primitiveClasses private static org.checkerframework.errorprone.org.plumelib.reflection.ReflectionPlume$PromiscuousLoader thePromiscuousLoader static java.util.HashMap args_seen static final synthetic boolean $assertionsDisabled private void <init> () public static boolean isSubtype (java.lang.Class, java.lang.Class) Class ifc Class sub Class sup Class parent Class[] interfaces public static java.lang.Class classForName (java.lang.String) throws java.lang.ClassNotFoundException ClassNotFoundException ee int pos String innerName ClassNotFoundException e String className Class result public static java.lang.String fullyQualifiedNameToSimpleName (java.lang.String) String qualifiedName int offset public static java.lang.String nameWithoutPackage (java.lang.Class) Class c Class enclosing StringBuilder result public static java.lang.Class defineClassFromFile (java.lang.String, java.lang.String) throws java.io.FileNotFoundException java.io.IOException String className String pathname public static void addToClasspath (java.lang.String) String dir String pathSep String cp java.util.StringTokenizer tokenizer boolean found private static java.lang.String classpathToStringJava8Only () java.net.URL url java.util.StringJoiner result ClassLoader cl java.net.URL[] urls public static java.lang.String classpathToString () public static java.lang.reflect.Method methodForName (java.lang.String) throws java.lang.ClassNotFoundException java.lang.NoSuchMethodException java.lang.SecurityException int i String[] argnames String[] bnArgnames String bnArgname String cgnArgname int i String[] argnames Class[] argclassesTmp Class[] argclassesRes String method int oparenpos int dotpos int cparenpos String classname String methodname String allArgnames Class[] argclasses public static java.lang.reflect.Method methodForName (java.lang.String, java.lang.String, java.lang.Class[]) throws java.lang.ClassNotFoundException java.lang.NoSuchMethodException java.lang.SecurityException String classname String methodname Class[] params Class c java.lang.reflect.Method m public static void setFinalField (java.lang.Object, java.lang.String, java.lang.Object) throws java.lang.NoSuchFieldException java.lang.reflect.Field f NoSuchFieldException e IllegalAccessException e Object o String fieldName Object value Class c public static java.lang.Object getPrivateField (java.lang.Object, java.lang.String) throws java.lang.NoSuchFieldException java.lang.reflect.Field f IllegalAccessException e NoSuchFieldException e Object o String fieldName Class c public static java.lang.Class leastUpperBound (java.lang.Class, java.lang.Class) Class a Class b public static java.lang.Class leastUpperBound (java.lang.Class[]) Class clazz Class[] classes Class result public static java.lang.Class leastUpperBound (java.lang.Object[]) Object obj Object[] objects Class result public static java.lang.Class leastUpperBound (java.util.List) Object obj java.util.List objects Class result static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/reflection/ReflectionPlume$PromiscuousLoader.class
ReflectionPlume.java package org.checkerframework.errorprone.org.plumelib.reflection org.checkerframework.errorprone.org.plumelib.reflection.ReflectionPlume$PromiscuousLoader extends java.lang.ClassLoader { public void <init> () public java.lang.Class defineClassFromFile (java.lang.String, java.lang.String) throws java.io.FileNotFoundException java.io.IOException int numbytes byte[] classBytes int bytesRead java.io.FileInputStream fi String className String pathname int numbytes byte[] classBytes int bytesRead Class returnClass }
org/checkerframework/errorprone/org/plumelib/reflection/SignatureRegexes.class
SignatureRegexes.java package org.checkerframework.errorprone.org.plumelib.reflection public org.checkerframework.errorprone.org.plumelib.reflection.SignatureRegexes extends java.lang.Object { private static final String KEYWORD_NON_PRIMITIVE_TYPE private static final String PRIMITIVE_TYPE private static final String FD_PRIMITIVE private static final String KEYWORD private static final String KEYWORD_OR_LITERAL private static final String IDENTIFIER_TOKEN private static final String IDENTIFIER public static final String IDENTIFIER_OR_PRIMITIVE_TYPE private static final String DOT_SEPARATED_IDENTIFIERS private static final String SLASH_SEPARATED_IDENTIFIERS private static final String NESTED_ONE private static final String NESTED private static final String BINARY_NAME private static final String ARRAY public static final String INTERNAL_FORM private static final String CLASS_GET_NAME_NONPRIMITIVE_NONARRAY public static final String ArrayWithoutPackageRegex public static final java.util.regex.Pattern ArrayWithoutPackagePattern public static final String BinaryNameRegex public static final java.util.regex.Pattern BinaryNamePattern public static final String BinaryNameWithoutPackageRegex public static final java.util.regex.Pattern BinaryNameWithoutPackagePattern public static final String BinaryNameOrPrimitiveTypeRegex public static final java.util.regex.Pattern BinaryNameOrPrimitiveTypePattern public static final String ClassGetNameRegex public static final java.util.regex.Pattern ClassGetNamePattern public static final String ClassGetSimpleNameRegex public static final java.util.regex.Pattern ClassGetSimpleNamePattern public static final String DotSeparatedIdentifiersRegex public static final java.util.regex.Pattern DotSeparatedIdentifiersPattern public static final String DotSeparatedIdentifiersOrPrimitiveTypeRegex public static final java.util.regex.Pattern DotSeparatedIdentifiersOrPrimitiveTypePattern public static final String FieldDescriptorRegex public static final java.util.regex.Pattern FieldDescriptorPattern public static final String FieldDescriptorWithoutPackageRegex public static final java.util.regex.Pattern FieldDescriptorWithoutPackagePattern public static final String FieldDescriptorForPrimitiveRegex public static final java.util.regex.Pattern FieldDescriptorForPrimitivePattern public static final String FqBinaryNameRegex public static final java.util.regex.Pattern FqBinaryNamePattern public static final String FullyQualifiedNameRegex public static final java.util.regex.Pattern FullyQualifiedNamePattern public static final String IdentifierRegex public static final java.util.regex.Pattern IdentifierPattern public static final String IdentifierOrPrimitiveTypeRegex public static final java.util.regex.Pattern IdentifierOrPrimitiveTypePattern public static final String InternalFormRegex public static final java.util.regex.Pattern InternalFormPattern public static final String PrimitiveTypeRegex public static final java.util.regex.Pattern PrimitiveTypePattern private void <init> () private static final java.lang.String GROUPED (java.lang.String) String arg private static final java.lang.String ANY (java.lang.String) String arg private static final java.lang.String ANCHORED (java.lang.String) String arg private static final transient java.lang.String ALTERNATE (java.lang.String[]) String[] args private static final transient java.lang.String GROUPED_ALTERNATE (java.lang.String[]) String[] args static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/reflection/Signatures.class
Signatures.java package org.checkerframework.errorprone.org.plumelib.reflection public final org.checkerframework.errorprone.org.plumelib.reflection.Signatures extends java.lang.Object { private static final String dirSep private static java.util.regex.Pattern arrayBracketsPattern private static java.util.HashMap primitiveToFieldDescriptor private static java.util.HashMap fieldDescriptorToPrimitive private static java.util.regex.Pattern fdArrayBracketsPattern private void <init> () public static java.lang.String getArrayElementType (java.lang.String) String fqBinaryName int bracketPos public static java.lang.String classfilenameToBinaryName (java.lang.String) String classfilename public static java.lang.String classfilenameToBaseName (java.lang.String) String classfilename int start int end public static java.lang.String addPackage (java.lang.String, java.lang.String) String result String packagename String classname public static boolean isArrayWithoutPackage (java.lang.String) String s public static boolean isBinaryName (java.lang.String) String s public static boolean isBinaryNameWithoutPackage (java.lang.String) String s public static boolean isBinaryNameOrPrimitiveType (java.lang.String) String s public static boolean isClassGetName (java.lang.String) String s public static boolean isClassGetSimpleName (java.lang.String) String s public static boolean isDotSeparatedIdentifiers (java.lang.String) String s public static boolean isDotSeparatedIdentifiersOrPrimitiveType (java.lang.String) String s public static boolean isFieldDescriptor (java.lang.String) String s public static boolean isFieldDescriptorWithoutPackage (java.lang.String) String s public static boolean isFieldDescriptorForPrimitive (java.lang.String) String s public static boolean isFqBinaryName (java.lang.String) String s public static boolean isFullyQualifiedName (java.lang.String) String s public static boolean isIdentifier (java.lang.String) String s public static boolean isIdentifierOrPrimitiveType (java.lang.String) String s public static boolean isInternalForm (java.lang.String) String s public static boolean isPrimitiveType (java.lang.String) String s public static java.lang.String binaryNameToFieldDescriptor (java.lang.String) int i String typename org.checkerframework.errorprone.org.plumelib.reflection.Signatures$ClassnameAndDimensions cad String result public static java.lang.String primitiveTypeNameToFieldDescriptor (java.lang.String) String primitiveName String result public static java.lang.String binaryNameToClassGetName (java.lang.String) String bn public static java.lang.String binaryNameToFullyQualified (java.lang.String) String binaryName public static java.lang.String fieldDescriptorToClassGetName (java.lang.String) String fd public static java.lang.String fieldDescriptorToBinaryName (java.lang.String) String result int i String typename java.util.regex.Matcher m String classname int dimensions String result public static java.lang.String internalFormToClassGetName (java.lang.String) String internalForm public static java.lang.String internalFormToBinaryName (java.lang.String) String internalForm public static java.lang.String internalFormToFullyQualified (java.lang.String) String internalForm public static java.lang.String arglistToJvm (java.lang.String) String arg String arglist String result String commaSepArgs java.util.StringTokenizer argsTokenizer public static java.lang.String arglistFromJvm (java.lang.String) int semicolonPos String fieldDescriptor String maybe int nonarrayPos char c String arglist String result int pos static synthetic java.util.regex.Pattern access$000 () static void <clinit> () }
org/checkerframework/errorprone/org/plumelib/reflection/Signatures$ClassnameAndDimensions.class
Signatures.java package org.checkerframework.errorprone.org.plumelib.reflection public org.checkerframework.errorprone.org.plumelib.reflection.Signatures$ClassnameAndDimensions extends java.lang.Object { public final String classname public final int dimensions public void <init> (java.lang.String, int) String classname int dimensions public static org.checkerframework.errorprone.org.plumelib.reflection.Signatures$ClassnameAndDimensions parseFqBinaryName (java.lang.String) String typename java.util.regex.Matcher m String classname int dimensions }
com/github/difflib/
com/github/difflib/algorithm/
com/github/difflib/algorithm/jgit/
com/github/difflib/algorithm/myers/
com/github/difflib/patch/
com/github/difflib/text/
META-INF/maven/io.github.java-diff-utils/
META-INF/maven/io.github.java-diff-utils/java-diff-utils/
com/github/difflib/algorithm/Change.class
Change.java package com.github.difflib.algorithm public com.github.difflib.algorithm.Change extends java.lang.Object { public final com.github.difflib.patch.DeltaType deltaType public final int startOriginal public final int endOriginal public final int startRevised public final int endRevised public void <init> (com.github.difflib.patch.DeltaType, int, int, int, int) com.github.difflib.patch.DeltaType deltaType int startOriginal int endOriginal int startRevised int endRevised }
com/github/difflib/algorithm/DiffException.class
DiffException.java package com.github.difflib.algorithm public com.github.difflib.algorithm.DiffException extends java.lang.Exception { private static final long serialVersionUID public void <init> () public void <init> (java.lang.String) String msg }
com/github/difflib/algorithm/jgit/DataList.class
HistogramDiff.java package com.github.difflib.algorithm.jgit com.github.difflib.algorithm.jgit.DataList extends org.eclipse.jgit.diff.Sequence { final java.util.List data public void <init> (java.util.List) java.util.List data public int size () }
com/github/difflib/algorithm/jgit/DataListComparator.class
HistogramDiff.java package com.github.difflib.algorithm.jgit com.github.difflib.algorithm.jgit.DataListComparator extends org.eclipse.jgit.diff.SequenceComparator { private final com.github.difflib.algorithm.DiffAlgorithmListener progress public void <init> (com.github.difflib.algorithm.DiffAlgorithmListener) com.github.difflib.algorithm.DiffAlgorithmListener progress public boolean equals (com.github.difflib.algorithm.jgit.DataList, int, com.github.difflib.algorithm.jgit.DataList, int) com.github.difflib.algorithm.jgit.DataList original int orgIdx com.github.difflib.algorithm.jgit.DataList revised int revIdx public int hash (com.github.difflib.algorithm.jgit.DataList, int) com.github.difflib.algorithm.jgit.DataList s int i public volatile synthetic int hash (org.eclipse.jgit.diff.Sequence, int) public volatile synthetic boolean equals (org.eclipse.jgit.diff.Sequence, int, org.eclipse.jgit.diff.Sequence, int) }
com/github/difflib/algorithm/jgit/HistogramDiff$1.class
HistogramDiff.java package com.github.difflib.algorithm.jgit synthetic com.github.difflib.algorithm.jgit.HistogramDiff$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$eclipse$jgit$diff$Edit$Type static void <clinit> () }
com/github/difflib/algorithm/jgit/HistogramDiff.class
HistogramDiff.java package com.github.difflib.algorithm.jgit public com.github.difflib.algorithm.jgit.HistogramDiff extends java.lang.Object implements com.github.difflib.algorithm.DiffAlgorithmI { public void <init> () public java.util.List computeDiff (java.util.List, java.util.List, com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DiffException com.github.difflib.patch.DeltaType type org.eclipse.jgit.diff.Edit edit java.util.List source java.util.List target com.github.difflib.algorithm.DiffAlgorithmListener progress org.eclipse.jgit.diff.EditList diffList java.util.List patch }
com/github/difflib/algorithm/myers/MyersDiff.class
MyersDiff.java package com.github.difflib.algorithm.myers public final com.github.difflib.algorithm.myers.MyersDiff extends java.lang.Object implements com.github.difflib.algorithm.DiffAlgorithmI { private final java.util.function.BiPredicate DEFAULT_EQUALIZER private final java.util.function.BiPredicate equalizer public void <init> () public void <init> (java.util.function.BiPredicate) java.util.function.BiPredicate equalizer public java.util.List computeDiff (java.util.List, java.util.List, com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DiffException java.util.List source java.util.List target com.github.difflib.algorithm.DiffAlgorithmListener progress com.github.difflib.algorithm.myers.PathNode path java.util.List result private com.github.difflib.algorithm.myers.PathNode buildPath (java.util.List, java.util.List, com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DifferentiationFailedException com.github.difflib.algorithm.myers.PathNode prev int i int kmiddle int kplus int kminus com.github.difflib.algorithm.myers.PathNode prev int i int j com.github.difflib.algorithm.myers.PathNode node int k int d java.util.List orig java.util.List rev com.github.difflib.algorithm.DiffAlgorithmListener progress int N int M int MAX int size int middle com.github.difflib.algorithm.myers.PathNode[] diagonal private java.util.List buildRevision (com.github.difflib.algorithm.myers.PathNode, java.util.List, java.util.List) int i int j int ianchor int janchor com.github.difflib.algorithm.myers.PathNode actualPath java.util.List orig java.util.List rev com.github.difflib.algorithm.myers.PathNode path java.util.List changes }
com/github/difflib/algorithm/myers/PathNode.class
PathNode.java package com.github.difflib.algorithm.myers public final com.github.difflib.algorithm.myers.PathNode extends java.lang.Object { public final int i public final int j public final com.github.difflib.algorithm.myers.PathNode prev public final boolean snake public final boolean bootstrap public void <init> (int, int, boolean, boolean, com.github.difflib.algorithm.myers.PathNode) int i int j boolean snake boolean bootstrap com.github.difflib.algorithm.myers.PathNode prev public boolean isSnake () public boolean isBootstrap () public final com.github.difflib.algorithm.myers.PathNode previousSnake () public java.lang.String toString () StringBuilder buf com.github.difflib.algorithm.myers.PathNode node }
com/github/difflib/DiffUtils.class
DiffUtils.java package com.github.difflib public final com.github.difflib.DiffUtils extends java.lang.Object { public static com.github.difflib.patch.Patch diff (java.util.List, java.util.List, com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DiffException java.util.List original java.util.List revised com.github.difflib.algorithm.DiffAlgorithmListener progress public static com.github.difflib.patch.Patch diff (java.util.List, java.util.List) throws com.github.difflib.algorithm.DiffException java.util.List original java.util.List revised public static com.github.difflib.patch.Patch diff (java.lang.String, java.lang.String, com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DiffException String sourceText String targetText com.github.difflib.algorithm.DiffAlgorithmListener progress public static com.github.difflib.patch.Patch diff (java.util.List, java.util.List, java.util.function.BiPredicate) throws com.github.difflib.algorithm.DiffException java.util.List source java.util.List target java.util.function.BiPredicate equalizer public static com.github.difflib.patch.Patch diff (java.util.List, java.util.List, com.github.difflib.algorithm.DiffAlgorithmI, com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DiffException java.util.List original java.util.List revised com.github.difflib.algorithm.DiffAlgorithmI algorithm com.github.difflib.algorithm.DiffAlgorithmListener progress public static com.github.difflib.patch.Patch diff (java.util.List, java.util.List, com.github.difflib.algorithm.DiffAlgorithmI) throws com.github.difflib.algorithm.DiffException java.util.List original java.util.List revised com.github.difflib.algorithm.DiffAlgorithmI algorithm public static com.github.difflib.patch.Patch diffInline (java.lang.String, java.lang.String) throws com.github.difflib.algorithm.DiffException Character character Character character com.github.difflib.patch.AbstractDelta delta String original String revised java.util.List origList java.util.List revList com.github.difflib.patch.Patch patch private static java.util.List compressLines (java.util.List, java.lang.String) java.util.List lines String delimiter public static java.util.List patch (java.util.List, com.github.difflib.patch.Patch) throws com.github.difflib.patch.PatchFailedException java.util.List original com.github.difflib.patch.Patch patch public static java.util.List unpatch (java.util.List, com.github.difflib.patch.Patch) java.util.List revised com.github.difflib.patch.Patch patch private void <init> () }
com/github/difflib/patch/AbstractDelta.class
AbstractDelta.java package com.github.difflib.patch public abstract com.github.difflib.patch.AbstractDelta extends java.lang.Object { private final com.github.difflib.patch.Chunk source private final com.github.difflib.patch.Chunk target private final com.github.difflib.patch.DeltaType type public void <init> (com.github.difflib.patch.DeltaType, com.github.difflib.patch.Chunk, com.github.difflib.patch.Chunk) com.github.difflib.patch.DeltaType type com.github.difflib.patch.Chunk source com.github.difflib.patch.Chunk target public com.github.difflib.patch.Chunk getSource () public com.github.difflib.patch.Chunk getTarget () public com.github.difflib.patch.DeltaType getType () protected void verifyChunk (java.util.List) throws com.github.difflib.patch.PatchFailedException java.util.List target public abstract void applyTo (java.util.List) throws com.github.difflib.patch.PatchFailedException public abstract void restore (java.util.List) public int hashCode () public boolean equals (java.lang.Object) Object obj com.github.difflib.patch.AbstractDelta other }
com/github/difflib/algorithm/DifferentiationFailedException.class
DifferentiationFailedException.java package com.github.difflib.algorithm public com.github.difflib.algorithm.DifferentiationFailedException extends com.github.difflib.algorithm.DiffException { private static final long serialVersionUID public void <init> () public void <init> (java.lang.String) String msg }
com/github/difflib/patch/ChangeDelta.class
ChangeDelta.java package com.github.difflib.patch public final com.github.difflib.patch.ChangeDelta extends com.github.difflib.patch.AbstractDelta { public void <init> (com.github.difflib.patch.Chunk, com.github.difflib.patch.Chunk) com.github.difflib.patch.Chunk source com.github.difflib.patch.Chunk target public void applyTo (java.util.List) throws com.github.difflib.patch.PatchFailedException int i Object line java.util.List target int position int size int i public void restore (java.util.List) int i Object line java.util.List target int position int size int i public java.lang.String toString () }
com/github/difflib/patch/Chunk.class
Chunk.java package com.github.difflib.patch public final com.github.difflib.patch.Chunk extends java.lang.Object { private final int position private java.util.List lines public void <init> (int, java.util.List) int position java.util.List lines public void <init> (int, java.lang.Object[]) int position Object[] lines public void verify (java.util.List) throws com.github.difflib.patch.PatchFailedException int i java.util.List target public int getPosition () public void setLines (java.util.List) java.util.List lines public java.util.List getLines () public int size () public int last () public int hashCode () public boolean equals (java.lang.Object) Object obj com.github.difflib.patch.Chunk other public java.lang.String toString () }
com/github/difflib/patch/DeleteDelta.class
DeleteDelta.java package com.github.difflib.patch public final com.github.difflib.patch.DeleteDelta extends com.github.difflib.patch.AbstractDelta { public void <init> (com.github.difflib.patch.Chunk, com.github.difflib.patch.Chunk) com.github.difflib.patch.Chunk original com.github.difflib.patch.Chunk revised public void applyTo (java.util.List) throws com.github.difflib.patch.PatchFailedException int i java.util.List target int position int size public void restore (java.util.List) int i java.util.List target int position java.util.List lines public java.lang.String toString () }
com/github/difflib/patch/DeltaType.class
DeltaType.java package com.github.difflib.patch public final enum com.github.difflib.patch.DeltaType extends java.lang.Enum { public static final enum com.github.difflib.patch.DeltaType CHANGE public static final enum com.github.difflib.patch.DeltaType DELETE public static final enum com.github.difflib.patch.DeltaType INSERT public static final enum com.github.difflib.patch.DeltaType EQUAL private static final synthetic com.github.difflib.patch.DeltaType[] $VALUES public static com.github.difflib.patch.DeltaType[] values () public static com.github.difflib.patch.DeltaType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/github/difflib/patch/DiffException.class
DiffException.java package com.github.difflib.patch public com.github.difflib.patch.DiffException extends java.lang.Exception { private static final long serialVersionUID public void <init> () public void <init> (java.lang.String) String msg }
com/github/difflib/patch/InsertDelta.class
InsertDelta.java package com.github.difflib.patch public final com.github.difflib.patch.InsertDelta extends com.github.difflib.patch.AbstractDelta { public void <init> (com.github.difflib.patch.Chunk, com.github.difflib.patch.Chunk) com.github.difflib.patch.Chunk original com.github.difflib.patch.Chunk revised public void applyTo (java.util.List) throws com.github.difflib.patch.PatchFailedException int i java.util.List target int position java.util.List lines public void restore (java.util.List) int i java.util.List target int position int size public java.lang.String toString () }
com/github/difflib/patch/Patch$1.class
Patch.java package com.github.difflib.patch synthetic com.github.difflib.patch.Patch$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$github$difflib$patch$DeltaType static void <clinit> () }
com/github/difflib/patch/Patch.class
Patch.java package com.github.difflib.patch public final com.github.difflib.patch.Patch extends java.lang.Object { private final java.util.List deltas public void <init> () public void <init> (int) int estimatedPatchSize public java.util.List applyTo (java.util.List) throws com.github.difflib.patch.PatchFailedException com.github.difflib.patch.AbstractDelta delta java.util.List target java.util.List result java.util.ListIterator it public java.util.List restore (java.util.List) com.github.difflib.patch.AbstractDelta delta java.util.List target java.util.List result java.util.ListIterator it public void addDelta (com.github.difflib.patch.AbstractDelta) com.github.difflib.patch.AbstractDelta delta public java.util.List getDeltas () public java.lang.String toString () public static com.github.difflib.patch.Patch generate (java.util.List, java.util.List, java.util.List) com.github.difflib.patch.Chunk orgChunk com.github.difflib.patch.Chunk revChunk com.github.difflib.algorithm.Change change java.util.List original java.util.List revised java.util.List changes com.github.difflib.patch.Patch patch private static synthetic java.lang.Integer lambda$getDeltas$0 (com.github.difflib.patch.AbstractDelta) com.github.difflib.patch.AbstractDelta d }
com/github/difflib/patch/PatchFailedException.class
PatchFailedException.java package com.github.difflib.patch public com.github.difflib.patch.PatchFailedException extends com.github.difflib.patch.DiffException { private static final long serialVersionUID public void <init> () public void <init> (java.lang.String) String msg }
com/github/difflib/text/DiffRow$Tag.class
DiffRow.java package com.github.difflib.text public final enum com.github.difflib.text.DiffRow$Tag extends java.lang.Enum { public static final enum com.github.difflib.text.DiffRow$Tag INSERT public static final enum com.github.difflib.text.DiffRow$Tag DELETE public static final enum com.github.difflib.text.DiffRow$Tag CHANGE public static final enum com.github.difflib.text.DiffRow$Tag EQUAL private static final synthetic com.github.difflib.text.DiffRow$Tag[] $VALUES public static com.github.difflib.text.DiffRow$Tag[] values () public static com.github.difflib.text.DiffRow$Tag valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
com/github/difflib/text/DiffRow.class
DiffRow.java package com.github.difflib.text public final com.github.difflib.text.DiffRow extends java.lang.Object implements java.io.Serializable { private com.github.difflib.text.DiffRow$Tag tag private final String oldLine private final String newLine public void <init> (com.github.difflib.text.DiffRow$Tag, java.lang.String, java.lang.String) com.github.difflib.text.DiffRow$Tag tag String oldLine String newLine public com.github.difflib.text.DiffRow$Tag getTag () public void setTag (com.github.difflib.text.DiffRow$Tag) com.github.difflib.text.DiffRow$Tag tag public java.lang.String getOldLine () public java.lang.String getNewLine () public int hashCode () public boolean equals (java.lang.Object) Object obj com.github.difflib.text.DiffRow other public java.lang.String toString () }
com/github/difflib/text/DiffRowGenerator$1.class
DiffRowGenerator.java package com.github.difflib.text synthetic com.github.difflib.text.DiffRowGenerator$1 extends java.lang.Object { }
com/github/difflib/text/DiffRowGenerator$Builder.class
DiffRowGenerator.java package com.github.difflib.text public com.github.difflib.text.DiffRowGenerator$Builder extends java.lang.Object { private boolean showInlineDiffs private boolean ignoreWhiteSpaces private java.util.function.Function oldTag private java.util.function.Function newTag private int columnWidth private boolean mergeOriginalRevised private boolean reportLinesUnchanged private java.util.function.Function inlineDiffSplitter private void <init> () public com.github.difflib.text.DiffRowGenerator$Builder showInlineDiffs (boolean) boolean val public com.github.difflib.text.DiffRowGenerator$Builder ignoreWhiteSpaces (boolean) boolean val public com.github.difflib.text.DiffRowGenerator$Builder reportLinesUnchanged (boolean) boolean val public com.github.difflib.text.DiffRowGenerator$Builder oldTag (java.util.function.Function) java.util.function.Function generator public com.github.difflib.text.DiffRowGenerator$Builder newTag (java.util.function.Function) java.util.function.Function generator public com.github.difflib.text.DiffRowGenerator$Builder columnWidth (int) int width public com.github.difflib.text.DiffRowGenerator build () public com.github.difflib.text.DiffRowGenerator$Builder mergeOriginalRevised (boolean) boolean mergeOriginalRevised public com.github.difflib.text.DiffRowGenerator$Builder inlineDiffByWord (boolean) boolean inlineDiffByWord public com.github.difflib.text.DiffRowGenerator$Builder inlineDiffBySplitter (java.util.function.Function) java.util.function.Function inlineDiffSplitter private static synthetic java.lang.String lambda$new$1 (java.lang.Boolean) Boolean f private static synthetic java.lang.String lambda$new$0 (java.lang.Boolean) Boolean f synthetic void <init> (com.github.difflib.text.DiffRowGenerator$1) com.github.difflib.text.DiffRowGenerator$1 x0 static synthetic boolean access$100 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 static synthetic boolean access$200 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 static synthetic java.util.function.Function access$300 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 static synthetic java.util.function.Function access$400 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 static synthetic int access$500 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 static synthetic boolean access$600 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 static synthetic java.util.function.Function access$700 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 static synthetic boolean access$800 (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder x0 }
com/github/difflib/text/DiffRowGenerator.class
DiffRowGenerator.java package com.github.difflib.text public com.github.difflib.text.DiffRowGenerator extends java.lang.Object { public static final java.util.function.BiPredicate DEFAULT_EQUALIZER public static final java.util.function.BiPredicate IGNORE_WHITESPACE_EQUALIZER public static final java.util.function.Function SPLITTER_BY_CHARACTER public static final java.util.regex.Pattern SPLIT_BY_WORD_PATTERN public static final java.util.function.Function SPLITTER_BY_WORD public static final java.util.regex.Pattern WHITESPACE_PATTERN private final int columnWidth private final java.util.function.BiPredicate equalizer private final boolean ignoreWhiteSpaces private final java.util.function.Function inlineDiffSplitter private final boolean mergeOriginalRevised private final java.util.function.Function newTag private final java.util.function.Function oldTag private final boolean reportLinesUnchanged private final boolean showInlineDiffs public static com.github.difflib.text.DiffRowGenerator$Builder create () private static java.lang.String adjustWhitespace (java.lang.String) String raw protected static final java.util.List splitStringPreserveDelimiter (java.lang.String, java.util.regex.Pattern) java.util.regex.Matcher matcher int pos String str java.util.regex.Pattern SPLIT_PATTERN java.util.List list static void wrapInTag (java.util.List, int, int, java.util.function.Function) java.util.List sequence int startPosition int endPosition java.util.function.Function tagGenerator int endPos private void <init> (com.github.difflib.text.DiffRowGenerator$Builder) com.github.difflib.text.DiffRowGenerator$Builder builder public java.util.List generateDiffRows (java.util.List, java.util.List) throws com.github.difflib.algorithm.DiffException java.util.List original java.util.List revised public java.util.List generateDiffRows (java.util.List, com.github.difflib.patch.Patch) throws com.github.difflib.algorithm.DiffException String line String line String line int j com.github.difflib.patch.AbstractDelta delta com.github.difflib.patch.Chunk orig com.github.difflib.patch.Chunk rev int i String line java.util.List original com.github.difflib.patch.Patch patch java.util.List diffRows int endPos java.util.List deltaList private com.github.difflib.text.DiffRow buildDiffRow (com.github.difflib.text.DiffRow$Tag, java.lang.String, java.lang.String) String wrapOrg String wrapNew com.github.difflib.text.DiffRow$Tag type String orgline String newline private com.github.difflib.text.DiffRow buildDiffRowWithoutNormalizing (com.github.difflib.text.DiffRow$Tag, java.lang.String, java.lang.String) com.github.difflib.text.DiffRow$Tag type String orgline String newline private java.util.List generateInlineDiffs (com.github.difflib.patch.AbstractDelta) throws com.github.difflib.algorithm.DiffException com.github.difflib.patch.Chunk inlineOrig com.github.difflib.patch.Chunk inlineRev com.github.difflib.patch.AbstractDelta inlineDelta String character String character int j com.github.difflib.patch.AbstractDelta delta java.util.List orig java.util.List rev java.util.List origList java.util.List revList String joinedOrig String joinedRev java.util.List inlineDeltas StringBuilder origResult StringBuilder revResult java.util.List original java.util.List revised java.util.List diffRows private java.lang.String preprocessLine (java.lang.String) String line private static synthetic java.util.List lambda$static$2 (java.lang.String) String line private static synthetic java.util.List lambda$static$1 (java.lang.String) Character character String line java.util.List list private static synthetic boolean lambda$static$0 (java.lang.String, java.lang.String) String original String revised synthetic void <init> (com.github.difflib.text.DiffRowGenerator$Builder, com.github.difflib.text.DiffRowGenerator$1) com.github.difflib.text.DiffRowGenerator$Builder x0 com.github.difflib.text.DiffRowGenerator$1 x1 static void <clinit> () }
com/github/difflib/text/StringUtils.class
StringUtils.java package com.github.difflib.text final com.github.difflib.text.StringUtils extends java.lang.Object { public static java.lang.String htmlEntites (java.lang.String) String str public static java.lang.String normalize (java.lang.String) String str public static java.util.List normalize (java.util.List) java.util.List list public static java.util.List wrapText (java.util.List, int) java.util.List list int columnWidth public static java.lang.String wrapText (java.lang.String, int) int count String line int columnWidth int length int delimiter int widthIndex StringBuilder b private void <init> () private static synthetic java.lang.String lambda$wrapText$0 (int, java.lang.String) int columnWidth String line }
com/github/difflib/UnifiedDiffUtils.class
UnifiedDiffUtils.java package com.github.difflib public final com.github.difflib.UnifiedDiffUtils extends java.lang.Object { private static final java.util.regex.Pattern UNIFIED_DIFF_CHUNK_REGEXP public static com.github.difflib.patch.Patch parseUnifiedDiff (java.util.List) String[] raw_line String tag String rest java.util.List oldChunkLines java.util.List newChunkLines String tag String rest java.util.regex.Matcher m String line String[] raw_line String tag String rest java.util.List oldChunkLines java.util.List newChunkLines java.util.List diff boolean inPrelude java.util.List rawChunk com.github.difflib.patch.Patch patch int old_ln int new_ln public static java.util.List generateUnifiedDiff (java.lang.String, java.lang.String, java.util.List, com.github.difflib.patch.Patch, int) java.util.List curBlock int position com.github.difflib.patch.AbstractDelta nextDelta int i java.util.List ret java.util.List patchDeltas java.util.List deltas com.github.difflib.patch.AbstractDelta delta java.util.List curBlock String originalFileName String revisedFileName java.util.List originalLines com.github.difflib.patch.Patch patch int contextSize private static java.util.List processDeltas (java.util.List, java.util.List, int) com.github.difflib.patch.AbstractDelta nextDelta int intermediateStart java.util.List origLines java.util.List deltas int contextSize java.util.List buffer int origTotal int revTotal int line com.github.difflib.patch.AbstractDelta curDelta int origStart int revStart int contextStart int deltaIndex StringBuilder header private static java.util.List getDeltaText (com.github.difflib.patch.AbstractDelta) String line String line com.github.difflib.patch.AbstractDelta delta java.util.List buffer private void <init> () static void <clinit> () }
META-INF/maven/io.github.java-diff-utils/java-diff-utils/pom.xml
META-INF/maven/io.github.java-diff-utils/java-diff-utils/pom.properties
com/github/difflib/algorithm/DiffAlgorithmI.class
DiffAlgorithmI.java package com.github.difflib.algorithm public abstract com.github.difflib.algorithm.DiffAlgorithmI extends java.lang.Object { public abstract java.util.List computeDiff (java.util.List, java.util.List, com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DiffException public java.util.List computeDiff (java.lang.Object[], java.lang.Object[], com.github.difflib.algorithm.DiffAlgorithmListener) throws com.github.difflib.algorithm.DiffException Object[] source Object[] target com.github.difflib.algorithm.DiffAlgorithmListener progress }
com/github/difflib/algorithm/DiffAlgorithmListener.class
DiffAlgorithmListener.java package com.github.difflib.algorithm public abstract com.github.difflib.algorithm.DiffAlgorithmListener extends java.lang.Object { public abstract void diffStart () public abstract void diffStep (int, int) public abstract void diffEnd () }
com/google/errorprone/bugpatterns/javadoc/
com/google/errorprone/bugpatterns/nullness/
com/google/errorprone/bugpatterns/inject/
com/google/errorprone/bugpatterns/inject/guice/
com/google/errorprone/bugpatterns/inject/dagger/
com/google/errorprone/bugpatterns/collectionincompatibletype/
com/google/errorprone/bugpatterns/threadsafety/
com/google/errorprone/bugpatterns/overloading/
com/google/errorprone/bugpatterns/flogger/
com/google/errorprone/bugpatterns/time/
com/google/errorprone/bugpatterns/argumentselectiondefects/
com/google/errorprone/bugpatterns/android/
com/google/errorprone/bugpatterns/checkreturnvalue/
com/google/errorprone/bugpatterns/formatstring/
com/google/errorprone/bugpatterns/inlineme/
com/google/errorprone/bugpatterns/apidiff/
com/google/errorprone/refaster/
com/google/errorprone/refaster/annotation/
META-INF/maven/com.google.errorprone/error_prone_core/
api_diff.proto
com/google/errorprone/scanner/BuiltInCheckerSuppliers.class
BuiltInCheckerSuppliers.java package com.google.errorprone.scanner public com.google.errorprone.scanner.BuiltInCheckerSuppliers extends java.lang.Object { public static final com.google.common.collect.ImmutableSet ENABLED_ERRORS public static final com.google.common.collect.ImmutableSet ENABLED_WARNINGS public static final com.google.common.collect.ImmutableSet DISABLED_CHECKS public static transient com.google.common.collect.ImmutableSet getSuppliers (java.lang.Class[]) Class[] checkers public static com.google.common.collect.ImmutableSet getSuppliers (java.lang.Iterable) Iterable checkers public static com.google.errorprone.scanner.ScannerSupplier allChecks () public static com.google.errorprone.scanner.ScannerSupplier defaultChecks () public static com.google.errorprone.scanner.ScannerSupplier errorChecks () private void <init> () static void <clinit> () }
com/google/errorprone/ErrorProneJavaCompiler.class
ErrorProneJavaCompiler.java package com.google.errorprone public com.google.errorprone.ErrorProneJavaCompiler extends com.google.errorprone.BaseErrorProneJavaCompiler { public void <init> () void <init> (javax.tools.JavaCompiler) javax.tools.JavaCompiler javacTool public void <init> (com.google.errorprone.scanner.ScannerSupplier) com.google.errorprone.scanner.ScannerSupplier scannerSupplier }
com/google/errorprone/bugpatterns/AutoValue_AbstractMustBeClosedChecker_Change$Builder.class
AutoValue_AbstractMustBeClosedChecker_Change.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_AbstractMustBeClosedChecker_Change$Builder extends com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change$Builder { private com.google.errorprone.fixes.SuggestedFix otherFixes private java.util.Optional closeBraceAfter void <init> () com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change$Builder otherFixes (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix otherFixes com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change$Builder closeBraceAfter (com.sun.source.tree.Tree) com.sun.source.tree.Tree closeBraceAfter com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change build () String missing }
com/google/errorprone/bugpatterns/NonAtomicVolatileUpdate$1.class
NonAtomicVolatileUpdate.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NonAtomicVolatileUpdate$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic com.google.errorprone.matchers.Matcher val$exprMatcher void <init> (com.google.errorprone.matchers.Matcher) public boolean matches (com.sun.source.tree.UnaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.UnaryTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/ImmutableSetForContains.class
ImmutableSetForContains.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ImmutableSetForContains extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher PRIVATE_STATIC_IMMUTABLE_LIST_MATCHER private static final com.google.errorprone.matchers.Matcher EXCLUSIONS private static final com.google.errorprone.matchers.Matcher IMMUTABLE_LIST_FACTORIES private static final com.google.errorprone.matchers.Matcher IMMUTABLE_LIST_BUILD private static final com.google.errorprone.matchers.Matcher IMMUTABLE_COLLECTION private static final com.google.errorprone.matchers.Matcher IMMUTABLE_BUILDER_METHODS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree var com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet immutableListVar com.google.errorprone.bugpatterns.ImmutableSetForContains$ImmutableVarUsageScanner usageScanner com.sun.source.util.TreePath cuPath com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.Optional firstReplacement private static com.google.errorprone.fixes.SuggestedFix convertListToSetInit (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodTree com.sun.source.tree.NewClassTree ctorTree java.util.Optional rootExpr com.sun.source.tree.VariableTree var com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix private static com.sun.source.tree.Tree stripParameters (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static java.util.Optional getRootMethod (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$getRootMethod$2 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$matchClass$1 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree member private static synthetic boolean lambda$matchClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree member private static synthetic boolean lambda$static$ff02708c$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/ObjectToString.class
ObjectToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ObjectToString extends com.google.errorprone.bugpatterns.AbstractToString { public void <init> () private static boolean finalNoOverrides (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.util.Names names com.sun.tools.javac.code.Symbol$MethodSymbol toString protected com.google.errorprone.predicates.TypePredicate typePredicate () protected java.util.Optional descriptionMessageForDefaultMatch (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$finalNoOverrides$0 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$MethodSymbol toString com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol m }
com/google/errorprone/bugpatterns/MissingFail$UnequalIntegerLiteralMatcher.class
MissingFail.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingFail$UnequalIntegerLiteralMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.google.errorprone.matchers.Matcher methodSelectMatcher private void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher methodSelectMatcher public boolean matches (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state private static boolean matches (java.util.List) boolean duplicate Object value com.sun.source.tree.Tree tree java.util.List expressionTrees java.util.Set foundValues public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/AutoValue_TypeCompatibilityUtils_TypeCompatibilityReport.class
AutoValue_TypeCompatibilityUtils_TypeCompatibilityReport.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_TypeCompatibilityUtils_TypeCompatibilityReport extends com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport { private final boolean isCompatible private final com.sun.tools.javac.code.Type lhs private final com.sun.tools.javac.code.Type rhs private final String extraReason void <init> (boolean, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, java.lang.String) boolean isCompatible com.sun.tools.javac.code.Type lhs com.sun.tools.javac.code.Type rhs String extraReason public boolean isCompatible () public com.sun.tools.javac.code.Type lhs () public com.sun.tools.javac.code.Type rhs () public java.lang.String extraReason () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/JdkObsolete$3.class
JdkObsolete.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JdkObsolete$3 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic boolean[] val$found final synthetic com.google.errorprone.bugpatterns.JdkObsolete this$0 void <init> (com.google.errorprone.bugpatterns.JdkObsolete, com.google.errorprone.VisitorState, boolean[]) com.google.errorprone.bugpatterns.JdkObsolete this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/JUnit3FloatingPointComparisonWithoutDelta.class
JUnit3FloatingPointComparisonWithoutDelta.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnit3FloatingPointComparisonWithoutDelta extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERT_EQUALS_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state java.util.List argumentTypes com.google.errorprone.fixes.Fix fix private static java.util.List getArgumentTypesWithoutMessage (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree tree com.sun.source.tree.ExpressionTree argument com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state java.util.List argumentTypes private static void removeMessageArgumentIfPresent (com.google.errorprone.VisitorState, java.util.List) com.google.errorprone.VisitorState state java.util.List argumentTypes com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type firstType private static boolean canBeConvertedToJUnit4 (com.google.errorprone.VisitorState, java.util.List) com.google.errorprone.VisitorState state java.util.List argumentTypes com.sun.tools.javac.code.Type firstType com.sun.tools.javac.code.Type secondType private static boolean isFloatingPoint (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type trueType private static boolean isNumeric (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type trueType private static com.sun.tools.javac.code.Type unboxedTypeOrType (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types private static com.google.errorprone.fixes.Fix addDeltaArgument (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.util.List) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state java.util.List argumentTypes int insertionIndex String deltaArgument private static int getDeltaInsertionIndex (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree lastArgument private static java.lang.String getDeltaArgument (com.google.errorprone.VisitorState, java.util.List) com.google.errorprone.VisitorState state java.util.List argumentTypes com.sun.tools.javac.code.Type firstType com.sun.tools.javac.code.Type secondType boolean doublePrecisionUsed private static boolean isDouble (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type trueType static void <clinit> () }
com/google/errorprone/bugpatterns/LongLiteralLowerCaseSuffix$1.class
LongLiteralLowerCaseSuffix.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LongLiteralLowerCaseSuffix$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) String longLiteral com.sun.source.tree.LiteralTree literalTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/javadoc/MalformedInlineTag.class
MalformedInlineTag.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.MalformedInlineTag extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final java.util.regex.Pattern MALFORMED_PATTERN public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (com.google.errorprone.VisitorState) String tag int startPos int endPos com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path com.sun.tools.javac.parser.Tokens$Comment comment java.util.regex.Matcher matcher static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/UrlInSee$UrlInSeeChecker.class
UrlInSee.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.UrlInSee$UrlInSeeChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.javadoc.UrlInSee this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.UrlInSee, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Void) com.sun.source.doctree.ErroneousTree erroneousTree Void unused public volatile synthetic java.lang.Object visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/JavadocTag.class
JavadocTag.java package com.google.errorprone.bugpatterns.javadoc abstract com.google.errorprone.bugpatterns.javadoc.JavadocTag extends java.lang.Object { static final com.google.common.collect.ImmutableSet KNOWN_OTHER_TAGS private static final com.google.common.collect.ImmutableSet COMMON_TAGS static final com.google.common.collect.ImmutableSet VALID_CLASS_TAGS static final com.google.common.collect.ImmutableSet VALID_VARIABLE_TAGS static final com.google.common.collect.ImmutableSet VALID_METHOD_TAGS static final com.google.common.collect.ImmutableSet ALL_INLINE_TAGS void <init> () abstract java.lang.String name () abstract com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType type () static com.google.errorprone.bugpatterns.javadoc.JavadocTag blockTag (java.lang.String) String name static com.google.errorprone.bugpatterns.javadoc.JavadocTag inlineTag (java.lang.String) String name private static com.google.errorprone.bugpatterns.javadoc.JavadocTag of (java.lang.String, com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType) String name com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType type private static synthetic boolean lambda$static$0 (com.google.errorprone.bugpatterns.javadoc.JavadocTag) com.google.errorprone.bugpatterns.javadoc.JavadocTag tag static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/ReturnFromVoid.class
ReturnFromVoid.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.ReturnFromVoid extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path }
com/google/errorprone/bugpatterns/javadoc/UnescapedEntity$RangesFinder.class
UnescapedEntity.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.UnescapedEntity$RangesFinder extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.google.common.collect.RangeSet preTags private final com.google.common.collect.RangeSet dontEmitCodeFix private final java.util.Deque startPosStack private boolean containsAnotherTag private void <init> (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitStartElement (com.sun.source.doctree.StartElementTree, java.lang.Void) com.sun.source.doctree.StartElementTree startTree Void unused public java.lang.Void visitEndElement (com.sun.source.doctree.EndElementTree, java.lang.Void) int endPos String source Integer startPos com.sun.source.doctree.EndElementTree endTree Void unused public java.lang.Void visitLink (com.sun.source.doctree.LinkTree, java.lang.Void) com.sun.source.doctree.LinkTree linkTree Void unused public java.lang.Void visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Void) com.sun.source.doctree.LiteralTree literalTree Void unused public java.lang.Void visitSee (com.sun.source.doctree.SeeTree, java.lang.Void) com.sun.source.doctree.SeeTree seeTree Void unused private void excludeFromCodeFixes (com.sun.source.doctree.DocTree) com.sun.source.doctree.DocTree tree int endPos public volatile synthetic java.lang.Object visitStartElement (com.sun.source.doctree.StartElementTree, java.lang.Object) public volatile synthetic java.lang.Object visitSee (com.sun.source.doctree.SeeTree, java.lang.Object) public volatile synthetic java.lang.Object visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitLink (com.sun.source.doctree.LinkTree, java.lang.Object) public volatile synthetic java.lang.Object visitEndElement (com.sun.source.doctree.EndElementTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InvalidThrows.class
InvalidThrows.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.InvalidThrows extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path }
com/google/errorprone/bugpatterns/javadoc/InvalidInlineTag$Context.class
InvalidInlineTag.java package com.google.errorprone.bugpatterns.javadoc final enum com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context CLASS public static final enum com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context METHOD public static final enum com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context VARIABLE final com.google.common.collect.ImmutableSet validTags final java.util.regex.Pattern misplacedCurly final java.util.regex.Pattern parensRatherThanCurly private static final synthetic com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context[] $VALUES public static com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context[] values () public static com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet validTags String validInlineTags private static synthetic boolean lambda$new$0 (com.google.errorprone.bugpatterns.javadoc.JavadocTag) com.google.errorprone.bugpatterns.javadoc.JavadocTag tag private static synthetic com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/InvalidThrows$ThrowsChecker.class
InvalidThrows.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.InvalidThrows$ThrowsChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.sun.source.tree.MethodTree methodTree final synthetic com.google.errorprone.bugpatterns.javadoc.InvalidThrows this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.InvalidThrows, com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree methodTree public java.lang.Void visitThrows (com.sun.source.doctree.ThrowsTree, java.lang.Void) com.sun.tools.javac.code.Type type com.sun.source.doctree.ThrowsTree throwsTree Void unused com.sun.source.doctree.ReferenceTree exName javax.lang.model.element.Element element private boolean isCheckedException (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type public volatile synthetic java.lang.Object visitThrows (com.sun.source.doctree.ThrowsTree, java.lang.Object) private synthetic boolean lambda$visitThrows$0 (com.sun.tools.javac.code.Type, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Type type com.sun.source.tree.ExpressionTree t }
com/google/errorprone/bugpatterns/javadoc/UnrecognisedJavadocTag$1.class
UnrecognisedJavadocTag.java package com.google.errorprone.bugpatterns.javadoc com.google.errorprone.bugpatterns.javadoc.UnrecognisedJavadocTag$1 extends com.sun.source.util.DocTreePathScanner { final synthetic com.google.common.collect.ImmutableSet$Builder val$tags final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.javadoc.UnrecognisedJavadocTag this$0 void <init> (com.google.errorprone.bugpatterns.javadoc.UnrecognisedJavadocTag, com.google.common.collect.ImmutableSet$Builder, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.javadoc.UnrecognisedJavadocTag this$0 public java.lang.Void visitLink (com.sun.source.doctree.LinkTree, java.lang.Void) com.sun.source.doctree.LinkTree linkTree Void unused public java.lang.Void visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Void) com.sun.source.doctree.LiteralTree literalTree Void unused public volatile synthetic java.lang.Object visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitLink (com.sun.source.doctree.LinkTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/UnrecognisedJavadocTag.class
UnrecognisedJavadocTag.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.UnrecognisedJavadocTag extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final java.util.regex.Pattern TAG public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (com.sun.source.util.DocTreePath, com.google.errorprone.VisitorState) int pos com.sun.source.util.DocTreePath path com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet recognisedTags com.google.common.collect.ImmutableSet tagStrings private com.google.common.collect.ImmutableSet findRecognisedTags (com.sun.source.util.DocTreePath, com.google.errorprone.VisitorState) com.sun.source.util.DocTreePath path com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder tags private static com.google.common.collect.ImmutableSet findTags (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment comment java.util.regex.Matcher matcher com.google.common.collect.ImmutableSet$Builder tags static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/EmptyBlockTag.class
EmptyBlockTag.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.EmptyBlockTag extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private void checkForEmptyBlockTags (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path }
com/google/errorprone/bugpatterns/javadoc/MissingSummary$1.class
MissingSummary.java package com.google.errorprone.bugpatterns.javadoc com.google.errorprone.bugpatterns.javadoc.MissingSummary$1 extends com.sun.source.util.DocTreeScanner { final synthetic Class val$clazz void <init> (java.lang.Class) public java.lang.Object scan (com.sun.source.doctree.DocTree, java.lang.Void) com.sun.source.doctree.DocTree docTree Void unused public volatile synthetic java.lang.Object scan (com.sun.source.doctree.DocTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/MissingSummary.class
MissingSummary.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.MissingSummary extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final String CONSIDER_USING_MESSAGE public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (com.sun.source.util.DocTreePath, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Description description com.sun.source.util.DocTreePath docTreePath com.google.errorprone.VisitorState state java.util.List firstSentence com.sun.tools.javac.code.Symbol symbol com.sun.source.doctree.ReturnTree returnTree com.sun.source.doctree.SeeTree seeTree java.util.Set modifiers private com.google.errorprone.matchers.Description generateReturnFix (com.sun.source.util.DocTreePath, com.sun.source.doctree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.util.DocTreePath docTreePath com.sun.source.doctree.ReturnTree returnTree com.google.errorprone.VisitorState state int pos String description com.google.errorprone.fixes.SuggestedFix fix private com.google.errorprone.matchers.Description generateSeeFix (com.sun.source.util.DocTreePath, com.sun.source.doctree.SeeTree, com.google.errorprone.VisitorState) com.sun.source.util.DocTreePath docTreePath com.sun.source.doctree.SeeTree seeTree com.google.errorprone.VisitorState state int pos com.google.errorprone.fixes.SuggestedFix replacement com.google.errorprone.fixes.SuggestedFix fix private static java.lang.Object findFirst (com.sun.source.util.DocTreePath, java.lang.Class) com.sun.source.util.DocTreePath docTreePath Class clazz private static java.lang.String lowerFirstLetter (java.lang.String) String description private static boolean requiresJavadoc (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/javadoc/JavadocTag$TagType.class
JavadocTag.java package com.google.errorprone.bugpatterns.javadoc final enum com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType BLOCK public static final enum com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType INLINE private static final synthetic com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType[] $VALUES public static com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType[] values () public static com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/ReturnFromVoid$VoidReturnTypeChecker.class
ReturnFromVoid.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.ReturnFromVoid$VoidReturnTypeChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.sun.source.tree.MethodTree methodTree final synthetic com.google.errorprone.bugpatterns.javadoc.ReturnFromVoid this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.ReturnFromVoid, com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree methodTree public java.lang.Void visitReturn (com.sun.source.doctree.ReturnTree, java.lang.Void) com.sun.source.doctree.ReturnTree returnTree Void unused public volatile synthetic java.lang.Object visitReturn (com.sun.source.doctree.ReturnTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InheritDoc$InheritDocChecker.class
InheritDoc.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.InheritDoc$InheritDocChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.javadoc.InheritDoc this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.InheritDoc, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitInheritDoc (com.sun.source.doctree.InheritDocTree, java.lang.Void) com.sun.source.doctree.InheritDocTree inheritDocTree Void unused public volatile synthetic java.lang.Object visitInheritDoc (com.sun.source.doctree.InheritDocTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InvalidLink.class
InvalidLink.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.InvalidLink extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final java.util.regex.Pattern EXTRACT_TARGET public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet parameters com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path private static synthetic java.lang.String lambda$matchMethod$0 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree v static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/InvalidBlockTag.class
InvalidBlockTag.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.InvalidBlockTag extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableSet CODE_TAGS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet parameters com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet parameters com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path private static synthetic java.lang.String lambda$matchMethod$0 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree v static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/EmptyBlockTag$EmptyBlockTagChecker.class
EmptyBlockTag.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.EmptyBlockTag$EmptyBlockTagChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.javadoc.EmptyBlockTag this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.EmptyBlockTag, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitParam (com.sun.source.doctree.ParamTree, java.lang.Void) com.sun.source.doctree.ParamTree paramTree Void unused public java.lang.Void visitReturn (com.sun.source.doctree.ReturnTree, java.lang.Void) com.sun.source.doctree.ReturnTree returnTree Void unused public java.lang.Void visitThrows (com.sun.source.doctree.ThrowsTree, java.lang.Void) com.sun.source.doctree.ThrowsTree throwsTree Void unused public java.lang.Void visitDeprecated (com.sun.source.doctree.DeprecatedTree, java.lang.Void) com.sun.source.doctree.DeprecatedTree deprecatedTree Void unused private void reportMatchIfEmpty (com.sun.source.doctree.BlockTagTree, java.util.List) com.sun.source.doctree.BlockTagTree blockTagTree java.util.List description public volatile synthetic java.lang.Object visitThrows (com.sun.source.doctree.ThrowsTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.doctree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitParam (com.sun.source.doctree.ParamTree, java.lang.Object) public volatile synthetic java.lang.Object visitDeprecated (com.sun.source.doctree.DeprecatedTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/UrlInSee.class
UrlInSee.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.UrlInSee extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path }
com/google/errorprone/bugpatterns/javadoc/InvalidLink$InvalidLinkChecker.class
InvalidLink.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.InvalidLink$InvalidLinkChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.sun.source.tree.Tree tree private final com.google.common.collect.ImmutableSet parameters final synthetic com.google.errorprone.bugpatterns.javadoc.InvalidLink this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.InvalidLink, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet) com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet parameters public java.lang.Void visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Void) com.sun.source.doctree.DocTree parent com.sun.tools.javac.tree.DCTree$DCDocComment comment int nextIndex com.sun.source.doctree.DocTree next java.util.regex.Matcher match String target String reference String fixedLink com.sun.tools.javac.tree.DCTree$DCDocComment docComment com.sun.tools.javac.tree.DCTree$DCText nextText int endPos com.google.errorprone.fixes.SuggestedFix fix com.sun.source.doctree.ErroneousTree erroneousTree Void unused String body public java.lang.Void visitLink (com.sun.source.doctree.LinkTree, java.lang.Void) String message String message int pos com.sun.source.doctree.LinkTree linkTree Void unused String reference javax.lang.model.element.Element element com.sun.tools.javac.util.Log log com.sun.tools.javac.util.Log$DeferredDiagnosticHandler deferredDiagnosticHandler private java.lang.String fixLink (java.lang.String, java.lang.String) String reference String label public volatile synthetic java.lang.Object visitLink (com.sun.source.doctree.LinkTree, java.lang.Object) public volatile synthetic java.lang.Object visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InheritDoc.class
InheritDoc.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.InheritDoc extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path }
com/google/errorprone/bugpatterns/javadoc/InvalidBlockTag$InvalidTagChecker.class
InvalidBlockTag.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.InvalidBlockTag$InvalidTagChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.google.common.collect.ImmutableSet validTags private final com.google.common.collect.ImmutableSet parameters private final java.util.Set fixedTags private int codeTagNestedDepth final synthetic com.google.errorprone.bugpatterns.javadoc.InvalidBlockTag this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.InvalidBlockTag, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet validTags com.google.common.collect.ImmutableSet parameters public java.lang.Void visitStartElement (com.sun.source.doctree.StartElementTree, java.lang.Void) com.sun.source.doctree.StartElementTree startElementTree Void unused public java.lang.Void visitEndElement (com.sun.source.doctree.EndElementTree, java.lang.Void) com.sun.source.doctree.EndElementTree endElementTree Void unused public java.lang.Void visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Void) com.sun.source.doctree.ErroneousTree erroneousTree Void unused com.sun.tools.javac.util.JCDiagnostic diagnostic com.google.errorprone.bugpatterns.javadoc.JavadocTag tag com.google.errorprone.fixes.SuggestedFix fix String message public java.lang.Void visitUnknownBlockTag (com.sun.source.doctree.UnknownBlockTagTree, java.lang.Void) String message int startPos String message int startPos String message com.sun.source.doctree.UnknownBlockTagTree unknownBlockTagTree Void unused String tagName com.google.errorprone.bugpatterns.javadoc.JavadocTag tag private boolean parentIsErroneousCodeTag () com.sun.source.doctree.DocTree parentDoc com.sun.tools.javac.tree.DCTree$DCDocComment dcDocComment private void reportUnknownTag (com.sun.source.doctree.DocTree, com.google.errorprone.bugpatterns.javadoc.JavadocTag) com.sun.source.doctree.DocTree docTree com.google.errorprone.bugpatterns.javadoc.JavadocTag tag java.util.Optional bestMatch int pos String message public java.lang.Void scan (com.sun.source.doctree.DocTree, java.lang.Void) com.sun.source.doctree.DocTree docTree Void unused com.google.errorprone.bugpatterns.javadoc.JavadocTag tag String message public volatile synthetic java.lang.Object scan (com.sun.source.doctree.DocTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnknownBlockTag (com.sun.source.doctree.UnknownBlockTagTree, java.lang.Object) public volatile synthetic java.lang.Object visitStartElement (com.sun.source.doctree.StartElementTree, java.lang.Object) public volatile synthetic java.lang.Object visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Object) public volatile synthetic java.lang.Object visitEndElement (com.sun.source.doctree.EndElementTree, java.lang.Object) private synthetic com.google.errorprone.matchers.Description lambda$reportUnknownTag$2 (java.lang.String, int, com.google.errorprone.bugpatterns.javadoc.JavadocTag, java.lang.String) String message int pos com.google.errorprone.bugpatterns.javadoc.JavadocTag tag String bm private static synthetic boolean lambda$reportUnknownTag$1 (com.google.errorprone.bugpatterns.javadoc.JavadocTag, com.google.errorprone.bugpatterns.javadoc.JavadocTag) com.google.errorprone.bugpatterns.javadoc.JavadocTag tag com.google.errorprone.bugpatterns.javadoc.JavadocTag t private static synthetic boolean lambda$parentIsErroneousCodeTag$0 (com.sun.source.doctree.DocTree) com.sun.source.doctree.DocTree dc }
com/google/errorprone/bugpatterns/javadoc/InvalidInlineTag.class
InvalidInlineTag.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final java.util.regex.Pattern PARAM_MATCHER private static final java.util.regex.Pattern ANCHORED_PARAM_MATCHER private static final com.google.common.base.Splitter DOT_SPLITTER public void <init> () private void scanTags (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context, com.google.common.collect.ImmutableSet, com.sun.source.util.DocTreePath) com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context context com.google.common.collect.ImmutableSet parameters com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet parameters com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet parameters com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path static java.lang.String getMessageForInvalidTag (java.lang.String) String paramName private static synthetic java.lang.String lambda$matchMethod$0 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree v static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/AlmostJavadoc.class
AlmostJavadoc.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.AlmostJavadoc extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final java.util.regex.Pattern HAS_TAG public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.tools.javac.parser.Tokens$Comment comment com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap javadocableTrees private static java.util.Optional generateFix (com.sun.tools.javac.parser.Tokens$Comment) int pos char c int endReplacement com.sun.tools.javac.parser.Tokens$Comment comment String text private com.google.common.collect.ImmutableMap getJavadocableTrees (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map javadoccablePositions private synthetic void lambda$matchCompilationUnit$0 (com.google.errorprone.VisitorState, com.google.common.collect.ImmutableMap, com.google.errorprone.util.ErrorProneToken, com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap javadocableTrees com.google.errorprone.util.ErrorProneToken token com.google.errorprone.fixes.SuggestedFix fix static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/InvalidParam$ParamsChecker.class
InvalidParam.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.InvalidParam$ParamsChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.google.common.collect.ImmutableSet documentedParameters private final com.google.common.collect.ImmutableSet documentedTypeParameters private final com.google.common.collect.ImmutableSet parameters private final com.google.common.collect.ImmutableSet typeParameters final synthetic com.google.errorprone.bugpatterns.javadoc.InvalidParam this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.InvalidParam, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet) com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet parameters com.google.common.collect.ImmutableSet typeParameters com.sun.tools.javac.tree.DCTree$DCDocComment dcDocComment public java.lang.Void visitParam (com.sun.source.doctree.ParamTree, java.lang.Void) com.google.common.collect.ImmutableSet documentedParamNames java.util.Set undocumentedParameters java.util.Optional bestMatch String message com.sun.source.doctree.ParamTree paramTree Void unused com.google.common.collect.ImmutableSet paramNames public java.lang.Void visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Void) int distance String parameter String message com.sun.source.doctree.LiteralTree node Void unused String body String bestMatch int minDistance public volatile synthetic java.lang.Object visitParam (com.sun.source.doctree.ParamTree, java.lang.Object) public volatile synthetic java.lang.Object visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Object) private synthetic com.google.errorprone.matchers.Description lambda$visitParam$0 (java.lang.String, com.sun.source.doctree.ParamTree, java.lang.String) String message com.sun.source.doctree.ParamTree paramTree String bm }
com/google/errorprone/bugpatterns/javadoc/AutoValue_JavadocTag.class
AutoValue_JavadocTag.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.AutoValue_JavadocTag extends com.google.errorprone.bugpatterns.javadoc.JavadocTag { private final String name private final com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType type void <init> (java.lang.String, com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType) String name com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType type java.lang.String name () com.google.errorprone.bugpatterns.javadoc.JavadocTag$TagType type () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.javadoc.JavadocTag that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/javadoc/InheritDoc$InheritDocChecker$1.class
InheritDoc.java package com.google.errorprone.bugpatterns.javadoc com.google.errorprone.bugpatterns.javadoc.InheritDoc$InheritDocChecker$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.bugpatterns.javadoc.InheritDoc$InheritDocChecker this$1 void <init> (com.google.errorprone.bugpatterns.javadoc.InheritDoc$InheritDocChecker) com.google.errorprone.bugpatterns.javadoc.InheritDoc$InheritDocChecker this$1 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InvalidThrowsLink$ThrowsChecker.class
InvalidThrowsLink.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.InvalidThrowsLink$ThrowsChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.javadoc.InvalidThrowsLink this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.InvalidThrowsLink, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Void) int beforeAt int startOfCurly com.google.errorprone.fixes.SuggestedFix fix com.sun.source.doctree.ErroneousTree node Void unused java.util.regex.Matcher matcher com.sun.tools.javac.parser.Tokens$Comment comment public volatile synthetic java.lang.Object visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InvalidInlineTag$InvalidTagChecker.class
InvalidInlineTag.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$InvalidTagChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.google.common.collect.ImmutableSet parameters private final com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context context private final java.util.Set fixedTags final synthetic com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context, com.google.common.collect.ImmutableSet) com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag this$0 com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.javadoc.InvalidInlineTag$Context context com.google.common.collect.ImmutableSet parameters public java.lang.Void visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Void) String message String parameterName com.sun.source.doctree.ErroneousTree erroneousTree Void unused java.util.regex.Matcher matcher public java.lang.Void visitText (com.sun.source.doctree.TextTree, java.lang.Void) com.sun.source.doctree.TextTree node Void unused private void handleMalformedTags (com.sun.source.doctree.TextTree) int beforeAt int startOfCurly com.google.errorprone.fixes.SuggestedFix fix com.sun.source.doctree.TextTree node String body java.util.regex.Matcher matcher com.sun.tools.javac.parser.Tokens$Comment comment private void handleIncorrectParens (com.sun.source.doctree.TextTree) int beforeAt com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.Optional found com.sun.source.doctree.TextTree node String body java.util.regex.Matcher matcher com.sun.tools.javac.parser.Tokens$Comment comment private java.util.Optional findClosingBrace (java.lang.String, int) char c int pos String body int startPos int parenDepth private void handleDanglingParams (com.sun.source.doctree.TextTree) int startPos int endPos String paramName com.google.errorprone.fixes.SuggestedFix fix com.sun.source.doctree.TextTree node java.util.regex.Matcher matcher com.sun.tools.javac.parser.Tokens$Comment comment public java.lang.Void visitUnknownInlineTag (com.sun.source.doctree.UnknownInlineTagTree, java.lang.Void) String message String parameterName int startPos int endPos CharSequence text java.util.regex.Matcher matcher String message int startPos String message com.sun.source.doctree.UnknownInlineTagTree unknownInlineTagTree Void unused String name private boolean isProbablyType (java.lang.String) String name com.sun.tools.javac.code.Symbol typeSymbol private void reportUnknownTag (com.sun.source.doctree.DocTree, com.google.errorprone.bugpatterns.javadoc.JavadocTag) com.sun.source.doctree.DocTree docTree com.google.errorprone.bugpatterns.javadoc.JavadocTag tag java.util.Optional bestMatch int pos String message public java.lang.Void scan (com.sun.source.doctree.DocTree, java.lang.Void) com.sun.source.doctree.DocTree docTree Void unused com.google.errorprone.bugpatterns.javadoc.JavadocTag tag String message public volatile synthetic java.lang.Object scan (com.sun.source.doctree.DocTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnknownInlineTag (com.sun.source.doctree.UnknownInlineTagTree, java.lang.Object) public volatile synthetic java.lang.Object visitText (com.sun.source.doctree.TextTree, java.lang.Object) public volatile synthetic java.lang.Object visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Object) private synthetic com.google.errorprone.matchers.Description lambda$reportUnknownTag$3 (java.lang.String, int, com.google.errorprone.bugpatterns.javadoc.JavadocTag, java.lang.String) String message int pos com.google.errorprone.bugpatterns.javadoc.JavadocTag tag String bm private static synthetic boolean lambda$reportUnknownTag$2 (com.google.errorprone.bugpatterns.javadoc.JavadocTag, com.google.errorprone.bugpatterns.javadoc.JavadocTag) com.google.errorprone.bugpatterns.javadoc.JavadocTag tag com.google.errorprone.bugpatterns.javadoc.JavadocTag t private static synthetic boolean lambda$isProbablyType$1 (int) int c private static synthetic void lambda$handleIncorrectParens$0 (com.sun.tools.javac.parser.Tokens$Comment, com.sun.source.doctree.TextTree, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.Integer) com.sun.tools.javac.parser.Tokens$Comment comment com.sun.source.doctree.TextTree node com.google.errorprone.fixes.SuggestedFix$Builder fix Integer pos int closing }
com/google/errorprone/bugpatterns/javadoc/EscapedEntity$Scanner.class
EscapedEntity.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.EscapedEntity$Scanner extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.javadoc.EscapedEntity this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.EscapedEntity, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Void) com.sun.source.doctree.LiteralTree node Void unused java.util.regex.Matcher matcher public volatile synthetic java.lang.Object visitLiteral (com.sun.source.doctree.LiteralTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/NotJavadoc$1.class
NotJavadoc.java package com.google.errorprone.bugpatterns.javadoc com.google.errorprone.bugpatterns.javadoc.NotJavadoc$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Map val$javadoccablePositions final synthetic com.google.errorprone.bugpatterns.javadoc.NotJavadoc this$0 void <init> (com.google.errorprone.bugpatterns.javadoc.NotJavadoc, com.google.errorprone.VisitorState, java.util.Map) com.google.errorprone.bugpatterns.javadoc.NotJavadoc this$0 com.google.errorprone.VisitorState state public java.lang.Void visitPackage (com.sun.source.tree.PackageTree, java.lang.Void) com.sun.source.tree.PackageTree packageTree Void unused public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.ClassTree classBody com.sun.source.tree.VariableTree variableTree Void unused javax.lang.model.element.ElementKind kind public java.lang.Void visitModule (com.sun.source.tree.ModuleTree, java.lang.Void) com.sun.source.tree.ModuleTree moduleTree Void unused public volatile synthetic java.lang.Object visitModule (com.sun.source.tree.ModuleTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitPackage (com.sun.source.tree.PackageTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/UnescapedEntity$EntityChecker.class
UnescapedEntity.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.UnescapedEntity$EntityChecker extends com.sun.source.util.DocTreePathScanner { private final com.google.errorprone.VisitorState state private final com.google.common.collect.RangeSet generics private final com.google.common.collect.RangeSet preTags private final com.google.common.collect.RangeSet emittedFixes final synthetic com.google.errorprone.bugpatterns.javadoc.UnescapedEntity this$0 private void <init> (com.google.errorprone.bugpatterns.javadoc.UnescapedEntity, com.google.errorprone.VisitorState, com.google.common.collect.RangeSet, com.google.common.collect.RangeSet, com.google.common.collect.RangeSet) com.google.errorprone.VisitorState state com.google.common.collect.RangeSet generics com.google.common.collect.RangeSet preTags com.google.common.collect.RangeSet emittedFixes public java.lang.Void visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Void) com.sun.source.doctree.ErroneousTree erroneousTree Void unused private java.util.Optional generateFix (java.lang.String) String replacement int startPosition com.google.common.collect.Range containingPre com.google.errorprone.fixes.SuggestedFix fix private com.google.errorprone.matchers.Description replacementFix (java.lang.String) String replacement public volatile synthetic java.lang.Object visitErroneous (com.sun.source.doctree.ErroneousTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InvalidThrowsLink.class
InvalidThrowsLink.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.InvalidThrowsLink extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final java.util.regex.Pattern THROWS_LINK public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/EscapedEntity.class
EscapedEntity.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.EscapedEntity extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final java.util.regex.Pattern HTML_ENTITY public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (com.sun.source.util.DocTreePath, com.google.errorprone.VisitorState) com.sun.source.util.DocTreePath path com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/Utils.class
Utils.java package com.google.errorprone.bugpatterns.javadoc final com.google.errorprone.bugpatterns.javadoc.Utils extends java.lang.Object { static java.util.Optional getBestMatch (java.lang.String, int, java.lang.Iterable) int distance String choice String to int maxEditDistance Iterable choices String bestMatch int minDistance static com.sun.tools.javac.tree.DCTree$DCDocComment getDocComment (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree static com.google.errorprone.fixes.SuggestedFix replace (com.sun.source.doctree.DocTree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.doctree.DocTree docTree String replacement com.google.errorprone.VisitorState state com.sun.source.util.DocSourcePositions positions com.sun.source.tree.CompilationUnitTree compilationUnitTree int startPos int endPos static int getStartPosition (com.sun.source.doctree.DocTree, com.google.errorprone.VisitorState) com.sun.source.doctree.DocTree docTree com.google.errorprone.VisitorState state com.sun.source.util.DocSourcePositions positions com.sun.source.tree.CompilationUnitTree compilationUnitTree static int getEndPosition (com.sun.source.doctree.DocTree, com.google.errorprone.VisitorState) com.sun.source.doctree.DocTree docTree com.google.errorprone.VisitorState state com.sun.source.util.DocSourcePositions positions com.sun.source.tree.CompilationUnitTree compilationUnitTree static com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition diagnosticPosition (com.sun.source.util.DocTreePath, com.google.errorprone.VisitorState) com.sun.source.util.DocTreePath path com.google.errorprone.VisitorState state int startPosition com.sun.source.tree.Tree tree static com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition getDiagnosticPosition (int, com.sun.source.tree.Tree) int startPosition com.sun.source.tree.Tree tree static com.sun.source.util.DocTreePath getDocTreePath (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.doctree.DocCommentTree docCommentTree private static com.sun.source.doctree.DocCommentTree getDocCommentTree (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private void <init> () }
com/google/errorprone/bugpatterns/javadoc/UnescapedEntity.class
UnescapedEntity.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.UnescapedEntity extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableSet PRE_TAGS private static final String TYPE private static final String TYPE_PARAMETERS private static final java.util.regex.Pattern GENERIC_PATTERN private static final java.util.regex.Pattern SHOULD_NOT_WRAP public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (com.sun.source.util.DocTreePath, com.google.errorprone.VisitorState) com.sun.source.util.DocTreePath path com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.javadoc.UnescapedEntity$RangesFinder rangesFinder com.sun.tools.javac.parser.Tokens$Comment comment java.util.regex.Matcher matcher com.google.common.collect.RangeSet generics com.google.common.collect.RangeSet emittedFixes private com.google.common.collect.RangeSet fixGenerics (com.google.common.collect.RangeSet, com.google.common.collect.RangeSet, com.google.common.collect.RangeSet, com.google.errorprone.VisitorState) com.google.common.collect.Range regionToWrap com.google.common.collect.Range range com.google.common.collect.RangeSet generics com.google.common.collect.RangeSet preTags com.google.common.collect.RangeSet dontEmitCodeFix com.google.errorprone.VisitorState state com.google.common.collect.RangeSet emittedFixes private static com.google.errorprone.fixes.SuggestedFix wrapInCodeTag (com.google.common.collect.Range) com.google.common.collect.Range containingPre static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/AlmostJavadoc$1.class
AlmostJavadoc.java package com.google.errorprone.bugpatterns.javadoc com.google.errorprone.bugpatterns.javadoc.AlmostJavadoc$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Map val$javadoccablePositions final synthetic com.google.errorprone.bugpatterns.javadoc.AlmostJavadoc this$0 void <init> (com.google.errorprone.bugpatterns.javadoc.AlmostJavadoc, com.google.errorprone.VisitorState, java.util.Map) com.google.errorprone.bugpatterns.javadoc.AlmostJavadoc this$0 com.google.errorprone.VisitorState state public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.ClassTree classBody com.sun.source.tree.VariableTree variableTree Void unused javax.lang.model.element.ElementKind kind private boolean shouldMatch () private int startPos (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/javadoc/InvalidParam.class
InvalidParam.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.InvalidParam extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final java.util.regex.Pattern POSSIBLE_PARAMETER private static final com.google.common.collect.ImmutableSet EXCLUSIONS private static final double LIKELY_PARAMETER_THRESHOLD public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet parameters com.google.common.collect.ImmutableSet typeParameters com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet parameters com.google.common.collect.ImmutableSet typeParameters com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.util.DocTreePath path private static com.sun.source.tree.MethodTree getCanonicalRecordConstructor (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree classTree private static com.google.common.collect.ImmutableSet extractDocumentedParams (com.sun.tools.javac.tree.DCTree$DCDocComment, boolean) com.sun.source.doctree.ParamTree paramTree com.sun.source.doctree.DocTree docTree com.sun.tools.javac.tree.DCTree$DCDocComment docCommentTree boolean isTypeParameter com.google.common.collect.ImmutableSet$Builder parameters private static synthetic boolean lambda$getCanonicalRecordConstructor$4 (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree private static synthetic java.lang.String lambda$matchMethod$3 (com.sun.source.tree.TypeParameterTree) com.sun.source.tree.TypeParameterTree t private static synthetic java.lang.String lambda$matchMethod$2 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree v private static synthetic java.lang.String lambda$matchClass$1 (com.sun.source.tree.TypeParameterTree) com.sun.source.tree.TypeParameterTree t private static synthetic java.lang.String lambda$matchClass$0 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree p static void <clinit> () }
com/google/errorprone/bugpatterns/javadoc/NotJavadoc.class
NotJavadoc.java package com.google.errorprone.bugpatterns.javadoc public final com.google.errorprone.bugpatterns.javadoc.NotJavadoc extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) int endPos com.sun.tools.javac.parser.Tokens$Comment comment com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap javadocableTrees private com.google.common.collect.ImmutableMap getJavadoccableTrees (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map javadoccablePositions }
com/google/errorprone/bugpatterns/UnnecessaryTestMethodPrefix$1.class
UnnecessaryTestMethodPrefix.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryTestMethodPrefix$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fixBuilder final synthetic java.util.HashSet val$sites final synthetic com.google.errorprone.bugpatterns.UnnecessaryTestMethodPrefix this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessaryTestMethodPrefix, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, java.util.HashSet) com.google.errorprone.bugpatterns.UnnecessaryTestMethodPrefix this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused String name String newName public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/SuppressWarningsDeprecated.class
SuppressWarningsDeprecated.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SuppressWarningsDeprecated extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher matcher public void <init> () public final com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state javax.lang.model.element.AnnotationMirror mirror java.util.List values private static synthetic java.lang.String lambda$matchAnnotation$0 (java.lang.String) String v static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_ThrowSpecificExceptions_AbstractLikeException.class
AutoValue_ThrowSpecificExceptions_AbstractLikeException.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ThrowSpecificExceptions_AbstractLikeException extends com.google.errorprone.bugpatterns.ThrowSpecificExceptions$AbstractLikeException { private final com.google.errorprone.matchers.Matcher matcher private final String replacement void <init> (com.google.errorprone.matchers.Matcher, java.lang.String) com.google.errorprone.matchers.Matcher matcher String replacement com.google.errorprone.matchers.Matcher matcher () java.lang.String replacement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ThrowSpecificExceptions$AbstractLikeException that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/ForEachIterable.class
ForEachIterable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ForEachIterable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher HAS_NEXT private static final com.google.errorprone.matchers.Matcher NEXT private static final com.google.errorprone.matchers.Matcher ITERATOR public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent private com.google.errorprone.matchers.Description matchFor (com.sun.source.tree.VariableTree, com.sun.source.tree.ForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.sun.source.tree.ForLoopTree forTree com.google.errorprone.VisitorState state java.util.List initializer private com.google.errorprone.matchers.Description matchWhile (com.sun.source.tree.VariableTree, com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) int i com.sun.source.tree.VariableTree tree com.sun.source.tree.BlockTree blockTree com.google.errorprone.VisitorState state java.util.List statements int nextIdx com.sun.source.tree.StatementTree next com.sun.tools.javac.code.Symbol$VarSymbol iterator com.sun.source.tree.WhileLoopTree whileLoop private com.google.errorprone.matchers.Description match (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, int, com.sun.source.tree.ExpressionTree, com.sun.source.tree.StatementTree) String replacement com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state int startPosition com.sun.source.tree.ExpressionTree condition com.sun.source.tree.StatementTree body com.sun.tools.javac.code.Symbol$VarSymbol iterator com.google.common.collect.ImmutableList uses com.sun.tools.javac.code.Type iteratorType com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.VariableTree existingVariable String replacement com.sun.tools.javac.code.Type elementType com.sun.source.tree.Tree iterableExprNode String iterableExpr private com.google.common.collect.ImmutableList findUses (com.google.errorprone.VisitorState, com.sun.source.tree.StatementTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.source.tree.StatementTree body com.sun.tools.javac.code.Symbol$VarSymbol iterator com.google.common.collect.ImmutableList$Builder uses private static com.sun.source.tree.VariableTree existingVariable (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.sun.source.tree.StatementTree body com.google.errorprone.VisitorState state java.util.List statements com.sun.source.tree.StatementTree first com.sun.source.tree.VariableTree variableTree private static boolean isNext (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.source.util.TreePath) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath p com.sun.source.tree.Tree parentTree com.sun.source.tree.ExpressionTree parent private static boolean isHasNext (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol iterator com.sun.source.tree.ExpressionTree condition com.google.errorprone.VisitorState state private static synthetic void lambda$match$1 (com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.sun.source.util.TreePath) com.google.errorprone.fixes.SuggestedFix$Builder fix String replacement com.sun.source.util.TreePath p com.sun.source.util.TreePath path private static synthetic boolean lambda$match$0 (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.source.util.TreePath) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath p static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryLambda$2.class
UnnecessaryLambda.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryLambda$2 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$name final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.UnnecessaryLambda this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessaryLambda, com.sun.tools.javac.code.Symbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.UnnecessaryLambda this$0 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree node Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/PreferredInterfaceType$BetterTypes.class
PreferredInterfaceType.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes extends java.lang.Object { void <init> () abstract com.google.errorprone.predicates.TypePredicate predicate () abstract com.google.common.collect.ImmutableSet betterTypes () private static transient com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes of (com.google.errorprone.predicates.TypePredicate, java.lang.String[]) com.google.errorprone.predicates.TypePredicate predicate String[] betterTypes }
com/google/errorprone/bugpatterns/MethodCanBeStatic$2.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MethodCanBeStatic$2 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$builder final synthetic com.google.errorprone.bugpatterns.MethodCanBeStatic this$0 void <init> (com.google.errorprone.bugpatterns.MethodCanBeStatic, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.bugpatterns.MethodCanBeStatic this$0 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public java.lang.Void visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree tree Void unused private void fixQualifier (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.Tree tree com.sun.source.tree.ExpressionTree qualifierExpression public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/RemoveUnusedImports$1.class
RemoveUnusedImports.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.RemoveUnusedImports$1 extends java.lang.Object implements com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink { final synthetic java.util.LinkedHashSet val$unusedImports final synthetic com.google.common.collect.ImmutableSetMultimap val$importedSymbols final synthetic com.google.errorprone.bugpatterns.RemoveUnusedImports this$0 void <init> (com.google.errorprone.bugpatterns.RemoveUnusedImports, java.util.LinkedHashSet, com.google.common.collect.ImmutableSetMultimap) com.google.errorprone.bugpatterns.RemoveUnusedImports this$0 public boolean keepScanning () public void accept (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/AssertThrowsMultipleStatements.class
AssertThrowsMultipleStatements.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AssertThrowsMultipleStatements extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg com.sun.source.tree.Tree body java.util.List statements com.sun.source.tree.StatementTree last int startPosition int endPosition com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsUnsafeCast$1.class
EqualsUnsafeCast.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.EqualsUnsafeCast$1 extends com.sun.source.util.TreePathScanner { private boolean methodInvoked private final java.util.List checkedTypes final synthetic com.sun.tools.javac.code.Symbol val$parameter final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.EqualsUnsafeCast this$0 void <init> (com.google.errorprone.bugpatterns.EqualsUnsafeCast, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.EqualsUnsafeCast this$0 public java.lang.Void visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Void) com.sun.source.tree.InstanceOfTree node Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public java.lang.Void visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.StatementTree enclosingStatement com.sun.source.tree.TypeCastTree node Void unused com.sun.source.tree.ExpressionTree expression public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) private static synthetic boolean lambda$visitTypeCast$0 (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.source.tree.TypeCastTree node com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$ProblemUsage$2.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage$2 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage { private void <init> (java.lang.String, int) com.google.errorprone.fixes.SuggestedFix fix (com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer fixer com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$fix$0 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state String r com.sun.source.tree.MethodInvocationTree receiver }
com/google/errorprone/bugpatterns/NCopiesOfChar.class
NCopiesOfChar.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NCopiesOfChar extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments com.sun.tools.javac.code.Symtab syms com.sun.tools.javac.code.Types types static void <clinit> () }
com/google/errorprone/bugpatterns/FloatingPointLiteralPrecision$1.class
FloatingPointLiteralPrecision.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.FloatingPointLiteralPrecision$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/DuplicateMapKeys.class
DuplicateMapKeys.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DuplicateMapKeys extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher METHOD_MATCHER private static final com.google.errorprone.matchers.Matcher ENTRY_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree entryInvocation Object key com.sun.source.tree.ExpressionTree expr com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.Set keySet static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryLambda$1Scanner.class
UnnecessaryLambda.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryLambda$1Scanner extends com.sun.source.util.TreePathScanner { boolean fixable boolean inInitializer final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic com.sun.tools.javac.code.Symbol val$descriptor final synthetic com.google.errorprone.bugpatterns.UnnecessaryLambda this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessaryLambda, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol) com.google.errorprone.bugpatterns.UnnecessaryLambda this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree node Void unused boolean wasInInitializer public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree node Void unused private void check (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree node com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/NonRuntimeAnnotation.class
NonRuntimeAnnotation.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NonRuntimeAnnotation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type classType com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Attribute$RetentionPolicy retention static void <clinit> () }
com/google/errorprone/bugpatterns/ImmutableMemberCollection$ReplaceableType.class
ImmutableMemberCollection.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType extends java.lang.Object { void <init> () abstract java.lang.Class interfaceType () abstract java.lang.Class immutableType () static com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType create (java.lang.Class, java.lang.Class) Class interfaceType Class immutableType }
com/google/errorprone/bugpatterns/UnnecessarilyFullyQualified$1$1.class
UnnecessarilyFullyQualified.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified$1$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic java.util.concurrent.atomic.AtomicBoolean val$isFullyQualified final synthetic com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified$1 this$1 void <init> (com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified$1, java.util.concurrent.atomic.AtomicBoolean) com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified$1 this$1 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void aVoid public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/XorPower.class
XorPower.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.XorPower extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state Integer lhs Integer rhs com.google.errorprone.matchers.Description$Builder description }
com/google/errorprone/bugpatterns/DoNotCallChecker$1.class
DoNotCallChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DoNotCallChecker$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.ImmutableListMultimap val$assignedTypes final synthetic com.google.errorprone.bugpatterns.DoNotCallChecker this$0 void <init> (com.google.errorprone.bugpatterns.DoNotCallChecker, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableListMultimap) com.google.errorprone.bugpatterns.DoNotCallChecker this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree tree Void unused private void handleTree (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol) java.util.Map$Entry matcher com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol private void checkTree (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state private void handleDoNotCall (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state String doNotCall StringBuilder message private java.util.Optional mustNotCall (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol receiverSymbol com.google.common.collect.ImmutableList assigned com.sun.tools.javac.code.Types types public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) private static synthetic java.util.stream.Stream lambda$mustNotCall$4 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type typeSeen private static synthetic boolean lambda$mustNotCall$3 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type typeSeen com.sun.tools.javac.code.Symbol symbol private static synthetic java.util.stream.Stream lambda$mustNotCall$2 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Type t private static synthetic boolean lambda$mustNotCall$1 (com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.common.collect.ImmutableList assigned com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private synthetic void lambda$checkTree$0 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/DoNotUseRuleChain.class
DoNotUseRuleChain.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DoNotUseRuleChain extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final String TEST_RULE_VAR_PREFIX private static final String JUNIT_RULE_CHAIN_IMPORT_PATH private static final String JUNIT_CLASS_RULE_IMPORT_PATH private static final String JUNIT_RULE_IMPORT_PATH private static final com.google.errorprone.matchers.Matcher RULE_CHAIN_METHOD_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol symbol private static boolean isRuleChainExpression (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression private static boolean isClassWithSingleRule (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state java.util.Optional classTree private static java.util.Optional getClassTree (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static boolean isChainedRuleChain (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.SuggestedFix refactor (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expression int i com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.common.collect.ImmutableList expressions String replacement private static com.google.common.collect.ImmutableList getOrderedExpressions (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree ex com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList$Builder expressions private static com.sun.source.tree.ExpressionTree getArgumentExpression (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree ex com.sun.source.tree.MethodInvocationTree methodInvocation private static void addImportIfNecessary (com.sun.source.tree.ExpressionTree, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.source.tree.ExpressionTree expression com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type originalType private static java.lang.String extractRuleFromExpression (com.sun.source.tree.ExpressionTree, int, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expression int order com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state String className private static java.lang.String className (com.sun.source.tree.ExpressionTree) String argumentString com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Type originalType java.util.List arguments String className private static java.lang.String annotationName (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private static java.lang.String classToVariableName (java.lang.String) String className private static synthetic java.lang.String lambda$className$3 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type t private static synthetic boolean lambda$isChainedRuleChain$2 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree ex private static synthetic boolean lambda$getClassTree$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree parent private static synthetic boolean lambda$isClassWithSingleRule$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree static void <clinit> () }
com/google/errorprone/bugpatterns/package-info.class
package-info.java package com.google.errorprone.bugpatterns abstract synthetic com.google.errorprone.bugpatterns.package-info extends java.lang.Object { }
com/google/errorprone/bugpatterns/ShortCircuitBoolean$1.class
ShortCircuitBoolean.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ShortCircuitBoolean$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/AlreadyChecked$IfScanner.class
AlreadyChecked.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AlreadyChecked$IfScanner extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { private final java.util.Deque enclosingMethod private final java.util.Deque truthsInMethod private final java.util.Deque falsehoodsInMethod private final com.google.common.collect.Multiset truths private final com.google.common.collect.Multiset falsehoods private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.AlreadyChecked this$0 private void <init> (com.google.errorprone.bugpatterns.AlreadyChecked, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void unused com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness truthiness public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree tree Void unused public java.lang.Void visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree tree Void unused private void handleMethodExitingStatement () com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness truthiness com.sun.source.util.TreePath ifPath com.sun.source.tree.Tree previous com.sun.source.util.TreePath methodPath com.sun.source.tree.IfTree ifTree boolean then private com.sun.source.util.TreePath escapeBlock (com.sun.source.util.TreePath) com.sun.source.util.TreePath path public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree tree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused private void withinMethod (java.lang.Runnable) Runnable runnable private void withinScope (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness, com.sun.source.tree.Tree) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness truthiness com.sun.source.tree.Tree tree public java.lang.Void visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void unused com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness truthiness public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) private synthetic void lambda$scan$2 (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression e private synthetic void lambda$visitMethod$1 (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree private synthetic void lambda$visitLambdaExpression$0 (com.sun.source.tree.LambdaExpressionTree) com.sun.source.tree.LambdaExpressionTree tree }
com/google/errorprone/bugpatterns/ComparisonContractViolated$3.class
ComparisonContractViolated.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ComparisonContractViolated$3 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.TreeVisitor val$visitReturnExpression final synthetic com.google.errorprone.bugpatterns.ComparisonContractViolated this$0 void <init> (com.google.errorprone.bugpatterns.ComparisonContractViolated, com.sun.source.tree.TreeVisitor) com.google.errorprone.bugpatterns.ComparisonContractViolated this$0 public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree node com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) }
com/google/errorprone/bugpatterns/NonApiType$ApiElementType.class
NonApiType.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.NonApiType$ApiElementType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.NonApiType$ApiElementType PARAMETER public static final enum com.google.errorprone.bugpatterns.NonApiType$ApiElementType RETURN_TYPE public static final enum com.google.errorprone.bugpatterns.NonApiType$ApiElementType ANY private static final synthetic com.google.errorprone.bugpatterns.NonApiType$ApiElementType[] $VALUES public static com.google.errorprone.bugpatterns.NonApiType$ApiElementType[] values () public static com.google.errorprone.bugpatterns.NonApiType$ApiElementType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.NonApiType$ApiElementType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/MissingOverride.class
MissingOverride.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MissingOverride extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private final boolean ignoreInterfaceOverrides void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym private synthetic com.google.errorprone.matchers.Description lambda$matchMethod$2 (com.sun.source.tree.MethodTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.MethodTree tree com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Symbol$MethodSymbol override private static synthetic boolean lambda$matchMethod$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol override private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol unused }
com/google/errorprone/bugpatterns/CanBeStaticAnalyzer$CanBeStaticResult.class
CanBeStaticAnalyzer.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$CanBeStaticResult extends java.lang.Object { public void <init> () public abstract boolean canPossiblyBeStatic () public abstract com.google.common.collect.ImmutableSet methodsReferenced () public static com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$CanBeStaticResult of (boolean, java.util.Set) boolean canPossiblyBeStatic java.util.Set methodsReferenced }
com/google/errorprone/bugpatterns/TypeParameterNaming$TypeParameterNamingClassification.class
TypeParameterNaming.java package com.google.errorprone.bugpatterns public final enum com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification LETTER_WITH_MAYBE_NUMERAL public static final enum com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification CLASS_NAME_WITH_T public static final enum com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification NON_CLASS_NAME_WITH_T_SUFFIX public static final enum com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification UNCLASSIFIED private final boolean isValidName private static final synthetic com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification[] $VALUES public static com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification[] values () public static com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification valueOf (java.lang.String) String name private void <init> (java.lang.String, int, boolean) boolean isValidName public static com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification classify (java.lang.String) String name com.google.common.collect.ImmutableList tokens String reassembled public boolean isValidName () private static synthetic java.lang.String lambda$classify$0 (java.lang.String) String x$0 private static synthetic com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/PrivateSecurityContractProtoAccess.class
PrivateSecurityContractProtoAccess.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.PrivateSecurityContractProtoAccess extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final java.util.regex.Pattern PRIVATE_DO_NOT_ACCESS_OR_ELSE private static final com.google.errorprone.matchers.Matcher SAFEHTML_PRIVATE_FIELD_ACCESS private static final String MESSAGE private static final String SAFEHTML_LINK public void <init> () private static com.google.errorprone.matchers.Matcher createFieldMatcher (java.lang.String) String className String builderName private com.google.errorprone.matchers.Description buildErrorMessage (com.sun.source.tree.MethodInvocationTree, java.lang.String) com.sun.source.tree.MethodInvocationTree tree String link com.google.errorprone.matchers.Description$Builder description String message public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ParameterComment.class
ParameterComment.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ParameterComment extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description matchNewClassOrMethodInvocation (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.common.collect.ImmutableList, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableList arguments com.sun.source.tree.Tree tree com.google.errorprone.fixes.SuggestedFix$Builder fix private static boolean matchingParamComment (com.sun.tools.javac.parser.Tokens$Comment, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.parser.Tokens$Comment c com.sun.tools.javac.code.Symbol$VarSymbol param private static void fixParamComment (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.util.Commented, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.parser.Tokens$Comment) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.util.Commented commented com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.tools.javac.parser.Tokens$Comment c private static synthetic void lambda$matchNewClassOrMethodInvocation$4 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.util.Commented, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.util.Commented commented com.sun.tools.javac.code.Symbol$VarSymbol param com.google.common.collect.ImmutableList comments private static synthetic void lambda$matchNewClassOrMethodInvocation$3 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.util.Commented, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.parser.Tokens$Comment) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.util.Commented commented com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.tools.javac.parser.Tokens$Comment c private static synthetic boolean lambda$matchNewClassOrMethodInvocation$2 (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.tools.javac.parser.Tokens$Comment c private static synthetic boolean lambda$matchNewClassOrMethodInvocation$1 (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.tools.javac.parser.Tokens$Comment c private static synthetic com.sun.tools.javac.code.Symbol$VarSymbol lambda$matchNewClassOrMethodInvocation$0 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol x }
com/google/errorprone/bugpatterns/AnnotationPosition$1.class
AnnotationPosition.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.AnnotationPosition$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$code$TypeAnnotations$AnnotationType static void <clinit> () }
com/google/errorprone/bugpatterns/TypeParameterNaming$1.class
TypeParameterNaming.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.TypeParameterNaming$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/ArrayEquals.class
ArrayEquals.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ArrayEquals extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher instanceEqualsMatcher private static final com.google.errorprone.matchers.Matcher staticEqualsMatcher public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String arg1 String arg2 String arg1 String arg2 com.sun.source.tree.MethodInvocationTree t com.google.errorprone.VisitorState state String arg1 String arg2 com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/WrongOneof$1.class
WrongOneof.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.WrongOneof$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression val$receiverSymbolChain final synthetic java.util.Set val$allowableGetters final synthetic java.util.Set val$getters final synthetic com.google.errorprone.bugpatterns.WrongOneof this$0 void <init> (com.google.errorprone.bugpatterns.WrongOneof, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression, java.util.Set, java.util.Set) com.google.errorprone.bugpatterns.WrongOneof this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodInvocationTree Void unused com.sun.source.tree.ExpressionTree receiver String methodName public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/InjectOnBugCheckers.class
InjectOnBugCheckers.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.InjectOnBugCheckers extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.fixes.SuggestedFix$Builder fix private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree p }
com/google/errorprone/bugpatterns/DoNotClaimAnnotations.class
DoNotClaimAnnotations.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DoNotClaimAnnotations extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.suppliers.Supplier PROCESS_NAME private static final com.google.errorprone.suppliers.Supplier PARAMETER_TYPES private static final com.google.errorprone.suppliers.Supplier PROCESSOR_SYMBOL public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree returnTree com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym java.util.List returns com.google.errorprone.fixes.SuggestedFix$Builder fix private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$matchMethod$2 (java.lang.Boolean) Boolean x private static synthetic java.lang.Boolean lambda$matchMethod$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol p com.sun.tools.javac.code.Type t private static synthetic com.sun.tools.javac.code.Symbol lambda$static$c6b74eda$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s private static synthetic com.google.common.collect.ImmutableList lambda$static$8f65ec38$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$0 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type x private static synthetic javax.lang.model.element.Name lambda$static$56f41a24$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/JUnit4TestNotRun$1.class
JUnit4TestNotRun.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JUnit4TestNotRun$1 extends com.sun.source.util.TreeScanner { final synthetic java.util.Map val$suspiciousMethods final synthetic com.google.errorprone.bugpatterns.JUnit4TestNotRun this$0 void <init> (com.google.errorprone.bugpatterns.JUnit4TestNotRun, java.util.Map) com.google.errorprone.bugpatterns.JUnit4TestNotRun this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodInvocationTree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/IdentityHashMapUsage.class
IdentityHashMapUsage.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IdentityHashMapUsage extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final String IDENTITY_HASH_MAP private static final com.google.errorprone.matchers.Matcher IHM_ONE_ARG_METHODS private static final com.google.errorprone.matchers.Matcher IHM_CTOR_MAP_ARG private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_IDENTITYHASHMAP public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type ihmType public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type ihmType com.sun.tools.javac.code.Type type public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$6bc8dcb$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/NonCanonicalType.class
NonCanonicalType.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.NonCanonicalType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher { private static final java.util.regex.Pattern PACKAGE_CLASS_NAME_SPLITTER public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state String canonicalName String nonCanonicalName com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.fixes.SuggestedFix fix private static java.lang.String canonicalName (com.sun.source.tree.MemberSelectTree) com.sun.source.tree.MemberSelectTree tree com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol owner private static java.lang.String createDescription (java.lang.String, java.lang.String) String canonicalName String nonCanonicalName java.util.regex.Matcher canonicalNameMatcher java.util.regex.Matcher nonCanonicalNameMatcher private static java.lang.String getNonCanonicalName (com.sun.source.tree.Tree) com.sun.source.tree.MemberSelectTree memberSelectTree com.sun.tools.javac.code.Symbol expressionSymbol com.sun.source.tree.Tree tree static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsNaN.class
EqualsNaN.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.EqualsNaN extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) String prefix String prefix com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state String prefix com.sun.tools.javac.tree.JCTree$JCExpression left com.sun.tools.javac.tree.JCTree$JCExpression right String leftMatch String rightMatch private static java.lang.CharSequence toString (com.sun.tools.javac.tree.JCTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree tree com.google.errorprone.VisitorState state CharSequence source private static java.lang.String matchNaN (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol sym }
com/google/errorprone/bugpatterns/MissingFail$InLoopMatcher.class
MissingFail.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingFail$InLoopMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/ChainingConstructorIgnoresParameter.class
ChainingConstructorIgnoresParameter.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ChainingConstructorIgnoresParameter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private final java.util.Map paramTypesForMethod private final com.google.common.collect.ListMultimap callersToEvaluate public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol private com.google.errorprone.matchers.Description evaluateCallers (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.VariableTree formalParam String formalParamName com.sun.tools.javac.code.Type formalParamType com.sun.tools.javac.code.Type availableParamType com.sun.source.tree.ExpressionTree actualParam int i com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree invocation com.sun.source.tree.MethodTree callerConstructor java.util.Map availableParams com.google.errorprone.bugpatterns.ChainingConstructorIgnoresParameter$Caller caller com.sun.tools.javac.code.Symbol$MethodSymbol symbol java.util.List paramTypes private static java.util.Map indexTypeByName (java.util.List) com.sun.source.tree.VariableTree parameter java.util.List parameters java.util.Map result private void reportMatch (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree diagnosticPosition com.google.errorprone.VisitorState state com.sun.source.tree.Tree toReplace String replaceWith private static boolean referencesIdentifierWithName (java.lang.String, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String name com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher identifierMatcher private static boolean isIdentifierWithName (com.sun.source.tree.ExpressionTree, java.lang.String) com.sun.source.tree.ExpressionTree tree String name }
com/google/errorprone/bugpatterns/MultipleParallelOrSequentialCalls.class
MultipleParallelOrSequentialCalls.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MultipleParallelOrSequentialCalls extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher STREAM private static final com.google.errorprone.matchers.Matcher PARALLELSTREAM public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) int endOfExpression com.sun.source.tree.MemberSelectTree memberSelectTree String memberSelectIdentifier com.sun.source.tree.MethodInvocationTree methodInvocationTree int appropriateAmount com.google.errorprone.fixes.SuggestedFix$Builder builder com.sun.source.util.TreePath pathToMet int count String toReplace com.sun.source.tree.MethodInvocationTree t com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchMethodInvocation$1 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodInvocationTree, java.lang.String) com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree t String m private static synthetic java.lang.String lambda$matchMethodInvocation$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree m static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractReferenceEquality$1.class
AbstractReferenceEquality.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.AbstractReferenceEquality$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/SelfAlwaysReturnsThis$1.class
SelfAlwaysReturnsThis.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.SelfAlwaysReturnsThis$1 extends com.sun.source.util.TreePathScanner { private final java.util.Set thises final synthetic java.util.concurrent.atomic.AtomicBoolean val$atLeastOneReturn final synthetic java.util.concurrent.atomic.AtomicBoolean val$allReturnThis final synthetic com.google.errorprone.bugpatterns.SelfAlwaysReturnsThis this$0 void <init> (com.google.errorprone.bugpatterns.SelfAlwaysReturnsThis, java.util.concurrent.atomic.AtomicBoolean, java.util.concurrent.atomic.AtomicBoolean) com.google.errorprone.bugpatterns.SelfAlwaysReturnsThis this$0 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree returnTree Void unused private boolean isThis (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree returnExpression public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/Varifier.class
Varifier.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.Varifier extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher BUILD_METHOD private static final com.google.errorprone.matchers.Matcher BUILDER_FACTORY private static final com.google.errorprone.matchers.Matcher FACTORY_METHOD public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree identifier com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.source.tree.ExpressionTree initializer private com.google.errorprone.matchers.Description fix (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$matchVariable$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$static$31cad33b$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState s com.sun.tools.javac.code.Symbol symbol private static synthetic boolean lambda$static$b3cd87fd$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/InexactVarargsConditional.class
InexactVarargsConditional.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InexactVarargsConditional extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.source.tree.Tree arg com.sun.tools.javac.code.Types types com.sun.source.tree.ConditionalExpressionTree cond boolean trueIsArray com.google.errorprone.fixes.SuggestedFix$Builder fix String qualified com.sun.source.tree.Tree toFix }
com/google/errorprone/bugpatterns/TruthGetOrDefault.class
TruthGetOrDefault.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.TruthGetOrDefault extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERT_THAT private static final com.google.errorprone.matchers.Matcher GET_OR_DEFAULT_MATCHER private static final com.google.errorprone.matchers.Matcher SUBJECT_EQUALS_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree rec com.sun.source.tree.ExpressionTree arg com.sun.source.tree.MethodInvocationTree argMethodInvocationTree com.sun.source.tree.ExpressionTree defaultVal com.sun.source.tree.ExpressionTree expectedVal com.google.errorprone.bugpatterns.TruthGetOrDefault$Match match private static com.google.errorprone.bugpatterns.TruthGetOrDefault$Match areValuesSame (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree defaultVal com.sun.source.tree.ExpressionTree expectedVal com.google.errorprone.VisitorState state Object expectedConstVal Object defaultConstVal static void <clinit> () }
com/google/errorprone/bugpatterns/YodaCondition.class
YodaCondition.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.YodaCondition extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description fix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.matchers.Description$Builder description com.sun.source.tree.Tree tree com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs boolean provideNullSafeFix com.google.errorprone.VisitorState state private static boolean seemsConstant (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/AbstractAsyncTypeReturnsNull$1.class
AbstractAsyncTypeReturnsNull.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AbstractAsyncTypeReturnsNull$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic Class val$clazz void <init> (java.lang.Class) public boolean matches (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol superMethod com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/UnusedAnonymousClass.class
UnusedAnonymousClass.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnusedAnonymousClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.common.collect.ImmutableList TYPES_WITH_SIDE_EFFECT_FREE_CONSTRUCTORS public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.sun.source.tree.Tree def com.sun.source.tree.NewClassTree newClassTree com.google.errorprone.VisitorState state private static boolean sideEffectFreeConstructor (com.sun.tools.javac.code.Symbol$TypeSymbol, com.google.errorprone.VisitorState) String typeName com.sun.tools.javac.code.Symbol$TypeSymbol classType com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ThreadJoinLoop.class
ThreadJoinLoop.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ThreadJoinLoop extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCH_THREAD_JOIN private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_THREAD public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String threadString com.sun.source.tree.Tree statements com.google.errorprone.fixes.SuggestedFix$Builder fix String uninterruptibles com.sun.tools.javac.code.Type typeSym com.sun.source.tree.CatchTree tree com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state String threadString com.sun.source.util.TreePath tryTreePath com.sun.source.tree.WhileLoopTree pathToLoop boolean hasWhileLoopOneStatement com.sun.source.tree.TryTree tryTree com.sun.tools.javac.code.Type interruptedType private static boolean hasOtherInvocationsOrAssignments (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.source.tree.TryTree tryTree com.google.errorprone.VisitorState state java.util.concurrent.atomic.AtomicInteger count com.sun.tools.javac.code.Type threadType private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$e9a08521$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree s static void <clinit> () }
com/google/errorprone/bugpatterns/StatementSwitchToExpressionSwitch$CaseFallThru.class
StatementSwitchToExpressionSwitch.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru DEFINITELY_DOES_NOT_FALL_THRU public static final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru MAYBE_FALLS_THRU public static final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru DEFINITELY_DOES_FALL_THRU private static final synthetic com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru[] $VALUES public static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru[] values () public static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/NullnessUtils$NullCheck.class
NullnessUtils.java package com.google.errorprone.bugpatterns.nullness abstract com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck extends java.lang.Object { void <init> () abstract javax.lang.model.element.Name bareIdentifier () abstract com.sun.tools.javac.code.Symbol$VarSymbol varSymbolButUsuallyPreferBareIdentifier () abstract com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity polarity () boolean bareIdentifierMatches (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree other com.sun.source.tree.ExpressionTree nullCase (com.sun.source.tree.ConditionalExpressionTree) com.sun.source.tree.ConditionalExpressionTree tree com.sun.source.tree.StatementTree nullCase (com.sun.source.tree.IfTree) com.sun.source.tree.IfTree tree }
com/google/errorprone/bugpatterns/nullness/NullnessUtils$1.class
NullnessUtils.java package com.google.errorprone.bugpatterns.nullness com.google.errorprone.bugpatterns.nullness.NullnessUtils$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.common.collect.ImmutableSet val$varsProvenNullByParentIf final synthetic com.google.errorprone.VisitorState val$stateForCompilationUnit final synthetic java.util.Set val$definitelyNullVars void <init> (com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState, java.util.Set) public java.lang.Boolean visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused public java.lang.Boolean visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void unused public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Boolean visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused public java.lang.Boolean visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void unused protected java.lang.Boolean defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused boolean isOptionalOrNull (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree boolean isStringsEmptyToNull (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree boolean isSwitchExpressionWithDefinitelyNullBranch (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) private synthetic boolean lambda$isSwitchExpressionWithDefinitelyNullBranch$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t private static synthetic com.sun.source.tree.Tree lambda$isSwitchExpressionWithDefinitelyNullBranch$0 (java.lang.Object) Object x$0 }
com/google/errorprone/bugpatterns/nullness/EqualsBrokenForNull$2.class
EqualsBrokenForNull.java package com.google.errorprone.bugpatterns.nullness synthetic com.google.errorprone.bugpatterns.nullness.EqualsBrokenForNull$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/AutoValue_NullnessUtils_NullCheck.class
AutoValue_NullnessUtils_NullCheck.java package com.google.errorprone.bugpatterns.nullness final com.google.errorprone.bugpatterns.nullness.AutoValue_NullnessUtils_NullCheck extends com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck { private final javax.lang.model.element.Name bareIdentifier private final com.sun.tools.javac.code.Symbol$VarSymbol varSymbolButUsuallyPreferBareIdentifier private final com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity polarity void <init> (javax.lang.model.element.Name, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity) javax.lang.model.element.Name bareIdentifier com.sun.tools.javac.code.Symbol$VarSymbol varSymbolButUsuallyPreferBareIdentifier com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity polarity javax.lang.model.element.Name bareIdentifier () com.sun.tools.javac.code.Symbol$VarSymbol varSymbolButUsuallyPreferBareIdentifier () com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity polarity () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/nullness/DereferenceWithNullBranch.class
DereferenceWithNullBranch.java package com.google.errorprone.bugpatterns.nullness public final com.google.errorprone.bugpatterns.nullness.DereferenceWithNullBranch extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher { private static final com.google.errorprone.suppliers.Supplier CLASS_KEYWORD public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree select com.google.errorprone.VisitorState state private static boolean memberSelectExpressionIsATrueExpression (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree select com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic javax.lang.model.element.Name lambda$static$1f984dd9$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/ReturnMissingNullable$1.class
ReturnMissingNullable.java package com.google.errorprone.bugpatterns.nullness com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.common.collect.ImmutableSet$Builder val$definitelyNullVarsBuilder final synthetic com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable this$0 void <init> (com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable, com.google.common.collect.ImmutableSet$Builder) com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable this$0 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused void doVisitVariable (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.source.tree.ExpressionTree initializer public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/nullness/AutoValue_NullnessUtils_NullableAnnotationToUse.class
AutoValue_NullnessUtils_NullableAnnotationToUse.java package com.google.errorprone.bugpatterns.nullness final com.google.errorprone.bugpatterns.nullness.AutoValue_NullnessUtils_NullableAnnotationToUse extends com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse { private final String importToAdd private final String use private final boolean isTypeUse private final boolean isAlreadyInScope void <init> (java.lang.String, java.lang.String, boolean, boolean) String importToAdd String use boolean isTypeUse boolean isAlreadyInScope java.lang.String importToAdd () java.lang.String use () boolean isTypeUse () boolean isAlreadyInScope () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/nullness/NullnessUtils$NullableAnnotationToUse.class
NullnessUtils.java package com.google.errorprone.bugpatterns.nullness abstract com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse extends java.lang.Object { void <init> () static com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse annotationToBeImported (java.lang.String, boolean) String qualifiedName boolean isTypeUse static com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse annotationWithoutImporting (java.lang.String, boolean, boolean) String name boolean isTypeUse boolean isAlreadyInScope final com.google.errorprone.fixes.SuggestedFix fixPostfixingOnto (int, com.google.errorprone.VisitorState, java.lang.String) int position com.google.errorprone.VisitorState state String suppressionToRemove final com.google.errorprone.fixes.SuggestedFix fixPostfixingOnto (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state String suppressionToRemove final com.google.errorprone.fixes.SuggestedFix fixPrefixingOnto (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state String suppressionToRemove abstract java.lang.String importToAdd () abstract java.lang.String use () abstract boolean isTypeUse () abstract boolean isAlreadyInScope () private com.google.errorprone.fixes.SuggestedFix$Builder prepareBuilder (com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.VisitorState state String suppressionToRemove com.google.errorprone.fixes.SuggestedFix$Builder builder }
com/google/errorprone/bugpatterns/nullness/NullnessUtils$OnlyIfInScope.class
NullnessUtils.java package com.google.errorprone.bugpatterns.nullness final enum com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope IF_NOT public static final enum com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope FALSE public static final enum com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope TRUE private static final synthetic com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope[] $VALUES public static com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope[] values () public static com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/NullnessUtils$2.class
NullnessUtils.java package com.google.errorprone.bugpatterns.nullness synthetic com.google.errorprone.bugpatterns.nullness.NullnessUtils$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$nullness$NullnessUtils$OnlyIfInScope static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/UnsafeWildcard.class
UnsafeWildcard.java package com.google.errorprone.bugpatterns.nullness public com.google.errorprone.bugpatterns.nullness.UnsafeWildcard extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ConditionalExpressionTreeMatcher com.google.errorprone.bugpatterns.BugChecker$LambdaExpressionTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ParenthesizedTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCExpression implemented com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCClassDecl classDecl public com.google.errorprone.matchers.Description matchConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ConditionalExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type ternaryType public com.google.errorprone.matchers.Description matchLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type targetType com.sun.source.tree.LambdaExpressionTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCExpression typearg java.util.Map$Entry inferredTypearg com.google.common.collect.ImmutableListMultimap mapping java.util.HashSet seen com.sun.tools.javac.code.Type paramType com.sun.source.tree.ExpressionTree arg com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type$MethodType mtype com.sun.tools.javac.code.Symbol$MethodSymbol callee int paramIndex public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type paramType com.sun.source.tree.ExpressionTree arg com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type$MethodType mtype int paramIndex public com.google.errorprone.matchers.Description matchParenthesized (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.ParenthesizedTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type targetType com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree method public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol symbol private com.google.errorprone.matchers.Description checkForUnsafeNullAssignment (com.sun.tools.javac.code.Type, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type targetType com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkForUnsafeWildcards (com.sun.source.tree.Tree, java.lang.String, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type lowerBound com.sun.tools.javac.code.Type boundVar com.google.errorprone.matchers.Description contained com.google.errorprone.matchers.Description contained com.google.errorprone.matchers.Description contained com.sun.tools.javac.code.Type arg com.google.errorprone.matchers.Description contained com.sun.tools.javac.code.Type bound com.google.errorprone.matchers.Description contained com.sun.tools.javac.code.Type alternative com.sun.source.tree.Tree tree String messageHeader com.sun.tools.javac.code.Type targetType com.google.errorprone.VisitorState state int i }
com/google/errorprone/bugpatterns/nullness/ParameterMissingNullable.class
ParameterMissingNullable.java package com.google.errorprone.bugpatterns.nullness public final com.google.errorprone.bugpatterns.nullness.ParameterMissingNullable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private final boolean beingConservative void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck nullCheck com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.VariableTree param com.google.errorprone.fixes.SuggestedFix fix private static boolean isLoopCondition (com.sun.source.util.TreePath) com.sun.source.util.TreePath path private static boolean isParameterWithoutNullable (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym private static boolean nullCheckLikelyToProduceException (com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state boolean[] likelyToProduceException com.sun.source.tree.Tree childInPath public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description matchCall (com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.List, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol java.util.List arguments com.google.errorprone.VisitorState state private synthetic void lambda$matchCall$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argTree com.sun.tools.javac.code.Symbol$VarSymbol paramSymbol com.sun.source.tree.VariableTree paramTree com.google.errorprone.fixes.SuggestedFix fix }
com/google/errorprone/bugpatterns/nullness/NullnessUtils.class
NullnessUtils.java package com.google.errorprone.bugpatterns.nullness com.google.errorprone.bugpatterns.nullness.NullnessUtils extends java.lang.Object { private static final com.google.errorprone.matchers.Matcher OPTIONAL_OR_NULL private static final com.google.errorprone.matchers.Matcher OPTIONAL_OR_ELSE private static final com.google.errorprone.matchers.Matcher EMPTY_TO_NULL private static java.lang.reflect.Method getCasesMethod private static java.lang.reflect.Method getBodyMethod private void <init> () static boolean nullnessChecksShouldBeConservative (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags static boolean isInNullMarkedScope (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state static com.google.errorprone.fixes.SuggestedFix fixByAddingNullableAnnotationToReturnType (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree method static com.google.errorprone.fixes.SuggestedFix fixByAddingNullableAnnotationToType (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree variable private static com.google.errorprone.fixes.SuggestedFix fixByAddingNullableAnnotationToElementOrType (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree, java.lang.String) com.google.errorprone.VisitorState state com.sun.source.tree.Tree elementTree com.sun.source.tree.Tree typeTree String suppressionToRemove com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse nullableAnnotationToUse static com.google.errorprone.fixes.SuggestedFix fixByAnnotatingTypeUseOnlyLocationWithNullableAnnotation (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree typeTree com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse nullableAnnotationToUse private static com.google.errorprone.fixes.SuggestedFix fixByAddingKnownTypeUseNullableAnnotation (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse, java.lang.String) com.sun.source.tree.Tree pastAnnotations com.sun.source.tree.Tree beforeBrackets int lastDot com.google.errorprone.VisitorState state com.sun.source.tree.Tree typeTree com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse nullableAnnotationToUse String suppressionToRemove static boolean isAlreadyAnnotatedNullable (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol static boolean hasExtraParameterForEnclosingInstance (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Symbol$ClassSymbol constructedClass private static com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullableAnnotationToUse pickNullableAnnotation (com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol classSym com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.google.errorprone.ErrorProneFlags flags String defaultType private static boolean isTypeUse (java.lang.String) String className static com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck getNullCheck (com.sun.source.tree.ExpressionTree) com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity polarity com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity polarity com.sun.source.tree.ExpressionTree nullChecked com.sun.source.tree.ExpressionTree nullChecked com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity polarity com.sun.source.tree.BinaryTree equalityTree com.sun.source.tree.ExpressionTree nullChecked javax.lang.model.element.Name name com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$VarSymbol varSymbol static boolean hasDefinitelyNullBranch (com.sun.source.tree.ExpressionTree, java.util.Set, com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree java.util.Set definitelyNullVars com.google.common.collect.ImmutableSet varsProvenNullByParentIf com.google.errorprone.VisitorState stateForCompilationUnit private static java.util.List getCases (com.sun.source.tree.Tree) ReflectiveOperationException e com.sun.source.tree.Tree switchExpressionTree private static com.sun.source.tree.Tree getBody (java.lang.Object) ReflectiveOperationException e Object caseTree private static boolean isTernaryXIfXIsNull (com.sun.source.tree.ConditionalExpressionTree) com.sun.source.tree.ConditionalExpressionTree tree com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck nullCheck com.sun.source.tree.ExpressionTree needsToBeKnownNull static boolean isVoid (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state static com.google.common.collect.ImmutableSet varsProvenNullByParentIf (com.sun.source.util.TreePath) com.sun.source.util.TreePath path com.sun.source.tree.Tree parent com.sun.source.tree.Tree grandparent com.sun.source.tree.IfTree ifTree com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck nullCheck static com.sun.source.tree.VariableTree findDeclaration (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.source.util.TreePath declPath private static com.google.errorprone.bugpatterns.nullness.NullnessUtils$OnlyIfInScope applyOnlyIfAlreadyInScope (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static boolean applyRemoveSuppressWarnings (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$fixByAddingKnownTypeUseNullableAnnotation$0 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/ParameterMissingNullable$1.class
ParameterMissingNullable.java package com.google.errorprone.bugpatterns.nullness com.google.errorprone.bugpatterns.nullness.ParameterMissingNullable$1 extends com.sun.source.util.TreeScanner { final synthetic boolean[] val$likelyToProduceException final synthetic com.google.errorprone.VisitorState val$state void <init> (boolean[], com.google.errorprone.VisitorState) public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void unused public java.lang.Void visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree tree Void unused public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) }
com/google/errorprone/bugpatterns/nullness/EqualsBrokenForNull.class
EqualsBrokenForNull.java package com.google.errorprone.bugpatterns.nullness public com.google.errorprone.bugpatterns.nullness.EqualsBrokenForNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state java.util.Set impliesNonNull java.util.Set incomingVariableSymbols com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis analysis boolean[] crashesWithNull String stringAddition com.google.errorprone.fixes.Fix fix }
com/google/errorprone/bugpatterns/nullness/UnnecessaryCheckNotNull.class
UnnecessaryCheckNotNull.java package com.google.errorprone.bugpatterns.nullness public com.google.errorprone.bugpatterns.nullness.UnnecessaryCheckNotNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher CHECK_NOT_NULL_MATCHER private static final com.google.errorprone.matchers.Matcher NEW_INSTANCE_MATCHER private static final com.google.errorprone.matchers.Matcher STRING_LITERAL_ARG_MATCHER private static final com.google.errorprone.matchers.Matcher PRIMITIVE_ARG_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description matchNewInstance (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.Fix fix private com.google.errorprone.matchers.Description matchStringLiteral (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Fix fix com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state java.util.List arguments com.sun.source.tree.ExpressionTree stringLiteralValue com.google.errorprone.fixes.Fix fix private com.google.errorprone.matchers.Description describePrimitiveMatch (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree binaryExpr com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg1 com.sun.source.tree.Tree parent private static com.google.errorprone.fixes.Fix createCheckArgumentOrStateCall (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg1 String replacementMethod com.google.errorprone.fixes.SuggestedFix$Builder fix String name private static boolean hasMethodParameter (com.sun.source.util.TreePath, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.IdentifierTree ident com.sun.source.tree.VariableTree param com.sun.source.util.TreePath path com.sun.source.tree.ExpressionTree tree java.util.Set symbols com.sun.source.tree.MethodTree methodDecl static java.util.List getVariableUses (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree java.util.List freeVars static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/EqualsMissingNullable.class
EqualsMissingNullable.java package com.google.errorprone.bugpatterns.nullness public com.google.errorprone.bugpatterns.nullness.EqualsMissingNullable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private final boolean beingConservative void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree parameterTree com.sun.tools.javac.code.Symbol$VarSymbol parameter com.google.errorprone.fixes.SuggestedFix fix }
com/google/errorprone/bugpatterns/nullness/UnnecessaryCheckNotNull$1.class
UnnecessaryCheckNotNull.java package com.google.errorprone.bugpatterns.nullness com.google.errorprone.bugpatterns.nullness.UnnecessaryCheckNotNull$1 extends com.sun.source.util.TreeScanner { final synthetic java.util.List val$freeVars void <init> (java.util.List) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void v public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/nullness/ExtendsObject.class
ExtendsObject.java package com.google.errorprone.bugpatterns.nullness public final com.google.errorprone.bugpatterns.nullness.ExtendsObject extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeParameterTreeMatcher { private static final String NON_NULL public void <init> () public com.google.errorprone.matchers.Description matchTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix String nonNull com.sun.source.tree.Tree bound com.sun.source.tree.TypeParameterTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/nullness/ReturnMissingNullable$2.class
ReturnMissingNullable.java package com.google.errorprone.bugpatterns.nullness com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable$2 extends com.sun.source.util.TreePathScanner { final synthetic com.google.errorprone.VisitorState val$stateForCompilationUnit final synthetic com.google.common.collect.ImmutableSet val$definitelyNullVars final synthetic com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable this$0 void <init> (com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet) com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable this$0 public java.lang.Void visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.StatementTree statement com.sun.source.tree.BlockTree block Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused void doVisitMethod (com.sun.source.tree.MethodTree) com.google.errorprone.fixes.SuggestedFix fix com.sun.tools.javac.code.Symbol$MethodSymbol methodKnownToReturnNull com.sun.source.tree.MethodTree tree com.sun.tools.javac.code.Symbol$MethodSymbol possibleOverride public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree tree Void unused void doVisitReturn (com.sun.source.tree.ReturnTree) com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.ReturnTree returnTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree returnExpression com.sun.source.tree.MethodTree methodTree com.sun.tools.javac.code.Symbol$MethodSymbol method java.util.List statements com.sun.tools.javac.code.Type returnType com.google.common.collect.ImmutableSet varsProvenNullByParentIf public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/nullness/ReturnMissingNullable.class
ReturnMissingNullable.java package com.google.errorprone.bugpatterns.nullness public com.google.errorprone.bugpatterns.nullness.ReturnMissingNullable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher METHODS_THAT_NEVER_RETURN private static final com.google.errorprone.matchers.Matcher FAILS_IF_PASSED_FALSE private static final com.google.errorprone.suppliers.Supplier METHODS_KNOWN_TO_RETURN_NULL private final boolean beingConservative void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState stateForCompilationUnit com.google.common.collect.ImmutableSet$Builder definitelyNullVarsBuilder com.google.common.collect.ImmutableSet definitelyNullVars private static boolean hasName (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol symbol String name private static boolean hasParams (com.sun.tools.javac.code.Symbol, int) com.sun.tools.javac.code.Symbol method int paramCount private static java.util.stream.Stream streamElements (com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.VisitorState state String clazz com.sun.tools.javac.code.Symbol symbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableSet lambda$static$3224fe04$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$static$8 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$7 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$6 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$5 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$4 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$3 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$2 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$1 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$static$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/NullArgumentForNonNullParameter.class
NullArgumentForNonNullParameter.java package com.google.errorprone.bugpatterns.nullness public final com.google.errorprone.bugpatterns.nullness.NullArgumentForNonNullParameter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.suppliers.Supplier JAVA_OPTIONAL_TYPE private static final com.google.errorprone.suppliers.Supplier GUAVA_OPTIONAL_TYPE private static final com.google.errorprone.suppliers.Supplier ARGUMENT_CAPTOR_CLASS private static final com.google.errorprone.suppliers.Supplier OF_NAME private static final com.google.errorprone.suppliers.Supplier FOR_CLASS_NAME private static final com.google.errorprone.suppliers.Supplier BUILDER_NAME private static final com.google.errorprone.suppliers.Supplier GUAVA_COLLECT_IMMUTABLE_PREFIX private static final com.google.errorprone.suppliers.Supplier GUAVA_GRAPH_IMMUTABLE_PREFIX private static final com.google.errorprone.suppliers.Supplier NULL_MARKED_PACKAGES_WE_TRUST private final boolean beingConservative void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description match (com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.List, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol java.util.List args com.google.errorprone.VisitorState state private boolean argumentMustBeNonNull (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.VisitorState state com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness private static boolean isParameterOfMethodOnType (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.suppliers.Supplier, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.suppliers.Supplier typeSupplier com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type target private static boolean isParameterOfMethodOnTypeStartingWith (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.suppliers.Supplier, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.suppliers.Supplier nameSupplier com.google.errorprone.VisitorState state private boolean enclosingAnnotationDefaultsNonTypeVariablesToNonNull (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state private boolean weTrustNullMarkedOn (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet packagesWeTrust private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private synthetic void lambda$match$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argTree com.sun.tools.javac.code.Symbol$VarSymbol paramSymbol private static synthetic com.google.common.collect.ImmutableSet lambda$static$8f82cc3d$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$99462ffe$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$5201e89a$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$49c5a50$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$fdb57757$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$b9f85068$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/ParameterMissingNullable$2.class
ParameterMissingNullable.java package com.google.errorprone.bugpatterns.nullness synthetic com.google.errorprone.bugpatterns.nullness.ParameterMissingNullable$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/NullnessUtils$NullCheck$Polarity.class
NullnessUtils.java package com.google.errorprone.bugpatterns.nullness final enum com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity IS_NULL public static final enum com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity IS_NOT_NULL private static final synthetic com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity[] $VALUES public static com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity[] values () public static com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck$Polarity[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/nullness/EqualsBrokenForNull$1.class
EqualsBrokenForNull.java package com.google.errorprone.bugpatterns.nullness com.google.errorprone.bugpatterns.nullness.EqualsBrokenForNull$1 extends com.sun.source.util.TreePathScanner { final synthetic boolean[] val$crashesWithNull final synthetic java.util.Set val$incomingVariableSymbols final synthetic com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis val$analysis final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.Set val$impliesNonNull final synthetic com.google.errorprone.bugpatterns.nullness.EqualsBrokenForNull this$0 void <init> (com.google.errorprone.bugpatterns.nullness.EqualsBrokenForNull, boolean[], java.util.Set, com.google.errorprone.dataflow.nullnesspropagation.NullnessAnalysis, com.google.errorprone.VisitorState, java.util.Set) com.google.errorprone.bugpatterns.nullness.EqualsBrokenForNull this$0 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.MemberSelectTree node Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.InstanceOfTree instanceOf com.sun.source.tree.VariableTree variableTree Void unused com.sun.source.tree.Tree initializer com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree ifTree Void unused com.sun.source.tree.ExpressionTree condition public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused private com.sun.tools.javac.code.Symbol$VarSymbol findVariable (com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree tree public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/nullness/FieldMissingNullable.class
FieldMissingNullable.java package com.google.errorprone.bugpatterns.nullness public com.google.errorprone.bugpatterns.nullness.FieldMissingNullable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private final boolean beingConservative void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.nullness.NullnessUtils$NullCheck nullCheck public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description match (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol assigned com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet varsProvenNullByParentIf private com.google.errorprone.matchers.Description matchIfLocallyDeclaredReferenceFieldWithoutNullable (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol assigned com.sun.source.tree.ExpressionTree treeToReportOn com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree fieldDecl com.google.errorprone.fixes.SuggestedFix fix }
com/google/errorprone/bugpatterns/nullness/VoidMissingNullable.class
VoidMissingNullable.java package com.google.errorprone.bugpatterns.nullness public com.google.errorprone.bugpatterns.nullness.VoidMissingNullable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ParameterizedTypeTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private final boolean beingConservative void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchParameterizedType (com.sun.source.tree.ParameterizedTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.source.tree.ParameterizedTypeTree parameterizedTypeTree com.google.errorprone.VisitorState state private static boolean isInNullMarkedScope (com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol enclosingElement com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.fixes.SuggestedFix fix private void checkTree (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix fix private boolean typeMatches (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state private boolean typeMatches (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList annotationsIfAnnotatedTypeTree (com.sun.source.tree.Tree) com.sun.source.tree.AnnotatedTypeTree annotated com.sun.source.tree.Tree tree }
com/google/errorprone/bugpatterns/BadShiftAmount$1.class
BadShiftAmount.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.BadShiftAmount$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) int intValue Object rightValue com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab com.sun.source.tree.ExpressionTree rightOperand public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/AbstractJUnit4InitMethodNotRun$AnnotationReplacements.class
AbstractJUnit4InitMethodNotRun.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AbstractJUnit4InitMethodNotRun$AnnotationReplacements extends java.lang.Object implements java.io.Serializable { private final String goodAnnotation private final String badAnnotation protected void <init> (java.lang.String, java.lang.String) String badAnnotation String goodAnnotation }
com/google/errorprone/bugpatterns/MemoizeConstantVisitorStateLookups$CallSite.class
MemoizeConstantVisitorStateLookups.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite extends java.lang.Object { final com.sun.tools.javac.util.Name method final String argumentValue final com.sun.source.tree.ExpressionTree argumentExpression final com.sun.source.tree.MethodInvocationTree entireTree void <init> (com.sun.tools.javac.util.Name, java.lang.String, com.sun.source.tree.ExpressionTree, com.sun.source.tree.MethodInvocationTree) com.sun.tools.javac.util.Name method String argumentValue com.sun.source.tree.ExpressionTree argumentExpression com.sun.source.tree.MethodInvocationTree entireTree }
com/google/errorprone/bugpatterns/IdentityBinaryExpression$1.class
IdentityBinaryExpression.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.IdentityBinaryExpression$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/IntLongMath.class
IntLongMath.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IntLongMath extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description check (com.sun.tools.javac.code.Type, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Type targetType com.sun.source.tree.ExpressionTree init com.sun.source.tree.BinaryTree innerMost com.sun.source.tree.ExpressionTree nested }
com/google/errorprone/bugpatterns/RequiredModifiersChecker.class
RequiredModifiersChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.RequiredModifiersChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final String REQUIRED_MODIFIERS public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Attribute$Compound annotation java.util.Set requiredModifiers com.sun.source.tree.Tree parent java.util.Set missing String annotationName String nameString String customMessage private static void getModifiers (java.util.Collection, com.sun.tools.javac.code.Attribute) java.util.Collection modifiers com.sun.tools.javac.code.Attribute attribute private static synthetic void lambda$matchAnnotation$2 (java.util.Set, com.sun.tools.javac.code.Attribute) java.util.Set requiredModifiers com.sun.tools.javac.code.Attribute a private static synthetic void lambda$matchAnnotation$1 (java.util.Set, com.sun.tools.javac.code.Attribute) java.util.Set requiredModifiers com.sun.tools.javac.code.Attribute a private static synthetic boolean lambda$matchAnnotation$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a }
com/google/errorprone/bugpatterns/NullableOnContainingClass.class
NullableOnContainingClass.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.NullableOnContainingClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableSet NULLABLE_ANNOTATION_NAMES private static final com.google.common.collect.ImmutableSet TYPE_USE_OR_TYPE_PARAMETER public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (java.util.List, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation java.util.List annotations com.sun.source.tree.Tree type com.google.errorprone.VisitorState state int endOfOuterType private static boolean isOnlyTypeAnnotation (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol anno java.lang.annotation.Target target com.google.common.collect.ImmutableSet elementTypes static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_DangerousLiteralNullChecker_NullReplacementRule$Builder.class
AutoValue_DangerousLiteralNullChecker_NullReplacementRule.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_DangerousLiteralNullChecker_NullReplacementRule$Builder extends com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder { private com.sun.tools.javac.util.Name klass private com.sun.tools.javac.util.Name method private String replacementBody void <init> () com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder setKlass (com.sun.tools.javac.util.Name) com.sun.tools.javac.util.Name klass com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder setMethod (com.sun.tools.javac.util.Name) com.sun.tools.javac.util.Name method com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder setReplacementBody (java.lang.String) String replacementBody com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule build () StringBuilder missing }
com/google/errorprone/bugpatterns/CanonicalDuration$2.class
CanonicalDuration.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CanonicalDuration$2 extends com.sun.source.util.TreeScanner { final synthetic java.util.concurrent.atomic.AtomicBoolean val$notFirst final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$methodSymbol final synthetic java.util.List val$sameMethodInvocations final synthetic com.sun.source.tree.MethodInvocationTree val$tree void <init> (java.util.concurrent.atomic.AtomicBoolean, com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.List, com.sun.source.tree.MethodInvocationTree) public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree node Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/NullablePrimitive.class
NullablePrimitive.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NullablePrimitive extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotatedTypeTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotatedTypeTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description check (com.sun.tools.javac.code.Type, java.util.List) com.sun.tools.javac.code.Type type java.util.List annotations com.sun.source.tree.AnnotationTree annotation }
com/google/errorprone/bugpatterns/OutlineNone.class
OutlineNone.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.OutlineNone extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher TEMPLATE_ANNOTATION private static final com.google.errorprone.matchers.Matcher GWT_SET_PROPERTY private static final java.util.regex.Pattern OUTLINE_NONE_REGEX private static final com.google.common.collect.ImmutableSet NONE_STRINGS public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg String template java.util.regex.Matcher matcher public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List args private static boolean constantNoneOrZero (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg Object value static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedTypeParameter$1.class
UnusedTypeParameter.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedTypeParameter$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.ImmutableMultiset val$usedIdentifiers final synthetic com.google.errorprone.bugpatterns.UnusedTypeParameter this$0 void <init> (com.google.errorprone.bugpatterns.UnusedTypeParameter, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableMultiset) com.google.errorprone.bugpatterns.UnusedTypeParameter this$0 com.google.errorprone.VisitorState state public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree node Void unused com.sun.tools.javac.code.Symbol$MethodSymbol symbol private void handle (com.sun.source.tree.Tree, java.util.List) com.sun.source.tree.TypeParameterTree typeParameter com.sun.source.tree.Tree tree java.util.List typeParameters public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AbstractAsyncTypeReturnsNull.class
AbstractAsyncTypeReturnsNull.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.AbstractAsyncTypeReturnsNull extends com.google.errorprone.bugpatterns.AbstractMethodReturnsNull { void <init> (java.lang.Class) Class asyncClass protected java.util.Optional provideFix (com.sun.source.tree.ReturnTree) com.sun.source.tree.ReturnTree tree private static com.google.errorprone.matchers.Matcher overridesMethodOfClass (java.lang.Class) Class clazz }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$4.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$4 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/TransientMisuse.class
TransientMisuse.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TransientMisuse extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/AutoValueSubclassLeaked.class
AutoValueSubclassLeaked.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AutoValueSubclassLeaked extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet autoValueClassesFromThisFile private void scanAndReportAutoValueReferences (com.sun.source.tree.CompilationUnitTree, com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.common.collect.ImmutableSet autoValueClassesFromThisFile com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableSet findAutoValueClasses (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder types }
com/google/errorprone/bugpatterns/ASTHelpersSuggestions.class
ASTHelpersSuggestions.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ASTHelpersSuggestions extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.suppliers.Supplier MODULE_SYMBOL private static final com.google.errorprone.matchers.Matcher SYMBOL private static final com.google.errorprone.matchers.Matcher SCOPE private static final com.google.common.collect.ImmutableMap NAMES private static final com.google.errorprone.suppliers.Supplier COM_SUN_TOOLS_JAVAC_UTIL_FILTER private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_FUNCTION_PREDICATE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol sym String name com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Type filter com.sun.tools.javac.code.Type predicate com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$d238d10f$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$e39b6739$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Type filter com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type predicate com.sun.tools.javac.code.Symbol$VarSymbol p private static synthetic boolean lambda$static$20c9cfbf$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/MissingBraces.class
MissingBraces.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MissingBraces extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ForLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$DoWhileLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$WhileLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$EnhancedForLoopTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.DoWhileLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.ForLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.EnhancedForLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.WhileLoopTree tree com.google.errorprone.VisitorState state void check (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/UnnecessaryDefaultInEnumSwitch.class
UnnecessaryDefaultInEnumSwitch.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryDefaultInEnumSwitch extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher { private static final String DESCRIPTION_MOVED_DEFAULT private static final String DESCRIPTION_REMOVED_DEFAULT private static final String DESCRIPTION_UNRECOGNIZED public void <init> () public com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) com.sun.source.tree.CaseTree caseTree com.sun.source.tree.SwitchTree switchTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$TypeSymbol switchType com.sun.source.tree.CaseTree caseBeforeDefault com.sun.source.tree.CaseTree defaultCase com.google.common.collect.Sets$SetView unhandledCases private com.google.errorprone.matchers.Description fixDefault (com.sun.source.tree.SwitchTree, com.sun.source.tree.CaseTree, com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.SwitchTree switchTree com.sun.source.tree.CaseTree caseBeforeDefault com.sun.source.tree.CaseTree defaultCase com.google.errorprone.VisitorState state java.util.List defaultStatements String defaultContents com.google.errorprone.fixes.SuggestedFix$Builder fix private com.google.errorprone.matchers.Description fixUnrecognized (com.sun.source.tree.SwitchTree, com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.SwitchTree switchTree com.sun.source.tree.CaseTree defaultCase com.google.errorprone.VisitorState state java.util.List defaultStatements com.google.errorprone.matchers.Description$Builder unrecognizedDescription String defaultContents com.google.errorprone.fixes.SuggestedFix fix private static boolean trivialDefault (java.util.List) java.util.List defaultStatements private static com.google.common.collect.Sets$SetView unhandledCases (com.sun.source.tree.SwitchTree, com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.source.tree.SwitchTree tree com.sun.tools.javac.code.Symbol$TypeSymbol switchType com.google.common.collect.ImmutableSet handledCases private static java.lang.String getDefaultCaseContents (com.sun.source.tree.CaseTree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.CaseTree defaultCase java.util.List defaultStatements com.google.errorprone.VisitorState state CharSequence sourceCode String defaultSource String initialComments private static java.lang.String comments (com.sun.source.tree.CaseTree, java.util.List, java.lang.CharSequence) com.sun.source.tree.CaseTree defaultCase java.util.List defaultStatements CharSequence sourceCode int defaultStart int statementStart String defaultAndComments String comments private static synthetic java.lang.String lambda$unhandledCases$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree p }
com/google/errorprone/bugpatterns/StringSplitter$1UseFixer.class
StringSplitter.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.StringSplitter$1UseFixer extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic com.google.errorprone.VisitorState val$state final synthetic boolean[] val$needsMutableList final synthetic boolean[] val$needsList final synthetic com.google.errorprone.bugpatterns.StringSplitter this$0 void <init> (com.google.errorprone.bugpatterns.StringSplitter, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, boolean[], boolean[]) com.google.errorprone.bugpatterns.StringSplitter this$0 public java.lang.Boolean visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Void) com.sun.source.tree.EnhancedForLoopTree tree Void unused public java.lang.Boolean visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Void) com.sun.source.tree.AssignmentTree assignmentTree com.sun.source.tree.ArrayAccessTree tree Void unused com.sun.source.tree.ExpressionTree expression com.sun.source.tree.ExpressionTree index com.sun.source.tree.Tree parent public java.lang.Boolean visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnusedTypeParameter.class
UnusedTypeParameter.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnusedTypeParameter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMultiset usedIdentifiers private static com.google.common.collect.ImmutableMultiset findUsedIdentifiers (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree tree com.google.common.collect.ImmutableMultiset$Builder identifiers private static com.google.errorprone.fixes.SuggestedFix removeTypeParameter (com.sun.source.tree.Tree, com.sun.source.tree.TypeParameterTree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.source.tree.TypeParameterTree typeParameter java.util.List typeParameters com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList tokens int startPos int endPos private static synthetic boolean lambda$removeTypeParameter$1 (com.google.errorprone.VisitorState, java.util.List, com.google.errorprone.util.ErrorProneToken) com.google.errorprone.VisitorState state java.util.List typeParameters com.google.errorprone.util.ErrorProneToken t private static synthetic boolean lambda$removeTypeParameter$0 (com.sun.source.tree.TypeParameterTree, com.google.errorprone.util.ErrorProneToken) com.sun.source.tree.TypeParameterTree typeParameter com.google.errorprone.util.ErrorProneToken t }
com/google/errorprone/bugpatterns/UnusedAnonymousClass$1.class
UnusedAnonymousClass.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.UnusedAnonymousClass$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/ProtoStringFieldReferenceEquality.class
ProtoStringFieldReferenceEquality.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ProtoStringFieldReferenceEquality extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final String PROTO_SUPER_CLASS private static final String LITE_PROTO_SUPER_CLASS private static final com.google.errorprone.matchers.Matcher PROTO_STRING_METHOD public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) String result com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs private static boolean match (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree a com.sun.source.tree.ExpressionTree b com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/LambdaFunctionalInterface.class
LambdaFunctionalInterface.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LambdaFunctionalInterface extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String JAVA_UTIL_FUNCTION_FUNCTION private static final String JAVA_LANG_NUMBER private static final com.google.common.collect.ImmutableMap METHOD_MAPPINGS private static final com.google.common.collect.ImmutableMap APPLY_MAPPINGS public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree param com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSym com.google.common.collect.ImmutableList params com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private void refactorInternalApplyMethods (com.sun.source.tree.MethodTree, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.MethodTree tree com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.Tree param String mappedFunction private boolean methodCallsMeetConditions (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMultimap methodCallMap private static com.sun.source.tree.ClassTree getTopLevelClassTree (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private com.google.common.collect.ImmutableMultimap methodCallsForSymbol (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ClassTree) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.ClassTree classTree com.google.common.collect.ImmutableMultimap$Builder methodMap private static boolean hasFunctionAsArg (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree param com.google.errorprone.VisitorState state private static boolean isFunctionArgSubtypeOf (com.sun.source.tree.Tree, int, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.Tree param int argIndex com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static java.util.Optional getMappingForFunctionFromTree (com.sun.source.tree.Tree) com.sun.source.tree.Tree param private static java.util.Optional getMappingForFunction (java.lang.String) String function private static java.util.Optional getMappingForApply (java.lang.String) String apply private static java.lang.String getFunctionName (java.lang.String) String fullyQualifiedName private static java.lang.String getImportName (java.lang.String) String fullyQualifiedName int cutPosition private static synthetic java.util.Optional lambda$getMappingForFunctionFromTree$8 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type t private static synthetic java.lang.IllegalArgumentException lambda$getTopLevelClassTree$7 () private static synthetic boolean lambda$methodCallsMeetConditions$6 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree a private static synthetic boolean lambda$methodCallsMeetConditions$5 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree a private static synthetic boolean lambda$methodCallsMeetConditions$4 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree a private synthetic void lambda$refactorInternalApplyMethods$3 (com.sun.source.tree.MethodTree, com.sun.source.tree.Tree, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.sun.source.tree.MethodTree tree com.sun.source.tree.Tree param com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder String apply private synthetic void lambda$matchMethod$2 (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.Tree, com.sun.source.tree.MethodTree, java.lang.String) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.Tree param com.sun.source.tree.MethodTree tree String mappedFunction private static synthetic boolean lambda$matchMethod$1 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree param private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree param static void <clinit> () }
com/google/errorprone/bugpatterns/inject/package-info.class
package-info.java package com.google.errorprone.bugpatterns.inject abstract synthetic com.google.errorprone.bugpatterns.inject.package-info extends java.lang.Object { }
com/google/errorprone/bugpatterns/inject/QualifierWithTypeUse.class
QualifierWithTypeUse.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.QualifierWithTypeUse extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher HAS_TARGET_ANNOTATION private static final com.google.errorprone.matchers.Matcher IS_QUALIFIER_WITH_TARGET private static final com.google.common.collect.ImmutableSet FORBIDDEN_ELEMENT_TYPES public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotationTree java.lang.annotation.Target target com.google.errorprone.matchers.MultiMatcher$MultiMatchResult targetAnnotation com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private static boolean hasTypeUseOrTypeParameter (java.lang.annotation.Target) java.lang.annotation.Target targetAnnotation private static com.google.errorprone.fixes.Fix removeTypeUse (java.lang.annotation.Target, com.sun.source.tree.AnnotationTree) java.lang.annotation.Target targetAnnotation com.sun.source.tree.AnnotationTree tree java.util.Set elements static void <clinit> () }
com/google/errorprone/bugpatterns/inject/OverlappingQualifierAndScopeAnnotation.class
OverlappingQualifierAndScopeAnnotation.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.OverlappingQualifierAndScopeAnnotation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher ANNOTATION_WITH_BOTH_TYPES public void <init> () public final com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/MoreThanOneQualifier.class
MoreThanOneQualifier.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.MoreThanOneQualifier extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher QUALIFIER_ANNOTATION_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree t com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state int numberOfQualifiers private static java.util.List getSiblingAnnotations (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/InjectOnMemberAndConstructor.class
InjectOnMemberAndConstructor.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.InjectOnMemberAndConstructor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher HAS_CONSTRUCTORS_WITH_INJECT private static final com.google.errorprone.matchers.Matcher INSTANCE_FIELD_WITH_INJECT public void <init> () public final com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.sun.source.tree.Tree member com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state java.util.List ctors com.google.common.collect.ImmutableList ctorsWithInject java.util.Set variablesAssigned com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.VariableTree variableTreeFirstMatch private static java.util.Optional removeInjectAnnotationFromVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree c static void <clinit> () }
com/google/errorprone/bugpatterns/inject/ScopeAnnotationOnInterfaceOrAbstractClass$1.class
ScopeAnnotationOnInterfaceOrAbstractClass.java package com.google.errorprone.bugpatterns.inject com.google.errorprone.bugpatterns.inject.ScopeAnnotationOnInterfaceOrAbstractClass$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/inject/MoreThanOneScopeAnnotationOnClass.class
MoreThanOneScopeAnnotationOnClass.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.MoreThanOneScopeAnnotationOnClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher SCOPE_ANNOTATION_MATCHER public void <init> () public final com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableList scopeAnnotations com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.errorprone.matchers.MultiMatcher$MultiMatchResult scopeAnnotationResult private static java.lang.String annotationDebugString (java.util.List) java.util.List scopeAnnotations static void <clinit> () }
com/google/errorprone/bugpatterns/inject/JavaxInjectOnFinalField.class
JavaxInjectOnFinalField.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.JavaxInjectOnFinalField extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/inject/InjectOnConstructorOfAbstractClass.class
InjectOnConstructorOfAbstractClass.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.InjectOnConstructorOfAbstractClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher INJECT_FINDER private static final com.google.errorprone.matchers.Matcher TO_MATCH public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree injectAnnotation com.google.errorprone.matchers.MultiMatcher$MultiMatchResult injectAnnotations com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/QualifierOrScopeOnInjectMethod.class
QualifierOrScopeOnInjectMethod.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.QualifierOrScopeOnInjectMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher QUALIFIER_ANNOTATION_FINDER private static final com.google.errorprone.matchers.MultiMatcher HAS_INJECT private static final com.google.errorprone.matchers.Matcher PROVIDES_METHOD public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annoTree java.util.List scopes java.util.List qualifiers com.sun.source.tree.ClassTree outerClass com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.MultiMatcher$MultiMatchResult qualifierAnnotations com.google.errorprone.matchers.MultiMatcher$MultiMatchResult injectAnnotations com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.common.collect.ImmutableList matchingAnnotations private static void deleteAll (java.util.List, com.google.errorprone.fixes.SuggestedFix$Builder) java.util.List scopes com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static synthetic void lambda$matchMethod$0 (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.ClassTree outerClass com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree a static void <clinit> () }
com/google/errorprone/bugpatterns/inject/guice/AssistedParameters$ConflictResult.class
AssistedParameters.java package com.google.errorprone.bugpatterns.inject.guice abstract com.google.errorprone.bugpatterns.inject.guice.AssistedParameters$ConflictResult extends java.lang.Object { void <init> () abstract com.sun.tools.javac.code.Type type () abstract java.lang.String value () abstract com.google.common.collect.ImmutableList parameters () static com.google.errorprone.bugpatterns.inject.guice.AssistedParameters$ConflictResult create (com.sun.tools.javac.code.Type, java.lang.String, com.google.common.collect.ImmutableList) com.sun.tools.javac.code.Type t String v com.google.common.collect.ImmutableList p }
com/google/errorprone/bugpatterns/inject/guice/package-info.class
package-info.java package com.google.errorprone.bugpatterns.inject.guice abstract synthetic com.google.errorprone.bugpatterns.inject.guice.package-info extends java.lang.Object { }
com/google/errorprone/bugpatterns/inject/guice/AssistedInjectScoping$1.class
AssistedInjectScoping.java package com.google.errorprone.bugpatterns.inject.guice com.google.errorprone.bugpatterns.inject.guice.AssistedInjectScoping$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.errorprone.matchers.MultiMatcher$MultiMatchResult injectedConstructors public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/inject/guice/AutoValue_AssistedParameters_ConflictResult.class
AutoValue_AssistedParameters_ConflictResult.java package com.google.errorprone.bugpatterns.inject.guice final com.google.errorprone.bugpatterns.inject.guice.AutoValue_AssistedParameters_ConflictResult extends com.google.errorprone.bugpatterns.inject.guice.AssistedParameters$ConflictResult { private final com.sun.tools.javac.code.Type type private final String value private final com.google.common.collect.ImmutableList parameters void <init> (com.sun.tools.javac.code.Type, java.lang.String, com.google.common.collect.ImmutableList) com.sun.tools.javac.code.Type type String value com.google.common.collect.ImmutableList parameters com.sun.tools.javac.code.Type type () java.lang.String value () com.google.common.collect.ImmutableList parameters () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.inject.guice.AssistedParameters$ConflictResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/inject/guice/BindingToUnqualifiedCommonType.class
BindingToUnqualifiedCommonType.java package com.google.errorprone.bugpatterns.inject.guice public com.google.errorprone.bugpatterns.inject.guice.BindingToUnqualifiedCommonType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_SIMPLE_TYPE private static final com.google.errorprone.matchers.Matcher PROVIDES_UNQUALIFIED_CONSTANT private static final com.google.errorprone.matchers.Matcher BIND_TO_UNQUALIFIED_CONSTANT public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree method com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocation com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/guice/AssistedParameters.class
AssistedParameters.java package com.google.errorprone.bugpatterns.inject.guice public com.google.errorprone.bugpatterns.inject.guice.AssistedParameters extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_CONSTRUCTOR_WITH_INJECT_OR_ASSISTED private static final com.google.errorprone.matchers.MultiMatcher ASSISTED_PARAMETER_MATCHER public void <init> () public final com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) java.util.Map$Entry assistedValueToParameters java.util.Collection parametersForThisType com.google.common.collect.ImmutableListMultimap keyForAssistedVariable java.util.Map$Entry typeAndParameters com.sun.source.tree.MethodTree constructor com.google.errorprone.VisitorState state com.google.errorprone.matchers.MultiMatcher$MultiMatchResult assistedParameters com.google.common.collect.Multimap parametersByType java.util.List conflicts private static java.lang.String valueFromAssistedAnnotation (com.sun.source.tree.VariableTree) java.util.Collection valueEntries com.sun.tools.javac.code.Attribute$Compound c com.sun.source.tree.VariableTree variableTree private static java.lang.String buildErrorMessage (java.util.List) java.util.List simpleParameterNames com.google.errorprone.bugpatterns.inject.guice.AssistedParameters$ConflictResult conflict java.util.List conflicts StringBuilder sb private static com.google.common.collect.ListMultimap partitionParametersByType (java.util.List, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type existingType com.sun.tools.javac.code.Type type com.sun.source.tree.VariableTree node java.util.List parameters com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.google.common.collect.ListMultimap multimap private static synthetic java.lang.String lambda$buildErrorMessage$0 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree t static void <clinit> () }
com/google/errorprone/bugpatterns/inject/guice/OverridesJavaxInjectableMethod.class
OverridesJavaxInjectableMethod.java package com.google.errorprone.bugpatterns.inject.guice public com.google.errorprone.bugpatterns.inject.guice.OverridesJavaxInjectableMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol superMethod com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state boolean foundJavaxInject }
com/google/errorprone/bugpatterns/inject/guice/OverridesGuiceInjectableMethod.class
OverridesGuiceInjectableMethod.java package com.google.errorprone.bugpatterns.inject.guice public com.google.errorprone.bugpatterns.inject.guice.OverridesGuiceInjectableMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol superMethod com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/inject/guice/ProvidesMethodOutsideOfModule.class
ProvidesMethodOutsideOfModule.java package com.google.errorprone.bugpatterns.inject.guice public com.google.errorprone.bugpatterns.inject.guice.ProvidesMethodOutsideOfModule extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher PROVIDES_ANNOTATION_ON_METHOD_OUTSIDE_OF_MODULE public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/guice/AssistedInjectScoping.class
AssistedInjectScoping.java package com.google.errorprone.bugpatterns.inject.guice public com.google.errorprone.bugpatterns.inject.guice.AssistedInjectScoping extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher CLASS_TO_SCOPE_ANNOTATIONS private static final com.google.errorprone.matchers.MultiMatcher CLASS_TO_INJECTED_CONSTRUCTORS private static final com.google.errorprone.matchers.Matcher HAS_ASSISTED_CONSTRUCTOR public void <init> () public final com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.errorprone.matchers.MultiMatcher$MultiMatchResult hasScopeAnnotations com.sun.source.tree.AnnotationTree annotationWithScopeAnnotation static void <clinit> () }
com/google/errorprone/bugpatterns/inject/guice/InjectOnFinalField.class
InjectOnFinalField.java package com.google.errorprone.bugpatterns.inject.guice public com.google.errorprone.bugpatterns.inject.guice.InjectOnFinalField extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher FINAL_FIELD_WITH_GUICE_INJECT public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/InvalidTargetingOnScopingAnnotation.class
InvalidTargetingOnScopingAnnotation.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.InvalidTargetingOnScopingAnnotation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String TARGET_ANNOTATION private static final com.google.errorprone.matchers.MultiMatcher HAS_TARGET_ANNOTATION private static final com.google.errorprone.matchers.Matcher ANNOTATION_WITH_SCOPE_AND_TARGET private static final com.google.common.collect.ImmutableSet REQUIRED_ELEMENT_TYPES public void <init> () public final com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree targetTree java.lang.annotation.Target target com.google.errorprone.matchers.MultiMatcher$MultiMatchResult targetAnnotation com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.Fix replaceTargetAnnotation (java.lang.annotation.Target, com.sun.source.tree.AnnotationTree) java.lang.annotation.Target annotation com.sun.source.tree.AnnotationTree targetAnnotationTree java.util.Set types static com.google.errorprone.fixes.Fix replaceTargetAnnotation (com.sun.source.tree.AnnotationTree, java.util.Set) java.lang.annotation.ElementType type com.sun.source.tree.AnnotationTree targetAnnotationTree java.util.Set types com.google.errorprone.fixes.SuggestedFix$Builder builder static void <clinit> () }
com/google/errorprone/bugpatterns/inject/ElementPredicates.class
ElementPredicates.java package com.google.errorprone.bugpatterns.inject public final com.google.errorprone.bugpatterns.inject.ElementPredicates extends java.lang.Object { public static boolean isFinalField (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isFirstConstructorOfMultiInjectedClass (javax.lang.model.element.Element) java.util.List injectConstructors javax.lang.model.element.Element injectedMember public static boolean doesNotHaveRuntimeRetention (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean hasSourceRetention (javax.lang.model.element.Element) javax.lang.model.element.Element element private static java.lang.annotation.RetentionPolicy effectiveRetentionPolicy (javax.lang.model.element.Element) javax.lang.model.element.Element element java.lang.annotation.RetentionPolicy retentionPolicy java.lang.annotation.Retention retentionAnnotation private static com.google.common.collect.ImmutableList getConstructorsWithAnnotations (javax.lang.model.element.Element, java.util.List) javax.lang.model.element.Element exploringConstructor java.util.List annotations private static boolean hasAnyOfAnnotation (javax.lang.model.element.ExecutableElement, java.util.List) javax.lang.model.element.ExecutableElement input java.util.List annotations private static boolean typeInAnnotations (javax.lang.model.element.TypeElement, java.util.List) javax.lang.model.element.TypeElement t java.util.List annotations private void <init> () private static synthetic boolean lambda$typeInAnnotations$4 (javax.lang.model.element.TypeElement, java.lang.String) javax.lang.model.element.TypeElement t String annotation private static synthetic boolean lambda$hasAnyOfAnnotation$3 (java.util.List, javax.lang.model.element.TypeElement) java.util.List annotations javax.lang.model.element.TypeElement type private static synthetic javax.lang.model.element.TypeElement lambda$hasAnyOfAnnotation$2 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotationMirror private static synthetic java.lang.String lambda$getConstructorsWithAnnotations$1 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement e private static synthetic boolean lambda$getConstructorsWithAnnotations$0 (java.util.List, javax.lang.model.element.ExecutableElement) java.util.List annotations javax.lang.model.element.ExecutableElement constructor }
com/google/errorprone/bugpatterns/inject/AutoFactoryAtInject.class
AutoFactoryAtInject.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.AutoFactoryAtInject extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher HAS_AUTO_FACTORY_ANNOTATION public void <init> () public final com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree potentiallyAnnotatedTree com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree annotatedTree com.sun.source.tree.ClassTree classTree com.google.common.collect.ImmutableList potentiallyAnnotatedTrees private static com.sun.source.tree.Tree getCurrentlyAnnotatedNode (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/CloseableProvides.class
CloseableProvides.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.CloseableProvides extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher CLOSEABLE_PROVIDES_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/InjectedConstructorAnnotations.class
InjectedConstructorAnnotations.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.InjectedConstructorAnnotations extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher OPTIONAL_INJECTION_MATCHER private static final com.google.errorprone.matchers.Matcher BINDING_ANNOTATION_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotationTree com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix private static boolean isInjectedConstructor (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/ScopeOrQualifierAnnotationRetention.class
ScopeOrQualifierAnnotationRetention.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.ScopeOrQualifierAnnotationRetention extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String RETENTION_ANNOTATION private static final com.google.errorprone.matchers.Matcher SCOPE_OR_QUALIFIER_ANNOTATION_MATCHER private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_ANNOTATION_RETENTION public void <init> () public final com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree outer com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description describe (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, java.lang.annotation.Retention) com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state java.lang.annotation.Retention retention com.sun.source.tree.AnnotationTree retentionNode private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$38a4293d$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/ScopeAnnotationOnInterfaceOrAbstractClass.class
ScopeAnnotationOnInterfaceOrAbstractClass.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.ScopeAnnotationOnInterfaceOrAbstractClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher SCOPE_ANNOTATION_MATCHER private static final com.google.errorprone.matchers.Matcher INTERFACE_AND_ABSTRACT_TYPE_MATCHER public void <init> () public final com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree modified private static com.sun.source.tree.Tree getCurrentlyAnnotatedNode (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/MoreThanOneInjectableConstructor.class
MoreThanOneInjectableConstructor.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.MoreThanOneInjectableConstructor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_EITHER_INJECT public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree injectedMember com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/JavaxInjectOnAbstractMethod.class
JavaxInjectOnAbstractMethod.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.JavaxInjectOnAbstractMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher INJECT_FINDER private static final com.google.errorprone.matchers.Matcher ABSTRACT_OR_DEFAULT_METHOD_WITH_INJECT public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree injectAnnotation com.google.errorprone.matchers.MultiMatcher$MultiMatchResult injectAnnotations com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/MisplacedScopeAnnotations.class
MisplacedScopeAnnotations.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.MisplacedScopeAnnotations extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher IS_SCOPE_ANNOTATION private static final com.google.errorprone.matchers.MultiMatcher HAS_INJECT private static final com.google.errorprone.matchers.Matcher HAS_PROVIDES public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList scopeAnnotations public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state boolean hasInject com.google.common.collect.ImmutableList scopeAnnotations private com.google.errorprone.matchers.Description deleteAll (java.util.List) java.util.List scopeAnnotations com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static synthetic boolean lambda$matchVariable$4 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotation private static synthetic boolean lambda$matchVariable$3 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotation private static synthetic boolean lambda$matchVariable$2 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotation private static synthetic boolean lambda$matchMethod$1 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotation private static synthetic java.util.stream.Stream lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree variable static void <clinit> () }
com/google/errorprone/bugpatterns/inject/dagger/package-info.class
package-info.java package com.google.errorprone.bugpatterns.inject.dagger abstract synthetic com.google.errorprone.bugpatterns.inject.dagger.package-info extends java.lang.Object { }
com/google/errorprone/bugpatterns/inject/dagger/Util$3.class
Util.java package com.google.errorprone.bugpatterns.inject.dagger com.google.errorprone.bugpatterns.inject.dagger.Util$3 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree t com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/inject/dagger/EmptySetMultibindingContributions.class
EmptySetMultibindingContributions.java package com.google.errorprone.bugpatterns.inject.dagger public final com.google.errorprone.bugpatterns.inject.dagger.EmptySetMultibindingContributions extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher HAS_DAGGER_ONE_MODULE_ARGUMENT private static final com.google.errorprone.matchers.Matcher COLLECTIONS_EMPTY_SET private static final com.google.errorprone.matchers.Matcher IMMUTABLE_SETS_OF private static final com.google.errorprone.matchers.Matcher SET_CONSTRUCTORS private static final com.google.errorprone.matchers.Matcher SET_FACTORY_METHODS private static final com.google.errorprone.matchers.Matcher ENUM_SET_NONE_OF private static final com.google.errorprone.matchers.Matcher EMPTY_SET private static final com.google.errorprone.matchers.Matcher DIRECTLY_RETURNS_EMPTY_SET private static final com.google.errorprone.matchers.Matcher RETURNS_EMPTY_SET private static final com.google.errorprone.matchers.Matcher ANNOTATED_WITH_PRODUCES_OR_PROVIDES private static final com.google.errorprone.matchers.Matcher CAN_BE_A_MULTIBINDS_METHOD public void <init> () private static com.google.errorprone.matchers.Matcher noArgSetConstructor (java.lang.Class) Class setClass private static com.google.errorprone.matchers.Matcher setFactory (java.lang.String) String factoryName public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCAnnotation annotation com.sun.source.tree.MethodTree method com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCClassDecl enclosingClass private com.google.errorprone.matchers.Description fixByModifyingMethod (com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCClassDecl, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCClassDecl enclosingClass com.sun.source.tree.MethodTree method com.sun.tools.javac.tree.JCTree$JCModifiers methodModifiers String replacementModifiersString com.sun.tools.javac.tree.JCTree$JCModifiers enclosingClassModifiers String enclosingClassReplacementModifiersString com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static java.lang.String createReplacementMethodModifiers (com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCModifiers) com.sun.tools.javac.util.Name annotationQualifiedName com.sun.tools.javac.tree.JCTree$JCAnnotation annotation com.sun.tools.javac.code.Flags$Flag flag com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCModifiers modifiers com.google.common.collect.ImmutableList$Builder modifierStringsBuilder java.util.EnumSet methodFlags private static java.lang.String createReplacementClassModifiers (com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCModifiers) com.sun.tools.javac.tree.JCTree$JCAnnotation annotation com.sun.tools.javac.code.Flags$Flag flag com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCModifiers enclosingClassModifiers com.google.common.collect.ImmutableList$Builder classModifierStringsBuilder java.util.EnumSet classFlags static void <clinit> () }
com/google/errorprone/bugpatterns/inject/dagger/ProvidesNull.class
ProvidesNull.java package com.google.errorprone.bugpatterns.inject.dagger public com.google.errorprone.bugpatterns.inject.dagger.ProvidesNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Fix throwRuntimeExceptionFix String replacement com.google.errorprone.fixes.Fix throwRuntimeExceptionFix com.sun.source.tree.ReturnTree returnTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree returnExpression com.sun.source.util.TreePath path com.sun.source.tree.MethodTree enclosingMethod com.sun.tools.javac.code.Symbol$MethodSymbol enclosingMethodSym com.google.errorprone.fixes.Fix addNullableFix com.sun.source.tree.CatchTree enclosingCatch }
com/google/errorprone/bugpatterns/inject/dagger/RefersToDaggerCodegen.class
RefersToDaggerCodegen.java package com.google.errorprone.bugpatterns.inject.dagger public final com.google.errorprone.bugpatterns.inject.dagger.RefersToDaggerCodegen extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet DAGGER_INTERNAL_PACKAGES private static final com.google.common.collect.ImmutableSet GENERATED_BASE_TYPES private static final com.google.common.collect.ImmutableSet DAGGER_1_GENERATED_BASE_TYPES public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.tools.javac.code.Symbol$ClassSymbol rootClassOfMethod private static boolean isMembersInjectionInvocation (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.errorprone.VisitorState state private static boolean isGeneratedFactoryType (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.VisitorState state private static boolean isGeneratedBaseType (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.VisitorState state String baseTypeName com.sun.tools.javac.code.Type baseType private static boolean isDaggerInternalClass (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol symbol private static boolean isAllowedToReferenceDaggerInternals (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol rootCallingClass com.google.common.collect.ImmutableSet generatedBy private static synthetic boolean lambda$isAllowedToReferenceDaggerInternals$1 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Symbol$ClassSymbol rootCallingClass com.google.errorprone.VisitorState state String dagger1Type private static synthetic boolean lambda$isGeneratedFactoryType$0 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.VisitorState state String baseType static void <clinit> () }
com/google/errorprone/bugpatterns/inject/dagger/UseBinds.class
UseBinds.java package com.google.errorprone.bugpatterns.inject.dagger public com.google.errorprone.bugpatterns.inject.dagger.UseBinds extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher SIMPLE_METHOD private static final com.google.errorprone.matchers.Matcher CAN_BE_A_BINDS_METHOD public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree siblingMethod java.util.Set siblingFlags com.sun.source.tree.Tree member com.sun.source.tree.MethodTree method com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree enclosingClass private com.google.errorprone.matchers.Description fixByModifyingMethod (com.google.errorprone.VisitorState, com.sun.source.tree.ClassTree, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree enclosingClass com.sun.source.tree.MethodTree method private static com.google.errorprone.fixes.SuggestedFix$Builder convertMethodToBinds (com.sun.source.tree.MethodTree, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument com.sun.source.tree.AssignmentTree assignment String typeName java.util.List arguments com.sun.tools.javac.util.Name annotationQualifiedName com.sun.source.tree.AnnotationTree annotation javax.lang.model.element.Modifier flag com.sun.source.tree.MethodTree method com.sun.source.tree.ClassTree enclosingClass com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.ModifiersTree modifiers com.google.common.collect.ImmutableList$Builder modifierStringsBuilder java.util.Set methodFlags private static com.google.errorprone.matchers.Description fixByDelegating () static void <clinit> () }
com/google/errorprone/bugpatterns/inject/dagger/AndroidInjectionBeforeSuper$MatchType.class
AndroidInjectionBeforeSuper.java package com.google.errorprone.bugpatterns.inject.dagger final enum com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType ACTIVITY public static final enum com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType FRAMEWORK_FRAGMENT public static final enum com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType FRAMEWORK_FRAGMENT_PRE_API23 public static final enum com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType SUPPORT_FRAGMENT public static final enum com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType SUPPORT_FRAGMENT_PRE_API23 public static final enum com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType SERVICE private final String lifecycleMethod private final com.google.errorprone.matchers.Matcher methodMatcher private final com.google.errorprone.matchers.Matcher methodInvocationMatcher private final com.google.errorprone.matchers.Matcher injectMethodMatcher private static final synthetic com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType[] $VALUES public static com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType[] values () public static com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String, java.lang.String, com.google.common.collect.ImmutableList, java.lang.String) String componentType String lifecycleMethod com.google.common.collect.ImmutableList lifecycleMethodParameters String staticMethodClass private static synthetic com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/inject/dagger/AndroidInjectionBeforeSuper$LifecycleMethodVisitor.class
AndroidInjectionBeforeSuper.java package com.google.errorprone.bugpatterns.inject.dagger final com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$LifecycleMethodVisitor extends com.sun.source.util.SimpleTreeVisitor { private final com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType matchType private final com.google.errorprone.VisitorState state private boolean foundSuper final synthetic com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper this$0 void <init> (com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper, com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType matchType com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public com.google.errorprone.matchers.Description visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree node Void unused com.sun.source.tree.BlockTree methodBody public com.google.errorprone.matchers.Description visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Void) com.sun.source.tree.ExpressionStatementTree node Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) private synthetic com.google.errorprone.matchers.Description lambda$visitMethod$0 (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree tree }
com/google/errorprone/bugpatterns/inject/dagger/EmptySetMultibindingContributions$1.class
EmptySetMultibindingContributions.java package com.google.errorprone.bugpatterns.inject.dagger com.google.errorprone.bugpatterns.inject.dagger.EmptySetMultibindingContributions$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree method com.google.errorprone.VisitorState state java.util.List parameters public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/inject/dagger/ScopeOnModule.class
ScopeOnModule.java package com.google.errorprone.bugpatterns.inject.dagger public final com.google.errorprone.bugpatterns.inject.dagger.ScopeOnModule extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol annotationType com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state java.util.List fixes }
com/google/errorprone/bugpatterns/inject/dagger/AndroidInjectionBeforeSuper.class
AndroidInjectionBeforeSuper.java package com.google.errorprone.bugpatterns.inject.dagger public final com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.inject.dagger.AndroidInjectionBeforeSuper$MatchType matchType com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/inject/dagger/Util.class
Util.java package com.google.errorprone.bugpatterns.inject.dagger final com.google.errorprone.bugpatterns.inject.dagger.Util extends java.lang.Object { static final com.google.errorprone.matchers.Matcher ANNOTATED_WITH_PRODUCES_OR_PROVIDES static final com.google.errorprone.matchers.Matcher ANNOTATED_WITH_MULTIBINDING_ANNOTATION static final com.google.errorprone.matchers.Matcher IS_DAGGER_2_MODULE private static final com.google.errorprone.matchers.Matcher CLASS_EXTENDS_NOTHING static final com.google.errorprone.matchers.Matcher CAN_HAVE_ABSTRACT_BINDING_METHODS private static final com.google.errorprone.matchers.MultiMatcher HAS_GENERATED_CONSTRUCTOR private void <init> () private static transient com.google.errorprone.matchers.Matcher hasAnyParameter (java.lang.String[]) String[] parameters static com.google.common.base.Optional findAnnotation (java.lang.String, com.sun.source.tree.ClassTree) com.sun.tools.javac.code.Symbol$ClassSymbol annotationClass com.sun.source.tree.AnnotationTree annotationTree String annotationName com.sun.source.tree.ClassTree classTree static com.google.errorprone.fixes.SuggestedFix$Builder makeConcreteClassAbstract (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state java.util.Set flags boolean wasFinal boolean wasAbstract com.google.common.collect.ImmutableList$Builder modifiers com.google.errorprone.fixes.SuggestedFix$Builder makeAbstract private static com.google.errorprone.fixes.SuggestedFix$Builder addPrivateConstructor (com.sun.source.tree.ClassTree) com.sun.source.tree.Tree member com.sun.source.tree.ClassTree classTree com.google.errorprone.fixes.SuggestedFix$Builder fix String indent static void <clinit> () }
com/google/errorprone/bugpatterns/inject/dagger/UseBinds$1.class
UseBinds.java package com.google.errorprone.bugpatterns.inject.dagger com.google.errorprone.bugpatterns.inject.dagger.UseBinds$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree t com.google.errorprone.VisitorState state java.util.List parameters com.sun.source.tree.VariableTree onlyParameter com.sun.source.tree.BlockTree body java.util.List statements com.sun.source.tree.StatementTree onlyStatement com.sun.tools.javac.code.Symbol returnedSymbol public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/inject/dagger/Util$1.class
Util.java package com.google.errorprone.bugpatterns.inject.dagger com.google.errorprone.bugpatterns.inject.dagger.Util$1 extends java.lang.Object implements com.google.common.base.Function { void <init> () public com.google.errorprone.matchers.Matcher apply (java.lang.String) String parameter public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/bugpatterns/inject/dagger/DaggerAnnotations.class
DaggerAnnotations.java package com.google.errorprone.bugpatterns.inject.dagger public final com.google.errorprone.bugpatterns.inject.dagger.DaggerAnnotations extends java.lang.Object { static final String BINDS_CLASS_NAME static final String PROVIDES_CLASS_NAME static final String MODULE_CLASS_NAME static final String MULTIBINDS_CLASS_NAME static final String PRODUCES_CLASS_NAME static final String PRODUCER_MODULE_CLASS_NAME static final String INTO_SET_CLASS_NAME static final String ELEMENTS_INTO_SET_CLASS_NAME static final String INTO_MAP_CLASS_NAME private static final com.google.errorprone.matchers.Matcher ANY_MODULE private static final com.google.errorprone.matchers.Matcher BINDING_METHOD private static final com.google.errorprone.matchers.Matcher BINDING_DECLARATION_METHOD public static com.google.errorprone.matchers.Matcher isAnyModule () static com.google.errorprone.matchers.Matcher isBindingMethod () static com.google.errorprone.matchers.Matcher isBindingDeclarationMethod () private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/inject/dagger/PrivateConstructorForNoninstantiableModule.class
PrivateConstructorForNoninstantiableModule.java package com.google.errorprone.bugpatterns.inject.dagger public com.google.errorprone.bugpatterns.inject.dagger.PrivateConstructorForNoninstantiableModule extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList nonSyntheticMembers boolean hasBindingDeclarationMethods boolean allStaticMembers private static com.google.errorprone.fixes.Fix addPrivateConstructor (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state private static java.util.function.Predicate matcherAsPredicate (com.google.errorprone.matchers.Matcher, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.VisitorState state private static synthetic boolean lambda$matcherAsPredicate$2 (com.google.errorprone.matchers.Matcher, com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.VisitorState state com.sun.source.tree.Tree t private static synthetic boolean lambda$matchClass$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static synthetic boolean lambda$matchClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree }
com/google/errorprone/bugpatterns/inject/dagger/Util$2.class
Util.java package com.google.errorprone.bugpatterns.inject.dagger com.google.errorprone.bugpatterns.inject.dagger.Util$2 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree t com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/inject/AssistedInjectAndInjectOnConstructors.class
AssistedInjectAndInjectOnConstructors.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.AssistedInjectAndInjectOnConstructors extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher HAS_CONSTRUCTORS_WITH_INJECT_AND_ASSISTED_INJECT public void <init> () public final com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/AssistedInjectAndInjectOnSameConstructor.class
AssistedInjectAndInjectOnSameConstructor.java package com.google.errorprone.bugpatterns.inject public com.google.errorprone.bugpatterns.inject.AssistedInjectAndInjectOnSameConstructor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher HAS_ASSISTED_INJECT_MATCHER private static final com.google.errorprone.matchers.Matcher injectOrAssistedInjectMatcher public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree treeWithAnnotation com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/inject/InjectedConstructorAnnotations$1.class
InjectedConstructorAnnotations.java package com.google.errorprone.bugpatterns.inject com.google.errorprone.bugpatterns.inject.InjectedConstructorAnnotations$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotationTree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/inject/InjectOnMemberAndConstructor$1.class
InjectOnMemberAndConstructor.java package com.google.errorprone.bugpatterns.inject com.google.errorprone.bugpatterns.inject.InjectOnMemberAndConstructor$1 extends com.sun.source.util.TreeScanner { final synthetic java.util.Set val$variablesAssigned final synthetic com.google.errorprone.bugpatterns.inject.InjectOnMemberAndConstructor this$0 void <init> (com.google.errorprone.bugpatterns.inject.InjectOnMemberAndConstructor, java.util.Set) com.google.errorprone.bugpatterns.inject.InjectOnMemberAndConstructor this$0 public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) }
com/google/errorprone/bugpatterns/DeduplicateConstants$1.class
DeduplicateConstants.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DeduplicateConstants$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.Table val$fixes final synthetic com.google.errorprone.bugpatterns.DeduplicateConstants this$0 void <init> (com.google.errorprone.bugpatterns.DeduplicateConstants, com.google.errorprone.VisitorState, com.google.common.collect.Table) com.google.errorprone.bugpatterns.DeduplicateConstants this$0 public java.lang.Void visitBlock (com.sun.source.tree.BlockTree, com.google.errorprone.bugpatterns.DeduplicateConstants$Scope) com.sun.source.tree.BlockTree tree com.google.errorprone.bugpatterns.DeduplicateConstants$Scope scope public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.bugpatterns.DeduplicateConstants$Scope) com.sun.source.tree.VariableTree tree com.google.errorprone.bugpatterns.DeduplicateConstants$Scope scope public java.lang.Void visitLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.bugpatterns.DeduplicateConstants$Scope) com.sun.source.tree.LiteralTree tree com.google.errorprone.bugpatterns.DeduplicateConstants$Scope scope private void replaceLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.bugpatterns.DeduplicateConstants$Scope, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree tree com.google.errorprone.bugpatterns.DeduplicateConstants$Scope scope com.google.errorprone.VisitorState state Object value com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.fixes.SuggestedFix fix private void saveConstValue (com.sun.source.tree.VariableTree, com.google.errorprone.bugpatterns.DeduplicateConstants$Scope) com.sun.source.tree.VariableTree tree com.google.errorprone.bugpatterns.DeduplicateConstants$Scope scope com.sun.tools.javac.code.Symbol$VarSymbol sym String constValue public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnnecessarilyVisible.class
UnnecessarilyVisible.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnnecessarilyVisible extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.common.collect.ImmutableSet VISIBILITY_MODIFIERS private static final com.google.errorprone.suppliers.Supplier FRAMEWORK_ANNOTATIONS private static final com.google.errorprone.suppliers.Supplier INJECT_ANNOTATIONS private static final String VISIBLE_FOR_TESTING_CAVEAT public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol java.util.Set badModifiers private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableSet lambda$static$23440d29$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s private static synthetic com.google.common.collect.ImmutableSet lambda$static$937ccfb8$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$ProblemUsage$3.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage$3 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage { private void <init> (java.lang.String, int) com.google.errorprone.fixes.SuggestedFix fix (com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer fixer com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree methodInvocationTree private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$fix$0 (com.sun.source.tree.MethodInvocationTree, java.lang.String) com.sun.source.tree.MethodInvocationTree methodInvocationTree String r int startPos }
com/google/errorprone/bugpatterns/UnicodeEscape.class
UnicodeEscape.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnicodeEscape extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state private static boolean isBanned (char) char c }
com/google/errorprone/bugpatterns/AbstractMustBeClosedChecker$2.class
AbstractMustBeClosedChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$2 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$var final synthetic boolean[] val$closed void <init> (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol, boolean[]) public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AbstractMustBeClosedChecker$NameSuggester.class
AbstractMustBeClosedChecker.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester extends java.lang.Object { private final com.google.common.collect.Multiset assignedNamesInThisMethod void <init> () java.lang.String uniquifyName (java.lang.String) String basename int numPreviousConflicts java.lang.String suggestName (com.sun.source.tree.ExpressionTree) String symbolName String symbolName com.sun.source.tree.ExpressionTree tree String symbolName }
com/google/errorprone/bugpatterns/FuzzyEqualsShouldNotBeUsedInEqualsMethod.class
FuzzyEqualsShouldNotBeUsedInEqualsMethod.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.FuzzyEqualsShouldNotBeUsedInEqualsMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher CALL_TO_FUZZY_IN_EQUALS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/InlineTrivialConstant.class
InlineTrivialConstant.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InlineTrivialConstant extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.common.collect.ImmutableSet EMPTY_STRING_VARIABLE_NAMES public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.bugpatterns.InlineTrivialConstant$TrivialConstant value java.util.Map$Entry e com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map fields com.google.common.collect.ListMultimap uses private static java.util.Optional isTrivialConstant (com.sun.source.tree.VariableTree, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState) String value com.sun.source.tree.VariableTree tree com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree initializer private static synthetic void lambda$matchCompilationUnit$0 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.bugpatterns.InlineTrivialConstant$TrivialConstant, com.sun.source.tree.Tree) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.bugpatterns.InlineTrivialConstant$TrivialConstant value com.sun.source.tree.Tree x static void <clinit> () }
com/google/errorprone/bugpatterns/SizeGreaterThanOrEqualsZero$MethodName.class
SizeGreaterThanOrEqualsZero.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$MethodName extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$MethodName LENGTH public static final enum com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$MethodName SIZE private static final synthetic com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$MethodName[] $VALUES public static com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$MethodName[] values () public static com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$MethodName valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$MethodName[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/MixedDescriptors.class
MixedDescriptors.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MixedDescriptors extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_DESCRIPTOR private static final com.google.errorprone.matchers.Matcher FIND_FIELD private static final com.google.errorprone.suppliers.Supplier MESSAGE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver java.util.List arguments com.sun.tools.javac.code.Symbol argumentSymbol java.util.Optional descriptorType java.util.Optional receiverType private static boolean shouldConsider (com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.tools.javac.code.Symbol$TypeSymbol symbol String packge private static boolean typesDiffer (java.util.Optional, java.util.Optional) java.util.Optional a java.util.Optional b private static java.util.Optional protoType (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol static void <clinit> () }
com/google/errorprone/bugpatterns/NonAtomicVolatileUpdate$2.class
NonAtomicVolatileUpdate.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NonAtomicVolatileUpdate$2 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic com.google.errorprone.matchers.Matcher val$exprMatcher void <init> (com.google.errorprone.matchers.Matcher) public boolean matches (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/TryFailThrowable$HasOtherParameters.class
TryFailThrowable.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters TRUE public static final enum com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters FALSE private static final synthetic com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters[] $VALUES public static com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters[] values () public static com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/ComparisonContractViolated$4.class
ComparisonContractViolated.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ComparisonContractViolated$4 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/LenientFormatStringValidation$LenientFormatMethod.class
LenientFormatStringValidation.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.LenientFormatStringValidation$LenientFormatMethod extends java.lang.Object { void <init> () abstract com.google.errorprone.matchers.Matcher matcher () abstract int formatStringPosition () public static com.google.errorprone.bugpatterns.LenientFormatStringValidation$LenientFormatMethod create (com.google.errorprone.matchers.Matcher, int) com.google.errorprone.matchers.Matcher matcher int formatStringPosition }
com/google/errorprone/bugpatterns/ArrayToString.class
ArrayToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ArrayToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final com.google.errorprone.matchers.Matcher GET_STACK_TRACE private static final com.google.errorprone.predicates.TypePredicate IS_ARRAY public void <init> () protected com.google.errorprone.predicates.TypePredicate typePredicate () protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected boolean allowableToStringKind (com.google.errorprone.bugpatterns.AbstractToString$ToStringKind) com.google.errorprone.bugpatterns.AbstractToString$ToStringKind toStringKind protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static java.util.Optional fix (com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree replace com.sun.source.tree.Tree with com.google.errorprone.VisitorState state String method private static boolean isNestedArray (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree with com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type withType static void <clinit> () }
com/google/errorprone/bugpatterns/ComparableType.class
ComparableType.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ComparableType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type comparableType com.google.errorprone.matchers.Description match (com.sun.source.tree.ClassTree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.sun.source.tree.Tree impl com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type implType com.sun.tools.javac.code.Type$ClassType type com.sun.tools.javac.code.Type comparableTypeArgument private synthetic com.google.errorprone.matchers.Description lambda$matchClass$1 (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree impl private static synthetic boolean lambda$matchClass$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.sun.tools.javac.code.Type comparableType com.google.errorprone.VisitorState state com.sun.source.tree.Tree impl }
com/google/errorprone/bugpatterns/StronglyTypeByteString.class
StronglyTypeByteString.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StronglyTypeByteString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher BYTE_STRING_FACTORY public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/JUnit4TestsNotRunWithinEnclosed$1.class
JUnit4TestsNotRunWithinEnclosed.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JUnit4TestsNotRunWithinEnclosed$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.ImmutableSet val$extendedTypes final synthetic com.google.errorprone.bugpatterns.JUnit4TestsNotRunWithinEnclosed this$0 void <init> (com.google.errorprone.bugpatterns.JUnit4TestsNotRunWithinEnclosed, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet) com.google.errorprone.bugpatterns.JUnit4TestsNotRunWithinEnclosed this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.google.errorprone.fixes.SuggestedFix$Builder fix String junit4 com.sun.source.tree.Tree member com.sun.source.tree.ClassTree classTree Void unused com.sun.tools.javac.code.Type$ClassType classType public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private static synthetic boolean lambda$visitClass$0 (com.sun.tools.javac.code.Type$ClassType, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$ClassType classType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t }
com/google/errorprone/bugpatterns/HidingField.class
HidingField.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.HidingField extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.common.collect.ImmutableSet IGNORED_CLASSES public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$TypeSymbol parentSymbol java.util.List parentElements java.util.Map parentMembers com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState visitorState java.util.List originalClassMembers com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol private void checkForHiddenFields (java.util.List, java.util.Map, javax.lang.model.element.Name, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Description$Builder matchDesc java.util.List originalClassMembers java.util.Map parentMembers javax.lang.model.element.Name parentClassName com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState visitorState java.util.Iterator origVariableIterator com.sun.source.tree.VariableTree origVariable private static boolean isIgnoredType (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree variableTree private static boolean isStatic (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree varTree private static boolean isPackagePrivateAndInDiffPackage (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ClassTree) com.sun.tools.javac.code.Symbol$VarSymbol parentVariable com.sun.source.tree.ClassTree currClass private static synthetic com.sun.tools.javac.code.Symbol$VarSymbol lambda$matchClass$6 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol mem private static synthetic boolean lambda$matchClass$5 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol mem private static synthetic com.sun.tools.javac.code.Symbol$VarSymbol lambda$matchClass$4 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol mem private static synthetic boolean lambda$matchClass$3 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol mem private synthetic boolean lambda$matchClass$2 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState visitorState com.sun.source.tree.VariableTree mem private static synthetic com.sun.source.tree.VariableTree lambda$matchClass$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree mem private static synthetic boolean lambda$matchClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree mem static void <clinit> () }
com/google/errorprone/bugpatterns/ProtoRedundantSet.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ProtoRedundantSet extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher PROTO_FLUENT_METHOD private static final com.google.errorprone.matchers.Matcher TERMINAL_PROTO_FLUENT_METHOD public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree method com.sun.tools.javac.code.Symbol symbol String methodName com.sun.source.tree.ExpressionTree current com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField protoField java.util.Collection values java.util.Map$Entry entry com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.common.collect.ListMultimap setters com.sun.tools.javac.code.Type type private com.google.errorprone.matchers.Description describe (com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField, java.util.Collection, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree method int startPos int endPos com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue field com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField protoField java.util.Collection locations com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix long values private static void match (com.sun.source.tree.MethodInvocationTree, java.lang.String, com.google.common.collect.ListMultimap) com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue match com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType fieldType com.sun.source.tree.MethodInvocationTree method String methodName com.google.common.collect.ListMultimap setters private static java.lang.String nTimes (int) int n private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic java.lang.String lambda$describe$1 (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue) com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue l private static synthetic boolean lambda$matchMethodInvocation$0 (java.util.Map$Entry) java.util.Map$Entry entry private static synthetic boolean lambda$static$468c88a7$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ParametersButNotParameterized.class
ParametersButNotParameterized.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ParametersButNotParameterized extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String PARAMETERIZED private static final String PARAMETER private static final String PARAMETERS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotation com.google.errorprone.fixes.SuggestedFix$Builder fix private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree m }
com/google/errorprone/bugpatterns/FieldCanBeLocal.class
FieldCanBeLocal.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.FieldCanBeLocal extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.common.collect.ImmutableSet VALID_ON_LOCAL_VARIABLES public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree scope com.sun.source.tree.AssignmentTree assignmentTree com.sun.tools.javac.code.Symbol rhsSymbol String assigneeName com.sun.source.util.TreePath assignmentSite com.sun.source.tree.ExpressionTree selected com.sun.source.tree.IdentifierTree ident com.sun.source.tree.Tree usage com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.sun.source.util.TreePath declarationSite java.util.Collection assignmentLocations com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.VariableTree variableTree String type String annotations java.util.Set deletedTrees java.util.Set scopesDeclared java.util.Map$Entry entry com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map potentialFields com.google.common.collect.SetMultimap unconditionalAssignments com.google.common.collect.SetMultimap uses private static java.lang.String getAnnotationSource (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree variableTree java.util.List annotations static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsNaN$1.class
EqualsNaN.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.EqualsNaN$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/OptionalOfRedundantMethod.class
OptionalOfRedundantMethod.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.OptionalOfRedundantMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GUAVA_OPTIONAL_OF_MATCHER private static final com.google.errorprone.matchers.Matcher OPTIONAL_OF_MATCHER private static final com.google.errorprone.matchers.Matcher REDUNDANT_METHOD_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree childMethodInvocationTree String methodName private com.google.common.collect.ImmutableList getSuggestedFixes (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree argument com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree optionalOfInvocationTree String nullableMethodName com.google.common.collect.ImmutableList$Builder fixesBuilder com.sun.tools.javac.util.Name methodSimpleName static void <clinit> () }
com/google/errorprone/bugpatterns/DangerousLiteralNullChecker.class
DangerousLiteralNullChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DangerousLiteralNullChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LiteralTreeMatcher { private static final com.google.errorprone.suppliers.Supplier RULES private static final com.google.errorprone.suppliers.Supplier RULE_LOOKUP public void <init> () public com.google.errorprone.matchers.Description matchLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.source.tree.MethodInvocationTree invocation com.sun.tools.javac.code.Symbol$MethodSymbol sym String newBody private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableTable lambda$static$ed587e7e$1 (com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule rule com.google.errorprone.VisitorState state com.google.common.collect.ImmutableTable$Builder builder private static synthetic com.google.common.collect.ImmutableList lambda$static$a1f12384$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/JdkObsolete$1.class
JdkObsolete.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JdkObsolete$1 extends com.google.errorprone.bugpatterns.JdkObsolete$Obsolete { void <init> (java.lang.String, java.lang.String) String qualifiedName String message java.util.Optional fix (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/InitializeInline$1.class
InitializeInline.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InitializeInline$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$symbol final synthetic java.util.List val$assignments final synthetic com.google.errorprone.bugpatterns.InitializeInline this$0 void <init> (com.google.errorprone.bugpatterns.InitializeInline, com.sun.tools.javac.code.Symbol$VarSymbol, java.util.List) com.google.errorprone.bugpatterns.InitializeInline this$0 public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree node Void unused public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnsafeLocaleUsage.class
UnsafeLocaleUsage.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnsafeLocaleUsage extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher LOCALE_TO_STRING private static final com.google.errorprone.matchers.Matcher LOCALE_CONSTRUCTOR public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree arg String replacementArg com.google.errorprone.matchers.Description$Builder descriptionBuilder com.google.common.collect.ImmutableList constructorArguments com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractMustBeClosedChecker$Change$Builder.class
AbstractMustBeClosedChecker.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change$Builder extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change$Builder otherFixes (com.google.errorprone.fixes.SuggestedFix) abstract com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change$Builder closeBraceAfter (com.sun.source.tree.Tree) abstract com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change build () java.util.Optional wrapped () }
com/google/errorprone/bugpatterns/ImmutableSetForContains$ImmutableVarUsageScanner.class
ImmutableSetForContains.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.ImmutableSetForContains$ImmutableVarUsageScanner extends com.sun.source.util.TreeScanner { private static final com.google.errorprone.matchers.Matcher ALLOWED_FUNCTIONS_ON_LIST private final java.util.Map disallowedVarUsages private void <init> (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet immutableListVar public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state private boolean allowedFuncOnImmutableVar (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree identifierTree com.google.errorprone.VisitorState visitorState public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree memberSelectTree com.google.errorprone.VisitorState visitorState private void recordDisallowedUsage (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) private static synthetic java.lang.Boolean lambda$recordDisallowedUsage$4 (com.sun.tools.javac.code.Symbol, java.lang.Boolean) com.sun.tools.javac.code.Symbol sym Boolean oldVal private synthetic void lambda$visitMethodInvocation$3 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree private synthetic void lambda$visitMethodInvocation$2 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree tree private static synthetic java.lang.Boolean lambda$new$1 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol x private static synthetic com.sun.tools.javac.code.Symbol lambda$new$0 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol x static void <clinit> () }
com/google/errorprone/bugpatterns/ModifySourceCollectionInStream.class
ModifySourceCollectionInStream.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ModifySourceCollectionInStream extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableList STATE_MUTATION_METHOD_NAMES private static final com.google.common.collect.ImmutableList STREAM_CREATION_METHOD_NAMES private static final com.google.errorprone.matchers.Matcher COLLECTION_TO_STREAM_MATCHER private static final com.google.errorprone.matchers.Matcher STREAM_API_INVOCATION_MATCHER private static final com.google.errorprone.matchers.Matcher MUTATION_METHOD_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree methodInvocationTree public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree mutatedReceiver com.sun.source.util.TreePath pathToLambdaExpression com.sun.source.tree.Tree parentNode private static boolean isStreamApiInvocationOnStreamSource (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree rootTree com.sun.source.tree.ExpressionTree streamSourceExpression com.google.errorprone.VisitorState visitorState com.sun.source.tree.ExpressionTree expressionTree private static boolean isSameExpression (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree leftTree com.sun.source.tree.ExpressionTree rightTree String leftTreeTextRepr String rightTreeTextRepr private static java.lang.String stripPrefixIfPresent (java.lang.String, java.lang.String) String originalText String prefix private static synthetic boolean lambda$matchMemberReference$0 (com.sun.source.tree.MemberReferenceTree, java.lang.String) com.sun.source.tree.MemberReferenceTree tree String methodName static void <clinit> () }
com/google/errorprone/bugpatterns/NonCanonicalStaticImport.class
NonCanonicalStaticImport.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NonCanonicalStaticImport extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ImportTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchImport (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.sun.source.tree.ImportTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo importInfo }
com/google/errorprone/bugpatterns/AnnotationMirrorToString.class
AnnotationMirrorToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AnnotationMirrorToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final com.google.errorprone.predicates.TypePredicate TYPE_PREDICATE public void <init> () protected com.google.errorprone.predicates.TypePredicate typePredicate () protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static java.util.Optional fix (com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree replace com.sun.source.tree.Tree with com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/bugpatterns/DoNotMockAutoValue.class
DoNotMockAutoValue.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.DoNotMockAutoValue extends com.google.errorprone.bugpatterns.AbstractMockChecker { private static final com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor MOCKED_VAR public void <init> () private static synthetic java.lang.String lambda$new$0 (com.google.auto.value.AutoValue) com.google.auto.value.AutoValue unused static void <clinit> () }
com/google/errorprone/bugpatterns/ImplementAssertionWithChaining.class
ImplementAssertionWithChaining.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ImplementAssertionWithChaining extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher { private static final com.google.errorprone.matchers.Matcher FAIL_METHOD private static final com.google.errorprone.matchers.Matcher EQUALS_LIKE_METHOD private static final com.google.errorprone.matchers.Matcher ACTUAL_METHOD public void <init> () public com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree ifTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList actualAndExpected String checkDescription private static com.google.common.collect.ImmutableList findActualAndExpected (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree condition com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList findActualAndExpectedForPossibleEqualsCall (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree possiblyEqualsCall com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree equalsCheck java.util.List args private static com.google.common.collect.ImmutableList findActualAndExpectedForBinaryOp (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree binaryTree com.google.errorprone.VisitorState state boolean bothPrimitives boolean bothEnums private static boolean isEnum (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static boolean isCallToFail (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) java.util.List statements com.sun.source.tree.StatementTree then com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree thenExpr com.sun.source.tree.MethodInvocationTree thenCall com.sun.source.tree.ExpressionTree methodSelect static java.lang.String makeCheckDescription (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree methodSelect com.sun.source.tree.MemberSelectTree memberSelect com.sun.source.tree.ExpressionTree expression com.sun.source.tree.ExpressionTree actual com.google.errorprone.VisitorState state java.util.Deque parts com.sun.source.tree.MethodInvocationTree invocation private static boolean refersToFieldNamedActual (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol symbol static void <clinit> () }
com/google/errorprone/bugpatterns/ToStringReturnsNull$FindReturnNullLiteralScanner$ReturnExpressionScanner.class
ToStringReturnsNull.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ToStringReturnsNull$FindReturnNullLiteralScanner$ReturnExpressionScanner extends com.google.errorprone.bugpatterns.ToStringReturnsNull$BooleanScanner { private void <init> () public java.lang.Boolean scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/AbstractMustBeClosedChecker$3.class
AbstractMustBeClosedChecker.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/JdkObsolete$Obsolete.class
JdkObsolete.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JdkObsolete$Obsolete extends java.lang.Object { final String qualifiedName final String message void <init> (java.lang.String, java.lang.String) String qualifiedName String message java.lang.String qualifiedName () java.lang.String message () java.util.Optional fix (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/ExtendsAutoValue.class
ExtendsAutoValue.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ExtendsAutoValue extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.suppliers.Supplier AUTOS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private static boolean isInGeneratedCode (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableSet lambda$static$84f28977$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/WildcardImport$ImportCollector.class
WildcardImport.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.WildcardImport$ImportCollector extends com.sun.tools.javac.tree.TreeScanner { private final com.sun.tools.javac.code.Scope$StarImportScope wildcardScope private final java.util.Set seen void <init> (com.sun.tools.javac.code.Scope$StarImportScope) com.sun.tools.javac.code.Scope$StarImportScope wildcardScope public static java.util.Set collect (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) com.sun.tools.javac.tree.JCTree$JCCompilationUnit tree com.google.errorprone.bugpatterns.WildcardImport$ImportCollector collector public void visitImport (com.sun.tools.javac.tree.JCTree$JCImport) com.sun.tools.javac.tree.JCTree$JCImport tree public void visitMethodDef (com.sun.tools.javac.tree.JCTree$JCMethodDecl) com.sun.tools.javac.tree.JCTree$JCMethodDecl method public void visitIdent (com.sun.tools.javac.tree.JCTree$JCIdent) com.sun.tools.javac.tree.JCTree$JCIdent tree com.sun.tools.javac.code.Symbol sym }
com/google/errorprone/bugpatterns/ComparableAndComparator.class
ComparableAndComparator.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ComparableAndComparator extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String COMPARABLE private static final String COMPARATOR private static final com.google.errorprone.matchers.Matcher COMPARABLE_MATCHER private static final com.google.errorprone.matchers.Matcher COMPARATOR_MATCHER private static final com.google.errorprone.matchers.Matcher COMPARABLE_AND_COMPARATOR_MATCHER public void <init> () private static boolean matchAnySuperType (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state java.util.List superTypes com.sun.source.tree.Tree superClass public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchAnySuperType$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree superType static void <clinit> () }
com/google/errorprone/bugpatterns/ConstantOverflow$2.class
ConstantOverflow.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ConstantOverflow$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/MethodCanBeStatic.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MethodCanBeStatic extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private final com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle findingOutputStyle private static final com.google.common.collect.ImmutableSet EXCLUDED_MODIFIERS void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags boolean findingPerSite public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map nodes private static void propagateNonStaticness (java.util.Map) com.sun.tools.javac.code.Symbol$MethodSymbol use com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.bugpatterns.MethodCanBeStatic$MethodDetails methodDetails java.util.Map$Entry entry com.sun.tools.javac.code.Symbol$MethodSymbol user com.google.errorprone.bugpatterns.MethodCanBeStatic$MethodDetails methodDetails com.sun.tools.javac.code.Symbol$MethodSymbol sym java.util.Set nextVisit java.util.Map nodes java.util.Set toVisit private com.google.errorprone.matchers.Description generateDescription (java.util.Map, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.bugpatterns.MethodCanBeStatic$MethodDetails methodDetails boolean noExternalMethods java.util.Map$Entry entry java.util.Map nodes com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder java.util.Set affectedTrees private static boolean referencesExternalMethods (com.google.errorprone.bugpatterns.MethodCanBeStatic$MethodDetails, java.util.Set) com.google.errorprone.bugpatterns.MethodCanBeStatic$MethodDetails methodDetails java.util.Set localMethods private com.google.errorprone.fixes.SuggestedFix fixQualifiers (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.fixes.SuggestedFix f com.google.errorprone.fixes.SuggestedFix$Builder builder private static boolean isExcluded (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym private synthetic com.google.errorprone.fixes.SuggestedFix lambda$generateDescription$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.fixes.SuggestedFix f private static synthetic boolean lambda$matchCompilationUnit$0 (java.util.Map$Entry) java.util.Map$Entry entry static void <clinit> () }
com/google/errorprone/bugpatterns/MultipleUnaryOperatorsInMethodCall.class
MultipleUnaryOperatorsInMethodCall.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MultipleUnaryOperatorsInMethodCall extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet UNARY_OPERATORS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState visitorState private static synthetic boolean lambda$matchMethodInvocation$3 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic boolean lambda$matchMethodInvocation$2 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym private static synthetic com.sun.tools.javac.code.Symbol lambda$matchMethodInvocation$1 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryBoxedVariable$2.class
UnnecessaryBoxedVariable.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/FunctionalInterfaceMethodChanged.class
FunctionalInterfaceMethodChanged.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.FunctionalInterfaceMethodChanged extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_FUNCTIONAL_INTERFACE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Types types com.google.common.collect.ImmutableSet functionalSuperInterfaceSams com.sun.tools.javac.code.Symbol thisInterfaceSam com.sun.source.tree.TreeVisitor behaviorPreserving com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree enclosingClazz private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t static void <clinit> () }
com/google/errorprone/bugpatterns/TryFailThrowable$CaughtType.class
TryFailThrowable.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType JAVA_LANG_ERROR public static final enum com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType JAVA_LANG_THROWABLE public static final enum com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType SOME_ASSERTION_FAILURE private static final synthetic com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType[] $VALUES public static com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType[] values () public static com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/ConstantField$1.class
ConstantField.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ConstantField$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$NestingKind static void <clinit> () }
com/google/errorprone/bugpatterns/TruthConstantAsserts.class
TruthConstantAsserts.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TruthConstantAsserts extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERT_THAT private static final java.util.regex.Pattern EQ_NEQ private static final com.google.errorprone.matchers.Matcher TRUTH_SUBJECT_CALL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree rec com.sun.source.tree.ExpressionTree expr com.sun.source.tree.ExpressionTree expectation com.google.errorprone.fixes.SuggestedFix fix static void <clinit> () }
com/google/errorprone/bugpatterns/JUnit4SetUpNotRun.class
JUnit4SetUpNotRun.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnit4SetUpNotRun extends com.google.errorprone.bugpatterns.AbstractJUnit4InitMethodNotRun { public void <init> () protected com.google.errorprone.matchers.Matcher methodMatcher () protected java.lang.String correctAnnotation () protected java.util.List annotationReplacements () public volatile synthetic com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/NullOptional.class
NullOptional.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.NullOptional extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.predicates.TypePredicate GUAVA_OPTIONAL private static final com.google.errorprone.predicates.TypePredicate OPTIONAL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private void handleMethodInvocation (com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.List, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Symbol$MethodSymbol symbol java.util.List arguments com.google.errorprone.VisitorState state java.util.Iterator parameters com.sun.tools.javac.code.Symbol$VarSymbol parameter com.sun.tools.javac.code.Type parameterType static void <clinit> () }
com/google/errorprone/bugpatterns/UnsafeReflectiveConstructionCast.class
UnsafeReflectiveConstructionCast.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnsafeReflectiveConstructionCast extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher { private static final com.google.errorprone.matchers.Matcher CLASS_FOR_NAME private static final com.google.errorprone.matchers.Matcher CLASS_GET_CONSTRUCTOR private static final com.google.errorprone.matchers.Matcher CTOR_NEW_INSTANCE public void <init> () public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeCastTree typeCastTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree newInstanceTree com.sun.source.tree.ExpressionTree treeReceiver com.sun.source.tree.ExpressionTree classForName com.sun.tools.javac.code.Symbol typeSym com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type typeCastTreeType com.sun.tools.javac.code.Type erasedType com.google.errorprone.fixes.SuggestedFix$Builder fix String typeSource static void <clinit> () }
com/google/errorprone/bugpatterns/CacheLoaderNull.class
CacheLoaderNull.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CacheLoaderNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.suppliers.Supplier CACHE_LOADER_TYPE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym static void <clinit> () }
com/google/errorprone/bugpatterns/WaitNotInLoop.class
WaitNotInLoop.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.WaitNotInLoop extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher matcher public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) CharSequence ifSource String replacement com.sun.tools.javac.tree.JCTree$JCIf enclosingIf com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder description com.sun.tools.javac.code.Symbol$MethodSymbol sym static void <clinit> () }
com/google/errorprone/bugpatterns/CheckReturnValue.class
CheckReturnValue.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CheckReturnValue extends com.google.errorprone.bugpatterns.AbstractReturnValueIgnored implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String CHECK_RETURN_VALUE private static final String CAN_IGNORE_RETURN_VALUE private static final com.google.common.collect.ImmutableList MUTUALLY_EXCLUSIVE_ANNOTATIONS public static final String CHECK_ALL_CONSTRUCTORS public static final String CHECK_ALL_METHODS static final String CRV_PACKAGES private static final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo METHOD_INFO private final com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle messageTrailerStyle private final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator evaluator void <init> (com.google.errorprone.ErrorProneFlags, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.ErrorProneFlags flags com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder builder private static java.util.Optional defaultPolicy (com.google.errorprone.ErrorProneFlags, java.lang.String) com.google.errorprone.ErrorProneFlags flags String flag public com.google.errorprone.matchers.Matcher specializedMatcher () private static java.util.Optional methodToInspect (com.sun.source.tree.ExpressionTree) java.util.Optional constructor com.sun.source.tree.ClassTree anonymousClazz com.sun.source.tree.ExpressionTree tree private static java.util.Optional methodSymbol (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol sym public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy getMethodPolicy (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state public boolean isCovered (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public com.google.common.collect.ImmutableMap getMatchMetadata (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.common.collect.ImmutableList presentAnnotations String message private static com.google.common.collect.ImmutableList presentCrvRelevantAnnotations (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList presentAnnotations private com.google.errorprone.matchers.Description describeInvocationResultIgnored (com.sun.source.tree.ExpressionTree, java.lang.String, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree invocationTree String shortCall com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state String assignmentToUnused String message protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol String shortCall protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol String shortCall protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Type type String parensAndMaybeEllipsis String shortCall String implementedMethod String methodReference String assignmentLambda String message private java.lang.String apiTrailer (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.Fix fixAtDeclarationSite (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree method com.google.errorprone.fixes.SuggestedFix$Builder fix private static com.sun.source.tree.MethodTree findDeclaration (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state com.sun.tools.javac.processing.JavacProcessingEnvironment javacEnv com.sun.source.util.TreePath declPath public volatile synthetic com.google.common.collect.ImmutableMap getMatchMetadata (java.lang.Object, java.lang.Object) public volatile synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy getMethodPolicy (java.lang.Object, java.lang.Object) public volatile synthetic boolean isCovered (java.lang.Object, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$presentCrvRelevantAnnotations$8 (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol symbol String a private static synthetic com.google.common.collect.ImmutableMap lambda$getMatchMetadata$7 (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$Evaluation) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$Evaluation evaluation private synthetic java.util.stream.Stream lambda$getMatchMetadata$6 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method private synthetic java.util.stream.Stream lambda$isCovered$5 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method private synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy lambda$getMethodPolicy$4 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method private static synthetic com.sun.source.tree.StatementTree lambda$methodToInspect$3 (com.sun.source.tree.BlockTree) com.sun.source.tree.BlockTree block private static synthetic boolean lambda$methodToInspect$2 (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree mt private synthetic boolean lambda$specializedMatcher$40f42321$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy lambda$defaultPolicy$1 (java.lang.Boolean) Boolean check private static synthetic void lambda$new$0 (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder, java.util.List) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder builder java.util.List packagePatterns static void <clinit> () }
com/google/errorprone/bugpatterns/AnnotationPosition.class
AnnotationPosition.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AnnotationPosition extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableMap TOKEN_KIND_BY_NAME private static final com.google.common.collect.ImmutableSet MODIFIERS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handle (com.sun.source.tree.Tree, javax.lang.model.element.Name, com.sun.source.tree.ModifiersTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree javax.lang.model.element.Name name com.sun.source.tree.ModifiersTree modifiers com.google.errorprone.VisitorState state java.util.List annotations int treePos java.util.List tokens com.sun.tools.javac.parser.Tokens$Comment danglingJavadoc com.google.common.collect.ImmutableList modifierTokens int firstModifierPos int lastModifierPos com.google.errorprone.matchers.Description description com.google.errorprone.fixes.SuggestedFix$Builder builder String javadoc String message private static java.util.List annotationTokens (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, int) int endPos int endPos int endPos com.sun.tools.javac.tree.JCTree$JCMethodDecl methodTree int endPos com.sun.tools.javac.tree.JCTree$JCVariableDecl variableTree int endPos com.sun.tools.javac.tree.JCTree$JCClassDecl classTree int endPos com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state int annotationEnd int endPos private com.google.errorprone.matchers.Description checkAnnotations (com.sun.source.tree.Tree, java.util.List, com.sun.tools.javac.parser.Tokens$Comment, int, int, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.google.common.collect.ImmutableList names String flattened String isAre com.google.common.collect.ImmutableList names String flattened String isAre com.sun.source.tree.Tree tree java.util.List annotations com.sun.tools.javac.parser.Tokens$Comment danglingJavadoc int firstModifierPos int lastModifierPos com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableList shouldBeBefore com.google.common.collect.ImmutableList shouldBeAfter boolean annotationsInCorrectPlace com.google.errorprone.fixes.SuggestedFix$Builder fix String javadoc java.util.stream.Stream$Builder messages private static boolean isOrderingIsCorrect (java.util.List, java.util.List) java.util.List shouldBeBefore java.util.List shouldBeAfter int largestNonTypeAnnotationPosition int smallestTypeAnnotationPosition private static com.google.errorprone.bugpatterns.AnnotationPosition$Position annotationPosition (com.sun.source.tree.Tree, com.sun.tools.javac.code.TypeAnnotations$AnnotationType) com.sun.source.tree.Tree tree com.sun.tools.javac.code.TypeAnnotations$AnnotationType annotationType private static com.google.common.collect.ImmutableList annotationNames (java.util.List) java.util.List annotations private static java.lang.String joinSource (com.google.errorprone.VisitorState, java.lang.Iterable) com.google.errorprone.VisitorState state Iterable moveBefore private static java.lang.String removeJavadoc (com.google.errorprone.VisitorState, com.sun.tools.javac.parser.Tokens$Comment, com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.VisitorState state com.sun.tools.javac.parser.Tokens$Comment danglingJavadoc com.google.errorprone.fixes.SuggestedFix$Builder builder int javadocStart int javadocEnd private static com.sun.tools.javac.parser.Tokens$Comment findOrphanedJavadoc (javax.lang.model.element.Name, java.util.List) com.sun.tools.javac.parser.Tokens$Comment comment com.google.errorprone.util.ErrorProneToken token javax.lang.model.element.Name name java.util.List tokens private static synthetic java.lang.String lambda$annotationNames$10 (com.sun.tools.javac.util.Name) com.sun.tools.javac.util.Name a private static synthetic boolean lambda$checkAnnotations$9 (int, com.sun.source.tree.AnnotationTree) int lastModifierPos com.sun.source.tree.AnnotationTree a private static synthetic boolean lambda$checkAnnotations$8 (int, com.sun.source.tree.AnnotationTree) int firstModifierPos com.sun.source.tree.AnnotationTree a private static synthetic boolean lambda$checkAnnotations$7 (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, int, com.sun.source.tree.AnnotationTree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state int firstModifierPos com.sun.source.tree.AnnotationTree a com.google.errorprone.bugpatterns.AnnotationPosition$Position position private static synthetic boolean lambda$checkAnnotations$6 (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, int, com.sun.source.tree.AnnotationTree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state int firstModifierPos com.sun.source.tree.AnnotationTree a com.google.errorprone.bugpatterns.AnnotationPosition$Position position private static synthetic java.lang.Integer lambda$handle$5 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken x private static synthetic java.lang.Integer lambda$handle$4 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken x private static synthetic boolean lambda$handle$3 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic com.sun.tools.javac.parser.Tokens$TokenKind lambda$static$2 (javax.lang.model.element.Modifier) javax.lang.model.element.Modifier m private static synthetic com.sun.tools.javac.parser.Tokens$TokenKind lambda$static$1 (com.sun.tools.javac.parser.Tokens$TokenKind) com.sun.tools.javac.parser.Tokens$TokenKind tk private static synthetic java.lang.String lambda$static$0 (com.sun.tools.javac.parser.Tokens$TokenKind) com.sun.tools.javac.parser.Tokens$TokenKind tk static void <clinit> () }
com/google/errorprone/bugpatterns/collectionincompatibletype/IncompatibleArgumentType.class
IncompatibleArgumentType.java package com.google.errorprone.bugpatterns.collectionincompatibletype public com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private final com.google.errorprone.bugpatterns.TypeCompatibilityUtils typeCompatibilityUtils void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type calledMethodType com.sun.tools.javac.code.Type calledClazzType java.util.List arguments com.sun.tools.javac.code.Symbol$MethodSymbol declaredMethod java.util.List requiredTypesAtCallSite com.sun.tools.javac.code.Types types private void reportAnyViolations (java.util.List, java.util.List, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport report com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType requiredType com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Type argType int i java.util.List arguments java.util.List requiredArgumentTypes com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types private com.google.errorprone.matchers.Description describeViolation (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Type argType com.sun.tools.javac.code.Type requiredType com.sun.tools.javac.code.Types types com.google.errorprone.VisitorState state String sourceType String targetType String msg private static boolean populateTypesToEnforce (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, java.util.List, com.google.errorprone.VisitorState) int j com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType requiredType com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.google.errorprone.annotations.CompatibleWith anno int i com.sun.tools.javac.code.Symbol$MethodSymbol declaredMethod com.sun.tools.javac.code.Type calledMethodType com.sun.tools.javac.code.Type calledReceiverType java.util.List argumentTypeRequirements com.google.errorprone.VisitorState state boolean foundAnyTypeToEnforce java.util.List params private static com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType resolveRequiredTypeForThisCall (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$MethodSymbol, java.lang.String) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type calledMethodType com.sun.tools.javac.code.Type calledReceiverType com.sun.tools.javac.code.Symbol$MethodSymbol declaredMethod String typeArgName com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType requiredType private static com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType resolveTypeFromGenericMethod (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$MethodSymbol, java.lang.String) com.sun.tools.javac.code.Type calledMethodType com.sun.tools.javac.code.Symbol$MethodSymbol declaredMethod String typeArgName int tyargIndex private static com.sun.tools.javac.code.Type getTypeFromTypeMapping (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$MethodSymbol, java.lang.String) java.util.Map$Entry e com.sun.tools.javac.code.Type m com.sun.tools.javac.code.Symbol$MethodSymbol declaredMethod String namedTypeArg com.google.common.collect.ImmutableListMultimap substitutions private static com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType resolveTypeFromClass (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$ClassSymbol, java.lang.String, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol encloser com.sun.tools.javac.code.Type calledType com.sun.tools.javac.code.Symbol$ClassSymbol clazzSymbol String typeArgName com.google.errorprone.VisitorState state int tyargIndex private static int findTypeArgInList (javax.lang.model.element.Parameterizable, java.lang.String) int i javax.lang.model.element.Parameterizable hasTypeParams String typeArgName java.util.List typeParameters }
com/google/errorprone/bugpatterns/collectionincompatibletype/BinopMatcher.class
BinopMatcher.java package com.google.errorprone.bugpatterns.collectionincompatibletype final com.google.errorprone.bugpatterns.collectionincompatibletype.BinopMatcher extends com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher { private final com.google.errorprone.matchers.Matcher matcher private final String collectionType void <init> (java.lang.String, java.lang.String, java.lang.String) String collectionType String className String methodName com.google.errorprone.matchers.Matcher methodMatcher () com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type descriptorType com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type descriptorType protected java.lang.String message (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult, java.lang.String, java.lang.String) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result String sourceType String targetType }
com/google/errorprone/bugpatterns/collectionincompatibletype/TypeArgOfMethodArgMatcher.class
TypeArgOfMethodArgMatcher.java package com.google.errorprone.bugpatterns.collectionincompatibletype com.google.errorprone.bugpatterns.collectionincompatibletype.TypeArgOfMethodArgMatcher extends com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher { private final com.google.errorprone.matchers.Matcher methodMatcher private final String receiverTypeName private final int receiverTypeArgIndex private final int methodArgIndex private final String methodArgTypeName private final int methodArgTypeArgIndex public void <init> (java.lang.String, java.lang.String, int, int, java.lang.String, int) String receiverTypeName String signature int receiverTypeArgIndex int methodArgIndex String methodArgTypeName int methodArgTypeArgIndex com.google.errorprone.matchers.Matcher methodMatcher () com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state java.lang.String getMethodArgTypeName () java.util.Optional buildFix (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result String fullyQualifiedType String simpleType public java.lang.String message (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult, java.lang.String, java.lang.String) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result String sourceType String targetType String sourceTreeType }
com/google/errorprone/bugpatterns/collectionincompatibletype/CollectionIncompatibleType.class
CollectionIncompatibleType.java package com.google.errorprone.bugpatterns.collectionincompatibletype public com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private final com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType fixType private final com.google.errorprone.bugpatterns.TypeCompatibilityUtils typeCompatibilityUtils void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder builder com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result com.sun.tools.javac.code.Types types com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport compatibilityReport String sourceType String targetType com.google.errorprone.matchers.Description$Builder description }
com/google/errorprone/bugpatterns/collectionincompatibletype/TruthIncompatibleType$1.class
TruthIncompatibleType.java package com.google.errorprone.bugpatterns.collectionincompatibletype com.google.errorprone.bugpatterns.collectionincompatibletype.TruthIncompatibleType$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.bugpatterns.collectionincompatibletype.TruthIncompatibleType this$0 void <init> (com.google.errorprone.bugpatterns.collectionincompatibletype.TruthIncompatibleType) com.google.errorprone.bugpatterns.collectionincompatibletype.TruthIncompatibleType this$0 protected com.sun.source.tree.Tree defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree node Void unused public com.sun.source.tree.Tree visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree node Void unused public com.sun.source.tree.Tree visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void unused public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/collectionincompatibletype/AutoValue_IncompatibleArgumentType_RequiredType.class
AutoValue_IncompatibleArgumentType_RequiredType.java package com.google.errorprone.bugpatterns.collectionincompatibletype final com.google.errorprone.bugpatterns.collectionincompatibletype.AutoValue_IncompatibleArgumentType_RequiredType extends com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType { private final com.sun.tools.javac.code.Type type void <init> (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type type () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/collectionincompatibletype/AbstractCollectionIncompatibleTypeMatcher.class
AbstractCollectionIncompatibleTypeMatcher.java package com.google.errorprone.bugpatterns.collectionincompatibletype public abstract com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher extends java.lang.Object { public void <init> () abstract com.google.errorprone.matchers.Matcher methodMatcher () abstract com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) abstract com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) abstract com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) abstract com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) abstract com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) abstract com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) public final com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult getMatchResult (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.source.tree.ExpressionTree sourceTree com.sun.tools.javac.code.Type sourceType com.sun.tools.javac.code.Type targetType protected static com.sun.tools.javac.code.Type extractTypeArgAsMemberOfSupertype (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, int, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol superTypeSym int typeArgIndex com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type collectionType com.sun.tools.javac.util.List tyargs java.util.Optional buildFix (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result protected java.lang.String message (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult, java.lang.String, java.lang.String) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result String sourceType String targetType }
com/google/errorprone/bugpatterns/collectionincompatibletype/CompatibleWithMisuse.class
CompatibleWithMisuse.java package com.google.errorprone.bugpatterns.collectionincompatibletype public com.google.errorprone.bugpatterns.collectionincompatibletype.CompatibleWithMisuse extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_COMPATIBLE_WITH_ANNOTATION public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.source.tree.AnnotationTree annoTree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree methodTree com.sun.tools.javac.code.Symbol$MethodSymbol declaredMethod java.util.List potentialTypeVars com.sun.tools.javac.code.Symbol$ClassSymbol cs com.google.common.collect.ImmutableSet validNames String constValue private static java.lang.String valueArgumentFromCompatibleWithAnnotation (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree tree com.sun.source.tree.ExpressionTree argumentValue private static java.lang.String printTypeArgs (java.util.Set) java.util.Set validNames private com.google.errorprone.matchers.Description describeWithMessage (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree tree String message private static synthetic boolean lambda$matchAnnotation$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol p static void <clinit> () }
com/google/errorprone/bugpatterns/collectionincompatibletype/AutoValue_AbstractCollectionIncompatibleTypeMatcher_MatchResult.class
AutoValue_AbstractCollectionIncompatibleTypeMatcher_MatchResult.java package com.google.errorprone.bugpatterns.collectionincompatibletype final com.google.errorprone.bugpatterns.collectionincompatibletype.AutoValue_AbstractCollectionIncompatibleTypeMatcher_MatchResult extends com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult { private final com.sun.source.tree.ExpressionTree sourceTree private final com.sun.tools.javac.code.Type sourceType private final com.sun.tools.javac.code.Type targetType private final com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher matcher void <init> (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher) com.sun.source.tree.ExpressionTree sourceTree com.sun.tools.javac.code.Type sourceType com.sun.tools.javac.code.Type targetType com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher matcher public com.sun.source.tree.ExpressionTree sourceTree () public com.sun.tools.javac.code.Type sourceType () public com.sun.tools.javac.code.Type targetType () public com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher matcher () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/collectionincompatibletype/ContainmentMatchers.class
ContainmentMatchers.java package com.google.errorprone.bugpatterns.collectionincompatibletype public final com.google.errorprone.bugpatterns.collectionincompatibletype.ContainmentMatchers extends java.lang.Object { private static final com.google.errorprone.matchers.Matcher FIRST_ORDER_MATCHER private static final com.google.common.collect.ImmutableList DIRECT_MATCHERS private static final com.google.common.collect.ImmutableList TYPE_ARG_MATCHERS private static final com.google.common.collect.ImmutableList STATIC_MATCHERS private static final com.google.common.collect.ImmutableList ALL_MATCHERS public static com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult firstNonNullMatchResult (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher matcher com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/collectionincompatibletype/CollectionIncompatibleType$1.class
CollectionIncompatibleType.java package com.google.errorprone.bugpatterns.collectionincompatibletype synthetic com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$collectionincompatibletype$CollectionIncompatibleType$FixType static void <clinit> () }
com/google/errorprone/bugpatterns/collectionincompatibletype/MethodArgMatcher.class
MethodArgMatcher.java package com.google.errorprone.bugpatterns.collectionincompatibletype final com.google.errorprone.bugpatterns.collectionincompatibletype.MethodArgMatcher extends com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher { private final com.google.errorprone.matchers.Matcher methodMatcher private final String typeName private final int typeArgIndex private final int methodArgIndex void <init> (java.lang.String, java.lang.String, int, int) String typeName String signature int typeArgIndex int methodArgIndex com.google.errorprone.matchers.Matcher methodMatcher () com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree extractSourceTree (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractSourceType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type extractTargetType (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state java.util.Optional buildFix (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result public java.lang.String message (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult, java.lang.String, java.lang.String) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result String sourceType String targetType }
com/google/errorprone/bugpatterns/collectionincompatibletype/CollectionIncompatibleType$FixType.class
CollectionIncompatibleType.java package com.google.errorprone.bugpatterns.collectionincompatibletype final enum com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType NONE public static final enum com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType CAST public static final enum com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType PRINT_TYPES_AS_COMMENT public static final enum com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType SUPPRESS_WARNINGS private static final synthetic com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType[] $VALUES public static com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType[] values () public static com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType$FixType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/collectionincompatibletype/CollectionUndefinedEquality.class
CollectionUndefinedEquality.java package com.google.errorprone.bugpatterns.collectionincompatibletype public final com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionUndefinedEquality extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private static final com.google.errorprone.matchers.Matcher TYPES_NOT_DEPENDING_ON_OBJECT_EQUALITY public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result private synthetic com.google.errorprone.matchers.Description lambda$match$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.TypesWithUndefinedEquality) com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.TypesWithUndefinedEquality b private static synthetic boolean lambda$match$0 (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.TypesWithUndefinedEquality) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult result com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.TypesWithUndefinedEquality b static void <clinit> () }
com/google/errorprone/bugpatterns/collectionincompatibletype/AbstractCollectionIncompatibleTypeMatcher$MatchResult.class
AbstractCollectionIncompatibleTypeMatcher.java package com.google.errorprone.bugpatterns.collectionincompatibletype public abstract com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult extends java.lang.Object { public void <init> () public abstract com.sun.source.tree.ExpressionTree sourceTree () public abstract com.sun.tools.javac.code.Type sourceType () public abstract com.sun.tools.javac.code.Type targetType () public abstract com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher matcher () public static com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult create (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher) com.sun.source.tree.ExpressionTree sourceTree com.sun.tools.javac.code.Type sourceType com.sun.tools.javac.code.Type targetType com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher matcher public java.lang.String message (java.lang.String, java.lang.String) String sourceType String targetType public java.util.Optional buildFix () }
com/google/errorprone/bugpatterns/collectionincompatibletype/IncompatibleArgumentType$RequiredType.class
IncompatibleArgumentType.java package com.google.errorprone.bugpatterns.collectionincompatibletype abstract com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType extends java.lang.Object { void <init> () abstract com.sun.tools.javac.code.Type type () static com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType$RequiredType create (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type }
com/google/errorprone/bugpatterns/collectionincompatibletype/TruthIncompatibleType.class
TruthIncompatibleType.java package com.google.errorprone.bugpatterns.collectionincompatibletype public com.google.errorprone.bugpatterns.collectionincompatibletype.TruthIncompatibleType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher START_OF_ASSERTION private static final com.google.errorprone.matchers.Matcher IS_EQUAL_TO private static final com.google.errorprone.matchers.Matcher FLUENT_PROTO_CHAIN private static final com.google.errorprone.matchers.Matcher SCALAR_CONTAINS private static final com.google.errorprone.matchers.Matcher VECTOR_CONTAINS private static final com.google.errorprone.matchers.Matcher MAP_SCALAR_CONTAINS private static final com.google.errorprone.matchers.Matcher MAP_SCALAR_KEYS private static final com.google.errorprone.matchers.Matcher MAP_VECTOR_CONTAINS private static final com.google.errorprone.matchers.Matcher COMPARING_ELEMENTS_USING private static final com.google.errorprone.matchers.Matcher ARRAY_CONTAINS private static final com.google.errorprone.suppliers.Supplier CORRESPONDENCE private final com.google.errorprone.bugpatterns.TypeCompatibilityUtils typeCompatibilityUtils private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_NUMBER void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private java.util.stream.Stream matchEquality (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Type targetType com.sun.tools.javac.code.Type sourceType private java.util.stream.Stream matchVectorContains (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Type targetType com.sun.tools.javac.code.Type sourceType private java.util.stream.Stream matchArrayContains (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Type targetType com.sun.tools.javac.code.Type sourceType private java.util.stream.Stream matchScalarContains (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.Tree argument com.sun.tools.javac.code.Type targetType com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private java.util.stream.Stream matchCorrespondence (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Type targetType com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Type sourceType String sourceTypeName String targetTypeName private java.util.stream.Stream matchMapVectorContains (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree assertee com.sun.tools.javac.code.Symbol$TypeSymbol assertionType com.sun.tools.javac.code.Type targetKeyType com.sun.tools.javac.code.Type targetValueType com.sun.tools.javac.code.Type sourceKeyType com.sun.tools.javac.code.Type sourceValueType private java.util.stream.Stream matchMapContainsKey (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree assertee com.sun.tools.javac.code.Symbol$TypeSymbol assertionType com.sun.tools.javac.code.Type targetKeyType private java.util.stream.Stream matchMapScalarContains (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree assertee com.sun.tools.javac.code.Symbol$TypeSymbol assertionType com.sun.tools.javac.code.Type targetKeyType com.sun.tools.javac.code.Type targetValueType com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static boolean isNonVarargsCall (com.sun.tools.javac.code.Symbol$MethodSymbol, long, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol long index com.sun.tools.javac.code.Type argumentType private java.util.stream.Stream checkCompatibility (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Type targetType com.sun.tools.javac.code.Type sourceType com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport compatibilityReport String sourceTypeName String targetTypeName private com.sun.source.tree.Tree ignoringCasts (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static com.sun.tools.javac.code.Type getIterableTypeArg (com.sun.tools.javac.code.Type, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.source.tree.Tree onlyElement com.google.errorprone.VisitorState state private static com.sun.tools.javac.code.Type getCorrespondenceTypeArg (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree onlyElement com.google.errorprone.VisitorState state private static boolean isNumericType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type parameter com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$c2225fc2$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic java.util.stream.Stream lambda$matchMapScalarContains$3 (java.util.stream.Stream) java.util.stream.Stream x private synthetic java.util.stream.Stream lambda$matchMapScalarContains$2 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, long) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type targetKeyType com.sun.tools.javac.code.Type targetValueType com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg long index private static synthetic java.util.stream.Stream lambda$matchScalarContains$1 (java.util.stream.Stream) java.util.stream.Stream x private synthetic java.util.stream.Stream lambda$matchScalarContains$0 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, long) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type targetType com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg long index com.sun.tools.javac.code.Type argumentType static void <clinit> () }
com/google/errorprone/bugpatterns/collectionincompatibletype/AbstractCollectionIncompatibleTypeMatcher$1.class
AbstractCollectionIncompatibleTypeMatcher.java package com.google.errorprone.bugpatterns.collectionincompatibletype com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher this$0 void <init> (com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher this$0 public com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodInvocationTree Void unused public com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher$MatchResult visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree memberReferenceTree Void unused public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/SameNameButDifferent.class
SameNameButDifferent.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.SameNameButDifferent extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) java.util.Map$Entry cell java.util.Map columns java.util.Map$Entry row com.sun.tools.javac.code.Symbol$TypeSymbol typeSymbol com.sun.source.util.TreePath treePath java.util.Map$Entry cell com.sun.source.util.TreePath treePath java.util.List treePaths String message com.google.errorprone.fixes.SuggestedFix fix String simpleName java.util.Map columns com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder java.util.Map$Entry row com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.Table table com.google.common.collect.Table trimmedTable private static boolean shadowsClass (com.google.errorprone.VisitorState, com.sun.source.util.TreePath) com.google.errorprone.VisitorState state com.sun.source.util.TreePath treePath com.sun.source.util.TreePath enclosingClass String name private static java.util.Optional getBetterImport (com.sun.tools.javac.code.Symbol$TypeSymbol, java.lang.String) long i com.sun.tools.javac.code.Symbol$TypeSymbol classSymbol String simpleName com.sun.tools.javac.code.Symbol owner long dots public static java.lang.String qualifyType (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol found com.sun.tools.javac.code.Symbol curr com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol sym java.util.Deque names private static synthetic boolean lambda$getBetterImport$3 (int) int c private static synthetic java.lang.String lambda$matchCompilationUnit$2 (com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.tools.javac.code.Symbol$TypeSymbol t private static synthetic void lambda$matchCompilationUnit$1 (com.google.errorprone.VisitorState, com.sun.source.util.TreePath, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.sun.tools.javac.code.Symbol) com.google.errorprone.VisitorState state com.sun.source.util.TreePath treePath com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder String simpleName com.sun.tools.javac.code.Symbol imp String qualifiedName String newSimpleName private static synthetic boolean lambda$matchCompilationUnit$0 (com.google.errorprone.VisitorState, com.sun.source.util.TreePath) com.google.errorprone.VisitorState state com.sun.source.util.TreePath treePath }
com/google/errorprone/bugpatterns/ReturnValueIgnored.class
ReturnValueIgnored.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ReturnValueIgnored extends com.google.errorprone.bugpatterns.AbstractReturnValueIgnored { private static final com.google.common.collect.ImmutableSet TYPES_TO_CHECK private static final com.google.errorprone.matchers.Matcher RETURNS_SAME_TYPE private static final com.google.errorprone.matchers.Matcher ALLOWED_JAVA_TIME_METHODS private static final com.google.errorprone.matchers.Matcher STREAM_METHODS private static final com.google.errorprone.matchers.Matcher ARRAYS_METHODS private static final com.google.errorprone.matchers.Matcher STRING_METHODS private static final com.google.common.collect.ImmutableSet PRIMITIVE_TYPES private static final com.google.errorprone.matchers.Matcher PRIMITIVE_NON_PARSING_METHODS private static final com.google.errorprone.matchers.Matcher PRIMITIVE_PARSING_METHODS private static final com.google.errorprone.matchers.Matcher COLLECTION_METHODS private static final com.google.errorprone.matchers.Matcher MAP_METHODS private static final com.google.errorprone.matchers.Matcher MAP_ENTRY_METHODS private static final com.google.errorprone.matchers.Matcher ITERABLE_METHODS private static final com.google.errorprone.matchers.Matcher ITERATOR_METHODS private static final com.google.errorprone.matchers.Matcher COLLECTOR_METHODS private static final com.google.errorprone.matchers.Matcher PRIMITIVE_METHODS private static final com.google.errorprone.matchers.Matcher OPTIONAL_METHODS private static final com.google.errorprone.matchers.Matcher TIME_UNIT_METHODS private static final com.google.errorprone.matchers.Matcher JODA_TIME_METHODS private static final String PROTO_MESSAGE private static final com.google.errorprone.matchers.Matcher PROTO_METHODS private static final com.google.errorprone.matchers.Matcher CLASS_METHODS private static final com.google.errorprone.matchers.Matcher OBJECT_METHODS private static final com.google.errorprone.matchers.Matcher CHAR_SEQUENCE_METHODS private static final com.google.errorprone.matchers.Matcher ENUM_METHODS private static final com.google.errorprone.matchers.Matcher THROWABLE_METHODS private static final com.google.errorprone.matchers.Matcher OBJECTS_METHODS private static final com.google.errorprone.matchers.Matcher MODULE_CONSTRUCTORS private static final com.google.errorprone.matchers.Matcher SPECIALIZED_MATCHER private static final com.google.common.collect.ImmutableBiMap FLAG_MATCHERS private final com.google.errorprone.matchers.Matcher matcher private static boolean javaTimeTypes (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String qualifiedName com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol private static boolean functionalMethod (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol void <init> (com.google.errorprone.ErrorProneFlags, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.ErrorProneFlags flags com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions private static com.google.errorprone.matchers.Matcher createMatcher (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags com.google.common.collect.ImmutableSet$Builder builder public com.google.errorprone.matchers.Matcher specializedMatcher () public com.google.common.collect.ImmutableMap getMatchMetadata (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.lang.String getMessage (javax.lang.model.element.Name) javax.lang.model.element.Name name public volatile synthetic com.google.common.collect.ImmutableMap getMatchMetadata (java.lang.Object, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableMap lambda$getMatchMetadata$2 (java.lang.String) String flag private static synthetic boolean lambda$getMatchMetadata$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher matcher private static synthetic boolean lambda$createMatcher$0 (com.google.errorprone.ErrorProneFlags, java.lang.String) com.google.errorprone.ErrorProneFlags flags String flagName private static synthetic boolean lambda$static$fc70a932$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type receiverType static void <clinit> () }
com/google/errorprone/bugpatterns/DeduplicateConstants$Scope.class
DeduplicateConstants.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DeduplicateConstants$Scope extends java.lang.Object { private final java.util.HashMap values private final java.util.Set hidden private final com.google.errorprone.bugpatterns.DeduplicateConstants$Scope parent void <init> (com.google.errorprone.bugpatterns.DeduplicateConstants$Scope) com.google.errorprone.bugpatterns.DeduplicateConstants$Scope parent com.google.errorprone.bugpatterns.DeduplicateConstants$Scope enter () public com.sun.tools.javac.code.Symbol$VarSymbol get (java.lang.String) String value com.sun.tools.javac.code.Symbol$VarSymbol sym private com.sun.tools.javac.code.Symbol$VarSymbol getInternal (java.lang.String) String value com.sun.tools.javac.code.Symbol$VarSymbol sym public void put (java.lang.String, com.sun.tools.javac.code.Symbol$VarSymbol) String value com.sun.tools.javac.code.Symbol$VarSymbol sym public void remove (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol sym }
com/google/errorprone/bugpatterns/DefaultCharset$CharsetFix$2.class
DefaultCharset.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix$2 extends com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix { private void <init> (java.lang.String, int, java.lang.String, java.lang.String) String replacement String title void addImport (com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.fixes.SuggestedFix$Builder fix }
com/google/errorprone/bugpatterns/TypeParameterNaming.class
TypeParameterNaming.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TypeParameterNaming extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeParameterTreeMatcher { private static final java.util.regex.Pattern TRAILING_DIGIT_EXTRACTOR private static final java.util.regex.Pattern SINGLE_PLUS_MAYBE_DIGITS public void <init> () private static java.lang.String upperCamelToken (java.lang.String) String s public com.google.errorprone.matchers.Description matchTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification classification com.google.errorprone.matchers.Description$Builder descriptionBuilder com.sun.source.util.TreePath enclosingPath private static com.sun.source.util.TreePath enclosingMethodOrClass (com.sun.source.util.TreePath) com.sun.source.util.TreePath parent com.sun.source.util.TreePath path private static java.lang.String errorMessage (javax.lang.model.element.Name, com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification) javax.lang.model.element.Name name com.google.errorprone.bugpatterns.TypeParameterNaming$TypeParameterNamingClassification classification private static java.util.List typeVariablesEnclosing (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym java.util.List typeVarScopes private static java.lang.String suggestedSingleLetter (java.lang.String, com.sun.source.tree.Tree) com.google.common.collect.ImmutableList typeVarsInScope char enclosingTypeFirstLetter com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeName String id com.sun.source.tree.Tree tree char firstLetter com.sun.tools.javac.code.Symbol sym java.util.List enclosingTypeSymbols private static java.lang.String firstLetterReplacementName (java.lang.String, java.util.List) String superTypeVar String name java.util.List superTypeVars String firstLetterOfBase int typeVarNum boolean first java.util.regex.Matcher matcher String replacementName private static java.lang.String suggestedNameFollowedWithT (java.lang.String) com.google.common.collect.ImmutableList tokens String token String identifier com.google.common.collect.ImmutableList tokens private static synthetic java.lang.String lambda$suggestedSingleLetter$0 (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol v static void <clinit> () }
com/google/errorprone/bugpatterns/FunctionalInterfaceClash.class
FunctionalInterfaceClash.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.FunctionalInterfaceClash extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol msym com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$MethodSymbol msym com.sun.tools.javac.code.Symbol$MethodSymbol msym2 com.google.common.collect.ImmutableList overrides String message com.sun.tools.javac.code.Symbol$MethodSymbol msym java.util.List clash java.util.Deque worklist com.sun.source.tree.Tree member com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol origin com.sun.tools.javac.code.Types types com.google.common.collect.SetMultimap methodsByName com.google.common.collect.SetMultimap methodsBySignature private static java.lang.String functionalInterfaceSignature (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol msym private static java.lang.String functionalInterfaceSignature (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type descriptorType java.util.List fiparams String result private static boolean maybeFunctionalInterface (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$CompletionFailure e com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.google.errorprone.VisitorState state private static synthetic java.lang.String lambda$functionalInterfaceSignature$9 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type t private static synthetic java.lang.String lambda$functionalInterfaceSignature$8 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol p private static synthetic java.lang.String lambda$matchClass$7 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol origin com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic boolean lambda$matchClass$6 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static synthetic boolean lambda$matchClass$5 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol msym2 com.sun.tools.javac.code.Symbol$ClassSymbol origin com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic boolean lambda$matchClass$4 (com.sun.tools.javac.code.Types, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Types types com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol p private static synthetic boolean lambda$matchClass$3 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol msym com.sun.tools.javac.code.Types types com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol o private static synthetic boolean lambda$matchClass$2 (java.lang.Boolean) Boolean x private static synthetic java.lang.Boolean lambda$matchClass$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol a com.sun.tools.javac.code.Symbol$VarSymbol b private static synthetic boolean lambda$matchClass$0 (com.sun.tools.javac.code.Types, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Types types com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol p }
com/google/errorprone/bugpatterns/NonRuntimeAnnotation$1.class
NonRuntimeAnnotation.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.NonRuntimeAnnotation$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$code$Attribute$RetentionPolicy static void <clinit> () }
com/google/errorprone/bugpatterns/StronglyType$Builder.class
StronglyType.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.StronglyType$Builder extends java.lang.Object { public void <init> () public abstract com.google.errorprone.bugpatterns.StronglyType$Builder setRenameFunction (java.util.function.Function) public abstract com.google.errorprone.bugpatterns.StronglyType$Builder setFactoryMatcher (com.google.errorprone.matchers.Matcher) abstract com.google.errorprone.bugpatterns.StronglyType$Builder setBugChecker (com.google.errorprone.bugpatterns.BugChecker) abstract com.google.common.collect.ImmutableSet$Builder primitiveTypesToReplaceBuilder () public final com.google.errorprone.bugpatterns.StronglyType$Builder addType (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type public abstract com.google.errorprone.bugpatterns.StronglyType build () }
com/google/errorprone/bugpatterns/MissingDefault.class
MissingDefault.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MissingDefault extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) String replacement com.sun.source.tree.CaseTree lastCase String replacement java.util.List statements com.google.errorprone.matchers.Description$Builder description com.sun.source.tree.SwitchTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type switchType java.util.Optional maybeDefault com.sun.source.tree.CaseTree defaultCase java.util.List statements int idx private static synthetic boolean lambda$matchSwitch$1 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic boolean lambda$matchSwitch$0 (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree c }
com/google/errorprone/bugpatterns/MathRoundIntLong.class
MathRoundIntLong.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MathRoundIntLong extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATH_ROUND_CALLS private static final com.google.errorprone.matchers.Matcher ROUND_CALLS_WITH_INT_ARG private static final com.google.errorprone.matchers.Matcher ROUND_CALLS_WITH_LONG_ARG private static final com.google.errorprone.matchers.Matcher ROUND_CALLS_WITH_INT_OR_LONG_ARG public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description removeMathRoundCall (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/SizeGreaterThanOrEqualsZero.class
SizeGreaterThanOrEqualsZero.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.common.collect.ImmutableTable CLASSES private static final com.google.common.collect.ImmutableTable STATIC_CLASSES private static final com.google.errorprone.matchers.Matcher SIZE_OR_LENGTH_INSTANCE_METHOD private static final java.util.regex.Pattern PROTO_COUNT_METHOD_PATTERN private static final com.google.errorprone.matchers.Matcher PROTO_METHOD_NAMED_GET_COUNT private static final com.google.errorprone.matchers.Matcher PROTO_REPEATED_FIELD_COUNT_METHOD private static final com.google.errorprone.matchers.Matcher SIZE_OR_LENGTH_STATIC_METHOD private static final com.google.errorprone.matchers.Matcher HAS_EMPTY_METHOD public void <init> () private static boolean arrayLengthMatcher (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree callToSize com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType expressionType com.sun.source.tree.ExpressionTree operand private static boolean isProtoRepeatedFieldCountMethod (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodCallSym com.sun.tools.javac.code.Scope protoClassMembers java.util.regex.Matcher getCountRegexMatcher String fieldName private static com.google.errorprone.matchers.Matcher classHasIsEmptyFunction () com.google.common.collect.Table$Cell methodInformation com.google.common.collect.ImmutableList$Builder classNames private com.google.errorprone.matchers.Description provideReplacementForInstanceMethodInvocation (com.sun.source.tree.BinaryTree, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType) com.sun.source.tree.BinaryTree tree com.sun.source.tree.MethodInvocationTree leftOperand com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType expressionType com.sun.source.tree.ExpressionTree collection private com.google.errorprone.matchers.Description provideReplacementForStaticMethodInvocation (com.sun.source.tree.BinaryTree, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType) String argumentString com.sun.source.tree.BinaryTree tree com.sun.source.tree.MethodInvocationTree callToSize com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType expressionType com.sun.source.tree.ExpressionTree classToken private com.google.errorprone.matchers.Description provideReplacementForProtoMethodInvocation (com.sun.source.tree.BinaryTree, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.sun.source.tree.MethodInvocationTree protoGetSize com.google.errorprone.VisitorState state String expSrc java.util.regex.Matcher protoGetCountMatcher private com.google.errorprone.matchers.Description removeEqualsFromComparison (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType expressionType String replacement private static com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType isGreaterThanEqualToZero (com.sun.source.tree.BinaryTree) com.sun.source.tree.ExpressionTree literalOperand com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType returnType com.sun.source.tree.ExpressionTree literalOperand com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType returnType com.sun.source.tree.BinaryTree tree com.sun.source.tree.ExpressionTree literalOperand com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType returnType private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher lambda$static$1 (java.lang.String) String className private static synthetic com.google.errorprone.matchers.method.MethodMatchers$MethodNameMatcher lambda$static$0 (java.lang.String) String className static void <clinit> () }
com/google/errorprone/bugpatterns/AlreadyChecked.class
AlreadyChecked.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AlreadyChecked extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/TryFailThrowable.class
TryFailThrowable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TryFailThrowable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher { private static final com.google.errorprone.matchers.Matcher javaLangThrowable private static final com.google.errorprone.matchers.Matcher javaLangError private static final com.google.errorprone.matchers.Matcher someAssertionFailure private static final com.google.errorprone.matchers.Matcher failOrAssert public void <init> () public com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.TryFailThrowable$MatchResult matchResult com.google.errorprone.matchers.Description$Builder builder private static com.google.errorprone.fixes.Fix fixByCatchingException (com.sun.source.tree.TryTree) com.sun.source.tree.TryTree tryTree com.sun.source.tree.VariableTree catchParameter private static com.google.errorprone.fixes.Fix fixByThrowingJavaLangError (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree failStatement com.google.errorprone.VisitorState state String messageSnippet private static com.google.errorprone.fixes.Fix fixWithReturnOrBoolean (com.sun.source.tree.TryTree, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.sun.source.tree.StatementTree failStatement com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.source.tree.Tree grandparent private static com.google.errorprone.fixes.Fix fixWithReturn (com.sun.source.tree.TryTree, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.sun.source.tree.StatementTree failStatement com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder String messageSnippet private static com.google.errorprone.fixes.Fix fixWithBoolean (com.sun.source.tree.TryTree, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.sun.source.tree.StatementTree failStatement com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder String messageSnippet private static java.lang.String getMessageSnippet (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters) com.sun.source.tree.StatementTree failStatement com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.TryFailThrowable$HasOtherParameters hasOtherParameters com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Symbol$MethodSymbol sym String tail private static boolean hasInitialStringParameter (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types java.util.List parameters private static com.google.errorprone.bugpatterns.TryFailThrowable$MatchResult tryTreeMatches (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree statement com.sun.source.tree.StatementTree catchStatement com.sun.source.tree.TryTree tryTree com.google.errorprone.VisitorState state com.sun.source.tree.BlockTree tryBlock java.util.List statements com.sun.source.tree.StatementTree failStatement java.util.List catches com.sun.source.tree.CatchTree catchTree com.sun.source.tree.VariableTree catchType boolean catchesThrowable boolean catchesError boolean catchesOtherError java.util.List catchStatements private static com.sun.source.tree.StatementTree getLastStatement (com.sun.source.tree.BlockTree) com.sun.source.tree.BlockTree blockTree private static com.sun.source.tree.CatchTree getOnlyCatch (com.sun.source.tree.TryTree) com.sun.source.tree.TryTree tryTree static void <clinit> () }
com/google/errorprone/bugpatterns/NullablePrimitiveArray$1.class
NullablePrimitiveArray.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NullablePrimitiveArray$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic java.util.Set val$targets void <init> (java.util.Set) public java.lang.Void visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement c Void unused public java.lang.Void visitArray (java.util.List, java.lang.Void) java.util.List list Void unused public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) private synthetic void lambda$visitArray$0 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue x }
com/google/errorprone/bugpatterns/FieldCanBeFinal.class
FieldCanBeFinal.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.FieldCanBeFinal extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.common.collect.ImmutableSet IMPLICIT_VAR_ANNOTATIONS private static final String OBJECTIFY_PREFIX private static final com.google.common.collect.ImmutableSet IMPLICIT_VAR_ANNOTATION_SIMPLE_NAMES private static final com.google.common.collect.ImmutableSet UNARY_ASSIGNMENT public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) javax.lang.model.element.TypeElement annoElement com.sun.tools.javac.code.Attribute$Compound anno com.sun.source.tree.VariableTree varDecl com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignments var com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignmentRecords writes private synthetic void lambda$matchCompilationUnit$2 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree, com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree varDecl com.google.errorprone.fixes.SuggestedFix f private static synthetic boolean lambda$matchCompilationUnit$1 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix f private static synthetic boolean lambda$matchCompilationUnit$0 (com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignments, com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignments var com.google.errorprone.VisitorState state String a static void <clinit> () }
com/google/errorprone/bugpatterns/DeduplicateConstants.class
DeduplicateConstants.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DeduplicateConstants extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) java.util.Map occurrences com.google.errorprone.fixes.SuggestedFix fix java.util.Map$Entry entries com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.Table fixes private static com.google.errorprone.fixes.SuggestedFix mergeFix (java.util.Collection) java.util.Collection fixes com.google.errorprone.fixes.SuggestedFix$Builder fix private synthetic void lambda$matchCompilationUnit$0 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.Tree t }
com/google/errorprone/bugpatterns/CheckedExceptionNotThrown.class
CheckedExceptionNotThrown.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.CheckedExceptionNotThrown extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableSet thrownExceptions com.google.common.collect.ImmutableList canActuallyBeThrown com.google.common.collect.ImmutableSet thrownTypes String unthrown String description com.google.errorprone.fixes.SuggestedFix throwsFix com.google.errorprone.fixes.SuggestedFix fix private static java.util.stream.Stream treesToScanForCheckedExceptions (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state private static java.util.stream.Stream fieldInitializers (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree private com.google.errorprone.fixes.SuggestedFix fixJavadoc (com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet actuallyThrownTypes com.google.errorprone.VisitorState state com.sun.source.doctree.DocCommentTree docCommentTree com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.util.DocTreePath docTreePath private static com.google.errorprone.fixes.SuggestedFix deleteEntireThrowsClause (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state int endPos int methodStartPos int startPos private static synthetic boolean lambda$deleteEntireThrowsClause$7 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken token private static synthetic boolean lambda$fieldInitializers$6 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree i private static synthetic boolean lambda$fieldInitializers$5 (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree v private static synthetic boolean lambda$matchMethod$4 (com.google.common.collect.ImmutableList, com.sun.source.tree.ExpressionTree) com.google.common.collect.ImmutableList canActuallyBeThrown com.sun.source.tree.ExpressionTree et private static synthetic boolean lambda$matchMethod$3 (com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet thrownExceptions com.sun.source.tree.ExpressionTree et com.sun.tools.javac.code.Type type private static synthetic boolean lambda$matchMethod$2 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchMethod$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic java.util.stream.Stream lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$ConstantExpression.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression extends java.lang.Object { public void <init> () public abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind kind () abstract java.lang.Object literal () private static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression literal (java.lang.Object) Object object abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals constantEquals () private static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression constantEquals (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals constantEquals public abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation pureMethod () private static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression pureMethod (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation pureMethodInvocation public final java.lang.String toString () public void accept (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor visitor }
com/google/errorprone/bugpatterns/threadsafety/ImmutableAnalysis$ViolationReporter.class
ImmutableAnalysis.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter extends java.lang.Object { public abstract com.google.errorprone.matchers.Description$Builder describe (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) public com.google.errorprone.matchers.Description report (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation, java.util.Optional) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info java.util.Optional suggestedFix com.google.errorprone.matchers.Description$Builder description }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_GuardedByExpression_ClassLiteral.class
AutoValue_GuardedByExpression_ClassLiteral.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_GuardedByExpression_ClassLiteral extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ClassLiteral { private final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind private final com.sun.tools.javac.code.Symbol sym private final com.sun.tools.javac.code.Type type void <init> (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind () public com.sun.tools.javac.code.Symbol sym () public com.sun.tools.javac.code.Type type () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ClassLiteral that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$ConstantEquals.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals extends java.lang.Object { public void <init> () abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression lhs () abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression rhs () public final boolean equals (java.lang.Object) Object other com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals that public final java.lang.String toString () public final int hashCode () static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals of (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression lhs com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression rhs }
com/google/errorprone/bugpatterns/threadsafety/GuardedByUtils$GuardedByValidationResult.class
GuardedByUtils.java package com.google.errorprone.bugpatterns.threadsafety abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils$GuardedByValidationResult extends java.lang.Object { void <init> () abstract java.lang.String message () abstract java.lang.Boolean isValid () static com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils$GuardedByValidationResult invalid (java.lang.String) String message static com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils$GuardedByValidationResult ok () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$Erroneous.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Erroneous extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression { private final String guardString void <init> (java.lang.String) String guardString public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind () public com.sun.tools.javac.code.Symbol sym () public com.sun.tools.javac.code.Type type () public java.lang.String guardString () }
com/google/errorprone/bugpatterns/threadsafety/StaticGuardedByInstance$1.class
StaticGuardedByInstance.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.StaticGuardedByInstance$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer$ReleasedLockFinder.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$ReleasedLockFinder extends java.lang.Object { private static final com.google.errorprone.matchers.Matcher UNLOCK_MATCHER private static java.lang.Iterable unlockMatchers () static java.util.Collection find (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByFlags.class
GuardedByFlags.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags extends java.lang.Object { public void <init> () public static com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags allOn () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression extends java.lang.Object { static final String ENCLOSING_INSTANCE_NAME public void <init> () public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind () public abstract com.sun.tools.javac.code.Symbol sym () public abstract com.sun.tools.javac.code.Type type () public java.lang.String toString () public java.lang.String debugPrint () }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$Violation.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation extends java.lang.Object { public void <init> () public static com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation create (org.pcollections.ConsPStack) org.pcollections.ConsPStack path public boolean isPresent () public java.lang.String message () public abstract org.pcollections.ConsPStack path () public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation plus (java.lang.String) String edge public static com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation of (java.lang.String) String reason public static com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation absent () }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$Truthiness.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness extends java.lang.Object { public void <init> () public abstract com.google.common.collect.ImmutableSet requiredTrue () public abstract com.google.common.collect.ImmutableSet requiredFalse () private static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness create (java.lang.Iterable, java.lang.Iterable) Iterable requiredTrue Iterable requiredFalse }
com/google/errorprone/bugpatterns/threadsafety/IllegalGuardedBy.class
IllegalGuardedBy.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.IllegalGuardedBy extends java.lang.RuntimeException { public void <init> (java.lang.String) String message public static void checkGuardedBy (boolean, java.lang.String) boolean condition String message public static transient void checkGuardedBy (boolean, java.lang.String, java.lang.Object[]) boolean condition String formatString Object[] formatArgs public java.lang.String toString () }
com/google/errorprone/bugpatterns/threadsafety/GuardedBySymbolResolver$SearchSuperTypes.class
GuardedBySymbolResolver.java package com.google.errorprone.bugpatterns.threadsafety final enum com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes YES public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes NO private static final synthetic com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes[] $VALUES public static com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes[] values () public static com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$ClassLiteral.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ClassLiteral extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression { public void <init> () public static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ClassLiteral create (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol owner }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_HeldLockAnalyzer_LockResource.class
AutoValue_HeldLockAnalyzer_LockResource.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_HeldLockAnalyzer_LockResource extends com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockResource { private final String className private final String unlockMethod void <init> (java.lang.String, java.lang.String) String className String unlockMethod java.lang.String className () java.lang.String unlockMethod () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockResource that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$1.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$ThisLiteral.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ThisLiteral extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression { static final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ThisLiteral INSTANCE public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind () public com.sun.tools.javac.code.Symbol sym () public com.sun.tools.javac.code.Type type () private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_ConstantExpressions_Truthiness.class
AutoValue_ConstantExpressions_Truthiness.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_ConstantExpressions_Truthiness extends com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness { private final com.google.common.collect.ImmutableSet requiredTrue private final com.google.common.collect.ImmutableSet requiredFalse void <init> (com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet requiredTrue com.google.common.collect.ImmutableSet requiredFalse public com.google.common.collect.ImmutableSet requiredTrue () public com.google.common.collect.ImmutableSet requiredFalse () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/AutoOneOf_ConstantExpressions_ConstantExpression.class
AutoOneOf_ConstantExpressions_ConstantExpression.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression extends java.lang.Object { private void <init> () static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression literal (java.lang.Object) Object literal static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression constantEquals (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals constantEquals static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression pureMethod (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation pureMethod }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$Purpose$1.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety final enum com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose$1 extends com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose { private void <init> (java.lang.String, int) java.lang.String mutableOrNonThreadSafe () java.lang.String mutableOrNotThreadSafe () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByBinder.class
GuardedByBinder.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder extends java.lang.Object { static final com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver ALREADY_BOUND_RESOLVER private static final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Factory F private static final com.sun.source.util.SimpleTreeVisitor BINDER public static java.util.Optional bindExpression (com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.bugpatterns.threadsafety.IllegalGuardedBy expected com.sun.tools.javac.tree.JCTree$JCExpression exp com.google.errorprone.VisitorState visitorState com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags public static java.util.Optional bindString (java.lang.String, com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.bugpatterns.threadsafety.IllegalGuardedBy expected String string com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver resolver com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags private static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression bind (com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext) com.sun.tools.javac.tree.JCTree$JCExpression exp com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression expr private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_DoubleCheckedLocking_DCLInfo.class
AutoValue_DoubleCheckedLocking_DCLInfo.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_DoubleCheckedLocking_DCLInfo extends com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo { private final com.sun.source.tree.IfTree outerIf private final com.sun.source.tree.SynchronizedTree synchTree private final com.sun.source.tree.IfTree innerIf private final com.sun.tools.javac.code.Symbol$VarSymbol sym void <init> (com.sun.source.tree.IfTree, com.sun.source.tree.SynchronizedTree, com.sun.source.tree.IfTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.source.tree.IfTree outerIf com.sun.source.tree.SynchronizedTree synchTree com.sun.source.tree.IfTree innerIf com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.source.tree.IfTree outerIf () com.sun.source.tree.SynchronizedTree synchTree () com.sun.source.tree.IfTree innerIf () com.sun.tools.javac.code.Symbol$VarSymbol sym () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$ConstantExpressionVisitor.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor extends java.lang.Object { public void visitConstant (java.lang.Object) Object constant public void visitIdentifier (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol identifier }
com/google/errorprone/bugpatterns/threadsafety/AnnotationInfo.class
AnnotationInfo.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo extends java.lang.Object { public void <init> () public abstract java.lang.String typeName () public java.util.Set containerOf () abstract com.google.common.collect.ImmutableSet internalContainerOf () public static com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo create (java.lang.String, java.lang.Iterable) String typeName Iterable containerOf public static com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo create (java.lang.String) String typeName }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$Purpose.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety public abstract enum com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose FOR_IMMUTABLE_CHECKER public static final enum com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose FOR_THREAD_SAFE_CHECKER private static final synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose[] $VALUES public static com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose[] values () public static com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.lang.String mutableOrNonThreadSafe () abstract java.lang.String mutableOrNotThreadSafe () private static synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByBinder$BinderContext.class
GuardedByBinder.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext extends java.lang.Object { final com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver resolver final com.sun.tools.javac.code.Symbol$ClassSymbol thisClass final com.sun.tools.javac.code.Types types final com.sun.tools.javac.util.Names names final com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags public void <init> (com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Types, com.sun.tools.javac.util.Names, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver resolver com.sun.tools.javac.code.Symbol$ClassSymbol thisClass com.sun.tools.javac.code.Types types com.sun.tools.javac.util.Names names com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags public static com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext of (com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Types, com.sun.tools.javac.util.Names, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver resolver com.sun.tools.javac.code.Symbol$ClassSymbol thisClass com.sun.tools.javac.code.Types types com.sun.tools.javac.util.Names names com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags }
com/google/errorprone/bugpatterns/threadsafety/ImmutableAnnotationChecker.class
ImmutableAnnotationChecker.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ImmutableAnnotationChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public static final String ANNOTATED_ANNOTATION_MESSAGE private static final com.google.common.collect.ImmutableSet IGNORED_PROCESSORS private final com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.google.errorprone.matchers.Description$Builder describeClass (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info String message static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/StaticGuardedByInstance$WriteVisitor.class
StaticGuardedByInstance.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.StaticGuardedByInstance$WriteVisitor extends com.sun.source.util.TreeScanner { private final com.google.common.collect.SetMultimap writes void <init> () static com.google.common.collect.SetMultimap scan (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.threadsafety.StaticGuardedByInstance$WriteVisitor visitor private void recordWrite (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree variable com.sun.tools.javac.code.Symbol sym public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree node Void unused public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.source.tree.CompoundAssignmentTree node Void unused public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree node Void unused public java.lang.Void visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Void) com.sun.source.tree.SynchronizedTree node Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) }
com/google/errorprone/bugpatterns/threadsafety/WellKnownThreadSafety.class
WellKnownThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety extends java.lang.Object implements com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes { private final com.google.common.collect.ImmutableMap knownThreadSafeClasses private final com.google.common.collect.ImmutableSet knownUnsafeClasses void <init> (com.google.errorprone.ErrorProneFlags, com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability) com.google.errorprone.ErrorProneFlags flags com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability java.util.List knownThreadSafe public static com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety fromFlags (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.common.collect.ImmutableMap getKnownThreadSafeClasses () public com.google.common.collect.ImmutableMap getKnownSafeClasses () public com.google.common.collect.ImmutableSet getKnownUnsafeClasses () private static com.google.common.collect.ImmutableMap buildThreadSafeClasses (java.util.List, com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability) java.util.List extraKnownThreadSafe com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability mutability }
com/google/errorprone/bugpatterns/threadsafety/GuardedBySymbolResolver$MethodInfo.class
GuardedBySymbolResolver.java package com.google.errorprone.bugpatterns.threadsafety abstract com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo extends java.lang.Object { void <init> () abstract com.sun.tools.javac.code.Symbol$MethodSymbol sym () abstract com.google.common.collect.ImmutableList arguments () com.sun.source.tree.ExpressionTree argument (int) int idx static com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo create (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol sym static com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo create (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.common.collect.ImmutableList) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.common.collect.ImmutableList arguments static com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo create (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState visitorState com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$MethodSymbol methodSym com.sun.source.tree.Tree parent com.sun.source.tree.MethodInvocationTree invocation }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$PureMethodInvocation.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation extends java.lang.Object { public void <init> () public abstract com.sun.tools.javac.code.Symbol symbol () abstract com.google.common.collect.ImmutableList arguments () public abstract java.util.Optional receiver () public final java.lang.String toString () String receiver private static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation of (com.sun.tools.javac.code.Symbol, java.lang.Iterable, java.util.Optional) com.sun.tools.javac.code.Symbol symbol Iterable arguments java.util.Optional receiver public void accept (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor visitor private static synthetic void lambda$accept$2 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor visitor com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression r private static synthetic void lambda$accept$1 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor visitor com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression a private static synthetic java.lang.String lambda$toString$0 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression r }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer$ExpectedLockCalculator.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$ExpectedLockCalculator extends java.lang.Object { private static final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Factory F public static java.util.Optional from (com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.sun.tools.javac.tree.JCTree$JCExpression guardedMemberExpression com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression guard com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags java.util.Optional guardedMember com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression memberBase private static boolean isGuardReferenceAbsolute (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression guard com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression instance private static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression getSelectInstance (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression guard private static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression helper (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select lockSelect com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression lockExpression com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression memberAccess private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_GuardedByFlags.class
AutoValue_GuardedByFlags.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_GuardedByFlags extends com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags { void <init> () public java.lang.String toString () public boolean equals (java.lang.Object) Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer extends java.lang.Object { static final com.google.errorprone.matchers.Matcher INVOKES_LAMBDAS_IMMEDIATELY private static final String MONITOR_GUARD_CLASS private static final com.google.common.collect.ImmutableList LOCK_RESOURCES public static void analyze (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockEventListener, java.util.function.Predicate, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockEventListener listener java.util.function.Predicate isSuppressed com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks private static com.google.errorprone.bugpatterns.threadsafety.HeldLockSet handleMonitorGuards (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags com.sun.tools.javac.tree.JCTree$JCNewClass newClassTree com.sun.tools.javac.code.Symbol clazzSym java.util.Optional lockExpression private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/ImmutableChecker.class
ImmutableChecker.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$LambdaExpressionTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private final com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability private final com.google.common.collect.ImmutableSet immutableAnnotations void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability, com.google.common.collect.ImmutableSet) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability com.google.common.collect.ImmutableSet immutableAnnotations public com.google.errorprone.matchers.Description matchLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.LambdaExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$TypeSymbol lambdaType com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private boolean hasImmutableAnnotation (com.sun.tools.javac.code.Symbol$TypeSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$TypeSymbol tsym com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.sun.tools.javac.code.Symbol$TypeSymbol memberReferenceType com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.sun.tools.javac.code.Type receiverType com.google.common.collect.ImmutableSet typarams com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation violation public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree classBody public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state private com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis createImmutableAnalysis (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private void checkInvocation (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Type methodType com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private void checkInstantiation (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis, java.util.Collection, java.util.Collection) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis java.util.Collection typeParameters java.util.Collection typeArguments com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private void checkInstantiation (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, java.util.Collection, java.util.Collection) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state java.util.Collection typeParameters java.util.Collection typeArguments public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree typaram com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation java.util.Map typarams com.google.common.collect.Sets$SetView difference com.google.common.collect.ImmutableSet immutableAndContainer com.sun.tools.javac.code.Symbol$ClassSymbol sym com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.sun.tools.javac.code.Type superType private void checkClassTreeInstantiation (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis) com.sun.source.tree.Tree implementTree com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.sun.source.tree.Tree extendsClause private com.google.errorprone.matchers.Description$Builder describeClass (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) String message com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol$ClassSymbol sym com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info String message private com.google.errorprone.matchers.Description handleAnonymousClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.sun.tools.javac.code.Symbol$ClassSymbol sym com.sun.tools.javac.code.Type superType com.google.common.collect.ImmutableSet typarams com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private void checkClosedTypes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$TypeSymbol, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation v String message com.sun.tools.javac.code.Symbol$VarSymbol closedVariable String message com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol java.util.Collection methods java.util.Map$Entry entry com.sun.source.tree.Tree lambdaOrAnonymousClass com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$TypeSymbol lambdaType com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis java.util.Set variablesClosed com.google.common.collect.SetMultimap typesClosed java.util.Set variablesOwnedByLambda com.google.common.collect.ImmutableSet typarams private static java.util.Optional effectiveTypeOfThis (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.source.util.TreePath, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.source.util.TreePath currentPath com.google.errorprone.VisitorState state private com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkClosedVariable (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis) com.sun.tools.javac.code.Symbol$VarSymbol closedVariable com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet typarams com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis private static java.lang.String formAnonymousReason (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol$TypeSymbol typeSymbol private com.google.errorprone.matchers.Description$Builder describeAnonymous (com.sun.source.tree.Tree, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Type superType com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info String message private com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getImmutableAnnotation (com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.tools.javac.code.Symbol$ClassSymbol sym com.sun.tools.javac.code.Type superType private com.sun.tools.javac.code.Type immutableSupertype (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type superType com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableSet immutableTypeParametersInScope (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis) String name com.sun.tools.javac.code.Symbol$TypeVariableSymbol typaram com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.tools.javac.code.Symbol s com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis com.google.common.collect.ImmutableSet$Builder result private synthetic com.google.errorprone.matchers.Description$Builder lambda$checkClosedVariable$6 (com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) com.sun.source.tree.Tree tree com.sun.source.tree.Tree t com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation v private static synthetic boolean lambda$effectiveTypeOfThis$5 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol c private static synthetic com.sun.tools.javac.code.Symbol$ClassSymbol lambda$effectiveTypeOfThis$4 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t private synthetic com.google.errorprone.matchers.Description$Builder lambda$handleAnonymousClass$3 (com.sun.tools.javac.code.Type, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) com.sun.tools.javac.code.Type superType com.sun.source.tree.Tree t com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation i private synthetic com.google.errorprone.matchers.Description$Builder lambda$matchClass$2 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) com.sun.tools.javac.code.Symbol$ClassSymbol sym com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.source.tree.Tree matched com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation violation private static synthetic boolean lambda$matchClass$1 (com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis, java.util.Map$Entry) com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis analysis java.util.Map$Entry e private static synthetic boolean lambda$hasImmutableAnnotation$0 (com.sun.tools.javac.code.Symbol$TypeSymbol, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Symbol$TypeSymbol tsym com.google.errorprone.VisitorState state String annotation }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$KnownTypes$MapBuilder.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder extends java.lang.Object { final com.google.common.collect.ImmutableMap$Builder mapBuilder public void <init> () public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder addClasses (java.util.Set) java.util.Set clazzs public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder addStrings (java.util.List) java.util.List classNames public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder addAll (com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableMap map public transient com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder add (java.lang.Class, java.lang.String[]) java.lang.reflect.TypeVariable x Class clazz String[] containerOf com.google.common.collect.ImmutableSet containerTyParams java.util.HashSet actualTyParams com.google.common.collect.Sets$SetView difference public transient com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder add (java.lang.String, java.lang.String[]) String className String[] containerOf public com.google.common.collect.ImmutableMap build () private static synthetic void lambda$addStrings$1 (com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder, java.lang.String) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder rec$ String x$0 private static synthetic void lambda$addClasses$0 (com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder, java.lang.Class) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes$MapBuilder rec$ Class x$0 }
com/google/errorprone/bugpatterns/threadsafety/DoubleCheckedLocking$1.class
DoubleCheckedLocking.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic Class val$clazz void <init> (java.lang.Class) protected java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree node Void p public java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.BlockTree node Void p private java.lang.Object visit (java.util.List) Object r com.sun.source.tree.Tree t java.util.List tx public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer$LockScanner.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockScanner extends com.sun.source.util.TreePathScanner { private final com.google.errorprone.VisitorState visitorState private final com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockEventListener listener private final java.util.function.Predicate isSuppressed private final com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags private static final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Factory F private void <init> (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockEventListener, java.util.function.Predicate, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.VisitorState visitorState com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockEventListener listener java.util.function.Predicate isSuppressed com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.tools.javac.code.Symbol owner com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression lock java.util.Optional bound String guard com.sun.source.tree.MethodTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks java.util.Set mods public java.lang.Void visitTry (com.sun.source.tree.TryTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.TryTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks java.util.List resources java.util.Collection releasedLocks public java.lang.Void visitSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.SynchronizedTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks java.util.Optional lockExpression public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.IdentifierTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.NewClassTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.LambdaExpressionTree node com.google.errorprone.bugpatterns.threadsafety.HeldLockSet heldLockSet com.sun.source.tree.Tree parent public java.lang.Void visitMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.VariableTree node com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks public java.lang.Void visitClass (com.sun.source.tree.ClassTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.sun.source.tree.ClassTree node com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks private void checkMatch (com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) java.util.Optional guard java.util.Optional boundGuard String guardString com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks private void invalidLock (com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet, java.lang.String) com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks String guardString public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_GuardedByExpression_Select.class
AutoValue_GuardedByExpression_Select.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_GuardedByExpression_Select extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select { private final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind private final com.sun.tools.javac.code.Symbol sym private final com.sun.tools.javac.code.Type type private final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base void <init> (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind () public com.sun.tools.javac.code.Symbol sym () public com.sun.tools.javac.code.Type type () public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/GuardedByBinder$2.class
GuardedByBinder.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$2 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext) com.sun.source.tree.IdentifierTree identifier com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.source.tree.MemberSelectTree select com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.source.tree.MethodInvocationTree node com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context com.sun.source.tree.ExpressionTree methodSelect public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext) com.sun.tools.javac.code.Symbol base com.sun.tools.javac.code.Symbol base com.sun.source.tree.MemberSelectTree node com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context String name com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol sym boolean condition public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression visitMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext) com.sun.source.tree.MemberReferenceTree node com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol method private com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression bindSelect (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.tools.javac.code.Symbol) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol sym public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext) com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.source.tree.IdentifierTree node com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context com.sun.tools.javac.code.Symbol symbol public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression visitParenthesized (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext) com.sun.source.tree.ParenthesizedTree node com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context private com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression computeBase (com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext, com.sun.tools.javac.code.Symbol) com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context com.sun.tools.javac.code.Symbol symbol private com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression normalizeBase (com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext, com.sun.tools.javac.code.Symbol, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$BinderContext context com.sun.tools.javac.code.Symbol symbol com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol lexicalOwner private com.sun.tools.javac.code.Symbol$ClassSymbol isEnclosedIn (com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$ClassSymbol scope com.sun.tools.javac.code.Symbol$ClassSymbol startingClass com.sun.tools.javac.code.Symbol member com.sun.tools.javac.code.Types types public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$LocalVariable.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$LocalVariable extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression { public void <init> () public static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$LocalVariable create (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol owner }
com/google/errorprone/bugpatterns/threadsafety/DoubleCheckedLocking.class
DoubleCheckedLocking.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher { private static final com.google.common.collect.ImmutableSet IMMUTABLE_PRIMITIVES public void <init> () public com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree outerIf com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo info private com.google.errorprone.matchers.Description handleField (com.sun.source.tree.IfTree, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree outerIf com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder builder com.sun.tools.javac.tree.JCTree fieldDecl private static boolean isImmutable (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handleLocal (com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo info com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCExpressionStatement expr com.sun.tools.javac.tree.JCTree$JCAssign assign com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$VarSymbol fvar private static com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo findDcl (com.sun.source.tree.IfTree) com.sun.source.tree.IfTree outerIf com.sun.source.tree.ExpressionTree outerIfTest com.sun.source.tree.SynchronizedTree synchTree com.sun.source.tree.IfTree innerIf com.sun.source.tree.ExpressionTree innerIfTest com.sun.tools.javac.code.Symbol outerSym com.sun.tools.javac.code.Symbol$VarSymbol var private static com.sun.source.tree.ExpressionTree getNullCheckedExpression (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree other com.sun.source.tree.ExpressionTree other com.sun.source.tree.ExpressionTree condition com.sun.source.tree.BinaryTree bin com.sun.source.tree.ExpressionTree other private static java.lang.Object getChild (com.sun.source.tree.StatementTree, java.lang.Class) com.sun.source.tree.StatementTree tree Class clazz private static com.sun.tools.javac.tree.JCTree findFieldDeclaration (com.sun.source.util.TreePath, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.tree.JCTree tree com.sun.source.tree.Tree leaf com.sun.source.util.TreePath curr com.sun.source.util.TreePath path com.sun.tools.javac.code.Symbol$VarSymbol var static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer$LockResource.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety abstract com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockResource extends java.lang.Object { void <init> () abstract java.lang.String className () abstract java.lang.String unlockMethod () public com.google.errorprone.matchers.Matcher createUnlockMatcher () static com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockResource create (java.lang.String, java.lang.String) String className String unlockMethod }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$Select.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression { public void <init> () public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base () public static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select create (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression root () com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression exp }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$ConstantExpression$ConstantExpressionKind.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety public final enum com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind LITERAL public static final enum com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind CONSTANT_EQUALS public static final enum com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind PURE_METHOD private static final synthetic com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind[] $VALUES public static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind[] values () public static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/GuardedBySymbolResolver.class
GuardedBySymbolResolver.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver extends java.lang.Object implements com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver { private final com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass private final com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo method private final com.sun.source.tree.Tree decl private final com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit private final com.sun.tools.javac.util.Context context private final com.google.errorprone.VisitorState visitorState private final com.sun.tools.javac.code.Types types public static com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver from (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState visitorState public static com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver from (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo, com.sun.source.tree.CompilationUnitTree, com.sun.tools.javac.util.Context, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol owner com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo method com.sun.source.tree.CompilationUnitTree compilationUnit com.sun.tools.javac.util.Context context com.sun.source.tree.Tree leaf com.google.errorprone.VisitorState visitorState private void <init> (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo, com.sun.source.tree.CompilationUnitTree, com.sun.tools.javac.util.Context, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo method com.sun.source.tree.CompilationUnitTree compilationUnit com.sun.tools.javac.util.Context context com.sun.source.tree.Tree leaf com.google.errorprone.VisitorState visitorState public com.sun.tools.javac.util.Context context () public com.google.errorprone.VisitorState visitorState () public com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass () public com.sun.tools.javac.code.Symbol resolveIdentifier (com.sun.source.tree.IdentifierTree) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.IdentifierTree node String name com.sun.tools.javac.code.Symbol$VarSymbol field com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.tools.javac.code.Symbol type public com.sun.tools.javac.code.Symbol$MethodSymbol resolveMethod (com.sun.source.tree.MethodInvocationTree, javax.lang.model.element.Name) com.sun.source.tree.MethodInvocationTree node javax.lang.model.element.Name name public com.sun.tools.javac.code.Symbol$MethodSymbol resolveMethod (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, javax.lang.model.element.Name) com.sun.source.tree.MethodInvocationTree node com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base javax.lang.model.element.Name identifier com.sun.tools.javac.code.Symbol baseSym private com.sun.tools.javac.code.Symbol$MethodSymbol getMethod (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol classSymbol String name public com.sun.tools.javac.code.Symbol resolveSelect (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.source.tree.MemberSelectTree) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.source.tree.MemberSelectTree node com.sun.tools.javac.code.Symbol baseSym public com.sun.tools.javac.code.Symbol resolveMemberReference (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.source.tree.MemberReferenceTree) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.source.tree.MemberReferenceTree node com.sun.tools.javac.code.Symbol baseSym private com.sun.tools.javac.code.Symbol$VarSymbol getField (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol classSymbol String name private com.sun.tools.javac.code.Symbol getMember (java.lang.Class, javax.lang.model.element.ElementKind, com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Scope scope com.sun.tools.javac.code.Type t com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol sym Class type javax.lang.model.element.ElementKind kind com.sun.tools.javac.code.Symbol classSymbol String name private com.sun.tools.javac.code.Symbol$VarSymbol getParam (com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo, java.lang.String) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.ExpressionTree arg com.sun.tools.javac.code.Symbol$VarSymbol param com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo method String name int idx public com.sun.tools.javac.code.Symbol resolveTypeLiteral (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expr com.sun.source.tree.IdentifierTree ident com.sun.tools.javac.code.Symbol type private com.sun.tools.javac.code.Symbol resolveType (java.lang.String, com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes) String name com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$SearchSuperTypes searchSuperTypes com.sun.tools.javac.code.Symbol type private com.sun.tools.javac.code.Symbol getSuperType (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Type t com.sun.tools.javac.code.Symbol symbol String name private static com.sun.tools.javac.code.Symbol getLexicallyEnclosing (com.sun.tools.javac.code.Symbol$ClassSymbol, java.lang.String) com.sun.tools.javac.code.Symbol$ClassSymbol symbol String name com.sun.tools.javac.code.Symbol current private com.sun.tools.javac.code.Symbol attribIdent (java.lang.String) String name com.sun.tools.javac.comp.Attr attr com.sun.tools.javac.tree.TreeMaker tm public com.sun.tools.javac.code.Symbol resolveEnclosingClass (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expr com.sun.source.tree.IdentifierTree ident com.sun.tools.javac.code.Symbol type }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_ThreadSafety_Violation.class
AutoValue_ThreadSafety_Violation.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_ThreadSafety_Violation extends com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation { private final org.pcollections.ConsPStack path void <init> (org.pcollections.ConsPStack) org.pcollections.ConsPStack path public org.pcollections.ConsPStack path () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_GuardedBySymbolResolver_MethodInfo.class
AutoValue_GuardedBySymbolResolver_MethodInfo.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_GuardedBySymbolResolver_MethodInfo extends com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo { private final com.sun.tools.javac.code.Symbol$MethodSymbol sym private final com.google.common.collect.ImmutableList arguments void <init> (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.common.collect.ImmutableList) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.common.collect.ImmutableList arguments com.sun.tools.javac.code.Symbol$MethodSymbol sym () com.google.common.collect.ImmutableList arguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.GuardedBySymbolResolver$MethodInfo that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/AutoOneOf_ConstantExpressions_ConstantExpression$Impl_pureMethod.class
AutoOneOf_ConstantExpressions_ConstantExpression.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression$Impl_pureMethod extends com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression$Parent_ { private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation pureMethod void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation pureMethod public com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation pureMethod () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression that Object x public int hashCode () public com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind kind () }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$1.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$1 extends com.sun.source.util.SimpleTreeVisitor { boolean negated final synthetic boolean val$not final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.concurrent.atomic.AtomicBoolean val$failed final synthetic com.google.common.collect.ImmutableSet$Builder val$requiredFalse final synthetic com.google.common.collect.ImmutableSet$Builder val$requiredTrue final synthetic com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions this$0 void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions, boolean, com.google.errorprone.VisitorState, java.util.concurrent.atomic.AtomicBoolean, com.google.common.collect.ImmutableSet$Builder, com.google.common.collect.ImmutableSet$Builder) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions this$0 public java.lang.Void visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree tree Void unused public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree tree Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused private void withNegation (java.lang.Runnable) Runnable runnable private void add (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression e public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) private synthetic void lambda$visitBinary$2 (com.sun.source.tree.BinaryTree, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.sun.source.tree.BinaryTree tree com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression e private synthetic void lambda$visitBinary$1 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression e private synthetic void lambda$visitUnary$0 (com.sun.source.tree.UnaryTree) com.sun.source.tree.UnaryTree tree }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$ThreadSafeTypeVisitor.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$ThreadSafeTypeVisitor extends com.sun.tools.javac.code.Types$SimpleVisitor { private final boolean allowContainerTypeParameters private final java.util.Set containerTypeParameters final synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafety this$0 private void <init> (com.google.errorprone.bugpatterns.threadsafety.ThreadSafety, boolean, java.util.Set) boolean allowContainerTypeParameters java.util.Set containerTypeParameters public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Void) com.sun.tools.javac.code.Type$WildcardType type Void s public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Void) com.sun.tools.javac.code.Type$ArrayType t Void s public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Void) String message String message com.sun.tools.javac.code.Type$TypeVar type Void s com.sun.tools.javac.code.Symbol$TypeVariableSymbol tyvar String message public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation visitType (com.sun.tools.javac.code.Type, java.lang.Void) com.sun.tools.javac.code.Type type Void s com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation String nameStr public volatile synthetic java.lang.Object visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) private static synthetic java.lang.String lambda$visitType$0 (java.lang.String) String a }
com/google/errorprone/bugpatterns/threadsafety/WellKnownMutability.class
WellKnownMutability.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability extends java.lang.Object implements com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes { private final com.google.common.collect.ImmutableMap knownImmutableClasses private final com.google.common.collect.ImmutableSet knownMutableClasses private static final com.google.errorprone.suppliers.Supplier MESSAGE_TYPE private static final com.google.errorprone.suppliers.Supplier MUTABLE_MESSAGE_TYPE private static final com.google.errorprone.suppliers.Supplier PROTOCOL_MESSAGE_TYPE void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags java.util.List immutable com.google.common.collect.ImmutableList mutable public static com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability fromFlags (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.common.collect.ImmutableMap getKnownImmutableClasses () public com.google.common.collect.ImmutableMap getKnownSafeClasses () public com.google.common.collect.ImmutableSet getKnownMutableClasses () public com.google.common.collect.ImmutableSet getKnownUnsafeClasses () private static com.google.common.collect.ImmutableMap buildImmutableClasses (java.util.List) java.util.List extraKnownImmutables private static com.google.common.collect.ImmutableSet buildMutableClasses (java.util.List) java.util.List knownMutables private static boolean isAssignableTo (com.sun.tools.javac.code.Type, com.google.errorprone.suppliers.Supplier, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.suppliers.Supplier supplier com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type to public static boolean isProto2MessageClass (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type public static boolean isProto2MutableMessageClass (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type public static boolean isAnnotation (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static synthetic java.util.stream.Stream lambda$new$0 (com.google.errorprone.ErrorProneFlags, java.lang.String) com.google.errorprone.ErrorProneFlags flags String f static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer$1.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$threadsafety$GuardedByExpression$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/ImmutableEnumChecker.class
ImmutableEnumChecker.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ImmutableEnumChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public static final String ANNOTATED_ENUM_MESSAGE private final com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability private static final com.google.common.collect.ImmutableSet EXEMPT_ANNOTATIONS void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private com.google.errorprone.matchers.Description$Builder describe (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info String message private static boolean implementsExemptInterface (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol symbol com.google.errorprone.VisitorState state private static boolean hasExemptAnnotation (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state private static synthetic boolean lambda$hasExemptAnnotation$1 (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state String annotation private static synthetic boolean lambda$implementsExemptInterface$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type supertype static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/ImmutableChecker$2.class
ImmutableChecker.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer$LockEventListener.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockEventListener extends java.lang.Object { public abstract void handleGuardedAccess (com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$Factory.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Factory extends java.lang.Object { public void <init> () com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ThisLiteral thisliteral () com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression qualifiedThis (com.sun.tools.javac.util.Names, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.util.Names names com.sun.tools.javac.code.Symbol$ClassSymbol access com.sun.tools.javac.code.Symbol enclosing com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol curr com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$ClassLiteral classLiteral (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol clazz com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$TypeLiteral typeLiteral (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol type com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select select (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.tools.javac.code.Symbol) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol member com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select select (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol$VarSymbol member com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select select (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.tools.javac.code.Symbol$MethodSymbol member com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression select (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select select com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$LocalVariable localVariable (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Erroneous error (java.lang.String) String guardString }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafeChecker.class
ThreadSafeChecker.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ThreadSafeChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$TypeParameterTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private final com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety wellKnownThreadSafety private final boolean checkElementUsage void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety, com.google.errorprone.ErrorProneFlags) com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety wellKnownThreadSafety com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis analysis com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private com.google.errorprone.matchers.Description checkInvocation (com.sun.source.tree.Tree, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Type methodType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis analysis com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info public com.google.errorprone.matchers.Description matchTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis analysis public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree typaram com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis analysis com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation java.util.Map typarams com.google.common.collect.Sets$SetView difference com.google.common.collect.ImmutableSet threadSafeAndContainer com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info String message private com.google.errorprone.matchers.Description handleAnonymousClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis analysis com.sun.tools.javac.code.Symbol$ClassSymbol sym com.sun.tools.javac.code.Type superType com.google.common.collect.ImmutableSet typarams com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info String reason String message private com.google.errorprone.matchers.Description checkSubtype (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol sym com.sun.tools.javac.code.Type superType String message com.google.errorprone.fixes.SuggestedFix$Builder fix String typeName private static com.sun.tools.javac.code.Type threadSafeSupertype (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type superType com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis, java.util.Map$Entry) com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis analysis java.util.Map$Entry e }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions$2.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$threadsafety$ConstantExpressions$ConstantExpression$ConstantExpressionKind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_GuardedByExpression_TypeLiteral.class
AutoValue_GuardedByExpression_TypeLiteral.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_GuardedByExpression_TypeLiteral extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$TypeLiteral { private final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind private final com.sun.tools.javac.code.Symbol sym private final com.sun.tools.javac.code.Type type void <init> (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind () public com.sun.tools.javac.code.Symbol sym () public com.sun.tools.javac.code.Type type () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$TypeLiteral that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/HeldLockAnalyzer$LockOperationFinder.class
HeldLockAnalyzer.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockOperationFinder extends com.sun.source.util.TreeScanner { private static final String READ_WRITE_LOCK_CLASS private final com.google.errorprone.matchers.Matcher lockOperationMatcher private final com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags private static final com.google.errorprone.matchers.Matcher READ_WRITE_ACCESSOR_MATCHER private final com.google.errorprone.VisitorState state private final java.util.Set locks static java.util.Collection find (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher lockOperationMatcher com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer$LockOperationFinder finder private void <init> (com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher lockOperationMatcher com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused private void handleReleasedLocks (com.sun.source.tree.MethodInvocationTree) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression receiver com.sun.source.tree.MethodInvocationTree tree java.util.Optional node public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/ImmutableChecker$1.class
ImmutableChecker.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker$1 extends com.sun.source.util.TreePathScanner { final synthetic java.util.Set val$variablesOwnedByLambda final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.source.tree.Tree val$lambdaOrAnonymousClass final synthetic com.google.common.collect.SetMultimap val$typesClosed final synthetic java.util.Set val$variablesClosed final synthetic com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker this$0 void <init> (com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker, java.util.Set, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.common.collect.SetMultimap, java.util.Set) com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker this$0 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused private void handleIdentifier (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private static synthetic void lambda$visitMethodInvocation$1 (com.google.common.collect.SetMultimap, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$ClassSymbol) com.google.common.collect.SetMultimap typesClosed com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Symbol$ClassSymbol t private static synthetic boolean lambda$visitMethodInvocation$0 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.source.tree.Tree lambdaOrAnonymousClass com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol t }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$Kind.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public final enum com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind THIS public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind CLASS_LITERAL public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind TYPE_LITERAL public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind LOCAL_VARIABLE public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind SELECT public static final enum com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind ERROR private static final synthetic com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind[] $VALUES public static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind[] values () public static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_AnnotationInfo.class
AutoValue_AnnotationInfo.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_AnnotationInfo extends com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo { private final String typeName private final com.google.common.collect.ImmutableSet internalContainerOf void <init> (java.lang.String, com.google.common.collect.ImmutableSet) String typeName com.google.common.collect.ImmutableSet internalContainerOf public java.lang.String typeName () com.google.common.collect.ImmutableSet internalContainerOf () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/AutoOneOf_ConstantExpressions_ConstantExpression$Impl_literal.class
AutoOneOf_ConstantExpressions_ConstantExpression.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression$Impl_literal extends com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression$Parent_ { private final Object literal void <init> (java.lang.Object) Object literal public java.lang.Object literal () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression that Object x public int hashCode () public com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind kind () }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.ThreadSafety extends java.lang.Object { private final com.google.errorprone.VisitorState state private final com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose purpose private final com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes knownTypes private final com.google.common.collect.ImmutableSet markerAnnotations private final com.google.common.collect.ImmutableSet acceptedAnnotations private final com.google.common.collect.ImmutableSet containerOfAnnotation private final com.google.common.collect.ImmutableSet suppressAnnotation private final com.google.common.collect.ImmutableSet typeParameterAnnotation private final java.util.Set recursiveThreadSafeTypeParameter private static final com.google.errorprone.suppliers.Supplier CONTAINEROF public static com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder builder () public static com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder threadSafeBuilder (com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety) com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety wellKnownThreadSafety com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder builder private void <init> (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose, com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes, java.util.Set, java.util.Set, java.util.Set, java.util.Set, java.util.Set) com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose purpose com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes knownTypes java.util.Set markerAnnotations java.util.Set acceptedAnnotations java.util.Set containerOfAnnotation java.util.Set suppressAnnotation java.util.Set typeParameterAnnotation public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation threadSafeInstantiation (java.util.Set, com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type tyarg com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.sun.tools.javac.code.Symbol$TypeVariableSymbol typaram boolean immutableTypeParameter int i java.util.Set containerTypeParameters com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.tools.javac.code.Type type public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkSuperInstantiation (java.util.Set, com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.sun.tools.javac.code.Type) java.util.Set containerTypeParameters com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.tools.javac.code.Type type com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private boolean containerOfSubtyping (java.util.Set, com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.tools.javac.code.Type) java.util.Set containerTypeParameters com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.tools.javac.code.Symbol$TypeVariableSymbol typaram com.sun.tools.javac.code.Type tyargument public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation isThreadSafeType (boolean, java.util.Set, com.sun.tools.javac.code.Type) boolean allowContainerTypeParameters java.util.Set containerTypeParameters com.sun.tools.javac.code.Type type public boolean hasThreadSafeTypeParameterAnnotation (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol symbol public boolean hasThreadSafeElementAnnotation (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol symbol private boolean isTypeParameterThreadSafe (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, java.util.Set) com.sun.tools.javac.code.Type bound com.sun.tools.javac.code.Symbol$TypeVariableSymbol symbol java.util.Set containerTypeParameters public com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getMarkerOrAcceptedAnnotation (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state String nameStr com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo known public com.sun.tools.javac.code.Type mutableEnclosingInstance (java.util.Optional, com.sun.tools.javac.code.Type$ClassType) java.util.Optional tree com.sun.tools.javac.code.Type$ClassType type com.sun.tools.javac.code.Type enclosing public java.util.Set threadSafeTypeParametersInScope (com.sun.tools.javac.code.Symbol) String name com.sun.tools.javac.code.Symbol$TypeVariableSymbol typaram com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.tools.javac.code.Symbol s com.sun.tools.javac.code.Symbol sym com.google.common.collect.ImmutableSet$Builder result private com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getAnnotation (com.sun.tools.javac.code.Symbol, com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableList containerElements com.sun.tools.javac.code.Type arg com.sun.tools.javac.code.Symbol$TypeVariableSymbol formal com.sun.tools.javac.code.Symbol$TypeSymbol argSym int i com.sun.tools.javac.code.Symbol sym com.google.common.collect.ImmutableSet annotationsToCheck com.google.errorprone.VisitorState state java.util.Optional attr com.sun.tools.javac.code.Type superClass com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo superAnnotation com.google.common.collect.ImmutableList$Builder containerOf public com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getInheritedAnnotation (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList containerOf (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Attribute$Compound) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Attribute$Compound attr com.sun.tools.javac.code.Attribute m public java.lang.String getPrettyName (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type superType public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkInstantiation (java.util.Collection, java.util.Collection) java.util.Collection typeParameters java.util.Collection typeArguments public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkInstantiation (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, java.util.Collection) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.sun.tools.javac.code.Type instantiation com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeParameter java.util.Collection instantiations public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkInvocation (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation violation com.sun.tools.javac.code.Symbol$TypeVariableSymbol typeParameter com.sun.tools.javac.code.Type methodType com.sun.tools.javac.code.Symbol symbol java.util.List typeParameters com.google.common.collect.ImmutableListMultimap instantiation private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.util.Name lambda$static$c7d46003$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation lambda$checkInstantiation$8 (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Symbol$TypeVariableSymbol sym com.sun.tools.javac.code.Type type private static synthetic java.lang.String lambda$getAnnotation$7 (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol p private synthetic boolean lambda$getAnnotation$6 (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol p private synthetic boolean lambda$getAnnotation$5 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a private static synthetic boolean lambda$getAnnotation$4 (com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Attribute$Compound) com.google.common.collect.ImmutableSet annotationsToCheck com.sun.tools.javac.code.Attribute$Compound a private synthetic boolean lambda$hasThreadSafeElementAnnotation$3 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound t private synthetic boolean lambda$hasThreadSafeTypeParameterAnnotation$2 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound t private synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation lambda$checkSuperInstantiation$1 (java.util.Set, com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo, com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.tools.javac.code.Type) java.util.Set containerTypeParameters com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo annotation com.sun.tools.javac.code.Symbol$TypeVariableSymbol typaram com.sun.tools.javac.code.Type argument private synthetic boolean lambda$threadSafeInstantiation$0 (com.sun.tools.javac.code.Attribute$TypeCompound) com.sun.tools.javac.code.Attribute$TypeCompound a static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$Purpose$2.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety final enum com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose$2 extends com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose { private void <init> (java.lang.String, int) java.lang.String mutableOrNonThreadSafe () java.lang.String mutableOrNotThreadSafe () }
com/google/errorprone/bugpatterns/threadsafety/SynchronizeOnNonFinalField.class
SynchronizeOnNonFinalField.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.SynchronizeOnNonFinalField extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SynchronizedTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.SynchronizedTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$VarSymbol varSymbol javax.lang.model.element.Name ownerName }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_GuardedByUtils_GuardedByValidationResult.class
AutoValue_GuardedByUtils_GuardedByValidationResult.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_GuardedByUtils_GuardedByValidationResult extends com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils$GuardedByValidationResult { private final String message private final Boolean isValid void <init> (java.lang.String, java.lang.Boolean) String message Boolean isValid java.lang.String message () java.lang.Boolean isValid () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils$GuardedByValidationResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/DoubleCheckedLocking$DCLInfo.class
DoubleCheckedLocking.java package com.google.errorprone.bugpatterns.threadsafety abstract com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo extends java.lang.Object { void <init> () abstract com.sun.source.tree.IfTree outerIf () abstract com.sun.source.tree.SynchronizedTree synchTree () abstract com.sun.source.tree.IfTree innerIf () abstract com.sun.tools.javac.code.Symbol$VarSymbol sym () static com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$DCLInfo create (com.sun.source.tree.IfTree, com.sun.source.tree.SynchronizedTree, com.sun.source.tree.IfTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.source.tree.IfTree outerIf com.sun.source.tree.SynchronizedTree synchTree com.sun.source.tree.IfTree innerIf com.sun.tools.javac.code.Symbol$VarSymbol sym }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$DebugPrinter.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$DebugPrinter extends java.lang.Object { private void <init> () public static java.lang.String print (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression exp StringBuilder sb private static void pprint (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, java.lang.StringBuilder) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression exp StringBuilder sb private static void pprintSelect (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select, java.lang.StringBuilder) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select exp StringBuilder sb }
com/google/errorprone/bugpatterns/threadsafety/ImmutableRefactoring$1.class
ImmutableRefactoring.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.ImmutableRefactoring$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker val$immutableChecker final synthetic java.util.Set val$notOk final synthetic com.google.errorprone.bugpatterns.threadsafety.ImmutableRefactoring this$0 void <init> (com.google.errorprone.bugpatterns.threadsafety.ImmutableRefactoring, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker, java.util.Set) com.google.errorprone.bugpatterns.threadsafety.ImmutableRefactoring this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void unused boolean violator public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private static synthetic void lambda$visitClass$0 (java.util.Set, com.sun.source.tree.ClassTree, com.google.errorprone.matchers.Description) java.util.Set notOk com.sun.source.tree.ClassTree node com.google.errorprone.matchers.Description description }
com/google/errorprone/bugpatterns/threadsafety/AutoOneOf_ConstantExpressions_ConstantExpression$Impl_constantEquals.class
AutoOneOf_ConstantExpressions_ConstantExpression.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression$Impl_constantEquals extends com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression$Parent_ { private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals constantEquals void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals constantEquals public com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals constantEquals () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression that Object x public int hashCode () public com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression$ConstantExpressionKind kind () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByBinder$Resolver.class
GuardedByBinder.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver extends java.lang.Object { public abstract com.sun.tools.javac.code.Symbol resolveIdentifier (com.sun.source.tree.IdentifierTree) public abstract com.sun.tools.javac.code.Symbol$MethodSymbol resolveMethod (com.sun.source.tree.MethodInvocationTree, javax.lang.model.element.Name) public abstract com.sun.tools.javac.code.Symbol$MethodSymbol resolveMethod (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, javax.lang.model.element.Name) public abstract com.sun.tools.javac.code.Symbol resolveSelect (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.source.tree.MemberSelectTree) public abstract com.sun.tools.javac.code.Symbol resolveMemberReference (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.source.tree.MemberReferenceTree) public abstract com.sun.tools.javac.code.Symbol resolveTypeLiteral (com.sun.source.tree.ExpressionTree) public abstract com.sun.tools.javac.code.Symbol resolveEnclosingClass (com.sun.source.tree.ExpressionTree) }
com/google/errorprone/bugpatterns/threadsafety/GuardedByChecker.class
GuardedByChecker.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.GuardedByChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$LambdaExpressionTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private static final String JUC_READ_WRITE_LOCK private final com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_CONCURRENT_LOCKS_READWRITELOCK public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.LambdaExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent private void analyze (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state protected com.google.errorprone.matchers.Description checkGuardedAccess (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression guard com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks com.google.errorprone.VisitorState state private static java.lang.String buildMessage (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression guard com.google.errorprone.bugpatterns.threadsafety.HeldLockSet locks int heldLocks StringBuilder message com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select enclosing private static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select findOuterInstance (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select select com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression expr private static boolean enclosingInstance (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression expr private static boolean isRwLock (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression guard com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type guardType com.sun.tools.javac.code.Symbol rwLockSymbol private static void report (com.google.errorprone.matchers.Description, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Description description com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description validate (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils$GuardedByValidationResult result private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$ebb2b60a$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private synthetic boolean lambda$analyze$1 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree private synthetic void lambda$analyze$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.google.errorprone.bugpatterns.threadsafety.HeldLockSet) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression guard com.google.errorprone.bugpatterns.threadsafety.HeldLockSet live static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$Builder.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder extends java.lang.Object { private com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose purpose private com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes knownTypes private com.google.common.collect.ImmutableSet markerAnnotations private com.google.common.collect.ImmutableSet acceptedAnnotations private com.google.common.collect.ImmutableSet containerOfAnnotation private com.google.common.collect.ImmutableSet suppressAnnotation private com.google.common.collect.ImmutableSet typeParameterAnnotation private void <init> () public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder setPurpose (com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Purpose purpose public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder knownTypes (com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes knownTypes public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder markerAnnotations (java.lang.Iterable) Iterable markerAnnotations public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder acceptedAnnotations (java.lang.Iterable) Iterable acceptedAnnotations public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder containerOfAnnotation (java.lang.Class) Class containerOfAnnotation public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder containerOfAnnotation (java.lang.Iterable) Iterable containerOfAnnotation public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder suppressAnnotation (java.lang.Class) Class suppressAnnotation public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder suppressAnnotation (java.lang.Iterable) Iterable suppressAnnotation public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder typeParameterAnnotation (java.lang.Class) Class typeParameterAnnotation public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Builder typeParameterAnnotation (java.lang.Iterable) Iterable typeParameterAnnotation public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety build (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_ConstantExpressions_PureMethodInvocation.class
AutoValue_ConstantExpressions_PureMethodInvocation.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_ConstantExpressions_PureMethodInvocation extends com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation { private final com.sun.tools.javac.code.Symbol symbol private final com.google.common.collect.ImmutableList arguments private final java.util.Optional receiver void <init> (com.sun.tools.javac.code.Symbol, com.google.common.collect.ImmutableList, java.util.Optional) com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableList arguments java.util.Optional receiver public com.sun.tools.javac.code.Symbol symbol () com.google.common.collect.ImmutableList arguments () public java.util.Optional receiver () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/ConstantExpressions.class
ConstantExpressions.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions extends java.lang.Object { private final com.google.errorprone.matchers.Matcher pureMethods private final com.google.errorprone.suppliers.Supplier threadSafety private static final java.util.regex.Pattern NOT_NOW private final com.google.errorprone.matchers.Matcher basePureMethods void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability public static com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions fromFlags (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness truthiness (com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree boolean not com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder requiredTrue com.google.common.collect.ImmutableSet$Builder requiredFalse java.util.concurrent.atomic.AtomicBoolean failed public java.util.Optional constantExpression (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree binaryTree java.util.Optional lhs java.util.Optional rhs com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state Object value public java.util.Optional symbolizeImmutableExpression (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) java.util.Optional receiverConstant java.util.Optional argumentConstant com.sun.source.tree.ExpressionTree argument com.google.common.collect.ImmutableList$Builder arguments com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol symbol java.util.Optional receiverConstant private static boolean isPureIdentifier (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol symbol private boolean typeIsImmutable (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ThreadSafety threadSafety private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private synthetic boolean lambda$new$50c764cc$3 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState s java.util.List args private synthetic boolean lambda$new$50c764cc$2 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState s com.sun.source.tree.ExpressionTree receiver private static synthetic boolean lambda$new$50c764cc$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol private static synthetic com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression lambda$constantExpression$0 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation x$0 private static synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafety lambda$new$e370cec3$1 (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/DoubleCheckedLocking$2.class
DoubleCheckedLocking.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/HeldLockSet.class
HeldLockSet.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.HeldLockSet extends java.lang.Object { final org.pcollections.PSet locks private void <init> () private void <init> (org.pcollections.PSet) org.pcollections.PSet locks static com.google.errorprone.bugpatterns.threadsafety.HeldLockSet empty () public com.google.errorprone.bugpatterns.threadsafety.HeldLockSet plus (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression lock public com.google.errorprone.bugpatterns.threadsafety.HeldLockSet plusAll (java.util.Collection) java.util.Collection locks public java.util.Collection allLocks () public java.lang.String toString () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$PrettyPrinter.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$PrettyPrinter extends java.lang.Object { private void <init> () public static java.lang.String print (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression exp StringBuilder sb private static void pprint (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, java.lang.StringBuilder) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression exp StringBuilder sb private static void pprintSelect (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select, java.lang.StringBuilder) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression curr com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Select exp StringBuilder sb }
com/google/errorprone/bugpatterns/threadsafety/ThreadPriorityCheck.class
ThreadPriorityCheck.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ThreadPriorityCheck extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher THREAD_MATCHERS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoOneOf_ConstantExpressions_ConstantExpression$Parent_.class
AutoOneOf_ConstantExpressions_ConstantExpression.java package com.google.errorprone.bugpatterns.threadsafety abstract com.google.errorprone.bugpatterns.threadsafety.AutoOneOf_ConstantExpressions_ConstantExpression$Parent_ extends com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression { private void <init> () java.lang.Object literal () com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals constantEquals () public com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation pureMethod () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByBinder$1.class
GuardedByBinder.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$1 extends java.lang.Object implements com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$Resolver { void <init> () public com.sun.tools.javac.code.Symbol resolveIdentifier (com.sun.source.tree.IdentifierTree) com.sun.source.tree.IdentifierTree node public com.sun.tools.javac.code.Symbol$MethodSymbol resolveMethod (com.sun.source.tree.MethodInvocationTree, javax.lang.model.element.Name) com.sun.source.tree.MethodInvocationTree node javax.lang.model.element.Name name public com.sun.tools.javac.code.Symbol$MethodSymbol resolveMethod (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, javax.lang.model.element.Name) com.sun.source.tree.MethodInvocationTree node com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base javax.lang.model.element.Name identifier public com.sun.tools.javac.code.Symbol resolveSelect (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.source.tree.MemberSelectTree) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.source.tree.MemberSelectTree node public com.sun.tools.javac.code.Symbol resolveMemberReference (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression, com.sun.source.tree.MemberReferenceTree) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression base com.sun.source.tree.MemberReferenceTree node public com.sun.tools.javac.code.Symbol resolveTypeLiteral (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression public com.sun.tools.javac.code.Symbol resolveEnclosingClass (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_ConstantExpressions_ConstantEquals.class
AutoValue_ConstantExpressions_ConstantEquals.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_ConstantExpressions_ConstantEquals extends com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantEquals { private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression lhs private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression rhs void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression lhs com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression rhs com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression lhs () com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression rhs () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$1.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$threadsafety$GuardedByExpression$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$TypeLiteral.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$TypeLiteral extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression { public void <init> () public static com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$TypeLiteral create (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol owner }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafeAnalysis.class
ThreadSafeAnalysis.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ThreadSafeAnalysis extends java.lang.Object { private final com.google.errorprone.bugpatterns.BugChecker bugChecker private final com.google.errorprone.VisitorState state private final com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety wellKnownThreadSafety private final com.google.errorprone.bugpatterns.threadsafety.ThreadSafety threadSafety public void <init> (com.google.errorprone.bugpatterns.BugChecker, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety) com.google.errorprone.bugpatterns.BugChecker bugChecker com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.WellKnownThreadSafety wellKnownThreadSafety boolean hasThreadSafeTypeParameterAnnotation (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol sym boolean hasThreadSafeElementAnnotation (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol sym com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkInstantiation (java.util.Collection, java.util.Collection) java.util.Collection classTypeParameters java.util.Collection typeArguments public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkInvocation (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Type methodType com.sun.tools.javac.code.Symbol symbol public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkForThreadSafety (java.util.Optional, com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Type$ClassType) com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo interfaceAnnotation com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation interfaceInfo com.sun.tools.javac.code.Type interfaceType java.util.Optional tree com.google.common.collect.ImmutableSet threadSafeTypeParams com.sun.tools.javac.code.Type$ClassType type com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation superInfo com.sun.tools.javac.code.Type mutableEnclosing private com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkSuper (com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Type$ClassType) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.google.common.collect.ImmutableSet threadSafeTypeParams com.sun.tools.javac.code.Type$ClassType type com.sun.tools.javac.code.Type$ClassType superType com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo superannotation com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation areFieldsThreadSafe (java.util.Optional, com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Type$ClassType) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.Tree member java.util.Optional memberTree com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.sun.tools.javac.code.Symbol member java.util.Optional tree com.google.common.collect.ImmutableSet threadSafeTypeParams com.sun.tools.javac.code.Type$ClassType classType com.sun.tools.javac.code.Symbol$ClassSymbol classSym java.util.function.Predicate instanceFieldFilter java.util.Map declarations java.util.List members private com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation isFieldThreadSafe (java.util.Optional, java.util.Set, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Type$ClassType, com.sun.tools.javac.code.Symbol$VarSymbol) java.util.Optional tree java.util.Set threadSafeTypeParams com.sun.tools.javac.code.Symbol$ClassSymbol classSym com.sun.tools.javac.code.Type$ClassType classType com.sun.tools.javac.code.Symbol$VarSymbol var com.sun.tools.javac.code.Type varType com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info private com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation processModifier (java.util.Optional, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol$VarSymbol, javax.lang.model.element.Modifier, java.lang.String) java.util.Optional tree com.sun.tools.javac.code.Symbol$ClassSymbol classSym com.sun.tools.javac.code.Symbol$VarSymbol var javax.lang.model.element.Modifier modifier String message com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getThreadSafeAnnotation (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getThreadSafeAnnotation (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state String nameStr com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo known public com.google.common.collect.ImmutableSet threadSafeTypeParametersInScope (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym private static synthetic boolean lambda$isFieldThreadSafe$2 (java.lang.Boolean) Boolean v private synthetic java.lang.Boolean lambda$isFieldThreadSafe$1 (com.sun.tools.javac.code.Symbol$VarSymbol, java.lang.Class) com.sun.tools.javac.code.Symbol$VarSymbol var Class a private static synthetic boolean lambda$areFieldsThreadSafe$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/threadsafety/GuardedByExpression$Factory$EnclosingInstanceSymbol.class
GuardedByExpression.java package com.google.errorprone.bugpatterns.threadsafety com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Factory$EnclosingInstanceSymbol extends com.sun.tools.javac.code.Symbol$VarSymbol { public void <init> (com.sun.tools.javac.util.Names, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.util.Names names com.sun.tools.javac.code.Symbol curr public int hashCode () public boolean equals (java.lang.Object) Object other com.sun.tools.javac.code.Symbol$VarSymbol that }
com/google/errorprone/bugpatterns/threadsafety/GuardedByUtils.class
GuardedByUtils.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils extends java.lang.Object { public static com.google.common.collect.ImmutableSet getGuardValues (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym static com.google.common.collect.ImmutableSet getGuardValues (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private static com.google.common.collect.ImmutableSet getAnnotationValueAsStrings (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym java.util.List rawAttributes static com.sun.tools.javac.tree.JCTree$JCExpression parseString (java.lang.String, com.sun.tools.javac.util.Context) com.sun.tools.javac.tree.JCTree$JCExpression exp RuntimeException e String guardedByString com.sun.tools.javac.util.Context context com.sun.tools.javac.parser.JavacParser parser com.sun.tools.javac.tree.JCTree$JCExpression exp int len public static com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils$GuardedByValidationResult isGuardedByValid (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) java.util.Optional boundGuard String guard com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression boundGuardRoot boolean parameterGuard boolean staticGuard com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression boundGuard com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags com.google.common.collect.ImmutableSet guards java.util.List boundGuards com.sun.tools.javac.code.Symbol treeSym public static com.sun.tools.javac.code.Symbol bindGuardedByString (com.sun.source.tree.Tree, java.lang.String, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags) com.sun.source.tree.Tree tree String guard com.google.errorprone.VisitorState visitorState com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags flags java.util.Optional bound private void <init> () private static synthetic java.util.stream.Stream lambda$getAnnotationValueAsStrings$1 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a private static synthetic boolean lambda$getAnnotationValueAsStrings$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafeChecker$1.class
ThreadSafeChecker.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.ThreadSafeChecker$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/AutoValue_GuardedByExpression_LocalVariable.class
AutoValue_GuardedByExpression_LocalVariable.java package com.google.errorprone.bugpatterns.threadsafety final com.google.errorprone.bugpatterns.threadsafety.AutoValue_GuardedByExpression_LocalVariable extends com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$LocalVariable { private final com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind private final com.sun.tools.javac.code.Symbol sym private final com.sun.tools.javac.code.Type type void <init> (com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type public com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$Kind kind () public com.sun.tools.javac.code.Symbol sym () public com.sun.tools.javac.code.Type type () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.threadsafety.GuardedByExpression$LocalVariable that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/threadsafety/ThreadSafety$KnownTypes.class
ThreadSafety.java package com.google.errorprone.bugpatterns.threadsafety public abstract com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$KnownTypes extends java.lang.Object { public abstract com.google.common.collect.ImmutableMap getKnownSafeClasses () public abstract com.google.common.collect.ImmutableSet getKnownUnsafeClasses () }
com/google/errorprone/bugpatterns/threadsafety/ImmutableAnalysis.class
ImmutableAnalysis.java package com.google.errorprone.bugpatterns.threadsafety public final com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis extends java.lang.Object { private final java.util.function.BiPredicate suppressionChecker private final com.google.errorprone.VisitorState state private final com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability private final com.google.errorprone.bugpatterns.threadsafety.ThreadSafety threadSafety void <init> (java.util.function.BiPredicate, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability, com.google.common.collect.ImmutableSet) java.util.function.BiPredicate suppressionChecker com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability com.google.common.collect.ImmutableSet immutableAnnotations com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation isThreadSafeType (boolean, java.util.Set, com.sun.tools.javac.code.Type) boolean allowContainerTypeParameters java.util.Set containerTypeParameters com.sun.tools.javac.code.Type type boolean hasThreadSafeTypeParameterAnnotation (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol sym com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkInstantiation (java.util.Collection, java.util.Collection) java.util.Collection classTypeParameters java.util.Collection typeArguments public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkInvocation (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Type methodType com.sun.tools.javac.code.Symbol symbol public com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkForImmutability (java.util.Optional, com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Type$ClassType, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter) com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo interfaceAnnotation com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation superInfo com.sun.tools.javac.code.Type interfaceType com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation superInfo java.util.Optional tree com.google.common.collect.ImmutableSet immutableTyParams com.sun.tools.javac.code.Type$ClassType type com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter reporter com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.sun.tools.javac.code.Type mutableEnclosing private com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation checkSuper (com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Type$ClassType, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.google.common.collect.ImmutableSet immutableTyParams com.sun.tools.javac.code.Type$ClassType type com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter reporter com.sun.tools.javac.code.Type$ClassType superType com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo superannotation String message com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation areFieldsImmutable (java.util.Optional, com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Type$ClassType, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.Tree member java.util.Optional memberTree com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.sun.tools.javac.code.Symbol member java.util.Optional tree com.google.common.collect.ImmutableSet immutableTyParams com.sun.tools.javac.code.Type$ClassType classType com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter reporter com.sun.tools.javac.code.Symbol$ClassSymbol classSym java.util.function.Predicate instanceFieldFilter java.util.Map declarations com.google.common.collect.ImmutableList members com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation isFieldImmutable (java.util.Optional, com.google.common.collect.ImmutableSet, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Type$ClassType, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter) com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info java.util.Optional tree com.google.common.collect.ImmutableSet immutableTyParams com.sun.tools.javac.code.Symbol$ClassSymbol classSym com.sun.tools.javac.code.Type$ClassType classType com.sun.tools.javac.code.Symbol$VarSymbol var com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis$ViolationReporter reporter com.sun.tools.javac.code.Type varType com.google.errorprone.bugpatterns.threadsafety.ThreadSafety$Violation info com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getImmutableAnnotation (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state String nameStr com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo known com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo getImmutableAnnotation (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private static synthetic boolean lambda$areFieldsImmutable$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/threadsafety/StaticGuardedByInstance.class
StaticGuardedByInstance.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.StaticGuardedByInstance extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SynchronizedTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.VisitorState) java.util.Map$Entry write com.sun.source.tree.SynchronizedTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol lock com.google.common.collect.Multimap writes }
com/google/errorprone/bugpatterns/threadsafety/GuardedByBinder$3.class
GuardedByBinder.java package com.google.errorprone.bugpatterns.threadsafety synthetic com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/threadsafety/ImmutableRefactoring.class
ImmutableRefactoring.java package com.google.errorprone.bugpatterns.threadsafety public com.google.errorprone.bugpatterns.threadsafety.ImmutableRefactoring extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private final com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker immutableChecker java.util.Optional immutableImport java.util.Set notOk com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static synthetic boolean lambda$matchCompilationUnit$0 (com.sun.source.tree.ImportTree) com.sun.source.tree.ImportTree i com.sun.tools.javac.code.Symbol s }
com/google/errorprone/bugpatterns/PrivateConstructorForUtilityClass$1.class
PrivateConstructorForUtilityClass.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.PrivateConstructorForUtilityClass$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/MixedMutabilityReturnType$ReturnTypesScanner.class
MixedMutabilityReturnType.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.MixedMutabilityReturnType$ReturnTypesScanner extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { private final com.google.errorprone.VisitorState state private final java.util.Set mutable private final java.util.Set immutable final synthetic com.google.errorprone.bugpatterns.MixedMutabilityReturnType this$0 private void <init> (com.google.errorprone.bugpatterns.MixedMutabilityReturnType, com.google.errorprone.VisitorState, java.util.Set, java.util.Set) com.google.errorprone.VisitorState state java.util.Set immutable java.util.Set mutable public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused com.google.errorprone.bugpatterns.MixedMutabilityReturnType$ReturnTypesScanner$MethodScanner scanner public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ProtoRedundantSet$SingleField.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ProtoRedundantSet$SingleField extends java.lang.Object implements com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField { void <init> () abstract java.lang.String getName () static com.google.errorprone.bugpatterns.ProtoRedundantSet$SingleField of (java.lang.String) String name public final java.lang.String toString () }
com/google/errorprone/bugpatterns/BadImport$2.class
BadImport.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.BadImport$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractReferenceEquality$ObjectsFix.class
AbstractReferenceEquality.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix JAVA_UTIL public static final enum com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix GUAVA private final String className private final String methodName private static final synthetic com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix[] $VALUES public static com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix[] values () public static com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String, java.lang.String) String className String methodName com.google.errorprone.fixes.SuggestedFix fix (com.sun.source.tree.BinaryTree, java.lang.String, java.lang.String, java.lang.String) com.sun.source.tree.BinaryTree tree String prefix String lhsSource String rhsSource private static synthetic com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/GetClassOnClass.class
GetClassOnClass.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.GetClassOnClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher getClassMethodMatcher public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String methodInvoker com.google.errorprone.fixes.Fix removeGetClass com.google.errorprone.fixes.Fix changeToClassDotClass com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/Finalize.class
Finalize.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.Finalize extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state java.util.Set modifiers }
com/google/errorprone/bugpatterns/JUnit4ClassAnnotationNonStatic.class
JUnit4ClassAnnotationNonStatic.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnit4ClassAnnotationNonStatic extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher CLASS_INIT_ANNOTATION public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.MultiMatcher$MultiMatchResult matchResult private static java.lang.String messageForAnnos (java.util.List) java.util.List annotationTrees String annoNames private static synthetic java.lang.String lambda$messageForAnnos$0 (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree a static void <clinit> () }
com/google/errorprone/bugpatterns/ParameterName$FixInfo.class
ParameterName.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ParameterName$FixInfo extends java.lang.Object { void <init> () abstract boolean isFormatCorrect () abstract boolean isNameCorrect () abstract com.sun.tools.javac.parser.Tokens$Comment comment () abstract java.lang.String name () static com.google.errorprone.bugpatterns.ParameterName$FixInfo create (boolean, boolean, com.sun.tools.javac.parser.Tokens$Comment, java.lang.String) boolean isFormatCorrect boolean isNameCorrect com.sun.tools.javac.parser.Tokens$Comment comment String name }
com/google/errorprone/bugpatterns/LiteProtoToString.class
LiteProtoToString.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.LiteProtoToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final String LITE_ENUM_MESSAGE private static final com.google.errorprone.predicates.TypePredicate IS_LITE_PROTO private static final com.google.errorprone.predicates.TypePredicate IS_LITE_ENUM private static final com.google.common.collect.ImmutableSet METHODS_STRIPPED_BY_OPTIMIZER public void <init> () protected com.google.errorprone.predicates.TypePredicate typePredicate () private static boolean matches (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static boolean isStrippedLogMessage (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static boolean isStrippedLogMessage (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree protected java.util.Optional descriptionMessageForDefaultMatch (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/LoopOverCharArray.class
LoopOverCharArray.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LoopOverCharArray extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$EnhancedForLoopTreeMatcher { private static final com.google.errorprone.matchers.Matcher TO_CHAR_ARRAY public void <init> () public com.google.errorprone.matchers.Description matchEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.EnhancedForLoopTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.StatementTree body java.util.List statements com.google.errorprone.matchers.Description$Builder description private static boolean alreadyDefinesIdentifier (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree boolean[] result static void <clinit> () }
com/google/errorprone/bugpatterns/DoNotClaimAnnotations$1.class
DoNotClaimAnnotations.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DoNotClaimAnnotations$1 extends com.sun.source.util.TreeScanner { final synthetic java.util.List val$returns final synthetic com.google.errorprone.bugpatterns.DoNotClaimAnnotations this$0 void <init> (com.google.errorprone.bugpatterns.DoNotClaimAnnotations, java.util.List) com.google.errorprone.bugpatterns.DoNotClaimAnnotations this$0 public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void aVoid public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void aVoid public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree node Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AutoValue_StatementSwitchToExpressionSwitch_AnalysisResult.class
AutoValue_StatementSwitchToExpressionSwitch_AnalysisResult.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_StatementSwitchToExpressionSwitch_AnalysisResult extends com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult { private final boolean canConvertDirectlyToExpressionSwitch private final boolean canConvertToReturnSwitch private final com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult assignmentSwitchAnalysisResult private final com.google.common.collect.ImmutableList groupedWithNextCase void <init> (boolean, boolean, com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult, com.google.common.collect.ImmutableList) boolean canConvertDirectlyToExpressionSwitch boolean canConvertToReturnSwitch com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult assignmentSwitchAnalysisResult com.google.common.collect.ImmutableList groupedWithNextCase boolean canConvertDirectlyToExpressionSwitch () boolean canConvertToReturnSwitch () com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult assignmentSwitchAnalysisResult () com.google.common.collect.ImmutableList groupedWithNextCase () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/DateFormatConstant.class
DateFormatConstant.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DateFormatConstant extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.suppliers.Supplier JAVA_TEXT_DATEFORMAT public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol sym String name com.google.errorprone.fixes.SuggestedFix rename private static com.google.errorprone.fixes.Fix threadLocalFix (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.fixes.SuggestedFix) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.fixes.SuggestedFix rename com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.CompilationUnitTree unit private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$19c0d725$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ComplexBooleanConstant$1.class
ComplexBooleanConstant.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ComplexBooleanConstant$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.bugpatterns.ComplexBooleanConstant this$0 void <init> (com.google.errorprone.bugpatterns.ComplexBooleanConstant) com.google.errorprone.bugpatterns.ComplexBooleanConstant this$0 public java.lang.Boolean visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Void) com.sun.source.tree.LiteralTree node Void unused public java.lang.Boolean visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree node Void unused Boolean r public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) }
com/google/errorprone/bugpatterns/BugPatternNaming.class
BugPatternNaming.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.BugPatternNaming extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.sun.tools.javac.code.Attribute$Compound attribute private java.util.Optional removeName (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private synthetic java.util.Optional lambda$removeName$5 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree anno private synthetic com.google.errorprone.matchers.Description lambda$removeName$4 (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.sun.source.tree.AnnotationTree anno com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree ele private static synthetic boolean lambda$removeName$3 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$removeName$2 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree anno private synthetic java.util.Optional lambda$matchClass$1 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state String name private static synthetic boolean lambda$matchClass$0 (java.lang.String) String name }
com/google/errorprone/bugpatterns/ArrayFillIncompatibleType.class
ArrayFillIncompatibleType.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ArrayFillIncompatibleType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ARRAY_FILL_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ConditionalExpressionTree cet com.sun.tools.javac.code.Type trueExpressionType com.sun.tools.javac.code.Type falseExpressionType com.sun.source.tree.MethodInvocationTree invocationTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type arrayComponentType com.sun.source.tree.Tree fillingArgument com.sun.tools.javac.code.Type fillingObjectType private com.google.errorprone.matchers.Description reportMismatch (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.source.tree.MethodInvocationTree invocationTree com.sun.tools.javac.code.Type arrayComponentType com.sun.tools.javac.code.Type fillingObjectType private static boolean isValidArrayFill (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type arrayComponentType com.sun.tools.javac.code.Type fillingObjectType private static java.lang.String getMessage (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type fillingObjectType com.sun.tools.javac.code.Type arrayComponentType String fillingTypeString String arrayComponentTypeString static void <clinit> () }
com/google/errorprone/bugpatterns/LongDoubleConversion.class
LongDoubleConversion.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.LongDoubleConversion extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private void checkArgument (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String replacement com.sun.source.tree.ExpressionTree argument com.google.errorprone.VisitorState state Object constant com.google.errorprone.util.ASTHelpers$TargetType targetType }
com/google/errorprone/bugpatterns/LongFloatConversion.class
LongFloatConversion.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LongFloatConversion extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.util.ASTHelpers$TargetType targetType com.sun.source.tree.ExpressionTree arg com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/overloading/AutoValue_ParameterTrie_Parameter.class
AutoValue_ParameterTrie_Parameter.java package com.google.errorprone.bugpatterns.overloading final com.google.errorprone.bugpatterns.overloading.AutoValue_ParameterTrie_Parameter extends com.google.errorprone.bugpatterns.overloading.ParameterTrie$Parameter { private final com.google.errorprone.bugpatterns.overloading.ParameterTree tree private final int position void <init> (com.google.errorprone.bugpatterns.overloading.ParameterTree, int) com.google.errorprone.bugpatterns.overloading.ParameterTree tree int position public com.google.errorprone.bugpatterns.overloading.ParameterTree tree () public int position () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.overloading.ParameterTrie$Parameter that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/overloading/ParameterTree.class
ParameterTree.java package com.google.errorprone.bugpatterns.overloading abstract com.google.errorprone.bugpatterns.overloading.ParameterTree extends java.lang.Object { void <init> () public abstract javax.lang.model.element.Name getName () public abstract com.sun.source.tree.Tree getType () public abstract boolean isVarArgs () public static com.google.errorprone.bugpatterns.overloading.ParameterTree create (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree variableTree javax.lang.model.element.Name name com.sun.source.tree.Tree type boolean isVarargs private static boolean isValidParameterTree (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree variableTree java.util.Set flags public final java.lang.String toString () String type String name private static boolean isVariableTreeVarArgs (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree variableTree com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$MethodSymbol method }
com/google/errorprone/bugpatterns/overloading/ParameterOrderingViolation.class
ParameterOrderingViolation.java package com.google.errorprone.bugpatterns.overloading abstract com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation extends java.lang.Object { void <init> () public abstract com.sun.source.tree.MethodTree methodTree () public abstract com.google.common.collect.ImmutableList actual () public abstract com.google.common.collect.ImmutableList expected () public static com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder builder () public java.lang.String getDescription () private java.lang.String getSuggestedSignature () private java.lang.String getSuggestedParameters () }
com/google/errorprone/bugpatterns/overloading/ParameterTrie$ParameterTrieExtender.class
ParameterTrie.java package com.google.errorprone.bugpatterns.overloading com.google.errorprone.bugpatterns.overloading.ParameterTrie$ParameterTrieExtender extends java.lang.Object { private final com.sun.source.tree.MethodTree methodTree private final java.util.NavigableSet inputParameters private final java.util.List outputParameters public void <init> (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree methodTree public java.util.Optional execute (com.google.errorprone.bugpatterns.overloading.ParameterTrie) com.google.errorprone.bugpatterns.overloading.ParameterTrie trie private void initialize () int i private void walk (com.google.errorprone.bugpatterns.overloading.ParameterTrie) com.google.errorprone.bugpatterns.overloading.ParameterTrie$Parameter parameter com.google.errorprone.bugpatterns.overloading.ParameterTrie trie private void expand (com.google.errorprone.bugpatterns.overloading.ParameterTrie) com.google.errorprone.bugpatterns.overloading.ParameterTrie trie com.google.errorprone.bugpatterns.overloading.ParameterTrie$Parameter parameter com.google.errorprone.bugpatterns.overloading.ParameterTrie allocatedTrie private java.util.Optional validate () com.google.errorprone.bugpatterns.overloading.ParameterTrie$Parameter parameter int i com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation violation com.google.common.collect.ImmutableList$Builder actual com.google.common.collect.ImmutableList$Builder expected boolean valid private com.google.errorprone.bugpatterns.overloading.ParameterTree getParameterTree (int) int position }
com/google/errorprone/bugpatterns/overloading/ParameterTrie.class
ParameterTrie.java package com.google.errorprone.bugpatterns.overloading com.google.errorprone.bugpatterns.overloading.ParameterTrie extends java.lang.Object { private final java.util.Map children public void <init> () public java.util.Optional extendAndComputeViolation (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree methodTree static int getMethodTreeArity (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree methodTree }
com/google/errorprone/bugpatterns/overloading/InconsistentOverloads.class
InconsistentOverloads.java package com.google.errorprone.bugpatterns.overloading public final com.google.errorprone.bugpatterns.overloading.InconsistentOverloads extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state private void processClassMethods (java.util.List, com.google.errorprone.VisitorState) java.util.List groupMethods java.util.List classMethodTrees com.google.errorprone.VisitorState state private void processGroupMethods (java.util.List, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Description$Builder description com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation violation java.util.List groupMethodTrees com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList getViolations (java.util.List) java.util.Optional violation com.sun.source.tree.MethodTree methodTree java.util.List groupMethodTrees com.google.common.collect.ImmutableList$Builder result com.google.errorprone.bugpatterns.overloading.ParameterTrie trie private static com.google.common.collect.ImmutableList sortedByArity (java.lang.Iterable) Iterable methodTrees private static java.util.Comparator comparingPositions () private static java.util.Comparator comparingArity () private static java.util.Collection getMethodGroups (java.util.List) java.util.List classMethods private com.google.common.collect.ImmutableList getClassTreeMethods (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state java.util.List members private static int getStartPosition (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private synthetic boolean lambda$getClassTreeMethods$0 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree m }
com/google/errorprone/bugpatterns/overloading/AutoValue_ParameterTree.class
AutoValue_ParameterTree.java package com.google.errorprone.bugpatterns.overloading final com.google.errorprone.bugpatterns.overloading.AutoValue_ParameterTree extends com.google.errorprone.bugpatterns.overloading.ParameterTree { private final javax.lang.model.element.Name name private final com.sun.source.tree.Tree type private final boolean varArgs void <init> (javax.lang.model.element.Name, com.sun.source.tree.Tree, boolean) javax.lang.model.element.Name name com.sun.source.tree.Tree type boolean varArgs public javax.lang.model.element.Name getName () public com.sun.source.tree.Tree getType () public boolean isVarArgs () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.overloading.ParameterTree that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/overloading/AutoValue_ParameterOrderingViolation.class
AutoValue_ParameterOrderingViolation.java package com.google.errorprone.bugpatterns.overloading final com.google.errorprone.bugpatterns.overloading.AutoValue_ParameterOrderingViolation extends com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation { private final com.sun.source.tree.MethodTree methodTree private final com.google.common.collect.ImmutableList actual private final com.google.common.collect.ImmutableList expected private void <init> (com.sun.source.tree.MethodTree, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.sun.source.tree.MethodTree methodTree com.google.common.collect.ImmutableList actual com.google.common.collect.ImmutableList expected public com.sun.source.tree.MethodTree methodTree () public com.google.common.collect.ImmutableList actual () public com.google.common.collect.ImmutableList expected () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/overloading/AutoValue_ParameterOrderingViolation$Builder.class
AutoValue_ParameterOrderingViolation.java package com.google.errorprone.bugpatterns.overloading final com.google.errorprone.bugpatterns.overloading.AutoValue_ParameterOrderingViolation$Builder extends com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder { private com.sun.source.tree.MethodTree methodTree private com.google.common.collect.ImmutableList actual private com.google.common.collect.ImmutableList expected void <init> () com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder setMethodTree (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree methodTree com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder setActual (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList actual com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder setExpected (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList expected com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation autoBuild () StringBuilder missing }
com/google/errorprone/bugpatterns/overloading/ParameterTrie$Parameter.class
ParameterTrie.java package com.google.errorprone.bugpatterns.overloading abstract com.google.errorprone.bugpatterns.overloading.ParameterTrie$Parameter extends java.lang.Object { void <init> () public abstract com.google.errorprone.bugpatterns.overloading.ParameterTree tree () public abstract int position () public javax.lang.model.element.Name name () public static com.google.errorprone.bugpatterns.overloading.ParameterTrie$Parameter create (com.sun.source.tree.MethodTree, int) com.sun.source.tree.MethodTree methodTree int position com.google.errorprone.bugpatterns.overloading.ParameterTree parameterTree }
com/google/errorprone/bugpatterns/overloading/ParameterOrderingViolation$Builder.class
ParameterOrderingViolation.java package com.google.errorprone.bugpatterns.overloading abstract com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder setMethodTree (com.sun.source.tree.MethodTree) abstract com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder setActual (com.google.common.collect.ImmutableList) abstract com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation$Builder setExpected (com.google.common.collect.ImmutableList) abstract com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation autoBuild () public com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation build () com.google.errorprone.bugpatterns.overloading.ParameterOrderingViolation orderingViolation int actualParametersCount int expectedParameterCount }
com/google/errorprone/bugpatterns/TypeParameterUnusedInFormals.class
TypeParameterUnusedInFormals.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TypeParameterUnusedInFormals extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type$TypeVar retType com.sun.tools.javac.code.Symbol$VarSymbol formalParam com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type$TypeVar retType }
com/google/errorprone/bugpatterns/ComputeIfAbsentAmbiguousReference.class
ComputeIfAbsentAmbiguousReference.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ComputeIfAbsentAmbiguousReference extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPUTE_IF_ABSENT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree onlyArgumentIdentifier com.sun.tools.javac.util.Name constructorParamName com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree mappingFunctionArg com.sun.source.tree.MemberReferenceTree memberReferenceTree com.sun.source.tree.ExpressionTree expressionTree com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.google.common.collect.ImmutableList constructors java.util.List zeroArgConstructors java.util.List oneArgConstructors com.sun.source.tree.ExpressionTree onlyArgument private static synthetic boolean lambda$matchMethodInvocation$1 (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryBoxedVariable$1.class
UnnecessaryBoxedVariable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner val$usages final synthetic com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner) com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable this$0 com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.google.errorprone.VisitorState innerState public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private synthetic java.util.Optional lambda$visitVariable$0 (com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner usages com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState innerState com.sun.tools.javac.code.Type u }
com/google/errorprone/bugpatterns/DoubleBraceInitialization.class
DoubleBraceInitialization.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DoubleBraceInitialization extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree body com.google.common.collect.ImmutableList members com.sun.source.tree.Tree member com.sun.source.tree.BlockTree block java.util.Optional collectionType com.google.errorprone.matchers.Description$Builder description private static synthetic boolean lambda$matchNewClass$1 (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes type private static synthetic boolean lambda$matchNewClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree m }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns abstract enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes OPTIONAL_GET public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes GUAVA_OPTIONAL_GET public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes MULTIMAP_GET public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes TABLE_ROW_GET public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes TABLE_COLUMN_GET public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes SCALAR public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes VECTOR_INDEXED public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes VECTOR public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes EXTENSION_METHOD private static final synthetic com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes[] $VALUES public static com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes[] values () public static com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static java.util.Optional emptyFix (boolean, com.google.errorprone.VisitorState) boolean n com.google.errorprone.VisitorState s private static boolean isGetter (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expressionTree com.sun.tools.javac.tree.JCTree$JCFieldAccess access String methodName abstract com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) private static synthetic com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/FallThrough.class
FallThrough.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.FallThrough extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher { private static final java.util.regex.Pattern FALL_THROUGH_PATTERN public void <init> () public com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) com.sun.source.tree.CaseTree caseTree com.sun.source.tree.CaseTree next java.util.List statements boolean completes int endPos String comments com.sun.source.tree.SwitchTree tree com.google.errorprone.VisitorState state com.google.common.collect.PeekingIterator it private static int caseEndPosition (com.google.errorprone.VisitorState, com.sun.source.tree.CaseTree) com.sun.source.tree.BlockTree blockTree com.sun.source.tree.StatementTree only com.google.errorprone.VisitorState state com.sun.source.tree.CaseTree caseTree static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsHashCode.class
EqualsHashCode.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.EqualsHashCode extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher NON_TRIVIAL_EQUALS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree methodTree private static com.sun.source.tree.MethodTree checkMethodPresence (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$TypeSymbol symbol com.sun.source.tree.MethodTree requiredMethod com.sun.tools.javac.code.Symbol$MethodSymbol expectedMethodSym static void <clinit> () }
com/google/errorprone/bugpatterns/FloatingPointAssertionWithinEpsilon.class
FloatingPointAssertionWithinEpsilon.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String DESCRIPTION public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) java.util.Optional description com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType floatingPointType com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/IterablePathParameter.class
IterablePathParameter.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IterablePathParameter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$VarSymbol symbol com.google.errorprone.matchers.Description$Builder description com.sun.source.tree.Tree parent static com.sun.tools.javac.code.Type wildBound (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type }
com/google/errorprone/bugpatterns/TryFailRefactoring.class
TryFailRefactoring.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TryFailRefactoring extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher { private static final com.google.errorprone.matchers.Matcher FAIL_METHOD public void <init> () public com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree enclosingMethod java.util.List body com.sun.source.tree.CatchTree catchTree java.util.List throwingStatements java.util.List failArgs java.util.Optional message java.util.Optional fix private synthetic com.google.errorprone.matchers.Description lambda$matchTry$0 (com.sun.source.tree.TryTree, com.google.errorprone.fixes.Fix) com.sun.source.tree.TryTree tree com.google.errorprone.fixes.Fix f static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_IsInstanceOfClass_Operand.class
AutoValue_IsInstanceOfClass_Operand.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_IsInstanceOfClass_Operand extends com.google.errorprone.bugpatterns.IsInstanceOfClass$Operand { private final com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind kind private final CharSequence value private final CharSequence source void <init> (com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind, java.lang.CharSequence, java.lang.CharSequence) com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind kind CharSequence value CharSequence source com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind kind () java.lang.CharSequence value () java.lang.CharSequence source () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.IsInstanceOfClass$Operand that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/ProtoRedundantSet$FieldWithValue.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField getField () abstract com.sun.source.tree.MethodInvocationTree getMethodInvocation () abstract com.sun.source.tree.ExpressionTree getArgument () static com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue of (com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField, com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree) com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField field com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.source.tree.ExpressionTree argumentTree }
com/google/errorprone/bugpatterns/CompareToZero$Visitor.class
CompareToZero.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.CompareToZero$Visitor extends com.sun.source.util.SimpleTreeVisitor { private com.sun.source.tree.Tree child final synthetic com.google.errorprone.bugpatterns.CompareToZero this$0 private void <init> (com.google.errorprone.bugpatterns.CompareToZero) public java.lang.Void visitParenthesized (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.ParenthesizedTree parenthesizedTree com.google.errorprone.VisitorState state public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.BinaryTree binaryTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree$Kind kind boolean reversed com.sun.source.tree.ExpressionTree comparatorSide com.sun.source.tree.ExpressionTree otherSide Integer constantInt private com.google.errorprone.fixes.SuggestedFix generateFix (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, java.lang.String) com.sun.source.tree.BinaryTree binaryTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree comparatorSide String comparator private java.lang.Void visitParent (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.util.TreePath parentPath public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) }
com/google/errorprone/bugpatterns/GetClassOnAnnotation.class
GetClassOnAnnotation.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.GetClassOnAnnotation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ANNOTATION_CLASS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/MethodCanBeStatic$FindingOutputStyle$2.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle$2 extends com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle { private void <init> (java.lang.String, int) public com.google.errorprone.matchers.Description report (java.util.Set, com.google.errorprone.fixes.SuggestedFix, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.BugChecker) com.sun.source.tree.MethodTree tree java.util.Set affectedTrees com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.BugChecker checker }
com/google/errorprone/bugpatterns/SwitchDefault.class
SwitchDefault.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SwitchDefault extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) com.sun.source.tree.CaseTree caseTree int caseEnd int cutStart int cutEnd String replacement int start int end String replacement String source com.sun.source.tree.CaseTree last com.sun.source.tree.CaseTree lastCase com.sun.source.tree.SwitchTree tree com.google.errorprone.VisitorState state java.util.Optional maybeDefault java.util.List defaultStatementGroup java.util.Iterator it int idx com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.CaseTree defaultTree com.google.errorprone.matchers.Description$Builder description private static boolean isNullOrEmpty (java.util.List) java.util.List elementList private static synthetic boolean lambda$matchSwitch$0 (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree c }
com/google/errorprone/bugpatterns/MethodCanBeStatic$FindingOutputStyle$1.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle$1 extends com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle { private void <init> (java.lang.String, int) public com.google.errorprone.matchers.Description report (java.util.Set, com.google.errorprone.fixes.SuggestedFix, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.BugChecker) java.util.Set affectedTrees com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.BugChecker checker private static synthetic com.google.errorprone.matchers.Description lambda$report$1 (com.google.errorprone.bugpatterns.BugChecker, com.google.errorprone.fixes.SuggestedFix, com.sun.source.tree.MethodTree) com.google.errorprone.bugpatterns.BugChecker checker com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.MethodTree t private static synthetic int lambda$report$0 (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree t }
com/google/errorprone/bugpatterns/AutoValue_InlineTrivialConstant_TrivialConstant.class
AutoValue_InlineTrivialConstant_TrivialConstant.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_InlineTrivialConstant_TrivialConstant extends com.google.errorprone.bugpatterns.InlineTrivialConstant$TrivialConstant { private final com.sun.source.tree.VariableTree tree private final String replacement void <init> (com.sun.source.tree.VariableTree, java.lang.String) com.sun.source.tree.VariableTree tree String replacement com.sun.source.tree.VariableTree tree () java.lang.String replacement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.InlineTrivialConstant$TrivialConstant that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/AlwaysThrows$Api$1.class
AlwaysThrows.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.AlwaysThrows$Api$1 extends com.google.errorprone.bugpatterns.AlwaysThrows$Api { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher void validate (com.sun.source.tree.MethodInvocationTree, java.lang.String) com.sun.source.tree.MethodInvocationTree tree String argument com.sun.tools.javac.code.Symbol$MethodSymbol sym }
com/google/errorprone/bugpatterns/UnnecessaryParentheses$1.class
UnnecessaryParentheses.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.UnnecessaryParentheses$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/JdkObsolete$2.class
JdkObsolete.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JdkObsolete$2 extends com.google.errorprone.bugpatterns.JdkObsolete$Obsolete { void <init> (java.lang.String, java.lang.String) String qualifiedName String message java.util.Optional fix (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/ToStringReturnsNull.class
ToStringReturnsNull.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ToStringReturnsNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/UnusedVariable$3.class
UnusedVariable.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.UnusedVariable$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/GetClassOnEnum.class
GetClassOnEnum.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.GetClassOnEnum extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ENUM_CLASS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/JUnit3TestNotRun.class
JUnit3TestNotRun.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.JUnit3TestNotRun extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final java.util.regex.Pattern MISSPELLED_NAME private static final com.google.errorprone.matchers.Matcher LOOKS_LIKE_TEST_CASE public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree unused com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet calledMethods private static com.google.common.collect.ImmutableSet calledMethods (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder calledMethods public java.util.Optional checkMethod (com.sun.source.tree.MethodTree, com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) String fixedName String fixedName java.util.regex.Matcher matcher String fixedName com.sun.source.tree.MethodTree methodTree com.google.common.collect.ImmutableSet calledMethods com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix String methodName private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$43b63d31$1 (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/SelfAlwaysReturnsThis$2.class
SelfAlwaysReturnsThis.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.SelfAlwaysReturnsThis$2 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public java.lang.Boolean visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused public java.lang.Boolean visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void unused public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MultiVariableDeclaration.class
MultiVariableDeclaration.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MultiVariableDeclaration extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$BlockTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBlock (com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) com.sun.source.tree.BlockTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkDeclarations (java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree java.util.ArrayList fragments com.google.errorprone.fixes.Fix fix java.util.List children com.google.errorprone.VisitorState state com.google.common.collect.PeekingIterator it private java.lang.String pretty (com.sun.tools.javac.tree.JCTree$JCVariableDecl) java.io.IOException e com.sun.tools.javac.tree.JCTree$JCVariableDecl variableDecl java.io.StringWriter sw }
com/google/errorprone/bugpatterns/AbstractReturnValueIgnored.class
AbstractReturnValueIgnored.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractReturnValueIgnored extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyAnalyzer { private final java.util.function.Supplier unusedReturnValueMatcher private final java.util.function.Supplier matcher private final java.util.function.Supplier lostReferenceTreeMatcher private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions private static final com.google.common.collect.ImmutableSet EXEMPTED_TYPES private static final com.google.errorprone.matchers.Matcher MOCKITO_VERIFY private static final com.google.errorprone.suppliers.Supplier NAME_OF_IS_TRUE protected void <init> () protected void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description description public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree newClassTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description description public boolean isCovered (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy getMethodPolicy (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state private boolean isCheckReturnValue (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected abstract com.google.errorprone.matchers.Matcher specializedMatcher () protected java.util.Optional lostType (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state protected java.lang.String lostTypeMessage (java.lang.String, java.lang.String) String returnedType String declaredReturnType protected boolean allowInExceptionThrowers () protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state final com.google.common.collect.ImmutableList fixesAtCallSite (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree maybeSelectOnMock com.google.errorprone.fixes.SuggestedFix$Builder fix int closingParen com.sun.source.tree.ExpressionTree maybeMethodSelectOnMock com.sun.source.tree.ExpressionTree maybeCallToMock com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.common.collect.ImmutableSet identifiersInScope com.sun.source.tree.ExpressionTree invocationTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.tools.javac.code.Type resultType com.sun.source.tree.ExpressionTree identifierExpr com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Type identifierType com.google.common.collect.ImmutableMap$Builder fixes boolean considerBlanketFixes protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree memberReferenceTree com.google.errorprone.VisitorState state protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree newClassTree com.google.errorprone.VisitorState state private static java.lang.String descriptiveNameForMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree memberReferenceTree com.google.errorprone.VisitorState state protected java.lang.String getMessage (javax.lang.model.element.Name) javax.lang.model.element.Name name private com.google.errorprone.matchers.Description checkLostType (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type typeParam com.sun.tools.javac.code.Type toAdd com.sun.tools.javac.code.Symbol$TypeVariableSymbol currentTypeParam java.util.Queue queue com.sun.tools.javac.code.Symbol$TypeVariableSymbol tvs com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo type java.util.List types com.sun.tools.javac.code.Symbol$TypeVariableSymbol returnTypeChoosingSymbol com.google.common.collect.ListMultimap resolved com.sun.tools.javac.code.Type methodReturnType java.util.List typeParameters java.util.Set returnTypeChoosing com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.Optional optionalType com.sun.tools.javac.code.Type lostType com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Type returnType com.sun.tools.javac.code.Type returnedFutureType private static com.google.common.collect.ListMultimap getResolvedGenerics (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Type type com.google.common.collect.ImmutableListMultimap subst private static boolean isObjectReturningMethodReferenceExpression (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state private static boolean isObjectReturningLambdaExpression (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static boolean functionalInterfaceReturnsObject (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type interfaceType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type objectType private static boolean isExemptedInterfaceType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static boolean isExemptedInterfaceMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.source.tree.LambdaExpressionTree lambdaTree com.sun.source.tree.Tree enclosing com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState state java.util.Optional optionalType com.sun.tools.javac.code.Type objectType com.sun.tools.javac.code.Type lostType com.sun.tools.javac.code.Type resultType public volatile synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy getMethodPolicy (java.lang.Object, java.lang.Object) public volatile synthetic boolean isCovered (java.lang.Object, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.util.Name lambda$static$1c1fae8c$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$isExemptedInterfaceType$14 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo lambda$getResolvedGenerics$13 (com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo) com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo k private static synthetic com.sun.tools.javac.code.Symbol$TypeVariableSymbol lambda$getResolvedGenerics$12 (com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo) com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo k private static synthetic com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo lambda$getResolvedGenerics$11 (com.sun.source.tree.MethodInvocationTree, java.util.Map$Entry) com.sun.source.tree.MethodInvocationTree tree java.util.Map$Entry e private static synthetic boolean lambda$checkLostType$19e84efb$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree t com.google.errorprone.VisitorState s private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$fixesAtCallSite$10 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic void lambda$fixesAtCallSite$9 (com.google.common.collect.ImmutableMap$Builder, com.sun.source.tree.Tree, java.lang.String) com.google.common.collect.ImmutableMap$Builder fixes com.sun.source.tree.Tree parent String n private static synthetic boolean lambda$fixesAtCallSite$8 (com.google.common.collect.ImmutableSet, java.lang.String) com.google.common.collect.ImmutableSet identifiersInScope String n private static synthetic java.lang.String lambda$fixesAtCallSite$7 (int) int i private static synthetic java.lang.String lambda$fixesAtCallSite$6 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol v private static synthetic boolean lambda$fixesAtCallSite$5 (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic boolean lambda$fixesAtCallSite$4 (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic boolean lambda$fixesAtCallSite$3 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private synthetic com.google.errorprone.matchers.Matcher lambda$new$2 () private static synthetic boolean lambda$new$24f6d534$3 (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree t com.google.errorprone.VisitorState s private static synthetic boolean lambda$new$24f6d534$2 (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree t com.google.errorprone.VisitorState s private static synthetic boolean lambda$new$24f6d534$1 (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree t com.google.errorprone.VisitorState s private synthetic com.google.errorprone.matchers.Matcher lambda$new$1 () private synthetic com.google.errorprone.matchers.UnusedReturnValueMatcher lambda$new$0 () static void <clinit> () }
com/google/errorprone/bugpatterns/SystemOut.class
SystemOut.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SystemOut extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher { private static final com.google.errorprone.matchers.Matcher SYSTEM_OUT private static final com.google.errorprone.matchers.Matcher PRINT_STACK_TRACE public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/BadShiftAmount.class
BadShiftAmount.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BadShiftAmount extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.errorprone.matchers.Matcher BAD_SHIFT_AMOUNT_INT public static final com.google.errorprone.matchers.Matcher BINARY_TREE_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Fix fix com.google.errorprone.fixes.Fix fix String actualShiftDistance com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state int intValue com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/AvoidObjectArrays.class
AvoidObjectArrays.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AvoidObjectArrays extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.common.collect.ImmutableSet ANNOTATIONS_TO_IGNORE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree varTree int i com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.source.tree.MethodTree method com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description createDescription (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, java.lang.String, java.lang.String) boolean isMultiDimensional com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state String verb String newType com.sun.tools.javac.code.Type type String message private static boolean isObjectArray (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Type type private static boolean shouldApplyApiChecks (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String annotationName com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method private static synthetic javax.lang.model.element.ElementKind lambda$shouldApplyApiChecks$0 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type superType static void <clinit> () }
com/google/errorprone/bugpatterns/CheckNotNullMultipleTimes.class
CheckNotNullMultipleTimes.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.CheckNotNullMultipleTimes extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher CHECK_NOT_NULL public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.common.collect.Multiset$Entry entry com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.common.collect.Multiset variables java.util.Map lastCheck static void <clinit> () }
com/google/errorprone/bugpatterns/ArrayAsKeyOfSetOrMap.class
ArrayAsKeyOfSetOrMap.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ArrayAsKeyOfSetOrMap extends com.google.errorprone.bugpatterns.AbstractAsKeyOfSetOrMap { public void <init> () protected boolean isBadType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/StreamResourceLeak.class
StreamResourceLeak.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.StreamResourceLeak extends com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state protected java.util.Optional fix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester private static com.google.errorprone.fixes.SuggestedFix definiteFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree var int pos int initPos int eqPos com.sun.source.tree.StatementTree statement boolean[] found int i com.sun.source.tree.Tree grandParent java.util.List statements int idx int lastUse com.sun.source.tree.Tree grandParent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath parentPath com.sun.source.tree.Tree parent com.google.errorprone.fixes.SuggestedFix$Builder fix String streamType static void <clinit> () }
com/google/errorprone/bugpatterns/JavaUtilDateChecker.class
JavaUtilDateChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JavaUtilDateChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher EXEMPTIONS private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_DATE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private static boolean isDate (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$3d456691$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/AsyncCallableReturnsNull.class
AsyncCallableReturnsNull.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AsyncCallableReturnsNull extends com.google.errorprone.bugpatterns.AbstractAsyncTypeReturnsNull { public void <init> () }
com/google/errorprone/bugpatterns/CharacterGetNumericValue.class
CharacterGetNumericValue.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CharacterGetNumericValue extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_NUMERIC_VALUE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState.class
StatementSwitchToExpressionSwitch.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications assignmentSwitchCaseQualifications () abstract java.util.Optional assignmentTargetOptional () abstract java.util.Optional assignmentExpressionKindOptional () abstract java.util.Optional assignmentTreeOptional () static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState of (com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications, java.util.Optional, java.util.Optional, java.util.Optional) com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications assignmentSwitchCaseQualifications java.util.Optional assignmentTargetOptional java.util.Optional assignmentKindOptional java.util.Optional assignmentTreeOptional }
com/google/errorprone/bugpatterns/UngroupedOverloads$OverloadKey.class
UngroupedOverloads.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.UngroupedOverloads$OverloadKey extends java.lang.Object { void <init> () abstract javax.lang.model.element.Name name () public static com.google.errorprone.bugpatterns.UngroupedOverloads$OverloadKey create (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree methodTree com.sun.tools.javac.code.Symbol$MethodSymbol sym }
com/google/errorprone/bugpatterns/FieldCanBeFinal$VariableAssignments.class
FieldCanBeFinal.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignments extends java.lang.Object { private final com.sun.tools.javac.code.Symbol$VarSymbol sym private final java.util.EnumSet writes private com.sun.source.tree.VariableTree declaration void <init> (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol sym private void recordAssignment (com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init private void recordDeclaration (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree private boolean isEffectivelyFinal () com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext wanted com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext other com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext wanted com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext other private com.sun.source.tree.VariableTree declaration () }
com/google/errorprone/bugpatterns/ConstantOverflow.class
ConstantOverflow.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ConstantOverflow extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.sun.source.util.SimpleTreeVisitor CONSTANT_VISITOR public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Description$Builder description com.google.errorprone.fixes.Fix longFix ArithmeticException e com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private static com.google.errorprone.fixes.Fix longFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree type com.sun.source.tree.ExpressionTree expr com.google.errorprone.VisitorState state com.sun.source.tree.BinaryTree binExpr com.sun.tools.javac.code.Type intType com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.Tree parent private static java.lang.Long unop (com.sun.source.tree.Tree$Kind, long) com.sun.source.tree.Tree$Kind kind long value private static java.lang.Integer unop (com.sun.source.tree.Tree$Kind, int) com.sun.source.tree.Tree$Kind kind int value static java.lang.Long binop (com.sun.source.tree.Tree$Kind, long, long) com.sun.source.tree.Tree$Kind kind long lhs long rhs static java.lang.Integer binop (com.sun.source.tree.Tree$Kind, int, int) com.sun.source.tree.Tree$Kind kind int lhs int rhs private static java.lang.Number cast (javax.lang.model.type.TypeKind, java.lang.Number) javax.lang.model.type.TypeKind kind Number value private static java.lang.Number getIntegralConstant (com.sun.source.tree.Tree) com.sun.source.tree.Tree node Number number static void <clinit> () }
com/google/errorprone/bugpatterns/DirectInvocationOnMock$1.class
DirectInvocationOnMock.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DirectInvocationOnMock$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Set val$methodsCallingRealImplementations final synthetic com.google.common.collect.ImmutableSet val$mocks final synthetic com.google.errorprone.bugpatterns.DirectInvocationOnMock this$0 void <init> (com.google.errorprone.bugpatterns.DirectInvocationOnMock, com.google.errorprone.VisitorState, java.util.Set, com.google.common.collect.ImmutableSet) com.google.errorprone.bugpatterns.DirectInvocationOnMock this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.ExpressionTree firstArgument com.sun.tools.javac.code.Symbol firstArgumentSymbol com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol methodSymbol com.google.errorprone.fixes.SuggestedFix$Builder fix String verify com.google.errorprone.matchers.Description$Builder description com.sun.source.tree.MethodInvocationTree tree Void unused com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree receiver private boolean isMock (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) private static synthetic boolean lambda$isMock$2 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound am private static synthetic boolean lambda$isMock$1 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound am private static synthetic boolean lambda$visitMethodInvocation$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t }
com/google/errorprone/bugpatterns/UnusedMethod$1.class
UnusedMethod.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedMethod$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.common.collect.ImmutableSet$Builder val$classesMadeVisible final synthetic com.google.errorprone.bugpatterns.UnusedMethod this$0 void <init> (com.google.errorprone.bugpatterns.UnusedMethod, com.google.common.collect.ImmutableSet$Builder) com.google.errorprone.bugpatterns.UnusedMethod this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused com.sun.tools.javac.code.Symbol$ClassSymbol symbol public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AutoValue_ParameterName_FixInfo.class
AutoValue_ParameterName_FixInfo.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ParameterName_FixInfo extends com.google.errorprone.bugpatterns.ParameterName$FixInfo { private final boolean isFormatCorrect private final boolean isNameCorrect private final com.sun.tools.javac.parser.Tokens$Comment comment private final String name void <init> (boolean, boolean, com.sun.tools.javac.parser.Tokens$Comment, java.lang.String) boolean isFormatCorrect boolean isNameCorrect com.sun.tools.javac.parser.Tokens$Comment comment String name boolean isFormatCorrect () boolean isNameCorrect () com.sun.tools.javac.parser.Tokens$Comment comment () java.lang.String name () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ParameterName$FixInfo that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/UnsafeFinalization$1.class
UnsafeFinalization.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnsafeFinalization$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic boolean[] val$sawFence final synthetic com.google.errorprone.bugpatterns.UnsafeFinalization this$0 void <init> (com.google.errorprone.bugpatterns.UnsafeFinalization, com.google.errorprone.VisitorState, boolean[]) com.google.errorprone.bugpatterns.UnsafeFinalization this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/StaticImports$StaticImportInfo.class
StaticImports.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo extends java.lang.Object { public void <init> () public abstract java.lang.String importedName () public abstract java.lang.String canonicalName () public abstract com.google.common.base.Optional simpleName () public abstract com.google.common.collect.ImmutableSet members () public boolean isCanonical () public java.lang.String importStatement () private static com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo create (java.lang.String, java.lang.String) String importedName String canonicalName private static com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo create (java.lang.String, java.lang.String, java.lang.String, java.lang.Iterable) String importedName String canonicalName String simpleName Iterable members }
com/google/errorprone/bugpatterns/OptionalMapUnusedValue.class
OptionalMapUnusedValue.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.OptionalMapUnusedValue extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher METHOD_IS_OPTIONAL_MAP private static final com.google.errorprone.matchers.Matcher PARENT_IS_STATEMENT private static final com.google.errorprone.matchers.Matcher ARG_IS_VOID_COMPATIBLE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static boolean isVoidCompatibleLambda (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.LambdaExpressionTree lambdaTree com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/DoubleBraceInitialization$CollectionTypes.class
DoubleBraceInitialization.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes MAP public static final enum com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes SET public static final enum com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes LIST public static final enum com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes COLLECTION final com.google.errorprone.matchers.Matcher constructorMatcher final com.google.errorprone.matchers.Matcher mutateMatcher final com.google.errorprone.matchers.Matcher unmodifiableMatcher final String factoryMethod final String factoryImport final String immutableType final String immutableImport private static final synthetic com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes[] $VALUES public static com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes[] values () public static com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) String type String mutator String factory java.util.Optional maybeFix (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState, com.sun.source.tree.BlockTree) com.sun.source.tree.StatementTree statement com.sun.source.tree.VariableTree enclosingVariable com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.source.tree.MethodTree enclosingMethod com.sun.source.tree.Tree enclosing com.sun.source.util.TreePath path String typeArguments String replacement com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.BlockTree block java.util.List arguments com.google.common.collect.ImmutableList args com.sun.source.tree.Tree unmodifiable boolean constant com.sun.source.tree.Tree typeTree com.sun.source.tree.Tree toReplace com.google.errorprone.fixes.SuggestedFix$Builder fix String replacement private static synthetic java.lang.String lambda$maybeFix$2 (java.lang.String) String a private static synthetic java.lang.String lambda$maybeFix$1 (com.google.errorprone.VisitorState, java.util.List) com.google.errorprone.VisitorState state java.util.List arg private static synthetic boolean lambda$maybeFix$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree a private static synthetic com.google.errorprone.bugpatterns.DoubleBraceInitialization$CollectionTypes[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/Overrides.class
Overrides.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.Overrides extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) int arrayOpenIndex com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol boolean isVarargs java.util.Set superMethods java.util.Iterator superMethodsIterator boolean areSupersVarargs java.util.List parameterTree com.sun.source.tree.Tree paramType CharSequence paramTypeSource com.google.errorprone.matchers.Description$Builder descriptionBuilder }
com/google/errorprone/bugpatterns/AutoValue_UngroupedOverloads_MemberWithIndex.class
AutoValue_UngroupedOverloads_MemberWithIndex.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_UngroupedOverloads_MemberWithIndex extends com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex { private final int index private final com.sun.source.tree.MethodTree tree void <init> (int, com.sun.source.tree.MethodTree) int index com.sun.source.tree.MethodTree tree int index () com.sun.source.tree.MethodTree tree () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/CannotMockFinalClass.class
CannotMockFinalClass.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CannotMockFinalClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher runWithJunit4 private static final com.google.errorprone.matchers.Matcher enclosingClassIsJunit4Test private static final com.google.errorprone.matchers.Matcher variableOfFinalClassAnnotatedMock private static final com.google.errorprone.matchers.Matcher creationOfMockForFinalClass public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/StaticAssignmentOfThrowable.class
StaticAssignmentOfThrowable.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StaticAssignmentOfThrowable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree initializer com.sun.tools.javac.code.Type throwableType com.sun.tools.javac.code.Type variableType public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private final com.sun.source.util.TreeScanner buildTreeScanner (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type throwableType }
com/google/errorprone/bugpatterns/MissingFail.class
MissingFail.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MissingFail extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERT_EQUALS private static final com.google.errorprone.matchers.Matcher ASSERT_UNEQUAL private static final com.google.errorprone.matchers.Matcher ASSERT_TRUE private static final com.google.errorprone.matchers.Matcher ASSERT_FALSE private static final com.google.errorprone.matchers.Matcher ASSERT_TRUE_FALSE private static final com.google.errorprone.matchers.Matcher ASSERT_FALSE_TRUE private static final com.google.errorprone.matchers.Matcher ASSERT_TRUE_TRUE private static final com.google.errorprone.matchers.Matcher ASSERT_FALSE_FALSE private static final com.google.errorprone.matchers.Matcher JAVA_ASSERT_FALSE private static final com.google.errorprone.matchers.Matcher LOG_CALL private static final com.google.errorprone.matchers.Matcher LOG_IN_BLOCK private static final java.util.regex.Pattern FAIL_PATTERN private static final com.google.errorprone.matchers.Matcher FAIL private static final com.google.errorprone.matchers.Matcher ASSERT_CALL private static final com.google.errorprone.matchers.Matcher REAL_ASSERT_CALL private static final com.google.errorprone.matchers.Matcher VERIFY_CALL private static final com.google.errorprone.matchers.MultiMatcher ASSERT_LAST_CALL_IN_TRY private static final com.google.errorprone.matchers.Matcher ASSERT_IN_BLOCK private static final com.google.errorprone.matchers.Matcher THROW_STATEMENT private static final com.google.errorprone.matchers.Matcher THROW_OR_FAIL_IN_BLOCK private static final com.google.errorprone.matchers.Matcher NON_TEST_METHOD private static final com.google.errorprone.matchers.Matcher RETURN_IN_BLOCK private static final com.google.errorprone.matchers.Matcher RETURN_AFTER private static final com.google.errorprone.matchers.Matcher INAPPLICABLE_EXCEPTION private static final com.google.errorprone.bugpatterns.MissingFail$InLoopMatcher IN_LOOP private static final com.google.errorprone.matchers.Matcher WHILE_TRUE_IN_BLOCK private static final com.google.errorprone.matchers.Matcher CONTINUE_IN_BLOCK private static final com.google.errorprone.matchers.Matcher FIELD_ASSIGNMENT private static final com.google.errorprone.matchers.Matcher FIELD_ASSIGNMENT_IN_BLOCK private static final com.google.errorprone.matchers.Matcher BOOLEAN_ASSERT_VAR private static final com.google.errorprone.matchers.Matcher BOOLEAN_ASSERT_VAR_IN_BLOCK private static final com.google.errorprone.matchers.Matcher TEST_CLASS public void <init> () public com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) java.util.List tryStatements com.sun.source.tree.StatementTree lastTryStatement java.util.Optional assertThrowsFix com.google.errorprone.fixes.Fix failFix com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state public static com.google.errorprone.fixes.Fix addFailCall (com.sun.source.tree.TryTree, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.sun.source.tree.StatementTree lastTryStatement com.google.errorprone.VisitorState state String failCall com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static java.lang.String exceptionToString (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree exceptionType com.sun.tools.javac.code.Type type private static boolean tryTreeMatches (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state boolean assertInCatch private static boolean hasWhileTrue (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean isInClass (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher classTree private static boolean hasBooleanAssertVariableInCatch (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean lastTryStatementIsAssert (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean hasFieldAssignmentInCatch (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean logsInCatch (com.google.errorprone.VisitorState, com.sun.source.tree.TryTree) com.google.errorprone.VisitorState state com.sun.source.tree.TryTree tree private static boolean hasFinally (com.sun.source.tree.TryTree) com.sun.source.tree.TryTree tree private static boolean hasContinue (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean isInLoop (com.google.errorprone.VisitorState, com.sun.source.tree.TryTree) com.google.errorprone.VisitorState state com.sun.source.tree.TryTree tree private static boolean isInapplicableExceptionType (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean returnsInTryCatchOrAfter (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean isInInapplicableMethod (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean hasThrowOrFail (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean hasAssertInCatch (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private static boolean hasToleratedException (com.sun.source.tree.TryTree) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree private static boolean hasExpectedException (com.sun.source.tree.TryTree) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree private static boolean anyCatchBlockMatches (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher matcher private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$ec53605e$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/Finally$FinallyThrowMatcher.class
Finally.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.Finally$FinallyThrowMatcher extends com.google.errorprone.bugpatterns.Finally$FinallyCompletionMatcher { private void <init> () protected com.google.errorprone.bugpatterns.Finally$MatchResult matchAncestor (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.TryTree tryTree com.sun.source.tree.Tree tree com.sun.source.tree.Tree prevTree }
com/google/errorprone/bugpatterns/MissingTestCall$MethodPairing.class
MissingTestCall.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.MissingTestCall$MethodPairing extends java.lang.Object { void <init> () abstract java.lang.String name () abstract com.google.errorprone.matchers.Matcher ifCall () abstract com.google.errorprone.matchers.Matcher mustCall () private static com.google.errorprone.bugpatterns.MissingTestCall$MethodPairing of (java.lang.String, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) String name com.google.errorprone.matchers.Matcher ifCall com.google.errorprone.matchers.Matcher mustCall }
com/google/errorprone/bugpatterns/LiteEnumValueOf.class
LiteEnumValueOf.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LiteEnumValueOf extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher PROTO_MSG_VALUE_OF_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/PreferredInterfaceType$2.class
PreferredInterfaceType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.PreferredInterfaceType$2 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.ImmutableMap$Builder val$fixableTypes final synthetic com.google.errorprone.bugpatterns.PreferredInterfaceType this$0 void <init> (com.google.errorprone.bugpatterns.PreferredInterfaceType, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableMap$Builder) com.google.errorprone.bugpatterns.PreferredInterfaceType this$0 com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol private boolean variableIsFixable (com.sun.source.tree.VariableTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.source.tree.VariableTree tree com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree node Void unused com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/LiteByteStringUtf8.class
LiteByteStringUtf8.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LiteByteStringUtf8 extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher BYTE_STRING_UTF_8 public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ImpossibleNullComparison extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher CHECK_NOT_NULL private static final com.google.errorprone.matchers.Matcher ASSERT_NOT_NULL private static final com.google.errorprone.matchers.Matcher TRUTH_NOT_NULL private static final com.google.errorprone.matchers.Matcher RETURNS_LIST private static final com.google.common.collect.ImmutableSet COMPARISON_OPERATORS private static final com.google.errorprone.matchers.Matcher EXTENSION_METHODS_WITH_FIX private static final com.google.errorprone.matchers.Matcher EXTENSION_METHODS_WITH_NO_FIX private static final com.google.errorprone.matchers.Matcher OF_NULLABLE private static final com.google.errorprone.matchers.Matcher PROTO_RECEIVER private final boolean matchTestAssertions private static final com.google.errorprone.matchers.Matcher OPTIONAL_GET_MATCHER private static final com.google.errorprone.matchers.Matcher GUAVA_OPTIONAL_GET_MATCHER private static final com.google.errorprone.matchers.Matcher MULTIMAP_GET_MATCHER private static final com.google.errorprone.matchers.Matcher TABLE_ROW_MATCHER private static final com.google.errorprone.matchers.Matcher TABLE_COLUMN_MATCHER private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_PROTOBUF_EXTENSIONLITE private static boolean isNull (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ImpossibleNullComparison$NullComparisonScanner scanner private static java.lang.String getMethodName (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.MethodInvocationTree method com.sun.source.tree.ExpressionTree expressionTree com.sun.tools.javac.tree.JCTree$JCFieldAccess access private static java.lang.String replaceLast (java.lang.String, java.lang.String, java.lang.String) String text String pattern String replacement StringBuilder builder int lastIndexOf private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$fff2929a$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/CanBeStaticAnalyzer$1.class
CanBeStaticAnalyzer.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult.class
StatementSwitchToExpressionSwitch.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult extends java.lang.Object { void <init> () abstract boolean canConvertToAssignmentSwitch () abstract java.util.Optional assignmentTargetOptional () abstract java.util.Optional assignmentKindOptional () abstract java.util.Optional assignmentSourceCodeOptional () static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult of (boolean, java.util.Optional, java.util.Optional, java.util.Optional) boolean canConvertToAssignmentSwitch java.util.Optional assignmentTargetOptional java.util.Optional assignmentKindOptional java.util.Optional assignmentSourceCodeOptional }
com/google/errorprone/bugpatterns/BoxedPrimitiveConstructor$1.class
BoxedPrimitiveConstructor.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$BoxedPrimitiveConstructor$DoubleAndFloatStatus static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedLabel.class
UnusedLabel.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnusedLabel extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.LabeledStatementTree label com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map labels }
com/google/errorprone/bugpatterns/OptionalEquality.class
OptionalEquality.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.OptionalEquality extends com.google.errorprone.bugpatterns.AbstractReferenceEquality { private static final com.google.common.collect.ImmutableSet OPTIONAL_CLASSES public void <init> () protected boolean matchArgument (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String className com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type static void <clinit> () }
com/google/errorprone/bugpatterns/WildcardImport$1.class
WildcardImport.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.WildcardImport$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol val$owner final synthetic com.sun.tools.javac.tree.JCTree$JCCompilationUnit val$unit final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix void <init> (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.google.errorprone.fixes.SuggestedFix$Builder) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) Throwable e com.sun.source.tree.IdentifierTree tree Void unused com.sun.tools.javac.code.Symbol sym com.sun.source.tree.Tree parent public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/SelfEquals.class
SelfEquals.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SelfEquals extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERTION private static final com.google.errorprone.matchers.Matcher INSTANCE_MATCHER private static final com.google.errorprone.matchers.Matcher STATIC_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree toReplace com.sun.source.tree.ExpressionTree toReplace com.sun.source.tree.ExpressionTree toReplace com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List args com.sun.source.tree.ExpressionTree toReplace com.google.errorprone.matchers.Description$Builder description com.google.errorprone.fixes.Fix fix protected static com.google.errorprone.fixes.Fix fieldFix (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) java.util.List members com.sun.tools.javac.tree.JCTree$JCVariableDecl declaration com.sun.tools.javac.code.Symbol$TypeSymbol variableTypeSymbol com.sun.tools.javac.tree.JCTree jcTree com.sun.source.tree.Tree toReplace com.google.errorprone.VisitorState state com.sun.source.util.TreePath path java.util.List members static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_ImmutableMemberCollection_ReplaceableType.class
AutoValue_ImmutableMemberCollection_ReplaceableType.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ImmutableMemberCollection_ReplaceableType extends com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType { private final Class interfaceType private final Class immutableType void <init> (java.lang.Class, java.lang.Class) Class interfaceType Class immutableType java.lang.Class interfaceType () java.lang.Class immutableType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/NestedInstanceOfConditions.class
NestedInstanceOfConditions.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NestedInstanceOfConditions extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.InstanceOfTree instanceOfTree com.google.errorprone.matchers.Matcher assignmentTreeMatcher com.google.errorprone.matchers.Matcher containsAssignmentTreeMatcher com.google.errorprone.matchers.Matcher nestedInstanceOfMatcher com.google.errorprone.matchers.Matcher containsNestedInstanceOfMatcher com.sun.source.tree.IfTree ifTree com.google.errorprone.VisitorState visitorState com.sun.source.tree.ExpressionTree expressionTree }
com/google/errorprone/bugpatterns/IsInstanceOfClass$Operand.class
IsInstanceOfClass.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.IsInstanceOfClass$Operand extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind kind () abstract java.lang.CharSequence value () abstract java.lang.CharSequence source () static com.google.errorprone.bugpatterns.IsInstanceOfClass$Operand create (com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind, java.lang.CharSequence, java.lang.CharSequence) com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind kind CharSequence value CharSequence source }
com/google/errorprone/bugpatterns/RedundantOverride.class
RedundantOverride.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.RedundantOverride extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.google.common.collect.ImmutableSet paramAnnotations com.google.common.collect.ImmutableSet superParamAnnotations int i com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol java.util.Optional maybeSuperMethod com.sun.tools.javac.code.Symbol$MethodSymbol superMethod com.sun.source.tree.StatementTree statement com.sun.source.tree.ExpressionTree expression com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.source.tree.ExpressionTree receiver com.sun.source.doctree.DocCommentTree docCommentTree com.google.common.collect.ImmutableSet superAnnotations com.google.common.collect.ImmutableSet methodAnnotations private static com.sun.source.tree.MethodInvocationTree getSingleInvocation (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree statement private static com.google.common.collect.ImmutableSet getAnnotations (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static synthetic com.sun.tools.javac.code.Symbol$TypeSymbol lambda$getAnnotations$1 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t }
com/google/errorprone/bugpatterns/FieldCanBeFinal$FinalScanner.class
FieldCanBeFinal.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeFinal$FinalScanner extends com.sun.source.util.TreePathScanner { private final com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignmentRecords writes private final com.google.errorprone.VisitorState compilationState final synthetic com.google.errorprone.bugpatterns.FieldCanBeFinal this$0 private void <init> (com.google.errorprone.bugpatterns.FieldCanBeFinal, com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignmentRecords, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignmentRecords writes com.google.errorprone.VisitorState compilationState public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.VariableTree node com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init com.sun.tools.javac.code.Symbol$VarSymbol sym public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.LambdaExpressionTree lambdaExpressionTree com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init public java.lang.Void visitBlock (com.sun.source.tree.BlockTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.BlockTree node com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.MethodTree node com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init com.sun.tools.javac.code.Symbol$MethodSymbol sym public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.AssignmentTree node com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init private boolean isThisAccess (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.source.tree.ExpressionTree selected com.sun.source.tree.IdentifierTree ident public java.lang.Void visitClass (com.sun.source.tree.ClassTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) javax.lang.model.element.TypeElement annoElement com.sun.tools.javac.code.Attribute$Compound anno com.sun.source.tree.ClassTree node com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init com.google.errorprone.VisitorState state public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.CompoundAssignmentTree node com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.UnaryTree node com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ImmutableCollections.class
ImmutableCollections.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ImmutableCollections extends java.lang.Object { public static final com.google.common.collect.ImmutableMap MUTABLE_TO_IMMUTABLE_CLASS_NAME_MAP private void <init> () public static boolean isImmutableType (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type static java.util.Optional mutableToImmutable (java.lang.String) String fullyQualifiedClassName private static java.lang.String getTypeQualifiedName (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type static void <clinit> () }
com/google/errorprone/bugpatterns/RedundantThrows.class
RedundantThrows.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.RedundantThrows extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.source.tree.ExpressionTree exception java.util.Set sub com.sun.tools.javac.code.Symbol sym com.sun.source.tree.ExpressionTree exception com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state java.util.List thrown com.google.common.collect.SetMultimap exceptionsBySuper java.util.Set toRemove java.util.List messages com.google.common.collect.ImmutableList delete static java.lang.String oxfordJoin (java.lang.String, java.lang.Iterable) Object piece String on Iterable pieces StringBuilder result int size int idx }
com/google/errorprone/bugpatterns/CanonicalDuration.class
CanonicalDuration.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CanonicalDuration extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher JAVA_TIME_MATCHER private static final com.google.errorprone.matchers.Matcher JODA_MATCHER private static final com.google.common.collect.ImmutableTable FACTORIES private static final com.google.common.collect.ImmutableMap METHOD_NAME_TO_UNIT private static final com.google.common.collect.ImmutableMap CONVERTERS private static final com.google.common.collect.ImmutableMap BANLIST public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.CanonicalDuration$Api api com.google.errorprone.bugpatterns.CanonicalDuration$Api api com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.MethodInvocationTree m long nextValue String name String replacement com.sun.source.tree.ExpressionTree receiver int i java.time.temporal.ChronoUnit nextUnit com.google.common.base.Converter converter java.util.List roundTripped java.util.Map$Entry entry com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.CanonicalDuration$Api api java.util.List allInvocationsInParentExpression java.util.List constValues com.sun.tools.javac.code.Symbol$MethodSymbol sym java.time.temporal.TemporalUnit unit Long banListValue java.util.List durations private static boolean entirelyLiterals (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg java.util.concurrent.atomic.AtomicBoolean anyNonLiterals private com.google.errorprone.matchers.Description handleAllZeros (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.CanonicalDuration$Api, java.util.List) com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.ExpressionTree receiver com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.CanonicalDuration$Api api java.util.List allInvocationsInParentExpression private static java.util.List getAllInvocationsInParentExpression (com.google.errorprone.VisitorState) com.sun.source.util.TreePath parentPath com.google.errorprone.VisitorState state com.sun.source.util.TreePath expressionPath java.util.concurrent.atomic.AtomicBoolean notFirst com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol java.util.List sameMethodInvocations private static synthetic java.time.Duration lambda$matchMethodInvocation$8 (java.time.temporal.TemporalUnit, java.lang.Number) java.time.temporal.TemporalUnit unit Number value private static synthetic boolean lambda$matchMethodInvocation$7 (java.lang.Long, java.lang.Number) Long banListValue Number value private static synthetic boolean lambda$matchMethodInvocation$6 (long) long v private static synthetic java.lang.Number lambda$matchMethodInvocation$5 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg private static synthetic com.sun.source.tree.ExpressionTree lambda$matchMethodInvocation$4 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg private static synthetic com.sun.source.tree.ExpressionTree lambda$matchMethodInvocation$3 (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree t private static synthetic java.time.temporal.TemporalUnit lambda$static$2 (java.util.Map$Entry) java.util.Map$Entry x private static synthetic java.lang.String lambda$static$1 (java.util.Map$Entry) java.util.Map$Entry x private static synthetic java.util.stream.Stream lambda$static$0 (java.util.Map) java.util.Map x static void <clinit> () }
com/google/errorprone/bugpatterns/ProtocolBufferOrdinal.class
ProtocolBufferOrdinal.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ProtocolBufferOrdinal extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String PROTO_SUPER_CLASS private static final com.google.errorprone.matchers.Matcher PROTO_MSG_ORDINAL_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValueImmutableFields.class
AutoValueImmutableFields.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AutoValueImmutableFields extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.common.collect.ImmutableListMultimap REPLACEMENT_TO_MATCHERS private static final com.google.errorprone.matchers.Matcher ABSTRACT_MATCHER public void <init> () private static com.google.errorprone.matchers.Matcher returning (java.lang.String) String type public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) java.util.Map$Entry entry com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree memberTree com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedTypeParameter$2.class
UnusedTypeParameter.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedTypeParameter$2 extends com.sun.source.util.TreeScanner { final synthetic com.google.common.collect.ImmutableMultiset$Builder val$identifiers void <init> (com.google.common.collect.ImmutableMultiset$Builder) public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/DifferentNameButSame.class
DifferentNameButSame.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.DifferentNameButSame extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final java.util.Comparator REPLACEMENT_PREFERENCE private static final com.google.common.base.Splitter DOT_SPLITTER private static final com.google.errorprone.matchers.MultiMatcher HAS_TYPE_USE_ANNOTATION public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.util.TreePath site com.sun.source.util.TreePath path com.google.common.collect.ImmutableList sites java.util.List components com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.fixes.SuggestedFix fix String name com.sun.tools.javac.code.Symbol symbol java.util.Map references com.google.common.collect.ImmutableList namesByPreference java.util.Map$Entry entry com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.Table names private boolean isDefinedInThisFile (com.sun.tools.javac.code.Symbol, com.sun.source.tree.CompilationUnitTree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.CompilationUnitTree tree private static boolean isGeneric (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s com.sun.tools.javac.code.Symbol symbol private static com.google.errorprone.fixes.SuggestedFix createFix (com.sun.source.util.TreePath, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.sun.source.util.TreePath path java.util.List components com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder StringBuilder stringBuilder com.sun.source.tree.Tree site com.sun.source.tree.Tree parent private static boolean canHaveTypeUseAnnotations (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static boolean visibleAndReferToSameThing (java.lang.String, com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState stateWithPath com.sun.tools.javac.code.Symbol symbol com.sun.source.util.TreePath path String name com.google.common.collect.ImmutableList locations com.google.errorprone.VisitorState state String firstComponent java.util.Set idents private static boolean isTypeAnnotation (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree t com.sun.tools.javac.code.Symbol annotationSymbol java.lang.annotation.Target target java.util.List value private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$c96ea622$1 (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree t com.google.errorprone.VisitorState state private static synthetic int lambda$static$4 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic void lambda$createFix$3 (java.lang.StringBuilder, java.lang.String) StringBuilder stringBuilder String c private static synthetic boolean lambda$isDefinedInThisFile$2 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree t com.sun.tools.javac.code.Symbol topLevelClass private static synthetic boolean lambda$matchCompilationUnit$1 (java.lang.String, java.util.Map$Entry) String name java.util.Map$Entry e private static synthetic boolean lambda$matchCompilationUnit$0 (java.lang.String) String n static void <clinit> () }
com/google/errorprone/bugpatterns/StaticImports.class
StaticImports.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StaticImports extends java.lang.Object { public static com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo tryCreate (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.sun.source.tree.ImportTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCFieldAccess access com.sun.tools.javac.util.Name identifier public static com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo tryCreate (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type owner com.sun.tools.javac.code.Symbol member com.sun.source.tree.MemberSelectTree access com.google.errorprone.VisitorState state com.sun.tools.javac.util.Name identifier com.sun.tools.javac.code.Symbol importedType com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type canonicalType com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$TypeSymbol baseType com.sun.tools.javac.code.Symbol$PackageSymbol pkgSym com.google.common.collect.ImmutableSet members com.sun.tools.javac.code.Type canonicalOwner private static com.google.common.collect.ImmutableSet lookup (com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.util.Name, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$PackageSymbol) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol member com.sun.tools.javac.code.Symbol$TypeSymbol typeSym com.sun.tools.javac.code.Symbol$TypeSymbol start com.sun.tools.javac.util.Name identifier com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$PackageSymbol pkg com.google.common.collect.ImmutableSet$Builder members private void <init> () }
com/google/errorprone/bugpatterns/ComparingThisWithNull$ThisMatcher.class
ComparingThisWithNull.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ComparingThisWithNull$ThisMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree identifier com.sun.source.tree.ExpressionTree thisExpression com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/RethrowReflectiveOperationExceptionAsLinkageError.class
RethrowReflectiveOperationExceptionAsLinkageError.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.RethrowReflectiveOperationExceptionAsLinkageError extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ThrowTreeMatcher { private static final String ASSERTION_ERROR private static final String REFLECTIVE_OPERATION_EXCEPTION private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_REFLECTIVEOPERATIONEXCEPTION public void <init> () public com.google.errorprone.matchers.Description matchThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.VisitorState) com.sun.source.tree.ThrowTree throwTree com.google.errorprone.VisitorState state com.sun.source.tree.NewClassTree newClassTree java.util.List arguments com.sun.tools.javac.code.Symbol cause String message private static boolean isReflectiveOperationException (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$a4a764c8$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/JUnit4TestsNotRunWithinEnclosed$2.class
JUnit4TestsNotRunWithinEnclosed.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JUnit4TestsNotRunWithinEnclosed$2 extends com.sun.source.util.TreePathScanner { final synthetic com.google.common.collect.ImmutableSet$Builder val$extendedTypes void <init> (com.google.common.collect.ImmutableSet$Builder) public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/InlineTrivialConstant$2.class
InlineTrivialConstant.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InlineTrivialConstant$2 extends com.sun.source.util.TreePathScanner { final synthetic java.util.Map val$fields final synthetic com.google.common.collect.ListMultimap val$uses final synthetic com.google.errorprone.bugpatterns.InlineTrivialConstant this$0 void <init> (com.google.errorprone.bugpatterns.InlineTrivialConstant, java.util.Map, com.google.common.collect.ListMultimap) com.google.errorprone.bugpatterns.InlineTrivialConstant this$0 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused private void handle (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol sym public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/CollectionToArraySafeParameter.class
CollectionToArraySafeParameter.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CollectionToArraySafeParameter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher TO_ARRAY_MATCHER private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_COLLECTION public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState visitorState com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type variableType com.sun.tools.javac.code.Type collectionType java.util.List typeArguments private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$41f55821$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/IndexOfChar.class
IndexOfChar.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IndexOfChar extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments com.sun.tools.javac.code.Symtab syms com.sun.tools.javac.code.Types types static void <clinit> () }
com/google/errorprone/bugpatterns/TryFailThrowable$1.class
TryFailThrowable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.TryFailThrowable$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree item com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym String methodName String className public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/ReturnsNullCollection.class
ReturnsNullCollection.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ReturnsNullCollection extends com.google.errorprone.bugpatterns.AbstractMethodReturnsNull { private static final com.google.errorprone.matchers.Matcher METHOD_RETURNS_COLLECTION_WITHOUT_NULLABLE_ANNOTATION private static boolean methodWithoutNullable (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public void <init> () protected java.util.Optional provideFix (com.sun.source.tree.ReturnTree) com.sun.source.tree.ReturnTree tree private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/ChainingConstructorIgnoresParameter$Caller.class
ChainingConstructorIgnoresParameter.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.ChainingConstructorIgnoresParameter$Caller extends java.lang.Object { final com.sun.source.tree.MethodInvocationTree tree final com.google.errorprone.VisitorState state void <init> (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/UnusedVariable$FilterUsedVariables.class
UnusedVariable.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.UnusedVariable$FilterUsedVariables extends com.sun.source.util.TreePathScanner { private boolean leftHandSideAssignment private int inArrayAccess private boolean inReturnStatement private int inMethodCall private final java.util.Map assignmentSite private com.sun.source.util.TreePath currentExpressionStatement private final java.util.Map unusedElements private final com.google.common.collect.ListMultimap usageSites private final java.util.Set isEverUsed private final java.util.List unusedSpecs private final com.google.common.collect.ImmutableMap declarationSites private void <init> (java.util.Map, com.google.common.collect.ListMultimap) java.util.Map unusedElements com.google.common.collect.ListMultimap usageSites private boolean isInExpressionStatementTree () com.sun.source.tree.Tree parent private boolean isUsed (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol private boolean hasBeenAssigned (com.sun.source.tree.VariableTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.source.tree.VariableTree tree com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Void) com.sun.source.tree.ExpressionStatementTree tree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused com.sun.tools.javac.code.Symbol symbol public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused private void handleReassignment (com.sun.source.tree.AssignmentTree) com.sun.source.tree.AssignmentTree tree com.sun.source.tree.Tree parent com.sun.tools.javac.code.Symbol symbol com.sun.source.util.TreePath lastAssignmentSite com.sun.source.util.TreePath declarationSite private static int scopeDepth (com.sun.source.util.TreePath) com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.source.util.TreePath assignmentSite public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused com.sun.tools.javac.code.Symbol symbol boolean wasLeftHandAssignment public java.lang.Void visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree tree Void unused com.sun.tools.javac.code.Symbol$MethodSymbol symbol public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.source.tree.CompoundAssignmentTree tree Void unused public java.lang.Void visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Void) com.sun.source.tree.ArrayAccessTree node Void unused public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree node Void unused public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree tree Void unused public java.lang.Void visitErroneous (com.sun.source.tree.ErroneousTree, java.lang.Void) com.sun.source.tree.ErroneousTree tree Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitErroneous (com.sun.source.tree.ErroneousTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MissingTestCall$1.class
MissingTestCall.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingTestCall$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.common.collect.ImmutableSet val$pairings final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.Set val$required final synthetic java.util.Set val$called final synthetic com.google.errorprone.bugpatterns.MissingTestCall this$0 void <init> (com.google.errorprone.bugpatterns.MissingTestCall, com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState, java.util.Set, java.util.Set) com.google.errorprone.bugpatterns.MissingTestCall this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.google.errorprone.VisitorState stateWithPath com.google.errorprone.bugpatterns.MissingTestCall$MethodPairing pairing com.sun.source.tree.MethodInvocationTree node Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$2.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$2 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/flogger/FloggerRequiredModifiers.class
FloggerRequiredModifiers.java package com.google.errorprone.bugpatterns.flogger public final com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$IdentifierTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final String GOOGLE_LOGGER private static final com.google.errorprone.suppliers.Supplier LOGGER_TYPE private static final com.google.errorprone.matchers.Matcher INIT_LOGGER private static final com.google.common.collect.ImmutableList EXPECTED_MODIFIERS private static final com.google.common.collect.ImmutableList REASONABLE_LOGGER_NAMES private static final String NESTED_LOGGER_CLASSNAME private static final String NESTED_LOGGER_FIELDNAME private static final String NESTED_LOGGER_DEFINITION private final java.util.Map localLogger private static final com.google.errorprone.matchers.Matcher CONTAINS_INIT_LOGGER private final com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal goal void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags void <init> (com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal) com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal goal private boolean shouldRehomeForeignLoggers () private boolean shouldHideInterfaceLoggers () private boolean shouldHoistConstantExpressions () private boolean shouldStandardizeModifiers () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type loggerType com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.source.tree.ExpressionTree initializer private static boolean isConstantLogger (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type loggerType com.sun.source.tree.MethodInvocationTree method com.sun.tools.javac.code.Symbol$MethodSymbol methodSym com.sun.source.tree.ExpressionTree initializer com.sun.tools.javac.code.Symbol$ClassSymbol owner com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSym com.sun.tools.javac.code.Type returnType com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type loggerType com.sun.source.util.TreePath owner com.sun.source.tree.Tree parent com.sun.source.tree.Tree grandparent boolean isLoggerField com.sun.source.tree.MethodTree owningMethod private boolean modifierChangesInclude (com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal) com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal g private com.google.errorprone.matchers.Description fixModifier (com.sun.source.tree.VariableTree, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree field com.sun.source.tree.ClassTree owningClass com.google.errorprone.VisitorState state com.sun.source.tree.ModifiersTree modifiers java.util.Set flags com.google.common.collect.ImmutableSet$Builder toAdd com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.common.collect.ImmutableSet newModifiers private com.google.errorprone.matchers.Description replaceWithFieldLookup (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree assignment com.sun.tools.javac.code.Symbol target com.sun.source.tree.Tree e com.sun.source.util.TreePath path com.sun.source.tree.ExpressionTree expr com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger logger String loggerName com.sun.source.tree.Tree parent private void updateModifierCounters (com.google.errorprone.VisitorState, java.util.Set) javax.lang.model.element.Modifier modifier javax.lang.model.element.Modifier visibility com.google.errorprone.VisitorState state java.util.Set flags boolean explicitVisibility private com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger findOrDefineLogger (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix private com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger computeLocalLogger (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.tools.javac.code.Symbol memberSym com.sun.source.tree.Tree member com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type loggerType com.google.common.collect.ImmutableSet ignoredFields com.sun.source.tree.ClassTree topLevelClassInFile com.sun.tools.javac.code.Symbol$ClassSymbol targetClassSym String name String newMember private static com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger defineNestedClassWithLogger (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.source.tree.ClassTree topLevelClassInFile com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix private static com.sun.source.tree.ClassTree outermostClassTree (com.sun.source.util.TreePath) com.sun.source.tree.Tree leaf com.sun.source.util.TreePath path com.sun.source.tree.ClassTree result private static boolean canHaveStaticFields (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClassSym public com.google.errorprone.matchers.Description matchIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description rehomeLogger (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol ownerSym com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol owner boolean needsMoveFromInterface boolean local com.sun.tools.javac.code.Symbol outermostClassOfLogger com.sun.source.tree.ClassTree outermostClassOfFile private static com.sun.tools.javac.code.Symbol findUltimateOwningClass (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol result private static com.google.common.collect.ImmutableSet fieldsToIgnore (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t private static synthetic boolean lambda$computeLocalLogger$1 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Symbol$ClassSymbol targetClassSym com.google.errorprone.VisitorState state String candidate private synthetic com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger lambda$findOrDefineLogger$0 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix String s static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerPassedAround.class
FloggerPassedAround.java package com.google.errorprone.bugpatterns.flogger public final com.google.errorprone.bugpatterns.flogger.FloggerPassedAround extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.predicates.TypePredicate LOGGER_TYPE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.source.tree.Tree parameter com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger abstract enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper TO_STRING public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper STRING_VALUE_OF public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper STATIC_TO_STRING public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper STATIC_VALUE_OF public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper STRING_TO_UPPER_CASE public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper ASCII_TO_UPPER_CASE public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper STATIC_TO_HEX_STRING public static final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper ARRAYS_AS_LIST_OR_TO_STRING private final com.google.errorprone.matchers.Matcher matcher private static final synthetic com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper[] $VALUES public static com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper[] values () public static com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper valueOf (java.lang.String) String name abstract com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$baef94d7$1 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree x$0 com.google.errorprone.VisitorState x$1 private static synthetic com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher lambda$static$4 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher lambda$static$3 (java.lang.String) String param private static synthetic com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher lambda$static$2 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher lambda$static$1 (java.util.Map$Entry) java.util.Map$Entry e private static synthetic com.google.errorprone.matchers.method.MethodMatchers$MethodSignatureMatcher lambda$static$0 (java.lang.String) String signature private static synthetic com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final java.util.regex.Pattern PRINTF_TERM_CAPTURE_PATTERN private static final java.util.regex.Pattern PRINTF_TERM_VALIDATION_PATTERN private static final Character STRING_FORMAT private static final Character UPPER_STRING_FORMAT private static final Character HEX_FORMAT private static final Character UPPER_HEX_FORMAT private static final com.google.errorprone.matchers.Matcher LOG_MATCHER static final com.google.errorprone.matchers.Matcher UNWRAPPABLE public void <init> () private static com.sun.source.tree.ExpressionTree getOnlyArgument (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree invocation public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments String formatString com.google.errorprone.matchers.Description unwrapArguments (java.lang.String, com.sun.source.tree.MethodInvocationTree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument char placeholder com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrapped String term String formatString com.sun.source.tree.MethodInvocationTree tree java.util.List arguments com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix int start java.util.regex.Matcher matcher StringBuilder sb int idx boolean fixed private static com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.ExpressionTree, char, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper unwrapper com.sun.source.tree.ExpressionTree argument char placeholder com.google.errorprone.VisitorState state private static boolean hasSingleVarargsCompatibleArgument (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static synthetic boolean lambda$matchMethodInvocation$1 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument private static synthetic com.google.errorprone.matchers.Matcher lambda$static$0 (com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper) com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper u static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerStringConcatenation.class
FloggerStringConcatenation.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerStringConcatenation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree piece com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument java.util.List pieces StringBuilder formatString java.util.List formatArguments static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerFormatString$1.class
FloggerFormatString.java package com.google.errorprone.bugpatterns.flogger com.google.errorprone.bugpatterns.flogger.FloggerFormatString$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic boolean[] val$withCause final synthetic com.google.errorprone.bugpatterns.flogger.FloggerFormatString this$0 void <init> (com.google.errorprone.bugpatterns.flogger.FloggerFormatString, com.google.errorprone.VisitorState, boolean[]) com.google.errorprone.bugpatterns.flogger.FloggerFormatString this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/flogger/FloggerHelpers.class
FloggerHelpers.java package com.google.errorprone.bugpatterns.flogger final com.google.errorprone.bugpatterns.flogger.FloggerHelpers extends java.lang.Object { private static final char STRING_FORMAT static char inferFormatSpecifier (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree piece com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type static char inferFormatSpecifier (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private void <init> () }
com/google/errorprone/bugpatterns/flogger/FloggerWithCause.class
FloggerWithCause.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerWithCause extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String STACK_SIZE_MEDIUM_IMPORT private static final com.google.errorprone.matchers.Matcher WITH_CAUSE_MATCHER private static final com.google.errorprone.matchers.Matcher FIXABLE_THROWABLE_MATCHER private static final com.google.errorprone.matchers.Matcher THROWABLE_MATCHER private static final com.google.errorprone.matchers.Matcher THROWABLE_STRING_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) java.util.List fixes java.util.Optional throwableArgument com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree cause private com.google.errorprone.matchers.Description getDescription (com.sun.source.tree.MethodInvocationTree, java.util.List) com.google.errorprone.fixes.Fix fix com.sun.source.tree.MethodInvocationTree tree java.util.List fixes com.google.errorprone.matchers.Description$Builder description private static java.util.List getFixes (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) String withCauseReplacement String withStackTraceAndWithCauseReplacement com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree throwableArgument private static java.util.Optional getThrowableArgument (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument com.sun.source.tree.ExpressionTree cause com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.Fix getFix (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String, java.lang.String) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String replacement String importString private static com.google.errorprone.fixes.Fix getFix (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String replacement private static com.google.errorprone.fixes.SuggestedFix$Builder getFixBuilder (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String methodReplacement int methodStart int methodEnd private static int getMethodStart (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static int getMethodEnd (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerMessageFormat.class
FloggerMessageFormat.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerMessageFormat extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher LOG_MATCHER private static final java.util.regex.Pattern MESSAGE_FORMAT_SPECIFIER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments com.sun.source.tree.ExpressionTree formatArg String formatString com.google.errorprone.matchers.Description$Builder description String source String fixed static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$5.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$5 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/flogger/FloggerRedundantIsEnabled$1.class
FloggerRedundantIsEnabled.java package com.google.errorprone.bugpatterns.flogger com.google.errorprone.bugpatterns.flogger.FloggerRedundantIsEnabled$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () protected com.sun.source.tree.ExpressionTree defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public com.sun.source.tree.ExpressionTree visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree parenthesizedTree Void unused public com.sun.source.tree.ExpressionTree visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree unaryTree Void unused public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/flogger/FloggerRequiredModifiers$Goal.class
FloggerRequiredModifiers.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal REHOME_FOREIGN_LOGGERS public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal HIDE_LOGGERS_IN_INTERFACES public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal HOIST_CONSTANT_EXPRESSIONS public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal ADD_FINAL public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal ADD_STATIC public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal MAKE_PRIVATE public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal DEFAULT_ALL_GOALS private static final synthetic com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal[] $VALUES public static com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal[] values () public static com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$Goal[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$6.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$6 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/flogger/FloggerHelpers$1.class
FloggerHelpers.java package com.google.errorprone.bugpatterns.flogger synthetic com.google.errorprone.bugpatterns.flogger.FloggerHelpers$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerLogWithCause.class
FloggerLogWithCause.java package com.google.errorprone.bugpatterns.flogger public final com.google.errorprone.bugpatterns.flogger.FloggerLogWithCause extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CatchTreeMatcher { private static final com.google.errorprone.matchers.Matcher LOG_MATCHER private static final com.google.errorprone.matchers.Matcher WITH_CAUSE private static final com.google.errorprone.matchers.Matcher HIGH_LEVEL public void <init> () public com.google.errorprone.matchers.Description matchCatch (com.sun.source.tree.CatchTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.CatchTree tree com.google.errorprone.VisitorState state java.util.List statements com.sun.source.tree.StatementTree statementTree com.sun.source.tree.ExpressionTree expressionTree boolean isHighLevelLog com.sun.tools.javac.code.Symbol parameter boolean exceptionUsed String withCause static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$1.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$1 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Parameter.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter extends java.lang.Object { final com.google.errorprone.suppliers.Supplier source final com.sun.tools.javac.code.Type type final Character placeholder private void <init> (com.sun.source.tree.ExpressionTree, char) com.sun.source.tree.ExpressionTree expression char placeholder private void <init> (com.google.errorprone.suppliers.Supplier, com.sun.tools.javac.code.Type, char) com.google.errorprone.suppliers.Supplier source com.sun.tools.javac.code.Type type char placeholder private static com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter receiver (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder com.sun.source.tree.ExpressionTree receiver private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic java.lang.String lambda$receiver$97e09368$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s private static synthetic java.lang.String lambda$new$be115a05$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/flogger/FloggerWithoutCause$1.class
FloggerWithoutCause.java package com.google.errorprone.bugpatterns.flogger com.google.errorprone.bugpatterns.flogger.FloggerWithoutCause$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.concurrent.atomic.AtomicBoolean val$withCause final synthetic com.google.errorprone.bugpatterns.flogger.FloggerWithoutCause this$0 void <init> (com.google.errorprone.bugpatterns.flogger.FloggerWithoutCause, com.google.errorprone.VisitorState, java.util.concurrent.atomic.AtomicBoolean) com.google.errorprone.bugpatterns.flogger.FloggerWithoutCause this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/flogger/FloggerRedundantIsEnabled.class
FloggerRedundantIsEnabled.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerRedundantIsEnabled extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher { private static final String FLOGGER private static final String FLOGGER_API private static final com.google.errorprone.matchers.Matcher AT_LEVEL private static final com.google.errorprone.matchers.Matcher IS_ENABLED private static final com.google.errorprone.matchers.Matcher LOG public void <init> () public com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree ifTree com.google.errorprone.VisitorState state java.util.Optional methodCall com.sun.source.tree.MethodInvocationTree logInvocation com.sun.source.tree.ExpressionTree ifCondition com.sun.source.tree.ExpressionTree unwrappedIfCondition private static java.util.Optional extractLoneLogInvocation (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) java.util.List statements com.sun.source.tree.ExpressionTree thenExpression com.sun.source.tree.IfTree ifTree com.google.errorprone.VisitorState state com.sun.source.tree.StatementTree thenStatement private static com.sun.source.tree.ExpressionTree unwrap (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expr private static boolean sameLoggerAtSameLevel (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expr1 com.sun.source.tree.ExpressionTree expr2 com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree atLevel1 com.sun.source.tree.ExpressionTree atLevel2 com.sun.tools.javac.code.Symbol atLevelSym1 com.sun.tools.javac.code.Symbol atLevelSym2 com.sun.tools.javac.code.Symbol logger1 com.sun.tools.javac.code.Symbol logger2 private static java.util.Optional fixBinaryIfCondition (com.sun.source.tree.ExpressionTree, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree ifCondition com.sun.source.tree.MethodInvocationTree logInvocation com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.flogger.FloggerRedundantIsEnabled$LoggerIsEnabledBinaryIfConditionScanner scanner private synthetic com.google.errorprone.matchers.Description lambda$matchIf$0 (com.sun.source.tree.IfTree, com.google.errorprone.fixes.SuggestedFix) com.sun.source.tree.IfTree ifTree com.google.errorprone.fixes.SuggestedFix fix static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerLogVarargs.class
FloggerLogVarargs.java package com.google.errorprone.bugpatterns.flogger public final com.google.errorprone.bugpatterns.flogger.FloggerLogVarargs extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree enclosingMethod static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerSplitLogStatement.class
FloggerSplitLogStatement.java package com.google.errorprone.bugpatterns.flogger public final com.google.errorprone.bugpatterns.flogger.FloggerSplitLogStatement extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_LOGGER_API private static final com.google.errorprone.matchers.Matcher CLASS_MATCHES private static final com.google.errorprone.matchers.Matcher METHOD_MATCHES private static final com.google.errorprone.matchers.Matcher VARIABLE_MATCHES public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerLogWithCause$1.class
FloggerLogWithCause.java package com.google.errorprone.bugpatterns.flogger com.google.errorprone.bugpatterns.flogger.FloggerLogWithCause$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$parameter final synthetic com.google.errorprone.bugpatterns.flogger.FloggerLogWithCause this$0 void <init> (com.google.errorprone.bugpatterns.flogger.FloggerLogWithCause, com.sun.tools.javac.code.Symbol) com.google.errorprone.bugpatterns.flogger.FloggerLogWithCause this$0 public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void unused public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/flogger/FloggerRequiredModifiers$LocalLogger$Provenance.class
FloggerRequiredModifiers.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance ALREADY_PRESENT public static final enum com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance DEFINED_BY_FIX private static final synthetic com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance[] $VALUES public static com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance[] values () public static com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerRequiredModifiers$1.class
FloggerRequiredModifiers.java package com.google.errorprone.bugpatterns.flogger synthetic com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$flogger$FloggerRequiredModifiers$Goal static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$3.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$3 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$7.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$7 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/flogger/FloggerLogString.class
FloggerLogString.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerLogString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher LOG_STRING private static final com.google.errorprone.matchers.Matcher COMPILE_TIME_CONSTANT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerWithoutCause.class
FloggerWithoutCause.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerWithoutCause extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher LOG_METHOD private static final com.google.errorprone.matchers.Matcher WITH_CAUSE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree exception java.util.concurrent.atomic.AtomicBoolean withCause private static com.sun.source.tree.Tree getExceptionArg (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type argType com.sun.source.tree.Tree arg com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerStringConcatenation$1.class
FloggerStringConcatenation.java package com.google.errorprone.bugpatterns.flogger com.google.errorprone.bugpatterns.flogger.FloggerStringConcatenation$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.List val$pieces final synthetic com.google.errorprone.bugpatterns.flogger.FloggerStringConcatenation this$0 void <init> (com.google.errorprone.bugpatterns.flogger.FloggerStringConcatenation, com.google.errorprone.VisitorState, java.util.List) com.google.errorprone.bugpatterns.flogger.FloggerStringConcatenation this$0 public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree tree Void unused public java.lang.Void visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void unused protected java.lang.Void defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$4.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$4 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/flogger/FloggerRedundantIsEnabled$LoggerIsEnabledBinaryIfConditionScanner.class
FloggerRedundantIsEnabled.java package com.google.errorprone.bugpatterns.flogger com.google.errorprone.bugpatterns.flogger.FloggerRedundantIsEnabled$LoggerIsEnabledBinaryIfConditionScanner extends com.sun.source.util.TreeScanner { private final com.sun.source.tree.ExpressionTree logInvocation private final com.google.errorprone.VisitorState state public java.util.Optional fix public void <init> (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree logInvocation com.google.errorprone.VisitorState state public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree binaryTree Void unused com.sun.source.tree.ExpressionTree left com.sun.source.tree.ExpressionTree right public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) }
com/google/errorprone/bugpatterns/flogger/FloggerRequiredModifiers$LocalLogger.class
FloggerRequiredModifiers.java package com.google.errorprone.bugpatterns.flogger final com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger extends java.lang.Object { final com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance provenance final java.util.Optional sym final String name void <init> (com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance, java.util.Optional, java.lang.String) com.google.errorprone.bugpatterns.flogger.FloggerRequiredModifiers$LocalLogger$Provenance provenance java.util.Optional sym String name }
com/google/errorprone/bugpatterns/flogger/FloggerFormatString.class
FloggerFormatString.java package com.google.errorprone.bugpatterns.flogger public com.google.errorprone.bugpatterns.flogger.FloggerFormatString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher FORMAT_METHOD private static final com.google.errorprone.matchers.Matcher WITH_CAUSE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List args com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult result com.google.errorprone.matchers.Description$Builder description com.google.errorprone.fixes.Fix fix private com.google.errorprone.fixes.Fix withCauseFix (com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult result com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree last boolean[] withCause static void <clinit> () }
com/google/errorprone/bugpatterns/flogger/FloggerArgumentToString$Unwrapper$8.class
FloggerArgumentToString.java package com.google.errorprone.bugpatterns.flogger final enum com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper$8 extends com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Unwrapper { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.bugpatterns.flogger.FloggerArgumentToString$Parameter unwrap (com.sun.source.tree.MethodInvocationTree, char) com.sun.source.tree.MethodInvocationTree invocation char placeholder }
com/google/errorprone/bugpatterns/StringCaseLocaleUsage.class
StringCaseLocaleUsage.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StringCaseLocaleUsage extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher DEFAULT_LOCALE_CASE_CONVERSION public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state int closingParenPosition private static com.google.errorprone.fixes.SuggestedFix suggestLocale (int, java.lang.String) int insertPosition String locale private static com.google.errorprone.fixes.SuggestedFix suggestAscii (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.google.errorprone.fixes.SuggestedFix$Builder fix String ascii private static int getClosingParenPosition (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state int startPosition private static synthetic java.lang.Integer lambda$getClosingParenPosition$1 (int, com.google.errorprone.util.ErrorProneToken) int startPosition com.google.errorprone.util.ErrorProneToken token private static synthetic boolean lambda$getClosingParenPosition$0 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t static void <clinit> () }
com/google/errorprone/bugpatterns/NarrowingCompoundAssignment.class
NarrowingCompoundAssignment.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NarrowingCompoundAssignment extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompoundAssignmentTreeMatcher { public void <init> () static java.lang.String assignmentToString (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind kind static com.sun.source.tree.Tree$Kind regularAssignmentFromCompound (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind kind public com.google.errorprone.matchers.Description matchCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree tree com.google.errorprone.VisitorState state String message com.google.common.base.Optional fix private static java.lang.String identifyBadCast (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Type lhs com.sun.tools.javac.code.Type rhs com.sun.tools.javac.code.Types types private static com.google.common.base.Optional rewriteCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree tree com.google.errorprone.VisitorState state CharSequence var CharSequence expr com.sun.source.tree.Tree$Kind regularAssignmentKind String op com.google.errorprone.util.OperatorPrecedence rhsPrecedence String castType String replacement private static boolean twiddlingConstantBitsOk (com.sun.source.tree.CompoundAssignmentTree) int shift int shift com.sun.source.tree.CompoundAssignmentTree tree int shift Object constValue long constLong long shifted }
com/google/errorprone/bugpatterns/DoNotCallChecker.class
DoNotCallChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DoNotCallChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher THREAD_RUN private static final com.google.errorprone.matchers.Matcher CALL_ON_SUPER private static final com.google.common.collect.ImmutableMap THIRD_PARTY_METHODS static final String DO_NOT_CALL public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableListMultimap assignedTypes private com.google.common.collect.ImmutableListMultimap getAssignedTypes (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableListMultimap$Builder assignedTypes private static java.lang.String getDoNotCallValue (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Attribute$Compound a com.sun.tools.javac.code.Symbol symbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private synthetic com.google.errorprone.matchers.Description lambda$matchMethod$1 (com.sun.source.tree.MethodTree, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.MethodTree tree com.sun.tools.javac.code.Symbol$MethodSymbol s String message private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol s private static synthetic boolean lambda$static$68e9396d$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree invocation com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree select com.sun.source.tree.ExpressionTree receiver static void <clinit> () }
com/google/errorprone/bugpatterns/CacheLoaderNull$1.class
CacheLoaderNull.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CacheLoaderNull$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.CacheLoaderNull this$0 void <init> (com.google.errorprone.bugpatterns.CacheLoaderNull, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.CacheLoaderNull this$0 public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree tree Void unused public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree tree Void unused com.sun.source.tree.ExpressionTree expression public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/WithSignatureDiscouraged.class
WithSignatureDiscouraged.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.WithSignatureDiscouraged extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher WITH_SIGNATURE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument String sig int firstParenIndex String methodName String paramList private com.google.errorprone.matchers.Description fixWithParameters (com.sun.tools.javac.tree.JCTree, com.google.errorprone.VisitorState, java.lang.String, java.lang.String) com.sun.tools.javac.tree.JCTree tree com.google.errorprone.VisitorState state String methodName String paramList com.google.common.collect.ImmutableList paramTypes int treeStart String source int offset int startPosition int endPosition String withParameters String replacementText private static boolean isArrayType (java.lang.String) String type private static boolean isProbableTypeParameter (java.lang.String) String type private static synthetic java.lang.String lambda$fixWithParameters$1 (java.lang.String) String type private static synthetic boolean lambda$fixWithParameters$0 (java.lang.String) String type static void <clinit> () }
com/google/errorprone/bugpatterns/UndefinedEquals.class
UndefinedEquals.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UndefinedEquals extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_EQUAL_TO private static final com.google.errorprone.matchers.Matcher ASSERT_THAT_EQUALS private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_COMMON_COLLECT_MULTIMAP private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_CHARSEQUENCE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument java.util.List arguments private static java.util.Optional generateFix (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree) String methodText String assertThatWithArg java.util.function.BiFunction generateTruthFix com.sun.tools.javac.code.Type iterableType com.sun.tools.javac.code.Type multimapType java.util.Optional fix com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument com.sun.tools.javac.code.Type charSequenceType java.util.function.BiFunction generateCharSequenceFix private static transient java.util.Optional firstPresent (java.util.Optional[]) java.util.Optional optional java.util.Optional[] optionals private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$d9983134$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$5f979cbb$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$generateFix$3 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.tools.javac.code.Type charSequenceType com.google.errorprone.VisitorState state com.sun.source.tree.Tree maybeCharSequence com.sun.source.tree.Tree maybeString private static synthetic java.util.Optional lambda$generateFix$2 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.MethodInvocationTree, java.lang.String, com.sun.tools.javac.code.Type, java.lang.String) com.sun.source.tree.Tree argument com.google.errorprone.VisitorState state com.sun.source.tree.Tree receiver com.sun.source.tree.MethodInvocationTree tree String assertThatWithArg com.sun.tools.javac.code.Type type String replacementMethod private synthetic com.google.errorprone.matchers.Description lambda$matchMethodInvocation$1 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.TypesWithUndefinedEquality) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument com.google.errorprone.bugpatterns.TypesWithUndefinedEquality b private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.TypesWithUndefinedEquality) com.sun.source.tree.Tree receiver com.google.errorprone.VisitorState state com.sun.source.tree.Tree argument com.google.errorprone.bugpatterns.TypesWithUndefinedEquality b static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_AbstractMockChecker_Reason.class
AutoValue_AbstractMockChecker_Reason.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_AbstractMockChecker_Reason extends com.google.errorprone.bugpatterns.AbstractMockChecker$Reason { private final com.sun.tools.javac.code.Type unmockableClass private final String reason void <init> (com.sun.tools.javac.code.Type, java.lang.String) com.sun.tools.javac.code.Type unmockableClass String reason public com.sun.tools.javac.code.Type unmockableClass () public java.lang.String reason () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.AbstractMockChecker$Reason that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/ThrowSpecificExceptions.class
ThrowSpecificExceptions.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ThrowSpecificExceptions extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.common.collect.ImmutableList ABSTRACT_LIKE_EXCEPTIONS public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix String className com.google.errorprone.bugpatterns.ThrowSpecificExceptions$AbstractLikeException abstractLikeException com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ExtendingJUnitAssert.class
ExtendingJUnitAssert.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ExtendingJUnitAssert extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher STATIC_ASSERT private static final com.google.errorprone.suppliers.Supplier ORG_JUNIT_ASSERT public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree extendsClause com.sun.tools.javac.code.Type type private com.google.errorprone.fixes.SuggestedFix fixAsserts (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) int curr com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.Tree extendsClause int endOfExtendsClause java.util.List tokens int startPos private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$d7a8090d$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/CheckReturnValue$MessageTrailerStyle.class
CheckReturnValue.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle NONE public static final enum com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle API_ERASED_SIGNATURE private static final synthetic com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle[] $VALUES public static com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle[] values () public static com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.CheckReturnValue$MessageTrailerStyle[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_ProtoRedundantSet_FieldWithValue.class
AutoValue_ProtoRedundantSet_FieldWithValue.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ProtoRedundantSet_FieldWithValue extends com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue { private final com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField field private final com.sun.source.tree.MethodInvocationTree methodInvocation private final com.sun.source.tree.ExpressionTree argument void <init> (com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField, com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree) com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField field com.sun.source.tree.MethodInvocationTree methodInvocation com.sun.source.tree.ExpressionTree argument com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField getField () com.sun.source.tree.MethodInvocationTree getMethodInvocation () com.sun.source.tree.ExpressionTree getArgument () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/CollectorShouldNotUseState$AnonymousClassUsingStateMatcher.class
CollectorShouldNotUseState.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CollectorShouldNotUseState$AnonymousClassUsingStateMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic com.google.errorprone.bugpatterns.CollectorShouldNotUseState this$0 private void <init> (com.google.errorprone.bugpatterns.CollectorShouldNotUseState) public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState visitorState com.sun.source.tree.NewClassTree newClassTree private boolean isFinal (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private synthetic boolean lambda$matches$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree mem private static synthetic boolean lambda$matches$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree mem }
com/google/errorprone/bugpatterns/IncorrectMainMethod.class
IncorrectMainMethod.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.IncorrectMainMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.common.collect.ImmutableSet REQUIRED_MODIFIERS public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/bugpatterns/ChainedAssertionLosesContext.class
ChainedAssertionLosesContext.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ChainedAssertionLosesContext extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String TRUTH_CLASS private static final String PROTO_TRUTH_CLASS private static final String SUBJECT_CLASS private static final String SUBJECT_FACTORY_CLASS private static final String CUSTOM_SUBJECT_BUILDER_FACTORY_CLASS private static final com.google.errorprone.matchers.Matcher STANDARD_ASSERT_THAT private static final com.google.errorprone.matchers.Matcher ANY_ASSERT_THAT private static final com.google.errorprone.matchers.Matcher ASSERT_ABOUT private static final com.google.errorprone.matchers.Matcher ASSERT_WITH_MESSAGE private static final com.google.errorprone.matchers.Matcher ASSERT private static final com.google.errorprone.matchers.Matcher SUBJECT_BUILDER_THAT private static final com.google.errorprone.matchers.Matcher WITH_MESSAGE_OR_ABOUT private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_COMMON_TRUTH_SUBJECT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String checkDescription com.google.errorprone.bugpatterns.ChainedAssertionLosesContext$FactoryMethodName factory String checkDescription String checkDescription String checkDescription String checkDescription com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static com.sun.source.tree.MethodInvocationTree findThatCall (com.google.errorprone.VisitorState) com.sun.source.tree.Tree leaf com.sun.source.tree.MethodInvocationTree maybeThatCall com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private transient com.google.errorprone.matchers.Description replace (com.sun.source.tree.Tree, java.lang.String, java.lang.Object[]) com.sun.source.tree.Tree tree String format Object[] args private static com.google.errorprone.bugpatterns.ChainedAssertionLosesContext$FactoryMethodName tryFindFactory (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree assertThatCall com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol assertThatSymbol com.google.common.collect.ImmutableSet factories private static boolean returns (com.sun.tools.javac.code.Symbol$MethodSymbol, java.lang.String, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol symbol String returnType com.google.errorprone.VisitorState state private static boolean inInstanceMethodOfSubjectImplementation (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.util.TreePath pathToEnclosingMethod com.sun.source.tree.MethodTree enclosingMethod com.sun.source.tree.Tree enclosingClass private static java.lang.String findThatCallAndMakeCheckDescription (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree thatCall private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$4c96b54f$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$tryFindFactory$2 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol s private static synthetic com.sun.tools.javac.code.Symbol$MethodSymbol lambda$tryFindFactory$1 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s private static synthetic boolean lambda$tryFindFactory$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s static void <clinit> () }
com/google/errorprone/bugpatterns/UseCorrectAssertInTests$1.class
UseCorrectAssertInTests.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UseCorrectAssertInTests$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.common.collect.ImmutableList$Builder val$assertTrees void <init> (com.google.common.collect.ImmutableList$Builder) public java.lang.Void visitAssert (com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssertTree assertTree com.google.errorprone.VisitorState visitorState public volatile synthetic java.lang.Object visitAssert (com.sun.source.tree.AssertTree, java.lang.Object) }
com/google/errorprone/bugpatterns/NoAllocationChecker$1.class
NoAllocationChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NoAllocationChecker$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree node com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath path }
com/google/errorprone/bugpatterns/IdentityHashMapBoxing.class
IdentityHashMapBoxing.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IdentityHashMapBoxing extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher NEW_IDENTITY_HASH_MAP private static final com.google.errorprone.matchers.Matcher MAPS_NEW_IDENTITY_HASH_MAP public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkTypes (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state java.util.List argumentTypes com.sun.tools.javac.code.Type type static void <clinit> () }
com/google/errorprone/bugpatterns/OverrideThrowableToString.class
OverrideThrowableToString.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.OverrideThrowableToString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList methods private synthetic com.google.errorprone.matchers.Description lambda$matchClass$4 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree m private static synthetic boolean lambda$matchClass$3 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree m private static synthetic boolean lambda$matchClass$2 (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree m private static synthetic com.sun.source.tree.MethodTree lambda$matchClass$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree m private static synthetic boolean lambda$matchClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree m }
com/google/errorprone/bugpatterns/ComparisonOutOfRange$1MatchAttempt.class
ComparisonOutOfRange.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ComparisonOutOfRange$1MatchAttempt extends java.lang.Object { final Number constantValue final Number minValue final Number maxValue final synthetic Number val$numericConstantValue final synthetic com.google.common.collect.Range val$range final synthetic com.sun.source.tree.BinaryTree val$tree final synthetic com.sun.source.tree.Tree val$constant final synthetic com.google.errorprone.suppliers.Supplier val$testedValueType final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.ComparisonOutOfRange this$0 void <init> (com.google.errorprone.bugpatterns.ComparisonOutOfRange, java.util.function.Function, java.lang.Number, com.google.common.collect.Range, com.sun.source.tree.BinaryTree, com.sun.source.tree.Tree, com.google.errorprone.suppliers.Supplier, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.ComparisonOutOfRange this$0 java.util.function.Function numericPromotion com.google.errorprone.matchers.Description matchConstantResult () com.google.errorprone.matchers.Description matchOutOfBounds (boolean) boolean willEvaluateTo com.google.errorprone.matchers.Description matchMinAndMaxHaveSameResult (java.util.function.IntPredicate) boolean minResult boolean maxResult java.util.function.IntPredicate op boolean minResult boolean maxResult com.google.errorprone.matchers.Description describeMatch (boolean) boolean willEvaluateTo boolean byteEqualityMatch private static synthetic boolean lambda$matchConstantResult$3 (int) int cmp private static synthetic boolean lambda$matchConstantResult$2 (int) int cmp private static synthetic boolean lambda$matchConstantResult$1 (int) int cmp private static synthetic boolean lambda$matchConstantResult$0 (int) int cmp }
com/google/errorprone/bugpatterns/ParameterName.class
ParameterName.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ParameterName extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private final com.google.common.collect.ImmutableList exemptPackages void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags errorProneFlags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private void checkArguments (com.sun.source.tree.Tree, java.util.List, int, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument java.util.Optional positions com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.source.tree.ExpressionTree argument java.util.Optional positions com.sun.source.tree.Tree tree java.util.List arguments int argListStartPosition com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym int start String enclosingClass java.util.Iterator argumentIterator java.util.Optional positions (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state int endPosition private static int processArgument (com.google.common.collect.Range, int, com.google.errorprone.VisitorState, java.util.function.Consumer) com.google.common.collect.Range positions int offset com.google.errorprone.VisitorState state java.util.function.Consumer consumer String source java.util.Deque tokens private static boolean advanceTokens (java.util.Deque, com.google.common.collect.Range) java.util.Deque tokens com.google.common.collect.Range actual private void checkArgument (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.util.ErrorProneToken, com.google.errorprone.VisitorState) java.util.regex.Matcher m boolean isFormatCorrect String name boolean isNameCorrect com.sun.tools.javac.parser.Tokens$Comment comment com.google.errorprone.matchers.Description description com.google.errorprone.matchers.Description description com.google.errorprone.matchers.Description description com.google.errorprone.fixes.SuggestedFix rewriteCommentFix com.google.errorprone.fixes.SuggestedFix rewriteToRegularCommentFix com.google.errorprone.matchers.Description description com.google.errorprone.bugpatterns.ParameterName$FixInfo match com.sun.tools.javac.code.Symbol$VarSymbol formal com.sun.source.tree.ExpressionTree actual com.google.errorprone.util.ErrorProneToken token com.google.errorprone.VisitorState state java.util.List matches String fixTemplate private static com.google.errorprone.fixes.SuggestedFix rewriteComment (com.sun.tools.javac.parser.Tokens$Comment, java.lang.String) com.sun.tools.javac.parser.Tokens$Comment comment String format int replacementStartPos int replacementEndPos private void checkComment (com.sun.source.tree.ExpressionTree, com.google.errorprone.util.ErrorProneToken, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix rewriteCommentFix java.util.regex.Matcher m com.sun.tools.javac.parser.Tokens$Comment comment com.sun.source.tree.ExpressionTree arg com.google.errorprone.util.ErrorProneToken token com.google.errorprone.VisitorState state private static boolean isVarargs (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.tools.javac.code.Symbol$MethodSymbol method private synthetic void lambda$checkArguments$2 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.util.ErrorProneToken) com.sun.source.tree.ExpressionTree argument com.google.errorprone.VisitorState state com.google.errorprone.util.ErrorProneToken tok private synthetic void lambda$checkArguments$1 (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.util.ErrorProneToken) com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.source.tree.ExpressionTree argument com.google.errorprone.VisitorState state com.google.errorprone.util.ErrorProneToken tok private static synthetic java.lang.String lambda$new$0 (java.lang.String) String p }
com/google/errorprone/bugpatterns/RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner.class
RemoveUnusedImports.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner extends com.sun.source.util.DocTreePathScanner { final synthetic com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner this$0 void <init> (com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner) com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner this$0 public java.lang.Void visitReference (com.sun.source.doctree.ReferenceTree, com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink) com.sun.source.doctree.ReferenceTree referenceTree com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink sink com.sun.source.util.TreeScanner nonRecursiveScanner com.sun.tools.javac.tree.DCTree$DCReference reference public volatile synthetic java.lang.Object visitReference (com.sun.source.doctree.ReferenceTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AnnotationValueToString.class
AnnotationValueToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AnnotationValueToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final com.google.errorprone.predicates.TypePredicate TYPE_PREDICATE public void <init> () protected com.google.errorprone.predicates.TypePredicate typePredicate () protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static java.util.Optional fix (com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree replace com.sun.source.tree.Tree with com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractJUnit4InitMethodNotRun.class
AbstractJUnit4InitMethodNotRun.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.AbstractJUnit4InitMethodNotRun extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String JUNIT_TEST void <init> () protected abstract com.google.errorprone.matchers.Matcher methodMatcher () protected abstract java.lang.String correctAnnotation () protected abstract java.util.List annotationReplacements () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.AbstractJUnit4InitMethodNotRun$AnnotationReplacements replacement com.google.errorprone.matchers.Description description com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix com.sun.tools.javac.code.Symbol annoSymbol com.sun.source.tree.AnnotationTree annotationNode com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state boolean matches String correctAnnotation String unqualifiedClassName com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix private static void makeProtectedPublic (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.source.tree.ModifiersTree modifiers CharSequence modifiersSource com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix private com.google.errorprone.matchers.Description tryToReplaceAnnotation (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, java.lang.String, java.lang.String) com.sun.source.tree.AnnotationTree annotationTree com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state String badAnnotation String goodAnnotation String finalName private static java.lang.String getUnqualifiedClassName (java.lang.String) String goodAnnotation private static com.sun.source.tree.AnnotationTree findAnnotation (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state String annotationName com.sun.source.tree.AnnotationTree annotationNode }
com/google/errorprone/bugpatterns/TestExceptionChecker.class
TestExceptionChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TestExceptionChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.suppliers.Supplier ORG_JUNIT_TEST public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder baseFixBuilder com.sun.tools.javac.tree.JCTree$JCExpression expectedException com.google.errorprone.fixes.SuggestedFix baseFix private com.google.errorprone.matchers.Description handleStatements (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.fixes.SuggestedFix) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCExpression expectedException com.google.errorprone.fixes.SuggestedFix baseFix private static com.google.errorprone.fixes.SuggestedFix buildFix (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.tree.JCTree$JCExpression, java.util.Collection) com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.tree.JCTree$JCExpression expectedException java.util.Collection statements StringBuilder prefix com.sun.source.tree.StatementTree last private static com.sun.tools.javac.tree.JCTree$JCExpression deleteExpectedException (com.google.errorprone.fixes.SuggestedFix$Builder, java.util.List, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCAssign assign com.sun.tools.javac.tree.JCTree$JCExpression arg com.sun.tools.javac.util.List arguments com.sun.tools.javac.tree.JCTree$JCAnnotation annotationTree com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.List annotations com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type testAnnotation private static void removeFromList (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, java.util.List, com.sun.source.tree.Tree) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.VisitorState state java.util.List arguments com.sun.source.tree.Tree tree int idx private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$e324bac1$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/NarrowingCompoundAssignment$1.class
NarrowingCompoundAssignment.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.NarrowingCompoundAssignment$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/FuturesGetCheckedIllegalExceptionType$1.class
FuturesGetCheckedIllegalExceptionType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FuturesGetCheckedIllegalExceptionType$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type classType com.sun.tools.javac.code.Type runtimeExceptionType com.sun.tools.javac.code.Type argType java.util.List typeArguments com.sun.tools.javac.code.Type exceptionType public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$ProblemUsage.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns abstract enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage COMPARISON public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage TRUTH public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage JUNIT public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage CHECK_NOT_NULL public static final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage OPTIONAL private static final synthetic com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage[] $VALUES public static com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage[] values () public static com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.errorprone.fixes.SuggestedFix fix (com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) private static synthetic com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/StreamResourceLeak$1.class
StreamResourceLeak.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.StreamResourceLeak$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.Tree val$parent final synthetic boolean[] val$found void <init> (com.sun.source.tree.Tree, boolean[]) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/InitializeInline.class
InitializeInline.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.InitializeInline extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree declarationParent com.sun.tools.javac.code.Symbol$VarSymbol symbol java.util.List assignments com.sun.source.util.TreePath soleAssignmentPath com.sun.source.tree.Tree grandParent com.sun.source.tree.ModifiersTree modifiersTree String modifiers }
com/google/errorprone/bugpatterns/AutoValueBuilderDefaultsInConstructor.class
AutoValueBuilderDefaultsInConstructor.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AutoValueBuilderDefaultsInConstructor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableList invocations private static com.google.errorprone.fixes.SuggestedFix appendDefaultsToConstructors (com.sun.source.tree.MethodTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableList invocations com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix String defaultSetters private static com.google.common.collect.ImmutableList extractInvocations (com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.List, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol symbol java.util.List statements com.google.errorprone.VisitorState state private static synthetic java.lang.String lambda$extractInvocations$5 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodInvocationTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree t private static synthetic boolean lambda$extractInvocations$4 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.source.tree.MethodInvocationTree) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.source.tree.MethodInvocationTree t com.sun.tools.javac.code.Symbol calledSymbol private static synthetic com.sun.source.tree.MethodInvocationTree lambda$extractInvocations$3 (com.sun.source.tree.ExpressionStatementTree) com.sun.source.tree.ExpressionStatementTree t private static synthetic boolean lambda$extractInvocations$2 (com.sun.source.tree.ExpressionStatementTree) com.sun.source.tree.ExpressionStatementTree t private static synthetic com.sun.source.tree.ExpressionStatementTree lambda$extractInvocations$1 (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree t private static synthetic boolean lambda$extractInvocations$0 (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree t }
com/google/errorprone/bugpatterns/Finally$1.class
Finally.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.Finally$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/NegativeCharLiteral.class
NegativeCharLiteral.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NegativeCharLiteral extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher { private static final com.google.errorprone.matchers.Matcher isIntegralLiteralCastToChar public void <init> () public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) String replacement com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState state long literalValue char castResult String replacement static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedNestedClass.class
UnusedNestedClass.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnusedNestedClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.util.TreePath path com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.UnusedNestedClass$PrivateNestedClassScanner privateNestedClassScanner java.util.Map privateNestedClasses com.google.errorprone.bugpatterns.UnusedNestedClass$ClassUsageScanner classUsageScanner }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$7.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$7 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree method private java.lang.String generateFix (com.sun.source.tree.MethodInvocationTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocation boolean negated com.google.errorprone.VisitorState visitorState String methodName String countMethod private synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree method com.google.errorprone.VisitorState state boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/AbstractAsKeyOfSetOrMap.class
AbstractAsKeyOfSetOrMap.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractAsKeyOfSetOrMap extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher CONSTRUCTS_SET private static final com.google.errorprone.matchers.Matcher CONSTRUCTS_MULTISET private static final com.google.errorprone.matchers.Matcher CONSTRUCTS_MAP private static final com.google.errorprone.matchers.Matcher CONSTRUCTS_MULTIMAP private static final com.google.errorprone.matchers.Matcher CONSTRUCTS_SET_OR_MAP public void <init> () protected abstract boolean isBadType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) private com.google.errorprone.matchers.Description matchType (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) java.util.List argumentTypes com.sun.tools.javac.code.Type typeArg com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/FieldCanBeLocal$1.class
FieldCanBeLocal.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeLocal$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Map val$potentialFields final synthetic com.google.errorprone.bugpatterns.FieldCanBeLocal this$0 void <init> (com.google.errorprone.bugpatterns.FieldCanBeLocal, com.google.errorprone.VisitorState, java.util.Map) com.google.errorprone.bugpatterns.FieldCanBeLocal this$0 com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol private boolean canBeLocal (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree variableTree private boolean canBeUsedOnLocalVariable (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree annotationTree java.lang.annotation.Target target public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MixedArrayDimensions.class
MixedArrayDimensions.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MixedArrayDimensions extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkArrayDimensions (com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) String replacement com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass String dim int nonWhitespace int idx com.sun.source.tree.Tree elemType int start int end java.util.List tokens com.sun.source.tree.Tree tree com.sun.source.tree.Tree type com.google.errorprone.VisitorState state CharSequence source }
com/google/errorprone/bugpatterns/UnnecessaryStaticImport.class
UnnecessaryStaticImport.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryStaticImport extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ImportTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchImport (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.sun.source.tree.ImportTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo importInfo }
com/google/errorprone/bugpatterns/AutoValue_UnusedVariable_UnusedSpec.class
AutoValue_UnusedVariable_UnusedSpec.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_UnusedVariable_UnusedSpec extends com.google.errorprone.bugpatterns.UnusedVariable$UnusedSpec { private final com.sun.tools.javac.code.Symbol symbol private final com.sun.source.util.TreePath assignmentPath private final com.google.common.collect.ImmutableList usageSites private final java.util.Optional terminatingAssignment void <init> (com.sun.tools.javac.code.Symbol, com.sun.source.util.TreePath, com.google.common.collect.ImmutableList, java.util.Optional) com.sun.tools.javac.code.Symbol symbol com.sun.source.util.TreePath assignmentPath com.google.common.collect.ImmutableList usageSites java.util.Optional terminatingAssignment com.sun.tools.javac.code.Symbol symbol () com.sun.source.util.TreePath assignmentPath () com.google.common.collect.ImmutableList usageSites () java.util.Optional terminatingAssignment () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.UnusedVariable$UnusedSpec that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/UnnecessaryAnonymousClass.class
UnnecessaryAnonymousClass.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryAnonymousClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.NewClassTree classTree com.google.common.collect.ImmutableList members com.sun.source.tree.Tree member com.sun.tools.javac.code.Symbol$VarSymbol varSym com.sun.source.tree.MethodTree implementation com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Symbol descriptorSymbol com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder String newName java.util.Optional methodReferenceReplacement private static com.google.errorprone.fixes.SuggestedFix trimToMethodDef (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.sun.source.tree.VariableTree varDefinitionTree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree implementation int methodModifiersEndPos int methodDefEndPos int varModifiersEndPos int varDefEndPos private static java.util.Optional replaceUsesWithMethodReference (java.lang.String, com.sun.tools.javac.code.Symbol, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String newName com.sun.tools.javac.code.Symbol varSym com.sun.source.tree.MethodTree implementation com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree methodBody com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.google.errorprone.bugpatterns.UnnecessaryAnonymousClass$ReplaceUsesScanner replaceUsesScanner private static com.google.errorprone.fixes.SuggestedFix ensureFixesDoNotOverlap (com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.google.errorprone.fixes.SuggestedFix, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Replacement replacement com.sun.tools.javac.tree.JCTree methodBody com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.VisitorState state StringBuilder methodBodySource com.google.common.collect.Range methodBodyPositionRange com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$replaceUsesWithMethodReference$2 (com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.JCTree$JCCompilationUnit, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix) com.sun.tools.javac.tree.JCTree methodBody com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix fix private static synthetic boolean lambda$matchVariable$1 (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree at private static synthetic boolean lambda$matchVariable$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree x }
com/google/errorprone/bugpatterns/StatementSwitchToExpressionSwitch$CaseQualifications.class
StatementSwitchToExpressionSwitch.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications NO_CASES_ASSESSED public static final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications ALL_CASES_QUALIFY public static final enum com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications SOME_OR_ALL_CASES_DONT_QUALIFY private static final synthetic com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications[] $VALUES public static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications[] values () public static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/NonApiType$ApiVisibility.class
NonApiType.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.NonApiType$ApiVisibility extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.NonApiType$ApiVisibility PUBLIC public static final enum com.google.errorprone.bugpatterns.NonApiType$ApiVisibility ANY private static final synthetic com.google.errorprone.bugpatterns.NonApiType$ApiVisibility[] $VALUES public static com.google.errorprone.bugpatterns.NonApiType$ApiVisibility[] values () public static com.google.errorprone.bugpatterns.NonApiType$ApiVisibility valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.NonApiType$ApiVisibility[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/ProtoRedundantSet$FieldType$2.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType$2 extends com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue match (java.lang.String, com.sun.source.tree.MethodInvocationTree) Integer index String name com.sun.source.tree.MethodInvocationTree tree }
com/google/errorprone/bugpatterns/DateFormatConstant$1.class
DateFormatConstant.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DateFormatConstant$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix void <init> (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.fixes.SuggestedFix$Builder) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/CanonicalDuration$3.class
CanonicalDuration.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.CanonicalDuration$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$CanonicalDuration$Api static void <clinit> () }
com/google/errorprone/bugpatterns/JUnitParameterMethodNotFound.class
JUnitParameterMethodNotFound.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnitParameterMethodNotFound extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher PARAMETERS_ANNOTATION_MATCHER private static final com.google.errorprone.matchers.MultiMatcher PARAMETERIZED_TEST_RUNNER private static final com.google.errorprone.matchers.Matcher ENCLOSING_CLASS_PARAMETERIZED_TEST_RUNNER_MATCHER private static final com.google.errorprone.matchers.Matcher POSSIBLE_PARAMETERIZED_TEST_METHOD_MATCHER private static final String JUNIT_PARAMETER_METHOD_PREFIX public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String paramMethods java.util.Optional paramMethodAssignmentTree com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state java.util.Optional parametersAnnotation com.google.common.collect.ImmutableSet methodsInSourceClass java.util.Set requiredMethods com.google.common.collect.ImmutableList annotationsArguments java.util.Set missingMethods private static com.sun.tools.javac.code.Type getClassType (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree private static com.google.common.collect.ImmutableSet getMethodIdentifiersInSourceAnnotation (com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableList annotationsArguments com.google.errorprone.VisitorState state java.util.Optional paramSourceAssignmentTree com.sun.tools.javac.code.Type$ClassType classType com.sun.tools.javac.code.Type typeArgument private static java.util.Optional getParamAssignmentTree (com.google.common.collect.ImmutableList, java.lang.String) com.google.common.collect.ImmutableList annotationsArguments String parameterName private static com.google.common.collect.ImmutableSet getAllMethodIdentifiersForType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static java.lang.String toPascalCase (java.lang.String) String methodName private static synthetic java.lang.String lambda$getAllMethodIdentifiersForType$4 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol methodSymbol private static synthetic boolean lambda$getParamAssignmentTree$3 (java.lang.String, com.sun.source.tree.AssignmentTree) String parameterName com.sun.source.tree.AssignmentTree assignmentTree private static synthetic com.sun.source.tree.AssignmentTree lambda$matchMethod$2 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expressionTree private static synthetic boolean lambda$matchMethod$1 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expressionTree private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotationTree static void <clinit> () }
com/google/errorprone/bugpatterns/AmbiguousMethodReference.class
AmbiguousMethodReference.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AmbiguousMethodReference extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.tools.javac.code.Symbol$MethodSymbol msym java.util.List clash int nonPrivateMethodCount String message com.sun.source.tree.Tree member com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol origin com.sun.tools.javac.code.Types types Iterable members java.util.Map methods private static java.lang.String methodReferenceDescriptor (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$MethodSymbol sym StringBuilder sb private static synthetic java.lang.String lambda$methodReferenceDescriptor$4 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$VarSymbol p private static synthetic java.lang.String lambda$matchClass$3 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol origin com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic boolean lambda$matchClass$2 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$MethodSymbol msym com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic java.lang.String lambda$matchClass$1 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic boolean lambda$matchClass$0 (com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol origin com.sun.tools.javac.code.Symbol$MethodSymbol m }
com/google/errorprone/bugpatterns/ProtoRedundantSet$ProtoField.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField extends java.lang.Object { }
com/google/errorprone/bugpatterns/Interruption.class
Interruption.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.Interruption extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher CANCEL private static final com.google.errorprone.matchers.Matcher INTERRUPT_OTHER_THREAD private static final com.google.errorprone.matchers.Matcher WAS_INTERRUPTED private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_CONCURRENT_FUTURE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument private boolean delegatingCancelMethod (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$8e02b50$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/TypeParameterShadowing$1.class
TypeParameterShadowing.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.TypeParameterShadowing$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractToString$ToStringKind.class
AbstractToString.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.AbstractToString$ToStringKind extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.AbstractToString$ToStringKind IMPLICIT public static final enum com.google.errorprone.bugpatterns.AbstractToString$ToStringKind EXPLICIT public static final enum com.google.errorprone.bugpatterns.AbstractToString$ToStringKind FORMAT_METHOD public static final enum com.google.errorprone.bugpatterns.AbstractToString$ToStringKind FLOGGER public static final enum com.google.errorprone.bugpatterns.AbstractToString$ToStringKind NONE private static final synthetic com.google.errorprone.bugpatterns.AbstractToString$ToStringKind[] $VALUES public static com.google.errorprone.bugpatterns.AbstractToString$ToStringKind[] values () public static com.google.errorprone.bugpatterns.AbstractToString$ToStringKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.AbstractToString$ToStringKind[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/JUnit4ClassUsedInJUnit3.class
JUnit4ClassUsedInJUnit3.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnit4ClassUsedInJUnit3 extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSUME_CHECK public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description makeDescription (java.lang.String, com.sun.source.tree.Tree) String rejectedJUnit4 com.sun.source.tree.Tree tree com.google.errorprone.matchers.Description$Builder builder static void <clinit> () }
com/google/errorprone/bugpatterns/LabelledBreakTarget$1.class
LabelledBreakTarget.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.LabelledBreakTarget$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/LockNotBeforeTry$1.class
LockNotBeforeTry.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LockNotBeforeTry$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.source.tree.ExpressionTree val$lockee void <init> (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean r1 Boolean r2 public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/InconsistentCapitalization$MatchingParametersScanner.class
InconsistentCapitalization.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InconsistentCapitalization$MatchingParametersScanner extends com.sun.source.util.TreePathScanner { private final com.google.common.collect.ImmutableMap fields private final com.google.common.collect.ImmutableMap$Builder matchedParameters static com.google.common.collect.ImmutableMap findMatchingParameters (com.google.common.collect.ImmutableMap, com.sun.source.util.TreePath) com.google.common.collect.ImmutableMap fieldNamesMap com.sun.source.util.TreePath path com.google.common.collect.ImmutableMap$Builder matchedParametersBuilder private void <init> (com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableMap$Builder) com.google.common.collect.ImmutableMap fields com.google.common.collect.ImmutableMap$Builder matchedParameters public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) String fieldName com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol symbol String variableName com.sun.tools.javac.code.Symbol matchedField public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/SystemExitOutsideMain.class
SystemExitOutsideMain.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SystemExitOutsideMain extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher CALLS_TO_SYSTEM_EXIT private static final com.google.errorprone.matchers.Matcher CALLS_TO_SYSTEM_EXIT_OUTSIDE_MAIN public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) java.util.Optional mainMethodInThisClass com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchMethodInvocation$1 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t static void <clinit> () }
com/google/errorprone/bugpatterns/SelfAlwaysReturnsThis.class
SelfAlwaysReturnsThis.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.SelfAlwaysReturnsThis extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.source.tree.Tree returnType java.util.concurrent.atomic.AtomicBoolean allReturnThis java.util.concurrent.atomic.AtomicBoolean atLeastOneReturn private static boolean maybeCastThis (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree }
com/google/errorprone/bugpatterns/EqualsWrongThing.class
EqualsWrongThing.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.EqualsWrongThing extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPARISON_METHOD private static final com.google.common.collect.ImmutableSet FIELD_TYPES public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol java.util.Set suspiciousComparisons com.google.common.collect.ImmutableSet suspiciousPairs private static java.util.Optional getDubiousComparison (com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Symbol$ClassSymbol encl com.sun.source.tree.Tree tree com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.sun.tools.javac.code.Symbol lhsSymbol com.sun.tools.javac.code.Symbol rhsSymbol private static com.sun.source.tree.Tree$Kind getKind (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.source.tree.Tree$Kind kind private synthetic com.google.errorprone.matchers.Description lambda$matchMethod$1 (com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite) com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite c private static synthetic boolean lambda$matchMethod$0 (com.google.common.collect.ImmutableSet, com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite) com.google.common.collect.ImmutableSet suspiciousPairs com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite p static void <clinit> () }
com/google/errorprone/bugpatterns/time/DurationFrom.class
DurationFrom.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.DurationFrom extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher DURATION_FROM private static final com.google.errorprone.matchers.Matcher DURATION private static final com.google.errorprone.matchers.Matcher PERIOD public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree arg0 com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/InvalidJavaTimeConstant$Param.class
InvalidJavaTimeConstant.java package com.google.errorprone.bugpatterns.time abstract com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param extends java.lang.Object { void <init> () abstract java.lang.String type () abstract java.time.temporal.ChronoField unit () }
com/google/errorprone/bugpatterns/time/InvalidJavaTimeConstant$JavaTimeType$Builder.class
InvalidJavaTimeConstant.java package com.google.errorprone.bugpatterns.time public abstract com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType$Builder extends java.lang.Object { public void <init> () public abstract com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType$Builder setClassName (java.lang.String) abstract java.lang.String className () abstract com.google.common.collect.ImmutableList$Builder methodsBuilder () public transient com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType$Builder addStaticMethod (java.lang.String, com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[]) String methodName com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[] params public transient com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType$Builder addInstanceMethod (java.lang.String, com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[]) String methodName com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[] params private static transient com.google.common.collect.ImmutableList getParameterUnits (com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[]) com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[] params private static transient com.google.common.collect.ImmutableList getParameterTypes (com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[]) com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param[] params public abstract com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType build () private static synthetic java.lang.String lambda$getParameterTypes$1 (com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param) com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param p private static synthetic java.time.temporal.ChronoField lambda$getParameterUnits$0 (com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param) com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param p }
com/google/errorprone/bugpatterns/time/ProtoTimestampGetSecondsGetNano.class
ProtoTimestampGetSecondsGetNano.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.ProtoTimestampGetSecondsGetNano extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_SECONDS private static final com.google.errorprone.matchers.Matcher GET_NANOS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JodaInstantWithMillis.class
JodaInstantWithMillis.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaInstantWithMillis extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder String replacement com.sun.source.tree.ExpressionTree millisArg static void <clinit> () }
com/google/errorprone/bugpatterns/time/JavaLocalTimeGetNano.class
JavaLocalTimeGetNano.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaLocalTimeGetNano extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_SECOND private static final com.google.errorprone.matchers.Matcher GET_NANO public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/PeriodFrom.class
PeriodFrom.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.PeriodFrom extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher PERIOD_FROM private static final com.google.errorprone.matchers.Matcher DURATION private static final com.google.errorprone.matchers.Matcher PERIOD public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree arg0 com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JodaPlusMinusLong.class
JodaPlusMinusLong.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaPlusMinusLong extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet TYPES private static final com.google.common.collect.ImmutableSet METHODS private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.matchers.Matcher DURATION_GET_MILLIS_MATCHER public void <init> () private static com.google.errorprone.matchers.Matcher buildMatcher () String method String type java.util.List matchers public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String firstArgumentReplacement com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder com.sun.source.tree.ExpressionTree firstArgumentTree String firstArgumentReplacement static void <clinit> () }
com/google/errorprone/bugpatterns/time/StronglyTypeTime.class
StronglyTypeTime.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.StronglyTypeTime extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher TIME_FACTORY private static final java.util.regex.Pattern TIME_UNIT_REMOVER public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state private static final java.lang.String createNewName (java.lang.String) String fieldName String newName static void <clinit> () }
com/google/errorprone/bugpatterns/time/NearbyCallers.class
NearbyCallers.java package com.google.errorprone.bugpatterns.time public com.google.errorprone.bugpatterns.time.NearbyCallers extends java.lang.Object { private static final com.google.errorprone.matchers.Matcher IS_IMMUTABLE_PROTO_GETTER private void <init> () static boolean containsCallToSameReceiverNearby (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.matchers.Matcher, com.google.errorprone.VisitorState, boolean) com.sun.source.tree.MethodInvocationTree primaryMethod com.google.errorprone.matchers.Matcher secondaryMethodMatcher com.google.errorprone.VisitorState state boolean checkProtoChains com.sun.source.tree.ExpressionTree primaryMethodReceiver com.sun.source.util.TreeScanner scanner com.google.common.collect.ImmutableList treesToScan private static java.util.Optional buildProtoGetterChain (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expr com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList$Builder symbolChain private static com.google.common.collect.ImmutableList getNearbyTreesToScan (com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expressionTree com.sun.source.tree.Tree member com.google.common.collect.ImmutableList$Builder treesToScan com.sun.source.tree.Tree parent com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/TimeUnitMismatch$1.class
TimeUnitMismatch.java package com.google.errorprone.bugpatterns.time synthetic com.google.errorprone.bugpatterns.time.TimeUnitMismatch$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/time/ProtoDurationGetSecondsGetNano.class
ProtoDurationGetSecondsGetNano.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.ProtoDurationGetSecondsGetNano extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_SECONDS private static final com.google.errorprone.matchers.Matcher GET_NANOS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JavaDurationGetSecondsGetNano.class
JavaDurationGetSecondsGetNano.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaDurationGetSecondsGetNano extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_SECONDS private static final com.google.errorprone.matchers.Matcher GET_NANO public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/PeriodGetTemporalUnit.class
PeriodGetTemporalUnit.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.PeriodGetTemporalUnit extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet INVALID_TEMPORAL_UNITS private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/LocalDateTemporalAmount.class
LocalDateTemporalAmount.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.LocalDateTemporalAmount extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/PeriodTimeMath.class
PeriodTimeMath.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.PeriodTimeMath extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private final com.google.errorprone.matchers.Matcher matcherToCheck private static final com.google.errorprone.matchers.Matcher PERIOD_MATH private static final com.google.errorprone.matchers.Matcher DURATION private static final com.google.errorprone.matchers.Matcher PERIOD void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags boolean requireStrictCompatibility public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JodaTimeConverterManager.class
JodaTimeConverterManager.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaTimeConverterManager extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/DurationToLongTimeUnit.class
DurationToLongTimeUnit.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.DurationToLongTimeUnit extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String JAVA_DURATION private static final String JAVA_INSTANT private static final String JAVA_DURATIONS private static final String JAVA_INSTANTS private static final String JODA_DURATION private static final String JODA_RDURATION private static final String JODA_RINSTANT private static final String PROTO_DURATION private static final String PROTO_TIMESTAMP private static final String TIME_UNIT private static final com.google.common.collect.ImmutableMap MATCHERS private static final com.google.errorprone.matchers.Matcher TIME_UNIT_DECOMPOSITION private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_CONCURRENT_TIMEUNIT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) java.util.concurrent.TimeUnit timeUnitExpressedInConversion java.util.Map$Entry entry java.util.Optional sourceTimeUnit java.util.Optional timeUnitInArgument com.sun.source.tree.ExpressionTree arg0 com.sun.source.tree.ExpressionTree timeUnitTree com.sun.tools.javac.code.Type type0 com.sun.tools.javac.code.Type type1 int i com.sun.tools.javac.code.Type longType com.sun.tools.javac.code.Type timeUnitType com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments private com.google.errorprone.matchers.Description describeTimeUnitConversionFix (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree, java.util.concurrent.TimeUnit) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree timeUnitTree java.util.concurrent.TimeUnit timeUnitExpressedInConversion com.google.errorprone.fixes.SuggestedFix fix static java.util.Optional getTimeUnit (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree timeUnit private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$147fb82$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JavaLocalDateTimeGetNano.class
JavaLocalDateTimeGetNano.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaLocalDateTimeGetNano extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_SECOND private static final com.google.errorprone.matchers.Matcher GET_NANO public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/NearbyCallers$2.class
NearbyCallers.java package com.google.errorprone.bugpatterns.time synthetic com.google.errorprone.bugpatterns.time.NearbyCallers$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/time/JodaNewPeriod.class
JodaNewPeriod.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaNewPeriod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String READABLE_PARTIAL private static final String READABLE_INSTANT private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.SuggestedFix generateFix (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String duration com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.NewClassTree receiver java.util.List arguments com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol String unit com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder String unitImport static void <clinit> () }
com/google/errorprone/bugpatterns/time/PreferJavaTimeOverload.class
PreferJavaTimeOverload.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.PreferJavaTimeOverload extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String JAVA_DURATION private static final String JODA_DURATION private static final com.google.common.collect.ImmutableMap JODA_DURATION_FACTORY_MATCHERS private static final com.google.common.collect.ImmutableMap TIMEUNIT_TO_DURATION_FACTORY private static final String JAVA_INSTANT private static final String JODA_INSTANT private static final com.google.errorprone.matchers.Matcher JODA_INSTANT_CONSTRUCTOR_MATCHER private static final String TIME_SOURCE private static final String JODA_CLOCK private static final String JAVA_TIME_CONVERSIONS private static final com.google.errorprone.matchers.Matcher TO_JODA_DURATION private static final com.google.errorprone.matchers.Matcher TO_JODA_INSTANT private static final com.google.errorprone.matchers.Matcher IGNORED_APIS private static final com.google.errorprone.matchers.Matcher JAVA_DURATION_DECOMPOSITION_MATCHER private final boolean hasJava8LibSupport private static final com.google.errorprone.suppliers.Supplier JAVA_DURATION_TYPE private static final com.google.errorprone.suppliers.Supplier JAVA_INSTANT_TYPE private static final com.google.errorprone.suppliers.Supplier TIME_UNIT_TYPE private static final com.google.errorprone.suppliers.Supplier TIME_SOURCE_TYPE void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree maybeDurationDecomposition String qualifiedChronoUnit com.google.errorprone.fixes.SuggestedFix$Builder fix String qualifiedDuration String value String replacement String durationFactory java.util.Optional optionalTimeUnit com.sun.source.tree.MethodInvocationTree jodaDurationCreation com.sun.source.tree.NewClassTree jodaDurationCreation String replacement String durationFactory String value java.util.Map$Entry entry com.google.errorprone.fixes.SuggestedFix$Builder fix String qualifiedDuration com.sun.source.tree.ExpressionTree arg0 com.sun.source.tree.NewClassTree jodaInstantCreation String value com.google.errorprone.fixes.SuggestedFix$Builder fix String qualifiedInstant com.sun.source.tree.ExpressionTree arg0 com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments private com.google.errorprone.matchers.Description buildDescriptionForNumericPrimitive (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.util.List, java.lang.String) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments String javaTimeType private static boolean isNumericMethodCall (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type0 com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List params private static boolean isMethodCallWithSingleParameter (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String typeName com.sun.tools.javac.code.Type type java.util.List params private static boolean isLongTimeUnitMethodCall (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type longType com.sun.tools.javac.code.Type timeUnitType java.util.List params private static boolean hasJavaTimeOverload (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol calledMethod private static boolean hasTimeSourceMethod (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol calledMethod String timeSourceBasedName private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$94294753$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$b974c6fc$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$f5aadd26$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$8b36a117$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$static$6682da91$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/InstantTemporalUnit.class
InstantTemporalUnit.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.InstantTemporalUnit extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String INSTANT private static final String TEMPORAL_UNIT private static final com.google.errorprone.matchers.Matcher INSTANT_OF_LONG_TEMPORAL_UNIT static final com.google.common.collect.ImmutableSet INVALID_TEMPORAL_UNITS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$static$1 (java.time.temporal.ChronoUnit) java.time.temporal.ChronoUnit c private static synthetic boolean lambda$static$0 (java.time.temporal.ChronoUnit) java.time.temporal.ChronoUnit c static void <clinit> () }
com/google/errorprone/bugpatterns/time/TemporalAccessorGetChronoField.class
TemporalAccessorGetChronoField.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.TemporalAccessorGetChronoField extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final java.time.ZoneId ARBITRARY_ZONE private static final com.google.common.collect.ImmutableList TEMPORAL_ACCESSOR_INSTANCES private static final com.google.common.collect.ImmutableListMultimap UNSUPPORTED public void <init> () private static com.google.common.collect.ImmutableListMultimap buildUnsupported () java.time.temporal.ChronoField chronoField java.time.temporal.TemporalAccessor temporalAccessor com.google.common.collect.ImmutableListMultimap$Builder builder public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.util.Name methodName java.util.List params com.sun.tools.javac.util.Name argType String declaringType com.google.common.collect.ImmutableList invalidChronoFields private static boolean isDefinitelyInvalidChronoField (com.sun.source.tree.MethodInvocationTree, java.lang.Iterable) com.sun.source.tree.MethodInvocationTree tree Iterable invalidChronoFields private static java.util.Optional getEnumName (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree chronoField private static synthetic java.lang.Boolean lambda$isDefinitelyInvalidChronoField$0 (java.lang.Iterable, java.lang.String) Iterable invalidChronoFields String constant static void <clinit> () }
com/google/errorprone/bugpatterns/time/InvalidJavaTimeConstant$MatcherWithUnits.class
InvalidJavaTimeConstant.java package com.google.errorprone.bugpatterns.time abstract com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$MatcherWithUnits extends java.lang.Object { void <init> () abstract com.google.errorprone.matchers.Matcher matcher () abstract com.google.common.collect.ImmutableList units () }
com/google/errorprone/bugpatterns/time/DateChecker.class
DateChecker.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.DateChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final String DATE private static final com.google.errorprone.matchers.Matcher CONSTRUCTORS private static final com.google.errorprone.matchers.Matcher SET_YEAR private static final com.google.errorprone.matchers.Matcher SET_MONTH private static final com.google.errorprone.matchers.Matcher SET_DAY private static final com.google.errorprone.matchers.Matcher SET_HOUR private static final com.google.errorprone.matchers.Matcher SET_MIN private static final com.google.errorprone.matchers.Matcher SET_SEC private static final com.google.common.collect.Range YEAR_RANGE private static final com.google.common.collect.Range MONTH_RANGE private static final com.google.common.collect.Range DAY_RANGE private static final com.google.common.collect.Range HOUR_RANGE private static final com.google.common.collect.Range SEC_MIN_RANGE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree arg0 com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List errors public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) java.util.List args int numArgs com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state java.util.List errors private com.google.errorprone.matchers.Description buildDescription (com.sun.source.tree.ExpressionTree, java.util.List) com.sun.source.tree.ExpressionTree tree java.util.List errors private static void checkYear (com.sun.source.tree.ExpressionTree, java.util.List) com.sun.source.tree.ExpressionTree tree java.util.List errors private static void checkMonth (com.sun.source.tree.ExpressionTree, java.util.List) int monthValue com.sun.source.tree.ExpressionTree tree java.util.List errors private static void checkDay (com.sun.source.tree.ExpressionTree, java.util.List) com.sun.source.tree.ExpressionTree tree java.util.List errors private static void checkHours (com.sun.source.tree.ExpressionTree, java.util.List) com.sun.source.tree.ExpressionTree tree java.util.List errors private static void checkMinutes (com.sun.source.tree.ExpressionTree, java.util.List) com.sun.source.tree.ExpressionTree tree java.util.List errors private static void checkSeconds (com.sun.source.tree.ExpressionTree, java.util.List) com.sun.source.tree.ExpressionTree tree java.util.List errors private static void checkBounds (com.sun.source.tree.ExpressionTree, java.lang.String, com.google.common.collect.Range, java.util.List) com.sun.source.tree.ExpressionTree tree String type com.google.common.collect.Range range java.util.List errors Integer value static void <clinit> () }
com/google/errorprone/bugpatterns/time/DurationTemporalUnit.class
DurationTemporalUnit.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.DurationTemporalUnit extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String DURATION private static final String TEMPORAL_UNIT private static final com.google.errorprone.matchers.Matcher DURATION_OF_LONG_TEMPORAL_UNIT private static final com.google.common.collect.ImmutableSet INVALID_TEMPORAL_UNITS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$static$1 (java.time.temporal.ChronoUnit) java.time.temporal.ChronoUnit c private static synthetic boolean lambda$static$0 (java.time.temporal.ChronoUnit) java.time.temporal.ChronoUnit c static void <clinit> () }
com/google/errorprone/bugpatterns/time/AutoValue_InvalidJavaTimeConstant_Param.class
AutoValue_InvalidJavaTimeConstant_Param.java package com.google.errorprone.bugpatterns.time final com.google.errorprone.bugpatterns.time.AutoValue_InvalidJavaTimeConstant_Param extends com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param { private final String type private final java.time.temporal.ChronoField unit void <init> (java.lang.String, java.time.temporal.ChronoField) String type java.time.temporal.ChronoField unit java.lang.String type () java.time.temporal.ChronoField unit () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/time/AutoValue_InvalidJavaTimeConstant_MatcherWithUnits.class
AutoValue_InvalidJavaTimeConstant_MatcherWithUnits.java package com.google.errorprone.bugpatterns.time final com.google.errorprone.bugpatterns.time.AutoValue_InvalidJavaTimeConstant_MatcherWithUnits extends com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$MatcherWithUnits { private final com.google.errorprone.matchers.Matcher matcher private final com.google.common.collect.ImmutableList units void <init> (com.google.errorprone.matchers.Matcher, com.google.common.collect.ImmutableList) com.google.errorprone.matchers.Matcher matcher com.google.common.collect.ImmutableList units com.google.errorprone.matchers.Matcher matcher () com.google.common.collect.ImmutableList units () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$MatcherWithUnits that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/time/JodaToSelf.class
JodaToSelf.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaToSelf extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.common.collect.ImmutableSet TYPE_NAMES private static final com.google.common.collect.ImmutableSet TYPES_WITHOUT_METHOD private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.matchers.Matcher CONSTRUCTOR_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument private static synthetic com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher lambda$static$1 (java.lang.String) String typeName private static synthetic com.google.errorprone.matchers.method.MethodMatchers$ParameterMatcher lambda$static$0 (java.lang.String) String typeName static void <clinit> () }
com/google/errorprone/bugpatterns/time/InvalidJavaTimeConstant.class
InvalidJavaTimeConstant.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType DAY_OF_WEEK_APIS private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType MONTH_APIS private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType YEAR_APIS private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType YEAR_MONTH_APIS private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType MONTH_DAY_APIS private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType LOCAL_TIME_APIS private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType LOCAL_DATE_APIS private static final com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType LOCAL_DATE_TIME_APIS private static final com.google.common.collect.ImmutableMap APIS private static final com.google.errorprone.matchers.Matcher JAVA_MATCHER public void <init> () private static com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param intP (java.time.temporal.ChronoField) java.time.temporal.ChronoField unit private static com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param longP (java.time.temporal.ChronoField) java.time.temporal.ChronoField unit private static com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$Param monthP (java.time.temporal.ChronoField) java.time.temporal.ChronoField unit public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) java.time.DateTimeException invalid com.sun.source.tree.ExpressionTree argument Number constant int i java.util.List arguments com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$MatcherWithUnits matcherWithUnits com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type receiverType com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType type static void <clinit> () }
com/google/errorprone/bugpatterns/time/TimeUnitMismatch.class
TimeUnitMismatch.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.TimeUnitMismatch extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableBiMap TIME_UNIT_TO_UNIT_METHODS private static final com.google.errorprone.matchers.Matcher NUMERIC_TIME_TYPE private static final com.google.common.collect.ImmutableSet NUMBER_WORDS private static final com.google.common.collect.ImmutableMap UNIT_FOR_SUFFIX private static final com.google.errorprone.matchers.Description ANY_MATCHES_WERE_ALREADY_REPORTED private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_CONCURRENT_TIMEUNIT public void <init> () public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state String formalName public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol boolean setterMethodReported private boolean checkSetterStyleMethod (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state private boolean checkTimeUnitToUnit (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.VisitorState state com.sun.source.tree.MemberSelectTree memberSelect com.sun.tools.javac.code.Symbol receiverSymbol private static boolean isTimeUnit (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol receiverSymbol com.google.errorprone.VisitorState state private boolean checkAll (java.util.List, java.util.List, com.google.errorprone.VisitorState) int i java.util.List formals java.util.List actuals com.google.errorprone.VisitorState state boolean hasFinding private boolean check (java.lang.String, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String formalName com.sun.source.tree.ExpressionTree actualTree com.google.errorprone.VisitorState state String actualName java.util.concurrent.TimeUnit formalUnit java.util.concurrent.TimeUnit actualUnit String message com.google.errorprone.fixes.SuggestedFix$Builder fix private static java.lang.String extractArgumentName (com.sun.source.tree.ExpressionTree) com.sun.source.tree.MemberSelectTree memberSelect String member com.sun.tools.javac.code.Symbol sym String methodName com.sun.tools.javac.code.Symbol sym com.sun.source.tree.IdentifierTree idTree com.sun.source.tree.ExpressionTree expr static java.util.concurrent.TimeUnit unitSuggestedByName (java.lang.String) String name com.google.common.collect.ImmutableList words java.util.Set units private static boolean hasNameOfFromUnits (java.util.List) java.util.List words private static boolean isNamedForNumberOfUnits (java.util.List) java.util.List words private static com.google.common.collect.ImmutableList fixUnitCamelCase (java.util.List) String current String next String together java.util.List words com.google.common.collect.ImmutableList$Builder out int i private static com.google.common.collect.ImmutableSet timeUnits (java.util.List) java.util.List wordsLists private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$147fb82$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$timeUnits$0 (java.util.concurrent.TimeUnit) java.util.concurrent.TimeUnit x static void <clinit> () }
com/google/errorprone/bugpatterns/time/JavaDurationWithSeconds.class
JavaDurationWithSeconds.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaDurationWithSeconds extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder com.sun.source.tree.ExpressionTree secondsArg com.sun.source.tree.ExpressionTree receiver String replacement static void <clinit> () }
com/google/errorprone/bugpatterns/time/JodaDurationWithMillis.class
JodaDurationWithMillis.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaDurationWithMillis extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder String replacement com.sun.source.tree.ExpressionTree millisArg static void <clinit> () }
com/google/errorprone/bugpatterns/time/JodaDateTimeConstants.class
JodaDateTimeConstants.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaDateTimeConstants extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher com.google.errorprone.bugpatterns.BugChecker$IdentifierTreeMatcher { private static final com.google.errorprone.matchers.Matcher DATE_TIME_CONSTANTS_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic com.google.errorprone.matchers.Matcher lambda$static$0 (java.lang.String) String constant static void <clinit> () }
com/google/errorprone/bugpatterns/time/FromTemporalAccessor.class
FromTemporalAccessor.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.FromTemporalAccessor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String TEMPORAL_ACCESSOR private static final com.google.errorprone.matchers.Matcher FROM_MATCHER private static final com.google.errorprone.matchers.Matcher PACKAGE_MATCHER private static final com.google.common.collect.ImmutableMap BAD_VALUE_FROM_KEY private static final com.google.errorprone.suppliers.Supplier JAVA_TIME_TEMPORAL_TEMPORALACCESSOR public void <init> () private static transient com.google.errorprone.matchers.Matcher makeValue (java.lang.String[]) String[] classes public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder builder com.google.errorprone.matchers.Matcher fromMatcher com.google.errorprone.matchers.Matcher argumentMatcher java.util.Map$Entry entry com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String receiverType com.sun.source.tree.ExpressionTree arg0 com.sun.tools.javac.code.Type type0 private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$d463656a$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JavaInstantGetSecondsGetNano.class
JavaInstantGetSecondsGetNano.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaInstantGetSecondsGetNano extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_EPOCH_SECOND private static final com.google.errorprone.matchers.Matcher GET_NANO public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/AutoValue_InvalidJavaTimeConstant_JavaTimeType.class
AutoValue_InvalidJavaTimeConstant_JavaTimeType.java package com.google.errorprone.bugpatterns.time final com.google.errorprone.bugpatterns.time.AutoValue_InvalidJavaTimeConstant_JavaTimeType extends com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType { private final String className private final com.google.common.collect.ImmutableList methods private void <init> (java.lang.String, com.google.common.collect.ImmutableList) String className com.google.common.collect.ImmutableList methods java.lang.String className () com.google.common.collect.ImmutableList methods () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/time/JodaConstructors.class
JodaConstructors.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaConstructors extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher SELF_USAGE private static final com.google.errorprone.matchers.Matcher DURATION_CTOR private static final com.google.errorprone.matchers.Matcher INSTANT_CTOR_NO_ARG private static final com.google.errorprone.matchers.Matcher INSTANT_CTOR_LONG_ARG private static final com.google.errorprone.matchers.Matcher DATE_TIME_CTOR_NO_ARG private static final com.google.errorprone.matchers.Matcher DATE_TIME_CTORS_ONE_ARG public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private static java.lang.String getIdentifierSource (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JavaPeriodGetDays.class
JavaPeriodGetDays.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaPeriodGetDays extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher PERIOD_LOOK_AT_OTHERS private static final com.google.errorprone.matchers.Matcher PERIOD_GET_DAYS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/InvalidJavaTimeConstant$JavaTimeType.class
InvalidJavaTimeConstant.java package com.google.errorprone.bugpatterns.time abstract com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType extends java.lang.Object { void <init> () abstract java.lang.String className () abstract com.google.common.collect.ImmutableList methods () public static com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType$Builder builder () }
com/google/errorprone/bugpatterns/time/JavaTimeDefaultTimeZone.class
JavaTimeDefaultTimeZone.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaTimeDefaultTimeZone extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet NOW_STATIC private static final com.google.common.collect.ImmutableSet DATE_NOW_INSTANCE private static final com.google.errorprone.matchers.Matcher CLOCK_MATCHER private static final com.google.errorprone.matchers.Matcher IN_JAVA_TIME public void <init> () private static boolean matches (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String idealReplacementCode com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder String zoneIdName String replacementCode com.sun.source.tree.ExpressionTree receiver boolean systemDefaultZoneClockMethod String replacementMethod static void <clinit> () }
com/google/errorprone/bugpatterns/time/DurationGetTemporalUnit.class
DurationGetTemporalUnit.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.DurationGetTemporalUnit extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet INVALID_TEMPORAL_UNITS private static final com.google.common.collect.ImmutableMap SUGGESTIONS private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder builder java.util.Optional invalidUnit com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static java.util.Optional getInvalidChronoUnit (com.sun.source.tree.ExpressionTree, java.lang.Iterable) java.time.temporal.ChronoUnit invalidTemporalUnit com.sun.source.tree.ExpressionTree tree Iterable invalidUnits java.util.Optional constant private static java.util.Optional getEnumName (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree temporalUnit static void <clinit> () }
com/google/errorprone/bugpatterns/time/JodaWithDurationAddedLong.class
JodaWithDurationAddedLong.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JodaWithDurationAddedLong extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.matchers.Matcher DURATION_GET_MILLIS_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String firstArgumentReplacement com.sun.source.tree.ExpressionTree firstArgumentTree String firstArgumentReplacement com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String receiver Integer scalar com.google.errorprone.fixes.SuggestedFix$Builder builder static void <clinit> () }
com/google/errorprone/bugpatterns/time/NearbyCallers$1.class
NearbyCallers.java package com.google.errorprone.bugpatterns.time com.google.errorprone.bugpatterns.time.NearbyCallers$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.matchers.Matcher val$secondaryMethodMatcher final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.source.tree.ExpressionTree val$primaryMethodReceiver final synthetic boolean val$checkProtoChains final synthetic com.sun.source.tree.MethodInvocationTree val$primaryMethod void <init> (com.google.errorprone.matchers.Matcher, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, boolean, com.sun.source.tree.MethodInvocationTree) public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean r1 Boolean r2 public java.lang.Boolean visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree secondaryMethod Void unused com.sun.source.tree.ExpressionTree secondaryMethodReceiver private boolean protoChainsMatch (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree primaryMethod com.sun.source.tree.MethodInvocationTree secondaryMethod com.sun.source.tree.ExpressionTree primaryRootAssignable com.sun.source.tree.ExpressionTree secondaryRootAssignable public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) private static synthetic java.util.Optional lambda$protoChainsMatch$0 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableList) com.sun.source.tree.MethodInvocationTree secondaryMethod com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList primaryChain }
com/google/errorprone/bugpatterns/time/ZoneIdOfZ.class
ZoneIdOfZ.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.ZoneIdOfZ extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String ZONE_OFFSET private static final com.google.errorprone.matchers.Matcher ZONE_ID_OF public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix String zone com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/time/JavaDurationWithNanos.class
JavaDurationWithNanos.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.JavaDurationWithNanos extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder com.sun.source.tree.ExpressionTree nanosArg com.sun.source.tree.ExpressionTree receiver String replacement static void <clinit> () }
com/google/errorprone/bugpatterns/time/TimeUnitConversionChecker.class
TimeUnitConversionChecker.java package com.google.errorprone.bugpatterns.time public final com.google.errorprone.bugpatterns.time.TimeUnitConversionChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix fix long converted com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree receiverOfConversion String timeUnitName com.google.common.base.Optional receiver String methodName java.util.concurrent.TimeUnit convertTo com.sun.source.tree.ExpressionTree arg0 Long constant private static com.google.errorprone.fixes.SuggestedFix replaceTreeWith (com.sun.source.tree.MethodInvocationTree, java.util.concurrent.TimeUnit, java.lang.String) com.sun.source.tree.MethodInvocationTree tree java.util.concurrent.TimeUnit units String replacement private static long invokeConversion (java.util.concurrent.TimeUnit, java.lang.String, long) java.util.concurrent.TimeUnit timeUnit String methodName long duration private static java.util.concurrent.TimeUnit methodNameToTimeUnit (java.lang.String) String methodName static void <clinit> () }
com/google/errorprone/bugpatterns/time/AutoValue_InvalidJavaTimeConstant_JavaTimeType$Builder.class
AutoValue_InvalidJavaTimeConstant_JavaTimeType.java package com.google.errorprone.bugpatterns.time final com.google.errorprone.bugpatterns.time.AutoValue_InvalidJavaTimeConstant_JavaTimeType$Builder extends com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType$Builder { private String className private com.google.common.collect.ImmutableList$Builder methodsBuilder$ private com.google.common.collect.ImmutableList methods void <init> () public com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType$Builder setClassName (java.lang.String) String className java.lang.String className () com.google.common.collect.ImmutableList$Builder methodsBuilder () public com.google.errorprone.bugpatterns.time.InvalidJavaTimeConstant$JavaTimeType build () String missing }
com/google/errorprone/bugpatterns/ThrowsUncheckedException.class
ThrowsUncheckedException.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ThrowsUncheckedException extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type exceptionType com.sun.source.tree.ExpressionTree exception com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state java.util.List uncheckedExceptions }
com/google/errorprone/bugpatterns/UnnecessarySetDefault.class
UnnecessarySetDefault.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessarySetDefault extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher SET_DEFAULT static final com.google.common.collect.ImmutableMap DEFAULTS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type classType String defaultTypeName com.google.errorprone.matchers.Matcher defaultType com.google.errorprone.matchers.Description$Builder description com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.Tree ancestor private static com.google.errorprone.matchers.Matcher factoryMatcher (java.lang.Class, java.lang.String) Class clazz String name static com.google.errorprone.matchers.Matcher sourceMatcher (java.lang.String) String source private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$sourceMatcher$18a76872$1 (java.lang.String, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String source com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/IncompatibleModifiersChecker$1Visitor.class
IncompatibleModifiersChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.IncompatibleModifiersChecker$1Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic java.util.Collection val$modifiers void <init> (java.util.Collection) public java.lang.Void visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement c Void unused public java.lang.Void visitArray (java.util.List, java.lang.Void) java.util.List vals Void unused public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) private synthetic void lambda$visitArray$0 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue val }
com/google/errorprone/bugpatterns/ShouldHaveEvenArgs.class
ShouldHaveEvenArgs.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ShouldHaveEvenArgs extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state java.util.List arguments com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type varArgsArrayType com.sun.tools.javac.code.Type lastArgType static void <clinit> () }
com/google/errorprone/bugpatterns/DoNotCallChecker$2.class
DoNotCallChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DoNotCallChecker$2 extends com.sun.source.util.TreePathScanner { final synthetic com.google.common.collect.ImmutableListMultimap$Builder val$assignedTypes final synthetic com.google.errorprone.bugpatterns.DoNotCallChecker this$0 void <init> (com.google.errorprone.bugpatterns.DoNotCallChecker, com.google.common.collect.ImmutableListMultimap$Builder) com.google.errorprone.bugpatterns.DoNotCallChecker this$0 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.tools.javac.code.Type type com.sun.source.tree.VariableTree node Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.tools.javac.code.Type type com.sun.source.tree.AssignmentTree node Void unused com.sun.tools.javac.code.Symbol assignee public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MisusedDateFormat$2.class
MisusedDateFormat.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MisusedDateFormat$2 extends java.lang.Object implements com.google.errorprone.bugpatterns.MisusedDateFormat$DateFormatConsumer { final synthetic StringBuilder val$builder final synthetic char val$from final synthetic char val$to void <init> (java.lang.StringBuilder, char, char) public void consumeLiteral (char) char literal public void consumeSpecial (char) char special }
com/google/errorprone/bugpatterns/OptionalNotPresent.class
OptionalNotPresent.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.OptionalNotPresent extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher OPTIONAL_GET private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/NullablePrimitiveArray.class
NullablePrimitiveArray.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NullablePrimitiveArray extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description check (com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree typeTree java.util.List annotations com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.source.tree.AnnotationTree annotation com.sun.tools.javac.code.Attribute$Compound target com.sun.source.tree.Tree dims com.google.errorprone.fixes.SuggestedFix$Builder fix private static boolean isTypeAnnotation (com.sun.tools.javac.code.Attribute$Compound) String target com.sun.tools.javac.code.Attribute$Compound attribute java.util.Set targets java.util.Optional value }
com/google/errorprone/bugpatterns/WrongOneof.class
WrongOneof.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.WrongOneof extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher { private static final com.google.errorprone.predicates.TypePredicate ONE_OF_ENUM private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) com.sun.source.tree.SwitchTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression com.sun.source.tree.ExpressionTree receiver private void processSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression, com.google.errorprone.VisitorState) java.util.List statements com.sun.source.tree.CaseTree caseTree com.sun.source.tree.SwitchTree tree com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression constantReceiver com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet getters java.util.Set allowableGetters private void scanForInvalidGetters (java.util.Set, java.util.Set, com.sun.source.tree.CaseTree, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression, com.google.errorprone.VisitorState) java.util.Set getters java.util.Set allowableGetters com.sun.source.tree.CaseTree caseTree com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression receiverSymbolChain com.google.errorprone.VisitorState state private static java.lang.String getter (java.lang.String) String enumCase private synthetic void lambda$matchSwitch$0 (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.sun.source.tree.SwitchTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression constantReceiver static void <clinit> () }
com/google/errorprone/bugpatterns/ComparingThisWithNull.class
ComparingThisWithNull.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ComparingThisWithNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.errorprone.matchers.Matcher EQUAL_OR_NOT_EQUAL public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ByteBufferBackingArray$ValidByteBufferArrayScanner.class
ByteBufferBackingArray.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ByteBufferBackingArray$ValidByteBufferArrayScanner extends com.sun.source.util.TreeScanner { private final com.sun.tools.javac.code.Symbol searchedBufferSymbol private boolean visited private boolean valid static boolean scan (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol searchedBufferSymbol com.google.errorprone.bugpatterns.ByteBufferBackingArray$ValidByteBufferArrayScanner visitor private void <init> (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol searchedBufferSymbol public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol bufferSymbol private void checkForInitializer (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol foundSymbol com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/PackageInfo.class
PackageInfo.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.PackageInfo extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state String name int idx }
com/google/errorprone/bugpatterns/MethodCanBeStatic$MethodDetails.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.MethodCanBeStatic$MethodDetails extends java.lang.Object { private final com.sun.source.tree.MethodTree tree private boolean couldPossiblyBeStatic private final java.util.Set methodsReferenced private final java.util.Set referencedBy private void <init> (com.sun.source.tree.MethodTree, boolean, java.util.Set) com.sun.source.tree.MethodTree tree boolean couldPossiblyBeStatic java.util.Set methodsReferenced }
com/google/errorprone/bugpatterns/ProtoRedundantSet$RepeatedField.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ProtoRedundantSet$RepeatedField extends java.lang.Object implements com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField { void <init> () abstract java.lang.String getName () abstract int getIndex () static com.google.errorprone.bugpatterns.ProtoRedundantSet$RepeatedField of (java.lang.String, int) String name int index public final java.lang.String toString () }
com/google/errorprone/bugpatterns/ClassNewInstance$UnhandledResult.class
ClassNewInstance.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ClassNewInstance$UnhandledResult extends java.lang.Object { final com.google.common.collect.ImmutableSet unhandled final com.google.common.collect.ImmutableMap handles void <init> (com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableMap) com.google.common.collect.ImmutableSet unhandled com.google.common.collect.ImmutableMap handles }
com/google/errorprone/bugpatterns/EqualsIncompatibleType$TypeStringPair.class
EqualsIncompatibleType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.EqualsIncompatibleType$TypeStringPair extends java.lang.Object { private String receiverTypeString private String argumentTypeString private void <init> (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type argumentType private java.lang.String getReceiverTypeString () private java.lang.String getArgumentTypeString () }
com/google/errorprone/bugpatterns/JUnit4TearDownNotRun.class
JUnit4TearDownNotRun.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnit4TearDownNotRun extends com.google.errorprone.bugpatterns.AbstractJUnit4InitMethodNotRun { public void <init> () protected com.google.errorprone.matchers.Matcher methodMatcher () protected java.lang.String correctAnnotation () protected java.util.List annotationReplacements () public volatile synthetic com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/AbstractMustBeClosedChecker$1.class
AbstractMustBeClosedChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.errorprone.matchers.Matcher val$matcher final synthetic com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester val$suggester final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fixBuilder final synthetic com.google.common.collect.Multiset val$closeBraceLocations final synthetic com.sun.source.tree.Tree[] val$firstIssuedFixLocation final synthetic com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker this$0 void <init> (com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker, com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.common.collect.Multiset, com.sun.source.tree.Tree[]) com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void aVoid private void visitNewClassOrMethodInvocation (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState localState public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void unused public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) private static synthetic void lambda$visitNewClassOrMethodInvocation$0 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.common.collect.Multiset, com.sun.source.tree.Tree[], com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.common.collect.Multiset closeBraceLocations com.sun.source.tree.Tree[] firstIssuedFixLocation com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change change }
com/google/errorprone/bugpatterns/ByteBufferBackingArray$ValidByteBufferInitializerScanner.class
ByteBufferBackingArray.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ByteBufferBackingArray$ValidByteBufferInitializerScanner extends com.sun.source.util.TreeScanner { static java.lang.Boolean scan (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ByteBufferBackingArray$ValidByteBufferInitializerScanner visitor private void <init> () public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state boolean b1 boolean b2 public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean r1 Boolean r2 public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/AlwaysThrows.class
AlwaysThrows.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AlwaysThrows extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableMap VALIDATORS private static final com.google.errorprone.matchers.Matcher IMMUTABLE_MAP_OF private static final com.google.errorprone.matchers.Matcher IMMUTABLE_BI_MAP_OF private static final com.google.errorprone.matchers.Matcher IMMUTABLE_MAP_PUT private static final com.google.errorprone.matchers.Matcher IMMUTABLE_BI_MAP_PUT private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree grandParent com.google.errorprone.matchers.Description description com.google.errorprone.matchers.Description description Exception t com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AlwaysThrows$Api api String argument private com.google.errorprone.matchers.Description checkImmutableMapBuilder (com.sun.source.tree.MethodInvocationTree, int, com.google.errorprone.VisitorState) Object constantKey com.sun.source.tree.MethodInvocationTree tree int index com.google.errorprone.VisitorState state com.google.common.collect.Multiset keys com.sun.source.tree.ExpressionTree receiver private com.google.errorprone.matchers.Description checkImmutableMapOf (com.sun.source.tree.MethodInvocationTree, int, com.google.errorprone.VisitorState) Object constantKey int i com.sun.source.tree.MethodInvocationTree tree int index com.google.errorprone.VisitorState state com.google.common.collect.Multiset keys private java.lang.Object getConstantKey (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree key com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkForRepeatedKeys (com.sun.source.tree.MethodInvocationTree, com.google.common.collect.Multiset) com.sun.source.tree.MethodInvocationTree tree com.google.common.collect.Multiset keys com.google.common.collect.ImmutableSet repeatedKeys private static synthetic java.lang.CharSequence lambda$checkForRepeatedKeys$2 (java.lang.Object) Object k private static synthetic boolean lambda$checkForRepeatedKeys$1 (com.google.common.collect.Multiset$Entry) com.google.common.collect.Multiset$Entry e private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AlwaysThrows$Api) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AlwaysThrows$Api m static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedVariable$VariableFinder.class
UnusedVariable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedVariable$VariableFinder extends com.sun.source.util.TreePathScanner { private final java.util.Map unusedElements private final java.util.Set onlyCheckForReassignments private final com.google.common.collect.ListMultimap usageSites private final com.google.errorprone.VisitorState state private static final long RECORD_FLAG final synthetic com.google.errorprone.bugpatterns.UnusedVariable this$0 private void <init> (com.google.errorprone.bugpatterns.UnusedVariable, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol private boolean exemptedFieldBySuperType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private boolean isFieldEligibleForChecking (com.sun.source.tree.VariableTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.source.tree.VariableTree variableTree com.sun.tools.javac.code.Symbol$VarSymbol symbol private boolean isParameterSubjectToAnalysis (com.sun.tools.javac.code.Symbol) String annotationName com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol enclosingMethod public java.lang.Void visitTry (com.sun.source.tree.TryTree, java.lang.Void) com.sun.source.tree.TryTree node Void unused public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private synthetic boolean lambda$visitClass$2 (com.sun.source.tree.ClassTree, java.lang.String) com.sun.source.tree.ClassTree tree String t private synthetic boolean lambda$isParameterSubjectToAnalysis$1 (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol enclosingMethod String a private static synthetic boolean lambda$exemptedFieldBySuperType$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state String t }
com/google/errorprone/bugpatterns/AutoValue_StronglyType$Builder.class
AutoValue_StronglyType.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_StronglyType$Builder extends com.google.errorprone.bugpatterns.StronglyType$Builder { private java.util.function.Function renameFunction private com.google.common.collect.ImmutableSet$Builder primitiveTypesToReplaceBuilder$ private com.google.common.collect.ImmutableSet primitiveTypesToReplace private com.google.errorprone.matchers.Matcher factoryMatcher private com.google.errorprone.bugpatterns.BugChecker bugChecker void <init> () public com.google.errorprone.bugpatterns.StronglyType$Builder setRenameFunction (java.util.function.Function) java.util.function.Function renameFunction com.google.common.collect.ImmutableSet$Builder primitiveTypesToReplaceBuilder () public com.google.errorprone.bugpatterns.StronglyType$Builder setFactoryMatcher (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher factoryMatcher com.google.errorprone.bugpatterns.StronglyType$Builder setBugChecker (com.google.errorprone.bugpatterns.BugChecker) com.google.errorprone.bugpatterns.BugChecker bugChecker public com.google.errorprone.bugpatterns.StronglyType build () StringBuilder missing }
com/google/errorprone/bugpatterns/TruthSelfEquals.class
TruthSelfEquals.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TruthSelfEquals extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final java.util.regex.Pattern EQUALS_SAME private static final java.util.regex.Pattern NOT_EQUALS_NOT_SAME private static final com.google.errorprone.matchers.Matcher EQUALS_MATCHER private static final com.google.errorprone.matchers.Matcher NOT_EQUALS_MATCHER private static final com.google.errorprone.matchers.Matcher ASSERT_THAT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder description com.sun.source.tree.ExpressionTree toReplace com.google.errorprone.fixes.Fix fix private static java.lang.String generateSummary (java.lang.String, java.lang.String) String methodName String constantOutput private static com.google.errorprone.matchers.Matcher receiverSameAsParentsArgument () private static com.google.errorprone.fixes.Fix suggestEqualsTesterFix (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.source.tree.ExpressionTree toReplace com.google.errorprone.VisitorState state String equalsTesterSuggest static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/Changes.class
Changes.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.Changes extends java.lang.Object { void <init> () abstract com.google.common.collect.ImmutableList originalCost () abstract com.google.common.collect.ImmutableList assignmentCost () abstract com.google.common.collect.ImmutableList changedPairs () boolean isEmpty () double totalAssignmentCost () double totalOriginalCost () static com.google.errorprone.bugpatterns.argumentselectiondefects.Changes create (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList originalCost com.google.common.collect.ImmutableList assignmentCost com.google.common.collect.ImmutableList changedPairs static com.google.errorprone.bugpatterns.argumentselectiondefects.Changes empty () com.google.errorprone.fixes.SuggestedFix buildCommentArgumentsFix (com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo) int index com.sun.source.tree.ExpressionTree actual int startPosition String formal com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair change com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo info com.google.errorprone.fixes.SuggestedFix$Builder commentArgumentsFixBuilder com.google.errorprone.fixes.SuggestedFix buildPermuteArgumentsFix (com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair pair com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo info com.google.errorprone.fixes.SuggestedFix$Builder permuteArgumentsFixBuilder public java.lang.String describe (com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo) com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo info private static synthetic java.lang.String lambda$describe$2 (com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo, com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo info com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p private static synthetic double lambda$totalOriginalCost$1 (java.lang.Double) Double d private static synthetic double lambda$totalAssignmentCost$0 (java.lang.Double) Double d }
com/google/errorprone/bugpatterns/argumentselectiondefects/Matchers$1.class
Matchers.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.Matchers$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Symbol$ClassSymbol owner com.sun.tools.javac.code.Type superType com.sun.tools.javac.code.Symbol superSymbol public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/argumentselectiondefects/Parameter$1.class
Parameter.java package com.google.errorprone.bugpatterns.argumentselectiondefects synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/ArgumentChangeFinder.class
ArgumentChangeFinder.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder extends java.lang.Object { void <init> () abstract java.util.function.Function distanceFunction () abstract com.google.common.collect.ImmutableList heuristics () static com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder$Builder builder () com.google.errorprone.bugpatterns.argumentselectiondefects.Changes findChanges (com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo) com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic heuristic com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo invocationInfo com.google.common.collect.ImmutableList formals com.google.common.collect.ImmutableList actuals com.google.errorprone.bugpatterns.argumentselectiondefects.Costs costs com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes private synthetic void lambda$findChanges$2 (com.google.errorprone.bugpatterns.argumentselectiondefects.Costs, com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.Costs costs com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p private static synthetic void lambda$findChanges$1 (com.google.errorprone.bugpatterns.argumentselectiondefects.Costs, com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.Costs costs com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p private static synthetic boolean lambda$findChanges$0 (com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo, com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo invocationInfo com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p }
com/google/errorprone/bugpatterns/argumentselectiondefects/Matchers$2.class
Matchers.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.Matchers$2 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List parameters public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/argumentselectiondefects/NamedParameterComment$MatchType.class
NamedParameterComment.java package com.google.errorprone.bugpatterns.argumentselectiondefects final enum com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType EXACT_MATCH public static final enum com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType BAD_MATCH public static final enum com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType APPROXIMATE_MATCH public static final enum com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType NOT_ANNOTATED private static final synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType[] $VALUES public static com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType[] values () public static com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/NameInCommentHeuristic.class
NameInCommentHeuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.NameInCommentHeuristic extends java.lang.Object implements com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic { void <init> () public boolean isAcceptableChange (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.sun.source.tree.Tree node com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList comments private static com.google.common.collect.ImmutableList findCommentsForArguments (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isAcceptableChange$0 (com.google.common.collect.ImmutableList, com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.common.collect.ImmutableList comments com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType match }
com/google/errorprone/bugpatterns/argumentselectiondefects/CreatesDuplicateCallHeuristic.class
CreatesDuplicateCallHeuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.CreatesDuplicateCallHeuristic extends java.lang.Object implements com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic { void <init> () public boolean isAcceptableChange (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.sun.source.tree.Tree node com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state private static boolean anyArgumentsMatch (java.util.List, java.util.List) java.util.List changedPairs java.util.List arguments private static com.google.common.collect.ImmutableList findArgumentsForOtherInstances (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol calledMethod com.sun.source.tree.Tree currentNode com.google.errorprone.VisitorState state com.sun.source.tree.Tree enclosingNode com.google.common.collect.ImmutableList$Builder resultBuilder private static synthetic boolean lambda$anyArgumentsMatch$1 (java.util.List, com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) java.util.List arguments com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair change private static synthetic boolean lambda$isAcceptableChange$0 (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, java.util.List) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes java.util.List arguments }
com/google/errorprone/bugpatterns/argumentselectiondefects/ArgumentSelectionDefectChecker.class
ArgumentSelectionDefectChecker.java package com.google.errorprone.bugpatterns.argumentselectiondefects public com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentSelectionDefectChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private final com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder argumentChangeFinder public void <init> () void <init> (com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder) com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder argumentChangeFinder public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol private com.google.errorprone.matchers.Description visitNewClassOrMethodInvocation (com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo) com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo invocationInfo com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.google.errorprone.matchers.Description$Builder description private static java.util.function.Function buildDefaultDistanceFunction () }
com/google/errorprone/bugpatterns/argumentselectiondefects/NamedParameterComment.class
NamedParameterComment.java package com.google.errorprone.bugpatterns.argumentselectiondefects public final com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment extends java.lang.Object { public static final java.util.regex.Pattern PARAMETER_COMMENT_PATTERN private static final String PARAMETER_COMMENT_MARKER private static final java.util.regex.Pattern SYNTHETIC_PARAMETER_NAME private static boolean isApproximateMatchingComment (com.sun.tools.javac.parser.Tokens$Comment, java.lang.String) String commentText boolean textMatches boolean tooLong boolean tooMuchMarkup com.sun.tools.javac.parser.Tokens$Comment comment String formal static com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchedComment match (com.google.errorprone.util.Commented, java.lang.String) java.util.regex.Matcher m String text com.google.errorprone.util.Commented actual String formal java.util.Optional lastBlockComment java.util.Optional approximateMatchComment static java.lang.String toCommentText (java.lang.String) String formal public static boolean containsSyntheticParameterName (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol sym private void <init> () private static synthetic boolean lambda$containsSyntheticParameterName$2 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol p private static synthetic boolean lambda$match$1 (java.lang.String, com.sun.tools.javac.parser.Tokens$Comment) String formal com.sun.tools.javac.parser.Tokens$Comment comment private static synthetic boolean lambda$match$0 (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment c static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/AssertEqualsArgumentOrderChecker$2.class
AssertEqualsArgumentOrderChecker.java package com.google.errorprone.bugpatterns.argumentselectiondefects synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.AssertEqualsArgumentOrderChecker$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValue_NamedParameterComment_MatchedComment.class
AutoValue_NamedParameterComment_MatchedComment.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_NamedParameterComment_MatchedComment extends com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchedComment { private final com.sun.tools.javac.parser.Tokens$Comment comment private final com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType matchType void <init> (com.sun.tools.javac.parser.Tokens$Comment, com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType) com.sun.tools.javac.parser.Tokens$Comment comment com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType matchType com.sun.tools.javac.parser.Tokens$Comment comment () com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType matchType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchedComment that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/argumentselectiondefects/Parameter.class
Parameter.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter extends java.lang.Object { private static final com.google.common.collect.ImmutableSet METHODNAME_PREFIXES_TO_REMOVE static final String NAME_NULL static final String NAME_NOT_PRESENT void <init> () abstract java.lang.String name () abstract com.sun.tools.javac.code.Type type () abstract int index () abstract java.lang.String text () abstract com.sun.source.tree.Tree$Kind kind () abstract boolean constant () static com.google.common.collect.ImmutableList createListFromVarSymbols (java.util.List) java.util.List varSymbols static com.google.common.collect.ImmutableList createListFromExpressionTrees (java.util.List) java.util.List trees static com.google.common.collect.ImmutableList createListFromVariableTrees (java.util.List) java.util.List trees boolean isAssignableTo (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$CompletionFailure e com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter target com.google.errorprone.VisitorState state boolean isNullLiteral () boolean isUnknownName () private static java.lang.String getClassName (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol s static java.lang.String getArgumentName (com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.IdentifierTree idTree com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.tools.javac.code.Symbol$MethodSymbol methodSym String name com.google.common.collect.ImmutableList terms String firstTerm com.sun.tools.javac.code.Symbol$MethodSymbol constructorSym com.sun.source.tree.ExpressionTree expressionTree private static synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_Parameter lambda$createListFromExpressionTrees$1 (com.sun.source.tree.ExpressionTree, long) com.sun.source.tree.ExpressionTree t long i private static synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_Parameter lambda$createListFromVarSymbols$0 (com.sun.tools.javac.code.Symbol$VarSymbol, long) com.sun.tools.javac.code.Symbol$VarSymbol s long i static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValue_ArgumentChangeFinder.class
AutoValue_ArgumentChangeFinder.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_ArgumentChangeFinder extends com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder { private final java.util.function.Function distanceFunction private final com.google.common.collect.ImmutableList heuristics private void <init> (java.util.function.Function, com.google.common.collect.ImmutableList) java.util.function.Function distanceFunction com.google.common.collect.ImmutableList heuristics java.util.function.Function distanceFunction () com.google.common.collect.ImmutableList heuristics () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValue_InvocationInfo.class
AutoValue_InvocationInfo.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_InvocationInfo extends com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo { private final com.sun.source.tree.Tree tree private final com.sun.tools.javac.code.Symbol$MethodSymbol symbol private final com.google.common.collect.ImmutableList actualParameters private final com.google.common.collect.ImmutableList formalParameters private final com.google.errorprone.VisitorState state void <init> (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableList actualParameters com.google.common.collect.ImmutableList formalParameters com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree () com.sun.tools.javac.code.Symbol$MethodSymbol symbol () com.google.common.collect.ImmutableList actualParameters () com.google.common.collect.ImmutableList formalParameters () com.google.errorprone.VisitorState state () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValue_ParameterPair.class
AutoValue_ParameterPair.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_ParameterPair extends com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair { private final com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter formal private final com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter actual void <init> (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter, com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter formal com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter actual com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter formal () com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter actual () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/argumentselectiondefects/AssertEqualsArgumentOrderChecker$1.class
AssertEqualsArgumentOrderChecker.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.AssertEqualsArgumentOrderChecker$1 extends java.lang.Object implements java.util.function.Function { void <init> () public java.lang.Double apply (com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair parameterPair com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter formal com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter actual String formalName String actualName public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValueConstructorOrderChecker.class
AutoValueConstructorOrderChecker.java package com.google.errorprone.bugpatterns.argumentselectiondefects public com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValueConstructorOrderChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private final com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder argumentChangeFinder public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo invocationInfo com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes private static java.util.function.Function buildDistanceFunction () private static boolean allArgumentsMustMatch (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.sun.source.tree.Tree node com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state private static synthetic boolean lambda$allArgumentsMustMatch$0 (java.lang.Double) Double c }
com/google/errorprone/bugpatterns/argumentselectiondefects/ArgumentChangeFinder$Builder.class
ArgumentChangeFinder.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder$Builder extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder$Builder setDistanceFunction (java.util.function.Function) abstract com.google.common.collect.ImmutableList$Builder heuristicsBuilder () com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder$Builder addHeuristic (com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic) com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic heuristic abstract com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder build () }
com/google/errorprone/bugpatterns/argumentselectiondefects/NamedParameterComment$MatchedComment$1.class
NamedParameterComment.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchedComment$1 extends java.lang.Object implements com.sun.tools.javac.parser.Tokens$Comment { void <init> () public java.lang.String getText () public int getSourcePos (int) int i public com.sun.tools.javac.parser.Tokens$Comment$CommentStyle getStyle () public boolean isDeprecated () }
com/google/errorprone/bugpatterns/argumentselectiondefects/PenaltyThresholdHeuristic.class
PenaltyThresholdHeuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.PenaltyThresholdHeuristic extends java.lang.Object implements com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic { private final double threshold private static final double DEFAULT_THRESHOLD void <init> (double) double threshold void <init> () public boolean isAcceptableChange (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.sun.source.tree.Tree node com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state int numberOfChanges }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValue_Parameter.class
AutoValue_Parameter.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_Parameter extends com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter { private final String name private final com.sun.tools.javac.code.Type type private final int index private final String text private final com.sun.source.tree.Tree$Kind kind private final boolean constant void <init> (java.lang.String, com.sun.tools.javac.code.Type, int, java.lang.String, com.sun.source.tree.Tree$Kind, boolean) String name com.sun.tools.javac.code.Type type int index String text com.sun.source.tree.Tree$Kind kind boolean constant java.lang.String name () com.sun.tools.javac.code.Type type () int index () java.lang.String text () com.sun.source.tree.Tree$Kind kind () boolean constant () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValue_Changes.class
AutoValue_Changes.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_Changes extends com.google.errorprone.bugpatterns.argumentselectiondefects.Changes { private final com.google.common.collect.ImmutableList originalCost private final com.google.common.collect.ImmutableList assignmentCost private final com.google.common.collect.ImmutableList changedPairs void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList originalCost com.google.common.collect.ImmutableList assignmentCost com.google.common.collect.ImmutableList changedPairs com.google.common.collect.ImmutableList originalCost () com.google.common.collect.ImmutableList assignmentCost () com.google.common.collect.ImmutableList changedPairs () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/argumentselectiondefects/CreatesDuplicateCallHeuristic$1.class
CreatesDuplicateCallHeuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.CreatesDuplicateCallHeuristic$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$calledMethod final synthetic com.sun.source.tree.Tree val$currentNode final synthetic com.google.common.collect.ImmutableList$Builder val$resultBuilder void <init> (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.source.tree.Tree, com.google.common.collect.ImmutableList$Builder) public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodInvocationTree Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree newClassTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.tools.javac.code.Symbol$MethodSymbol superSymbol com.sun.source.tree.MethodTree methodTree Void unused com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private void addToResult (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol$MethodSymbol foundSymbol com.sun.source.tree.Tree tree private com.google.common.collect.ImmutableList createParameterList (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/argumentselectiondefects/ParameterPair.class
ParameterPair.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter formal () abstract com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter actual () static com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair create (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter, com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter formal com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter actual boolean isAlternativePairing () }
com/google/errorprone/bugpatterns/argumentselectiondefects/NamedParameterComment$1.class
NamedParameterComment.java package com.google.errorprone.bugpatterns.argumentselectiondefects synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$parser$Tokens$Comment$CommentStyle static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/EnclosedByReverseHeuristic.class
EnclosedByReverseHeuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.EnclosedByReverseHeuristic extends java.lang.Object implements com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic { private static final com.google.common.collect.ImmutableSet DEFAULT_REVERSE_WORDS_TERMS private final com.google.common.collect.ImmutableSet reverseWordsTerms void <init> () void <init> (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet reverseWordsTerms public boolean isAcceptableChange (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.sun.source.tree.Tree node com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state protected java.lang.String findReverseWordsMatchInParentNodes (com.google.errorprone.VisitorState) String term java.util.Optional name com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static java.util.Optional getName (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/Matchers.class
Matchers.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.Matchers extends java.lang.Object { static final com.google.errorprone.matchers.Matcher AUTOVALUE_CONSTRUCTOR private static final com.google.errorprone.matchers.Matcher ARGUMENT_EXTENDS_TRHOWABLE private static final com.google.errorprone.matchers.Matcher METHOD_ANNOTATED_WITH_BEFORETEMPLATE private static final com.google.errorprone.matchers.Matcher TWO_PARAMETER_ASSERT private static final com.google.errorprone.matchers.Matcher THREE_PARAMETER_ASSERT static final com.google.errorprone.matchers.Matcher ASSERT_METHOD private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/ArgumentSelectionDefectChecker$1.class
ArgumentSelectionDefectChecker.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentSelectionDefectChecker$1 extends java.lang.Object implements java.util.function.Function { void <init> () public java.lang.Double apply (com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) String normalizedSource String normalizedTarget com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair pair public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/bugpatterns/argumentselectiondefects/NamedParameterComment$MatchedComment.class
NamedParameterComment.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchedComment extends java.lang.Object { void <init> () abstract com.sun.tools.javac.parser.Tokens$Comment comment () abstract com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType matchType () static com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchedComment create (com.sun.tools.javac.parser.Tokens$Comment, com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType) com.sun.tools.javac.parser.Tokens$Comment comment com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchType matchType static com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment$MatchedComment notAnnotated () }
com/google/errorprone/bugpatterns/argumentselectiondefects/AssertEqualsArgumentOrderChecker.class
AssertEqualsArgumentOrderChecker.java package com.google.errorprone.bugpatterns.argumentselectiondefects public com.google.errorprone.bugpatterns.argumentselectiondefects.AssertEqualsArgumentOrderChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private final com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder argumentchangeFinder public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo invocationInfo com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes private static java.util.function.Function buildDistanceFunction () private static boolean isEnumIdentifier (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter parameter com.sun.tools.javac.code.Symbol$TypeSymbol typeSymbol private static boolean changeMustBeBetterThanOriginal (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.sun.source.tree.Tree node com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/argumentselectiondefects/Heuristic.class
Heuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic extends java.lang.Object { public abstract boolean isAcceptableChange (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/argumentselectiondefects/InvocationInfo.class
InvocationInfo.java package com.google.errorprone.bugpatterns.argumentselectiondefects abstract com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo extends java.lang.Object { void <init> () abstract com.sun.source.tree.Tree tree () abstract com.sun.tools.javac.code.Symbol$MethodSymbol symbol () abstract com.google.common.collect.ImmutableList actualParameters () abstract com.google.common.collect.ImmutableList formalParameters () abstract com.google.errorprone.VisitorState state () static com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo createFromMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state static com.google.errorprone.bugpatterns.argumentselectiondefects.InvocationInfo createFromNewClass (com.sun.source.tree.NewClassTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList getFormalParametersWithoutVarArgs (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol invokedMethodSymbol java.util.List formalParameters int size }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValue_ArgumentChangeFinder$Builder.class
AutoValue_ArgumentChangeFinder.java package com.google.errorprone.bugpatterns.argumentselectiondefects final com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValue_ArgumentChangeFinder$Builder extends com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder$Builder { private java.util.function.Function distanceFunction private com.google.common.collect.ImmutableList$Builder heuristicsBuilder$ private com.google.common.collect.ImmutableList heuristics void <init> () com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder$Builder setDistanceFunction (java.util.function.Function) java.util.function.Function distanceFunction com.google.common.collect.ImmutableList$Builder heuristicsBuilder () com.google.errorprone.bugpatterns.argumentselectiondefects.ArgumentChangeFinder build () String missing }
com/google/errorprone/bugpatterns/argumentselectiondefects/LowInformationNameHeuristic.class
LowInformationNameHeuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.LowInformationNameHeuristic extends java.lang.Object implements com.google.errorprone.bugpatterns.argumentselectiondefects.Heuristic { private static final com.google.common.collect.ImmutableSet DEFAULT_FORMAL_PARAMETER_EXCLUSION_REGEXS private final com.google.common.collect.ImmutableSet overloadedNamesRegexs void <init> (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet overloadedNamesRegexs void <init> () public boolean isAcceptableChange (com.google.errorprone.bugpatterns.argumentselectiondefects.Changes, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.argumentselectiondefects.Changes changes com.sun.source.tree.Tree node com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state protected java.lang.String findMatch (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) String regex com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter parameter private synthetic boolean lambda$isAcceptableChange$0 (com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/AutoValueConstructorOrderChecker$1.class
AutoValueConstructorOrderChecker.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.AutoValueConstructorOrderChecker$1 extends java.lang.Object implements java.util.function.Function { void <init> () public java.lang.Double apply (com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair parameterPair com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter formal com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter actual public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/bugpatterns/argumentselectiondefects/Matchers$3.class
Matchers.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.Matchers$3 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List parameters public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/argumentselectiondefects/NameInCommentHeuristic$1.class
NameInCommentHeuristic.java package com.google.errorprone.bugpatterns.argumentselectiondefects synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.NameInCommentHeuristic$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/argumentselectiondefects/Costs.class
Costs.java package com.google.errorprone.bugpatterns.argumentselectiondefects com.google.errorprone.bugpatterns.argumentselectiondefects.Costs extends java.lang.Object { private final com.google.common.collect.ImmutableList formals private final com.google.common.collect.ImmutableList actuals private final double[][] costMatrix void <init> (com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList formals com.google.common.collect.ImmutableList actuals com.google.errorprone.bugpatterns.argumentselectiondefects.Changes computeAssignments () int[] assignments com.google.common.collect.ImmutableList formalsWithChange com.google.common.collect.ImmutableList originalCost com.google.common.collect.ImmutableList assignmentCost com.google.common.collect.ImmutableList changes java.util.stream.Stream viablePairs () void updatePair (com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair, double) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p double cost void invalidatePair (com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p public java.lang.String toString () int j int j int i StringBuilder builder private synthetic boolean lambda$viablePairs$6 (com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair) com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair p private synthetic java.util.stream.Stream lambda$viablePairs$5 (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter f private static synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair lambda$viablePairs$4 (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter, com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter f com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter a private synthetic com.google.errorprone.bugpatterns.argumentselectiondefects.ParameterPair lambda$computeAssignments$3 (int[], com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) int[] assignments com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter f private synthetic java.lang.Double lambda$computeAssignments$2 (int[], com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) int[] assignments com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter f1 private synthetic java.lang.Double lambda$computeAssignments$1 (com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter f2 private static synthetic boolean lambda$computeAssignments$0 (int[], com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter) int[] assignments com.google.errorprone.bugpatterns.argumentselectiondefects.Parameter f }
com/google/errorprone/bugpatterns/UnnecessaryMethodReference$KnownAlias.class
UnnecessaryMethodReference.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.UnnecessaryMethodReference$KnownAlias extends java.lang.Object { void <init> () public static com.google.errorprone.bugpatterns.UnnecessaryMethodReference$KnownAlias create (com.google.errorprone.matchers.Matcher, com.google.errorprone.suppliers.Supplier) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.suppliers.Supplier targetType abstract com.google.errorprone.matchers.Matcher matcher () abstract com.google.errorprone.suppliers.Supplier targetType () }
com/google/errorprone/bugpatterns/TruthSelfEquals$1.class
TruthSelfEquals.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.TruthSelfEquals$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree t com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree rec public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/EqualsNull.class
EqualsNull.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.EqualsNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher EQUALS_NULL private static final com.google.errorprone.matchers.Matcher INSIDE_ASSERT_CLASS private static final com.google.errorprone.matchers.Matcher ENCLOSED_BY_ASSERT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree invocationTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parentTree boolean negated String operator com.sun.source.tree.Tree treeToFix String fixedCode static void <clinit> () }
com/google/errorprone/bugpatterns/BanSerializableRead.class
BanSerializableRead.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.BanSerializableRead extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher EXEMPT private static final com.google.errorprone.matchers.Matcher OBJECT_INPUT_STREAM_DESERIALIZE_MATCHER private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder description private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$91597252$1 (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/FuturesGetCheckedIllegalExceptionType.class
FuturesGetCheckedIllegalExceptionType.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.FuturesGetCheckedIllegalExceptionType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher FUTURES_GET_CHECKED_MATCHER private static final com.google.errorprone.matchers.Matcher CLASS_OBJECT_FOR_CLASS_EXTENDING_RUNTIME_EXCEPTION private static final com.google.errorprone.matchers.Matcher PASSED_RUNTIME_EXCEPTION_TYPE private static final com.google.errorprone.matchers.Matcher CLASS_OBJECT_FOR_CLASS_WITHOUT_USABLE_CONSTRUCTOR private static final com.google.errorprone.matchers.Matcher PASSED_TYPE_WITHOUT_USABLE_CONSTRUCTOR public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static boolean canBeUsedByGetChecked (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol param com.sun.tools.javac.code.Symbol$MethodSymbol constructor com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type stringType com.sun.tools.javac.code.Type throwableType private com.google.errorprone.matchers.Description describeUncheckedExceptionTypeMatch (com.sun.source.tree.Tree, com.google.errorprone.fixes.Fix) com.sun.source.tree.Tree tree com.google.errorprone.fixes.Fix fix private com.google.errorprone.matchers.Description describeNoValidConstructorMatch (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree static void <clinit> () }
com/google/errorprone/bugpatterns/TypeCompatibilityUtils$TypePair.class
TypeCompatibilityUtils.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypePair extends java.lang.Object { final com.sun.tools.javac.code.Type left final com.sun.tools.javac.code.Type right void <init> (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type left com.sun.tools.javac.code.Type right }
com/google/errorprone/bugpatterns/NoAllocationChecker$3.class
NoAllocationChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NoAllocationChecker$3 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.UnaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.UnaryTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/MixedMutabilityReturnType$ReturnTypesScanner$MethodScanner.class
MixedMutabilityReturnType.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.MixedMutabilityReturnType$ReturnTypesScanner$MethodScanner extends com.sun.source.util.TreePathScanner { private final java.util.List immutableReturns private final java.util.List mutableReturns private boolean skipMethods final synthetic com.google.errorprone.bugpatterns.MixedMutabilityReturnType$ReturnTypesScanner this$1 private void <init> (com.google.errorprone.bugpatterns.MixedMutabilityReturnType$ReturnTypesScanner) public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree node Void unused public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.ReturnTree returnTree Void unused com.sun.tools.javac.code.Type type public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/InterruptedExceptionSwallowed$1.class
InterruptedExceptionSwallowed.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InterruptedExceptionSwallowed$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.source.tree.VariableTree val$parameter final synthetic java.util.concurrent.atomic.AtomicBoolean val$rethrown final synthetic com.google.errorprone.bugpatterns.InterruptedExceptionSwallowed this$0 void <init> (com.google.errorprone.bugpatterns.InterruptedExceptionSwallowed, com.sun.source.tree.VariableTree, java.util.concurrent.atomic.AtomicBoolean) com.google.errorprone.bugpatterns.InterruptedExceptionSwallowed this$0 public java.lang.Void visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree throwTree Void unused com.sun.tools.javac.code.Symbol$VarSymbol parameterSymbol public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) }
com/google/errorprone/bugpatterns/WildcardImport.class
WildcardImport.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.WildcardImport extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final java.util.logging.Logger logger public static final int MAX_MEMBER_IMPORTS private static final java.lang.invoke.MethodHandle CONSTANT_CASE_LABEL_TREE_GET_EXPRESSION public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList wildcardImports java.util.Set typesToImport com.google.errorprone.fixes.Fix fix private static com.google.common.collect.ImmutableList getWildcardImports (java.util.List) com.sun.source.tree.Tree ident com.sun.source.tree.MemberSelectTree select com.sun.source.tree.ImportTree tree java.util.List imports com.google.common.collect.ImmutableList$Builder result static com.google.errorprone.fixes.Fix createFix (com.google.common.collect.ImmutableList, java.util.Set, com.google.errorprone.VisitorState) String importSpecification com.sun.source.tree.ImportTree importToDelete com.google.errorprone.bugpatterns.WildcardImport$TypeToImport toImport com.sun.tools.javac.code.Symbol owner java.util.Map$Entry entry com.google.common.collect.ImmutableList wildcardImports java.util.Set typesToImport com.google.errorprone.VisitorState state java.util.Map toFix com.google.errorprone.fixes.SuggestedFix$Builder fix private static void qualifiedNameFix (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol owner com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCCompilationUnit unit static void <clinit> () Class constantCaseLabelTree java.lang.invoke.MethodHandle h ReflectiveOperationException e java.lang.invoke.MethodHandle h }
com/google/errorprone/bugpatterns/TestParametersNotInitialized.class
TestParametersNotInitialized.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.TestParametersNotInitialized extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String TEST_PARAMETER private static final String RUNNER private static final com.google.errorprone.matchers.MultiMatcher TEST_PARAMETER_INJECTOR private static final com.google.errorprone.matchers.MultiMatcher JUNIT4_RUNNER public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotation com.google.errorprone.fixes.SuggestedFix$Builder fix private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree m static void <clinit> () }
com/google/errorprone/bugpatterns/ObjectEqualsForPrimitives.class
ObjectEqualsForPrimitives.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ObjectEqualsForPrimitives extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String arg1 String arg2 com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsUsingHashCode$1.class
EqualsUsingHashCode.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.EqualsUsingHashCode$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.MethodInvocationTree val$tree final synthetic java.util.concurrent.atomic.AtomicBoolean val$isTerminalCondition final synthetic com.google.errorprone.bugpatterns.EqualsUsingHashCode this$0 void <init> (com.google.errorprone.bugpatterns.EqualsUsingHashCode, com.sun.source.tree.MethodInvocationTree, java.util.concurrent.atomic.AtomicBoolean) com.google.errorprone.bugpatterns.EqualsUsingHashCode this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodTree Void unused public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree binaryTree Void unused public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ThreadJoinLoop$1.class
ThreadJoinLoop.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ThreadJoinLoop$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.MethodInvocationTree val$methodInvocationTree final synthetic java.util.concurrent.atomic.AtomicInteger val$count final synthetic com.sun.tools.javac.code.Type val$threadType final synthetic com.google.errorprone.VisitorState val$state void <init> (com.sun.source.tree.MethodInvocationTree, java.util.concurrent.atomic.AtomicInteger, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/NoAllocationChecker$4.class
NoAllocationChecker.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.NoAllocationChecker$4 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/ObjectsHashCodePrimitive.class
ObjectsHashCodePrimitive.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ObjectsHashCodePrimitive extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher OBJECTS_HASHCODE_CALLS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.Fix adjustHashCodeCall (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String argumentClass static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessarilyFullyQualified.class
UnnecessarilyFullyQualified.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.common.collect.ImmutableSet EXEMPTED_NAMES public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.util.TreePath path com.sun.source.util.TreePath path javax.lang.model.element.Name name java.util.Map types com.sun.tools.javac.code.Symbol$TypeSymbol type String nameString java.util.List pathsToFix java.util.Set meaningAtUsageSites com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.fixes.SuggestedFix fix java.util.Map$Entry rows com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.Table table com.google.common.collect.SetMultimap identifiersSeen private static boolean isPackageInfo (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree tree String name int idx private static synthetic boolean lambda$matchCompilationUnit$3 (com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$TypeSymbol type com.sun.tools.javac.code.Symbol s private static synthetic com.sun.tools.javac.code.Symbol lambda$matchCompilationUnit$2 (java.lang.String, com.google.errorprone.VisitorState, com.sun.source.util.TreePath) String nameString com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private static synthetic boolean lambda$matchCompilationUnit$1 (com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.tools.javac.code.Symbol$TypeSymbol type com.sun.tools.javac.code.Symbol$TypeSymbol s private static synthetic boolean lambda$matchCompilationUnit$0 (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree t static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryParentheses.class
UnnecessaryParentheses.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryParentheses extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ParenthesizedTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchParenthesized (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.ParenthesizedTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression com.sun.source.tree.Tree parent }
com/google/errorprone/bugpatterns/ClassNewInstance.class
ClassNewInstance.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ClassNewInstance extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher NEW_INSTANCE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix boolean fixedExceptions private static boolean fixExceptions (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.source.util.TreePath path com.sun.source.tree.CatchTree c com.sun.source.tree.Tree alternate com.sun.tools.javac.code.Type roe java.util.Set exceptions boolean foundReflective com.sun.source.tree.CatchTree last com.sun.source.tree.Tree lastType com.sun.source.tree.CatchTree ct com.sun.source.tree.CatchTree last String name com.sun.source.tree.CatchTree ct com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.TryTree tryTree com.google.common.collect.ImmutableMap$Builder catches com.google.errorprone.bugpatterns.ClassNewInstance$UnhandledResult result java.util.Set uniq java.util.concurrent.atomic.AtomicBoolean newInstanceInCatch boolean first private static void fixThrows (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.source.tree.ExpressionTree e com.sun.tools.javac.code.Type handle com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.MethodTree methodTree com.google.common.collect.ImmutableMap$Builder thrown com.google.errorprone.bugpatterns.ClassNewInstance$UnhandledResult result java.util.List newThrows private static com.google.errorprone.bugpatterns.ClassNewInstance$UnhandledResult unhandled (com.google.common.collect.ImmutableMap, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type Class e com.sun.tools.javac.code.Type precise com.sun.tools.javac.code.Type type java.util.Map$Entry entry com.google.common.collect.ImmutableMap handles com.google.errorprone.VisitorState state java.util.LinkedHashSet toHandle com.sun.tools.javac.code.Type roe com.google.common.collect.ImmutableMap$Builder newHandles private static synthetic boolean lambda$unhandled$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type precise com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type elem static void <clinit> () }
com/google/errorprone/bugpatterns/TruthAssertExpected$1.class
TruthAssertExpected.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.TruthAssertExpected$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public java.util.List visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused public java.util.List visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused com.sun.tools.javac.code.Symbol$MethodSymbol symbol public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnusedLabel$2.class
UnusedLabel.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedLabel$2 extends com.sun.source.util.TreeScanner { final synthetic java.util.Map val$labels final synthetic com.google.errorprone.bugpatterns.UnusedLabel this$0 void <init> (com.google.errorprone.bugpatterns.UnusedLabel, java.util.Map) com.google.errorprone.bugpatterns.UnusedLabel this$0 public java.lang.Void visitBreak (com.sun.source.tree.BreakTree, java.lang.Void) com.sun.source.tree.BreakTree tree Void unused public java.lang.Void visitContinue (com.sun.source.tree.ContinueTree, java.lang.Void) com.sun.source.tree.ContinueTree tree Void unused public volatile synthetic java.lang.Object visitContinue (com.sun.source.tree.ContinueTree, java.lang.Object) public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AbstractMockChecker.class
AbstractMockChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractMockChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public static final com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor MOCKING_METHOD private final com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor varExtractor private final com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor methodExtractor private final Class annotationClass private final String annotationName private final java.util.function.Function getValueFunction private final java.util.function.Supplier forbidder public void <init> (com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor, com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor, java.lang.Class, java.util.function.Function) com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor varExtractor com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor methodExtractor Class annotationClass java.util.function.Function getValueFunction protected com.google.errorprone.bugpatterns.AbstractMockChecker$MockForbidder forbidder () public static com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor extractType (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher m public static com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor extractFirstArg (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher m public static com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor extractClassArg (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher m public static com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor fieldAnnotatedWithOneOf (java.util.stream.Stream) java.util.stream.Stream annotationClasses public final com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public final com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkMockedType (com.sun.tools.javac.code.Type, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$CompletionFailure e com.sun.tools.javac.code.Symbol$TypeSymbol metaAnnotationType com.sun.tools.javac.code.Attribute$Compound compound com.sun.tools.javac.code.Symbol$TypeSymbol currentSymbol java.lang.annotation.Annotation doNotMock com.sun.tools.javac.code.Type currentType com.sun.tools.javac.code.Type mockedClass com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static java.util.Optional argFromClass (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private java.lang.String buildMessage (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$TypeSymbol, java.lang.annotation.Annotation) com.sun.tools.javac.code.Type mockedClass com.sun.tools.javac.code.Symbol$TypeSymbol forbiddenType java.lang.annotation.Annotation doNotMock private java.lang.String buildMessage (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.code.Symbol$TypeSymbol, java.lang.annotation.Annotation) com.sun.tools.javac.code.Type mockedClass com.sun.tools.javac.code.Symbol$TypeSymbol forbiddenType com.sun.tools.javac.code.Symbol$TypeSymbol metaAnnotationType java.lang.annotation.Annotation doNotMock private static java.lang.String buildMessage (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.tools.javac.code.Type mockedClass com.sun.tools.javac.code.Symbol$TypeSymbol forbiddenType private static java.lang.String buildMessage (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$TypeSymbol, java.lang.String) com.sun.tools.javac.code.Type mockedClass com.sun.tools.javac.code.Symbol$TypeSymbol forbiddenType String reason private synthetic java.lang.String lambda$buildMessage$9 () private synthetic com.google.errorprone.matchers.Description lambda$checkMockedType$8 (com.sun.source.tree.Tree, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.AbstractMockChecker$Reason) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Type mockedClass com.google.errorprone.bugpatterns.AbstractMockChecker$Reason reason private synthetic com.google.errorprone.matchers.Description lambda$matchVariable$7 (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private synthetic com.google.errorprone.matchers.Description lambda$matchMethodInvocation$6 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static synthetic java.util.Optional lambda$matchMethodInvocation$5 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static synthetic java.util.Optional lambda$extractClassArg$4 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type argumentType com.sun.source.tree.ExpressionTree argument com.google.errorprone.matchers.Matcher m com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$extractFirstArg$3 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher m com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$extractFirstArg$2 (com.google.errorprone.util.ASTHelpers$TargetType) com.google.errorprone.util.ASTHelpers$TargetType t private static synthetic java.util.Optional lambda$extractType$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher m com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$forbidder$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryStringBuilder$1.class
UnnecessaryStringBuilder.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryStringBuilder$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic com.google.errorprone.VisitorState val$state final synthetic boolean[] val$ok final synthetic com.google.errorprone.bugpatterns.UnnecessaryStringBuilder this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessaryStringBuilder, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, boolean[]) com.google.errorprone.bugpatterns.UnnecessaryStringBuilder this$0 public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.google.errorprone.util.ASTHelpers$TargetType target com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MultiVariableDeclaration$1.class
MultiVariableDeclaration.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MultiVariableDeclaration$1 extends com.sun.tools.javac.tree.Pretty { final synthetic com.google.errorprone.bugpatterns.MultiVariableDeclaration this$0 void <init> (com.google.errorprone.bugpatterns.MultiVariableDeclaration, java.io.Writer, boolean) com.google.errorprone.bugpatterns.MultiVariableDeclaration this$0 java.io.Writer out boolean sourceOutput public void visitAnnotation (com.sun.tools.javac.tree.JCTree$JCAnnotation) java.io.IOException e com.sun.tools.javac.tree.JCTree$JCAnnotation anno }
com/google/errorprone/bugpatterns/Finally$FinallyJumpMatcher$JumpType.class
Finally.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType BREAK public static final enum com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType CONTINUE private static final synthetic com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType[] $VALUES public static com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType[] values () public static com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedVariable.class
UnusedVariable.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnusedVariable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final String EXEMPT_PREFIX private static final com.google.common.collect.ImmutableSet EXEMPT_NAMES private static final com.google.common.collect.ImmutableSet EXEMPTING_VARIABLE_ANNOTATIONS private static final com.google.common.collect.ImmutableSet ANNOTATIONS_INDICATING_PARAMETERS_SHOULD_BE_CHECKED private final com.google.common.collect.ImmutableSet methodAnnotationsExemptingParameters private static final com.google.common.collect.ImmutableSet EXEMPTING_SUPER_TYPES private static final com.google.common.collect.ImmutableSet EXEMPTING_FIELD_SUPER_TYPES private static final com.google.common.collect.ImmutableSet SPECIAL_FIELDS private final boolean reportInjectedFields private static final com.google.common.collect.ImmutableSet TOP_LEVEL_EXPRESSIONS private static final com.google.errorprone.suppliers.Supplier PARCELABLE_CREATOR void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags com.google.common.collect.ImmutableSet$Builder methodAnnotationsExemptingParameters public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) java.util.Map$Entry entry com.google.common.collect.ImmutableList fixes com.sun.tools.javac.code.Symbol unusedSymbol java.util.Collection specs com.google.common.collect.ImmutableList allUsageSites com.google.errorprone.fixes.SuggestedFix makeFirstAssignmentDeclaration com.sun.source.tree.Tree unused com.sun.tools.javac.code.Symbol$VarSymbol symbol com.google.common.collect.ImmutableList fixes java.util.Map$Entry entry com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.UnusedVariable$VariableFinder variableFinder java.util.Map unusedElements java.util.Set onlyCheckForReassignments com.google.common.collect.ListMultimap usageSites com.google.errorprone.bugpatterns.UnusedVariable$FilterUsedVariables filterUsedVariables java.util.Set isEverUsed java.util.List unusedSpecs com.google.common.collect.ImmutableListMultimap unusedSpecsBySymbol private static com.google.errorprone.fixes.SuggestedFix makeAssignmentDeclaration (com.sun.tools.javac.code.Symbol, java.util.Collection, com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol unusedSymbol java.util.Collection specs com.google.common.collect.ImmutableList allUsageSites com.google.errorprone.VisitorState state java.util.Optional removedVariableTree java.util.Optional reassignment private static java.lang.String describeVariable (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol symbol private static boolean hasNativeMethods (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree tree java.util.concurrent.atomic.AtomicBoolean hasAnyNativeMethods private static boolean needsBlock (com.sun.source.util.TreePath) com.sun.source.util.TreePath path com.sun.source.tree.Tree leaf private static com.google.common.collect.ImmutableList buildUnusedVarFixes (com.sun.tools.javac.code.Symbol, java.util.List, com.google.errorprone.VisitorState) String newContent String modifiers String newContent String replacement com.sun.source.tree.VariableTree variableTree com.sun.source.tree.ExpressionTree initializer com.google.errorprone.fixes.SuggestedFix replacement com.sun.tools.javac.tree.JCTree tree com.sun.source.tree.StatementTree statement String replacement com.sun.source.util.TreePath usagePath com.sun.tools.javac.code.Symbol varSymbol java.util.List usagePaths com.google.errorprone.VisitorState state javax.lang.model.element.ElementKind varKind boolean encounteredSideEffects com.google.errorprone.fixes.SuggestedFix$Builder keepSideEffectsFix com.google.errorprone.fixes.SuggestedFix$Builder removeSideEffectsFix private static com.google.common.collect.ImmutableList buildUnusedParameterFixes (com.sun.tools.javac.code.Symbol, java.util.List, com.google.errorprone.VisitorState) com.sun.source.util.TreePath path com.sun.tools.javac.code.Symbol varSymbol java.util.List usagePaths com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol int index com.google.errorprone.fixes.SuggestedFix$Builder fix private static boolean isEnhancedForLoopVar (com.sun.source.util.TreePath) com.sun.source.util.TreePath variablePath com.sun.source.tree.Tree tree com.sun.source.tree.Tree parent private static boolean exemptedByAnnotation (java.util.List) com.sun.tools.javac.code.Type annotationType com.sun.tools.javac.code.Symbol$TypeSymbol tsym com.sun.source.tree.AnnotationTree annotation java.util.List annotations private static boolean exemptedByName (javax.lang.model.element.Name) javax.lang.model.element.Name name String nameString private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$4a063d0f$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$makeAssignmentDeclaration$5 (com.google.common.collect.ImmutableList, com.sun.source.tree.AssignmentTree) com.google.common.collect.ImmutableList allUsageSites com.sun.source.tree.AssignmentTree a private static synthetic boolean lambda$makeAssignmentDeclaration$4 (com.sun.source.tree.AssignmentTree, com.sun.source.util.TreePath) com.sun.source.tree.AssignmentTree a com.sun.source.util.TreePath tp private static synthetic com.sun.source.tree.VariableTree lambda$makeAssignmentDeclaration$3 (com.sun.source.util.TreePath) com.sun.source.util.TreePath tp private static synthetic boolean lambda$makeAssignmentDeclaration$2 (com.sun.source.util.TreePath) com.sun.source.util.TreePath tp private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$matchCompilationUnit$1 (com.google.errorprone.fixes.SuggestedFix, com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix makeFirstAssignmentDeclaration com.google.errorprone.fixes.SuggestedFix f private static synthetic java.util.stream.Stream lambda$matchCompilationUnit$0 (com.google.errorprone.bugpatterns.UnusedVariable$UnusedSpec) com.google.errorprone.bugpatterns.UnusedVariable$UnusedSpec u static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedLabel$1.class
UnusedLabel.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedLabel$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Map val$labels final synthetic com.google.errorprone.bugpatterns.UnusedLabel this$0 void <init> (com.google.errorprone.bugpatterns.UnusedLabel, com.google.errorprone.VisitorState, java.util.Map) com.google.errorprone.bugpatterns.UnusedLabel this$0 com.google.errorprone.VisitorState state public java.lang.Void visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Void) com.sun.source.tree.LabeledStatementTree tree Void unused public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) }
com/google/errorprone/bugpatterns/RemoveUnusedImports$TreeSymbolScanner.class
RemoveUnusedImports.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner extends com.sun.source.util.TreePathScanner { final com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner docTreeSymbolScanner final com.sun.tools.javac.api.JavacTrees trees private void <init> (com.sun.tools.javac.api.JavacTrees) com.sun.tools.javac.api.JavacTrees trees public java.lang.Void visitImport (com.sun.source.tree.ImportTree, com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink) com.sun.source.tree.ImportTree importTree com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink usedSymbols public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink) com.sun.source.tree.IdentifierTree tree com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink sink com.sun.tools.javac.code.Symbol symbol public java.lang.Void scan (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink sink private void scanJavadoc (com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink) com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink sink com.sun.source.doctree.DocCommentTree commentTree public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitImport (com.sun.source.tree.ImportTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MethodCanBeStatic$FindingOutputStyle.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns abstract enum com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle ONE_FINDING public static final enum com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle FINDING_PER_SITE private static final synthetic com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle[] $VALUES public static com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle[] values () public static com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public abstract com.google.errorprone.matchers.Description report (java.util.Set, com.google.errorprone.fixes.SuggestedFix, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.BugChecker) private static synthetic com.google.errorprone.bugpatterns.MethodCanBeStatic$FindingOutputStyle[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/StronglyType$1.class
StronglyType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.StronglyType$1 extends com.sun.source.util.TreePathScanner { final synthetic java.util.Map val$fields final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.SetMultimap val$usages final synthetic com.google.errorprone.bugpatterns.StronglyType this$0 void <init> (com.google.errorprone.bugpatterns.StronglyType, java.util.Map, com.google.errorprone.VisitorState, com.google.common.collect.SetMultimap) com.google.errorprone.bugpatterns.StronglyType this$0 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused private void handle (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree parent public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AutoValue_NonApiType_TypeToCheck.class
AutoValue_NonApiType_TypeToCheck.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_NonApiType_TypeToCheck extends com.google.errorprone.bugpatterns.NonApiType$TypeToCheck { private final com.google.errorprone.predicates.TypePredicate typePredicate private final com.google.errorprone.predicates.TypePredicate enclosingTypePredicate private final String failureMessage private final com.google.errorprone.bugpatterns.NonApiType$ApiVisibility visibility private final com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType void <init> (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.predicates.TypePredicate, java.lang.String, com.google.errorprone.bugpatterns.NonApiType$ApiVisibility, com.google.errorprone.bugpatterns.NonApiType$ApiElementType) com.google.errorprone.predicates.TypePredicate typePredicate com.google.errorprone.predicates.TypePredicate enclosingTypePredicate String failureMessage com.google.errorprone.bugpatterns.NonApiType$ApiVisibility visibility com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType com.google.errorprone.predicates.TypePredicate typePredicate () com.google.errorprone.predicates.TypePredicate enclosingTypePredicate () java.lang.String failureMessage () com.google.errorprone.bugpatterns.NonApiType$ApiVisibility visibility () com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.NonApiType$TypeToCheck that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/JUnit3TestNotRun$1.class
JUnit3TestNotRun.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JUnit3TestNotRun$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.ImmutableSet val$calledMethods final synthetic com.google.errorprone.bugpatterns.JUnit3TestNotRun this$0 void <init> (com.google.errorprone.bugpatterns.JUnit3TestNotRun, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet) com.google.errorprone.bugpatterns.JUnit3TestNotRun this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AutoValue_PreferredInterfaceType_BetterTypes.class
AutoValue_PreferredInterfaceType_BetterTypes.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_PreferredInterfaceType_BetterTypes extends com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes { private final com.google.errorprone.predicates.TypePredicate predicate private final com.google.common.collect.ImmutableSet betterTypes void <init> (com.google.errorprone.predicates.TypePredicate, com.google.common.collect.ImmutableSet) com.google.errorprone.predicates.TypePredicate predicate com.google.common.collect.ImmutableSet betterTypes com.google.errorprone.predicates.TypePredicate predicate () com.google.common.collect.ImmutableSet betterTypes () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/SwigMemoryLeak.class
SwigMemoryLeak.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SwigMemoryLeak extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LiteralTreeMatcher { private static final com.google.errorprone.matchers.Matcher ENCLOSING_CLASS_HAS_FINALIZER public void <init> () public com.google.errorprone.matchers.Description matchLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree enclosingMethodTree javax.lang.model.element.Name name static void <clinit> () }
com/google/errorprone/bugpatterns/FloatingPointAssertionWithinEpsilon$FloatingPointType$1.class
FloatingPointAssertionWithinEpsilon.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType$1 extends com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType { private void <init> (java.lang.String, int, com.sun.tools.javac.code.TypeTag, java.lang.String, java.lang.String, java.lang.String) com.sun.tools.javac.code.TypeTag typeTag String typeName String subjectClass String tolerantSubclass java.lang.Float nextNumber (java.lang.Number) Number actual float number boolean isIntolerantComparison (java.lang.Number, java.lang.Number) Number tolerance Number actual java.util.Optional suffixLiteralIfPossible (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree literal com.google.errorprone.VisitorState state volatile synthetic java.lang.Number nextNumber (java.lang.Number) }
com/google/errorprone/bugpatterns/SizeGreaterThanOrEqualsZero$1.class
SizeGreaterThanOrEqualsZero.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/MissingTestCall.class
MissingTestCall.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MissingTestCall extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.common.collect.ImmutableSet PAIRINGS public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet pairings java.util.Set required java.util.Set called private static com.sun.source.tree.ExpressionTree getUltimateReceiver (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree private static boolean isField (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol symbol private synthetic com.google.errorprone.matchers.Description lambda$matchMethod$0 (com.sun.source.tree.MethodTree, com.google.errorprone.bugpatterns.MissingTestCall$MethodPairing) com.sun.source.tree.MethodTree tree com.google.errorprone.bugpatterns.MissingTestCall$MethodPairing p static void <clinit> () }
com/google/errorprone/bugpatterns/CheckedExceptionNotThrown$1.class
CheckedExceptionNotThrown.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CheckedExceptionNotThrown$1 extends com.sun.source.util.DocTreePathScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.ImmutableSet val$actuallyThrownTypes final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic com.sun.source.doctree.DocCommentTree val$docCommentTree final synthetic com.google.errorprone.bugpatterns.CheckedExceptionNotThrown this$0 void <init> (com.google.errorprone.bugpatterns.CheckedExceptionNotThrown, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.doctree.DocCommentTree) com.google.errorprone.bugpatterns.CheckedExceptionNotThrown this$0 public java.lang.Void visitThrows (com.sun.source.doctree.ThrowsTree, java.lang.Void) com.sun.source.util.DocSourcePositions positions com.sun.source.tree.CompilationUnitTree compilationUnitTree com.sun.tools.javac.code.Type type com.sun.source.doctree.ThrowsTree throwsTree Void unused com.sun.source.doctree.ReferenceTree exName javax.lang.model.element.Element element public volatile synthetic java.lang.Object visitThrows (com.sun.source.doctree.ThrowsTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MemberName.class
MemberName.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MemberName extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.suppliers.Supplier EXEMPTED_CLASS_ANNOTATIONS private static final com.google.errorprone.suppliers.Supplier EXEMPTED_METHOD_ANNOTATIONS private static final String STATIC_VARIABLE_FINDING private static final com.google.common.collect.ImmutableSet EXEMPTED_VARIABLE_NAMES private static final com.google.common.collect.ImmutableSet LOCAL_VARIABLE_KINDS private static final java.util.regex.Pattern LOWER_UNDERSCORE_PATTERN private static final java.util.regex.Pattern UPPER_UNDERSCORE_PATTERN private static final java.util.regex.Pattern PROBABLE_INITIALISM private static final com.google.common.base.Splitter UNDERSCORE_SPLITTER public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol String name String suggested private static boolean hasTestAnnotation (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol symbol public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol superMethod com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol int index java.util.Optional maybeSuper com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol symbol String name String suggested boolean fixable private static java.lang.String suggestedRename (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol symbol String name private static boolean canBeRenamed (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static boolean isConformant (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol symbol String name private static boolean isConformantStaticVariableName (java.lang.String) String name private static boolean isConformantLowerCamelName (java.lang.String) String name private static boolean isStaticVariable (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static java.lang.String fixInitialisms (java.lang.String) String input private static java.lang.String titleCase (java.lang.String) String input String lower private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic java.lang.String lambda$fixInitialisms$2 (java.util.regex.MatchResult) java.util.regex.MatchResult r private static synthetic java.lang.String lambda$suggestedRename$1 (java.lang.String) String c private static synthetic boolean lambda$hasTestAnnotation$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound c private static synthetic com.google.common.collect.ImmutableSet lambda$static$927e3214$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s private static synthetic com.google.common.collect.ImmutableSet lambda$static$4ca147e3$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsReference$TreeScannerEquals.class
EqualsReference.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.EqualsReference$TreeScannerEquals extends com.sun.source.util.TreeScanner { private boolean hasIllegalEquals private final com.sun.source.tree.MethodTree methodTree public void <init> (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree currMethodTree public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.source.tree.ExpressionTree e com.sun.source.tree.MemberSelectTree memberSelectTree com.sun.source.tree.IdentifierTree methodSelect com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.sun.source.tree.ExpressionTree methodSelectTree boolean hasParameterAndSameSymbol public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MissingCasesInEnumSwitch.class
MissingCasesInEnumSwitch.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MissingCasesInEnumSwitch extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher { public static final int MAX_CASES_TO_PRINT public void <init> () public com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) com.sun.source.tree.SwitchTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type switchType com.google.common.collect.ImmutableSet handled java.util.Set unhandled private static java.lang.String buildMessage (java.util.Set) java.util.Set unhandled StringBuilder message int numberToShow private static java.util.stream.Stream getExpressions (com.sun.source.tree.CaseTree) ReflectiveOperationException e com.sun.source.tree.CaseTree caseTree private static synthetic java.lang.String lambda$matchSwitch$1 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree e private static synthetic boolean lambda$matchSwitch$0 (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree c }
com/google/errorprone/bugpatterns/MixedMutabilityReturnType.class
MixedMutabilityReturnType.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MixedMutabilityReturnType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher IMMUTABLE_FACTORY private static final com.google.errorprone.matchers.Matcher EMPTY_INITIALIZER private static final com.google.errorprone.matchers.Matcher IMMUTABLE private static final com.google.errorprone.matchers.Matcher MUTABLE private static final com.google.errorprone.matchers.Matcher RETURNS_COLLECTION private static final com.google.common.collect.ImmutableMap REFACTORING_DETAILS public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.MixedMutabilityReturnType$VariableMutabilityScanner variableMutabilityScanner private static com.google.common.collect.ImmutableList generateFixes (java.util.List, com.sun.source.util.TreePath, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.Tree returnType com.google.errorprone.matchers.Matcher matcher java.util.Map$Entry entry com.google.errorprone.fixes.SuggestedFix simple com.google.errorprone.bugpatterns.MixedMutabilityReturnType$ReturnTypeFixer returnTypeFixer com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.matchers.Matcher predicate com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails typeDetails com.sun.source.tree.ExpressionTree expression com.google.errorprone.fixes.SuggestedFix simple java.util.Map$Entry entry com.sun.source.tree.ReturnTree returnTree java.util.List returnTrees com.sun.source.util.TreePath methodTree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder simpleFix com.google.errorprone.fixes.SuggestedFix$Builder fixWithBuilders boolean anyBuilderFixes com.google.errorprone.matchers.Matcher returnTypeMatcher private static com.google.errorprone.fixes.SuggestedFix applySimpleFix (java.lang.String, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String immutableType com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/bugpatterns/ConstantField.class
ConstantField.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ConstantField extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol sym String name com.google.errorprone.matchers.Description$Builder descriptionBuilder private static boolean canBecomeStaticMember (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.tools.javac.code.Symbol$ClassSymbol owningClass private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$matchVariable$0 (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix f }
com/google/errorprone/bugpatterns/TypeParameterQualifier.class
TypeParameterQualifier.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TypeParameterQualifier extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol baseSym com.google.errorprone.fixes.SuggestedFix$Builder fix }
com/google/errorprone/bugpatterns/SameNameButDifferent$1.class
SameNameButDifferent.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.SameNameButDifferent$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.Table val$table final synthetic com.google.errorprone.bugpatterns.SameNameButDifferent this$0 void <init> (com.google.errorprone.bugpatterns.SameNameButDifferent, com.google.errorprone.VisitorState, com.google.common.collect.Table) com.google.errorprone.bugpatterns.SameNameButDifferent this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused com.sun.source.util.TreePath enclosingClass private boolean shouldIgnore () com.sun.source.tree.Tree parentTree private java.lang.String qualifiedName (com.sun.source.tree.Tree) com.sun.source.tree.MemberSelectTree select com.sun.source.tree.Tree tree java.util.ArrayDeque parts private void handle (com.sun.source.tree.Tree) java.util.List treePaths com.sun.source.tree.Tree tree String qualifiedName com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnnecessaryBoxedVariable$FindBoxedUsagesScanner.class
UnnecessaryBoxedVariable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner extends com.sun.source.util.TreePathScanner { private static final com.google.errorprone.matchers.Matcher SIMPLE_METHOD_MATCH private static final com.google.errorprone.matchers.Matcher CAST_METHOD_MATCH private static final com.google.errorprone.matchers.Matcher NULL_CHECK_MATCH private final com.google.errorprone.VisitorState state private final com.google.common.collect.ListMultimap fixableSimpleMethodInvocations private final com.google.common.collect.ListMultimap fixableNullCheckInvocations private final com.google.common.collect.ListMultimap fixableCastMethodInvocations private final java.util.Set boxedUsageFound private final java.util.Set dereferenced void <init> (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused com.sun.tools.javac.code.Symbol symbol public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree node Void unused com.sun.tools.javac.code.Symbol nodeSymbol private boolean checkAssignmentExpression (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Type expressionType public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.google.errorprone.VisitorState identifierState com.google.errorprone.util.ASTHelpers$TargetType targetType com.sun.source.tree.IdentifierTree node Void unused com.sun.tools.javac.code.Symbol nodeSymbol public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.source.tree.CompoundAssignmentTree node Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.tools.javac.code.Symbol firstArgSymbol com.sun.source.tree.MethodInvocationTree node Void unused com.sun.source.tree.Tree receiver com.sun.tools.javac.code.Symbol receiverSymbol public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.tools.javac.code.Type returnType com.sun.source.tree.MethodTree enclosingMethod com.sun.source.tree.ReturnTree node Void unused com.sun.tools.javac.code.Symbol nodeSymbol public java.lang.Void visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.MemberReferenceTree node Void unused com.sun.source.tree.ExpressionTree qualifierExpression public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$36c4acfc$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type x$0 com.google.errorprone.VisitorState x$1 static void <clinit> () }
com/google/errorprone/bugpatterns/MissingFail$AssertMethodMatcher.class
MissingFail.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingFail$AssertMethodMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym String symSimpleName public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/SelfComparison.class
SelfComparison.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SelfComparison extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPARE_TO_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ForEachIterable$1.class
ForEachIterable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ForEachIterable$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$iterator final synthetic com.google.common.collect.ImmutableList$Builder val$uses final synthetic com.google.errorprone.bugpatterns.ForEachIterable this$0 void <init> (com.google.errorprone.bugpatterns.ForEachIterable, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.common.collect.ImmutableList$Builder) com.google.errorprone.bugpatterns.ForEachIterable this$0 public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/NestedInstanceOfConditions$NestedInstanceOfMatcher.class
NestedInstanceOfConditions.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NestedInstanceOfConditions$NestedInstanceOfMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.sun.source.tree.ExpressionTree expressionTree private final com.sun.source.tree.Tree typeTree public void <init> (com.sun.source.tree.ExpressionTree, com.sun.source.tree.Tree) com.sun.source.tree.ExpressionTree e com.sun.source.tree.Tree t public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.InstanceOfTree instanceOfTree com.sun.tools.javac.code.Types types boolean isCastable boolean isSameExpression com.sun.source.tree.ExpressionTree conditionTree com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/UnnecessaryTestMethodPrefix.class
UnnecessaryTestMethodPrefix.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnnecessaryTestMethodPrefix extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher TEST public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree site com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder java.util.HashSet sites com.google.errorprone.fixes.SuggestedFix fix static void <clinit> () }
com/google/errorprone/bugpatterns/ModifyCollectionInEnhancedForLoop.class
ModifyCollectionInEnhancedForLoop.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ModifyCollectionInEnhancedForLoop extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.matchers.Matcher MAP_SET_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree collection private static boolean blockEndsInBreakOrReturn (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.util.TreePath statementPath com.sun.source.tree.Tree parent com.sun.source.tree.StatementTree statement java.util.List statements int idx private static boolean enclosingLoop (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.sun.source.tree.Tree node com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree collection private static boolean sameCollection (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree collection com.sun.source.tree.ExpressionTree loopExpression com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type s static void <clinit> () }
com/google/errorprone/bugpatterns/Finally$FinallyCompletionMatcher.class
Finally.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.Finally$FinallyCompletionMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.Finally$MatchResult mr com.sun.source.tree.Tree leaf com.sun.source.tree.StatementTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree prevTree protected com.google.errorprone.bugpatterns.Finally$MatchResult matchAncestor (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.TryTree tryTree com.sun.source.tree.Tree leaf com.sun.source.tree.Tree prevTree public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/NonOverridingEquals.class
NonOverridingEquals.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NonOverridingEquals extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String MESSAGE_BASE private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.matchers.Matcher enclosingClassOverridesEquals private static final com.google.errorprone.matchers.Matcher noFixMatcher public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String typeCheckStmt com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.tree.JCTree parameterType com.sun.tools.javac.util.Name parameterName com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCClassDecl cls static void <clinit> () }
com/google/errorprone/bugpatterns/UngroupedOverloads$MemberWithIndex.class
UngroupedOverloads.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex extends java.lang.Object { void <init> () abstract int index () abstract com.sun.source.tree.MethodTree tree () static com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex create (int, com.sun.source.tree.MethodTree) int index com.sun.source.tree.MethodTree tree }
com/google/errorprone/bugpatterns/ErroneousBitwiseExpression.class
ErroneousBitwiseExpression.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ErroneousBitwiseExpression extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state Object constantValue }
com/google/errorprone/bugpatterns/JdkObsolete$5.class
JdkObsolete.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JdkObsolete$5 extends com.sun.source.util.TreeScanner { final synthetic boolean[] val$found final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.tools.javac.code.Type val$type final synthetic com.google.errorprone.bugpatterns.JdkObsolete this$0 void <init> (com.google.errorprone.bugpatterns.JdkObsolete, boolean[], com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.bugpatterns.JdkObsolete this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.tools.javac.code.Type stubber com.sun.source.tree.MethodInvocationTree node Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$1.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$1 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/RequiredModifiersChecker$1Visitor.class
RequiredModifiersChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.RequiredModifiersChecker$1Visitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final synthetic java.util.Collection val$modifiers void <init> (java.util.Collection) public java.lang.Void visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement c Void unused public java.lang.Void visitArray (java.util.List, java.lang.Void) java.util.List vals Void unused public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) private synthetic void lambda$visitArray$0 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue val }
com/google/errorprone/bugpatterns/DiscardedPostfixExpression$1.class
DiscardedPostfixExpression.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.DiscardedPostfixExpression$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/InfiniteRecursion$2.class
InfiniteRecursion.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InfiniteRecursion$2 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public java.lang.Boolean visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused public java.lang.Boolean visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void unused public java.lang.Boolean visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused protected java.lang.Boolean defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/MisusedDateFormat$1.class
MisusedDateFormat.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MisusedDateFormat$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$quotedReplacement void <init> (com.sun.tools.javac.code.Symbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree node Void unused public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AlwaysThrows$Api.class
AlwaysThrows.java package com.google.errorprone.bugpatterns abstract enum com.google.errorprone.bugpatterns.AlwaysThrows$Api extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.AlwaysThrows$Api PARSE_TIME public static final enum com.google.errorprone.bugpatterns.AlwaysThrows$Api BYTE_STRING public static final enum com.google.errorprone.bugpatterns.AlwaysThrows$Api UUID_PARSE private final com.google.errorprone.matchers.Matcher matcher private static final synthetic com.google.errorprone.bugpatterns.AlwaysThrows$Api[] $VALUES public static com.google.errorprone.bugpatterns.AlwaysThrows$Api[] values () public static com.google.errorprone.bugpatterns.AlwaysThrows$Api valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher abstract void validate (com.sun.source.tree.MethodInvocationTree, java.lang.String) throws java.lang.Exception private static synthetic com.google.errorprone.bugpatterns.AlwaysThrows$Api[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/ComparisonContractViolated$1.class
ComparisonContractViolated.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ComparisonContractViolated$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> (com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult) com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult defaultValue private com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult forInt (int) int x public com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) Object value com.sun.source.tree.MemberSelectTree node com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym public com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) Object value com.sun.source.tree.IdentifierTree node com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym public com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult visitLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree node com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnsafeFinalization.class
UnsafeFinalization.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnsafeFinalization extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher FENCE_MATCHER private static final com.google.errorprone.suppliers.Supplier FINALIZE private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_COMMON_LABS_BASE_FINALIZER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.source.tree.MethodTree method com.sun.tools.javac.code.Symbol$MethodSymbol enclosing com.google.common.collect.ImmutableList arguments com.sun.tools.javac.code.Symbol finalizeSym boolean[] sawFence private static com.sun.tools.javac.code.Symbol getFinalizer (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$ClassSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol enclosing com.sun.tools.javac.code.Type finalizerType java.util.Optional finalizerField private static java.util.stream.Stream getFields (com.sun.tools.javac.code.Symbol$TypeSymbol) com.sun.tools.javac.code.Symbol$TypeSymbol s private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$4fb890e8$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$ed6dede1$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$getFields$6 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol m private static synthetic boolean lambda$getFinalizer$5 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Type finalizerType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol s private static synthetic java.util.stream.Stream lambda$getFinalizer$4 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type s private static synthetic boolean lambda$matchMethodInvocation$3 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$MethodSymbol enclosing com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol arg private static synthetic boolean lambda$matchMethodInvocation$2 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$MethodSymbol enclosing com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol arg private static synthetic boolean lambda$matchMethodInvocation$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol x private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol x static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedMethod$2.class
UnusedMethod.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedMethod$2 extends com.sun.source.util.TreeScanner { final synthetic java.util.concurrent.atomic.AtomicBoolean val$hasAnyNativeMethods void <init> (java.util.concurrent.atomic.AtomicBoolean) public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/TruthGetOrDefault$1.class
TruthGetOrDefault.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.TruthGetOrDefault$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$TruthGetOrDefault$Match static void <clinit> () }
com/google/errorprone/bugpatterns/JUnit4TestsNotRunWithinEnclosed.class
JUnit4TestsNotRunWithinEnclosed.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.JUnit4TestsNotRunWithinEnclosed extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher ENCLOSED public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet extendedTypes private static com.google.common.collect.ImmutableSet getExtendedTypes (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder extendedTypes static void <clinit> () }
com/google/errorprone/bugpatterns/FutureReturnValueIgnored$1.class
FutureReturnValueIgnored.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FutureReturnValueIgnored$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type resultType com.sun.tools.javac.code.Symbol$MethodSymbol superSym com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type futureType com.sun.tools.javac.code.Symbol untypedSymbol com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Type returnType public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/AutoValue_ProtoRedundantSet_MapField.class
AutoValue_ProtoRedundantSet_MapField.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ProtoRedundantSet_MapField extends com.google.errorprone.bugpatterns.ProtoRedundantSet$MapField { private final String name private final Object key void <init> (java.lang.String, java.lang.Object) String name Object key java.lang.String getName () java.lang.Object getKey () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ProtoRedundantSet$MapField that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/AnnotateFormatMethod.class
AnnotateFormatMethod.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AnnotateFormatMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String REORDER private static final com.google.errorprone.matchers.Matcher STRING_FORMAT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol formatString com.sun.tools.javac.code.Symbol$VarSymbol formatArgs com.sun.source.tree.MethodTree enclosingMethod java.util.List enclosingParameters java.util.Optional formatParameter java.util.Optional argumentsParameter boolean fixable private static java.util.Optional findParameterWithSymbol (java.util.List, com.sun.tools.javac.code.Symbol) java.util.List parameters com.sun.tools.javac.code.Symbol symbol private static com.sun.tools.javac.code.Symbol$VarSymbol asSymbol (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol symbol private static synthetic boolean lambda$findParameterWithSymbol$0 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.VariableTree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.VariableTree parameter static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$5.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$5 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/MissingFail$WhileTrueLoopMatcher.class
MissingFail.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingFail$WhileTrueLoopMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.WhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.WhileLoopTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/TypeParameterShadowing.class
TypeParameterShadowing.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TypeParameterShadowing extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final java.util.regex.Pattern TRAILING_DIGIT_EXTRACTOR public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description findDuplicatesOf (com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree java.util.List typeParameters com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol java.util.List enclosingTypeSymbols java.util.List conflictingTypeSymbols com.google.errorprone.matchers.Description$Builder descriptionBuilder String message com.google.common.collect.ImmutableSet typeVarsInScope com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder static com.sun.source.tree.TypeParameterTree typeParameterInList (java.util.List, com.sun.tools.javac.code.Symbol) java.util.List typeParameters com.sun.tools.javac.code.Symbol v static java.lang.String replacementTypeVarName (javax.lang.model.element.Name, java.util.Set) javax.lang.model.element.Name name java.util.Set superTypeVars String baseName int typeVarNum java.util.regex.Matcher matcher String replacementName private static java.util.List typeVariablesEnclosing (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym java.util.List typeVarScopes private static synthetic boolean lambda$typeParameterInList$5 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.TypeParameterTree) com.sun.tools.javac.code.Symbol v com.sun.source.tree.TypeParameterTree t private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$findDuplicatesOf$4 (java.util.List, com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$TypeVariableSymbol) java.util.List typeParameters com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet typeVarsInScope com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$TypeVariableSymbol v private static synthetic java.lang.String lambda$findDuplicatesOf$3 (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol v private static synthetic java.lang.String lambda$findDuplicatesOf$2 (com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.tools.javac.code.Symbol$TypeVariableSymbol tvs private static synthetic void lambda$findDuplicatesOf$1 (java.util.List, java.util.List, com.sun.source.tree.TypeParameterTree) java.util.List enclosingTypeSymbols java.util.List conflictingTypeSymbols com.sun.source.tree.TypeParameterTree param private static synthetic boolean lambda$findDuplicatesOf$0 (com.sun.source.tree.TypeParameterTree, com.sun.tools.javac.code.Symbol$TypeVariableSymbol) com.sun.source.tree.TypeParameterTree param com.sun.tools.javac.code.Symbol$TypeVariableSymbol tvs static void <clinit> () }
com/google/errorprone/bugpatterns/LockOnNonEnclosingClassLiteral.class
LockOnNonEnclosingClassLiteral.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LockOnNonEnclosingClassLiteral extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SynchronizedTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.SynchronizedTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree lock com.google.errorprone.matchers.Matcher lockOnEnclosingClassMatcher private static boolean isClassLiteral (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$matchSynchronized$2110010b$1 (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree lock com.sun.source.tree.ClassTree t com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/ConstantPatternCompile$2.class
ConstantPatternCompile.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ConstantPatternCompile$2 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$regexSym final synthetic com.sun.source.tree.VariableTree[] val$defs final synthetic int[] val$uses void <init> (com.sun.tools.javac.code.Symbol, com.sun.source.tree.VariableTree[], int[]) public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/InvalidPatternSyntax.class
InvalidPatternSyntax.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InvalidPatternSyntax extends com.google.errorprone.bugpatterns.AbstractPatternSyntaxChecker { private static final String MESSAGE_BASE public void <init> () protected final com.google.errorprone.matchers.Description matchRegexLiteral (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String, int) java.util.regex.PatternSyntaxException e com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String pattern int flags }
com/google/errorprone/bugpatterns/NonAtomicVolatileUpdate.class
NonAtomicVolatileUpdate.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NonAtomicVolatileUpdate extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$UnaryTreeMatcher com.google.errorprone.bugpatterns.BugChecker$CompoundAssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher { private static final com.google.errorprone.matchers.Matcher unaryIncrementDecrementMatcher private static final com.google.errorprone.matchers.Matcher compoundAssignmentIncrementDecrementMatcher public void <init> () private static com.google.errorprone.matchers.Matcher expressionFromUnaryTree (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher exprMatcher private static com.google.errorprone.matchers.Matcher variableFromCompoundAssignmentTree (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher exprMatcher private static com.google.errorprone.matchers.Matcher variableFromAssignmentTree (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher exprMatcher public com.google.errorprone.matchers.Description matchUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.UnaryTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree tree com.google.errorprone.VisitorState state private static com.google.errorprone.matchers.Matcher assignmentIncrementDecrementMatcher (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree variable public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_ChainedAssertionLosesContext_FactoryMethodName.class
AutoValue_ChainedAssertionLosesContext_FactoryMethodName.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ChainedAssertionLosesContext_FactoryMethodName extends com.google.errorprone.bugpatterns.ChainedAssertionLosesContext$FactoryMethodName { private final String clazz private final String method void <init> (java.lang.String, java.lang.String) String clazz String method java.lang.String clazz () java.lang.String method () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ChainedAssertionLosesContext$FactoryMethodName that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/MisusedDateFormat$DateFormatConsumer.class
MisusedDateFormat.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.MisusedDateFormat$DateFormatConsumer extends java.lang.Object { public abstract void consumeLiteral (char) public abstract void consumeSpecial (char) }
com/google/errorprone/bugpatterns/EqualsWrongThing$ComparisonSite.class
EqualsWrongThing.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite extends java.lang.Object { void <init> () abstract com.sun.source.tree.Tree tree () abstract com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair pair () private static com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite of (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol lhs com.sun.tools.javac.code.Symbol rhs }
com/google/errorprone/bugpatterns/IsInstanceOfClass$Kind.class
IsInstanceOfClass.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind LITERAL public static final enum com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind GET_CLASS public static final enum com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind EXPR private static final synthetic com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind[] $VALUES public static com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind[] values () public static com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.IsInstanceOfClass$Kind[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/CompileTimeConstantChecker.class
CompileTimeConstantChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CompileTimeConstantChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LambdaExpressionTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher { private static final String DID_YOU_MEAN_FINAL_FMT_MESSAGE private final com.google.errorprone.matchers.Matcher compileTimeConstExpressionMatcher public void <init> () private com.google.errorprone.matchers.Description matchArguments (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.Iterator) com.sun.source.tree.ExpressionTree actualParam com.sun.tools.javac.code.Symbol$VarSymbol formalParam com.sun.source.tree.ExpressionTree actualParam com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol calleeSymbol java.util.Iterator actualParams com.sun.tools.javac.code.Symbol$VarSymbol lastFormalParam private com.google.errorprone.matchers.Description handleMatch (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree actualParam com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$VarSymbol var public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree node com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method java.util.List compileTimeConstantAnnotationIndexes public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree node com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym java.util.List compileTimeConstantAnnotationIndexes public com.google.errorprone.matchers.Description matchLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.LambdaExpressionTree node com.google.errorprone.VisitorState state java.util.List compileTimeConstantAnnotationIndexes public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree node com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree node com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree variable com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Symbol assignedSymbol private com.google.errorprone.matchers.Description checkLambda (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, java.util.List) com.sun.source.tree.ExpressionTree node com.google.errorprone.VisitorState state java.util.List compileTimeConstantAnnotationIndexes com.sun.tools.javac.code.Symbol$MethodSymbol descriptorSymbol com.google.common.collect.ImmutableSet$Builder methods private static java.util.List getAnnotatedParams (java.util.List, com.google.errorprone.VisitorState) int i java.util.List params com.google.errorprone.VisitorState state java.util.List compileTimeConstantAnnotationIndexes private com.google.errorprone.matchers.Description checkSuperMethods (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, java.util.List, java.lang.Iterable) Integer index com.sun.tools.javac.code.Symbol$MethodSymbol superMethod com.sun.source.tree.Tree node com.google.errorprone.VisitorState state java.util.List compileTimeConstantAnnotationIndexes Iterable superMethods }
com/google/errorprone/bugpatterns/NonOverridingEquals$CastState.class
NonOverridingEquals.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NonOverridingEquals$CastState extends java.lang.Object { final com.sun.tools.javac.util.Name name final String castToType final com.google.errorprone.fixes.SuggestedFix$Builder fix public void <init> (com.sun.tools.javac.util.Name, java.lang.String, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.tools.javac.util.Name name String castToType com.google.errorprone.fixes.SuggestedFix$Builder fix }
com/google/errorprone/bugpatterns/AutoValue_ProtoRedundantSet_RepeatedField.class
AutoValue_ProtoRedundantSet_RepeatedField.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ProtoRedundantSet_RepeatedField extends com.google.errorprone.bugpatterns.ProtoRedundantSet$RepeatedField { private final String name private final int index void <init> (java.lang.String, int) String name int index java.lang.String getName () int getIndex () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ProtoRedundantSet$RepeatedField that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/MissingSuperCall$FindSuperTreeScanner.class
MissingSuperCall.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingSuperCall$FindSuperTreeScanner extends com.sun.source.util.TreeScanner { private final String overridingMethodName private void <init> (java.lang.String) String overridingMethodName public java.lang.Boolean visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void unused public java.lang.Boolean visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelect com.sun.source.tree.MethodInvocationTree tree Void unused boolean result com.sun.source.tree.ExpressionTree methodSelect public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean b1 Boolean b2 public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/AlwaysThrows$Api$3.class
AlwaysThrows.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.AlwaysThrows$Api$3 extends com.google.errorprone.bugpatterns.AlwaysThrows$Api { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher void validate (com.sun.source.tree.MethodInvocationTree, java.lang.String) com.sun.source.tree.MethodInvocationTree tree String argument java.util.UUID unused }
com/google/errorprone/bugpatterns/UnnecessaryAssignment.class
UnnecessaryAssignment.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnnecessaryAssignment extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableSet FRAMEWORK_ANNOTATIONS private static final com.google.errorprone.matchers.Matcher HAS_MOCK_ANNOTATION private static final com.google.errorprone.matchers.Matcher HAS_NON_MOCK_FRAMEWORK_ANNOTATION private static final com.google.errorprone.matchers.Matcher MOCK_FACTORY private static final com.google.errorprone.matchers.Matcher INITIALIZES_MOCKS private static final com.google.errorprone.matchers.MultiMatcher MOCKITO_RUNNER public void <init> () public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) String source com.google.common.collect.ImmutableList tokens int equalsPos com.google.errorprone.matchers.Description$Builder description com.sun.source.tree.AnnotationTree annotationToRemove com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state boolean hasMockAnnotation boolean hasInjectyAnnotation private static com.google.errorprone.fixes.SuggestedFix createMockFix (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree anno com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state int startPos java.util.List tokens private static boolean classContainsInitializer (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state java.util.concurrent.atomic.AtomicBoolean initialized private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$matchVariable$2 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree anno private static synthetic boolean lambda$matchVariable$1 (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.AnnotationTree anno com.google.errorprone.VisitorState state String fanno private static synthetic boolean lambda$matchVariable$0 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic boolean lambda$static$cc606dbb$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/InvalidZoneId.class
InvalidZoneId.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InvalidZoneId extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher METHOD_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String value private static boolean isValidId (java.lang.String) java.time.DateTimeException e String value static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryMethodInvocationMatcher.class
UnnecessaryMethodInvocationMatcher.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryMethodInvocationMatcher extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String MATCHERS private static final com.google.errorprone.matchers.Matcher METHOD_INVOCATION private static final com.google.errorprone.matchers.Matcher COMBINATOR public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments com.sun.tools.javac.code.Type methodMatcherType com.sun.source.tree.ExpressionTree argument private static boolean containsOnlyMethodMatchers (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument com.sun.source.tree.ExpressionTree expressionTree com.sun.tools.javac.code.Type methodMatcherType com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractPatternSyntaxChecker.class
AbstractPatternSyntaxChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractPatternSyntaxChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher REGEX_USAGE private static final com.google.errorprone.matchers.Matcher REGEX_USAGE_WITH_FLAGS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String pattern String pattern Integer flags com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state protected com.google.errorprone.matchers.Matcher getMatcherWithoutFlags () protected com.google.errorprone.matchers.Matcher getMatcherWithFlags () protected abstract com.google.errorprone.matchers.Description matchRegexLiteral (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String, int) static void <clinit> () }
com/google/errorprone/bugpatterns/InterruptedExceptionSwallowed.class
InterruptedExceptionSwallowed.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.InterruptedExceptionSwallowed extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher { private static final String METHOD_DESCRIPTION public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type interrupted com.google.common.collect.ImmutableSet thrownExceptions java.util.Set exceptions com.google.errorprone.fixes.SuggestedFix fix private static com.google.errorprone.fixes.SuggestedFix narrowExceptionTypes (com.sun.source.tree.MethodTree, java.util.Set, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree java.util.Set exceptions com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix public com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet thrownExceptions com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type interrupted com.google.common.collect.ImmutableList caughtTypes com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state private boolean exceptionIsRethrown (com.sun.source.tree.CatchTree, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.VariableTree parameter com.google.errorprone.VisitorState state java.util.concurrent.atomic.AtomicBoolean rethrown private boolean methodDeclaresInterruptedException (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree enclosing com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.SuggestedFix createFix (com.sun.source.tree.CatchTree) com.sun.source.tree.CatchTree catchTree java.util.List block String fix private static boolean blockChecksForInterruptedException (com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) com.sun.source.tree.BlockTree block com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableSet getThrownExceptions (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.google.errorprone.VisitorState state com.google.errorprone.util.ASTHelpers$ScanThrownTypes scanner private static com.google.common.collect.ImmutableList extractTypes (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type$UnionClassType unionType com.sun.tools.javac.code.Type type private static synthetic boolean lambda$methodDeclaresInterruptedException$10 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$matchTry$9 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type interrupted com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchTry$8 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type interrupted com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchTry$7 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type interrupted com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic java.lang.String lambda$narrowExceptionTypes$6 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchMethod$5 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchMethod$4 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Type interrupted com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$matchMethod$3 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchMethod$2 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type interrupted com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchMethod$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type interrupted com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchMethod$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Type interrupted com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t }
com/google/errorprone/bugpatterns/StronglyType$3.class
StronglyType.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.StronglyType$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/ConstantOverflow$1.class
ConstantOverflow.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ConstantOverflow$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public java.lang.Number visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree node Void p Number ifTrue Number ifFalse Boolean condition public java.lang.Number visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void p public java.lang.Number visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree node Void p Number value public java.lang.Number visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree node Void p Number lhs Number rhs public java.lang.Number visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree node Void p Number value javax.lang.model.type.TypeKind kind public java.lang.Number visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree node Void p public java.lang.Number visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void p public java.lang.Number visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Void) com.sun.source.tree.LiteralTree node Void unused public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) }
com/google/errorprone/bugpatterns/DeprecatedVariable.class
DeprecatedVariable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DeprecatedVariable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.matchers.Description$Builder description }
com/google/errorprone/bugpatterns/RemoveUnusedImports.class
RemoveUnusedImports.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.RemoveUnusedImports extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.common.base.Joiner COMMA_JOINER public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.ImportTree unusedImport com.sun.source.tree.CompilationUnitTree compilationUnitTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSetMultimap importedSymbols java.util.LinkedHashSet unusedImports com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.common.collect.ImmutableList unusedImportQualifiedNames private static com.google.common.collect.ImmutableSetMultimap getImportedSymbols (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.ImportTree importTree com.sun.source.tree.CompilationUnitTree compilationUnitTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSetMultimap$Builder builder private static com.google.common.collect.ImmutableSet getImportedSymbols (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo staticImportInfo com.sun.tools.javac.code.Symbol importedSymbol com.sun.source.tree.ImportTree importTree com.google.errorprone.VisitorState state private static synthetic java.lang.String lambda$matchCompilationUnit$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ImportTree) com.google.errorprone.VisitorState state com.sun.source.tree.ImportTree tree static void <clinit> () }
com/google/errorprone/bugpatterns/LockNotBeforeTry.class
LockNotBeforeTry.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.LockNotBeforeTry extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher LOCK private static final com.google.errorprone.matchers.Matcher UNLOCK public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree nextStatement com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.source.tree.Tree enclosing com.sun.source.tree.BlockTree block int index private com.google.errorprone.matchers.Description describe (com.sun.source.tree.MethodInvocationTree, com.sun.source.util.TreePath, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Description$Builder description int start int end com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.ExpressionTree expression com.sun.source.tree.StatementTree statement com.sun.source.tree.MethodInvocationTree lockInvocation com.sun.source.util.TreePath statementPath com.google.errorprone.VisitorState state com.sun.source.tree.Tree lockStatement com.sun.source.tree.ExpressionTree lockee com.sun.source.tree.TryTree enclosingTry com.sun.source.tree.Tree enclosing com.sun.source.tree.BlockTree block int index private static boolean releases (com.sun.source.tree.TryTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.sun.source.tree.ExpressionTree lockee com.google.errorprone.VisitorState state Boolean released private static boolean releases (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree node com.sun.source.tree.ExpressionTree lockee com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver private static boolean acquires (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree node com.sun.source.tree.ExpressionTree lockee com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver static void <clinit> () }
com/google/errorprone/bugpatterns/ProtoRedundantSet$FieldType$3.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType$3 extends com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue match (java.lang.String, com.sun.source.tree.MethodInvocationTree) Object key String name com.sun.source.tree.MethodInvocationTree tree }
com/google/errorprone/bugpatterns/CompareToZero.class
CompareToZero.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.CompareToZero extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String SUGGEST_IMPROVEMENT private static final com.google.common.collect.ImmutableSet COMPARISONS private static final com.google.common.collect.ImmutableMap REVERSE private static final com.google.common.collect.ImmutableSet OTHER_STRANGE_OPERATIONS private static final com.google.errorprone.matchers.Matcher COMPARE_TO public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/PrimitiveAtomicReference.class
PrimitiveAtomicReference.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.PrimitiveAtomicReference extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPARE_AND_SET public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree firstArgument com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type typeArgument static void <clinit> () }
com/google/errorprone/bugpatterns/LongLiteralLowerCaseSuffix.class
LongLiteralLowerCaseSuffix.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LongLiteralLowerCaseSuffix extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LiteralTreeMatcher { private static final com.google.errorprone.matchers.Matcher matcher private static final java.util.regex.Pattern LONG_LITERAL_PATTERN public void <init> () private static java.lang.String getLongLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree literalTree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCLiteral longLiteral CharSequence sourceFile int start java.util.regex.Matcher matcher public com.google.errorprone.matchers.Description matchLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree literalTree com.google.errorprone.VisitorState state StringBuilder longLiteral com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractToString$1.class
AbstractToString.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.AbstractToString$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$AbstractToString$ToStringKind static void <clinit> () }
com/google/errorprone/bugpatterns/DefaultCharset.class
DefaultCharset.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DefaultCharset extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher FILE_WRITER private static final com.google.errorprone.matchers.Matcher BUFFERED_WRITER private static final com.google.errorprone.matchers.Matcher FILE_READER private static final com.google.errorprone.matchers.Matcher BUFFERED_READER private static final com.google.errorprone.matchers.Matcher CTOR private static final com.google.errorprone.matchers.Matcher BYTESTRING_COPY_FROM private static final com.google.errorprone.matchers.Matcher STRING_GET_BYTES private static final com.google.errorprone.matchers.Matcher BYTE_ARRAY_OUTPUT_STREAM_TO_STRING private static final com.google.errorprone.matchers.Matcher FILE_NEW_WRITER private static final com.google.errorprone.matchers.Matcher PRINT_WRITER private static final com.google.errorprone.matchers.Matcher PRINT_WRITER_OUTPUTSTREAM private static final com.google.errorprone.matchers.Matcher SCANNER_MATCHER private final boolean byteArrayOutputStreamToString private static final com.google.errorprone.suppliers.Supplier JAVA_IO_FILE void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description byteStringFixes (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree parent com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder private static com.google.errorprone.fixes.SuggestedFix$Builder byteStringFix (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, java.lang.String, java.lang.String) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree parent com.google.errorprone.VisitorState state String prefix String suffix com.sun.source.tree.Tree parentReceiver com.google.errorprone.fixes.SuggestedFix$Builder fix public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handleScanner (com.sun.source.tree.NewClassTree) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charsetFix com.sun.source.tree.NewClassTree tree com.google.errorprone.matchers.Description$Builder description boolean shouldUseGuava (com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.ImportTree importTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description handleFileReader (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree arg com.sun.source.tree.Tree parent com.sun.source.tree.Tree toReplace com.google.errorprone.matchers.Description$Builder description private void fileReaderFix (com.google.errorprone.matchers.Description$Builder, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charset com.google.errorprone.matchers.Description$Builder description com.google.errorprone.VisitorState state com.sun.source.tree.Tree arg com.sun.source.tree.Tree toReplace private static com.google.errorprone.fixes.Fix nioFileReaderFix (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix) com.google.errorprone.VisitorState state com.sun.source.tree.Tree arg com.sun.source.tree.Tree toReplace com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charset com.google.errorprone.fixes.SuggestedFix$Builder fix private static com.google.errorprone.fixes.Fix guavaFileReaderFix (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix) com.google.errorprone.VisitorState state com.sun.source.tree.Tree fileArg com.sun.source.tree.Tree toReplace com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charset com.google.errorprone.fixes.SuggestedFix$Builder fix private static void variableTypeFix (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, java.lang.Class, java.lang.Class) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol sym com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.VisitorState state Class original Class replacement com.sun.source.tree.Tree parent com.sun.tools.javac.code.Symbol sym private com.google.errorprone.matchers.Description handleFileWriter (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charset com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state java.util.Iterator it com.sun.source.tree.Tree fileArg com.sun.source.tree.Tree appendMode com.sun.source.tree.Tree parent com.sun.source.tree.Tree toReplace com.google.errorprone.matchers.Description$Builder description boolean useGuava private static com.google.errorprone.fixes.Fix guavaFileWriterFix (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix) com.google.errorprone.VisitorState state com.sun.source.tree.Tree fileArg com.sun.source.tree.Tree toReplace com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charset com.google.errorprone.fixes.SuggestedFix$Builder fix private static com.google.errorprone.fixes.Fix nioFileWriterFix (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix, boolean) com.google.errorprone.VisitorState state com.sun.source.tree.Tree appendTree com.sun.source.tree.Tree fileArg com.sun.source.tree.Tree toReplace com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charset boolean qualify com.google.errorprone.fixes.SuggestedFix$Builder fix StringBuilder sb private static java.lang.String toAppendMode (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.Tree appendArg com.google.errorprone.VisitorState state Boolean value private static java.lang.Object toFile (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.VisitorState state com.sun.source.tree.Tree fileArg com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type type private static java.lang.String toPath (com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.VisitorState state com.sun.source.tree.Tree fileArg com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type type private com.google.errorprone.matchers.Description appendCharsets (com.sun.source.tree.Tree, com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.source.tree.Tree select java.util.List arguments com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.Fix appendCharset (com.sun.source.tree.Tree, com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix) com.sun.source.tree.Tree tree com.sun.source.tree.Tree select java.util.List arguments com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charset com.google.errorprone.fixes.SuggestedFix$Builder fix private com.google.errorprone.matchers.Description handlePrintWriter (com.sun.source.tree.NewClassTree) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charsetFix com.sun.source.tree.NewClassTree tree com.google.errorprone.matchers.Description$Builder description private com.google.errorprone.matchers.Description handlePrintWriterOutputStream (com.sun.source.tree.NewClassTree) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix charsetFix com.sun.source.tree.NewClassTree tree com.sun.source.tree.Tree outputStream com.google.errorprone.matchers.Description$Builder description private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$92e57467$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/CheckReturnValue$1.class
CheckReturnValue.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CheckReturnValue$1 extends java.lang.Object implements com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo { void <init> () public java.util.stream.Stream scopeMembers (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.errorprone.VisitorState context public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind getMethodKind (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol method public volatile synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind getMethodKind (java.lang.Object) public volatile synthetic java.util.stream.Stream scopeMembers (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, java.lang.Object) private static synthetic boolean lambda$scopeMembers$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s }
com/google/errorprone/bugpatterns/MissingRefasterAnnotation.class
MissingRefasterAnnotation.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MissingRefasterAnnotation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.MultiMatcher HAS_REFASTER_ANNOTATION public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state long methodTypeCount private static synthetic java.lang.Boolean lambda$matchClass$2 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree method private static synthetic boolean lambda$matchClass$1 (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree method private static synthetic boolean lambda$matchClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree member static void <clinit> () }
com/google/errorprone/bugpatterns/FloatingPointLiteralPrecision.class
FloatingPointLiteralPrecision.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.FloatingPointLiteralPrecision extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LiteralTreeMatcher { private static final int REPLACEMENT_MAX_MULTIPLIER public void <init> () public com.google.errorprone.matchers.Description matchLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) String suffix java.math.BigDecimal value String suffix java.math.BigDecimal value java.math.BigDecimal exact NumberFormatException e com.sun.source.tree.LiteralTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type String suffix java.math.BigDecimal value String source java.math.BigDecimal exact String replacement }
com/google/errorprone/bugpatterns/EqualsGetClass$EqualsFixer.class
EqualsGetClass.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.EqualsGetClass$EqualsFixer extends com.sun.source.util.TreePathScanner { private static final com.google.errorprone.matchers.Matcher GET_CLASS private static final com.google.errorprone.matchers.Matcher THIS_CLASS private final com.sun.tools.javac.code.Symbol parameter private final com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol private final com.google.errorprone.VisitorState state private final com.google.errorprone.fixes.SuggestedFix$Builder fix private final com.google.errorprone.matchers.Matcher isParameter private final com.google.errorprone.matchers.Matcher otherClass private boolean matchedGetClass private boolean failed private static boolean matchesThis (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol symbol private static boolean matchesClass (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$VarSymbol varSymbol private void <init> (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol parameter com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.google.errorprone.VisitorState visitorState public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) String instanceOf com.sun.source.tree.BinaryTree binaryTree Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) String replacement com.sun.source.tree.MethodInvocationTree node Void unused com.sun.source.tree.ExpressionTree argument com.sun.source.tree.ExpressionTree receiver private boolean matchesEitherWay (com.sun.source.tree.BinaryTree, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.sun.source.tree.BinaryTree binaryTree com.google.errorprone.matchers.Matcher matcherA com.google.errorprone.matchers.Matcher matcherB private boolean matchesEitherWay (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) com.sun.source.tree.ExpressionTree treeA com.sun.source.tree.ExpressionTree treeB com.google.errorprone.matchers.Matcher matcherA com.google.errorprone.matchers.Matcher matcherB private void makeAlwaysTrue () private void makeAlwaysFalse () int stripExtra com.sun.source.tree.IfTree ifTree com.sun.source.util.TreePath enclosingPath com.sun.source.tree.Tree enclosing private void removeFromBinary (com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind ifKind com.sun.source.util.TreePath outsideParensPath com.sun.source.util.TreePath justInsideBinaryPath com.sun.source.tree.Tree superTree com.sun.source.tree.BinaryTree superBinary private void removeLeftOperand (com.sun.source.tree.BinaryTree) com.sun.source.tree.BinaryTree superBinary private void removeRightOperand (com.sun.source.tree.BinaryTree) com.sun.source.tree.BinaryTree superBinary private com.google.errorprone.fixes.SuggestedFix getFix () public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$new$c5b98664$2 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol parameter com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$new$c5b98664$1 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol parameter com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$static$ba696eba$2 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState unused private static synthetic boolean lambda$static$ba696eba$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState unused static void <clinit> () }
com/google/errorprone/bugpatterns/FloatCast.class
FloatCast.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.FloatCast extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher { private static final com.google.common.collect.ImmutableSet INTEGRAL private static final com.google.errorprone.matchers.Matcher IGNORED_METHODS private static final com.google.errorprone.matchers.Matcher POW public void <init> () public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree pow com.sun.source.tree.BinaryTree enclosingBinop com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.source.tree.BinaryTree binop com.sun.tools.javac.code.Type castType com.sun.tools.javac.code.Type operandType com.sun.tools.javac.code.Symtab symtab com.sun.source.tree.Tree enclosing com.sun.source.util.TreePath path private static synthetic boolean lambda$matchTypeCast$0 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type x static void <clinit> () }
com/google/errorprone/bugpatterns/ClassCanBeStatic.class
ClassCanBeStatic.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ClassCanBeStatic extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String REFASTER_ANNOTATION public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol currentClass private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree m }
com/google/errorprone/bugpatterns/ThreadLocalUsage.class
ThreadLocalUsage.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ThreadLocalUsage extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher NEW_THREAD_LOCAL private static final com.google.common.collect.ImmutableSet WELL_KNOWN_TYPES private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_THREADLOCAL private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_INJECT_SCOPE private static final com.google.errorprone.suppliers.Supplier JAVA_TEXT_DATEFORMAT public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.tools.javac.code.Symbol$VarSymbol sym private static boolean wellKnownTypeArgument (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type argType private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$19c0d725$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$313a94d$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Symbol lambda$static$654bebee$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchNewClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ClassTree) com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree c com.sun.tools.javac.code.Type scopeType static void <clinit> () }
com/google/errorprone/bugpatterns/IncrementInForLoopAndHeader.class
IncrementInForLoopAndHeader.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IncrementInForLoopAndHeader extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ForLoopTreeMatcher { private static final com.google.common.collect.ImmutableSet CONDITIONALS public void <init> () public com.google.errorprone.matchers.Description matchForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.VisitorState) java.util.Optional opSymbol com.sun.source.tree.StatementTree s com.sun.source.tree.ForLoopTree forLoopTree com.google.errorprone.VisitorState visitorState java.util.List updates com.google.common.collect.ImmutableSet incrementedSymbols com.sun.source.tree.StatementTree body java.util.List statementTrees private static java.util.Optional returnUnarySym (com.sun.source.tree.StatementTree) com.sun.source.tree.UnaryTree unaryTree com.sun.source.tree.StatementTree s private static synthetic com.sun.tools.javac.code.Symbol lambda$matchForLoop$1 (com.sun.source.tree.ExpressionStatementTree) com.sun.source.tree.ExpressionStatementTree expStateTree private static synthetic boolean lambda$matchForLoop$0 (com.sun.source.tree.ExpressionStatementTree) com.sun.source.tree.ExpressionStatementTree expStateTree static void <clinit> () }
com/google/errorprone/bugpatterns/VarChecker.class
VarChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.VarChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final String UNNECESSARY_FINAL public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym boolean forLoopVariable (com.sun.source.tree.VariableTree, com.sun.source.util.TreePath) com.sun.source.tree.VariableTree tree com.sun.source.util.TreePath path com.sun.source.tree.Tree parent com.sun.source.tree.ForLoopTree forLoop private com.google.errorprone.matchers.Description handleLocalOrParam (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) java.util.Optional fix com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private static com.google.errorprone.fixes.Fix addVarAnnotation (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree }
com/google/errorprone/bugpatterns/DirectInvocationOnMock$2.class
DirectInvocationOnMock.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DirectInvocationOnMock$2 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.ImmutableSet$Builder val$mocks final synthetic com.google.errorprone.bugpatterns.DirectInvocationOnMock this$0 void <init> (com.google.errorprone.bugpatterns.DirectInvocationOnMock, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet$Builder) com.google.errorprone.bugpatterns.DirectInvocationOnMock this$0 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.AssignmentTree tree Void unused public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/EqualsUnsafeCast.class
EqualsUnsafeCast.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.EqualsUnsafeCast extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol parameter }
com/google/errorprone/bugpatterns/ConstantPatternCompile.class
ConstantPatternCompile.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ConstantPatternCompile extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.common.collect.ImmutableList PATTERN_CLASSES private static final com.google.errorprone.matchers.Matcher PATTERN_COMPILE_CHECK private static final com.google.errorprone.matchers.Matcher MATCHER_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree member com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier nameUniquifier com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.Tree[] firstHit private static com.google.errorprone.fixes.SuggestedFix handleInlineExpression (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier nameUniquifier String nameSuggestion com.google.errorprone.fixes.SuggestedFix$Builder fix private static java.util.Optional handleVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree outerMethodTree com.sun.tools.javac.code.Symbol$VarSymbol sym private static com.google.errorprone.fixes.SuggestedFix fixLocal (com.sun.source.tree.VariableTree, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.sun.source.tree.MethodTree outerMethodTree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix fix String name com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol boolean canUseStatic String replacement private static com.google.errorprone.fixes.SuggestedFix replaceRegexConstant (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree regex com.sun.tools.javac.code.Symbol regexSym com.sun.source.tree.VariableTree[] defs int[] uses com.sun.source.tree.VariableTree def private static java.lang.String inferName (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state String name private static java.lang.String fromName (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree String name private static java.lang.String fromInitializer (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree tree com.sun.source.tree.ExpressionTree regex String name private static java.lang.String fromUse (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.common.collect.ImmutableList$Builder usesBuilder com.google.common.collect.ImmutableList uses com.sun.source.util.TreePath use private static java.lang.String findNameFromMatcherArgument (com.google.errorprone.VisitorState, com.sun.source.util.TreePath) com.google.errorprone.VisitorState state com.sun.source.util.TreePath use com.sun.source.tree.Tree grandParent com.sun.source.tree.ExpressionTree matchTree private static java.lang.String convertToConstantName (java.lang.String) String variableName String root private static boolean isArgStaticAndConstant (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg com.sun.tools.javac.code.Symbol argSymbol static void <clinit> () }
com/google/errorprone/bugpatterns/DifferentNameButSame$1.class
DifferentNameButSame.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DifferentNameButSame$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.Table val$names final synthetic com.google.errorprone.bugpatterns.DifferentNameButSame this$0 void <init> (com.google.errorprone.bugpatterns.DifferentNameButSame, com.google.errorprone.VisitorState, com.google.common.collect.Table) com.google.errorprone.bugpatterns.DifferentNameButSame this$0 public java.lang.Void visitImport (com.sun.source.tree.ImportTree, java.lang.Void) com.sun.source.tree.ImportTree importTree Void unused public java.lang.Void visitCase (com.sun.source.tree.CaseTree, java.lang.Void) com.sun.source.tree.CaseTree caseTree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree com.sun.tools.javac.code.Symbol superSymbol com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.NewClassTree newClassTree com.sun.source.tree.IdentifierTree identifierTree Void unused com.sun.source.tree.Tree parent private void handle (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol String name java.util.List treePaths public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitCase (com.sun.source.tree.CaseTree, java.lang.Object) public volatile synthetic java.lang.Object visitImport (com.sun.source.tree.ImportTree, java.lang.Object) }
com/google/errorprone/bugpatterns/android/IsLoggableTagLength$1.class
IsLoggableTagLength.java package com.google.errorprone.bugpatterns.android com.google.errorprone.bugpatterns.android.IsLoggableTagLength$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$identifierSymbol void <init> (com.sun.tools.javac.code.Symbol) public com.sun.source.tree.VariableTree visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree node Void p public com.sun.source.tree.VariableTree reduce (com.sun.source.tree.VariableTree, com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree r1 com.sun.source.tree.VariableTree r2 public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/android/StaticOrDefaultInterfaceMethod.class
StaticOrDefaultInterfaceMethod.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.StaticOrDefaultInterfaceMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_STATIC_OR_DEFAULT_METHOD_ON_INTERFACE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/android/WakelockReleasedDangerously$1.class
WakelockReleasedDangerously.java package com.google.errorprone.bugpatterns.android com.google.errorprone.bugpatterns.android.WakelockReleasedDangerously$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic com.google.common.collect.ImmutableMultimap$Builder val$methodMap final synthetic com.google.errorprone.bugpatterns.android.WakelockReleasedDangerously this$0 void <init> (com.google.errorprone.bugpatterns.android.WakelockReleasedDangerously, com.sun.tools.javac.code.Symbol, com.google.common.collect.ImmutableMultimap$Builder) com.google.errorprone.bugpatterns.android.WakelockReleasedDangerously this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.source.tree.MethodInvocationTree callTree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/android/FragmentInjection$1.class
FragmentInjection.java package com.google.errorprone.bugpatterns.android com.google.errorprone.bugpatterns.android.FragmentInjection$1 extends com.sun.source.util.TreeScanner { void <init> () public java.lang.Boolean visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree node Void unused com.sun.source.tree.ExpressionTree returnExpression Boolean returnValue public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean r1 Boolean r2 public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/android/HardCodedSdCardPath.class
HardCodedSdCardPath.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.HardCodedSdCardPath extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LiteralTreeMatcher { static final String SDCARD static final String DATA static final com.google.common.collect.ImmutableMap PATH_TABLE public void <init> () public com.google.errorprone.matchers.Description matchLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) String hardCodedPath String correctPath String remainderPath com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix java.util.Map$Entry entry com.sun.source.tree.LiteralTree tree com.google.errorprone.VisitorState state String literal static void <clinit> () }
com/google/errorprone/bugpatterns/android/MislabeledAndroidString.class
MislabeledAndroidString.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.MislabeledAndroidString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher { private static final String R_STRING_CLASSNAME static final com.google.common.collect.ImmutableMap MISLEADING static final com.google.common.collect.ImmutableMap ASSUMED_MEANINGS public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol String misleading String preferred static void <clinit> () }
com/google/errorprone/bugpatterns/android/FragmentNotInstantiable.class
FragmentNotInstantiable.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.FragmentNotInstantiable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String MESSAGE_BASE private static final String FRAGMENT_CLASS private static final String FRAGMENT_CLASS_V4 private final com.google.common.collect.ImmutableSet fragmentClasses private final com.google.errorprone.matchers.Matcher fragmentMatcher public void <init> () protected void <init> (java.lang.Iterable) Iterable additionalFragmentClasses private com.google.errorprone.matchers.Description buildErrorMessage (com.sun.source.tree.Tree, java.lang.String) com.sun.source.tree.Tree tree String explanation com.google.errorprone.matchers.Description$Builder description public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree constructor com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state String className java.util.List constructors private static synthetic com.google.errorprone.matchers.Matcher lambda$new$0 (java.lang.String) String fragmentClass }
com/google/errorprone/bugpatterns/android/BundleDeserializationCast.class
BundleDeserializationCast.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.BundleDeserializationCast extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher { private static final com.google.errorprone.matchers.Matcher BUNDLE_DESERIALIZATION_CAST_EXPRESSION public void <init> () public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type componentType com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type charSequenceType com.sun.tools.javac.code.Type stringType com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree targetType private com.google.errorprone.matchers.Description getDescriptionForType (com.sun.source.tree.TypeCastTree, java.lang.String) com.sun.source.tree.TypeCastTree tree String baseType String targetType static void <clinit> () }
com/google/errorprone/bugpatterns/android/WakelockReleasedDangerously.class
WakelockReleasedDangerously.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.WakelockReleasedDangerously extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String WAKELOCK_CLASS_NAME private static final com.google.errorprone.matchers.Matcher RELEASE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.TryTree enclosingTry com.sun.tools.javac.code.Symbol wakelockSymbol com.sun.source.tree.Tree releaseStatement private static com.google.errorprone.fixes.SuggestedFix getFix (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.source.tree.LambdaExpressionTree enclosingLambda String ifBody String releaseStatementSource com.sun.source.tree.ExpressionTree condition com.sun.source.tree.Tree releaseStatement com.sun.tools.javac.code.Symbol wakelockSymbol com.google.errorprone.VisitorState state String before String after com.sun.source.tree.IfTree enclosingIfHeld private boolean tryCatchesException (com.sun.source.tree.TryTree, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.sun.tools.javac.code.Type exceptionToCatch com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types private boolean wakelockMayThrow (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol wakelockSymbol com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree enclosingClass com.google.common.collect.ImmutableMultimap map private static com.sun.source.tree.ClassTree getTopLevelClass (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private com.google.common.collect.ImmutableMultimap methodCallsForSymbol (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ClassTree) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.ClassTree classTree com.google.common.collect.ImmutableMultimap$Builder methodMap private static synthetic java.lang.IllegalArgumentException lambda$getTopLevelClass$5 () private static synthetic boolean lambda$getTopLevelClass$4 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t private static synthetic boolean lambda$wakelockMayThrow$3 (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree m private static synthetic boolean lambda$wakelockMayThrow$2 (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree m private static synthetic boolean lambda$tryCatchesException$1 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.source.tree.CatchTree) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type exceptionToCatch com.sun.source.tree.CatchTree catchClause com.sun.tools.javac.code.Type catchesException private static synthetic boolean lambda$tryCatchesException$0 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type exceptionToCatch com.sun.tools.javac.code.Type caught static void <clinit> () }
com/google/errorprone/bugpatterns/android/FragmentInjection.class
FragmentInjection.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.FragmentInjection extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher OVERRIDES_IS_VALID_FRAGMENT private static final com.sun.source.util.TreeScanner ALWAYS_RETURNS_TRUE private static final com.google.errorprone.suppliers.Supplier ISVALIDFRAGMENT private static final com.google.errorprone.suppliers.Supplier ANDROID_PREFERENCE_PREFERENCEACTIVITY public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol isValidFragmentMethodSymbol com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type preferenceActivityType com.sun.tools.javac.code.Symbol$TypeSymbol preferenceActivityTypeSymbol boolean methodNotImplemented com.sun.source.tree.MethodTree isValidFragmentMethodTree private static com.sun.source.tree.MethodTree getMethod (com.google.errorprone.matchers.Matcher, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree memberTree com.sun.source.tree.Tree member com.google.errorprone.matchers.Matcher methodMatcher com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$c7c7bc5d$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$8f0412f9$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/android/RectIntersectReturnValueIgnored.class
RectIntersectReturnValueIgnored.java package com.google.errorprone.bugpatterns.android public final com.google.errorprone.bugpatterns.android.RectIntersectReturnValueIgnored extends com.google.errorprone.bugpatterns.AbstractReturnValueIgnored { void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Matcher specializedMatcher () protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/android/BinderIdentityRestoredDangerously.class
BinderIdentityRestoredDangerously.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.BinderIdentityRestoredDangerously extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String BINDER_CLASS_NAME private static final com.google.errorprone.matchers.Matcher RESTORE_IDENTITY_METHOD public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.TryTree enclosingTry static void <clinit> () }
com/google/errorprone/bugpatterns/android/ParcelableCreator.class
ParcelableCreator.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.ParcelableCreator extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher PARCELABLE_MATCHER private static final com.google.errorprone.matchers.Matcher PARCELABLE_CREATOR_MATCHER private static final com.google.errorprone.suppliers.Supplier ANDROID_OS_PARCELABLE_CREATOR public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.sun.source.tree.Tree member com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol parcelableCreatorSymbol com.sun.tools.javac.code.Type$ClassType classType private static boolean isVariableClassCreator (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type$ClassType, com.sun.tools.javac.code.Symbol) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type$ClassType classType com.sun.tools.javac.code.Symbol parcelableCreatorSymbol com.sun.source.tree.Tree typeTree com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type superType java.util.List typeArguments private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$d512d1e0$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/android/IsLoggableTagLength.class
IsLoggableTagLength.java package com.google.errorprone.bugpatterns.android public com.google.errorprone.bugpatterns.android.IsLoggableTagLength extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_LOGGABLE_CALL private static final com.google.errorprone.matchers.Matcher GET_SIMPLE_NAME_CALL private static final com.google.errorprone.matchers.Matcher RECEIVER_IS_CLASS_LITERAL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree declaredField String tagName com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree tagArg String tagConstantValue com.sun.source.tree.ExpressionTree tagExpr private static boolean isValidTag (java.lang.String) String tag private static com.sun.source.tree.VariableTree findEnclosingIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree originalNode com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol identifierSymbol static void <clinit> () }
com/google/errorprone/bugpatterns/LenientFormatStringValidation.class
LenientFormatStringValidation.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.LenientFormatStringValidation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableList METHODS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String extraArgs int endPos java.util.List args com.sun.source.tree.ExpressionTree formatStringArgument Object formatString int expected int actual com.google.errorprone.matchers.Description$Builder builder com.google.errorprone.bugpatterns.LenientFormatStringValidation$LenientFormatMethod method com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static int occurrences (java.lang.String, java.lang.String) String haystack String needle int count int start static void <clinit> () }
com/google/errorprone/bugpatterns/TheoryButNoTheories.class
TheoryButNoTheories.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.TheoryButNoTheories extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String THEORIES private static final com.google.errorprone.suppliers.Supplier TYPES private static final com.google.errorprone.matchers.MultiMatcher USING_THEORIES_RUNNER public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.AnnotationTree annotation com.google.errorprone.fixes.SuggestedFix$Builder fix private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree m private static synthetic com.google.common.collect.ImmutableSet lambda$static$a5950442$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/LoopConditionChecker$UpdateScanner.class
LoopConditionChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LoopConditionChecker$UpdateScanner extends com.sun.source.util.TreeScanner { private boolean modified private final com.google.common.collect.ImmutableSet variables public static boolean scan (com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet) com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet variables com.google.errorprone.bugpatterns.LoopConditionChecker$UpdateScanner scanner public void <init> (com.google.common.collect.ImmutableSet) com.google.common.collect.ImmutableSet variables public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree tree Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused public java.lang.Void visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.source.tree.CompoundAssignmentTree tree Void unused private void check (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Symbol sym public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/DeadException$ChildOfBlockOrCase.class
DeadException.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DeadException$ChildOfBlockOrCase extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree enclosing }
com/google/errorprone/bugpatterns/UnusedMethod.class
UnusedMethod.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnusedMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final String GWT_JAVASCRIPT_OBJECT private static final String EXEMPT_PREFIX private static final String JUNIT_PARAMS_VALUE private static final String JUNIT_PARAMS_ANNOTATION_TYPE private static final com.google.common.collect.ImmutableSet EXEMPTING_METHOD_ANNOTATIONS private static final com.google.common.collect.ImmutableSet EXEMPTING_SUPER_TYPES private final com.google.common.collect.ImmutableSet additionalExemptingMethodAnnotations private static final com.google.errorprone.suppliers.Supplier ORG_JUNIT_JUPITER_PARAMS_PROVIDER_METHODSOURCE void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags errorProneFlags public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map unusedMethods java.util.concurrent.atomic.AtomicBoolean ignoreUnusedMethods com.google.common.collect.ImmutableSet classesMadeVisible com.google.common.collect.ImmutableListMultimap unusedConstructors private com.google.common.collect.ImmutableSet getVisibleClasses (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree tree com.google.common.collect.ImmutableSet$Builder classesMadeVisible private void fixNonConstructors (java.lang.Iterable, com.google.errorprone.VisitorState) com.sun.source.tree.Tree unusedTree com.sun.tools.javac.code.Symbol$MethodSymbol symbol String message com.sun.source.util.TreePath unusedPath Iterable unusedPaths com.google.errorprone.VisitorState state private void fixConstructors (com.google.common.collect.ImmutableListMultimap, com.google.errorprone.VisitorState) boolean fixable com.sun.tools.javac.code.Symbol symbol java.util.List trees com.google.errorprone.fixes.SuggestedFix$Builder fix int constructorCount int finalFields boolean fixable String message java.util.Map$Entry entry com.google.common.collect.ImmutableListMultimap unusedConstructors com.google.errorprone.VisitorState state private static boolean hasNativeMethods (com.sun.source.tree.CompilationUnitTree) com.sun.source.tree.CompilationUnitTree tree java.util.concurrent.atomic.AtomicBoolean hasAnyNativeMethods private boolean exemptedByAnnotation (java.util.List) com.sun.tools.javac.code.Type annotationType com.sun.tools.javac.code.Symbol$TypeSymbol tsym String annotationName com.sun.source.tree.AnnotationTree annotation java.util.List annotations private static boolean exemptedByName (javax.lang.model.element.Name) javax.lang.model.element.Name name private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.util.Name lambda$static$644f79a0$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic void lambda$fixConstructors$5 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, com.sun.source.util.TreePath) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.VisitorState state com.sun.source.util.TreePath t private static synthetic boolean lambda$fixConstructors$4 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s private static synthetic com.sun.source.util.TreePath lambda$matchCompilationUnit$3 (com.sun.source.util.TreePath) com.sun.source.util.TreePath t private static synthetic com.sun.tools.javac.code.Symbol lambda$matchCompilationUnit$2 (com.sun.source.util.TreePath) com.sun.source.util.TreePath t private static synthetic boolean lambda$matchCompilationUnit$1 (com.sun.source.util.TreePath) com.sun.source.util.TreePath t private static synthetic boolean lambda$matchCompilationUnit$0 (com.sun.source.util.TreePath) com.sun.source.util.TreePath t static void <clinit> () }
com/google/errorprone/bugpatterns/FieldCanBeStatic.class
FieldCanBeStatic.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.FieldCanBeStatic extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.suppliers.Supplier EXEMPTING_VARIABLE_ANNOTATIONS private final com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions private static final long RECORD_FLAG private static final java.util.regex.Pattern LOWER_CAMEL_PATTERN void <init> (com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability wellKnownMutability com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.tools.javac.code.Symbol$ClassSymbol enclClass com.google.errorprone.fixes.SuggestedFix fix private com.google.errorprone.fixes.SuggestedFix renameVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state String name String replacement int typeEndPos int searchOffset int pos com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol$VarSymbol sym private boolean isPure (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree initializer com.google.errorprone.VisitorState state private static boolean isStatic (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression expression java.util.concurrent.atomic.AtomicBoolean staticable private boolean isTypeKnownImmutable (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.threadsafety.ThreadSafety threadSafety private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableSet lambda$static$7f6ad362$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/ClassName.class
ClassName.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ClassName extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classMember com.sun.source.tree.Tree member com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state String filename java.util.List names String message }
com/google/errorprone/bugpatterns/BadInstanceof.class
BadInstanceof.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.BadInstanceof extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$InstanceOfTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchInstanceOf (com.sun.source.tree.InstanceOfTree, com.google.errorprone.VisitorState) com.sun.source.tree.InstanceOfTree tree com.google.errorprone.VisitorState state String subType String expression String superType private static com.google.errorprone.fixes.SuggestedFix getFix (com.sun.source.tree.InstanceOfTree, com.google.errorprone.VisitorState) com.sun.source.tree.InstanceOfTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.source.tree.Tree grandParent }
com/google/errorprone/bugpatterns/CannotMockMethod.class
CannotMockMethod.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.CannotMockMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher WHEN private static final com.google.errorprone.matchers.Matcher VERIFY public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree firstArgument com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver private com.google.errorprone.matchers.Description describe (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private com.google.errorprone.matchers.Description buildDescription (com.sun.source.tree.MethodInvocationTree, java.lang.String) com.sun.source.tree.MethodInvocationTree tree String issue static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryOptionalGet$1.class
UnnecessaryOptionalGet.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryOptionalGet$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.MethodInvocationTree val$tree final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.source.tree.VariableTree val$arg final synthetic com.google.errorprone.bugpatterns.UnnecessaryOptionalGet this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessaryOptionalGet, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.bugpatterns.UnnecessaryOptionalGet this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState visitorState public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/JUnitAssertSameCheck.class
JUnitAssertSameCheck.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnitAssertSameCheck extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERT_SAME_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state java.util.List args static void <clinit> () }
com/google/errorprone/bugpatterns/Incomparable.class
Incomparable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.Incomparable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.google.errorprone.util.ASTHelpers$TargetType targetType java.util.List typeArguments com.sun.tools.javac.code.Type keyType static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractMockChecker$Reason.class
AbstractMockChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractMockChecker$Reason extends java.lang.Object { public void <init> () public static com.google.errorprone.bugpatterns.AbstractMockChecker$Reason of (com.sun.tools.javac.code.Type, java.lang.String) com.sun.tools.javac.code.Type t String reason public abstract com.sun.tools.javac.code.Type unmockableClass () public abstract java.lang.String reason () }
com/google/errorprone/bugpatterns/AutoValue_AbstractMustBeClosedChecker_Change.class
AutoValue_AbstractMustBeClosedChecker_Change.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_AbstractMustBeClosedChecker_Change extends com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change { private final com.google.errorprone.fixes.SuggestedFix otherFixes private final java.util.Optional closeBraceAfter private void <init> (com.google.errorprone.fixes.SuggestedFix, java.util.Optional) com.google.errorprone.fixes.SuggestedFix otherFixes java.util.Optional closeBraceAfter com.google.errorprone.fixes.SuggestedFix otherFixes () java.util.Optional closeBraceAfter () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/StaticQualifiedUsingExpression$1.class
StaticQualifiedUsingExpression.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.StaticQualifiedUsingExpression$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/DeprecatedVariable$1.class
DeprecatedVariable.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.DeprecatedVariable$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedNestedClass$PrivateNestedClassScanner.class
UnusedNestedClass.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.UnusedNestedClass$PrivateNestedClassScanner extends com.sun.source.util.TreePathScanner { private final java.util.Map classes private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.UnusedNestedClass this$0 private void <init> (com.google.errorprone.bugpatterns.UnusedNestedClass, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused com.sun.tools.javac.code.Symbol$ClassSymbol symbol boolean isAnonymous private boolean ignoreUnusedClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MissingFail$ChildOfTryMatcher.class
MissingFail.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingFail$ChildOfTryMatcher extends com.google.errorprone.matchers.ChildMultiMatcher { public void <init> (com.google.errorprone.matchers.ChildMultiMatcher$MatchType, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.ChildMultiMatcher$MatchType matchType com.google.errorprone.matchers.Matcher nodeMatcher protected java.lang.Iterable getChildNodes (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state protected volatile synthetic java.lang.Iterable getChildNodes (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/BadImport$1.class
BadImport.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.BadImport$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Set val$symbols final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$builder final synthetic String val$enclosingReplacement final synthetic com.google.errorprone.bugpatterns.BadImport this$0 void <init> (com.google.errorprone.bugpatterns.BadImport, com.google.errorprone.VisitorState, java.util.Set, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.google.errorprone.bugpatterns.BadImport this$0 com.google.errorprone.VisitorState state public com.sun.source.tree.IdentifierTree reduce (com.sun.source.tree.IdentifierTree, com.sun.source.tree.IdentifierTree) com.sun.source.tree.IdentifierTree r1 com.sun.source.tree.IdentifierTree r2 public com.sun.source.tree.IdentifierTree visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void unused com.sun.tools.javac.code.Symbol nodeSymbol private void moveTypeAnnotations (com.sun.source.tree.IdentifierTree) com.sun.source.tree.Tree grandParent com.sun.source.tree.IdentifierTree node com.sun.source.tree.Tree parent private void moveTypeAnnotations (com.sun.source.tree.IdentifierTree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.source.tree.AnnotationTree annotation com.sun.source.tree.IdentifierTree node com.sun.source.tree.Tree annotationHolder com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder builder public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/AutoValue_DangerousLiteralNullChecker_NullReplacementRule.class
AutoValue_DangerousLiteralNullChecker_NullReplacementRule.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_DangerousLiteralNullChecker_NullReplacementRule extends com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule { private final com.sun.tools.javac.util.Name klass private final com.sun.tools.javac.util.Name method private final String replacementBody private void <init> (com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Name, java.lang.String) com.sun.tools.javac.util.Name klass com.sun.tools.javac.util.Name method String replacementBody com.sun.tools.javac.util.Name klass () com.sun.tools.javac.util.Name method () java.lang.String replacementBody () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/ToStringReturnsNull$FindReturnNullLiteralScanner.class
ToStringReturnsNull.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ToStringReturnsNull$FindReturnNullLiteralScanner extends com.google.errorprone.bugpatterns.ToStringReturnsNull$BooleanScanner { private void <init> () public java.lang.Boolean visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Boolean visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void unused public java.lang.Boolean visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree node Void unused com.sun.source.tree.ExpressionTree expression public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/OperatorPrecedence.class
OperatorPrecedence.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.OperatorPrecedence extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.common.collect.ImmutableSet CONDITIONAL private static final com.google.common.collect.ImmutableSet SHIFT private static final com.google.common.collect.ImmutableSet ARITHMETIC private static final com.google.common.collect.ImmutableSet SAFE_ASSOCIATIVE_OPERATORS public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent private static boolean isConfusing (com.sun.source.tree.Tree$Kind, com.sun.source.tree.Tree$Kind) com.sun.source.tree.Tree$Kind thisKind com.sun.source.tree.Tree$Kind parentKind private com.google.errorprone.matchers.Description createAppropriateFix (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description leftOrRightFix (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) int startPos int endPos com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state int startPos int endPos String prefix String postfix private com.google.errorprone.matchers.Description basicFix (com.sun.source.tree.BinaryTree) com.sun.source.tree.BinaryTree tree private static boolean parenthesizedChildHasKind (com.sun.source.tree.BinaryTree, com.sun.source.tree.Tree$Kind) com.sun.source.tree.BinaryTree tree com.sun.source.tree.Tree$Kind kind com.sun.source.tree.Tree$Kind childKind static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$6.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$6 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree method com.sun.source.tree.ExpressionTree expressionTree private java.util.Optional generateFix (com.sun.source.tree.MethodInvocationTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocation boolean negated com.google.errorprone.VisitorState state String methodName String hasMethod java.util.Set hasMethods String replacement private java.lang.String replaceLast (java.lang.String, java.lang.String, java.lang.String) String text String pattern String replacement StringBuilder builder int lastIndexOf private static synthetic boolean lambda$generateFix$1 (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol ms private synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.MethodInvocationTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree method boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/UnnecessaryFinal.class
UnnecessaryFinal.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnnecessaryFinal extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) int startPos com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableList tokens }
com/google/errorprone/bugpatterns/DirectInvocationOnMock.class
DirectInvocationOnMock.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.DirectInvocationOnMock extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher MOCK private static final com.google.errorprone.matchers.Matcher DO_CALL_REAL_METHOD private static final com.google.errorprone.matchers.Matcher WHEN private static final com.google.errorprone.matchers.Matcher THEN_CALL_REAL_METHOD public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet mocks java.util.Set methodsCallingRealImplementations private com.google.common.collect.ImmutableSet findMocks (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet$Builder mocks static void <clinit> () }
com/google/errorprone/bugpatterns/FloatingPointAssertionWithinEpsilon$FloatingPointType$2.class
FloatingPointAssertionWithinEpsilon.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType$2 extends com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType { private void <init> (java.lang.String, int, com.sun.tools.javac.code.TypeTag, java.lang.String, java.lang.String, java.lang.String) com.sun.tools.javac.code.TypeTag typeTag String typeName String subjectClass String tolerantSubclass java.lang.Double nextNumber (java.lang.Number) Number actual double number boolean isIntolerantComparison (java.lang.Number, java.lang.Number) Number tolerance Number actual java.util.Optional suffixLiteralIfPossible (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) double asDouble NumberFormatException nfe com.sun.source.tree.LiteralTree literal com.google.errorprone.VisitorState state String literalString double asDouble volatile synthetic java.lang.Number nextNumber (java.lang.Number) }
com/google/errorprone/bugpatterns/IdentityBinaryExpression.class
IdentityBinaryExpression.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IdentityBinaryExpression extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERTION public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) String replacement String replacement String replacement String replacement String replacement String replacement com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state String replacement com.google.errorprone.matchers.Description$Builder description private static java.util.Optional isNanReplacement (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) String name String name com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab com.sun.tools.javac.code.Type type String name private static synthetic java.lang.String lambda$matchBinary$0 (java.lang.String) String r static void <clinit> () }
com/google/errorprone/bugpatterns/TryFailThrowable$MatchResult.class
TryFailThrowable.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.TryFailThrowable$MatchResult extends java.lang.Object { static final com.google.errorprone.bugpatterns.TryFailThrowable$MatchResult DOES_NOT_MATCH final com.sun.source.tree.StatementTree failStatement final com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType caughtType static com.google.errorprone.bugpatterns.TryFailThrowable$MatchResult matches (com.sun.source.tree.StatementTree, com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType) com.sun.source.tree.StatementTree failStatement com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType caughtType static com.google.errorprone.bugpatterns.TryFailThrowable$MatchResult doesNotMatch () void <init> (com.sun.source.tree.StatementTree, com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType) com.sun.source.tree.StatementTree failStatement com.google.errorprone.bugpatterns.TryFailThrowable$CaughtType caughtType boolean matched () static void <clinit> () }
com/google/errorprone/bugpatterns/MultipleTopLevelClasses.class
MultipleTopLevelClasses.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MultipleTopLevelClasses extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classMember com.sun.source.tree.Tree member com.sun.source.tree.Tree typeDecl com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.List names String message }
com/google/errorprone/bugpatterns/LoopOverCharArray$1.class
LoopOverCharArray.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LoopOverCharArray$1 extends com.sun.source.util.TreeScanner { final synthetic boolean[] val$result void <init> (boolean[]) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/BoxedPrimitiveConstructor.class
BoxedPrimitiveConstructor.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher TO_STRING private static final com.google.errorprone.matchers.Matcher HASH_CODE private static final com.google.errorprone.matchers.Matcher COMPARE_TO public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab private static com.google.errorprone.fixes.Fix buildFix (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) Object value com.google.errorprone.fixes.SuggestedFix$Builder fix String optionalCast String optionalSuffix String replacement com.sun.tools.javac.tree.JCTree$JCMethodInvocation compareTo com.sun.tools.javac.tree.JCTree$JCExpression rhs String optionalCast String optionalSuffix String prefixToArg String prefixToArg com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state boolean autoboxFix com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type type com.sun.tools.javac.tree.JCTree$JCExpression arg com.sun.tools.javac.code.Type argType com.sun.tools.javac.tree.JCTree parent String typeName com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus doubleAndFloatStatus String prefixToArg String suffix private static java.lang.String maybeCast (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type argType com.google.errorprone.util.ASTHelpers$TargetType targetType private static com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus doubleAndFloatStatus (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type argType com.sun.tools.javac.code.Types types private static boolean shouldAutoboxFix (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static java.lang.String literalFix (boolean, boolean) boolean value boolean autoboxFix private static java.lang.Object literalValue (com.sun.source.tree.Tree) com.sun.source.tree.Tree arg static void <clinit> () }
com/google/errorprone/bugpatterns/LoopConditionChecker$1.class
LoopConditionChecker.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.LoopConditionChecker$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/FieldCanBeLocal$2$1.class
FieldCanBeLocal.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeLocal$2$1 extends com.sun.source.util.TreePathScanner { java.util.Set unconditionallyAssigned final synthetic int val$depth final synthetic com.google.errorprone.bugpatterns.FieldCanBeLocal$2 this$1 void <init> (com.google.errorprone.bugpatterns.FieldCanBeLocal$2, int) com.google.errorprone.bugpatterns.FieldCanBeLocal$2 this$1 public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree assignmentTree Void unused com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$VarSymbol varSymbol public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused private void handleIdentifier (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$VarSymbol varSymbol public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree lambdaExpressionTree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/RobolectricShadowDirectlyOn.class
RobolectricShadowDirectlyOn.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.RobolectricShadowDirectlyOn extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath path com.sun.source.tree.Tree parentTree com.sun.source.tree.MethodInvocationTree parent com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol$MethodSymbol symbol String argReplacement private static synthetic java.lang.String lambda$matchMethodInvocation$0 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol$VarSymbol p com.sun.source.tree.ExpressionTree a static void <clinit> () }
com/google/errorprone/bugpatterns/InconsistentCapitalization$FieldScanner.class
InconsistentCapitalization.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InconsistentCapitalization$FieldScanner extends com.sun.source.util.TreeScanner { private final com.google.common.collect.ImmutableSet$Builder fields private final com.sun.tools.javac.code.Symbol classSymbol static com.google.common.collect.ImmutableSet findFields (com.sun.source.tree.ClassTree) com.sun.source.tree.ClassTree tree com.google.common.collect.ImmutableSet$Builder fieldsBuilder private void <init> (com.google.common.collect.ImmutableSet$Builder, com.sun.source.tree.Tree) com.google.common.collect.ImmutableSet$Builder fields com.sun.source.tree.Tree classTree public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AutoValue_CanBeStaticAnalyzer_CanBeStaticResult.class
AutoValue_CanBeStaticAnalyzer_CanBeStaticResult.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_CanBeStaticAnalyzer_CanBeStaticResult extends com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$CanBeStaticResult { private final boolean canPossiblyBeStatic private final com.google.common.collect.ImmutableSet methodsReferenced void <init> (boolean, com.google.common.collect.ImmutableSet) boolean canPossiblyBeStatic com.google.common.collect.ImmutableSet methodsReferenced public boolean canPossiblyBeStatic () public com.google.common.collect.ImmutableSet methodsReferenced () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$CanBeStaticResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/AutoValue_EqualsWrongThing_ComparisonPair.class
AutoValue_EqualsWrongThing_ComparisonPair.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_EqualsWrongThing_ComparisonPair extends com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair { private final com.sun.tools.javac.code.Symbol lhs private final com.sun.tools.javac.code.Symbol rhs void <init> (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol lhs com.sun.tools.javac.code.Symbol rhs com.sun.tools.javac.code.Symbol lhs () com.sun.tools.javac.code.Symbol rhs () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/DoNotMockChecker.class
DoNotMockChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DoNotMockChecker extends com.google.errorprone.bugpatterns.AbstractMockChecker { private static final com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor MOCKED_VAR public void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/RxReturnValueIgnored.class
RxReturnValueIgnored.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.RxReturnValueIgnored extends com.google.errorprone.bugpatterns.AbstractReturnValueIgnored { private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_MAP private static boolean hasCirvAnnotation (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol untypedSymbol com.sun.tools.javac.code.Symbol$MethodSymbol sym private static boolean isExemptedMethod (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description description public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description description public com.google.errorprone.matchers.Matcher specializedMatcher () private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$440e95ff$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$hasCirvAnnotation$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Symbol$MethodSymbol superSym static void <clinit> () }
com/google/errorprone/bugpatterns/MissingFail$IgnoredEnclosingMethodMatcher.class
MissingFail.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MissingFail$IgnoredEnclosingMethodMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private void <init> () public boolean matches (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree enclosingMethodTree javax.lang.model.element.Name name public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/InconsistentHashCode$FieldAccessFinder.class
InconsistentHashCode.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.InconsistentHashCode$FieldAccessFinder extends com.sun.source.util.TreeScanner { private final com.google.errorprone.matchers.Matcher acceptableMethods private final java.util.Map knownMethods private final com.google.common.collect.ImmutableSet$Builder accessedFields private final com.google.errorprone.VisitorState state private final com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol private boolean failed private static com.google.errorprone.bugpatterns.InconsistentHashCode$FieldAccessFinder scanMethod (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.sun.source.tree.MethodTree methodTree private static com.google.errorprone.bugpatterns.InconsistentHashCode$FieldAccessFinder scanMethod (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.source.tree.MethodTree, java.util.Map, com.google.errorprone.matchers.Matcher) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.sun.source.tree.MethodTree methodTree java.util.Map knownMethods com.google.errorprone.matchers.Matcher acceptableMethods com.google.errorprone.bugpatterns.InconsistentHashCode$FieldAccessFinder finder private void <init> (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$ClassSymbol, java.util.Map, com.google.errorprone.matchers.Matcher) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol java.util.Map knownMethods com.google.errorprone.matchers.Matcher acceptableMethods public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused com.sun.tools.javac.code.Symbol$MethodSymbol symbol public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.MemberSelectTree tree Void unused com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree e public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused com.sun.tools.javac.code.Symbol symbol private void handleSymbol (com.sun.tools.javac.code.Symbol) String name com.sun.tools.javac.code.Symbol symbol private com.google.common.collect.ImmutableSet accessedFields () public boolean failed () public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/TryWithResourcesVariable.class
TryWithResourcesVariable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TryWithResourcesVariable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.sun.source.tree.ExpressionTree initializer String name com.sun.source.tree.Tree resource com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/StringSplitter$1.class
StringSplitter.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.StringSplitter$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic java.util.List val$uses final synthetic com.google.errorprone.bugpatterns.StringSplitter this$0 void <init> (com.google.errorprone.bugpatterns.StringSplitter, com.sun.tools.javac.code.Symbol$VarSymbol, java.util.List) com.google.errorprone.bugpatterns.StringSplitter this$0 public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ArrayHashCode.class
ArrayHashCode.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ArrayHashCode extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher varargsHashCodeMethodMatcher private static final com.google.errorprone.matchers.Matcher jdk7HashCodeMethodMatcher private static final com.google.errorprone.matchers.Matcher instanceHashCodeMethodMatcher public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree arg com.sun.tools.javac.code.Type elemType com.sun.source.tree.ExpressionTree arg com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Types types private static java.lang.String rewriteArrayArgument (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree arg com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type argType static void <clinit> () }
com/google/errorprone/bugpatterns/ComparisonContractViolated.class
ComparisonContractViolated.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ComparisonContractViolated extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPARABLE_CLASS_MATCHER private static final com.google.errorprone.matchers.Matcher COMPARATOR_METHOD_MATCHER private static final com.google.errorprone.matchers.Matcher COMPARATOR_CLASS_MATCHER private static final com.sun.source.tree.TreeVisitor CONSTANT_VISITOR public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) boolean trueFirst boolean trueFirst String compareType String compareType com.sun.source.tree.ConditionalExpressionTree condTree com.sun.source.tree.ExpressionTree conditionExpr com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult trueConst com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult falseConst boolean trueFirst com.sun.source.tree.BinaryTree binaryExpr com.sun.tools.javac.code.Type ty com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab com.sun.source.tree.ExpressionTree first com.sun.source.tree.ExpressionTree second String compareType com.sun.source.tree.ReturnTree returnTree com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree declaringClass java.util.Set seenResults com.sun.source.tree.TreeVisitor visitReturnExpression static void <clinit> () }
com/google/errorprone/bugpatterns/MissingSuperCall.class
MissingSuperCall.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MissingSuperCall extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher ANNOTATION_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree methodTree com.sun.tools.javac.code.Symbol$MethodSymbol methodSym com.sun.tools.javac.code.Symbol annotationSym public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType annotationType com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSym String annotatedSuperMethod String matchedAnnotationSimpleName com.sun.source.util.TreeScanner findSuper private static java.lang.String getMethodName (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSym private static synthetic com.google.errorprone.matchers.Matcher lambda$static$0 (com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType) com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType anno static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryBoxedVariable.class
UnnecessaryBoxedVariable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher VALUE_OF_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner usages private java.util.Optional handleVariable (com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type unboxed com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner usages com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol varSymbol private java.util.Optional fixVariable (com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type unboxed com.google.errorprone.bugpatterns.UnnecessaryBoxedVariable$FindBoxedUsagesScanner usages com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.AnnotationTree nullableAnnotation private static java.util.Optional unboxed (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type unboxed private static void fixNullCheckInvocations (java.util.List, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState) com.sun.source.tree.StatementTree statementTree com.sun.source.tree.MethodInvocationTree methodInvocation com.google.errorprone.util.ASTHelpers$TargetType targetType com.sun.source.util.TreePath pathForTree java.util.List nullCheckInvocations com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state private static void fixMethodInvocations (java.util.List, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Type receiverType com.sun.source.tree.MemberSelectTree methodSelect com.sun.source.tree.MethodInvocationTree methodInvocation java.util.List simpleMethodInvocations com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state private static void fixCastingInvocations (java.util.List, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type unboxedReceiverType com.sun.source.tree.MethodInvocationTree castInvocation com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Type expressionType com.sun.source.util.TreePath castPath java.util.List castMethodInvocations com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state private static boolean variableMatches (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree leaf com.sun.source.tree.EnhancedForLoopTree node com.sun.tools.javac.code.Type expressionType com.sun.tools.javac.code.Type elemtype com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Type initializerType private static boolean isBoxableType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type unboxedType private static boolean canChangeMethodSignature (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static boolean isBoxed (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/IgnoredPureGetter.class
IgnoredPureGetter.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.IgnoredPureGetter extends com.google.errorprone.bugpatterns.AbstractReturnValueIgnored { private static final com.google.errorprone.suppliers.Supplier MESSAGE_LITE private static final com.google.errorprone.suppliers.Supplier MUTABLE_MESSAGE_LITE void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions protected com.google.errorprone.matchers.Matcher specializedMatcher () public com.google.common.collect.ImmutableMap getMatchMetadata (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected com.google.errorprone.matchers.Description describeReturnValueIgnored (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.google.errorprone.matchers.Description$Builder builder com.sun.source.tree.ExpressionTree receiver private static boolean isPureGetter (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static java.util.Optional pureGetterKind (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol rawSymbol com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Symbol owner public volatile synthetic com.google.common.collect.ImmutableMap getMatchMetadata (java.lang.Object, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableMap lambda$getMatchMetadata$0 (com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind) com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind kind private static synthetic com.sun.tools.javac.code.Type lambda$static$7cee880$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$ab3ff7f9$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/VarChecker$1.class
VarChecker.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.VarChecker$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/ProtoBuilderReturnValueIgnored.class
ProtoBuilderReturnValueIgnored.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ProtoBuilderReturnValueIgnored extends com.google.errorprone.bugpatterns.AbstractReturnValueIgnored { private static final com.google.errorprone.matchers.Matcher BUILDER public static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.matchers.Matcher ROOT_INVOCATIONS_TO_IGNORE void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Matcher specializedMatcher () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description description private static com.google.common.collect.ImmutableList generateFixes (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder simpleFixBuilder com.sun.source.tree.ExpressionTree receiver com.google.errorprone.fixes.SuggestedFix simpleFix com.google.errorprone.fixes.SuggestedFix withRequiredFieldCheck private static boolean doesNotTerminateInNewBuilder (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$doesNotTerminateInNewBuilder$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t static void <clinit> () }
com/google/errorprone/bugpatterns/DistinctVarargsChecker.class
DistinctVarargsChecker.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.DistinctVarargsChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IMMUTABLE_SET_VARARGS_MATCHER private static final com.google.errorprone.matchers.Matcher ALL_DISTINCT_ARG_MATCHER private static final com.google.errorprone.matchers.Matcher EVEN_PARITY_DISTINCT_ARG_MATCHER private static final com.google.errorprone.matchers.Matcher EVEN_AND_ODD_PARITY_DISTINCT_ARG_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) int index java.util.List arguments int index java.util.List evenParityArguments java.util.List oddParityArguments com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableListMultimap argumentsByString (com.google.errorprone.VisitorState, java.util.List) int i com.google.errorprone.VisitorState state java.util.List arguments com.google.common.collect.ImmutableListMultimap$Builder result private com.google.errorprone.matchers.Description checkDistinctArgumentsWithFix (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) java.util.Map$Entry entry com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix java.util.List arguments com.google.common.collect.ImmutableListMultimap argumentsByString private transient com.google.errorprone.matchers.Description checkDistinctArguments (com.google.errorprone.VisitorState, java.util.List[]) java.util.Map$Entry entry com.google.common.collect.ImmutableListMultimap argumentsByString java.util.List arguments com.google.errorprone.VisitorState state java.util.List[] argumentsList private synthetic void lambda$checkDistinctArguments$1 (com.google.errorprone.VisitorState, java.util.List, java.lang.Integer) com.google.errorprone.VisitorState state java.util.List arguments Integer index private static synthetic void lambda$checkDistinctArgumentsWithFix$0 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, java.util.List, java.lang.Integer) com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix com.google.errorprone.VisitorState state java.util.List arguments Integer index static void <clinit> () }
com/google/errorprone/bugpatterns/ImmutableMemberCollection.class
ImmutableMemberCollection.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ImmutableMemberCollection extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.common.collect.ImmutableSet MUTATING_METHODS private static final com.google.common.collect.ImmutableSet REPLACEABLE_TYPES private static final com.google.errorprone.matchers.Matcher PRIVATE_FINAL_VAR_MATCHER private static final com.google.errorprone.matchers.Matcher EXCLUSIONS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap replaceableVars java.util.HashSet isPotentiallyMutated com.google.common.collect.ImmutableSetMultimap$Builder initTreesBuilder com.google.common.collect.ImmutableSetMultimap initTrees com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix private static java.util.Optional isReplaceable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar lambda$isReplaceable$8 (com.sun.source.tree.VariableTree, com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType) com.sun.source.tree.VariableTree tree com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType type private static synthetic boolean lambda$isReplaceable$7 (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType type private static synthetic void lambda$matchClass$6 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.common.collect.ImmutableSetMultimap, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar) com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix com.google.common.collect.ImmutableSetMultimap initTrees com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar replaceableVar private static synthetic boolean lambda$matchClass$5 (com.google.common.collect.ImmutableSetMultimap, com.google.errorprone.VisitorState, java.util.HashSet, com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar) com.google.common.collect.ImmutableSetMultimap initTrees com.google.errorprone.VisitorState state java.util.HashSet isPotentiallyMutated com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar var private static synthetic com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar lambda$matchClass$4 (com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar) com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar var private static synthetic java.util.stream.Stream lambda$matchClass$3 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree varTree private synthetic boolean lambda$matchClass$2 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree member private static synthetic boolean lambda$matchClass$1 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree member private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree member private static synthetic boolean lambda$static$ff02708c$1 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/RestrictedApiChecker.class
RestrictedApiChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.RestrictedApiChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private static final com.google.common.collect.ImmutableSet ALLOWLIST_ANNOTATION_NAMES public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Attribute$Compound restrictedApi private static com.sun.source.tree.Tree getAnnotationArgumentTree (com.sun.source.tree.AnnotationTree, java.lang.String) com.sun.source.tree.AnnotationTree tree String name private static boolean isVariableTreeWithName (com.sun.source.tree.AssignmentTree, java.lang.String) com.sun.source.tree.AssignmentTree tree String name com.sun.source.tree.ExpressionTree variable public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state private static com.sun.tools.javac.code.Type dropImplicitEnclosingInstanceParameter (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol anonymousClassConstructor com.sun.tools.javac.code.Type type com.sun.tools.javac.util.List params private static boolean hasEnclosingExpression (com.sun.source.tree.NewClassTree) com.sun.source.tree.NewClassTree tree java.util.List arguments private static com.sun.tools.javac.code.Symbol$MethodSymbol superclassConstructorSymbol (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol constructor com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$TypeSymbol superclass com.sun.tools.javac.code.Type anonymousClassType com.sun.tools.javac.code.Type matchingConstructorType public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkMethodUse (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.source.tree.ExpressionTree where com.google.errorprone.VisitorState state com.sun.tools.javac.code.Attribute$Compound annotation private static com.sun.tools.javac.code.Attribute$Compound getRestrictedApiAnnotation (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkRestriction (com.sun.tools.javac.code.Attribute$Compound, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) java.util.regex.PatternSyntaxException e com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit String path com.sun.tools.javac.code.Attribute$Compound attribute com.sun.source.tree.Tree where com.google.errorprone.VisitorState state com.google.errorprone.annotations.RestrictedApi restriction boolean warn boolean allow com.google.errorprone.BugPattern$SeverityLevel level com.google.errorprone.matchers.Description$Builder description private static com.google.errorprone.matchers.Matcher shouldAllow (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound api java.util.Optional allowlistAnnotations private static com.google.errorprone.matchers.Matcher shouldAllowWithWarning (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound api java.util.Optional allowlistWithWarningAnnotations private synthetic com.google.errorprone.matchers.Description lambda$checkMethodUse$5 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree where com.sun.tools.javac.code.Symbol$MethodSymbol superWithRestrictedApi private static synthetic boolean lambda$checkMethodUse$4 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol t private static synthetic boolean lambda$superclassConstructorSymbol$3 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type anonymousClassType com.sun.tools.javac.code.Type matchingConstructorType com.sun.tools.javac.code.Symbol member private static synthetic boolean lambda$getAnnotationArgumentTree$2 (java.lang.String, com.sun.source.tree.AssignmentTree) String name com.sun.source.tree.AssignmentTree arg private static synthetic com.sun.source.tree.AssignmentTree lambda$getAnnotationArgumentTree$1 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg private static synthetic boolean lambda$getAnnotationArgumentTree$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree arg static void <clinit> () }
com/google/errorprone/bugpatterns/LoopConditionChecker.class
LoopConditionChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LoopConditionChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ForLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$DoWhileLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$WhileLoopTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.DoWhileLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.ForLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.WhileLoopTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description check (com.sun.source.tree.ExpressionTree, com.google.common.collect.ImmutableList) com.sun.source.tree.Tree tree com.sun.source.tree.ExpressionTree condition com.google.common.collect.ImmutableList loopBodyTrees com.google.common.collect.ImmutableSet conditionVars }
com/google/errorprone/bugpatterns/ComplexBooleanConstant$2.class
ComplexBooleanConstant.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ComplexBooleanConstant$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_StaticImports_StaticImportInfo.class
AutoValue_StaticImports_StaticImportInfo.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_StaticImports_StaticImportInfo extends com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo { private final String importedName private final String canonicalName private final com.google.common.base.Optional simpleName private final com.google.common.collect.ImmutableSet members void <init> (java.lang.String, java.lang.String, com.google.common.base.Optional, com.google.common.collect.ImmutableSet) String importedName String canonicalName com.google.common.base.Optional simpleName com.google.common.collect.ImmutableSet members public java.lang.String importedName () public java.lang.String canonicalName () public com.google.common.base.Optional simpleName () public com.google.common.collect.ImmutableSet members () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/ReplacementVariableFinder.class
ReplacementVariableFinder.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ReplacementVariableFinder extends java.lang.Object { private void <init> () public static com.google.common.collect.ImmutableList fixesByReplacingExpressionWithLocallyDeclaredField (com.sun.source.tree.ExpressionTree, java.util.function.Predicate, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree input java.util.function.Predicate validFieldPredicate com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMultimap potentialReplacements public static com.google.common.collect.ImmutableList fixesByReplacingExpressionWithMethodParameter (com.sun.source.tree.ExpressionTree, java.util.function.Predicate, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree input java.util.function.Predicate validParameterPredicate com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMultimap potentialReplacements private static com.google.common.collect.ImmutableList buildValidReplacements (com.google.common.collect.Multimap, java.util.function.Function) com.google.common.collect.Multimap potentialReplacements java.util.function.Function replacementFunction private static java.util.stream.Collector collectByEditDistanceTo (java.lang.String) String baseName private static java.lang.String simpleNameOfIdentifierOrMemberAccess (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree String name private static synthetic com.sun.tools.javac.tree.JCTree$JCVariableDecl lambda$collectByEditDistanceTo$3 (com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.tools.javac.tree.JCTree$JCVariableDecl varDecl private static synthetic java.lang.Integer lambda$collectByEditDistanceTo$2 (java.lang.String, com.sun.tools.javac.tree.JCTree$JCVariableDecl) String baseName com.sun.tools.javac.tree.JCTree$JCVariableDecl varDecl private static synthetic com.google.errorprone.fixes.Fix lambda$fixesByReplacingExpressionWithMethodParameter$1 (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.source.tree.ExpressionTree input com.sun.tools.javac.tree.JCTree$JCVariableDecl var private static synthetic com.google.errorprone.fixes.Fix lambda$fixesByReplacingExpressionWithLocallyDeclaredField$0 (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.source.tree.ExpressionTree input com.sun.tools.javac.tree.JCTree$JCVariableDecl var }
com/google/errorprone/bugpatterns/CanonicalDuration$Api.class
CanonicalDuration.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.CanonicalDuration$Api extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.CanonicalDuration$Api JAVA public static final enum com.google.errorprone.bugpatterns.CanonicalDuration$Api JODA private final String durationFullyQualifiedName private static final synthetic com.google.errorprone.bugpatterns.CanonicalDuration$Api[] $VALUES public static com.google.errorprone.bugpatterns.CanonicalDuration$Api[] values () public static com.google.errorprone.bugpatterns.CanonicalDuration$Api valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String durationFullyQualifiedName java.lang.String getDurationFullyQualifiedName () private static synthetic com.google.errorprone.bugpatterns.CanonicalDuration$Api[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/SerializableReads.class
SerializableReads.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.SerializableReads extends java.lang.Object { public static final com.google.common.collect.ImmutableSet BANNED_OBJECT_INPUT_STREAM_METHODS private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/UnicodeInCode.class
UnicodeInCode.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnicodeInCode extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) int i com.google.common.collect.Range range com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.RangeSet violations String sourceCode com.google.common.collect.ImmutableRangeSet permissibleUnicodeRegions private static boolean isAcceptableAscii (java.lang.String, int) String sourceCode int i char c private static boolean isAcceptableAscii (char) char c private static com.google.common.collect.ImmutableRangeSet commentsAndLiterals (com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.VisitorState state String source com.google.common.collect.ImmutableList tokens private static synthetic com.google.common.collect.Range lambda$commentsAndLiterals$3 (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment c private static synthetic java.util.stream.Stream lambda$commentsAndLiterals$2 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic com.google.common.collect.Range lambda$commentsAndLiterals$1 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t private static synthetic boolean lambda$commentsAndLiterals$0 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t }
com/google/errorprone/bugpatterns/ConstantPatternCompile$3.class
ConstantPatternCompile.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ConstantPatternCompile$3 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic com.google.common.collect.ImmutableList$Builder val$usesBuilder void <init> (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.common.collect.ImmutableList$Builder) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MemoizeConstantVisitorStateLookups.class
MemoizeConstantVisitorStateLookups.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher CONSTANT_LOOKUP private static final com.google.errorprone.matchers.Matcher MEMOIZE_CALL public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description fixLookupsInClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) java.util.Map$Entry useSites com.sun.tools.javac.util.Name methodName java.util.List instances com.sun.tools.javac.util.Name methodName java.util.List instances java.util.Map$Entry usage String argument java.util.Map usages java.util.Map$Entry lookup com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList lookups java.util.Map groupedCallSites com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.common.collect.ImmutableSortedSet$Builder membersToAdd com.sun.source.tree.MethodInvocationTree fixTree private com.google.common.collect.ImmutableList findConstantLookups (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList$Builder result private static void memoizeSupplier (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, java.util.function.Consumer, java.lang.String, com.sun.tools.javac.util.Name, java.util.List, java.util.function.BiFunction) com.sun.source.tree.ExpressionTree visitorStateExpr com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite instance com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.function.Consumer memberConsumer String argument com.sun.tools.javac.util.Name methodName java.util.List instances java.util.function.BiFunction namingStrategy com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite prototype com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Symbol$TypeSymbol returnType String returnTypeName String newConstantPrefix String newConstantName private static com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite bestCallsite (java.util.List) java.util.List instances private static synthetic java.lang.IllegalArgumentException lambda$bestCallsite$8 () private static synthetic int lambda$bestCallsite$7 (com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite) com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite callsite private static synthetic com.sun.source.tree.MethodInvocationTree lambda$fixLookupsInClass$6 (com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite) com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite cs private static synthetic java.lang.String lambda$fixLookupsInClass$5 (java.lang.String, java.lang.String) String name String type private static synthetic java.lang.String lambda$fixLookupsInClass$4 (java.lang.String, java.lang.String) String name String type private static synthetic com.sun.tools.javac.util.Name lambda$fixLookupsInClass$3 (com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite) com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite callSite private static synthetic java.lang.String lambda$fixLookupsInClass$2 (com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite) com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$CallSite callSite private synthetic void lambda$matchCompilationUnit$1 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t private static synthetic boolean lambda$matchCompilationUnit$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractMustBeClosedChecker.class
AbstractMustBeClosedChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker extends com.google.errorprone.bugpatterns.BugChecker { private static final String MUST_BE_CLOSED_ANNOTATION_NAME protected static final com.google.errorprone.matchers.Matcher HAS_MUST_BE_CLOSED_ANNOTATION private static final com.google.errorprone.matchers.Matcher CLOSE_METHOD private static final com.google.errorprone.matchers.Matcher MOCKITO_MATCHER public void <init> () protected com.google.errorprone.matchers.Description scanEntireMethodFor (com.google.errorprone.matchers.Matcher, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.source.tree.BlockTree body com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester com.google.common.collect.Multiset closeBraceLocations com.sun.source.tree.Tree[] firstIssuedFixLocation private final java.util.Optional matchNewClassOrMethodInvocation (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester protected boolean exemptChange (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private java.util.Optional checkClosed (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ConditionalExpressionTree conditionalExpressionTree com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type streamType com.sun.source.tree.MemberSelectTree memberSelectTree com.sun.tools.javac.code.Symbol$VarSymbol var com.sun.tools.javac.code.Symbol sym com.sun.source.util.TreePath prev com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester com.sun.source.tree.MethodTree callerMethodTree com.sun.source.util.TreePath path protected java.util.Optional fix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester private static java.util.Optional handleTailPositionInLambda (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.LambdaExpressionTree lambda private static java.util.Optional findingWithNoFix () private static com.sun.source.tree.MethodTree enclosingMethod (com.google.errorprone.VisitorState) com.sun.source.tree.Tree node com.google.errorprone.VisitorState state private static boolean isClosedInFinallyClause (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.util.TreePath, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol var com.sun.source.util.TreePath path com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.source.tree.BlockTree block int idx com.sun.source.tree.StatementTree next com.sun.source.tree.TryTree tryTree boolean[] closed private static java.util.Optional chooseFixType (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester com.sun.source.util.TreePath path com.sun.source.tree.Tree parent com.sun.source.tree.StatementTree stmt com.sun.tools.javac.code.Symbol$VarSymbol varSym private static java.util.Optional introduceSingleStatementTry (com.sun.source.tree.ExpressionTree, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.StatementTree stmt com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester com.google.errorprone.fixes.SuggestedFix$Builder fix String name private static java.util.Optional extractToResourceInCurrentTry (com.sun.source.tree.ExpressionTree, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.StatementTree declaringStatement com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester com.sun.tools.javac.code.Type type String name com.google.errorprone.fixes.SuggestedFix$Builder fix private static java.util.Optional splitVariableDeclarationAroundTry (com.sun.source.tree.ExpressionTree, com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.VariableTree var com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$NameSuggester suggester int initPos int afterTypePos String name private static java.util.Optional wrapTryFinallyAroundVariableScope (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree decl com.google.errorprone.VisitorState state com.sun.source.tree.BlockTree enclosingBlock com.sun.source.tree.Tree declTree String declType private synthetic boolean lambda$matchNewClassOrMethodInvocation$1 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change unusedFix private static synthetic void lambda$scanEntireMethodFor$0 (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.Tree, int) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.Tree t int count static void <clinit> () }
com/google/errorprone/bugpatterns/SubstringOfZero.class
SubstringOfZero.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.SubstringOfZero extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher SUBSTRING_CALLS private static final com.google.errorprone.matchers.Matcher ARGUMENT_IS_ZERO private static final com.google.errorprone.matchers.Matcher SUBSTRING_CALLS_WITH_ZERO_ARG public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.Fix removeSubstringCall (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree originalString private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$744f5796$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ModifyCollectionInEnhancedForLoop$1.class
ModifyCollectionInEnhancedForLoop.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ModifyCollectionInEnhancedForLoop$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/ReachabilityFenceUsage$1.class
ReachabilityFenceUsage.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ReachabilityFenceUsage$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/ErrorMessages.class
ErrorMessages.java package com.google.errorprone.bugpatterns.checkreturnvalue public com.google.errorprone.bugpatterns.checkreturnvalue.ErrorMessages extends java.lang.Object { private void <init> () public static java.lang.String annotationOnVoid (java.lang.String, java.lang.String) String annotation String elementType public static java.lang.String conflictingAnnotations (java.util.List, java.lang.String) java.util.List annotations String elementType public static java.lang.String invocationResultIgnored (java.lang.String, java.lang.String, java.lang.String) String shortCall String assignmentToUnused String apiTrailer String shortCallWithoutNew public static java.lang.String methodReferenceIgnoresResult (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) String shortCall String methodReference String implementedMethod String assignmentLambda String apiTrailer String shortCallWithoutNew private static java.lang.String removeNewPrefix (java.lang.String) String shortCall private static synthetic java.lang.String lambda$conflictingAnnotations$0 (java.lang.String) String a }
com/google/errorprone/bugpatterns/checkreturnvalue/AutoValue_ResultUseRule_Evaluation.class
AutoValue_ResultUseRule_Evaluation.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.AutoValue_ResultUseRule_Evaluation extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$Evaluation { private final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule private final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope private final Object element private final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope Object element com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule () public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope () public java.lang.Object element () public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$Evaluation that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/checkreturnvalue/NoCanIgnoreReturnValueOnClasses.class
NoCanIgnoreReturnValueOnClasses.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String CRV private static final String CIRV private static final String EXTRA_SUFFIX static final String METHOD_COMMENT static final String CTOR_COMMENT private static final com.google.errorprone.matchers.MultiMatcher HAS_CIRV_ANNOTATION public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.MultiMatcher$MultiMatchResult cirvAnnotation com.google.errorprone.fixes.SuggestedFix$Builder fix String cirvName static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/Rules.class
Rules.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.Rules extends java.lang.Object { private void <init> () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule globalDefault (java.util.Optional, java.util.Optional) java.util.Optional methodDefault java.util.Optional constructorDefault public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule mapAnnotationSimpleName (java.lang.String, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy) String simpleName com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy private static synthetic boolean lambda$mapAnnotationSimpleName$0 (java.lang.String, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) String simpleName com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState st }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUseRule$RuleScope.class
ResultUseRule.java package com.google.errorprone.bugpatterns.checkreturnvalue public final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope METHOD public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope ENCLOSING_ELEMENTS public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope GLOBAL private static final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope[] $VALUES public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope[] values () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/ExternalCanIgnoreReturnValue$MethodPredicate.class
ExternalCanIgnoreReturnValue.java package com.google.errorprone.bugpatterns.checkreturnvalue abstract com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate extends java.lang.Object { public abstract boolean methodMatches (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/checkreturnvalue/PackagesRule.class
PackagesRule.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.PackagesRule extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$SymbolRule { private final com.google.errorprone.suppliers.Supplier packagesSupplier public static com.google.errorprone.bugpatterns.checkreturnvalue.PackagesRule fromPatterns (java.lang.Iterable) Iterable patterns private void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList patterns public final java.lang.String id () public java.util.Optional evaluate (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) Boolean value com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state public volatile synthetic java.util.Optional evaluate (java.lang.Object, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.google.common.collect.ImmutableMap lambda$new$5fa2f35b$1 (com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) String pattern com.google.common.collect.ImmutableList patterns com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap$Builder builder }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUsePolicyAnalyzer.class
ResultUsePolicyAnalyzer.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyAnalyzer extends java.lang.Object { public abstract java.lang.String canonicalName () public abstract java.util.Set allNames () public abstract boolean isCovered (java.lang.Object, java.lang.Object) public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy getMethodPolicy (java.lang.Object, java.lang.Object) public com.google.common.collect.ImmutableMap getMatchMetadata (java.lang.Object, java.lang.Object) Object expression Object context }
com/google/errorprone/bugpatterns/checkreturnvalue/Api.class
Api.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.Api extends java.lang.Object { private static final com.google.common.base.Joiner COMMA_JOINER public void <init> () public abstract java.lang.String className () public abstract java.lang.String methodName () public abstract com.google.common.collect.ImmutableList parameterTypes () public final java.lang.String toString () boolean isConstructor () public static com.google.errorprone.bugpatterns.checkreturnvalue.Api parse (java.lang.String) String api static com.google.errorprone.bugpatterns.checkreturnvalue.Api parseFromStringWithoutWhitespace (java.lang.String) String api static com.google.errorprone.bugpatterns.checkreturnvalue.Api internalCreate (java.lang.String, java.lang.String, com.google.common.collect.ImmutableList) String className String methodName com.google.common.collect.ImmutableList params private static com.google.errorprone.bugpatterns.checkreturnvalue.Api parse (java.lang.String, boolean) String api boolean assumeNoWhitespace com.google.errorprone.bugpatterns.checkreturnvalue.Api$Parser p String className String methodName com.google.common.collect.ImmutableList paramList static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUseRule$SymbolRule.class
ResultUseRule.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$SymbolRule extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule { private static final com.google.common.collect.ImmutableSet SCOPES public void <init> () public final com.google.common.collect.ImmutableSet scopes () static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/BuilderReturnThis$1.class
BuilderReturnThis.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis$1 extends com.sun.source.util.TreeScanner { final synthetic boolean[] val$result final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis this$0 void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis, boolean[], com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis this$0 public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree tree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree tree Void unused private boolean returnsThis (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUseRule$GlobalRule.class
ResultUseRule.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$GlobalRule extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule { private static final com.google.common.collect.ImmutableSet SCOPES public void <init> () public final com.google.common.collect.ImmutableSet scopes () static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/CanIgnoreReturnValueSuggester$1ReturnValuesFromMethodAreIgnorable.class
CanIgnoreReturnValueSuggester.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.CanIgnoreReturnValueSuggester$1ReturnValuesFromMethodAreIgnorable extends com.sun.source.util.TreeScanner { private final com.google.errorprone.VisitorState state private final com.sun.tools.javac.code.Type enclosingClassType private final com.sun.tools.javac.code.Type methodReturnType private boolean atLeastOneReturn private boolean allReturnsIgnorable private void <init> (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methSymbol public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree returnTree Void unused private boolean isIgnorableMethodCallOnSameInstance (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree mit com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol$MethodSymbol calledMethod com.sun.source.tree.ReturnTree returnTree com.google.errorprone.VisitorState state public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/ExternalCanIgnoreReturnValue$1.class
ExternalCanIgnoreReturnValue.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$1 extends java.lang.Object implements com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate { final synthetic com.google.common.collect.ImmutableSet val$apis void <init> (com.google.common.collect.ImmutableSet) public boolean methodMatches (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.VisitorState state private java.lang.String apiSignature (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types }
com/google/errorprone/bugpatterns/checkreturnvalue/ExternalCanIgnoreReturnValue$ConfigParser$2.class
ExternalCanIgnoreReturnValue.java package com.google.errorprone.bugpatterns.checkreturnvalue final enum com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser$2 extends com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate load (java.lang.String) throws java.io.IOException String file }
com/google/errorprone/bugpatterns/checkreturnvalue/ProtoRules$ProtoRule.class
ProtoRules.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.ProtoRules$ProtoRule extends com.google.errorprone.bugpatterns.checkreturnvalue.Rules$ErrorProneMethodRule { private static final java.util.regex.Pattern NAMED_MUTATOR_METHOD private final com.google.errorprone.predicates.TypePredicate typePredicate private final String id void <init> (com.google.errorprone.predicates.TypePredicate, java.lang.String) com.google.errorprone.predicates.TypePredicate typePredicate String id public java.lang.String id () public java.util.Optional evaluateMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) String methodName com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.errorprone.VisitorState state private boolean isProtoSubtype (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type ownerType com.google.errorprone.VisitorState state private static boolean isMutatingAccessorMethod (java.lang.String) String name public volatile synthetic java.util.Optional evaluateMethod (java.lang.Object, java.lang.Object) static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUseRule$Evaluation.class
ResultUseRule.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$Evaluation extends java.lang.Object { public void <init> () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$Evaluation create (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope Object element com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule () public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope () public abstract java.lang.Object element () public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy () }
com/google/errorprone/bugpatterns/checkreturnvalue/CanIgnoreReturnValueSuggester$1.class
CanIgnoreReturnValueSuggester.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.CanIgnoreReturnValueSuggester$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public java.lang.Boolean visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused public java.lang.Boolean visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void unused public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUsePolicyEvaluator$ScopeEvaluator.class
ResultUsePolicyEvaluator.java package com.google.errorprone.bugpatterns.checkreturnvalue abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator extends java.lang.Object { public abstract java.util.Optional evaluateForScope (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/CanIgnoreReturnValueSuggester$1AllReturnsAreInputParams.class
CanIgnoreReturnValueSuggester.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.CanIgnoreReturnValueSuggester$1AllReturnsAreInputParams extends com.sun.source.util.TreeScanner { private final java.util.Set returnedSymbols void <init> () public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree returnTree Void unused public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/AutoValueRules.class
AutoValueRules.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.AutoValueRules extends java.lang.Object { private void <init> () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule autoValues () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule autoValueBuilders () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule autoBuilders () }
com/google/errorprone/bugpatterns/checkreturnvalue/AutoValueRules$AbstractAutoRule.class
AutoValueRules.java package com.google.errorprone.bugpatterns.checkreturnvalue abstract com.google.errorprone.bugpatterns.checkreturnvalue.AutoValueRules$AbstractAutoRule extends com.google.errorprone.bugpatterns.checkreturnvalue.Rules$ErrorProneMethodRule { private static final String PACKAGE private final String simpleAnnotation private final String qualifiedAnnotation void <init> (java.lang.String) String simpleAnnotation public java.lang.String id () protected abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy autoMethodPolicy (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) public java.util.Optional evaluateMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.errorprone.VisitorState state public volatile synthetic java.util.Optional evaluateMethod (java.lang.Object, java.lang.Object) private synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy lambda$evaluateMethod$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private synthetic boolean lambda$evaluateMethod$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol m }
com/google/errorprone/bugpatterns/checkreturnvalue/AutoValueRules$ValueRule.class
AutoValueRules.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.AutoValueRules$ValueRule extends com.google.errorprone.bugpatterns.checkreturnvalue.AutoValueRules$AbstractAutoRule { void <init> () protected com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy autoMethodPolicy (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol abstractMethod com.sun.tools.javac.code.Symbol$ClassSymbol autoClass com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUsePolicyEvaluator.class
ResultUsePolicyEvaluator.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator extends java.lang.Object { private final com.google.common.collect.ImmutableListMultimap rules private final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo methodInfo public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder builder (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo methodInfo private void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder builder public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy evaluate (java.lang.Object, java.lang.Object) Object method Object state public java.util.stream.Stream evaluations (java.lang.Object, java.lang.Object) Object method Object state private java.util.stream.Stream evaluateAcrossScopes (java.lang.Object, java.lang.Object, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator) Object method Object state com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator scopeEvaluator private java.util.stream.Stream evaluateForScope (java.lang.Object, java.lang.Object, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope) Object method Object state com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator scopeEvaluator com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope com.google.common.collect.ImmutableList scopeRules private static synthetic java.util.stream.Stream lambda$evaluateForScope$5 (com.google.common.collect.ImmutableList, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, java.lang.Object) com.google.common.collect.ImmutableList scopeRules com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator scopeEvaluator com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope Object state Object symbol private static synthetic java.util.Optional lambda$evaluateForScope$4 (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, java.lang.Object, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator scopeEvaluator com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope Object symbol Object state com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule private synthetic java.util.stream.Stream lambda$evaluateAcrossScopes$3 (java.lang.Object, java.lang.Object, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope) Object method Object state com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$ScopeEvaluator scopeEvaluator com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope private static synthetic java.util.Optional lambda$evaluate$2 (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, java.lang.Object) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope Object symbol Object context private static synthetic java.util.stream.Stream lambda$new$1 (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule private static synthetic java.util.Map$Entry lambda$new$0 (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUsePolicyEvaluator$MethodInfo.class
ResultUsePolicyEvaluator.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo extends java.lang.Object { public abstract java.util.stream.Stream scopeMembers (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, java.lang.Object) public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind getMethodKind (java.lang.Object) public com.google.common.collect.ImmutableList scopes (java.lang.Object) Object method }
com/google/errorprone/bugpatterns/checkreturnvalue/ProtoRules.class
ProtoRules.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.ProtoRules extends java.lang.Object { private void <init> () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule protoBuilders () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule mutableProtos () }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUseRule.class
ResultUseRule.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule extends java.lang.Object { public void <init> () public abstract java.lang.String id () public abstract com.google.common.collect.ImmutableSet scopes () public abstract java.util.Optional evaluate (java.lang.Object, java.lang.Object) public final java.util.Optional evaluate (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, java.lang.Object) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope Object symbol Object context public final java.lang.String toString () private synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$Evaluation lambda$evaluate$0 (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope, java.lang.Object, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope scope Object symbol com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUsePolicyEvaluator$Builder.class
ResultUsePolicyEvaluator.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder extends java.lang.Object { private final java.util.List rules private final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo methodInfo private void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo methodInfo public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder addRule (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule rule public transient com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder addRules (com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule[]) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule[] rules public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$Builder addRules (java.lang.Iterable) Iterable rules public com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator build () }
com/google/errorprone/bugpatterns/checkreturnvalue/ApiFactory.class
ApiFactory.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.ApiFactory extends java.lang.Object { private static final com.sun.tools.javac.code.Type$StructuralTypeMapping ANNOTATION_REMOVER public static com.google.errorprone.bugpatterns.checkreturnvalue.Api fromSymbol (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Types types static java.lang.String fullyErasedAndUnannotatedType (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type erasedType com.sun.tools.javac.code.Type unannotatedType public static com.sun.tools.javac.code.Type cloneWithoutMetadata (com.sun.tools.javac.code.Type) java.lang.reflect.Method method Class annotations java.lang.reflect.Method method NoSuchMethodException e ReflectiveOperationException e com.sun.tools.javac.code.Type type private void <init> () private static synthetic java.lang.String lambda$fromSymbol$0 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$VarSymbol p static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/ExternalCanIgnoreReturnValue$ConfigParser$1.class
ExternalCanIgnoreReturnValue.java package com.google.errorprone.bugpatterns.checkreturnvalue final enum com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser$1 extends com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate load (java.lang.String) throws java.io.IOException String file }
com/google/errorprone/bugpatterns/checkreturnvalue/Rules$SimpleRule.class
Rules.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.Rules$SimpleRule extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$SymbolRule { private final String name private final java.util.function.BiPredicate predicate private final com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy private void <init> (java.lang.String, java.util.function.BiPredicate, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy) String name java.util.function.BiPredicate predicate com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy policy public java.lang.String id () public java.util.Optional evaluate (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state public volatile synthetic java.util.Optional evaluate (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/AutoValueRules$BuilderRule.class
AutoValueRules.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.AutoValueRules$BuilderRule extends com.google.errorprone.bugpatterns.checkreturnvalue.AutoValueRules$AbstractAutoRule { void <init> (java.lang.String) String annotation protected com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy autoMethodPolicy (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol abstractMethod com.sun.tools.javac.code.Symbol$ClassSymbol autoClass com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/checkreturnvalue/NoCanIgnoreReturnValueOnClasses$1.class
NoCanIgnoreReturnValueOnClasses.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$cirvName final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses this$0 void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) String trailingComment com.sun.source.tree.MethodTree methodTree Void unused private boolean alwaysReturnsThis () java.util.concurrent.atomic.AtomicBoolean allReturnThis java.util.concurrent.atomic.AtomicBoolean atLeastOneReturn private boolean shouldAddCirv (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUseRule$MethodRule.class
ResultUseRule.java package com.google.errorprone.bugpatterns.checkreturnvalue public abstract com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$MethodRule extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule { private static final com.google.common.collect.ImmutableSet SCOPES private final Class methodSymbolClass protected void <init> (java.lang.Class) Class methodSymbolClass public final com.google.common.collect.ImmutableSet scopes () public abstract java.util.Optional evaluateMethod (java.lang.Object, java.lang.Object) public final java.util.Optional evaluate (java.lang.Object, java.lang.Object) Object symbol Object context static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/UnnecessarilyUsedValue.class
UnnecessarilyUsedValue.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.UnnecessarilyUsedValue extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree assignmentTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expressionTree public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree initializer private static boolean isMethodInvocationLike (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree initializer private static boolean isTryResource (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree expression com.google.errorprone.VisitorState state com.sun.source.tree.TryTree tryTree private static boolean isIgnorable (com.sun.source.tree.ExpressionTree, javax.lang.model.element.Name) com.sun.source.tree.ExpressionTree methodInvocationTree javax.lang.model.element.Name name }
com/google/errorprone/bugpatterns/checkreturnvalue/ExternalCanIgnoreReturnValue.class
ExternalCanIgnoreReturnValue.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue extends com.google.errorprone.bugpatterns.checkreturnvalue.Rules$ErrorProneMethodRule { private static final String EXTERNAL_API_EXCLUSION_LIST private static final String EXCLUSION_LIST_PARSER private static final com.google.errorprone.suppliers.Supplier EXTERNAL_RULE_EVALUATOR public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule externalIgnoreList () private void <init> () public java.lang.String id () public java.util.Optional evaluateMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.errorprone.VisitorState state static com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate loadConfigListFromFile (java.lang.String, com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser) java.io.IOException e String filename com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser configParser private static com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate configByInterpretingMethodsAsStrings (com.google.common.io.CharSource) throws java.io.IOException com.google.common.collect.ImmutableSet apis java.util.stream.Stream lines com.google.common.io.CharSource file com.google.common.collect.ImmutableSet apis private static com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate configByParsingApiObjects (com.google.common.io.CharSource) throws java.io.IOException com.google.common.collect.ImmutableSetMultimap apis java.util.stream.Stream lines com.google.common.io.CharSource file com.google.common.collect.ImmutableSetMultimap apis public static java.lang.String surroundingClass (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public static java.lang.String methodNameAndParams (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Types types private static boolean methodParametersMatch (com.google.common.collect.ImmutableList, com.sun.tools.javac.util.List, com.sun.tools.javac.code.Types) com.google.common.collect.ImmutableList parameters com.sun.tools.javac.util.List methodParams com.sun.tools.javac.code.Types types private static java.lang.String paramsString (com.sun.tools.javac.code.Types, com.sun.tools.javac.util.List) com.sun.tools.javac.code.Types types com.sun.tools.javac.util.List params public volatile synthetic java.util.Optional evaluateMethod (java.lang.Object, java.lang.Object) private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic java.lang.String lambda$paramsString$7 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$VarSymbol p private static synthetic java.lang.String lambda$methodParametersMatch$6 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$VarSymbol p private static synthetic boolean lambda$configByParsingApiObjects$5 (com.google.common.collect.ImmutableSetMultimap, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSetMultimap apis com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.VisitorState state private static synthetic boolean lambda$configByParsingApiObjects$4 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.checkreturnvalue.Api) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.checkreturnvalue.Api api private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.Api lambda$configByParsingApiObjects$3 (com.google.errorprone.bugpatterns.checkreturnvalue.Api) com.google.errorprone.bugpatterns.checkreturnvalue.Api api private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate lambda$static$9087547b$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$static$2 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol m com.google.errorprone.VisitorState s private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate lambda$static$1 (com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.VisitorState state String filename private static synthetic boolean lambda$static$0 (java.lang.String) String s static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/Rules$SimpleGlobalRule.class
Rules.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.Rules$SimpleGlobalRule extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$GlobalRule { private final String id private final java.util.Optional methodDefault private final java.util.Optional constructorDefault private void <init> (java.lang.String, java.util.Optional, java.util.Optional) String id java.util.Optional methodDefault java.util.Optional constructorDefault public java.lang.String id () public java.util.Optional evaluate (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState context public volatile synthetic java.util.Optional evaluate (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/ApiFactory$1.class
ApiFactory.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.ApiFactory$1 extends com.sun.tools.javac.code.Type$StructuralTypeMapping { void <init> () public com.sun.tools.javac.code.Type visitType (com.sun.tools.javac.code.Type, java.lang.Void) com.sun.tools.javac.code.Type t Void unused public com.sun.tools.javac.code.Type visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Void) com.sun.tools.javac.code.Type$ClassType t Void unused public com.sun.tools.javac.code.Type visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Void) com.sun.tools.javac.code.Type$ArrayType t Void unused public volatile synthetic com.sun.tools.javac.code.Type visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic com.sun.tools.javac.code.Type visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic com.sun.tools.javac.code.Type visitType (com.sun.tools.javac.code.Type, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/BuilderReturnThis.class
BuilderReturnThis.java package com.google.errorprone.bugpatterns.checkreturnvalue public com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String CRV public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.fixes.SuggestedFix$Builder fix String crvName private static boolean instanceReturnsBuilder (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass com.sun.tools.javac.code.Type returnType boolean nonThisReturns (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state boolean[] result }
com/google/errorprone/bugpatterns/checkreturnvalue/BuilderReturnThis$1$1.class
BuilderReturnThis.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis$1$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis$1 this$1 void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis$1) com.google.errorprone.bugpatterns.checkreturnvalue.BuilderReturnThis$1 this$1 public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Boolean visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void unused public java.lang.Boolean visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused public java.lang.Boolean visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUsePolicy.class
ResultUsePolicy.java package com.google.errorprone.bugpatterns.checkreturnvalue public final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy EXPECTED public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy OPTIONAL public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy UNSPECIFIED private static final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy[] $VALUES public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy[] values () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicy[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/ResultUsePolicyEvaluator$MethodInfo$MethodKind.class
ResultUsePolicyEvaluator.java package com.google.errorprone.bugpatterns.checkreturnvalue public final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind METHOD public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind CONSTRUCTOR public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind OTHER private final com.google.common.collect.ImmutableList scopes private static final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind[] $VALUES public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind[] values () public static com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind valueOf (java.lang.String) String name private transient void <init> (java.lang.String, int, com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope[]) com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$RuleScope[] scopes private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ResultUsePolicyEvaluator$MethodInfo$MethodKind[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/Rules$ErrorProneMethodRule.class
Rules.java package com.google.errorprone.bugpatterns.checkreturnvalue abstract com.google.errorprone.bugpatterns.checkreturnvalue.Rules$ErrorProneMethodRule extends com.google.errorprone.bugpatterns.checkreturnvalue.ResultUseRule$MethodRule { void <init> () }
com/google/errorprone/bugpatterns/checkreturnvalue/Api$Parser.class
Api.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.Api$Parser extends java.lang.Object { private final String api private final boolean assumeNoWhitespace private int position void <init> (java.lang.String, boolean) String api boolean assumeNoWhitespace java.lang.String owningType () char next StringBuilder buffer String type java.lang.String methodName () char next StringBuilder buffer boolean isConstructor boolean finishedConstructor String methodName com.google.common.collect.ImmutableList parameters () char next StringBuilder buffer com.google.common.collect.ImmutableList$Builder paramBuilder boolean emptyList private java.lang.String consumeParam (java.lang.StringBuilder) char c int k StringBuilder buffer String parameter boolean parsingArrayStart boolean hasArraySpecifiers private char nextLookingFor (char) char delimiter char next void ensureNoMoreCharacters () private static void check (boolean, java.lang.String, java.lang.String) boolean condition String api String reason }
com/google/errorprone/bugpatterns/checkreturnvalue/CanIgnoreReturnValueSuggester.class
CanIgnoreReturnValueSuggester.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.CanIgnoreReturnValueSuggester extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String AUTO_VALUE private static final String IMMUTABLE private static final String CRV private static final String CIRV private static final com.google.errorprone.suppliers.Supplier PROTO_BUILDER private static final com.google.common.collect.ImmutableSet BANNED_METHOD_PREFIXES public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol String methodName private com.google.errorprone.matchers.Description annotateWithCanIgnoreReturnValue (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.AnnotationTree riuAnnotation private static boolean isAbstractAutoValueOrAutoBuilderMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol owner private static boolean classLooksLikeBuilder (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol owner com.google.errorprone.VisitorState state boolean classIsImmutable private static boolean isSimpleReturnThisMethod (com.sun.source.tree.MethodTree) com.sun.source.tree.StatementTree onlyStatement com.sun.source.tree.MethodTree methodTree private static boolean isIdentifier (com.sun.source.tree.ExpressionTree, java.lang.String) com.sun.source.tree.ExpressionTree expr String identifierName private static boolean returnsThisOrSelf (com.sun.source.tree.ReturnTree) com.sun.source.tree.ReturnTree returnTree private static boolean maybeCastThis (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static boolean isDefinitionOfZeroArgSelf (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static boolean methodReturnsIgnorableValues (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.checkreturnvalue.CanIgnoreReturnValueSuggester$1ReturnValuesFromMethodAreIgnorable scanner private static boolean methodAlwaysReturnsInputParam (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.checkreturnvalue.CanIgnoreReturnValueSuggester$1AllReturnsAreInputParams scanner com.sun.tools.javac.code.Symbol returnedSymbol com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$e9ef0ff7$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/NoCanIgnoreReturnValueOnClasses$1$1$1.class
NoCanIgnoreReturnValueOnClasses.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1$1$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1$1 this$2 void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1$1) com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1$1 this$2 public java.lang.Boolean visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void unused public java.lang.Boolean visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void unused public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/UsingJsr305CheckReturnValue.class
UsingJsr305CheckReturnValue.java package com.google.errorprone.bugpatterns.checkreturnvalue public final com.google.errorprone.bugpatterns.checkreturnvalue.UsingJsr305CheckReturnValue extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ImportTreeMatcher { private static final String EP_CRV private static final String JSR305_CRV private static final com.google.errorprone.suppliers.Supplier JSR305_TYPE public void <init> () public com.google.errorprone.matchers.Description matchImport (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.ImportTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type jsr305Type private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$1b7e7f71$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/ExternalCanIgnoreReturnValue$ConfigParser.class
ExternalCanIgnoreReturnValue.java package com.google.errorprone.bugpatterns.checkreturnvalue abstract enum com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser AS_STRINGS public static final enum com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser PARSE_TOKENS private static final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser[] $VALUES public static com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser[] values () public static com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$MethodPredicate load (java.lang.String) throws java.io.IOException private static synthetic com.google.errorprone.bugpatterns.checkreturnvalue.ExternalCanIgnoreReturnValue$ConfigParser[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/checkreturnvalue/NoCanIgnoreReturnValueOnClasses$1$1.class
NoCanIgnoreReturnValueOnClasses.java package com.google.errorprone.bugpatterns.checkreturnvalue com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1$1 extends com.sun.source.util.TreePathScanner { private final java.util.Set thises final synthetic java.util.concurrent.atomic.AtomicBoolean val$atLeastOneReturn final synthetic java.util.concurrent.atomic.AtomicBoolean val$allReturnThis final synthetic com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1 this$1 void <init> (com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1, java.util.concurrent.atomic.AtomicBoolean, java.util.concurrent.atomic.AtomicBoolean) com.google.errorprone.bugpatterns.checkreturnvalue.NoCanIgnoreReturnValueOnClasses$1 this$1 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree returnTree Void unused private boolean isThis (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree returnExpression public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree node Void unused private boolean maybeCastThis (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/checkreturnvalue/AutoValue_Api.class
AutoValue_Api.java package com.google.errorprone.bugpatterns.checkreturnvalue final com.google.errorprone.bugpatterns.checkreturnvalue.AutoValue_Api extends com.google.errorprone.bugpatterns.checkreturnvalue.Api { private final String className private final String methodName private final com.google.common.collect.ImmutableList parameterTypes void <init> (java.lang.String, java.lang.String, com.google.common.collect.ImmutableList) String className String methodName com.google.common.collect.ImmutableList parameterTypes public java.lang.String className () public java.lang.String methodName () public com.google.common.collect.ImmutableList parameterTypes () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.checkreturnvalue.Api that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/UseEnumSwitch.class
UseEnumSwitch.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UseEnumSwitch extends com.google.errorprone.bugpatterns.AbstractUseSwitch { public void <init> () protected java.lang.String getExpressionForCase (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Symbol sym }
com/google/errorprone/bugpatterns/AutoValueFinalMethods.class
AutoValueFinalMethods.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AutoValueFinalMethods extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String MEMOIZED private static final com.google.errorprone.matchers.Matcher METHOD_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) java.util.Optional optionalSuggestedFix com.sun.source.tree.MethodTree method com.sun.source.tree.Tree memberTree String message com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.List matchedMethods com.sun.source.tree.MethodTree firstMatchedMethod static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValueBuilderDefaultsInConstructor$1.class
AutoValueBuilderDefaultsInConstructor.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AutoValueBuilderDefaultsInConstructor$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$symbol final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$defaultSetters void <init> (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void unused public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/InstanceOfAndCastMatchWrongType$CastingMatcher.class
InstanceOfAndCastMatchWrongType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InstanceOfAndCastMatchWrongType$CastingMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { com.sun.source.tree.Tree nodeToReplace private void <init> () public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree ifTree com.sun.source.tree.ExpressionTree expressionTree com.google.errorprone.bugpatterns.InstanceOfAndCastMatchWrongType$TreeScannerInstanceOfWrongType treeScannerInstanceOfWrongType com.sun.source.tree.Tree treeInstance com.sun.tools.javac.code.Types types com.sun.source.tree.InstanceOfTree instanceOfTree int pos boolean isCastable com.sun.source.tree.ExpressionTree typeCastExp boolean isSameExpression com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath pathToTop }
com/google/errorprone/bugpatterns/AutoValue_UngroupedOverloads_OverloadKey.class
AutoValue_UngroupedOverloads_OverloadKey.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_UngroupedOverloads_OverloadKey extends com.google.errorprone.bugpatterns.UngroupedOverloads$OverloadKey { private final javax.lang.model.element.Name name void <init> (javax.lang.model.element.Name) javax.lang.model.element.Name name javax.lang.model.element.Name name () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.UngroupedOverloads$OverloadKey that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/DeadException.class
DeadException.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DeadException extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { public static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Fix fix com.sun.source.tree.NewClassTree newClassTree com.google.errorprone.VisitorState state com.sun.source.tree.StatementTree parent boolean isLastStatement com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/PublicApiNamedStreamShouldReturnStream.class
PublicApiNamedStreamShouldReturnStream.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.PublicApiNamedStreamShouldReturnStream extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String STREAM private static final com.google.errorprone.matchers.Matcher CONFUSING_PUBLIC_API_STREAM_MATCHER public void <init> () private static boolean returnTypeDoesNotEndsWithStream (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type returnType public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/EmptyCatch.class
EmptyCatch.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.EmptyCatch extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CatchTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCatch (com.sun.source.tree.CatchTree, com.google.errorprone.VisitorState) com.sun.source.tree.CatchTree tree com.google.errorprone.VisitorState state com.sun.source.tree.BlockTree block private static synthetic boolean lambda$matchCatch$0 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken t }
com/google/errorprone/bugpatterns/SelfAssignment.class
SelfAssignment.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SelfAssignment extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher NON_NULL_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree initializer com.sun.source.tree.Tree parent com.sun.source.tree.MemberSelectTree rhs com.sun.tools.javac.code.Symbol rhsClass com.sun.tools.javac.code.Symbol lhsClass private static com.sun.source.tree.ExpressionTree skipCast (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expression private static com.sun.source.tree.ExpressionTree stripNullCheck (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocation com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description describeForVarDecl (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state String varDeclStr int equalsIndex public com.google.errorprone.matchers.Description describeForAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type rhsType com.sun.tools.javac.code.Type lhsType com.sun.source.tree.AssignmentTree assignmentTree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.google.errorprone.fixes.Fix fix com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.google.common.collect.ImmutableList exploratoryFieldFixes private static synthetic boolean lambda$describeForAssignment$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.tools.javac.code.Type lhsType com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCVariableDecl var private static synthetic boolean lambda$describeForAssignment$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.sun.tools.javac.code.Type rhsType com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCVariableDecl varDecl static void <clinit> () }
com/google/errorprone/bugpatterns/CatchFail.class
CatchFail.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CatchFail extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher { private static final com.google.errorprone.matchers.Matcher FAIL_METHOD private static final com.google.errorprone.suppliers.Supplier EXPECTED private static final com.google.errorprone.suppliers.Supplier ORG_JUNIT_TEST public void <init> () public com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList catchBlocks com.google.errorprone.matchers.Description$Builder description private static java.lang.String getMessageOrFormat (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static java.util.Optional rethrowFix (com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableList catchBlocks com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.Optional deleteFix (com.sun.source.tree.TryTree, com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState) String source java.util.List tryStatements String throwsString com.sun.source.tree.TryTree tree com.google.common.collect.ImmutableList catchBlocks com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.MethodTree enclosing java.util.List thrownTypes com.sun.tools.javac.code.Types types com.google.common.collect.ImmutableList toThrow private static boolean isExpectedExceptionTest (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.VisitorState state com.sun.tools.javac.code.Attribute$Compound attribute private boolean catchVariableIsUsed (com.sun.source.tree.CatchTree) com.sun.source.tree.CatchTree c com.sun.tools.javac.code.Symbol$VarSymbol sym boolean[] found private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Symbol lambda$static$e324bac1$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$df80d687$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic java.lang.String lambda$deleteFix$7 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type t private static synthetic boolean lambda$deleteFix$6 (java.util.List, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type) java.util.List thrownTypes com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type t private static synthetic boolean lambda$deleteFix$5 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type t com.sun.tools.javac.code.Type x private static synthetic java.util.stream.Stream lambda$deleteFix$4 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type t private static synthetic com.sun.tools.javac.code.Type lambda$deleteFix$3 (com.sun.source.tree.CatchTree) com.sun.source.tree.CatchTree c private static synthetic void lambda$rethrowFix$2 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.CatchTree) String message com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.CatchTree c com.sun.source.tree.StatementTree statementTree com.sun.source.tree.MethodInvocationTree methodInvocationTree private synthetic boolean lambda$matchTry$1 (com.sun.source.tree.CatchTree) com.sun.source.tree.CatchTree c private static synthetic boolean lambda$matchTry$0 (com.google.errorprone.VisitorState, com.sun.source.tree.CatchTree) com.google.errorprone.VisitorState state com.sun.source.tree.CatchTree c static void <clinit> () }
com/google/errorprone/bugpatterns/Finally.class
Finally.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.Finally extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ContinueTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ThrowTreeMatcher com.google.errorprone.bugpatterns.BugChecker$BreakTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchContinue (com.sun.source.tree.ContinueTree, com.google.errorprone.VisitorState) com.sun.source.tree.ContinueTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchBreak (com.sun.source.tree.BreakTree, com.google.errorprone.VisitorState) com.sun.source.tree.BreakTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.VisitorState) com.sun.source.tree.ThrowTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$Fixer.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer extends java.lang.Object { public abstract java.util.Optional getReplacement (boolean, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/TypeParameterUnusedInFormals$TypeParameterFinder.class
TypeParameterUnusedInFormals.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.TypeParameterUnusedInFormals$TypeParameterFinder extends com.sun.tools.javac.code.Types$DefaultTypeVisitor { private final java.util.Set seen private void <init> () static java.util.Set visit (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type com.google.errorprone.bugpatterns.TypeParameterUnusedInFormals$TypeParameterFinder visitor public java.lang.Void visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Void) com.sun.tools.javac.code.Type t com.sun.tools.javac.code.Type$ClassType type Void unused public void visitIntersectionClassType (com.sun.tools.javac.code.Type$IntersectionClassType) com.sun.tools.javac.code.Type component com.sun.tools.javac.code.Type$IntersectionClassType type public java.lang.Void visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Void) com.sun.tools.javac.code.Type$WildcardType type Void unused public java.lang.Void visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Void) com.sun.tools.javac.code.Type$ArrayType type Void unused public java.lang.Void visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Void) com.sun.tools.javac.code.Type$TypeVar type Void unused public java.lang.Void visitType (com.sun.tools.javac.code.Type, java.lang.Void) com.sun.tools.javac.code.Type type Void unused public volatile synthetic java.lang.Object visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) }
com/google/errorprone/bugpatterns/JdkObsolete$6.class
JdkObsolete.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.JdkObsolete$6 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/BigDecimalLiteralDouble.class
BigDecimalLiteralDouble.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BigDecimalLiteralDouble extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final java.math.BigInteger LONG_MAX private static final java.math.BigInteger LONG_MIN private static final String BIG_DECIMAL private static final com.google.errorprone.matchers.Matcher BIGDECIMAL_DOUBLE_CONSTRUCTOR public void <init> () private static boolean floatingPointArgument (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg private com.google.errorprone.matchers.Description createDescription (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) java.math.BigDecimal intendedValue ArithmeticException e long longValue com.sun.source.tree.ExpressionTree arg com.google.errorprone.VisitorState state Number literalNumber double literal String literalString java.math.BigDecimal intendedValue java.math.BigDecimal actualValue java.util.Optional integralValue private com.google.errorprone.matchers.Description suggestReplacement (com.sun.source.tree.ExpressionTree, java.math.BigDecimal, java.lang.String) com.sun.source.tree.ExpressionTree tree java.math.BigDecimal actualValue String replacement private static java.util.Optional asBigInteger (java.math.BigDecimal) ArithmeticException e java.math.BigDecimal v private static boolean isWithinLongRange (java.math.BigInteger) java.math.BigInteger v static void <clinit> () }
com/google/errorprone/bugpatterns/TruthGetOrDefault$Match.class
TruthGetOrDefault.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.TruthGetOrDefault$Match extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.TruthGetOrDefault$Match SAME public static final enum com.google.errorprone.bugpatterns.TruthGetOrDefault$Match DIFFERENT public static final enum com.google.errorprone.bugpatterns.TruthGetOrDefault$Match UNKNOWN private static final synthetic com.google.errorprone.bugpatterns.TruthGetOrDefault$Match[] $VALUES public static com.google.errorprone.bugpatterns.TruthGetOrDefault$Match[] values () public static com.google.errorprone.bugpatterns.TruthGetOrDefault$Match valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.TruthGetOrDefault$Match[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_ProtoRedundantSet_SingleField.class
AutoValue_ProtoRedundantSet_SingleField.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ProtoRedundantSet_SingleField extends com.google.errorprone.bugpatterns.ProtoRedundantSet$SingleField { private final String name void <init> (java.lang.String) String name java.lang.String getName () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ProtoRedundantSet$SingleField that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/ComparisonContractViolated$ComparisonResult.class
ComparisonContractViolated.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult NEGATIVE_CONSTANT public static final enum com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult ZERO public static final enum com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult POSITIVE_CONSTANT public static final enum com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult NONCONSTANT private static final synthetic com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult[] $VALUES public static com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult[] values () public static com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.ComparisonContractViolated$ComparisonResult[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/NoAllocationChecker$2.class
NoAllocationChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NoAllocationChecker$2 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCExpression a com.sun.tools.javac.code.Symbol$VarSymbol p com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCMethodInvocation methodInvocation java.util.List arguments com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol java.util.List params int numArgs int i java.util.Iterator argument java.util.Iterator param public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/StringSplitter.class
StringSplitter.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.StringSplitter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_REGEX_PATTERN public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.Optional fix public java.util.Optional buildFix (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ArrayAccessTree arrayAccessTree com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.util.TreePath path com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree arg com.sun.source.tree.Tree parent com.sun.source.tree.VariableTree varTree com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.source.util.TreePath enclosing java.util.List uses com.google.errorprone.fixes.SuggestedFix$Builder fix boolean[] needsList boolean[] needsMutableList com.sun.source.tree.Tree varType boolean isImplicitlyTyped private static java.lang.String getMethodAndArgument (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree origArg com.google.errorprone.VisitorState state String argSource com.sun.source.tree.Tree arg String constValue java.util.Optional regexAsLiteral String escaped private static com.google.errorprone.fixes.SuggestedFix$Builder replaceWithSplitter (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, java.lang.String, boolean) String methodAndArgument com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree arg com.google.errorprone.VisitorState state String splitMethod boolean mutableList com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Type receiverType private static com.sun.source.util.TreePath findEnclosing (com.google.errorprone.VisitorState) com.sun.source.util.TreePath path com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$733cbde3$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryBoxedAssignment.class
UnnecessaryBoxedAssignment.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryBoxedAssignment extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher VALUE_OF_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description matchCommon (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expression com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.source.tree.ExpressionTree arg com.sun.tools.javac.code.Type argType private static boolean isBoxableType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type unboxedType private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryMethodReference.class
UnnecessaryMethodReference.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnnecessaryMethodReference extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private static final com.google.common.collect.ImmutableList KNOWN_ALIASES public void <init> () public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.google.errorprone.util.ASTHelpers$TargetType targetType com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Scope members private static boolean isFunctionalInterfaceInvocation (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol memberReferenceTarget com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state private static boolean isKnownAlias (com.sun.source.tree.MemberReferenceTree, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic boolean lambda$isKnownAlias$1 (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.UnnecessaryMethodReference$KnownAlias) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.google.errorprone.bugpatterns.UnnecessaryMethodReference$KnownAlias k private static synthetic boolean lambda$matchMemberReference$0 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.util.ASTHelpers$TargetType, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.util.ASTHelpers$TargetType targetType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym static void <clinit> () }
com/google/errorprone/bugpatterns/DepAnn.class
DepAnn.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DepAnn extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description checkDeprecatedAnnotation (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/JdkObsolete.class
JdkObsolete.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JdkObsolete extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { static final com.google.common.collect.ImmutableMap OBSOLETE static final com.google.errorprone.matchers.Matcher MATCHER_STRINGBUFFER private static final com.google.errorprone.matchers.Matcher MOCKITO_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) boolean[] found com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol constructor com.sun.tools.javac.code.Symbol owner com.google.errorprone.matchers.Description description public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.tools.javac.code.Symbol$ClassSymbol symbol public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private com.google.errorprone.matchers.Description describeIfObsolete (com.sun.source.tree.Tree, java.lang.Iterable, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.JdkObsolete$Obsolete obsolete com.google.errorprone.matchers.Description$Builder description com.sun.tools.javac.code.Type type com.sun.source.tree.Tree tree Iterable types com.google.errorprone.VisitorState state private static com.sun.tools.javac.code.Type getMethodOrLambdaReturnType (com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state static com.sun.tools.javac.code.Type getTargetType (com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type type com.sun.source.tree.MethodInvocationTree tree int idx com.sun.tools.javac.code.Type methodType com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.tools.javac.code.Type type com.sun.source.tree.Tree tree private static java.util.Optional linkedListFix (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Symbol sym String replacement com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types private static java.util.Optional stringBufferFix (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.Tree tree com.sun.source.tree.NewClassTree newClassTree com.sun.source.tree.Tree parent com.sun.source.tree.VariableTree varTree com.sun.tools.javac.code.Symbol$VarSymbol varSym com.sun.source.util.TreePath methodPath boolean[] escape com.google.errorprone.fixes.SuggestedFix$Builder fix private static com.sun.source.util.TreePath findEnclosingMethod (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private boolean shouldSkip (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.source.util.TreePath path com.sun.source.tree.MethodTree enclosingMethod private boolean mockingObsoleteMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.source.tree.MethodTree enclosingMethod com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type boolean[] found private static boolean implementingObsoleteMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.source.tree.MethodTree enclosingMethod com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$MethodSymbol method private static synthetic com.google.errorprone.bugpatterns.JdkObsolete$Obsolete lambda$static$0 (com.google.errorprone.bugpatterns.JdkObsolete$Obsolete) com.google.errorprone.bugpatterns.JdkObsolete$Obsolete x static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryStringBuilder.class
UnnecessaryStringBuilder.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryStringBuilder extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.errorprone.matchers.Matcher APPEND private static final com.google.errorprone.matchers.Matcher TO_STRING private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_APPENDABLE private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_CHARSEQUENCE public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argument com.sun.source.util.TreePath parentPath com.sun.source.util.TreePath grandParent com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.VariableTree variableTree com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state java.util.List parts com.sun.source.util.TreePath path com.google.errorprone.util.ASTHelpers$TargetType target com.sun.source.tree.Tree leaf boolean isRewritableVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym boolean[] ok private static boolean isUsedAsStringBuilder (com.google.errorprone.VisitorState, com.google.errorprone.util.ASTHelpers$TargetType) com.google.errorprone.VisitorState state com.google.errorprone.util.ASTHelpers$TargetType target private static java.lang.String replacement (com.google.errorprone.VisitorState, java.util.List) com.google.errorprone.VisitorState state java.util.List parts private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$d9983134$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$8a78f9f7$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic java.lang.String lambda$replacement$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree x String source static void <clinit> () }
com/google/errorprone/bugpatterns/NullableConstructor.class
NullableConstructor.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NullableConstructor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.source.tree.AnnotationTree annotation }
com/google/errorprone/bugpatterns/AsyncFunctionReturnsNull.class
AsyncFunctionReturnsNull.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AsyncFunctionReturnsNull extends com.google.errorprone.bugpatterns.AbstractAsyncTypeReturnsNull { public void <init> () }
com/google/errorprone/bugpatterns/InsecureCipherMode.class
InsecureCipherMode.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InsecureCipherMode extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String MESSAGE_BASE private static final com.google.errorprone.matchers.Matcher CIPHER_GETINSTANCE_MATCHER private static final com.google.errorprone.matchers.Matcher KEY_STRUCTURE_GETINSTANCE_MATCHER public void <init> () private com.google.errorprone.matchers.Description buildErrorMessage (com.sun.source.tree.MethodInvocationTree, java.lang.String) com.sun.source.tree.MethodInvocationTree tree String explanation com.google.errorprone.matchers.Description$Builder description String message private com.google.errorprone.matchers.Description identifyEcbVulnerability (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree Object argument String transformation private com.google.errorprone.matchers.Description identifyDiffieHellmanAndDsaVulnerabilities (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree Object argument String algorithm public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description description com.google.errorprone.matchers.Description checkInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/MathAbsoluteNegative.class
MathAbsoluteNegative.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MathAbsoluteNegative extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher POSSIBLY_NEGATIVE_ABS_VAL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/URLEqualsHashCode.class
URLEqualsHashCode.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.URLEqualsHashCode extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final String URL_CLASS private static final com.google.errorprone.matchers.Matcher CONTAINER_MATCHER private static final com.google.errorprone.matchers.Matcher METHOD_INVOCATION_MATCHER private static final com.google.errorprone.suppliers.Supplier JAVA_NET_URL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$77ed8ccf$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ByteBufferBackingArray.class
ByteBufferBackingArray.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ByteBufferBackingArray extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher BYTE_BUFFER_ARRAY_MATCHER private static final com.google.errorprone.matchers.Matcher BYTE_BUFFER_ARRAY_OFFSET_MATCHER private static final com.google.errorprone.matchers.Matcher BYTE_BUFFER_ALLOWED_INITIALIZERS_MATCHER private static final com.google.errorprone.matchers.Matcher BYTE_BUFFER_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree enclosingMethod com.sun.source.tree.ClassTree enclosingClass java.util.Optional validMemberTree com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol bufferSymbol private static boolean isValidInitializerOrNotAByteBuffer (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree receiver com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchMethodInvocation$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol bufferSymbol com.sun.source.tree.Tree memberTree static void <clinit> () }
com/google/errorprone/bugpatterns/NonOverridingEquals$CastScanner.class
NonOverridingEquals.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NonOverridingEquals$CastScanner extends com.sun.source.util.TreeScanner { private void <init> () public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.bugpatterns.NonOverridingEquals$CastState) com.sun.source.tree.IdentifierTree node com.google.errorprone.bugpatterns.NonOverridingEquals$CastState state public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ModifiedButNotUsed$1.class
ModifiedButNotUsed.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ModifiedButNotUsed$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$symbol final synthetic java.util.List val$initializers final synthetic com.google.errorprone.bugpatterns.ModifiedButNotUsed this$0 void <init> (com.google.errorprone.bugpatterns.ModifiedButNotUsed, com.sun.tools.javac.code.Symbol$VarSymbol, java.util.List) com.google.errorprone.bugpatterns.ModifiedButNotUsed this$0 public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree node Void unused public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) }
com/google/errorprone/bugpatterns/DangerousLiteralNullChecker$NullReplacementRule$Builder.class
DangerousLiteralNullChecker.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder setKlass (com.sun.tools.javac.util.Name) abstract com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder setMethod (com.sun.tools.javac.util.Name) abstract com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder setReplacementBody (java.lang.String) abstract com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule build () }
com/google/errorprone/bugpatterns/ModifiedButNotUsed$UnusedScanner.class
ModifiedButNotUsed.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ModifiedButNotUsed$UnusedScanner extends com.sun.source.util.TreePathScanner { private final com.sun.tools.javac.code.Symbol symbol private final com.google.errorprone.VisitorState state private final com.google.errorprone.matchers.Matcher matcher private final java.util.List usageSites private boolean isUsed private void <init> (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher matcher public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree assignmentTree Void unused private com.google.common.collect.ImmutableList buildFixes (java.util.List) java.util.List arguments java.util.List arguments com.sun.source.util.TreePath path java.util.List keepingSideEffects com.sun.source.tree.StatementTree enclosingStatement com.sun.source.util.TreePath usageSite java.util.List removals boolean encounteredSideEffects com.google.errorprone.fixes.SuggestedFix$Builder withoutSideEffects com.google.errorprone.fixes.SuggestedFix$Builder withSideEffects public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private synthetic java.lang.String lambda$buildFixes$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree e }
com/google/errorprone/bugpatterns/DoNotCallSuggester.class
DoNotCallSuggester.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DoNotCallSuggester extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.common.collect.ImmutableSet METHOD_PREFIXES_TO_IGNORE private static final com.google.common.collect.ImmutableSet METHOD_SUBSTRINGS_TO_IGNORE private static final com.google.common.collect.ImmutableSet ANNOTATIONS_TO_IGNORE private static final com.google.common.collect.ImmutableSet PARENT_CLASS_TO_IGNORE private static final com.google.common.collect.ImmutableSet RETURNED_SUPER_TYPES_TO_IGNORE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type parentClassType String parentClass String methodPrefix String methodSubstring String annotationToIgnore com.sun.tools.javac.code.Type throwableType String returnedSuperType com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.source.tree.StatementTree statement com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass com.sun.tools.javac.code.Type enclosingType String methodName com.sun.tools.javac.code.Type returnType com.sun.tools.javac.code.Type thrownType com.google.errorprone.fixes.SuggestedFix fix static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsUsingHashCode.class
EqualsUsingHashCode.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.EqualsUsingHashCode extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ReturnTree returnTree java.util.concurrent.atomic.AtomicBoolean isTerminalCondition static void <clinit> () }
com/google/errorprone/bugpatterns/URLEqualsHashCode$URLTypeArgumentMatcher.class
URLEqualsHashCode.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.URLEqualsHashCode$URLTypeArgumentMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final String clazz private final int typeArgumentIndex void <init> (java.lang.String, int) String clazz int index public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type superType java.util.List typeArguments }
com/google/errorprone/bugpatterns/InlineTrivialConstant$1.class
InlineTrivialConstant.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InlineTrivialConstant$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Map val$fields final synthetic com.google.errorprone.bugpatterns.InlineTrivialConstant this$0 void <init> (com.google.errorprone.bugpatterns.InlineTrivialConstant, com.google.errorprone.VisitorState, java.util.Map) com.google.errorprone.bugpatterns.InlineTrivialConstant this$0 com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol$VarSymbol sym public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private static synthetic void lambda$visitVariable$0 (java.util.Map, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.VariableTree, java.lang.String) java.util.Map fields com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.source.tree.VariableTree tree String r }
com/google/errorprone/bugpatterns/NonApiType.class
NonApiType.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.NonApiType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String FLOGGER_LINK private static final String TYPE_GENERALITY_LINK private static final String INTERFACES_NOT_IMPLS_LINK private static final String PRIMITIVE_ARRAYS_LINK private static final String PROTO_TIME_SERIALIZATION_LINK private static final String ITERATOR_LINK private static final String STREAM_LINK private static final String OPTIONAL_AS_PARAM_LINK private static final String PREFER_JDK_OPTIONAL_LINK private static final com.google.errorprone.predicates.TypePredicate NON_GRAPH_WRAPPER private static final com.google.common.collect.ImmutableSet NON_API_TYPES public void <init> () private static com.sun.tools.javac.code.Type makeArrayType (java.lang.String, com.google.errorprone.VisitorState) String typeName com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parameter com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type enclosingType boolean isPublicApi private void checkType (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.NonApiType$ApiElementType, boolean, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.NonApiType$TypeToCheck typeToCheck com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType boolean isPublicApi com.sun.tools.javac.code.Type enclosingType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static com.google.errorprone.bugpatterns.NonApiType$TypeToCheck withPublicVisibility (com.google.errorprone.predicates.TypePredicate, java.lang.String, com.google.errorprone.bugpatterns.NonApiType$ApiElementType) com.google.errorprone.predicates.TypePredicate typePredicate String failureMessage com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType private static com.google.errorprone.bugpatterns.NonApiType$TypeToCheck withPublicVisibility (com.google.errorprone.predicates.TypePredicate, com.google.errorprone.predicates.TypePredicate, java.lang.String, com.google.errorprone.bugpatterns.NonApiType$ApiElementType) com.google.errorprone.predicates.TypePredicate typePredicate com.google.errorprone.predicates.TypePredicate enclosingTypePredicate String failureMessage com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType private static com.google.errorprone.bugpatterns.NonApiType$TypeToCheck withAnyVisibility (com.google.errorprone.predicates.TypePredicate, java.lang.String, com.google.errorprone.bugpatterns.NonApiType$ApiElementType) com.google.errorprone.predicates.TypePredicate typePredicate String failureMessage com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$e3f4ce61$6 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$e3f4ce61$5 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$e3f4ce61$4 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$e3f4ce61$3 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$e3f4ce61$2 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$e3f4ce61$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessarilyFullyQualified$1.class
UnnecessarilyFullyQualified.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.SetMultimap val$identifiersSeen final synthetic com.google.common.collect.Table val$table final synthetic com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified, com.google.errorprone.VisitorState, com.google.common.collect.SetMultimap, com.google.common.collect.Table) com.google.errorprone.bugpatterns.UnnecessarilyFullyQualified this$0 com.google.errorprone.VisitorState state public java.lang.Void visitImport (com.sun.source.tree.ImportTree, java.lang.Void) com.sun.source.tree.ImportTree importTree Void unused public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused com.sun.tools.javac.code.Type type private boolean shouldIgnore () com.sun.source.tree.Tree parentTree private void handle (com.sun.source.util.TreePath) com.sun.source.util.TreePath path com.sun.source.tree.MemberSelectTree tree com.sun.tools.javac.code.Symbol symbol java.util.List treePaths private boolean isFullyQualified (com.sun.source.tree.MemberSelectTree) com.sun.source.tree.MemberSelectTree tree java.util.concurrent.atomic.AtomicBoolean isFullyQualified public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitImport (com.sun.source.tree.ImportTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnusedVariable$1Visitor.class
UnusedVariable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedVariable$1Visitor extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.sun.source.tree.Tree val$leaf void <init> (com.sun.source.tree.Tree) public java.lang.Boolean visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void unused public java.lang.Boolean visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Void) com.sun.source.tree.DoWhileLoopTree tree Void unused public java.lang.Boolean visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Void) com.sun.source.tree.WhileLoopTree tree Void unused public java.lang.Boolean visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Void) com.sun.source.tree.ForLoopTree tree Void unused public java.lang.Boolean visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Void) com.sun.source.tree.EnhancedForLoopTree tree Void unused public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ProtoRedundantSet$FieldType$1.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType$1 extends com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue match (java.lang.String, com.sun.source.tree.MethodInvocationTree) String name com.sun.source.tree.MethodInvocationTree tree }
com/google/errorprone/bugpatterns/CatchFail$1.class
CatchFail.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CatchFail$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic boolean[] val$found final synthetic com.google.errorprone.bugpatterns.CatchFail this$0 void <init> (com.google.errorprone.bugpatterns.CatchFail, com.sun.tools.javac.code.Symbol$VarSymbol, boolean[]) com.google.errorprone.bugpatterns.CatchFail this$0 public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/RedundantOverride$1.class
RedundantOverride.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.RedundantOverride$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public com.sun.source.tree.MethodInvocationTree visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree returnTree Void unused public com.sun.source.tree.MethodInvocationTree visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Void) com.sun.source.tree.ExpressionStatementTree expressionStatement Void unused public com.sun.source.tree.MethodInvocationTree visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodInvocationTree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) }
com/google/errorprone/bugpatterns/NullTernary.class
NullTernary.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NullTernary extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ConditionalExpressionTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ConditionalExpressionTree conditionalExpression com.google.errorprone.VisitorState state com.google.errorprone.util.ASTHelpers$TargetType targetType }
com/google/errorprone/bugpatterns/LossyPrimitiveCompare.class
LossyPrimitiveCompare.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LossyPrimitiveCompare extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPARE_MATCHER private static final com.google.errorprone.matchers.Matcher FLOAT_COMPARE_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab com.google.common.collect.ImmutableList argTypes java.util.function.Predicate argsAreConvertible private static synthetic boolean lambda$matchMethodInvocation$1 (com.google.common.collect.ImmutableList, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type) com.google.common.collect.ImmutableList argTypes com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type type private static synthetic boolean lambda$matchMethodInvocation$0 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type t static void <clinit> () }
com/google/errorprone/bugpatterns/NewFileSystem.class
NewFileSystem.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NewFileSystem extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expressionTree static void <clinit> () }
com/google/errorprone/bugpatterns/StringSplitter$2.class
StringSplitter.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.StringSplitter$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/NamedLikeContextualKeyword.class
NamedLikeContextualKeyword.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.NamedLikeContextualKeyword extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet DISALLOWED_CLASS_NAMES private static final com.google.errorprone.matchers.Matcher DISALLOWED_METHOD_NAME_MATCHER private final boolean enableMethodNames private final boolean enableClassNames void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree select com.google.errorprone.fixes.SuggestedFix$Builder fix String qualifier private static java.lang.String getQualifier (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.tools.javac.code.Symbol$ClassSymbol enclosingClass com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.util.TreePath path static void <clinit> () }
com/google/errorprone/bugpatterns/BanClassLoader.class
BanClassLoader.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.BanClassLoader extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder description static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$3.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$3 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/TypesWithUndefinedEquality.class
TypesWithUndefinedEquality.java package com.google.errorprone.bugpatterns public final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality CHAR_SEQUENCE public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality COLLECTION public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality DATE public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality IMMUTABLE_COLLECTION public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality IMMUTABLE_MULTIMAP public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality ITERABLE public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality LONG_SPARSE_ARRAY public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality MULTIMAP public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality QUEUE public static final enum com.google.errorprone.bugpatterns.TypesWithUndefinedEquality SPARSE_ARRAY private final String shortName private final com.google.common.collect.ImmutableSet typeNames private static final synthetic com.google.errorprone.bugpatterns.TypesWithUndefinedEquality[] $VALUES public static com.google.errorprone.bugpatterns.TypesWithUndefinedEquality[] values () public static com.google.errorprone.bugpatterns.TypesWithUndefinedEquality valueOf (java.lang.String) String name private transient void <init> (java.lang.String, int, java.lang.String, java.lang.String[]) String shortName String[] typeNames public boolean matchesType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state public java.lang.String shortName () private static synthetic boolean lambda$matchesType$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state String typeName private static synthetic com.google.errorprone.bugpatterns.TypesWithUndefinedEquality[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/AssertionFailureIgnored$2.class
AssertionFailureIgnored.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.AssertionFailureIgnored$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/BoxedPrimitiveConstructor$DoubleAndFloatStatus.class
BoxedPrimitiveConstructor.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus NONE public static final enum com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus PRIMITIVE_DOUBLE_INTO_FLOAT public static final enum com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus BOXED_DOUBLE_INTO_FLOAT private static final synthetic com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus[] $VALUES public static com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus[] values () public static com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor$DoubleAndFloatStatus[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/MockNotUsedInProduction$2.class
MockNotUsedInProduction.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MockNotUsedInProduction$2 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic com.google.common.collect.ImmutableList$Builder val$deletions final synthetic com.google.errorprone.VisitorState val$state void <init> (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.common.collect.ImmutableList$Builder, com.google.errorprone.VisitorState) public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) private static synthetic void lambda$scan$1 (com.google.common.collect.ImmutableList$Builder, com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.common.collect.ImmutableList$Builder deletions com.google.errorprone.VisitorState state com.sun.source.tree.Tree t private static synthetic boolean lambda$scan$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t }
com/google/errorprone/bugpatterns/LabelledBreakTarget.class
LabelledBreakTarget.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LabelledBreakTarget extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LabeledStatementTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchLabeledStatement (com.sun.source.tree.LabeledStatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.LabeledStatementTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/UnsynchronizedOverridesSynchronized$1.class
UnsynchronizedOverridesSynchronized.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnsynchronizedOverridesSynchronized$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.sun.source.tree.MethodTree val$method final synthetic com.google.errorprone.bugpatterns.UnsynchronizedOverridesSynchronized this$0 void <init> (com.google.errorprone.bugpatterns.UnsynchronizedOverridesSynchronized, com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.bugpatterns.UnsynchronizedOverridesSynchronized this$0 public java.lang.Boolean visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.BlockTree tree Void unused public java.lang.Boolean visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree tree Void unused com.sun.source.tree.ExpressionTree expression public java.lang.Boolean visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Void) com.sun.source.tree.ExpressionStatementTree tree Void unused public java.lang.Boolean visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void unused public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused com.sun.source.tree.ExpressionTree receiver private boolean overrides (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.tools.javac.code.Symbol$MethodSymbol other public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) }
com/google/errorprone/bugpatterns/DefaultPackage.class
DefaultPackage.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.DefaultPackage extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchCompilationUnit$2 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol s private static synthetic boolean lambda$matchCompilationUnit$1 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol x private synthetic boolean lambda$matchCompilationUnit$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree s }
com/google/errorprone/bugpatterns/IterableAndIterator.class
IterableAndIterator.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IterableAndIterator extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String ITERABLE private static final String ITERATOR private static final com.google.errorprone.matchers.Matcher ITERABLE_MATCHER private static final com.google.errorprone.matchers.Matcher ITERATOR_MATCHER private static final com.google.errorprone.matchers.Matcher ITERABLE_AND_ITERATOR_MATCHER public void <init> () private static boolean matchAnySuperType (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state java.util.List superTypes com.sun.source.tree.Tree superClass public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchAnySuperType$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree superType static void <clinit> () }
com/google/errorprone/bugpatterns/InfiniteRecursion.class
InfiniteRecursion.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InfiniteRecursion extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree declaration com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol declaredSymbol private static boolean isCallOnThisObject (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree invocation com.sun.source.tree.ExpressionTree select private static boolean isThis (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree input }
com/google/errorprone/bugpatterns/AssertionFailureIgnored.class
AssertionFailureIgnored.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AssertionFailureIgnored extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERTION private static final com.google.errorprone.matchers.Matcher NEW_THROWABLE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCTry tryStatement java.util.Optional maybeCatchTree com.sun.tools.javac.tree.JCTree$JCCatch catchTree com.sun.tools.javac.code.Symbol$VarSymbol parameter boolean rethrows com.google.errorprone.matchers.Description$Builder description private static java.util.Optional buildFix (com.sun.tools.javac.tree.JCTree$JCTry, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCExpressionStatement expressionTree int startPosition int endPosition com.sun.tools.javac.tree.JCTree$JCTry tryStatement com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCBlock block com.sun.tools.javac.tree.JCTree$JCCatch catchTree com.google.errorprone.fixes.SuggestedFix$Builder fix boolean expression int startPosition int endPosition private static java.util.Optional catchesType (com.sun.tools.javac.tree.JCTree$JCTry, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCTry tryStatement com.sun.tools.javac.code.Type assertionErrorType com.google.errorprone.VisitorState state private static com.sun.tools.javac.tree.JCTree$JCTry enclosingTry (com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCTry tryStatement com.sun.source.tree.Tree parent com.google.errorprone.VisitorState state com.sun.source.tree.Tree prev private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$catchesType$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCCatch) com.sun.tools.javac.code.Type assertionErrorType com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCCatch catchTree com.sun.tools.javac.code.Type type private static synthetic boolean lambda$catchesType$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type assertionErrorType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type caught private static synthetic boolean lambda$buildFix$9e85a783$1 (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/StaticQualifiedUsingExpression.class
StaticQualifiedUsingExpression.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.StaticQualifiedUsingExpression extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol base String replacement com.sun.source.tree.StatementTree statement com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$ClassSymbol owner com.sun.source.tree.ExpressionTree expression com.google.errorprone.fixes.SuggestedFix$Builder fix String replacement boolean isMethod }
com/google/errorprone/bugpatterns/AutoValue_StatementSwitchToExpressionSwitch_AssignmentSwitchAnalysisResult.class
AutoValue_StatementSwitchToExpressionSwitch_AssignmentSwitchAnalysisResult.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_StatementSwitchToExpressionSwitch_AssignmentSwitchAnalysisResult extends com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult { private final boolean canConvertToAssignmentSwitch private final java.util.Optional assignmentTargetOptional private final java.util.Optional assignmentKindOptional private final java.util.Optional assignmentSourceCodeOptional void <init> (boolean, java.util.Optional, java.util.Optional, java.util.Optional) boolean canConvertToAssignmentSwitch java.util.Optional assignmentTargetOptional java.util.Optional assignmentKindOptional java.util.Optional assignmentSourceCodeOptional boolean canConvertToAssignmentSwitch () java.util.Optional assignmentTargetOptional () java.util.Optional assignmentKindOptional () java.util.Optional assignmentSourceCodeOptional () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/PrivateConstructorForUtilityClass.class
PrivateConstructorForUtilityClass.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.PrivateConstructorForUtilityClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.common.collect.ImmutableSet ANNOTATIONS_TO_IGNORE public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) String annotation com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol sym com.google.common.collect.ImmutableList nonSyntheticMembers com.google.errorprone.fixes.SuggestedFix$Builder fix private static boolean isInPrivateScope (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static boolean isInstance (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private static synthetic boolean lambda$isInPrivateScope$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree currentLeaf private static synthetic boolean lambda$matchClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree static void <clinit> () }
com/google/errorprone/bugpatterns/MethodCanBeStatic$3.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.MethodCanBeStatic$3 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$NestingKind static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractMethodReturnsNull.class
AbstractMethodReturnsNull.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.AbstractMethodReturnsNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher { private final com.google.errorprone.matchers.Matcher methodTreeMatcher void <init> (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher methodTreeMatcher protected abstract java.util.Optional provideFix (com.sun.source.tree.ReturnTree) public final com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private synthetic com.google.errorprone.matchers.Description lambda$matchReturn$1 (com.sun.source.tree.ReturnTree) com.sun.source.tree.ReturnTree tree private synthetic com.google.errorprone.matchers.Description lambda$matchReturn$0 (com.sun.source.tree.ReturnTree, com.google.errorprone.fixes.Fix) com.sun.source.tree.ReturnTree tree com.google.errorprone.fixes.Fix fix }
com/google/errorprone/bugpatterns/ImmutableMemberCollection$1.class
ImmutableMemberCollection.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ImmutableMemberCollection$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.common.collect.ImmutableMap val$replaceableVars final synthetic com.google.common.collect.ImmutableSetMultimap$Builder val$initTreesBuilder final synthetic java.util.HashSet val$isPotentiallyMutated final synthetic com.google.errorprone.bugpatterns.ImmutableMemberCollection this$0 void <init> (com.google.errorprone.bugpatterns.ImmutableMemberCollection, com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableSetMultimap$Builder, java.util.HashSet) com.google.errorprone.bugpatterns.ImmutableMemberCollection this$0 public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree assignmentTree com.google.errorprone.VisitorState visitorState com.sun.tools.javac.code.Symbol varSymbol public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.google.errorprone.VisitorState visitorState com.sun.tools.javac.code.Symbol$VarSymbol varSym public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree identifierTree com.google.errorprone.VisitorState visitorState public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree memberSelectTree com.google.errorprone.VisitorState visitorState public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree selectTree com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState visitorState com.sun.source.tree.ExpressionTree receiver private void recordVarMutation (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private synthetic void lambda$visitMethodInvocation$1 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState visitorState com.sun.source.tree.ExpressionTree arg private synthetic void lambda$visitMethodInvocation$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState visitorState com.sun.source.tree.Tree type }
com/google/errorprone/bugpatterns/UnnecessaryAnonymousClass$ReplaceUsesScanner.class
UnnecessaryAnonymousClass.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryAnonymousClass$ReplaceUsesScanner extends com.sun.source.util.TreePathScanner { private final com.sun.tools.javac.code.Symbol sym private final String newName private final com.google.errorprone.VisitorState state private final com.google.errorprone.fixes.SuggestedFix$Builder fix private boolean failed void <init> (com.sun.tools.javac.code.Symbol, java.lang.String, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym String newName com.google.errorprone.VisitorState state public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree node Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void unused private com.google.errorprone.fixes.SuggestedFix replaceUseWithMethodReference (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree receiver com.sun.tools.javac.code.Symbol sym com.sun.source.tree.ExpressionTree node com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent public java.util.Optional getFixes () public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AbstractToString.class
AbstractToString.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractToString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$CompoundAssignmentTreeMatcher { private static final com.google.errorprone.matchers.Matcher TO_STRING private static final com.google.errorprone.matchers.Matcher FLOGGER_LOG private static final com.google.errorprone.matchers.Matcher FORMAT_METHOD private static final com.google.errorprone.matchers.Matcher STRING_FORMAT private static final com.google.errorprone.matchers.Matcher VALUE_OF private static final com.google.errorprone.matchers.Matcher PRINT_STRING public void <init> () protected abstract com.google.errorprone.predicates.TypePredicate typePredicate () protected abstract java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) protected java.util.Optional descriptionMessageForDefaultMatch (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state protected boolean allowableToStringKind (com.google.errorprone.bugpatterns.AbstractToString$ToStringKind) com.google.errorprone.bugpatterns.AbstractToString$ToStringKind toStringKind protected abstract java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) private static boolean isInVarargsPosition (com.sun.source.tree.ExpressionTree, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argTree com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state int parameterCount java.util.List arguments public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree argTree com.sun.source.tree.ExpressionTree argTree com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree argTree com.sun.source.tree.ExpressionTree argTree com.sun.source.tree.ExpressionTree argTree com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree tree com.google.errorprone.VisitorState state private void handleStringifiedTree (com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.AbstractToString$ToStringKind, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.AbstractToString$ToStringKind toStringKind com.google.errorprone.VisitorState state private void handleStringifiedTree (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.bugpatterns.AbstractToString$ToStringKind, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.bugpatterns.AbstractToString$ToStringKind toStringKind com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static com.sun.tools.javac.code.Type type (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Type type private java.util.Optional getFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.AbstractToString$ToStringKind) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.google.errorprone.bugpatterns.AbstractToString$ToStringKind toStringKind private com.google.errorprone.matchers.Description maybeFix (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, java.util.Optional) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type matchedType java.util.Optional fix com.google.errorprone.matchers.Description$Builder description static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedNestedClass$ClassUsageScanner.class
UnusedNestedClass.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.UnusedNestedClass$ClassUsageScanner extends com.sun.source.util.TreePathScanner { private final java.util.Set withinClasses private final java.util.Set usedClasses private void <init> () public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused com.sun.tools.javac.code.Symbol$ClassSymbol symbol public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused private void handle (com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree node public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ProtectedMembersInFinalClass.class
ProtectedMembersInFinalClass.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ProtectedMembersInFinalClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher HAS_FINAL private static final com.google.errorprone.matchers.Matcher HAS_PROTECTED public void <init> () private static boolean methodHasNoParentMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList relevantMembers com.google.errorprone.fixes.SuggestedFix$Builder fix String message private static synthetic java.lang.String lambda$matchClass$5 (com.sun.source.tree.Tree) com.sun.source.tree.Tree m com.sun.tools.javac.code.Symbol symbol private static synthetic void lambda$matchClass$4 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.Tree m private synthetic boolean lambda$matchClass$3 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree m private static synthetic boolean lambda$matchClass$2 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree m private static synthetic boolean lambda$matchClass$1 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree m private static synthetic boolean lambda$matchClass$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree m static void <clinit> () }
com/google/errorprone/bugpatterns/PreferredInterfaceType.class
PreferredInterfaceType.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.PreferredInterfaceType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.common.collect.ImmutableList BETTER_TYPES private static final com.google.errorprone.matchers.Matcher INTERESTING_TYPE public static final com.google.errorprone.matchers.Matcher SHOULD_IGNORE private static final String IMMUTABLE_MESSAGE private static final String NON_IMMUTABLE_MESSAGE private static final String OVERRIDE_NOTE public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap fixableTypes com.google.common.collect.ListMultimap symbolsToType private com.google.common.collect.ImmutableMap getFixableTypes (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap$Builder fixableTypes private void reportFixes (java.util.Map, com.google.common.collect.ListMultimap, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol java.util.List assignedTypes com.sun.source.tree.Tree tree java.util.Map$Entry entry java.util.Map fixableTypes com.google.common.collect.ListMultimap symbolsToType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types private static java.lang.String getMessage (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Type newType com.google.errorprone.VisitorState state String messageBase private static com.sun.tools.javac.code.Type targetType (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static boolean isImmutable (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type private static java.util.Optional toGoodReplacement (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$toGoodReplacement$11 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.google.common.collect.ImmutableSet) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.google.common.collect.ImmutableSet betterTypes private static synthetic boolean lambda$toGoodReplacement$10 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type sensibleType private static synthetic com.sun.tools.javac.code.Type lambda$toGoodReplacement$9 (com.google.errorprone.VisitorState, java.lang.String) com.google.errorprone.VisitorState state String typeName private static synthetic boolean lambda$toGoodReplacement$8 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes bt private synthetic void lambda$reportFixes$7 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Type type com.google.errorprone.fixes.SuggestedFix$Builder builder com.google.errorprone.fixes.SuggestedFix fix private static synthetic boolean lambda$reportFixes$6 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type replacement private static synthetic boolean lambda$reportFixes$5 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type replacement private static synthetic java.util.Optional lambda$reportFixes$4 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private static synthetic com.sun.tools.javac.code.Type lambda$reportFixes$3 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types rec$ com.sun.tools.javac.code.Type xva$0 com.sun.tools.javac.code.Type xva$1 private static synthetic com.sun.tools.javac.code.Type lambda$reportFixes$2 (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type type private static synthetic boolean lambda$reportFixes$1 (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type private static synthetic com.google.errorprone.matchers.Matcher lambda$static$0 (com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes) com.google.errorprone.bugpatterns.PreferredInterfaceType$BetterTypes bt static void <clinit> () }
com/google/errorprone/bugpatterns/FutureReturnValueIgnored.class
FutureReturnValueIgnored.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.FutureReturnValueIgnored extends com.google.errorprone.bugpatterns.AbstractReturnValueIgnored implements com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher { private static final com.google.errorprone.matchers.Matcher IGNORED_METHODS private static final com.google.errorprone.matchers.Matcher MATCHER private final com.google.errorprone.suppliers.Supplier futureType private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_CONCURRENT_FUTURE void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Matcher specializedMatcher () protected java.util.Optional lostType (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state protected java.lang.String lostTypeMessage (java.lang.String, java.lang.String) String returnedType String declaredReturnType private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$8e02b50$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ImmutableMemberCollection$ReplaceableVar.class
ImmutableMemberCollection.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar extends java.lang.Object { void <init> () abstract com.sun.tools.javac.code.Symbol symbol () abstract com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType type () abstract com.sun.source.tree.Tree declaredType () static com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar create (com.sun.source.tree.VariableTree, com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType) com.sun.source.tree.VariableTree variableTree com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType type private com.google.errorprone.fixes.SuggestedFix getFix (com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet initTrees com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private java.lang.String wrapWithImmutableCopy (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state String type private boolean areAllInitImmutable (com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableSet initTrees com.google.errorprone.VisitorState state private static com.sun.source.tree.Tree stripTypeParameters (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private synthetic boolean lambda$areAllInitImmutable$2 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree initTree private synthetic void lambda$getFix$1 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.VisitorState state com.sun.source.tree.Tree init private synthetic boolean lambda$getFix$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree initTree }
com/google/errorprone/bugpatterns/formatstring/InlineFormatString.class
InlineFormatString.java package com.google.errorprone.bugpatterns.formatstring public com.google.errorprone.bugpatterns.formatstring.InlineFormatString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher PRECONDITIONS_CHECK public void <init> () private static boolean secondParameterIsString (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static com.sun.source.tree.ExpressionTree formatString (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList args private static com.sun.source.tree.ExpressionTree formatMethodAnnotationArguments (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym private static int formatStringIndex (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$VarSymbol p com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym int idx java.util.List parameters public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree u com.sun.tools.javac.code.Symbol sym java.util.Collection use com.sun.source.tree.VariableTree def String constValue com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.Map$Entry e com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.SetMultimap uses java.util.Map declarations private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/formatstring/FormatStringValidation$2.class
FormatStringValidation.java package com.google.errorprone.bugpatterns.formatstring synthetic com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/formatstring/FormatStringUtils.class
FormatStringUtils.java package com.google.errorprone.bugpatterns.formatstring public final com.google.errorprone.bugpatterns.formatstring.FormatStringUtils extends java.lang.Object { private static final com.google.errorprone.matchers.Matcher FORMAT_METHOD public static com.google.common.collect.ImmutableList formatMethodArguments (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList args private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/formatstring/FormatStringValidation.class
FormatStringValidation.java package com.google.errorprone.bugpatterns.formatstring public final com.google.errorprone.bugpatterns.formatstring.FormatStringValidation extends java.lang.Object { private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_COMMON_FLOGGER_LAZYARG static java.util.stream.Stream constValues (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree java.util.List flat public static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult validate (com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.Collection, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$MethodSymbol formatMethodSymbol java.util.Collection arguments com.google.errorprone.VisitorState state java.util.Deque args java.util.stream.Stream formatStrings Object[] instances private static java.lang.Object getInstance (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state Object value com.sun.tools.javac.code.Type type private static java.lang.Object getInstance (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type asLazyArg com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type unboxedType com.sun.tools.javac.code.Type lazyArg private static boolean isSubtype (com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type t com.sun.tools.javac.code.Type s private static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult validate (java.lang.String, java.lang.Object[]) java.util.DuplicateFormatFlagsException e java.util.FormatFlagsConversionMismatchException e java.util.IllegalFormatCodePointException e java.util.IllegalFormatConversionException e java.util.IllegalFormatFlagsException e java.util.IllegalFormatPrecisionException e java.util.IllegalFormatWidthException e java.util.MissingFormatArgumentException e java.util.MissingFormatWidthException e java.util.UnknownFormatConversionException e java.util.UnknownFormatFlagsException e java.util.IllegalFormatException e String formatString Object[] arguments private static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult extraFormatArguments (java.lang.String, java.util.List) String formatString java.util.List arguments int used private static boolean doesItFormat (java.lang.String, java.util.List) String unused java.util.IllegalFormatException e String formatString java.util.List arguments private static java.lang.String unknownFormatConversion (java.lang.String) String conversion private void <init> () private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$aff431ae$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$extraFormatArguments$5 (java.lang.String, java.util.List, int) String formatString java.util.List arguments int i private static synthetic boolean lambda$validate$4 (com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult) com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult x private static synthetic com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult lambda$validate$3 (java.lang.Object[], java.lang.String) Object[] instances String formatString private static synthetic java.lang.Object lambda$validate$2 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) RuntimeException t com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree input private static synthetic boolean lambda$constValues$1 (java.lang.String) String x private static synthetic java.lang.String lambda$constValues$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t static void <clinit> () }
com/google/errorprone/bugpatterns/formatstring/AutoValue_FormatStringValidation_ValidationResult.class
AutoValue_FormatStringValidation_ValidationResult.java package com.google.errorprone.bugpatterns.formatstring final com.google.errorprone.bugpatterns.formatstring.AutoValue_FormatStringValidation_ValidationResult extends com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult { private final String message void <init> (java.lang.String) String message public java.lang.String message () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/formatstring/FormatStringValidation$1.class
FormatStringValidation.java package com.google.errorprone.bugpatterns.formatstring com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic java.util.List val$flat void <init> (java.util.List) public java.lang.Void visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void unused protected java.lang.Void defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/formatstring/FormatStringValidation$ValidationResult.class
FormatStringValidation.java package com.google.errorprone.bugpatterns.formatstring public abstract com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult extends java.lang.Object { public void <init> () public abstract java.lang.String message () public static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult create (java.lang.String) String message }
com/google/errorprone/bugpatterns/formatstring/StrictFormatStringValidation$1.class
StrictFormatStringValidation.java package com.google.errorprone.bugpatterns.formatstring com.google.errorprone.bugpatterns.formatstring.StrictFormatStringValidation$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$formatStringSymbol final synthetic java.util.List val$args final synthetic com.google.errorprone.VisitorState val$state void <init> (com.sun.tools.javac.code.Symbol, java.util.List, com.google.errorprone.VisitorState) public com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree node Void unused public com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult reduce (com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult, com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult) com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult r1 com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult r2 public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/formatstring/FormatStringAnnotationChecker.class
FormatStringAnnotationChecker.java package com.google.errorprone.bugpatterns.formatstring public final com.google.errorprone.bugpatterns.formatstring.FormatStringAnnotationChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { public void <init> () private com.google.errorprone.matchers.Description matchInvocation (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol java.util.List args com.google.errorprone.VisitorState state int formatString com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult result private static int formatStringIndex (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol param int i com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type stringType java.util.List params int firstStringIndex public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol paramSymbol boolean isStringParam com.sun.source.tree.VariableTree param com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type stringType boolean isFormatMethod boolean foundFormatString boolean foundString }
com/google/errorprone/bugpatterns/formatstring/InlineFormatString$1.class
InlineFormatString.java package com.google.errorprone.bugpatterns.formatstring com.google.errorprone.bugpatterns.formatstring.InlineFormatString$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.SetMultimap val$uses final synthetic com.google.errorprone.bugpatterns.formatstring.InlineFormatString this$0 void <init> (com.google.errorprone.bugpatterns.formatstring.InlineFormatString, com.google.errorprone.VisitorState, com.google.common.collect.SetMultimap) com.google.errorprone.bugpatterns.formatstring.InlineFormatString this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused private void handle (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree arg com.sun.tools.javac.code.Symbol variable public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/formatstring/InlineFormatString$2.class
InlineFormatString.java package com.google.errorprone.bugpatterns.formatstring com.google.errorprone.bugpatterns.formatstring.InlineFormatString$2 extends com.sun.source.util.TreeScanner { final synthetic com.google.common.collect.SetMultimap val$uses final synthetic com.google.errorprone.bugpatterns.formatstring.InlineFormatString this$0 void <init> (com.google.errorprone.bugpatterns.formatstring.InlineFormatString, com.google.common.collect.SetMultimap) com.google.errorprone.bugpatterns.formatstring.InlineFormatString this$0 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused private void handle (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol sym public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/formatstring/StrictFormatStringValidation.class
StrictFormatStringValidation.java package com.google.errorprone.bugpatterns.formatstring public com.google.errorprone.bugpatterns.formatstring.StrictFormatStringValidation extends java.lang.Object { private static final com.google.errorprone.matchers.Matcher MOCKITO_MATCHERS public static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult validate (com.sun.source.tree.ExpressionTree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree formatStringTree java.util.List args com.google.errorprone.VisitorState state boolean hasConstantValue com.sun.tools.javac.code.Symbol formatStringSymbol private static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult validateFormatStringParameter (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol, java.util.List, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol paramSymbol com.sun.source.tree.ExpressionTree formatArgExpression int i com.sun.source.tree.ExpressionTree formatStringTree com.sun.tools.javac.code.Symbol formatStringSymbol java.util.List args com.google.errorprone.VisitorState state java.util.List ownerParams int ownerFormatStringIndex com.google.common.collect.ImmutableList$Builder ownerFormatArgTypesBuilder com.google.common.collect.ImmutableList ownerFormatArgTypes com.sun.tools.javac.code.Types types com.google.common.collect.ImmutableList$Builder calleeFormatArgTypesBuilder com.google.common.collect.ImmutableList calleeFormatArgTypes private static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult validateFormatStringVariable (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree formatStringTree com.sun.tools.javac.code.Symbol formatStringSymbol java.util.List args com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol owner com.sun.source.util.TreePath path com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult result private static com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult validateStringFromAssignment (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree formatStringAssignment com.sun.source.tree.ExpressionTree formatStringRhs java.util.List args com.google.errorprone.VisitorState state String value private static boolean isFormatStringParameter (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol param com.sun.tools.javac.code.Symbol formatString com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type stringType com.sun.tools.javac.code.Symbol$MethodSymbol owner boolean formatStringFound private void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/formatstring/FormatString.class
FormatString.java package com.google.errorprone.bugpatterns.formatstring public com.google.errorprone.bugpatterns.formatstring.FormatString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher FORMATTED_METHOD public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree receiver com.google.common.collect.ImmutableList args com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList args com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.bugpatterns.formatstring.FormatStringValidation$ValidationResult result static void <clinit> () }
com/google/errorprone/bugpatterns/formatstring/InlineFormatString$3.class
InlineFormatString.java package com.google.errorprone.bugpatterns.formatstring com.google.errorprone.bugpatterns.formatstring.InlineFormatString$3 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.SetMultimap val$uses final synthetic java.util.Map val$declarations final synthetic com.google.errorprone.bugpatterns.formatstring.InlineFormatString this$0 void <init> (com.google.errorprone.bugpatterns.formatstring.InlineFormatString, com.google.errorprone.VisitorState, com.google.common.collect.SetMultimap, java.util.Map) com.google.errorprone.bugpatterns.formatstring.InlineFormatString this$0 com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol$VarSymbol sym public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/BareDotMetacharacter.class
BareDotMetacharacter.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BareDotMetacharacter extends com.google.errorprone.bugpatterns.AbstractPatternSyntaxChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { public void <init> () protected final com.google.errorprone.matchers.Description matchRegexLiteral (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String, int) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String regex int flags }
com/google/errorprone/bugpatterns/HashtableContains.class
HashtableContains.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.HashtableContains extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { static final com.google.errorprone.matchers.Matcher CONTAINS_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type key com.sun.tools.javac.code.Type value com.sun.tools.javac.code.Type arg boolean valueShaped boolean keyShaped com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder result java.util.List tyargs private static com.google.errorprone.fixes.Fix replaceMethodName (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String newName String source int idx String replacement com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/TruthAssertExpected.class
TruthAssertExpected.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.TruthAssertExpected extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String TRUTH private static final String PROTOTRUTH private static final com.google.errorprone.matchers.Matcher TRUTH_ASSERTTHAT private static final com.google.errorprone.matchers.Matcher TRUTH_VERB private static final com.google.errorprone.matchers.Matcher ASSERTION private static final com.google.errorprone.matchers.Matcher ASSERT_ON_EXPECTED private static final com.google.errorprone.matchers.Matcher REVERSIBLE_TERMINATORS private static final com.google.errorprone.matchers.Matcher MATCH public void <init> () private static boolean expectedValue (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree methodTree com.sun.source.tree.IdentifierTree identifier com.sun.tools.javac.code.Type throwable String identifierName private static boolean isConstantCreator (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree java.util.List arguments public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree assertion com.sun.source.tree.ExpressionTree assertedArgument com.sun.source.tree.ExpressionTree terminatingArgument com.google.errorprone.fixes.SuggestedFix fix private static com.google.errorprone.matchers.Matcher hasReceiverMatching (com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher private static com.sun.source.tree.ExpressionTree findReceiverMatching (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.matchers.Matcher) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Matcher matcher private static com.sun.source.tree.IdentifierTree getRootIdentifier (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$findReceiverMatching$1 (com.google.errorprone.matchers.Matcher, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$hasReceiverMatching$a414b979$1 (com.google.errorprone.matchers.Matcher, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.matchers.Matcher matcher com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic boolean lambda$isConstantCreator$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree argument static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedException.class
UnusedException.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnusedException extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CatchTreeMatcher { private static final com.google.common.collect.ImmutableSet VISIBILITY_MODIFIERS private static final com.google.errorprone.suppliers.Supplier JAVA_IO_INTERRUPTEDIOEXCEPTION public void <init> () public com.google.errorprone.matchers.Description matchCatch (com.sun.source.tree.CatchTree, com.google.errorprone.VisitorState) com.sun.source.tree.CatchTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol exceptionSymbol com.sun.tools.javac.code.Type exceptionType java.util.concurrent.atomic.AtomicBoolean symbolUsed java.util.Set throwTrees com.google.errorprone.fixes.SuggestedFix$Builder allFixes private static boolean isSuppressedViaName (com.sun.source.tree.VariableTree) com.sun.source.tree.VariableTree parameter private static java.util.Optional fixConstructor (com.sun.source.tree.NewClassTree, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState) java.util.List proposedTypes java.util.Set constructorVisibility java.util.Set replacementVisibility com.sun.tools.javac.code.Symbol$MethodSymbol proposedConstructor com.sun.source.tree.NewClassTree constructor com.sun.tools.javac.code.Symbol$VarSymbol exception com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableList constructors com.sun.tools.javac.code.Symbol$MethodSymbol constructorSymbol java.util.List types private static boolean typesEqual (java.util.List, java.util.List, com.google.errorprone.VisitorState) java.util.List typesA java.util.List typesB com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.SuggestedFix appendArgument (com.sun.source.tree.NewClassTree, java.lang.String, com.google.errorprone.VisitorState, java.util.List) String source int startPosition int pos com.sun.source.tree.NewClassTree constructor String exception com.google.errorprone.VisitorState state java.util.List types private static java.util.List getParameterTypes (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol constructorSymbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$218acb5c$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$typesEqual$3 (java.lang.Boolean) Boolean x private static synthetic java.lang.Boolean lambda$typesEqual$2 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type a com.sun.tools.javac.code.Type b private static synthetic void lambda$matchCatch$1 (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.tree.JCTree$JCThrow) com.sun.tools.javac.code.Symbol$VarSymbol exceptionSymbol com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder allFixes com.sun.tools.javac.tree.JCTree$JCThrow badThrow private static synthetic boolean lambda$matchCatch$0 (com.sun.tools.javac.tree.JCTree$JCThrow) com.sun.tools.javac.tree.JCTree$JCThrow badThrow static void <clinit> () }
com/google/errorprone/bugpatterns/UnicodeEscape$UnicodeScanner.class
UnicodeEscape.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.UnicodeEscape$UnicodeScanner extends java.lang.Object { private final String source private final com.google.errorprone.VisitorState state private final java.util.function.Supplier suppressedRegions private int position private char currentCharacter private boolean isUnicode private int lastBackslash final synthetic com.google.errorprone.bugpatterns.UnicodeEscape this$0 private void <init> (com.google.errorprone.bugpatterns.UnicodeEscape, java.lang.String, com.google.errorprone.VisitorState) String source com.google.errorprone.VisitorState state public void scan () private void processCharacter () private void nextCharacter () private char peek () private com.google.errorprone.VisitorState getState () private synthetic com.google.common.collect.ImmutableRangeSet lambda$new$0 () }
com/google/errorprone/bugpatterns/StringBuilderInitWithChar.class
StringBuilderInitWithChar.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.StringBuilderInitWithChar extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) char ch com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Type type com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/IntLongMath$1.class
IntLongMath.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.IntLongMath$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/EmptyIfStatement.class
EmptyIfStatement.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.EmptyIfStatement extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$EmptyStatementTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchEmptyStatement (com.sun.source.tree.EmptyStatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.EmptyStatementTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath parentPath com.sun.source.tree.Tree parent com.sun.source.tree.IfTree ifTree }
com/google/errorprone/bugpatterns/CanBeStaticAnalyzer$TypeVariableScanner.class
CanBeStaticAnalyzer.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$TypeVariableScanner extends com.sun.tools.javac.code.Types$SimpleVisitor { final synthetic com.google.errorprone.bugpatterns.CanBeStaticAnalyzer this$0 private void <init> (com.google.errorprone.bugpatterns.CanBeStaticAnalyzer) public java.lang.Void visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Void) com.sun.tools.javac.code.Type$TypeVar t Void unused public java.lang.Void visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Void) com.sun.tools.javac.code.Type a com.sun.tools.javac.code.Type$ClassType t Void unused public java.lang.Void visitType (com.sun.tools.javac.code.Type, java.lang.Void) com.sun.tools.javac.code.Type type Void unused public volatile synthetic java.lang.Object visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) }
com/google/errorprone/bugpatterns/TypeCompatibilityUtils$TypeCompatibilityReport.class
TypeCompatibilityUtils.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport extends java.lang.Object { private static final com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport COMPATIBLE public void <init> () public abstract boolean isCompatible () public abstract com.sun.tools.javac.code.Type lhs () public abstract com.sun.tools.javac.code.Type rhs () public abstract java.lang.String extraReason () static com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport compatible () static com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport incompatible (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type lhs com.sun.tools.javac.code.Type rhs static com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport incompatible (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, java.lang.String) com.sun.tools.javac.code.Type lhs com.sun.tools.javac.code.Type rhs String extraReason static void <clinit> () }
com/google/errorprone/bugpatterns/DefaultCharset$1.class
DefaultCharset.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.DefaultCharset$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic Class val$replacement void <init> (com.sun.tools.javac.code.Symbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.Class) public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree node Void unused public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/LambdaFunctionalInterface$1.class
LambdaFunctionalInterface.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LambdaFunctionalInterface$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.Tree val$param final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fixBuilder final synthetic String val$apply final synthetic com.google.errorprone.bugpatterns.LambdaFunctionalInterface this$0 void <init> (com.google.errorprone.bugpatterns.LambdaFunctionalInterface, com.sun.source.tree.Tree, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.google.errorprone.bugpatterns.LambdaFunctionalInterface this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.tools.javac.code.Symbol receiverSym com.sun.source.tree.MethodInvocationTree callTree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/NonCanonicalType$1.class
NonCanonicalType.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.NonCanonicalType$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/ForEachIterable$2.class
ForEachIterable.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ForEachIterable$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/ModifiedButNotUsed.class
ModifiedButNotUsed.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ModifiedButNotUsed extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ExpressionStatementTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableSet GUAVA_IMMUTABLES private static final com.google.common.collect.ImmutableSet COLLECTIONS private static final com.google.errorprone.matchers.Matcher COLLECTION_SETTER private static final String MESSAGE private static final String MESSAGE_BUILDER static final com.google.errorprone.matchers.Matcher FLUENT_SETTER private static final com.google.errorprone.matchers.Matcher FLUENT_CHAIN private static final com.google.errorprone.matchers.Matcher COLLECTION_TYPE private static final com.google.errorprone.matchers.Matcher PROTO_TYPE private static final com.google.errorprone.matchers.Matcher FLUENT_CONSTRUCTOR private static final com.google.errorprone.matchers.Matcher NEW_COLLECTION private static final com.google.errorprone.matchers.Matcher BUILD_CALL public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol symbol java.util.List initializers com.sun.source.util.TreePath initializerPath com.sun.source.tree.ExpressionTree initializer com.google.errorprone.bugpatterns.ModifiedButNotUsed$UnusedScanner isUnusedScanner com.google.common.collect.ImmutableList removals private static com.google.errorprone.matchers.Matcher getMatcher (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static boolean collectionUsed (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.util.TreePath path private static boolean fluentBuilderUsed (com.google.errorprone.VisitorState) com.sun.source.util.TreePath path com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchExpressionStatement (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionStatementTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression private static boolean newFluentChain (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic java.lang.Boolean lambda$newFluentChain$5 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$newFluentChain$4 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$getMatcher$3aabf0c$2 (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree t com.google.errorprone.VisitorState s private static synthetic boolean lambda$getMatcher$3aabf0c$1 (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree t com.google.errorprone.VisitorState s private static synthetic java.lang.String lambda$static$3 (java.lang.String) String c private static synthetic com.google.errorprone.suppliers.Supplier lambda$static$2 (java.lang.String) String i private static synthetic java.lang.String lambda$static$1 (java.lang.String) String c private static synthetic java.lang.String lambda$static$0 (java.lang.String) String i static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_MissingTestCall_MethodPairing.class
AutoValue_MissingTestCall_MethodPairing.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_MissingTestCall_MethodPairing extends com.google.errorprone.bugpatterns.MissingTestCall$MethodPairing { private final String name private final com.google.errorprone.matchers.Matcher ifCall private final com.google.errorprone.matchers.Matcher mustCall void <init> (java.lang.String, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) String name com.google.errorprone.matchers.Matcher ifCall com.google.errorprone.matchers.Matcher mustCall java.lang.String name () com.google.errorprone.matchers.Matcher ifCall () com.google.errorprone.matchers.Matcher mustCall () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.MissingTestCall$MethodPairing that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/ConstantPatternCompile$4.class
ConstantPatternCompile.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ConstantPatternCompile$4 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/IdentityHashMapBoxing$1.class
IdentityHashMapBoxing.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.IdentityHashMapBoxing$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/StatementSwitchToExpressionSwitch.class
StatementSwitchToExpressionSwitch.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SwitchTreeMatcher { private static final com.google.common.collect.ImmutableSet KINDS_CONVERTIBLE_WITHOUT_BRACES private static final com.google.common.collect.ImmutableSet KINDS_RETURN_OR_THROW private static final java.util.regex.Pattern FALL_THROUGH_PATTERN private static final com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult DEFAULT_ASSIGNMENT_SWITCH_ANALYSIS_RESULT private static final com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult DEFAULT_ANALYSIS_RESULT private static final String EQUALS_STRING private final boolean enableDirectConversion private final boolean enableReturnSwitchConversion private final boolean enableAssignmentSwitchConversion void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) com.sun.source.tree.SwitchTree switchTree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult analysisResult java.util.List suggestedFixes private static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult analyzeSwitchTree (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) boolean fallsIntoDefaultCase com.sun.source.tree.CaseTree caseTree boolean isDefaultCase boolean isLastCaseInSwitch java.util.List statements com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseFallThru caseFallThru int caseIndex com.sun.source.tree.SwitchTree switchTree com.google.errorprone.VisitorState state java.util.List cases boolean allCasesHaveDefiniteControlFlow java.util.List groupedWithNextCase java.util.Set handledEnumValues com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications returnSwitchCaseQualifications com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState assignmentSwitchAnalysisState boolean hasDefaultCase boolean exhaustive boolean canConvertToReturnSwitch boolean canConvertToAssignmentSwitch private static java.lang.String renderJavaSourceOfAssignment (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.tree.JCTree$JCAssignOp jcAssignOp com.sun.tools.javac.tree.Pretty pretty private static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications analyzeCaseForReturnSwitch (com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications, java.util.List, boolean) com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications previousCaseQualifications java.util.List statements boolean isLastCaseInSwitch com.sun.source.tree.StatementTree onlyStatement com.sun.tools.javac.code.Type returnType private static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState analyzeCaseForAssignmentSwitch (com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState, java.util.List, boolean) com.sun.source.tree.CompoundAssignmentTree compoundAssignmentTree com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState previousAssignmentSwitchAnalysisState java.util.List statements boolean isLastCaseInSwitch com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications caseQualifications java.util.Optional assignmentExpressionKindOptional java.util.Optional assignmentTargetOptional java.util.Optional assignmentTreeOptional com.sun.source.tree.StatementTree firstStatement com.sun.source.tree.Tree$Kind firstStatementKind boolean expressionOrExpressionBreak com.sun.source.tree.ExpressionTree expression java.util.Optional caseAssignmentTargetOptional java.util.Optional caseAssignmentKindOptional java.util.Optional caseAssignmentTreeOptional boolean compatibleOperator boolean compatibleReference private static boolean areStatementsConvertibleToExpressionSwitch (java.util.List, boolean) java.util.List statements boolean isLastCaseInSwitch private static com.google.errorprone.fixes.SuggestedFix convertDirectlyToExpressionSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult) String trimmedTransformedBlockSource java.util.Optional commentsBeforeRemovedBreak com.sun.source.tree.CaseTree caseTree boolean isDefaultCase com.google.common.collect.ImmutableList filteredStatements String transformedBlockSource int caseIndex com.sun.source.tree.SwitchTree switchTree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult analysisResult java.util.List cases StringBuilder replacementCodeBuilder StringBuilder groupedCaseCommentsAccumulator boolean firstCaseInGroup private static com.google.errorprone.fixes.SuggestedFix convertToReturnSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult) com.sun.source.tree.CaseTree caseTree boolean isDefaultCase String transformedBlockSource int caseIndex com.sun.source.tree.SwitchTree switchTree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult analysisResult java.util.List statementsToDelete java.util.List cases StringBuilder replacementCodeBuilder StringBuilder groupedCaseCommentsAccumulator boolean firstCaseInGroup com.google.errorprone.fixes.SuggestedFix$Builder suggestedFixBuilder private static java.util.List followingStatementsInBlock (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState) int i com.sun.source.tree.BlockTree blockTree com.sun.source.util.TreePath rootToSwitchPath com.sun.source.tree.Tree enclosing com.sun.source.tree.SwitchTree switchTree com.google.errorprone.VisitorState state java.util.List followingStatements com.sun.source.util.TreePath pathToEnclosing private static int findBlockStatementIndex (com.sun.source.util.TreePath, com.sun.source.tree.BlockTree) com.sun.source.tree.StatementTree thisStatement com.sun.source.util.TreePath pathFromRootToThisStatement int i com.sun.source.util.TreePath treePath com.sun.source.tree.BlockTree blockTree private static com.google.errorprone.fixes.SuggestedFix convertToAssignmentSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult) com.sun.source.tree.CaseTree caseTree boolean isDefaultCase com.google.common.collect.ImmutableList filteredStatements String transformedBlockSource java.util.Optional commentsBeforeRemovedBreak int caseIndex com.sun.source.tree.SwitchTree switchTree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult analysisResult java.util.List cases StringBuilder replacementCodeBuilder StringBuilder groupedCaseCommentsAccumulator boolean firstCaseInGroup private static java.util.Optional extractCommentsBeforeRemovedBreak (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableList) String commentsAfterNewLastStatement com.sun.source.tree.CaseTree caseTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList filteredStatements private static com.google.common.collect.ImmutableList filterOutRedundantBreak (com.sun.source.tree.CaseTree) com.sun.source.tree.CaseTree caseTree boolean caseEndsWithUnlabelledBreak private static java.lang.String transformBlock (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState, java.util.List, int, com.google.common.collect.ImmutableList) com.sun.source.tree.CaseTree caseTree com.google.errorprone.VisitorState state java.util.List cases int caseIndex com.google.common.collect.ImmutableList filteredStatements StringBuilder transformedBlockBuilder int codeBlockStart int codeBlockEnd private static int extractLhsComments (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState, java.lang.StringBuilder) com.sun.source.tree.CaseTree caseTree com.google.errorprone.VisitorState state StringBuilder stringBuilder int lhsStart int lhsEnd private static int getBlockEnd (com.google.errorprone.VisitorState, com.sun.source.tree.CaseTree, java.util.List, int) com.google.errorprone.VisitorState state com.sun.source.tree.CaseTree caseTree java.util.List cases int caseIndex private static boolean shouldTransformCaseWithoutBraces (com.google.common.collect.ImmutableList, java.lang.String, com.sun.source.tree.StatementTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableList statementTrees String transformedBlockSource com.sun.source.tree.StatementTree firstStatement com.google.errorprone.VisitorState state com.sun.source.tree.StatementTree onlyStatementTree private static java.lang.String removeFallThruLines (java.lang.String) String line java.io.BufferedReader br java.io.IOException e String comments StringBuilder output private static java.lang.String printCaseExpressions (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState) com.sun.source.tree.CaseTree caseTree com.google.errorprone.VisitorState state private static java.util.stream.Stream getExpressions (com.sun.source.tree.CaseTree) ReflectiveOperationException e com.sun.source.tree.CaseTree caseTree private static boolean isSwitchExhaustive (boolean, java.util.Set, com.sun.tools.javac.code.Type) boolean hasDefaultCase java.util.Set handledEnumValues com.sun.tools.javac.code.Type switchType private static java.lang.String transformReturnOrThrowBlock (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState, java.util.List, int, java.util.List) int unused com.sun.source.tree.ReturnTree returnTree int codeBlockStart com.sun.source.tree.CaseTree caseTree com.google.errorprone.VisitorState state java.util.List cases int caseIndex java.util.List statements StringBuilder transformedBlockBuilder int codeBlockStart int codeBlockEnd private static java.lang.String transformAssignOrThrowBlock (com.sun.source.tree.CaseTree, com.google.errorprone.VisitorState, java.util.List, int, java.util.List) int unused com.sun.source.tree.ExpressionTree expression java.util.Optional rhs int codeBlockStart com.sun.source.tree.CaseTree caseTree com.google.errorprone.VisitorState state java.util.List cases int caseIndex java.util.List statements StringBuilder transformedBlockBuilder int codeBlockStart int codeBlockEnd private static synthetic void lambda$extractLhsComments$5 (java.lang.StringBuilder, com.sun.tools.javac.parser.Tokens$Comment) StringBuilder stringBuilder com.sun.tools.javac.parser.Tokens$Comment comment private static synthetic java.util.stream.Stream lambda$extractLhsComments$4 (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken errorProneToken private static synthetic boolean lambda$filterOutRedundantBreak$3 (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree breakTree private static synthetic boolean lambda$filterOutRedundantBreak$2 (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree statement private static synthetic void lambda$convertToReturnSwitch$1 (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.StatementTree) com.google.errorprone.fixes.SuggestedFix$Builder suggestedFixBuilder com.sun.source.tree.StatementTree deleteMe private static synthetic java.lang.String lambda$analyzeSwitchTree$0 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expressionTree static void <clinit> () }
com/google/errorprone/bugpatterns/DeadThread.class
DeadThread.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DeadThread extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher NEW_THREAD public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/FieldCanBeFinal$InitializationContext.class
FieldCanBeFinal.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext STATIC public static final enum com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext INSTANCE public static final enum com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext NONE private static final synthetic com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext[] $VALUES public static com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext[] values () public static com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/AutoValue_InlinabilityResult.class
AutoValue_InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme final com.google.errorprone.bugpatterns.inlineme.AutoValue_InlinabilityResult extends com.google.errorprone.bugpatterns.inlineme.InlinabilityResult { private final com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason error private final com.sun.source.tree.ExpressionTree body private final String additionalErrorInfo void <init> (com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason, com.sun.source.tree.ExpressionTree, java.lang.String) com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason error com.sun.source.tree.ExpressionTree body String additionalErrorInfo com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason error () com.sun.source.tree.ExpressionTree body () java.lang.String additionalErrorInfo () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.inlineme.InlinabilityResult that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult$4.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$4 extends com.sun.source.util.TreeScanner { com.sun.source.tree.LambdaExpressionTree currentLambdaTree final synthetic com.google.common.collect.ImmutableSet val$params final synthetic java.util.concurrent.atomic.AtomicBoolean val$paramReferred void <init> (com.google.common.collect.ImmutableSet, java.util.concurrent.atomic.AtomicBoolean) public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree lambdaExpressionTree Void o com.sun.source.tree.LambdaExpressionTree lastContext public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void aVoid public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) }
com/google/errorprone/bugpatterns/inlineme/InlineMeData$GooglePrinter.class
InlineMeData.java package com.google.errorprone.bugpatterns.inlineme com.google.errorprone.bugpatterns.inlineme.InlineMeData$GooglePrinter extends com.sun.tools.javac.tree.Pretty { private final java.io.StringWriter writer public void <init> (java.io.StringWriter) java.io.StringWriter writer public void visitTypeCast (com.sun.tools.javac.tree.JCTree$JCTypeCast) java.io.IOException e com.sun.tools.javac.tree.JCTree$JCTypeCast jcTypeCast public void visitLambda (com.sun.tools.javac.tree.JCTree$JCLambda) boolean paramsAreExplicit boolean paramsNeedParentheses java.io.IOException e com.sun.tools.javac.tree.JCTree$JCLambda jcLambda }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult$3.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$3 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility val$minVisibility final synthetic java.util.concurrent.atomic.AtomicReference val$usesDeprecatedOrLessVisibleApis final synthetic com.google.errorprone.VisitorState val$state void <init> (com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility, java.util.concurrent.atomic.AtomicReference, com.google.errorprone.VisitorState) public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void aVoid public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree newClassTree Void aVoid public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused private boolean isDeprecatedOrLessVisible (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility minVisibility com.sun.tools.javac.code.Symbol sym com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility visibility public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult$Visibility.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility PRIVATE public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility PACKAGE public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility PROTECTED public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility PUBLIC private static final synthetic com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility[] $VALUES public static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility[] values () public static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/InlineMeData.class
InlineMeData.java package com.google.errorprone.bugpatterns.inlineme abstract com.google.errorprone.bugpatterns.inlineme.InlineMeData extends java.lang.Object { private static final String INLINE_ME private static final com.google.common.base.CharMatcher SEMICOLON void <init> () static java.lang.String buildAnnotation (java.lang.String, java.util.Set, java.util.Set) String replacement java.util.Set imports java.util.Set staticImports String annotation java.lang.String buildAnnotation () private static java.lang.String quote (java.util.Set) java.util.Set imports String quoted abstract java.lang.String replacement () abstract com.google.common.collect.ImmutableSet imports () abstract com.google.common.collect.ImmutableSet staticImports () static java.util.Optional createFromSymbol (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Attribute$Compound inlineMe com.google.common.collect.ImmutableSet imports com.google.common.collect.ImmutableSet staticImports private static com.google.errorprone.bugpatterns.inlineme.InlineMeData create (java.lang.String, java.lang.Iterable, java.lang.Iterable) String replacement Iterable imports Iterable staticImports static com.google.errorprone.bugpatterns.inlineme.InlineMeData buildExpectedInlineMeAnnotation (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.google.errorprone.bugpatterns.inlineme.InlineMeData$ImportAndQualificationFinder qualifier private static java.lang.String prettyPrint (com.sun.tools.javac.tree.JCTree) com.sun.tools.javac.tree.JCTree tree java.io.StringWriter w private static com.google.common.collect.ImmutableSet getStrings (com.sun.tools.javac.code.Attribute$Compound, java.lang.String) com.sun.tools.javac.code.Attribute$Compound attribute String name private static java.lang.String trimTrailingSemicolons (java.lang.String) String s private static synthetic com.google.errorprone.bugpatterns.inlineme.InlineMeData lambda$createFromSymbol$1 (com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet, java.lang.String) com.google.common.collect.ImmutableSet imports com.google.common.collect.ImmutableSet staticImports String replacement private static synthetic boolean lambda$createFromSymbol$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/InlineMeData$ImportAndQualificationFinder.class
InlineMeData.java package com.google.errorprone.bugpatterns.inlineme com.google.errorprone.bugpatterns.inlineme.InlineMeData$ImportAndQualificationFinder extends com.sun.source.util.TreePathScanner { final java.util.IdentityHashMap qualifications final java.util.Set imports final java.util.Set staticImports private final com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol private final com.sun.tools.javac.tree.TreeMaker treeMaker private final com.google.errorprone.VisitorState state void <init> (com.sun.tools.javac.code.Symbol$ClassSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.google.errorprone.VisitorState state public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.MemberSelectTree node Void unused private void maybeAddImport (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private void addImport (java.lang.String) String clazzName public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree parentNode boolean isMemberOfThisClass boolean nameUsageRequiresNoQualification private boolean isMemberOfThisClass (com.sun.tools.javac.code.Symbol, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree parentNode private static boolean nameUsageDoesntRequireQualificationOrImport (com.sun.source.tree.Tree) com.sun.source.tree.Tree parentNode private static boolean nameUsageDoesntRequireQualification (com.sun.source.tree.Tree) com.sun.source.tree.Tree parentNode public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/inlineme/Inliner.class
Inliner.java package com.google.errorprone.bugpatterns.inlineme public final com.google.errorprone.bugpatterns.inlineme.Inliner extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { public static final String FINDING_TAG static final String PREFIX_FLAG static final String SKIP_COMMENTS_FLAG private static final com.google.common.base.Splitter PACKAGE_SPLITTER private static final String CHECK_FIX_COMPILES private static final String INLINE_ME private static final String VALIDATION_DISABLED private final com.google.common.collect.ImmutableSet apiPrefixes private final boolean skipCallsitesWithComments private final boolean checkFixCompiles void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableList callingVars String receiverString public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String methodSelect com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableList callingVars String receiverString com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree methodSelectTree private com.google.errorprone.matchers.Description match (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.common.collect.ImmutableList, java.lang.String, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) String typeName String qualifiedTypeName String newImport String newStaticImport com.google.common.collect.ImmutableList nonvarargs String varargsJoined com.sun.source.tree.Tree parent java.util.Map$Entry typeName boolean terminalVarargsReplacement String capturePrefixForVarargs java.util.regex.Pattern extractArgAndNextToken String replacementResult java.util.regex.Matcher matcher int i com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.google.common.collect.ImmutableList callingVars String receiverString com.sun.source.tree.ExpressionTree receiver com.google.errorprone.VisitorState state java.util.Optional inlineMe com.google.errorprone.bugpatterns.inlineme.Inliner$Api api com.google.errorprone.fixes.SuggestedFix$Builder builder java.util.Map typeNames com.google.common.collect.ImmutableList varNames boolean varargsWithEmptyArguments String replacement int replacementStart int replacementEnd com.google.errorprone.fixes.SuggestedFix fix private static com.google.common.collect.ImmutableList getStrings (com.sun.tools.javac.code.Attribute$Compound, java.lang.String) com.sun.tools.javac.code.Attribute$Compound attribute String name private com.google.errorprone.matchers.Description describe (com.sun.source.tree.Tree, com.google.errorprone.fixes.SuggestedFix, com.google.errorprone.bugpatterns.inlineme.Inliner$Api) com.sun.source.tree.Tree tree com.google.errorprone.fixes.SuggestedFix fix com.google.errorprone.bugpatterns.inlineme.Inliner$Api api private boolean matchesApiPrefixes (com.google.errorprone.bugpatterns.inlineme.Inliner$Api) String apiPrefix com.google.errorprone.bugpatterns.inlineme.Inliner$Api api private static synthetic java.lang.String lambda$match$0 (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol varSymbol static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/Validator$MismatchedInlineMeComponents.class
Validator.java package com.google.errorprone.bugpatterns.inlineme final enum com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents REPLACEMENT_STRING public static final enum com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents IMPORTS public static final enum com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents STATIC_IMPORTS private static final synthetic com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents[] $VALUES public static com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents[] values () public static com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.inlineme.Validator$MismatchedInlineMeComponents[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult$2.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$2 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$varargsParam final synthetic java.util.concurrent.atomic.AtomicBoolean val$usesVarargsPoorly void <init> (com.sun.tools.javac.code.Symbol$VarSymbol, java.util.concurrent.atomic.AtomicBoolean) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void aVoid com.sun.source.tree.Tree parentNode com.sun.source.tree.MethodInvocationTree mit java.util.List args int indexOfThisTreeUse public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult$InlineValidationErrorReason.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason NO_BODY public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason NOT_EXACTLY_ONE_STATEMENT public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason COMPLEX_STATEMENT public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason CALLS_DEPRECATED_OR_PRIVATE_APIS public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason API_IS_PRIVATE public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason LAMBDA_CAPTURES_PARAMETER public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason METHOD_CAN_BE_OVERIDDEN_AND_CANT_BE_FIXED public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason METHOD_CAN_BE_OVERIDDEN_BUT_CAN_BE_FIXED public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason VARARGS_USED_UNSAFELY public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason EMPTY_VOID public static final enum com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason REUSE_OF_ARGUMENTS private final String errorMessage private static final synthetic com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason[] $VALUES public static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason[] values () public static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String errorMessage java.lang.String getErrorMessage () private static synthetic com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult$1.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$1 extends com.sun.source.util.TreePathScanner { final java.util.Set usedVariables final synthetic java.util.List val$parameterVariables final synthetic java.util.concurrent.atomic.AtomicReference val$usesVarsTwice void <init> (java.util.List, java.util.concurrent.atomic.AtomicReference) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void aVoid com.sun.tools.javac.code.Symbol usedSymbol public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/inlineme/Suggester.class
Suggester.java package com.google.errorprone.bugpatterns.inlineme public final com.google.errorprone.bugpatterns.inlineme.Suggester extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String INLINE_ME void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.inlineme.InlinabilityResult inlinabilityResult com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder }
com/google/errorprone/bugpatterns/inlineme/Validator.class
Validator.java package com.google.errorprone.bugpatterns.inlineme public final com.google.errorprone.bugpatterns.inlineme.Validator extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { static final String CLEANUP_INLINE_ME_FLAG private final boolean cleanupInlineMes private static final com.google.common.base.CharMatcher SEMICOLON void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state private static boolean shouldDelete (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description match (com.google.errorprone.bugpatterns.inlineme.InlineMeData, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.inlineme.InlineMeData existingAnnotation com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.inlineme.InlinabilityResult result com.google.errorprone.bugpatterns.inlineme.InlineMeData inferredFromMethodBody java.util.Set mismatches private static com.sun.source.tree.AnnotationTree getInlineMeAnnotationTree (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree private static java.lang.String renderInlineMeMismatch (com.google.errorprone.bugpatterns.inlineme.InlineMeData, com.google.errorprone.bugpatterns.inlineme.InlineMeData, java.util.Set) com.google.errorprone.bugpatterns.inlineme.InlineMeData inferredFromMethodBody com.google.errorprone.bugpatterns.inlineme.InlineMeData existingAnnotation java.util.Set mismatches StringBuilder message private static java.util.Set compatibleWithAnnotation (com.google.errorprone.bugpatterns.inlineme.InlineMeData, com.google.errorprone.bugpatterns.inlineme.InlineMeData, com.sun.tools.javac.util.Context) com.google.errorprone.bugpatterns.inlineme.InlineMeData inferredFromMethodBody com.google.errorprone.bugpatterns.inlineme.InlineMeData anno com.sun.tools.javac.util.Context context java.util.EnumSet mismatches private static boolean parseAndCheckForTokenEquivalence (java.lang.String, java.lang.String, com.sun.tools.javac.util.Context) com.google.errorprone.util.ErrorProneToken token1 com.google.errorprone.util.ErrorProneToken token2 int i String first String second com.sun.tools.javac.util.Context context com.google.common.collect.ImmutableList tokens1 com.google.common.collect.ImmutableList tokens2 private static boolean mismatch (com.google.errorprone.util.ErrorProneToken, com.google.errorprone.util.ErrorProneToken, java.util.function.Predicate, java.util.function.Function) com.google.errorprone.util.ErrorProneToken first com.google.errorprone.util.ErrorProneToken second java.util.function.Predicate guard java.util.function.Function extractor private synthetic com.google.errorprone.matchers.Description lambda$matchMethod$0 (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.inlineme.InlineMeData) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.inlineme.InlineMeData data static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme abstract com.google.errorprone.bugpatterns.inlineme.InlinabilityResult extends java.lang.Object { void <init> () abstract com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason error () abstract com.sun.source.tree.ExpressionTree body () abstract java.lang.String additionalErrorInfo () final java.lang.String errorMessage () String message static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult fromError (com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason) com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason errorReason static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult fromError (com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason, com.sun.source.tree.ExpressionTree) com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason errorReason com.sun.source.tree.ExpressionTree body static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult fromError (com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason, com.sun.source.tree.ExpressionTree, java.lang.String) com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$InlineValidationErrorReason errorReason com.sun.source.tree.ExpressionTree body String additionalErrorInfo static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult inlinable (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree body boolean isValidForSuggester () boolean isValidForValidator () static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult forMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree body com.sun.source.tree.ExpressionTree body com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methSymbol com.sun.source.tree.StatementTree statement com.sun.source.tree.ExpressionTree body com.sun.tools.javac.code.Symbol usedMultipliedTimes com.sun.source.tree.Tree privateOrDeprecatedApi private static com.sun.tools.javac.code.Symbol usesVariablesMultipleTimes (com.sun.source.tree.ExpressionTree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree body java.util.List parameterVariables com.google.errorprone.VisitorState state java.util.concurrent.atomic.AtomicReference usesVarsTwice private static boolean usesVarargsParamPoorly (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expressionTree com.sun.tools.javac.code.Symbol$VarSymbol varargsParam com.google.errorprone.VisitorState state java.util.concurrent.atomic.AtomicBoolean usesVarargsPoorly private static com.sun.source.tree.Tree usesPrivateOrDeprecatedApis (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility) com.sun.source.tree.ExpressionTree statement com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility minVisibility java.util.concurrent.atomic.AtomicReference usesDeprecatedOrLessVisibleApis private static com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$Visibility getVisibility (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static boolean hasLambdaCapturingParameters (com.sun.source.tree.MethodTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.MethodTree meth com.sun.source.tree.ExpressionTree statement java.util.concurrent.atomic.AtomicBoolean paramReferred com.google.common.collect.ImmutableSet params }
com/google/errorprone/bugpatterns/inlineme/AutoValue_Inliner_Api.class
AutoValue_Inliner_Api.java package com.google.errorprone.bugpatterns.inlineme final com.google.errorprone.bugpatterns.inlineme.AutoValue_Inliner_Api extends com.google.errorprone.bugpatterns.inlineme.Inliner$Api { private final String className private final String methodName private final String packageName private final boolean isConstructor private final boolean isDeprecated private final String extraMessage void <init> (java.lang.String, java.lang.String, java.lang.String, boolean, boolean, java.lang.String) String className String methodName String packageName boolean isConstructor boolean isDeprecated String extraMessage java.lang.String className () java.lang.String methodName () java.lang.String packageName () boolean isConstructor () boolean isDeprecated () java.lang.String extraMessage () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.inlineme.Inliner$Api that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/inlineme/InlinabilityResult$5.class
InlinabilityResult.java package com.google.errorprone.bugpatterns.inlineme synthetic com.google.errorprone.bugpatterns.inlineme.InlinabilityResult$5 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/inlineme/AutoValue_InlineMeData.class
AutoValue_InlineMeData.java package com.google.errorprone.bugpatterns.inlineme final com.google.errorprone.bugpatterns.inlineme.AutoValue_InlineMeData extends com.google.errorprone.bugpatterns.inlineme.InlineMeData { private final String replacement private final com.google.common.collect.ImmutableSet imports private final com.google.common.collect.ImmutableSet staticImports void <init> (java.lang.String, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSet) String replacement com.google.common.collect.ImmutableSet imports com.google.common.collect.ImmutableSet staticImports java.lang.String replacement () com.google.common.collect.ImmutableSet imports () com.google.common.collect.ImmutableSet staticImports () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.inlineme.InlineMeData that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/inlineme/InlineMeData$QualifyingTreeCopier.class
InlineMeData.java package com.google.errorprone.bugpatterns.inlineme com.google.errorprone.bugpatterns.inlineme.InlineMeData$QualifyingTreeCopier extends com.sun.tools.javac.tree.TreeCopier { private final com.sun.tools.javac.tree.TreeMaker treeMaker private final com.google.errorprone.VisitorState state private final java.util.IdentityHashMap qualifications public void <init> (com.google.errorprone.VisitorState, java.util.IdentityHashMap) com.google.errorprone.VisitorState state java.util.IdentityHashMap qualifications public com.sun.tools.javac.tree.JCTree visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree lambdaExpressionTree Void unused com.sun.tools.javac.tree.JCTree$JCLambda expr com.sun.tools.javac.tree.JCTree$JCLambda lambda public com.sun.tools.javac.tree.JCTree visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused public volatile synthetic com.sun.tools.javac.tree.JCTree visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic com.sun.tools.javac.tree.JCTree visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/inlineme/Inliner$Api.class
Inliner.java package com.google.errorprone.bugpatterns.inlineme abstract com.google.errorprone.bugpatterns.inlineme.Inliner$Api extends java.lang.Object { private static final com.google.common.base.Splitter CLASS_NAME_SPLITTER void <init> () static com.google.errorprone.bugpatterns.inlineme.Inliner$Api create (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Attribute$Compound inlineMeValidationDisabled String reason com.sun.tools.javac.code.Symbol$MethodSymbol method com.google.errorprone.VisitorState state String extraMessage abstract java.lang.String className () abstract java.lang.String methodName () abstract java.lang.String packageName () abstract boolean isConstructor () abstract boolean isDeprecated () abstract java.lang.String extraMessage () final java.lang.String message () final java.lang.String methodId () final java.lang.String shortName () String humanReadableClassName final java.lang.String simpleClassName () private static synthetic boolean lambda$create$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a static void <clinit> () }
com/google/errorprone/bugpatterns/InputStreamSlowMultibyteRead.class
InputStreamSlowMultibyteRead.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InputStreamSlowMultibyteRead extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_INPUT_STREAM private static final com.google.errorprone.matchers.Matcher READ_INT_METHOD private static final com.google.errorprone.matchers.Matcher RETURNS_CONSTANT private static final com.google.errorprone.suppliers.Supplier READ public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$TypeSymbol thisClassSymbol com.sun.source.tree.MethodTree readByteMethod com.sun.tools.javac.code.Type byteArrayType com.sun.tools.javac.code.Type intType com.sun.tools.javac.code.Symbol$MethodSymbol multiByteReadMethod private com.google.errorprone.matchers.Description maybeMatchReadByte (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree klazz com.sun.source.tree.MethodTree readByteMethod com.google.errorprone.VisitorState state com.sun.source.util.TreePath enclosingPath private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.util.Name lambda$static$47426869$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$static$5b3bae11$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree e com.google.errorprone.VisitorState s private static synthetic boolean lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree m static void <clinit> () }
com/google/errorprone/bugpatterns/UnsynchronizedOverridesSynchronized.class
UnsynchronizedOverridesSynchronized.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnsynchronizedOverridesSynchronized extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private final com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions private static final com.google.errorprone.suppliers.Supplier JAVA_IO_INPUTSTREAM void <init> (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions constantExpressions public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol s com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static boolean isSynchronized (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol sym private boolean ignore (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree method com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$4a3d70ed$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_StatementSwitchToExpressionSwitch_AssignmentSwitchAnalysisState.class
AutoValue_StatementSwitchToExpressionSwitch_AssignmentSwitchAnalysisState.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_StatementSwitchToExpressionSwitch_AssignmentSwitchAnalysisState extends com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState { private final com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications assignmentSwitchCaseQualifications private final java.util.Optional assignmentTargetOptional private final java.util.Optional assignmentExpressionKindOptional private final java.util.Optional assignmentTreeOptional void <init> (com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications, java.util.Optional, java.util.Optional, java.util.Optional) com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications assignmentSwitchCaseQualifications java.util.Optional assignmentTargetOptional java.util.Optional assignmentExpressionKindOptional java.util.Optional assignmentTreeOptional com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$CaseQualifications assignmentSwitchCaseQualifications () java.util.Optional assignmentTargetOptional () java.util.Optional assignmentExpressionKindOptional () java.util.Optional assignmentTreeOptional () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisState that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/JdkObsolete$4.class
JdkObsolete.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JdkObsolete$4 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$varSym final synthetic com.sun.source.tree.VariableTree val$varTree final synthetic boolean[] val$escape void <init> (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.VariableTree, boolean[]) public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.Tree parent com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/BadComparable.class
BadComparable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BadComparable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPARABLE_CLASS_MATCHER private static final com.google.errorprone.matchers.Matcher COMPARATOR_METHOD_MATCHER private static final com.google.errorprone.matchers.Matcher COMPARATOR_CLASS_MATCHER public void <init> () private static com.sun.tools.javac.code.Type getTypeOfSubtract (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree expression com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type expressionType private static boolean matches (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type treeType com.sun.source.tree.ExpressionTree expression com.sun.tools.javac.code.Type expressionType com.sun.tools.javac.code.TypeTag expressionTypeTag public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Fix fix com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree declaringClass com.sun.source.tree.MethodTree method com.sun.source.tree.BinaryTree subtract com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/FloatingPointAssertionWithinEpsilon$FloatingPointType.class
FloatingPointAssertionWithinEpsilon.java package com.google.errorprone.bugpatterns abstract enum com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType FLOAT public static final enum com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType DOUBLE private final com.sun.tools.javac.code.TypeTag typeTag private final String typeName private final com.google.errorprone.matchers.Matcher truthOfCall private final com.google.errorprone.matchers.Matcher junitWithoutMessage private final com.google.errorprone.matchers.Matcher junitWithMessage private static final synthetic com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType[] $VALUES public static com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType[] values () public static com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.sun.tools.javac.code.TypeTag, java.lang.String, java.lang.String, java.lang.String) com.sun.tools.javac.code.TypeTag typeTag String typeName String subjectClass String tolerantSubclass String tolerantClass abstract java.lang.Number nextNumber (java.lang.Number) abstract boolean isIntolerantComparison (java.lang.Number, java.lang.Number) abstract java.util.Optional suffixLiteralIfPossible (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) private java.util.Optional match (com.google.errorprone.bugpatterns.BugChecker, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.BugChecker bugChecker com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private java.util.Optional check (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree toleranceArgument com.sun.source.tree.ExpressionTree actualArgument Number actual Number tolerance private static com.sun.source.tree.ExpressionTree getReceiverArgument (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree receiver private static com.google.errorprone.matchers.Description$Builder suggestJunitFix (com.google.errorprone.bugpatterns.BugChecker, com.sun.source.tree.MethodInvocationTree) com.google.errorprone.bugpatterns.BugChecker bugChecker com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.fixes.SuggestedFix fix private com.google.errorprone.matchers.Description$Builder suggestTruthFix (com.google.errorprone.bugpatterns.BugChecker, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.BugChecker bugChecker com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree within com.sun.source.tree.ExpressionTree assertion String replacementMethod com.sun.source.tree.ExpressionTree argument com.google.errorprone.fixes.SuggestedFix fix private java.lang.String castArgumentIfNecessary (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) java.util.Optional suffixed com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state String source com.sun.tools.javac.code.Type type static java.lang.String removeSuffixes (java.lang.String) String source private synthetic com.google.errorprone.matchers.Description lambda$match$2 (com.google.errorprone.bugpatterns.BugChecker, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, java.lang.Double) com.google.errorprone.bugpatterns.BugChecker bugChecker com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state Double tolerance private static synthetic com.google.errorprone.matchers.Description lambda$match$1 (com.google.errorprone.bugpatterns.BugChecker, com.sun.source.tree.MethodInvocationTree, java.lang.Double) com.google.errorprone.bugpatterns.BugChecker bugChecker com.sun.source.tree.MethodInvocationTree tree Double tolerance private static synthetic com.google.errorprone.matchers.Description lambda$match$0 (com.google.errorprone.bugpatterns.BugChecker, com.sun.source.tree.MethodInvocationTree, java.lang.Double) com.google.errorprone.bugpatterns.BugChecker bugChecker com.sun.source.tree.MethodInvocationTree tree Double tolerance private static synthetic com.google.errorprone.bugpatterns.FloatingPointAssertionWithinEpsilon$FloatingPointType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_WildcardImport_TypeToImport.class
AutoValue_WildcardImport_TypeToImport.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_WildcardImport_TypeToImport extends com.google.errorprone.bugpatterns.WildcardImport$TypeToImport { private final String name private final com.sun.tools.javac.code.Symbol owner private final boolean isStatic void <init> (java.lang.String, com.sun.tools.javac.code.Symbol, boolean) String name com.sun.tools.javac.code.Symbol owner boolean isStatic java.lang.String name () com.sun.tools.javac.code.Symbol owner () boolean isStatic () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.WildcardImport$TypeToImport that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/Finally$MatchResult.class
Finally.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.Finally$MatchResult extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.Finally$MatchResult KEEP_LOOKING public static final enum com.google.errorprone.bugpatterns.Finally$MatchResult NO_MATCH public static final enum com.google.errorprone.bugpatterns.Finally$MatchResult FOUND_ERROR private static final synthetic com.google.errorprone.bugpatterns.Finally$MatchResult[] $VALUES public static com.google.errorprone.bugpatterns.Finally$MatchResult[] values () public static com.google.errorprone.bugpatterns.Finally$MatchResult valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.Finally$MatchResult[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_StronglyType.class
AutoValue_StronglyType.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_StronglyType extends com.google.errorprone.bugpatterns.StronglyType { private final java.util.function.Function renameFunction private final com.google.common.collect.ImmutableSet primitiveTypesToReplace private final com.google.errorprone.matchers.Matcher factoryMatcher private final com.google.errorprone.bugpatterns.BugChecker bugChecker private void <init> (java.util.function.Function, com.google.common.collect.ImmutableSet, com.google.errorprone.matchers.Matcher, com.google.errorprone.bugpatterns.BugChecker) java.util.function.Function renameFunction com.google.common.collect.ImmutableSet primitiveTypesToReplace com.google.errorprone.matchers.Matcher factoryMatcher com.google.errorprone.bugpatterns.BugChecker bugChecker java.util.function.Function renameFunction () com.google.common.collect.ImmutableSet primitiveTypesToReplace () com.google.errorprone.matchers.Matcher factoryMatcher () com.google.errorprone.bugpatterns.BugChecker bugChecker () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.StronglyType that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/UnusedMethod$1FilterUsedMethods.class
UnusedMethod.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedMethod$1FilterUsedMethods extends com.sun.source.util.TreePathScanner { final synthetic java.util.Map val$unusedMethods final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.UnusedMethod this$0 void <init> (com.google.errorprone.bugpatterns.UnusedMethod, java.util.Map, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.UnusedMethod this$0 public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused com.sun.tools.javac.code.Symbol symbol public java.lang.Void visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree tree Void unused com.sun.tools.javac.code.Symbol$MethodSymbol symbol public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused private void handle (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused private void handleMethodSource (com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree tree com.sun.tools.javac.code.Symbol$MethodSymbol sym javax.lang.model.element.Name name public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) private static synthetic void lambda$handleMethodSource$4 (java.util.Map, com.google.common.collect.ImmutableSet) java.util.Map unusedMethods com.google.common.collect.ImmutableSet referencedNames private static synthetic boolean lambda$handleMethodSource$3 (com.google.common.collect.ImmutableSet, java.util.Map$Entry) com.google.common.collect.ImmutableSet referencedNames java.util.Map$Entry e com.sun.tools.javac.code.Symbol unusedSym String simpleName private static synthetic com.google.common.collect.ImmutableSet lambda$handleMethodSource$2 (com.google.errorprone.VisitorState, javax.lang.model.element.AnnotationValue) com.google.errorprone.VisitorState state javax.lang.model.element.AnnotationValue y private static synthetic java.util.Optional lambda$handleMethodSource$1 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a private static synthetic boolean lambda$handleMethodSource$0 (javax.lang.model.element.Name, com.sun.tools.javac.code.Attribute$Compound) javax.lang.model.element.Name name com.sun.tools.javac.code.Attribute$Compound a }
com/google/errorprone/bugpatterns/OptionalMapToOptional.class
OptionalMapToOptional.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.OptionalMapToOptional extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MAP private static final com.google.errorprone.matchers.Matcher ANYTHING_BUT_ISPRESENT private static final com.google.errorprone.predicates.TypePredicate OPTIONAL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath path com.google.errorprone.util.ASTHelpers$TargetType targetType java.util.List typeArguments com.sun.tools.javac.code.Type typeMappedTo static void <clinit> () }
com/google/errorprone/bugpatterns/StatementSwitchToExpressionSwitch$AnalysisResult.class
StatementSwitchToExpressionSwitch.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult extends java.lang.Object { void <init> () abstract boolean canConvertDirectlyToExpressionSwitch () abstract boolean canConvertToReturnSwitch () abstract com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult assignmentSwitchAnalysisResult () abstract com.google.common.collect.ImmutableList groupedWithNextCase () static com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AnalysisResult of (boolean, boolean, com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult, com.google.common.collect.ImmutableList) boolean canConvertDirectlyToExpressionSwitch boolean canConvertToReturnSwitch com.google.errorprone.bugpatterns.StatementSwitchToExpressionSwitch$AssignmentSwitchAnalysisResult assignmentSwitchAnalysisResult com.google.common.collect.ImmutableList groupedWithNextCase }
com/google/errorprone/bugpatterns/JUnit3TestNotRun$2.class
JUnit3TestNotRun.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.JUnit3TestNotRun$2 extends com.sun.source.util.TreeScanner { final synthetic com.google.common.collect.ImmutableSet$Builder val$calledMethods void <init> (com.google.common.collect.ImmutableSet$Builder) public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/TreeToString.class
TreeToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TreeToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final com.google.errorprone.matchers.Matcher IS_BUGCHECKER private static final com.google.errorprone.predicates.TypePredicate IS_TREE private static final com.google.errorprone.matchers.Matcher TREEMAKER_LITERAL_CREATOR private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_ERRORPRONE_VISITORSTATE void <init> () protected com.google.errorprone.predicates.TypePredicate typePredicate () private boolean treeToStringInBugChecker (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private boolean enclosingBugChecker (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state protected java.util.Optional descriptionMessageForDefaultMatch (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver private static java.util.Optional fix (com.sun.source.tree.Tree, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree target com.sun.source.tree.Tree replace com.google.errorprone.VisitorState state private static java.lang.String createStringReplacement (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.Tree) com.sun.source.tree.MethodInvocationTree targetMethodInvocationTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol visitorStateSymbol com.sun.source.tree.Tree target String visitorStateVariable private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$c831b8c1$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.google.errorprone.fixes.Fix lambda$fix$2 (com.sun.source.tree.Tree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.source.tree.Tree replace com.google.errorprone.VisitorState state com.sun.source.tree.Tree target com.sun.tools.javac.code.Symbol$VarSymbol s private static synthetic boolean lambda$fix$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol s private static synthetic boolean lambda$enclosingBugChecker$0 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t static void <clinit> () }
com/google/errorprone/bugpatterns/TypeCompatibilityUtils.class
TypeCompatibilityUtils.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.TypeCompatibilityUtils extends java.lang.Object { private static final String WITHOUT_EQUALS_REASON private final boolean treatBuildersAsIncomparable private static final com.google.errorprone.suppliers.Supplier EQUALS private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_PROTOBUF_DYNAMICMESSAGE private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_PROTOBUF_MESSAGE private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_PROTOBUF_MESSAGELITE private static final com.google.errorprone.suppliers.Supplier JAVA_UTIL_COLLECTION public static com.google.errorprone.bugpatterns.TypeCompatibilityUtils fromFlags (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public static com.google.errorprone.bugpatterns.TypeCompatibilityUtils allOn () private void <init> (boolean) boolean treatBuildersAsIncomparable public com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport compatibilityOfTypes (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type argumentType com.google.errorprone.VisitorState state private com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport compatibilityOfTypes (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, java.util.Set, java.util.Set, com.google.errorprone.VisitorState) com.sun.tools.javac.util.Names names com.sun.tools.javac.code.Symbol$MethodSymbol equals com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType java.util.Set previouslySeenComponentsOfLeftType java.util.Set previouslySeenComponentsOfRightType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type leftUpperBound com.sun.tools.javac.code.Type rightUpperBound com.sun.tools.javac.code.Type erasedLeftType com.sun.tools.javac.code.Type erasedRightType com.sun.tools.javac.code.Type commonSupertype com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport compatibilityReport private static boolean isFeasiblyCompatible (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol rightClass private static boolean customEqualsMethod (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol owningClass private static boolean areTypesIncompatibleCollections (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType com.sun.tools.javac.code.Type nearestCommonSupertype com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type collectionType private boolean areIncompatibleProtoTypes (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) String leftClassPart String rightClassPart com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType com.sun.tools.javac.code.Type nearestCommonSupertype com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type dynamicMessage com.sun.tools.javac.code.Type protoBase com.sun.tools.javac.code.Type messageLite private static boolean isConcrete (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type toEvaluate private static boolean classesAreMutableAndImmutableOfSameType (java.lang.String, java.lang.String) String l String r private static java.lang.String classNamePart (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type String fullClassname String packageName String prefix private com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport checkForGenericsMismatch (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, java.util.Set, java.util.Set, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType com.sun.tools.javac.code.Type superType java.util.Set previousLeftTypes java.util.Set previousRightTypes com.google.errorprone.VisitorState state java.util.List leftGenericTypes java.util.List rightGenericTypes private static java.util.List typeArgsAsSuper (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type baseType com.sun.tools.javac.code.Type superType com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type projectedType private static java.util.TreeSet typeSet (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$41f55821$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$b77fca52$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$f19356c0$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$static$97c7798b$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$e62bd2e0$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic int lambda$typeSet$6 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t1 com.sun.tools.javac.code.Type t2 private static synthetic boolean lambda$checkForGenericsMismatch$5 (com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport) com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport tcr private synthetic com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport lambda$checkForGenericsMismatch$4 (com.google.errorprone.VisitorState, java.util.Set, com.sun.tools.javac.code.Type, java.util.Set, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypePair) com.google.errorprone.VisitorState state java.util.Set previousLeftTypes com.sun.tools.javac.code.Type leftType java.util.Set previousRightTypes com.sun.tools.javac.code.Type rightType com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypePair types java.util.Set nextLeftTypes java.util.Set nextRightTypes private static synthetic boolean lambda$checkForGenericsMismatch$3 (java.util.Set, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, java.util.Set, com.sun.tools.javac.code.Type, com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypePair) java.util.Set previousLeftTypes com.sun.tools.javac.code.Type leftType com.google.errorprone.VisitorState state java.util.Set previousRightTypes com.sun.tools.javac.code.Type rightType com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypePair tp private static synthetic boolean lambda$isFeasiblyCompatible$2 (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol rightClass com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol$MethodSymbol method private static synthetic boolean lambda$isFeasiblyCompatible$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol m private static synthetic boolean lambda$compatibilityOfTypes$0 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$MethodSymbol equals com.sun.tools.javac.code.Type leftUpperBound com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symbol m static void <clinit> () }
com/google/errorprone/bugpatterns/StreamToString.class
StreamToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.StreamToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final com.google.errorprone.predicates.TypePredicate STREAM public void <init> () protected com.google.errorprone.predicates.TypePredicate typePredicate () protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/TypeNameShadowing.class
TypeNameShadowing.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TypeNameShadowing extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private static java.lang.Iterable typesInEnclosingScope (com.sun.tools.javac.comp.Env, com.sun.tools.javac.code.Symbol$PackageSymbol) com.sun.tools.javac.comp.Env env com.sun.tools.javac.code.Symbol$PackageSymbol javaLang com.google.common.collect.ImmutableList localSymbolsInScope private com.google.errorprone.matchers.Description findShadowedTypes (com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree java.util.List typeParameters com.google.errorprone.VisitorState state com.sun.tools.javac.comp.Env env com.sun.tools.javac.code.Symtab symtab com.sun.tools.javac.code.Symbol$PackageSymbol javaLang Iterable enclosingTypes com.google.common.collect.ImmutableList shadowedTypes com.google.errorprone.matchers.Description$Builder descBuilder com.google.common.collect.ImmutableSet visibleNames com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static java.lang.String buildMessage (java.util.List) java.util.List shadowedTypes private static synthetic java.lang.String lambda$buildMessage$8 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$findShadowedTypes$7 (java.util.List, com.sun.source.tree.Tree, com.google.common.collect.ImmutableSet, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) java.util.List typeParameters com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet visibleNames com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol tv private static synthetic boolean lambda$findShadowedTypes$6 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol tv private static synthetic java.lang.String lambda$findShadowedTypes$5 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym private static synthetic com.sun.tools.javac.code.Symbol lambda$findShadowedTypes$4 (java.lang.Iterable, com.sun.source.tree.TypeParameterTree) Iterable enclosingTypes com.sun.source.tree.TypeParameterTree param private static synthetic boolean lambda$findShadowedTypes$3 (com.sun.source.tree.TypeParameterTree, com.sun.tools.javac.code.Symbol) com.sun.source.tree.TypeParameterTree param com.sun.tools.javac.code.Symbol sym private static synthetic java.util.stream.Stream lambda$typesInEnclosingScope$2 (java.lang.Iterable) Iterable symbols private static synthetic boolean lambda$typesInEnclosingScope$1 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym private static synthetic java.lang.Iterable lambda$typesInEnclosingScope$0 (com.sun.tools.javac.comp.Env) com.sun.tools.javac.comp.Env ctx }
com/google/errorprone/bugpatterns/UnusedCollectionModifiedInPlace.class
UnusedCollectionModifiedInPlace.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnusedCollectionModifiedInPlace extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher COLLECTIONS_DESTRUCTIVE private static final com.google.errorprone.matchers.Matcher FIRST_ARG_CONSTRUCTS_NEW_LIST private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/BigDecimalEquals.class
BigDecimalEquals.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.BigDecimalEquals extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String BIG_DECIMAL private static final com.google.errorprone.suppliers.Supplier JAVA_MATH_BIGDECIMAL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument boolean handleNulls com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument boolean handleNulls com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument java.util.List arguments com.sun.tools.javac.code.Type bigDecimal boolean handleNulls com.sun.source.tree.MethodTree enclosingMethod boolean isReceiverBigDecimal boolean isTargetBigDecimal private com.google.errorprone.matchers.Description describe (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.source.tree.Tree, com.sun.source.tree.Tree, boolean) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree receiver com.sun.source.tree.Tree argument boolean handleNulls private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$1102c4d4$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsReference.class
EqualsReference.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.EqualsReference extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree variableTree com.sun.tools.javac.code.Symbol$VarSymbol varSymbol com.google.errorprone.bugpatterns.EqualsReference$TreeScannerEquals treeScannerEquals com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState visitorState }
com/google/errorprone/bugpatterns/JavaLangClash.class
JavaLangClash.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JavaLangClash extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$TypeParameterTreeMatcher { private static final com.google.common.collect.ImmutableSet IGNORED public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.util.Name simpleName public com.google.errorprone.matchers.Description matchTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description check (com.sun.source.tree.Tree, com.sun.tools.javac.util.Name, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.tools.javac.util.Name simpleName com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symtab symtab com.sun.tools.javac.code.Symbol$PackageSymbol javaLang com.sun.tools.javac.code.Symbol other com.sun.tools.javac.code.Symbol symbol private static synthetic boolean lambda$check$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s static void <clinit> () }
com/google/errorprone/bugpatterns/ToStringReturnsNull$BooleanScanner.class
ToStringReturnsNull.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ToStringReturnsNull$BooleanScanner extends com.sun.source.util.TreeScanner { private void <init> () public java.lang.Boolean scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public final java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/ThrowIfUncheckedKnownChecked$1.class
ThrowIfUncheckedKnownChecked.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ThrowIfUncheckedKnownChecked$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) javax.lang.model.type.TypeMirror alternative com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type boolean isKnownCheckedException (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Symtab symtab public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/InlineTrivialConstant$TrivialConstant.class
InlineTrivialConstant.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.InlineTrivialConstant$TrivialConstant extends java.lang.Object { void <init> () abstract com.sun.source.tree.VariableTree tree () abstract java.lang.String replacement () static com.google.errorprone.bugpatterns.InlineTrivialConstant$TrivialConstant create (com.sun.source.tree.VariableTree, java.lang.String) com.sun.source.tree.VariableTree tree String replacement }
com/google/errorprone/bugpatterns/AbstractMustBeClosedChecker$Change.class
AbstractMustBeClosedChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change extends java.lang.Object { protected void <init> () abstract com.google.errorprone.fixes.SuggestedFix otherFixes () abstract java.util.Optional closeBraceAfter () static com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker$Change$Builder builder (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix otherFixes static java.util.Optional of (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix fix }
com/google/errorprone/bugpatterns/ToStringReturnsNull$1.class
ToStringReturnsNull.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ToStringReturnsNull$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/MockNotUsedInProduction$3.class
MockNotUsedInProduction.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MockNotUsedInProduction$3 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.concurrent.atomic.AtomicBoolean val$injectMocks final synthetic java.util.Map val$mocks final synthetic com.google.errorprone.bugpatterns.MockNotUsedInProduction this$0 void <init> (com.google.errorprone.bugpatterns.MockNotUsedInProduction, com.google.errorprone.VisitorState, java.util.concurrent.atomic.AtomicBoolean, java.util.Map) com.google.errorprone.bugpatterns.MockNotUsedInProduction this$0 com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.AssignmentTree tree Void unused private boolean isEligible (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private boolean annotatedAtMostMock (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private static synthetic boolean lambda$annotatedAtMostMock$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a }
com/google/errorprone/bugpatterns/ConditionalExpressionNumericPromotion.class
ConditionalExpressionNumericPromotion.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ConditionalExpressionNumericPromotion extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ConditionalExpressionTreeMatcher { private static final com.google.errorprone.suppliers.Supplier JAVA_LANG_NUMBER public void <init> () public com.google.errorprone.matchers.Description matchConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ConditionalExpressionTree conditionalExpression com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type expressionType com.sun.source.tree.ExpressionTree trueExpression com.sun.source.tree.ExpressionTree falseExpression com.sun.tools.javac.code.Type trueType com.sun.tools.javac.code.Type falseType com.google.errorprone.util.ASTHelpers$TargetType targetType com.sun.tools.javac.code.Type numberType com.google.errorprone.fixes.SuggestedFix$Builder builder String numberName String prefix private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$c2225fc2$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/WildcardImport$TypeToImport.class
WildcardImport.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.WildcardImport$TypeToImport extends java.lang.Object { void <init> () abstract java.lang.String name () abstract com.sun.tools.javac.code.Symbol owner () abstract boolean isStatic () static com.google.errorprone.bugpatterns.WildcardImport$TypeToImport create (java.lang.String, com.sun.tools.javac.code.Symbol, boolean) String name com.sun.tools.javac.code.Symbol owner boolean stat private void addFix (com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.fixes.SuggestedFix$Builder fix String qualifiedName }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$DiffOrBuilder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$DiffOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getClassDiffList () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff getClassDiff (int) public abstract int getClassDiffCount () public abstract java.util.List getClassDiffOrBuilderList () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiffOrBuilder getClassDiffOrBuilder (int) }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$Diff$1.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder builder public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassDiffOrBuilder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiffOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasEverythingDiff () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff getEverythingDiff () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiffOrBuilder getEverythingDiffOrBuilder () public abstract boolean hasMemberDiff () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff getMemberDiff () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiffOrBuilder getMemberDiffOrBuilder () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase getDiffCase () }
com/google/errorprone/bugpatterns/apidiff/AutoValue_ApiDiff_ClassMemberKey.class
AutoValue_ApiDiff_ClassMemberKey.java package com.google.errorprone.bugpatterns.apidiff final com.google.errorprone.bugpatterns.apidiff.AutoValue_ApiDiff_ClassMemberKey extends com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey { private final String identifier private final String descriptor void <init> (java.lang.String, java.lang.String) String identifier String descriptor public java.lang.String identifier () public java.lang.String descriptor () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/apidiff/Java8ApiChecker.class
Java8ApiChecker.java package com.google.errorprone.bugpatterns.apidiff public com.google.errorprone.bugpatterns.apidiff.Java8ApiChecker extends com.google.errorprone.bugpatterns.apidiff.ApiDiffChecker { private static final java.util.regex.Pattern BUFFER private static final String CHECKSUM private static com.google.errorprone.bugpatterns.apidiff.ApiDiff loadApiDiff (com.google.errorprone.ErrorProneFlags) byte[] diffData com.google.errorprone.bugpatterns.apidiff.ApiDiff diff boolean checkBuffer boolean checkChecksum com.google.common.collect.ImmutableSetMultimap unsupportedMembers java.io.IOException e com.google.errorprone.ErrorProneFlags errorProneFlags void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags errorProneFlags private static synthetic boolean lambda$loadApiDiff$1 (boolean, java.util.Map$Entry) boolean checkChecksum java.util.Map$Entry e private static synthetic boolean lambda$loadApiDiff$0 (boolean, java.util.Map$Entry) boolean checkBuffer java.util.Map$Entry e static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$EverythingDiff.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff extends com.google.protobuf.GeneratedMessageV3 implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiffOrBuilder { private static final long serialVersionUID public static final int CLASS_NAME_FIELD_NUMBER private volatile Object className_ private byte memoizedIsInitialized private static final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getClassName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getClassNameBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff other public int hashCode () int hash public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder newBuilderForType () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder newBuilder () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder newBuilder (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff prototype public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder toBuilder () protected com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder builder public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static synthetic void access$100 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/8to11diff.binarypb
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassDiff$1.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder builder public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffChecker$1.class
ApiDiffChecker.java package com.google.errorprone.bugpatterns.apidiff synthetic com.google.errorprone.bugpatterns.apidiff.ApiDiffChecker$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/AndroidJdkLibsChecker.class
AndroidJdkLibsChecker.java package com.google.errorprone.bugpatterns.apidiff public com.google.errorprone.bugpatterns.apidiff.AndroidJdkLibsChecker extends com.google.errorprone.bugpatterns.apidiff.ApiDiffChecker { private final boolean allowJava8 private static final com.google.errorprone.matchers.Matcher FOREACH_ON_COLLECTION private static com.google.errorprone.bugpatterns.apidiff.ApiDiff loadApiDiff (boolean) byte[] diffData com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff diff java.io.IOException e boolean allowJava8 void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public void <init> () private void <init> (boolean) boolean allowJava8 protected com.google.errorprone.matchers.Description check (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description description static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$1.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff synthetic com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$apidiff$ApiDiffProto$ClassDiff$DiffCase static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiff$1.class
ApiDiff.java package com.google.errorprone.bugpatterns.apidiff synthetic com.google.errorprone.bugpatterns.apidiff.ApiDiff$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$apidiff$ApiDiffProto$ClassDiff$DiffCase static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/AutoValue_ApiDiff.class
AutoValue_ApiDiff.java package com.google.errorprone.bugpatterns.apidiff final com.google.errorprone.bugpatterns.apidiff.AutoValue_ApiDiff extends com.google.errorprone.bugpatterns.apidiff.ApiDiff { private final com.google.common.collect.ImmutableSet unsupportedClasses private final com.google.common.collect.ImmutableSetMultimap unsupportedMembersByClass void <init> (com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSetMultimap) com.google.common.collect.ImmutableSet unsupportedClasses com.google.common.collect.ImmutableSetMultimap unsupportedMembersByClass public com.google.common.collect.ImmutableSet unsupportedClasses () public com.google.common.collect.ImmutableSetMultimap unsupportedMembersByClass () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.apidiff.ApiDiff that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassDiff$DiffCase.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final enum com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase extends java.lang.Enum implements com.google.protobuf.Internal$EnumLite com.google.protobuf.AbstractMessageLite$InternalOneOfEnum { public static final enum com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase EVERYTHING_DIFF public static final enum com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase MEMBER_DIFF public static final enum com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase DIFF_NOT_SET private final int value private static final synthetic com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase[] $VALUES public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase[] values () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int) int value public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase valueOf (int) int value public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase forNumber (int) int value public int getNumber () private static synthetic com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$MemberDiff$1.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder builder public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$EverythingDiffOrBuilder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiffOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getClassName () public abstract com.google.protobuf.ByteString getClassNameBytes () }
com/google/errorprone/bugpatterns/apidiff/ApiDiff$ClassMemberKey.class
ApiDiff.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey extends java.lang.Object { public void <init> () public abstract java.lang.String identifier () public abstract java.lang.String descriptor () public static com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey create (java.lang.String, java.lang.String) String identifier String descriptor public final java.lang.String toString () }
com/google/errorprone/bugpatterns/apidiff/ApiDiff.class
ApiDiff.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiff extends java.lang.Object { public void <init> () public abstract com.google.common.collect.ImmutableSet unsupportedClasses () public abstract com.google.common.collect.ImmutableSetMultimap unsupportedMembersByClass () boolean isClassUnsupported (java.lang.String) String className boolean isMemberUnsupported (java.lang.String, com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey) String className com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey memberKey public static com.google.errorprone.bugpatterns.apidiff.ApiDiff fromMembers (java.util.Set, com.google.common.collect.Multimap) java.util.Set unsupportedClasses com.google.common.collect.Multimap unsupportedMembersByClass public static com.google.errorprone.bugpatterns.apidiff.ApiDiff fromProto (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember member com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff memberDiff com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff c com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff diff com.google.common.collect.ImmutableSet$Builder unsupportedClasses com.google.common.collect.ImmutableSetMultimap$Builder unsupportedMembersByClass public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff toProto () String className com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey member com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder memberDiff String className com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder builder }
com/google/errorprone/bugpatterns/apidiff/ApiDiffChecker.class
ApiDiffChecker.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IdentifierTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberSelectTreeMatcher { private final com.google.errorprone.bugpatterns.apidiff.ApiDiff apiDiff private final java.util.Optional alsoForbidApisAnnotated protected void <init> (com.google.errorprone.bugpatterns.apidiff.ApiDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiff apiDiff protected void <init> (com.google.errorprone.bugpatterns.apidiff.ApiDiff, java.lang.Class) com.google.errorprone.bugpatterns.apidiff.ApiDiff apiDiff Class alsoForbidApisAnnotated public com.google.errorprone.matchers.Description matchIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberSelectTree tree com.google.errorprone.VisitorState state protected com.google.errorprone.matchers.Description check (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$ClassSymbol receiver com.sun.tools.javac.code.Types types com.google.errorprone.bugpatterns.apidiff.ApiDiff$ClassMemberKey memberKey com.sun.tools.javac.code.Symbol$ClassSymbol owner private boolean classOrEnclosingClassIsForbiddenByAnnotation (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol clazz com.google.errorprone.VisitorState state private boolean hasAnnotationForbiddingUse (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state private static com.sun.tools.javac.code.Symbol$ClassSymbol getReceiver (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Type receiver com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Symbol sym }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$Diff.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff extends com.google.protobuf.GeneratedMessageV3 implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$DiffOrBuilder { private static final long serialVersionUID public static final int CLASS_DIFF_FIELD_NUMBER private java.util.List classDiff_ private byte memoizedIsInitialized private static final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getClassDiffList () public java.util.List getClassDiffOrBuilderList () public int getClassDiffCount () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff getClassDiff (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiffOrBuilder getClassDiffOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff other public int hashCode () int hash public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder newBuilderForType () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder newBuilder () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder newBuilder (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff prototype public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder toBuilder () protected com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder builder public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static synthetic boolean access$000 () static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$Diff$Builder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$DiffOrBuilder { private int bitField0_ private java.util.List classDiff_ private com.google.protobuf.RepeatedFieldBuilderV3 classDiffBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff getDefaultInstanceForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff build () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff buildPartial () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff result int from_bitField0_ public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder clone () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder mergeFrom (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff other public final boolean isInitialized () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureClassDiffIsMutable () public java.util.List getClassDiffList () public int getClassDiffCount () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff getClassDiff (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder setClassDiff (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder setClassDiff (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder addClassDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder addClassDiff (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder addClassDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder addClassDiff (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder addAllClassDiff (java.lang.Iterable) Iterable values public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder clearClassDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder removeClassDiff (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder getClassDiffBuilder (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiffOrBuilder getClassDiffOrBuilder (int) int index public java.util.List getClassDiffOrBuilderList () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder addClassDiffBuilder () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder addClassDiffBuilder (int) int index public java.util.List getClassDiffBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getClassDiffFieldBuilder () public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$EverythingDiff$Builder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiffOrBuilder { private Object className_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff getDefaultInstanceForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff build () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff buildPartial () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder clone () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder mergeFrom (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff other public final boolean isInitialized () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getClassName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getClassNameBytes () com.google.protobuf.ByteString b Object ref public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder setClassName (java.lang.String) String value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder clearClassName () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder setClassNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/google/errorprone/bugpatterns/apidiff/Java7ApiChecker.class
Java7ApiChecker.java package com.google.errorprone.bugpatterns.apidiff public com.google.errorprone.bugpatterns.apidiff.Java7ApiChecker extends com.google.errorprone.bugpatterns.apidiff.ApiDiffChecker { public static final com.google.errorprone.bugpatterns.apidiff.ApiDiff API_DIFF private static com.google.errorprone.bugpatterns.apidiff.ApiDiff loadApiDiff () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$Diff$Builder diffBuilder byte[] diffData java.io.IOException e public void <init> () static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassMemberOrBuilder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMemberOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getIdentifier () public abstract com.google.protobuf.ByteString getIdentifierBytes () public abstract java.lang.String getMemberDescriptor () public abstract com.google.protobuf.ByteString getMemberDescriptorBytes () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$MemberDiff.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff extends com.google.protobuf.GeneratedMessageV3 implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiffOrBuilder { private static final long serialVersionUID public static final int CLASS_NAME_FIELD_NUMBER private volatile Object className_ public static final int MEMBER_FIELD_NUMBER private java.util.List member_ private byte memoizedIsInitialized private static final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getClassName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getClassNameBytes () com.google.protobuf.ByteString b Object ref public java.util.List getMemberList () public java.util.List getMemberOrBuilderList () public int getMemberCount () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember getMember (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMemberOrBuilder getMemberOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff other public int hashCode () int hash public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder newBuilderForType () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder newBuilder () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder newBuilder (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff prototype public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder toBuilder () protected com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder builder public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static synthetic boolean access$200 () static synthetic void access$300 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$MemberDiff$Builder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiffOrBuilder { private int bitField0_ private Object className_ private java.util.List member_ private com.google.protobuf.RepeatedFieldBuilderV3 memberBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff getDefaultInstanceForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff build () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff buildPartial () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff result int from_bitField0_ public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder clone () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder mergeFrom (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff other public final boolean isInitialized () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getClassName () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getClassNameBytes () com.google.protobuf.ByteString b Object ref public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder setClassName (java.lang.String) String value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder clearClassName () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder setClassNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureMemberIsMutable () public java.util.List getMemberList () public int getMemberCount () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember getMember (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder setMember (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder setMember (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder addMember (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder addMember (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder addMember (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder addMember (int, com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder) int index com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder addAllMember (java.lang.Iterable) Iterable values public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder clearMember () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder removeMember (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder getMemberBuilder (int) int index public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMemberOrBuilder getMemberOrBuilder (int) int index public java.util.List getMemberOrBuilderList () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder addMemberBuilder () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder addMemberBuilder (int) int index public java.util.List getMemberBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getMemberFieldBuilder () public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassMember$Builder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMemberOrBuilder { private Object identifier_ private Object memberDescriptor_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember getDefaultInstanceForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember build () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember buildPartial () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder clone () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder mergeFrom (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember other public final boolean isInitialized () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getIdentifier () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getIdentifierBytes () com.google.protobuf.ByteString b Object ref public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder setIdentifier (java.lang.String) String value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder clearIdentifier () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder setIdentifierBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.lang.String getMemberDescriptor () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getMemberDescriptorBytes () com.google.protobuf.ByteString b Object ref public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder setMemberDescriptor (java.lang.String) String value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder clearMemberDescriptor () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder setMemberDescriptorBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$EverythingDiff$1.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder builder public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassMember.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember extends com.google.protobuf.GeneratedMessageV3 implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMemberOrBuilder { private static final long serialVersionUID public static final int IDENTIFIER_FIELD_NUMBER private volatile Object identifier_ public static final int MEMBER_DESCRIPTOR_FIELD_NUMBER private volatile Object memberDescriptor_ private byte memoizedIsInitialized private static final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getIdentifier () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getIdentifierBytes () com.google.protobuf.ByteString b Object ref public java.lang.String getMemberDescriptor () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getMemberDescriptorBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember other public int hashCode () int hash public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder newBuilderForType () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder newBuilder () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder newBuilder (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember prototype public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder toBuilder () protected com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder builder public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static synthetic void access$400 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static synthetic void access$500 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassDiff.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff extends com.google.protobuf.GeneratedMessageV3 implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiffOrBuilder { private static final long serialVersionUID private int diffCase_ private Object diff_ public static final int EVERYTHING_DIFF_FIELD_NUMBER public static final int MEMBER_DIFF_FIELD_NUMBER private byte memoizedIsInitialized private static final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase getDiffCase () public boolean hasEverythingDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff getEverythingDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiffOrBuilder getEverythingDiffOrBuilder () public boolean hasMemberDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff getMemberDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiffOrBuilder getMemberDiffOrBuilder () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff other public int hashCode () int hash public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder newBuilderForType () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder newBuilder () public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder newBuilder (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff prototype public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder toBuilder () protected com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder builder public static com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () static void <clinit> () }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassMember$1.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember$Builder builder public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/errorprone/bugpatterns/apidiff/android_java8.binarypb
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto extends java.lang.Object { private static final com.google.protobuf.Descriptors$Descriptor internal_static_devtools_staticanalysis_errorprone_apidiff_Diff_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_devtools_staticanalysis_errorprone_apidiff_Diff_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_devtools_staticanalysis_errorprone_apidiff_ClassDiff_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_devtools_staticanalysis_errorprone_apidiff_ClassDiff_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_devtools_staticanalysis_errorprone_apidiff_EverythingDiff_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_devtools_staticanalysis_errorprone_apidiff_EverythingDiff_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_devtools_staticanalysis_errorprone_apidiff_MemberDiff_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_devtools_staticanalysis_errorprone_apidiff_MemberDiff_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_devtools_staticanalysis_errorprone_apidiff_ClassMember_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_devtools_staticanalysis_errorprone_apidiff_ClassMember_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static void <clinit> () String[] descriptorData }
com/google/errorprone/bugpatterns/apidiff/android.binarypb
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$ClassDiff$Builder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiffOrBuilder { private int diffCase_ private Object diff_ private com.google.protobuf.SingleFieldBuilderV3 everythingDiffBuilder_ private com.google.protobuf.SingleFieldBuilderV3 memberDiffBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff getDefaultInstanceForType () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff build () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff buildPartial () com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff result public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder clone () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder mergeFrom (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff other public final boolean isInitialized () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$DiffCase getDiffCase () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder clearDiff () public boolean hasEverythingDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff getEverythingDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder setEverythingDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder setEverythingDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder mergeEverythingDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder clearEverythingDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiff$Builder getEverythingDiffBuilder () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$EverythingDiffOrBuilder getEverythingDiffOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getEverythingDiffFieldBuilder () public boolean hasMemberDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff getMemberDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder setMemberDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder setMemberDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder builderForValue public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder mergeMemberDiff (com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff) com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff value public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder clearMemberDiff () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiff$Builder getMemberDiffBuilder () public com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiffOrBuilder getMemberDiffOrBuilder () private com.google.protobuf.SingleFieldBuilderV3 getMemberDiffFieldBuilder () public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassDiff$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/google/errorprone/bugpatterns/apidiff/ApiDiffProto$MemberDiffOrBuilder.class
ApiDiffProto.java package com.google.errorprone.bugpatterns.apidiff public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$MemberDiffOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getClassName () public abstract com.google.protobuf.ByteString getClassNameBytes () public abstract java.util.List getMemberList () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMember getMember (int) public abstract int getMemberCount () public abstract java.util.List getMemberOrBuilderList () public abstract com.google.errorprone.bugpatterns.apidiff.ApiDiffProto$ClassMemberOrBuilder getMemberOrBuilder (int) }
com/google/errorprone/bugpatterns/apidiff/7to11diff.binarypb
com/google/errorprone/bugpatterns/NoAllocationChecker.class
NoAllocationChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NoAllocationChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher com.google.errorprone.bugpatterns.BugChecker$CompoundAssignmentTreeMatcher com.google.errorprone.bugpatterns.BugChecker$EnhancedForLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewArrayTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ReturnTreeMatcher com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher com.google.errorprone.bugpatterns.BugChecker$UnaryTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final String COMMON_MESSAGE_SUFFIX private static final com.google.errorprone.matchers.Matcher noAllocationMethodMatcher private static final com.google.errorprone.matchers.Matcher noAllocationMethodInvocationMatcher private static final com.google.errorprone.matchers.Matcher anyExpression private static final com.google.errorprone.matchers.Matcher anyStatement private static final com.google.errorprone.matchers.Matcher anyVariable private static final com.google.errorprone.matchers.Matcher isString private static final com.google.errorprone.matchers.Matcher arrayExpression private static final com.google.errorprone.matchers.Matcher primitiveExpression private static final com.google.errorprone.matchers.Matcher primitiveArrayExpression private static final com.google.common.collect.ImmutableSet ALL_COMPOUND_OPERATORS private static final com.google.errorprone.matchers.Matcher withinThrowOrAnnotation private static final com.google.errorprone.matchers.Matcher newArrayMatcher private static final com.google.errorprone.matchers.Matcher newClassMatcher private static final com.google.errorprone.matchers.Matcher methodMatcher private static final com.google.errorprone.matchers.Matcher stringConcatenationMatcher private static final com.google.errorprone.matchers.Matcher compoundAssignmentMatcher private static final com.google.errorprone.matchers.Matcher foreachMatcher private static final com.google.errorprone.matchers.Matcher boxingAssignment private static final com.google.errorprone.matchers.Matcher boxingInitialization private static final com.google.errorprone.matchers.Matcher boxingCast private static final com.google.errorprone.matchers.Matcher boxingReturn private static final com.google.errorprone.matchers.Matcher boxingInvocation private static final com.google.errorprone.matchers.Matcher boxingUnary public void <init> () public com.google.errorprone.matchers.Description matchNewArray (com.sun.source.tree.NewArrayTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewArrayTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompoundAssignmentTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.EnhancedForLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeCastTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.UnaryTree tree com.google.errorprone.VisitorState state private synthetic com.google.errorprone.matchers.Description lambda$matchMethod$1 (com.sun.source.tree.MethodTree, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.source.tree.MethodTree tree com.sun.tools.javac.code.Symbol$MethodSymbol s String message private static synthetic boolean lambda$matchMethod$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol s static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$NullComparisonScanner.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ImpossibleNullComparison$NullComparisonScanner extends com.sun.source.util.TreePathScanner { private final java.util.Map effectivelyFinalValues private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.ImpossibleNullComparison this$0 private void <init> (com.google.errorprone.bugpatterns.ImpossibleNullComparison, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree method Void unused public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree clazz Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variable Void unused com.sun.tools.javac.code.Symbol symbol private java.util.Optional getInitializer (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree binary Void unused com.google.errorprone.VisitorState subState java.util.Optional fixer public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.ExpressionTree argument com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage problemType com.sun.source.tree.ExpressionTree argument com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage problemType com.sun.source.tree.ExpressionTree argument com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage problemType com.sun.source.tree.ExpressionTree argument com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage problemType com.sun.source.tree.MethodInvocationTree node Void unused com.google.errorprone.VisitorState subState com.sun.source.tree.ExpressionTree argument com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage problemType private java.util.Optional getFixer (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree resolvedTree private com.sun.source.tree.ExpressionTree getEffectiveTree (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private static synthetic com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer lambda$getFixer$5 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes) com.sun.source.tree.ExpressionTree resolvedTree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes type private synthetic com.google.errorprone.matchers.Description lambda$visitMethodInvocation$4 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.fixes.SuggestedFix) com.sun.source.tree.MethodInvocationTree node com.google.errorprone.fixes.SuggestedFix f private static synthetic boolean lambda$visitMethodInvocation$3 (com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix f private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$visitMethodInvocation$2 (com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer) com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage problemType com.sun.source.tree.MethodInvocationTree node com.google.errorprone.VisitorState subState com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer f private synthetic com.google.errorprone.matchers.Description lambda$visitBinary$1 (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer) com.sun.source.tree.BinaryTree binary com.google.errorprone.VisitorState subState com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer f private synthetic void lambda$visitVariable$0 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.ExpressionTree e }
com/google/errorprone/bugpatterns/SuppressWarningsWithoutExplanation.class
SuppressWarningsWithoutExplanation.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.SuppressWarningsWithoutExplanation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher SUPPRESS_WARNINGS private final boolean emitDummyFixes public void <init> () public void <init> (boolean) boolean emitDummyFixes public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableRangeSet linesWithComments private static com.google.common.collect.ImmutableRangeSet linesWithComments (com.google.errorprone.VisitorState) com.sun.tools.javac.parser.Tokens$Comment comment com.google.errorprone.util.ErrorProneToken token com.google.errorprone.VisitorState state com.google.common.collect.RangeSet lines com.google.errorprone.util.ErrorProneTokens tokens com.sun.source.tree.LineMap lineMap static void <clinit> () }
com/google/errorprone/bugpatterns/ProtoTruthMixedDescriptors.class
ProtoTruthMixedDescriptors.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ProtoTruthMixedDescriptors extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IGNORING private static final com.google.errorprone.matchers.Matcher ASSERT_THAT private static final com.google.errorprone.suppliers.Supplier MESSAGE private static final com.google.errorprone.suppliers.Supplier GENERATED_MESSAGE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state java.util.List arguments com.google.common.collect.ImmutableSet types com.sun.tools.javac.code.Symbol$TypeSymbol type private static java.util.Optional protoType (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol private com.google.errorprone.matchers.Description validateReceiver (com.sun.source.tree.MethodInvocationTree, com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Symbol$TypeSymbol, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.MethodInvocationTree receiver com.sun.tools.javac.code.Symbol$TypeSymbol type com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree argument com.sun.tools.javac.code.Type subjectType private synthetic com.google.errorprone.matchers.Description lambda$matchMethodInvocation$2 (com.sun.source.tree.MethodInvocationTree, com.sun.tools.javac.code.Symbol$TypeSymbol, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.sun.source.tree.MethodInvocationTree tree com.sun.tools.javac.code.Symbol$TypeSymbol type com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic boolean lambda$matchMethodInvocation$1 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t private static synthetic java.util.Optional lambda$matchMethodInvocation$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree t static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedMethod$1MethodFinder.class
UnusedMethod.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedMethod$1MethodFinder extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.concurrent.atomic.AtomicBoolean val$ignoreUnusedMethods final synthetic com.google.common.collect.ImmutableSet val$classesMadeVisible final synthetic java.util.Map val$unusedMethods final synthetic com.google.errorprone.bugpatterns.UnusedMethod this$0 void <init> (com.google.errorprone.bugpatterns.UnusedMethod, com.google.errorprone.VisitorState, java.util.concurrent.atomic.AtomicBoolean, com.google.common.collect.ImmutableSet, java.util.Map) com.google.errorprone.bugpatterns.UnusedMethod this$0 com.google.errorprone.VisitorState state public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused private boolean exemptedBySuperType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused private boolean hasJUnitParamsParametersForMethodAnnotation (java.util.Collection) com.sun.tools.javac.tree.JCTree$JCExpression var com.sun.tools.javac.tree.JCTree$JCExpression arg com.sun.tools.javac.tree.JCTree$JCAnnotation annotation com.sun.source.tree.AnnotationTree tree java.util.Collection annotations private boolean isMethodSymbolEligibleForChecking (com.sun.source.tree.MethodTree, java.util.Set) com.sun.tools.javac.code.Type lastParamType com.sun.source.tree.MethodTree tree java.util.Set classesMadeVisible com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private boolean isExemptedConstructor (com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private synthetic boolean lambda$isMethodSymbolEligibleForChecking$1 (com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Symbol$ClassSymbol t private static synthetic boolean lambda$exemptedBySuperType$0 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, java.lang.String) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state String t }
com/google/errorprone/bugpatterns/BanJNDI.class
BanJNDI.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.BanJNDI extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder description static void <clinit> () }
com/google/errorprone/bugpatterns/ThrowSpecificExceptions$AbstractLikeException.class
ThrowSpecificExceptions.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ThrowSpecificExceptions$AbstractLikeException extends java.lang.Object { void <init> () abstract com.google.errorprone.matchers.Matcher matcher () abstract java.lang.String replacement () static com.google.errorprone.bugpatterns.ThrowSpecificExceptions$AbstractLikeException of (java.lang.Class, java.lang.Class) Class abstractLikeException Class replacement }
com/google/errorprone/bugpatterns/SelfAssignment$1.class
SelfAssignment.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.SelfAssignment$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public com.sun.source.tree.ExpressionTree visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void unused public com.sun.source.tree.ExpressionTree visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree node Void unused protected com.sun.source.tree.ExpressionTree defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree node Void unused public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/ComparisonContractViolated$2.class
ComparisonContractViolated.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ComparisonContractViolated$2 extends com.sun.source.util.SimpleTreeVisitor { final synthetic java.util.Set val$seenResults final synthetic com.google.errorprone.bugpatterns.ComparisonContractViolated this$0 void <init> (com.google.errorprone.bugpatterns.ComparisonContractViolated, java.util.Set) com.google.errorprone.bugpatterns.ComparisonContractViolated this$0 protected java.lang.Void defaultAction (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree node com.google.errorprone.VisitorState state public java.lang.Void visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ConditionalExpressionTree node com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/ConstantPatternCompile$NameUniquifier.class
ConstantPatternCompile.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier extends java.lang.Object { final com.google.common.collect.Multiset assignmentCounts private void <init> () java.lang.String uniquify (java.lang.String) String name int numPreviousUses }
com/google/errorprone/bugpatterns/ComparisonOutOfRange.class
ComparisonOutOfRange.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ComparisonOutOfRange extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.common.collect.ImmutableMap BOUNDS_FOR_PRIMITIVES public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state private static com.google.common.collect.Range range (long, long) long min long max private static boolean hasNumericConstantValue (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private synthetic void lambda$matchBinary$0 (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState, com.google.errorprone.suppliers.Supplier, com.google.common.collect.Range) com.google.errorprone.bugpatterns.ComparisonOutOfRange$1MatchAttempt matchAttempt com.google.errorprone.bugpatterns.ComparisonOutOfRange$1MatchAttempt matchAttempt com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.google.errorprone.suppliers.Supplier testedValueType com.google.common.collect.Range range java.util.List binaryTreeMatches com.sun.source.tree.Tree constant Number numericConstantValue com.google.errorprone.bugpatterns.ComparisonOutOfRange$1MatchAttempt matchAttempt private static synthetic com.sun.tools.javac.code.Type lambda$matchBinary$fa6b280e$1 (com.google.errorprone.suppliers.Supplier, com.google.errorprone.VisitorState) com.google.errorprone.suppliers.Supplier testedValueType com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/ForOverrideChecker.class
ForOverrideChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ForOverrideChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String FOR_OVERRIDE private static final String MESSAGE_BASE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol currentMethodSymbol com.sun.source.tree.MethodTree currentMethod String customMessage com.sun.tools.javac.code.Type declaringClass com.sun.tools.javac.code.Symbol overriddenMethod com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method com.sun.tools.javac.code.Type currentClass com.google.common.collect.ImmutableList overriddenMethods public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol nearestForOverrideMethod String customMessage com.google.common.collect.ImmutableList overriddenMethods com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method private static com.sun.source.tree.MethodTree findDirectMethod (com.sun.source.util.TreePath) com.sun.source.tree.Tree leaf com.sun.source.util.TreePath path private static boolean isSuperCall (com.sun.tools.javac.code.Type, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree ident com.sun.source.tree.MemberSelectTree subSelect com.sun.source.tree.MemberSelectTree select com.sun.tools.javac.code.Type type com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList getOverriddenMethods (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol method private static com.sun.tools.javac.code.Type getOutermostClass (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Type lambda$getOutermostClass$2 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t private static synthetic boolean lambda$getOutermostClass$1 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t private static synthetic boolean lambda$getOverriddenMethods$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol member }
com/google/errorprone/bugpatterns/CheckNotNullMultipleTimes$1.class
CheckNotNullMultipleTimes.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CheckNotNullMultipleTimes$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.Multiset val$variables final synthetic java.util.Map val$lastCheck final synthetic com.google.errorprone.bugpatterns.CheckNotNullMultipleTimes this$0 void <init> (com.google.errorprone.bugpatterns.CheckNotNullMultipleTimes, com.google.errorprone.VisitorState, com.google.common.collect.Multiset, java.util.Map) com.google.errorprone.bugpatterns.CheckNotNullMultipleTimes this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.MethodInvocationTree tree Void unused java.util.List arguments public java.lang.Void visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Void) com.sun.source.tree.SwitchTree tree Void unused public java.lang.Void visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void unused public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree tree Void unused public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree tree Void unused public java.lang.Void visitTry (com.sun.source.tree.TryTree, java.lang.Void) com.sun.source.tree.TryTree tree Void unused public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ClassCanBeStatic$1.class
ClassCanBeStatic.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ClassCanBeStatic$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$NestingKind static void <clinit> () }
com/google/errorprone/bugpatterns/ConstantPatternCompile$1.class
ConstantPatternCompile.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ConstantPatternCompile$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier val$nameUniquifier final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fixBuilder final synthetic com.sun.source.tree.Tree[] val$firstHit final synthetic com.google.errorprone.bugpatterns.ConstantPatternCompile this$0 void <init> (com.google.errorprone.bugpatterns.ConstantPatternCompile, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.Tree[]) com.google.errorprone.bugpatterns.ConstantPatternCompile this$0 com.google.errorprone.VisitorState state public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree node Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused private java.util.Optional tryFix (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.ConstantPatternCompile$NameUniquifier nameUniquifier com.sun.source.tree.Tree parent public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private static synthetic boolean lambda$tryFix$1 (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree x$0 private static synthetic void lambda$visitMethodInvocation$0 (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.Tree[], com.sun.source.tree.MethodInvocationTree, com.google.errorprone.fixes.SuggestedFix) com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.sun.source.tree.Tree[] firstHit com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.fixes.SuggestedFix other }
com/google/errorprone/bugpatterns/IsInstanceOfClass.class
IsInstanceOfClass.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IsInstanceOfClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher INSTANCE_OF_CLASS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static java.lang.String buildReplacement (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.IsInstanceOfClass$Operand lhs com.google.errorprone.bugpatterns.IsInstanceOfClass$Operand rhs static com.google.errorprone.bugpatterns.IsInstanceOfClass$Operand classify (com.sun.tools.javac.tree.JCTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree receiverInvocation com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.source.tree.MemberSelectTree select com.sun.tools.javac.tree.JCTree tree com.google.errorprone.VisitorState state CharSequence source static void <clinit> () }
com/google/errorprone/bugpatterns/TypeParameterUnusedInFormals$1.class
TypeParameterUnusedInFormals.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.TypeParameterUnusedInFormals$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/LoopConditionChecker$LoopConditionVisitor.class
LoopConditionChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LoopConditionChecker$LoopConditionVisitor extends com.sun.source.util.SimpleTreeVisitor { private final com.google.common.collect.ImmutableSet$Builder conditionVars static com.google.common.collect.ImmutableSet scan (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.google.common.collect.ImmutableSet$Builder conditionVars public void <init> (com.google.common.collect.ImmutableSet$Builder) com.google.common.collect.ImmutableSet$Builder conditionVars public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused com.sun.tools.javac.code.Symbol sym public java.lang.Boolean visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Void) com.sun.source.tree.LiteralTree tree Void unused public java.lang.Boolean visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree node Void unused public java.lang.Boolean visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree node Void unused public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) }
com/google/errorprone/bugpatterns/InconsistentCapitalization$1.class
InconsistentCapitalization.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InconsistentCapitalization$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$field final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$qualifiedName final synthetic com.google.errorprone.bugpatterns.InconsistentCapitalization this$0 void <init> (com.google.errorprone.bugpatterns.InconsistentCapitalization, com.sun.tools.javac.code.Symbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.google.errorprone.bugpatterns.InconsistentCapitalization this$0 public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/BooleanParameter.class
BooleanParameter.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BooleanParameter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.common.collect.ImmutableSet EXCLUDED_NAMES public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private void handleArguments (com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree java.util.List arguments com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym int start int end java.util.Deque tokens private void checkParameter (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ExpressionTree, java.util.Deque, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol paramSym com.sun.source.tree.ExpressionTree a java.util.Deque tokens com.google.errorprone.VisitorState state String name com.google.common.collect.Range argRange private static boolean hasParameterComment (com.google.errorprone.util.ErrorProneToken) com.google.errorprone.util.ErrorProneToken token private static boolean isBooleanLiteral (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree private static boolean areSingleArgumentsSelfDocumenting (com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree tree private static synthetic boolean lambda$hasParameterComment$2 (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment c private static synthetic boolean lambda$hasParameterComment$1 (com.sun.tools.javac.parser.Tokens$Comment) com.sun.tools.javac.parser.Tokens$Comment c private synthetic void lambda$handleArguments$0 (java.util.Deque, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ExpressionTree) java.util.Deque tokens com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol p com.sun.source.tree.ExpressionTree c static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_LenientFormatStringValidation_LenientFormatMethod.class
AutoValue_LenientFormatStringValidation_LenientFormatMethod.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_LenientFormatStringValidation_LenientFormatMethod extends com.google.errorprone.bugpatterns.LenientFormatStringValidation$LenientFormatMethod { private final com.google.errorprone.matchers.Matcher matcher private final int formatStringPosition void <init> (com.google.errorprone.matchers.Matcher, int) com.google.errorprone.matchers.Matcher matcher int formatStringPosition com.google.errorprone.matchers.Matcher matcher () int formatStringPosition () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.LenientFormatStringValidation$LenientFormatMethod that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/MixedMutabilityReturnType$VariableMutabilityScanner.class
MixedMutabilityReturnType.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.MixedMutabilityReturnType$VariableMutabilityScanner extends com.sun.source.util.TreePathScanner { private final com.google.errorprone.VisitorState state private final java.util.Set mutable private final java.util.Set immutable private void <init> (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.source.tree.ExpressionTree initializer public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ThreeLetterTimeZoneID$Replacement.class
ThreeLetterTimeZoneID.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.ThreeLetterTimeZoneID$Replacement extends java.lang.Object { static final com.google.errorprone.bugpatterns.ThreeLetterTimeZoneID$Replacement NO_REPLACEMENT final String message final com.google.common.collect.ImmutableList replacements void <init> (java.lang.String, com.google.common.collect.ImmutableList) String message com.google.common.collect.ImmutableList replacements static void <clinit> () }
com/google/errorprone/bugpatterns/BadImport.class
BadImport.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BadImport extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ImportTreeMatcher { static final com.google.common.collect.ImmutableSet BAD_NESTED_CLASSES private static final com.google.common.collect.ImmutableSet BAD_STATIC_IDENTIFIERS private static final com.google.errorprone.matchers.MultiMatcher HAS_TYPE_USE_ANNOTATION private static final String MESSAGE_LITE private static final com.google.errorprone.suppliers.Supplier COM_GOOGLE_PROTOBUF_MESSAGELITE public void <init> () public com.google.errorprone.matchers.Description matchImport (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableSet symbols com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo staticImportInfo com.sun.source.tree.ImportTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableSet symbols com.google.errorprone.fixes.SuggestedFix$Builder builder String replacement private static com.google.errorprone.VisitorState getCheckState (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state com.sun.source.tree.CompilationUnitTree compilationUnit com.sun.source.tree.Tree tree private static boolean isAcceptableImport (com.sun.tools.javac.code.Symbol, java.util.Set) com.sun.tools.javac.code.Symbol symbol java.util.Set badNames javax.lang.model.element.Name simpleName private com.google.errorprone.matchers.Description buildDescription (com.google.errorprone.fixes.SuggestedFix$Builder, java.util.Set, java.lang.String, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder builder java.util.Set symbols String enclosingReplacement com.google.errorprone.VisitorState state com.sun.source.tree.CompilationUnitTree compilationUnit com.sun.source.util.TreePath path com.sun.source.tree.IdentifierTree firstFound private static boolean isTypeAnnotation (com.sun.source.tree.AnnotationTree) com.sun.source.tree.AnnotationTree t com.sun.tools.javac.code.Symbol annotationSymbol java.lang.annotation.Target target java.util.List value private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$b77fca52$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchImport$0 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol symbol com.sun.source.tree.Tree c private static synthetic boolean lambda$static$c96ea622$1 (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree t com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/LogicalAssignment.class
LogicalAssignment.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LogicalAssignment extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher com.google.errorprone.bugpatterns.BugChecker$WhileLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$DoWhileLoopTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ForLoopTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.IfTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.DoWhileLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.ForLoopTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.VisitorState) com.sun.source.tree.WhileLoopTree tree com.google.errorprone.VisitorState state private static com.sun.source.tree.ExpressionTree skipOneParen (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree private com.google.errorprone.matchers.Description checkCondition (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree condition com.google.errorprone.VisitorState state com.sun.source.tree.AssignmentTree assign }
com/google/errorprone/bugpatterns/NarrowCalculation.class
NarrowCalculation.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.NarrowCalculation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) long left long right long divided Object leftConst Object rightConst int leftInt int rightInt long product Object leftConst Object rightConst com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type leftType com.sun.tools.javac.code.Type rightType com.google.errorprone.util.ASTHelpers$TargetType targetType private static com.google.errorprone.fixes.SuggestedFix forceExpressionType (com.sun.source.tree.BinaryTree, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.sun.tools.javac.code.Type targetType com.google.errorprone.VisitorState state private static java.lang.String forceLiteralType (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.sun.tools.javac.code.Type targetType com.google.errorprone.VisitorState state private static java.lang.String suffixForType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symtab symtab private static boolean isFloatingPoint (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type private static boolean isInt (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static boolean isLong (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/UnusedException$2.class
UnusedException.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedException$2 extends com.sun.tools.javac.tree.TreeScanner { final synthetic java.util.Set val$throwTrees final synthetic com.google.errorprone.bugpatterns.UnusedException this$0 void <init> (com.google.errorprone.bugpatterns.UnusedException, java.util.Set) com.google.errorprone.bugpatterns.UnusedException this$0 public void visitThrow (com.sun.tools.javac.tree.JCTree$JCThrow) com.sun.tools.javac.tree.JCTree$JCThrow throwTree public void visitTry (com.sun.tools.javac.tree.JCTree$JCTry) com.sun.tools.javac.tree.JCTree$JCTry tryTree }
com/google/errorprone/bugpatterns/MixedMutabilityReturnType$TypeDetails.class
MixedMutabilityReturnType.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails extends java.lang.Object { void <init> () abstract java.lang.String immutableType () abstract java.lang.String builderType () abstract com.google.errorprone.matchers.Matcher appendMethods () abstract com.google.errorprone.matchers.Matcher skipTypes () static com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails of (java.lang.String, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) String immutableType com.google.errorprone.matchers.Matcher appendMethods com.google.errorprone.matchers.Matcher skipTypes }
com/google/errorprone/bugpatterns/FieldCanBeStatic$1.class
FieldCanBeStatic.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeStatic$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$replacement final synthetic com.google.errorprone.bugpatterns.FieldCanBeStatic this$0 void <init> (com.google.errorprone.bugpatterns.FieldCanBeStatic, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.google.errorprone.bugpatterns.FieldCanBeStatic this$0 public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree tree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree tree Void unused private void handle (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/bugpatterns/OptionalNotPresent$IfScanner.class
OptionalNotPresent.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.OptionalNotPresent$IfScanner extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { private final com.google.common.collect.Multiset truths private final com.google.common.collect.Multiset falsehoods private final com.google.errorprone.VisitorState state final synthetic com.google.errorprone.bugpatterns.OptionalNotPresent this$0 private void <init> (com.google.errorprone.bugpatterns.OptionalNotPresent, com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state public java.lang.Void visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void unused com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness truthiness private void withinScope (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness, com.sun.source.tree.Tree) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$Truthiness truthiness com.sun.source.tree.Tree tree public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.MethodInvocationTree tree Void unused private void checkForEmptiness (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression constantExpression private java.util.stream.Stream getMethodInvocations (com.google.common.collect.Multiset) com.google.common.collect.Multiset truths public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) private static synthetic boolean lambda$getMethodInvocations$5 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression truth private static synthetic java.util.stream.Stream lambda$checkForEmptiness$4 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation truth private static synthetic boolean lambda$checkForEmptiness$3 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation truth private static synthetic java.util.stream.Stream lambda$checkForEmptiness$2 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation truth private static synthetic boolean lambda$checkForEmptiness$1 (com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation) com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$PureMethodInvocation truth private synthetic void lambda$visitMethodInvocation$0 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpression o }
com/google/errorprone/bugpatterns/PreconditionsCheckNotNullRepeated.class
PreconditionsCheckNotNullRepeated.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.PreconditionsCheckNotNullRepeated extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final String MESSAGE private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String nullArgSource int i com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state java.util.List args int numArgs static void <clinit> () }
com/google/errorprone/bugpatterns/MutablePublicArray.class
MutablePublicArray.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MutablePublicArray extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state private static boolean nonEmptyArrayMatcher (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree arrayExpression com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree initializer com.sun.tools.javac.tree.JCTree$JCNewArray newArray private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$nonEmptyArrayMatcher$0 (com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.tools.javac.tree.JCTree$JCExpression e static void <clinit> () }
com/google/errorprone/bugpatterns/TruthAssertExpected$2.class
TruthAssertExpected.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.TruthAssertExpected$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_EqualsWrongThing_ComparisonSite.class
AutoValue_EqualsWrongThing_ComparisonSite.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_EqualsWrongThing_ComparisonSite extends com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite { private final com.sun.source.tree.Tree tree private final com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair pair void <init> (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair pair com.sun.source.tree.Tree tree () com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair pair () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonSite that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/EqualsGetClass.class
EqualsGetClass.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.EqualsGetClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher GET_CLASS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath methodTreePath com.sun.source.tree.ClassTree classTree com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.sun.source.tree.MethodTree methodTree com.sun.source.tree.VariableTree parameter com.sun.source.tree.ExpressionTree receiver com.sun.tools.javac.code.Symbol$VarSymbol symbol com.google.errorprone.bugpatterns.EqualsGetClass$EqualsFixer fixer static void <clinit> () }
com/google/errorprone/bugpatterns/StaticAssignmentOfThrowable$1.class
StaticAssignmentOfThrowable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.StaticAssignmentOfThrowable$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Type val$throwableType final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.StaticAssignmentOfThrowable this$0 void <init> (com.google.errorprone.bugpatterns.StaticAssignmentOfThrowable, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.StaticAssignmentOfThrowable this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree assignmentTree Void unused com.sun.tools.javac.code.Symbol variableSymbol com.sun.tools.javac.code.Type variableType public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ChainingConstructorIgnoresParameter$1.class
ChainingConstructorIgnoresParameter.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ChainingConstructorIgnoresParameter$1 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic String val$name void <init> (java.lang.String) public boolean matches (com.sun.source.tree.IdentifierTree, com.google.errorprone.VisitorState) com.sun.source.tree.IdentifierTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/LockOnBoxedPrimitive$1.class
LockOnBoxedPrimitive.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LockOnBoxedPrimitive$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$lock final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$lockName final synthetic com.google.errorprone.bugpatterns.LockOnBoxedPrimitive this$0 void <init> (com.google.errorprone.bugpatterns.LockOnBoxedPrimitive, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String) com.google.errorprone.bugpatterns.LockOnBoxedPrimitive this$0 public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) String unboxedType com.sun.source.tree.VariableTree node Void unused com.sun.tools.javac.code.Symbol$VarSymbol sym public java.lang.Void visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Void) com.sun.source.tree.SynchronizedTree node Void aVoid com.sun.source.tree.ExpressionTree expression public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AssertThrowsUtils.class
AssertThrowsUtils.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.AssertThrowsUtils extends java.lang.Object { public static java.util.Optional tryFailToAssertThrows (com.sun.source.tree.TryTree, java.util.List, java.util.Optional, com.google.errorprone.VisitorState) com.sun.source.tree.TryTree tryTree java.util.List throwingStatements java.util.Optional failureMessage com.google.errorprone.VisitorState state java.util.List catchTrees com.sun.source.tree.CatchTree catchTree com.google.errorprone.fixes.SuggestedFix$Builder fix StringBuilder fixPrefix String fixSuffix java.util.List catchStatements java.util.List resources boolean useExpressionLambda private void <init> () private static synthetic java.lang.String lambda$tryFailToAssertThrows$1 (com.google.errorprone.VisitorState, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.Tree t private static synthetic boolean lambda$tryFailToAssertThrows$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree t }
com/google/errorprone/bugpatterns/MockitoUsage.class
MockitoUsage.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MockitoUsage extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MOCK_METHOD private static final com.google.errorprone.matchers.Matcher NEVER_METHOD public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String message com.google.errorprone.matchers.Description$Builder builder private static void buildFix (com.google.errorprone.matchers.Description$Builder, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree invocation String verify String receiver String mode String call com.google.errorprone.matchers.Description$Builder builder com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree mockitoCall java.util.List args com.sun.source.tree.Tree mock boolean isVerify com.sun.source.tree.Tree parent static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValueSubclassLeaked$2.class
AutoValueSubclassLeaked.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AutoValueSubclassLeaked$2 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.common.collect.ImmutableSet$Builder val$types void <init> (com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet$Builder) public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ArraysAsListPrimitiveArray.class
ArraysAsListPrimitiveArray.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ArraysAsListPrimitiveArray extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher ARRAYS_AS_LIST_SINGLE_ARRAY private static final com.google.common.collect.ImmutableMap GUAVA_UTILS public void <init> () static com.google.common.collect.ImmutableMap getGuavaUtils () java.util.Map guavaUtils public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree array com.sun.tools.javac.code.Type componentType String guavaUtils com.google.errorprone.fixes.Fix fix static void <clinit> () }
com/google/errorprone/bugpatterns/AutoValue_UnnecessaryMethodReference_KnownAlias.class
AutoValue_UnnecessaryMethodReference_KnownAlias.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_UnnecessaryMethodReference_KnownAlias extends com.google.errorprone.bugpatterns.UnnecessaryMethodReference$KnownAlias { private final com.google.errorprone.matchers.Matcher matcher private final com.google.errorprone.suppliers.Supplier targetType void <init> (com.google.errorprone.matchers.Matcher, com.google.errorprone.suppliers.Supplier) com.google.errorprone.matchers.Matcher matcher com.google.errorprone.suppliers.Supplier targetType com.google.errorprone.matchers.Matcher matcher () com.google.errorprone.suppliers.Supplier targetType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.UnnecessaryMethodReference$KnownAlias that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/UnnecessaryAssignment$1.class
UnnecessaryAssignment.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryAssignment$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.concurrent.atomic.AtomicBoolean val$initialized void <init> (com.google.errorprone.VisitorState, java.util.concurrent.atomic.AtomicBoolean) public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree methodInvocationTree Void unused public java.lang.Void visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree newClassTree Void unused public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$8.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$8 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree method com.sun.source.tree.ExpressionTree expressionTree private java.lang.String generateFix (boolean, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) boolean negated com.sun.source.tree.ExpressionTree methodInvocation com.google.errorprone.VisitorState state String replacement private synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree method com.google.errorprone.VisitorState state boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/AlwaysThrows$Api$2.class
AlwaysThrows.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.AlwaysThrows$Api$2 extends com.google.errorprone.bugpatterns.AlwaysThrows$Api { private void <init> (java.lang.String, int, com.google.errorprone.matchers.Matcher) com.google.errorprone.matchers.Matcher matcher void validate (com.sun.source.tree.MethodInvocationTree, java.lang.String) ReflectiveOperationException e java.lang.reflect.InvocationTargetException e com.sun.source.tree.MethodInvocationTree tree String argument }
com/google/errorprone/bugpatterns/TypeToString.class
TypeToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TypeToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final com.google.errorprone.predicates.TypePredicate IS_TYPE private static final com.google.errorprone.matchers.Matcher STRING_EQUALS public void <init> () private static boolean typeToStringInBugChecker (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.source.tree.Tree parentTree protected com.google.errorprone.predicates.TypePredicate typePredicate () protected java.util.Optional descriptionMessageForDefaultMatch (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/OrphanedFormatString.class
OrphanedFormatString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.OrphanedFormatString extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LiteralTreeMatcher { private static final com.google.errorprone.matchers.Matcher LIKELY_MISTAKE_METHOD_CALL public void <init> () public com.google.errorprone.matchers.Description matchLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.VisitorState) com.sun.source.tree.LiteralTree tree com.google.errorprone.VisitorState state Object value com.sun.source.tree.Tree methodInvocation private static boolean literalIsFormatMethodArg (com.sun.source.tree.LiteralTree, com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) java.util.List args int indexOfParam com.sun.source.tree.LiteralTree tree com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol private static int findIndexOfFormatStringParameter (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$VarSymbol varSymbol int i com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol int indexOfFirstString java.util.List params private static boolean missingFormatArgs (java.lang.String) java.util.MissingFormatArgumentException e String value private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$static$f3e2ae31$2 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState s private static synthetic boolean lambda$static$1 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.VisitorState s com.sun.tools.javac.code.Symbol$MethodSymbol ms private static synthetic boolean lambda$static$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.VisitorState s com.sun.tools.javac.code.Symbol$VarSymbol vs private static synthetic boolean lambda$static$f3e2ae31$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private static synthetic com.sun.tools.javac.code.Type lambda$static$4de8839f$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/PreconditionsInvalidPlaceholder.class
PreconditionsInvalidPlaceholder.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.PreconditionsInvalidPlaceholder extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher PRECONDITIONS_CHECK private static final java.util.regex.Pattern BAD_PLACEHOLDER_REGEX public void <init> () private static boolean secondParameterIsString (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String formatString int expectedArgs com.sun.source.tree.LiteralTree formatStringTree com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description describe (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) int i com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.LiteralTree formatTree String fixedFormatString int missing StringBuilder builder private static int expectedArguments (java.lang.String) int i String formatString int count private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/UnusedException$1.class
UnusedException.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedException$1 extends com.sun.tools.javac.tree.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$exceptionSymbol final synthetic java.util.concurrent.atomic.AtomicBoolean val$symbolUsed final synthetic com.google.errorprone.bugpatterns.UnusedException this$0 void <init> (com.google.errorprone.bugpatterns.UnusedException, com.sun.tools.javac.code.Symbol$VarSymbol, java.util.concurrent.atomic.AtomicBoolean) com.google.errorprone.bugpatterns.UnusedException this$0 public void visitIdent (com.sun.tools.javac.tree.JCTree$JCIdent) com.sun.tools.javac.tree.JCTree$JCIdent identTree }
com/google/errorprone/bugpatterns/ShortCircuitBoolean.class
ShortCircuitBoolean.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ShortCircuitBoolean extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state java.util.Iterator stateIterator com.sun.source.tree.Tree parent }
com/google/errorprone/bugpatterns/RandomCast.class
RandomCast.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.RandomCast extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER private static final com.google.common.collect.ImmutableSet INTEGRAL public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.util.TreePath parentPath com.sun.source.tree.Tree parent com.sun.tools.javac.code.Type type static void <clinit> () }
com/google/errorprone/bugpatterns/ErroneousThreadPoolConstructorChecker.class
ErroneousThreadPoolConstructorChecker.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.ErroneousThreadPoolConstructorChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher THREAD_POOL_CONSTRUCTOR_MATCHER private static final com.google.errorprone.matchers.Matcher UNBOUNDED_WORK_QUEUE_CONSTRUCTOR_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) String maximumPoolSizeReplacement com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state java.util.List arguments Integer corePoolSize Integer maximumPoolSize com.sun.source.tree.ExpressionTree workQueueExpressionTree String maximumPoolSizeReplacement com.google.errorprone.fixes.Fix maximumPoolSizeReplacementFix com.google.errorprone.fixes.Fix corePoolSizeReplacementFix static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$ProblemUsage$5.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage$5 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage { private void <init> (java.lang.String, int) com.google.errorprone.fixes.SuggestedFix fix (com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer fixer com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree methodInvocationTree }
com/google/errorprone/bugpatterns/DefaultCharset$CharsetFix.class
DefaultCharset.java package com.google.errorprone.bugpatterns abstract enum com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix UTF_8_FIX public static final enum com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix DEFAULT_CHARSET_FIX final String replacement final String title private static final synthetic com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix[] $VALUES public static com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix[] values () public static com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String, java.lang.String) String replacement String title java.lang.String replacement () abstract void addImport (com.google.errorprone.fixes.SuggestedFix$Builder) private static synthetic com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryLongToIntConversion.class
UnnecessaryLongToIntConversion.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryLongToIntConversion extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher LONG_TO_INT_STATIC_METHODS private static final com.google.errorprone.matchers.Matcher LONG_TO_INT_INSTANCE_METHODS private static final com.google.errorprone.matchers.Matcher IS_LONG_TYPE private static final com.google.errorprone.matchers.Matcher LONG_TO_INT_STATIC_METHOD_ON_LONG_VALUE_MATCHER private static final com.google.errorprone.matchers.Matcher LONG_TO_INT_INSTANCE_METHOD_ON_LONG_VALUE_MATCHER private static final com.google.errorprone.matchers.Matcher LONG_TO_INT_CAST private static final String LONGS_CONSTRAIN_TO_RANGE_PREFIX private static final String LONGS_CONSTRAIN_TO_RANGE_SUFFIX private static final String LONGS_CONSTRAIN_TO_RANGE_IMPORT public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree castedExpression com.sun.source.tree.ExpressionTree methodArgExpression String methodArg String receiver com.google.errorprone.util.ASTHelpers$TargetType targetType com.sun.source.tree.ExpressionTree arg com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/CatchAndPrintStackTrace.class
CatchAndPrintStackTrace.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CatchAndPrintStackTrace extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CatchTreeMatcher { private static final com.google.errorprone.matchers.Matcher MATCHER public void <init> () public com.google.errorprone.matchers.Description matchCatch (com.sun.source.tree.CatchTree, com.google.errorprone.VisitorState) com.sun.source.tree.CatchTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryLambda$3.class
UnnecessaryLambda.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryLambda$3 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public com.sun.source.tree.LambdaExpressionTree visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public com.sun.source.tree.LambdaExpressionTree visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.BlockTree node Void unused public com.sun.source.tree.LambdaExpressionTree visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree node Void unused public com.sun.source.tree.LambdaExpressionTree visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree node Void unused public com.sun.source.tree.LambdaExpressionTree visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void unused public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AbstractReferenceEquality.class
AbstractReferenceEquality.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractReferenceEquality extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.errorprone.matchers.Matcher EQUALS_STATIC_METHODS private static final com.google.errorprone.matchers.Matcher OBJECT_INSTANCE_EQUALS public void <init> () protected abstract boolean matchArgument (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) public final com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description$Builder builder private static boolean symbolsTypeHasName (com.sun.tools.javac.code.Symbol, java.lang.String) com.sun.tools.javac.code.Symbol sym String name com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Symbol$TypeSymbol tsym com.sun.tools.javac.util.Name typeName protected void addFixes (com.google.errorprone.matchers.Description$Builder, com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tmp com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix preferredFix com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix preferredFix com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix preferredFix com.sun.tools.javac.code.Symbol existingObjects com.google.errorprone.bugpatterns.AbstractReferenceEquality$ObjectsFix preferredFix com.google.errorprone.matchers.Description$Builder builder com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs java.util.Optional fixToReplaceOrStatement String prefix String lhsSource String rhsSource com.google.errorprone.dataflow.nullnesspropagation.Nullness nullness private static java.util.Optional inOrStatementWithEqualsCheck (com.google.errorprone.VisitorState, com.sun.source.tree.BinaryTree) java.util.List arguments com.google.errorprone.VisitorState state com.sun.source.tree.BinaryTree tree com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.sun.source.tree.Tree parent com.sun.source.tree.BinaryTree p com.sun.source.tree.ExpressionTree otherExpression com.sun.source.tree.MethodInvocationTree other private static com.google.errorprone.dataflow.nullnesspropagation.Nullness getNullness (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expr com.google.errorprone.VisitorState state com.sun.source.util.TreePath pathToExpr private static boolean treesMatch (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree lhs1 com.sun.source.tree.ExpressionTree rhs1 com.sun.source.tree.ExpressionTree lhs2 com.sun.source.tree.ExpressionTree rhs2 static void <clinit> () }
com/google/errorprone/bugpatterns/FieldCanBeLocal$2.class
FieldCanBeLocal.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeLocal$2 extends com.sun.source.util.TreePathScanner { boolean inMethod final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.Map val$potentialFields final synthetic com.google.common.collect.SetMultimap val$unconditionalAssignments final synthetic com.google.common.collect.SetMultimap val$uses final synthetic com.google.errorprone.bugpatterns.FieldCanBeLocal this$0 void <init> (com.google.errorprone.bugpatterns.FieldCanBeLocal, com.google.errorprone.VisitorState, java.util.Map, com.google.common.collect.SetMultimap, com.google.common.collect.SetMultimap) com.google.errorprone.bugpatterns.FieldCanBeLocal this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree lambdaExpressionTree Void unused private void handleMethodLike (com.sun.source.util.TreePath) com.sun.source.util.TreePath treePath int depth public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/StronglyType$2.class
StronglyType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.StronglyType$2 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic java.util.Set val$potentialTypes final synthetic com.google.common.collect.ImmutableMap$Builder val$fields final synthetic com.google.errorprone.bugpatterns.StronglyType this$0 void <init> (com.google.errorprone.bugpatterns.StronglyType, com.google.errorprone.bugpatterns.BugChecker, com.google.errorprone.VisitorState, java.util.Set, com.google.common.collect.ImmutableMap$Builder) com.google.errorprone.bugpatterns.StronglyType this$0 com.google.errorprone.bugpatterns.BugChecker x0 com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.tools.javac.code.Type type public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) private synthetic boolean lambda$visitVariable$0 (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type potentialType }
com/google/errorprone/bugpatterns/AbstractMockChecker$TypeExtractor.class
AbstractMockChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor extends java.lang.Object { public abstract java.util.Optional extract (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) public com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor or (com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor) com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor other private synthetic java.util.Optional lambda$or$1 (com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor other com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$or$0 (com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.AbstractMockChecker$TypeExtractor other com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/JUnit4TestNotRun.class
JUnit4TestNotRun.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnit4TestNotRun extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final String TEST_CLASS private static final String IGNORE_CLASS private static final String TEST_ANNOTATION private static final String IGNORE_ANNOTATION private final com.google.errorprone.matchers.Matcher possibleTestMethod private static final com.google.errorprone.suppliers.Supplier FROM_DATA_POINTS private static final com.google.errorprone.matchers.Matcher NOT_STATIC public void <init> () private boolean isParameterAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree annotation com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type annotationType public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member com.sun.source.tree.MethodTree methodTree com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state java.util.Map suspiciousMethods private java.util.Optional handleMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state java.util.List annotations private com.google.errorprone.matchers.Description describeFixes (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state java.util.Optional removeStatic com.google.errorprone.fixes.SuggestedFix testFix com.google.errorprone.fixes.SuggestedFix ignoreFix com.google.errorprone.fixes.SuggestedFix visibilityFix String methodName private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private synthetic boolean lambda$new$ba474c6d$1 (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree t com.google.errorprone.VisitorState s private synthetic boolean lambda$new$1 (com.google.errorprone.VisitorState, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState s com.sun.source.tree.VariableTree v private synthetic boolean lambda$new$0 (com.google.errorprone.VisitorState, com.sun.source.tree.AnnotationTree) com.google.errorprone.VisitorState s com.sun.source.tree.AnnotationTree a static void <clinit> () }
com/google/errorprone/bugpatterns/ThrowNull.class
ThrowNull.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ThrowNull extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ThrowTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.VisitorState) com.sun.source.tree.ThrowTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/InstanceOfAndCastMatchWrongType.class
InstanceOfAndCastMatchWrongType.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InstanceOfAndCastMatchWrongType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TypeCastTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeCastTree typeCastTree com.google.errorprone.VisitorState visitorState com.google.errorprone.bugpatterns.InstanceOfAndCastMatchWrongType$CastingMatcher castingMatcher private static boolean expressionsEqual (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.ArrayAccessTree arrayAccessTree1 com.sun.source.tree.ArrayAccessTree arrayAccessTree2 com.sun.source.tree.LiteralTree literalTree1 com.sun.source.tree.LiteralTree literalTree2 com.sun.source.tree.ExpressionTree expr1 com.sun.source.tree.ExpressionTree expr2 }
com/google/errorprone/bugpatterns/FieldCanBeFinal$VariableAssignmentRecords.class
FieldCanBeFinal.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignmentRecords extends java.lang.Object { private final java.util.Map assignments private void <init> () private java.util.Collection getAssignments () private void recordAssignment (com.sun.source.tree.Tree, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.source.tree.Tree tree com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init com.sun.tools.javac.code.Symbol sym private void recordAssignment (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext) com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.bugpatterns.FieldCanBeFinal$InitializationContext init private com.google.errorprone.bugpatterns.FieldCanBeFinal$VariableAssignments getDeclaration (com.sun.tools.javac.code.Symbol$VarSymbol) com.sun.tools.javac.code.Symbol$VarSymbol sym private void recordDeclaration (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.VariableTree) com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.source.tree.VariableTree tree }
com/google/errorprone/bugpatterns/ClassNewInstance$1.class
ClassNewInstance.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ClassNewInstance$1 extends com.sun.tools.javac.tree.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.concurrent.atomic.AtomicBoolean val$newInstanceInCatch void <init> (com.google.errorprone.VisitorState, java.util.concurrent.atomic.AtomicBoolean) public void visitApply (com.sun.tools.javac.tree.JCTree$JCMethodInvocation) com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree }
com/google/errorprone/bugpatterns/InterfaceWithOnlyStatics.class
InterfaceWithOnlyStatics.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.InterfaceWithOnlyStatics extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol memberSymbol com.sun.source.tree.Tree member com.sun.source.tree.VariableTree variableTree com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state java.util.List members com.sun.tools.javac.code.Symbol$ClassSymbol symbol int staticMembers int nonStaticMembers com.google.errorprone.fixes.SuggestedFix$Builder suggestedFix private static com.google.errorprone.fixes.SuggestedFix fixClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.errorprone.util.ErrorProneToken token com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state int startPos int endPos java.util.List tokens String modifiers com.google.errorprone.fixes.SuggestedFix$Builder fix }
com/google/errorprone/bugpatterns/InfiniteRecursion$1.class
InfiniteRecursion.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InfiniteRecursion$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { boolean mayHaveReturned final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$declaredSymbol final synthetic com.google.errorprone.bugpatterns.InfiniteRecursion this$0 void <init> (com.google.errorprone.bugpatterns.InfiniteRecursion, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.google.errorprone.bugpatterns.InfiniteRecursion this$0 com.google.errorprone.VisitorState state public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Boolean) com.sun.source.tree.ReturnTree tree Boolean underConditional public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Boolean) com.sun.source.tree.BinaryTree tree Boolean underConditional public java.lang.Void visitCase (com.sun.source.tree.CaseTree, java.lang.Boolean) com.sun.source.tree.CaseTree tree Boolean underConditional public java.lang.Void visitCatch (com.sun.source.tree.CatchTree, java.lang.Boolean) com.sun.source.tree.CatchTree tree Boolean underConditional public java.lang.Void visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Boolean) com.sun.source.tree.ConditionalExpressionTree tree Boolean underConditional public java.lang.Void visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Boolean) com.sun.source.tree.EnhancedForLoopTree tree Boolean underConditional public java.lang.Void visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Boolean) com.sun.source.tree.ForLoopTree tree Boolean underConditional public java.lang.Void visitIf (com.sun.source.tree.IfTree, java.lang.Boolean) com.sun.source.tree.IfTree tree Boolean underConditional public java.lang.Void visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Boolean) com.sun.source.tree.WhileLoopTree tree Boolean underConditional public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Boolean) com.sun.source.tree.ClassTree tree Boolean underConditional public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Boolean) com.sun.source.tree.LambdaExpressionTree tree Boolean underConditional public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Boolean) com.sun.source.tree.MethodInvocationTree tree Boolean underConditional void checkInvocation (com.sun.source.tree.MethodInvocationTree, boolean) com.sun.source.tree.MethodInvocationTree invocation boolean underConditional public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) public volatile synthetic java.lang.Object visitCase (com.sun.source.tree.CaseTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/StronglyType.class
StronglyType.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.StronglyType extends java.lang.Object { public void <init> () abstract java.util.function.Function renameFunction () abstract com.google.common.collect.ImmutableSet primitiveTypesToReplace () abstract com.google.errorprone.matchers.Matcher factoryMatcher () abstract com.google.errorprone.bugpatterns.BugChecker bugChecker () public static com.google.errorprone.bugpatterns.StronglyType$Builder forCheck (com.google.errorprone.bugpatterns.BugChecker) com.google.errorprone.bugpatterns.BugChecker bugChecker public final com.google.errorprone.matchers.Description match (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) java.util.Map$Entry entry com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state java.util.Map fields com.google.common.collect.SetMultimap usages private com.google.errorprone.matchers.Description match (com.sun.source.util.TreePath, com.sun.tools.javac.code.Symbol$VarSymbol, java.util.Set, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree expressionTree com.sun.source.util.TreePath variableTreePath com.sun.tools.javac.code.Symbol$VarSymbol replacedSymbol java.util.Set invocationTrees com.google.errorprone.VisitorState state com.sun.source.tree.VariableTree variableTree com.sun.source.tree.ExpressionTree factory String newName com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type targetType String typeName com.sun.tools.javac.code.Type replacedType private static java.lang.String buildStringForType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static java.lang.String getWeakTypeIntitializerCode (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree weakType com.google.errorprone.VisitorState state String prefix private static java.lang.String getMethodSelectOrNewClass (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private com.google.common.collect.ImmutableMap findPathToPotentialFields (com.google.errorprone.VisitorState, java.util.Set) com.google.errorprone.VisitorState state java.util.Set potentialTypes com.google.common.collect.ImmutableMap$Builder fields private static synthetic java.lang.String lambda$forCheck$0 (java.lang.String) String name }
com/google/errorprone/bugpatterns/MisusedDayOfYear$1.class
MisusedDayOfYear.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MisusedDayOfYear$1 extends java.lang.Object implements com.google.errorprone.bugpatterns.MisusedDateFormat$DateFormatConsumer { final synthetic boolean[] val$containsD final synthetic boolean[] val$containsM final synthetic com.google.errorprone.bugpatterns.MisusedDayOfYear this$0 void <init> (com.google.errorprone.bugpatterns.MisusedDayOfYear, boolean[], boolean[]) com.google.errorprone.bugpatterns.MisusedDayOfYear this$0 public void consumeLiteral (char) char literal public void consumeSpecial (char) char special }
com/google/errorprone/bugpatterns/NullableVoid.class
NullableVoid.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NullableVoid extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol sym com.sun.source.tree.AnnotationTree annotation }
com/google/errorprone/bugpatterns/RandomModInteger.class
RandomModInteger.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.RandomModInteger extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { private static final com.google.errorprone.matchers.Matcher RANDOM_NEXT_INT public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree randomExpr com.sun.source.tree.ExpressionTree modulus com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ReferenceEquality.class
ReferenceEquality.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ReferenceEquality extends com.google.errorprone.bugpatterns.AbstractReferenceEquality { private static final com.google.errorprone.suppliers.Supplier EQUALS public void <init> () protected boolean matchArgument (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.source.tree.ClassTree classTree com.sun.tools.javac.code.Type classType private static boolean inComparisonMethod (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type classType com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symtab symtab com.sun.source.tree.LambdaExpressionTree lambdaTree com.sun.source.tree.MethodTree methodTree com.sun.tools.javac.code.Symbol$MethodSymbol sym private static boolean overridesMethodOnType (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, java.lang.String, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type classType com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type overriddenType String overriddenMethodName com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol overriddenMethodSymbol private static com.sun.tools.javac.code.Symbol getOnlyMember (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type, java.lang.String) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type String name public static boolean implementsEquals (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Scope scope com.sun.tools.javac.code.Type sup com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.tools.javac.util.Name equalsName com.sun.tools.javac.code.Symbol objectEquals private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.util.Name lambda$static$e62bd2e0$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/NonCanonicalStaticMemberImport.class
NonCanonicalStaticMemberImport.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NonCanonicalStaticMemberImport extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ImportTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchImport (com.sun.source.tree.ImportTree, com.google.errorprone.VisitorState) com.sun.source.tree.ImportTree tree com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.StaticImports$StaticImportInfo importInfo }
com/google/errorprone/bugpatterns/AbstractUseSwitch.class
AbstractUseSwitch.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractUseSwitch extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$IfTreeMatcher { private static final int MIN_BRANCHES private static final com.google.errorprone.matchers.Matcher EQUALS public void <init> () protected abstract java.lang.String getExpressionForCase (com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) private static boolean isValidCaseBlock (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree tree boolean[] good private static java.lang.CharSequence getBlockContents (com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) com.sun.source.tree.BlockTree block com.google.errorprone.VisitorState state java.util.List statements int start int end public com.google.errorprone.matchers.Description matchIf (com.sun.source.tree.IfTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree call com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.sun.source.tree.BinaryTree equalTo com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.sun.tools.javac.tree.TreeMaker maker com.sun.source.tree.IfTree ifTree com.sun.source.tree.ExpressionTree cond com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.ExpressionTree rhs com.sun.source.tree.IdentifierTree identifierTree String expressionForCase int i com.sun.source.tree.IfTree tree com.google.errorprone.VisitorState state java.util.List stringConstants java.util.List branches com.sun.source.tree.IdentifierTree var com.sun.source.tree.StatementTree statementTree com.google.common.base.Optional defaultBranch StringBuilder builder static void <clinit> () }
com/google/errorprone/bugpatterns/BadAnnotationImplementation.class
BadAnnotationImplementation.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.BadAnnotationImplementation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher CLASS_TREE_MATCHER private static final com.google.errorprone.suppliers.Supplier EQUALS private static final com.google.errorprone.suppliers.Supplier HASHCODE public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type sup com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol equals com.sun.tools.javac.code.Symbol$MethodSymbol hashCode com.sun.tools.javac.code.Types types com.sun.tools.javac.util.Name equalsName java.util.function.Predicate equalsPredicate com.sun.tools.javac.util.Name hashCodeName java.util.function.Predicate hashCodePredicate com.sun.tools.javac.code.Symbol objectSymbol private static com.sun.tools.javac.code.Symbol$MethodSymbol getMatchingMethod (com.sun.tools.javac.code.Type, com.sun.tools.javac.util.Name, java.util.function.Predicate) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Type type com.sun.tools.javac.util.Name name java.util.function.Predicate predicate com.sun.tools.javac.code.Scope scope private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.util.Name lambda$static$eae20da4$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.util.Name lambda$static$e62bd2e0$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic boolean lambda$matchClass$1 (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol private static synthetic boolean lambda$matchClass$0 (com.sun.tools.javac.code.Types, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Types types com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol static void <clinit> () }
com/google/errorprone/bugpatterns/StreamToIterable.class
StreamToIterable.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StreamToIterable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$LambdaExpressionTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private static final com.google.errorprone.matchers.Matcher STREAM_ITERATOR public void <init> () public com.google.errorprone.matchers.Description matchLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.LambdaExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree body public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description describeMatch (com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.ExpressionTree invocation com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/bugpatterns/InconsistentCapitalization.class
InconsistentCapitalization.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InconsistentCapitalization extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) String qualifiedName com.sun.source.util.TreePath parameterPath com.sun.tools.javac.code.Symbol field String fieldName com.sun.source.tree.VariableTree parameterTree com.google.errorprone.fixes.SuggestedFix$Builder fix java.util.Map$Entry entry com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableSet fields com.google.common.collect.ImmutableMap fieldNamesMap com.google.common.collect.ImmutableMap matchedParameters private static java.lang.String getExplicitQualification (com.sun.source.util.TreePath, com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree node com.sun.source.util.TreePath path com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private static boolean isUpperCaseAndStatic (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static synthetic com.sun.tools.javac.code.Symbol lambda$matchClass$2 (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol x com.sun.tools.javac.code.Symbol y private static synthetic com.sun.tools.javac.code.Symbol lambda$matchClass$1 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol x private static synthetic java.lang.String lambda$matchClass$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol }
com/google/errorprone/bugpatterns/AutoValue_MixedMutabilityReturnType_TypeDetails.class
AutoValue_MixedMutabilityReturnType_TypeDetails.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_MixedMutabilityReturnType_TypeDetails extends com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails { private final String immutableType private final String builderType private final com.google.errorprone.matchers.Matcher appendMethods private final com.google.errorprone.matchers.Matcher skipTypes void <init> (java.lang.String, java.lang.String, com.google.errorprone.matchers.Matcher, com.google.errorprone.matchers.Matcher) String immutableType String builderType com.google.errorprone.matchers.Matcher appendMethods com.google.errorprone.matchers.Matcher skipTypes java.lang.String immutableType () java.lang.String builderType () com.google.errorprone.matchers.Matcher appendMethods () com.google.errorprone.matchers.Matcher skipTypes () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/NonFinalCompileTimeConstant.class
NonFinalCompileTimeConstant.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.NonFinalCompileTimeConstant extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.source.tree.VariableTree parameter com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/CanonicalDuration$1.class
CanonicalDuration.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.CanonicalDuration$1 extends com.sun.source.util.TreeScanner { final synthetic java.util.concurrent.atomic.AtomicBoolean val$anyNonLiterals void <init> (java.util.concurrent.atomic.AtomicBoolean) public java.lang.Void scan (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void unused public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/bugpatterns/LambdaFunctionalInterface$2.class
LambdaFunctionalInterface.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.LambdaFunctionalInterface$2 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol val$sym final synthetic com.google.common.collect.ImmutableMultimap$Builder val$methodMap final synthetic com.google.errorprone.bugpatterns.LambdaFunctionalInterface this$0 void <init> (com.google.errorprone.bugpatterns.LambdaFunctionalInterface, com.sun.tools.javac.code.Symbol, com.google.common.collect.ImmutableMultimap$Builder) com.google.errorprone.bugpatterns.LambdaFunctionalInterface this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree callTree Void unused com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$9.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$9 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocation com.sun.tools.javac.code.Type argumentType com.sun.tools.javac.code.Symbol extension com.sun.tools.javac.code.Type genericsArgument com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer generateFix (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree methodInvocation private static synthetic java.util.Optional lambda$generateFix$3 (com.sun.source.tree.MethodInvocationTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocation boolean negated com.google.errorprone.VisitorState state String methodName String hasMethod String replacement private static synthetic java.util.Optional lambda$match$2 (boolean, com.google.errorprone.VisitorState) boolean x$0 com.google.errorprone.VisitorState x$1 private static synthetic java.util.Optional lambda$match$1 (boolean, com.google.errorprone.VisitorState) boolean x$0 com.google.errorprone.VisitorState x$1 private static synthetic java.util.Optional lambda$match$0 (boolean, com.google.errorprone.VisitorState) boolean x$0 com.google.errorprone.VisitorState x$1 }
com/google/errorprone/bugpatterns/BoxedPrimitiveEquality.class
BoxedPrimitiveEquality.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.BoxedPrimitiveEquality extends com.google.errorprone.bugpatterns.AbstractReferenceEquality { void <init> () protected boolean matchArgument (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type private boolean isRelevantType (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state private static boolean isStaticConstant (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol sym public static boolean isFinal (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol s }
com/google/errorprone/bugpatterns/AutoValueSubclassLeaked$1.class
AutoValueSubclassLeaked.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AutoValueSubclassLeaked$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.ImmutableSet val$autoValueClassesFromThisFile final synthetic com.google.errorprone.bugpatterns.AutoValueSubclassLeaked this$0 void <init> (com.google.errorprone.bugpatterns.AutoValueSubclassLeaked, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableSet) com.google.errorprone.bugpatterns.AutoValueSubclassLeaked this$0 com.google.errorprone.VisitorState state public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelectTree Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifierTree Void unused private void handle (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) private synthetic boolean lambda$handle$0 (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Symbol symbol com.sun.tools.javac.code.Type av }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$NullComparisonScanner$1.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ImpossibleNullComparison$NullComparisonScanner$1 extends com.sun.source.util.SimpleTreeVisitor { final synthetic com.google.errorprone.bugpatterns.ImpossibleNullComparison$NullComparisonScanner this$1 void <init> (com.google.errorprone.bugpatterns.ImpossibleNullComparison$NullComparisonScanner) com.google.errorprone.bugpatterns.ImpossibleNullComparison$NullComparisonScanner this$1 public com.sun.source.tree.ExpressionTree visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public com.sun.source.tree.ExpressionTree visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void unused public com.sun.source.tree.ExpressionTree visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree node Void unused public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$ProblemUsage$1.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage$1 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage { private void <init> (java.lang.String, int) com.google.errorprone.fixes.SuggestedFix fix (com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer fixer com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state java.util.Optional replacement private static synthetic com.google.errorprone.fixes.SuggestedFix lambda$fix$0 (com.sun.source.tree.ExpressionTree, java.lang.String) com.sun.source.tree.ExpressionTree tree String r }
com/google/errorprone/bugpatterns/ThrowIfUncheckedKnownChecked.class
ThrowIfUncheckedKnownChecked.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ThrowIfUncheckedKnownChecked extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_THROW_IF_UNCHECKED private static final com.google.errorprone.matchers.Matcher IS_KNOWN_CHECKED_EXCEPTION public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$ProblemUsage$4.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage$4 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$ProblemUsage { private void <init> (java.lang.String, int) com.google.errorprone.fixes.SuggestedFix fix (com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer fixer com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.source.tree.MethodInvocationTree methodInvocationTree com.sun.source.tree.Tree parent }
com/google/errorprone/bugpatterns/SizeGreaterThanOrEqualsZero$ExpressionType.class
SizeGreaterThanOrEqualsZero.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType LESS_THAN_EQUAL public static final enum com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType GREATER_THAN_EQUAL public static final enum com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType MISMATCH private static final synthetic com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType[] $VALUES public static com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType[] values () public static com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero$ExpressionType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/NestedInstanceOfConditions$AssignmentTreeMatcher.class
NestedInstanceOfConditions.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NestedInstanceOfConditions$AssignmentTreeMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { private final com.sun.source.tree.ExpressionTree variableExpressionTree public void <init> (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree e public boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.google.errorprone.VisitorState visitorState }
com/google/errorprone/bugpatterns/IncompatibleModifiersChecker.class
IncompatibleModifiersChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.IncompatibleModifiersChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AnnotationTreeMatcher { private static final String INCOMPATIBLE_MODIFIERS public void <init> () public com.google.errorprone.matchers.Description matchAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.VisitorState) com.sun.source.tree.AnnotationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Attribute$Compound annotation java.util.Set incompatibleModifiers com.sun.source.tree.Tree parent java.util.Set incompatible String annotationName String nameString String message private static void getModifiers (java.util.Collection, com.sun.tools.javac.code.Attribute) java.util.Collection modifiers com.sun.tools.javac.code.Attribute attribute private static synthetic void lambda$matchAnnotation$2 (java.util.Set, com.sun.tools.javac.code.Attribute) java.util.Set incompatibleModifiers com.sun.tools.javac.code.Attribute a private static synthetic void lambda$matchAnnotation$1 (java.util.Set, com.sun.tools.javac.code.Attribute) java.util.Set incompatibleModifiers com.sun.tools.javac.code.Attribute a private static synthetic boolean lambda$matchAnnotation$0 (com.sun.tools.javac.code.Attribute$Compound) com.sun.tools.javac.code.Attribute$Compound a }
com/google/errorprone/bugpatterns/UnusedVariable$1.class
UnusedVariable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedVariable$1 extends com.sun.source.util.TreeScanner { final synthetic java.util.concurrent.atomic.AtomicBoolean val$hasAnyNativeMethods void <init> (java.util.concurrent.atomic.AtomicBoolean) public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/YodaCondition$1.class
YodaCondition.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.YodaCondition$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/TypeEqualsChecker.class
TypeEqualsChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TypeEqualsChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.predicates.TypePredicate TYPE_MIRROR private static final com.google.errorprone.matchers.Matcher TYPE_EQUALS public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/MixedMutabilityReturnType$ReturnTypeFixer.class
MixedMutabilityReturnType.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.MixedMutabilityReturnType$ReturnTypeFixer extends com.sun.source.util.TreePathScanner { private final com.sun.tools.javac.code.Symbol symbol private final com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails details private final com.google.errorprone.VisitorState state private final com.google.errorprone.fixes.SuggestedFix$Builder fix private boolean builderifiedVariable private boolean failed private void <init> (com.sun.tools.javac.code.Symbol, com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.bugpatterns.MixedMutabilityReturnType$TypeDetails details com.google.errorprone.VisitorState state public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused com.sun.source.tree.Tree erasedType public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.VariableTree variable com.sun.source.tree.Tree grandParent com.sun.source.tree.IdentifierTree identifier Void unused com.sun.source.tree.Tree parent public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/DefaultCharset$CharsetFix$1.class
DefaultCharset.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix$1 extends com.google.errorprone.bugpatterns.DefaultCharset$CharsetFix { private void <init> (java.lang.String, int, java.lang.String, java.lang.String) String replacement String title void addImport (com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.fixes.SuggestedFix$Builder fix }
com/google/errorprone/bugpatterns/RemoveUnusedImports$SymbolSink.class
RemoveUnusedImports.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink extends java.lang.Object { public abstract boolean keepScanning () public abstract void accept (com.sun.tools.javac.code.Symbol) }
com/google/errorprone/bugpatterns/UnusedVariable$2.class
UnusedVariable.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnusedVariable$2 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$methodSymbol final synthetic int val$index final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix void <init> (com.sun.tools.javac.code.Symbol$MethodSymbol, int, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused private void removeByIndex (java.util.List) com.sun.source.tree.Tree tree int startPos int endPos java.util.List trees int startPos int endPos public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AutoValue_ImmutableMemberCollection_ReplaceableVar.class
AutoValue_ImmutableMemberCollection_ReplaceableVar.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AutoValue_ImmutableMemberCollection_ReplaceableVar extends com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar { private final com.sun.tools.javac.code.Symbol symbol private final com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType type private final com.sun.source.tree.Tree declaredType void <init> (com.sun.tools.javac.code.Symbol, com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType type com.sun.source.tree.Tree declaredType com.sun.tools.javac.code.Symbol symbol () com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableType type () com.sun.source.tree.Tree declaredType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.bugpatterns.ImmutableMemberCollection$ReplaceableVar that Object o public int hashCode () int h$ }
com/google/errorprone/bugpatterns/MisusedWeekYear.class
MisusedWeekYear.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MisusedWeekYear extends com.google.errorprone.bugpatterns.MisusedDateFormat { public void <init> () java.util.Optional rewriteTo (java.lang.String) String pattern boolean[] containsY boolean[] containsW }
com/google/errorprone/bugpatterns/CatchingUnchecked.class
CatchingUnchecked.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.CatchingUnchecked extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$TryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchTry (com.sun.source.tree.TryTree, com.google.errorprone.VisitorState) com.google.common.collect.ImmutableList caughtTypes com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree com.google.errorprone.VisitorState state com.google.errorprone.util.ASTHelpers$ScanThrownTypes scanner java.util.Set thrownExceptions private static com.google.common.collect.ImmutableList extractTypes (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type private static synthetic boolean lambda$matchTry$2 (com.google.common.collect.ImmutableList, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.common.collect.ImmutableList caughtTypes com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t private static synthetic boolean lambda$matchTry$1 (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type t com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type ct private static synthetic boolean lambda$matchTry$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.code.Type) com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type t }
com/google/errorprone/bugpatterns/NonApiType$TypeToCheck.class
NonApiType.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.NonApiType$TypeToCheck extends java.lang.Object { void <init> () final boolean matches (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type head java.util.Deque types com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type enclosingType com.google.errorprone.VisitorState state abstract com.google.errorprone.predicates.TypePredicate typePredicate () abstract com.google.errorprone.predicates.TypePredicate enclosingTypePredicate () abstract java.lang.String failureMessage () abstract com.google.errorprone.bugpatterns.NonApiType$ApiVisibility visibility () abstract com.google.errorprone.bugpatterns.NonApiType$ApiElementType elementType () }
com/google/errorprone/bugpatterns/MultipleTopLevelClasses$1.class
MultipleTopLevelClasses.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.MultipleTopLevelClasses$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/SuppressWarningsWithoutExplanation$1.class
SuppressWarningsWithoutExplanation.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.SuppressWarningsWithoutExplanation$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.ImmutableRangeSet val$linesWithComments final synthetic com.google.errorprone.bugpatterns.SuppressWarningsWithoutExplanation this$0 void <init> (com.google.errorprone.bugpatterns.SuppressWarningsWithoutExplanation, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableRangeSet) com.google.errorprone.bugpatterns.SuppressWarningsWithoutExplanation this$0 com.google.errorprone.VisitorState state public java.lang.Void visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Void) com.sun.source.tree.AnnotationTree annotationTree Void unused com.sun.source.tree.LineMap lineMap com.sun.source.tree.Tree parent com.google.common.collect.Range linesCovered public volatile synthetic java.lang.Object visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AssertionFailureIgnored$1.class
AssertionFailureIgnored.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AssertionFailureIgnored$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$VarSymbol val$parameter final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.AssertionFailureIgnored this$0 void <init> (com.google.errorprone.bugpatterns.AssertionFailureIgnored, com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.AssertionFailureIgnored this$0 public java.lang.Boolean visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree tree Void unused public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) private static synthetic boolean lambda$visitThrow$0 (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ExpressionTree) com.sun.tools.javac.code.Symbol$VarSymbol parameter com.sun.source.tree.ExpressionTree arg }
com/google/errorprone/bugpatterns/ProtoStringFieldReferenceEquality$1.class
ProtoStringFieldReferenceEquality.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ProtoStringFieldReferenceEquality$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/CompileTimeConstantChecker$1.class
CompileTimeConstantChecker.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.CompileTimeConstantChecker$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/bugpatterns/ExtendingJUnitAssert$1.class
ExtendingJUnitAssert.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ExtendingJUnitAssert$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic com.google.errorprone.bugpatterns.ExtendingJUnitAssert this$0 void <init> (com.google.errorprone.bugpatterns.ExtendingJUnitAssert, com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder) com.google.errorprone.bugpatterns.ExtendingJUnitAssert this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) String assertType com.sun.source.tree.MethodInvocationTree tree Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/PackageLocation.class
PackageLocation.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.PackageLocation extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.common.base.Splitter DOT_SPLITTER private static final com.google.common.base.Splitter PATH_SPLITTER public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$PackageSymbol packageSymbol String packageName String actualFileName java.util.List actualPath java.util.List expectedSuffix java.util.List actualSuffix String message static void <clinit> () }
com/google/errorprone/bugpatterns/ReachabilityFenceUsage.class
ReachabilityFenceUsage.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ReachabilityFenceUsage extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher FENCE_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree enclosing com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree previous static void <clinit> () }
com/google/errorprone/bugpatterns/InstanceOfAndCastMatchWrongType$TreeScannerInstanceOfWrongType.class
InstanceOfAndCastMatchWrongType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InstanceOfAndCastMatchWrongType$TreeScannerInstanceOfWrongType extends com.sun.source.util.TreeScanner { int earliestStart private com.sun.source.tree.InstanceOfTree relevantTree private boolean notApplicable private final com.google.errorprone.VisitorState state com.sun.source.tree.InstanceOfTree getRelevantTree () public void <init> (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState currState public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.BinaryTree binTree com.sun.source.tree.ExpressionTree expr public java.lang.Void visitUnary (com.sun.source.tree.UnaryTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.UnaryTree tree com.sun.source.tree.ExpressionTree expr public java.lang.Void visitInstanceOf (com.sun.source.tree.InstanceOfTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.InstanceOfTree tree com.sun.source.tree.ExpressionTree expr public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, com.sun.source.tree.ExpressionTree) com.sun.source.tree.AssignmentTree tree com.sun.source.tree.ExpressionTree expr public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AssertFalse.class
AssertFalse.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.AssertFalse extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$AssertTreeMatcher { private static final com.google.errorprone.matchers.Matcher ASSERT_FALSE_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchAssert (com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssertTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ClassNamedLikeTypeParameter.class
ClassNamedLikeTypeParameter.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ClassNamedLikeTypeParameter extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/StaticMockMember.class
StaticMockMember.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StaticMockMember extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.errorprone.matchers.Matcher STATIC_MOCK public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree varTree com.google.errorprone.VisitorState state java.util.Optional optionalFix static void <clinit> () }
com/google/errorprone/bugpatterns/AbstractUseSwitch$1.class
AbstractUseSwitch.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.AbstractUseSwitch$1 extends com.sun.source.util.TreeScanner { final synthetic boolean[] val$good void <init> (boolean[]) public java.lang.Void visitBreak (com.sun.source.tree.BreakTree, java.lang.Void) com.sun.source.tree.BreakTree t Void v public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree t Void v public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) }
com/google/errorprone/bugpatterns/RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner$1.class
RemoveUnusedImports.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner this$1 void <init> (com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner) com.google.errorprone.bugpatterns.RemoveUnusedImports$TreeSymbolScanner$DocTreeSymbolScanner this$1 public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink) com.sun.source.tree.IdentifierTree tree com.google.errorprone.bugpatterns.RemoveUnusedImports$SymbolSink sink com.sun.tools.javac.code.Symbol sym public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ProtoRedundantSet$FieldType.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns abstract enum com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType SINGLE public static final enum com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType REPEATED public static final enum com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType MAP private static final synthetic com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType[] $VALUES public static com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType[] values () public static com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldWithValue match (java.lang.String, com.sun.source.tree.MethodInvocationTree) private static synthetic com.google.errorprone.bugpatterns.ProtoRedundantSet$FieldType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/InterruptedExceptionSwallowed$2.class
InterruptedExceptionSwallowed.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.InterruptedExceptionSwallowed$2 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state void <init> (com.google.errorprone.VisitorState) public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b public java.lang.Boolean visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Void) com.sun.source.tree.InstanceOfTree instanceOfTree Void unused public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/bugpatterns/IsInstanceIncompatibleType.class
IsInstanceIncompatibleType.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.IsInstanceIncompatibleType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_INSTANCE public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type argumentType public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type argumentType private static com.sun.tools.javac.code.Type classTypeArgument (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree com.sun.source.tree.ExpressionTree receiver java.util.List receiverTypeArguments private com.google.errorprone.matchers.Description buildMessage (com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type1 com.sun.tools.javac.code.Type type2 com.sun.source.tree.Tree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/MockNotUsedInProduction.class
MockNotUsedInProduction.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MockNotUsedInProduction extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { private static final com.google.errorprone.matchers.Matcher MOCK private static final com.google.errorprone.matchers.Matcher MOCK_OR_SPY_ANNOTATED private static final com.google.errorprone.matchers.Matcher INJECT_MOCKS_ANNOTATED private static final com.google.errorprone.matchers.Matcher WHEN_OR_VERIFY public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableMap mocks java.util.Set usedMocks private static com.google.errorprone.fixes.SuggestedFix generateFix (com.sun.tools.javac.code.Symbol$VarSymbol, com.google.errorprone.VisitorState) com.google.common.collect.Range range com.sun.tools.javac.code.Symbol$VarSymbol sym com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList$Builder deletions com.google.errorprone.fixes.SuggestedFix$Builder fix private com.google.common.collect.ImmutableMap findMocks (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state java.util.Map mocks java.util.concurrent.atomic.AtomicBoolean injectMocks private synthetic void lambda$matchCompilationUnit$0 (java.util.Set, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.Tree) java.util.Set usedMocks com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$VarSymbol sym com.sun.source.tree.Tree mockTree static void <clinit> () }
com/google/errorprone/bugpatterns/UnnecessaryTypeArgument.class
UnnecessaryTypeArgument.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryTypeArgument extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description check (com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol superMethod com.sun.source.tree.Tree tree java.util.List arguments com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol int expected int actual private static com.google.errorprone.fixes.Fix buildFix (com.sun.source.tree.Tree, java.util.List, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree java.util.List arguments com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree node int startAbsolute int lower int upper CharSequence source com.google.errorprone.fixes.Fix fix }
com/google/errorprone/bugpatterns/NonAtomicVolatileUpdate$3.class
NonAtomicVolatileUpdate.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.NonAtomicVolatileUpdate$3 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic com.google.errorprone.matchers.Matcher val$exprMatcher void <init> (com.google.errorprone.matchers.Matcher) public boolean matches (com.sun.source.tree.AssignmentTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssignmentTree tree com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/MustBeClosedChecker.class
MustBeClosedChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MustBeClosedChecker extends com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_AUTOCLOSEABLE private static final com.google.errorprone.matchers.Matcher METHOD_RETURNS_AUTO_CLOSEABLE_MATCHER private static final com.google.errorprone.matchers.Matcher AUTO_CLOSEABLE_CONSTRUCTOR_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state boolean isAConstructor public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix$Builder builder String suggestedFixName com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state private static boolean invokedConstructorMustBeClosed (com.google.errorprone.VisitorState, com.sun.source.tree.MethodTree) com.google.errorprone.VisitorState state com.sun.source.tree.MethodTree methodTree java.util.List statements com.sun.source.tree.ExpressionStatementTree est com.sun.source.tree.MethodInvocationTree mit com.sun.tools.javac.code.Symbol$MethodSymbol invokedConstructorSymbol private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$matchMethod$86d9c20b$1 (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState s static void <clinit> () }
com/google/errorprone/bugpatterns/EqualsWrongThing$ComparisonPair.class
EqualsWrongThing.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair extends java.lang.Object { void <init> () abstract com.sun.tools.javac.code.Symbol lhs () abstract com.sun.tools.javac.code.Symbol rhs () final com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair reversed () private static com.google.errorprone.bugpatterns.EqualsWrongThing$ComparisonPair of (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol lhs com.sun.tools.javac.code.Symbol rhs }
com/google/errorprone/bugpatterns/EqualsWrongThing$1.class
EqualsWrongThing.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.EqualsWrongThing$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.tools.javac.code.Symbol$ClassSymbol val$classSymbol final synthetic java.util.Set val$suspiciousComparisons final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.EqualsWrongThing this$0 void <init> (com.google.errorprone.bugpatterns.EqualsWrongThing, com.sun.tools.javac.code.Symbol$ClassSymbol, java.util.Set, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.EqualsWrongThing this$0 public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree node Void unused public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.MethodInvocationTree node Void unused java.util.List args public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MockNotUsedInProduction$1.class
MockNotUsedInProduction.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MockNotUsedInProduction$1 extends com.sun.source.util.TreePathScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.Set val$usedMocks final synthetic com.google.errorprone.bugpatterns.MockNotUsedInProduction this$0 void <init> (com.google.errorprone.bugpatterns.MockNotUsedInProduction, com.google.errorprone.VisitorState, java.util.Set) com.google.errorprone.bugpatterns.MockNotUsedInProduction this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree invocation Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void unused public java.lang.Void visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree memberSelect Void unused public java.lang.Void visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree identifier Void unused private void handle (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol symbol public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ComparisonOutOfRange$1.class
ComparisonOutOfRange.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ComparisonOutOfRange$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/InvalidTimeZoneID.class
InvalidTimeZoneID.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.InvalidTimeZoneID extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.common.collect.ImmutableSet AVAILABLE_IDS private static final com.google.errorprone.matchers.Matcher METHOD_MATCHER private static final String HOURS_PATTERN private static final String MINUTES_PATTERN private static final java.util.regex.Pattern CUSTOM_ID_PATTERN public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String value com.google.errorprone.matchers.Description$Builder builder String spacesToUnderscores private static boolean isValidId (java.lang.String) String value static void <clinit> () }
com/google/errorprone/bugpatterns/VariableNameSameAsType.class
VariableNameSameAsType.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.VariableNameSameAsType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree varTree com.google.errorprone.VisitorState state javax.lang.model.element.Name varName com.google.errorprone.matchers.Matcher nameSameAsType String message private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic boolean lambda$matchVariable$6eb7e599$1 (javax.lang.model.element.Name, com.sun.source.tree.Tree, com.google.errorprone.VisitorState) javax.lang.model.element.Name varName com.sun.source.tree.Tree typeTree com.google.errorprone.VisitorState s com.sun.tools.javac.code.Symbol typeSymbol }
com/google/errorprone/bugpatterns/FloatCast$1.class
FloatCast.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.FloatCast$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/bugpatterns/VarTypeName.class
VarTypeName.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.VarTypeName extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher com.google.errorprone.bugpatterns.BugChecker$TypeParameterTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.VisitorState) com.sun.source.tree.TypeParameterTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description check (com.sun.source.tree.Tree, javax.lang.model.element.Name) com.sun.source.tree.Tree tree javax.lang.model.element.Name name }
com/google/errorprone/bugpatterns/StaticAssignmentInConstructor$1.class
StaticAssignmentInConstructor.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.StaticAssignmentInConstructor$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.StaticAssignmentInConstructor this$0 void <init> (com.google.errorprone.bugpatterns.StaticAssignmentInConstructor, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.StaticAssignmentInConstructor this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree methodTree Void unused public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree lambdaExpressionTree Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree assignmentTree Void unused com.sun.tools.javac.code.Symbol symbol private boolean shouldEmitFinding (com.sun.source.tree.AssignmentTree) com.sun.source.tree.AssignmentTree assignmentTree com.sun.source.tree.IdentifierTree identifierTree public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/UnnecessaryOptionalGet.class
UnnecessaryOptionalGet.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnnecessaryOptionalGet extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher OPTIONAL_FUNCTIONS_WITH_FUNCTIONAL_ARG private static final com.google.errorprone.matchers.Matcher OPTIONAL_GET public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree onlyArg com.sun.source.tree.VariableTree arg com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/bugpatterns/PreferredInterfaceType$1.class
PreferredInterfaceType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.PreferredInterfaceType$1 extends com.sun.source.util.TreePathScanner { private final java.util.Deque currentMethod final synthetic com.google.common.collect.ListMultimap val$symbolsToType final synthetic com.google.common.collect.ImmutableMap val$fixableTypes final synthetic com.google.errorprone.bugpatterns.PreferredInterfaceType this$0 void <init> (com.google.errorprone.bugpatterns.PreferredInterfaceType, com.google.common.collect.ListMultimap, com.google.common.collect.ImmutableMap) com.google.errorprone.bugpatterns.PreferredInterfaceType this$0 public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree node Void unused com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree node Void unused public java.lang.Void visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree node Void unused com.sun.tools.javac.code.Symbol symbol public java.lang.Void visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.ReturnTree node Void unused com.sun.tools.javac.code.Symbol method public java.lang.Void visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree node Void unused public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/FunctionalInterfaceMethodChanged$BehaviorPreservingChecker.class
FunctionalInterfaceMethodChanged.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FunctionalInterfaceMethodChanged$BehaviorPreservingChecker extends com.sun.source.util.SimpleTreeVisitor { private boolean inBoxedVoidReturningMethod private final com.sun.tools.javac.code.Symbol methodToCall public void <init> (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol methodToCall public java.lang.Boolean visitMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree node com.google.errorprone.VisitorState state boolean prevInBoxedVoidReturningMethod com.sun.tools.javac.code.Type returnType com.sun.tools.javac.code.Type boxedVoidType boolean result public java.lang.Boolean visitBlock (com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) Object returnValue com.sun.source.tree.ReturnTree returnTree com.sun.source.tree.BlockTree node com.google.errorprone.VisitorState state public java.lang.Boolean visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionStatementTree node com.google.errorprone.VisitorState state public java.lang.Boolean visitReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.VisitorState) com.sun.source.tree.ReturnTree node com.google.errorprone.VisitorState state public java.lang.Boolean visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree node com.google.errorprone.VisitorState state public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) }
com/google/errorprone/bugpatterns/ChainedAssertionLosesContext$FactoryMethodName.class
ChainedAssertionLosesContext.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ChainedAssertionLosesContext$FactoryMethodName extends java.lang.Object { void <init> () static com.google.errorprone.bugpatterns.ChainedAssertionLosesContext$FactoryMethodName create (java.lang.String, java.lang.String) String clazz String method static com.google.errorprone.bugpatterns.ChainedAssertionLosesContext$FactoryMethodName tryCreate (com.sun.tools.javac.code.Symbol$MethodSymbol) com.sun.tools.javac.code.Symbol$MethodSymbol symbol abstract java.lang.String clazz () abstract java.lang.String method () }
com/google/errorprone/bugpatterns/ComplexBooleanConstant.class
ComplexBooleanConstant.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ComplexBooleanConstant extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$BinaryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.BinaryTree tree com.google.errorprone.VisitorState state Boolean constValue java.lang.Boolean booleanValue (com.sun.source.tree.BinaryTree) com.sun.source.tree.BinaryTree tree com.sun.source.util.SimpleTreeVisitor boolValue Boolean lhs Boolean rhs }
com/google/errorprone/bugpatterns/InconsistentHashCode.class
InconsistentHashCode.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.InconsistentHashCode extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public static final String MESSAGE private static final com.google.errorprone.matchers.Matcher HASH_CODE_METHODS private static final com.google.errorprone.matchers.Matcher EQUALS_METHODS public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member com.google.errorprone.bugpatterns.InconsistentHashCode$FieldAccessFinder finder com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member com.sun.source.tree.ClassTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol com.sun.source.tree.MethodTree equalsDeclaration com.sun.source.tree.MethodTree hashCodeDeclaration java.util.Map fieldsByMethod com.google.errorprone.bugpatterns.InconsistentHashCode$FieldAccessFinder equalsScanner com.google.errorprone.bugpatterns.InconsistentHashCode$FieldAccessFinder hashCodeScanner com.google.common.collect.ImmutableSet fieldsInHashCode com.google.common.collect.ImmutableSet fieldsInEquals java.util.Set difference String message private static synthetic boolean lambda$matchClass$0 (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol f static void <clinit> () }
com/google/errorprone/bugpatterns/ModifyingCollectionWithItself.class
ModifyingCollectionWithItself.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ModifyingCollectionWithItself extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher IS_COLLECTION_MODIFIED_WITH_ITSELF public void <init> () private static com.google.errorprone.matchers.Matcher buildMatcher () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree t com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description describe (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.google.errorprone.fixes.Fix fix com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver java.util.List arguments com.sun.source.tree.ExpressionTree argument com.google.errorprone.matchers.Description$Builder builder private static java.util.List buildFixes (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree, com.sun.source.tree.ExpressionTree) java.util.List fixes boolean lhsIsField com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree receiver com.sun.source.tree.ExpressionTree argument java.util.List fixes private static java.util.function.Predicate isCollectionVariable (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList literalReplacement (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState, com.sun.source.tree.ExpressionTree) com.google.errorprone.fixes.Fix fix com.google.errorprone.fixes.Fix fix com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree lhs com.sun.source.tree.Tree parent private static synthetic boolean lambda$isCollectionVariable$0 (com.google.errorprone.VisitorState, com.sun.tools.javac.tree.JCTree$JCVariableDecl) com.google.errorprone.VisitorState state com.sun.tools.javac.tree.JCTree$JCVariableDecl var static void <clinit> () }
com/google/errorprone/bugpatterns/MissingSuperCall$AnnotationType.class
MissingSuperCall.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType ANDROID public static final enum com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType ANDROIDX public static final enum com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType ERROR_PRONE public static final enum com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType JSR305 public static final enum com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType FINDBUGS private final String fullyQualifiedName private static final synthetic com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType[] $VALUES public static com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType[] values () public static com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String fullyQualifiedName public java.lang.String fullyQualifiedName () public java.lang.String simpleName () int index private static synthetic com.google.errorprone.bugpatterns.MissingSuperCall$AnnotationType[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/Finally$FinallyJumpMatcher.class
Finally.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher extends com.google.errorprone.bugpatterns.Finally$FinallyCompletionMatcher { private final com.sun.tools.javac.util.Name label private final com.google.errorprone.bugpatterns.Finally$FinallyJumpMatcher$JumpType jumpType public void <init> (com.sun.tools.javac.tree.JCTree$JCContinue) com.sun.tools.javac.tree.JCTree$JCContinue jcContinue public void <init> (com.sun.tools.javac.tree.JCTree$JCBreak) com.sun.tools.javac.tree.JCTree$JCBreak jcBreak protected com.google.errorprone.bugpatterns.Finally$MatchResult matchAncestor (com.sun.source.tree.Tree, com.sun.source.tree.Tree) com.sun.source.tree.Tree leaf com.sun.source.tree.Tree prevTree }
com/google/errorprone/bugpatterns/ProtoRedundantSet$MapField.class
ProtoRedundantSet.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.ProtoRedundantSet$MapField extends java.lang.Object implements com.google.errorprone.bugpatterns.ProtoRedundantSet$ProtoField { void <init> () abstract java.lang.String getName () abstract java.lang.Object getKey () static com.google.errorprone.bugpatterns.ProtoRedundantSet$MapField of (java.lang.String, java.lang.Object) String name Object key public final java.lang.String toString () }
com/google/errorprone/bugpatterns/ThreeLetterTimeZoneID.class
ThreeLetterTimeZoneID.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ThreeLetterTimeZoneID extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher METHOD_MATCHER private static final com.google.errorprone.matchers.Matcher JODATIME_METHOD_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) String r com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String value com.google.errorprone.bugpatterns.ThreeLetterTimeZoneID$Replacement replacement com.google.errorprone.matchers.Description$Builder builder static com.google.errorprone.bugpatterns.ThreeLetterTimeZoneID$Replacement getReplacement (java.lang.String, boolean, java.lang.String) String fixedOffset String newDescription long hours long millis java.util.TimeZone timeZone String id boolean inJodaTimeContext String message String zoneIdReplacement static com.google.errorprone.bugpatterns.ThreeLetterTimeZoneID$Replacement handleNonDaylightSavingsZone (boolean, java.lang.String, java.lang.String, java.lang.String) String newDescription String newDescription boolean inJodaTimeContext String daylightSavingsZone String fixedOffset String message private static java.lang.String observesDaylightSavingsMessage (java.lang.String, java.lang.String, java.lang.String) String type String daylightSavingsZone String fixedOffset private static boolean isInJodaTimeContext (com.google.errorprone.VisitorState) com.sun.source.tree.Tree parentLeaf com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/FuturesGetCheckedIllegalExceptionType$2.class
FuturesGetCheckedIllegalExceptionType.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FuturesGetCheckedIllegalExceptionType$2 extends java.lang.Object implements com.google.errorprone.matchers.Matcher { void <init> () public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol$MethodSymbol constructorSymbol com.sun.tools.javac.code.Symbol enclosedSymbol com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/SymbolToString.class
SymbolToString.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.SymbolToString extends com.google.errorprone.bugpatterns.AbstractToString { private static final com.google.errorprone.predicates.TypePredicate IS_SYMBOL private static final com.google.errorprone.matchers.Matcher STRING_EQUALS public void <init> () private static boolean symbolToStringInBugChecker (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state com.sun.source.tree.Tree parentTree protected com.google.errorprone.predicates.TypePredicate typePredicate () protected java.util.Optional descriptionMessageForDefaultMatch (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.google.errorprone.VisitorState state protected java.util.Optional implicitToStringFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state protected java.util.Optional toStringFix (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree parent com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda static void <clinit> () }
com/google/errorprone/bugpatterns/EmptyTopLevelDeclaration.class
EmptyTopLevelDeclaration.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.EmptyTopLevelDeclaration extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList toDelete com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder private static synthetic boolean lambda$matchCompilationUnit$0 (com.sun.source.tree.Tree) com.sun.source.tree.Tree m }
com/google/errorprone/bugpatterns/ExpectedExceptionChecker$1.class
ExpectedExceptionChecker.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.ExpectedExceptionChecker$1 extends com.sun.source.util.TreeScanner { final synthetic com.sun.source.tree.MethodTree val$tree final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.ExpectedExceptionChecker this$0 void <init> (com.google.errorprone.bugpatterns.ExpectedExceptionChecker, com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.ExpectedExceptionChecker this$0 public java.lang.Void visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.BlockTree block Void unused com.google.errorprone.matchers.Description description public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MemoizeConstantVisitorStateLookups$1.class
MemoizeConstantVisitorStateLookups.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups$1 extends com.google.errorprone.bugpatterns.BugChecker$SuppressibleTreePathScanner { final synthetic com.google.common.collect.ImmutableList$Builder val$result final synthetic com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups this$0 void <init> (com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups, com.google.errorprone.VisitorState, com.google.common.collect.ImmutableList$Builder) com.google.errorprone.bugpatterns.MemoizeConstantVisitorStateLookups this$0 com.google.errorprone.VisitorState state public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree tree Void unused private void handleConstantLookup (com.sun.source.tree.MethodInvocationTree) com.sun.tools.javac.tree.JCTree$JCFieldAccess fieldAccess com.sun.tools.javac.util.Name method com.sun.source.tree.ExpressionTree methodSelect com.sun.source.tree.MethodInvocationTree tree com.sun.source.tree.ExpressionTree argumentExpr String argumentValue public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/MisusedDayOfYear.class
MisusedDayOfYear.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.MisusedDayOfYear extends com.google.errorprone.bugpatterns.MisusedDateFormat { public void <init> () java.util.Optional rewriteTo (java.lang.String) String pattern boolean[] containsD boolean[] containsM }
com/google/errorprone/bugpatterns/JUnitAmbiguousTestClass.class
JUnitAmbiguousTestClass.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.JUnitAmbiguousTestClass extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state }
com/google/errorprone/bugpatterns/PrimitiveArrayPassedToVarargsMethod.class
PrimitiveArrayPassedToVarargsMethod.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.PrimitiveArrayPassedToVarargsMethod extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree t com.google.errorprone.VisitorState state private static boolean isVarargs (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol symbol java.util.List params int varargsPosition com.sun.tools.javac.code.Type$ArrayType varargsParamType com.sun.tools.javac.tree.JCTree$JCMethodInvocation methodInvocation java.util.List arguments com.sun.tools.javac.code.Types types com.sun.tools.javac.code.Type varargsArgumentType }
com/google/errorprone/bugpatterns/DiscardedPostfixExpression.class
DiscardedPostfixExpression.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.DiscardedPostfixExpression extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$UnaryTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.VisitorState) com.sun.source.tree.UnaryTree tree com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent com.sun.tools.javac.tree.JCTree$JCLambda lambda com.sun.tools.javac.code.Symbol sym private static synthetic boolean lambda$matchUnary$0 (com.sun.tools.javac.code.Symbol, com.sun.source.tree.VariableTree) com.sun.tools.javac.code.Symbol sym com.sun.source.tree.VariableTree p }
com/google/errorprone/bugpatterns/UnnecessaryLambda$1.class
UnnecessaryLambda.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.UnnecessaryLambda$1 extends com.sun.source.util.TreePathScanner { final synthetic com.sun.tools.javac.code.Symbol$MethodSymbol val$sym final synthetic com.google.errorprone.fixes.SuggestedFix$Builder val$fix final synthetic String val$name final synthetic com.google.errorprone.VisitorState val$state final synthetic com.google.errorprone.bugpatterns.UnnecessaryLambda this$0 void <init> (com.google.errorprone.bugpatterns.UnnecessaryLambda, com.sun.tools.javac.code.Symbol$MethodSymbol, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.google.errorprone.VisitorState) com.google.errorprone.bugpatterns.UnnecessaryLambda this$0 public java.lang.Void visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree node Void unused public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) }
com/google/errorprone/bugpatterns/CanBeStaticAnalyzer.class
CanBeStaticAnalyzer.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CanBeStaticAnalyzer extends com.sun.tools.javac.tree.TreeScanner { private final com.sun.tools.javac.util.Names names private final com.sun.tools.javac.code.Symbol owner private final com.google.errorprone.VisitorState state private boolean canPossiblyBeStatic private final java.util.Set outerReferences public static boolean referencesOuter (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol owner com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.CanBeStaticAnalyzer scanner public static com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$CanBeStaticResult canBeStaticResult (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.tools.javac.code.Symbol owner com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.CanBeStaticAnalyzer scanner private void <init> (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol owner com.google.errorprone.VisitorState state public void visitIdent (com.sun.tools.javac.tree.JCTree$JCIdent) com.sun.tools.javac.code.Type enclosing com.sun.tools.javac.tree.JCTree$JCIdent tree com.sun.tools.javac.code.Symbol sym private static boolean isOwnedBy (com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Types) com.sun.tools.javac.code.Symbol sym com.sun.tools.javac.code.Symbol owner com.sun.tools.javac.code.Types types public void visitSelect (com.sun.tools.javac.tree.JCTree$JCFieldAccess) com.sun.tools.javac.tree.JCTree$JCFieldAccess tree public void visitNewClass (com.sun.tools.javac.tree.JCTree$JCNewClass) com.sun.tools.javac.tree.JCTree$JCNewClass tree com.sun.tools.javac.code.Type type public void visitReference (com.sun.tools.javac.tree.JCTree$JCMemberReference) com.sun.tools.javac.tree.JCTree$JCMemberReference tree private static boolean memberOfEnclosing (com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState, com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol$ClassSymbol encl com.sun.tools.javac.code.Symbol owner com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym public void visitAnnotation (com.sun.tools.javac.tree.JCTree$JCAnnotation) com.sun.tools.javac.tree.JCTree$JCAnnotation tree }
com/google/errorprone/bugpatterns/UseCorrectAssertInTests.class
UseCorrectAssertInTests.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UseCorrectAssertInTests extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final String STATIC_ASSERT_THAT_IMPORT private static final String STATIC_ASSERT_WITH_MESSAGE_IMPORT private static final String IS_TRUE private static final String IS_FALSE private static final String IS_NULL private static final String IS_NOT_NULL private static final String IS_EQUAL_TO private static final String IS_NOT_EQUAL_TO private static final String IS_SAME_AS private static final String IS_NOT_SAME_AS public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.AssertTree foundAssert com.sun.source.tree.MethodTree methodTree com.google.errorprone.VisitorState state com.google.common.collect.ImmutableList assertions com.google.errorprone.fixes.SuggestedFix$Builder fix private static void replaceAssert (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCMethodInvocation equalsCall com.sun.tools.javac.tree.JCTree$JCExpression expr1 com.sun.tools.javac.tree.JCTree$JCExpression expr2 com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.AssertTree foundAssert com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree expr private static void addFix (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState, java.lang.String) String assertToUse com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.source.tree.AssertTree foundAssert com.google.errorprone.VisitorState state String isMethod String assertToUse private static void suggestFixForEquality (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.AssertTree, com.google.errorprone.VisitorState, boolean) com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.AssertTree foundAssert com.google.errorprone.VisitorState state boolean isEqual com.sun.source.tree.BinaryTree equalityTree com.sun.source.tree.ExpressionTree expr1 com.sun.source.tree.ExpressionTree expr2 private static java.lang.String normalizedSourceForExpression (com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.VisitorState) com.sun.tools.javac.tree.JCTree$JCExpression expression com.google.errorprone.VisitorState state private static java.lang.String convertToString (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree detail com.google.errorprone.VisitorState state private static com.google.common.collect.ImmutableList scanAsserts (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree com.google.common.collect.ImmutableList$Builder assertTrees }
com/google/errorprone/bugpatterns/UnusedVariable$UnusedSpec.class
UnusedVariable.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.UnusedVariable$UnusedSpec extends java.lang.Object { void <init> () abstract com.sun.tools.javac.code.Symbol symbol () abstract com.sun.source.util.TreePath assignmentPath () abstract com.google.common.collect.ImmutableList usageSites () abstract java.util.Optional terminatingAssignment () private static com.google.errorprone.bugpatterns.UnusedVariable$UnusedSpec of (com.sun.tools.javac.code.Symbol, com.sun.source.util.TreePath, java.lang.Iterable, com.sun.source.tree.AssignmentTree) com.sun.tools.javac.code.Symbol symbol com.sun.source.util.TreePath assignmentPath Iterable treePaths com.sun.source.tree.AssignmentTree assignmentTree }
com/google/errorprone/bugpatterns/EqualsIncompatibleType.class
EqualsIncompatibleType.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.EqualsIncompatibleType extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MemberReferenceTreeMatcher { private static final com.google.errorprone.matchers.Matcher STATIC_EQUALS_MATCHER private static final com.google.errorprone.matchers.Matcher INSTANCE_EQUALS_MATCHER private static final com.google.errorprone.matchers.Matcher IS_EQUAL_MATCHER private static final com.google.errorprone.matchers.Matcher ASSERT_FALSE_MATCHER private final com.google.errorprone.bugpatterns.TypeCompatibilityUtils typeCompatibilityUtils void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type targetType com.sun.source.tree.MethodInvocationTree invocationTree com.google.errorprone.VisitorState state public com.google.errorprone.matchers.Description matchMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type type com.sun.tools.javac.code.Type type com.sun.source.tree.MemberReferenceTree tree com.google.errorprone.VisitorState state private com.google.errorprone.matchers.Description match (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree invocationTree com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type argumentType com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.TypeCompatibilityUtils$TypeCompatibilityReport compatibilityReport private static java.lang.String getMessage (com.sun.source.tree.ExpressionTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree invocationTree com.sun.tools.javac.code.Type receiverType com.sun.tools.javac.code.Type argumentType com.sun.tools.javac.code.Type conflictingReceiverType com.sun.tools.javac.code.Type conflictingArgumentType com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.EqualsIncompatibleType$TypeStringPair typeStringPair String baseMessage com.google.errorprone.bugpatterns.EqualsIncompatibleType$TypeStringPair conflictingTypes static void <clinit> () }
com/google/errorprone/bugpatterns/MisusedWeekYear$1.class
MisusedWeekYear.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MisusedWeekYear$1 extends java.lang.Object implements com.google.errorprone.bugpatterns.MisusedDateFormat$DateFormatConsumer { final synthetic boolean[] val$containsY final synthetic boolean[] val$containsW final synthetic com.google.errorprone.bugpatterns.MisusedWeekYear this$0 void <init> (com.google.errorprone.bugpatterns.MisusedWeekYear, boolean[], boolean[]) com.google.errorprone.bugpatterns.MisusedWeekYear this$0 public void consumeLiteral (char) char literal public void consumeSpecial (char) char special }
com/google/errorprone/bugpatterns/StaticAssignmentInConstructor.class
StaticAssignmentInConstructor.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.StaticAssignmentInConstructor extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol }
com/google/errorprone/bugpatterns/IgnoredPureGetter$PureGetterKind.class
IgnoredPureGetter.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind AUTO_VALUE public static final enum com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind AUTO_VALUE_BUILDER public static final enum com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind AUTO_BUILDER public static final enum com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind PROTO private static final synthetic com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind[] $VALUES public static com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind[] values () public static com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.IgnoredPureGetter$PureGetterKind[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/UngroupedOverloads.class
UngroupedOverloads.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UngroupedOverloads extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$ClassTreeMatcher { private final Boolean batchFindings void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchClass (com.sun.source.tree.ClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree methodTree com.sun.source.tree.Tree member int i com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.ClassTree classTree com.google.errorprone.VisitorState state com.google.common.collect.LinkedHashMultimap methods com.google.common.collect.ImmutableList descriptions private java.util.stream.Stream checkOverloads (com.google.errorprone.VisitorState, java.util.List, com.google.common.collect.ImmutableList) com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex overload com.google.errorprone.VisitorState state java.util.List members com.google.common.collect.ImmutableList overloads com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex first int prev int group java.util.Map groups com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder StringBuilder sb com.google.errorprone.fixes.SuggestedFix fix com.sun.source.tree.LineMap lineMap private static java.lang.String createMessage (com.sun.source.tree.MethodTree, com.google.common.collect.ImmutableList, java.util.Map, com.sun.source.tree.LineMap, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex) com.sun.source.tree.MethodTree tree com.google.common.collect.ImmutableList overloads java.util.Map groups com.sun.source.tree.LineMap lineMap com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex current String ungroupedLines com.sun.tools.javac.code.Symbol$MethodSymbol symbol String name private static synthetic java.lang.Long lambda$createMessage$7 (com.sun.source.tree.LineMap, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex) com.sun.source.tree.LineMap lineMap com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex t private static synthetic boolean lambda$createMessage$6 (java.util.Map, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex) java.util.Map groups com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex current com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex o private synthetic com.google.errorprone.matchers.Description lambda$checkOverloads$5 (com.google.errorprone.fixes.SuggestedFix, com.google.common.collect.ImmutableList, java.util.Map, com.sun.source.tree.LineMap, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex) com.google.errorprone.fixes.SuggestedFix fix com.google.common.collect.ImmutableList overloads java.util.Map groups com.sun.source.tree.LineMap lineMap com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex o private static synthetic void lambda$checkOverloads$4 (com.google.errorprone.VisitorState, java.util.List, java.lang.StringBuilder, com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex) com.google.errorprone.VisitorState state java.util.List members StringBuilder sb com.google.errorprone.fixes.SuggestedFix$Builder fixBuilder com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex o int start int end private static synthetic boolean lambda$checkOverloads$3 (com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex) com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex first com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex o private synthetic boolean lambda$checkOverloads$2 (com.google.errorprone.VisitorState, com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex) com.google.errorprone.VisitorState state com.google.errorprone.bugpatterns.UngroupedOverloads$MemberWithIndex m private static synthetic void lambda$matchClass$1 (com.google.errorprone.fixes.SuggestedFix$Builder, com.google.errorprone.matchers.Description) com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.matchers.Description d private synthetic java.util.stream.Stream lambda$matchClass$0 (com.google.errorprone.VisitorState, com.sun.source.tree.ClassTree, java.util.Map$Entry) com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree classTree java.util.Map$Entry e }
com/google/errorprone/bugpatterns/ImpossibleNullComparison$GetterTypes$2.class
ImpossibleNullComparison.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes$2 extends com.google.errorprone.bugpatterns.ImpossibleNullComparison$GetterTypes { private void <init> (java.lang.String, int) com.google.errorprone.bugpatterns.ImpossibleNullComparison$Fixer match (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state private static synthetic java.util.Optional lambda$match$0 (com.sun.source.tree.ExpressionTree, boolean, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree boolean n com.google.errorprone.VisitorState s }
com/google/errorprone/bugpatterns/UnnecessaryLambda.class
UnnecessaryLambda.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.UnnecessaryLambda extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher com.google.errorprone.bugpatterns.BugChecker$VariableTreeMatcher { private static final com.google.common.collect.ImmutableSet PACKAGES_TO_FIX private static final com.sun.source.util.SimpleTreeVisitor LAMBDA_VISITOR public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.source.tree.LambdaExpressionTree lambda com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.fixes.SuggestedFix$Builder fix String name com.sun.source.tree.Tree type public com.google.errorprone.matchers.Description matchVariable (com.sun.source.tree.VariableTree, com.google.errorprone.VisitorState) com.sun.source.tree.VariableTree tree com.google.errorprone.VisitorState state com.sun.source.tree.LambdaExpressionTree lambda com.sun.tools.javac.code.Symbol sym com.sun.source.tree.Tree type com.google.errorprone.fixes.SuggestedFix$Builder fix String name private boolean canFix (com.sun.source.tree.Tree, com.sun.tools.javac.code.Symbol, com.google.errorprone.VisitorState) com.sun.tools.javac.code.Symbol descriptor com.sun.tools.javac.code.Types$FunctionDescriptorLookupError e com.sun.source.tree.Tree type com.sun.tools.javac.code.Symbol sym com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol descriptor com.google.errorprone.bugpatterns.UnnecessaryLambda$1Scanner scanner private void lambdaToMethod (com.google.errorprone.VisitorState, com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.fixes.SuggestedFix$Builder, java.lang.String, com.sun.source.tree.Tree) com.google.errorprone.VisitorState state com.sun.source.tree.LambdaExpressionTree lambda com.google.errorprone.fixes.SuggestedFix$Builder fix String name com.sun.source.tree.Tree type com.sun.tools.javac.code.Type fi com.sun.source.tree.Tree tree com.sun.source.tree.ModifiersTree modifiers int endPosition StringBuilder replacement int modifiedEndPos private static void replaceUseWithMethodReference (com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.source.tree.ExpressionTree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.Tree receiver String receiverCode com.sun.tools.javac.code.Symbol sym String receiverCode com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.source.tree.ExpressionTree node String newName com.google.errorprone.VisitorState state com.sun.source.tree.Tree parent private static synthetic java.lang.String lambda$lambdaToMethod$0 (com.google.errorprone.VisitorState, com.google.errorprone.fixes.SuggestedFix$Builder, com.sun.tools.javac.code.Type, com.sun.source.tree.VariableTree) com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix com.sun.tools.javac.code.Type t com.sun.source.tree.VariableTree p static void <clinit> () }
com/google/errorprone/bugpatterns/DangerousLiteralNullChecker$NullReplacementRule.class
DangerousLiteralNullChecker.java package com.google.errorprone.bugpatterns abstract com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule extends java.lang.Object { void <init> () abstract com.sun.tools.javac.util.Name klass () abstract com.sun.tools.javac.util.Name method () abstract java.lang.String replacementBody () private static com.google.errorprone.bugpatterns.DangerousLiteralNullChecker$NullReplacementRule$Builder builder () }
com/google/errorprone/bugpatterns/AbstractMockChecker$MockForbidder.class
AbstractMockChecker.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.AbstractMockChecker$MockForbidder extends java.lang.Object { public abstract java.util.Optional forbidReason (com.sun.tools.javac.code.Type, com.google.errorprone.VisitorState) }
com/google/errorprone/bugpatterns/LockOnBoxedPrimitive.class
LockOnBoxedPrimitive.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.LockOnBoxedPrimitive extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$SynchronizedTreeMatcher com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { private static final com.google.errorprone.matchers.Matcher LOCKING_METHOD private static final com.google.errorprone.matchers.Matcher BOXED_PRIMITIVE public void <init> () public com.google.errorprone.matchers.Description matchSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.VisitorState) com.sun.source.tree.SynchronizedTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ExpressionTree locked private com.google.errorprone.fixes.SuggestedFix createFix (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree locked com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol lock com.google.errorprone.fixes.SuggestedFix$Builder fix String lockName public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state private static boolean isDefinitelyBoxedPrimitive (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/ExpectedExceptionChecker.class
ExpectedExceptionChecker.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ExpectedExceptionChecker extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { static final com.google.errorprone.matchers.Matcher MATCHER static final com.google.errorprone.matchers.Matcher IS_A static final com.google.errorprone.matchers.Matcher FAIL_MATCHER private static final com.google.errorprone.matchers.Matcher TRUTH_ASSERT_THAT private static final com.google.errorprone.suppliers.Supplier ORG_HAMCREST_MATCHER_SYMBOL private static final com.google.errorprone.suppliers.Supplier ORG_HAMCREST_MATCHER_TYPE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.google.errorprone.matchers.Description scanBlock (com.sun.source.tree.MethodTree, com.sun.source.tree.BlockTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.sun.source.tree.BlockTree block com.google.errorprone.VisitorState state com.google.common.collect.PeekingIterator it java.util.List expectations java.util.Deque suffix com.sun.source.tree.StatementTree failure private com.google.errorprone.matchers.Description handleMatch (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState, java.util.List, java.util.List, com.sun.source.tree.StatementTree) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state java.util.List expectations java.util.List suffix com.sun.source.tree.StatementTree failure private static com.google.errorprone.fixes.Fix buildFix (com.google.errorprone.VisitorState, java.util.List, com.sun.source.tree.StatementTree, java.util.List) com.sun.tools.javac.code.Type matchType com.sun.tools.javac.code.Type matcherType com.sun.tools.javac.code.Type type com.sun.source.tree.ExpressionTree matcher com.sun.source.tree.MethodInvocationTree invocation com.sun.tools.javac.code.Symbol$MethodSymbol symbol com.sun.tools.javac.code.Symtab symtab java.util.List args com.sun.source.tree.Tree expectation com.google.errorprone.VisitorState state java.util.List expectations com.sun.source.tree.StatementTree failure java.util.List suffix com.sun.tools.javac.code.Type exceptionType java.util.List newAsserts com.google.errorprone.fixes.SuggestedFix$Builder fix private static com.google.errorprone.fixes.Fix finishFix (com.google.errorprone.fixes.SuggestedFix, com.sun.tools.javac.code.Type, java.util.List, java.util.List, com.google.errorprone.VisitorState) com.google.errorprone.fixes.SuggestedFix baseFix com.sun.tools.javac.code.Type exceptionType java.util.List newAsserts java.util.List throwingStatements com.google.errorprone.VisitorState state com.google.errorprone.fixes.SuggestedFix$Builder fix StringBuilder fixPrefix String exceptionTypeName boolean useExpressionLambda private static synthetic java.lang.Object $deserializeLambda$ (java.lang.invoke.SerializedLambda) java.lang.invoke.SerializedLambda lambda private static synthetic com.sun.tools.javac.code.Type lambda$static$88262653$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state private static synthetic com.sun.tools.javac.code.Symbol lambda$static$e2244bb5$1 (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/bugpatterns/UnicodeDirectionalityCharacters.class
UnicodeDirectionalityCharacters.java package com.google.errorprone.bugpatterns public final com.google.errorprone.bugpatterns.UnicodeDirectionalityCharacters extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$CompilationUnitTreeMatcher { public void <init> () public com.google.errorprone.matchers.Description matchCompilationUnit (com.sun.source.tree.CompilationUnitTree, com.google.errorprone.VisitorState) char c int i com.sun.source.tree.CompilationUnitTree tree com.google.errorprone.VisitorState state CharSequence source }
com/google/errorprone/bugpatterns/ImplementAssertionWithChaining$1.class
ImplementAssertionWithChaining.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.ImplementAssertionWithChaining$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/ShortCircuitBoolean$TreeScannerBinary.class
ShortCircuitBoolean.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.ShortCircuitBoolean$TreeScannerBinary extends com.sun.source.util.TreeScanner { public com.google.errorprone.VisitorState state public void <init> (com.google.errorprone.VisitorState) com.google.errorprone.VisitorState currState public java.lang.Void visitBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.fixes.SuggestedFix$Builder) com.sun.source.tree.BinaryTree tree com.google.errorprone.fixes.SuggestedFix$Builder p public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) }
com/google/errorprone/bugpatterns/AbstractReturnValueIgnored$TypeInfo.class
AbstractReturnValueIgnored.java package com.google.errorprone.bugpatterns final com.google.errorprone.bugpatterns.AbstractReturnValueIgnored$TypeInfo extends java.lang.Object { private final com.sun.tools.javac.code.Symbol$TypeVariableSymbol sym private final com.sun.tools.javac.code.Type resolvedVariableType private final com.sun.source.tree.Tree tree private void <init> (com.sun.tools.javac.code.Symbol$TypeVariableSymbol, com.sun.tools.javac.code.Type, com.sun.source.tree.Tree) com.sun.tools.javac.code.Symbol$TypeVariableSymbol sym com.sun.tools.javac.code.Type resolvedVariableType com.sun.source.tree.Tree tree }
com/google/errorprone/bugpatterns/MethodCanBeStatic$1.class
MethodCanBeStatic.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.MethodCanBeStatic$1 extends com.sun.source.util.TreePathScanner { private int suppressions final synthetic com.google.errorprone.VisitorState val$state final synthetic java.util.Map val$nodes final synthetic com.google.errorprone.bugpatterns.MethodCanBeStatic this$0 void <init> (com.google.errorprone.bugpatterns.MethodCanBeStatic, com.google.errorprone.VisitorState, java.util.Map) com.google.errorprone.bugpatterns.MethodCanBeStatic this$0 public java.lang.Void visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.ClassTree classTree Void unused public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree tree Void unused public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree variableTree Void unused private void matchMethod (com.sun.source.tree.MethodTree) com.google.errorprone.bugpatterns.CanBeStaticAnalyzer$CanBeStaticResult result boolean isExcluded com.sun.source.tree.MethodTree tree com.sun.tools.javac.code.Symbol$MethodSymbol sym public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) }
com/google/errorprone/bugpatterns/FieldCanBeStatic$2.class
FieldCanBeStatic.java package com.google.errorprone.bugpatterns com.google.errorprone.bugpatterns.FieldCanBeStatic$2 extends java.lang.Object implements com.google.errorprone.bugpatterns.threadsafety.ConstantExpressions$ConstantExpressionVisitor { final synthetic java.util.concurrent.atomic.AtomicBoolean val$staticable void <init> (java.util.concurrent.atomic.AtomicBoolean) public void visitIdentifier (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol identifier }
com/google/errorprone/bugpatterns/MisusedDateFormat.class
MisusedDateFormat.java package com.google.errorprone.bugpatterns public abstract com.google.errorprone.bugpatterns.MisusedDateFormat extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher com.google.errorprone.bugpatterns.BugChecker$NewClassTreeMatcher { private static final String JAVA_SIMPLE_DATE_FORMAT private static final String ICU_SIMPLE_DATE_FORMAT private static final com.google.errorprone.matchers.Matcher PATTERN_CTOR_MATCHER private static final com.google.errorprone.matchers.Matcher PATTERN_MATCHER public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree tree com.google.errorprone.VisitorState state String argument public com.google.errorprone.matchers.Description matchNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.VisitorState) com.sun.source.tree.NewClassTree tree com.google.errorprone.VisitorState state abstract java.util.Optional rewriteTo (java.lang.String) private com.google.errorprone.matchers.Description constructDescription (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) com.sun.source.tree.Tree tree com.sun.source.tree.ExpressionTree patternArg com.google.errorprone.VisitorState state private static com.google.errorprone.fixes.SuggestedFix replaceArgument (com.sun.source.tree.ExpressionTree, java.lang.String, com.google.errorprone.VisitorState) com.sun.source.tree.ExpressionTree patternArg String replacement com.google.errorprone.VisitorState state String quotedReplacement com.sun.tools.javac.code.Symbol sym com.google.errorprone.fixes.SuggestedFix$Builder fix static java.lang.String replaceFormatChar (java.lang.String, char, char) String format char from char to StringBuilder builder static void parseDateFormat (java.lang.String, com.google.errorprone.bugpatterns.MisusedDateFormat$DateFormatConsumer) char c int pos String format com.google.errorprone.bugpatterns.MisusedDateFormat$DateFormatConsumer consumer private synthetic com.google.errorprone.matchers.Description lambda$constructDescription$0 (com.sun.source.tree.Tree, com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState, java.lang.String) com.sun.source.tree.Tree tree com.sun.source.tree.ExpressionTree patternArg com.google.errorprone.VisitorState state String replacement static void <clinit> () }
com/google/errorprone/bugpatterns/AnnotationPosition$Position.class
AnnotationPosition.java package com.google.errorprone.bugpatterns final enum com.google.errorprone.bugpatterns.AnnotationPosition$Position extends java.lang.Enum { public static final enum com.google.errorprone.bugpatterns.AnnotationPosition$Position BEFORE public static final enum com.google.errorprone.bugpatterns.AnnotationPosition$Position AFTER public static final enum com.google.errorprone.bugpatterns.AnnotationPosition$Position EITHER private static final synthetic com.google.errorprone.bugpatterns.AnnotationPosition$Position[] $VALUES public static com.google.errorprone.bugpatterns.AnnotationPosition$Position[] values () public static com.google.errorprone.bugpatterns.AnnotationPosition$Position valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.bugpatterns.AnnotationPosition$Position[] $values () static void <clinit> () }
com/google/errorprone/bugpatterns/CollectorShouldNotUseState.class
CollectorShouldNotUseState.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.CollectorShouldNotUseState extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodInvocationTreeMatcher { public static final com.google.errorprone.matchers.Matcher COLLECTOR_OF_CALL public final com.google.errorprone.matchers.Matcher containsAnonymousClassUsingState public void <init> () public com.google.errorprone.matchers.Description matchMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodInvocationTree methodInvocationTree com.google.errorprone.VisitorState visitorState static void <clinit> () }
com/google/errorprone/bugpatterns/WildcardImport$2.class
WildcardImport.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.WildcardImport$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$tools$javac$code$Kinds$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/DefaultCharset$2.class
DefaultCharset.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.DefaultCharset$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/bugpatterns/CheckReturnValue$2.class
CheckReturnValue.java package com.google.errorprone.bugpatterns synthetic com.google.errorprone.bugpatterns.CheckReturnValue$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$checkreturnvalue$ResultUseRule$RuleScope static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static final synthetic int[] $SwitchMap$com$google$errorprone$bugpatterns$CheckReturnValue$MessageTrailerStyle static void <clinit> () }
com/google/errorprone/bugpatterns/MissingImplementsComparable.class
MissingImplementsComparable.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.MissingImplementsComparable extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final com.google.errorprone.matchers.Matcher COMPARABLE_WITHOUT_OVERRIDE private static final com.google.errorprone.matchers.Matcher IS_COMPARABLE public void <init> () public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state com.sun.source.tree.ClassTree enclosingClass static void <clinit> () }
com/google/errorprone/bugpatterns/TooManyParameters.class
TooManyParameters.java package com.google.errorprone.bugpatterns public com.google.errorprone.bugpatterns.TooManyParameters extends com.google.errorprone.bugpatterns.BugChecker implements com.google.errorprone.bugpatterns.BugChecker$MethodTreeMatcher { private static final int DEFAULT_LIMIT static final String TOO_MANY_PARAMETERS_FLAG_NAME private static final com.google.common.collect.ImmutableSet ANNOTATIONS_TO_IGNORE private final int limit void <init> (com.google.errorprone.ErrorProneFlags) com.google.errorprone.ErrorProneFlags flags public com.google.errorprone.matchers.Description matchMethod (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state int paramCount String message private static boolean shouldApplyApiChecks (com.sun.source.tree.MethodTree, com.google.errorprone.VisitorState) String annotation com.sun.source.tree.MethodTree tree com.google.errorprone.VisitorState state static void <clinit> () }
com/google/errorprone/ErrorProneJavacPlugin.class
ErrorProneJavacPlugin.java package com.google.errorprone public com.google.errorprone.ErrorProneJavacPlugin extends java.lang.Object implements com.sun.source.util.Plugin { public void <init> () public java.lang.String getName () public transient void init (com.sun.source.util.JavacTask, java.lang.String[]) com.sun.source.util.JavacTask javacTask String[] args }
com/google/errorprone/refaster/AutoValue_UTypeParameter.class
AutoValue_UTypeParameter.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UTypeParameter extends com.google.errorprone.refaster.UTypeParameter { private final com.google.errorprone.refaster.StringName name private final com.google.common.collect.ImmutableList bounds private final com.google.common.collect.ImmutableList annotations void <init> (com.google.errorprone.refaster.StringName, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.StringName name com.google.common.collect.ImmutableList bounds com.google.common.collect.ImmutableList annotations public com.google.errorprone.refaster.StringName getName () public com.google.common.collect.ImmutableList getBounds () public com.google.common.collect.ImmutableList getAnnotations () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UTypeParameter that Object o public int hashCode () int h$ public volatile synthetic java.util.List getAnnotations () public volatile synthetic java.util.List getBounds () public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/UFreeIdent$1.class
UFreeIdent.java package com.google.errorprone.refaster com.google.errorprone.refaster.UFreeIdent$1 extends com.sun.source.util.TreeScanner { final synthetic com.google.errorprone.refaster.Unifier val$unifier final synthetic com.google.errorprone.refaster.UFreeIdent this$0 void <init> (com.google.errorprone.refaster.UFreeIdent, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UFreeIdent this$0 public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean left Boolean right public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.google.errorprone.refaster.ULocalVarIdent$Key key com.sun.source.tree.IdentifierTree ident Void v com.sun.tools.javac.code.Symbol identSym public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/refaster/UBlank$1.class
UBlank.java package com.google.errorprone.refaster com.google.errorprone.refaster.UBlank$1 extends com.sun.source.util.TreeScanner { void <init> () public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean l Boolean r public java.lang.Boolean scan (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) Boolean forbidden com.sun.source.tree.Tree t com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/UStaticIdent.class
UStaticIdent.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UStaticIdent extends com.google.errorprone.refaster.UIdent { public void <init> () public static com.google.errorprone.refaster.UStaticIdent create (com.google.errorprone.refaster.UClassIdent, java.lang.CharSequence, com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UClassIdent classIdent CharSequence member com.google.errorprone.refaster.UType memberType public static com.google.errorprone.refaster.UStaticIdent create (java.lang.String, java.lang.CharSequence, com.google.errorprone.refaster.UType) String qualifiedClass CharSequence member com.google.errorprone.refaster.UType memberType public static com.google.errorprone.refaster.UStaticIdent create (com.sun.tools.javac.code.Symbol$ClassSymbol, java.lang.CharSequence, com.google.errorprone.refaster.UType) com.sun.tools.javac.code.Symbol$ClassSymbol classSym CharSequence member com.google.errorprone.refaster.UType memberType abstract com.google.errorprone.refaster.UClassIdent classIdent () public abstract com.google.errorprone.refaster.StringName getName () abstract com.google.errorprone.refaster.UType memberType () public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree node com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.code.Symbol symbol public volatile synthetic com.sun.source.tree.Tree$Kind getKind () public volatile synthetic java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/AutoValue_UPlaceholderExpression.class
AutoValue_UPlaceholderExpression.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UPlaceholderExpression extends com.google.errorprone.refaster.UPlaceholderExpression { private final com.google.errorprone.refaster.PlaceholderMethod placeholder private final com.google.common.collect.ImmutableMap arguments void <init> (com.google.errorprone.refaster.PlaceholderMethod, com.google.common.collect.ImmutableMap) com.google.errorprone.refaster.PlaceholderMethod placeholder com.google.common.collect.ImmutableMap arguments com.google.errorprone.refaster.PlaceholderMethod placeholder () com.google.common.collect.ImmutableMap arguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UPlaceholderExpression that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UPlaceholderStatement.class
AutoValue_UPlaceholderStatement.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UPlaceholderStatement extends com.google.errorprone.refaster.UPlaceholderStatement { private final com.google.errorprone.refaster.PlaceholderMethod placeholder private final com.google.common.collect.ImmutableMap arguments private final com.google.errorprone.refaster.ControlFlowVisitor$Result implementationFlow void <init> (com.google.errorprone.refaster.PlaceholderMethod, com.google.common.collect.ImmutableMap, com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.PlaceholderMethod placeholder com.google.common.collect.ImmutableMap arguments com.google.errorprone.refaster.ControlFlowVisitor$Result implementationFlow com.google.errorprone.refaster.PlaceholderMethod placeholder () com.google.common.collect.ImmutableMap arguments () com.google.errorprone.refaster.ControlFlowVisitor$Result implementationFlow () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UPlaceholderStatement that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_LocalVarBinding.class
AutoValue_LocalVarBinding.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_LocalVarBinding extends com.google.errorprone.refaster.LocalVarBinding { private final com.sun.tools.javac.code.Symbol$VarSymbol symbol private final com.sun.source.tree.ModifiersTree modifiers void <init> (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ModifiersTree) com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.source.tree.ModifiersTree modifiers public com.sun.tools.javac.code.Symbol$VarSymbol getSymbol () public com.sun.source.tree.ModifiersTree getModifiers () public boolean equals (java.lang.Object) com.google.errorprone.refaster.LocalVarBinding that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UAssert.class
UAssert.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UAssert extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.AssertTree { void <init> () static com.google.errorprone.refaster.UAssert create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression condition com.google.errorprone.refaster.UExpression detail public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public abstract com.google.errorprone.refaster.UExpression getCondition () public abstract com.google.errorprone.refaster.UExpression getDetail () public com.google.errorprone.refaster.Choice visitAssert (com.sun.source.tree.AssertTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.AssertTree node com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCStatement inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitAssert (com.sun.source.tree.AssertTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getDetail () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/AutoValue_UMemberReference.class
AutoValue_UMemberReference.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UMemberReference extends com.google.errorprone.refaster.UMemberReference { private final com.sun.source.tree.MemberReferenceTree$ReferenceMode mode private final com.google.errorprone.refaster.UExpression qualifierExpression private final com.google.errorprone.refaster.StringName name private final com.google.common.collect.ImmutableList typeArguments void <init> (com.sun.source.tree.MemberReferenceTree$ReferenceMode, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.StringName, com.google.common.collect.ImmutableList) com.sun.source.tree.MemberReferenceTree$ReferenceMode mode com.google.errorprone.refaster.UExpression qualifierExpression com.google.errorprone.refaster.StringName name com.google.common.collect.ImmutableList typeArguments public com.sun.source.tree.MemberReferenceTree$ReferenceMode getMode () public com.google.errorprone.refaster.UExpression getQualifierExpression () public com.google.errorprone.refaster.StringName getName () public com.google.common.collect.ImmutableList getTypeArguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UMemberReference that Object o public int hashCode () int h$ public volatile synthetic java.util.List getTypeArguments () public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic com.sun.source.tree.ExpressionTree getQualifierExpression () }
com/google/errorprone/refaster/Choice$7.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$7 extends com.google.errorprone.refaster.Choice { final synthetic com.google.errorprone.refaster.Choice val$thisChoice final synthetic com.google.errorprone.refaster.Choice val$other final synthetic com.google.errorprone.refaster.Choice this$0 void <init> (com.google.errorprone.refaster.Choice, com.google.errorprone.refaster.Choice, com.google.errorprone.refaster.Choice) com.google.errorprone.refaster.Choice this$0 protected java.util.Iterator iterator () public java.lang.String toString () }
com/google/errorprone/refaster/UForLoop.class
UForLoop.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UForLoop extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.ForLoopTree { void <init> () public static com.google.errorprone.refaster.UForLoop create (java.lang.Iterable, com.google.errorprone.refaster.UExpression, java.lang.Iterable, com.google.errorprone.refaster.UStatement) Iterable initializer com.google.errorprone.refaster.UExpression condition Iterable update com.google.errorprone.refaster.UStatement statement public abstract com.google.common.collect.ImmutableList getInitializer () public abstract com.google.errorprone.refaster.UExpression getCondition () public abstract com.google.common.collect.ImmutableList getUpdate () public abstract com.google.errorprone.refaster.USimpleStatement getStatement () public com.google.errorprone.refaster.Choice visitForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ForLoopTree loop com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCForLoop inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic java.util.List getUpdate () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () public volatile synthetic java.util.List getInitializer () }
com/google/errorprone/refaster/AutoValue_UTypeApply.class
AutoValue_UTypeApply.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UTypeApply extends com.google.errorprone.refaster.UTypeApply { private final com.google.errorprone.refaster.UExpression type private final com.google.common.collect.ImmutableList typeArguments void <init> (com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.UExpression type com.google.common.collect.ImmutableList typeArguments public com.google.errorprone.refaster.UExpression getType () public com.google.common.collect.ImmutableList getTypeArguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UTypeApply that Object o public int hashCode () int h$ public volatile synthetic java.util.List getTypeArguments () public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/UNewClass.class
UNewClass.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UNewClass extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.NewClassTree { void <init> () public static com.google.errorprone.refaster.UNewClass create (com.google.errorprone.refaster.UExpression, java.util.List, com.google.errorprone.refaster.UExpression, java.util.List, com.google.errorprone.refaster.UClassDecl) com.google.errorprone.refaster.UExpression enclosingExpression java.util.List typeArguments com.google.errorprone.refaster.UExpression identifier java.util.List arguments com.google.errorprone.refaster.UClassDecl classBody public static transient com.google.errorprone.refaster.UNewClass create (java.util.List, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression[]) java.util.List typeArguments com.google.errorprone.refaster.UExpression identifier com.google.errorprone.refaster.UExpression[] arguments public static transient com.google.errorprone.refaster.UNewClass create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression[]) com.google.errorprone.refaster.UExpression identifier com.google.errorprone.refaster.UExpression[] arguments public abstract com.google.errorprone.refaster.UExpression getEnclosingExpression () public abstract com.google.common.collect.ImmutableList getTypeArguments () public abstract com.google.errorprone.refaster.UExpression getIdentifier () public abstract com.google.common.collect.ImmutableList getArguments () public abstract com.google.errorprone.refaster.UClassDecl getClassBody () public com.google.errorprone.refaster.Choice visitNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.NewClassTree newClass com.google.errorprone.refaster.Unifier unifier public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCNewClass inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ClassTree getClassBody () public volatile synthetic java.util.List getArguments () public volatile synthetic com.sun.source.tree.ExpressionTree getIdentifier () public volatile synthetic java.util.List getTypeArguments () public volatile synthetic com.sun.source.tree.ExpressionTree getEnclosingExpression () }
com/google/errorprone/refaster/RefasterRuleBuilderScanner$1.class
RefasterRuleBuilderScanner.java package com.google.errorprone.refaster com.google.errorprone.refaster.RefasterRuleBuilderScanner$1 extends com.google.common.collect.Ordering { void <init> () public int compare (com.sun.source.tree.MethodTree, com.sun.source.tree.MethodTree) com.sun.source.tree.MethodTree l com.sun.source.tree.MethodTree r public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/errorprone/refaster/UTemplater.class
UTemplater.java package com.google.errorprone.refaster public com.google.errorprone.refaster.UTemplater extends com.sun.source.util.SimpleTreeVisitor { public static final com.sun.tools.javac.util.Context$Key REQUIRE_BLOCK_KEY private final com.google.common.collect.ImmutableMap freeVariables private final com.sun.tools.javac.util.Context context private static final com.google.errorprone.refaster.UStaticIdent ANY_OF private static final com.google.errorprone.refaster.UStaticIdent IS_INSTANCE private static final com.google.errorprone.refaster.UStaticIdent CLAZZ private static final com.google.errorprone.refaster.UStaticIdent NEW_ARRAY private static final com.google.errorprone.refaster.UStaticIdent ENUM_VALUE_OF private static final com.google.errorprone.refaster.UStaticIdent AS_VARARGS private final com.sun.tools.javac.code.Type$Visitor typeTemplater public static com.google.errorprone.refaster.Template createTemplate (com.sun.tools.javac.util.Context, com.sun.source.tree.MethodTree) com.google.errorprone.refaster.UForAll forAllType com.google.common.collect.ImmutableList typeParameters com.google.errorprone.refaster.UMethodType methodType com.google.common.collect.ImmutableList typeParameters com.google.errorprone.refaster.UMethodType methodType com.sun.source.tree.ExpressionTree expression com.sun.source.tree.StatementTree statement java.util.List templateStatements com.sun.tools.javac.util.Context context com.sun.source.tree.MethodTree decl com.sun.tools.javac.code.Symbol$MethodSymbol declSym com.google.common.collect.ImmutableClassToInstanceMap annotations com.google.common.collect.ImmutableMap freeExpressionVars com.sun.tools.javac.util.Context subContext com.google.errorprone.refaster.UTemplater templater com.google.common.collect.ImmutableMap expressionVarTypes com.google.errorprone.refaster.UType genericType com.google.common.collect.ImmutableList typeParameters com.google.errorprone.refaster.UMethodType methodType java.util.List bodyStatements public static com.google.common.collect.ImmutableMap freeExpressionVariables (com.sun.source.tree.MethodTree) com.sun.source.tree.VariableTree param com.sun.source.tree.MethodTree templateMethodDecl com.google.common.collect.ImmutableMap$Builder builder public void <init> (java.util.Map, com.sun.tools.javac.util.Context) java.util.Map freeVariables com.sun.tools.javac.util.Context context void <init> (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public com.sun.source.tree.Tree template (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private com.google.common.collect.ImmutableList templateTrees (java.lang.Iterable) com.sun.source.tree.Tree tree Iterable trees com.google.common.collect.ImmutableList$Builder builder private static com.google.common.collect.ImmutableList cast (java.lang.Iterable, java.lang.Class) Object element Iterable elements Class clazz com.google.common.collect.ImmutableList$Builder builder public com.google.errorprone.refaster.UMethodDecl visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.MethodTree decl Void v public com.google.errorprone.refaster.UModifiers visitModifiers (com.sun.source.tree.ModifiersTree, java.lang.Void) com.sun.source.tree.ModifiersTree modifiers Void v public com.google.errorprone.refaster.UExpression template (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree tree private com.google.common.collect.ImmutableList templateExpressions (java.lang.Iterable) com.sun.source.tree.ExpressionTree expression Iterable expressions com.google.common.collect.ImmutableList$Builder builder public com.google.errorprone.refaster.UExpression templateType (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree private com.google.common.collect.ImmutableList templateTypeExpressions (java.lang.Iterable) com.sun.source.tree.Tree type Iterable types com.google.common.collect.ImmutableList$Builder builder public com.google.errorprone.refaster.UInstanceOf visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Void) com.sun.source.tree.InstanceOfTree tree Void v public com.google.errorprone.refaster.UPrimitiveTypeTree visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, java.lang.Void) com.sun.source.tree.PrimitiveTypeTree tree Void v public com.google.errorprone.refaster.ULiteral visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Void) com.sun.source.tree.LiteralTree tree Void v public com.google.errorprone.refaster.UParens visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree tree Void v public com.google.errorprone.refaster.UAssign visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Void) com.sun.source.tree.AssignmentTree tree Void v public com.google.errorprone.refaster.UArrayAccess visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Void) com.sun.source.tree.ArrayAccessTree tree Void v public com.google.errorprone.refaster.UAnnotation visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Void) com.sun.source.tree.AnnotationTree tree Void v public com.google.errorprone.refaster.UAnnotatedType visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, java.lang.Void) com.sun.source.tree.AnnotatedTypeTree tree Void v public com.google.errorprone.refaster.UExpression visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.ExpressionTree selected com.sun.source.tree.MemberSelectTree tree Void v com.sun.tools.javac.code.Symbol sym private com.google.errorprone.refaster.UStaticIdent staticMember (com.sun.tools.javac.code.Symbol) com.sun.tools.javac.code.Symbol symbol private static com.sun.source.tree.Tree getSingleExplicitTypeArgument (com.sun.source.tree.MethodInvocationTree) com.sun.source.tree.MethodInvocationTree tree static boolean anyMatch (com.google.errorprone.refaster.Unifiable, java.lang.Object, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.Unifiable toUnify Object target com.google.errorprone.refaster.Unifier unifier public com.google.errorprone.refaster.UExpression visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Void) com.sun.source.tree.Tree typeArg com.sun.source.tree.Tree typeArg com.sun.source.tree.ExpressionTree lengthArg com.sun.source.tree.Tree typeArg com.sun.source.tree.ExpressionTree strArg com.sun.source.tree.ExpressionTree arg com.sun.source.tree.MethodInvocationTree tree Void v java.util.Map placeholderMethods public com.google.errorprone.refaster.UBinary visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.source.tree.BinaryTree tree Void v public com.google.errorprone.refaster.UAssignOp visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Void) com.sun.source.tree.CompoundAssignmentTree tree Void v public com.google.errorprone.refaster.UUnary visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree tree Void v public com.google.errorprone.refaster.UExpression visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void v public com.google.errorprone.refaster.UNewArray visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Void) com.sun.source.tree.NewArrayTree tree Void v public com.google.errorprone.refaster.UNewClass visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Void) com.sun.source.tree.NewClassTree tree Void v public com.google.errorprone.refaster.UClassDecl visitClass (com.sun.source.tree.ClassTree, java.lang.Void) com.sun.source.tree.MethodTree decl com.sun.source.tree.ClassTree tree Void v com.google.common.collect.ImmutableList$Builder decls public com.google.errorprone.refaster.UArrayTypeTree visitArrayType (com.sun.source.tree.ArrayTypeTree, java.lang.Void) com.sun.source.tree.ArrayTypeTree tree Void v public com.google.errorprone.refaster.UTypeApply visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Void) com.sun.source.tree.ParameterizedTypeTree tree Void v public com.google.errorprone.refaster.UUnionType visitUnionType (com.sun.source.tree.UnionTypeTree, java.lang.Void) com.sun.source.tree.UnionTypeTree tree Void v public com.google.errorprone.refaster.UWildcard visitWildcard (com.sun.source.tree.WildcardTree, java.lang.Void) com.sun.source.tree.WildcardTree tree Void v public com.google.errorprone.refaster.UIntersectionType visitIntersectionType (com.sun.source.tree.IntersectionTypeTree, java.lang.Void) com.sun.source.tree.IntersectionTypeTree tree Void v public com.google.errorprone.refaster.UTypeParameter visitTypeParameter (com.sun.source.tree.TypeParameterTree, java.lang.Void) com.sun.source.tree.TypeParameterTree tree Void v public com.google.errorprone.refaster.UTypeCast visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Void) com.sun.source.tree.TypeCastTree tree Void v public com.google.errorprone.refaster.ULambda visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Void) com.sun.source.tree.LambdaExpressionTree tree Void v public com.google.errorprone.refaster.UMemberReference visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Void) com.sun.source.tree.MemberReferenceTree tree Void v public com.google.errorprone.refaster.UExpression visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) java.util.EnumSet allowed com.sun.tools.javac.code.Symbol$VarSymbol symbol com.google.errorprone.refaster.UExpression ident com.google.errorprone.refaster.annotation.Matches matches com.google.errorprone.refaster.annotation.NotMatches notMatches com.google.errorprone.refaster.annotation.OfKind hasKind com.google.errorprone.refaster.annotation.Repeated repeated com.sun.source.tree.IdentifierTree tree Void v com.sun.tools.javac.code.Symbol sym static java.lang.Class getValue (com.google.errorprone.refaster.annotation.Matches) javax.lang.model.type.DeclaredType type javax.lang.model.type.MirroredTypeException e Exception e com.google.errorprone.refaster.annotation.Matches matches String name static java.lang.Class getValue (com.google.errorprone.refaster.annotation.NotMatches) javax.lang.model.type.DeclaredType type javax.lang.model.type.MirroredTypeException e Exception e com.google.errorprone.refaster.annotation.NotMatches matches String name private static java.lang.Class asSubclass (java.lang.Class, com.google.common.reflect.TypeToken) Class klass com.google.common.reflect.TypeToken token public com.google.errorprone.refaster.UStatement template (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree tree private com.google.common.collect.ImmutableList templateStatements (java.util.List) com.sun.source.tree.StatementTree statement java.util.List statements com.google.common.collect.ImmutableList$Builder builder public com.google.errorprone.refaster.UTry visitTry (com.sun.source.tree.TryTree, java.lang.Void) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree tree Void v com.google.common.collect.ImmutableList resources com.google.errorprone.refaster.UBlock block com.google.common.collect.ImmutableList$Builder catchesBuilder com.google.errorprone.refaster.UBlock finallyBlock public com.google.errorprone.refaster.UCatch visitCatch (com.sun.source.tree.CatchTree, java.lang.Void) com.sun.source.tree.CatchTree tree Void v private com.google.errorprone.refaster.PlaceholderMethod placeholder (com.sun.source.tree.ExpressionTree) com.sun.source.tree.ExpressionTree expr java.util.Map placeholderMethods public com.google.errorprone.refaster.UStatement visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree invocation com.sun.source.tree.ExpressionStatementTree tree Void v com.google.errorprone.refaster.PlaceholderMethod placeholderMethod public com.google.errorprone.refaster.UStatement visitReturn (com.sun.source.tree.ReturnTree, java.lang.Void) com.sun.source.tree.MethodInvocationTree invocation com.sun.source.tree.ReturnTree tree Void v com.google.errorprone.refaster.PlaceholderMethod placeholderMethod public com.google.errorprone.refaster.UWhileLoop visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Void) com.sun.source.tree.WhileLoopTree tree Void v public com.google.errorprone.refaster.UVariableDecl visitVariable (com.sun.source.tree.VariableTree, java.lang.Void) com.sun.source.tree.VariableTree tree Void v public com.google.errorprone.refaster.USkip visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Void) com.sun.source.tree.EmptyStatementTree tree Void v public com.google.errorprone.refaster.UForLoop visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Void) com.sun.source.tree.ForLoopTree tree Void v public com.google.errorprone.refaster.ULabeledStatement visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Void) com.sun.source.tree.LabeledStatementTree tree Void v public com.google.errorprone.refaster.UBreak visitBreak (com.sun.source.tree.BreakTree, java.lang.Void) com.sun.source.tree.BreakTree tree Void v public com.google.errorprone.refaster.UContinue visitContinue (com.sun.source.tree.ContinueTree, java.lang.Void) com.sun.source.tree.ContinueTree tree Void v public com.google.errorprone.refaster.UBlock visitBlock (com.sun.source.tree.BlockTree, java.lang.Void) com.sun.source.tree.BlockTree tree Void v public com.google.errorprone.refaster.UThrow visitThrow (com.sun.source.tree.ThrowTree, java.lang.Void) com.sun.source.tree.ThrowTree tree Void v public com.google.errorprone.refaster.UDoWhileLoop visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Void) com.sun.source.tree.DoWhileLoopTree tree Void v public com.google.errorprone.refaster.UEnhancedForLoop visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Void) com.sun.source.tree.EnhancedForLoopTree tree Void v public com.google.errorprone.refaster.USynchronized visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Void) com.sun.source.tree.SynchronizedTree tree Void v public com.google.errorprone.refaster.UIf visitIf (com.sun.source.tree.IfTree, java.lang.Void) com.sun.source.tree.IfTree tree Void v public com.google.errorprone.refaster.UAssert visitAssert (com.sun.source.tree.AssertTree, java.lang.Void) com.sun.source.tree.AssertTree tree Void v protected com.google.errorprone.refaster.UTree defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree tree Void v public com.google.errorprone.refaster.UType template (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type java.util.List templateTypes (java.lang.Iterable) com.sun.tools.javac.code.Type ty Iterable types com.google.common.collect.ImmutableList$Builder builder public static com.google.common.collect.ImmutableClassToInstanceMap annotationMap (com.sun.tools.javac.code.Symbol) Class annotationClazz String friendlyMessage ClassNotFoundException e String annotationClassName com.sun.tools.javac.code.Attribute$Compound compound com.sun.tools.javac.code.Symbol symbol com.google.common.collect.ImmutableClassToInstanceMap$Builder builder private static java.lang.String classNameFrom (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type String typeName String className public volatile synthetic java.lang.Object visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Object) public volatile synthetic java.lang.Object visitModifiers (com.sun.source.tree.ModifiersTree, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (com.sun.source.tree.WildcardTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeParameter (com.sun.source.tree.TypeParameterTree, java.lang.Object) public volatile synthetic java.lang.Object visitIntersectionType (com.sun.source.tree.IntersectionTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnionType (com.sun.source.tree.UnionTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.source.tree.ArrayTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, java.lang.Object) public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssert (com.sun.source.tree.AssertTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitContinue (com.sun.source.tree.ContinueTree, java.lang.Object) public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) private static synthetic com.google.errorprone.refaster.UType lambda$createTemplate$0 (com.google.errorprone.refaster.UTemplater, com.sun.tools.javac.code.Symbol$VarSymbol) com.google.errorprone.refaster.UTemplater templater com.sun.tools.javac.code.Symbol$VarSymbol sym static void <clinit> () com.google.errorprone.refaster.UTypeVar tVar com.google.errorprone.refaster.UTypeVar eVar }
com/google/errorprone/refaster/ImportPolicy$3.class
ImportPolicy.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ImportPolicy$3 extends com.google.errorprone.refaster.ImportPolicy { private void <init> (java.lang.String, int) public com.sun.tools.javac.tree.JCTree$JCExpression classReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence) com.google.errorprone.refaster.Inliner inliner CharSequence topLevelClazz CharSequence fullyQualifiedClazz public com.sun.tools.javac.tree.JCTree$JCExpression staticReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence, java.lang.CharSequence) com.google.errorprone.refaster.Inliner inliner CharSequence topLevelClazz CharSequence fullyQualifiedClazz CharSequence member String importableName }
com/google/errorprone/refaster/UAssignOp.class
UAssignOp.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UAssignOp extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.CompoundAssignmentTree { private static final com.google.common.collect.ImmutableBiMap TAG void <init> () public static com.google.errorprone.refaster.UAssignOp create (com.google.errorprone.refaster.UExpression, com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression variable com.sun.source.tree.Tree$Kind operator com.google.errorprone.refaster.UExpression expression public abstract com.google.errorprone.refaster.UExpression getVariable () public abstract com.sun.source.tree.Tree$Kind getKind () public abstract com.google.errorprone.refaster.UExpression getExpression () public com.sun.tools.javac.tree.JCTree$JCAssignOp inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.google.errorprone.refaster.Choice visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.CompoundAssignmentTree assignOp com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getVariable () static void <clinit> () }
com/google/errorprone/refaster/UMemberSelect.class
UMemberSelect.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UMemberSelect extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.MemberSelectTree { public static final String CONVERT_TO_IDENT public void <init> () public static com.google.errorprone.refaster.UMemberSelect create (com.google.errorprone.refaster.UExpression, java.lang.CharSequence, com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UExpression expression CharSequence identifier com.google.errorprone.refaster.UType type public abstract com.google.errorprone.refaster.UExpression getExpression () public abstract com.google.errorprone.refaster.StringName getIdentifier () abstract com.google.errorprone.refaster.UType type () public com.google.errorprone.refaster.Choice visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.MemberSelectTree fieldAccess com.google.errorprone.refaster.Unifier unifier public com.google.errorprone.refaster.Choice visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.tree.JCTree$JCExpression thisIdent com.sun.source.tree.IdentifierTree ident com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.code.Symbol sym public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.tree.JCTree$JCExpression expression public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic javax.lang.model.element.Name getIdentifier () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/Unifier.class
Unifier.java package com.google.errorprone.refaster public final com.google.errorprone.refaster.Unifier extends java.lang.Object { private final com.google.errorprone.refaster.Bindings bindings private final com.sun.tools.javac.util.Context context public void <init> (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context private void <init> (com.sun.tools.javac.util.Context, com.google.errorprone.refaster.Bindings) com.sun.tools.javac.util.Context context com.google.errorprone.refaster.Bindings bindings public com.google.errorprone.refaster.Unifier fork () public com.sun.tools.javac.code.Types types () public com.sun.tools.javac.tree.JCTree$JCExpression thisExpression (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type public com.google.errorprone.refaster.Inliner createInliner () public java.lang.Object getBinding (com.google.errorprone.refaster.Bindings$Key) com.google.errorprone.refaster.Bindings$Key key public java.lang.Object putBinding (com.google.errorprone.refaster.Bindings$Key, java.lang.Object) com.google.errorprone.refaster.Bindings$Key key Object value public java.lang.Object replaceBinding (com.google.errorprone.refaster.Bindings$Key, java.lang.Object) com.google.errorprone.refaster.Bindings$Key key Object value public void clearBinding (com.google.errorprone.refaster.Bindings$Key) com.google.errorprone.refaster.Bindings$Key key public com.google.errorprone.refaster.Bindings getBindings () public com.sun.tools.javac.util.Context getContext () public java.lang.String toString () public static com.google.common.base.Function unifications (com.google.errorprone.refaster.Unifiable, java.lang.Object) com.google.errorprone.refaster.Unifiable unifiable Object target public static com.google.errorprone.refaster.Choice unifyNullable (com.google.errorprone.refaster.Unifier, com.google.errorprone.refaster.Unifiable, java.lang.Object) com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Unifiable unifiable Object target public static com.google.common.base.Function unifications (java.util.List, java.util.List) java.util.List toUnify java.util.List targets public static com.google.common.base.Function unifications (java.util.List, java.util.List, boolean) java.util.List toUnify java.util.List targets boolean allowVarargs public static com.google.errorprone.refaster.Choice unifyList (com.google.errorprone.refaster.Unifier, java.util.List, java.util.List) com.google.errorprone.refaster.Unifier unifier java.util.List toUnify java.util.List targets public static com.google.errorprone.refaster.Choice unifyList (com.google.errorprone.refaster.Unifier, java.util.List, java.util.List, boolean) com.google.errorprone.refaster.URepeated repeated int startIndex com.google.errorprone.refaster.Unifiable toUnifyNext com.google.errorprone.refaster.Unifier unifier java.util.List toUnify java.util.List targets boolean allowVarargs com.google.errorprone.refaster.Choice choice int index private static synthetic com.google.errorprone.refaster.Choice lambda$unifications$1 (java.util.List, java.util.List, boolean, com.google.errorprone.refaster.Unifier) java.util.List toUnify java.util.List targets boolean allowVarargs com.google.errorprone.refaster.Unifier unifier private static synthetic com.google.errorprone.refaster.Choice lambda$unifications$0 (com.google.errorprone.refaster.Unifiable, java.lang.Object, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.Unifiable unifiable Object target com.google.errorprone.refaster.Unifier unifier }
com/google/errorprone/refaster/UThrow.class
UThrow.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UThrow extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.ThrowTree { void <init> () public static com.google.errorprone.refaster.UThrow create (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public abstract com.google.errorprone.refaster.UExpression getExpression () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.Choice visitThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ThrowTree throwStmt com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCThrow inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/UPrimitiveType.class
UPrimitiveType.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UPrimitiveType extends com.google.errorprone.refaster.UType { private static final com.google.common.collect.ImmutableSet HONORARY_PRIMITIVES public static final com.google.errorprone.refaster.UPrimitiveType BYTE public static final com.google.errorprone.refaster.UPrimitiveType SHORT public static final com.google.errorprone.refaster.UPrimitiveType INT public static final com.google.errorprone.refaster.UPrimitiveType LONG public static final com.google.errorprone.refaster.UPrimitiveType FLOAT public static final com.google.errorprone.refaster.UPrimitiveType DOUBLE public static final com.google.errorprone.refaster.UPrimitiveType BOOLEAN public static final com.google.errorprone.refaster.UPrimitiveType CHAR public static final com.google.errorprone.refaster.UPrimitiveType NULL public static final com.google.errorprone.refaster.UPrimitiveType VOID void <init> () public static com.google.errorprone.refaster.UPrimitiveType create (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind typeKind public abstract javax.lang.model.type.TypeKind getKind () public static boolean isDeFactoPrimitive (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind kind public com.google.errorprone.refaster.Choice visitType (com.sun.tools.javac.code.Type, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type target com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.code.Type inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.code.Symtab symtab public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/AutoValue_UNewClass.class
AutoValue_UNewClass.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UNewClass extends com.google.errorprone.refaster.UNewClass { private final com.google.errorprone.refaster.UExpression enclosingExpression private final com.google.common.collect.ImmutableList typeArguments private final com.google.errorprone.refaster.UExpression identifier private final com.google.common.collect.ImmutableList arguments private final com.google.errorprone.refaster.UClassDecl classBody void <init> (com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UClassDecl) com.google.errorprone.refaster.UExpression enclosingExpression com.google.common.collect.ImmutableList typeArguments com.google.errorprone.refaster.UExpression identifier com.google.common.collect.ImmutableList arguments com.google.errorprone.refaster.UClassDecl classBody public com.google.errorprone.refaster.UExpression getEnclosingExpression () public com.google.common.collect.ImmutableList getTypeArguments () public com.google.errorprone.refaster.UExpression getIdentifier () public com.google.common.collect.ImmutableList getArguments () public com.google.errorprone.refaster.UClassDecl getClassBody () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UNewClass that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ClassTree getClassBody () public volatile synthetic java.util.List getArguments () public volatile synthetic com.sun.source.tree.ExpressionTree getIdentifier () public volatile synthetic java.util.List getTypeArguments () public volatile synthetic com.sun.source.tree.ExpressionTree getEnclosingExpression () }
com/google/errorprone/refaster/ControlFlowVisitor$Result.class
ControlFlowVisitor.java package com.google.errorprone.refaster public abstract enum com.google.errorprone.refaster.ControlFlowVisitor$Result extends java.lang.Enum { public static final enum com.google.errorprone.refaster.ControlFlowVisitor$Result NEVER_EXITS public static final enum com.google.errorprone.refaster.ControlFlowVisitor$Result MAY_BREAK_OR_RETURN public static final enum com.google.errorprone.refaster.ControlFlowVisitor$Result MAY_RETURN public static final enum com.google.errorprone.refaster.ControlFlowVisitor$Result ALWAYS_RETURNS private static final synthetic com.google.errorprone.refaster.ControlFlowVisitor$Result[] $VALUES public static com.google.errorprone.refaster.ControlFlowVisitor$Result[] values () public static com.google.errorprone.refaster.ControlFlowVisitor$Result valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract com.google.errorprone.refaster.ControlFlowVisitor$Result or (com.google.errorprone.refaster.ControlFlowVisitor$Result) abstract com.google.errorprone.refaster.ControlFlowVisitor$Result then (com.google.errorprone.refaster.ControlFlowVisitor$Result) private static synthetic com.google.errorprone.refaster.ControlFlowVisitor$Result[] $values () static void <clinit> () }
com/google/errorprone/refaster/UDoWhileLoop.class
UDoWhileLoop.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UDoWhileLoop extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.DoWhileLoopTree { void <init> () public static com.google.errorprone.refaster.UDoWhileLoop create (com.google.errorprone.refaster.UStatement, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UStatement body com.google.errorprone.refaster.UExpression condition public abstract com.google.errorprone.refaster.USimpleStatement getStatement () public abstract com.google.errorprone.refaster.UExpression getCondition () public com.google.errorprone.refaster.Choice visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.DoWhileLoopTree loop com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCDoWhileLoop inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/AutoValue_UMatches.class
AutoValue_UMatches.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UMatches extends com.google.errorprone.refaster.UMatches { private final boolean positive private final Class matcherClass private final com.google.errorprone.refaster.UExpression expression void <init> (boolean, java.lang.Class, com.google.errorprone.refaster.UExpression) boolean positive Class matcherClass com.google.errorprone.refaster.UExpression expression boolean positive () java.lang.Class matcherClass () com.google.errorprone.refaster.UExpression expression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UMatches that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UMemberSelect.class
AutoValue_UMemberSelect.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UMemberSelect extends com.google.errorprone.refaster.UMemberSelect { private final com.google.errorprone.refaster.UExpression getExpression private final com.google.errorprone.refaster.StringName getIdentifier private final com.google.errorprone.refaster.UType type void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.StringName, com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UExpression getExpression com.google.errorprone.refaster.StringName getIdentifier com.google.errorprone.refaster.UType type public com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.StringName getIdentifier () com.google.errorprone.refaster.UType type () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UMemberSelect that Object o public int hashCode () int h$ public volatile synthetic javax.lang.model.element.Name getIdentifier () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/UMatches.class
UMatches.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UMatches extends com.google.errorprone.refaster.UExpression { private transient com.google.errorprone.matchers.Matcher matcher void <init> () public static com.google.errorprone.refaster.UMatches create (java.lang.Class, boolean, com.google.errorprone.refaster.UExpression) Class matcherClass boolean positive com.google.errorprone.refaster.UExpression expression abstract boolean positive () abstract java.lang.Class matcherClass () abstract com.google.errorprone.refaster.UExpression expression () protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree target com.google.errorprone.refaster.Unifier unifier com.sun.source.tree.Tree exprTarget public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () private boolean matches (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree target com.google.errorprone.refaster.Unifier unifier static java.lang.Object makeMatcher (java.lang.Class) ReflectiveOperationException e Class klass static com.google.errorprone.VisitorState makeVisitorState (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree target com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.util.Context context com.google.errorprone.VisitorState state com.sun.source.util.TreePath path public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) private synthetic boolean lambda$defaultAction$0 (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree exprTarget com.google.errorprone.refaster.Unifier success }
com/google/errorprone/refaster/UCatch.class
UCatch.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UCatch extends com.google.errorprone.refaster.UTree implements com.sun.source.tree.CatchTree { void <init> () static com.google.errorprone.refaster.UCatch create (com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.UBlock) com.google.errorprone.refaster.UVariableDecl parameter com.google.errorprone.refaster.UBlock block public abstract com.google.errorprone.refaster.UVariableDecl getParameter () public abstract com.google.errorprone.refaster.UBlock getBlock () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCCatch inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitCatch (com.sun.source.tree.CatchTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.CatchTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) public volatile synthetic com.sun.source.tree.BlockTree getBlock () public volatile synthetic com.sun.source.tree.VariableTree getParameter () }
com/google/errorprone/refaster/AutoValue_UAssert.class
AutoValue_UAssert.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UAssert extends com.google.errorprone.refaster.UAssert { private final com.google.errorprone.refaster.UExpression condition private final com.google.errorprone.refaster.UExpression detail void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression condition com.google.errorprone.refaster.UExpression detail public com.google.errorprone.refaster.UExpression getCondition () public com.google.errorprone.refaster.UExpression getDetail () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UAssert that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getDetail () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/ControlFlowVisitor$1.class
ControlFlowVisitor.java package com.google.errorprone.refaster synthetic com.google.errorprone.refaster.ControlFlowVisitor$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$refaster$ControlFlowVisitor$Result static void <clinit> () }
com/google/errorprone/refaster/AutoValue_UPlaceholderStatement_ConsumptionState.class
AutoValue_UPlaceholderStatement_ConsumptionState.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UPlaceholderStatement_ConsumptionState extends com.google.errorprone.refaster.UPlaceholderStatement$ConsumptionState { private final int consumedStatements private final com.sun.tools.javac.util.List placeholderImplInReverseOrder void <init> (int, com.sun.tools.javac.util.List) int consumedStatements com.sun.tools.javac.util.List placeholderImplInReverseOrder int consumedStatements () com.sun.tools.javac.util.List placeholderImplInReverseOrder () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UPlaceholderStatement$ConsumptionState that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UClassIdent.class
AutoValue_UClassIdent.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UClassIdent extends com.google.errorprone.refaster.UClassIdent { private final String topLevelClass private final com.google.errorprone.refaster.StringName name void <init> (java.lang.String, com.google.errorprone.refaster.StringName) String topLevelClass com.google.errorprone.refaster.StringName name public java.lang.String getTopLevelClass () public com.google.errorprone.refaster.StringName getName () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UClassIdent that Object o public int hashCode () int h$ public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/UMemberReference.class
UMemberReference.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UMemberReference extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.MemberReferenceTree { void <init> () public static com.google.errorprone.refaster.UMemberReference create (com.sun.source.tree.MemberReferenceTree$ReferenceMode, com.google.errorprone.refaster.UExpression, java.lang.CharSequence, java.lang.Iterable) com.sun.source.tree.MemberReferenceTree$ReferenceMode mode com.google.errorprone.refaster.UExpression qualifierExpression CharSequence name Iterable typeArguments public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.google.errorprone.refaster.Choice visitMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.MemberReferenceTree node com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCMemberReference inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public abstract com.sun.source.tree.MemberReferenceTree$ReferenceMode getMode () public abstract com.google.errorprone.refaster.UExpression getQualifierExpression () public abstract com.google.errorprone.refaster.StringName getName () public abstract com.google.common.collect.ImmutableList getTypeArguments () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.util.List getTypeArguments () public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic com.sun.source.tree.ExpressionTree getQualifierExpression () }
com/google/errorprone/refaster/Choice$8.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$8 extends com.google.errorprone.refaster.Choice { final synthetic com.google.errorprone.refaster.Choice val$thisChoice final synthetic com.google.common.base.Predicate val$predicate final synthetic com.google.errorprone.refaster.Choice this$0 void <init> (com.google.errorprone.refaster.Choice, com.google.errorprone.refaster.Choice, com.google.common.base.Predicate) com.google.errorprone.refaster.Choice this$0 protected java.util.Iterator iterator () public java.lang.String toString () }
com/google/errorprone/refaster/ImportPolicy$WhichImports.class
ImportPolicy.java package com.google.errorprone.refaster abstract enum com.google.errorprone.refaster.ImportPolicy$WhichImports extends java.lang.Enum { public static final enum com.google.errorprone.refaster.ImportPolicy$WhichImports STATIC public static final enum com.google.errorprone.refaster.ImportPolicy$WhichImports NON_STATIC private static final synthetic com.google.errorprone.refaster.ImportPolicy$WhichImports[] $VALUES public static com.google.errorprone.refaster.ImportPolicy$WhichImports[] values () public static com.google.errorprone.refaster.ImportPolicy$WhichImports valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.util.stream.Stream getExistingImports (com.google.errorprone.refaster.Inliner) abstract boolean existingImportMatches (com.sun.tools.javac.tree.JCTree$JCImport) private static synthetic com.google.errorprone.refaster.ImportPolicy$WhichImports[] $values () static void <clinit> () }
com/google/errorprone/refaster/AutoValue_UConditional.class
AutoValue_UConditional.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UConditional extends com.google.errorprone.refaster.UConditional { private final com.google.errorprone.refaster.UExpression condition private final com.google.errorprone.refaster.UExpression trueExpression private final com.google.errorprone.refaster.UExpression falseExpression void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression condition com.google.errorprone.refaster.UExpression trueExpression com.google.errorprone.refaster.UExpression falseExpression public com.google.errorprone.refaster.UExpression getCondition () public com.google.errorprone.refaster.UExpression getTrueExpression () public com.google.errorprone.refaster.UExpression getFalseExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UConditional that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getFalseExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getTrueExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/annotation/MayOptionallyUse.class
MayOptionallyUse.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.MayOptionallyUse extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/refaster/annotation/AllowCodeBetweenLines.class
AllowCodeBetweenLines.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.AllowCodeBetweenLines extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/refaster/annotation/RequiredAnnotationProcessor$1.class
RequiredAnnotationProcessor.java package com.google.errorprone.refaster.annotation com.google.errorprone.refaster.annotation.RequiredAnnotationProcessor$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor7 { final synthetic javax.lang.model.element.Element val$element final synthetic javax.lang.model.element.AnnotationMirror val$annotation final synthetic com.google.errorprone.refaster.annotation.RequiredAnnotationProcessor this$0 void <init> (com.google.errorprone.refaster.annotation.RequiredAnnotationProcessor, javax.lang.model.element.Element, javax.lang.model.element.AnnotationMirror) com.google.errorprone.refaster.annotation.RequiredAnnotationProcessor this$0 public java.lang.Void visitType (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Void visitArray (java.util.List, java.lang.Void) javax.lang.model.element.AnnotationValue val java.util.List vals Void p public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/errorprone/refaster/annotation/RequiredAnnotationProcessor.class
RequiredAnnotationProcessor.java package com.google.errorprone.refaster.annotation public final com.google.errorprone.refaster.annotation.RequiredAnnotationProcessor extends javax.annotation.processing.AbstractProcessor { public void <init> () public boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnv private javax.lang.model.element.AnnotationMirror getAnnotationMirror (javax.lang.model.element.Element, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationMirror mirror javax.lang.model.element.Element element javax.lang.model.type.TypeMirror annotationType private javax.lang.model.element.AnnotationValue getAnnotationValue (javax.lang.model.element.AnnotationMirror, java.lang.String) java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror mirror String key private void validateElements (java.lang.Iterable) javax.lang.model.element.Element element Iterable elements private void validateElement (javax.lang.model.element.Element) javax.lang.model.element.AnnotationMirror requiredAnnotationMirror javax.lang.model.element.AnnotationValue value javax.lang.model.element.AnnotationMirror annotation javax.lang.model.element.Element element javax.lang.model.type.TypeMirror requiredAnnotationTypeMirror private transient void printError (javax.lang.model.element.Element, javax.lang.model.element.AnnotationMirror, java.lang.String, java.lang.Object[]) javax.lang.model.element.Element element javax.lang.model.element.AnnotationMirror annotation String message Object[] args public javax.lang.model.SourceVersion getSupportedSourceVersion () }
com/google/errorprone/refaster/annotation/AlsoNegation.class
AlsoNegation.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.AlsoNegation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/refaster/annotation/NotMatches.class
NotMatches.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.NotMatches extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
com/google/errorprone/refaster/annotation/AfterTemplate.class
AfterTemplate.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.AfterTemplate extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/refaster/annotation/OfKind.class
OfKind.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.OfKind extends java.lang.Object implements java.lang.annotation.Annotation { public abstract com.sun.source.tree.Tree$Kind[] value () }
com/google/errorprone/refaster/annotation/Placeholder.class
Placeholder.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.Placeholder extends java.lang.Object implements java.lang.annotation.Annotation { public abstract boolean allowsIdentity () }
com/google/errorprone/refaster/annotation/RequiredAnnotation.class
RequiredAnnotation.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.RequiredAnnotation extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
com/google/errorprone/refaster/annotation/Matches.class
Matches.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.Matches extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class value () }
com/google/errorprone/refaster/annotation/NoAutoboxing.class
NoAutoboxing.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.NoAutoboxing extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/refaster/annotation/Repeated.class
Repeated.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.Repeated extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/refaster/annotation/UseImportPolicy.class
UseImportPolicy.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.UseImportPolicy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract com.google.errorprone.refaster.ImportPolicy value () }
com/google/errorprone/refaster/annotation/BeforeTemplate.class
BeforeTemplate.java package com.google.errorprone.refaster.annotation public abstract annotation com.google.errorprone.refaster.annotation.BeforeTemplate extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/refaster/UNewArray.class
UNewArray.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UNewArray extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.NewArrayTree { void <init> () public static com.google.errorprone.refaster.UNewArray create (com.google.errorprone.refaster.UExpression, java.util.List, java.util.List) com.google.errorprone.refaster.UExpression type java.util.List dimensions java.util.List initializers public abstract com.google.errorprone.refaster.UExpression getType () public abstract com.google.common.collect.ImmutableList getDimensions () public abstract com.google.common.collect.ImmutableList getInitializers () public com.google.errorprone.refaster.Choice visitNewArray (com.sun.source.tree.NewArrayTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.NewArrayTree newArray com.google.errorprone.refaster.Unifier unifier boolean hasRepeated public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCNewArray inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.util.List getAnnotations () public java.util.List getDimAnnotations () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Object) public volatile synthetic java.util.List getInitializers () public volatile synthetic java.util.List getDimensions () public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/Choice$6.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$6 extends com.google.errorprone.refaster.Choice { final synthetic com.google.errorprone.refaster.Choice val$thisChoice final synthetic com.google.common.base.Function val$function final synthetic com.google.errorprone.refaster.Choice this$0 void <init> (com.google.errorprone.refaster.Choice, com.google.errorprone.refaster.Choice, com.google.common.base.Function) com.google.errorprone.refaster.Choice this$0 protected java.util.Iterator iterator () }
com/google/errorprone/refaster/UVariableDecl.class
UVariableDecl.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UVariableDecl extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.VariableTree { public void <init> () public static com.google.errorprone.refaster.UVariableDecl create (java.lang.CharSequence, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) CharSequence identifier com.google.errorprone.refaster.UExpression type com.google.errorprone.refaster.UExpression initializer public static com.google.errorprone.refaster.UVariableDecl create (java.lang.CharSequence, com.google.errorprone.refaster.UExpression) CharSequence identifier com.google.errorprone.refaster.UExpression type public abstract com.google.errorprone.refaster.StringName getName () public abstract com.google.errorprone.refaster.UExpression getType () public abstract com.google.errorprone.refaster.UExpression getInitializer () com.google.errorprone.refaster.ULocalVarIdent$Key key () public com.google.errorprone.refaster.Choice visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.VariableTree decl com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCVariableDecl inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.sun.tools.javac.tree.JCTree$JCVariableDecl inlineImplicitType (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner private com.sun.tools.javac.tree.JCTree$JCVariableDecl inline (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.sun.tools.javac.tree.JCTree$JCModifiers modifiers com.sun.tools.javac.util.Name name com.google.errorprone.refaster.UExpression type com.google.errorprone.refaster.Inliner inliner com.google.common.base.Optional binding com.sun.tools.javac.tree.JCTree$JCModifiers modifiers com.sun.tools.javac.util.Name name com.sun.tools.javac.tree.TreeMaker maker public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.ModifiersTree getModifiers () public com.sun.source.tree.ExpressionTree getNameExpression () public volatile synthetic com.google.errorprone.refaster.Choice apply (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) public volatile synthetic com.sun.tools.javac.util.List inlineStatements (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getInitializer () public volatile synthetic com.sun.source.tree.Tree getType () public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/ImportPolicy$WhichImports$1.class
ImportPolicy.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ImportPolicy$WhichImports$1 extends com.google.errorprone.refaster.ImportPolicy$WhichImports { private void <init> (java.lang.String, int) java.util.stream.Stream getExistingImports (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner boolean existingImportMatches (com.sun.tools.javac.tree.JCTree$JCImport) com.sun.tools.javac.tree.JCTree$JCImport jcImport }
com/google/errorprone/refaster/ULambda.class
ULambda.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.ULambda extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.LambdaExpressionTree { void <init> () public static com.google.errorprone.refaster.ULambda create (com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind, java.lang.Iterable, com.google.errorprone.refaster.UTree) com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind parameterKind Iterable parameters com.google.errorprone.refaster.UTree body public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.google.errorprone.refaster.Choice visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.LambdaExpressionTree node com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCLambda inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.sun.tools.javac.util.List inlineParams (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.UVariableDecl param com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.ListBuffer params com.sun.tools.javac.tree.JCTree inlineBody (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.sun.tools.javac.util.List blockInlined com.google.errorprone.refaster.UPlaceholderExpression body com.google.common.base.Optional blockBinding com.google.errorprone.refaster.Inliner inliner abstract com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind parameterKind () public abstract com.google.common.collect.ImmutableList getParameters () public abstract com.google.errorprone.refaster.UTree getBody () public com.sun.source.tree.LambdaExpressionTree$BodyKind getBodyKind () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic com.sun.source.tree.Tree getBody () public volatile synthetic java.util.List getParameters () }
com/google/errorprone/refaster/UMethodType.class
UMethodType.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UMethodType extends com.google.errorprone.refaster.UType { public void <init> () public static transient com.google.errorprone.refaster.UMethodType create (com.google.errorprone.refaster.UType, com.google.errorprone.refaster.UType[]) com.google.errorprone.refaster.UType returnType com.google.errorprone.refaster.UType[] parameterTypes public static com.google.errorprone.refaster.UMethodType create (com.google.errorprone.refaster.UType, java.util.List) com.google.errorprone.refaster.UType returnType java.util.List parameterTypes public abstract com.google.errorprone.refaster.UType getReturnType () public abstract com.google.common.collect.ImmutableList getParameterTypes () public com.google.errorprone.refaster.Choice visitMethodType (com.sun.tools.javac.code.Type$MethodType, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type$MethodType methodTy com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.code.Type$MethodType inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitMethodType (com.sun.tools.javac.code.Type$MethodType, java.lang.Object) }
com/google/errorprone/refaster/UWhileLoop.class
UWhileLoop.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UWhileLoop extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.WhileLoopTree { void <init> () public static com.google.errorprone.refaster.UWhileLoop create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UStatement) com.google.errorprone.refaster.UExpression condition com.google.errorprone.refaster.UStatement body public abstract com.google.errorprone.refaster.UExpression getCondition () public abstract com.google.errorprone.refaster.USimpleStatement getStatement () public com.sun.tools.javac.tree.JCTree$JCWhileLoop inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.WhileLoopTree loop com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/Inlineable.class
Inlineable.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.Inlineable extends java.lang.Object { public abstract java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException }
com/google/errorprone/refaster/ULocalVarIdent$Key.class
ULocalVarIdent.java package com.google.errorprone.refaster final com.google.errorprone.refaster.ULocalVarIdent$Key extends com.google.errorprone.refaster.Bindings$Key { void <init> (java.lang.CharSequence) CharSequence name }
com/google/errorprone/refaster/URepeated$Key.class
URepeated.java package com.google.errorprone.refaster public final com.google.errorprone.refaster.URepeated$Key extends com.google.errorprone.refaster.Bindings$Key { public void <init> (java.lang.String) String name }
com/google/errorprone/refaster/UForAll.class
UForAll.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UForAll extends com.google.errorprone.refaster.UType { public void <init> () public static com.google.errorprone.refaster.UForAll create (java.util.List, com.google.errorprone.refaster.UType) java.util.List typeVars com.google.errorprone.refaster.UType quantifiedType public abstract com.google.common.collect.ImmutableList getTypeVars () public abstract com.google.errorprone.refaster.UType getQuantifiedType () public com.google.errorprone.refaster.Choice visitForAll (com.sun.tools.javac.code.Type$ForAll, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type myType com.google.errorprone.refaster.CouldNotResolveImportException e com.sun.tools.javac.code.Type$ForAll target com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.code.Types types public com.sun.tools.javac.code.Type inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitForAll (com.sun.tools.javac.code.Type$ForAll, java.lang.Object) }
com/google/errorprone/refaster/UTemplater$2.class
UTemplater.java package com.google.errorprone.refaster com.google.errorprone.refaster.UTemplater$2 extends com.google.common.reflect.TypeToken { void <init> () }
com/google/errorprone/refaster/Refaster.class
Refaster.java package com.google.errorprone.refaster public com.google.errorprone.refaster.Refaster extends java.lang.Object { private void <init> () public static java.lang.Object[] asVarargs (java.lang.Object) Object arg public static transient java.lang.Object anyOf (java.lang.Object[]) Object[] expressions public static boolean isInstance (java.lang.Object) Object o public static java.lang.Object[] newArray (int) int size public static java.lang.Class clazz () public static java.lang.Enum enumValueOf (java.lang.String) String string public static java.lang.Object emitCommentBefore (java.lang.String, java.lang.Object) String literal Object expression public static void emitComment (java.lang.String) String literal }
com/google/errorprone/refaster/UPlaceholderExpression.class
UPlaceholderExpression.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UPlaceholderExpression extends com.google.errorprone.refaster.UExpression { public void <init> () static com.google.errorprone.refaster.UPlaceholderExpression create (com.google.errorprone.refaster.PlaceholderMethod, java.lang.Iterable) int i com.google.errorprone.refaster.PlaceholderMethod placeholder Iterable arguments com.google.common.collect.ImmutableList placeholderParams com.google.common.collect.ImmutableList argumentsList com.google.common.collect.ImmutableMap$Builder builder abstract com.google.errorprone.refaster.PlaceholderMethod placeholder () abstract com.google.common.collect.ImmutableMap arguments () static com.sun.tools.javac.tree.TreeCopier copier (java.util.Map, com.google.errorprone.refaster.Inliner) java.util.Map arguments com.google.errorprone.refaster.Inliner inliner public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.UPlaceholderExpression$UncheckedCouldNotResolveImportException e com.google.errorprone.refaster.Inliner inliner public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public boolean reverify (com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.Unifier unifier protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree node com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.tree.JCTree$JCExpression expr com.google.errorprone.refaster.PlaceholderVerificationVisitor verification com.google.errorprone.refaster.Choice states public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) private synthetic com.google.common.base.Optional lambda$defaultAction$0 (com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.Unifier resultUnifier com.sun.tools.javac.tree.JCTree$JCExpression prevBinding com.sun.tools.javac.tree.JCTree$JCExpression result com.sun.tools.javac.tree.JCTree$JCExpression expr com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state }
com/google/errorprone/refaster/UExpressionStatement.class
UExpressionStatement.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UExpressionStatement extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.ExpressionStatementTree { void <init> () public static com.google.errorprone.refaster.UExpressionStatement create (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public abstract com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.Choice visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ExpressionStatementTree expressionStatement com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCExpressionStatement inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/ExpressionTemplate$1.class
ExpressionTemplate.java package com.google.errorprone.refaster com.google.errorprone.refaster.ExpressionTemplate$1 extends com.sun.source.util.TreeScanner { void <init> () public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean a Boolean b public java.lang.Boolean visitOther (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree t com.google.errorprone.refaster.Unifier u public volatile synthetic java.lang.Object visitOther (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) }
com/google/errorprone/refaster/AutoValue_UStatement_UnifierWithUnconsumedStatements.class
AutoValue_UStatement_UnifierWithUnconsumedStatements.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UStatement_UnifierWithUnconsumedStatements extends com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements { private final com.google.errorprone.refaster.Unifier unifier private final com.google.common.collect.ImmutableList unconsumedStatements void <init> (com.google.errorprone.refaster.Unifier, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.Unifier unifier com.google.common.collect.ImmutableList unconsumedStatements public com.google.errorprone.refaster.Unifier unifier () public com.google.common.collect.ImmutableList unconsumedStatements () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/Choice$5.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$5 extends com.google.errorprone.refaster.Choice { final synthetic com.google.errorprone.refaster.Choice val$thisChoice final synthetic com.google.common.base.Function val$function final synthetic com.google.errorprone.refaster.Choice this$0 void <init> (com.google.errorprone.refaster.Choice, com.google.errorprone.refaster.Choice, com.google.common.base.Function) com.google.errorprone.refaster.Choice this$0 protected java.util.Iterator iterator () }
com/google/errorprone/refaster/UInstanceOf.class
UInstanceOf.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UInstanceOf extends com.google.errorprone.refaster.UExpression { void <init> () public static com.google.errorprone.refaster.UInstanceOf create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UTree) com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UTree type public abstract com.google.errorprone.refaster.UExpression getExpression () public abstract com.google.errorprone.refaster.UTree getType () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data com.sun.source.tree.InstanceOfTree proxy public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCInstanceOf inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitInstanceOf (com.sun.source.tree.InstanceOfTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.InstanceOfTree instanceOf com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) private synthetic java.lang.Object lambda$accept$0 (java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) throws java.lang.Throwable IllegalArgumentException e Object unused java.lang.reflect.Method method Object[] args }
com/google/errorprone/refaster/ImportPolicy.class
ImportPolicy.java package com.google.errorprone.refaster public abstract enum com.google.errorprone.refaster.ImportPolicy extends java.lang.Enum { public static final enum com.google.errorprone.refaster.ImportPolicy IMPORT_TOP_LEVEL public static final enum com.google.errorprone.refaster.ImportPolicy IMPORT_CLASS_DIRECTLY public static final enum com.google.errorprone.refaster.ImportPolicy STATIC_IMPORT_ALWAYS private static final synthetic com.google.errorprone.refaster.ImportPolicy[] $VALUES public static com.google.errorprone.refaster.ImportPolicy[] values () public static com.google.errorprone.refaster.ImportPolicy valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static void bind (com.sun.tools.javac.util.Context, com.google.errorprone.refaster.ImportPolicy) com.sun.tools.javac.util.Context context com.google.errorprone.refaster.ImportPolicy policy public static com.google.errorprone.refaster.ImportPolicy instance (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.google.errorprone.refaster.ImportPolicy result public abstract com.sun.tools.javac.tree.JCTree$JCExpression classReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence) public abstract com.sun.tools.javac.tree.JCTree$JCExpression staticReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence, java.lang.CharSequence) private static com.google.common.collect.ImmutableSet getAllImports (com.google.errorprone.refaster.Inliner, com.google.errorprone.refaster.ImportPolicy$WhichImports) com.google.errorprone.refaster.Inliner inliner com.google.errorprone.refaster.ImportPolicy$WhichImports whichImports private static com.sun.tools.javac.tree.JCTree getQualifiedIdentifier (com.sun.tools.javac.tree.JCTree$JCImport) ReflectiveOperationException e com.sun.tools.javac.tree.JCTree$JCImport i private static synthetic java.lang.String lambda$getAllImports$1 (com.sun.tools.javac.tree.JCTree$JCImport) com.sun.tools.javac.tree.JCTree$JCImport imp private static synthetic com.sun.tools.javac.tree.JCTree$JCCompilationUnit lambda$getAllImports$0 (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context c private static synthetic com.google.errorprone.refaster.ImportPolicy[] $values () static void <clinit> () }
com/google/errorprone/refaster/Choice$2.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$2 extends com.google.errorprone.refaster.Choice { final synthetic Object val$t void <init> (java.lang.Object) protected java.util.Iterator iterator () public com.google.common.base.Optional first () public com.google.errorprone.refaster.Choice condition (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public com.google.errorprone.refaster.Choice thenChoose (com.google.common.base.Function) com.google.common.base.Function function public com.google.errorprone.refaster.Choice thenOption (com.google.common.base.Function) com.google.common.base.Function function public com.google.errorprone.refaster.Choice transform (com.google.common.base.Function) com.google.common.base.Function function public java.lang.String toString () }
com/google/errorprone/refaster/UBreak.class
UBreak.java package com.google.errorprone.refaster final com.google.errorprone.refaster.UBreak extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.BreakTree { private final com.google.errorprone.refaster.StringName label void <init> (com.google.errorprone.refaster.StringName) com.google.errorprone.refaster.StringName label static com.google.errorprone.refaster.UBreak create (java.lang.CharSequence) CharSequence label public com.sun.source.tree.ExpressionTree getValue () public com.google.errorprone.refaster.StringName getLabel () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data private com.google.errorprone.refaster.ULabeledStatement$Key key () public com.sun.tools.javac.tree.JCTree$JCBreak inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner private static com.sun.tools.javac.tree.JCTree$JCBreak makeBreak (com.sun.tools.javac.util.Name, com.google.errorprone.refaster.Inliner) ReflectiveOperationException e com.sun.tools.javac.util.Name label com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitBreak (com.sun.source.tree.BreakTree, com.google.errorprone.refaster.Unifier) CharSequence boundName com.sun.source.tree.BreakTree node com.google.errorprone.refaster.Unifier unifier public int hashCode () public boolean equals (java.lang.Object) Object obj com.google.errorprone.refaster.UBreak other public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) public volatile synthetic javax.lang.model.element.Name getLabel () }
com/google/errorprone/refaster/CouldNotResolveImportException.class
CouldNotResolveImportException.java package com.google.errorprone.refaster public com.google.errorprone.refaster.CouldNotResolveImportException extends java.lang.Exception { public void <init> (java.lang.CharSequence) CharSequence message }
com/google/errorprone/refaster/USimpleStatement.class
USimpleStatement.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.USimpleStatement extends com.google.errorprone.refaster.UTree implements com.google.errorprone.refaster.UStatement { void <init> () public com.sun.tools.javac.util.List inlineStatements (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner private static com.google.common.base.Function withUnconsumed (java.util.List) java.util.List statements public com.google.errorprone.refaster.Choice apply (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements state com.google.common.collect.ImmutableList unconsumedStatements java.util.List remainingStatements public volatile synthetic java.lang.Object apply (java.lang.Object) private static synthetic com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements lambda$withUnconsumed$0 (java.util.List, com.google.errorprone.refaster.Unifier) java.util.List statements com.google.errorprone.refaster.Unifier unifier }
com/google/errorprone/refaster/ImportPolicy$2.class
ImportPolicy.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ImportPolicy$2 extends com.google.errorprone.refaster.ImportPolicy { private void <init> (java.lang.String, int) public com.sun.tools.javac.tree.JCTree$JCExpression classReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence) com.google.errorprone.refaster.Inliner inliner CharSequence topLevelClazz CharSequence fullyQualifiedClazz String packge int lastDot com.sun.tools.javac.code.Symbol$PackageSymbol currentPackage String simpleName public com.sun.tools.javac.tree.JCTree$JCExpression staticReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence, java.lang.CharSequence) com.google.errorprone.refaster.Inliner inliner CharSequence topLevelClazz CharSequence fullyQualifiedClazz CharSequence member }
com/google/errorprone/refaster/UMethodInvocation.class
UMethodInvocation.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UMethodInvocation extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.MethodInvocationTree { public void <init> () public static com.google.errorprone.refaster.UMethodInvocation create (java.util.List, com.google.errorprone.refaster.UExpression, java.util.List) java.util.List typeArguments com.google.errorprone.refaster.UExpression methodSelect java.util.List arguments public static transient com.google.errorprone.refaster.UMethodInvocation create (java.util.List, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression[]) java.util.List typeArguments com.google.errorprone.refaster.UExpression methodSelect com.google.errorprone.refaster.UExpression[] arguments public static transient com.google.errorprone.refaster.UMethodInvocation create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression[]) com.google.errorprone.refaster.UExpression methodSelect com.google.errorprone.refaster.UExpression[] arguments public abstract com.google.common.collect.ImmutableList getTypeArguments () public abstract com.google.errorprone.refaster.UExpression getMethodSelect () public abstract com.google.common.collect.ImmutableList getArguments () public com.google.errorprone.refaster.Choice visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.MethodInvocationTree methodInvocation com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCMethodInvocation inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.util.List getArguments () public volatile synthetic com.sun.source.tree.ExpressionTree getMethodSelect () public volatile synthetic java.util.List getTypeArguments () }
com/google/errorprone/refaster/AutoValue_URepeated.class
AutoValue_URepeated.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_URepeated extends com.google.errorprone.refaster.URepeated { private final String identifier private final com.google.errorprone.refaster.UExpression expression void <init> (java.lang.String, com.google.errorprone.refaster.UExpression) String identifier com.google.errorprone.refaster.UExpression expression java.lang.String identifier () com.google.errorprone.refaster.UExpression expression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.URepeated that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UModifiers.class
UModifiers.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UModifiers extends com.google.errorprone.refaster.UTree implements com.sun.source.tree.ModifiersTree { void <init> () public static transient com.google.errorprone.refaster.UModifiers create (long, com.google.errorprone.refaster.UAnnotation[]) long flagBits com.google.errorprone.refaster.UAnnotation[] annotations public static com.google.errorprone.refaster.UModifiers create (long, java.lang.Iterable) long flagBits Iterable annotations abstract long flagBits () public abstract com.google.common.collect.ImmutableList getAnnotations () public com.sun.tools.javac.tree.JCTree$JCModifiers inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitModifiers (com.sun.source.tree.ModifiersTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ModifiersTree modifier com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public java.util.Set getFlags () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitModifiers (com.sun.source.tree.ModifiersTree, java.lang.Object) public volatile synthetic java.util.List getAnnotations () }
com/google/errorprone/refaster/AutoValue_RefasterRule.class
AutoValue_RefasterRule.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_RefasterRule extends com.google.errorprone.refaster.RefasterRule { private final String qualifiedTemplateClass private final com.google.common.collect.ImmutableList typeVariables private final com.google.common.collect.ImmutableList beforeTemplates private final com.google.common.collect.ImmutableList afterTemplates private final com.google.common.collect.ImmutableClassToInstanceMap annotations void <init> (java.lang.String, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableClassToInstanceMap) String qualifiedTemplateClass com.google.common.collect.ImmutableList typeVariables com.google.common.collect.ImmutableList beforeTemplates com.google.common.collect.ImmutableList afterTemplates com.google.common.collect.ImmutableClassToInstanceMap annotations java.lang.String qualifiedTemplateClass () com.google.common.collect.ImmutableList typeVariables () com.google.common.collect.ImmutableList beforeTemplates () com.google.common.collect.ImmutableList afterTemplates () public com.google.common.collect.ImmutableClassToInstanceMap annotations () public boolean equals (java.lang.Object) com.google.errorprone.refaster.RefasterRule that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UClassIdent.class
UClassIdent.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UClassIdent extends com.google.errorprone.refaster.UIdent { void <init> () public static com.google.errorprone.refaster.UClassIdent create (java.lang.String) String component String qualifiedName java.util.List topLevelPath public static com.google.errorprone.refaster.UClassIdent create (com.sun.tools.javac.code.Symbol$ClassSymbol) com.sun.tools.javac.code.Symbol$ClassSymbol sym private static com.google.errorprone.refaster.UClassIdent create (java.lang.CharSequence, java.lang.CharSequence) CharSequence topLevelClass CharSequence name public abstract java.lang.String getTopLevelClass () public abstract com.google.errorprone.refaster.StringName getName () public com.sun.tools.javac.code.Symbol$ClassSymbol resolve (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree tree com.google.errorprone.refaster.Unifier unifier public com.google.errorprone.refaster.Choice unify (com.sun.tools.javac.code.Symbol, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Symbol symbol com.google.errorprone.refaster.Unifier unifier public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/AutoValue_UDoWhileLoop.class
AutoValue_UDoWhileLoop.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UDoWhileLoop extends com.google.errorprone.refaster.UDoWhileLoop { private final com.google.errorprone.refaster.USimpleStatement statement private final com.google.errorprone.refaster.UExpression condition void <init> (com.google.errorprone.refaster.USimpleStatement, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.USimpleStatement statement com.google.errorprone.refaster.UExpression condition public com.google.errorprone.refaster.USimpleStatement getStatement () public com.google.errorprone.refaster.UExpression getCondition () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UDoWhileLoop that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/AutoValue_UForLoop.class
AutoValue_UForLoop.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UForLoop extends com.google.errorprone.refaster.UForLoop { private final com.google.common.collect.ImmutableList initializer private final com.google.errorprone.refaster.UExpression condition private final com.google.common.collect.ImmutableList update private final com.google.errorprone.refaster.USimpleStatement statement void <init> (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.USimpleStatement) com.google.common.collect.ImmutableList initializer com.google.errorprone.refaster.UExpression condition com.google.common.collect.ImmutableList update com.google.errorprone.refaster.USimpleStatement statement public com.google.common.collect.ImmutableList getInitializer () public com.google.errorprone.refaster.UExpression getCondition () public com.google.common.collect.ImmutableList getUpdate () public com.google.errorprone.refaster.USimpleStatement getStatement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UForLoop that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic java.util.List getUpdate () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () public volatile synthetic java.util.List getInitializer () }
com/google/errorprone/refaster/UTypeVar$TypeWithExpression.class
UTypeVar.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UTypeVar$TypeWithExpression extends java.lang.Object implements com.google.errorprone.refaster.Inlineable { public void <init> () public static com.google.errorprone.refaster.UTypeVar$TypeWithExpression create (com.sun.tools.javac.code.Type, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.tools.javac.code.Type type com.sun.tools.javac.tree.JCTree$JCExpression expression public static com.google.errorprone.refaster.UTypeVar$TypeWithExpression create (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type public abstract com.sun.tools.javac.code.Type type () abstract com.sun.tools.javac.tree.JCTree$JCExpression expression () public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner public final java.lang.String toString () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException }
com/google/errorprone/refaster/ExpressionTemplate$2.class
ExpressionTemplate.java package com.google.errorprone.refaster com.google.errorprone.refaster.ExpressionTemplate$2 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.sun.tools.javac.tree.JCTree$JCExpression val$target final synthetic com.google.errorprone.refaster.ExpressionTemplate this$0 void <init> (com.google.errorprone.refaster.ExpressionTemplate, com.sun.tools.javac.tree.JCTree$JCExpression) com.google.errorprone.refaster.ExpressionTemplate this$0 public com.google.common.base.Optional apply (com.google.errorprone.refaster.Unifier) com.sun.tools.javac.tree.JCTree$JCConditional cond com.sun.tools.javac.code.Type trueTy com.sun.tools.javac.code.Type falseTy com.sun.tools.javac.code.Type ty com.sun.tools.javac.util.List expectedTypes com.sun.tools.javac.util.List actualTypes com.google.errorprone.refaster.CouldNotResolveImportException e com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/refaster/AutoValue_UArrayType.class
AutoValue_UArrayType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UArrayType extends com.google.errorprone.refaster.UArrayType { private final com.google.errorprone.refaster.UType componentType void <init> (com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UType componentType com.google.errorprone.refaster.UType componentType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UArrayType that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UBlock.class
AutoValue_UBlock.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UBlock extends com.google.errorprone.refaster.UBlock { private final com.google.common.collect.ImmutableList statements void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList statements public com.google.common.collect.ImmutableList getStatements () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UBlock that Object o public int hashCode () int h$ public volatile synthetic java.util.List getStatements () }
com/google/errorprone/refaster/AutoValue_UUnary.class
AutoValue_UUnary.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UUnary extends com.google.errorprone.refaster.UUnary { private final com.sun.source.tree.Tree$Kind kind private final com.google.errorprone.refaster.UExpression expression void <init> (com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UExpression) com.sun.source.tree.Tree$Kind kind com.google.errorprone.refaster.UExpression expression public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UUnary that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/URepeated.class
URepeated.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.URepeated extends com.google.errorprone.refaster.UExpression { void <init> () public static com.google.errorprone.refaster.URepeated create (java.lang.CharSequence, com.google.errorprone.refaster.UExpression) CharSequence identifier com.google.errorprone.refaster.UExpression expression abstract java.lang.String identifier () abstract com.google.errorprone.refaster.UExpression expression () protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree node com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCExpression getUnderlyingBinding (com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.Unifier unifier public com.google.errorprone.refaster.URepeated$Key key () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/ControlFlowVisitor.class
ControlFlowVisitor.java package com.google.errorprone.refaster public com.google.errorprone.refaster.ControlFlowVisitor extends com.sun.source.util.SimpleTreeVisitor { public static final com.google.errorprone.refaster.ControlFlowVisitor INSTANCE private void <init> () public com.google.errorprone.refaster.ControlFlowVisitor$Result visitStatement (com.sun.source.tree.StatementTree) com.sun.source.tree.StatementTree node public com.google.errorprone.refaster.ControlFlowVisitor$Result visitStatements (java.lang.Iterable) Iterable nodes private com.google.errorprone.refaster.ControlFlowVisitor$Result visitStatements (java.lang.Iterable, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.StatementTree node Iterable nodes com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt com.google.errorprone.refaster.ControlFlowVisitor$Result result protected com.google.errorprone.refaster.ControlFlowVisitor$Result defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.Tree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitBlock (com.sun.source.tree.BlockTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.BlockTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.DoWhileLoopTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.WhileLoopTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.ForLoopTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.EnhancedForLoopTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.CaseTree caseTree com.sun.source.tree.SwitchTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt com.google.errorprone.refaster.ControlFlowVisitor$Result result boolean seenDefault public com.google.errorprone.refaster.ControlFlowVisitor$Result visitCase (com.sun.source.tree.CaseTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.CaseTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.SynchronizedTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitTry (com.sun.source.tree.TryTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.CatchTree catchTree com.sun.source.tree.TryTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt com.google.errorprone.refaster.ControlFlowVisitor$Result result public com.google.errorprone.refaster.ControlFlowVisitor$Result visitCatch (com.sun.source.tree.CatchTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.CatchTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitIf (com.sun.source.tree.IfTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.IfTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt com.google.errorprone.refaster.ControlFlowVisitor$Result thenResult com.google.errorprone.refaster.ControlFlowVisitor$Result elseResult public com.google.errorprone.refaster.ControlFlowVisitor$Result visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.ExpressionStatementTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.LabeledStatementTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitBreak (com.sun.source.tree.BreakTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.BreakTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitContinue (com.sun.source.tree.ContinueTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.ContinueTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.ReturnTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public com.google.errorprone.refaster.ControlFlowVisitor$Result visitThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.refaster.ControlFlowVisitor$BreakContext) com.sun.source.tree.ThrowTree node com.google.errorprone.refaster.ControlFlowVisitor$BreakContext cxt public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitContinue (com.sun.source.tree.ContinueTree, java.lang.Object) public volatile synthetic java.lang.Object visitBreak (com.sun.source.tree.BreakTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitCase (com.sun.source.tree.CaseTree, java.lang.Object) public volatile synthetic java.lang.Object visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Object) public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/AutoValue_PlaceholderUnificationVisitor_State.class
AutoValue_PlaceholderUnificationVisitor_State.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_PlaceholderUnificationVisitor_State extends com.google.errorprone.refaster.PlaceholderUnificationVisitor$State { private final com.sun.tools.javac.util.List seenParameters private final com.google.errorprone.refaster.Unifier unifier private final Object result void <init> (com.sun.tools.javac.util.List, com.google.errorprone.refaster.Unifier, java.lang.Object) com.sun.tools.javac.util.List seenParameters com.google.errorprone.refaster.Unifier unifier Object result public com.sun.tools.javac.util.List seenParameters () public com.google.errorprone.refaster.Unifier unifier () public java.lang.Object result () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UVariableDecl.class
AutoValue_UVariableDecl.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UVariableDecl extends com.google.errorprone.refaster.UVariableDecl { private final com.google.errorprone.refaster.StringName name private final com.google.errorprone.refaster.UExpression type private final com.google.errorprone.refaster.UExpression initializer void <init> (com.google.errorprone.refaster.StringName, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.StringName name com.google.errorprone.refaster.UExpression type com.google.errorprone.refaster.UExpression initializer public com.google.errorprone.refaster.StringName getName () public com.google.errorprone.refaster.UExpression getType () public com.google.errorprone.refaster.UExpression getInitializer () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UVariableDecl that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getInitializer () public volatile synthetic com.sun.source.tree.Tree getType () public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/AutoValue_UPrimitiveTypeTree.class
AutoValue_UPrimitiveTypeTree.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UPrimitiveTypeTree extends com.google.errorprone.refaster.UPrimitiveTypeTree { private final com.sun.tools.javac.code.TypeTag typeTag void <init> (com.sun.tools.javac.code.TypeTag) com.sun.tools.javac.code.TypeTag typeTag com.sun.tools.javac.code.TypeTag typeTag () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UPrimitiveTypeTree that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/Inliner.class
Inliner.java package com.google.errorprone.refaster public final com.google.errorprone.refaster.Inliner extends java.lang.Object { private final com.sun.tools.javac.util.Context context private final java.util.Set importsToAdd private final java.util.Set staticImportsToAdd public final com.google.errorprone.refaster.Bindings bindings private final java.util.Map typeVarCache private static final com.sun.tools.javac.code.Types$SimpleVisitor INLINE_AS_TREE public void <init> (com.sun.tools.javac.util.Context, com.google.errorprone.refaster.Bindings) com.sun.tools.javac.util.Context context com.google.errorprone.refaster.Bindings bindings public void addImport (java.lang.String) String qualifiedImport public void addStaticImport (java.lang.String) String qualifiedImport public com.sun.tools.javac.code.Symbol$ClassSymbol resolveClass (java.lang.CharSequence) throws com.google.errorprone.refaster.CouldNotResolveImportException com.sun.tools.javac.code.Symbol symbol NullPointerException e CharSequence qualifiedClass public com.sun.tools.javac.util.Context getContext () public com.sun.tools.javac.code.Types types () public com.sun.tools.javac.code.Symtab symtab () public com.sun.tools.javac.comp.Enter enter () public com.sun.tools.javac.util.Names names () public com.sun.tools.javac.tree.TreeMaker maker () public com.sun.tools.javac.comp.Infer infer () public com.google.errorprone.refaster.ImportPolicy importPolicy () public com.sun.tools.javac.util.Name asName (java.lang.CharSequence) CharSequence str public com.sun.tools.javac.tree.JCTree$JCExpression inlineAsTree (com.sun.tools.javac.code.Type) com.sun.tools.javac.code.Type type public java.lang.Object getBinding (com.google.errorprone.refaster.Bindings$Key) com.google.errorprone.refaster.Bindings$Key key Object value public com.google.common.base.Optional getOptionalBinding (com.google.errorprone.refaster.Bindings$Key) com.google.errorprone.refaster.Bindings$Key key public com.sun.tools.javac.util.List inlineList (java.lang.Iterable) throws com.google.errorprone.refaster.CouldNotResolveImportException Object r com.sun.tools.javac.tree.JCTree$JCExpression expr com.google.errorprone.refaster.URepeated repeated com.google.errorprone.refaster.Inlineable e Iterable elements com.sun.tools.javac.util.ListBuffer result public com.google.common.collect.ImmutableSet getImportsToAdd () public com.google.common.collect.ImmutableSet getStaticImportsToAdd () public com.sun.tools.javac.code.Type$TypeVar inlineAsVar (com.google.errorprone.refaster.UTypeVar) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.UTypeVar var com.sun.tools.javac.code.Type$TypeVar typeVar com.sun.tools.javac.util.Name name com.sun.tools.javac.code.Symbol$TypeSymbol sym com.sun.tools.javac.code.Type inlineTypeVar (com.google.errorprone.refaster.UTypeVar) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.UTypeVar var com.google.common.base.Optional typeVarBinding static void <clinit> () }
com/google/errorprone/refaster/UTypeVar$Key.class
UTypeVar.java package com.google.errorprone.refaster public final com.google.errorprone.refaster.UTypeVar$Key extends com.google.errorprone.refaster.Bindings$Key { public void <init> (java.lang.CharSequence) CharSequence name }
com/google/errorprone/refaster/ControlFlowVisitor$Result$1.class
ControlFlowVisitor.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ControlFlowVisitor$Result$1 extends com.google.errorprone.refaster.ControlFlowVisitor$Result { private void <init> (java.lang.String, int) com.google.errorprone.refaster.ControlFlowVisitor$Result or (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other com.google.errorprone.refaster.ControlFlowVisitor$Result then (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other }
com/google/errorprone/refaster/UArrayTypeTree.class
UArrayTypeTree.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UArrayTypeTree extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.ArrayTypeTree { void <init> () public static com.google.errorprone.refaster.UArrayTypeTree create (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression elementType public abstract com.google.errorprone.refaster.UExpression getType () public com.google.errorprone.refaster.Choice visitArrayType (com.sun.source.tree.ArrayTypeTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ArrayTypeTree tree com.google.errorprone.refaster.Unifier unifier public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCArrayTypeTree inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitArrayType (com.sun.source.tree.ArrayTypeTree, java.lang.Object) public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/PlaceholderUnificationVisitor$TriFunction.class
PlaceholderUnificationVisitor.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction extends java.lang.Object { public abstract java.lang.Object apply (java.lang.Object, java.lang.Object, java.lang.Object) }
com/google/errorprone/refaster/UBlank$Key.class
UBlank.java package com.google.errorprone.refaster com.google.errorprone.refaster.UBlank$Key extends com.google.errorprone.refaster.Bindings$Key { void <init> (java.util.UUID) java.util.UUID k }
com/google/errorprone/refaster/UPlaceholderStatement$1.class
UPlaceholderStatement.java package com.google.errorprone.refaster synthetic com.google.errorprone.refaster.UPlaceholderStatement$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$errorprone$refaster$ControlFlowVisitor$Result static void <clinit> () }
com/google/errorprone/refaster/UParens.class
UParens.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UParens extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.ParenthesizedTree { void <init> () public static com.google.errorprone.refaster.UParens create (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public abstract com.google.errorprone.refaster.UExpression getExpression () protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree tree com.google.errorprone.refaster.Unifier unifier public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCParens inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.UExpression negate () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/ImportPolicy$1.class
ImportPolicy.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ImportPolicy$1 extends com.google.errorprone.refaster.ImportPolicy { private void <init> (java.lang.String, int) public com.sun.tools.javac.tree.JCTree$JCExpression classReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence) String importName com.google.errorprone.refaster.Inliner inliner CharSequence topLevelClazz CharSequence fullyQualifiedClazz com.google.common.collect.ImmutableSet allImports java.util.List topLevelPath String topClazz java.util.List qualifiedPath boolean importTopLevelClazz boolean conflictTopLevelClazz String packge com.sun.tools.javac.code.Symbol$PackageSymbol currentPackage public com.sun.tools.javac.tree.JCTree$JCExpression staticReference (com.google.errorprone.refaster.Inliner, java.lang.CharSequence, java.lang.CharSequence, java.lang.CharSequence) com.google.errorprone.refaster.Inliner inliner CharSequence topLevelClazz CharSequence fullyQualifiedClazz CharSequence member private com.sun.tools.javac.tree.JCTree$JCExpression makeSelectExpression (com.google.errorprone.refaster.Inliner, java.util.List, int) com.google.errorprone.refaster.Inliner inliner java.util.List qualifiedPath int start java.util.Iterator selects com.sun.tools.javac.tree.TreeMaker maker com.sun.tools.javac.tree.JCTree$JCExpression select }
com/google/errorprone/refaster/AutoValue_UModifiers.class
AutoValue_UModifiers.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UModifiers extends com.google.errorprone.refaster.UModifiers { private final long flagBits private final com.google.common.collect.ImmutableList getAnnotations void <init> (long, com.google.common.collect.ImmutableList) long flagBits com.google.common.collect.ImmutableList getAnnotations long flagBits () public com.google.common.collect.ImmutableList getAnnotations () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UModifiers that Object o public int hashCode () int h$ public volatile synthetic java.util.List getAnnotations () }
com/google/errorprone/refaster/AutoValue_UTypeVar_TypeWithExpression.class
AutoValue_UTypeVar_TypeWithExpression.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UTypeVar_TypeWithExpression extends com.google.errorprone.refaster.UTypeVar$TypeWithExpression { private final com.sun.tools.javac.code.Type type private final com.sun.tools.javac.tree.JCTree$JCExpression expression void <init> (com.sun.tools.javac.code.Type, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.tools.javac.code.Type type com.sun.tools.javac.tree.JCTree$JCExpression expression public com.sun.tools.javac.code.Type type () com.sun.tools.javac.tree.JCTree$JCExpression expression () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UTypeVar$TypeWithExpression that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UMethodDecl.class
UMethodDecl.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UMethodDecl extends com.google.errorprone.refaster.UTree implements com.sun.source.tree.MethodTree { void <init> () public static com.google.errorprone.refaster.UMethodDecl create (com.google.errorprone.refaster.UModifiers, java.lang.CharSequence, com.google.errorprone.refaster.UExpression, java.lang.Iterable, java.lang.Iterable, com.google.errorprone.refaster.UBlock) com.google.errorprone.refaster.UModifiers modifiers CharSequence name com.google.errorprone.refaster.UExpression returnType Iterable parameters Iterable thrown com.google.errorprone.refaster.UBlock body public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.Choice visitMethod (com.sun.source.tree.MethodTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.MethodTree decl com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCMethodDecl inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public abstract com.google.errorprone.refaster.UModifiers getModifiers () public abstract com.google.errorprone.refaster.StringName getName () public abstract com.google.errorprone.refaster.UExpression getReturnType () public abstract com.google.common.collect.ImmutableList getParameters () public abstract com.google.common.collect.ImmutableList getThrows () public abstract com.google.errorprone.refaster.UBlock getBody () public com.google.errorprone.refaster.UTree getDefaultValue () public com.google.common.collect.ImmutableList getTypeParameters () public com.sun.source.tree.VariableTree getReceiverParameter () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic com.sun.source.tree.Tree getDefaultValue () public volatile synthetic com.sun.source.tree.BlockTree getBody () public volatile synthetic java.util.List getThrows () public volatile synthetic java.util.List getParameters () public volatile synthetic java.util.List getTypeParameters () public volatile synthetic com.sun.source.tree.Tree getReturnType () public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic com.sun.source.tree.ModifiersTree getModifiers () }
com/google/errorprone/refaster/AutoValue_UContinue.class
AutoValue_UContinue.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UContinue extends com.google.errorprone.refaster.UContinue { private final com.google.errorprone.refaster.StringName label void <init> (com.google.errorprone.refaster.StringName) com.google.errorprone.refaster.StringName label public com.google.errorprone.refaster.StringName getLabel () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UContinue that Object o public int hashCode () int h$ public volatile synthetic javax.lang.model.element.Name getLabel () }
com/google/errorprone/refaster/Bindings$Key.class
Bindings.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.Bindings$Key extends java.lang.Object { private final String identifier protected void <init> (java.lang.String) String identifier public java.lang.String getIdentifier () com.google.common.reflect.TypeToken getValueType () public int hashCode () public boolean equals (java.lang.Object) com.google.errorprone.refaster.Bindings$Key key Object obj public java.lang.String toString () }
com/google/errorprone/refaster/AutoValue_ULabeledStatement.class
AutoValue_ULabeledStatement.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_ULabeledStatement extends com.google.errorprone.refaster.ULabeledStatement { private final com.google.errorprone.refaster.StringName label private final com.google.errorprone.refaster.USimpleStatement statement void <init> (com.google.errorprone.refaster.StringName, com.google.errorprone.refaster.USimpleStatement) com.google.errorprone.refaster.StringName label com.google.errorprone.refaster.USimpleStatement statement public com.google.errorprone.refaster.StringName getLabel () public com.google.errorprone.refaster.USimpleStatement getStatement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.ULabeledStatement that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic javax.lang.model.element.Name getLabel () }
com/google/errorprone/refaster/ExpressionTemplateMatch.class
ExpressionTemplateMatch.java package com.google.errorprone.refaster com.google.errorprone.refaster.ExpressionTemplateMatch extends com.google.errorprone.refaster.TemplateMatch { public void <init> (com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.tree.JCTree$JCExpression location com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCExpression getLocation () public volatile synthetic com.sun.tools.javac.tree.JCTree getLocation () }
com/google/errorprone/refaster/UStatement.class
UStatement.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UStatement extends java.lang.Object implements java.io.Serializable com.sun.source.tree.StatementTree com.google.common.base.Function { public abstract com.sun.tools.javac.util.List inlineStatements (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException }
com/google/errorprone/refaster/AutoValue_UPrimitiveType.class
AutoValue_UPrimitiveType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UPrimitiveType extends com.google.errorprone.refaster.UPrimitiveType { private final javax.lang.model.type.TypeKind kind void <init> (javax.lang.model.type.TypeKind) javax.lang.model.type.TypeKind kind public javax.lang.model.type.TypeKind getKind () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UPrimitiveType that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UAnnotation.class
UAnnotation.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UAnnotation extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.AnnotationTree { void <init> () public static com.google.errorprone.refaster.UAnnotation create (com.google.errorprone.refaster.UTree, java.util.List) com.google.errorprone.refaster.UTree annotationType java.util.List arguments public static transient com.google.errorprone.refaster.UAnnotation create (com.google.errorprone.refaster.UTree, com.google.errorprone.refaster.UExpression[]) com.google.errorprone.refaster.UTree annotationType com.google.errorprone.refaster.UExpression[] arguments public abstract com.google.errorprone.refaster.UTree getAnnotationType () public abstract com.google.common.collect.ImmutableList getArguments () public com.google.errorprone.refaster.Choice visitAnnotation (com.sun.source.tree.AnnotationTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.AnnotationTree annotation com.google.errorprone.refaster.Unifier unifier public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCAnnotation inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitAnnotation (com.sun.source.tree.AnnotationTree, java.lang.Object) public volatile synthetic java.util.List getArguments () public volatile synthetic com.sun.source.tree.Tree getAnnotationType () }
com/google/errorprone/refaster/UTypeVarIdent$1.class
UTypeVarIdent.java package com.google.errorprone.refaster com.google.errorprone.refaster.UTypeVarIdent$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> (java.lang.Boolean) Boolean defaultValue public java.lang.Boolean visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Void) com.sun.source.tree.MemberSelectTree node Void p public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Void) com.sun.source.tree.IdentifierTree node Void p public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) }
com/google/errorprone/refaster/UTypeVarIdent.class
UTypeVarIdent.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UTypeVarIdent extends com.google.errorprone.refaster.UIdent { private static final com.sun.source.tree.TreeVisitor QUALIFIED_FROM_PACKAGE void <init> () public static com.google.errorprone.refaster.UTypeVarIdent create (java.lang.CharSequence) CharSequence name public abstract com.google.errorprone.refaster.StringName getName () com.google.errorprone.refaster.UTypeVar$Key key () public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree target com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.tools.javac.code.Type targetType com.google.errorprone.refaster.UTypeVar$TypeWithExpression boundType public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/UUnary$1.class
UUnary.java package com.google.errorprone.refaster com.google.errorprone.refaster.UUnary$1 extends com.sun.tools.javac.tree.TreeCopier { final synthetic com.sun.tools.javac.tree.TreeMaker val$maker final synthetic com.google.errorprone.refaster.UUnary this$0 void <init> (com.google.errorprone.refaster.UUnary, com.sun.tools.javac.tree.TreeMaker, com.sun.tools.javac.tree.TreeMaker) com.google.errorprone.refaster.UUnary this$0 com.sun.tools.javac.tree.TreeMaker M public com.sun.tools.javac.tree.JCTree copy (com.sun.tools.javac.tree.JCTree, java.lang.Void) com.sun.tools.javac.tree.JCTree t Void v public com.sun.tools.javac.tree.JCTree$JCExpression defaultNegation (com.sun.source.tree.Tree) com.sun.source.tree.Tree expr public com.sun.tools.javac.tree.JCTree$JCExpression visitBinary (com.sun.source.tree.BinaryTree, java.lang.Void) com.sun.tools.javac.tree.JCTree$JCExpression negLeft com.sun.tools.javac.tree.JCTree$JCExpression negRight com.sun.tools.javac.tree.JCTree$JCExpression left com.sun.tools.javac.tree.JCTree$JCExpression right com.sun.source.tree.BinaryTree tree Void v public com.sun.tools.javac.tree.JCTree$JCExpression visitUnary (com.sun.source.tree.UnaryTree, java.lang.Void) com.sun.source.tree.UnaryTree tree Void v public com.sun.tools.javac.tree.JCTree$JCConditional visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Void) com.sun.source.tree.ConditionalExpressionTree tree Void v public volatile synthetic com.sun.tools.javac.tree.JCTree visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic com.sun.tools.javac.tree.JCTree visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic com.sun.tools.javac.tree.JCTree visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic com.sun.tools.javac.tree.JCTree copy (com.sun.tools.javac.tree.JCTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) }
com/google/errorprone/refaster/AutoValue_UIntersectionClassType.class
AutoValue_UIntersectionClassType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UIntersectionClassType extends com.google.errorprone.refaster.UIntersectionClassType { private final com.google.common.collect.ImmutableList bounds void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList bounds com.google.common.collect.ImmutableList bounds () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UIntersectionClassType that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UTemplater$4.class
UTemplater.java package com.google.errorprone.refaster synthetic com.google.errorprone.refaster.UTemplater$4 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$element$ElementKind static void <clinit> () }
com/google/errorprone/refaster/Bindings$Key$1.class
Bindings.java package com.google.errorprone.refaster com.google.errorprone.refaster.Bindings$Key$1 extends com.google.common.reflect.TypeToken { final synthetic com.google.errorprone.refaster.Bindings$Key this$0 void <init> (com.google.errorprone.refaster.Bindings$Key, java.lang.Class) com.google.errorprone.refaster.Bindings$Key this$0 Class declaringClass }
com/google/errorprone/refaster/AutoValue_UFreeIdent.class
AutoValue_UFreeIdent.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UFreeIdent extends com.google.errorprone.refaster.UFreeIdent { private final com.google.errorprone.refaster.StringName name void <init> (com.google.errorprone.refaster.StringName) com.google.errorprone.refaster.StringName name public com.google.errorprone.refaster.StringName getName () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UFreeIdent that Object o public int hashCode () int h$ public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/UTree.class
UTree.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UTree extends com.sun.source.util.SimpleTreeVisitor implements com.google.errorprone.refaster.Unifiable com.google.errorprone.refaster.Inlineable com.sun.source.tree.Tree { public void <init> () public com.google.errorprone.refaster.Choice unify (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree target com.google.errorprone.refaster.Unifier unifier protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree node com.google.errorprone.refaster.Unifier unifier protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) public volatile synthetic com.google.errorprone.refaster.Choice unify (java.lang.Object, com.google.errorprone.refaster.Unifier) }
com/google/errorprone/refaster/UPrimitiveTypeTree.class
UPrimitiveTypeTree.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UPrimitiveTypeTree extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.PrimitiveTypeTree { public static final com.google.errorprone.refaster.UPrimitiveTypeTree BYTE public static final com.google.errorprone.refaster.UPrimitiveTypeTree SHORT public static final com.google.errorprone.refaster.UPrimitiveTypeTree INT public static final com.google.errorprone.refaster.UPrimitiveTypeTree LONG public static final com.google.errorprone.refaster.UPrimitiveTypeTree FLOAT public static final com.google.errorprone.refaster.UPrimitiveTypeTree DOUBLE public static final com.google.errorprone.refaster.UPrimitiveTypeTree BOOLEAN public static final com.google.errorprone.refaster.UPrimitiveTypeTree CHAR public static final com.google.errorprone.refaster.UPrimitiveTypeTree NULL public static final com.google.errorprone.refaster.UPrimitiveTypeTree VOID void <init> () public static com.google.errorprone.refaster.UPrimitiveTypeTree create (com.sun.tools.javac.code.TypeTag) com.sun.tools.javac.code.TypeTag tag abstract com.sun.tools.javac.code.TypeTag typeTag () public com.google.errorprone.refaster.Choice visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.PrimitiveTypeTree tree com.google.errorprone.refaster.Unifier unifier public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public javax.lang.model.type.TypeKind getPrimitiveTypeKind () public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitPrimitiveType (com.sun.source.tree.PrimitiveTypeTree, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/UIf.class
UIf.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UIf extends java.lang.Object implements com.google.errorprone.refaster.UStatement com.sun.source.tree.IfTree { void <init> () public static com.google.errorprone.refaster.UIf create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UStatement, com.google.errorprone.refaster.UStatement) com.google.errorprone.refaster.UExpression condition com.google.errorprone.refaster.UStatement thenStatement com.google.errorprone.refaster.UStatement elseStatement public abstract com.google.errorprone.refaster.UExpression getCondition () public abstract com.google.errorprone.refaster.UStatement getThenStatement () public abstract com.google.errorprone.refaster.UStatement getElseStatement () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () private static com.google.common.base.Function unifyUStatementWithSingleStatement (com.google.errorprone.refaster.UStatement, com.sun.source.tree.StatementTree) com.google.errorprone.refaster.UStatement toUnify com.sun.source.tree.StatementTree target public com.google.errorprone.refaster.Choice apply (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements state com.google.common.collect.ImmutableList unconsumedStatements com.google.common.collect.ImmutableList unconsumedStatementsTail com.sun.source.tree.StatementTree firstStatement com.sun.source.tree.IfTree ifTree com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Choice forwardMatch com.google.errorprone.refaster.Choice backwardMatch public com.sun.tools.javac.util.List inlineStatements (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object apply (java.lang.Object) public volatile synthetic com.sun.source.tree.StatementTree getElseStatement () public volatile synthetic com.sun.source.tree.StatementTree getThenStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () private synthetic com.google.errorprone.refaster.Choice lambda$apply$7 (com.sun.source.tree.IfTree, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UStatement stmt com.google.errorprone.refaster.Choice alternative com.google.errorprone.refaster.Choice result com.sun.source.tree.IfTree ifTree com.google.common.collect.ImmutableList unconsumedStatementsTail com.google.errorprone.refaster.Unifier unifierAfterThen private static synthetic com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements lambda$apply$6 (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.Unifier) com.google.common.collect.ImmutableList unconsumedStatementsTail com.google.errorprone.refaster.Unifier unifierAfterElse private synthetic com.google.errorprone.refaster.Choice lambda$apply$5 (com.sun.source.tree.IfTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.IfTree ifTree com.google.errorprone.refaster.Unifier unifierAfterCond private static synthetic com.google.common.base.Optional lambda$apply$4 (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements stateAfterThen private synthetic com.google.errorprone.refaster.Choice lambda$apply$3 (com.sun.source.tree.IfTree, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UStatement stmt com.google.errorprone.refaster.Choice alternative com.google.errorprone.refaster.Choice result com.sun.source.tree.IfTree ifTree com.google.common.collect.ImmutableList unconsumedStatementsTail com.google.errorprone.refaster.Unifier unifierAfterThen private static synthetic com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements lambda$apply$2 (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.Unifier) com.google.common.collect.ImmutableList unconsumedStatementsTail com.google.errorprone.refaster.Unifier unifierAfterElse private static synthetic com.google.errorprone.refaster.Choice lambda$unifyUStatementWithSingleStatement$1 (com.google.errorprone.refaster.UStatement, com.sun.source.tree.StatementTree, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UStatement toUnify com.sun.source.tree.StatementTree target com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.util.List list private static synthetic boolean lambda$unifyUStatementWithSingleStatement$0 (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements s }
com/google/errorprone/refaster/UBinary.class
UBinary.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UBinary extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.BinaryTree { static final com.google.common.collect.ImmutableBiMap OP_CODES static final com.google.common.collect.ImmutableBiMap NEGATION static final com.google.common.collect.ImmutableBiMap DEMORGAN void <init> () public static com.google.errorprone.refaster.UBinary create (com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.sun.source.tree.Tree$Kind binaryOp com.google.errorprone.refaster.UExpression lhs com.google.errorprone.refaster.UExpression rhs public abstract com.sun.source.tree.Tree$Kind getKind () public abstract com.google.errorprone.refaster.UExpression getLeftOperand () public abstract com.google.errorprone.refaster.UExpression getRightOperand () public com.google.errorprone.refaster.Choice visitBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.BinaryTree binary com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCBinary inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.UExpression negate () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getRightOperand () public volatile synthetic com.sun.source.tree.ExpressionTree getLeftOperand () static void <clinit> () }
com/google/errorprone/refaster/ExpressionTemplate.class
ExpressionTemplate.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.ExpressionTemplate extends com.google.errorprone.refaster.Template implements com.google.errorprone.refaster.Unifiable { private static final java.util.logging.Logger logger static final com.sun.source.util.TreeScanner PLACEHOLDER_VERIFIER public void <init> () public static com.google.errorprone.refaster.ExpressionTemplate create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UType returnType public static com.google.errorprone.refaster.ExpressionTemplate create (java.util.Map, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UType) java.util.Map expressionArgumentTypes com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UType returnType public static com.google.errorprone.refaster.ExpressionTemplate create (com.google.common.collect.ImmutableClassToInstanceMap, java.lang.Iterable, java.util.Map, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UType) com.google.common.collect.ImmutableClassToInstanceMap annotations Iterable typeVariables java.util.Map expressionArgumentTypes com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UType returnType abstract com.google.errorprone.refaster.UExpression expression () abstract com.google.errorprone.refaster.UType returnType () public boolean generateNegation () public com.google.errorprone.refaster.ExpressionTemplate negation () public java.lang.Iterable match (com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.util.Context) com.sun.tools.javac.tree.JCTree$JCExpression targetExpr com.google.common.base.Optional unifier com.sun.tools.javac.tree.JCTree target com.sun.tools.javac.util.Context context static boolean trueOrNull (java.lang.Boolean) Boolean b public com.google.errorprone.refaster.Choice unify (com.sun.tools.javac.tree.JCTree$JCExpression, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.tree.JCTree$JCExpression target com.google.errorprone.refaster.Unifier unifier public com.google.errorprone.fixes.Fix replace (com.google.errorprone.refaster.ExpressionTemplateMatch) java.io.StringWriter writer com.google.errorprone.refaster.CouldNotResolveImportException e java.io.IOException e com.google.errorprone.refaster.ExpressionTemplateMatch match com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.Context context int prec com.google.errorprone.fixes.SuggestedFix$Builder fix private static int getPrecedence (com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.util.Context) com.sun.tools.javac.tree.JCTree$JCConditional conditional com.sun.tools.javac.tree.JCTree$JCAssign assign com.sun.tools.javac.tree.JCTree$JCAssignOp assignOp com.sun.tools.javac.tree.JCTree$JCBinary binary com.sun.tools.javac.tree.JCTree$JCTypeCast typeCast com.sun.tools.javac.tree.JCTree$JCInstanceOf instanceOf com.sun.tools.javac.tree.JCTree$JCArrayAccess arrayAccess com.sun.tools.javac.tree.JCTree$JCFieldAccess fieldAccess com.sun.tools.javac.tree.JCTree leaf com.sun.tools.javac.util.Context context com.sun.tools.javac.tree.JCTree$JCCompilationUnit comp com.sun.tools.javac.tree.JCTree parent public volatile synthetic com.google.errorprone.fixes.Fix replace (com.google.errorprone.refaster.TemplateMatch) public volatile synthetic com.google.errorprone.refaster.Choice unify (java.lang.Object, com.google.errorprone.refaster.Unifier) private synthetic boolean lambda$unify$0 (com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.Unifier u static void <clinit> () }
com/google/errorprone/refaster/AutoValue_UUnionType.class
AutoValue_UUnionType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UUnionType extends com.google.errorprone.refaster.UUnionType { private final com.google.common.collect.ImmutableList typeAlternatives void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList typeAlternatives public com.google.common.collect.ImmutableList getTypeAlternatives () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UUnionType that Object o public int hashCode () int h$ public volatile synthetic java.util.List getTypeAlternatives () }
com/google/errorprone/refaster/TemplateMatch.class
TemplateMatch.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.TemplateMatch extends java.lang.Object { private final com.sun.tools.javac.tree.JCTree location private final com.google.errorprone.refaster.Unifier unifier public void <init> (com.sun.tools.javac.tree.JCTree, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.tree.JCTree location com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree getLocation () public com.google.errorprone.refaster.Unifier getUnifier () public com.google.errorprone.refaster.Inliner createInliner () public java.lang.String getRange (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) CharSequence sequence java.io.IOException e com.sun.tools.javac.tree.JCTree$JCCompilationUnit unit }
com/google/errorprone/refaster/AutoValue_UAssign.class
AutoValue_UAssign.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UAssign extends com.google.errorprone.refaster.UAssign { private final com.google.errorprone.refaster.UExpression variable private final com.google.errorprone.refaster.UExpression expression void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression variable com.google.errorprone.refaster.UExpression expression public com.google.errorprone.refaster.UExpression getVariable () public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UAssign that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getVariable () }
com/google/errorprone/refaster/UBlock.class
UBlock.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UBlock extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.BlockTree { void <init> () public static com.google.errorprone.refaster.UBlock create (java.util.List) java.util.List statements public static transient com.google.errorprone.refaster.UBlock create (com.google.errorprone.refaster.UStatement[]) com.google.errorprone.refaster.UStatement[] statements public abstract com.google.common.collect.ImmutableList getStatements () static com.google.errorprone.refaster.Choice unifyStatementList (java.lang.Iterable, java.lang.Iterable, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UStatement statement Iterable statements Iterable targets com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Choice choice static com.sun.tools.javac.util.List inlineStatementList (java.lang.Iterable, com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.UStatement statement Iterable statements com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.ListBuffer buffer public com.google.errorprone.refaster.Choice visitBlock (com.sun.source.tree.BlockTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.BlockTree block com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCBlock inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public boolean isStatic () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.util.List getStatements () private static synthetic com.google.common.base.Optional lambda$unifyStatementList$0 (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements state }
com/google/errorprone/refaster/ULocalVarIdent.class
ULocalVarIdent.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.ULocalVarIdent extends com.google.errorprone.refaster.UIdent { void <init> () public static com.google.errorprone.refaster.ULocalVarIdent create (java.lang.CharSequence) CharSequence identifier public abstract com.google.errorprone.refaster.StringName getName () private com.google.errorprone.refaster.ULocalVarIdent$Key key () public com.google.errorprone.refaster.Choice visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.IdentifierTree ident com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.LocalVarBinding binding public com.sun.tools.javac.tree.JCTree$JCIdent inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner com.google.common.base.Optional binding public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/refaster/AutoValue_UTypeVarIdent.class
AutoValue_UTypeVarIdent.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UTypeVarIdent extends com.google.errorprone.refaster.UTypeVarIdent { private final com.google.errorprone.refaster.StringName name void <init> (com.google.errorprone.refaster.StringName) com.google.errorprone.refaster.StringName name public com.google.errorprone.refaster.StringName getName () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UTypeVarIdent that Object o public int hashCode () int h$ public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/LocalVarBinding.class
LocalVarBinding.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.LocalVarBinding extends java.lang.Object { public void <init> () public static com.google.errorprone.refaster.LocalVarBinding create (com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.source.tree.ModifiersTree) com.sun.tools.javac.code.Symbol$VarSymbol symbol com.sun.source.tree.ModifiersTree modifiers public abstract com.sun.tools.javac.code.Symbol$VarSymbol getSymbol () public abstract com.sun.source.tree.ModifiersTree getModifiers () public com.sun.tools.javac.util.Name getName () public final java.lang.String toString () }
com/google/errorprone/refaster/ControlFlowVisitor$Result$4.class
ControlFlowVisitor.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ControlFlowVisitor$Result$4 extends com.google.errorprone.refaster.ControlFlowVisitor$Result { private void <init> (java.lang.String, int) com.google.errorprone.refaster.ControlFlowVisitor$Result or (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other com.google.errorprone.refaster.ControlFlowVisitor$Result then (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other }
com/google/errorprone/refaster/AutoValue_UArrayTypeTree.class
AutoValue_UArrayTypeTree.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UArrayTypeTree extends com.google.errorprone.refaster.UArrayTypeTree { private final com.google.errorprone.refaster.UExpression type void <init> (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression type public com.google.errorprone.refaster.UExpression getType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UArrayTypeTree that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/UPrimitiveType$1.class
UPrimitiveType.java package com.google.errorprone.refaster synthetic com.google.errorprone.refaster.UPrimitiveType$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/errorprone/refaster/UAnnotatedType.class
UAnnotatedType.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UAnnotatedType extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.AnnotatedTypeTree { void <init> () public static com.google.errorprone.refaster.UAnnotatedType create (java.lang.Iterable, com.google.errorprone.refaster.UExpression) Iterable annotations com.google.errorprone.refaster.UExpression type public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.google.errorprone.refaster.Choice visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.AnnotatedTypeTree node com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCAnnotatedType inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public abstract com.google.common.collect.ImmutableList getAnnotations () public abstract com.google.errorprone.refaster.UExpression getUnderlyingType () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitAnnotatedType (com.sun.source.tree.AnnotatedTypeTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getUnderlyingType () public volatile synthetic java.util.List getAnnotations () }
com/google/errorprone/refaster/AutoValue_PlaceholderMethod.class
AutoValue_PlaceholderMethod.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_PlaceholderMethod extends com.google.errorprone.refaster.PlaceholderMethod { private final com.google.errorprone.refaster.StringName name private final com.google.errorprone.refaster.UType returnType private final com.google.common.collect.ImmutableMap annotatedParameters private final com.google.errorprone.matchers.Matcher matcher private final com.google.common.collect.ImmutableClassToInstanceMap annotations void <init> (com.google.errorprone.refaster.StringName, com.google.errorprone.refaster.UType, com.google.common.collect.ImmutableMap, com.google.errorprone.matchers.Matcher, com.google.common.collect.ImmutableClassToInstanceMap) com.google.errorprone.refaster.StringName name com.google.errorprone.refaster.UType returnType com.google.common.collect.ImmutableMap annotatedParameters com.google.errorprone.matchers.Matcher matcher com.google.common.collect.ImmutableClassToInstanceMap annotations com.google.errorprone.refaster.StringName name () com.google.errorprone.refaster.UType returnType () com.google.common.collect.ImmutableMap annotatedParameters () com.google.errorprone.matchers.Matcher matcher () com.google.common.collect.ImmutableClassToInstanceMap annotations () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.PlaceholderMethod that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/USynchronized.class
USynchronized.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.USynchronized extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.SynchronizedTree { void <init> () public static com.google.errorprone.refaster.USynchronized create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UBlock) com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UBlock block public abstract com.google.errorprone.refaster.UExpression getExpression () public abstract com.google.errorprone.refaster.UBlock getBlock () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCSynchronized inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.SynchronizedTree synced com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic com.sun.source.tree.BlockTree getBlock () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/UTypeApply.class
UTypeApply.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UTypeApply extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.ParameterizedTypeTree { void <init> () public static com.google.errorprone.refaster.UTypeApply create (com.google.errorprone.refaster.UExpression, java.util.List) com.google.errorprone.refaster.UExpression type java.util.List typeArguments public static transient com.google.errorprone.refaster.UTypeApply create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression[]) com.google.errorprone.refaster.UExpression type com.google.errorprone.refaster.UExpression[] typeArguments public static transient com.google.errorprone.refaster.UTypeApply create (java.lang.String, com.google.errorprone.refaster.UExpression[]) String type com.google.errorprone.refaster.UExpression[] typeArguments public abstract com.google.errorprone.refaster.UExpression getType () public abstract com.google.common.collect.ImmutableList getTypeArguments () public com.google.errorprone.refaster.Choice visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ParameterizedTypeTree typeApply com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Choice choice public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCTypeApply inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitParameterizedType (com.sun.source.tree.ParameterizedTypeTree, java.lang.Object) public volatile synthetic java.util.List getTypeArguments () public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/UIntersectionType.class
UIntersectionType.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UIntersectionType extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.IntersectionTypeTree { void <init> () static transient com.google.errorprone.refaster.UIntersectionType create (com.google.errorprone.refaster.UExpression[]) com.google.errorprone.refaster.UExpression[] bounds static com.google.errorprone.refaster.UIntersectionType create (java.lang.Iterable) Iterable bounds public abstract com.google.common.collect.ImmutableList getBounds () public com.sun.tools.javac.tree.JCTree$JCTypeIntersection inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.google.errorprone.refaster.Choice visitIntersectionType (com.sun.source.tree.IntersectionTypeTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.IntersectionTypeTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitIntersectionType (com.sun.source.tree.IntersectionTypeTree, java.lang.Object) public volatile synthetic java.util.List getBounds () }
com/google/errorprone/refaster/AutoValue_UWildcardType.class
AutoValue_UWildcardType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UWildcardType extends com.google.errorprone.refaster.UWildcardType { private final com.sun.tools.javac.code.BoundKind boundKind private final com.google.errorprone.refaster.UType bound void <init> (com.sun.tools.javac.code.BoundKind, com.google.errorprone.refaster.UType) com.sun.tools.javac.code.BoundKind boundKind com.google.errorprone.refaster.UType bound com.sun.tools.javac.code.BoundKind boundKind () com.google.errorprone.refaster.UType bound () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UWildcardType that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/PlaceholderUnificationVisitor$State.class
PlaceholderUnificationVisitor.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.PlaceholderUnificationVisitor$State extends java.lang.Object { void <init> () static com.google.errorprone.refaster.PlaceholderUnificationVisitor$State create (com.sun.tools.javac.util.List, com.google.errorprone.refaster.Unifier, java.lang.Object) com.sun.tools.javac.util.List seenParameters com.google.errorprone.refaster.Unifier unifier Object result public abstract com.sun.tools.javac.util.List seenParameters () public abstract com.google.errorprone.refaster.Unifier unifier () public abstract java.lang.Object result () public com.google.errorprone.refaster.PlaceholderUnificationVisitor$State withResult (java.lang.Object) Object result public com.google.errorprone.refaster.PlaceholderUnificationVisitor$State fork () }
com/google/errorprone/refaster/AutoValue_RefasterScanner.class
AutoValue_RefasterScanner.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_RefasterScanner extends com.google.errorprone.refaster.RefasterScanner { private final com.google.errorprone.refaster.RefasterRule rule private final com.google.errorprone.DescriptionListener listener void <init> (com.google.errorprone.refaster.RefasterRule, com.google.errorprone.DescriptionListener) com.google.errorprone.refaster.RefasterRule rule com.google.errorprone.DescriptionListener listener com.google.errorprone.refaster.RefasterRule rule () com.google.errorprone.DescriptionListener listener () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.RefasterScanner that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/BlockTemplateMatch.class
BlockTemplateMatch.java package com.google.errorprone.refaster com.google.errorprone.refaster.BlockTemplateMatch extends com.google.errorprone.refaster.TemplateMatch { private final com.google.common.collect.ImmutableList statements public void <init> (com.sun.tools.javac.tree.JCTree$JCBlock, com.google.errorprone.refaster.Unifier, int, int) com.sun.tools.javac.tree.JCTree$JCBlock block com.google.errorprone.refaster.Unifier unifier int start int end public com.google.common.collect.ImmutableList getStatements () public java.lang.String getRange (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) CharSequence sequence com.sun.tools.javac.tree.JCTree firstStatement com.sun.tools.javac.tree.JCTree lastStatement java.io.IOException e com.sun.tools.javac.tree.JCTree$JCCompilationUnit unit }
com/google/errorprone/refaster/AutoValue_UNewArray.class
AutoValue_UNewArray.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UNewArray extends com.google.errorprone.refaster.UNewArray { private final com.google.errorprone.refaster.UExpression type private final com.google.common.collect.ImmutableList dimensions private final com.google.common.collect.ImmutableList initializers void <init> (com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.UExpression type com.google.common.collect.ImmutableList dimensions com.google.common.collect.ImmutableList initializers public com.google.errorprone.refaster.UExpression getType () public com.google.common.collect.ImmutableList getDimensions () public com.google.common.collect.ImmutableList getInitializers () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UNewArray that Object o public int hashCode () int h$ public volatile synthetic java.util.List getInitializers () public volatile synthetic java.util.List getDimensions () public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/ULabeledStatement$Key.class
ULabeledStatement.java package com.google.errorprone.refaster com.google.errorprone.refaster.ULabeledStatement$Key extends com.google.errorprone.refaster.Bindings$Key { void <init> (java.lang.CharSequence) CharSequence identifier }
com/google/errorprone/refaster/UClassType.class
UClassType.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UClassType extends com.google.errorprone.refaster.UType { public void <init> () public static com.google.errorprone.refaster.UClassType create (java.lang.CharSequence, java.util.List) CharSequence fullyQualifiedClass java.util.List typeArguments public static transient com.google.errorprone.refaster.UClassType create (java.lang.String, com.google.errorprone.refaster.UType[]) String fullyQualifiedClass com.google.errorprone.refaster.UType[] typeArguments abstract com.google.errorprone.refaster.StringName fullyQualifiedClass () abstract com.google.common.collect.ImmutableList typeArguments () public com.google.errorprone.refaster.Choice visitClassType (com.sun.tools.javac.code.Type$ClassType, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type$ClassType classType com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.code.Type$ClassType inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.code.Symbol$ClassSymbol classSymbol boolean isNonStaticInnerClass com.sun.tools.javac.code.Type owner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) }
com/google/errorprone/refaster/UAssign.class
UAssign.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UAssign extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.AssignmentTree { void <init> () public static com.google.errorprone.refaster.UAssign create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression variable com.google.errorprone.refaster.UExpression expression public abstract com.google.errorprone.refaster.UExpression getVariable () public abstract com.google.errorprone.refaster.UExpression getExpression () public com.sun.tools.javac.tree.JCTree$JCAssign inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.Choice visitAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.AssignmentTree assign com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getVariable () }
com/google/errorprone/refaster/AutoValue_UOfKind.class
AutoValue_UOfKind.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UOfKind extends com.google.errorprone.refaster.UOfKind { private final com.google.errorprone.refaster.UExpression expression private final com.google.common.collect.ImmutableSet allowed void <init> (com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableSet) com.google.errorprone.refaster.UExpression expression com.google.common.collect.ImmutableSet allowed com.google.errorprone.refaster.UExpression expression () com.google.common.collect.ImmutableSet allowed () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UOfKind that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_USynchronized.class
AutoValue_USynchronized.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_USynchronized extends com.google.errorprone.refaster.USynchronized { private final com.google.errorprone.refaster.UExpression expression private final com.google.errorprone.refaster.UBlock block void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UBlock) com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UBlock block public com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.UBlock getBlock () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.USynchronized that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.BlockTree getBlock () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/AutoValue_UAnnotatedType.class
AutoValue_UAnnotatedType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UAnnotatedType extends com.google.errorprone.refaster.UAnnotatedType { private final com.google.common.collect.ImmutableList annotations private final com.google.errorprone.refaster.UExpression underlyingType void <init> (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UExpression) com.google.common.collect.ImmutableList annotations com.google.errorprone.refaster.UExpression underlyingType public com.google.common.collect.ImmutableList getAnnotations () public com.google.errorprone.refaster.UExpression getUnderlyingType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UAnnotatedType that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getUnderlyingType () public volatile synthetic java.util.List getAnnotations () }
com/google/errorprone/refaster/UUnionType.class
UUnionType.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UUnionType extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.UnionTypeTree { void <init> () static transient com.google.errorprone.refaster.UUnionType create (com.google.errorprone.refaster.UExpression[]) com.google.errorprone.refaster.UExpression[] typeAlternatives static com.google.errorprone.refaster.UUnionType create (java.lang.Iterable) Iterable typeAlternatives public abstract com.google.common.collect.ImmutableList getTypeAlternatives () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCTypeUnion inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitUnionType (com.sun.source.tree.UnionTypeTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.UnionTypeTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitUnionType (com.sun.source.tree.UnionTypeTree, java.lang.Object) public volatile synthetic java.util.List getTypeAlternatives () }
com/google/errorprone/refaster/UVariableDecl$1.class
UVariableDecl.java package com.google.errorprone.refaster com.google.errorprone.refaster.UVariableDecl$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic com.sun.source.tree.VariableTree val$decl final synthetic com.google.errorprone.refaster.UVariableDecl this$0 void <init> (com.google.errorprone.refaster.UVariableDecl, com.sun.source.tree.VariableTree) com.google.errorprone.refaster.UVariableDecl this$0 public com.google.errorprone.refaster.Unifier apply (com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/refaster/ULabeledStatement.class
ULabeledStatement.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.ULabeledStatement extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.LabeledStatementTree { void <init> () static com.google.errorprone.refaster.ULabeledStatement create (java.lang.CharSequence, com.google.errorprone.refaster.UStatement) CharSequence label com.google.errorprone.refaster.UStatement statement static com.sun.tools.javac.util.Name inlineLabel (java.lang.CharSequence, com.google.errorprone.refaster.Inliner) CharSequence label com.google.errorprone.refaster.Inliner inliner public abstract com.google.errorprone.refaster.StringName getLabel () public abstract com.google.errorprone.refaster.USimpleStatement getStatement () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data private com.google.errorprone.refaster.ULabeledStatement$Key key () public com.sun.tools.javac.tree.JCTree$JCLabeledStatement inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.LabeledStatementTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic javax.lang.model.element.Name getLabel () }
com/google/errorprone/refaster/AutoValue_UWildcard.class
AutoValue_UWildcard.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UWildcard extends com.google.errorprone.refaster.UWildcard { private final com.sun.source.tree.Tree$Kind kind private final com.google.errorprone.refaster.UTree bound void <init> (com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UTree) com.sun.source.tree.Tree$Kind kind com.google.errorprone.refaster.UTree bound public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.UTree getBound () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UWildcard that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.Tree getBound () }
com/google/errorprone/refaster/AutoValue_UTypeCast.class
AutoValue_UTypeCast.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UTypeCast extends com.google.errorprone.refaster.UTypeCast { private final com.google.errorprone.refaster.UTree type private final com.google.errorprone.refaster.UExpression expression void <init> (com.google.errorprone.refaster.UTree, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UTree type com.google.errorprone.refaster.UExpression expression public com.google.errorprone.refaster.UTree getType () public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UTypeCast that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/AutoValue_UMethodType.class
AutoValue_UMethodType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UMethodType extends com.google.errorprone.refaster.UMethodType { private final com.google.errorprone.refaster.UType returnType private final com.google.common.collect.ImmutableList parameterTypes void <init> (com.google.errorprone.refaster.UType, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.UType returnType com.google.common.collect.ImmutableList parameterTypes public com.google.errorprone.refaster.UType getReturnType () public com.google.common.collect.ImmutableList getParameterTypes () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UMethodType that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UWhileLoop.class
AutoValue_UWhileLoop.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UWhileLoop extends com.google.errorprone.refaster.UWhileLoop { private final com.google.errorprone.refaster.UExpression condition private final com.google.errorprone.refaster.USimpleStatement statement void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.USimpleStatement) com.google.errorprone.refaster.UExpression condition com.google.errorprone.refaster.USimpleStatement statement public com.google.errorprone.refaster.UExpression getCondition () public com.google.errorprone.refaster.USimpleStatement getStatement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UWhileLoop that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/UWildcard.class
UWildcard.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UWildcard extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.WildcardTree { private static final com.google.common.collect.ImmutableBiMap BOUND_KINDS void <init> () static com.google.errorprone.refaster.UWildcard create (com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UTree) com.sun.source.tree.Tree$Kind kind com.google.errorprone.refaster.UTree bound public abstract com.sun.source.tree.Tree$Kind getKind () public abstract com.google.errorprone.refaster.UTree getBound () public com.sun.tools.javac.tree.JCTree$JCWildcard inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.google.errorprone.refaster.Choice visitWildcard (com.sun.source.tree.WildcardTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.WildcardTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitWildcard (com.sun.source.tree.WildcardTree, java.lang.Object) public volatile synthetic com.sun.source.tree.Tree getBound () static void <clinit> () com.google.common.collect.EnumBiMap validKinds }
com/google/errorprone/refaster/RefasterRuleBuilderScanner.class
RefasterRuleBuilderScanner.java package com.google.errorprone.refaster public final com.google.errorprone.refaster.RefasterRuleBuilderScanner extends com.sun.source.util.SimpleTreeVisitor { private static final java.util.logging.Logger logger static final com.sun.tools.javac.util.Context$Key PLACEHOLDER_METHODS_KEY private final com.sun.tools.javac.util.Context context private final java.util.Map placeholderMethods private final java.util.List beforeTemplates private final java.util.List afterTemplates private void <init> (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context public static java.util.Collection extractRules (com.sun.source.tree.ClassTree, com.sun.tools.javac.util.Context) com.sun.source.tree.ClassTree tree com.sun.tools.javac.util.Context context com.sun.tools.javac.code.Symbol$ClassSymbol sym com.google.errorprone.refaster.RefasterRuleBuilderScanner scanner com.google.common.collect.ImmutableList methods com.google.errorprone.refaster.UTemplater templater java.util.List types public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, java.lang.Void) com.sun.source.tree.VariableTree param com.google.errorprone.refaster.UTemplater templater com.google.common.collect.ImmutableMap$Builder params com.sun.tools.javac.code.Symbol$MethodSymbol sym com.google.errorprone.refaster.Template template com.google.errorprone.VisitorState state RuntimeException t com.sun.source.tree.MethodTree tree Void v private com.google.common.collect.ImmutableList createMatchers (java.lang.Iterable, java.lang.String, com.google.common.collect.ImmutableClassToInstanceMap) com.google.errorprone.refaster.UBlank blank com.google.errorprone.refaster.UStatement stmt com.google.errorprone.refaster.BlockTemplate before java.util.List stmtsWithBlanks int i com.google.errorprone.refaster.BlockTemplate afterBlock int i java.util.List blanks com.google.errorprone.refaster.Template afterTemplate com.google.errorprone.refaster.Template beforeTemplate java.util.List negatedBeforeTemplates com.google.errorprone.refaster.RefasterRule negation com.google.errorprone.refaster.RefasterRule rule java.util.List negatedAfterTemplates Iterable typeVars String qualifiedTemplateClass com.google.common.collect.ImmutableClassToInstanceMap annotationMap public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/AutoValue_UForAll.class
AutoValue_UForAll.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UForAll extends com.google.errorprone.refaster.UForAll { private final com.google.common.collect.ImmutableList typeVars private final com.google.errorprone.refaster.UType quantifiedType void <init> (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UType) com.google.common.collect.ImmutableList typeVars com.google.errorprone.refaster.UType quantifiedType public com.google.common.collect.ImmutableList getTypeVars () public com.google.errorprone.refaster.UType getQuantifiedType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UForAll that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/Bindings.class
Bindings.java package com.google.errorprone.refaster public com.google.errorprone.refaster.Bindings extends com.google.common.collect.ForwardingMap { private final java.util.Map contents public static com.google.errorprone.refaster.Bindings create () public static com.google.errorprone.refaster.Bindings create (com.google.errorprone.refaster.Bindings$Key, java.lang.Object) com.google.errorprone.refaster.Bindings$Key key Object value com.google.errorprone.refaster.Bindings result public static com.google.errorprone.refaster.Bindings create (com.google.errorprone.refaster.Bindings$Key, java.lang.Object, com.google.errorprone.refaster.Bindings$Key, java.lang.Object) com.google.errorprone.refaster.Bindings$Key key1 Object value1 com.google.errorprone.refaster.Bindings$Key key2 Object value2 com.google.errorprone.refaster.Bindings result public static com.google.errorprone.refaster.Bindings create (com.google.errorprone.refaster.Bindings) com.google.errorprone.refaster.Bindings bindings private void <init> () void <init> (com.google.errorprone.refaster.Bindings) com.google.errorprone.refaster.Bindings bindings private void <init> (java.util.Map) java.util.Map contents protected java.util.Map delegate () public java.lang.Object getBinding (com.google.errorprone.refaster.Bindings$Key) com.google.errorprone.refaster.Bindings$Key key public java.lang.Object putBinding (com.google.errorprone.refaster.Bindings$Key, java.lang.Object) com.google.errorprone.refaster.Bindings$Key key Object value public java.lang.Object put (com.google.errorprone.refaster.Bindings$Key, java.lang.Object) com.google.errorprone.refaster.Bindings$Key key Object value public void putAll (java.util.Map) java.util.Map map public com.google.errorprone.refaster.Bindings unmodifiable () public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) protected volatile synthetic java.lang.Object delegate () }
com/google/errorprone/refaster/AutoValue_UMethodInvocation.class
AutoValue_UMethodInvocation.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UMethodInvocation extends com.google.errorprone.refaster.UMethodInvocation { private final com.google.common.collect.ImmutableList typeArguments private final com.google.errorprone.refaster.UExpression methodSelect private final com.google.common.collect.ImmutableList arguments void <init> (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList typeArguments com.google.errorprone.refaster.UExpression methodSelect com.google.common.collect.ImmutableList arguments public com.google.common.collect.ImmutableList getTypeArguments () public com.google.errorprone.refaster.UExpression getMethodSelect () public com.google.common.collect.ImmutableList getArguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UMethodInvocation that Object o public int hashCode () int h$ public volatile synthetic java.util.List getArguments () public volatile synthetic com.sun.source.tree.ExpressionTree getMethodSelect () public volatile synthetic java.util.List getTypeArguments () }
com/google/errorprone/refaster/AutoValue_UBlank.class
AutoValue_UBlank.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UBlank extends com.google.errorprone.refaster.UBlank { private final java.util.UUID unique void <init> (java.util.UUID) java.util.UUID unique java.util.UUID unique () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UBlank that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UOfKind.class
UOfKind.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UOfKind extends com.google.errorprone.refaster.UExpression { void <init> () public static com.google.errorprone.refaster.UOfKind create (com.google.errorprone.refaster.UExpression, java.util.Set) com.google.errorprone.refaster.UExpression expression java.util.Set allowed abstract com.google.errorprone.refaster.UExpression expression () abstract com.google.common.collect.ImmutableSet allowed () public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree tree com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/UArrayType.class
UArrayType.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UArrayType extends com.google.errorprone.refaster.UType { void <init> () public static com.google.errorprone.refaster.UArrayType create (com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UType componentType abstract com.google.errorprone.refaster.UType componentType () public com.google.errorprone.refaster.Choice visitArrayType (com.sun.tools.javac.code.Type$ArrayType, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type$ArrayType arrayType com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.code.Type$ArrayType inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) }
com/google/errorprone/refaster/RefasterSuppressionHelper.class
RefasterSuppressionHelper.java package com.google.errorprone.refaster final com.google.errorprone.refaster.RefasterSuppressionHelper extends java.lang.Object { static boolean suppressed (com.google.errorprone.refaster.RefasterRule, com.sun.source.tree.Tree, com.sun.tools.javac.util.Context) com.google.errorprone.refaster.RefasterRule rule com.sun.source.tree.Tree tree com.sun.tools.javac.util.Context context com.google.errorprone.VisitorState state com.sun.tools.javac.code.Symbol sym private void <init> () }
com/google/errorprone/refaster/USkip.class
USkip.java package com.google.errorprone.refaster final com.google.errorprone.refaster.USkip extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.EmptyStatementTree { public static final com.google.errorprone.refaster.USkip INSTANCE private void <init> () java.lang.Object readResolve () public com.sun.tools.javac.tree.JCTree$JCSkip inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.Choice visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.EmptyStatementTree node com.google.errorprone.refaster.Unifier unifier public java.lang.String toString () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitEmptyStatement (com.sun.source.tree.EmptyStatementTree, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/AutoValue_UAnyOf.class
AutoValue_UAnyOf.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UAnyOf extends com.google.errorprone.refaster.UAnyOf { private final com.google.common.collect.ImmutableList expressions void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList expressions com.google.common.collect.ImmutableList expressions () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UAnyOf that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/Inliner$1.class
Inliner.java package com.google.errorprone.refaster com.google.errorprone.refaster.Inliner$1 extends com.sun.tools.javac.code.Types$SimpleVisitor { void <init> () public com.sun.tools.javac.tree.JCTree$JCExpression visitType (com.sun.tools.javac.code.Type, com.google.errorprone.refaster.Inliner) com.sun.tools.javac.code.Type t com.google.errorprone.refaster.Inliner inliner public com.sun.tools.javac.tree.JCTree$JCExpression visitClassType (com.sun.tools.javac.code.Type$ClassType, com.google.errorprone.refaster.Inliner) com.sun.tools.javac.code.Type argType com.sun.tools.javac.code.Type$ClassType type com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.code.Symbol$ClassSymbol classSym com.sun.tools.javac.tree.JCTree$JCExpression classExpr com.sun.tools.javac.util.List argExprs public com.sun.tools.javac.tree.JCTree$JCExpression visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, com.google.errorprone.refaster.Inliner) com.sun.tools.javac.code.Type$WildcardType type com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.tree.TreeMaker maker public com.sun.tools.javac.tree.JCTree$JCExpression visitArrayType (com.sun.tools.javac.code.Type$ArrayType, com.google.errorprone.refaster.Inliner) com.sun.tools.javac.code.Type$ArrayType type com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) }
com/google/errorprone/refaster/PlaceholderUnificationVisitor$1.class
PlaceholderUnificationVisitor.java package com.google.errorprone.refaster com.google.errorprone.refaster.PlaceholderUnificationVisitor$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () protected java.lang.Boolean defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.tree.JCTree$JCExpression keyBinding com.google.errorprone.refaster.UFreeIdent$Key key com.sun.source.tree.Tree node com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.tree.JCTree$JCExpression expr public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.LocalVarBinding localBinding com.sun.source.tree.IdentifierTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/PlaceholderVerificationVisitor.class
PlaceholderVerificationVisitor.java package com.google.errorprone.refaster final com.google.errorprone.refaster.PlaceholderVerificationVisitor extends com.sun.source.util.TreeScanner { private final java.util.List unmatched private final com.google.common.collect.ImmutableList allowed void <init> (java.util.Collection, java.util.Collection) java.util.Collection required java.util.Collection allowed public boolean allRequiredMatched () private boolean couldUnify (com.google.errorprone.refaster.UExpression, com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UExpression expr com.sun.source.tree.Tree tree com.google.errorprone.refaster.Unifier unifier public java.lang.Boolean scan (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UExpression expr com.sun.tools.javac.tree.JCTree$JCExpression keyBinding com.google.errorprone.refaster.UFreeIdent$Key key com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.source.tree.Tree node com.google.errorprone.refaster.Unifier unifier java.util.Iterator iterator public java.lang.Boolean visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.LocalVarBinding localBinding com.sun.source.tree.IdentifierTree node com.google.errorprone.refaster.Unifier unifier public java.lang.Boolean reduce (java.lang.Boolean, java.lang.Boolean) Boolean r1 Boolean r2 public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic java.lang.Object reduce (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/UIntersectionClassType.class
UIntersectionClassType.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UIntersectionClassType extends com.google.errorprone.refaster.UType { public void <init> () static com.google.errorprone.refaster.UIntersectionClassType create (java.lang.Iterable) Iterable bounds abstract com.google.common.collect.ImmutableList bounds () public com.sun.tools.javac.code.Type$IntersectionClassType inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitClassType (com.sun.tools.javac.code.Type$ClassType, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type$IntersectionClassType intersection com.sun.tools.javac.code.Type$ClassType t com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) }
com/google/errorprone/refaster/UAnyOf.class
UAnyOf.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UAnyOf extends com.google.errorprone.refaster.UExpression { public void <init> () public static transient com.google.errorprone.refaster.UAnyOf create (com.google.errorprone.refaster.UExpression[]) com.google.errorprone.refaster.UExpression[] expressions public static com.google.errorprone.refaster.UAnyOf create (java.lang.Iterable) Iterable expressions abstract com.google.common.collect.ImmutableList expressions () public com.google.errorprone.refaster.UExpression negate () com.google.errorprone.refaster.UExpression expression com.google.common.collect.ImmutableList$Builder negations protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree tree com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) private static synthetic com.google.errorprone.refaster.Choice lambda$defaultAction$0 (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier, com.google.errorprone.refaster.UExpression) com.sun.source.tree.Tree tree com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.UExpression expression }
com/google/errorprone/refaster/UFreeIdent.class
UFreeIdent.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UFreeIdent extends com.google.errorprone.refaster.UIdent { public void <init> () public static com.google.errorprone.refaster.UFreeIdent create (java.lang.CharSequence) CharSequence identifier public abstract com.google.errorprone.refaster.StringName getName () public com.google.errorprone.refaster.UFreeIdent$Key key () public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner private static boolean trueOrNull (java.lang.Boolean) Boolean condition public com.google.errorprone.refaster.Choice visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.IdentifierTree node com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.util.Names names protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.tree.JCTree$JCExpression expression com.sun.tools.javac.tree.JCTree$JCExpression currentBinding boolean isGood com.sun.source.tree.Tree target com.google.errorprone.refaster.Unifier unifier public volatile synthetic com.sun.source.tree.Tree$Kind getKind () public volatile synthetic java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/PlaceholderMethod$1PlaceholderMatcher.class
PlaceholderMethod.java package com.google.errorprone.refaster com.google.errorprone.refaster.PlaceholderMethod$1PlaceholderMatcher extends java.lang.Object implements com.google.errorprone.matchers.Matcher { final synthetic boolean val$allowsIdentity final synthetic Class val$matchesClass final synthetic Class val$notMatchesClass final synthetic com.google.common.base.Predicate val$allowedKinds void <init> (boolean, java.lang.Class, java.lang.Class, com.google.common.base.Predicate) public boolean matches (com.sun.source.tree.ExpressionTree, com.google.errorprone.VisitorState) ReflectiveOperationException e com.sun.source.tree.ExpressionTree t com.google.errorprone.VisitorState state public volatile synthetic boolean matches (com.sun.source.tree.Tree, com.google.errorprone.VisitorState) }
com/google/errorprone/refaster/UFreeIdent$Key.class
UFreeIdent.java package com.google.errorprone.refaster com.google.errorprone.refaster.UFreeIdent$Key extends com.google.errorprone.refaster.Bindings$Key { void <init> (java.lang.CharSequence) CharSequence name }
com/google/errorprone/refaster/AutoValue_UThrow.class
AutoValue_UThrow.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UThrow extends com.google.errorprone.refaster.UThrow { private final com.google.errorprone.refaster.UExpression expression void <init> (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UThrow that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/AutoValue_UStaticIdent.class
AutoValue_UStaticIdent.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UStaticIdent extends com.google.errorprone.refaster.UStaticIdent { private final com.google.errorprone.refaster.UClassIdent classIdent private final com.google.errorprone.refaster.StringName getName private final com.google.errorprone.refaster.UType memberType void <init> (com.google.errorprone.refaster.UClassIdent, com.google.errorprone.refaster.StringName, com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UClassIdent classIdent com.google.errorprone.refaster.StringName getName com.google.errorprone.refaster.UType memberType com.google.errorprone.refaster.UClassIdent classIdent () public com.google.errorprone.refaster.StringName getName () com.google.errorprone.refaster.UType memberType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UStaticIdent that Object o public int hashCode () int h$ public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/AutoValue_UTry.class
AutoValue_UTry.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UTry extends com.google.errorprone.refaster.UTry { private final com.google.common.collect.ImmutableList resources private final com.google.errorprone.refaster.UBlock block private final com.google.common.collect.ImmutableList catches private final com.google.errorprone.refaster.UBlock finallyBlock void <init> (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UBlock, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UBlock) com.google.common.collect.ImmutableList resources com.google.errorprone.refaster.UBlock block com.google.common.collect.ImmutableList catches com.google.errorprone.refaster.UBlock finallyBlock public com.google.common.collect.ImmutableList getResources () public com.google.errorprone.refaster.UBlock getBlock () public com.google.common.collect.ImmutableList getCatches () public com.google.errorprone.refaster.UBlock getFinallyBlock () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UTry that Object o public int hashCode () int h$ public volatile synthetic java.util.List getResources () public volatile synthetic com.sun.source.tree.BlockTree getFinallyBlock () public volatile synthetic java.util.List getCatches () public volatile synthetic com.sun.source.tree.BlockTree getBlock () }
com/google/errorprone/refaster/AutoValue_UIntersectionType.class
AutoValue_UIntersectionType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UIntersectionType extends com.google.errorprone.refaster.UIntersectionType { private final com.google.common.collect.ImmutableList bounds void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList bounds public com.google.common.collect.ImmutableList getBounds () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UIntersectionType that Object o public int hashCode () int h$ public volatile synthetic java.util.List getBounds () }
com/google/errorprone/refaster/ControlFlowVisitor$BreakContext.class
ControlFlowVisitor.java package com.google.errorprone.refaster com.google.errorprone.refaster.ControlFlowVisitor$BreakContext extends java.lang.Object { final java.util.Set internalLabels int loopDepth private void <init> () void enter (javax.lang.model.element.Name) javax.lang.model.element.Name label void exit (javax.lang.model.element.Name) javax.lang.model.element.Name label }
com/google/errorprone/refaster/Choice.class
Choice.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.Choice extends java.lang.Object { private static final com.google.errorprone.refaster.Choice NONE public static com.google.errorprone.refaster.Choice none () public static com.google.errorprone.refaster.Choice of (java.lang.Object) Object t public static com.google.errorprone.refaster.Choice condition (boolean, java.lang.Object) boolean condition Object t public static com.google.errorprone.refaster.Choice fromOptional (com.google.common.base.Optional) com.google.common.base.Optional optional public static com.google.errorprone.refaster.Choice from (java.util.Collection) java.util.Collection choices public static com.google.errorprone.refaster.Choice any (java.util.Collection) java.util.Collection choices private void <init> () java.lang.Iterable asIterable () protected abstract java.util.Iterator iterator () public java.lang.String toString () public com.google.common.base.Optional first () java.util.Iterator itr public com.google.errorprone.refaster.Choice thenChoose (com.google.common.base.Function) com.google.common.base.Function function com.google.errorprone.refaster.Choice thisChoice public com.google.errorprone.refaster.Choice thenOption (com.google.common.base.Function) com.google.common.base.Function function com.google.errorprone.refaster.Choice thisChoice public com.google.errorprone.refaster.Choice transform (com.google.common.base.Function) com.google.common.base.Function function com.google.errorprone.refaster.Choice thisChoice public com.google.errorprone.refaster.Choice or (com.google.errorprone.refaster.Choice) com.google.errorprone.refaster.Choice thisChoice com.google.errorprone.refaster.Choice other public com.google.errorprone.refaster.Choice condition (boolean) boolean condition public com.google.errorprone.refaster.Choice condition (com.google.common.base.Predicate) com.google.common.base.Predicate predicate com.google.errorprone.refaster.Choice thisChoice static void <clinit> () }
com/google/errorprone/refaster/UEnhancedForLoop.class
UEnhancedForLoop.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UEnhancedForLoop extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.EnhancedForLoopTree { private static final long serialVersionUID private static final java.lang.reflect.Method treeMakerForeachLoopMethod void <init> () public static com.google.errorprone.refaster.UEnhancedForLoop create (com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UStatement) com.google.errorprone.refaster.UVariableDecl variable com.google.errorprone.refaster.UExpression elements com.google.errorprone.refaster.UStatement statement private static boolean isCompiledWithJdk20Plus () private static com.google.errorprone.refaster.UEnhancedForLoop createPreJdk20EnhancedForLoop (com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UStatement) ReflectiveOperationException e com.google.errorprone.refaster.UVariableDecl variable com.google.errorprone.refaster.UExpression elements com.google.errorprone.refaster.UStatement statement private static com.google.errorprone.refaster.UEnhancedForLoop createJdk20PlusEnhancedForLoop (com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UStatement) ReflectiveOperationException e com.google.errorprone.refaster.UVariableDecl variable com.google.errorprone.refaster.UExpression elements com.google.errorprone.refaster.UStatement statement Object declarationKind private static java.lang.Object getVariableDeclarationKind () Class declarationKind ClassNotFoundException e Class declarationKind public abstract com.google.errorprone.refaster.UVariableDecl getVariable () public abstract com.google.errorprone.refaster.UExpression getExpression () public abstract com.google.errorprone.refaster.USimpleStatement getStatement () public com.sun.source.tree.Tree getVariableOrRecordPattern () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner private static java.lang.reflect.Method treeMakerForeachLoopMethod () ReflectiveOperationException e2 ReflectiveOperationException e1 static com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop makeForeachLoop (com.sun.tools.javac.tree.TreeMaker, com.sun.tools.javac.tree.JCTree$JCVariableDecl, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.tree.JCTree$JCStatement) ReflectiveOperationException e com.sun.tools.javac.tree.TreeMaker maker com.sun.tools.javac.tree.JCTree$JCVariableDecl variable com.sun.tools.javac.tree.JCTree$JCExpression expression com.sun.tools.javac.tree.JCTree$JCStatement statement public com.google.errorprone.refaster.Choice visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.EnhancedForLoopTree loop com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.VariableTree getVariable () private static synthetic com.google.common.base.VerifyException lambda$getVariableDeclarationKind$2 () private static synthetic boolean lambda$getVariableDeclarationKind$1 (java.lang.Object) Object v private static synthetic boolean lambda$isCompiledWithJdk20Plus$0 (java.lang.reflect.Method) java.lang.reflect.Method m static void <clinit> () }
com/google/errorprone/refaster/AutoValue_UAnnotation.class
AutoValue_UAnnotation.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UAnnotation extends com.google.errorprone.refaster.UAnnotation { private final com.google.errorprone.refaster.UTree annotationType private final com.google.common.collect.ImmutableList arguments void <init> (com.google.errorprone.refaster.UTree, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.UTree annotationType com.google.common.collect.ImmutableList arguments public com.google.errorprone.refaster.UTree getAnnotationType () public com.google.common.collect.ImmutableList getArguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UAnnotation that Object o public int hashCode () int h$ public volatile synthetic java.util.List getArguments () public volatile synthetic com.sun.source.tree.Tree getAnnotationType () }
com/google/errorprone/refaster/AutoValue_ULiteral.class
AutoValue_ULiteral.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_ULiteral extends com.google.errorprone.refaster.ULiteral { private final com.sun.source.tree.Tree$Kind kind private final Object value void <init> (com.sun.source.tree.Tree$Kind, java.lang.Object) com.sun.source.tree.Tree$Kind kind Object value public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object getValue () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.ULiteral that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UReturn.class
AutoValue_UReturn.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UReturn extends com.google.errorprone.refaster.UReturn { private final com.google.errorprone.refaster.UExpression expression void <init> (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UReturn that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/AutoValue_UExpressionStatement.class
AutoValue_UExpressionStatement.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UExpressionStatement extends com.google.errorprone.refaster.UExpressionStatement { private final com.google.errorprone.refaster.UExpression expression void <init> (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UExpressionStatement that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/UPlaceholderExpression$UncheckedCouldNotResolveImportException.class
UPlaceholderExpression.java package com.google.errorprone.refaster com.google.errorprone.refaster.UPlaceholderExpression$UncheckedCouldNotResolveImportException extends java.lang.RuntimeException { void <init> (com.google.errorprone.refaster.CouldNotResolveImportException) com.google.errorprone.refaster.CouldNotResolveImportException e public synchronized com.google.errorprone.refaster.CouldNotResolveImportException getCause () public volatile synthetic java.lang.Throwable getCause () }
com/google/errorprone/refaster/AutoValue_UCatch.class
AutoValue_UCatch.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UCatch extends com.google.errorprone.refaster.UCatch { private final com.google.errorprone.refaster.UVariableDecl parameter private final com.google.errorprone.refaster.UBlock block void <init> (com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.UBlock) com.google.errorprone.refaster.UVariableDecl parameter com.google.errorprone.refaster.UBlock block public com.google.errorprone.refaster.UVariableDecl getParameter () public com.google.errorprone.refaster.UBlock getBlock () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UCatch that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.BlockTree getBlock () public volatile synthetic com.sun.source.tree.VariableTree getParameter () }
com/google/errorprone/refaster/PlaceholderMethod.class
PlaceholderMethod.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.PlaceholderMethod extends java.lang.Object implements java.io.Serializable { void <init> () static com.google.errorprone.refaster.PlaceholderMethod create (java.lang.CharSequence, com.google.errorprone.refaster.UType, com.google.common.collect.ImmutableMap, com.google.common.collect.ClassToInstanceMap) CharSequence name com.google.errorprone.refaster.UType returnType com.google.common.collect.ImmutableMap parameters com.google.common.collect.ClassToInstanceMap annotations boolean allowsIdentity Class matchesClass Class notMatchesClass com.google.common.base.Predicate allowedKinds abstract com.google.errorprone.refaster.StringName name () abstract com.google.errorprone.refaster.UType returnType () abstract com.google.common.collect.ImmutableMap annotatedParameters () abstract com.google.errorprone.matchers.Matcher matcher () abstract com.google.common.collect.ImmutableClassToInstanceMap annotations () com.google.common.collect.ImmutableSet parameters () java.util.Set requiredParameters () com.google.errorprone.refaster.PlaceholderMethod$PlaceholderExpressionKey exprKey () com.google.errorprone.refaster.PlaceholderMethod$PlaceholderBlockKey blockKey () private static synthetic boolean lambda$requiredParameters$0 (com.google.common.collect.ImmutableClassToInstanceMap) com.google.common.collect.ImmutableClassToInstanceMap annotations }
com/google/errorprone/refaster/PlaceholderMethod$PlaceholderExpressionKey.class
PlaceholderMethod.java package com.google.errorprone.refaster final com.google.errorprone.refaster.PlaceholderMethod$PlaceholderExpressionKey extends com.google.errorprone.refaster.Bindings$Key implements java.lang.Comparable { final com.google.errorprone.refaster.PlaceholderMethod method private void <init> (java.lang.String, com.google.errorprone.refaster.PlaceholderMethod) String str com.google.errorprone.refaster.PlaceholderMethod method public int compareTo (com.google.errorprone.refaster.PlaceholderMethod$PlaceholderExpressionKey) com.google.errorprone.refaster.PlaceholderMethod$PlaceholderExpressionKey o public volatile synthetic int compareTo (java.lang.Object) }
com/google/errorprone/refaster/UBlank.class
UBlank.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UBlank extends java.lang.Object implements com.google.errorprone.refaster.UStatement { private static final com.sun.source.util.TreeScanner FORBIDDEN_REFERENCE_SCANNER void <init> () static com.google.errorprone.refaster.UBlank create () abstract java.util.UUID unique () com.google.errorprone.refaster.UBlank$Key key () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.google.errorprone.refaster.Choice apply (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) com.sun.source.tree.StatementTree stmt com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements state int goodIndex com.google.common.collect.ImmutableSortedSet breakPoints public com.sun.tools.javac.util.List inlineStatements (com.google.errorprone.refaster.Inliner) com.sun.source.tree.StatementTree stmt com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.ListBuffer buffer public volatile synthetic java.lang.Object apply (java.lang.Object) private synthetic com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements lambda$apply$0 (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements, java.lang.Integer) com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements state Integer k com.google.errorprone.refaster.Unifier unifier com.google.common.collect.ImmutableList remaining static void <clinit> () }
com/google/errorprone/refaster/Choice$1.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$1 extends com.google.errorprone.refaster.Choice { void <init> () protected java.util.Iterator iterator () public com.google.errorprone.refaster.Choice thenChoose (com.google.common.base.Function) com.google.common.base.Function function public com.google.errorprone.refaster.Choice thenOption (com.google.common.base.Function) com.google.common.base.Function function public com.google.errorprone.refaster.Choice transform (com.google.common.base.Function) com.google.common.base.Function function public com.google.errorprone.refaster.Choice or (com.google.errorprone.refaster.Choice) com.google.errorprone.refaster.Choice other public com.google.errorprone.refaster.Choice condition (com.google.common.base.Predicate) com.google.common.base.Predicate predicate public java.lang.String toString () }
com/google/errorprone/refaster/UClassDecl$UnifierWithRemainingMembers.class
UClassDecl.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers extends java.lang.Object { void <init> () static com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers create (com.google.errorprone.refaster.Unifier, java.lang.Iterable) com.google.errorprone.refaster.Unifier unifier Iterable remainingMembers abstract com.google.errorprone.refaster.Unifier unifier () abstract com.google.common.collect.ImmutableList remainingMembers () static com.google.common.base.Function withRemaining (java.lang.Iterable) Iterable remainingMembers private static synthetic com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers lambda$withRemaining$0 (java.lang.Iterable, com.google.errorprone.refaster.Unifier) Iterable remainingMembers com.google.errorprone.refaster.Unifier unifier }
com/google/errorprone/refaster/Choice$4.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$4 extends com.google.errorprone.refaster.Choice { final synthetic com.google.errorprone.refaster.Choice val$thisChoice final synthetic com.google.common.base.Function val$function final synthetic com.google.errorprone.refaster.Choice this$0 void <init> (com.google.errorprone.refaster.Choice, com.google.errorprone.refaster.Choice, com.google.common.base.Function) com.google.errorprone.refaster.Choice this$0 protected java.util.Iterator iterator () private static synthetic java.util.Iterator lambda$iterator$0 (com.google.common.base.Function, java.lang.Object) com.google.common.base.Function function Object t }
com/google/errorprone/refaster/AutoValue_ExpressionTemplate.class
AutoValue_ExpressionTemplate.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_ExpressionTemplate extends com.google.errorprone.refaster.ExpressionTemplate { private final com.google.common.collect.ImmutableClassToInstanceMap annotations private final com.google.common.collect.ImmutableList templateTypeVariables private final com.google.common.collect.ImmutableMap expressionArgumentTypes private final com.google.errorprone.refaster.UExpression expression private final com.google.errorprone.refaster.UType returnType void <init> (com.google.common.collect.ImmutableClassToInstanceMap, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableMap, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UType) com.google.common.collect.ImmutableClassToInstanceMap annotations com.google.common.collect.ImmutableList templateTypeVariables com.google.common.collect.ImmutableMap expressionArgumentTypes com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UType returnType public com.google.common.collect.ImmutableClassToInstanceMap annotations () public com.google.common.collect.ImmutableList templateTypeVariables () public com.google.common.collect.ImmutableMap expressionArgumentTypes () com.google.errorprone.refaster.UExpression expression () com.google.errorprone.refaster.UType returnType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.ExpressionTemplate that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UClassDecl.class
UClassDecl.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UClassDecl extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.ClassTree { void <init> () public static transient com.google.errorprone.refaster.UClassDecl create (com.google.errorprone.refaster.UMethodDecl[]) com.google.errorprone.refaster.UMethodDecl[] members public static com.google.errorprone.refaster.UClassDecl create (java.lang.Iterable) Iterable members private static com.google.common.base.Function match (com.sun.source.tree.Tree) com.sun.source.tree.Tree tree public com.google.errorprone.refaster.Choice visitClass (com.sun.source.tree.ClassTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.Tree targetMember com.sun.source.tree.ClassTree node com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Choice path public com.sun.tools.javac.tree.JCTree$JCClassDecl inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.UTree getExtendsClause () public com.google.common.collect.ImmutableList getImplementsClause () public abstract com.google.common.collect.ImmutableList getMembers () public com.sun.source.tree.ModifiersTree getModifiers () public javax.lang.model.element.Name getSimpleName () public com.google.common.collect.ImmutableList getTypeParameters () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.util.List getMembers () public volatile synthetic java.util.List getImplementsClause () public volatile synthetic com.sun.source.tree.Tree getExtendsClause () public volatile synthetic java.util.List getTypeParameters () private static synthetic boolean lambda$visitClass$2 (com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers) com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers s private static synthetic com.google.errorprone.refaster.Choice lambda$match$1 (com.sun.source.tree.Tree, com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers) com.sun.source.tree.Tree tree com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers state com.google.common.collect.ImmutableList currentMembers com.google.errorprone.refaster.Choice methodChoice private static synthetic com.google.errorprone.refaster.Choice lambda$match$0 (com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers, com.sun.source.tree.Tree, java.lang.Integer) com.google.errorprone.refaster.UVariableDecl param com.google.common.collect.ImmutableList currentMembers com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers state com.sun.source.tree.Tree tree Integer i com.google.common.collect.ImmutableList remainingMembers com.google.errorprone.refaster.UMethodDecl chosenMethod com.google.errorprone.refaster.Unifier unifier }
com/google/errorprone/refaster/UType.class
UType.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UType extends com.sun.tools.javac.code.Types$SimpleVisitor implements com.google.errorprone.refaster.Unifiable com.google.errorprone.refaster.Inlineable { public void <init> () public com.google.errorprone.refaster.Choice visitType (com.sun.tools.javac.code.Type, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type t com.google.errorprone.refaster.Unifier unifier public final com.google.errorprone.refaster.Choice unify (com.sun.tools.javac.code.Type, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type target com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) public volatile synthetic com.google.errorprone.refaster.Choice unify (java.lang.Object, com.google.errorprone.refaster.Unifier) }
com/google/errorprone/refaster/ULiteral.class
ULiteral.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.ULiteral extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.LiteralTree { private static final com.google.common.collect.ImmutableBiMap LIT_KIND_TAG public void <init> () public static com.google.errorprone.refaster.ULiteral nullLit () public static com.google.errorprone.refaster.ULiteral intLit (int) int value public static com.google.errorprone.refaster.ULiteral longLit (long) long value public static com.google.errorprone.refaster.ULiteral floatLit (float) float value public static com.google.errorprone.refaster.ULiteral doubleLit (double) double value public static com.google.errorprone.refaster.ULiteral booleanLit (boolean) boolean value public static com.google.errorprone.refaster.ULiteral charLit (char) char value public static com.google.errorprone.refaster.ULiteral stringLit (java.lang.String) String value public static com.google.errorprone.refaster.ULiteral create (com.sun.source.tree.Tree$Kind, java.lang.Object) com.sun.source.tree.Tree$Kind kind Object value public abstract com.sun.source.tree.Tree$Kind getKind () public abstract java.lang.Object getValue () private static boolean integral (java.lang.Object) Object o private static boolean match (java.lang.Object, java.lang.Object) Object a Object b public com.google.errorprone.refaster.Choice visitLiteral (com.sun.source.tree.LiteralTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.LiteralTree literal com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCLiteral inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner Object value public com.google.errorprone.refaster.UExpression negate () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitLiteral (com.sun.source.tree.LiteralTree, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/PlaceholderMethod$PlaceholderBlockKey.class
PlaceholderMethod.java package com.google.errorprone.refaster final com.google.errorprone.refaster.PlaceholderMethod$PlaceholderBlockKey extends com.google.errorprone.refaster.Bindings$Key { final com.google.errorprone.refaster.PlaceholderMethod method private void <init> (java.lang.String, com.google.errorprone.refaster.PlaceholderMethod) String str com.google.errorprone.refaster.PlaceholderMethod method }
com/google/errorprone/refaster/AutoValue_UEnhancedForLoop.class
AutoValue_UEnhancedForLoop.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UEnhancedForLoop extends com.google.errorprone.refaster.UEnhancedForLoop { private final com.google.errorprone.refaster.UVariableDecl variable private final com.google.errorprone.refaster.UExpression expression private final com.google.errorprone.refaster.USimpleStatement statement private static final long serialVersionUID void <init> (com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.USimpleStatement) com.google.errorprone.refaster.UVariableDecl variable com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.USimpleStatement statement public com.google.errorprone.refaster.UVariableDecl getVariable () public com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.USimpleStatement getStatement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UEnhancedForLoop that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.StatementTree getStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.VariableTree getVariable () }
com/google/errorprone/refaster/StringName.class
StringName.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.StringName extends java.lang.Object implements javax.lang.model.element.Name com.google.errorprone.refaster.Unifiable com.google.errorprone.refaster.Inlineable { public void <init> () public static com.google.errorprone.refaster.StringName of (java.lang.CharSequence) CharSequence contents abstract java.lang.String contents () public final java.lang.String toString () public int length () public char charAt (int) int index public java.lang.CharSequence subSequence (int, int) int beginIndex int endIndex public boolean contentEquals (java.lang.CharSequence) CharSequence cs public com.google.errorprone.refaster.Choice unify (javax.lang.model.element.Name, com.google.errorprone.refaster.Unifier) javax.lang.model.element.Name target com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.util.Name inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner public volatile synthetic com.google.errorprone.refaster.Choice unify (java.lang.Object, com.google.errorprone.refaster.Unifier) public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException }
com/google/errorprone/refaster/AutoValue_UClassDecl_UnifierWithRemainingMembers.class
AutoValue_UClassDecl_UnifierWithRemainingMembers.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UClassDecl_UnifierWithRemainingMembers extends com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers { private final com.google.errorprone.refaster.Unifier unifier private final com.google.common.collect.ImmutableList remainingMembers void <init> (com.google.errorprone.refaster.Unifier, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.Unifier unifier com.google.common.collect.ImmutableList remainingMembers com.google.errorprone.refaster.Unifier unifier () com.google.common.collect.ImmutableList remainingMembers () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UClassDecl$UnifierWithRemainingMembers that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/Unifiable.class
Unifiable.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.Unifiable extends java.lang.Object implements java.io.Serializable { public abstract com.google.errorprone.refaster.Choice unify (java.lang.Object, com.google.errorprone.refaster.Unifier) }
com/google/errorprone/refaster/Template$InferException.class
Template.java package com.google.errorprone.refaster com.google.errorprone.refaster.Template$InferException extends java.lang.Exception { final java.util.Collection diagnostics public void <init> (java.util.Collection) java.util.Collection diagnostics public java.lang.String getMessage () }
com/google/errorprone/refaster/AutoValue_UArrayAccess.class
AutoValue_UArrayAccess.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UArrayAccess extends com.google.errorprone.refaster.UArrayAccess { private final com.google.errorprone.refaster.UExpression expression private final com.google.errorprone.refaster.UExpression index void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UExpression index public com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.UExpression getIndex () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UArrayAccess that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getIndex () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/UPlaceholderExpression$1.class
UPlaceholderExpression.java package com.google.errorprone.refaster com.google.errorprone.refaster.UPlaceholderExpression$1 extends com.sun.tools.javac.tree.TreeCopier { final synthetic java.util.Map val$arguments void <init> (com.sun.tools.javac.tree.TreeMaker, java.util.Map) com.sun.tools.javac.tree.TreeMaker M public com.sun.tools.javac.tree.JCTree copy (com.sun.tools.javac.tree.JCTree, com.google.errorprone.refaster.Inliner) com.sun.tools.javac.tree.JCTree tree com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.tree.JCTree result public com.sun.tools.javac.tree.JCTree visitIdentifier (com.sun.source.tree.IdentifierTree, com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.CouldNotResolveImportException e com.sun.source.tree.IdentifierTree node com.google.errorprone.refaster.Inliner inliner public volatile synthetic com.sun.tools.javac.tree.JCTree visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) public volatile synthetic com.sun.tools.javac.tree.JCTree copy (com.sun.tools.javac.tree.JCTree, java.lang.Object) public volatile synthetic java.lang.Object visitIdentifier (com.sun.source.tree.IdentifierTree, java.lang.Object) }
com/google/errorprone/refaster/AutoValue_UBinary.class
AutoValue_UBinary.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UBinary extends com.google.errorprone.refaster.UBinary { private final com.sun.source.tree.Tree$Kind kind private final com.google.errorprone.refaster.UExpression leftOperand private final com.google.errorprone.refaster.UExpression rightOperand void <init> (com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.sun.source.tree.Tree$Kind kind com.google.errorprone.refaster.UExpression leftOperand com.google.errorprone.refaster.UExpression rightOperand public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.UExpression getLeftOperand () public com.google.errorprone.refaster.UExpression getRightOperand () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UBinary that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getRightOperand () public volatile synthetic com.sun.source.tree.ExpressionTree getLeftOperand () }
com/google/errorprone/refaster/AutoValue_UInstanceOf.class
AutoValue_UInstanceOf.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UInstanceOf extends com.google.errorprone.refaster.UInstanceOf { private final com.google.errorprone.refaster.UExpression expression private final com.google.errorprone.refaster.UTree type void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UTree) com.google.errorprone.refaster.UExpression expression com.google.errorprone.refaster.UTree type public com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.UTree getType () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UInstanceOf that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_ULocalVarIdent.class
AutoValue_ULocalVarIdent.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_ULocalVarIdent extends com.google.errorprone.refaster.ULocalVarIdent { private final com.google.errorprone.refaster.StringName name void <init> (com.google.errorprone.refaster.StringName) com.google.errorprone.refaster.StringName name public com.google.errorprone.refaster.StringName getName () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.ULocalVarIdent that Object o public int hashCode () int h$ public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/PlaceholderUnificationVisitor$QuadFunction.class
PlaceholderUnificationVisitor.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction extends java.lang.Object { public abstract java.lang.Object apply (java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) }
com/google/errorprone/refaster/ULiteral$1.class
ULiteral.java package com.google.errorprone.refaster synthetic com.google.errorprone.refaster.ULiteral$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$sun$source$tree$Tree$Kind static void <clinit> () }
com/google/errorprone/refaster/UIdent.class
UIdent.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UIdent extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.IdentifierTree { void <init> () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () }
com/google/errorprone/refaster/AutoValue_UParens.class
AutoValue_UParens.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UParens extends com.google.errorprone.refaster.UParens { private final com.google.errorprone.refaster.UExpression expression void <init> (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UParens that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/RefasterSuppressionHelper$RefasterSuppressible.class
RefasterSuppressionHelper.java package com.google.errorprone.refaster com.google.errorprone.refaster.RefasterSuppressionHelper$RefasterSuppressible extends java.lang.Object implements com.google.errorprone.matchers.Suppressible { private final com.google.errorprone.refaster.RefasterRule rule void <init> (com.google.errorprone.refaster.RefasterRule) com.google.errorprone.refaster.RefasterRule rule public java.util.Set allNames () public java.lang.String canonicalName () public boolean supportsSuppressWarnings () public java.util.Set customSuppressionAnnotations () public boolean suppressedByAnyOf (java.util.Set, com.google.errorprone.VisitorState) java.util.Set annotations com.google.errorprone.VisitorState s }
com/google/errorprone/refaster/UTemplater$3.class
UTemplater.java package com.google.errorprone.refaster com.google.errorprone.refaster.UTemplater$3 extends com.sun.tools.javac.code.Types$SimpleVisitor { private final java.util.Map typeVariables final synthetic com.google.errorprone.refaster.UTemplater this$0 void <init> (com.google.errorprone.refaster.UTemplater) com.google.errorprone.refaster.UTemplater this$0 public com.google.errorprone.refaster.UType visitType (com.sun.tools.javac.code.Type, java.lang.Void) com.sun.tools.javac.code.Type type Void v public com.google.errorprone.refaster.UArrayType visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Void) com.sun.tools.javac.code.Type$ArrayType type Void v public com.google.errorprone.refaster.UMethodType visitMethodType (com.sun.tools.javac.code.Type$MethodType, java.lang.Void) com.sun.tools.javac.code.Type$MethodType type Void v public com.google.errorprone.refaster.UType visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Void) com.sun.tools.javac.code.Type$ClassType type Void v public com.google.errorprone.refaster.UWildcardType visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Void) com.sun.tools.javac.code.Type$WildcardType type Void v public com.google.errorprone.refaster.UTypeVar visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Void) com.sun.tools.javac.code.Type$TypeVar type Void v com.sun.tools.javac.code.Symbol$TypeSymbol tsym com.google.errorprone.refaster.UTypeVar var public com.google.errorprone.refaster.UForAll visitForAll (com.sun.tools.javac.code.Type$ForAll, java.lang.Void) com.sun.tools.javac.code.Type$ForAll type Void v com.google.common.collect.ImmutableList vars public volatile synthetic java.lang.Object visitForAll (com.sun.tools.javac.code.Type$ForAll, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVar (com.sun.tools.javac.code.Type$TypeVar, java.lang.Object) public volatile synthetic java.lang.Object visitMethodType (com.sun.tools.javac.code.Type$MethodType, java.lang.Object) public volatile synthetic java.lang.Object visitArrayType (com.sun.tools.javac.code.Type$ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitClassType (com.sun.tools.javac.code.Type$ClassType, java.lang.Object) public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) }
com/google/errorprone/refaster/Template$1.class
Template.java package com.google.errorprone.refaster com.google.errorprone.refaster.Template$1 extends com.sun.tools.javac.tree.Pretty { final synthetic com.sun.tools.javac.tree.JCTree$JCCompilationUnit val$unit final synthetic java.io.Writer val$writer final synthetic String val$unitContents void <init> (java.io.Writer, boolean, com.sun.tools.javac.tree.JCTree$JCCompilationUnit, java.io.Writer, java.lang.String) java.io.Writer out boolean sourceOutput public void visitAnnotation (com.sun.tools.javac.tree.JCTree$JCAnnotation) java.io.IOException e com.sun.tools.javac.tree.JCTree$JCAnnotation anno public void printExpr (com.sun.tools.javac.tree.JCTree, int) throws java.io.IOException com.sun.tools.javac.tree.JCTree tree int prec com.sun.tools.javac.tree.EndPosTable endPositions int endPos boolean hasRealEndPosition public void visitApply (com.sun.tools.javac.tree.JCTree$JCMethodInvocation) java.io.IOException e String commentLiteral com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree com.sun.tools.javac.tree.JCTree$JCExpression select public void printStat (com.sun.tools.javac.tree.JCTree) throws java.io.IOException String commentLiteral com.sun.tools.javac.tree.JCTree$JCMethodInvocation invocation com.sun.tools.javac.tree.JCTree$JCExpression select com.sun.tools.javac.tree.JCTree tree public void visitLambda (com.sun.tools.javac.tree.JCTree$JCLambda) com.sun.tools.javac.tree.JCTree$JCVariableDecl param boolean exactlyOneParamWithNoType boolean first java.io.IOException e com.sun.tools.javac.tree.JCTree$JCLambda lambda public void visitTry (com.sun.tools.javac.tree.JCTree$JCTry) com.sun.tools.javac.tree.JCTree resource com.sun.tools.javac.tree.JCTree$JCCatch catchStmt boolean first java.io.IOException e com.sun.tools.javac.tree.JCTree$JCTry tree }
com/google/errorprone/refaster/UTypeVar.class
UTypeVar.java package com.google.errorprone.refaster public com.google.errorprone.refaster.UTypeVar extends com.google.errorprone.refaster.UType { private final String name private com.google.errorprone.refaster.UType lowerBound private com.google.errorprone.refaster.UType upperBound public static com.google.errorprone.refaster.UTypeVar create (java.lang.String, com.google.errorprone.refaster.UType, com.google.errorprone.refaster.UType) String name com.google.errorprone.refaster.UType lowerBound com.google.errorprone.refaster.UType upperBound public static com.google.errorprone.refaster.UTypeVar create (java.lang.String, com.google.errorprone.refaster.UType) String name com.google.errorprone.refaster.UType upperBound public static com.google.errorprone.refaster.UTypeVar create (java.lang.String) String name private void <init> (java.lang.String, com.google.errorprone.refaster.UType, com.google.errorprone.refaster.UType) String name com.google.errorprone.refaster.UType lowerBound com.google.errorprone.refaster.UType upperBound public com.google.errorprone.refaster.Choice visitType (com.sun.tools.javac.code.Type, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type target com.google.errorprone.refaster.Unifier unifier public com.google.errorprone.refaster.UTypeVar$Key key () public java.lang.String getName () public com.google.errorprone.refaster.UType getLowerBound () public com.google.errorprone.refaster.UType getUpperBound () public void setLowerBound (com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UType lowerBound public void setUpperBound (com.google.errorprone.refaster.UType) com.google.errorprone.refaster.UType upperBound public com.sun.tools.javac.code.Type inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public int hashCode () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UTypeVar typeVar Object obj public java.lang.String toString () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitType (com.sun.tools.javac.code.Type, java.lang.Object) }
com/google/errorprone/refaster/UTypeParameter.class
UTypeParameter.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UTypeParameter extends com.google.errorprone.refaster.UTree implements com.sun.source.tree.TypeParameterTree { void <init> () static transient com.google.errorprone.refaster.UTypeParameter create (java.lang.CharSequence, com.google.errorprone.refaster.UExpression[]) CharSequence name com.google.errorprone.refaster.UExpression[] bounds static com.google.errorprone.refaster.UTypeParameter create (java.lang.CharSequence, java.lang.Iterable, java.lang.Iterable) CharSequence name Iterable bounds Iterable annotations public abstract com.google.errorprone.refaster.StringName getName () public abstract com.google.common.collect.ImmutableList getBounds () public abstract com.google.common.collect.ImmutableList getAnnotations () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCTypeParameter inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitTypeParameter (com.sun.source.tree.TypeParameterTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.TypeParameterTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitTypeParameter (com.sun.source.tree.TypeParameterTree, java.lang.Object) public volatile synthetic java.util.List getAnnotations () public volatile synthetic java.util.List getBounds () public volatile synthetic javax.lang.model.element.Name getName () }
com/google/errorprone/refaster/UStatement$UnifierWithUnconsumedStatements.class
UStatement.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements extends java.lang.Object { public void <init> () public static com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements create (com.google.errorprone.refaster.Unifier, java.util.List) com.google.errorprone.refaster.Unifier unifier java.util.List unconsumedStatements public abstract com.google.errorprone.refaster.Unifier unifier () public abstract com.google.common.collect.ImmutableList unconsumedStatements () }
com/google/errorprone/refaster/ControlFlowVisitor$Result$2.class
ControlFlowVisitor.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ControlFlowVisitor$Result$2 extends com.google.errorprone.refaster.ControlFlowVisitor$Result { private void <init> (java.lang.String, int) com.google.errorprone.refaster.ControlFlowVisitor$Result or (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other com.google.errorprone.refaster.ControlFlowVisitor$Result then (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other }
com/google/errorprone/refaster/ImportPolicy$WhichImports$2.class
ImportPolicy.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ImportPolicy$WhichImports$2 extends com.google.errorprone.refaster.ImportPolicy$WhichImports { private void <init> (java.lang.String, int) java.util.stream.Stream getExistingImports (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner boolean existingImportMatches (com.sun.tools.javac.tree.JCTree$JCImport) com.sun.tools.javac.tree.JCTree$JCImport jcImport }
com/google/errorprone/refaster/UReturn.class
UReturn.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UReturn extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.ReturnTree { public void <init> () public static com.google.errorprone.refaster.UReturn create (com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression expression public abstract com.google.errorprone.refaster.UExpression getExpression () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCReturn inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ReturnTree ret com.google.errorprone.refaster.Unifier unifier public volatile synthetic com.google.errorprone.refaster.Choice apply (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) public volatile synthetic com.sun.tools.javac.util.List inlineStatements (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/AutoValue_BlockTemplate.class
AutoValue_BlockTemplate.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_BlockTemplate extends com.google.errorprone.refaster.BlockTemplate { private final com.google.common.collect.ImmutableClassToInstanceMap annotations private final com.google.common.collect.ImmutableList templateTypeVariables private final com.google.common.collect.ImmutableMap expressionArgumentTypes private final com.google.common.collect.ImmutableList templateStatements void <init> (com.google.common.collect.ImmutableClassToInstanceMap, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableMap, com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableClassToInstanceMap annotations com.google.common.collect.ImmutableList templateTypeVariables com.google.common.collect.ImmutableMap expressionArgumentTypes com.google.common.collect.ImmutableList templateStatements public com.google.common.collect.ImmutableClassToInstanceMap annotations () public com.google.common.collect.ImmutableList templateTypeVariables () public com.google.common.collect.ImmutableMap expressionArgumentTypes () com.google.common.collect.ImmutableList templateStatements () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.BlockTemplate that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/UTypeCast.class
UTypeCast.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UTypeCast extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.TypeCastTree { void <init> () public static com.google.errorprone.refaster.UTypeCast create (com.google.errorprone.refaster.UTree, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UTree type com.google.errorprone.refaster.UExpression expression public abstract com.google.errorprone.refaster.UTree getType () public abstract com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.Choice visitTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.TypeCastTree cast com.google.errorprone.refaster.Unifier unifier public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCTypeCast inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.Tree getType () }
com/google/errorprone/refaster/UPlaceholderStatement$ConsumptionState.class
UPlaceholderStatement.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UPlaceholderStatement$ConsumptionState extends java.lang.Object { void <init> () static com.google.errorprone.refaster.UPlaceholderStatement$ConsumptionState empty () abstract int consumedStatements () abstract com.sun.tools.javac.util.List placeholderImplInReverseOrder () com.google.errorprone.refaster.UPlaceholderStatement$ConsumptionState consume (com.sun.tools.javac.tree.JCTree$JCStatement) com.sun.tools.javac.tree.JCTree$JCStatement impl }
com/google/errorprone/refaster/UWildcardType.class
UWildcardType.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UWildcardType extends com.google.errorprone.refaster.UType { void <init> () public static com.google.errorprone.refaster.UWildcardType create (com.sun.tools.javac.code.BoundKind, com.google.errorprone.refaster.UType) com.sun.tools.javac.code.BoundKind boundKind com.google.errorprone.refaster.UType bound public static com.google.errorprone.refaster.UWildcardType create () abstract com.sun.tools.javac.code.BoundKind boundKind () abstract com.google.errorprone.refaster.UType bound () public com.google.errorprone.refaster.Choice visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, com.google.errorprone.refaster.Unifier) com.sun.tools.javac.code.Type$WildcardType wildcard com.google.errorprone.refaster.Unifier unifier public com.sun.tools.javac.code.Type inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitWildcardType (com.sun.tools.javac.code.Type$WildcardType, java.lang.Object) }
com/google/errorprone/refaster/UExpression.class
UExpression.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.UExpression extends com.google.errorprone.refaster.UTree implements com.sun.source.tree.ExpressionTree { public void <init> () public com.google.errorprone.refaster.UExpression negate () }
com/google/errorprone/refaster/Unifier$1.class
Unifier.java package com.google.errorprone.refaster com.google.errorprone.refaster.Unifier$1 extends java.lang.Object implements com.google.common.base.Function { final synthetic int val$startIndex final synthetic java.util.List val$targets final synthetic com.google.errorprone.refaster.URepeated val$repeated void <init> (int, java.util.List, com.google.errorprone.refaster.URepeated) public com.google.common.base.Optional apply (com.google.errorprone.refaster.Unifier) com.google.common.base.Optional forked com.sun.tools.javac.tree.JCTree$JCExpression boundExpr int j com.google.errorprone.refaster.Unifier unifier java.util.List expressions public volatile synthetic java.lang.Object apply (java.lang.Object) }
com/google/errorprone/refaster/AutoValue_PlaceholderUnificationVisitor.class
AutoValue_PlaceholderUnificationVisitor.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_PlaceholderUnificationVisitor extends com.google.errorprone.refaster.PlaceholderUnificationVisitor { private final com.sun.tools.javac.tree.TreeMaker maker private final com.google.common.collect.ImmutableMap arguments void <init> (com.sun.tools.javac.tree.TreeMaker, com.google.common.collect.ImmutableMap) com.sun.tools.javac.tree.TreeMaker maker com.google.common.collect.ImmutableMap arguments com.sun.tools.javac.tree.TreeMaker maker () com.google.common.collect.ImmutableMap arguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.PlaceholderUnificationVisitor that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UClassType.class
AutoValue_UClassType.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UClassType extends com.google.errorprone.refaster.UClassType { private final com.google.errorprone.refaster.StringName fullyQualifiedClass private final com.google.common.collect.ImmutableList typeArguments void <init> (com.google.errorprone.refaster.StringName, com.google.common.collect.ImmutableList) com.google.errorprone.refaster.StringName fullyQualifiedClass com.google.common.collect.ImmutableList typeArguments com.google.errorprone.refaster.StringName fullyQualifiedClass () com.google.common.collect.ImmutableList typeArguments () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UClassType that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/PlaceholderUnificationVisitor.class
PlaceholderUnificationVisitor.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.PlaceholderUnificationVisitor extends com.sun.source.util.SimpleTreeVisitor { static final com.sun.source.tree.TreeVisitor FORBIDDEN_REFERENCE_VISITOR private static final com.google.common.collect.ImmutableSet MUTATING_UNARY_TAGS void <init> () public static com.google.errorprone.refaster.PlaceholderUnificationVisitor create (com.sun.tools.javac.tree.TreeMaker, java.util.Map) com.sun.tools.javac.tree.TreeMaker maker java.util.Map arguments abstract com.sun.tools.javac.tree.TreeMaker maker () abstract com.google.common.collect.ImmutableMap arguments () com.google.errorprone.refaster.Choice tryBindArguments (com.sun.source.tree.ExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state private com.google.errorprone.refaster.Choice unifyParam (com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.UExpression, com.sun.source.tree.ExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.UVariableDecl placeholderParam com.google.errorprone.refaster.UExpression placeholderArg com.sun.source.tree.ExpressionTree toUnify com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice unify (com.sun.source.tree.Tree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.Tree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice unify (java.lang.Iterable, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.Tree node Iterable nodes com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.google.errorprone.refaster.Choice choice static boolean equivalentExprs (com.google.errorprone.refaster.Unifier, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.tree.JCTree$JCExpression) com.google.errorprone.refaster.Unifier unifier com.sun.tools.javac.tree.JCTree$JCExpression expr1 com.sun.tools.javac.tree.JCTree$JCExpression expr2 public com.google.errorprone.refaster.Choice unifyExpression (com.sun.source.tree.ExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.google.errorprone.refaster.Choice tryBindArguments public com.google.errorprone.refaster.Choice unifyExpressions (java.lang.Iterable, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) Iterable nodes com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice unifyStatement (com.sun.source.tree.StatementTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.StatementTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice unifyStatements (java.lang.Iterable, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) Iterable nodes com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state protected com.google.errorprone.refaster.Choice defaultAction (com.sun.source.tree.Tree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.Tree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state private static com.google.errorprone.refaster.Choice chooseSubtrees (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.common.base.Function, com.google.common.base.Function) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.google.common.base.Function choice1 com.google.common.base.Function finalizer private static com.google.errorprone.refaster.Choice chooseSubtrees (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.common.base.Function, com.google.common.base.Function, java.util.function.BiFunction) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.google.common.base.Function choice1 com.google.common.base.Function choice2 java.util.function.BiFunction finalizer private static com.google.errorprone.refaster.Choice chooseSubtrees (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.common.base.Function, com.google.common.base.Function, com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.google.common.base.Function choice1 com.google.common.base.Function choice2 com.google.common.base.Function choice3 com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction finalizer private static com.google.errorprone.refaster.Choice chooseSubtrees (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.common.base.Function, com.google.common.base.Function, com.google.common.base.Function, com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.google.common.base.Function choice1 com.google.common.base.Function choice2 com.google.common.base.Function choice3 com.google.common.base.Function choice4 com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction finalizer public com.google.errorprone.refaster.Choice visitArrayAccess (com.sun.source.tree.ArrayAccessTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ArrayAccessTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitBinary (com.sun.source.tree.BinaryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.BinaryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.sun.tools.javac.tree.JCTree$Tag tag public com.google.errorprone.refaster.Choice visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.MethodInvocationTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitMemberSelect (com.sun.source.tree.MemberSelectTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.MemberSelectTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitParenthesized (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ParenthesizedTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.UnaryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.sun.tools.javac.tree.JCTree$Tag tag public com.google.errorprone.refaster.Choice visitTypeCast (com.sun.source.tree.TypeCastTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.TypeCastTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitInstanceOf (com.sun.source.tree.InstanceOfTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.InstanceOfTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitNewClass (com.sun.source.tree.NewClassTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.NewClassTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitNewArray (com.sun.source.tree.NewArrayTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.NewArrayTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ConditionalExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitAssignment (com.sun.source.tree.AssignmentTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.AssignmentTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.CompoundAssignmentTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ExpressionStatementTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitBlock (com.sun.source.tree.BlockTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.BlockTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitThrow (com.sun.source.tree.ThrowTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ThrowTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.EnhancedForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitIf (com.sun.source.tree.IfTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.IfTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.DoWhileLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitForLoop (com.sun.source.tree.ForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.LabeledStatementTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitVariable (com.sun.source.tree.VariableTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.VariableTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitWhileLoop (com.sun.source.tree.WhileLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.WhileLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitSynchronized (com.sun.source.tree.SynchronizedTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.SynchronizedTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitReturn (com.sun.source.tree.ReturnTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ReturnTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitTry (com.sun.source.tree.TryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.TryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitCatch (com.sun.source.tree.CatchTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.CatchTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitSwitch (com.sun.source.tree.SwitchTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.SwitchTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitCase (com.sun.source.tree.CaseTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.CaseTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state private com.sun.tools.javac.tree.JCTree$JCCase makeCase (com.sun.source.tree.CaseTree, com.sun.tools.javac.util.List) Enum caseKind ReflectiveOperationException e com.sun.source.tree.CaseTree node com.sun.tools.javac.util.List stmts public com.google.errorprone.refaster.Choice visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.LambdaExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public com.google.errorprone.refaster.Choice visitMemberReference (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.MemberReferenceTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state public volatile synthetic java.lang.Object visitMemberReference (com.sun.source.tree.MemberReferenceTree, java.lang.Object) public volatile synthetic java.lang.Object visitMemberSelect (com.sun.source.tree.MemberSelectTree, java.lang.Object) public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic java.lang.Object visitInstanceOf (com.sun.source.tree.InstanceOfTree, java.lang.Object) public volatile synthetic java.lang.Object visitTypeCast (com.sun.source.tree.TypeCastTree, java.lang.Object) public volatile synthetic java.lang.Object visitBinary (com.sun.source.tree.BinaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic java.lang.Object visitCompoundAssignment (com.sun.source.tree.CompoundAssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitAssignment (com.sun.source.tree.AssignmentTree, java.lang.Object) public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitLambdaExpression (com.sun.source.tree.LambdaExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewArray (com.sun.source.tree.NewArrayTree, java.lang.Object) public volatile synthetic java.lang.Object visitNewClass (com.sun.source.tree.NewClassTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethodInvocation (com.sun.source.tree.MethodInvocationTree, java.lang.Object) public volatile synthetic java.lang.Object visitThrow (com.sun.source.tree.ThrowTree, java.lang.Object) public volatile synthetic java.lang.Object visitReturn (com.sun.source.tree.ReturnTree, java.lang.Object) public volatile synthetic java.lang.Object visitExpressionStatement (com.sun.source.tree.ExpressionStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic java.lang.Object visitCatch (com.sun.source.tree.CatchTree, java.lang.Object) public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitCase (com.sun.source.tree.CaseTree, java.lang.Object) public volatile synthetic java.lang.Object visitSwitch (com.sun.source.tree.SwitchTree, java.lang.Object) public volatile synthetic java.lang.Object visitLabeledStatement (com.sun.source.tree.LabeledStatementTree, java.lang.Object) public volatile synthetic java.lang.Object visitEnhancedForLoop (com.sun.source.tree.EnhancedForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitForLoop (com.sun.source.tree.ForLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitBlock (com.sun.source.tree.BlockTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) private synthetic com.sun.tools.javac.tree.JCTree$JCMemberReference lambda$visitMemberReference$94 (com.sun.source.tree.MemberReferenceTree, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.source.tree.MemberReferenceTree node com.sun.tools.javac.tree.JCTree$JCExpression expr private synthetic com.google.errorprone.refaster.Choice lambda$visitMemberReference$93 (com.sun.source.tree.MemberReferenceTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.MemberReferenceTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCLambda lambda$visitLambdaExpression$92 (com.sun.source.tree.LambdaExpressionTree, com.sun.tools.javac.tree.JCTree) com.sun.source.tree.LambdaExpressionTree node com.sun.tools.javac.tree.JCTree body private synthetic com.google.errorprone.refaster.Choice lambda$visitLambdaExpression$91 (com.sun.source.tree.LambdaExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.LambdaExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCCase lambda$visitCase$90 (com.sun.source.tree.CaseTree, com.sun.tools.javac.util.List) com.sun.source.tree.CaseTree node com.sun.tools.javac.util.List stmts private synthetic com.google.errorprone.refaster.Choice lambda$visitCase$89 (com.sun.source.tree.CaseTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.CaseTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCSwitch lambda$visitSwitch$88 (com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.util.List) com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.tools.javac.util.List cases private synthetic com.google.errorprone.refaster.Choice lambda$visitSwitch$87 (com.sun.source.tree.SwitchTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.SwitchTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitSwitch$86 (com.sun.source.tree.SwitchTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.SwitchTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCCatch lambda$visitCatch$85 (com.sun.source.tree.CatchTree, com.sun.tools.javac.tree.JCTree$JCStatement) com.sun.source.tree.CatchTree node com.sun.tools.javac.tree.JCTree$JCStatement block private synthetic com.google.errorprone.refaster.Choice lambda$visitCatch$84 (com.sun.source.tree.CatchTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.CatchTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCTry lambda$visitTry$83 (com.sun.tools.javac.util.List, com.sun.tools.javac.tree.JCTree$JCStatement, com.sun.tools.javac.util.List, com.sun.tools.javac.tree.JCTree$JCStatement) com.sun.tools.javac.util.List resources com.sun.tools.javac.tree.JCTree$JCStatement block com.sun.tools.javac.util.List catches com.sun.tools.javac.tree.JCTree$JCStatement finallyBlock private synthetic com.google.errorprone.refaster.Choice lambda$visitTry$82 (com.sun.source.tree.TryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.TryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitTry$81 (com.sun.source.tree.TryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.TryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitTry$80 (com.sun.source.tree.TryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.TryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitTry$79 (com.sun.source.tree.TryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.TryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitReturn$78 (com.sun.source.tree.ReturnTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ReturnTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCSynchronized lambda$visitSynchronized$77 (com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.tree.JCTree$JCStatement) com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.tools.javac.tree.JCTree$JCStatement block private synthetic com.google.errorprone.refaster.Choice lambda$visitSynchronized$76 (com.sun.source.tree.SynchronizedTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.SynchronizedTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitSynchronized$75 (com.sun.source.tree.SynchronizedTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.SynchronizedTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitWhileLoop$74 (com.sun.source.tree.WhileLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.WhileLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitWhileLoop$73 (com.sun.source.tree.WhileLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.WhileLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCVariableDecl lambda$visitVariable$72 (com.sun.source.tree.VariableTree, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.source.tree.VariableTree node com.sun.tools.javac.tree.JCTree$JCExpression init private synthetic com.google.errorprone.refaster.Choice lambda$visitVariable$71 (com.sun.source.tree.VariableTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.VariableTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCLabeledStatement lambda$visitLabeledStatement$70 (com.sun.source.tree.LabeledStatementTree, com.sun.tools.javac.tree.JCTree$JCStatement) com.sun.source.tree.LabeledStatementTree node com.sun.tools.javac.tree.JCTree$JCStatement stmt private synthetic com.google.errorprone.refaster.Choice lambda$visitLabeledStatement$69 (com.sun.source.tree.LabeledStatementTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.LabeledStatementTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCForLoop lambda$visitForLoop$68 (com.sun.tools.javac.util.List, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.util.List, com.sun.tools.javac.tree.JCTree$JCStatement) com.sun.tools.javac.util.List inits com.sun.tools.javac.tree.JCTree$JCExpression cond com.sun.tools.javac.util.List update com.sun.tools.javac.tree.JCTree$JCStatement stmt private synthetic com.google.errorprone.refaster.Choice lambda$visitForLoop$67 (com.sun.source.tree.ForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitForLoop$66 (com.sun.source.tree.ForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitForLoop$65 (com.sun.source.tree.ForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitForLoop$64 (com.sun.source.tree.ForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitDoWhileLoop$63 (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.DoWhileLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitDoWhileLoop$62 (com.sun.source.tree.DoWhileLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.DoWhileLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitIf$61 (com.sun.source.tree.IfTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.IfTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitIf$60 (com.sun.source.tree.IfTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.IfTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitIf$59 (com.sun.source.tree.IfTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.IfTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop lambda$visitEnhancedForLoop$58 (com.sun.source.tree.EnhancedForLoopTree, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.tree.JCTree$JCStatement) com.sun.source.tree.EnhancedForLoopTree node com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.tools.javac.tree.JCTree$JCStatement stmt private synthetic com.google.errorprone.refaster.Choice lambda$visitEnhancedForLoop$57 (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.EnhancedForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitEnhancedForLoop$56 (com.sun.source.tree.EnhancedForLoopTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.EnhancedForLoopTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitThrow$55 (com.sun.source.tree.ThrowTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ThrowTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCBlock lambda$visitBlock$54 (com.sun.tools.javac.util.List) com.sun.tools.javac.util.List stmts private synthetic com.google.errorprone.refaster.Choice lambda$visitBlock$53 (com.sun.source.tree.BlockTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.BlockTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitExpressionStatement$52 (com.sun.source.tree.ExpressionStatementTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ExpressionStatementTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic boolean lambda$visitCompoundAssignment$51 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State assignOp private synthetic com.sun.tools.javac.tree.JCTree$JCAssignOp lambda$visitCompoundAssignment$50 (com.sun.source.tree.CompoundAssignmentTree, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.source.tree.CompoundAssignmentTree node com.sun.tools.javac.tree.JCTree$JCExpression variable com.sun.tools.javac.tree.JCTree$JCExpression expr private synthetic com.google.errorprone.refaster.Choice lambda$visitCompoundAssignment$49 (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.CompoundAssignmentTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitCompoundAssignment$48 (com.sun.source.tree.CompoundAssignmentTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.CompoundAssignmentTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic boolean lambda$visitAssignment$47 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitAssignment$46 (com.sun.source.tree.AssignmentTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.AssignmentTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitAssignment$45 (com.sun.source.tree.AssignmentTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.AssignmentTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitConditionalExpression$44 (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ConditionalExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitConditionalExpression$43 (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ConditionalExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitConditionalExpression$42 (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ConditionalExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCNewArray lambda$visitNewArray$41 (com.sun.source.tree.NewArrayTree, com.sun.tools.javac.util.List, com.sun.tools.javac.util.List) com.sun.source.tree.NewArrayTree node com.sun.tools.javac.util.List dims com.sun.tools.javac.util.List inits private synthetic com.google.errorprone.refaster.Choice lambda$visitNewArray$40 (com.sun.source.tree.NewArrayTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.NewArrayTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitNewArray$39 (com.sun.source.tree.NewArrayTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.NewArrayTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCNewClass lambda$visitNewClass$38 (com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.util.List) com.sun.tools.javac.tree.JCTree$JCExpression ident com.sun.tools.javac.util.List args private synthetic com.google.errorprone.refaster.Choice lambda$visitNewClass$37 (com.sun.source.tree.NewClassTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.NewClassTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitNewClass$36 (com.sun.source.tree.NewClassTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.NewClassTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCInstanceOf lambda$visitInstanceOf$35 (com.sun.source.tree.InstanceOfTree, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.source.tree.InstanceOfTree node com.sun.tools.javac.tree.JCTree$JCExpression expr private synthetic com.google.errorprone.refaster.Choice lambda$visitInstanceOf$34 (com.sun.source.tree.InstanceOfTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.InstanceOfTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCTypeCast lambda$visitTypeCast$33 (com.sun.source.tree.TypeCastTree, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.source.tree.TypeCastTree node com.sun.tools.javac.tree.JCTree$JCExpression expr private synthetic com.google.errorprone.refaster.Choice lambda$visitTypeCast$32 (com.sun.source.tree.TypeCastTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.TypeCastTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic boolean lambda$visitUnary$31 (com.sun.tools.javac.tree.JCTree$Tag, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.tools.javac.tree.JCTree$Tag tag com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCUnary lambda$visitUnary$30 (com.sun.tools.javac.tree.JCTree$Tag, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.tools.javac.tree.JCTree$Tag tag com.sun.tools.javac.tree.JCTree$JCExpression expr private synthetic com.google.errorprone.refaster.Choice lambda$visitUnary$29 (com.sun.source.tree.UnaryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.UnaryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitParenthesized$28 (com.sun.source.tree.ParenthesizedTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ParenthesizedTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCFieldAccess lambda$visitMemberSelect$27 (com.sun.source.tree.MemberSelectTree, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.source.tree.MemberSelectTree node com.sun.tools.javac.tree.JCTree$JCExpression expr private synthetic com.google.errorprone.refaster.Choice lambda$visitMemberSelect$26 (com.sun.source.tree.MemberSelectTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.MemberSelectTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCMethodInvocation lambda$visitMethodInvocation$25 (com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.util.List) com.sun.tools.javac.tree.JCTree$JCExpression select com.sun.tools.javac.util.List args private synthetic com.google.errorprone.refaster.Choice lambda$visitMethodInvocation$24 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.MethodInvocationTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitMethodInvocation$23 (com.sun.source.tree.MethodInvocationTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.MethodInvocationTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.sun.tools.javac.tree.JCTree$JCBinary lambda$visitBinary$22 (com.sun.tools.javac.tree.JCTree$Tag, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.tree.JCTree$JCExpression) com.sun.tools.javac.tree.JCTree$Tag tag com.sun.tools.javac.tree.JCTree$JCExpression l com.sun.tools.javac.tree.JCTree$JCExpression r private synthetic com.google.errorprone.refaster.Choice lambda$visitBinary$21 (com.sun.source.tree.BinaryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.BinaryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitBinary$20 (com.sun.source.tree.BinaryTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.BinaryTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitArrayAccess$19 (com.sun.source.tree.ArrayAccessTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ArrayAccessTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$visitArrayAccess$18 (com.sun.source.tree.ArrayAccessTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.ArrayAccessTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic com.google.errorprone.refaster.Choice lambda$chooseSubtrees$17 (com.google.common.base.Function, com.google.common.base.Function, com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.common.base.Function choice2 com.google.common.base.Function choice3 com.google.common.base.Function choice4 com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 private static synthetic com.google.errorprone.refaster.Choice lambda$chooseSubtrees$16 (com.google.common.base.Function, com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.common.base.Function choice3 com.google.common.base.Function choice4 com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s2 private static synthetic com.google.errorprone.refaster.Choice lambda$chooseSubtrees$15 (com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.common.base.Function choice4 com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s2 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s3 private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$chooseSubtrees$14 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$QuadFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s2 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s3 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s4 private static synthetic com.google.errorprone.refaster.Choice lambda$chooseSubtrees$13 (com.google.common.base.Function, com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.common.base.Function choice2 com.google.common.base.Function choice3 com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 private static synthetic com.google.errorprone.refaster.Choice lambda$chooseSubtrees$12 (com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.common.base.Function choice3 com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s2 private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$chooseSubtrees$11 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$TriFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s2 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s3 private static synthetic com.google.errorprone.refaster.Choice lambda$chooseSubtrees$10 (com.google.common.base.Function, java.util.function.BiFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.common.base.Function choice2 java.util.function.BiFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$chooseSubtrees$9 (java.util.function.BiFunction, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) java.util.function.BiFunction finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s1 com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s2 private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$chooseSubtrees$8 (com.google.common.base.Function, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.common.base.Function finalizer com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic com.sun.tools.javac.util.List lambda$unifyStatements$7 (com.sun.tools.javac.util.List) com.sun.tools.javac.util.List stmts private synthetic com.google.errorprone.refaster.Choice lambda$unifyStatements$6 (java.lang.Iterable, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) Iterable nodes com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$unifyExpressions$5 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$unify$4 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private synthetic com.google.errorprone.refaster.Choice lambda$unify$3 (com.sun.source.tree.Tree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.source.tree.Tree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$unify$2 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State s com.google.errorprone.refaster.PlaceholderUnificationVisitor$State treeState private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$unifyParam$1 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.UVariableDecl, com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state com.google.errorprone.refaster.UVariableDecl placeholderParam com.google.errorprone.refaster.Unifier unifier private synthetic com.google.errorprone.refaster.Choice lambda$tryBindArguments$0 (com.sun.source.tree.ExpressionTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, java.util.Map$Entry) com.sun.source.tree.ExpressionTree node com.google.errorprone.refaster.PlaceholderUnificationVisitor$State state java.util.Map$Entry entry static void <clinit> () }
com/google/errorprone/refaster/RefasterScanner$1.class
RefasterScanner.java package com.google.errorprone.refaster com.google.errorprone.refaster.RefasterScanner$1 extends com.sun.source.util.SimpleTreeVisitor { void <init> () public com.sun.source.tree.Tree visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Void) com.sun.source.tree.ParenthesizedTree node Void v protected com.sun.source.tree.Tree defaultAction (com.sun.source.tree.Tree, java.lang.Void) com.sun.source.tree.Tree node Void v public volatile synthetic java.lang.Object visitParenthesized (com.sun.source.tree.ParenthesizedTree, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (com.sun.source.tree.Tree, java.lang.Object) }
com/google/errorprone/refaster/UPlaceholderStatement.class
UPlaceholderStatement.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UPlaceholderStatement extends java.lang.Object implements com.google.errorprone.refaster.UStatement { void <init> () static com.google.errorprone.refaster.UPlaceholderStatement create (com.google.errorprone.refaster.PlaceholderMethod, java.lang.Iterable, com.google.errorprone.refaster.ControlFlowVisitor$Result) int i com.google.errorprone.refaster.PlaceholderMethod placeholder Iterable arguments com.google.errorprone.refaster.ControlFlowVisitor$Result implementationFlow com.google.common.collect.ImmutableList placeholderParams com.google.common.collect.ImmutableList argumentsList com.google.common.collect.ImmutableMap$Builder builder abstract com.google.errorprone.refaster.PlaceholderMethod placeholder () abstract com.google.common.collect.ImmutableMap arguments () abstract com.google.errorprone.refaster.ControlFlowVisitor$Result implementationFlow () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public boolean reverify (com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.Unifier unifier public com.google.errorprone.refaster.Choice apply (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) com.sun.source.tree.StatementTree targetStatement com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements initState com.google.errorprone.refaster.PlaceholderUnificationVisitor visitor com.google.errorprone.refaster.PlaceholderVerificationVisitor verification com.google.errorprone.refaster.Choice realOptions com.google.errorprone.refaster.Choice choiceToHere public com.sun.tools.javac.util.List inlineStatements (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.common.base.Optional binding com.google.common.base.Optional exprBinding com.google.errorprone.refaster.UPlaceholderExpression$UncheckedCouldNotResolveImportException e com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object apply (java.lang.Object) private synthetic com.sun.tools.javac.util.List lambda$inlineStatements$3 (com.google.errorprone.refaster.Inliner, com.sun.tools.javac.tree.JCTree$JCExpression) com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.tree.JCTree$JCExpression expr private synthetic com.google.common.base.Optional lambda$apply$2 (com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.sun.tools.javac.util.List prevBinding com.google.errorprone.refaster.Unifier resultUnifier int nConsumedStatements com.google.common.collect.ImmutableList remainingStatements com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements result com.sun.tools.javac.util.List impl com.google.errorprone.refaster.ControlFlowVisitor$Result implFlow com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements initState com.google.errorprone.refaster.PlaceholderUnificationVisitor$State consumptionState private static synthetic com.google.errorprone.refaster.Choice lambda$apply$1 (com.google.errorprone.refaster.PlaceholderUnificationVisitor, com.sun.source.tree.StatementTree, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor visitor com.sun.source.tree.StatementTree targetStatement com.google.errorprone.refaster.PlaceholderUnificationVisitor$State consumptionState private static synthetic com.google.errorprone.refaster.PlaceholderUnificationVisitor$State lambda$apply$0 (com.google.errorprone.refaster.PlaceholderUnificationVisitor$State, com.google.errorprone.refaster.PlaceholderUnificationVisitor$State) com.google.errorprone.refaster.PlaceholderUnificationVisitor$State consumptionState com.google.errorprone.refaster.PlaceholderUnificationVisitor$State stmtState }
com/google/errorprone/refaster/UTry.class
UTry.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UTry extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.TryTree { void <init> () static com.google.errorprone.refaster.UTry create (java.lang.Iterable, com.google.errorprone.refaster.UBlock, java.lang.Iterable, com.google.errorprone.refaster.UBlock) Iterable resources com.google.errorprone.refaster.UBlock block Iterable catches com.google.errorprone.refaster.UBlock finallyBlock public abstract com.google.common.collect.ImmutableList getResources () public abstract com.google.errorprone.refaster.UBlock getBlock () public abstract com.google.common.collect.ImmutableList getCatches () public abstract com.google.errorprone.refaster.UBlock getFinallyBlock () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCTry inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner private com.sun.tools.javac.tree.JCTree$JCBlock inlineFinallyBlock (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.sun.tools.javac.tree.JCTree$JCBlock block com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitTry (com.sun.source.tree.TryTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.TryTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitTry (com.sun.source.tree.TryTree, java.lang.Object) public volatile synthetic java.util.List getResources () public volatile synthetic com.sun.source.tree.BlockTree getFinallyBlock () public volatile synthetic java.util.List getCatches () public volatile synthetic com.sun.source.tree.BlockTree getBlock () }
com/google/errorprone/refaster/RefasterScanner.class
RefasterScanner.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.RefasterScanner extends com.sun.source.util.TreeScanner { private static final com.sun.source.util.SimpleTreeVisitor SKIP_PARENS void <init> () static com.google.errorprone.refaster.RefasterScanner create (com.google.errorprone.refaster.RefasterRule, com.google.errorprone.DescriptionListener) com.google.errorprone.refaster.RefasterRule rule com.google.errorprone.DescriptionListener listener abstract com.google.errorprone.refaster.RefasterRule rule () abstract com.google.errorprone.DescriptionListener listener () public java.lang.Void visitClass (com.sun.source.tree.ClassTree, com.sun.tools.javac.util.Context) com.sun.source.tree.Tree tree com.sun.tools.javac.util.ListBuffer statements com.sun.source.tree.ClassTree node com.sun.tools.javac.util.Context context com.sun.tools.javac.code.Symbol sym public java.lang.Void visitMethod (com.sun.source.tree.MethodTree, com.sun.tools.javac.util.Context) com.sun.source.tree.MethodTree node com.sun.tools.javac.util.Context context public java.lang.Void visitVariable (com.sun.source.tree.VariableTree, com.sun.tools.javac.util.Context) com.sun.source.tree.VariableTree node com.sun.tools.javac.util.Context context public java.lang.Void scan (com.sun.source.tree.Tree, com.sun.tools.javac.util.Context) String matchContents com.google.errorprone.refaster.Template afterTemplate com.google.errorprone.matchers.Description$Builder builder com.google.errorprone.refaster.TemplateMatch match com.google.errorprone.refaster.Template beforeTemplate com.sun.source.tree.Tree tree com.sun.tools.javac.util.Context context com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit public java.lang.Void visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, com.sun.tools.javac.util.Context) com.sun.source.tree.DoWhileLoopTree node com.sun.tools.javac.util.Context context public java.lang.Void visitWhileLoop (com.sun.source.tree.WhileLoopTree, com.sun.tools.javac.util.Context) com.sun.source.tree.WhileLoopTree node com.sun.tools.javac.util.Context context public java.lang.Void visitSynchronized (com.sun.source.tree.SynchronizedTree, com.sun.tools.javac.util.Context) com.sun.source.tree.SynchronizedTree node com.sun.tools.javac.util.Context context public java.lang.Void visitIf (com.sun.source.tree.IfTree, com.sun.tools.javac.util.Context) com.sun.source.tree.IfTree node com.sun.tools.javac.util.Context context private boolean isSuppressed (com.sun.source.tree.Tree, com.sun.tools.javac.util.Context) com.sun.source.tree.Tree node com.sun.tools.javac.util.Context context public volatile synthetic java.lang.Object visitIf (com.sun.source.tree.IfTree, java.lang.Object) public volatile synthetic java.lang.Object visitSynchronized (com.sun.source.tree.SynchronizedTree, java.lang.Object) public volatile synthetic java.lang.Object visitWhileLoop (com.sun.source.tree.WhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitDoWhileLoop (com.sun.source.tree.DoWhileLoopTree, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (com.sun.source.tree.VariableTree, java.lang.Object) public volatile synthetic java.lang.Object visitMethod (com.sun.source.tree.MethodTree, java.lang.Object) public volatile synthetic java.lang.Object visitClass (com.sun.source.tree.ClassTree, java.lang.Object) public volatile synthetic java.lang.Object scan (com.sun.source.tree.Tree, java.lang.Object) static void <clinit> () }
com/google/errorprone/refaster/AutoValue_StringName.class
AutoValue_StringName.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_StringName extends com.google.errorprone.refaster.StringName { private final String contents void <init> (java.lang.String) String contents java.lang.String contents () public boolean equals (java.lang.Object) com.google.errorprone.refaster.StringName that Object o public int hashCode () int h$ }
com/google/errorprone/refaster/AutoValue_UAssignOp.class
AutoValue_UAssignOp.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UAssignOp extends com.google.errorprone.refaster.UAssignOp { private final com.google.errorprone.refaster.UExpression variable private final com.sun.source.tree.Tree$Kind kind private final com.google.errorprone.refaster.UExpression expression void <init> (com.google.errorprone.refaster.UExpression, com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression variable com.sun.source.tree.Tree$Kind kind com.google.errorprone.refaster.UExpression expression public com.google.errorprone.refaster.UExpression getVariable () public com.sun.source.tree.Tree$Kind getKind () public com.google.errorprone.refaster.UExpression getExpression () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UAssignOp that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getVariable () }
com/google/errorprone/refaster/AutoValue_UIf.class
AutoValue_UIf.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UIf extends com.google.errorprone.refaster.UIf { private final com.google.errorprone.refaster.UExpression condition private final com.google.errorprone.refaster.UStatement thenStatement private final com.google.errorprone.refaster.UStatement elseStatement void <init> (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UStatement, com.google.errorprone.refaster.UStatement) com.google.errorprone.refaster.UExpression condition com.google.errorprone.refaster.UStatement thenStatement com.google.errorprone.refaster.UStatement elseStatement public com.google.errorprone.refaster.UExpression getCondition () public com.google.errorprone.refaster.UStatement getThenStatement () public com.google.errorprone.refaster.UStatement getElseStatement () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UIf that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.StatementTree getElseStatement () public volatile synthetic com.sun.source.tree.StatementTree getThenStatement () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/AutoValue_ULambda.class
AutoValue_ULambda.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_ULambda extends com.google.errorprone.refaster.ULambda { private final com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind parameterKind private final com.google.common.collect.ImmutableList getParameters private final com.google.errorprone.refaster.UTree getBody void <init> (com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UTree) com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind parameterKind com.google.common.collect.ImmutableList getParameters com.google.errorprone.refaster.UTree getBody com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind parameterKind () public com.google.common.collect.ImmutableList getParameters () public com.google.errorprone.refaster.UTree getBody () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.ULambda that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.Tree getBody () public volatile synthetic java.util.List getParameters () }
com/google/errorprone/refaster/BlockTemplate.class
BlockTemplate.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.BlockTemplate extends com.google.errorprone.refaster.Template { private static final java.util.logging.Logger logger public void <init> () public static transient com.google.errorprone.refaster.BlockTemplate create (com.google.errorprone.refaster.UStatement[]) com.google.errorprone.refaster.UStatement[] templateStatements public static transient com.google.errorprone.refaster.BlockTemplate create (java.util.Map, com.google.errorprone.refaster.UStatement[]) java.util.Map expressionArgumentTypes com.google.errorprone.refaster.UStatement[] templateStatements public static transient com.google.errorprone.refaster.BlockTemplate create (java.lang.Iterable, java.util.Map, com.google.errorprone.refaster.UStatement[]) Iterable typeVariables java.util.Map expressionArgumentTypes com.google.errorprone.refaster.UStatement[] templateStatements public static com.google.errorprone.refaster.BlockTemplate create (com.google.common.collect.ImmutableClassToInstanceMap, java.lang.Iterable, java.util.Map, java.lang.Iterable) com.google.common.collect.ImmutableClassToInstanceMap annotations Iterable typeVariables java.util.Map expressionArgumentTypes Iterable templateStatements public com.google.errorprone.refaster.BlockTemplate withStatements (java.lang.Iterable) Iterable templateStatements abstract com.google.common.collect.ImmutableList templateStatements () public java.lang.Iterable match (com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.util.Context) com.sun.tools.javac.tree.JCTree$JCBlock block com.google.common.collect.ImmutableList targetStatements com.sun.tools.javac.tree.JCTree tree com.sun.tools.javac.util.Context context private com.google.errorprone.refaster.Choice matchesStartingAtBeginning (com.sun.tools.javac.tree.JCTree$JCBlock, int, com.google.common.collect.ImmutableList, com.sun.tools.javac.util.Context) com.google.errorprone.refaster.UStatement templateStatement com.sun.tools.javac.tree.JCTree$JCBlock block int offset com.google.common.collect.ImmutableList statements com.sun.tools.javac.util.Context context com.sun.tools.javac.tree.JCTree$JCStatement firstStatement com.google.errorprone.refaster.Choice choice private com.google.errorprone.refaster.Choice matchesStartingAnywhere (com.sun.tools.javac.tree.JCTree$JCBlock, int, com.google.common.collect.ImmutableList, com.sun.tools.javac.util.Context) int i com.sun.tools.javac.tree.JCTree$JCBlock block int offset com.google.common.collect.ImmutableList statements com.sun.tools.javac.util.Context context com.google.errorprone.refaster.Choice choice private static java.lang.String printStatement (com.sun.tools.javac.util.Context, com.sun.tools.javac.tree.JCTree$JCStatement) java.io.IOException e com.sun.tools.javac.util.Context context com.sun.tools.javac.tree.JCTree$JCStatement statement java.io.StringWriter writer private static java.lang.String printStatements (com.sun.tools.javac.util.Context, java.lang.Iterable) java.io.IOException e com.sun.tools.javac.util.Context context Iterable statements java.io.StringWriter writer public com.google.errorprone.fixes.Fix replace (com.google.errorprone.refaster.BlockTemplateMatch) com.google.errorprone.refaster.UStatement statement int i int i int i int last com.google.common.collect.ImmutableList remainingInlined com.google.common.collect.ImmutableList$Builder inlinedStatementsBuilder com.google.common.collect.ImmutableList inlinedStatements int nInlined int nTargets com.google.errorprone.refaster.CouldNotResolveImportException e com.google.errorprone.refaster.BlockTemplateMatch match com.google.errorprone.fixes.SuggestedFix$Builder fix com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.Context context com.google.common.collect.ImmutableList targetStatements public volatile synthetic com.google.errorprone.fixes.Fix replace (com.google.errorprone.refaster.TemplateMatch) private synthetic com.google.errorprone.refaster.Choice lambda$matchesStartingAtBeginning$1 (com.sun.tools.javac.tree.JCTree$JCStatement, com.google.common.collect.ImmutableList, com.sun.tools.javac.tree.JCTree$JCBlock, int, com.sun.tools.javac.util.Context, com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements) int consumedStatements com.google.errorprone.refaster.BlockTemplateMatch match boolean verified com.google.common.base.Optional checkedUnifier com.sun.tools.javac.tree.JCTree$JCStatement firstStatement com.google.common.collect.ImmutableList statements com.sun.tools.javac.tree.JCTree$JCBlock block int offset com.sun.tools.javac.util.Context context com.google.errorprone.refaster.UStatement$UnifierWithUnconsumedStatements state com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Inliner inliner private static synthetic com.sun.tools.javac.util.List lambda$matchesStartingAtBeginning$0 (com.google.errorprone.refaster.BlockTemplateMatch, com.sun.tools.javac.util.List) com.google.errorprone.refaster.BlockTemplateMatch match com.sun.tools.javac.util.List list static void <clinit> () }
com/google/errorprone/refaster/UPlaceholderExpression$PlaceholderParamIdent.class
UPlaceholderExpression.java package com.google.errorprone.refaster public final com.google.errorprone.refaster.UPlaceholderExpression$PlaceholderParamIdent extends com.sun.tools.javac.tree.JCTree$JCIdent { final com.google.errorprone.refaster.UVariableDecl param void <init> (com.google.errorprone.refaster.UVariableDecl, com.sun.tools.javac.util.Context) com.google.errorprone.refaster.UVariableDecl param com.sun.tools.javac.util.Context context }
com/google/errorprone/refaster/AutoValue_UMethodDecl.class
AutoValue_UMethodDecl.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UMethodDecl extends com.google.errorprone.refaster.UMethodDecl { private final com.google.errorprone.refaster.UModifiers modifiers private final com.google.errorprone.refaster.StringName name private final com.google.errorprone.refaster.UExpression returnType private final com.google.common.collect.ImmutableList parameters private final com.google.common.collect.ImmutableList throws0 private final com.google.errorprone.refaster.UBlock body void <init> (com.google.errorprone.refaster.UModifiers, com.google.errorprone.refaster.StringName, com.google.errorprone.refaster.UExpression, com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableList, com.google.errorprone.refaster.UBlock) com.google.errorprone.refaster.UModifiers modifiers com.google.errorprone.refaster.StringName name com.google.errorprone.refaster.UExpression returnType com.google.common.collect.ImmutableList parameters com.google.common.collect.ImmutableList throws0 com.google.errorprone.refaster.UBlock body public com.google.errorprone.refaster.UModifiers getModifiers () public com.google.errorprone.refaster.StringName getName () public com.google.errorprone.refaster.UExpression getReturnType () public com.google.common.collect.ImmutableList getParameters () public com.google.common.collect.ImmutableList getThrows () public com.google.errorprone.refaster.UBlock getBody () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UMethodDecl that Object o public int hashCode () int h$ public volatile synthetic com.sun.source.tree.BlockTree getBody () public volatile synthetic java.util.List getThrows () public volatile synthetic java.util.List getParameters () public volatile synthetic com.sun.source.tree.Tree getReturnType () public volatile synthetic javax.lang.model.element.Name getName () public volatile synthetic com.sun.source.tree.ModifiersTree getModifiers () }
com/google/errorprone/refaster/UContinue.class
UContinue.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UContinue extends com.google.errorprone.refaster.USimpleStatement implements com.sun.source.tree.ContinueTree { void <init> () static com.google.errorprone.refaster.UContinue create (java.lang.CharSequence) CharSequence label public abstract com.google.errorprone.refaster.StringName getLabel () public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data private com.google.errorprone.refaster.ULabeledStatement$Key key () public com.sun.tools.javac.tree.JCTree$JCContinue inline (com.google.errorprone.refaster.Inliner) com.google.errorprone.refaster.Inliner inliner public com.google.errorprone.refaster.Choice visitContinue (com.sun.source.tree.ContinueTree, com.google.errorprone.refaster.Unifier) CharSequence boundName com.sun.source.tree.ContinueTree node com.google.errorprone.refaster.Unifier unifier public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitContinue (com.sun.source.tree.ContinueTree, java.lang.Object) public volatile synthetic javax.lang.model.element.Name getLabel () }
com/google/errorprone/refaster/RefasterRule.class
RefasterRule.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.RefasterRule extends java.lang.Object implements com.google.errorprone.CodeTransformer java.io.Serializable { static final com.sun.tools.javac.util.Context$Key RULE_TYPE_VARS public static com.google.errorprone.refaster.RefasterRule create (java.lang.String, java.util.Collection, java.util.Collection) String qualifiedTemplateClass java.util.Collection beforeTemplates java.util.Collection afterTemplates public static com.google.errorprone.refaster.RefasterRule create (java.lang.String, java.lang.Iterable, java.util.Collection, java.util.Collection, com.google.common.collect.ImmutableClassToInstanceMap) com.google.errorprone.refaster.Template beforeTemplate java.util.Set missingArguments com.google.errorprone.refaster.Template afterTemplate String qualifiedTemplateClass Iterable typeVariables java.util.Collection beforeTemplates java.util.Collection afterTemplates com.google.common.collect.ImmutableClassToInstanceMap annotations Class templateType com.google.errorprone.refaster.RefasterRule result void <init> () abstract java.lang.String qualifiedTemplateClass () abstract com.google.common.collect.ImmutableList typeVariables () abstract com.google.common.collect.ImmutableList beforeTemplates () abstract com.google.common.collect.ImmutableList afterTemplates () public abstract com.google.common.collect.ImmutableClassToInstanceMap annotations () public void apply (com.sun.source.util.TreePath, com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener) com.sun.source.util.TreePath path com.sun.tools.javac.util.Context context com.google.errorprone.DescriptionListener listener boolean rejectMatchesWithComments () private com.sun.tools.javac.util.Context prepareContext (com.sun.tools.javac.util.Context, com.sun.tools.javac.tree.JCTree$JCCompilationUnit) com.sun.tools.javac.util.Context baseContext com.sun.tools.javac.tree.JCTree$JCCompilationUnit compilationUnit com.sun.tools.javac.util.Context context static java.lang.String fromSecondLevel (java.lang.String) int topLevel String qualifiedTemplateClass java.util.List path java.lang.String simpleTemplateName () public final java.lang.String toString () private static synthetic java.util.Set lambda$create$0 (com.google.errorprone.refaster.Template) com.google.errorprone.refaster.Template t static void <clinit> () }
com/google/errorprone/refaster/Choice$3.class
Choice.java package com.google.errorprone.refaster com.google.errorprone.refaster.Choice$3 extends com.google.errorprone.refaster.Choice { final synthetic java.util.Collection val$choices void <init> (java.util.Collection) protected java.util.Iterator iterator () public java.lang.String toString () }
com/google/errorprone/refaster/UUnary.class
UUnary.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UUnary extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.UnaryTree { private static final com.google.common.collect.ImmutableBiMap UNARY_OP_CODES void <init> () public static com.google.errorprone.refaster.UUnary create (com.sun.source.tree.Tree$Kind, com.google.errorprone.refaster.UExpression) com.sun.source.tree.Tree$Kind unaryOp com.google.errorprone.refaster.UExpression expression public abstract com.sun.source.tree.Tree$Kind getKind () public abstract com.google.errorprone.refaster.UExpression getExpression () public com.google.errorprone.refaster.Choice visitUnary (com.sun.source.tree.UnaryTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.UnaryTree unary com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCExpression inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.tree.JCTree$JCExpression expr com.sun.tools.javac.tree.TreeMaker maker public com.google.errorprone.refaster.UExpression negate () public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitUnary (com.sun.source.tree.UnaryTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () static void <clinit> () }
com/google/errorprone/refaster/UConditional.class
UConditional.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UConditional extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.ConditionalExpressionTree { void <init> () public static com.google.errorprone.refaster.UConditional create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression conditionExpr com.google.errorprone.refaster.UExpression trueExpr com.google.errorprone.refaster.UExpression falseExpr public abstract com.google.errorprone.refaster.UExpression getCondition () public abstract com.google.errorprone.refaster.UExpression getTrueExpression () public abstract com.google.errorprone.refaster.UExpression getFalseExpression () public com.google.errorprone.refaster.Choice visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ConditionalExpressionTree conditional com.google.errorprone.refaster.Unifier unifier public com.sun.source.tree.Tree$Kind getKind () public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.tools.javac.tree.JCTree$JCConditional inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitConditionalExpression (com.sun.source.tree.ConditionalExpressionTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getFalseExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getTrueExpression () public volatile synthetic com.sun.source.tree.ExpressionTree getCondition () }
com/google/errorprone/refaster/AutoValue_UClassDecl.class
AutoValue_UClassDecl.java package com.google.errorprone.refaster final com.google.errorprone.refaster.AutoValue_UClassDecl extends com.google.errorprone.refaster.UClassDecl { private final com.google.common.collect.ImmutableList members void <init> (com.google.common.collect.ImmutableList) com.google.common.collect.ImmutableList members public com.google.common.collect.ImmutableList getMembers () public java.lang.String toString () public boolean equals (java.lang.Object) com.google.errorprone.refaster.UClassDecl that Object o public int hashCode () int h$ public volatile synthetic java.util.List getMembers () }
com/google/errorprone/refaster/Template.class
Template.java package com.google.errorprone.refaster public abstract com.google.errorprone.refaster.Template extends java.lang.Object implements java.io.Serializable { private static final java.util.logging.Logger logger public void <init> () public abstract com.google.common.collect.ImmutableClassToInstanceMap annotations () public abstract com.google.common.collect.ImmutableList templateTypeVariables () public abstract com.google.common.collect.ImmutableMap expressionArgumentTypes () public abstract java.lang.Iterable match (com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.util.Context) public abstract com.google.errorprone.fixes.Fix replace (com.google.errorprone.refaster.TemplateMatch) java.lang.Iterable typeVariables (com.sun.tools.javac.util.Context) com.sun.tools.javac.util.Context context com.google.common.collect.ImmutableList ruleTypeVars boolean autoboxing () protected com.sun.tools.javac.util.List expectedTypes (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.common.base.Optional exprs String argName com.google.common.base.Optional singleBinding int i com.sun.tools.javac.code.Type type com.google.errorprone.refaster.PlaceholderMethod$PlaceholderExpressionKey key com.google.errorprone.refaster.Inliner inliner java.util.ArrayList result com.google.common.collect.ImmutableList types com.google.common.collect.ImmutableList argNames protected com.sun.tools.javac.util.List actualTypes (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException int j com.sun.tools.javac.code.Type[] exprTys com.google.common.base.Optional exprs String argName com.google.common.base.Optional singleBinding int i com.sun.tools.javac.code.Type keyType com.google.errorprone.refaster.PlaceholderMethod$PlaceholderExpressionKey key com.google.errorprone.refaster.Inliner inliner java.util.ArrayList result com.google.common.collect.ImmutableList argNames protected com.google.common.base.Optional typecheck (com.google.errorprone.refaster.Unifier, com.google.errorprone.refaster.Inliner, com.sun.tools.javac.util.Warner, com.sun.tools.javac.util.List, com.sun.tools.javac.util.List) com.sun.tools.javac.code.Type instantiationForVar com.google.errorprone.refaster.UTypeVar var com.google.common.collect.ImmutableList freeTypeVars com.google.errorprone.refaster.CouldNotResolveImportException e com.google.errorprone.refaster.Template$InferException e com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.Warner warner com.sun.tools.javac.util.List expectedTypes com.sun.tools.javac.util.List actualTypes private boolean checkBounds (com.google.errorprone.refaster.Unifier, com.google.errorprone.refaster.Inliner, com.sun.tools.javac.util.Warner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.UTypeVar typeVar com.sun.tools.javac.util.List bounds com.google.errorprone.refaster.UTypeVar typeVar com.google.errorprone.refaster.Unifier unifier com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.Warner warner com.sun.tools.javac.code.Types types com.sun.tools.javac.util.ListBuffer varsBuffer com.sun.tools.javac.util.ListBuffer bindingsBuffer com.sun.tools.javac.util.List vars com.sun.tools.javac.util.List bindings protected static com.sun.tools.javac.tree.Pretty pretty (com.sun.tools.javac.util.Context, java.io.Writer) String unitContents java.io.IOException e com.sun.tools.javac.util.Context context java.io.Writer writer com.sun.tools.javac.tree.JCTree$JCCompilationUnit unit private com.sun.tools.javac.code.Type infer (com.sun.tools.javac.util.Warner, com.google.errorprone.refaster.Inliner, com.sun.tools.javac.util.List, com.sun.tools.javac.util.List, com.sun.tools.javac.code.Type, com.sun.tools.javac.util.List) throws com.google.errorprone.refaster.Template$InferException java.lang.reflect.Field field ReflectiveOperationException e Class resultInfoClass java.lang.reflect.Constructor resultInfoCtor Object resultInfo ReflectiveOperationException e com.sun.tools.javac.code.Type$MethodType result com.sun.tools.javac.util.Warner warner com.google.errorprone.refaster.Inliner inliner com.sun.tools.javac.util.List freeTypeVariables com.sun.tools.javac.util.List expectedArgTypes com.sun.tools.javac.code.Type returnType com.sun.tools.javac.util.List actualArgTypes com.sun.tools.javac.code.Symtab symtab com.sun.tools.javac.code.Type methodType com.sun.tools.javac.comp.Enter enter com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type site com.sun.tools.javac.comp.Env env Object resultInfo com.sun.tools.javac.util.Log$DeferredDiagnosticHandler handler private static java.lang.Object newMethodResolutionPhase (boolean) Object e Class c boolean autoboxing private com.sun.tools.javac.code.Type$MethodType callCheckMethod (com.sun.tools.javac.util.Warner, com.google.errorprone.refaster.Inliner, java.lang.Object, com.sun.tools.javac.util.List, com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Env) throws com.google.errorprone.refaster.Template$InferException java.lang.reflect.Method checkMethod java.lang.reflect.InvocationTargetException e ReflectiveOperationException e com.sun.tools.javac.util.Warner warner com.google.errorprone.refaster.Inliner inliner Object resultInfo com.sun.tools.javac.util.List actualArgTypes com.sun.tools.javac.code.Symbol$MethodSymbol methodSymbol com.sun.tools.javac.code.Type site com.sun.tools.javac.comp.Env env private com.google.common.collect.ImmutableList freeTypeVars (com.google.errorprone.refaster.Unifier) com.google.errorprone.refaster.UTypeVar var com.google.errorprone.refaster.Unifier unifier com.google.common.collect.ImmutableList$Builder builder protected static com.google.errorprone.fixes.Fix addImports (com.google.errorprone.refaster.Inliner, com.google.errorprone.fixes.SuggestedFix$Builder) String importToAdd String staticImportToAdd com.google.errorprone.refaster.Inliner inliner com.google.errorprone.fixes.SuggestedFix$Builder fix static void <clinit> () }
com/google/errorprone/refaster/UArrayAccess.class
UArrayAccess.java package com.google.errorprone.refaster abstract com.google.errorprone.refaster.UArrayAccess extends com.google.errorprone.refaster.UExpression implements com.sun.source.tree.ArrayAccessTree { void <init> () public static com.google.errorprone.refaster.UArrayAccess create (com.google.errorprone.refaster.UExpression, com.google.errorprone.refaster.UExpression) com.google.errorprone.refaster.UExpression arrayExpr com.google.errorprone.refaster.UExpression indexExpr public abstract com.google.errorprone.refaster.UExpression getExpression () public abstract com.google.errorprone.refaster.UExpression getIndex () public com.google.errorprone.refaster.Choice visitArrayAccess (com.sun.source.tree.ArrayAccessTree, com.google.errorprone.refaster.Unifier) com.sun.source.tree.ArrayAccessTree arrayAccess com.google.errorprone.refaster.Unifier unifier public java.lang.Object accept (com.sun.source.tree.TreeVisitor, java.lang.Object) com.sun.source.tree.TreeVisitor visitor Object data public com.sun.source.tree.Tree$Kind getKind () public com.sun.tools.javac.tree.JCTree$JCArrayAccess inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException com.google.errorprone.refaster.Inliner inliner public volatile synthetic java.lang.Object inline (com.google.errorprone.refaster.Inliner) throws com.google.errorprone.refaster.CouldNotResolveImportException public volatile synthetic java.lang.Object visitArrayAccess (com.sun.source.tree.ArrayAccessTree, java.lang.Object) public volatile synthetic com.sun.source.tree.ExpressionTree getIndex () public volatile synthetic com.sun.source.tree.ExpressionTree getExpression () }
com/google/errorprone/refaster/ControlFlowVisitor$Result$3.class
ControlFlowVisitor.java package com.google.errorprone.refaster final enum com.google.errorprone.refaster.ControlFlowVisitor$Result$3 extends com.google.errorprone.refaster.ControlFlowVisitor$Result { private void <init> (java.lang.String, int) com.google.errorprone.refaster.ControlFlowVisitor$Result or (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other com.google.errorprone.refaster.ControlFlowVisitor$Result then (com.google.errorprone.refaster.ControlFlowVisitor$Result) com.google.errorprone.refaster.ControlFlowVisitor$Result other }
com/google/errorprone/refaster/UTemplater$1.class
UTemplater.java package com.google.errorprone.refaster com.google.errorprone.refaster.UTemplater$1 extends com.google.common.reflect.TypeToken { void <init> () }
META-INF/maven/com.google.errorprone/error_prone_core/pom.xml
META-INF/maven/com.google.errorprone/error_prone_core/pom.properties
com/google/auto/service/
com/google/auto/service/AutoService.class
AutoService.java package com.google.auto.service public abstract annotation com.google.auto.service.AutoService extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.Class[] value () }
com/google/auto/common/
com/google/auto/common/SuperficialValidation$3.class
SuperficialValidation.java package com.google.auto.common com.google.auto.common.SuperficialValidation$3 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> () protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.type.TypeMirror) Object o javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitUnknown (javax.lang.model.element.AnnotationValue, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationValue av javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitAnnotation (javax.lang.model.element.AnnotationMirror, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationMirror a javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitArray (java.util.List, javax.lang.model.type.TypeMirror) java.util.List values javax.lang.model.type.TypeMirror expectedType javax.lang.model.type.TypeMirror componentType public java.lang.Boolean visitEnumConstant (javax.lang.model.element.VariableElement, javax.lang.model.type.TypeMirror) javax.lang.model.element.VariableElement enumConstant javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitType (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.type.TypeMirror ignored public java.lang.Boolean visitBoolean (boolean, javax.lang.model.type.TypeMirror) boolean b javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitByte (byte, javax.lang.model.type.TypeMirror) byte b javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitChar (char, javax.lang.model.type.TypeMirror) char c javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitDouble (double, javax.lang.model.type.TypeMirror) double d javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitFloat (float, javax.lang.model.type.TypeMirror) float f javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitInt (int, javax.lang.model.type.TypeMirror) int i javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitLong (long, javax.lang.model.type.TypeMirror) long l javax.lang.model.type.TypeMirror expectedType public java.lang.Boolean visitShort (short, javax.lang.model.type.TypeMirror) short s javax.lang.model.type.TypeMirror expectedType public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitShort (short, java.lang.Object) public volatile synthetic java.lang.Object visitLong (long, java.lang.Object) public volatile synthetic java.lang.Object visitInt (int, java.lang.Object) public volatile synthetic java.lang.Object visitFloat (float, java.lang.Object) public volatile synthetic java.lang.Object visitDouble (double, java.lang.Object) public volatile synthetic java.lang.Object visitChar (char, java.lang.Object) public volatile synthetic java.lang.Object visitByte (byte, java.lang.Object) public volatile synthetic java.lang.Object visitBoolean (boolean, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.element.AnnotationValue, java.lang.Object) private synthetic boolean lambda$visitArray$0 (javax.lang.model.type.TypeMirror, javax.lang.model.element.AnnotationValue) javax.lang.model.type.TypeMirror componentType javax.lang.model.element.AnnotationValue value }
com/google/auto/common/AnnotationValues$TypeMirrorVisitor.class
AnnotationValues.java package com.google.auto.common final com.google.auto.common.AnnotationValues$TypeMirrorVisitor extends com.google.auto.common.AnnotationValues$DefaultVisitor { static final com.google.auto.common.AnnotationValues$TypeMirrorVisitor INSTANCE void <init> () public javax.lang.model.type.DeclaredType visitType (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror value Void unused public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) static void <clinit> () }
com/google/auto/common/AnnotationValues$1$1$4.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$1$1$4 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> (com.google.auto.common.AnnotationValues$1$1) com.google.auto.common.AnnotationValues$1$1 this$1 protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.type.TypeMirror) Object ignored javax.lang.model.type.TypeMirror alsoIgnored public java.lang.Boolean visitType (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror right javax.lang.model.type.TypeMirror left public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/MoreElements$ExecutableElementVisitor.class
MoreElements.java package com.google.auto.common final com.google.auto.common.MoreElements$ExecutableElementVisitor extends com.google.auto.common.MoreElements$CastingElementVisitor { private static final com.google.auto.common.MoreElements$ExecutableElementVisitor INSTANCE void <init> () public javax.lang.model.element.ExecutableElement visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Void) javax.lang.model.element.ExecutableElement e Void label public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Object) static synthetic com.google.auto.common.MoreElements$ExecutableElementVisitor access$400 () static void <clinit> () }
com/google/auto/common/AnnotationValues$ArrayVisitor.class
AnnotationValues.java package com.google.auto.common final com.google.auto.common.AnnotationValues$ArrayVisitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final java.util.function.Function visitT void <init> (java.util.function.Function) java.util.function.Function visitT public com.google.common.collect.ImmutableList defaultAction (java.lang.Object, java.lang.Void) Object o Void unused public com.google.common.collect.ImmutableList visitArray (java.util.List, java.lang.Void) java.util.List values Void unused public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/AnnotationValues.class
AnnotationValues.java package com.google.auto.common public final com.google.auto.common.AnnotationValues extends java.lang.Object { private static final com.google.common.base.Equivalence ANNOTATION_VALUE_EQUIVALENCE private static final com.google.auto.common.AnnotationValues$ArrayVisitor TYPE_MIRRORS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor ANNOTATION_MIRRORS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor ENUMS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor STRINGS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor INTS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor LONGS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor BYTES_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor SHORTS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor FLOATS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor DOUBLES_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor BOOLEANS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor CHARS_VISITOR private static final com.google.auto.common.AnnotationValues$ArrayVisitor ANNOTATION_VALUES_VISITOR public static com.google.common.base.Equivalence equivalence () public static javax.lang.model.type.DeclaredType getTypeMirror (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static javax.lang.model.element.AnnotationMirror getAnnotationMirror (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static javax.lang.model.element.VariableElement getEnum (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value private static java.lang.Object valueOfType (javax.lang.model.element.AnnotationValue, java.lang.Class) javax.lang.model.element.AnnotationValue annotationValue Class type Object value public static java.lang.String getString (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static int getInt (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static long getLong (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static byte getByte (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static short getShort (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static float getFloat (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static double getDouble (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static boolean getBoolean (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static char getChar (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getTypeMirrors (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getAnnotationMirrors (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getEnums (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getStrings (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getInts (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getLongs (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getBytes (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getShorts (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getFloats (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getDoubles (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getBooleans (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getChars (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static com.google.common.collect.ImmutableList getAnnotationValues (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value public static java.lang.String toString (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue annotationValue private void <init> () private static synthetic javax.lang.model.element.AnnotationValue lambda$static$0 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue x static void <clinit> () }
com/google/auto/common/BasicAnnotationProcessor$ElementName$Kind.class
BasicAnnotationProcessor.java package com.google.auto.common final enum com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind extends java.lang.Enum { public static final enum com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind PACKAGE_NAME public static final enum com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind TYPE_NAME private static final synthetic com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind[] $VALUES public static com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind[] values () public static com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind[] $values () static void <clinit> () }
com/google/auto/common/MoreTypes$IsTypeOf.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$IsTypeOf extends javax.lang.model.util.SimpleTypeVisitor8 { private final Class clazz void <init> (java.lang.Class) Class clazz protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror type Void ignored public java.lang.Boolean visitNoType (javax.lang.model.type.NoType, java.lang.Void) javax.lang.model.type.NoType noType Void p public java.lang.Boolean visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType errorType Void p public java.lang.Boolean visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType type Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType array Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType type Void ignored javax.lang.model.element.TypeElement typeElement public volatile synthetic java.lang.Object visitNoType (javax.lang.model.type.NoType, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/auto/common/AnnotationOutput.class
AnnotationOutput.java package com.google.auto.common final com.google.auto.common.AnnotationOutput extends java.lang.Object { private static final javax.lang.model.element.AnnotationValueVisitor ARRAY_VISITOR private void <init> () private static javax.lang.model.element.AnnotationValue maybeShorten (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value private static java.util.Optional shortForm (java.util.Map) java.util.Map values static java.lang.String toString (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue annotationValue StringBuilder sb static java.lang.String toString (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotationMirror StringBuilder sb private static java.lang.StringBuilder appendQuoted (java.lang.StringBuilder, java.lang.String) int i StringBuilder sb String s private static java.lang.StringBuilder appendQuoted (java.lang.StringBuilder, char) StringBuilder sb char c private static void appendEscaped (java.lang.StringBuilder, char) StringBuilder sb char c static synthetic java.lang.StringBuilder access$000 (java.lang.StringBuilder, char) StringBuilder x0 char x1 static synthetic java.lang.StringBuilder access$100 (java.lang.StringBuilder, java.lang.String) StringBuilder x0 String x1 static synthetic java.util.Optional access$200 (java.util.Map) java.util.Map x0 static synthetic javax.lang.model.element.AnnotationValue access$300 (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue x0 static void <clinit> () }
com/google/auto/common/Overrides$ExplicitOverrides.class
Overrides.java package com.google.auto.common com.google.auto.common.Overrides$ExplicitOverrides extends com.google.auto.common.Overrides { private final javax.lang.model.util.Types typeUtils void <init> (javax.lang.model.util.Types) javax.lang.model.util.Types typeUtils public boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement inherited javax.lang.model.element.ExecutableElement inherited javax.lang.model.element.TypeElement overriderType javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement in com.google.auto.common.Visibility overriddenVisibility com.google.auto.common.Visibility overriderVisibility javax.lang.model.element.TypeElement overriddenType private boolean isSubsignature (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.type.ExecutableType overriderExecutable javax.lang.model.type.ExecutableType overriddenExecutable int i int nParams java.util.List overriderParams java.util.List overriddenParams IllegalArgumentException e javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement in javax.lang.model.type.DeclaredType inType com.google.common.collect.ImmutableList erasedParameterTypes (javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement in javax.lang.model.element.ExecutableElement methodFromSuperclasses (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement tMethod javax.lang.model.element.TypeElement t javax.lang.model.element.TypeElement in javax.lang.model.element.ExecutableElement method javax.lang.model.element.ExecutableElement methodFromSuperinterfaces (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement tMethod javax.lang.model.element.TypeElement sup javax.lang.model.type.TypeMirror candidateType javax.lang.model.element.TypeElement t com.google.common.collect.ImmutableList$Builder newTypes javax.lang.model.element.TypeElement in javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement methodContainer javax.lang.model.type.TypeMirror methodContainerType com.google.common.collect.ImmutableList types private javax.lang.model.element.ExecutableElement methodInType (javax.lang.model.element.TypeElement, javax.lang.model.element.ExecutableElement) javax.lang.model.type.TypeMirror tParamType int i javax.lang.model.element.ExecutableElement tMethod javax.lang.model.element.TypeElement type javax.lang.model.element.ExecutableElement method int nParams java.util.List params private javax.lang.model.element.TypeElement superclass (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement type javax.lang.model.type.TypeMirror sup private com.google.common.collect.ImmutableList superinterfaces (javax.lang.model.element.TypeElement) javax.lang.model.type.TypeMirror sup javax.lang.model.element.TypeElement type com.google.common.collect.ImmutableList$Builder types private javax.lang.model.element.TypeElement asTypeElement (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror javax.lang.model.type.DeclaredType declaredType javax.lang.model.element.Element element static synthetic javax.lang.model.util.Types access$100 (com.google.auto.common.Overrides$ExplicitOverrides) com.google.auto.common.Overrides$ExplicitOverrides x0 static synthetic javax.lang.model.element.TypeElement access$200 (com.google.auto.common.Overrides$ExplicitOverrides, javax.lang.model.type.TypeMirror) com.google.auto.common.Overrides$ExplicitOverrides x0 javax.lang.model.type.TypeMirror x1 }
com/google/auto/common/Overrides$1.class
Overrides.java package com.google.auto.common synthetic com.google.auto.common.Overrides$1 extends java.lang.Object { }
com/google/auto/common/MoreTypes$1.class
MoreTypes.java package com.google.auto.common synthetic com.google.auto.common.MoreTypes$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$javax$lang$model$type$TypeKind static void <clinit> () }
com/google/auto/common/Overrides.class
Overrides.java package com.google.auto.common abstract com.google.auto.common.Overrides extends java.lang.Object { void <init> () abstract boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) }
com/google/auto/common/MoreTypes$IntersectionTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$IntersectionTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$IntersectionTypeVisitor INSTANCE void <init> () public javax.lang.model.type.IntersectionType visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Void) javax.lang.model.type.IntersectionType type Void ignore public volatile synthetic java.lang.Object visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$IntersectionTypeVisitor access$1500 () static void <clinit> () }
com/google/auto/common/SuperficialValidation$2.class
SuperficialValidation.java package com.google.auto.common com.google.auto.common.SuperficialValidation$2 extends javax.lang.model.util.SimpleTypeVisitor8 { void <init> () protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void p public java.lang.Boolean visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType t Void p public java.lang.Boolean visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Boolean visitWildcard (javax.lang.model.type.WildcardType, java.lang.Void) javax.lang.model.type.WildcardType t Void p javax.lang.model.type.TypeMirror extendsBound javax.lang.model.type.TypeMirror superBound public java.lang.Boolean visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Void) javax.lang.model.type.ExecutableType t Void p public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/auto/common/Overrides$ExplicitOverrides$TypeSubstVisitor.class
Overrides.java package com.google.auto.common com.google.auto.common.Overrides$ExplicitOverrides$TypeSubstVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private final java.util.Map typeBindings final synthetic com.google.auto.common.Overrides$ExplicitOverrides this$0 private void <init> (com.google.auto.common.Overrides$ExplicitOverrides) com.google.common.collect.ImmutableList erasedParameterTypes (javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.VariableElement param com.google.common.collect.ImmutableList$Builder params int i javax.lang.model.type.DeclaredType declared javax.lang.model.element.TypeElement element java.util.List actuals java.util.List formals com.google.common.collect.ImmutableList params javax.lang.model.type.TypeMirror supertype javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement in java.util.List supers protected javax.lang.model.type.TypeMirror defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror e Void p public javax.lang.model.type.TypeMirror visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.element.TypeParameterElement e javax.lang.model.type.TypeVariable t Void p javax.lang.model.element.Element element public javax.lang.model.type.TypeMirror visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.TypeMirror arg javax.lang.model.type.DeclaredType t Void p java.util.List newArgs public javax.lang.model.type.TypeMirror visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) private static synthetic javax.lang.model.type.TypeMirror lambda$erasedParameterTypes$0 (javax.lang.model.element.TypeParameterElement) javax.lang.model.element.TypeParameterElement t synthetic void <init> (com.google.auto.common.Overrides$ExplicitOverrides, com.google.auto.common.Overrides$1) com.google.auto.common.Overrides$ExplicitOverrides x0 com.google.auto.common.Overrides$1 x1 }
com/google/auto/common/MoreTypes$ErrorTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$ErrorTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$ErrorTypeVisitor INSTANCE void <init> () public javax.lang.model.type.ErrorType visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType type Void ignore public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$ErrorTypeVisitor access$1300 () static void <clinit> () }
com/google/auto/common/MoreTypes$ReferencedTypes.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$ReferencedTypes extends javax.lang.model.util.SimpleTypeVisitor8 { private static final com.google.auto.common.MoreTypes$ReferencedTypes INSTANCE private void <init> () public java.lang.Void visitArray (javax.lang.model.type.ArrayType, com.google.common.collect.ImmutableSet$Builder) javax.lang.model.type.ArrayType t com.google.common.collect.ImmutableSet$Builder p public java.lang.Void visitDeclared (javax.lang.model.type.DeclaredType, com.google.common.collect.ImmutableSet$Builder) javax.lang.model.type.TypeMirror typeArgument javax.lang.model.type.DeclaredType t com.google.common.collect.ImmutableSet$Builder p public java.lang.Void visitTypeVariable (javax.lang.model.type.TypeVariable, com.google.common.collect.ImmutableSet$Builder) javax.lang.model.type.TypeVariable t com.google.common.collect.ImmutableSet$Builder p public java.lang.Void visitWildcard (javax.lang.model.type.WildcardType, com.google.common.collect.ImmutableSet$Builder) javax.lang.model.type.WildcardType t com.google.common.collect.ImmutableSet$Builder p javax.lang.model.type.TypeMirror extendsBound javax.lang.model.type.TypeMirror superBound public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$ReferencedTypes access$900 () static void <clinit> () }
com/google/auto/common/BasicAnnotationProcessor$ProcessingStepAsStep.class
BasicAnnotationProcessor.java package com.google.auto.common com.google.auto.common.BasicAnnotationProcessor$ProcessingStepAsStep extends java.lang.Object implements com.google.auto.common.BasicAnnotationProcessor$Step { private final com.google.auto.common.BasicAnnotationProcessor$ProcessingStep processingStep private final com.google.common.collect.ImmutableMap annotationsByName void <init> (com.google.auto.common.BasicAnnotationProcessor$ProcessingStep) com.google.auto.common.BasicAnnotationProcessor$ProcessingStep processingStep public java.util.Set annotations () public java.util.Set process (com.google.common.collect.ImmutableSetMultimap) com.google.common.collect.ImmutableSetMultimap elementsByAnnotation private com.google.common.collect.ImmutableSetMultimap toClassKeyedMultimap (com.google.common.collect.SetMultimap) com.google.common.collect.SetMultimap elements com.google.common.collect.ImmutableSetMultimap$Builder builder private synthetic void lambda$toClassKeyedMultimap$2 (com.google.common.collect.ImmutableSetMultimap$Builder, java.lang.String, java.util.Collection) com.google.common.collect.ImmutableSetMultimap$Builder builder String annotationName java.util.Collection annotatedElements Class annotation private static synthetic java.lang.Class lambda$new$1 (java.lang.Class) Class aClass private static synthetic java.lang.String lambda$new$0 (java.lang.Class) Class c }
com/google/auto/common/BasicAnnotationProcessor.class
BasicAnnotationProcessor.java package com.google.auto.common public abstract com.google.auto.common.BasicAnnotationProcessor extends javax.annotation.processing.AbstractProcessor { private final java.util.Set deferredElementNames private final com.google.common.collect.SetMultimap elementsDeferredBySteps private javax.lang.model.util.Elements elements private javax.annotation.processing.Messager messager private com.google.common.collect.ImmutableList steps public void <init> () public final synchronized void init (javax.annotation.processing.ProcessingEnvironment) javax.annotation.processing.ProcessingEnvironment processingEnv protected java.lang.Iterable initSteps () protected java.lang.Iterable steps () protected void postProcess () protected void postRound (javax.annotation.processing.RoundEnvironment) javax.annotation.processing.RoundEnvironment roundEnv private com.google.common.collect.ImmutableSet getSupportedAnnotationTypeElements () private com.google.common.collect.ImmutableSet getSupportedAnnotationTypeElements (com.google.auto.common.BasicAnnotationProcessor$Step) com.google.auto.common.BasicAnnotationProcessor$Step step public final com.google.common.collect.ImmutableSet getSupportedAnnotationTypes () public final boolean process (java.util.Set, javax.annotation.processing.RoundEnvironment) java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnv private void process (com.google.common.collect.ImmutableSetMultimap) java.util.Set rejectedElements com.google.common.collect.ImmutableSet annotationTypes com.google.common.collect.ImmutableSetMultimap stepElements com.google.auto.common.BasicAnnotationProcessor$Step step com.google.common.collect.ImmutableSetMultimap validElements private void reportMissingElements (java.util.Set) com.google.common.base.Optional missingElement com.google.auto.common.BasicAnnotationProcessor$ElementName missingElementName java.util.Set missingElementNames private java.lang.String processingErrorMessage (java.lang.String) String target private com.google.common.collect.ImmutableSetMultimap validElements (javax.annotation.processing.RoundEnvironment) com.google.common.base.Optional deferredElement com.google.auto.common.BasicAnnotationProcessor$ElementName deferredElementName com.google.auto.common.BasicAnnotationProcessor$ElementName elementName boolean isValidElement javax.lang.model.element.Element element java.util.Set roundElements com.google.common.collect.ImmutableSet prevRoundElements javax.lang.model.element.TypeElement annotationType javax.annotation.processing.RoundEnvironment roundEnv com.google.common.collect.ImmutableSet prevDeferredElementNames com.google.common.collect.ImmutableSetMultimap$Builder deferredElementsByAnnotationBuilder com.google.common.collect.ImmutableSetMultimap deferredElementsByAnnotation com.google.common.collect.ImmutableSetMultimap$Builder validElements java.util.Set validElementNames private com.google.common.collect.ImmutableSetMultimap indexByAnnotation (java.util.Set, com.google.common.collect.ImmutableSet) com.google.common.base.Optional element com.google.auto.common.BasicAnnotationProcessor$ElementName elementName java.util.Set annotatedElements com.google.common.collect.ImmutableSet annotationTypes com.google.common.collect.ImmutableSetMultimap$Builder deferredElements private static void findAnnotatedElements (javax.lang.model.element.Element, com.google.common.collect.ImmutableSet, com.google.common.collect.ImmutableSetMultimap$Builder) javax.lang.model.element.Element enclosedElement javax.lang.model.element.Element parameterElement javax.lang.model.element.TypeElement annotationType javax.lang.model.element.Element element com.google.common.collect.ImmutableSet annotationTypes com.google.common.collect.ImmutableSetMultimap$Builder annotatedElements private static boolean isAnnotationPresent (javax.lang.model.element.Element, javax.lang.model.element.TypeElement) javax.lang.model.element.Element element javax.lang.model.element.TypeElement annotationType private static javax.lang.model.element.TypeElement getEnclosingType (javax.lang.model.element.Element) javax.lang.model.element.Element element private static com.google.common.collect.ImmutableSetMultimap toClassNameKeyedMultimap (com.google.common.collect.SetMultimap) com.google.common.collect.SetMultimap elements com.google.common.collect.ImmutableSetMultimap$Builder builder protected static com.google.auto.common.BasicAnnotationProcessor$Step asStep (com.google.auto.common.BasicAnnotationProcessor$ProcessingStep) com.google.auto.common.BasicAnnotationProcessor$ProcessingStep processingStep public volatile synthetic java.util.Set getSupportedAnnotationTypes () private static synthetic void lambda$toClassNameKeyedMultimap$3 (com.google.common.collect.ImmutableSetMultimap$Builder, javax.lang.model.element.TypeElement, java.util.Collection) com.google.common.collect.ImmutableSetMultimap$Builder builder javax.lang.model.element.TypeElement annotation java.util.Collection element private static synthetic boolean lambda$isAnnotationPresent$2 (javax.lang.model.element.TypeElement, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.TypeElement annotationType javax.lang.model.element.AnnotationMirror mirror private static synthetic java.util.stream.Stream lambda$getSupportedAnnotationTypes$1 (com.google.auto.common.BasicAnnotationProcessor$Step) com.google.auto.common.BasicAnnotationProcessor$Step step private synthetic java.util.stream.Stream lambda$getSupportedAnnotationTypeElements$0 (com.google.auto.common.BasicAnnotationProcessor$Step) com.google.auto.common.BasicAnnotationProcessor$Step step static synthetic javax.lang.model.element.TypeElement access$000 (javax.lang.model.element.Element) javax.lang.model.element.Element x0 }
com/google/auto/common/MoreTypes$ArrayTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$ArrayTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$ArrayTypeVisitor INSTANCE void <init> () public javax.lang.model.type.ArrayType visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType type Void ignore public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$ArrayTypeVisitor access$1100 () static void <clinit> () }
com/google/auto/common/MoreElements$CastingElementVisitor.class
MoreElements.java package com.google.auto.common abstract com.google.auto.common.MoreElements$CastingElementVisitor extends javax.lang.model.util.SimpleElementVisitor8 { private final String label void <init> (java.lang.String) String label protected final java.lang.Object defaultAction (javax.lang.model.element.Element, java.lang.Void) javax.lang.model.element.Element e Void ignore protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.element.Element, java.lang.Object) }
com/google/auto/common/MoreTypes$EqualVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$EqualVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final com.google.auto.common.MoreTypes$EqualVisitor INSTANCE private void <init> () protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.TypeMirror a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.ArrayType b javax.lang.model.type.ArrayType a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.DeclaredType b javax.lang.model.element.Element aElement javax.lang.model.element.Element bElement java.util.Set newVisiting javax.lang.model.type.DeclaredType a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitError (javax.lang.model.type.ErrorType, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.ErrorType a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitExecutable (javax.lang.model.type.ExecutableType, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.ExecutableType b javax.lang.model.type.ExecutableType a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitIntersection (javax.lang.model.type.IntersectionType, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.IntersectionType b javax.lang.model.type.IntersectionType a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitTypeVariable (javax.lang.model.type.TypeVariable, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.TypeVariable b javax.lang.model.element.TypeParameterElement aElement javax.lang.model.element.TypeParameterElement bElement java.util.Set newVisiting javax.lang.model.type.TypeVariable a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitWildcard (javax.lang.model.type.WildcardType, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.WildcardType b javax.lang.model.type.WildcardType a com.google.auto.common.MoreTypes$EqualVisitorParam p public java.lang.Boolean visitUnknown (javax.lang.model.type.TypeMirror, com.google.auto.common.MoreTypes$EqualVisitorParam) javax.lang.model.type.TypeMirror a com.google.auto.common.MoreTypes$EqualVisitorParam p private java.util.Set visitingSetPlus (java.util.Set, javax.lang.model.element.Element, javax.lang.model.element.Element) java.util.Set visiting javax.lang.model.element.Element a javax.lang.model.element.Element b com.google.common.collect.ImmutableList noArguments private java.util.Set visitingSetPlus (java.util.Set, javax.lang.model.element.Element, java.util.List, javax.lang.model.element.Element, java.util.List) java.util.Set visiting javax.lang.model.element.Element a java.util.List aArguments javax.lang.model.element.Element b java.util.List bArguments com.google.auto.common.MoreTypes$ComparedElements comparedElements java.util.Set newVisiting public volatile synthetic java.lang.Object visitIntersection (javax.lang.model.type.IntersectionType, java.lang.Object) public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$EqualVisitor access$600 () static void <clinit> () }
com/google/auto/common/Visibility.class
Visibility.java package com.google.auto.common public final enum com.google.auto.common.Visibility extends java.lang.Enum { public static final enum com.google.auto.common.Visibility PRIVATE public static final enum com.google.auto.common.Visibility DEFAULT public static final enum com.google.auto.common.Visibility PROTECTED public static final enum com.google.auto.common.Visibility PUBLIC private static final javax.lang.model.element.ElementKind MODULE private static final synthetic com.google.auto.common.Visibility[] $VALUES public static com.google.auto.common.Visibility[] values () public static com.google.auto.common.Visibility valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public static com.google.auto.common.Visibility ofElement (javax.lang.model.element.Element) javax.lang.model.element.Element element java.util.Set modifiers public static com.google.auto.common.Visibility effectiveVisibilityOfElement (javax.lang.model.element.Element) javax.lang.model.element.Element element com.google.auto.common.Visibility effectiveVisibility javax.lang.model.element.Element currentElement private static synthetic com.google.auto.common.Visibility[] $values () static void <clinit> () }
com/google/auto/common/GeneratedAnnotations.class
GeneratedAnnotations.java package com.google.auto.common public final com.google.auto.common.GeneratedAnnotations extends java.lang.Object { private void <init> () public static java.util.Optional generatedAnnotation (javax.lang.model.util.Elements) javax.lang.model.util.Elements elements javax.lang.model.element.TypeElement jdk9Generated public static java.util.Optional generatedAnnotation (javax.lang.model.util.Elements, javax.lang.model.SourceVersion) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion }
com/google/auto/common/SuperficialValidation.class
SuperficialValidation.java package com.google.auto.common public final com.google.auto.common.SuperficialValidation extends java.lang.Object { private static final javax.lang.model.element.ElementVisitor ELEMENT_VALIDATING_VISITOR private static final javax.lang.model.type.TypeVisitor TYPE_VALIDATING_VISITOR private static final javax.lang.model.element.AnnotationValueVisitor VALUE_VALIDATING_VISITOR public static boolean validateElements (java.lang.Iterable) Iterable elements public static boolean validateElement (javax.lang.model.element.Element) javax.lang.model.element.Element element private static boolean isValidBaseElement (javax.lang.model.element.Element) javax.lang.model.element.Element e private static boolean validateTypes (java.lang.Iterable) javax.lang.model.type.TypeMirror type Iterable types public static boolean validateType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private static boolean validateAnnotations (java.lang.Iterable) javax.lang.model.element.AnnotationMirror annotationMirror Iterable annotationMirrors private static boolean validateAnnotation (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotationMirror private static boolean validateAnnotationValues (java.util.Map) java.util.Map valueMap private static boolean validateAnnotationValue (javax.lang.model.element.AnnotationValue, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationValue annotationValue javax.lang.model.type.TypeMirror expectedType private void <init> () private static synthetic boolean lambda$validateAnnotationValues$0 (java.util.Map$Entry) java.util.Map$Entry valueEntry javax.lang.model.type.TypeMirror expectedType static synthetic boolean access$000 (java.lang.Iterable) Iterable x0 static synthetic boolean access$100 (javax.lang.model.element.Element) javax.lang.model.element.Element x0 static synthetic boolean access$200 (java.lang.Iterable) Iterable x0 static synthetic boolean access$300 (javax.lang.model.element.AnnotationValue, javax.lang.model.type.TypeMirror) javax.lang.model.element.AnnotationValue x0 javax.lang.model.type.TypeMirror x1 static synthetic boolean access$400 (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror x0 static void <clinit> () }
com/google/auto/common/Overrides$NativeOverrides.class
Overrides.java package com.google.auto.common com.google.auto.common.Overrides$NativeOverrides extends com.google.auto.common.Overrides { private final javax.lang.model.util.Elements elementUtils void <init> (javax.lang.model.util.Elements) javax.lang.model.util.Elements elementUtils boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement) javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement in }
com/google/auto/common/BasicAnnotationProcessor$ElementName.class
BasicAnnotationProcessor.java package com.google.auto.common final com.google.auto.common.BasicAnnotationProcessor$ElementName extends java.lang.Object { private final com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind kind private final String name private void <init> (com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind, javax.lang.model.element.Name) com.google.auto.common.BasicAnnotationProcessor$ElementName$Kind kind javax.lang.model.element.Name name static com.google.auto.common.BasicAnnotationProcessor$ElementName forAnnotatedElement (javax.lang.model.element.Element) javax.lang.model.element.Element element java.lang.String name () com.google.common.base.Optional getElement (javax.lang.model.util.Elements) javax.lang.model.util.Elements elements public boolean equals (java.lang.Object) Object object com.google.auto.common.BasicAnnotationProcessor$ElementName that public int hashCode () }
com/google/auto/common/MoreTypes$HashVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$HashVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final com.google.auto.common.MoreTypes$HashVisitor INSTANCE private void <init> () int hashKind (int, javax.lang.model.type.TypeMirror) int seed javax.lang.model.type.TypeMirror t int result protected java.lang.Integer defaultAction (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror e java.util.Set visiting public java.lang.Integer visitArray (javax.lang.model.type.ArrayType, java.util.Set) javax.lang.model.type.ArrayType t java.util.Set visiting int result public java.lang.Integer visitDeclared (javax.lang.model.type.DeclaredType, java.util.Set) javax.lang.model.type.DeclaredType t java.util.Set visiting javax.lang.model.element.Element element java.util.Set newVisiting int result public java.lang.Integer visitExecutable (javax.lang.model.type.ExecutableType, java.util.Set) javax.lang.model.type.ExecutableType t java.util.Set visiting int result public java.lang.Integer visitTypeVariable (javax.lang.model.type.TypeVariable, java.util.Set) javax.lang.model.type.TypeMirror bound javax.lang.model.type.TypeVariable t java.util.Set visiting int result javax.lang.model.element.TypeParameterElement element public java.lang.Integer visitWildcard (javax.lang.model.type.WildcardType, java.util.Set) javax.lang.model.type.WildcardType t java.util.Set visiting int result public java.lang.Integer visitUnknown (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror t java.util.Set visiting public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$HashVisitor access$800 () static void <clinit> () }
com/google/auto/common/MoreElements$2.class
MoreElements.java package com.google.auto.common synthetic com.google.auto.common.MoreElements$2 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$auto$common$Visibility static void <clinit> () }
com/google/auto/common/MoreTypes$ComparedElements.class
MoreTypes.java package com.google.auto.common com.google.auto.common.MoreTypes$ComparedElements extends java.lang.Object { final javax.lang.model.element.Element a final com.google.common.collect.ImmutableList aArguments final javax.lang.model.element.Element b final com.google.common.collect.ImmutableList bArguments void <init> (javax.lang.model.element.Element, com.google.common.collect.ImmutableList, javax.lang.model.element.Element, com.google.common.collect.ImmutableList) javax.lang.model.element.Element a com.google.common.collect.ImmutableList aArguments javax.lang.model.element.Element b com.google.common.collect.ImmutableList bArguments public boolean equals (java.lang.Object) int i com.google.auto.common.MoreTypes$ComparedElements that int nArguments Object o public int hashCode () }
com/google/auto/common/AnnotationOutput$1.class
AnnotationOutput.java package com.google.auto.common com.google.auto.common.AnnotationOutput$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> () public javax.lang.model.element.AnnotationValue visitArray (java.util.List, javax.lang.model.element.AnnotationValue) java.util.List values javax.lang.model.element.AnnotationValue input protected javax.lang.model.element.AnnotationValue defaultAction (java.lang.Object, javax.lang.model.element.AnnotationValue) Object o javax.lang.model.element.AnnotationValue input public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/SuperficialValidation$1.class
SuperficialValidation.java package com.google.auto.common com.google.auto.common.SuperficialValidation$1 extends javax.lang.model.util.AbstractElementVisitor8 { void <init> () public java.lang.Boolean visitPackage (javax.lang.model.element.PackageElement, java.lang.Void) javax.lang.model.element.PackageElement e Void p public java.lang.Boolean visitType (javax.lang.model.element.TypeElement, java.lang.Void) javax.lang.model.element.TypeElement e Void p public java.lang.Boolean visitVariable (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement e Void p public java.lang.Boolean visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Void) javax.lang.model.element.ExecutableElement e Void p javax.lang.model.element.AnnotationValue defaultValue public java.lang.Boolean visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Void) javax.lang.model.element.TypeParameterElement e Void p public java.lang.Boolean visitUnknown (javax.lang.model.element.Element, java.lang.Void) javax.lang.model.element.Element e Void p public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.element.Element, java.lang.Object) public volatile synthetic java.lang.Object visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Object) public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.element.ExecutableElement, java.lang.Object) public volatile synthetic java.lang.Object visitVariable (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.element.TypeElement, java.lang.Object) public volatile synthetic java.lang.Object visitPackage (javax.lang.model.element.PackageElement, java.lang.Object) }
com/google/auto/common/MoreTypes$TypeEquivalence.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$TypeEquivalence extends com.google.common.base.Equivalence { private static final com.google.auto.common.MoreTypes$TypeEquivalence INSTANCE private void <init> () protected boolean doEquivalent (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror a javax.lang.model.type.TypeMirror b protected int doHash (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror t public java.lang.String toString () protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$TypeEquivalence access$200 () static void <clinit> () }
com/google/auto/common/BasicAnnotationProcessor$ProcessingStep.class
BasicAnnotationProcessor.java package com.google.auto.common public abstract com.google.auto.common.BasicAnnotationProcessor$ProcessingStep extends java.lang.Object { public abstract java.util.Set annotations () public abstract java.util.Set process (com.google.common.collect.SetMultimap) }
com/google/auto/common/MoreTypes$NoTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$NoTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$NoTypeVisitor INSTANCE void <init> () public javax.lang.model.type.NoType visitNoType (javax.lang.model.type.NoType, java.lang.Void) javax.lang.model.type.NoType type Void ignore public volatile synthetic java.lang.Object visitNoType (javax.lang.model.type.NoType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$NoTypeVisitor access$1600 () static void <clinit> () }
com/google/auto/common/MoreTypes$DeclaredTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$DeclaredTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$DeclaredTypeVisitor INSTANCE void <init> () public javax.lang.model.type.DeclaredType visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType type Void ignore public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$DeclaredTypeVisitor access$1200 () static void <clinit> () }
com/google/auto/common/MoreElements$TypeElementVisitor.class
MoreElements.java package com.google.auto.common final com.google.auto.common.MoreElements$TypeElementVisitor extends com.google.auto.common.MoreElements$CastingElementVisitor { private static final com.google.auto.common.MoreElements$TypeElementVisitor INSTANCE void <init> () public javax.lang.model.element.TypeElement visitType (javax.lang.model.element.TypeElement, java.lang.Void) javax.lang.model.element.TypeElement e Void ignore public volatile synthetic java.lang.Object visitType (javax.lang.model.element.TypeElement, java.lang.Object) static synthetic com.google.auto.common.MoreElements$TypeElementVisitor access$100 () static void <clinit> () }
com/google/auto/common/MoreElements$TypeParameterElementVisitor.class
MoreElements.java package com.google.auto.common final com.google.auto.common.MoreElements$TypeParameterElementVisitor extends com.google.auto.common.MoreElements$CastingElementVisitor { private static final com.google.auto.common.MoreElements$TypeParameterElementVisitor INSTANCE void <init> () public javax.lang.model.element.TypeParameterElement visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Void) javax.lang.model.element.TypeParameterElement e Void ignore public volatile synthetic java.lang.Object visitTypeParameter (javax.lang.model.element.TypeParameterElement, java.lang.Object) static synthetic com.google.auto.common.MoreElements$TypeParameterElementVisitor access$200 () static void <clinit> () }
com/google/auto/common/MoreElements$PackageElementVisitor.class
MoreElements.java package com.google.auto.common final com.google.auto.common.MoreElements$PackageElementVisitor extends com.google.auto.common.MoreElements$CastingElementVisitor { private static final com.google.auto.common.MoreElements$PackageElementVisitor INSTANCE void <init> () public javax.lang.model.element.PackageElement visitPackage (javax.lang.model.element.PackageElement, java.lang.Void) javax.lang.model.element.PackageElement e Void ignore public volatile synthetic java.lang.Object visitPackage (javax.lang.model.element.PackageElement, java.lang.Object) static synthetic com.google.auto.common.MoreElements$PackageElementVisitor access$000 () static void <clinit> () }
com/google/auto/common/MoreTypes$AsElementVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$AsElementVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final com.google.auto.common.MoreTypes$AsElementVisitor INSTANCE private void <init> () protected javax.lang.model.element.Element defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror e Void p public javax.lang.model.element.Element visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void p public javax.lang.model.element.Element visitError (javax.lang.model.type.ErrorType, java.lang.Void) javax.lang.model.type.ErrorType t Void p public javax.lang.model.element.Element visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void p public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitError (javax.lang.model.type.ErrorType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$AsElementVisitor access$1000 () static void <clinit> () }
com/google/auto/common/MoreTypes$PrimitiveTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$PrimitiveTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$PrimitiveTypeVisitor INSTANCE void <init> () public javax.lang.model.type.PrimitiveType visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType type Void ignore public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$PrimitiveTypeVisitor access$1800 () static void <clinit> () }
com/google/auto/common/AnnotationValues$DefaultVisitor.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$DefaultVisitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { final Class clazz void <init> (java.lang.Class) Class clazz public java.lang.Object defaultAction (java.lang.Object, java.lang.Void) Object o Void unused public volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/AnnotationMirrors.class
AnnotationMirrors.java package com.google.auto.common public final com.google.auto.common.AnnotationMirrors extends java.lang.Object { private static final com.google.common.base.Equivalence ANNOTATION_MIRROR_EQUIVALENCE public static com.google.common.base.Equivalence equivalence () public static com.google.common.collect.ImmutableMap getAnnotationValuesWithDefaults (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.ExecutableElement method javax.lang.model.element.AnnotationMirror annotation com.google.common.collect.ImmutableMap$Builder values java.util.Map declaredValues public static javax.lang.model.element.AnnotationValue getAnnotationValue (javax.lang.model.element.AnnotationMirror, java.lang.String) javax.lang.model.element.AnnotationMirror annotationMirror String elementName public static java.util.Map$Entry getAnnotationElementAndValue (javax.lang.model.element.AnnotationMirror, java.lang.String) java.util.Map$Entry entry javax.lang.model.element.AnnotationMirror annotationMirror String elementName public static com.google.common.collect.ImmutableSet getAnnotatedAnnotations (javax.lang.model.element.Element, java.lang.Class) javax.lang.model.element.Element element Class annotationClass String name public static com.google.common.collect.ImmutableSet getAnnotatedAnnotations (javax.lang.model.element.Element, javax.lang.model.element.TypeElement) javax.lang.model.element.Element element javax.lang.model.element.TypeElement annotation public static com.google.common.collect.ImmutableSet getAnnotatedAnnotations (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element element String annotationName public static java.lang.String toString (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotationMirror private void <init> () private static synthetic boolean lambda$getAnnotatedAnnotations$1 (java.lang.String, javax.lang.model.element.AnnotationMirror) String annotationName javax.lang.model.element.AnnotationMirror input private static synthetic boolean lambda$getAnnotatedAnnotations$0 (javax.lang.model.element.TypeElement, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.TypeElement annotation javax.lang.model.element.AnnotationMirror input static void <clinit> () }
com/google/auto/common/AnnotationValues$EnumVisitor.class
AnnotationValues.java package com.google.auto.common final com.google.auto.common.AnnotationValues$EnumVisitor extends com.google.auto.common.AnnotationValues$DefaultVisitor { static final com.google.auto.common.AnnotationValues$EnumVisitor INSTANCE void <init> () public javax.lang.model.element.VariableElement visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement value Void unused public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) static void <clinit> () }
com/google/auto/common/GeneratedAnnotationSpecs.class
GeneratedAnnotationSpecs.java package com.google.auto.common public final com.google.auto.common.GeneratedAnnotationSpecs extends java.lang.Object { private void <init> () public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, java.lang.Class) javax.lang.model.util.Elements elements Class processorClass public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, java.lang.Class, java.lang.String) javax.lang.model.util.Elements elements Class processorClass String comments public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, javax.lang.model.SourceVersion, java.lang.Class) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion Class processorClass public static java.util.Optional generatedAnnotationSpec (javax.lang.model.util.Elements, javax.lang.model.SourceVersion, java.lang.Class, java.lang.String) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion Class processorClass String comments private static java.util.Optional generatedAnnotationSpecBuilder (javax.lang.model.util.Elements, java.lang.Class) javax.lang.model.util.Elements elements Class processorClass private static java.util.Optional generatedAnnotationSpecBuilder (javax.lang.model.util.Elements, javax.lang.model.SourceVersion, java.lang.Class) javax.lang.model.util.Elements elements javax.lang.model.SourceVersion sourceVersion Class processorClass private static synthetic com.squareup.javapoet.AnnotationSpec$Builder lambda$generatedAnnotationSpecBuilder$3 (java.lang.Class, javax.lang.model.element.TypeElement) Class processorClass javax.lang.model.element.TypeElement generated private static synthetic com.squareup.javapoet.AnnotationSpec$Builder lambda$generatedAnnotationSpecBuilder$2 (java.lang.Class, javax.lang.model.element.TypeElement) Class processorClass javax.lang.model.element.TypeElement generated private static synthetic com.squareup.javapoet.AnnotationSpec lambda$generatedAnnotationSpec$1 (java.lang.String, com.squareup.javapoet.AnnotationSpec$Builder) String comments com.squareup.javapoet.AnnotationSpec$Builder annotation private static synthetic com.squareup.javapoet.AnnotationSpec lambda$generatedAnnotationSpec$0 (java.lang.String, com.squareup.javapoet.AnnotationSpec$Builder) String comments com.squareup.javapoet.AnnotationSpec$Builder annotation }
com/google/auto/common/AnnotationOutput$SourceFormVisitor.class
AnnotationOutput.java package com.google.auto.common com.google.auto.common.AnnotationOutput$SourceFormVisitor extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { private void <init> () private java.lang.String formatType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror protected java.lang.Void defaultAction (java.lang.Object, java.lang.StringBuilder) Object value StringBuilder sb public java.lang.Void visitArray (java.util.List, java.lang.StringBuilder) javax.lang.model.element.AnnotationValue value java.util.List values StringBuilder sb String sep public java.lang.Void visitByte (byte, java.lang.StringBuilder) byte b StringBuilder sb public java.lang.Void visitShort (short, java.lang.StringBuilder) short s StringBuilder sb public java.lang.Void visitChar (char, java.lang.StringBuilder) char c StringBuilder sb public java.lang.Void visitLong (long, java.lang.StringBuilder) long i StringBuilder sb public java.lang.Void visitDouble (double, java.lang.StringBuilder) double d StringBuilder sb public java.lang.Void visitFloat (float, java.lang.StringBuilder) float f StringBuilder sb public java.lang.Void visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.StringBuilder) javax.lang.model.element.VariableElement c StringBuilder sb public java.lang.Void visitString (java.lang.String, java.lang.StringBuilder) String s StringBuilder sb public java.lang.Void visitType (javax.lang.model.type.TypeMirror, java.lang.StringBuilder) javax.lang.model.type.TypeMirror classConstant StringBuilder sb public java.lang.Void visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.StringBuilder) java.util.Map$Entry entry String sep java.util.Optional shortForm javax.lang.model.element.AnnotationMirror a StringBuilder sb com.google.common.collect.ImmutableMap map public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitEnumConstant (javax.lang.model.element.VariableElement, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) public volatile synthetic java.lang.Object visitString (java.lang.String, java.lang.Object) public volatile synthetic java.lang.Object visitShort (short, java.lang.Object) public volatile synthetic java.lang.Object visitLong (long, java.lang.Object) public volatile synthetic java.lang.Object visitFloat (float, java.lang.Object) public volatile synthetic java.lang.Object visitDouble (double, java.lang.Object) public volatile synthetic java.lang.Object visitChar (char, java.lang.Object) public volatile synthetic java.lang.Object visitByte (byte, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) synthetic void <init> (com.google.auto.common.AnnotationOutput$1) com.google.auto.common.AnnotationOutput$1 x0 }
com/google/auto/common/MoreTypes$CastingUncheckedVisitor.class
MoreTypes.java package com.google.auto.common com.google.auto.common.MoreTypes$CastingUncheckedVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { void <init> () public java.lang.Boolean visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror t Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType t Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType t Void p public java.lang.Boolean visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable t Void p private static boolean uncheckedTypeArgument (javax.lang.model.type.TypeMirror) javax.lang.model.type.WildcardType wildcard javax.lang.model.type.TypeMirror arg private static boolean isJavaLangObject (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type javax.lang.model.element.TypeElement typeElement public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitUnknown (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/auto/common/BasicAnnotationProcessor$1.class
BasicAnnotationProcessor.java package com.google.auto.common com.google.auto.common.BasicAnnotationProcessor$1 extends javax.lang.model.util.SimpleElementVisitor8 { void <init> () protected javax.lang.model.element.TypeElement defaultAction (javax.lang.model.element.Element, java.lang.Void) javax.lang.model.element.Element e Void p public javax.lang.model.element.TypeElement visitType (javax.lang.model.element.TypeElement, java.lang.Void) javax.lang.model.element.TypeElement e Void p public javax.lang.model.element.TypeElement visitPackage (javax.lang.model.element.PackageElement, java.lang.Void) javax.lang.model.element.PackageElement e Void p public volatile synthetic java.lang.Object visitType (javax.lang.model.element.TypeElement, java.lang.Object) public volatile synthetic java.lang.Object visitPackage (javax.lang.model.element.PackageElement, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.element.Element, java.lang.Object) }
com/google/auto/common/AnnotationValues$1.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$1 extends com.google.common.base.Equivalence { void <init> () protected boolean doEquivalent (javax.lang.model.element.AnnotationValue, javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue left javax.lang.model.element.AnnotationValue right protected int doHash (javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationValue value protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) }
com/google/auto/common/MoreStreams.class
MoreStreams.java package com.google.auto.common public final com.google.auto.common.MoreStreams extends java.lang.Object { public static java.util.stream.Collector toImmutableList () public static java.util.stream.Collector toImmutableSet () public static java.util.stream.Collector toImmutableMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyMapper java.util.function.Function valueMapper public static java.util.stream.Collector toImmutableBiMap (java.util.function.Function, java.util.function.Function) java.util.function.Function keyMapper java.util.function.Function valueMapper private void <init> () private static synthetic com.google.common.collect.ImmutableBiMap$Builder lambda$toImmutableBiMap$5 (com.google.common.collect.ImmutableBiMap$Builder, com.google.common.collect.ImmutableBiMap$Builder) com.google.common.collect.ImmutableBiMap$Builder left com.google.common.collect.ImmutableBiMap$Builder right private static synthetic void lambda$toImmutableBiMap$4 (com.google.common.collect.ImmutableBiMap$Builder, java.util.Map$Entry) com.google.common.collect.ImmutableBiMap$Builder builder java.util.Map$Entry entry private static synthetic java.util.Map$Entry lambda$toImmutableBiMap$3 (java.util.function.Function, java.util.function.Function, java.lang.Object) java.util.function.Function keyMapper java.util.function.Function valueMapper Object value private static synthetic com.google.common.collect.ImmutableMap$Builder lambda$toImmutableMap$2 (com.google.common.collect.ImmutableMap$Builder, com.google.common.collect.ImmutableMap$Builder) com.google.common.collect.ImmutableMap$Builder left com.google.common.collect.ImmutableMap$Builder right private static synthetic void lambda$toImmutableMap$1 (com.google.common.collect.ImmutableMap$Builder, java.util.Map$Entry) com.google.common.collect.ImmutableMap$Builder builder java.util.Map$Entry entry private static synthetic java.util.Map$Entry lambda$toImmutableMap$0 (java.util.function.Function, java.util.function.Function, java.lang.Object) java.util.function.Function keyMapper java.util.function.Function valueMapper Object value }
com/google/auto/common/BasicAnnotationProcessor$Step.class
BasicAnnotationProcessor.java package com.google.auto.common public abstract com.google.auto.common.BasicAnnotationProcessor$Step extends java.lang.Object { public abstract java.util.Set annotations () public abstract java.util.Set process (com.google.common.collect.ImmutableSetMultimap) }
com/google/auto/common/AnnotationValues$1$1$3.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$1$1$3 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> (com.google.auto.common.AnnotationValues$1$1) com.google.auto.common.AnnotationValues$1$1 this$1 protected java.lang.Boolean defaultAction (java.lang.Object, java.util.List) Object ignored java.util.List alsoIgnored public java.lang.Boolean visitArray (java.util.List, java.util.List) java.util.List right java.util.List left public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/SimpleTypeAnnotationValue.class
SimpleTypeAnnotationValue.java package com.google.auto.common public final com.google.auto.common.SimpleTypeAnnotationValue extends java.lang.Object implements javax.lang.model.element.AnnotationValue { private final javax.lang.model.type.TypeMirror value private void <init> (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror value public static javax.lang.model.element.AnnotationValue of (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror value public javax.lang.model.type.TypeMirror getValue () public java.lang.String toString () public java.lang.Object accept (javax.lang.model.element.AnnotationValueVisitor, java.lang.Object) javax.lang.model.element.AnnotationValueVisitor visitor Object parameter public volatile synthetic java.lang.Object getValue () }
com/google/auto/common/AnnotationValues$1$1$2.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$1$1$2 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> (com.google.auto.common.AnnotationValues$1$1) com.google.auto.common.AnnotationValues$1$1 this$1 protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.element.AnnotationMirror) Object right javax.lang.model.element.AnnotationMirror left public java.lang.Boolean visitAnnotation (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror right javax.lang.model.element.AnnotationMirror left public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/AnnotationMirrors$1.class
AnnotationMirrors.java package com.google.auto.common com.google.auto.common.AnnotationMirrors$1 extends com.google.common.base.Equivalence { void <init> () protected boolean doEquivalent (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror left javax.lang.model.element.AnnotationMirror right protected int doHash (javax.lang.model.element.AnnotationMirror) javax.lang.model.element.AnnotationMirror annotation javax.lang.model.type.DeclaredType type Iterable annotationValues public java.lang.String toString () protected volatile synthetic int doHash (java.lang.Object) protected volatile synthetic boolean doEquivalent (java.lang.Object, java.lang.Object) }
com/google/auto/common/AnnotationValues$AnnotationMirrorVisitor.class
AnnotationValues.java package com.google.auto.common final com.google.auto.common.AnnotationValues$AnnotationMirrorVisitor extends com.google.auto.common.AnnotationValues$DefaultVisitor { static final com.google.auto.common.AnnotationValues$AnnotationMirrorVisitor INSTANCE void <init> () public javax.lang.model.element.AnnotationMirror visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Void) javax.lang.model.element.AnnotationMirror value Void unused public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) static void <clinit> () }
com/google/auto/common/MoreTypes$WildcardTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$WildcardTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$WildcardTypeVisitor INSTANCE void <init> () public javax.lang.model.type.WildcardType visitWildcard (javax.lang.model.type.WildcardType, java.lang.Void) javax.lang.model.type.WildcardType type Void ignore public volatile synthetic java.lang.Object visitWildcard (javax.lang.model.type.WildcardType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$WildcardTypeVisitor access$2000 () static void <clinit> () }
com/google/auto/common/AnnotationValues$1$1$1.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$1$1$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> (com.google.auto.common.AnnotationValues$1$1) com.google.auto.common.AnnotationValues$1$1 this$1 protected java.lang.Object defaultAction (java.lang.Object, java.lang.Void) Object object Void unused protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/MoreTypes$CastingTypeVisitor.class
MoreTypes.java package com.google.auto.common abstract com.google.auto.common.MoreTypes$CastingTypeVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private final String label void <init> (java.lang.String) String label protected java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror e Void v protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) }
com/google/auto/common/MoreTypes$TypeVariableVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$TypeVariableVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$TypeVariableVisitor INSTANCE void <init> () public javax.lang.model.type.TypeVariable visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Void) javax.lang.model.type.TypeVariable type Void ignore public volatile synthetic java.lang.Object visitTypeVariable (javax.lang.model.type.TypeVariable, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$TypeVariableVisitor access$1900 () static void <clinit> () }
com/google/auto/common/MoreTypes$NullTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$NullTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$NullTypeVisitor INSTANCE void <init> () public javax.lang.model.type.NullType visitNull (javax.lang.model.type.NullType, java.lang.Void) javax.lang.model.type.NullType type Void ignore public volatile synthetic java.lang.Object visitNull (javax.lang.model.type.NullType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$NullTypeVisitor access$1700 () static void <clinit> () }
com/google/auto/common/MoreElements.class
MoreElements.java package com.google.auto.common public final com.google.auto.common.MoreElements extends java.lang.Object { public static javax.lang.model.element.PackageElement getPackage (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.PackageElement asPackage (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isType (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.TypeElement asType (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.TypeParameterElement asTypeParameter (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.VariableElement asVariable (javax.lang.model.element.Element) javax.lang.model.element.Element element public static javax.lang.model.element.ExecutableElement asExecutable (javax.lang.model.element.Element) javax.lang.model.element.Element element public static boolean isAnnotationPresent (javax.lang.model.element.Element, java.lang.Class) javax.lang.model.element.Element element Class annotationClass public static boolean isAnnotationPresent (javax.lang.model.element.Element, javax.lang.model.element.TypeElement) javax.lang.model.element.Element element javax.lang.model.element.TypeElement annotation public static boolean isAnnotationPresent (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.Element element String annotationName public static com.google.common.base.Optional getAnnotationMirror (javax.lang.model.element.Element, java.lang.Class) javax.lang.model.element.Element element Class annotationClass String name public static com.google.common.base.Optional getAnnotationMirror (javax.lang.model.element.Element, javax.lang.model.element.TypeElement) javax.lang.model.element.AnnotationMirror elementAnnotation javax.lang.model.element.Element element javax.lang.model.element.TypeElement annotation public static com.google.common.base.Optional getAnnotationMirror (javax.lang.model.element.Element, java.lang.String) javax.lang.model.element.TypeElement annotationTypeElement javax.lang.model.element.AnnotationMirror annotationMirror javax.lang.model.element.Element element String annotationName public static transient com.google.common.base.Predicate hasModifiers (javax.lang.model.element.Modifier[]) javax.lang.model.element.Modifier[] modifiers public static com.google.common.base.Predicate hasModifiers (java.util.Set) java.util.Set modifiers public static com.google.common.collect.ImmutableSet getLocalAndInheritedMethods (javax.lang.model.element.TypeElement, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement type javax.lang.model.util.Elements elementUtils com.google.auto.common.Overrides overrides public static com.google.common.collect.ImmutableSet getLocalAndInheritedMethods (javax.lang.model.element.TypeElement, javax.lang.model.util.Types, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement type javax.lang.model.util.Types typeUtils javax.lang.model.util.Elements elementUtils private static com.google.common.collect.ImmutableSet getLocalAndInheritedMethods (javax.lang.model.element.TypeElement, com.google.auto.common.Overrides) javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type com.google.auto.common.Overrides overrides javax.lang.model.element.PackageElement pkg com.google.common.collect.ImmutableSet$Builder methods public static boolean overrides (javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement, javax.lang.model.element.TypeElement, javax.lang.model.util.Types) javax.lang.model.element.ExecutableElement overrider javax.lang.model.element.ExecutableElement overridden javax.lang.model.element.TypeElement type javax.lang.model.util.Types typeUtils public static com.google.common.collect.ImmutableSet getAllMethods (javax.lang.model.element.TypeElement, javax.lang.model.util.Types, javax.lang.model.util.Elements) javax.lang.model.element.TypeElement type javax.lang.model.util.Types typeUtils javax.lang.model.util.Elements elementUtils private static com.google.common.collect.ImmutableSet getAllMethods (javax.lang.model.element.TypeElement, com.google.auto.common.Overrides) javax.lang.model.element.ExecutableElement methodJ int j javax.lang.model.element.ExecutableElement methodI int i java.util.List methodList java.util.Collection methods javax.lang.model.element.TypeElement type com.google.auto.common.Overrides overrides com.google.common.collect.SetMultimap methodMap java.util.Set overridden private static void getAllMethods (javax.lang.model.element.TypeElement, com.google.common.collect.SetMultimap) javax.lang.model.type.TypeMirror superInterface javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement type com.google.common.collect.SetMultimap methods static boolean methodVisibleFromPackage (javax.lang.model.element.ExecutableElement, javax.lang.model.element.PackageElement) javax.lang.model.element.ExecutableElement method javax.lang.model.element.PackageElement pkg com.google.auto.common.Visibility visibility private void <init> () private static synthetic boolean lambda$getAllMethods$0 (java.util.Set, javax.lang.model.element.ExecutableElement) java.util.Set overridden javax.lang.model.element.ExecutableElement m }
com/google/auto/common/MoreTypes.class
MoreTypes.java package com.google.auto.common public final com.google.auto.common.MoreTypes extends java.lang.Object { private static final int HASH_SEED private static final int HASH_MULTIPLIER public static com.google.common.base.Equivalence equivalence () private static boolean equal (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror a javax.lang.model.type.TypeMirror b java.util.Set visiting boolean equal com.google.auto.common.MoreTypes$EqualVisitorParam p private static javax.lang.model.type.TypeMirror enclosingType (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType t javax.lang.model.type.TypeMirror enclosing private static boolean equalLists (java.util.List, java.util.List, java.util.Set) javax.lang.model.type.TypeMirror nextMirrorA javax.lang.model.type.TypeMirror nextMirrorB java.util.List a java.util.List b java.util.Set visiting int size java.util.Iterator aIterator java.util.Iterator bIterator private static int hashList (java.util.List, java.util.Set) javax.lang.model.type.TypeMirror mirror java.util.List mirrors java.util.Set visiting int result private static int hash (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror mirror java.util.Set visiting public static com.google.common.collect.ImmutableSet referencedTypes (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type com.google.common.collect.ImmutableSet$Builder elements public static javax.lang.model.element.Element asElement (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror typeMirror public static javax.lang.model.element.TypeElement asTypeElement (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror mirror public static com.google.common.collect.ImmutableSet asTypeElements (java.lang.Iterable) javax.lang.model.type.TypeMirror mirror Iterable mirrors com.google.common.collect.ImmutableSet$Builder builder public static javax.lang.model.type.ArrayType asArray (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeArrayType public static javax.lang.model.type.DeclaredType asDeclared (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeDeclaredType public static javax.lang.model.type.ErrorType asError (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeErrorType public static javax.lang.model.type.ExecutableType asExecutable (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeExecutableType public static javax.lang.model.type.IntersectionType asIntersection (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeIntersectionType public static javax.lang.model.type.NoType asNoType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeNoType public static javax.lang.model.type.NullType asNullType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeNullType public static javax.lang.model.type.PrimitiveType asPrimitiveType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybePrimitiveType public static javax.lang.model.type.TypeVariable asTypeVariable (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeTypeVariable public static javax.lang.model.type.WildcardType asWildcard (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror maybeWildcardType public static boolean isType (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type public static boolean isTypeOf (java.lang.Class, javax.lang.model.type.TypeMirror) Class clazz javax.lang.model.type.TypeMirror type public static com.google.common.base.Optional nonObjectSuperclass (javax.lang.model.util.Types, javax.lang.model.util.Elements, javax.lang.model.type.DeclaredType) javax.lang.model.util.Types types javax.lang.model.util.Elements elements javax.lang.model.type.DeclaredType type javax.lang.model.type.TypeMirror superclassType javax.lang.model.type.DeclaredType superclass private static boolean isObjectType (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType type public static javax.lang.model.type.TypeMirror asMemberOf (javax.lang.model.util.Types, javax.lang.model.type.DeclaredType, javax.lang.model.element.VariableElement) int i javax.lang.model.element.ExecutableElement methodOrConstructor javax.lang.model.type.ExecutableType resolvedMethodOrConstructor java.util.List parameters java.util.List parameterTypes javax.lang.model.util.Types types javax.lang.model.type.DeclaredType container javax.lang.model.element.VariableElement variable public static boolean isConversionFromObjectUnchecked (javax.lang.model.type.TypeMirror) javax.lang.model.type.TypeMirror type private void <init> () static synthetic boolean access$000 (javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror x0 javax.lang.model.type.TypeMirror x1 java.util.Set x2 static synthetic int access$100 (javax.lang.model.type.TypeMirror, java.util.Set) javax.lang.model.type.TypeMirror x0 java.util.Set x1 static synthetic javax.lang.model.type.TypeMirror access$300 (javax.lang.model.type.DeclaredType) javax.lang.model.type.DeclaredType x0 static synthetic boolean access$400 (java.util.List, java.util.List, java.util.Set) java.util.List x0 java.util.List x1 java.util.Set x2 static synthetic int access$700 (java.util.List, java.util.Set) java.util.List x0 java.util.Set x1 }
com/google/auto/common/MoreTypes$ExecutableTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$ExecutableTypeVisitor extends com.google.auto.common.MoreTypes$CastingTypeVisitor { private static final com.google.auto.common.MoreTypes$ExecutableTypeVisitor INSTANCE void <init> () public javax.lang.model.type.ExecutableType visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Void) javax.lang.model.type.ExecutableType type Void ignore public volatile synthetic java.lang.Object visitExecutable (javax.lang.model.type.ExecutableType, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$ExecutableTypeVisitor access$1400 () static void <clinit> () }
com/google/auto/common/MoreTypes$IsTypeVisitor.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$IsTypeVisitor extends javax.lang.model.util.SimpleTypeVisitor8 { private static final com.google.auto.common.MoreTypes$IsTypeVisitor INSTANCE private void <init> () protected java.lang.Boolean defaultAction (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror type Void ignored public java.lang.Boolean visitNoType (javax.lang.model.type.NoType, java.lang.Void) javax.lang.model.type.NoType noType Void p public java.lang.Boolean visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Void) javax.lang.model.type.PrimitiveType type Void p public java.lang.Boolean visitArray (javax.lang.model.type.ArrayType, java.lang.Void) javax.lang.model.type.ArrayType array Void p public java.lang.Boolean visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Void) javax.lang.model.type.DeclaredType type Void ignored public volatile synthetic java.lang.Object visitNoType (javax.lang.model.type.NoType, java.lang.Object) public volatile synthetic java.lang.Object visitDeclared (javax.lang.model.type.DeclaredType, java.lang.Object) public volatile synthetic java.lang.Object visitArray (javax.lang.model.type.ArrayType, java.lang.Object) public volatile synthetic java.lang.Object visitPrimitive (javax.lang.model.type.PrimitiveType, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (javax.lang.model.type.TypeMirror, java.lang.Object) static synthetic com.google.auto.common.MoreTypes$IsTypeVisitor access$2100 () static void <clinit> () }
com/google/auto/common/MoreElements$VariableElementVisitor.class
MoreElements.java package com.google.auto.common final com.google.auto.common.MoreElements$VariableElementVisitor extends com.google.auto.common.MoreElements$CastingElementVisitor { private static final com.google.auto.common.MoreElements$VariableElementVisitor INSTANCE void <init> () public javax.lang.model.element.VariableElement visitVariable (javax.lang.model.element.VariableElement, java.lang.Void) javax.lang.model.element.VariableElement e Void ignore public volatile synthetic java.lang.Object visitVariable (javax.lang.model.element.VariableElement, java.lang.Object) static synthetic com.google.auto.common.MoreElements$VariableElementVisitor access$300 () static void <clinit> () }
com/google/auto/common/AnnotationValues$1$1.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$1$1 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> (com.google.auto.common.AnnotationValues$1) com.google.auto.common.AnnotationValues$1 this$0 protected java.lang.Boolean defaultAction (java.lang.Object, javax.lang.model.element.AnnotationValue) Object left javax.lang.model.element.AnnotationValue right public java.lang.Boolean visitAnnotation (javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationValue) javax.lang.model.element.AnnotationMirror left javax.lang.model.element.AnnotationValue right public java.lang.Boolean visitArray (java.util.List, javax.lang.model.element.AnnotationValue) java.util.List left javax.lang.model.element.AnnotationValue right public java.lang.Boolean visitType (javax.lang.model.type.TypeMirror, javax.lang.model.element.AnnotationValue) javax.lang.model.type.TypeMirror left javax.lang.model.element.AnnotationValue right public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/SimpleAnnotationMirror.class
SimpleAnnotationMirror.java package com.google.auto.common public final com.google.auto.common.SimpleAnnotationMirror extends java.lang.Object implements javax.lang.model.element.AnnotationMirror { private final javax.lang.model.element.TypeElement annotationType private final com.google.common.collect.ImmutableMap namedValues private final com.google.common.collect.ImmutableMap elementValues private void <init> (javax.lang.model.element.TypeElement, java.util.Map) String memberName javax.lang.model.element.ExecutableElement method javax.lang.model.element.TypeElement annotationType java.util.Map namedValues java.util.Map values java.util.Map unusedValues java.util.List missingMembers public static javax.lang.model.element.AnnotationMirror of (javax.lang.model.element.TypeElement) javax.lang.model.element.TypeElement annotationType public static javax.lang.model.element.AnnotationMirror of (javax.lang.model.element.TypeElement, java.util.Map) javax.lang.model.element.TypeElement annotationType java.util.Map namedValues public javax.lang.model.type.DeclaredType getAnnotationType () public java.util.Map getElementValues () public java.lang.String toString () StringBuilder builder public boolean equals (java.lang.Object) Object other public int hashCode () private static synthetic javax.lang.model.element.AnnotationValue lambda$new$1 (java.util.Map, javax.lang.model.element.ExecutableElement) java.util.Map values javax.lang.model.element.ExecutableElement e private static synthetic javax.lang.model.element.ExecutableElement lambda$new$0 (javax.lang.model.element.ExecutableElement) javax.lang.model.element.ExecutableElement e }
com/google/auto/common/MoreElements$1.class
MoreElements.java package com.google.auto.common com.google.auto.common.MoreElements$1 extends java.lang.Object implements com.google.common.base.Predicate { final synthetic java.util.Set val$modifiers void <init> (java.util.Set) public boolean apply (javax.lang.model.element.Element) javax.lang.model.element.Element input public volatile synthetic boolean apply (java.lang.Object) }
com/google/auto/common/AnnotationValues$1$2.class
AnnotationValues.java package com.google.auto.common com.google.auto.common.AnnotationValues$1$2 extends javax.lang.model.util.SimpleAnnotationValueVisitor8 { void <init> (com.google.auto.common.AnnotationValues$1) com.google.auto.common.AnnotationValues$1 this$0 public java.lang.Integer visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Void) javax.lang.model.element.AnnotationMirror value Void ignore public java.lang.Integer visitArray (java.util.List, java.lang.Void) java.util.List values Void ignore public java.lang.Integer visitType (javax.lang.model.type.TypeMirror, java.lang.Void) javax.lang.model.type.TypeMirror value Void ignore protected java.lang.Integer defaultAction (java.lang.Object, java.lang.Void) Object value Void ignored public volatile synthetic java.lang.Object visitArray (java.util.List, java.lang.Object) public volatile synthetic java.lang.Object visitAnnotation (javax.lang.model.element.AnnotationMirror, java.lang.Object) public volatile synthetic java.lang.Object visitType (javax.lang.model.type.TypeMirror, java.lang.Object) protected volatile synthetic java.lang.Object defaultAction (java.lang.Object, java.lang.Object) }
com/google/auto/common/MoreTypes$EqualVisitorParam.class
MoreTypes.java package com.google.auto.common final com.google.auto.common.MoreTypes$EqualVisitorParam extends java.lang.Object { javax.lang.model.type.TypeMirror type java.util.Set visiting private void <init> () synthetic void <init> (com.google.auto.common.MoreTypes$1) com.google.auto.common.MoreTypes$1 x0 }
org/pcollections/
org/pcollections/PStack.class
PStack.java package org.pcollections public abstract org.pcollections.PStack extends java.lang.Object implements org.pcollections.PSequence { public abstract org.pcollections.PStack plus (java.lang.Object) public abstract org.pcollections.PStack plusAll (java.util.Collection) public abstract org.pcollections.PStack with (int, java.lang.Object) public abstract org.pcollections.PStack plus (int, java.lang.Object) public abstract org.pcollections.PStack plusAll (int, java.util.Collection) public abstract org.pcollections.PStack minus (java.lang.Object) public abstract org.pcollections.PStack minusAll (java.util.Collection) public abstract org.pcollections.PStack minus (int) public abstract org.pcollections.PStack subList (int, int) public abstract org.pcollections.PStack subList (int) }
org/pcollections/PSequence.class
PSequence.java package org.pcollections public abstract org.pcollections.PSequence extends java.lang.Object implements org.pcollections.PCollection java.util.List { public abstract org.pcollections.PSequence plus (java.lang.Object) public abstract org.pcollections.PSequence plusAll (java.util.Collection) public abstract org.pcollections.PSequence with (int, java.lang.Object) public abstract org.pcollections.PSequence plus (int, java.lang.Object) public abstract org.pcollections.PSequence plusAll (int, java.util.Collection) public abstract org.pcollections.PSequence minus (java.lang.Object) public abstract org.pcollections.PSequence minusAll (java.util.Collection) public abstract org.pcollections.PSequence minus (int) public abstract org.pcollections.PSequence subList (int, int) public abstract boolean addAll (int, java.util.Collection) public abstract java.lang.Object set (int, java.lang.Object) public abstract void add (int, java.lang.Object) public abstract java.lang.Object remove (int) }
org/pcollections/HashTreePBag.class
HashTreePBag.java package org.pcollections public final org.pcollections.HashTreePBag extends java.lang.Object { private static final org.pcollections.MapPBag EMPTY private void <init> () public static org.pcollections.MapPBag empty () public static org.pcollections.MapPBag singleton (java.lang.Object) Object e public static org.pcollections.MapPBag from (java.util.Collection) java.util.Collection list static void <clinit> () }
org/pcollections/IntTree$EntryIterator.class
IntTree.java package org.pcollections final org.pcollections.IntTree$EntryIterator extends java.lang.Object implements java.util.Iterator { private org.pcollections.PStack stack private int key void <init> (org.pcollections.IntTree) org.pcollections.IntTree root public boolean hasNext () public java.util.Map$Entry next () org.pcollections.IntTree node java.util.Map$Entry result public void remove () private void gotoMinOf (org.pcollections.IntTree) org.pcollections.IntTree node public volatile synthetic java.lang.Object next () }
org/pcollections/POrderedSet.class
POrderedSet.java package org.pcollections public abstract org.pcollections.POrderedSet extends java.lang.Object implements org.pcollections.PSet { public abstract org.pcollections.POrderedSet plus (java.lang.Object) public abstract org.pcollections.POrderedSet plusAll (java.util.Collection) public abstract org.pcollections.POrderedSet minus (java.lang.Object) public abstract org.pcollections.POrderedSet minusAll (java.util.Collection) public abstract java.lang.Object get (int) public abstract int indexOf (java.lang.Object) }
org/pcollections/AmortizedPQueue$1.class
AmortizedPQueue.java package org.pcollections org.pcollections.AmortizedPQueue$1 extends java.lang.Object implements java.util.Iterator { private org.pcollections.PQueue queue final synthetic org.pcollections.AmortizedPQueue this$0 void <init> (org.pcollections.AmortizedPQueue) org.pcollections.AmortizedPQueue this$0 public boolean hasNext () public java.lang.Object next () Object e public void remove () }
org/pcollections/PVector.class
PVector.java package org.pcollections public abstract org.pcollections.PVector extends java.lang.Object implements org.pcollections.PSequence { public abstract org.pcollections.PVector plus (java.lang.Object) public abstract org.pcollections.PVector plusAll (java.util.Collection) public abstract org.pcollections.PVector with (int, java.lang.Object) public abstract org.pcollections.PVector plus (int, java.lang.Object) public abstract org.pcollections.PVector plusAll (int, java.util.Collection) public abstract org.pcollections.PVector minus (java.lang.Object) public abstract org.pcollections.PVector minusAll (java.util.Collection) public abstract org.pcollections.PVector minus (int) public abstract org.pcollections.PVector subList (int, int) }
org/pcollections/ConsPStack$1.class
ConsPStack.java package org.pcollections org.pcollections.ConsPStack$1 extends java.lang.Object implements java.util.ListIterator { int i org.pcollections.ConsPStack next final synthetic int val$index final synthetic org.pcollections.ConsPStack this$0 void <init> (org.pcollections.ConsPStack, int) org.pcollections.ConsPStack this$0 public boolean hasNext () public boolean hasPrevious () public int nextIndex () public int previousIndex () public java.lang.Object next () Object e public java.lang.Object previous () public void add (java.lang.Object) Object o public void remove () public void set (java.lang.Object) Object o }
org/pcollections/HashPMap.class
HashPMap.java package org.pcollections public final org.pcollections.HashPMap extends java.util.AbstractMap implements org.pcollections.PMap java.io.Serializable { private static final long serialVersionUID private final org.pcollections.PMap intMap private final int size private transient java.util.Set entrySet public static org.pcollections.HashPMap empty (org.pcollections.PMap) org.pcollections.PMap intMap private void <init> (org.pcollections.PMap, int) org.pcollections.PMap intMap int size public java.util.Set entrySet () public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) java.util.Map$Entry entry Object key org.pcollections.PSequence entries public org.pcollections.HashPMap plusAll (java.util.Map) java.util.Map$Entry entry java.util.Map map org.pcollections.HashPMap result public org.pcollections.HashPMap minusAll (java.util.Collection) Object key java.util.Collection keys org.pcollections.HashPMap result public org.pcollections.HashPMap plus (java.lang.Object, java.lang.Object) Object key Object value org.pcollections.PSequence entries int size0 int i public org.pcollections.HashPMap minus (java.lang.Object) Object key org.pcollections.PSequence entries int i private org.pcollections.PSequence getEntries (int) int hash org.pcollections.PSequence entries private static int keyIndexIn (org.pcollections.PSequence, java.lang.Object) java.util.Map$Entry entry org.pcollections.PSequence entries Object key int i public volatile synthetic org.pcollections.PMap minusAll (java.util.Collection) public volatile synthetic org.pcollections.PMap minus (java.lang.Object) public volatile synthetic org.pcollections.PMap plusAll (java.util.Map) public volatile synthetic org.pcollections.PMap plus (java.lang.Object, java.lang.Object) static synthetic int access$000 (org.pcollections.HashPMap) org.pcollections.HashPMap x0 static synthetic org.pcollections.PMap access$100 (org.pcollections.HashPMap) org.pcollections.HashPMap x0 }
org/pcollections/OrderedPSet.class
OrderedPSet.java package org.pcollections public org.pcollections.OrderedPSet extends java.util.AbstractSet implements org.pcollections.POrderedSet java.io.Serializable { private static final long serialVersionUID private static final org.pcollections.OrderedPSet EMPTY private org.pcollections.PSet contents private org.pcollections.PVector order public static org.pcollections.OrderedPSet empty () public static org.pcollections.OrderedPSet from (java.util.Collection) java.util.Collection list public static org.pcollections.OrderedPSet singleton (java.lang.Object) Object e private void <init> (org.pcollections.PSet, org.pcollections.PVector) org.pcollections.PSet c org.pcollections.PVector o public org.pcollections.OrderedPSet plus (java.lang.Object) Object e public org.pcollections.OrderedPSet plusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.OrderedPSet s public org.pcollections.OrderedPSet minus (java.lang.Object) Object e public org.pcollections.OrderedPSet minusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.OrderedPSet s public java.util.Iterator iterator () public int size () public java.lang.Object get (int) int index public int indexOf (java.lang.Object) Object o public volatile synthetic org.pcollections.POrderedSet minusAll (java.util.Collection) public volatile synthetic org.pcollections.POrderedSet minus (java.lang.Object) public volatile synthetic org.pcollections.POrderedSet plusAll (java.util.Collection) public volatile synthetic org.pcollections.POrderedSet plus (java.lang.Object) public volatile synthetic org.pcollections.PSet minusAll (java.util.Collection) public volatile synthetic org.pcollections.PSet minus (java.lang.Object) public volatile synthetic org.pcollections.PSet plusAll (java.util.Collection) public volatile synthetic org.pcollections.PSet plus (java.lang.Object) public volatile synthetic org.pcollections.PCollection minusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection minus (java.lang.Object) public volatile synthetic org.pcollections.PCollection plusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection plus (java.lang.Object) static void <clinit> () }
org/pcollections/HashTreePMap.class
HashTreePMap.java package org.pcollections public final org.pcollections.HashTreePMap extends java.lang.Object { private static final org.pcollections.HashPMap EMPTY private void <init> () public static org.pcollections.HashPMap empty () public static org.pcollections.HashPMap singleton (java.lang.Object, java.lang.Object) Object key Object value public static org.pcollections.HashPMap from (java.util.Map) java.util.Map map static void <clinit> () }
org/pcollections/MapPBag$1.class
MapPBag.java package org.pcollections org.pcollections.MapPBag$1 extends java.lang.Object implements java.util.Iterator { private Object e private int n final synthetic java.util.Iterator val$i final synthetic org.pcollections.MapPBag this$0 void <init> (org.pcollections.MapPBag, java.util.Iterator) org.pcollections.MapPBag this$0 public boolean hasNext () public java.lang.Object next () java.util.Map$Entry entry public void remove () }
org/pcollections/Empty.class
Empty.java package org.pcollections public final org.pcollections.Empty extends java.lang.Object { private void <init> () public static org.pcollections.PStack stack () public static org.pcollections.PQueue queue () public static org.pcollections.PVector vector () public static org.pcollections.PSet set () public static org.pcollections.POrderedSet orderedSet () public static org.pcollections.PBag bag () public static org.pcollections.PMap map () }
org/pcollections/HashTreePSet.class
HashTreePSet.java package org.pcollections public final org.pcollections.HashTreePSet extends java.lang.Object { private static final org.pcollections.MapPSet EMPTY private void <init> () public static org.pcollections.MapPSet empty () public static org.pcollections.MapPSet singleton (java.lang.Object) Object e public static org.pcollections.MapPSet from (java.util.Collection) java.util.Collection list static void <clinit> () }
org/pcollections/IntTreePMap$1.class
IntTreePMap.java package org.pcollections org.pcollections.IntTreePMap$1 extends java.util.AbstractSet { final synthetic org.pcollections.IntTreePMap this$0 void <init> (org.pcollections.IntTreePMap) org.pcollections.IntTreePMap this$0 public int size () public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object e Object value }
org/pcollections/PSet.class
PSet.java package org.pcollections public abstract org.pcollections.PSet extends java.lang.Object implements org.pcollections.PCollection java.util.Set { public abstract org.pcollections.PSet plus (java.lang.Object) public abstract org.pcollections.PSet plusAll (java.util.Collection) public abstract org.pcollections.PSet minus (java.lang.Object) public abstract org.pcollections.PSet minusAll (java.util.Collection) }
org/pcollections/HashPMap$SequenceIterator.class
HashPMap.java package org.pcollections org.pcollections.HashPMap$SequenceIterator extends java.lang.Object implements java.util.Iterator { private final java.util.Iterator i private org.pcollections.PSequence seq void <init> (java.util.Iterator) java.util.Iterator i public boolean hasNext () public java.lang.Object next () Object result public void remove () }
org/pcollections/PQueue.class
PQueue.java package org.pcollections public abstract org.pcollections.PQueue extends java.lang.Object implements org.pcollections.PCollection java.util.Queue { public abstract org.pcollections.PQueue minus () public abstract org.pcollections.PQueue plus (java.lang.Object) public abstract org.pcollections.PQueue plusAll (java.util.Collection) public abstract org.pcollections.PCollection minus (java.lang.Object) public abstract org.pcollections.PCollection minusAll (java.util.Collection) public abstract boolean offer (java.lang.Object) public abstract java.lang.Object poll () public abstract java.lang.Object remove () }
org/pcollections/IntTree.class
IntTree.java package org.pcollections org.pcollections.IntTree extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID static final org.pcollections.IntTree EMPTYNODE private final long key private final Object value private final org.pcollections.IntTree left private final org.pcollections.IntTree right private final int size private static final int OMEGA private static final int ALPHA private void <init> () private void <init> (long, java.lang.Object, org.pcollections.IntTree, org.pcollections.IntTree) long key Object value org.pcollections.IntTree left org.pcollections.IntTree right private org.pcollections.IntTree withKey (long) long newKey java.util.Iterator iterator () int size () boolean containsKey (long) long key java.lang.Object get (long) long key org.pcollections.IntTree plus (long, java.lang.Object) long key Object value org.pcollections.IntTree minus (long) long key long newKey Object newValue org.pcollections.IntTree newRight org.pcollections.IntTree newLeft org.pcollections.IntTree changeKeysAbove (long, int) long key int delta org.pcollections.IntTree newRight org.pcollections.IntTree changeKeysBelow (long, int) long key int delta org.pcollections.IntTree newLeft private long minKey () private org.pcollections.IntTree rebalanced (org.pcollections.IntTree, org.pcollections.IntTree) org.pcollections.IntTree newLeft org.pcollections.IntTree newRight private static org.pcollections.IntTree rebalanced (long, java.lang.Object, org.pcollections.IntTree, org.pcollections.IntTree) org.pcollections.IntTree lrl org.pcollections.IntTree lrr org.pcollections.IntTree ll org.pcollections.IntTree lr org.pcollections.IntTree rll org.pcollections.IntTree rlr org.pcollections.IntTree rl org.pcollections.IntTree rr long key Object value org.pcollections.IntTree left org.pcollections.IntTree right static synthetic java.lang.Object access$000 (org.pcollections.IntTree) org.pcollections.IntTree x0 static synthetic org.pcollections.IntTree access$100 (org.pcollections.IntTree) org.pcollections.IntTree x0 static synthetic int access$200 (org.pcollections.IntTree) org.pcollections.IntTree x0 static synthetic long access$300 (org.pcollections.IntTree) org.pcollections.IntTree x0 static synthetic org.pcollections.IntTree access$400 (org.pcollections.IntTree) org.pcollections.IntTree x0 static void <clinit> () }
org/pcollections/PCollection.class
PCollection.java package org.pcollections public abstract org.pcollections.PCollection extends java.lang.Object implements java.util.Collection { public abstract org.pcollections.PCollection plus (java.lang.Object) public abstract org.pcollections.PCollection plusAll (java.util.Collection) public abstract org.pcollections.PCollection minus (java.lang.Object) public abstract org.pcollections.PCollection minusAll (java.util.Collection) public abstract boolean add (java.lang.Object) public abstract boolean remove (java.lang.Object) public abstract boolean addAll (java.util.Collection) public abstract boolean removeAll (java.util.Collection) public abstract boolean retainAll (java.util.Collection) public abstract void clear () }
org/pcollections/PMap.class
PMap.java package org.pcollections public abstract org.pcollections.PMap extends java.lang.Object implements java.util.Map { public abstract org.pcollections.PMap plus (java.lang.Object, java.lang.Object) public abstract org.pcollections.PMap plusAll (java.util.Map) public abstract org.pcollections.PMap minus (java.lang.Object) public abstract org.pcollections.PMap minusAll (java.util.Collection) public abstract java.lang.Object put (java.lang.Object, java.lang.Object) public abstract java.lang.Object remove (java.lang.Object) public abstract void putAll (java.util.Map) public abstract void clear () }
org/pcollections/MapPBag.class
MapPBag.java package org.pcollections public final org.pcollections.MapPBag extends java.util.AbstractCollection implements org.pcollections.PBag java.io.Serializable { private static final long serialVersionUID private final org.pcollections.PMap map private final int size public static org.pcollections.MapPBag empty (org.pcollections.PMap) org.pcollections.PMap map private void <init> (org.pcollections.PMap, int) org.pcollections.PMap map int size public int size () public java.util.Iterator iterator () java.util.Iterator i public boolean contains (java.lang.Object) Object e public int hashCode () Object e int hashCode public boolean equals (java.lang.Object) org.pcollections.MapPBag empty Object that public org.pcollections.MapPBag plus (java.lang.Object) Object e public org.pcollections.MapPBag minus (java.lang.Object) Object e int n public org.pcollections.MapPBag plusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.MapPBag bag public org.pcollections.MapPBag minusAll (java.util.Collection) java.util.Collection list org.pcollections.PMap map private int count (java.lang.Object) Object o private static int size (org.pcollections.PMap) Integer n org.pcollections.PMap map int size public volatile synthetic org.pcollections.PBag minusAll (java.util.Collection) public volatile synthetic org.pcollections.PBag minus (java.lang.Object) public volatile synthetic org.pcollections.PBag plusAll (java.util.Collection) public volatile synthetic org.pcollections.PBag plus (java.lang.Object) public volatile synthetic org.pcollections.PCollection minusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection minus (java.lang.Object) public volatile synthetic org.pcollections.PCollection plusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection plus (java.lang.Object) }
org/pcollections/ConsPStack.class
ConsPStack.java package org.pcollections public final org.pcollections.ConsPStack extends java.util.AbstractSequentialList implements org.pcollections.PStack java.io.Serializable { private static final long serialVersionUID private static final org.pcollections.ConsPStack EMPTY private final Object first private final org.pcollections.ConsPStack rest private final int size public static org.pcollections.ConsPStack empty () public static org.pcollections.ConsPStack singleton (java.lang.Object) Object e public static org.pcollections.ConsPStack from (java.util.Collection) java.util.Collection list private static org.pcollections.ConsPStack from (java.util.Iterator) java.util.Iterator i Object e private void <init> () private void <init> (java.lang.Object, org.pcollections.ConsPStack) Object first org.pcollections.ConsPStack rest public int size () public java.util.ListIterator listIterator (int) int index public org.pcollections.ConsPStack subList (int, int) Object e int start int end org.pcollections.ConsPStack reversed public org.pcollections.ConsPStack plus (java.lang.Object) Object e public org.pcollections.ConsPStack plusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.ConsPStack result public org.pcollections.ConsPStack plus (int, java.lang.Object) int i Object e public org.pcollections.ConsPStack plusAll (int, java.util.Collection) int i java.util.Collection list org.pcollections.ConsPStack reversed org.pcollections.ConsPStack suffix public org.pcollections.ConsPStack minus (java.lang.Object) Object e int i public org.pcollections.ConsPStack minus (int) int i org.pcollections.ConsPStack reversed org.pcollections.ConsPStack suffix public org.pcollections.ConsPStack minusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.ConsPStack kept org.pcollections.ConsPStack searching org.pcollections.ConsPStack reversed org.pcollections.ConsPStack suffix public org.pcollections.ConsPStack with (int, java.lang.Object) int i Object e org.pcollections.ConsPStack reversed org.pcollections.ConsPStack suffix public org.pcollections.ConsPStack subList (int) int start org.pcollections.ConsPStack s public volatile synthetic java.util.List subList (int, int) public volatile synthetic org.pcollections.PStack subList (int) public volatile synthetic org.pcollections.PStack subList (int, int) public volatile synthetic org.pcollections.PStack minus (int) public volatile synthetic org.pcollections.PStack minusAll (java.util.Collection) public volatile synthetic org.pcollections.PStack minus (java.lang.Object) public volatile synthetic org.pcollections.PStack plusAll (int, java.util.Collection) public volatile synthetic org.pcollections.PStack plus (int, java.lang.Object) public volatile synthetic org.pcollections.PStack with (int, java.lang.Object) public volatile synthetic org.pcollections.PStack plusAll (java.util.Collection) public volatile synthetic org.pcollections.PStack plus (java.lang.Object) public volatile synthetic org.pcollections.PSequence subList (int, int) public volatile synthetic org.pcollections.PSequence minus (int) public volatile synthetic org.pcollections.PSequence minusAll (java.util.Collection) public volatile synthetic org.pcollections.PSequence minus (java.lang.Object) public volatile synthetic org.pcollections.PSequence plusAll (int, java.util.Collection) public volatile synthetic org.pcollections.PSequence plus (int, java.lang.Object) public volatile synthetic org.pcollections.PSequence with (int, java.lang.Object) public volatile synthetic org.pcollections.PSequence plusAll (java.util.Collection) public volatile synthetic org.pcollections.PSequence plus (java.lang.Object) public volatile synthetic org.pcollections.PCollection minusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection minus (java.lang.Object) public volatile synthetic org.pcollections.PCollection plusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection plus (java.lang.Object) static synthetic int access$000 (org.pcollections.ConsPStack) org.pcollections.ConsPStack x0 static synthetic java.lang.Object access$100 (org.pcollections.ConsPStack) org.pcollections.ConsPStack x0 static synthetic org.pcollections.ConsPStack access$200 (org.pcollections.ConsPStack) org.pcollections.ConsPStack x0 static void <clinit> () }
org/pcollections/MapPSet$In.class
MapPSet.java package org.pcollections final enum org.pcollections.MapPSet$In extends java.lang.Enum { public static final enum org.pcollections.MapPSet$In IN private static final synthetic org.pcollections.MapPSet$In[] $VALUES public static org.pcollections.MapPSet$In[] values () public static org.pcollections.MapPSet$In valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/pcollections/AmortizedPQueue.class
AmortizedPQueue.java package org.pcollections public org.pcollections.AmortizedPQueue extends java.util.AbstractQueue implements org.pcollections.PQueue java.io.Serializable { private static final long serialVersionUID private static final org.pcollections.AmortizedPQueue EMPTY private final org.pcollections.PStack front private final org.pcollections.PStack back public static org.pcollections.AmortizedPQueue empty () private void <init> () private void <init> (org.pcollections.AmortizedPQueue, java.lang.Object) org.pcollections.AmortizedPQueue queue Object e private void <init> (org.pcollections.PStack, org.pcollections.PStack) org.pcollections.PStack front org.pcollections.PStack back public java.util.Iterator iterator () public int size () public java.lang.Object peek () public org.pcollections.AmortizedPQueue minus () int fsize public org.pcollections.AmortizedPQueue plus (java.lang.Object) Object e public org.pcollections.AmortizedPQueue plusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.AmortizedPQueue result public org.pcollections.PCollection minus (java.lang.Object) Object e public org.pcollections.PCollection minusAll (java.util.Collection) java.util.Collection list public boolean offer (java.lang.Object) Object o public java.lang.Object poll () public static void main (java.lang.String[]) int i String[] args org.pcollections.AmortizedPQueue queue org.pcollections.PQueue original public volatile synthetic org.pcollections.PQueue plusAll (java.util.Collection) public volatile synthetic org.pcollections.PQueue plus (java.lang.Object) public volatile synthetic org.pcollections.PQueue minus () public volatile synthetic org.pcollections.PCollection plusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection plus (java.lang.Object) static void <clinit> () }
org/pcollections/HashPMap$1.class
HashPMap.java package org.pcollections org.pcollections.HashPMap$1 extends java.util.AbstractSet { final synthetic org.pcollections.HashPMap this$0 void <init> (org.pcollections.HashPMap) org.pcollections.HashPMap this$0 public int size () public java.util.Iterator iterator () public boolean contains (java.lang.Object) Object e Object value }
org/pcollections/IntTreePMap.class
IntTreePMap.java package org.pcollections public final org.pcollections.IntTreePMap extends java.util.AbstractMap implements org.pcollections.PMap java.io.Serializable { private static final long serialVersionUID private static final org.pcollections.IntTreePMap EMPTY private final org.pcollections.IntTree root private transient java.util.Set entrySet public static org.pcollections.IntTreePMap empty () public static org.pcollections.IntTreePMap singleton (java.lang.Integer, java.lang.Object) Integer key Object value public static org.pcollections.IntTreePMap from (java.util.Map) java.util.Map map private void <init> (org.pcollections.IntTree) org.pcollections.IntTree root private org.pcollections.IntTreePMap withRoot (org.pcollections.IntTree) org.pcollections.IntTree root public org.pcollections.IntTreePMap minusRange (int, int) int i int start int end org.pcollections.IntTree root org.pcollections.IntTreePMap withKeysChangedAbove (int, int) int key int delta org.pcollections.IntTreePMap withKeysChangedBelow (int, int) int key int delta public java.util.Set entrySet () public int size () public boolean containsKey (java.lang.Object) Object key public java.lang.Object get (java.lang.Object) Object key public org.pcollections.IntTreePMap plus (java.lang.Integer, java.lang.Object) Integer key Object value public org.pcollections.IntTreePMap minus (java.lang.Object) Object key public org.pcollections.IntTreePMap plusAll (java.util.Map) java.util.Map$Entry entry java.util.Map map org.pcollections.IntTree root public org.pcollections.IntTreePMap minusAll (java.util.Collection) Object key java.util.Collection keys org.pcollections.IntTree root public volatile synthetic org.pcollections.PMap minusAll (java.util.Collection) public volatile synthetic org.pcollections.PMap minus (java.lang.Object) public volatile synthetic org.pcollections.PMap plusAll (java.util.Map) public volatile synthetic org.pcollections.PMap plus (java.lang.Object, java.lang.Object) static synthetic org.pcollections.IntTree access$000 (org.pcollections.IntTreePMap) org.pcollections.IntTreePMap x0 static void <clinit> () }
org/pcollections/MapPSet.class
MapPSet.java package org.pcollections public final org.pcollections.MapPSet extends java.util.AbstractSet implements org.pcollections.PSet java.io.Serializable { private static final long serialVersionUID private final org.pcollections.PMap map public static org.pcollections.MapPSet from (org.pcollections.PMap) org.pcollections.PMap map public static org.pcollections.MapPSet from (org.pcollections.PMap, java.lang.Object) org.pcollections.PMap map Object e public static org.pcollections.MapPSet from (org.pcollections.PMap, java.util.Collection) org.pcollections.PMap map java.util.Collection list private void <init> (org.pcollections.PMap) org.pcollections.PMap map public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object e public org.pcollections.MapPSet plus (java.lang.Object) Object e public org.pcollections.MapPSet minus (java.lang.Object) Object e public org.pcollections.MapPSet plusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.PMap map public org.pcollections.MapPSet minusAll (java.util.Collection) java.util.Collection list org.pcollections.PMap map public volatile synthetic org.pcollections.PSet minusAll (java.util.Collection) public volatile synthetic org.pcollections.PSet minus (java.lang.Object) public volatile synthetic org.pcollections.PSet plusAll (java.util.Collection) public volatile synthetic org.pcollections.PSet plus (java.lang.Object) public volatile synthetic org.pcollections.PCollection minusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection minus (java.lang.Object) public volatile synthetic org.pcollections.PCollection plusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection plus (java.lang.Object) }
org/pcollections/TreePVector.class
TreePVector.java package org.pcollections public org.pcollections.TreePVector extends java.util.AbstractList implements org.pcollections.PVector java.io.Serializable { private static final long serialVersionUID private static final org.pcollections.TreePVector EMPTY private final org.pcollections.IntTreePMap map public static org.pcollections.TreePVector empty () public static org.pcollections.TreePVector singleton (java.lang.Object) Object e public static org.pcollections.TreePVector from (java.util.Collection) java.util.Collection list private void <init> (org.pcollections.IntTreePMap) org.pcollections.IntTreePMap map public int size () public java.lang.Object get (int) int index public java.util.Iterator iterator () public org.pcollections.TreePVector subList (int, int) int start int end int size public org.pcollections.TreePVector plus (java.lang.Object) Object e public org.pcollections.TreePVector plus (int, java.lang.Object) int i Object e public org.pcollections.TreePVector minus (java.lang.Object) java.util.Map$Entry entry Object e public org.pcollections.TreePVector minus (int) int i public org.pcollections.TreePVector plusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.TreePVector result public org.pcollections.TreePVector minusAll (java.util.Collection) Object e java.util.Collection list org.pcollections.TreePVector result public org.pcollections.TreePVector plusAll (int, java.util.Collection) Object e int i java.util.Collection list org.pcollections.IntTreePMap map public org.pcollections.PVector with (int, java.lang.Object) int i Object e org.pcollections.IntTreePMap map public volatile synthetic java.util.List subList (int, int) public volatile synthetic org.pcollections.PVector subList (int, int) public volatile synthetic org.pcollections.PVector minus (int) public volatile synthetic org.pcollections.PVector minusAll (java.util.Collection) public volatile synthetic org.pcollections.PVector minus (java.lang.Object) public volatile synthetic org.pcollections.PVector plusAll (int, java.util.Collection) public volatile synthetic org.pcollections.PVector plus (int, java.lang.Object) public volatile synthetic org.pcollections.PVector plusAll (java.util.Collection) public volatile synthetic org.pcollections.PVector plus (java.lang.Object) public volatile synthetic org.pcollections.PSequence subList (int, int) public volatile synthetic org.pcollections.PSequence minus (int) public volatile synthetic org.pcollections.PSequence minusAll (java.util.Collection) public volatile synthetic org.pcollections.PSequence minus (java.lang.Object) public volatile synthetic org.pcollections.PSequence plusAll (int, java.util.Collection) public volatile synthetic org.pcollections.PSequence plus (int, java.lang.Object) public volatile synthetic org.pcollections.PSequence with (int, java.lang.Object) public volatile synthetic org.pcollections.PSequence plusAll (java.util.Collection) public volatile synthetic org.pcollections.PSequence plus (java.lang.Object) public volatile synthetic org.pcollections.PCollection minusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection minus (java.lang.Object) public volatile synthetic org.pcollections.PCollection plusAll (java.util.Collection) public volatile synthetic org.pcollections.PCollection plus (java.lang.Object) static void <clinit> () }
org/pcollections/PBag.class
PBag.java package org.pcollections public abstract org.pcollections.PBag extends java.lang.Object implements org.pcollections.PCollection { public abstract org.pcollections.PBag plus (java.lang.Object) public abstract org.pcollections.PBag plusAll (java.util.Collection) public abstract org.pcollections.PBag minus (java.lang.Object) public abstract org.pcollections.PBag minusAll (java.util.Collection) }
META-INF/native-image/
META-INF/native-image/org.pcollections/
META-INF/native-image/org.pcollections/pcollections/
META-INF/native-image/org.pcollections/pcollections/native-image.properties
com/google/devtools/build/buildjar/javac/plugins/processing/
com/google/devtools/build/buildjar/javac/plugins/processing/AnnotationProcessingModule$1.class
AnnotationProcessingModule.java package com.google.devtools.build.buildjar.javac.plugins.processing synthetic com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$1 extends java.lang.Object { }
com/google/devtools/build/buildjar/javac/plugins/processing/AnnotationProcessingModule$Builder.class
AnnotationProcessingModule.java package com.google.devtools.build.buildjar.javac.plugins.processing public com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$Builder extends java.lang.Object { private java.nio.file.Path sourceGenDir private java.nio.file.Path manifestProto private void <init> () public com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule build () public void setSourceGenDir (java.nio.file.Path) java.nio.file.Path sourceGenDir public void setManifestProtoPath (java.nio.file.Path) java.nio.file.Path manifestProto synthetic void <init> (com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$1) com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$1 x0 }
com/google/devtools/build/buildjar/javac/plugins/processing/AnnotationProcessingModule.class
AnnotationProcessingModule.java package com.google.devtools.build.buildjar.javac.plugins.processing public com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule extends java.lang.Object { private final boolean enabled private final java.nio.file.Path sourceGenDir private final java.nio.file.Path manifestProto private final java.util.Map units public boolean isGenerated (java.nio.file.Path) java.nio.file.Path path public java.nio.file.Path stripSourceRoot (java.nio.file.Path) java.nio.file.Path path private void <init> (java.nio.file.Path, java.nio.file.Path) java.nio.file.Path sourceGenDir java.nio.file.Path manifestProto public static com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$Builder builder () public void registerPlugin (com.google.common.collect.ImmutableList$Builder) com.google.common.collect.ImmutableList$Builder builder public void recordUnit (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit unit private com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest buildManifestProto () com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit unit String key com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder builder java.util.List keys public void emitManifestProto () throws java.io.IOException java.io.OutputStream out java.io.IOException ex synthetic void <init> (java.nio.file.Path, java.nio.file.Path, com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$1) java.nio.file.Path x0 java.nio.file.Path x1 com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule$1 x2 }
com/google/devtools/build/buildjar/javac/plugins/processing/AnnotationProcessingPlugin.class
AnnotationProcessingPlugin.java package com.google.devtools.build.buildjar.javac.plugins.processing public com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingPlugin extends com.google.devtools.build.buildjar.javac.plugins.BlazeJavaCompilerPlugin { private final java.util.HashSet toplevels private final com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule processingModule public void <init> (com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule) com.google.devtools.build.buildjar.javac.plugins.processing.AnnotationProcessingModule processingModule public void postAttribute (com.sun.tools.javac.comp.Env) com.sun.tools.javac.comp.Env env private void recordInfo (com.sun.tools.javac.tree.JCTree$JCCompilationUnit) java.nio.file.Path path com.sun.tools.javac.tree.JCTree decl com.sun.tools.javac.tree.JCTree$JCCompilationUnit toplevel com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder builder }
com/google/devtools/build/buildjar/proto/
com/google/devtools/build/buildjar/proto/JavaCompilation$1.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto synthetic com.google.devtools.build.buildjar.proto.JavaCompilation$1 extends java.lang.Object { }
com/google/devtools/build/buildjar/proto/JavaCompilation$CompilationUnit$1.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/buildjar/proto/JavaCompilation$CompilationUnit$Builder.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto public final com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnitOrBuilder { private int bitField0_ private Object path_ private Object pkg_ private boolean generatedByAnnotationProcessor_ private com.google.protobuf.LazyStringList topLevel_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit getDefaultInstanceForType () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit build () com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit result public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit buildPartial () com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit result int from_bitField0_ int to_bitField0_ public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clone () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder mergeFrom (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit other public final boolean isInitialized () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.ByteString bs int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public boolean hasPath () public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setPath (java.lang.String) String value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clearPath () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setPathBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasPkg () public java.lang.String getPkg () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPkgBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setPkg (java.lang.String) String value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clearPkg () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setPkgBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public boolean hasGeneratedByAnnotationProcessor () public boolean getGeneratedByAnnotationProcessor () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setGeneratedByAnnotationProcessor (boolean) boolean value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clearGeneratedByAnnotationProcessor () private void ensureTopLevelIsMutable () public com.google.protobuf.ProtocolStringList getTopLevelList () public int getTopLevelCount () public java.lang.String getTopLevel (int) int index public com.google.protobuf.ByteString getTopLevelBytes (int) int index public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setTopLevel (int, java.lang.String) int index String value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder addTopLevel (java.lang.String) String value public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder addAllTopLevel (java.lang.Iterable) Iterable values public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder clearTopLevel () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder addTopLevelBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getTopLevelList () synthetic void <init> (com.google.devtools.build.buildjar.proto.JavaCompilation$1) com.google.devtools.build.buildjar.proto.JavaCompilation$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.buildjar.proto.JavaCompilation$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.buildjar.proto.JavaCompilation$1 x1 }
com/google/devtools/build/buildjar/proto/JavaCompilation$CompilationUnit.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto public final com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnitOrBuilder { private static final long serialVersionUID private int bitField0_ public static final int PATH_FIELD_NUMBER private volatile Object path_ public static final int PKG_FIELD_NUMBER private volatile Object pkg_ public static final int GENERATED_BY_ANNOTATION_PROCESSOR_FIELD_NUMBER private boolean generatedByAnnotationProcessor_ public static final int TOP_LEVEL_FIELD_NUMBER private com.google.protobuf.LazyStringList topLevel_ private byte memoizedIsInitialized private static final com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public boolean hasPath () public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public boolean hasPkg () public java.lang.String getPkg () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPkgBytes () com.google.protobuf.ByteString b Object ref public boolean hasGeneratedByAnnotationProcessor () public boolean getGeneratedByAnnotationProcessor () public com.google.protobuf.ProtocolStringList getTopLevelList () public int getTopLevelCount () public java.lang.String getTopLevel (int) int index public com.google.protobuf.ByteString getTopLevelBytes (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int dataSize int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit other public int hashCode () int hash public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder newBuilderForType () public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder newBuilder () public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder newBuilder (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit prototype public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder toBuilder () protected com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder builder public static com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getTopLevelList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.buildjar.proto.JavaCompilation$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.buildjar.proto.JavaCompilation$1 x1 static synthetic java.lang.Object access$502 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit, java.lang.Object) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 Object x1 static synthetic java.lang.Object access$602 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit, java.lang.Object) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 Object x1 static synthetic boolean access$702 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit, boolean) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 boolean x1 static synthetic com.google.protobuf.LazyStringList access$802 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit, com.google.protobuf.LazyStringList) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 com.google.protobuf.LazyStringList x1 static synthetic int access$902 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit, int) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 int x1 static synthetic java.lang.Object access$500 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 static synthetic java.lang.Object access$600 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 static synthetic com.google.protobuf.LazyStringList access$800 (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit x0 static void <clinit> () }
com/google/devtools/build/buildjar/proto/JavaCompilation$CompilationUnitOrBuilder.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto public abstract com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnitOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract boolean hasPath () public abstract java.lang.String getPath () public abstract com.google.protobuf.ByteString getPathBytes () public abstract boolean hasPkg () public abstract java.lang.String getPkg () public abstract com.google.protobuf.ByteString getPkgBytes () public abstract boolean hasGeneratedByAnnotationProcessor () public abstract boolean getGeneratedByAnnotationProcessor () public abstract java.util.List getTopLevelList () public abstract int getTopLevelCount () public abstract java.lang.String getTopLevel (int) public abstract com.google.protobuf.ByteString getTopLevelBytes (int) }
com/google/devtools/build/buildjar/proto/JavaCompilation$Manifest$1.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/buildjar/proto/JavaCompilation$Manifest$Builder.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto public final com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.buildjar.proto.JavaCompilation$ManifestOrBuilder { private int bitField0_ private java.util.List compilationUnit_ private com.google.protobuf.RepeatedFieldBuilderV3 compilationUnitBuilder_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest getDefaultInstanceForType () public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest build () com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest result public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest buildPartial () com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest result int from_bitField0_ public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder clone () public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder mergeFrom (com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest) com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest other public final boolean isInitialized () public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureCompilationUnitIsMutable () public java.util.List getCompilationUnitList () public int getCompilationUnitCount () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit getCompilationUnit (int) int index public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder setCompilationUnit (int, com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) int index com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit value public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder setCompilationUnit (int, com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder) int index com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder builderForValue public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder addCompilationUnit (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit value public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder addCompilationUnit (int, com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit) int index com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit value public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder addCompilationUnit (com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder) com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder builderForValue public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder addCompilationUnit (int, com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder) int index com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder builderForValue public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder addAllCompilationUnit (java.lang.Iterable) Iterable values public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder clearCompilationUnit () public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder removeCompilationUnit (int) int index public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder getCompilationUnitBuilder (int) int index public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnitOrBuilder getCompilationUnitOrBuilder (int) int index public java.util.List getCompilationUnitOrBuilderList () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder addCompilationUnitBuilder () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit$Builder addCompilationUnitBuilder (int) int index public java.util.List getCompilationUnitBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getCompilationUnitFieldBuilder () public final com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.devtools.build.buildjar.proto.JavaCompilation$1) com.google.devtools.build.buildjar.proto.JavaCompilation$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.buildjar.proto.JavaCompilation$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.buildjar.proto.JavaCompilation$1 x1 }
com/google/devtools/build/buildjar/proto/JavaCompilation$Manifest.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto public final com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.buildjar.proto.JavaCompilation$ManifestOrBuilder { private static final long serialVersionUID public static final int COMPILATION_UNIT_FIELD_NUMBER private java.util.List compilationUnit_ private byte memoizedIsInitialized private static final com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest DEFAULT_INSTANCE public static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.util.List getCompilationUnitList () public java.util.List getCompilationUnitOrBuilderList () public int getCompilationUnitCount () public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit getCompilationUnit (int) int index public com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnitOrBuilder getCompilationUnitOrBuilder (int) int index public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest other public int hashCode () int hash public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder newBuilderForType () public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder newBuilder () public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder newBuilder (com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest) com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest prototype public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder toBuilder () protected com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest$Builder builder public static com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.buildjar.proto.JavaCompilation$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.buildjar.proto.JavaCompilation$1 x1 static synthetic java.util.List access$1502 (com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest, java.util.List) com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest x0 java.util.List x1 static synthetic java.util.List access$1500 (com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest) com.google.devtools.build.buildjar.proto.JavaCompilation$Manifest x0 static synthetic boolean access$1600 () static void <clinit> () }
com/google/devtools/build/buildjar/proto/JavaCompilation$ManifestOrBuilder.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto public abstract com.google.devtools.build.buildjar.proto.JavaCompilation$ManifestOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getCompilationUnitList () public abstract com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnit getCompilationUnit (int) public abstract int getCompilationUnitCount () public abstract java.util.List getCompilationUnitOrBuilderList () public abstract com.google.devtools.build.buildjar.proto.JavaCompilation$CompilationUnitOrBuilder getCompilationUnitOrBuilder (int) }
com/google/devtools/build/buildjar/proto/JavaCompilation.class
JavaCompilation.java package com.google.devtools.build.buildjar.proto public final com.google.devtools.build.buildjar.proto.JavaCompilation extends java.lang.Object { private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_buildjar_CompilationUnit_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_buildjar_CompilationUnit_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_buildjar_Manifest_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_buildjar_Manifest_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static synthetic com.google.protobuf.Descriptors$Descriptor access$000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$1000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$1100 () static void <clinit> () String[] descriptorData }
com/google/devtools/build/lib/worker/
com/google/devtools/build/lib/worker/JsonWorkerMessageProcessor.class
JsonWorkerMessageProcessor.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.JsonWorkerMessageProcessor extends java.lang.Object implements com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor { private final com.google.gson.stream.JsonReader reader private final com.google.protobuf.util.JsonFormat$Printer jsonPrinter private final java.io.BufferedWriter jsonWriter public void <init> (com.google.gson.stream.JsonReader, java.io.BufferedWriter) com.google.gson.stream.JsonReader reader java.io.BufferedWriter jsonWriter private static com.google.common.collect.ImmutableList readArguments (com.google.gson.stream.JsonReader) throws java.io.IOException com.google.gson.stream.JsonReader reader com.google.common.collect.ImmutableList$Builder argumentsBuilder private static com.google.common.collect.ImmutableList readInputs (com.google.gson.stream.JsonReader) throws java.io.IOException String name String digest String path com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder inputBuilder com.google.gson.stream.JsonReader reader com.google.common.collect.ImmutableList$Builder inputsBuilder public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest readWorkRequest () throws java.io.IOException String name Exception e java.util.List arguments java.util.List inputs Integer requestId Integer verbosity com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder requestBuilder public void writeWorkResponse (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse) throws java.io.IOException com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse response public void close () throws java.io.IOException }
com/google/devtools/build/lib/worker/ProtoWorkerMessageProcessor.class
ProtoWorkerMessageProcessor.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.ProtoWorkerMessageProcessor extends java.lang.Object implements com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor { private final java.io.InputStream stdin private final java.io.OutputStream stdout public void <init> (java.io.InputStream, java.io.OutputStream) java.io.InputStream stdin java.io.OutputStream stdout public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest readWorkRequest () throws java.io.IOException public void writeWorkResponse (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse) throws java.io.IOException com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse workResponse public void close () }
com/google/devtools/build/lib/worker/WorkRequestHandler$1.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker synthetic com.google.devtools.build.lib.worker.WorkRequestHandler$1 extends java.lang.Object { }
com/google/devtools/build/lib/worker/WorkRequestHandler$CpuTimeBasedGcScheduler.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker com.google.devtools.build.lib.worker.WorkRequestHandler$CpuTimeBasedGcScheduler extends java.lang.Object { private final java.time.Duration cpuUsageBeforeGc private final java.util.concurrent.atomic.AtomicReference cpuTimeAtLastGc private static final com.sun.management.OperatingSystemMXBean bean public void <init> (java.time.Duration) java.time.Duration cpuUsageBeforeGc private java.time.Duration getCpuTime () private void maybePerformGc () java.time.Duration currentCpuTime java.time.Duration lastCpuTime static synthetic void access$100 (com.google.devtools.build.lib.worker.WorkRequestHandler$CpuTimeBasedGcScheduler) com.google.devtools.build.lib.worker.WorkRequestHandler$CpuTimeBasedGcScheduler x0 static void <clinit> () }
com/google/devtools/build/lib/worker/WorkRequestHandler$IdleGcScheduler.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker com.google.devtools.build.lib.worker.WorkRequestHandler$IdleGcScheduler extends java.lang.Object { private java.time.Instant lastActivity private java.time.Instant lastGc private final java.time.Duration idleTimeBeforeGc private final java.util.concurrent.ScheduledThreadPoolExecutor executor private java.util.concurrent.ScheduledFuture futureGc public void <init> (java.time.Duration) java.time.Duration idleTimeBeforeGc synchronized void start () synchronized void markActivity (boolean) boolean anythingActive private void maybeDoGc () synchronized void stop () }
com/google/devtools/build/lib/worker/WorkRequestHandler$RequestInfo.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo extends java.lang.Object { final Thread thread private final java.util.concurrent.atomic.AtomicBoolean cancelled private com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder responseBuilder void <init> (java.lang.Thread) Thread thread void setCancelled () boolean isCancelled () synchronized java.util.Optional takeBuilder () com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder b synchronized void addOutput (java.lang.String) String s }
com/google/devtools/build/lib/worker/WorkRequestHandler$WorkRequestCallback.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker public com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback extends java.lang.Object { private final java.util.function.BiFunction callback public void <init> (java.util.function.BiFunction) java.util.function.BiFunction callback public java.lang.Integer apply (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, java.io.PrintWriter) throws java.lang.InterruptedException com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest workRequest java.io.PrintWriter printWriter Integer result }
com/google/devtools/build/lib/worker/WorkRequestHandler$WorkRequestHandlerBuilder.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker public com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestHandlerBuilder extends java.lang.Object { private final com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback callback private final java.io.PrintStream stderr private final com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor private java.time.Duration cpuUsageBeforeGc private java.util.function.BiConsumer cancelCallback private java.time.Duration idleTimeBeforeGc public void <init> (java.util.function.BiFunction, java.io.PrintStream, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor) java.util.function.BiFunction callback java.io.PrintStream stderr com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor public void <init> (com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback, java.io.PrintStream, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor) com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback callback java.io.PrintStream stderr com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor public com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestHandlerBuilder setCpuUsageBeforeGc (java.time.Duration) java.time.Duration cpuUsageBeforeGc public com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestHandlerBuilder setCancelCallback (java.util.function.BiConsumer) java.util.function.BiConsumer cancelCallback public com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestHandlerBuilder setIdleTimeBeforeGc (java.time.Duration) java.time.Duration idleTimeBeforeGc public com.google.devtools.build.lib.worker.WorkRequestHandler build () private static synthetic java.lang.Integer lambda$new$0 (java.util.function.BiFunction, com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, java.io.PrintWriter) java.util.function.BiFunction callback com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request java.io.PrintWriter pw }
com/google/devtools/build/lib/worker/WorkRequestHandler$WorkerIO.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker public com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO extends java.lang.Object implements java.lang.AutoCloseable { private final java.io.InputStream originalInputStream private final java.io.PrintStream originalOutputStream private final java.io.PrintStream originalErrorStream private final java.io.ByteArrayOutputStream capturedStream private final AutoCloseable restore void <init> (java.io.InputStream, java.io.PrintStream, java.io.PrintStream, java.io.ByteArrayOutputStream, java.lang.AutoCloseable) java.io.InputStream originalInputStream java.io.PrintStream originalOutputStream java.io.PrintStream originalErrorStream java.io.ByteArrayOutputStream capturedStream AutoCloseable restore public static com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO capture () java.io.InputStream originalInputStream java.io.PrintStream originalOutputStream java.io.PrintStream originalErrorStream java.io.ByteArrayOutputStream capturedStream java.io.PrintStream outputBuffer java.io.ByteArrayInputStream byteArrayInputStream java.io.InputStream getOriginalInputStream () java.io.PrintStream getOriginalOutputStream () java.io.PrintStream getOriginalErrorStream () java.lang.String readCapturedAsUtf8String () throws java.io.IOException String captureOutput public void close () throws java.lang.Exception private static synthetic void lambda$capture$0 (java.io.InputStream, java.io.PrintStream, java.io.PrintStream, java.io.PrintStream, java.io.ByteArrayInputStream) throws java.lang.Exception java.io.InputStream originalInputStream java.io.PrintStream originalOutputStream java.io.PrintStream originalErrorStream java.io.PrintStream outputBuffer java.io.ByteArrayInputStream byteArrayInputStream }
com/google/devtools/build/lib/worker/WorkRequestHandler$WorkerMessageProcessor.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker public abstract com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor extends java.lang.Object { public abstract com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest readWorkRequest () throws java.io.IOException public abstract void writeWorkResponse (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse) throws java.io.IOException public abstract void close () throws java.io.IOException }
com/google/devtools/build/lib/worker/WorkRequestHandler.class
WorkRequestHandler.java package com.google.devtools.build.lib.worker public com.google.devtools.build.lib.worker.WorkRequestHandler extends java.lang.Object implements java.lang.AutoCloseable { final java.util.concurrent.ConcurrentMap activeRequests private final com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback callback private final java.io.PrintStream stderr final com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor private final java.util.function.BiConsumer cancelCallback private final com.google.devtools.build.lib.worker.WorkRequestHandler$CpuTimeBasedGcScheduler gcScheduler private final com.google.devtools.build.lib.worker.WorkRequestHandler$IdleGcScheduler idleGcScheduler private final java.util.concurrent.atomic.AtomicBoolean shutdownWorker public void <init> (java.util.function.BiFunction, java.io.PrintStream, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor) java.util.function.BiFunction callback java.io.PrintStream stderr com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor public void <init> (java.util.function.BiFunction, java.io.PrintStream, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor, java.time.Duration) java.util.function.BiFunction callback java.io.PrintStream stderr com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor java.time.Duration cpuUsageBeforeGc private void <init> (java.util.function.BiFunction, java.io.PrintStream, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor, java.time.Duration, java.util.function.BiConsumer) java.util.function.BiFunction callback java.io.PrintStream stderr com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor java.time.Duration cpuUsageBeforeGc java.util.function.BiConsumer cancelCallback private void <init> (com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback, java.io.PrintStream, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor, java.time.Duration, java.util.function.BiConsumer, java.time.Duration) com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback callback java.io.PrintStream stderr com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor messageProcessor java.time.Duration cpuUsageBeforeGc java.util.function.BiConsumer cancelCallback java.time.Duration idleTimeBeforeGc public void processRequests () throws java.io.IOException com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo ri Exception e java.io.IOException e com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo ri Exception e com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo ri Exception e com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO workerIO void startResponseThread (com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO, com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest) InterruptedException e com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO workerIO com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request Thread currentThread String threadName Thread t com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo previous void respondToRequest (com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO, com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo) throws java.io.IOException int exitCode InterruptedException e int exitCode RuntimeException e String captured java.io.IOException e int exitCode java.io.PrintWriter pw com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder builder com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse response com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO workerIO com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo requestInfo int exitCode java.io.StringWriter sw java.util.Optional optBuilder void respondToCancelRequest (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest) Thread t com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo ri public void close () throws java.io.IOException private synthetic void lambda$respondToCancelRequest$3 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo ri private synthetic void lambda$startResponseThread$2 (java.lang.Thread, java.lang.Thread, java.lang.Throwable) Thread currentThread Thread t1 Throwable e private synthetic void lambda$startResponseThread$1 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO, java.lang.Thread) java.io.IOException e com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerIO workerIO Thread currentThread com.google.devtools.build.lib.worker.WorkRequestHandler$RequestInfo requestInfo private static synthetic java.lang.Integer lambda$new$0 (java.util.function.BiFunction, com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, java.io.PrintWriter) java.util.function.BiFunction callback com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest request java.io.PrintWriter pw synthetic void <init> (com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback, java.io.PrintStream, com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor, java.time.Duration, java.util.function.BiConsumer, java.time.Duration, com.google.devtools.build.lib.worker.WorkRequestHandler$1) com.google.devtools.build.lib.worker.WorkRequestHandler$WorkRequestCallback x0 java.io.PrintStream x1 com.google.devtools.build.lib.worker.WorkRequestHandler$WorkerMessageProcessor x2 java.time.Duration x3 java.util.function.BiConsumer x4 java.time.Duration x5 com.google.devtools.build.lib.worker.WorkRequestHandler$1 x6 }
com/google/devtools/build/lib/worker/WorkerProtocol$1.class
WorkerProtocol.java package com.google.devtools.build.lib.worker synthetic com.google.devtools.build.lib.worker.WorkerProtocol$1 extends java.lang.Object { }
com/google/devtools/build/lib/worker/WorkerProtocol$Input$1.class
WorkerProtocol.java package com.google.devtools.build.lib.worker com.google.devtools.build.lib.worker.WorkerProtocol$Input$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.lib.worker.WorkerProtocol$Input parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/lib/worker/WorkerProtocol$Input$Builder.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.lib.worker.WorkerProtocol$InputOrBuilder { private Object path_ private com.google.protobuf.ByteString digest_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.lib.worker.WorkerProtocol$Input getDefaultInstanceForType () public com.google.devtools.build.lib.worker.WorkerProtocol$Input build () com.google.devtools.build.lib.worker.WorkerProtocol$Input result public com.google.devtools.build.lib.worker.WorkerProtocol$Input buildPartial () com.google.devtools.build.lib.worker.WorkerProtocol$Input result public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder clone () public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder mergeFrom (com.google.devtools.build.lib.worker.WorkerProtocol$Input) com.google.devtools.build.lib.worker.WorkerProtocol$Input other public final boolean isInitialized () public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder setPath (java.lang.String) String value public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder clearPath () public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder setPathBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public com.google.protobuf.ByteString getDigest () public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder setDigest (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder clearDigest () public final com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.devtools.build.lib.worker.WorkerProtocol$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.lib.worker.WorkerProtocol$1 x1 }
com/google/devtools/build/lib/worker/WorkerProtocol$Input.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.WorkerProtocol$Input extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.lib.worker.WorkerProtocol$InputOrBuilder { private static final long serialVersionUID public static final int PATH_FIELD_NUMBER private volatile Object path_ public static final int DIGEST_FIELD_NUMBER private com.google.protobuf.ByteString digest_ private byte memoizedIsInitialized private static final com.google.devtools.build.lib.worker.WorkerProtocol$Input DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public java.lang.String getPath () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getPathBytes () com.google.protobuf.ByteString b Object ref public com.google.protobuf.ByteString getDigest () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.lib.worker.WorkerProtocol$Input other public int hashCode () int hash public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$Input parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder newBuilderForType () public static com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder newBuilder () public static com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder newBuilder (com.google.devtools.build.lib.worker.WorkerProtocol$Input) com.google.devtools.build.lib.worker.WorkerProtocol$Input prototype public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder toBuilder () protected com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder builder public static com.google.devtools.build.lib.worker.WorkerProtocol$Input getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.lib.worker.WorkerProtocol$Input getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.lib.worker.WorkerProtocol$1 x1 static synthetic java.lang.Object access$502 (com.google.devtools.build.lib.worker.WorkerProtocol$Input, java.lang.Object) com.google.devtools.build.lib.worker.WorkerProtocol$Input x0 Object x1 static synthetic com.google.protobuf.ByteString access$602 (com.google.devtools.build.lib.worker.WorkerProtocol$Input, com.google.protobuf.ByteString) com.google.devtools.build.lib.worker.WorkerProtocol$Input x0 com.google.protobuf.ByteString x1 static synthetic java.lang.Object access$500 (com.google.devtools.build.lib.worker.WorkerProtocol$Input) com.google.devtools.build.lib.worker.WorkerProtocol$Input x0 static synthetic void access$700 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static void <clinit> () }
com/google/devtools/build/lib/worker/WorkerProtocol$InputOrBuilder.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public abstract com.google.devtools.build.lib.worker.WorkerProtocol$InputOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.lang.String getPath () public abstract com.google.protobuf.ByteString getPathBytes () public abstract com.google.protobuf.ByteString getDigest () }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkRequest$1.class
WorkerProtocol.java package com.google.devtools.build.lib.worker com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkRequest$Builder.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequestOrBuilder { private int bitField0_ private com.google.protobuf.LazyStringList arguments_ private java.util.List inputs_ private com.google.protobuf.RepeatedFieldBuilderV3 inputsBuilder_ private int requestId_ private boolean cancel_ private int verbosity_ private Object sandboxDir_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest getDefaultInstanceForType () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest build () com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest result public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest buildPartial () com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest result int from_bitField0_ public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clone () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder mergeFrom (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest other public final boolean isInitialized () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException String s com.google.devtools.build.lib.worker.WorkerProtocol$Input m int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private void ensureArgumentsIsMutable () public com.google.protobuf.ProtocolStringList getArgumentsList () public int getArgumentsCount () public java.lang.String getArguments (int) int index public com.google.protobuf.ByteString getArgumentsBytes (int) int index public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setArguments (int, java.lang.String) int index String value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addArguments (java.lang.String) String value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addAllArguments (java.lang.Iterable) Iterable values public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearArguments () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addArgumentsBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value private void ensureInputsIsMutable () public java.util.List getInputsList () public int getInputsCount () public com.google.devtools.build.lib.worker.WorkerProtocol$Input getInputs (int) int index public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setInputs (int, com.google.devtools.build.lib.worker.WorkerProtocol$Input) int index com.google.devtools.build.lib.worker.WorkerProtocol$Input value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setInputs (int, com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder) int index com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder builderForValue public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addInputs (com.google.devtools.build.lib.worker.WorkerProtocol$Input) com.google.devtools.build.lib.worker.WorkerProtocol$Input value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addInputs (int, com.google.devtools.build.lib.worker.WorkerProtocol$Input) int index com.google.devtools.build.lib.worker.WorkerProtocol$Input value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addInputs (com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder) com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder builderForValue public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addInputs (int, com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder) int index com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder builderForValue public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder addAllInputs (java.lang.Iterable) Iterable values public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearInputs () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder removeInputs (int) int index public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder getInputsBuilder (int) int index public com.google.devtools.build.lib.worker.WorkerProtocol$InputOrBuilder getInputsOrBuilder (int) int index public java.util.List getInputsOrBuilderList () public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder addInputsBuilder () public com.google.devtools.build.lib.worker.WorkerProtocol$Input$Builder addInputsBuilder (int) int index public java.util.List getInputsBuilderList () private com.google.protobuf.RepeatedFieldBuilderV3 getInputsFieldBuilder () public int getRequestId () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setRequestId (int) int value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearRequestId () public boolean getCancel () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setCancel (boolean) boolean value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearCancel () public int getVerbosity () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setVerbosity (int) int value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearVerbosity () public java.lang.String getSandboxDir () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSandboxDirBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setSandboxDir (java.lang.String) String value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder clearSandboxDir () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setSandboxDirBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.util.List getArgumentsList () synthetic void <init> (com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.devtools.build.lib.worker.WorkerProtocol$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.lib.worker.WorkerProtocol$1 x1 }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkRequest.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequestOrBuilder { private static final long serialVersionUID public static final int ARGUMENTS_FIELD_NUMBER private com.google.protobuf.LazyStringList arguments_ public static final int INPUTS_FIELD_NUMBER private java.util.List inputs_ public static final int REQUEST_ID_FIELD_NUMBER private int requestId_ public static final int CANCEL_FIELD_NUMBER private boolean cancel_ public static final int VERBOSITY_FIELD_NUMBER private int verbosity_ public static final int SANDBOX_DIR_FIELD_NUMBER private volatile Object sandboxDir_ private byte memoizedIsInitialized private static final com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public com.google.protobuf.ProtocolStringList getArgumentsList () public int getArgumentsCount () public java.lang.String getArguments (int) int index public com.google.protobuf.ByteString getArgumentsBytes (int) int index public java.util.List getInputsList () public java.util.List getInputsOrBuilderList () public int getInputsCount () public com.google.devtools.build.lib.worker.WorkerProtocol$Input getInputs (int) int index public com.google.devtools.build.lib.worker.WorkerProtocol$InputOrBuilder getInputsOrBuilder (int) int index public int getRequestId () public boolean getCancel () public int getVerbosity () public java.lang.String getSandboxDir () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getSandboxDirBytes () com.google.protobuf.ByteString b Object ref public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i int i com.google.protobuf.CodedOutputStream output public int getSerializedSize () int i int dataSize int i int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest other public int hashCode () int hash public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder newBuilderForType () public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder newBuilder () public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder newBuilder (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest prototype public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder toBuilder () protected com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest$Builder builder public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () public volatile synthetic java.util.List getArgumentsList () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.lib.worker.WorkerProtocol$1 x1 static synthetic com.google.protobuf.LazyStringList access$1302 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, com.google.protobuf.LazyStringList) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 com.google.protobuf.LazyStringList x1 static synthetic java.util.List access$1402 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, java.util.List) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 java.util.List x1 static synthetic int access$1502 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, int) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 int x1 static synthetic boolean access$1602 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, boolean) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 boolean x1 static synthetic int access$1702 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, int) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 int x1 static synthetic java.lang.Object access$1802 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest, java.lang.Object) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 Object x1 static synthetic com.google.protobuf.LazyStringList access$1300 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 static synthetic java.util.List access$1400 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 static synthetic boolean access$1900 () static synthetic java.lang.Object access$1800 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest) com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequest x0 static synthetic void access$2000 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static synthetic void access$2100 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static void <clinit> () }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkRequestOrBuilder.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public abstract com.google.devtools.build.lib.worker.WorkerProtocol$WorkRequestOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract java.util.List getArgumentsList () public abstract int getArgumentsCount () public abstract java.lang.String getArguments (int) public abstract com.google.protobuf.ByteString getArgumentsBytes (int) public abstract java.util.List getInputsList () public abstract com.google.devtools.build.lib.worker.WorkerProtocol$Input getInputs (int) public abstract int getInputsCount () public abstract java.util.List getInputsOrBuilderList () public abstract com.google.devtools.build.lib.worker.WorkerProtocol$InputOrBuilder getInputsOrBuilder (int) public abstract int getRequestId () public abstract boolean getCancel () public abstract int getVerbosity () public abstract java.lang.String getSandboxDir () public abstract com.google.protobuf.ByteString getSandboxDirBytes () }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkResponse$1.class
WorkerProtocol.java package com.google.devtools.build.lib.worker com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$1 extends com.google.protobuf.AbstractParser { void <init> () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder builder public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkResponse$Builder.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder extends com.google.protobuf.GeneratedMessageV3$Builder implements com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponseOrBuilder { private int exitCode_ private Object output_ private int requestId_ private boolean wasCancelled_ public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () private void <init> () private void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clear () public com.google.protobuf.Descriptors$Descriptor getDescriptorForType () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse getDefaultInstanceForType () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse build () com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse result public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse buildPartial () com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse result public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clone () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) com.google.protobuf.Descriptors$FieldDescriptor field public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) com.google.protobuf.Descriptors$OneofDescriptor oneof public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field int index Object value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) com.google.protobuf.Descriptors$FieldDescriptor field Object value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder mergeFrom (com.google.protobuf.Message) com.google.protobuf.Message other public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder mergeFrom (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse) com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse other public final boolean isInitialized () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag boolean done com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public int getExitCode () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setExitCode (int) int value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clearExitCode () public java.lang.String getOutput () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getOutputBytes () com.google.protobuf.ByteString b Object ref public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setOutput (java.lang.String) String value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clearOutput () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setOutputBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public int getRequestId () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setRequestId (int) int value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clearRequestId () public boolean getWasCancelled () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setWasCancelled (boolean) boolean value public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder clearWasCancelled () public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) com.google.protobuf.UnknownFieldSet unknownFields public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clear () public volatile synthetic com.google.protobuf.GeneratedMessageV3$Builder clone () public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessage$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clear () public volatile synthetic com.google.protobuf.AbstractMessage$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.AbstractMessage$Builder clone () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.Message$Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder setUnknownFields (com.google.protobuf.UnknownFieldSet) public volatile synthetic com.google.protobuf.Message$Builder addRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder setRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder clearOneof (com.google.protobuf.Descriptors$OneofDescriptor) public volatile synthetic com.google.protobuf.Message$Builder clearField (com.google.protobuf.Descriptors$FieldDescriptor) public volatile synthetic com.google.protobuf.Message$Builder setField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.Message$Builder clone () public volatile synthetic com.google.protobuf.Message buildPartial () public volatile synthetic com.google.protobuf.Message build () public volatile synthetic com.google.protobuf.Message$Builder mergeFrom (com.google.protobuf.Message) public volatile synthetic com.google.protobuf.Message$Builder clear () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException synthetic void <init> (com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.devtools.build.lib.worker.WorkerProtocol$1 x0 synthetic void <init> (com.google.protobuf.GeneratedMessageV3$BuilderParent, com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.protobuf.GeneratedMessageV3$BuilderParent x0 com.google.devtools.build.lib.worker.WorkerProtocol$1 x1 }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkResponse.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse extends com.google.protobuf.GeneratedMessageV3 implements com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponseOrBuilder { private static final long serialVersionUID public static final int EXIT_CODE_FIELD_NUMBER private int exitCode_ public static final int OUTPUT_FIELD_NUMBER private volatile Object output_ public static final int REQUEST_ID_FIELD_NUMBER private int requestId_ public static final int WAS_CANCELLED_FIELD_NUMBER private boolean wasCancelled_ private byte memoizedIsInitialized private static final com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse DEFAULT_INSTANCE private static final com.google.protobuf.Parser PARSER private void <init> (com.google.protobuf.GeneratedMessageV3$Builder) com.google.protobuf.GeneratedMessageV3$Builder builder private void <init> () protected java.lang.Object newInstance (com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter) com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused public final com.google.protobuf.UnknownFieldSet getUnknownFields () public static final com.google.protobuf.Descriptors$Descriptor getDescriptor () protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable () public int getExitCode () public java.lang.String getOutput () com.google.protobuf.ByteString bs String s Object ref public com.google.protobuf.ByteString getOutputBytes () com.google.protobuf.ByteString b Object ref public int getRequestId () public boolean getWasCancelled () public final boolean isInitialized () byte isInitialized public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output public int getSerializedSize () int size public boolean equals (java.lang.Object) Object obj com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse other public int hashCode () int hash public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder newBuilderForType () public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder newBuilder () public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder newBuilder (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse) com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse prototype public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder toBuilder () protected com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) com.google.protobuf.GeneratedMessageV3$BuilderParent parent com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse$Builder builder public static com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse getDefaultInstance () public static com.google.protobuf.Parser parser () public com.google.protobuf.Parser getParserForType () public com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse getDefaultInstanceForType () protected volatile synthetic com.google.protobuf.Message$Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3$BuilderParent) public volatile synthetic com.google.protobuf.Message$Builder toBuilder () public volatile synthetic com.google.protobuf.Message$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic com.google.protobuf.Message getDefaultInstanceForType () synthetic void <init> (com.google.protobuf.GeneratedMessageV3$Builder, com.google.devtools.build.lib.worker.WorkerProtocol$1) com.google.protobuf.GeneratedMessageV3$Builder x0 com.google.devtools.build.lib.worker.WorkerProtocol$1 x1 static synthetic int access$2702 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse, int) com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse x0 int x1 static synthetic java.lang.Object access$2802 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse, java.lang.Object) com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse x0 Object x1 static synthetic int access$2902 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse, int) com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse x0 int x1 static synthetic boolean access$3002 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse, boolean) com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse x0 boolean x1 static synthetic java.lang.Object access$2800 (com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse) com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponse x0 static synthetic void access$3100 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.protobuf.ByteString x0 static void <clinit> () }
com/google/devtools/build/lib/worker/WorkerProtocol$WorkResponseOrBuilder.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public abstract com.google.devtools.build.lib.worker.WorkerProtocol$WorkResponseOrBuilder extends java.lang.Object implements com.google.protobuf.MessageOrBuilder { public abstract int getExitCode () public abstract java.lang.String getOutput () public abstract com.google.protobuf.ByteString getOutputBytes () public abstract int getRequestId () public abstract boolean getWasCancelled () }
com/google/devtools/build/lib/worker/WorkerProtocol.class
WorkerProtocol.java package com.google.devtools.build.lib.worker public final com.google.devtools.build.lib.worker.WorkerProtocol extends java.lang.Object { private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_worker_Input_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_worker_Input_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_worker_WorkRequest_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_worker_WorkRequest_fieldAccessorTable private static final com.google.protobuf.Descriptors$Descriptor internal_static_blaze_worker_WorkResponse_descriptor private static final com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internal_static_blaze_worker_WorkResponse_fieldAccessorTable private static com.google.protobuf.Descriptors$FileDescriptor descriptor private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry public static void registerAllExtensions (com.google.protobuf.ExtensionRegistry) com.google.protobuf.ExtensionRegistry registry public static com.google.protobuf.Descriptors$FileDescriptor getDescriptor () static synthetic com.google.protobuf.Descriptors$Descriptor access$000 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$100 () static synthetic com.google.protobuf.Descriptors$Descriptor access$800 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$900 () static synthetic com.google.protobuf.Descriptors$Descriptor access$2200 () static synthetic com.google.protobuf.GeneratedMessageV3$FieldAccessorTable access$2300 () static void <clinit> () String[] descriptorData }
com/google/protobuf/util/
com/google/protobuf/util/Durations$DurationComparator.class
Durations.java package com.google.protobuf.util final enum com.google.protobuf.util.Durations$DurationComparator extends java.lang.Enum implements java.util.Comparator java.io.Serializable { public static final enum com.google.protobuf.util.Durations$DurationComparator INSTANCE private static final synthetic com.google.protobuf.util.Durations$DurationComparator[] $VALUES public static com.google.protobuf.util.Durations$DurationComparator[] values () public static com.google.protobuf.util.Durations$DurationComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (com.google.protobuf.Duration, com.google.protobuf.Duration) com.google.protobuf.Duration d1 com.google.protobuf.Duration d2 int secDiff public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.protobuf.util.Durations$DurationComparator[] $values () static void <clinit> () }
com/google/protobuf/util/Durations.class
Durations.java package com.google.protobuf.util public final com.google.protobuf.util.Durations extends java.lang.Object { static final long DURATION_SECONDS_MIN static final long DURATION_SECONDS_MAX private static final long SECONDS_PER_MINUTE private static final long SECONDS_PER_HOUR private static final long SECONDS_PER_DAY public static final com.google.protobuf.Duration MIN_VALUE public static final com.google.protobuf.Duration MAX_VALUE public static final com.google.protobuf.Duration ZERO private void <init> () public static java.util.Comparator comparator () public static int compare (com.google.protobuf.Duration, com.google.protobuf.Duration) com.google.protobuf.Duration x com.google.protobuf.Duration y public static boolean isValid (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static boolean isValid (long, int) long seconds int nanos public static boolean isNegative (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static boolean isPositive (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static com.google.protobuf.Duration checkNotNegative (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static com.google.protobuf.Duration checkPositive (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static com.google.protobuf.Duration checkValid (com.google.protobuf.Duration) com.google.protobuf.Duration duration long seconds int nanos public static com.google.protobuf.Duration checkValid (com.google.protobuf.Duration$Builder) com.google.protobuf.Duration$Builder durationBuilder public static java.lang.String toString (com.google.protobuf.Duration) com.google.protobuf.Duration duration long seconds int nanos StringBuilder result public static com.google.protobuf.Duration parse (java.lang.String) throws java.text.ParseException java.text.ParseException ex IllegalArgumentException e String value boolean negative String secondValue String nanoValue int pointPosition long seconds int nanos public static com.google.protobuf.Duration parseUnchecked (java.lang.String) java.text.ParseException e String value public static com.google.protobuf.Duration fromDays (long) long days public static com.google.protobuf.Duration fromHours (long) long hours public static com.google.protobuf.Duration fromMinutes (long) long minutes public static com.google.protobuf.Duration fromSeconds (long) long seconds public static com.google.protobuf.Duration fromMillis (long) long milliseconds public static com.google.protobuf.Duration fromMicros (long) long microseconds public static com.google.protobuf.Duration fromNanos (long) long nanoseconds public static long toDays (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static long toHours (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static long toMinutes (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static long toSeconds (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static double toSecondsAsDouble (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static long toMillis (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static long toMicros (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static long toNanos (com.google.protobuf.Duration) com.google.protobuf.Duration duration public static com.google.protobuf.Duration add (com.google.protobuf.Duration, com.google.protobuf.Duration) com.google.protobuf.Duration d1 com.google.protobuf.Duration d2 public static com.google.protobuf.Duration subtract (com.google.protobuf.Duration, com.google.protobuf.Duration) com.google.protobuf.Duration d1 com.google.protobuf.Duration d2 static com.google.protobuf.Duration normalizedDuration (long, int) long seconds int nanos com.google.protobuf.Duration duration static void <clinit> () }
com/google/protobuf/util/FieldMaskTree$1.class
FieldMaskTree.java package com.google.protobuf.util synthetic com.google.protobuf.util.FieldMaskTree$1 extends java.lang.Object { }
com/google/protobuf/util/FieldMaskTree$Node.class
FieldMaskTree.java package com.google.protobuf.util final com.google.protobuf.util.FieldMaskTree$Node extends java.lang.Object { final java.util.SortedMap children private void <init> () synthetic void <init> (com.google.protobuf.util.FieldMaskTree$1) com.google.protobuf.util.FieldMaskTree$1 x0 }
com/google/protobuf/util/FieldMaskTree.class
FieldMaskTree.java package com.google.protobuf.util final com.google.protobuf.util.FieldMaskTree extends java.lang.Object { private static final java.util.logging.Logger logger private static final String FIELD_PATH_SEPARATOR_REGEX private final com.google.protobuf.util.FieldMaskTree$Node root void <init> () void <init> (com.google.protobuf.FieldMask) com.google.protobuf.FieldMask mask public java.lang.String toString () com.google.protobuf.util.FieldMaskTree addFieldPath (java.lang.String) com.google.protobuf.util.FieldMaskTree$Node tmp String part String path String[] parts com.google.protobuf.util.FieldMaskTree$Node node boolean createNewBranch com.google.protobuf.util.FieldMaskTree mergeFromFieldMask (com.google.protobuf.FieldMask) String path com.google.protobuf.FieldMask mask com.google.protobuf.util.FieldMaskTree removeFieldPath (java.lang.String) String path java.util.List parts private static boolean removeFieldPath (com.google.protobuf.util.FieldMaskTree$Node, java.util.List, int) com.google.protobuf.util.FieldMaskTree$Node node java.util.List parts int index String key com.google.protobuf.util.FieldMaskTree removeFromFieldMask (com.google.protobuf.FieldMask) String path com.google.protobuf.FieldMask mask com.google.protobuf.FieldMask toFieldMask () java.util.List paths private static void getFieldPaths (com.google.protobuf.util.FieldMaskTree$Node, java.lang.String, java.util.List) String childPath java.util.Map$Entry entry com.google.protobuf.util.FieldMaskTree$Node node String path java.util.List paths void intersectFieldPath (java.lang.String, com.google.protobuf.util.FieldMaskTree) String part String value String path com.google.protobuf.util.FieldMaskTree output String[] parts com.google.protobuf.util.FieldMaskTree$Node node java.util.List paths void merge (com.google.protobuf.Message, com.google.protobuf.Message$Builder, com.google.protobuf.util.FieldMaskUtil$MergeOptions) com.google.protobuf.Message source com.google.protobuf.Message$Builder destination com.google.protobuf.util.FieldMaskUtil$MergeOptions options private static void merge (com.google.protobuf.util.FieldMaskTree$Node, com.google.protobuf.Message, com.google.protobuf.Message$Builder, com.google.protobuf.util.FieldMaskUtil$MergeOptions) com.google.protobuf.Message$Builder childBuilder Object element com.google.protobuf.Descriptors$FieldDescriptor field java.util.Map$Entry entry com.google.protobuf.util.FieldMaskTree$Node node com.google.protobuf.Message source com.google.protobuf.Message$Builder destination com.google.protobuf.util.FieldMaskUtil$MergeOptions options com.google.protobuf.Descriptors$Descriptor descriptor static void <clinit> () }
com/google/protobuf/util/FieldMaskUtil$MergeOptions.class
FieldMaskUtil.java package com.google.protobuf.util public final com.google.protobuf.util.FieldMaskUtil$MergeOptions extends java.lang.Object { private boolean replaceMessageFields private boolean replaceRepeatedFields private boolean replacePrimitiveFields public void <init> () public boolean replaceMessageFields () public boolean replaceRepeatedFields () public boolean replacePrimitiveFields () public com.google.protobuf.util.FieldMaskUtil$MergeOptions setReplaceMessageFields (boolean) boolean value public com.google.protobuf.util.FieldMaskUtil$MergeOptions setReplaceRepeatedFields (boolean) boolean value public com.google.protobuf.util.FieldMaskUtil$MergeOptions setReplacePrimitiveFields (boolean) boolean value }
com/google/protobuf/util/FieldMaskUtil.class
FieldMaskUtil.java package com.google.protobuf.util public final com.google.protobuf.util.FieldMaskUtil extends java.lang.Object { private static final String FIELD_PATH_SEPARATOR private static final String FIELD_PATH_SEPARATOR_REGEX private static final String FIELD_SEPARATOR_REGEX private void <init> () public static java.lang.String toString (com.google.protobuf.FieldMask) String value com.google.protobuf.FieldMask fieldMask StringBuilder result boolean first public static com.google.protobuf.FieldMask fromString (java.lang.String) String value public static com.google.protobuf.FieldMask fromString (java.lang.Class, java.lang.String) Class type String value public static com.google.protobuf.FieldMask fromStringList (java.lang.Class, java.lang.Iterable) Class type Iterable paths public static com.google.protobuf.FieldMask fromStringList (com.google.protobuf.Descriptors$Descriptor, java.lang.Iterable) com.google.protobuf.Descriptors$Descriptor descriptor Iterable paths public static com.google.protobuf.FieldMask fromStringList (java.lang.Iterable) Iterable paths private static com.google.protobuf.FieldMask fromStringList (com.google.common.base.Optional, java.lang.Iterable) String path com.google.common.base.Optional descriptor Iterable paths com.google.protobuf.FieldMask$Builder builder public static transient com.google.protobuf.FieldMask fromFieldNumbers (java.lang.Class, int[]) Class type int[] fieldNumbers public static com.google.protobuf.FieldMask fromFieldNumbers (java.lang.Class, java.lang.Iterable) com.google.protobuf.Descriptors$FieldDescriptor field Integer fieldNumber Class type Iterable fieldNumbers com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.FieldMask$Builder builder public static java.lang.String toJsonString (com.google.protobuf.FieldMask) String path com.google.protobuf.FieldMask fieldMask java.util.List paths public static com.google.protobuf.FieldMask fromJsonString (java.lang.String) String path String value Iterable paths com.google.protobuf.FieldMask$Builder builder public static boolean isValid (java.lang.Class, com.google.protobuf.FieldMask) Class type com.google.protobuf.FieldMask fieldMask com.google.protobuf.Descriptors$Descriptor descriptor public static boolean isValid (com.google.protobuf.Descriptors$Descriptor, com.google.protobuf.FieldMask) String path com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.FieldMask fieldMask public static boolean isValid (java.lang.Class, java.lang.String) Class type String path com.google.protobuf.Descriptors$Descriptor descriptor public static boolean isValid (com.google.protobuf.Descriptors$Descriptor, java.lang.String) com.google.protobuf.Descriptors$FieldDescriptor field String name com.google.protobuf.Descriptors$Descriptor descriptor String path String[] parts public static com.google.protobuf.FieldMask normalize (com.google.protobuf.FieldMask) com.google.protobuf.FieldMask mask public static transient com.google.protobuf.FieldMask union (com.google.protobuf.FieldMask, com.google.protobuf.FieldMask, com.google.protobuf.FieldMask[]) com.google.protobuf.FieldMask mask com.google.protobuf.FieldMask firstMask com.google.protobuf.FieldMask secondMask com.google.protobuf.FieldMask[] otherMasks com.google.protobuf.util.FieldMaskTree maskTree public static transient com.google.protobuf.FieldMask subtract (com.google.protobuf.FieldMask, com.google.protobuf.FieldMask, com.google.protobuf.FieldMask[]) com.google.protobuf.FieldMask mask com.google.protobuf.FieldMask firstMask com.google.protobuf.FieldMask secondMask com.google.protobuf.FieldMask[] otherMasks com.google.protobuf.util.FieldMaskTree maskTree public static com.google.protobuf.FieldMask intersection (com.google.protobuf.FieldMask, com.google.protobuf.FieldMask) String path com.google.protobuf.FieldMask mask1 com.google.protobuf.FieldMask mask2 com.google.protobuf.util.FieldMaskTree tree com.google.protobuf.util.FieldMaskTree result public static void merge (com.google.protobuf.FieldMask, com.google.protobuf.Message, com.google.protobuf.Message$Builder, com.google.protobuf.util.FieldMaskUtil$MergeOptions) com.google.protobuf.FieldMask mask com.google.protobuf.Message source com.google.protobuf.Message$Builder destination com.google.protobuf.util.FieldMaskUtil$MergeOptions options public static void merge (com.google.protobuf.FieldMask, com.google.protobuf.Message, com.google.protobuf.Message$Builder) com.google.protobuf.FieldMask mask com.google.protobuf.Message source com.google.protobuf.Message$Builder destination public static com.google.protobuf.Message trim (com.google.protobuf.FieldMask, com.google.protobuf.Message) com.google.protobuf.FieldMask mask com.google.protobuf.Message source com.google.protobuf.Message$Builder destination }
com/google/protobuf/util/JsonFormat$1.class
JsonFormat.java package com.google.protobuf.util synthetic com.google.protobuf.util.JsonFormat$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$Descriptors$FieldDescriptor$Type static void <clinit> () }
com/google/protobuf/util/JsonFormat$CompactTextGenerator.class
JsonFormat.java package com.google.protobuf.util final com.google.protobuf.util.JsonFormat$CompactTextGenerator extends java.lang.Object implements com.google.protobuf.util.JsonFormat$TextGenerator { private final Appendable output private void <init> (java.lang.Appendable) Appendable output public void indent () public void outdent () public void print (java.lang.CharSequence) throws java.io.IOException CharSequence text synthetic void <init> (java.lang.Appendable, com.google.protobuf.util.JsonFormat$1) Appendable x0 com.google.protobuf.util.JsonFormat$1 x1 }
com/google/protobuf/util/JsonFormat$Parser.class
JsonFormat.java package com.google.protobuf.util public com.google.protobuf.util.JsonFormat$Parser extends java.lang.Object { private final com.google.protobuf.TypeRegistry registry private final com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry private final boolean ignoringUnknownFields private final int recursionLimit private static final int DEFAULT_RECURSION_LIMIT private void <init> (com.google.protobuf.TypeRegistry, com.google.protobuf.util.JsonFormat$TypeRegistry, boolean, int) com.google.protobuf.TypeRegistry registry com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry boolean ignoreUnknownFields int recursionLimit public com.google.protobuf.util.JsonFormat$Parser usingTypeRegistry (com.google.protobuf.util.JsonFormat$TypeRegistry) com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry public com.google.protobuf.util.JsonFormat$Parser usingTypeRegistry (com.google.protobuf.TypeRegistry) com.google.protobuf.TypeRegistry registry public com.google.protobuf.util.JsonFormat$Parser ignoringUnknownFields () public void merge (java.lang.String, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException String json com.google.protobuf.Message$Builder builder public void merge (java.io.Reader, com.google.protobuf.Message$Builder) throws java.io.IOException java.io.Reader json com.google.protobuf.Message$Builder builder com.google.protobuf.util.JsonFormat$Parser usingRecursionLimit (int) int recursionLimit synthetic void <init> (com.google.protobuf.TypeRegistry, com.google.protobuf.util.JsonFormat$TypeRegistry, boolean, int, com.google.protobuf.util.JsonFormat$1) com.google.protobuf.TypeRegistry x0 com.google.protobuf.util.JsonFormat$TypeRegistry x1 boolean x2 int x3 com.google.protobuf.util.JsonFormat$1 x4 }
com/google/protobuf/util/JsonFormat$ParserImpl$1.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$1 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$2.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$2 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$3.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$3 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$4.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$4 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$5.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$5 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$6.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$6 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$7.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$7 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$8.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl$8 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser { void <init> () public void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl parser com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder }
com/google/protobuf/util/JsonFormat$ParserImpl$WellKnownTypeParser.class
JsonFormat.java package com.google.protobuf.util abstract com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser extends java.lang.Object { public abstract void merge (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/util/JsonFormat$ParserImpl.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$ParserImpl extends java.lang.Object { private final com.google.protobuf.TypeRegistry registry private final com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry private final boolean ignoringUnknownFields private final int recursionLimit private int currentDepth private static final java.util.Map wellKnownTypeParsers private final java.util.Map fieldNameMaps private static final java.math.BigInteger MAX_UINT64 private static final double EPSILON private static final java.math.BigDecimal MORE_THAN_ONE private static final java.math.BigDecimal MAX_DOUBLE private static final java.math.BigDecimal MIN_DOUBLE void <init> (com.google.protobuf.TypeRegistry, com.google.protobuf.util.JsonFormat$TypeRegistry, boolean, int) com.google.protobuf.TypeRegistry registry com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry boolean ignoreUnknownFields int recursionLimit void merge (java.io.Reader, com.google.protobuf.Message$Builder) throws java.io.IOException com.google.gson.stream.JsonReader reader com.google.gson.JsonIOException e RuntimeException e java.io.Reader json com.google.protobuf.Message$Builder builder void merge (java.lang.String, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.stream.JsonReader reader com.google.protobuf.InvalidProtocolBufferException toThrow RuntimeException e String json com.google.protobuf.Message$Builder builder private static java.util.Map buildWellKnownTypeParsers () java.util.Map parsers com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser wrappersPrinter private void merge (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser specialParser private java.util.Map getFieldNameMap (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$FieldDescriptor field java.util.Map fieldNameMap com.google.protobuf.Descriptors$Descriptor descriptor private void mergeMessage (com.google.gson.JsonElement, com.google.protobuf.Message$Builder, boolean) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Descriptors$FieldDescriptor field java.util.Map$Entry entry com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder boolean skipTypeUrl com.google.gson.JsonObject object java.util.Map fieldNameMap private void mergeAny (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonElement value com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor typeUrlField com.google.protobuf.Descriptors$FieldDescriptor valueField com.google.gson.JsonObject object com.google.gson.JsonElement typeUrlElement String typeUrl com.google.protobuf.Descriptors$Descriptor contentType com.google.protobuf.Message$Builder contentBuilder com.google.protobuf.util.JsonFormat$ParserImpl$WellKnownTypeParser specialParser private void mergeFieldMask (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.FieldMask value private void mergeTimestamp (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Timestamp value com.google.protobuf.InvalidProtocolBufferException ex Exception e com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder private void mergeDuration (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Duration value com.google.protobuf.InvalidProtocolBufferException ex Exception e com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder private void mergeStruct (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor field private void mergeListValue (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor field private void mergeValue (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonPrimitive primitive com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message$Builder structBuilder com.google.protobuf.Descriptors$FieldDescriptor field com.google.protobuf.Message$Builder listBuilder com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.Descriptors$Descriptor type private void mergeWrapper (com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.Descriptors$FieldDescriptor field private void mergeField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException Object value com.google.protobuf.Descriptors$FieldDescriptor field com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder private void mergeMapField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Message$Builder entryBuilder Object key Object value java.util.Map$Entry entry com.google.protobuf.Descriptors$FieldDescriptor field com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.Descriptors$FieldDescriptor keyField com.google.protobuf.Descriptors$FieldDescriptor valueField com.google.gson.JsonObject object private void mergeOneofField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Descriptors$FieldDescriptor field com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder Object value private void mergeRepeatedField (com.google.protobuf.Descriptors$FieldDescriptor, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException Object value int i com.google.protobuf.Descriptors$FieldDescriptor field com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder com.google.gson.JsonArray array private int parseInt32 (com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException java.math.BigDecimal value com.google.protobuf.InvalidProtocolBufferException ex RuntimeException e com.google.gson.JsonElement json private long parseInt64 (com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException java.math.BigDecimal value com.google.protobuf.InvalidProtocolBufferException ex RuntimeException e com.google.gson.JsonElement json private int parseUint32 (com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException long result java.math.BigDecimal decimalValue java.math.BigInteger value com.google.protobuf.InvalidProtocolBufferException ex RuntimeException e com.google.gson.JsonElement json private long parseUint64 (com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException java.math.BigDecimal decimalValue java.math.BigInteger value com.google.protobuf.InvalidProtocolBufferException ex RuntimeException e com.google.gson.JsonElement json private boolean parseBool (com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException com.google.gson.JsonElement json private float parseFloat (com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException double value com.google.protobuf.InvalidProtocolBufferException ex RuntimeException e com.google.gson.JsonElement json private double parseDouble (com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException java.math.BigDecimal value com.google.protobuf.InvalidProtocolBufferException ex RuntimeException e com.google.gson.JsonElement json private java.lang.String parseString (com.google.gson.JsonElement) com.google.gson.JsonElement json private com.google.protobuf.ByteString parseBytes (com.google.gson.JsonElement) IllegalArgumentException e com.google.gson.JsonElement json private com.google.protobuf.Descriptors$EnumValueDescriptor parseEnum (com.google.protobuf.Descriptors$EnumDescriptor, com.google.gson.JsonElement) throws com.google.protobuf.InvalidProtocolBufferException int numericValue com.google.protobuf.Descriptors$EnumDescriptor enumDescriptor com.google.gson.JsonElement json String value com.google.protobuf.Descriptors$EnumValueDescriptor result private java.lang.Object parseFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Value value com.google.protobuf.Message$Builder subBuilder com.google.protobuf.Descriptors$FieldDescriptor field com.google.gson.JsonElement json com.google.protobuf.Message$Builder builder static synthetic void access$2000 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static synthetic void access$2100 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static synthetic void access$2200 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static synthetic void access$2300 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static synthetic void access$2400 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static synthetic void access$2500 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static synthetic void access$2600 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static synthetic void access$2700 (com.google.protobuf.util.JsonFormat$ParserImpl, com.google.gson.JsonElement, com.google.protobuf.Message$Builder) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.util.JsonFormat$ParserImpl x0 com.google.gson.JsonElement x1 com.google.protobuf.Message$Builder x2 static void <clinit> () }
com/google/protobuf/util/JsonFormat$PrettyTextGenerator.class
JsonFormat.java package com.google.protobuf.util final com.google.protobuf.util.JsonFormat$PrettyTextGenerator extends java.lang.Object implements com.google.protobuf.util.JsonFormat$TextGenerator { private final Appendable output private final StringBuilder indent private boolean atStartOfLine private void <init> (java.lang.Appendable) Appendable output public void indent () public void outdent () int length public void print (java.lang.CharSequence) throws java.io.IOException int i CharSequence text int size int pos private void write (java.lang.CharSequence) throws java.io.IOException CharSequence data synthetic void <init> (java.lang.Appendable, com.google.protobuf.util.JsonFormat$1) Appendable x0 com.google.protobuf.util.JsonFormat$1 x1 }
com/google/protobuf/util/JsonFormat$Printer.class
JsonFormat.java package com.google.protobuf.util public com.google.protobuf.util.JsonFormat$Printer extends java.lang.Object { private final com.google.protobuf.TypeRegistry registry private final com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry private boolean alwaysOutputDefaultValueFields private java.util.Set includingDefaultValueFields private final boolean preservingProtoFieldNames private final boolean omittingInsignificantWhitespace private final boolean printingEnumsAsInts private final boolean sortingMapKeys private void <init> (com.google.protobuf.TypeRegistry, com.google.protobuf.util.JsonFormat$TypeRegistry, boolean, java.util.Set, boolean, boolean, boolean, boolean) com.google.protobuf.TypeRegistry registry com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry boolean alwaysOutputDefaultValueFields java.util.Set includingDefaultValueFields boolean preservingProtoFieldNames boolean omittingInsignificantWhitespace boolean printingEnumsAsInts boolean sortingMapKeys public com.google.protobuf.util.JsonFormat$Printer usingTypeRegistry (com.google.protobuf.util.JsonFormat$TypeRegistry) com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry public com.google.protobuf.util.JsonFormat$Printer usingTypeRegistry (com.google.protobuf.TypeRegistry) com.google.protobuf.TypeRegistry registry public com.google.protobuf.util.JsonFormat$Printer includingDefaultValueFields () public com.google.protobuf.util.JsonFormat$Printer printingEnumsAsInts () private void checkUnsetPrintingEnumsAsInts () public com.google.protobuf.util.JsonFormat$Printer includingDefaultValueFields (java.util.Set) java.util.Set fieldsToAlwaysOutput private void checkUnsetIncludingDefaultValueFields () public com.google.protobuf.util.JsonFormat$Printer preservingProtoFieldNames () public com.google.protobuf.util.JsonFormat$Printer omittingInsignificantWhitespace () public com.google.protobuf.util.JsonFormat$Printer sortingMapKeys () public void appendTo (com.google.protobuf.MessageOrBuilder, java.lang.Appendable) throws java.io.IOException com.google.protobuf.MessageOrBuilder message Appendable output public java.lang.String print (com.google.protobuf.MessageOrBuilder) throws com.google.protobuf.InvalidProtocolBufferException StringBuilder builder com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.MessageOrBuilder message synthetic void <init> (com.google.protobuf.TypeRegistry, com.google.protobuf.util.JsonFormat$TypeRegistry, boolean, java.util.Set, boolean, boolean, boolean, boolean, com.google.protobuf.util.JsonFormat$1) com.google.protobuf.TypeRegistry x0 com.google.protobuf.util.JsonFormat$TypeRegistry x1 boolean x2 java.util.Set x3 boolean x4 boolean x5 boolean x6 boolean x7 com.google.protobuf.util.JsonFormat$1 x8 }
com/google/protobuf/util/JsonFormat$PrinterImpl$1.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$1 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$2.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$2 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$3.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$3 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$4.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$4 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$5.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$5 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$6.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$6 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$7.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$7 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$8.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$8 extends java.lang.Object implements com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter { void <init> () public void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl printer com.google.protobuf.MessageOrBuilder message }
com/google/protobuf/util/JsonFormat$PrinterImpl$9.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$9 extends java.lang.Object implements java.util.Comparator { final synthetic com.google.protobuf.util.JsonFormat$PrinterImpl this$0 void <init> (com.google.protobuf.util.JsonFormat$PrinterImpl) com.google.protobuf.util.JsonFormat$PrinterImpl this$0 public int compare (java.lang.Object, java.lang.Object) Object o1 Object o2 com.google.protobuf.ByteString s1 com.google.protobuf.ByteString s2 }
com/google/protobuf/util/JsonFormat$PrinterImpl$GsonHolder.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$PrinterImpl$GsonHolder extends java.lang.Object { private static final com.google.gson.Gson DEFAULT_GSON private void <init> () static synthetic com.google.gson.Gson access$700 () static void <clinit> () }
com/google/protobuf/util/JsonFormat$PrinterImpl$WellKnownTypePrinter.class
JsonFormat.java package com.google.protobuf.util abstract com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter extends java.lang.Object { public abstract void print (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException }
com/google/protobuf/util/JsonFormat$PrinterImpl.class
JsonFormat.java package com.google.protobuf.util final com.google.protobuf.util.JsonFormat$PrinterImpl extends java.lang.Object { private final com.google.protobuf.TypeRegistry registry private final com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry private final boolean alwaysOutputDefaultValueFields private final java.util.Set includingDefaultValueFields private final boolean preservingProtoFieldNames private final boolean printingEnumsAsInts private final boolean sortingMapKeys private final com.google.protobuf.util.JsonFormat$TextGenerator generator private final com.google.gson.Gson gson private final CharSequence blankOrSpace private final CharSequence blankOrNewLine private static final java.util.Map wellKnownTypePrinters void <init> (com.google.protobuf.TypeRegistry, com.google.protobuf.util.JsonFormat$TypeRegistry, boolean, java.util.Set, boolean, java.lang.Appendable, boolean, boolean, boolean) com.google.protobuf.TypeRegistry registry com.google.protobuf.util.JsonFormat$TypeRegistry oldRegistry boolean alwaysOutputDefaultValueFields java.util.Set includingDefaultValueFields boolean preservingProtoFieldNames Appendable jsonOutput boolean omittingInsignificantWhitespace boolean printingEnumsAsInts boolean sortingMapKeys void print (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter specialPrinter private static java.util.Map buildWellKnownTypePrinters () java.util.Map printers com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter wrappersPrinter private void printAny (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor typeUrlField com.google.protobuf.Descriptors$FieldDescriptor valueField String typeUrl com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.ByteString content com.google.protobuf.Message contentMessage com.google.protobuf.util.JsonFormat$PrinterImpl$WellKnownTypePrinter printer private void printWrapper (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor valueField private com.google.protobuf.ByteString toByteString (com.google.protobuf.MessageOrBuilder) com.google.protobuf.MessageOrBuilder message private void printTimestamp (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.Timestamp value private void printDuration (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.Duration value private void printFieldMask (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.FieldMask value private void printStruct (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor field private void printValue (com.google.protobuf.MessageOrBuilder) throws java.io.IOException java.util.Map$Entry entry com.google.protobuf.MessageOrBuilder message java.util.Map fields private void printListValue (com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.MessageOrBuilder message com.google.protobuf.Descriptors$Descriptor descriptor com.google.protobuf.Descriptors$FieldDescriptor field private void print (com.google.protobuf.MessageOrBuilder, java.lang.String) throws java.io.IOException com.google.protobuf.Descriptors$OneofDescriptor oneof com.google.protobuf.Descriptors$FieldDescriptor field java.util.Map$Entry field com.google.protobuf.MessageOrBuilder message String typeUrl boolean printedField java.util.Map fieldsToPrint private void printField (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value private void printRepeatedFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) throws java.io.IOException Object element com.google.protobuf.Descriptors$FieldDescriptor field Object value boolean printedElement private void printMapFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) throws java.io.IOException com.google.protobuf.Message entry Object entryKey Object element java.util.Comparator cmp java.util.TreeMap tm com.google.protobuf.Message entry Object entryKey Object entryValue Object element com.google.protobuf.Descriptors$FieldDescriptor field Object value com.google.protobuf.Descriptors$Descriptor type com.google.protobuf.Descriptors$FieldDescriptor keyField com.google.protobuf.Descriptors$FieldDescriptor valueField java.util.Collection elements boolean printedElement private void printSingleFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object) throws java.io.IOException com.google.protobuf.Descriptors$FieldDescriptor field Object value private void printSingleFieldValue (com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object, boolean) throws java.io.IOException Float floatValue Double doubleValue com.google.protobuf.Descriptors$FieldDescriptor field Object value boolean alwaysWithQuotes static synthetic void access$1000 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static synthetic void access$1100 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static synthetic void access$1200 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static synthetic void access$1300 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static synthetic void access$1400 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static synthetic void access$1500 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static synthetic void access$1600 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static synthetic void access$1700 (com.google.protobuf.util.JsonFormat$PrinterImpl, com.google.protobuf.MessageOrBuilder) throws java.io.IOException com.google.protobuf.util.JsonFormat$PrinterImpl x0 com.google.protobuf.MessageOrBuilder x1 static void <clinit> () }
com/google/protobuf/util/JsonFormat$TextGenerator.class
JsonFormat.java package com.google.protobuf.util abstract com.google.protobuf.util.JsonFormat$TextGenerator extends java.lang.Object { public abstract void indent () public abstract void outdent () public abstract void print (java.lang.CharSequence) throws java.io.IOException }
com/google/protobuf/util/JsonFormat$TypeRegistry$Builder.class
JsonFormat.java package com.google.protobuf.util public com.google.protobuf.util.JsonFormat$TypeRegistry$Builder extends java.lang.Object { private final java.util.Set files private final java.util.Map types private boolean built private void <init> () public com.google.protobuf.util.JsonFormat$TypeRegistry$Builder add (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor messageType public com.google.protobuf.util.JsonFormat$TypeRegistry$Builder add (java.lang.Iterable) com.google.protobuf.Descriptors$Descriptor type Iterable messageTypes public com.google.protobuf.util.JsonFormat$TypeRegistry build () private void addFile (com.google.protobuf.Descriptors$FileDescriptor) com.google.protobuf.Descriptors$FileDescriptor dependency com.google.protobuf.Descriptors$Descriptor message com.google.protobuf.Descriptors$FileDescriptor file private void addMessage (com.google.protobuf.Descriptors$Descriptor) com.google.protobuf.Descriptors$Descriptor nestedType com.google.protobuf.Descriptors$Descriptor message synthetic void <init> (com.google.protobuf.util.JsonFormat$1) com.google.protobuf.util.JsonFormat$1 x0 }
com/google/protobuf/util/JsonFormat$TypeRegistry$EmptyTypeRegistryHolder.class
JsonFormat.java package com.google.protobuf.util com.google.protobuf.util.JsonFormat$TypeRegistry$EmptyTypeRegistryHolder extends java.lang.Object { private static final com.google.protobuf.util.JsonFormat$TypeRegistry EMPTY private void <init> () static synthetic com.google.protobuf.util.JsonFormat$TypeRegistry access$300 () static void <clinit> () }
com/google/protobuf/util/JsonFormat$TypeRegistry.class
JsonFormat.java package com.google.protobuf.util public com.google.protobuf.util.JsonFormat$TypeRegistry extends java.lang.Object { private final java.util.Map types public static com.google.protobuf.util.JsonFormat$TypeRegistry getEmptyTypeRegistry () public static com.google.protobuf.util.JsonFormat$TypeRegistry$Builder newBuilder () public com.google.protobuf.Descriptors$Descriptor find (java.lang.String) String name com.google.protobuf.Descriptors$Descriptor getDescriptorForTypeUrl (java.lang.String) throws com.google.protobuf.InvalidProtocolBufferException String typeUrl private void <init> (java.util.Map) java.util.Map types synthetic void <init> (java.util.Map, com.google.protobuf.util.JsonFormat$1) java.util.Map x0 com.google.protobuf.util.JsonFormat$1 x1 }
com/google/protobuf/util/JsonFormat.class
JsonFormat.java package com.google.protobuf.util public com.google.protobuf.util.JsonFormat extends java.lang.Object { private static final java.util.logging.Logger logger private void <init> () public static com.google.protobuf.util.JsonFormat$Printer printer () public static com.google.protobuf.util.JsonFormat$Parser parser () private static java.lang.String unsignedToString (int) int value private static java.lang.String unsignedToString (long) long value private static java.lang.String getTypeName (java.lang.String) throws com.google.protobuf.InvalidProtocolBufferException String typeUrl String[] parts static synthetic java.lang.String access$500 (java.lang.String) throws com.google.protobuf.InvalidProtocolBufferException String x0 static synthetic java.util.logging.Logger access$600 () static synthetic java.lang.String access$1800 (int) int x0 static synthetic java.lang.String access$1900 (long) long x0 static void <clinit> () }
com/google/protobuf/util/Structs.class
Structs.java package com.google.protobuf.util public final com.google.protobuf.util.Structs extends java.lang.Object { public static com.google.protobuf.Struct of (java.lang.String, com.google.protobuf.Value) String k1 com.google.protobuf.Value v1 public static com.google.protobuf.Struct of (java.lang.String, com.google.protobuf.Value, java.lang.String, com.google.protobuf.Value) String k1 com.google.protobuf.Value v1 String k2 com.google.protobuf.Value v2 public static com.google.protobuf.Struct of (java.lang.String, com.google.protobuf.Value, java.lang.String, com.google.protobuf.Value, java.lang.String, com.google.protobuf.Value) String k1 com.google.protobuf.Value v1 String k2 com.google.protobuf.Value v2 String k3 com.google.protobuf.Value v3 private void <init> () }
com/google/protobuf/util/Timestamps$1.class
Timestamps.java package com.google.protobuf.util com.google.protobuf.util.Timestamps$1 extends java.lang.ThreadLocal { void <init> () protected java.text.SimpleDateFormat initialValue () protected volatile synthetic java.lang.Object initialValue () }
com/google/protobuf/util/Timestamps$TimestampComparator.class
Timestamps.java package com.google.protobuf.util final enum com.google.protobuf.util.Timestamps$TimestampComparator extends java.lang.Enum implements java.util.Comparator java.io.Serializable { public static final enum com.google.protobuf.util.Timestamps$TimestampComparator INSTANCE private static final synthetic com.google.protobuf.util.Timestamps$TimestampComparator[] $VALUES public static com.google.protobuf.util.Timestamps$TimestampComparator[] values () public static com.google.protobuf.util.Timestamps$TimestampComparator valueOf (java.lang.String) String name private void <init> (java.lang.String, int) public int compare (com.google.protobuf.Timestamp, com.google.protobuf.Timestamp) com.google.protobuf.Timestamp t1 com.google.protobuf.Timestamp t2 int secDiff public volatile synthetic int compare (java.lang.Object, java.lang.Object) private static synthetic com.google.protobuf.util.Timestamps$TimestampComparator[] $values () static void <clinit> () }
com/google/protobuf/util/Timestamps.class
Timestamps.java package com.google.protobuf.util public final com.google.protobuf.util.Timestamps extends java.lang.Object { static final long TIMESTAMP_SECONDS_MIN static final long TIMESTAMP_SECONDS_MAX static final int NANOS_PER_SECOND static final int NANOS_PER_MILLISECOND static final int NANOS_PER_MICROSECOND static final int MILLIS_PER_SECOND static final int MICROS_PER_SECOND public static final com.google.protobuf.Timestamp MIN_VALUE public static final com.google.protobuf.Timestamp MAX_VALUE public static final com.google.protobuf.Timestamp EPOCH private static final ThreadLocal timestampFormat private static java.text.SimpleDateFormat createTimestampFormat () java.text.SimpleDateFormat sdf java.util.GregorianCalendar calendar private void <init> () public static java.util.Comparator comparator () public static int compare (com.google.protobuf.Timestamp, com.google.protobuf.Timestamp) com.google.protobuf.Timestamp x com.google.protobuf.Timestamp y public static boolean isValid (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp timestamp public static boolean isValid (long, int) long seconds int nanos public static com.google.protobuf.Timestamp checkValid (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp timestamp long seconds int nanos public static com.google.protobuf.Timestamp checkValid (com.google.protobuf.Timestamp$Builder) com.google.protobuf.Timestamp$Builder timestampBuilder public static java.lang.String toString (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp timestamp long seconds int nanos StringBuilder result java.util.Date date public static com.google.protobuf.Timestamp parse (java.lang.String) throws java.text.ParseException String offsetValue long offset java.text.ParseException ex IllegalArgumentException e String value int dayOffset int timezoneOffsetPosition String timeValue String secondValue String nanoValue int pointPosition java.util.Date date long seconds int nanos public static com.google.protobuf.Timestamp parseUnchecked (java.lang.String) java.text.ParseException e String value public static com.google.protobuf.Timestamp fromSeconds (long) long seconds public static long toSeconds (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp timestamp public static com.google.protobuf.Timestamp fromMillis (long) long milliseconds public static com.google.protobuf.Timestamp fromDate (java.util.Date) java.sql.Timestamp sqlTimestamp long integralSeconds java.util.Date date public static long toMillis (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp timestamp public static com.google.protobuf.Timestamp fromMicros (long) long microseconds public static long toMicros (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp timestamp public static com.google.protobuf.Timestamp fromNanos (long) long nanoseconds public static long toNanos (com.google.protobuf.Timestamp) com.google.protobuf.Timestamp timestamp public static com.google.protobuf.Duration between (com.google.protobuf.Timestamp, com.google.protobuf.Timestamp) com.google.protobuf.Timestamp from com.google.protobuf.Timestamp to public static com.google.protobuf.Timestamp add (com.google.protobuf.Timestamp, com.google.protobuf.Duration) com.google.protobuf.Timestamp start com.google.protobuf.Duration length public static com.google.protobuf.Timestamp subtract (com.google.protobuf.Timestamp, com.google.protobuf.Duration) com.google.protobuf.Timestamp start com.google.protobuf.Duration length static com.google.protobuf.Timestamp normalizedTimestamp (long, int) long seconds int nanos com.google.protobuf.Timestamp timestamp private static long parseTimezoneOffset (java.lang.String) throws java.text.ParseException String value int pos String hours String minutes static int parseNanos (java.lang.String) throws java.text.ParseException int i String value int result static java.lang.String formatNanos (int) int nanos static synthetic java.text.SimpleDateFormat access$000 () static void <clinit> () }
com/google/protobuf/util/Values.class
Values.java package com.google.protobuf.util public final com.google.protobuf.util.Values extends java.lang.Object { private static final com.google.protobuf.Value NULL_VALUE public static com.google.protobuf.Value ofNull () public static com.google.protobuf.Value of (boolean) boolean value public static com.google.protobuf.Value of (double) double value public static com.google.protobuf.Value of (java.lang.String) String value public static com.google.protobuf.Value of (com.google.protobuf.Struct) com.google.protobuf.Struct value public static com.google.protobuf.Value of (com.google.protobuf.ListValue) com.google.protobuf.ListValue value public static com.google.protobuf.Value of (java.lang.Iterable) Iterable values com.google.protobuf.Value$Builder valueBuilder com.google.protobuf.ListValue$Builder listValue private void <init> () static void <clinit> () }
org/jacoco/
org/jacoco/core/
org/jacoco/core/tools/
org/jacoco/core/analysis/
org/jacoco/core/runtime/
org/jacoco/core/internal/
org/jacoco/core/internal/analysis/
org/jacoco/core/internal/analysis/filter/
org/jacoco/core/internal/data/
org/jacoco/core/internal/instr/
org/jacoco/core/internal/flow/
org/jacoco/core/data/
org/jacoco/core/instr/
about.html
org/jacoco/core/tools/ExecDumpClient.class
ExecDumpClient.java package org.jacoco.core.tools public org.jacoco.core.tools.ExecDumpClient extends java.lang.Object { private boolean dump private boolean reset private int retryCount private long retryDelay public void <init> () public void setDump (boolean) boolean dump public void setReset (boolean) boolean reset public void setRetryCount (int) int retryCount public void setRetryDelay (long) long retryDelay public org.jacoco.core.tools.ExecFileLoader dump (java.lang.String, int) throws java.io.IOException String address int port public org.jacoco.core.tools.ExecFileLoader dump (java.net.InetAddress, int) throws java.io.IOException org.jacoco.core.runtime.RemoteControlWriter remoteWriter org.jacoco.core.runtime.RemoteControlReader remoteReader java.net.InetAddress address int port org.jacoco.core.tools.ExecFileLoader loader java.net.Socket socket private java.net.Socket tryConnect (java.net.InetAddress, int) throws java.io.IOException java.io.IOException e java.net.InetAddress address int port int count private void sleep () throws java.io.InterruptedIOException InterruptedException e protected void onConnecting (java.net.InetAddress, int) java.net.InetAddress address int port protected void onConnectionFailure (java.io.IOException) java.io.IOException exception }
org/jacoco/core/tools/package-info.class
package-info.java package org.jacoco.core.tools abstract synthetic org.jacoco.core.tools.package-info extends java.lang.Object { }
org/jacoco/core/tools/ExecFileLoader.class
ExecFileLoader.java package org.jacoco.core.tools public org.jacoco.core.tools.ExecFileLoader extends java.lang.Object { private final org.jacoco.core.data.SessionInfoStore sessionInfos private final org.jacoco.core.data.ExecutionDataStore executionData public void <init> () public void load (java.io.InputStream) throws java.io.IOException java.io.InputStream stream org.jacoco.core.data.ExecutionDataReader reader public void load (java.io.File) throws java.io.IOException java.io.File file java.io.InputStream stream public void save (java.io.OutputStream) throws java.io.IOException java.io.OutputStream stream org.jacoco.core.data.ExecutionDataWriter dataWriter public void save (java.io.File, boolean) throws java.io.IOException java.io.File file boolean append java.io.File folder java.io.FileOutputStream fileStream java.io.OutputStream bufferedStream public org.jacoco.core.data.SessionInfoStore getSessionInfoStore () public org.jacoco.core.data.ExecutionDataStore getExecutionDataStore () }
org/jacoco/core/analysis/ICoverageVisitor.class
ICoverageVisitor.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.ICoverageVisitor extends java.lang.Object { public abstract void visitCoverage (org.jacoco.core.analysis.IClassCoverage) }
org/jacoco/core/analysis/ICoverageNode$ElementType.class
ICoverageNode.java package org.jacoco.core.analysis public final enum org.jacoco.core.analysis.ICoverageNode$ElementType extends java.lang.Enum { public static final enum org.jacoco.core.analysis.ICoverageNode$ElementType METHOD public static final enum org.jacoco.core.analysis.ICoverageNode$ElementType CLASS public static final enum org.jacoco.core.analysis.ICoverageNode$ElementType SOURCEFILE public static final enum org.jacoco.core.analysis.ICoverageNode$ElementType PACKAGE public static final enum org.jacoco.core.analysis.ICoverageNode$ElementType BUNDLE public static final enum org.jacoco.core.analysis.ICoverageNode$ElementType GROUP private static final synthetic org.jacoco.core.analysis.ICoverageNode$ElementType[] $VALUES public static org.jacoco.core.analysis.ICoverageNode$ElementType[] values () public static org.jacoco.core.analysis.ICoverageNode$ElementType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/jacoco/core/analysis/IPackageCoverage.class
IPackageCoverage.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.IPackageCoverage extends java.lang.Object implements org.jacoco.core.analysis.ICoverageNode { public abstract java.util.Collection getClasses () public abstract java.util.Collection getSourceFiles () }
org/jacoco/core/analysis/IClassCoverage.class
IClassCoverage.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.IClassCoverage extends java.lang.Object implements org.jacoco.core.analysis.ISourceNode { public abstract long getId () public abstract boolean isNoMatch () public abstract java.lang.String getSignature () public abstract java.lang.String getSuperName () public abstract java.lang.String[] getInterfaceNames () public abstract java.lang.String getPackageName () public abstract java.lang.String getSourceFileName () public abstract java.util.Collection getMethods () }
org/jacoco/core/analysis/ICoverageNode.class
ICoverageNode.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.ICoverageNode extends java.lang.Object { public abstract org.jacoco.core.analysis.ICoverageNode$ElementType getElementType () public abstract java.lang.String getName () public abstract org.jacoco.core.analysis.ICounter getInstructionCounter () public abstract org.jacoco.core.analysis.ICounter getBranchCounter () public abstract org.jacoco.core.analysis.ICounter getLineCounter () public abstract org.jacoco.core.analysis.ICounter getComplexityCounter () public abstract org.jacoco.core.analysis.ICounter getMethodCounter () public abstract org.jacoco.core.analysis.ICounter getClassCounter () public abstract org.jacoco.core.analysis.ICounter getCounter (org.jacoco.core.analysis.ICoverageNode$CounterEntity) public abstract boolean containsCode () public abstract org.jacoco.core.analysis.ICoverageNode getPlainCopy () }
org/jacoco/core/analysis/Analyzer$1.class
Analyzer.java package org.jacoco.core.analysis org.jacoco.core.analysis.Analyzer$1 extends org.jacoco.core.internal.analysis.ClassAnalyzer { final synthetic org.jacoco.core.internal.analysis.ClassCoverageImpl val$coverage final synthetic org.jacoco.core.analysis.Analyzer this$0 void <init> (org.jacoco.core.analysis.Analyzer, org.jacoco.core.internal.analysis.ClassCoverageImpl, boolean[], org.jacoco.core.internal.analysis.StringPool, org.jacoco.core.internal.analysis.ClassCoverageImpl) org.jacoco.core.analysis.Analyzer this$0 org.jacoco.core.internal.analysis.ClassCoverageImpl coverage boolean[] probes org.jacoco.core.internal.analysis.StringPool stringPool public void visitEnd () }
org/jacoco/core/analysis/CounterComparator.class
CounterComparator.java package org.jacoco.core.analysis public org.jacoco.core.analysis.CounterComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable { private static final long serialVersionUID public static final org.jacoco.core.analysis.CounterComparator TOTALITEMS public static final org.jacoco.core.analysis.CounterComparator COVEREDITEMS public static final org.jacoco.core.analysis.CounterComparator MISSEDITEMS public static final org.jacoco.core.analysis.CounterComparator COVEREDRATIO public static final org.jacoco.core.analysis.CounterComparator MISSEDRATIO private final org.jacoco.core.analysis.ICounter$CounterValue value private final boolean reverse private void <init> (org.jacoco.core.analysis.ICounter$CounterValue) org.jacoco.core.analysis.ICounter$CounterValue value private void <init> (org.jacoco.core.analysis.ICounter$CounterValue, boolean) org.jacoco.core.analysis.ICounter$CounterValue value boolean reverse public int compare (org.jacoco.core.analysis.ICounter, org.jacoco.core.analysis.ICounter) org.jacoco.core.analysis.ICounter c1 org.jacoco.core.analysis.ICounter c2 int cmp public org.jacoco.core.analysis.CounterComparator reverse () public org.jacoco.core.analysis.NodeComparator on (org.jacoco.core.analysis.ICoverageNode$CounterEntity) org.jacoco.core.analysis.ICoverageNode$CounterEntity entity public volatile synthetic int compare (java.lang.Object, java.lang.Object) static void <clinit> () }
org/jacoco/core/analysis/NodeComparator$1.class
NodeComparator.java package org.jacoco.core.analysis org.jacoco.core.analysis.NodeComparator$1 extends org.jacoco.core.analysis.NodeComparator { private static final long serialVersionUID final synthetic java.util.Comparator val$first final synthetic java.util.Comparator val$second final synthetic org.jacoco.core.analysis.NodeComparator this$0 void <init> (org.jacoco.core.analysis.NodeComparator, java.util.Comparator, org.jacoco.core.analysis.ICoverageNode$CounterEntity, java.util.Comparator, java.util.Comparator) org.jacoco.core.analysis.NodeComparator this$0 java.util.Comparator counterComparator org.jacoco.core.analysis.ICoverageNode$CounterEntity entity public int compare (org.jacoco.core.analysis.ICoverageNode, org.jacoco.core.analysis.ICoverageNode) org.jacoco.core.analysis.ICoverageNode o1 org.jacoco.core.analysis.ICoverageNode o2 int result public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/jacoco/core/analysis/CoverageNodeImpl.class
CoverageNodeImpl.java package org.jacoco.core.analysis public org.jacoco.core.analysis.CoverageNodeImpl extends java.lang.Object implements org.jacoco.core.analysis.ICoverageNode { private final org.jacoco.core.analysis.ICoverageNode$ElementType elementType private final String name protected org.jacoco.core.internal.analysis.CounterImpl branchCounter protected org.jacoco.core.internal.analysis.CounterImpl instructionCounter protected org.jacoco.core.internal.analysis.CounterImpl lineCounter protected org.jacoco.core.internal.analysis.CounterImpl complexityCounter protected org.jacoco.core.internal.analysis.CounterImpl methodCounter protected org.jacoco.core.internal.analysis.CounterImpl classCounter public void <init> (org.jacoco.core.analysis.ICoverageNode$ElementType, java.lang.String) org.jacoco.core.analysis.ICoverageNode$ElementType elementType String name public void increment (org.jacoco.core.analysis.ICoverageNode) org.jacoco.core.analysis.ICoverageNode child public void increment (java.util.Collection) org.jacoco.core.analysis.ICoverageNode child java.util.Collection children public org.jacoco.core.analysis.ICoverageNode$ElementType getElementType () public java.lang.String getName () public org.jacoco.core.analysis.ICounter getInstructionCounter () public org.jacoco.core.analysis.ICounter getBranchCounter () public org.jacoco.core.analysis.ICounter getLineCounter () public org.jacoco.core.analysis.ICounter getComplexityCounter () public org.jacoco.core.analysis.ICounter getMethodCounter () public org.jacoco.core.analysis.ICounter getClassCounter () public org.jacoco.core.analysis.ICounter getCounter (org.jacoco.core.analysis.ICoverageNode$CounterEntity) org.jacoco.core.analysis.ICoverageNode$CounterEntity entity public boolean containsCode () public org.jacoco.core.analysis.ICoverageNode getPlainCopy () org.jacoco.core.analysis.CoverageNodeImpl copy public java.lang.String toString () StringBuilder sb }
org/jacoco/core/analysis/ICoverageNode$CounterEntity.class
ICoverageNode.java package org.jacoco.core.analysis public final enum org.jacoco.core.analysis.ICoverageNode$CounterEntity extends java.lang.Enum { public static final enum org.jacoco.core.analysis.ICoverageNode$CounterEntity INSTRUCTION public static final enum org.jacoco.core.analysis.ICoverageNode$CounterEntity BRANCH public static final enum org.jacoco.core.analysis.ICoverageNode$CounterEntity LINE public static final enum org.jacoco.core.analysis.ICoverageNode$CounterEntity COMPLEXITY public static final enum org.jacoco.core.analysis.ICoverageNode$CounterEntity METHOD public static final enum org.jacoco.core.analysis.ICoverageNode$CounterEntity CLASS private static final synthetic org.jacoco.core.analysis.ICoverageNode$CounterEntity[] $VALUES public static org.jacoco.core.analysis.ICoverageNode$CounterEntity[] values () public static org.jacoco.core.analysis.ICoverageNode$CounterEntity valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/jacoco/core/analysis/Analyzer.class
Analyzer.java package org.jacoco.core.analysis public org.jacoco.core.analysis.Analyzer extends java.lang.Object { private final org.jacoco.core.data.ExecutionDataStore executionData private final org.jacoco.core.analysis.ICoverageVisitor coverageVisitor private final org.jacoco.core.internal.analysis.StringPool stringPool public void <init> (org.jacoco.core.data.ExecutionDataStore, org.jacoco.core.analysis.ICoverageVisitor) org.jacoco.core.data.ExecutionDataStore executionData org.jacoco.core.analysis.ICoverageVisitor coverageVisitor private org.objectweb.asm.ClassVisitor createAnalyzingVisitor (long, java.lang.String) boolean[] probes boolean noMatch long classid String className org.jacoco.core.data.ExecutionData data boolean[] probes boolean noMatch org.jacoco.core.internal.analysis.ClassCoverageImpl coverage org.jacoco.core.internal.analysis.ClassAnalyzer analyzer private void analyzeClass (byte[]) byte[] source long classId org.objectweb.asm.ClassReader reader org.objectweb.asm.ClassVisitor visitor public void analyzeClass (byte[], java.lang.String) throws java.io.IOException RuntimeException cause byte[] buffer String location public void analyzeClass (java.io.InputStream, java.lang.String) throws java.io.IOException byte[] buffer java.io.IOException e java.io.InputStream input String location byte[] buffer private java.io.IOException analyzerError (java.lang.String, java.lang.Exception) String location Exception cause java.io.IOException ex public int analyzeAll (java.io.InputStream, java.lang.String) throws java.io.IOException org.jacoco.core.internal.ContentTypeDetector detector java.io.IOException e java.io.InputStream input String location org.jacoco.core.internal.ContentTypeDetector detector public int analyzeAll (java.io.File) throws java.io.IOException java.io.File f java.io.InputStream in java.io.File file int count public int analyzeAll (java.lang.String, java.io.File) throws java.io.IOException String path java.io.File basedir int count java.util.StringTokenizer st private int analyzeZip (java.io.InputStream, java.lang.String) throws java.io.IOException java.io.InputStream input String location java.util.zip.ZipInputStream zip java.util.zip.ZipEntry entry int count private java.util.zip.ZipEntry nextEntry (java.util.zip.ZipInputStream, java.lang.String) throws java.io.IOException java.io.IOException e java.util.zip.ZipInputStream input String location private int analyzeGzip (java.io.InputStream, java.lang.String) throws java.io.IOException java.util.zip.GZIPInputStream gzipInputStream java.io.IOException e java.io.InputStream input String location java.util.zip.GZIPInputStream gzipInputStream private int analyzePack200 (java.io.InputStream, java.lang.String) throws java.io.IOException java.io.InputStream unpackedInput java.io.IOException e java.io.InputStream input String location java.io.InputStream unpackedInput static synthetic org.jacoco.core.analysis.ICoverageVisitor access$000 (org.jacoco.core.analysis.Analyzer) org.jacoco.core.analysis.Analyzer x0 }
org/jacoco/core/analysis/ISourceFileCoverage.class
ISourceFileCoverage.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.ISourceFileCoverage extends java.lang.Object implements org.jacoco.core.analysis.ISourceNode { public abstract java.lang.String getPackageName () }
org/jacoco/core/analysis/CoverageNodeImpl$1.class
CoverageNodeImpl.java package org.jacoco.core.analysis synthetic org.jacoco.core.analysis.CoverageNodeImpl$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$jacoco$core$analysis$ICoverageNode$CounterEntity static void <clinit> () }
org/jacoco/core/analysis/package-info.class
package-info.java package org.jacoco.core.analysis abstract synthetic org.jacoco.core.analysis.package-info extends java.lang.Object { }
org/jacoco/core/analysis/NodeComparator.class
NodeComparator.java package org.jacoco.core.analysis public org.jacoco.core.analysis.NodeComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable { private static final long serialVersionUID private final java.util.Comparator counterComparator private final org.jacoco.core.analysis.ICoverageNode$CounterEntity entity void <init> (java.util.Comparator, org.jacoco.core.analysis.ICoverageNode$CounterEntity) java.util.Comparator counterComparator org.jacoco.core.analysis.ICoverageNode$CounterEntity entity public org.jacoco.core.analysis.NodeComparator second (java.util.Comparator) java.util.Comparator second java.util.Comparator first public java.util.List sort (java.util.Collection) java.util.Collection summaries java.util.List result public int compare (org.jacoco.core.analysis.ICoverageNode, org.jacoco.core.analysis.ICoverageNode) org.jacoco.core.analysis.ICoverageNode n1 org.jacoco.core.analysis.ICoverageNode n2 org.jacoco.core.analysis.ICounter c1 org.jacoco.core.analysis.ICounter c2 public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/jacoco/core/analysis/ILine.class
ILine.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.ILine extends java.lang.Object { public abstract org.jacoco.core.analysis.ICounter getInstructionCounter () public abstract org.jacoco.core.analysis.ICounter getBranchCounter () public abstract int getStatus () }
org/jacoco/core/analysis/ISourceNode.class
ISourceNode.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.ISourceNode extends java.lang.Object implements org.jacoco.core.analysis.ICoverageNode { public static final int UNKNOWN_LINE public abstract int getFirstLine () public abstract int getLastLine () public abstract org.jacoco.core.analysis.ILine getLine (int) }
org/jacoco/core/analysis/ICounter.class
ICounter.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.ICounter extends java.lang.Object { public static final int EMPTY public static final int NOT_COVERED public static final int FULLY_COVERED public static final int PARTLY_COVERED public abstract double getValue (org.jacoco.core.analysis.ICounter$CounterValue) public abstract int getTotalCount () public abstract int getCoveredCount () public abstract int getMissedCount () public abstract double getCoveredRatio () public abstract double getMissedRatio () public abstract int getStatus () }
org/jacoco/core/analysis/IMethodCoverage.class
IMethodCoverage.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.IMethodCoverage extends java.lang.Object implements org.jacoco.core.analysis.ISourceNode { public abstract java.lang.String getDesc () public abstract java.lang.String getSignature () }
org/jacoco/core/analysis/IBundleCoverage.class
IBundleCoverage.java package org.jacoco.core.analysis public abstract org.jacoco.core.analysis.IBundleCoverage extends java.lang.Object implements org.jacoco.core.analysis.ICoverageNode { public abstract java.util.Collection getPackages () }
org/jacoco/core/analysis/ICounter$CounterValue.class
ICounter.java package org.jacoco.core.analysis public final enum org.jacoco.core.analysis.ICounter$CounterValue extends java.lang.Enum { public static final enum org.jacoco.core.analysis.ICounter$CounterValue TOTALCOUNT public static final enum org.jacoco.core.analysis.ICounter$CounterValue MISSEDCOUNT public static final enum org.jacoco.core.analysis.ICounter$CounterValue COVEREDCOUNT public static final enum org.jacoco.core.analysis.ICounter$CounterValue MISSEDRATIO public static final enum org.jacoco.core.analysis.ICounter$CounterValue COVEREDRATIO private static final synthetic org.jacoco.core.analysis.ICounter$CounterValue[] $VALUES public static org.jacoco.core.analysis.ICounter$CounterValue[] values () public static org.jacoco.core.analysis.ICounter$CounterValue valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/jacoco/core/analysis/CoverageBuilder.class
CoverageBuilder.java package org.jacoco.core.analysis public org.jacoco.core.analysis.CoverageBuilder extends java.lang.Object implements org.jacoco.core.analysis.ICoverageVisitor { private final java.util.Map classes private final java.util.Map sourcefiles public void <init> () public java.util.Collection getClasses () public java.util.Collection getSourceFiles () public org.jacoco.core.analysis.IBundleCoverage getBundle (java.lang.String) String name public java.util.Collection getNoMatchClasses () org.jacoco.core.analysis.IClassCoverage c java.util.Collection result public void visitCoverage (org.jacoco.core.analysis.IClassCoverage) org.jacoco.core.internal.analysis.SourceFileCoverageImpl sourceFile String source org.jacoco.core.analysis.IClassCoverage coverage String name org.jacoco.core.analysis.IClassCoverage dup private org.jacoco.core.internal.analysis.SourceFileCoverageImpl getSourceFile (java.lang.String, java.lang.String) String filename String packagename String key org.jacoco.core.internal.analysis.SourceFileCoverageImpl sourcefile }
org/jacoco/core/jacoco.properties
org/jacoco/core/runtime/AbstractRuntime.class
AbstractRuntime.java package org.jacoco.core.runtime public abstract org.jacoco.core.runtime.AbstractRuntime extends java.lang.Object implements org.jacoco.core.runtime.IRuntime { protected org.jacoco.core.runtime.RuntimeData data private static final java.util.Random RANDOM public void <init> () public void startup (org.jacoco.core.runtime.RuntimeData) throws java.lang.Exception org.jacoco.core.runtime.RuntimeData data public static java.lang.String createRandomId () static void <clinit> () }
org/jacoco/core/runtime/LoggerRuntime$1.class
LoggerRuntime.java package org.jacoco.core.runtime synthetic org.jacoco.core.runtime.LoggerRuntime$1 extends java.lang.Object { }
org/jacoco/core/runtime/ModifiedSystemClassRuntime.class
ModifiedSystemClassRuntime.java package org.jacoco.core.runtime public org.jacoco.core.runtime.ModifiedSystemClassRuntime extends org.jacoco.core.runtime.AbstractRuntime { private static final String ACCESS_FIELD_TYPE private final Class systemClass private final String systemClassName private final String accessFieldName public void <init> (java.lang.Class, java.lang.String) Class systemClass String accessFieldName public void startup (org.jacoco.core.runtime.RuntimeData) throws java.lang.Exception org.jacoco.core.runtime.RuntimeData data java.lang.reflect.Field field public void shutdown () public int generateDataAccessor (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) long classid String classname int probecount org.objectweb.asm.MethodVisitor mv public static org.jacoco.core.runtime.IRuntime createFor (java.lang.instrument.Instrumentation, java.lang.String) throws java.lang.ClassNotFoundException java.lang.instrument.Instrumentation inst String className public static org.jacoco.core.runtime.IRuntime createFor (java.lang.instrument.Instrumentation, java.lang.String, java.lang.String) throws java.lang.ClassNotFoundException NoSuchFieldException e java.lang.instrument.Instrumentation inst String className String accessFieldName java.lang.instrument.ClassFileTransformer transformer Class clazz public static byte[] instrument (byte[], java.lang.String) byte[] source String accessFieldName org.objectweb.asm.ClassReader reader org.objectweb.asm.ClassWriter writer private static void createDataField (org.objectweb.asm.ClassVisitor, java.lang.String) org.objectweb.asm.ClassVisitor visitor String dataField static synthetic void access$000 (org.objectweb.asm.ClassVisitor, java.lang.String) org.objectweb.asm.ClassVisitor x0 String x1 }
org/jacoco/core/runtime/IRuntime.class
IRuntime.java package org.jacoco.core.runtime public abstract org.jacoco.core.runtime.IRuntime extends java.lang.Object implements org.jacoco.core.runtime.IExecutionDataAccessorGenerator { public abstract void startup (org.jacoco.core.runtime.RuntimeData) throws java.lang.Exception public abstract void shutdown () }
org/jacoco/core/runtime/CommandLineSupport.class
CommandLineSupport.java package org.jacoco.core.runtime final org.jacoco.core.runtime.CommandLineSupport extends java.lang.Object { private static final char BLANK private static final char QUOTE private static final char SLASH private static final int M_STRIP_WHITESPACE private static final int M_PARSE_ARGUMENT private static final int M_ESCAPED static java.lang.String quote (java.lang.String) char c String arg StringBuilder escaped static java.lang.String quote (java.util.List) String arg java.util.List args StringBuilder result boolean separate static java.util.List split (java.lang.String) char c String commandline java.util.List args StringBuilder current int mode int endChar private static void addArgument (java.util.List, java.lang.StringBuilder) java.util.List args StringBuilder current private void <init> () }
org/jacoco/core/runtime/IRemoteCommandVisitor.class
IRemoteCommandVisitor.java package org.jacoco.core.runtime public abstract org.jacoco.core.runtime.IRemoteCommandVisitor extends java.lang.Object { public abstract void visitDumpCommand (boolean, boolean) throws java.io.IOException }
org/jacoco/core/runtime/LoggerRuntime$RuntimeHandler.class
LoggerRuntime.java package org.jacoco.core.runtime org.jacoco.core.runtime.LoggerRuntime$RuntimeHandler extends java.util.logging.Handler { final synthetic org.jacoco.core.runtime.LoggerRuntime this$0 private void <init> (org.jacoco.core.runtime.LoggerRuntime) public void publish (java.util.logging.LogRecord) java.util.logging.LogRecord record public void flush () public void close () throws java.lang.SecurityException synthetic void <init> (org.jacoco.core.runtime.LoggerRuntime, org.jacoco.core.runtime.LoggerRuntime$1) org.jacoco.core.runtime.LoggerRuntime x0 org.jacoco.core.runtime.LoggerRuntime$1 x1 }
org/jacoco/core/runtime/RemoteControlReader.class
RemoteControlReader.java package org.jacoco.core.runtime public org.jacoco.core.runtime.RemoteControlReader extends org.jacoco.core.data.ExecutionDataReader { private org.jacoco.core.runtime.IRemoteCommandVisitor remoteCommandVisitor public void <init> (java.io.InputStream) throws java.io.IOException java.io.InputStream input protected boolean readBlock (byte) throws java.io.IOException byte blockid public void setRemoteCommandVisitor (org.jacoco.core.runtime.IRemoteCommandVisitor) org.jacoco.core.runtime.IRemoteCommandVisitor visitor private void readDumpCommand () throws java.io.IOException boolean dump boolean reset }
org/jacoco/core/runtime/IExecutionDataAccessorGenerator.class
IExecutionDataAccessorGenerator.java package org.jacoco.core.runtime public abstract org.jacoco.core.runtime.IExecutionDataAccessorGenerator extends java.lang.Object { public abstract int generateDataAccessor (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) }
org/jacoco/core/runtime/LoggerRuntime.class
LoggerRuntime.java package org.jacoco.core.runtime public org.jacoco.core.runtime.LoggerRuntime extends org.jacoco.core.runtime.AbstractRuntime { private static final String CHANNEL private final String key private final java.util.logging.Logger logger private final java.util.logging.Handler handler public void <init> () private java.util.logging.Logger configureLogger () java.util.logging.Logger l public int generateDataAccessor (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) long classid String classname int probecount org.objectweb.asm.MethodVisitor mv public void startup (org.jacoco.core.runtime.RuntimeData) throws java.lang.Exception org.jacoco.core.runtime.RuntimeData data public void shutdown () static synthetic java.lang.String access$100 (org.jacoco.core.runtime.LoggerRuntime) org.jacoco.core.runtime.LoggerRuntime x0 static synthetic java.util.logging.Handler access$200 (org.jacoco.core.runtime.LoggerRuntime) org.jacoco.core.runtime.LoggerRuntime x0 static synthetic java.util.logging.Logger access$300 (org.jacoco.core.runtime.LoggerRuntime) org.jacoco.core.runtime.LoggerRuntime x0 }
org/jacoco/core/runtime/OfflineInstrumentationAccessGenerator.class
OfflineInstrumentationAccessGenerator.java package org.jacoco.core.runtime public org.jacoco.core.runtime.OfflineInstrumentationAccessGenerator extends java.lang.Object implements org.jacoco.core.runtime.IExecutionDataAccessorGenerator { private final String runtimeClassName public void <init> () void <init> (java.lang.String) String runtimeClassName public int generateDataAccessor (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) long classid String classname int probecount org.objectweb.asm.MethodVisitor mv }
org/jacoco/core/runtime/RemoteControlWriter.class
RemoteControlWriter.java package org.jacoco.core.runtime public org.jacoco.core.runtime.RemoteControlWriter extends org.jacoco.core.data.ExecutionDataWriter implements org.jacoco.core.runtime.IRemoteCommandVisitor { public static final byte BLOCK_CMDOK public static final byte BLOCK_CMDDUMP public void <init> (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output public void sendCmdOk () throws java.io.IOException public void visitDumpCommand (boolean, boolean) throws java.io.IOException boolean dump boolean reset }
org/jacoco/core/runtime/package-info.class
package-info.java package org.jacoco.core.runtime abstract synthetic org.jacoco.core.runtime.package-info extends java.lang.Object { }
org/jacoco/core/runtime/InjectedClassRuntime.class
InjectedClassRuntime.java package org.jacoco.core.runtime public org.jacoco.core.runtime.InjectedClassRuntime extends org.jacoco.core.runtime.AbstractRuntime { private static final String FIELD_NAME private static final String FIELD_TYPE private final Class locator private final String injectedClassName public void <init> (java.lang.Class, java.lang.String) Class locator String simpleClassName public void startup (org.jacoco.core.runtime.RuntimeData) throws java.lang.Exception org.jacoco.core.runtime.RuntimeData data public void shutdown () public int generateDataAccessor (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) long classid String classname int probecount org.objectweb.asm.MethodVisitor mv private static byte[] createClass (java.lang.String) String name org.objectweb.asm.ClassWriter cw }
org/jacoco/core/runtime/WildcardMatcher.class
WildcardMatcher.java package org.jacoco.core.runtime public org.jacoco.core.runtime.WildcardMatcher extends java.lang.Object { private final java.util.regex.Pattern pattern public void <init> (java.lang.String) String part String expression String[] parts StringBuilder regex boolean next private static java.lang.CharSequence toRegex (java.lang.String) char c String expression StringBuilder regex public boolean matches (java.lang.String) String s }
org/jacoco/core/runtime/ModifiedSystemClassRuntime$1.class
ModifiedSystemClassRuntime.java package org.jacoco.core.runtime org.jacoco.core.runtime.ModifiedSystemClassRuntime$1 extends java.lang.Object implements java.lang.instrument.ClassFileTransformer { final synthetic String val$className final synthetic String val$accessFieldName void <init> (java.lang.String, java.lang.String) public byte[] transform (java.lang.ClassLoader, java.lang.String, java.lang.Class, java.security.ProtectionDomain, byte[]) throws java.lang.instrument.IllegalClassFormatException ClassLoader loader String name Class classBeingRedefined java.security.ProtectionDomain protectionDomain byte[] source }
org/jacoco/core/runtime/AgentOptions$OutputMode.class
AgentOptions.java package org.jacoco.core.runtime public final enum org.jacoco.core.runtime.AgentOptions$OutputMode extends java.lang.Enum { public static final enum org.jacoco.core.runtime.AgentOptions$OutputMode file public static final enum org.jacoco.core.runtime.AgentOptions$OutputMode tcpserver public static final enum org.jacoco.core.runtime.AgentOptions$OutputMode tcpclient public static final enum org.jacoco.core.runtime.AgentOptions$OutputMode none private static final synthetic org.jacoco.core.runtime.AgentOptions$OutputMode[] $VALUES public static org.jacoco.core.runtime.AgentOptions$OutputMode[] values () public static org.jacoco.core.runtime.AgentOptions$OutputMode valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/jacoco/core/runtime/SystemPropertiesRuntime.class
SystemPropertiesRuntime.java package org.jacoco.core.runtime public org.jacoco.core.runtime.SystemPropertiesRuntime extends org.jacoco.core.runtime.AbstractRuntime { private static final String KEYPREFIX private final String key public void <init> () public int generateDataAccessor (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) long classid String classname int probecount org.objectweb.asm.MethodVisitor mv public void startup (org.jacoco.core.runtime.RuntimeData) throws java.lang.Exception org.jacoco.core.runtime.RuntimeData data public void shutdown () }
org/jacoco/core/runtime/AgentOptions.class
AgentOptions.java package org.jacoco.core.runtime public final org.jacoco.core.runtime.AgentOptions extends java.lang.Object { public static final String DESTFILE public static final String DEFAULT_DESTFILE public static final String APPEND public static final String INCLUDES public static final String EXCLUDES public static final String EXCLCLASSLOADER public static final String INCLBOOTSTRAPCLASSES public static final String INCLNOLOCATIONCLASSES public static final String SESSIONID public static final String DUMPONEXIT public static final String OUTPUT private static final java.util.regex.Pattern OPTION_SPLIT public static final String ADDRESS public static final String DEFAULT_ADDRESS public static final String PORT public static final int DEFAULT_PORT public static final String CLASSDUMPDIR public static final String JMX private static final java.util.Collection VALID_OPTIONS private final java.util.Map options public void <init> () public void <init> (java.lang.String) int pos String key String value String entry String optionstr public void <init> (java.util.Properties) String value String key java.util.Properties properties private void validateAll () private void validatePort (int) int port public java.lang.String getDestfile () public void setDestfile (java.lang.String) String destfile public boolean getAppend () public void setAppend (boolean) boolean append public java.lang.String getIncludes () public void setIncludes (java.lang.String) String includes public java.lang.String getExcludes () public void setExcludes (java.lang.String) String excludes public java.lang.String getExclClassloader () public void setExclClassloader (java.lang.String) String expression public boolean getInclBootstrapClasses () public void setInclBootstrapClasses (boolean) boolean include public boolean getInclNoLocationClasses () public void setInclNoLocationClasses (boolean) boolean include public java.lang.String getSessionId () public void setSessionId (java.lang.String) String id public boolean getDumpOnExit () public void setDumpOnExit (boolean) boolean dumpOnExit public int getPort () public void setPort (int) int port public java.lang.String getAddress () public void setAddress (java.lang.String) String address public org.jacoco.core.runtime.AgentOptions$OutputMode getOutput () String value public void setOutput (java.lang.String) String output public void setOutput (org.jacoco.core.runtime.AgentOptions$OutputMode) org.jacoco.core.runtime.AgentOptions$OutputMode output public java.lang.String getClassDumpDir () public void setClassDumpDir (java.lang.String) String location public boolean getJmx () public void setJmx (boolean) boolean jmx private void setOption (java.lang.String, int) String key int value private void setOption (java.lang.String, boolean) String key boolean value private void setOption (java.lang.String, java.lang.String) String key String value private java.lang.String getOption (java.lang.String, java.lang.String) String key String defaultValue String value private boolean getOption (java.lang.String, boolean) String key boolean defaultValue String value private int getOption (java.lang.String, int) String key int defaultValue String value public java.lang.String getVMArgument (java.io.File) java.io.File agentJarFile public java.lang.String getQuotedVMArgument (java.io.File) java.io.File agentJarFile public java.lang.String prependVMArguments (java.lang.String, java.io.File) java.util.Iterator i String arguments java.io.File agentJarFile java.util.List args String plainAgent public java.lang.String toString () String value String key StringBuilder sb static void <clinit> () }
org/jacoco/core/runtime/RuntimeData.class
RuntimeData.java package org.jacoco.core.runtime public org.jacoco.core.runtime.RuntimeData extends java.lang.Object { protected final org.jacoco.core.data.ExecutionDataStore store private long startTimeStamp private String sessionId public void <init> () public void setSessionId (java.lang.String) String id public java.lang.String getSessionId () public final void collect (org.jacoco.core.data.IExecutionDataVisitor, org.jacoco.core.data.ISessionInfoVisitor, boolean) org.jacoco.core.data.SessionInfo info org.jacoco.core.data.IExecutionDataVisitor executionDataVisitor org.jacoco.core.data.ISessionInfoVisitor sessionInfoVisitor boolean reset public final void reset () public org.jacoco.core.data.ExecutionData getExecutionData (java.lang.Long, java.lang.String, int) Long id String name int probecount public void getProbes (java.lang.Object[]) Object[] args Long classid String name int probecount public boolean equals (java.lang.Object) Object args public static void generateArgumentArray (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) long classid String classname int probecount org.objectweb.asm.MethodVisitor mv public static void generateAccessCall (long, java.lang.String, int, org.objectweb.asm.MethodVisitor) long classid String classname int probecount org.objectweb.asm.MethodVisitor mv }
org/jacoco/core/runtime/ModifiedSystemClassRuntime$2.class
ModifiedSystemClassRuntime.java package org.jacoco.core.runtime org.jacoco.core.runtime.ModifiedSystemClassRuntime$2 extends org.objectweb.asm.ClassVisitor { final synthetic String val$accessFieldName void <init> (int, org.objectweb.asm.ClassVisitor, java.lang.String) int arg0 org.objectweb.asm.ClassVisitor arg1 public void visitEnd () }
org/jacoco/core/runtime/InjectedClassRuntime$Lookup.class
InjectedClassRuntime.java package org.jacoco.core.runtime org.jacoco.core.runtime.InjectedClassRuntime$Lookup extends java.lang.Object { private final Object instance private void <init> (java.lang.Object) Object instance static org.jacoco.core.runtime.InjectedClassRuntime$Lookup lookup () throws java.lang.Exception static org.jacoco.core.runtime.InjectedClassRuntime$Lookup privateLookupIn (java.lang.Class, org.jacoco.core.runtime.InjectedClassRuntime$Lookup) throws java.lang.Exception Class targetClass org.jacoco.core.runtime.InjectedClassRuntime$Lookup lookup java.lang.Class defineClass (byte[]) throws java.lang.Exception byte[] bytes }
org/jacoco/core/internal/InputStreams.class
InputStreams.java package org.jacoco.core.internal public final org.jacoco.core.internal.InputStreams extends java.lang.Object { private void <init> () public static byte[] readFully (java.io.InputStream) throws java.io.IOException int r java.io.InputStream is byte[] buf java.io.ByteArrayOutputStream out }
org/jacoco/core/internal/analysis/BundleCoverageImpl.class
BundleCoverageImpl.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.BundleCoverageImpl extends org.jacoco.core.analysis.CoverageNodeImpl implements org.jacoco.core.analysis.IBundleCoverage { private final java.util.Collection packages public void <init> (java.lang.String, java.util.Collection) String name java.util.Collection packages public void <init> (java.lang.String, java.util.Collection, java.util.Collection) String name java.util.Collection classes java.util.Collection sourcefiles private static java.util.Collection groupByPackage (java.util.Collection, java.util.Collection) org.jacoco.core.analysis.IClassCoverage c org.jacoco.core.analysis.ISourceFileCoverage s java.util.Collection c java.util.Collection s String name java.util.Collection classes java.util.Collection sourcefiles java.util.Map classesByPackage java.util.Map sourceFilesByPackage java.util.Set packageNames java.util.Collection result private static void addByName (java.util.Map, java.lang.String, java.lang.Object) java.util.Map map String name Object value java.util.Collection list public java.util.Collection getPackages () }
org/jacoco/core/internal/analysis/CounterImpl.class
CounterImpl.java package org.jacoco.core.internal.analysis public abstract org.jacoco.core.internal.analysis.CounterImpl extends java.lang.Object implements org.jacoco.core.analysis.ICounter { private static final int SINGLETON_LIMIT private static final org.jacoco.core.internal.analysis.CounterImpl[][] SINGLETONS public static final org.jacoco.core.internal.analysis.CounterImpl COUNTER_0_0 public static final org.jacoco.core.internal.analysis.CounterImpl COUNTER_1_0 public static final org.jacoco.core.internal.analysis.CounterImpl COUNTER_0_1 protected int missed protected int covered public static org.jacoco.core.internal.analysis.CounterImpl getInstance (int, int) int missed int covered public static org.jacoco.core.internal.analysis.CounterImpl getInstance (org.jacoco.core.analysis.ICounter) org.jacoco.core.analysis.ICounter counter protected void <init> (int, int) int missed int covered public org.jacoco.core.internal.analysis.CounterImpl increment (org.jacoco.core.analysis.ICounter) org.jacoco.core.analysis.ICounter counter public abstract org.jacoco.core.internal.analysis.CounterImpl increment (int, int) public double getValue (org.jacoco.core.analysis.ICounter$CounterValue) org.jacoco.core.analysis.ICounter$CounterValue value public int getTotalCount () public int getCoveredCount () public int getMissedCount () public double getCoveredRatio () public double getMissedRatio () public int getStatus () int status public boolean equals (java.lang.Object) org.jacoco.core.analysis.ICounter that Object obj public int hashCode () public java.lang.String toString () StringBuilder b static void <clinit> () int j int i }
org/jacoco/core/internal/analysis/ClassCoverageImpl.class
ClassCoverageImpl.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.ClassCoverageImpl extends org.jacoco.core.internal.analysis.SourceNodeImpl implements org.jacoco.core.analysis.IClassCoverage { private final long id private final boolean noMatch private final java.util.Collection methods private String signature private String superName private String[] interfaces private String sourceFileName public void <init> (java.lang.String, long, boolean) String name long id boolean noMatch public void addMethod (org.jacoco.core.analysis.IMethodCoverage) org.jacoco.core.analysis.IMethodCoverage method public void setSignature (java.lang.String) String signature public void setSuperName (java.lang.String) String superName public void setInterfaces (java.lang.String[]) String[] interfaces public void setSourceFileName (java.lang.String) String sourceFileName public long getId () public boolean isNoMatch () public java.lang.String getSignature () public java.lang.String getSuperName () public java.lang.String[] getInterfaceNames () public java.lang.String getPackageName () int pos public java.lang.String getSourceFileName () public java.util.Collection getMethods () }
org/jacoco/core/internal/analysis/CounterImpl$Var.class
CounterImpl.java package org.jacoco.core.internal.analysis org.jacoco.core.internal.analysis.CounterImpl$Var extends org.jacoco.core.internal.analysis.CounterImpl { public void <init> (int, int) int missed int covered public org.jacoco.core.internal.analysis.CounterImpl increment (int, int) int missed int covered }
org/jacoco/core/internal/analysis/ClassAnalyzer.class
ClassAnalyzer.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.ClassAnalyzer extends org.jacoco.core.internal.flow.ClassProbesVisitor implements org.jacoco.core.internal.analysis.filter.IFilterContext { private final org.jacoco.core.internal.analysis.ClassCoverageImpl coverage private final boolean[] probes private final org.jacoco.core.internal.analysis.StringPool stringPool private final java.util.Set classAnnotations private final java.util.Set classAttributes private String sourceDebugExtension private final org.jacoco.core.internal.analysis.filter.IFilter filter public void <init> (org.jacoco.core.internal.analysis.ClassCoverageImpl, boolean[], org.jacoco.core.internal.analysis.StringPool) org.jacoco.core.internal.analysis.ClassCoverageImpl coverage boolean[] probes org.jacoco.core.internal.analysis.StringPool stringPool public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String desc boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitSource (java.lang.String, java.lang.String) String source String debug public org.jacoco.core.internal.flow.MethodProbesVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String desc String signature String[] exceptions org.jacoco.core.internal.analysis.InstructionsBuilder builder private void addMethodCoverage (java.lang.String, java.lang.String, java.lang.String, org.jacoco.core.internal.analysis.InstructionsBuilder, org.objectweb.asm.tree.MethodNode) String name String desc String signature org.jacoco.core.internal.analysis.InstructionsBuilder icc org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.MethodCoverageCalculator mcc org.jacoco.core.internal.analysis.MethodCoverageImpl mc public org.objectweb.asm.FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String desc String signature Object value public void visitTotalProbeCount (int) int count public java.lang.String getClassName () public java.lang.String getSuperClassName () public java.util.Set getClassAnnotations () public java.util.Set getClassAttributes () public java.lang.String getSourceFileName () public java.lang.String getSourceDebugExtension () public volatile synthetic org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) static synthetic org.jacoco.core.internal.analysis.StringPool access$000 (org.jacoco.core.internal.analysis.ClassAnalyzer) org.jacoco.core.internal.analysis.ClassAnalyzer x0 static synthetic void access$100 (org.jacoco.core.internal.analysis.ClassAnalyzer, java.lang.String, java.lang.String, java.lang.String, org.jacoco.core.internal.analysis.InstructionsBuilder, org.objectweb.asm.tree.MethodNode) org.jacoco.core.internal.analysis.ClassAnalyzer x0 String x1 String x2 String x3 org.jacoco.core.internal.analysis.InstructionsBuilder x4 org.objectweb.asm.tree.MethodNode x5 }
org/jacoco/core/internal/analysis/InstructionsBuilder.class
InstructionsBuilder.java package org.jacoco.core.internal.analysis org.jacoco.core.internal.analysis.InstructionsBuilder extends java.lang.Object { private final boolean[] probes private int currentLine private org.jacoco.core.internal.analysis.Instruction currentInsn private final java.util.Map instructions private final java.util.List currentLabel private final java.util.List jumps void <init> (boolean[]) boolean[] probes void setCurrentLine (int) int line void addLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label void addInstruction (org.objectweb.asm.tree.AbstractInsnNode) int i org.objectweb.asm.tree.AbstractInsnNode node org.jacoco.core.internal.analysis.Instruction insn int labelCount void noSuccessor () void addJump (org.objectweb.asm.Label, int) org.objectweb.asm.Label target int branch void addProbe (int, int) int probeId int branch boolean executed java.util.Map getInstructions () org.jacoco.core.internal.analysis.InstructionsBuilder$Jump j }
org/jacoco/core/internal/analysis/MethodAnalyzer.class
MethodAnalyzer.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.MethodAnalyzer extends org.jacoco.core.internal.flow.MethodProbesVisitor { private final org.jacoco.core.internal.analysis.InstructionsBuilder builder private org.objectweb.asm.tree.AbstractInsnNode currentNode void <init> (org.jacoco.core.internal.analysis.InstructionsBuilder) org.jacoco.core.internal.analysis.InstructionsBuilder builder public void accept (org.objectweb.asm.tree.MethodNode, org.objectweb.asm.MethodVisitor) org.objectweb.asm.tree.TryCatchBlockNode n org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.objectweb.asm.MethodVisitor methodVisitor public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitLineNumber (int, org.objectweb.asm.Label) int line org.objectweb.asm.Label start public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int var public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String desc public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcode String owner String name String desc boolean itf public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String desc org.objectweb.asm.Handle bsm Object[] bsmArgs public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) Object cst public void visitIincInsn (int, int) int var int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels private void visitSwitchInsn (org.objectweb.asm.Label, org.objectweb.asm.Label[]) org.objectweb.asm.Label l org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels int branch public void visitMultiANewArrayInsn (java.lang.String, int) String desc int dims public void visitProbe (int) int probeId public void visitJumpInsnWithProbe (int, org.objectweb.asm.Label, int, org.jacoco.core.internal.flow.IFrame) int opcode org.objectweb.asm.Label label int probeId org.jacoco.core.internal.flow.IFrame frame public void visitInsnWithProbe (int, int) int opcode int probeId public void visitTableSwitchInsnWithProbes (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[], org.jacoco.core.internal.flow.IFrame) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels org.jacoco.core.internal.flow.IFrame frame public void visitLookupSwitchInsnWithProbes (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[], org.jacoco.core.internal.flow.IFrame) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels org.jacoco.core.internal.flow.IFrame frame private void visitSwitchInsnWithProbes (org.objectweb.asm.Label, org.objectweb.asm.Label[]) org.objectweb.asm.Label l org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels int branch private void visitSwitchTarget (org.objectweb.asm.Label, int) org.objectweb.asm.Label label int branch int id }
org/jacoco/core/internal/analysis/SourceNodeImpl.class
SourceNodeImpl.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.SourceNodeImpl extends org.jacoco.core.analysis.CoverageNodeImpl implements org.jacoco.core.analysis.ISourceNode { private org.jacoco.core.internal.analysis.LineImpl[] lines private int offset public void <init> (org.jacoco.core.analysis.ICoverageNode$ElementType, java.lang.String) org.jacoco.core.analysis.ICoverageNode$ElementType elementType String name public void ensureCapacity (int, int) org.jacoco.core.internal.analysis.LineImpl[] newLines int newFirst int newLast int newLength int first int last public void increment (org.jacoco.core.analysis.ISourceNode) org.jacoco.core.analysis.ILine line int i int lastLine org.jacoco.core.analysis.ISourceNode child int firstLine public void increment (org.jacoco.core.analysis.ICounter, org.jacoco.core.analysis.ICounter, int) org.jacoco.core.analysis.ICounter instructions org.jacoco.core.analysis.ICounter branches int line private void incrementLine (org.jacoco.core.analysis.ICounter, org.jacoco.core.analysis.ICounter, int) org.jacoco.core.analysis.ICounter instructions org.jacoco.core.analysis.ICounter branches int line org.jacoco.core.internal.analysis.LineImpl l int oldTotal int oldCovered public int getFirstLine () public int getLastLine () public org.jacoco.core.internal.analysis.LineImpl getLine (int) int nr org.jacoco.core.internal.analysis.LineImpl line public volatile synthetic org.jacoco.core.analysis.ILine getLine (int) }
org/jacoco/core/internal/analysis/ClassAnalyzer$1.class
ClassAnalyzer.java package org.jacoco.core.internal.analysis org.jacoco.core.internal.analysis.ClassAnalyzer$1 extends org.jacoco.core.internal.analysis.MethodAnalyzer { final synthetic String val$name final synthetic String val$desc final synthetic String val$signature final synthetic org.jacoco.core.internal.analysis.InstructionsBuilder val$builder final synthetic org.jacoco.core.internal.analysis.ClassAnalyzer this$0 void <init> (org.jacoco.core.internal.analysis.ClassAnalyzer, org.jacoco.core.internal.analysis.InstructionsBuilder, java.lang.String, java.lang.String, java.lang.String, org.jacoco.core.internal.analysis.InstructionsBuilder) org.jacoco.core.internal.analysis.ClassAnalyzer this$0 org.jacoco.core.internal.analysis.InstructionsBuilder builder public void accept (org.objectweb.asm.tree.MethodNode, org.objectweb.asm.MethodVisitor) org.objectweb.asm.tree.MethodNode methodNode org.objectweb.asm.MethodVisitor methodVisitor }
org/jacoco/core/internal/analysis/Instruction.class
Instruction.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.Instruction extends java.lang.Object { private final int line private int branches private final java.util.BitSet coveredBranches private org.jacoco.core.internal.analysis.Instruction predecessor private int predecessorBranch public void <init> (int) int line public void addBranch (org.jacoco.core.internal.analysis.Instruction, int) org.jacoco.core.internal.analysis.Instruction target int branch public void addBranch (boolean, int) boolean executed int branch private static void propagateExecutedBranch (org.jacoco.core.internal.analysis.Instruction, int) org.jacoco.core.internal.analysis.Instruction insn int branch public int getLine () public org.jacoco.core.internal.analysis.Instruction merge (org.jacoco.core.internal.analysis.Instruction) org.jacoco.core.internal.analysis.Instruction other org.jacoco.core.internal.analysis.Instruction result public org.jacoco.core.internal.analysis.Instruction replaceBranches (java.util.Collection) org.jacoco.core.internal.analysis.Instruction b java.util.Collection newBranches org.jacoco.core.internal.analysis.Instruction result int idx public org.jacoco.core.analysis.ICounter getInstructionCounter () public org.jacoco.core.analysis.ICounter getBranchCounter () int covered }
org/jacoco/core/internal/analysis/CounterImpl$Fix.class
CounterImpl.java package org.jacoco.core.internal.analysis org.jacoco.core.internal.analysis.CounterImpl$Fix extends org.jacoco.core.internal.analysis.CounterImpl { public void <init> (int, int) int missed int covered public org.jacoco.core.internal.analysis.CounterImpl increment (int, int) int missed int covered }
org/jacoco/core/internal/analysis/LineImpl.class
LineImpl.java package org.jacoco.core.internal.analysis public abstract org.jacoco.core.internal.analysis.LineImpl extends java.lang.Object implements org.jacoco.core.analysis.ILine { private static final int SINGLETON_INS_LIMIT private static final int SINGLETON_BRA_LIMIT private static final org.jacoco.core.internal.analysis.LineImpl[][][][] SINGLETONS public static final org.jacoco.core.internal.analysis.LineImpl EMPTY protected org.jacoco.core.internal.analysis.CounterImpl instructions protected org.jacoco.core.internal.analysis.CounterImpl branches private static org.jacoco.core.internal.analysis.LineImpl getInstance (org.jacoco.core.internal.analysis.CounterImpl, org.jacoco.core.internal.analysis.CounterImpl) org.jacoco.core.internal.analysis.CounterImpl instructions org.jacoco.core.internal.analysis.CounterImpl branches int im int ic int bm int bc private void <init> (org.jacoco.core.internal.analysis.CounterImpl, org.jacoco.core.internal.analysis.CounterImpl) org.jacoco.core.internal.analysis.CounterImpl instructions org.jacoco.core.internal.analysis.CounterImpl branches public abstract org.jacoco.core.internal.analysis.LineImpl increment (org.jacoco.core.analysis.ICounter, org.jacoco.core.analysis.ICounter) public int getStatus () public org.jacoco.core.analysis.ICounter getInstructionCounter () public org.jacoco.core.analysis.ICounter getBranchCounter () public int hashCode () public boolean equals (java.lang.Object) org.jacoco.core.analysis.ILine that Object obj synthetic void <init> (org.jacoco.core.internal.analysis.CounterImpl, org.jacoco.core.internal.analysis.CounterImpl, org.jacoco.core.internal.analysis.LineImpl$1) org.jacoco.core.internal.analysis.CounterImpl x0 org.jacoco.core.internal.analysis.CounterImpl x1 org.jacoco.core.internal.analysis.LineImpl$1 x2 static synthetic org.jacoco.core.internal.analysis.LineImpl access$100 (org.jacoco.core.internal.analysis.CounterImpl, org.jacoco.core.internal.analysis.CounterImpl) org.jacoco.core.internal.analysis.CounterImpl x0 org.jacoco.core.internal.analysis.CounterImpl x1 static void <clinit> () int l int k int j int i }
org/jacoco/core/internal/analysis/LineImpl$Fix.class
LineImpl.java package org.jacoco.core.internal.analysis final org.jacoco.core.internal.analysis.LineImpl$Fix extends org.jacoco.core.internal.analysis.LineImpl { public void <init> (int, int, int, int) int im int ic int bm int bc public org.jacoco.core.internal.analysis.LineImpl increment (org.jacoco.core.analysis.ICounter, org.jacoco.core.analysis.ICounter) org.jacoco.core.analysis.ICounter instructions org.jacoco.core.analysis.ICounter branches }
org/jacoco/core/internal/analysis/InstructionsBuilder$Jump.class
InstructionsBuilder.java package org.jacoco.core.internal.analysis org.jacoco.core.internal.analysis.InstructionsBuilder$Jump extends java.lang.Object { private final org.jacoco.core.internal.analysis.Instruction source private final org.objectweb.asm.Label target private final int branch void <init> (org.jacoco.core.internal.analysis.Instruction, org.objectweb.asm.Label, int) org.jacoco.core.internal.analysis.Instruction source org.objectweb.asm.Label target int branch void wire () }
org/jacoco/core/internal/analysis/SourceFileCoverageImpl.class
SourceFileCoverageImpl.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.SourceFileCoverageImpl extends org.jacoco.core.internal.analysis.SourceNodeImpl implements org.jacoco.core.analysis.ISourceFileCoverage { private final String packagename public void <init> (java.lang.String, java.lang.String) String name String packagename public java.lang.String getPackageName () }
org/jacoco/core/internal/analysis/LineImpl$Var.class
LineImpl.java package org.jacoco.core.internal.analysis final org.jacoco.core.internal.analysis.LineImpl$Var extends org.jacoco.core.internal.analysis.LineImpl { void <init> (org.jacoco.core.internal.analysis.CounterImpl, org.jacoco.core.internal.analysis.CounterImpl) org.jacoco.core.internal.analysis.CounterImpl instructions org.jacoco.core.internal.analysis.CounterImpl branches public org.jacoco.core.internal.analysis.LineImpl increment (org.jacoco.core.analysis.ICounter, org.jacoco.core.analysis.ICounter) org.jacoco.core.analysis.ICounter instructions org.jacoco.core.analysis.ICounter branches }
org/jacoco/core/internal/analysis/MethodCoverageImpl.class
MethodCoverageImpl.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.MethodCoverageImpl extends org.jacoco.core.internal.analysis.SourceNodeImpl implements org.jacoco.core.analysis.IMethodCoverage { private final String desc private final String signature public void <init> (java.lang.String, java.lang.String, java.lang.String) String name String desc String signature public void increment (org.jacoco.core.analysis.ICounter, org.jacoco.core.analysis.ICounter, int) int c int m org.jacoco.core.analysis.ICounter instructions org.jacoco.core.analysis.ICounter branches int line public void incrementMethodCounter () org.jacoco.core.analysis.ICounter base public java.lang.String getDesc () public java.lang.String getSignature () }
org/jacoco/core/internal/analysis/LineImpl$1.class
LineImpl.java package org.jacoco.core.internal.analysis synthetic org.jacoco.core.internal.analysis.LineImpl$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinCoroutineFilter$1.class
KotlinCoroutineFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinDefaultArgumentsFilter$1.class
KotlinDefaultArgumentsFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinDefaultArgumentsFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinNotNullOperatorFilter.class
KotlinNotNullOperatorFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.KotlinNotNullOperatorFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.KotlinNotNullOperatorFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/AnnotationGeneratedFilter.class
AnnotationGeneratedFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.AnnotationGeneratedFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) String annotation org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output private static boolean matches (java.lang.String) String annotation String name private static boolean presentIn (java.util.List) org.objectweb.asm.tree.AnnotationNode annotation java.util.List annotations }
org/jacoco/core/internal/analysis/filter/SynchronizedFilter.class
SynchronizedFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.SynchronizedFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode to org.objectweb.asm.tree.TryCatchBlockNode tryCatch org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/TryWithResourcesJavac11Filter$1.class
TryWithResourcesJavac11Filter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/TryWithResourcesJavacFilter$Matcher$JavacPattern.class
TryWithResourcesJavacFilter.java package org.jacoco.core.internal.analysis.filter final enum org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern extends java.lang.Enum { public static final enum org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern OPTIMAL public static final enum org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern FULL public static final enum org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern OMITTED_NULL_CHECK public static final enum org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern METHOD private static final synthetic org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern[] $VALUES public static org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern[] values () public static org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/jacoco/core/internal/analysis/filter/KotlinWhenStringFilter$1.class
KotlinWhenStringFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinWhenStringFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/FinallyFilter.class
FinallyFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.FinallyFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output private static void filter (org.jacoco.core.internal.analysis.filter.IFilterOutput, java.util.List, org.objectweb.asm.tree.TryCatchBlockNode) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.TryCatchBlockNode t org.objectweb.asm.tree.AbstractInsnNode jumpTarget boolean continues org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.TryCatchBlockNode t org.jacoco.core.internal.analysis.filter.IFilterOutput output java.util.List tryCatchBlocks org.objectweb.asm.tree.TryCatchBlockNode catchAnyBlock org.objectweb.asm.tree.AbstractInsnNode e int size java.util.Set inside private static void merge (org.jacoco.core.internal.analysis.filter.IFilterOutput, int, org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) int i org.jacoco.core.internal.analysis.filter.IFilterOutput output int size org.objectweb.asm.tree.AbstractInsnNode e org.objectweb.asm.tree.AbstractInsnNode n private static boolean isSame (int, org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) int i int size org.objectweb.asm.tree.AbstractInsnNode e org.objectweb.asm.tree.AbstractInsnNode n private static int size (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode i int var int size private static org.objectweb.asm.tree.AbstractInsnNode next (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode i }
org/jacoco/core/internal/analysis/filter/KotlinUnsafeCastOperatorFilter$1.class
KotlinUnsafeCastOperatorFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinUnsafeCastOperatorFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinWhenFilter.class
KotlinWhenFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.KotlinWhenFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { private static final String EXCEPTION public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.KotlinWhenFilter$Matcher matcher private static org.objectweb.asm.tree.LabelNode getDefaultLabel (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode i private static void ignoreDefaultBranch (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) java.util.List labels org.objectweb.asm.tree.LabelNode label org.objectweb.asm.tree.AbstractInsnNode switchNode org.jacoco.core.internal.analysis.filter.IFilterOutput output java.util.List labels java.util.Set newTargets static synthetic org.objectweb.asm.tree.LabelNode access$100 (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode x0 static synthetic void access$200 (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode x0 org.jacoco.core.internal.analysis.filter.IFilterOutput x1 }
org/jacoco/core/internal/analysis/filter/TryWithResourcesJavacFilter.class
TryWithResourcesJavacFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern p org.objectweb.asm.tree.TryCatchBlockNode t org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/KotlinLateinitFilter$1.class
KotlinLateinitFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinLateinitFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinLateinitFilter.class
KotlinLateinitFilter.java package org.jacoco.core.internal.analysis.filter public org.jacoco.core.internal.analysis.filter.KotlinLateinitFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode node org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.KotlinLateinitFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/StringSwitchJavacFilter$Matcher.class
StringSwitchJavacFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.StringSwitchJavacFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () boolean match (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) int i org.objectweb.asm.tree.AbstractInsnNode start org.objectweb.asm.tree.AbstractInsnNode secondSwitchLabel synthetic void <init> (org.jacoco.core.internal.analysis.filter.StringSwitchJavacFilter$1) org.jacoco.core.internal.analysis.filter.StringSwitchJavacFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/KotlinCoroutineFilter.class
KotlinCoroutineFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () static boolean isImplementationOfSuspendFunction (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode methodNode org.objectweb.asm.Type methodType int lastArgument public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/TryWithResourcesJavacFilter$1.class
TryWithResourcesJavacFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$jacoco$core$internal$analysis$filter$TryWithResourcesJavacFilter$Matcher$JavacPattern static void <clinit> () }
org/jacoco/core/internal/analysis/filter/KotlinGeneratedFilter.class
KotlinGeneratedFilter.java package org.jacoco.core.internal.analysis.filter public org.jacoco.core.internal.analysis.filter.KotlinGeneratedFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { static final String KOTLIN_METADATA_DESC public void <init> () static boolean isKotlinClass (org.jacoco.core.internal.analysis.filter.IFilterContext) org.jacoco.core.internal.analysis.filter.IFilterContext context public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output private boolean hasLineNumber (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode }
org/jacoco/core/internal/analysis/filter/KotlinLateinitFilter$Matcher.class
KotlinLateinitFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinLateinitFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () public void match (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinLateinitFilter$1) org.jacoco.core.internal.analysis.filter.KotlinLateinitFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/IFilterOutput.class
IFilterOutput.java package org.jacoco.core.internal.analysis.filter public abstract org.jacoco.core.internal.analysis.filter.IFilterOutput extends java.lang.Object { public abstract void ignore (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) public abstract void merge (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) public abstract void replaceBranches (org.objectweb.asm.tree.AbstractInsnNode, java.util.Set) }
org/jacoco/core/internal/analysis/filter/PrivateEmptyNoArgConstructorFilter.class
PrivateEmptyNoArgConstructorFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.PrivateEmptyNoArgConstructorFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { private static final String CONSTRUCTOR_NAME private static final String CONSTRUCTOR_DESC public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/StringSwitchJavacFilter.class
StringSwitchJavacFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.StringSwitchJavacFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output private void filter (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.LabelNode dflt org.objectweb.asm.tree.LabelNode dflt org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output org.objectweb.asm.tree.LabelNode dflt }
org/jacoco/core/internal/analysis/filter/TryWithResourcesJavac11Filter$Matcher.class
TryWithResourcesJavac11Filter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private boolean withNullCheck private String expectedOwner final synthetic org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter this$0 private void <init> (org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter) void match (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput, boolean) org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output boolean withNullCheck org.objectweb.asm.tree.AbstractInsnNode end org.objectweb.asm.tree.AbstractInsnNode s org.objectweb.asm.tree.AbstractInsnNode m private boolean nextIsJavacClose () private void nextIsClose () org.objectweb.asm.tree.MethodInsnNode m String actual synthetic void <init> (org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter, org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter$1) org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter x0 org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter$1 x1 }
org/jacoco/core/internal/analysis/filter/IFilter.class
IFilter.java package org.jacoco.core.internal.analysis.filter public abstract org.jacoco.core.internal.analysis.filter.IFilter extends java.lang.Object { public abstract void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) }
org/jacoco/core/internal/analysis/filter/SynchronizedFilter$Matcher.class
SynchronizedFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.SynchronizedFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private final org.objectweb.asm.tree.AbstractInsnNode start private void <init> (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode start private org.objectweb.asm.tree.AbstractInsnNode match () private boolean nextIsJavac () private boolean nextIsEcj () synthetic void <init> (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.SynchronizedFilter$1) org.objectweb.asm.tree.AbstractInsnNode x0 org.jacoco.core.internal.analysis.filter.SynchronizedFilter$1 x1 static synthetic org.objectweb.asm.tree.AbstractInsnNode access$100 (org.jacoco.core.internal.analysis.filter.SynchronizedFilter$Matcher) org.jacoco.core.internal.analysis.filter.SynchronizedFilter$Matcher x0 }
org/jacoco/core/internal/analysis/filter/TryWithResourcesEcjFilter.class
TryWithResourcesEcjFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.TryCatchBlockNode t org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/EnumEmptyConstructorFilter.class
EnumEmptyConstructorFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { private static final String CONSTRUCTOR_NAME private static final String CONSTRUCTOR_DESC private static final String ENUM_TYPE public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/KotlinUnsafeCastOperatorFilter$Matcher.class
KotlinUnsafeCastOperatorFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinUnsafeCastOperatorFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () public void match (java.lang.String, org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) String exceptionType org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output org.objectweb.asm.tree.JumpInsnNode jumpInsnNode org.objectweb.asm.tree.AbstractInsnNode next org.objectweb.asm.tree.LdcInsnNode ldc synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinUnsafeCastOperatorFilter$1) org.jacoco.core.internal.analysis.filter.KotlinUnsafeCastOperatorFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/AssertFilter$Matcher.class
AssertFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.AssertFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () public void matchSet (java.lang.String, org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) String className org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output public void matchGet (java.lang.String, org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) String className org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output synthetic void <init> (org.jacoco.core.internal.analysis.filter.AssertFilter$1) org.jacoco.core.internal.analysis.filter.AssertFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/TryWithResourcesJavac11Filter.class
TryWithResourcesJavac11Filter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.TryCatchBlockNode t org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.TryWithResourcesJavac11Filter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/KotlinInlineFilter.class
KotlinInlineFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.KotlinInlineFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { private int firstGeneratedLineNumber private static final java.util.regex.Pattern LINE_INFO_PATTERN private static final java.util.regex.Pattern FILE_INFO_PATTERN public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output int line private static int getFirstGeneratedLineNumber (java.lang.String, java.lang.String) java.util.regex.Matcher m String fileName java.util.regex.Matcher m int inputStartLine int lineFileID int outputStartLine java.io.BufferedReader br java.util.BitSet sourceFileIds String line int min java.io.IOException e String sourceFileName String smap private static void expectLine (java.io.BufferedReader, java.lang.String) throws java.io.IOException java.io.BufferedReader br String expected String line static void <clinit> () }
org/jacoco/core/internal/analysis/filter/BridgeFilter.class
BridgeFilter.java package org.jacoco.core.internal.analysis.filter final org.jacoco.core.internal.analysis.filter.BridgeFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/KotlinWhenFilter$Matcher.class
KotlinWhenFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinWhenFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () void match (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinWhenFilter$1) org.jacoco.core.internal.analysis.filter.KotlinWhenFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/TryWithResourcesEcjFilter$Matcher.class
TryWithResourcesEcjFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private final org.jacoco.core.internal.analysis.filter.IFilterOutput output private final java.util.Map owners private final java.util.Map labels private org.objectweb.asm.tree.AbstractInsnNode start void <init> (org.jacoco.core.internal.analysis.filter.IFilterOutput) org.jacoco.core.internal.analysis.filter.IFilterOutput output private void start (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode start private boolean matchEcj () org.objectweb.asm.tree.AbstractInsnNode c int resources String r org.objectweb.asm.tree.AbstractInsnNode end org.objectweb.asm.tree.AbstractInsnNode startOnNonExceptionalPath private boolean matchEcjNoFlowOut () int i org.objectweb.asm.tree.AbstractInsnNode c int resources String r org.objectweb.asm.tree.AbstractInsnNode end org.objectweb.asm.tree.AbstractInsnNode startOnNonExceptionalPath private boolean nextIsEcjClose (java.lang.String) String name private boolean nextIsEcjCloseAndThrow (java.lang.String) String name private boolean nextIsEcjSuppress (java.lang.String) String name String suppressedExc String startLabel String endLabel private void nextIsClose (java.lang.String) String name org.objectweb.asm.tree.MethodInsnNode m String actual String expected private void nextIsJump (int, java.lang.String) int opcode String name org.objectweb.asm.tree.LabelNode actual org.objectweb.asm.tree.LabelNode expected private void nextIsLabel (java.lang.String) String name org.objectweb.asm.tree.LabelNode actual org.objectweb.asm.tree.LabelNode expected static synthetic void access$000 (org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher, org.objectweb.asm.tree.AbstractInsnNode) org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher x0 org.objectweb.asm.tree.AbstractInsnNode x1 static synthetic boolean access$100 (org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher) org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher x0 static synthetic boolean access$200 (org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher) org.jacoco.core.internal.analysis.filter.TryWithResourcesEcjFilter$Matcher x0 }
org/jacoco/core/internal/analysis/filter/AssertFilter.class
AssertFilter.java package org.jacoco.core.internal.analysis.filter final org.jacoco.core.internal.analysis.filter.AssertFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.AssertFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/StringSwitchFilter$1.class
StringSwitchFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.StringSwitchFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/TryWithResourcesJavacFilter$Matcher.class
TryWithResourcesJavacFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private final org.jacoco.core.internal.analysis.filter.IFilterOutput output private String expectedOwner private org.objectweb.asm.tree.AbstractInsnNode start void <init> (org.jacoco.core.internal.analysis.filter.IFilterOutput) org.jacoco.core.internal.analysis.filter.IFilterOutput output private void start (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode start private boolean matchJavac (org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern) org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern p org.objectweb.asm.tree.AbstractInsnNode end org.objectweb.asm.tree.AbstractInsnNode startOnNonExceptionalPath org.objectweb.asm.tree.AbstractInsnNode m private boolean nextIsJavacClose (org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern, java.lang.String) org.objectweb.asm.tree.MethodInsnNode m org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern p String ctx private void nextIsClose () org.objectweb.asm.tree.MethodInsnNode m String actual static synthetic void access$000 (org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher, org.objectweb.asm.tree.AbstractInsnNode) org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher x0 org.objectweb.asm.tree.AbstractInsnNode x1 static synthetic boolean access$100 (org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher, org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern) org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher x0 org.jacoco.core.internal.analysis.filter.TryWithResourcesJavacFilter$Matcher$JavacPattern x1 }
org/jacoco/core/internal/analysis/filter/AssertFilter$1.class
AssertFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.AssertFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/SynchronizedFilter$1.class
SynchronizedFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.SynchronizedFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/EnumEmptyConstructorFilter$1.class
EnumEmptyConstructorFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinDefaultArgumentsFilter.class
KotlinDefaultArgumentsFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.KotlinDefaultArgumentsFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () static boolean isDefaultArgumentsMethod (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode methodNode static boolean isDefaultArgumentsConstructor (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode methodNode org.objectweb.asm.Type[] argumentTypes public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/KotlinDefaultMethodsFilter.class
KotlinDefaultMethodsFilter.java package org.jacoco.core.internal.analysis.filter final org.jacoco.core.internal.analysis.filter.KotlinDefaultMethodsFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/KotlinDefaultMethodsFilter$1.class
KotlinDefaultMethodsFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinDefaultMethodsFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/SyntheticFilter.class
SyntheticFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.SyntheticFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () private static boolean isScalaClass (org.jacoco.core.internal.analysis.filter.IFilterContext) org.jacoco.core.internal.analysis.filter.IFilterContext context public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output }
org/jacoco/core/internal/analysis/filter/KotlinWhenStringFilter$Matcher.class
KotlinWhenStringFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinWhenStringFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () public void match (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitch int hashCodes org.objectweb.asm.tree.LabelNode defaultLabel org.objectweb.asm.tree.TableSwitchInsnNode tableSwitch org.objectweb.asm.tree.JumpInsnNode jump int i org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output org.objectweb.asm.tree.AbstractInsnNode s int hashCodes org.objectweb.asm.tree.LabelNode defaultLabel java.util.Set replacements synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinWhenStringFilter$1) org.jacoco.core.internal.analysis.filter.KotlinWhenStringFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/PrivateEmptyNoArgConstructorFilter$1.class
PrivateEmptyNoArgConstructorFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.PrivateEmptyNoArgConstructorFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/PrivateEmptyNoArgConstructorFilter$Matcher.class
PrivateEmptyNoArgConstructorFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.PrivateEmptyNoArgConstructorFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () private boolean match (org.objectweb.asm.tree.MethodNode, java.lang.String) org.objectweb.asm.tree.MethodNode methodNode String superClassName synthetic void <init> (org.jacoco.core.internal.analysis.filter.PrivateEmptyNoArgConstructorFilter$1) org.jacoco.core.internal.analysis.filter.PrivateEmptyNoArgConstructorFilter$1 x0 static synthetic boolean access$100 (org.jacoco.core.internal.analysis.filter.PrivateEmptyNoArgConstructorFilter$Matcher, org.objectweb.asm.tree.MethodNode, java.lang.String) org.jacoco.core.internal.analysis.filter.PrivateEmptyNoArgConstructorFilter$Matcher x0 org.objectweb.asm.tree.MethodNode x1 String x2 }
org/jacoco/core/internal/analysis/filter/EnumFilter.class
EnumFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.EnumFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output private boolean isMethodFiltered (java.lang.String, java.lang.String, java.lang.String, java.lang.String) String className String superClassName String methodName String methodDesc }
org/jacoco/core/internal/analysis/filter/KotlinNotNullOperatorFilter$1.class
KotlinNotNullOperatorFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinNotNullOperatorFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/AbstractMatcher.class
AbstractMatcher.java package org.jacoco.core.internal.analysis.filter abstract org.jacoco.core.internal.analysis.filter.AbstractMatcher extends java.lang.Object { final java.util.Map vars org.objectweb.asm.tree.AbstractInsnNode cursor void <init> () final void firstIsALoad0 (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode methodNode final void nextIsType (int, java.lang.String) int opcode String desc final void nextIsInvoke (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor org.objectweb.asm.tree.MethodInsnNode m final void nextIsField (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor org.objectweb.asm.tree.FieldInsnNode f final void nextIsVar (int, java.lang.String) int opcode String name org.objectweb.asm.tree.VarInsnNode actual org.objectweb.asm.tree.VarInsnNode expected final void nextIsSwitch () final void nextIs (int) int opcode final void next () final void skipNonOpcodes () static org.objectweb.asm.tree.AbstractInsnNode skipNonOpcodes (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode cursor }
org/jacoco/core/internal/analysis/filter/KotlinDefaultMethodsFilter$Matcher.class
KotlinDefaultMethodsFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinDefaultMethodsFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () private void match (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterOutput output synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinDefaultMethodsFilter$1) org.jacoco.core.internal.analysis.filter.KotlinDefaultMethodsFilter$1 x0 static synthetic void access$100 (org.jacoco.core.internal.analysis.filter.KotlinDefaultMethodsFilter$Matcher, org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.jacoco.core.internal.analysis.filter.KotlinDefaultMethodsFilter$Matcher x0 org.objectweb.asm.tree.MethodNode x1 org.jacoco.core.internal.analysis.filter.IFilterOutput x2 }
org/jacoco/core/internal/analysis/filter/Filters.class
Filters.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.Filters extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public static final org.jacoco.core.internal.analysis.filter.IFilter NONE private final org.jacoco.core.internal.analysis.filter.IFilter[] filters public static org.jacoco.core.internal.analysis.filter.IFilter all () private transient void <init> (org.jacoco.core.internal.analysis.filter.IFilter[]) org.jacoco.core.internal.analysis.filter.IFilter[] filters public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.jacoco.core.internal.analysis.filter.IFilter filter org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output static void <clinit> () }
org/jacoco/core/internal/analysis/filter/StringSwitchFilter.class
StringSwitchFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.StringSwitchFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.StringSwitchFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/IFilterContext.class
IFilterContext.java package org.jacoco.core.internal.analysis.filter public abstract org.jacoco.core.internal.analysis.filter.IFilterContext extends java.lang.Object { public abstract java.lang.String getClassName () public abstract java.lang.String getSuperClassName () public abstract java.util.Set getClassAnnotations () public abstract java.util.Set getClassAttributes () public abstract java.lang.String getSourceFileName () public abstract java.lang.String getSourceDebugExtension () }
org/jacoco/core/internal/analysis/filter/RecordsFilter$1.class
RecordsFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.RecordsFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinNotNullOperatorFilter$Matcher.class
KotlinNotNullOperatorFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinNotNullOperatorFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () public void match (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinNotNullOperatorFilter$1) org.jacoco.core.internal.analysis.filter.KotlinNotNullOperatorFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/RecordsFilter$Matcher.class
RecordsFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.RecordsFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () boolean isToString (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode m boolean isHashCode (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode m boolean isFieldAccessor (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode m boolean isEquals (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode m private void nextIsInvokeDynamic (java.lang.String) String name org.objectweb.asm.tree.InvokeDynamicInsnNode i org.objectweb.asm.Handle bsm synthetic void <init> (org.jacoco.core.internal.analysis.filter.RecordsFilter$1) org.jacoco.core.internal.analysis.filter.RecordsFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/StringSwitchFilter$Matcher.class
StringSwitchFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.StringSwitchFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () public void match (org.objectweb.asm.tree.AbstractInsnNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitch int hashCodes org.objectweb.asm.tree.LabelNode defaultLabel org.objectweb.asm.tree.TableSwitchInsnNode tableSwitch int i org.objectweb.asm.tree.AbstractInsnNode start org.jacoco.core.internal.analysis.filter.IFilterOutput output org.objectweb.asm.tree.AbstractInsnNode s int hashCodes org.objectweb.asm.tree.LabelNode defaultLabel java.util.Set replacements synthetic void <init> (org.jacoco.core.internal.analysis.filter.StringSwitchFilter$1) org.jacoco.core.internal.analysis.filter.StringSwitchFilter$1 x0 }
org/jacoco/core/internal/analysis/filter/KotlinWhenStringFilter.class
KotlinWhenStringFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.KotlinWhenStringFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.KotlinWhenStringFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/StringSwitchJavacFilter$1.class
StringSwitchJavacFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.StringSwitchJavacFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinCoroutineFilter$Matcher.class
KotlinCoroutineFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () private void matchOptimizedTailCall (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterOutput output private void match (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodInsnNode m org.objectweb.asm.tree.AbstractInsnNode j org.objectweb.asm.tree.AbstractInsnNode continuationAfterLoadedResult org.objectweb.asm.tree.AbstractInsnNode i int i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterOutput output org.objectweb.asm.tree.TableSwitchInsnNode s java.util.List ignore int suspensionPoint private void nextIsThrowOnFailure () org.objectweb.asm.tree.AbstractInsnNode c private void nextIsCreateStateInstance () org.objectweb.asm.tree.AbstractInsnNode createStateInstance org.objectweb.asm.tree.AbstractInsnNode afterCoroutineStateCreated synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$1) org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$1 x0 static synthetic void access$100 (org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$Matcher, org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$Matcher x0 org.objectweb.asm.tree.MethodNode x1 org.jacoco.core.internal.analysis.filter.IFilterOutput x2 static synthetic void access$200 (org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$Matcher, org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter$Matcher x0 org.objectweb.asm.tree.MethodNode x1 org.jacoco.core.internal.analysis.filter.IFilterOutput x2 }
org/jacoco/core/internal/analysis/filter/EnumEmptyConstructorFilter$Matcher.class
EnumEmptyConstructorFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () private boolean match (org.objectweb.asm.tree.MethodNode) org.objectweb.asm.tree.MethodNode methodNode synthetic void <init> (org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter$1) org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter$1 x0 static synthetic boolean access$100 (org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter$Matcher, org.objectweb.asm.tree.MethodNode) org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter$Matcher x0 org.objectweb.asm.tree.MethodNode x1 }
org/jacoco/core/internal/analysis/filter/RecordsFilter.class
RecordsFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.RecordsFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.RecordsFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/KotlinWhenFilter$1.class
KotlinWhenFilter.java package org.jacoco.core.internal.analysis.filter synthetic org.jacoco.core.internal.analysis.filter.KotlinWhenFilter$1 extends java.lang.Object { }
org/jacoco/core/internal/analysis/filter/KotlinUnsafeCastOperatorFilter.class
KotlinUnsafeCastOperatorFilter.java package org.jacoco.core.internal.analysis.filter public final org.jacoco.core.internal.analysis.filter.KotlinUnsafeCastOperatorFilter extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilter { public void <init> () public void filter (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterContext, org.jacoco.core.internal.analysis.filter.IFilterOutput) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterContext context org.jacoco.core.internal.analysis.filter.IFilterOutput output org.jacoco.core.internal.analysis.filter.KotlinUnsafeCastOperatorFilter$Matcher matcher }
org/jacoco/core/internal/analysis/filter/KotlinDefaultArgumentsFilter$Matcher.class
KotlinDefaultArgumentsFilter.java package org.jacoco.core.internal.analysis.filter org.jacoco.core.internal.analysis.filter.KotlinDefaultArgumentsFilter$Matcher extends org.jacoco.core.internal.analysis.filter.AbstractMatcher { private void <init> () public void match (org.objectweb.asm.tree.MethodNode, org.jacoco.core.internal.analysis.filter.IFilterOutput, boolean) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.MethodNode methodNode org.jacoco.core.internal.analysis.filter.IFilterOutput output boolean constructor java.util.Set ignore int maskVar private static int maskVar (java.lang.String, boolean) int i String desc boolean constructor int slot org.objectweb.asm.Type[] argumentTypes int penultimateArgument synthetic void <init> (org.jacoco.core.internal.analysis.filter.KotlinDefaultArgumentsFilter$1) org.jacoco.core.internal.analysis.filter.KotlinDefaultArgumentsFilter$1 x0 }
org/jacoco/core/internal/analysis/MethodCoverageCalculator.class
MethodCoverageCalculator.java package org.jacoco.core.internal.analysis org.jacoco.core.internal.analysis.MethodCoverageCalculator extends java.lang.Object implements org.jacoco.core.internal.analysis.filter.IFilterOutput { private final java.util.Map instructions private final java.util.Set ignored private final java.util.Map merged private final java.util.Map replacements void <init> (java.util.Map) java.util.Map instructions void calculate (org.jacoco.core.internal.analysis.MethodCoverageImpl) org.jacoco.core.internal.analysis.Instruction instruction java.util.Map$Entry entry org.jacoco.core.internal.analysis.MethodCoverageImpl coverage private void applyMerges () org.objectweb.asm.tree.AbstractInsnNode node org.jacoco.core.internal.analysis.Instruction instruction org.objectweb.asm.tree.AbstractInsnNode representativeNode java.util.Map$Entry entry java.util.Map$Entry entry private void applyReplacements () org.objectweb.asm.tree.AbstractInsnNode b java.util.Set replacements java.util.List newBranches org.objectweb.asm.tree.AbstractInsnNode node java.util.Map$Entry entry private void ensureCapacity (org.jacoco.core.internal.analysis.MethodCoverageImpl) int line java.util.Map$Entry entry org.jacoco.core.internal.analysis.MethodCoverageImpl coverage int firstLine int lastLine private org.objectweb.asm.tree.AbstractInsnNode findRepresentative (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.AbstractInsnNode r public void ignore (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode i org.objectweb.asm.tree.AbstractInsnNode fromInclusive org.objectweb.asm.tree.AbstractInsnNode toInclusive public void merge (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode i1 org.objectweb.asm.tree.AbstractInsnNode i2 public void replaceBranches (org.objectweb.asm.tree.AbstractInsnNode, java.util.Set) org.objectweb.asm.tree.AbstractInsnNode source java.util.Set newTargets }
org/jacoco/core/internal/analysis/PackageCoverageImpl.class
PackageCoverageImpl.java package org.jacoco.core.internal.analysis public org.jacoco.core.internal.analysis.PackageCoverageImpl extends org.jacoco.core.analysis.CoverageNodeImpl implements org.jacoco.core.analysis.IPackageCoverage { private final java.util.Collection classes private final java.util.Collection sourceFiles public void <init> (java.lang.String, java.util.Collection, java.util.Collection) org.jacoco.core.analysis.IClassCoverage c String name java.util.Collection classes java.util.Collection sourceFiles public java.util.Collection getClasses () public java.util.Collection getSourceFiles () }
org/jacoco/core/internal/analysis/CounterImpl$1.class
CounterImpl.java package org.jacoco.core.internal.analysis synthetic org.jacoco.core.internal.analysis.CounterImpl$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$jacoco$core$analysis$ICounter$CounterValue static void <clinit> () }
org/jacoco/core/internal/analysis/StringPool.class
StringPool.java package org.jacoco.core.internal.analysis public final org.jacoco.core.internal.analysis.StringPool extends java.lang.Object { private static final String[] EMPTY_ARRAY private final java.util.Map pool public void <init> () public java.lang.String get (java.lang.String) String s String norm public java.lang.String[] get (java.lang.String[]) int i String[] arr static void <clinit> () }
org/jacoco/core/internal/Pack200Streams$NoCloseInput.class
Pack200Streams.java package org.jacoco.core.internal org.jacoco.core.internal.Pack200Streams$NoCloseInput extends java.io.FilterInputStream { protected void <init> (java.io.InputStream) java.io.InputStream in public void close () throws java.io.IOException }
org/jacoco/core/internal/ContentTypeDetector.class
ContentTypeDetector.java package org.jacoco.core.internal public org.jacoco.core.internal.ContentTypeDetector extends java.lang.Object { public static final int UNKNOWN public static final int CLASSFILE public static final int ZIPFILE public static final int GZFILE public static final int PACK200FILE private static final int BUFFER_SIZE private final java.io.InputStream in private final int type public void <init> (java.io.InputStream) throws java.io.IOException java.io.InputStream in private static int determineType (java.io.InputStream) throws java.io.IOException int majorVersion java.io.InputStream in int header private static int readInt (java.io.InputStream) throws java.io.IOException java.io.InputStream in public java.io.InputStream getInputStream () public int getType () }
org/jacoco/core/internal/Pack200Streams.class
Pack200Streams.java package org.jacoco.core.internal public final org.jacoco.core.internal.Pack200Streams extends java.lang.Object { public static java.io.InputStream unpack (java.io.InputStream) throws java.io.IOException Object unpacker ClassNotFoundException e NoSuchMethodException e IllegalAccessException e java.lang.reflect.InvocationTargetException e java.io.InputStream input java.io.ByteArrayOutputStream buffer java.util.jar.JarOutputStream jar public static void pack (byte[], java.io.OutputStream) throws java.io.IOException Object packer ClassNotFoundException e NoSuchMethodException e IllegalAccessException e java.lang.reflect.InvocationTargetException e byte[] source java.io.OutputStream output java.util.jar.JarInputStream jar private static java.io.IOException newIOException (java.lang.Throwable) Throwable cause java.io.IOException exception private void <init> () }
org/jacoco/core/internal/data/CRC64.class
CRC64.java package org.jacoco.core.internal.data public final org.jacoco.core.internal.data.CRC64 extends java.lang.Object { private static final long POLY64REV private static final long[] LOOKUPTABLE private static long update (long, byte) long sum byte b int lookupidx private static long update (long, byte[], int, int) int i long sum byte[] bytes int fromIndexInclusive int toIndexExclusive public static long classId (byte[]) long sum byte[] bytes private void <init> () static void <clinit> () int j long v int i }
org/jacoco/core/internal/data/CompactDataOutput.class
CompactDataOutput.java package org.jacoco.core.internal.data public org.jacoco.core.internal.data.CompactDataOutput extends java.io.DataOutputStream { public void <init> (java.io.OutputStream) java.io.OutputStream out public void writeVarInt (int) throws java.io.IOException int value public void writeBooleanArray (boolean[]) throws java.io.IOException boolean b boolean[] value int buffer int bufferSize }
org/jacoco/core/internal/data/CompactDataInput.class
CompactDataInput.java package org.jacoco.core.internal.data public org.jacoco.core.internal.data.CompactDataInput extends java.io.DataInputStream { public void <init> (java.io.InputStream) java.io.InputStream in public int readVarInt () throws java.io.IOException int value public boolean[] readBooleanArray () throws java.io.IOException int i boolean[] value int buffer }
org/jacoco/core/internal/instr/ProbeCounter.class
ProbeCounter.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.ProbeCounter extends org.jacoco.core.internal.flow.ClassProbesVisitor { private int count private boolean methods void <init> () public org.jacoco.core.internal.flow.MethodProbesVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String desc String signature String[] exceptions public void visitTotalProbeCount (int) int count int getCount () boolean hasMethods () public volatile synthetic org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) }
org/jacoco/core/internal/instr/NoneProbeArrayStrategy.class
NoneProbeArrayStrategy.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.NoneProbeArrayStrategy extends java.lang.Object implements org.jacoco.core.internal.instr.IProbeArrayStrategy { void <init> () public int storeInstance (org.objectweb.asm.MethodVisitor, boolean, int) org.objectweb.asm.MethodVisitor mv boolean clinit int variable public void addMembers (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor delegate int probeCount }
org/jacoco/core/internal/instr/ClassFieldProbeArrayStrategy.class
ClassFieldProbeArrayStrategy.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.ClassFieldProbeArrayStrategy extends java.lang.Object implements org.jacoco.core.internal.instr.IProbeArrayStrategy { private static final Object[] FRAME_STACK_ARRZ private static final Object[] FRAME_LOCALS_EMPTY private final String className private final long classId private final boolean withFrames private final org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator void <init> (java.lang.String, long, boolean, org.jacoco.core.runtime.IExecutionDataAccessorGenerator) String className long classId boolean withFrames org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator public int storeInstance (org.objectweb.asm.MethodVisitor, boolean, int) org.objectweb.asm.MethodVisitor mv boolean clinit int variable public void addMembers (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor cv int probeCount private void createDataField (org.objectweb.asm.ClassVisitor) org.objectweb.asm.ClassVisitor cv private void createInitMethod (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor cv int probeCount org.objectweb.asm.MethodVisitor mv org.objectweb.asm.Label alreadyInitialized int size private int genInitializeDataField (org.objectweb.asm.MethodVisitor, int) org.objectweb.asm.MethodVisitor mv int probeCount int size static void <clinit> () }
org/jacoco/core/internal/instr/IProbeInserter.class
IProbeInserter.java package org.jacoco.core.internal.instr abstract org.jacoco.core.internal.instr.IProbeInserter extends java.lang.Object { public abstract void insertProbe (int) }
org/jacoco/core/internal/instr/MethodInstrumenter.class
MethodInstrumenter.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.MethodInstrumenter extends org.jacoco.core.internal.flow.MethodProbesVisitor { private final org.jacoco.core.internal.instr.IProbeInserter probeInserter public void <init> (org.objectweb.asm.MethodVisitor, org.jacoco.core.internal.instr.IProbeInserter) org.objectweb.asm.MethodVisitor mv org.jacoco.core.internal.instr.IProbeInserter probeInserter public void visitProbe (int) int probeId public void visitInsnWithProbe (int, int) int opcode int probeId public void visitJumpInsnWithProbe (int, org.objectweb.asm.Label, int, org.jacoco.core.internal.flow.IFrame) org.objectweb.asm.Label intermediate int opcode org.objectweb.asm.Label label int probeId org.jacoco.core.internal.flow.IFrame frame private int getInverted (int) int opcode public void visitTableSwitchInsnWithProbes (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[], org.jacoco.core.internal.flow.IFrame) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels org.jacoco.core.internal.flow.IFrame frame org.objectweb.asm.Label newDflt org.objectweb.asm.Label[] newLabels public void visitLookupSwitchInsnWithProbes (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[], org.jacoco.core.internal.flow.IFrame) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels org.jacoco.core.internal.flow.IFrame frame org.objectweb.asm.Label newDflt org.objectweb.asm.Label[] newLabels private org.objectweb.asm.Label[] createIntermediates (org.objectweb.asm.Label[]) int i org.objectweb.asm.Label[] labels org.objectweb.asm.Label[] intermediates private org.objectweb.asm.Label createIntermediate (org.objectweb.asm.Label) org.objectweb.asm.Label intermediate org.objectweb.asm.Label intermediate org.objectweb.asm.Label label org.objectweb.asm.Label intermediate private void insertIntermediateProbe (org.objectweb.asm.Label, org.jacoco.core.internal.flow.IFrame) org.objectweb.asm.Label label org.jacoco.core.internal.flow.IFrame frame int probeId private void insertIntermediateProbes (org.objectweb.asm.Label, org.objectweb.asm.Label[], org.jacoco.core.internal.flow.IFrame) org.objectweb.asm.Label l org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels org.jacoco.core.internal.flow.IFrame frame }
org/jacoco/core/internal/instr/DuplicateFrameEliminator.class
DuplicateFrameEliminator.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.DuplicateFrameEliminator extends org.objectweb.asm.MethodVisitor { private boolean instruction public void <init> (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor mv public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int type int nLocal Object[] local int nStack Object[] stack public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int var public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String desc public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcode String owner String name String desc boolean itf public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String desc org.objectweb.asm.Handle bsm Object[] bsmArgs public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) Object cst public void visitIincInsn (int, int) int var int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String desc int dims }
org/jacoco/core/internal/instr/ProbeArrayStrategyFactory.class
ProbeArrayStrategyFactory.java package org.jacoco.core.internal.instr public final org.jacoco.core.internal.instr.ProbeArrayStrategyFactory extends java.lang.Object { private void <init> () public static org.jacoco.core.internal.instr.IProbeArrayStrategy createFor (long, org.objectweb.asm.ClassReader, org.jacoco.core.runtime.IExecutionDataAccessorGenerator) org.jacoco.core.internal.instr.ProbeCounter counter long classId org.objectweb.asm.ClassReader reader org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator String className int version private static boolean isInterfaceOrModule (org.objectweb.asm.ClassReader) org.objectweb.asm.ClassReader reader private static org.jacoco.core.internal.instr.ProbeCounter getProbeCounter (org.objectweb.asm.ClassReader) org.objectweb.asm.ClassReader reader org.jacoco.core.internal.instr.ProbeCounter counter }
org/jacoco/core/internal/instr/ProbeInserter.class
ProbeInserter.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.ProbeInserter extends org.objectweb.asm.MethodVisitor implements org.jacoco.core.internal.instr.IProbeInserter { private final org.jacoco.core.internal.instr.IProbeArrayStrategy arrayStrategy private final boolean clinit private final int variable private final org.objectweb.asm.Label beginLabel private int accessorStackSize void <init> (int, java.lang.String, java.lang.String, org.objectweb.asm.MethodVisitor, org.jacoco.core.internal.instr.IProbeArrayStrategy) org.objectweb.asm.Type t int access String name String desc org.objectweb.asm.MethodVisitor mv org.jacoco.core.internal.instr.IProbeArrayStrategy arrayStrategy int pos public void insertProbe (int) int id public void visitCode () public final void visitVarInsn (int, int) int opcode int var public final void visitIincInsn (int, int) int var int increment public final void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) String name String desc String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation (int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean) int i int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.Label[] start org.objectweb.asm.Label[] end int[] index String descriptor boolean visible int[] newIndex public void visitMaxs (int, int) int maxStack int maxLocals int increasedStack private int map (int) int var public final void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) Object t int type int nLocal Object[] local int nStack Object[] stack Object[] newLocal int idx int newIdx int pos }
org/jacoco/core/internal/instr/IProbeArrayStrategy.class
IProbeArrayStrategy.java package org.jacoco.core.internal.instr public abstract org.jacoco.core.internal.instr.IProbeArrayStrategy extends java.lang.Object { public abstract int storeInstance (org.objectweb.asm.MethodVisitor, boolean, int) public abstract void addMembers (org.objectweb.asm.ClassVisitor, int) }
org/jacoco/core/internal/instr/ClassInstrumenter.class
ClassInstrumenter.java package org.jacoco.core.internal.instr public org.jacoco.core.internal.instr.ClassInstrumenter extends org.jacoco.core.internal.flow.ClassProbesVisitor { private final org.jacoco.core.internal.instr.IProbeArrayStrategy probeArrayStrategy private String className public void <init> (org.jacoco.core.internal.instr.IProbeArrayStrategy, org.objectweb.asm.ClassVisitor) org.jacoco.core.internal.instr.IProbeArrayStrategy probeArrayStrategy org.objectweb.asm.ClassVisitor cv public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public org.objectweb.asm.FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String desc String signature Object value public org.jacoco.core.internal.flow.MethodProbesVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String desc String signature String[] exceptions org.objectweb.asm.MethodVisitor mv org.objectweb.asm.MethodVisitor frameEliminator org.jacoco.core.internal.instr.ProbeInserter probeVariableInserter public void visitTotalProbeCount (int) int count public volatile synthetic org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) }
org/jacoco/core/internal/instr/InterfaceFieldProbeArrayStrategy.class
InterfaceFieldProbeArrayStrategy.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.InterfaceFieldProbeArrayStrategy extends java.lang.Object implements org.jacoco.core.internal.instr.IProbeArrayStrategy { private static final Object[] FRAME_STACK_ARRZ private static final Object[] FRAME_LOCALS_EMPTY private final String className private final long classId private final int probeCount private final org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator private boolean seenClinit void <init> (java.lang.String, long, int, org.jacoco.core.runtime.IExecutionDataAccessorGenerator) String className long classId int probeCount org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator public int storeInstance (org.objectweb.asm.MethodVisitor, boolean, int) int maxStack org.objectweb.asm.MethodVisitor mv boolean clinit int variable public void addMembers (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor cv int probeCount private void createDataField (org.objectweb.asm.ClassVisitor) org.objectweb.asm.ClassVisitor cv private void createInitMethod (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor cv int probeCount org.objectweb.asm.MethodVisitor mv org.objectweb.asm.Label alreadyInitialized int size private void createClinitMethod (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor cv int probeCount org.objectweb.asm.MethodVisitor mv int maxStack static void <clinit> () }
org/jacoco/core/internal/instr/InstrSupport.class
InstrSupport.java package org.jacoco.core.internal.instr public final org.jacoco.core.internal.instr.InstrSupport extends java.lang.Object { public static final int ASM_API_VERSION public static final String DATAFIELD_NAME public static final int DATAFIELD_ACC public static final int DATAFIELD_INTF_ACC public static final String DATAFIELD_DESC public static final String INITMETHOD_NAME public static final String INITMETHOD_DESC public static final int INITMETHOD_ACC static final String CLINIT_NAME static final String CLINIT_DESC static final int CLINIT_ACC private void <init> () public static int getMajorVersion (byte[]) byte[] b public static void setMajorVersion (int, byte[]) int majorVersion byte[] b public static int getMajorVersion (org.objectweb.asm.ClassReader) org.objectweb.asm.ClassReader reader int firstConstantPoolEntryOffset public static boolean needsFrames (int) int version public static void assertNotInstrumented (java.lang.String, java.lang.String) throws java.lang.IllegalStateException String member String owner public static void push (org.objectweb.asm.MethodVisitor, int) org.objectweb.asm.MethodVisitor mv int value public static org.objectweb.asm.ClassReader classReaderFor (byte[]) byte[] b int originalVersion org.objectweb.asm.ClassReader classReader }
org/jacoco/core/internal/instr/SignatureRemover.class
SignatureRemover.java package org.jacoco.core.internal.instr public org.jacoco.core.internal.instr.SignatureRemover extends java.lang.Object { private static final java.util.regex.Pattern SIGNATURE_FILES private static final String MANIFEST_MF private static final String DIGEST_SUFFIX private boolean active public void <init> () public void setActive (boolean) boolean active public boolean removeEntry (java.lang.String) String name public boolean filterEntry (java.lang.String, java.io.InputStream, java.io.OutputStream) throws java.io.IOException String name java.io.InputStream in java.io.OutputStream out java.util.jar.Manifest mf private void filterManifestEntry (java.util.Collection) java.util.jar.Attributes attributes java.util.Iterator i java.util.Collection entry private void filterManifestEntryAttributes (java.util.jar.Attributes) java.util.Iterator i java.util.jar.Attributes attrs static void <clinit> () }
org/jacoco/core/internal/instr/LocalProbeArrayStrategy.class
LocalProbeArrayStrategy.java package org.jacoco.core.internal.instr org.jacoco.core.internal.instr.LocalProbeArrayStrategy extends java.lang.Object implements org.jacoco.core.internal.instr.IProbeArrayStrategy { private final String className private final long classId private final int probeCount private final org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator void <init> (java.lang.String, long, int, org.jacoco.core.runtime.IExecutionDataAccessorGenerator) String className long classId int probeCount org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator public int storeInstance (org.objectweb.asm.MethodVisitor, boolean, int) org.objectweb.asm.MethodVisitor mv boolean clinit int variable int maxStack public void addMembers (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor delegate int probeCount }
org/jacoco/core/internal/instr/CondyProbeArrayStrategy.class
CondyProbeArrayStrategy.java package org.jacoco.core.internal.instr public org.jacoco.core.internal.instr.CondyProbeArrayStrategy extends java.lang.Object implements org.jacoco.core.internal.instr.IProbeArrayStrategy { public static final String B_DESC private final String className private final boolean isInterface private final long classId private final org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator void <init> (java.lang.String, boolean, long, org.jacoco.core.runtime.IExecutionDataAccessorGenerator) String className boolean isInterface long classId org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator public int storeInstance (org.objectweb.asm.MethodVisitor, boolean, int) org.objectweb.asm.MethodVisitor mv boolean clinit int variable org.objectweb.asm.Handle bootstrapMethod public void addMembers (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor cv int probeCount org.objectweb.asm.MethodVisitor mv int maxStack }
org/jacoco/core/internal/flow/ClassProbesAdapter.class
ClassProbesAdapter.java package org.jacoco.core.internal.flow public org.jacoco.core.internal.flow.ClassProbesAdapter extends org.objectweb.asm.ClassVisitor implements org.jacoco.core.internal.flow.IProbeIdGenerator { private static final org.jacoco.core.internal.flow.MethodProbesVisitor EMPTY_METHOD_PROBES_VISITOR private final org.jacoco.core.internal.flow.ClassProbesVisitor cv private final boolean trackFrames private int counter private String name public void <init> (org.jacoco.core.internal.flow.ClassProbesVisitor, boolean) org.jacoco.core.internal.flow.ClassProbesVisitor cv boolean trackFrames public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public final org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) org.jacoco.core.internal.flow.MethodProbesVisitor methodProbes int access String name String desc String signature String[] exceptions org.jacoco.core.internal.flow.MethodProbesVisitor methodProbes org.jacoco.core.internal.flow.MethodProbesVisitor mv public void visitEnd () public int nextId () static synthetic boolean access$000 (org.jacoco.core.internal.flow.ClassProbesAdapter) org.jacoco.core.internal.flow.ClassProbesAdapter x0 static synthetic java.lang.String access$100 (org.jacoco.core.internal.flow.ClassProbesAdapter) org.jacoco.core.internal.flow.ClassProbesAdapter x0 static void <clinit> () }
org/jacoco/core/internal/flow/ClassProbesAdapter$2.class
ClassProbesAdapter.java package org.jacoco.core.internal.flow org.jacoco.core.internal.flow.ClassProbesAdapter$2 extends org.jacoco.core.internal.flow.MethodSanitizer { final synthetic org.jacoco.core.internal.flow.MethodProbesVisitor val$methodProbes final synthetic org.jacoco.core.internal.flow.ClassProbesAdapter this$0 void <init> (org.jacoco.core.internal.flow.ClassProbesAdapter, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], org.jacoco.core.internal.flow.MethodProbesVisitor) org.jacoco.core.internal.flow.ClassProbesAdapter this$0 org.objectweb.asm.MethodVisitor mv int access String name String desc String signature String[] exceptions public void visitEnd () org.objectweb.asm.commons.AnalyzerAdapter analyzer org.jacoco.core.internal.flow.MethodProbesAdapter probesAdapter }
org/jacoco/core/internal/flow/ClassProbesAdapter$1.class
ClassProbesAdapter.java package org.jacoco.core.internal.flow org.jacoco.core.internal.flow.ClassProbesAdapter$1 extends org.jacoco.core.internal.flow.MethodProbesVisitor { void <init> () }
org/jacoco/core/internal/flow/IProbeIdGenerator.class
IProbeIdGenerator.java package org.jacoco.core.internal.flow public abstract org.jacoco.core.internal.flow.IProbeIdGenerator extends java.lang.Object { public abstract int nextId () }
org/jacoco/core/internal/flow/MethodProbesAdapter.class
MethodProbesAdapter.java package org.jacoco.core.internal.flow public final org.jacoco.core.internal.flow.MethodProbesAdapter extends org.objectweb.asm.MethodVisitor { private final org.jacoco.core.internal.flow.MethodProbesVisitor probesVisitor private final org.jacoco.core.internal.flow.IProbeIdGenerator idGenerator private org.objectweb.asm.commons.AnalyzerAdapter analyzer private final java.util.Map tryCatchProbeLabels public void <init> (org.jacoco.core.internal.flow.MethodProbesVisitor, org.jacoco.core.internal.flow.IProbeIdGenerator) org.jacoco.core.internal.flow.MethodProbesVisitor probesVisitor org.jacoco.core.internal.flow.IProbeIdGenerator idGenerator public void setAnalyzer (org.objectweb.asm.commons.AnalyzerAdapter) org.objectweb.asm.commons.AnalyzerAdapter analyzer public void visitTryCatchBlock (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String) org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String type private org.objectweb.asm.Label getTryCatchLabel (org.objectweb.asm.Label) org.objectweb.asm.Label probeLabel org.objectweb.asm.Label label public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitInsn (int) int opcode public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label private int jumpPopCount (int) int opcode public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels private boolean markLabels (org.objectweb.asm.Label, org.objectweb.asm.Label[]) org.objectweb.asm.Label l org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels boolean probe private org.jacoco.core.internal.flow.IFrame frame (int) int popCount }
org/jacoco/core/internal/flow/LabelInfo.class
LabelInfo.java package org.jacoco.core.internal.flow public final org.jacoco.core.internal.flow.LabelInfo extends java.lang.Object { public static final int NO_PROBE private boolean target private boolean multiTarget private boolean successor private boolean methodInvocationLine private boolean done private int probeid private org.objectweb.asm.Label intermediate private org.jacoco.core.internal.analysis.Instruction instruction private void <init> () public static void setTarget (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static void setSuccessor (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static boolean isMultiTarget (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static boolean isSuccessor (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static void setMethodInvocationLine (org.objectweb.asm.Label) org.objectweb.asm.Label label public static boolean isMethodInvocationLine (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static boolean needsProbe (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static void setDone (org.objectweb.asm.Label) org.objectweb.asm.Label label public static void resetDone (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static void resetDone (org.objectweb.asm.Label[]) org.objectweb.asm.Label label org.objectweb.asm.Label[] labels public static boolean isDone (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static void setProbeId (org.objectweb.asm.Label, int) org.objectweb.asm.Label label int id public static int getProbeId (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static void setIntermediateLabel (org.objectweb.asm.Label, org.objectweb.asm.Label) org.objectweb.asm.Label label org.objectweb.asm.Label intermediate public static org.objectweb.asm.Label getIntermediateLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info public static void setInstruction (org.objectweb.asm.Label, org.jacoco.core.internal.analysis.Instruction) org.objectweb.asm.Label label org.jacoco.core.internal.analysis.Instruction instruction public static org.jacoco.core.internal.analysis.Instruction getInstruction (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info private static org.jacoco.core.internal.flow.LabelInfo get (org.objectweb.asm.Label) org.objectweb.asm.Label label Object info private static org.jacoco.core.internal.flow.LabelInfo create (org.objectweb.asm.Label) org.objectweb.asm.Label label org.jacoco.core.internal.flow.LabelInfo info }
org/jacoco/core/internal/flow/MethodProbesVisitor.class
MethodProbesVisitor.java package org.jacoco.core.internal.flow public abstract org.jacoco.core.internal.flow.MethodProbesVisitor extends org.objectweb.asm.MethodVisitor { public void <init> () public void <init> (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor mv public void visitProbe (int) int probeId public void visitJumpInsnWithProbe (int, org.objectweb.asm.Label, int, org.jacoco.core.internal.flow.IFrame) int opcode org.objectweb.asm.Label label int probeId org.jacoco.core.internal.flow.IFrame frame public void visitInsnWithProbe (int, int) int opcode int probeId public void visitTableSwitchInsnWithProbes (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[], org.jacoco.core.internal.flow.IFrame) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels org.jacoco.core.internal.flow.IFrame frame public void visitLookupSwitchInsnWithProbes (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[], org.jacoco.core.internal.flow.IFrame) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels org.jacoco.core.internal.flow.IFrame frame public void accept (org.objectweb.asm.tree.MethodNode, org.objectweb.asm.MethodVisitor) org.objectweb.asm.tree.MethodNode methodNode org.objectweb.asm.MethodVisitor methodVisitor }
org/jacoco/core/internal/flow/MethodSanitizer.class
MethodSanitizer.java package org.jacoco.core.internal.flow org.jacoco.core.internal.flow.MethodSanitizer extends org.objectweb.asm.commons.JSRInlinerAdapter { void <init> (org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) org.objectweb.asm.MethodVisitor mv int access String name String desc String signature String[] exceptions public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) String name String desc String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index public void visitLineNumber (int, org.objectweb.asm.Label) int line org.objectweb.asm.Label start }
org/jacoco/core/internal/flow/ClassProbesVisitor.class
ClassProbesVisitor.java package org.jacoco.core.internal.flow public abstract org.jacoco.core.internal.flow.ClassProbesVisitor extends org.objectweb.asm.ClassVisitor { public void <init> () public void <init> (org.objectweb.asm.ClassVisitor) org.objectweb.asm.ClassVisitor cv public abstract org.jacoco.core.internal.flow.MethodProbesVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) public abstract void visitTotalProbeCount (int) public volatile synthetic org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) }
org/jacoco/core/internal/flow/IFrame.class
IFrame.java package org.jacoco.core.internal.flow public abstract org.jacoco.core.internal.flow.IFrame extends java.lang.Object { public abstract void accept (org.objectweb.asm.MethodVisitor) }
org/jacoco/core/internal/flow/LabelFlowAnalyzer.class
LabelFlowAnalyzer.java package org.jacoco.core.internal.flow public final org.jacoco.core.internal.flow.LabelFlowAnalyzer extends org.objectweb.asm.MethodVisitor { boolean successor boolean first org.objectweb.asm.Label lineStart public static void markLabels (org.objectweb.asm.tree.MethodNode) int i org.objectweb.asm.tree.MethodNode method org.objectweb.asm.MethodVisitor lfa public void <init> () public void visitTryCatchBlock (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String) org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String type public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitLineNumber (int, org.objectweb.asm.Label) int line org.objectweb.asm.Label start public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels private void visitSwitchInsn (org.objectweb.asm.Label, org.objectweb.asm.Label[]) org.objectweb.asm.Label l org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels private static void setTargetIfNotDone (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int var public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String desc public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcode String owner String name String desc boolean itf public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String desc org.objectweb.asm.Handle bsm Object[] bsmArgs private void markMethodInvocationLine () public void visitLdcInsn (java.lang.Object) Object cst public void visitIincInsn (int, int) int var int increment public void visitMultiANewArrayInsn (java.lang.String, int) String desc int dims }
org/jacoco/core/internal/flow/FrameSnapshot.class
FrameSnapshot.java package org.jacoco.core.internal.flow org.jacoco.core.internal.flow.FrameSnapshot extends java.lang.Object implements org.jacoco.core.internal.flow.IFrame { private static final org.jacoco.core.internal.flow.FrameSnapshot NOP private final Object[] locals private final Object[] stack private void <init> (java.lang.Object[], java.lang.Object[]) Object[] locals Object[] stack static org.jacoco.core.internal.flow.IFrame create (org.objectweb.asm.commons.AnalyzerAdapter, int) org.objectweb.asm.commons.AnalyzerAdapter analyzer int popCount Object[] locals Object[] stack private static java.lang.Object[] reduce (java.util.List, int) Object type int i java.util.List source int popCount java.util.List copy int size public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor mv static void <clinit> () }
org/jacoco/core/package-info.class
package-info.java package org.jacoco.core abstract synthetic org.jacoco.core.package-info extends java.lang.Object { }
org/jacoco/core/JaCoCo.class
JaCoCo.java package org.jacoco.core public final org.jacoco.core.JaCoCo extends java.lang.Object { public static final String VERSION public static final String COMMITID public static final String COMMITID_SHORT public static final String HOMEURL public static final String RUNTIMEPACKAGE private void <init> () static void <clinit> () java.util.ResourceBundle bundle }
org/jacoco/core/data/ExecutionDataReader.class
ExecutionDataReader.java package org.jacoco.core.data public org.jacoco.core.data.ExecutionDataReader extends java.lang.Object { protected final org.jacoco.core.internal.data.CompactDataInput in private org.jacoco.core.data.ISessionInfoVisitor sessionInfoVisitor private org.jacoco.core.data.IExecutionDataVisitor executionDataVisitor private boolean firstBlock public void <init> (java.io.InputStream) java.io.InputStream input public void setSessionInfoVisitor (org.jacoco.core.data.ISessionInfoVisitor) org.jacoco.core.data.ISessionInfoVisitor visitor public void setExecutionDataVisitor (org.jacoco.core.data.IExecutionDataVisitor) org.jacoco.core.data.IExecutionDataVisitor visitor public boolean read () throws java.io.IOException org.jacoco.core.data.IncompatibleExecDataVersionException int i byte type protected boolean readBlock (byte) throws java.io.IOException byte blocktype private void readHeader () throws java.io.IOException char version private void readSessionInfo () throws java.io.IOException String id long start long dump private void readExecutionData () throws java.io.IOException long id String name boolean[] probes }
org/jacoco/core/data/ISessionInfoVisitor.class
ISessionInfoVisitor.java package org.jacoco.core.data public abstract org.jacoco.core.data.ISessionInfoVisitor extends java.lang.Object { public abstract void visitSessionInfo (org.jacoco.core.data.SessionInfo) }
org/jacoco/core/data/IncompatibleExecDataVersionException.class
IncompatibleExecDataVersionException.java package org.jacoco.core.data public org.jacoco.core.data.IncompatibleExecDataVersionException extends java.io.IOException { private static final long serialVersionUID private final int actualVersion public void <init> (int) int actualVersion public int getExpectedVersion () public int getActualVersion () }
org/jacoco/core/data/SessionInfoStore.class
SessionInfoStore.java package org.jacoco.core.data public org.jacoco.core.data.SessionInfoStore extends java.lang.Object implements org.jacoco.core.data.ISessionInfoVisitor { private final java.util.List infos public void <init> () public boolean isEmpty () public java.util.List getInfos () java.util.List copy public org.jacoco.core.data.SessionInfo getMerged (java.lang.String) org.jacoco.core.data.SessionInfo i String id long start long dump public void accept (org.jacoco.core.data.ISessionInfoVisitor) org.jacoco.core.data.SessionInfo i org.jacoco.core.data.ISessionInfoVisitor visitor public void visitSessionInfo (org.jacoco.core.data.SessionInfo) org.jacoco.core.data.SessionInfo info }
org/jacoco/core/data/ExecutionDataStore.class
ExecutionDataStore.java package org.jacoco.core.data public final org.jacoco.core.data.ExecutionDataStore extends java.lang.Object implements org.jacoco.core.data.IExecutionDataVisitor { private final java.util.Map entries private final java.util.Set names public void <init> () public void put (org.jacoco.core.data.ExecutionData) throws java.lang.IllegalStateException org.jacoco.core.data.ExecutionData data Long id org.jacoco.core.data.ExecutionData entry public void subtract (org.jacoco.core.data.ExecutionData) throws java.lang.IllegalStateException org.jacoco.core.data.ExecutionData data Long id org.jacoco.core.data.ExecutionData entry public void subtract (org.jacoco.core.data.ExecutionDataStore) org.jacoco.core.data.ExecutionData data org.jacoco.core.data.ExecutionDataStore store public org.jacoco.core.data.ExecutionData get (long) long id public boolean contains (java.lang.String) String name public org.jacoco.core.data.ExecutionData get (java.lang.Long, java.lang.String, int) Long id String name int probecount org.jacoco.core.data.ExecutionData entry public void reset () org.jacoco.core.data.ExecutionData executionData public java.util.Collection getContents () public void accept (org.jacoco.core.data.IExecutionDataVisitor) org.jacoco.core.data.ExecutionData data org.jacoco.core.data.IExecutionDataVisitor visitor public void visitClassExecution (org.jacoco.core.data.ExecutionData) org.jacoco.core.data.ExecutionData data }
org/jacoco/core/data/ExecutionData.class
ExecutionData.java package org.jacoco.core.data public final org.jacoco.core.data.ExecutionData extends java.lang.Object { private final long id private final String name private final boolean[] probes public void <init> (long, java.lang.String, boolean[]) long id String name boolean[] probes public void <init> (long, java.lang.String, int) long id String name int probeCount public long getId () public java.lang.String getName () public boolean[] getProbes () public void reset () public boolean hasHits () boolean p public void merge (org.jacoco.core.data.ExecutionData) org.jacoco.core.data.ExecutionData other public void merge (org.jacoco.core.data.ExecutionData, boolean) int i org.jacoco.core.data.ExecutionData other boolean flag boolean[] otherData public void assertCompatibility (long, java.lang.String, int) throws java.lang.IllegalStateException long id String name int probecount public java.lang.String toString () }
org/jacoco/core/data/package-info.class
package-info.java package org.jacoco.core.data abstract synthetic org.jacoco.core.data.package-info extends java.lang.Object { }
org/jacoco/core/data/IExecutionDataVisitor.class
IExecutionDataVisitor.java package org.jacoco.core.data public abstract org.jacoco.core.data.IExecutionDataVisitor extends java.lang.Object { public abstract void visitClassExecution (org.jacoco.core.data.ExecutionData) }
org/jacoco/core/data/SessionInfo.class
SessionInfo.java package org.jacoco.core.data public org.jacoco.core.data.SessionInfo extends java.lang.Object implements java.lang.Comparable { private final String id private final long start private final long dump public void <init> (java.lang.String, long, long) String id long start long dump public java.lang.String getId () public long getStartTimeStamp () public long getDumpTimeStamp () public int compareTo (org.jacoco.core.data.SessionInfo) org.jacoco.core.data.SessionInfo other public java.lang.String toString () public volatile synthetic int compareTo (java.lang.Object) }
org/jacoco/core/data/ExecutionDataWriter.class
ExecutionDataWriter.java package org.jacoco.core.data public org.jacoco.core.data.ExecutionDataWriter extends java.lang.Object implements org.jacoco.core.data.ISessionInfoVisitor org.jacoco.core.data.IExecutionDataVisitor { public static final char FORMAT_VERSION public static final char MAGIC_NUMBER public static final byte BLOCK_HEADER public static final byte BLOCK_SESSIONINFO public static final byte BLOCK_EXECUTIONDATA protected final org.jacoco.core.internal.data.CompactDataOutput out public void <init> (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output private void writeHeader () throws java.io.IOException public void flush () throws java.io.IOException public void visitSessionInfo (org.jacoco.core.data.SessionInfo) java.io.IOException e org.jacoco.core.data.SessionInfo info public void visitClassExecution (org.jacoco.core.data.ExecutionData) java.io.IOException e org.jacoco.core.data.ExecutionData data public static final byte[] getFileHeader () java.io.IOException e java.io.ByteArrayOutputStream buffer static void <clinit> () }
org/jacoco/core/instr/Instrumenter.class
Instrumenter.java package org.jacoco.core.instr public org.jacoco.core.instr.Instrumenter extends java.lang.Object { private final org.jacoco.core.runtime.IExecutionDataAccessorGenerator accessorGenerator private final org.jacoco.core.internal.instr.SignatureRemover signatureRemover public void <init> (org.jacoco.core.runtime.IExecutionDataAccessorGenerator) org.jacoco.core.runtime.IExecutionDataAccessorGenerator runtime public void setRemoveSignatures (boolean) boolean flag private byte[] instrument (byte[]) byte[] source long classId org.objectweb.asm.ClassReader reader org.objectweb.asm.ClassWriter writer org.jacoco.core.internal.instr.IProbeArrayStrategy strategy int version org.objectweb.asm.ClassVisitor visitor public byte[] instrument (byte[], java.lang.String) throws java.io.IOException RuntimeException e byte[] buffer String name public byte[] instrument (java.io.InputStream, java.lang.String) throws java.io.IOException byte[] bytes java.io.IOException e java.io.InputStream input String name byte[] bytes public void instrument (java.io.InputStream, java.io.OutputStream, java.lang.String) throws java.io.IOException java.io.InputStream input java.io.OutputStream output String name private java.io.IOException instrumentError (java.lang.String, java.lang.Exception) String name Exception cause java.io.IOException ex public int instrumentAll (java.io.InputStream, java.io.OutputStream, java.lang.String) throws java.io.IOException org.jacoco.core.internal.ContentTypeDetector detector java.io.IOException e java.io.InputStream input java.io.OutputStream output String name org.jacoco.core.internal.ContentTypeDetector detector private int instrumentZip (java.io.InputStream, java.io.OutputStream, java.lang.String) throws java.io.IOException java.io.ByteArrayOutputStream buffer byte[] bytes String entryName java.util.zip.ZipEntry newEntry java.io.InputStream input java.io.OutputStream output String name java.util.zip.ZipInputStream zipin java.util.zip.ZipOutputStream zipout java.util.zip.ZipEntry entry int count private int filterOrInstrument (java.io.InputStream, java.io.OutputStream, java.lang.String, java.lang.String) throws java.io.IOException java.io.InputStream in java.io.OutputStream out String name String entryName private static long crc (byte[]) byte[] data java.util.zip.CRC32 crc private java.util.zip.ZipEntry nextEntry (java.util.zip.ZipInputStream, java.lang.String) throws java.io.IOException java.io.IOException e java.util.zip.ZipInputStream input String location private int instrumentGzip (java.io.InputStream, java.io.OutputStream, java.lang.String) throws java.io.IOException java.util.zip.GZIPInputStream gzipInputStream java.io.IOException e java.io.InputStream input java.io.OutputStream output String name java.util.zip.GZIPInputStream gzipInputStream java.util.zip.GZIPOutputStream gzout int count private int instrumentPack200 (java.io.InputStream, java.io.OutputStream, java.lang.String) throws java.io.IOException java.io.InputStream unpackedInput java.io.IOException e java.io.InputStream input java.io.OutputStream output String name java.io.InputStream unpackedInput java.io.ByteArrayOutputStream buffer int count private void copy (java.io.InputStream, java.io.OutputStream, java.lang.String) throws java.io.IOException java.io.InputStream input java.io.OutputStream output String name byte[] buffer int len private int read (java.io.InputStream, byte[], java.lang.String) throws java.io.IOException java.io.IOException e java.io.InputStream input byte[] buffer String name }
org/jacoco/core/instr/package-info.class
package-info.java package org.jacoco.core.instr abstract synthetic org.jacoco.core.instr.package-info extends java.lang.Object { }
org/jacoco/core/instr/Instrumenter$1.class
Instrumenter.java package org.jacoco.core.instr org.jacoco.core.instr.Instrumenter$1 extends org.objectweb.asm.ClassWriter { final synthetic org.jacoco.core.instr.Instrumenter this$0 void <init> (org.jacoco.core.instr.Instrumenter, org.objectweb.asm.ClassReader, int) org.jacoco.core.instr.Instrumenter this$0 org.objectweb.asm.ClassReader arg0 int arg1 protected java.lang.String getCommonSuperClass (java.lang.String, java.lang.String) String type1 String type2 }
META-INF/maven/org.jacoco/
META-INF/maven/org.jacoco/org.jacoco.core/
META-INF/maven/org.jacoco/org.jacoco.core/pom.xml
META-INF/maven/org.jacoco/org.jacoco.core/pom.properties
org/objectweb/
org/objectweb/asm/
org/objectweb/asm/AnnotationVisitor.class
AnnotationVisitor.java package org.objectweb.asm public abstract org.objectweb.asm.AnnotationVisitor extends java.lang.Object { protected final int api protected org.objectweb.asm.AnnotationVisitor av protected void <init> (int) int api protected void <init> (int, org.objectweb.asm.AnnotationVisitor) int api org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor getDelegate () public void visit (java.lang.String, java.lang.Object) String name Object value public void visitEnum (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String value public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, java.lang.String) String name String descriptor public org.objectweb.asm.AnnotationVisitor visitArray (java.lang.String) String name public void visitEnd () }
org/objectweb/asm/AnnotationWriter.class
AnnotationWriter.java package org.objectweb.asm final org.objectweb.asm.AnnotationWriter extends org.objectweb.asm.AnnotationVisitor { private final org.objectweb.asm.SymbolTable symbolTable private final boolean useNamedValues private final org.objectweb.asm.ByteVector annotation private final int numElementValuePairsOffset private int numElementValuePairs private final org.objectweb.asm.AnnotationWriter previousAnnotation private org.objectweb.asm.AnnotationWriter nextAnnotation void <init> (org.objectweb.asm.SymbolTable, boolean, org.objectweb.asm.ByteVector, org.objectweb.asm.AnnotationWriter) org.objectweb.asm.SymbolTable symbolTable boolean useNamedValues org.objectweb.asm.ByteVector annotation org.objectweb.asm.AnnotationWriter previousAnnotation static org.objectweb.asm.AnnotationWriter create (org.objectweb.asm.SymbolTable, java.lang.String, org.objectweb.asm.AnnotationWriter) org.objectweb.asm.SymbolTable symbolTable String descriptor org.objectweb.asm.AnnotationWriter previousAnnotation org.objectweb.asm.ByteVector annotation static org.objectweb.asm.AnnotationWriter create (org.objectweb.asm.SymbolTable, int, org.objectweb.asm.TypePath, java.lang.String, org.objectweb.asm.AnnotationWriter) org.objectweb.asm.SymbolTable symbolTable int typeRef org.objectweb.asm.TypePath typePath String descriptor org.objectweb.asm.AnnotationWriter previousAnnotation org.objectweb.asm.ByteVector typeAnnotation public void visit (java.lang.String, java.lang.Object) int booleanValue byte byteValue byte[] byteArray boolean booleanValue boolean[] booleanArray short shortValue short[] shortArray char charValue char[] charArray int intValue int[] intArray long longValue long[] longArray float floatValue float[] floatArray double doubleValue double[] doubleArray org.objectweb.asm.Symbol symbol String name Object value public void visitEnum (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String value public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, java.lang.String) String name String descriptor public org.objectweb.asm.AnnotationVisitor visitArray (java.lang.String) String name public void visitEnd () byte[] data int computeAnnotationsSize (java.lang.String) String attributeName int attributeSize org.objectweb.asm.AnnotationWriter annotationWriter static int computeAnnotationsSize (org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter) org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation int size void putAnnotations (int, org.objectweb.asm.ByteVector) int attributeNameIndex org.objectweb.asm.ByteVector output int attributeLength int numAnnotations org.objectweb.asm.AnnotationWriter annotationWriter org.objectweb.asm.AnnotationWriter firstAnnotation static void putAnnotations (org.objectweb.asm.SymbolTable, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.AnnotationWriter, org.objectweb.asm.ByteVector) org.objectweb.asm.SymbolTable symbolTable org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation org.objectweb.asm.ByteVector output static int computeParameterAnnotationsSize (java.lang.String, org.objectweb.asm.AnnotationWriter[], int) org.objectweb.asm.AnnotationWriter annotationWriter int i String attributeName org.objectweb.asm.AnnotationWriter[] annotationWriters int annotableParameterCount int attributeSize static void putParameterAnnotations (int, org.objectweb.asm.AnnotationWriter[], int, org.objectweb.asm.ByteVector) org.objectweb.asm.AnnotationWriter annotationWriter int i org.objectweb.asm.AnnotationWriter annotationWriter org.objectweb.asm.AnnotationWriter firstAnnotation int numAnnotations int i int attributeNameIndex org.objectweb.asm.AnnotationWriter[] annotationWriters int annotableParameterCount org.objectweb.asm.ByteVector output int attributeLength }
org/objectweb/asm/Attribute$Set.class
Attribute.java package org.objectweb.asm final org.objectweb.asm.Attribute$Set extends java.lang.Object { private static final int SIZE_INCREMENT private int size private org.objectweb.asm.Attribute[] data void <init> () void addAttributes (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attributeList org.objectweb.asm.Attribute attribute org.objectweb.asm.Attribute[] toArray () org.objectweb.asm.Attribute[] result private boolean contains (org.objectweb.asm.Attribute) int i org.objectweb.asm.Attribute attribute private void add (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute[] newData org.objectweb.asm.Attribute attribute }
org/objectweb/asm/Attribute.class
Attribute.java package org.objectweb.asm public org.objectweb.asm.Attribute extends java.lang.Object { public final String type private byte[] content org.objectweb.asm.Attribute nextAttribute protected void <init> (java.lang.String) String type public boolean isUnknown () public boolean isCodeAttribute () protected org.objectweb.asm.Label[] getLabels () protected org.objectweb.asm.Attribute read (org.objectweb.asm.ClassReader, int, int, char[], int, org.objectweb.asm.Label[]) org.objectweb.asm.ClassReader classReader int offset int length char[] charBuffer int codeAttributeOffset org.objectweb.asm.Label[] labels org.objectweb.asm.Attribute attribute protected org.objectweb.asm.ByteVector write (org.objectweb.asm.ClassWriter, byte[], int, int, int) org.objectweb.asm.ClassWriter classWriter byte[] code int codeLength int maxStack int maxLocals final int getAttributeCount () int count org.objectweb.asm.Attribute attribute final int computeAttributesSize (org.objectweb.asm.SymbolTable) org.objectweb.asm.SymbolTable symbolTable byte[] code int codeLength int maxStack int maxLocals final int computeAttributesSize (org.objectweb.asm.SymbolTable, byte[], int, int, int) org.objectweb.asm.SymbolTable symbolTable byte[] code int codeLength int maxStack int maxLocals org.objectweb.asm.ClassWriter classWriter int size org.objectweb.asm.Attribute attribute static int computeAttributesSize (org.objectweb.asm.SymbolTable, int, int) org.objectweb.asm.SymbolTable symbolTable int accessFlags int signatureIndex int size final void putAttributes (org.objectweb.asm.SymbolTable, org.objectweb.asm.ByteVector) org.objectweb.asm.SymbolTable symbolTable org.objectweb.asm.ByteVector output byte[] code int codeLength int maxStack int maxLocals final void putAttributes (org.objectweb.asm.SymbolTable, byte[], int, int, int, org.objectweb.asm.ByteVector) org.objectweb.asm.ByteVector attributeContent org.objectweb.asm.SymbolTable symbolTable byte[] code int codeLength int maxStack int maxLocals org.objectweb.asm.ByteVector output org.objectweb.asm.ClassWriter classWriter org.objectweb.asm.Attribute attribute static void putAttributes (org.objectweb.asm.SymbolTable, int, int, org.objectweb.asm.ByteVector) org.objectweb.asm.SymbolTable symbolTable int accessFlags int signatureIndex org.objectweb.asm.ByteVector output }
org/objectweb/asm/ByteVector.class
ByteVector.java package org.objectweb.asm public org.objectweb.asm.ByteVector extends java.lang.Object { byte[] data int length public void <init> () public void <init> (int) int initialCapacity void <init> (byte[]) byte[] data public int size () public org.objectweb.asm.ByteVector putByte (int) int byteValue int currentLength final org.objectweb.asm.ByteVector put11 (int, int) int byteValue1 int byteValue2 int currentLength byte[] currentData public org.objectweb.asm.ByteVector putShort (int) int shortValue int currentLength byte[] currentData final org.objectweb.asm.ByteVector put12 (int, int) int byteValue int shortValue int currentLength byte[] currentData final org.objectweb.asm.ByteVector put112 (int, int, int) int byteValue1 int byteValue2 int shortValue int currentLength byte[] currentData public org.objectweb.asm.ByteVector putInt (int) int intValue int currentLength byte[] currentData final org.objectweb.asm.ByteVector put122 (int, int, int) int byteValue int shortValue1 int shortValue2 int currentLength byte[] currentData public org.objectweb.asm.ByteVector putLong (long) long longValue int currentLength byte[] currentData int intValue public org.objectweb.asm.ByteVector putUTF8 (java.lang.String) char charValue int i String stringValue int charLength int currentLength byte[] currentData final org.objectweb.asm.ByteVector encodeUtf8 (java.lang.String, int, int) char charValue int i char charValue int i String stringValue int offset int maxByteLength int charLength int byteLength int byteLengthOffset int currentLength public org.objectweb.asm.ByteVector putByteArray (byte[], int, int) byte[] byteArrayValue int byteOffset int byteLength private void enlarge (int) int size int doubleCapacity int minimalCapacity byte[] newData }
org/objectweb/asm/ClassReader.class
ClassReader.java package org.objectweb.asm public org.objectweb.asm.ClassReader extends java.lang.Object { public static final int SKIP_CODE public static final int SKIP_DEBUG public static final int SKIP_FRAMES public static final int EXPAND_FRAMES static final int EXPAND_ASM_INSNS private static final int MAX_BUFFER_SIZE private static final int INPUT_STREAM_DATA_CHUNK_SIZE public final byte[] b public final int header final byte[] classFileBuffer private final int[] cpInfoOffsets private final String[] constantUtf8Values private final org.objectweb.asm.ConstantDynamic[] constantDynamicValues private final int[] bootstrapMethodOffsets private final int maxStringLength public void <init> (byte[]) byte[] classFile public void <init> (byte[], int, int) byte[] classFileBuffer int classFileOffset int classFileLength void <init> (byte[], int, boolean) int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize int cpInfoSize byte[] classFileBuffer int classFileOffset boolean checkClassVersion int constantPoolCount int currentCpInfoIndex int currentCpInfoOffset int currentMaxStringLength boolean hasBootstrapMethods boolean hasConstantDynamic public void <init> (java.io.InputStream) throws java.io.IOException java.io.InputStream inputStream public void <init> (java.lang.String) throws java.io.IOException String className private static byte[] readStream (java.io.InputStream, boolean) throws java.io.IOException byte[] data int bytesRead int readCount java.io.ByteArrayOutputStream outputStream java.io.InputStream inputStream boolean close int bufferSize private static int computeBufferSize (java.io.InputStream) throws java.io.IOException java.io.InputStream inputStream int expectedLength public int getAccess () public java.lang.String getClassName () public java.lang.String getSuperName () public java.lang.String[] getInterfaces () int i char[] charBuffer int currentOffset int interfacesCount String[] interfaces public void accept (org.objectweb.asm.ClassVisitor, int) org.objectweb.asm.ClassVisitor classVisitor int parsingOptions public void accept (org.objectweb.asm.ClassVisitor, org.objectweb.asm.Attribute[], int) int i org.objectweb.asm.Attribute attribute String attributeName int attributeLength int i String className int methodIndex String name String type String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset org.objectweb.asm.Attribute nextAttribute int numberOfNestMembers int currentNestMemberOffset int numberOfPermittedSubclasses int currentPermittedSubclassesOffset int numberOfClasses int currentClassesOffset int recordComponentsCount org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.Attribute[] attributePrototypes int parsingOptions org.objectweb.asm.Context context char[] charBuffer int currentOffset int accessFlags String thisClass String superClass String[] interfaces int innerClassesOffset int enclosingMethodOffset String signature String sourceFile String sourceDebugExtension int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset int moduleOffset int modulePackagesOffset String moduleMainClass String nestHostClass int nestMembersOffset int permittedSubclassesOffset int recordOffset org.objectweb.asm.Attribute attributes int currentAttributeOffset int fieldsCount int methodsCount private void readModuleAttributes (org.objectweb.asm.ClassVisitor, org.objectweb.asm.Context, int, int, java.lang.String) int packageCount int currentPackageOffset String requires int requiresFlags String requiresVersion int i String exports int exportsFlags int exportsToCount String[] exportsTo int i String opens int opensFlags int opensToCount String[] opensTo int i String provides int providesWithCount String[] providesWith org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.Context context int moduleOffset int modulePackagesOffset String moduleMainClass char[] buffer int currentOffset String moduleName int moduleFlags String moduleVersion org.objectweb.asm.ModuleVisitor moduleVisitor int requiresCount int exportsCount int opensCount int usesCount int providesCount private int readRecordComponent (org.objectweb.asm.ClassVisitor, org.objectweb.asm.Context, int) org.objectweb.asm.Attribute attribute String attributeName int attributeLength String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset org.objectweb.asm.Attribute nextAttribute org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.Context context int recordComponentOffset char[] charBuffer int currentOffset String name String descriptor String signature int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset org.objectweb.asm.Attribute attributes int attributesCount org.objectweb.asm.RecordComponentVisitor recordComponentVisitor private int readField (org.objectweb.asm.ClassVisitor, org.objectweb.asm.Context, int) int constantvalueIndex org.objectweb.asm.Attribute attribute String attributeName int attributeLength String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset org.objectweb.asm.Attribute nextAttribute org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.Context context int fieldInfoOffset char[] charBuffer int currentOffset int accessFlags String name String descriptor Object constantValue String signature int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset org.objectweb.asm.Attribute attributes int attributesCount org.objectweb.asm.FieldVisitor fieldVisitor private int readMethod (org.objectweb.asm.ClassVisitor, org.objectweb.asm.Context, int) int i int currentExceptionOffset org.objectweb.asm.Attribute attribute String attributeName int attributeLength org.objectweb.asm.MethodWriter methodWriter int parametersCount int currentParameterOffset org.objectweb.asm.AnnotationVisitor annotationVisitor String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset String annotationDescriptor int numAnnotations int currentAnnotationOffset org.objectweb.asm.Attribute nextAttribute org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.Context context int methodInfoOffset char[] charBuffer int currentOffset int codeOffset int exceptionsOffset String[] exceptions boolean synthetic int signatureIndex int runtimeVisibleAnnotationsOffset int runtimeInvisibleAnnotationsOffset int runtimeVisibleParameterAnnotationsOffset int runtimeInvisibleParameterAnnotationsOffset int runtimeVisibleTypeAnnotationsOffset int runtimeInvisibleTypeAnnotationsOffset int annotationDefaultOffset int methodParametersOffset org.objectweb.asm.Attribute attributes int attributesCount org.objectweb.asm.MethodVisitor methodVisitor private void readCode (org.objectweb.asm.MethodVisitor, org.objectweb.asm.Context, int) int numTableEntries int numSwitchCases int bytecodeOffset int opcode org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String catchType int startPc int length int currentLocalVariableTableOffset int localVariableTableLength int startPc int lineNumber int currentLineNumberTableOffset int lineNumberTableLength org.objectweb.asm.Attribute attribute String attributeName int attributeLength int potentialBytecodeOffset int offset org.objectweb.asm.Label endif org.objectweb.asm.Label target int i org.objectweb.asm.Label defaultLabel int low int high org.objectweb.asm.Label[] table int i org.objectweb.asm.Label defaultLabel int numPairs int[] keys org.objectweb.asm.Label[] values boolean isInterface int cpInfoOffset int nameAndTypeCpInfoOffset String owner String name String descriptor int i int cpInfoOffset int nameAndTypeCpInfoOffset String name String descriptor int bootstrapMethodOffset org.objectweb.asm.Handle handle Object[] bootstrapMethodArguments int currentAnnotationOffset String annotationDescriptor int currentAnnotationOffset String annotationDescriptor int currentBytecodeOffset org.objectweb.asm.Label currentLabel int opcode int typeTableIndex int i int startPc int length String name String descriptor int index String signature int[] typeTable int localVariableTableLength String annotationDescriptor int targetType int typeAnnotationOffset String annotationDescriptor int targetType int typeAnnotationOffset org.objectweb.asm.Attribute nextAttribute org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.Context context int codeOffset int currentOffset byte[] classBuffer char[] charBuffer int maxStack int maxLocals int codeLength int bytecodeStartOffset int bytecodeEndOffset org.objectweb.asm.Label[] labels int exceptionTableLength int stackMapFrameOffset int stackMapTableEndOffset boolean compressedFrames int localVariableTableOffset int localVariableTypeTableOffset int[] visibleTypeAnnotationOffsets int[] invisibleTypeAnnotationOffsets org.objectweb.asm.Attribute attributes int attributesCount boolean expandFrames int currentVisibleTypeAnnotationIndex int currentVisibleTypeAnnotationBytecodeOffset int currentInvisibleTypeAnnotationIndex int currentInvisibleTypeAnnotationBytecodeOffset boolean insertFrame int wideJumpOpcodeDelta protected org.objectweb.asm.Label readLabel (int, org.objectweb.asm.Label[]) int bytecodeOffset org.objectweb.asm.Label[] labels private org.objectweb.asm.Label createLabel (int, org.objectweb.asm.Label[]) int bytecodeOffset org.objectweb.asm.Label[] labels org.objectweb.asm.Label label private void createDebugLabel (int, org.objectweb.asm.Label[]) int bytecodeOffset org.objectweb.asm.Label[] labels private int[] readTypeAnnotations (org.objectweb.asm.MethodVisitor, org.objectweb.asm.Context, int, boolean) int startPc int length int tableLength org.objectweb.asm.TypePath path String annotationDescriptor int targetType int pathLength int i org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.Context context int runtimeTypeAnnotationsOffset boolean visible char[] charBuffer int currentOffset int[] typeAnnotationsOffsets private int getTypeAnnotationBytecodeOffset (int[], int) int[] typeAnnotationOffsets int typeAnnotationIndex private int readTypeAnnotationTarget (org.objectweb.asm.Context, int) int startPc int length int index int i int tableLength org.objectweb.asm.Context context int typeAnnotationOffset int currentOffset int targetType int pathLength private void readParameterAnnotations (org.objectweb.asm.MethodVisitor, org.objectweb.asm.Context, int, boolean) String annotationDescriptor int numAnnotations int i org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.Context context int runtimeParameterAnnotationsOffset boolean visible int currentOffset int numParameters char[] charBuffer private int readElementValues (org.objectweb.asm.AnnotationVisitor, int, boolean, char[]) String elementName org.objectweb.asm.AnnotationVisitor annotationVisitor int annotationOffset boolean named char[] charBuffer int currentOffset int numElementValuePairs private int readElementValue (org.objectweb.asm.AnnotationVisitor, int, java.lang.String, char[]) int i byte[] byteValues int i boolean[] booleanValues int i short[] shortValues int i char[] charValues int i int[] intValues int i long[] longValues int i float[] floatValues int i double[] doubleValues int numValues org.objectweb.asm.AnnotationVisitor annotationVisitor int elementValueOffset String elementName char[] charBuffer int currentOffset private void computeImplicitFrame (org.objectweb.asm.Context) int currentArgumentDescriptorStartOffset org.objectweb.asm.Context context String methodDescriptor Object[] locals int numLocal int currentMethodDescritorOffset private int readStackMapFrame (int, boolean, boolean, org.objectweb.asm.Context) int frameType int offsetDelta int offsetDelta int k int local int local int stack int numberOfLocals int numberOfStackItems int offsetDelta int stackMapFrameOffset boolean compressed boolean expand org.objectweb.asm.Context context int currentOffset char[] charBuffer org.objectweb.asm.Label[] labels int frameType int offsetDelta private int readVerificationTypeInfo (int, java.lang.Object[], int, char[], org.objectweb.asm.Label[]) int verificationTypeInfoOffset Object[] frame int index char[] charBuffer org.objectweb.asm.Label[] labels int currentOffset int tag final int getFirstAttributeOffset () int attributesCount int attributesCount int currentOffset int fieldsCount int methodsCount private int[] readBootstrapMethodsAttribute (int) int j int[] result int currentBootstrapMethodOffset String attributeName int attributeLength int i int maxStringLength char[] charBuffer int currentAttributeOffset private org.objectweb.asm.Attribute readAttribute (org.objectweb.asm.Attribute[], java.lang.String, int, int, char[], int, org.objectweb.asm.Label[]) org.objectweb.asm.Attribute attributePrototype org.objectweb.asm.Attribute[] attributePrototypes String type int offset int length char[] charBuffer int codeAttributeOffset org.objectweb.asm.Label[] labels public int getItemCount () public int getItem (int) int constantPoolEntryIndex public int getMaxStringLength () public int readByte (int) int offset public int readUnsignedShort (int) int offset byte[] classBuffer public short readShort (int) int offset byte[] classBuffer public int readInt (int) int offset byte[] classBuffer public long readLong (int) int offset long l1 long l0 public java.lang.String readUTF8 (int, char[]) int offset char[] charBuffer int constantPoolEntryIndex final java.lang.String readUtf (int, char[]) int constantPoolEntryIndex char[] charBuffer String value int cpInfoOffset private java.lang.String readUtf (int, int, char[]) int currentByte int utfOffset int utfLength char[] charBuffer int currentOffset int endOffset int strLength byte[] classBuffer private java.lang.String readStringish (int, char[]) int offset char[] charBuffer public java.lang.String readClass (int, char[]) int offset char[] charBuffer public java.lang.String readModule (int, char[]) int offset char[] charBuffer public java.lang.String readPackage (int, char[]) int offset char[] charBuffer private org.objectweb.asm.ConstantDynamic readConstantDynamic (int, char[]) int i int constantPoolEntryIndex char[] charBuffer org.objectweb.asm.ConstantDynamic constantDynamic int cpInfoOffset int nameAndTypeCpInfoOffset String name String descriptor int bootstrapMethodOffset org.objectweb.asm.Handle handle Object[] bootstrapMethodArguments public java.lang.Object readConst (int, char[]) int referenceKind int referenceCpInfoOffset int nameAndTypeCpInfoOffset String owner String name String descriptor boolean isInterface int constantPoolEntryIndex char[] charBuffer int cpInfoOffset }
org/objectweb/asm/ClassTooLargeException.class
ClassTooLargeException.java package org.objectweb.asm public final org.objectweb.asm.ClassTooLargeException extends java.lang.IndexOutOfBoundsException { private static final long serialVersionUID private final String className private final int constantPoolCount public void <init> (java.lang.String, int) String className int constantPoolCount public java.lang.String getClassName () public int getConstantPoolCount () }
org/objectweb/asm/ClassVisitor.class
ClassVisitor.java package org.objectweb.asm public abstract org.objectweb.asm.ClassVisitor extends java.lang.Object { protected final int api protected org.objectweb.asm.ClassVisitor cv protected void <init> (int) int api protected void <init> (int, org.objectweb.asm.ClassVisitor) int api org.objectweb.asm.ClassVisitor classVisitor public org.objectweb.asm.ClassVisitor getDelegate () public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public void visitSource (java.lang.String, java.lang.String) String source String debug public org.objectweb.asm.ModuleVisitor visitModule (java.lang.String, int, java.lang.String) String name int access String version public void visitNestHost (java.lang.String) String nestHost public void visitOuterClass (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitNestMember (java.lang.String) String nestMember public void visitPermittedSubclass (java.lang.String) String permittedSubclass public void visitInnerClass (java.lang.String, java.lang.String, java.lang.String, int) String name String outerName String innerName int access public org.objectweb.asm.RecordComponentVisitor visitRecordComponent (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String signature public org.objectweb.asm.FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String descriptor String signature Object value public org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String descriptor String signature String[] exceptions public void visitEnd () }
org/objectweb/asm/ClassWriter.class
ClassWriter.java package org.objectweb.asm public org.objectweb.asm.ClassWriter extends org.objectweb.asm.ClassVisitor { public static final int COMPUTE_MAXS public static final int COMPUTE_FRAMES private final int flags private int version private final org.objectweb.asm.SymbolTable symbolTable private int accessFlags private int thisClass private int superClass private int interfaceCount private int[] interfaces private org.objectweb.asm.FieldWriter firstField private org.objectweb.asm.FieldWriter lastField private org.objectweb.asm.MethodWriter firstMethod private org.objectweb.asm.MethodWriter lastMethod private int numberOfInnerClasses private org.objectweb.asm.ByteVector innerClasses private int enclosingClassIndex private int enclosingMethodIndex private int signatureIndex private int sourceFileIndex private org.objectweb.asm.ByteVector debugExtension private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation private org.objectweb.asm.ModuleWriter moduleWriter private int nestHostClassIndex private int numberOfNestMemberClasses private org.objectweb.asm.ByteVector nestMemberClasses private int numberOfPermittedSubclasses private org.objectweb.asm.ByteVector permittedSubclasses private org.objectweb.asm.RecordComponentWriter firstRecordComponent private org.objectweb.asm.RecordComponentWriter lastRecordComponent private org.objectweb.asm.Attribute firstAttribute private int compute public void <init> (int) int flags public void <init> (org.objectweb.asm.ClassReader, int) org.objectweb.asm.ClassReader classReader int flags public boolean hasFlags (int) int flags public final void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int i int version int access String name String signature String superName String[] interfaces public final void visitSource (java.lang.String, java.lang.String) String file String debug public final org.objectweb.asm.ModuleVisitor visitModule (java.lang.String, int, java.lang.String) String name int access String version public final void visitNestHost (java.lang.String) String nestHost public final void visitOuterClass (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public final org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public final org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public final void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public final void visitNestMember (java.lang.String) String nestMember public final void visitPermittedSubclass (java.lang.String) String permittedSubclass public final void visitInnerClass (java.lang.String, java.lang.String, java.lang.String, int) String name String outerName String innerName int access org.objectweb.asm.Symbol nameSymbol public final org.objectweb.asm.RecordComponentVisitor visitRecordComponent (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String signature org.objectweb.asm.RecordComponentWriter recordComponentWriter public final org.objectweb.asm.FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String descriptor String signature Object value org.objectweb.asm.FieldWriter fieldWriter public final org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String descriptor String signature String[] exceptions org.objectweb.asm.MethodWriter methodWriter public final void visitEnd () public byte[] toByteArray () org.objectweb.asm.RecordComponentWriter recordComponentWriter int i int length org.objectweb.asm.RecordComponentWriter recordComponentWriter int size int fieldsCount org.objectweb.asm.FieldWriter fieldWriter int methodsCount org.objectweb.asm.MethodWriter methodWriter int attributesCount int recordComponentCount int recordSize int constantPoolCount org.objectweb.asm.ByteVector result int mask boolean hasFrames boolean hasAsmInstructions private byte[] replaceAsmInstructions (byte[], boolean) byte[] classFile boolean hasFrames org.objectweb.asm.Attribute[] attributes private org.objectweb.asm.Attribute[] getAttributePrototypes () org.objectweb.asm.Attribute$Set attributePrototypes org.objectweb.asm.FieldWriter fieldWriter org.objectweb.asm.MethodWriter methodWriter org.objectweb.asm.RecordComponentWriter recordComponentWriter public int newConst (java.lang.Object) Object value public int newUTF8 (java.lang.String) String value public int newClass (java.lang.String) String value public int newMethodType (java.lang.String) String methodDescriptor public int newModule (java.lang.String) String moduleName public int newPackage (java.lang.String) String packageName public int newHandle (int, java.lang.String, java.lang.String, java.lang.String) int tag String owner String name String descriptor public int newHandle (int, java.lang.String, java.lang.String, java.lang.String, boolean) int tag String owner String name String descriptor boolean isInterface public transient int newConstantDynamic (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public transient int newInvokeDynamic (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public int newField (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public int newMethod (java.lang.String, java.lang.String, java.lang.String, boolean) String owner String name String descriptor boolean isInterface public int newNameType (java.lang.String, java.lang.String) String name String descriptor protected java.lang.String getCommonSuperClass (java.lang.String, java.lang.String) Class class1 ClassNotFoundException e Class class2 ClassNotFoundException e String type1 String type2 ClassLoader classLoader Class class1 Class class2 protected java.lang.ClassLoader getClassLoader () }
org/objectweb/asm/ConstantDynamic.class
ConstantDynamic.java package org.objectweb.asm public final org.objectweb.asm.ConstantDynamic extends java.lang.Object { private final String name private final String descriptor private final org.objectweb.asm.Handle bootstrapMethod private final Object[] bootstrapMethodArguments public transient void <init> (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethod Object[] bootstrapMethodArguments public java.lang.String getName () public java.lang.String getDescriptor () public org.objectweb.asm.Handle getBootstrapMethod () public int getBootstrapMethodArgumentCount () public java.lang.Object getBootstrapMethodArgument (int) int index java.lang.Object[] getBootstrapMethodArgumentsUnsafe () public int getSize () char firstCharOfDescriptor public boolean equals (java.lang.Object) Object object org.objectweb.asm.ConstantDynamic constantDynamic public int hashCode () public java.lang.String toString () }
org/objectweb/asm/Constants.class
Constants.java package org.objectweb.asm final org.objectweb.asm.Constants extends java.lang.Object { static final String CONSTANT_VALUE static final String CODE static final String STACK_MAP_TABLE static final String EXCEPTIONS static final String INNER_CLASSES static final String ENCLOSING_METHOD static final String SYNTHETIC static final String SIGNATURE static final String SOURCE_FILE static final String SOURCE_DEBUG_EXTENSION static final String LINE_NUMBER_TABLE static final String LOCAL_VARIABLE_TABLE static final String LOCAL_VARIABLE_TYPE_TABLE static final String DEPRECATED static final String RUNTIME_VISIBLE_ANNOTATIONS static final String RUNTIME_INVISIBLE_ANNOTATIONS static final String RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS static final String RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS static final String RUNTIME_VISIBLE_TYPE_ANNOTATIONS static final String RUNTIME_INVISIBLE_TYPE_ANNOTATIONS static final String ANNOTATION_DEFAULT static final String BOOTSTRAP_METHODS static final String METHOD_PARAMETERS static final String MODULE static final String MODULE_PACKAGES static final String MODULE_MAIN_CLASS static final String NEST_HOST static final String NEST_MEMBERS static final String PERMITTED_SUBCLASSES static final String RECORD static final int ACC_CONSTRUCTOR static final int F_INSERT static final int LDC_W static final int LDC2_W static final int ILOAD_0 static final int ILOAD_1 static final int ILOAD_2 static final int ILOAD_3 static final int LLOAD_0 static final int LLOAD_1 static final int LLOAD_2 static final int LLOAD_3 static final int FLOAD_0 static final int FLOAD_1 static final int FLOAD_2 static final int FLOAD_3 static final int DLOAD_0 static final int DLOAD_1 static final int DLOAD_2 static final int DLOAD_3 static final int ALOAD_0 static final int ALOAD_1 static final int ALOAD_2 static final int ALOAD_3 static final int ISTORE_0 static final int ISTORE_1 static final int ISTORE_2 static final int ISTORE_3 static final int LSTORE_0 static final int LSTORE_1 static final int LSTORE_2 static final int LSTORE_3 static final int FSTORE_0 static final int FSTORE_1 static final int FSTORE_2 static final int FSTORE_3 static final int DSTORE_0 static final int DSTORE_1 static final int DSTORE_2 static final int DSTORE_3 static final int ASTORE_0 static final int ASTORE_1 static final int ASTORE_2 static final int ASTORE_3 static final int WIDE static final int GOTO_W static final int JSR_W static final int WIDE_JUMP_OPCODE_DELTA static final int ASM_OPCODE_DELTA static final int ASM_IFNULL_OPCODE_DELTA static final int ASM_IFEQ static final int ASM_IFNE static final int ASM_IFLT static final int ASM_IFGE static final int ASM_IFGT static final int ASM_IFLE static final int ASM_IF_ICMPEQ static final int ASM_IF_ICMPNE static final int ASM_IF_ICMPLT static final int ASM_IF_ICMPGE static final int ASM_IF_ICMPGT static final int ASM_IF_ICMPLE static final int ASM_IF_ACMPEQ static final int ASM_IF_ACMPNE static final int ASM_GOTO static final int ASM_JSR static final int ASM_IFNULL static final int ASM_IFNONNULL static final int ASM_GOTO_W private void <init> () static void checkAsmExperimental (java.lang.Object) Object caller Class callerClass String internalName static boolean isWhitelisted (java.lang.String) String internalName String member static void checkIsPreview (java.io.InputStream) int minorVersion java.io.DataInputStream callerClassStream int minorVersion java.io.IOException ioe java.io.InputStream classInputStream int minorVersion }
org/objectweb/asm/Context.class
Context.java package org.objectweb.asm final org.objectweb.asm.Context extends java.lang.Object { org.objectweb.asm.Attribute[] attributePrototypes int parsingOptions char[] charBuffer int currentMethodAccessFlags String currentMethodName String currentMethodDescriptor org.objectweb.asm.Label[] currentMethodLabels int currentTypeAnnotationTarget org.objectweb.asm.TypePath currentTypeAnnotationTargetPath org.objectweb.asm.Label[] currentLocalVariableAnnotationRangeStarts org.objectweb.asm.Label[] currentLocalVariableAnnotationRangeEnds int[] currentLocalVariableAnnotationRangeIndices int currentFrameOffset int currentFrameType int currentFrameLocalCount int currentFrameLocalCountDelta Object[] currentFrameLocalTypes int currentFrameStackCount Object[] currentFrameStackTypes void <init> () }
org/objectweb/asm/CurrentFrame.class
CurrentFrame.java package org.objectweb.asm final org.objectweb.asm.CurrentFrame extends org.objectweb.asm.Frame { void <init> (org.objectweb.asm.Label) org.objectweb.asm.Label owner void execute (int, int, org.objectweb.asm.Symbol, org.objectweb.asm.SymbolTable) int opcode int arg org.objectweb.asm.Symbol symbolArg org.objectweb.asm.SymbolTable symbolTable org.objectweb.asm.Frame successor }
org/objectweb/asm/Edge.class
Edge.java package org.objectweb.asm final org.objectweb.asm.Edge extends java.lang.Object { static final int JUMP static final int EXCEPTION final int info final org.objectweb.asm.Label successor org.objectweb.asm.Edge nextEdge void <init> (int, org.objectweb.asm.Label, org.objectweb.asm.Edge) int info org.objectweb.asm.Label successor org.objectweb.asm.Edge nextEdge }
org/objectweb/asm/FieldVisitor.class
FieldVisitor.java package org.objectweb.asm public abstract org.objectweb.asm.FieldVisitor extends java.lang.Object { protected final int api protected org.objectweb.asm.FieldVisitor fv protected void <init> (int) int api protected void <init> (int, org.objectweb.asm.FieldVisitor) int api org.objectweb.asm.FieldVisitor fieldVisitor public org.objectweb.asm.FieldVisitor getDelegate () public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitEnd () }
org/objectweb/asm/FieldWriter.class
FieldWriter.java package org.objectweb.asm final org.objectweb.asm.FieldWriter extends org.objectweb.asm.FieldVisitor { private final org.objectweb.asm.SymbolTable symbolTable private final int accessFlags private final int nameIndex private final int descriptorIndex private int signatureIndex private int constantValueIndex private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation private org.objectweb.asm.Attribute firstAttribute void <init> (org.objectweb.asm.SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) org.objectweb.asm.SymbolTable symbolTable int access String name String descriptor String signature Object constantValue public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitEnd () int computeFieldInfoSize () int size void putFieldInfo (org.objectweb.asm.ByteVector) org.objectweb.asm.ByteVector output boolean useSyntheticAttribute int mask int attributesCount final void collectAttributePrototypes (org.objectweb.asm.Attribute$Set) org.objectweb.asm.Attribute$Set attributePrototypes }
org/objectweb/asm/Frame.class
Frame.java package org.objectweb.asm org.objectweb.asm.Frame extends java.lang.Object { static final int SAME_FRAME static final int SAME_LOCALS_1_STACK_ITEM_FRAME static final int RESERVED static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED static final int CHOP_FRAME static final int SAME_FRAME_EXTENDED static final int APPEND_FRAME static final int FULL_FRAME static final int ITEM_TOP static final int ITEM_INTEGER static final int ITEM_FLOAT static final int ITEM_DOUBLE static final int ITEM_LONG static final int ITEM_NULL static final int ITEM_UNINITIALIZED_THIS static final int ITEM_OBJECT static final int ITEM_UNINITIALIZED private static final int ITEM_ASM_BOOLEAN private static final int ITEM_ASM_BYTE private static final int ITEM_ASM_CHAR private static final int ITEM_ASM_SHORT private static final int DIM_SIZE private static final int KIND_SIZE private static final int FLAGS_SIZE private static final int VALUE_SIZE private static final int DIM_SHIFT private static final int KIND_SHIFT private static final int FLAGS_SHIFT private static final int DIM_MASK private static final int KIND_MASK private static final int VALUE_MASK private static final int ARRAY_OF private static final int ELEMENT_OF private static final int CONSTANT_KIND private static final int REFERENCE_KIND private static final int UNINITIALIZED_KIND private static final int LOCAL_KIND private static final int STACK_KIND private static final int TOP_IF_LONG_OR_DOUBLE_FLAG private static final int TOP private static final int BOOLEAN private static final int BYTE private static final int CHAR private static final int SHORT private static final int INTEGER private static final int FLOAT private static final int LONG private static final int DOUBLE private static final int NULL private static final int UNINITIALIZED_THIS org.objectweb.asm.Label owner private int[] inputLocals private int[] inputStack private int[] outputLocals private int[] outputStack private short outputStackStart private short outputStackTop private int initializationCount private int[] initializations void <init> (org.objectweb.asm.Label) org.objectweb.asm.Label owner final void copyFrom (org.objectweb.asm.Frame) org.objectweb.asm.Frame frame static int getAbstractTypeFromApiFormat (org.objectweb.asm.SymbolTable, java.lang.Object) String descriptor org.objectweb.asm.SymbolTable symbolTable Object type static int getAbstractTypeFromInternalName (org.objectweb.asm.SymbolTable, java.lang.String) org.objectweb.asm.SymbolTable symbolTable String internalName private static int getAbstractTypeFromDescriptor (org.objectweb.asm.SymbolTable, java.lang.String, int) String internalName int typeValue int typeValue int typeValue int typeValue int typeValue int typeValue int typeValue int typeValue String internalName int typeValue int elementDescriptorOffset int typeValue org.objectweb.asm.SymbolTable symbolTable String buffer int offset final void setInputFrameFromDescriptor (org.objectweb.asm.SymbolTable, int, java.lang.String, int) int abstractType org.objectweb.asm.Type argumentType org.objectweb.asm.SymbolTable symbolTable int access String descriptor int maxLocals int inputLocalIndex final void setInputFrameFromApiFormat (org.objectweb.asm.SymbolTable, int, java.lang.Object[], int, java.lang.Object[]) int i int i int i org.objectweb.asm.SymbolTable symbolTable int numLocal Object[] local int numStack Object[] stack int inputLocalIndex int numStackTop int inputStackIndex final int getInputStackSize () private int getLocal (int) int abstractType int localIndex private void setLocal (int, int) int[] newOutputLocals int localIndex int abstractType int outputLocalsLength private void push (int) int[] newOutputStack int abstractType int outputStackLength short outputStackSize private void push (org.objectweb.asm.SymbolTable, java.lang.String) org.objectweb.asm.SymbolTable symbolTable String descriptor int typeDescriptorOffset int abstractType private int pop () private void pop (int) int elements private void pop (java.lang.String) String descriptor char firstDescriptorChar private void addInitializedType (int) int[] newInitializations int abstractType int initializationsLength private int getInitializedType (org.objectweb.asm.SymbolTable, int) int initializedType int dim int kind int value int i org.objectweb.asm.SymbolTable symbolTable int abstractType void execute (int, int, org.objectweb.asm.Symbol, org.objectweb.asm.SymbolTable) int abstractType1 int previousLocalType int abstractType1 int previousLocalType int abstractType1 int abstractType1 int abstractType1 int abstractType2 int abstractType1 int abstractType2 int abstractType3 int abstractType1 int abstractType2 int abstractType1 int abstractType2 int abstractType3 int abstractType1 int abstractType2 int abstractType3 int abstractType4 int abstractType1 int abstractType2 int abstractType1 String arrayElementType String castType int opcode int arg org.objectweb.asm.Symbol argSymbol org.objectweb.asm.SymbolTable symbolTable private int getConcreteOutputType (int, int) int concreteOutputType int concreteOutputType int abstractOutputType int numStack int dim int kind final boolean merge (org.objectweb.asm.SymbolTable, org.objectweb.asm.Frame, int) int concreteOutputType int abstractOutputType int concreteOutputType int concreteOutputType int i int i int concreteOutputType int i int abstractOutputType int concreteOutputType int i org.objectweb.asm.SymbolTable symbolTable org.objectweb.asm.Frame dstFrame int catchTypeIndex boolean frameChanged int numLocal int numStack int numInputStack private static boolean merge (org.objectweb.asm.SymbolTable, int, int[], int) int mergedType int mergedDim int mergedType int srcDim int dstDim int mergedType int mergedType int mergedType org.objectweb.asm.SymbolTable symbolTable int sourceType int[] dstTypes int dstIndex int dstType int srcType int mergedType final void accept (org.objectweb.asm.MethodWriter) int localType int stackType int localType int stackType org.objectweb.asm.MethodWriter methodWriter int[] localTypes int numLocal int numTrailingTop int i int[] stackTypes int numStack int frameIndex static void putAbstractType (org.objectweb.asm.SymbolTable, int, org.objectweb.asm.ByteVector) int typeValue StringBuilder typeDescriptor org.objectweb.asm.SymbolTable symbolTable int abstractType org.objectweb.asm.ByteVector output int arrayDimensions }
org/objectweb/asm/Handle.class
Handle.java package org.objectweb.asm public final org.objectweb.asm.Handle extends java.lang.Object { private final int tag private final String owner private final String name private final String descriptor private final boolean isInterface public void <init> (int, java.lang.String, java.lang.String, java.lang.String) int tag String owner String name String descriptor public void <init> (int, java.lang.String, java.lang.String, java.lang.String, boolean) int tag String owner String name String descriptor boolean isInterface public int getTag () public java.lang.String getOwner () public java.lang.String getName () public java.lang.String getDesc () public boolean isInterface () public boolean equals (java.lang.Object) Object object org.objectweb.asm.Handle handle public int hashCode () public java.lang.String toString () }
org/objectweb/asm/Handler.class
Handler.java package org.objectweb.asm final org.objectweb.asm.Handler extends java.lang.Object { final org.objectweb.asm.Label startPc final org.objectweb.asm.Label endPc final org.objectweb.asm.Label handlerPc final int catchType final String catchTypeDescriptor org.objectweb.asm.Handler nextHandler void <init> (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, int, java.lang.String) org.objectweb.asm.Label startPc org.objectweb.asm.Label endPc org.objectweb.asm.Label handlerPc int catchType String catchTypeDescriptor void <init> (org.objectweb.asm.Handler, org.objectweb.asm.Label, org.objectweb.asm.Label) org.objectweb.asm.Handler handler org.objectweb.asm.Label startPc org.objectweb.asm.Label endPc static org.objectweb.asm.Handler removeRange (org.objectweb.asm.Handler, org.objectweb.asm.Label, org.objectweb.asm.Label) org.objectweb.asm.Handler firstHandler org.objectweb.asm.Label start org.objectweb.asm.Label end int handlerStart int handlerEnd int rangeStart int rangeEnd static int getExceptionTableLength (org.objectweb.asm.Handler) org.objectweb.asm.Handler firstHandler int length org.objectweb.asm.Handler handler static int getExceptionTableSize (org.objectweb.asm.Handler) org.objectweb.asm.Handler firstHandler static void putExceptionTable (org.objectweb.asm.Handler, org.objectweb.asm.ByteVector) org.objectweb.asm.Handler firstHandler org.objectweb.asm.ByteVector output org.objectweb.asm.Handler handler }
org/objectweb/asm/Label.class
Label.java package org.objectweb.asm public org.objectweb.asm.Label extends java.lang.Object { static final int FLAG_DEBUG_ONLY static final int FLAG_JUMP_TARGET static final int FLAG_RESOLVED static final int FLAG_REACHABLE static final int FLAG_SUBROUTINE_CALLER static final int FLAG_SUBROUTINE_START static final int FLAG_SUBROUTINE_END static final int LINE_NUMBERS_CAPACITY_INCREMENT static final int FORWARD_REFERENCES_CAPACITY_INCREMENT static final int FORWARD_REFERENCE_TYPE_MASK static final int FORWARD_REFERENCE_TYPE_SHORT static final int FORWARD_REFERENCE_TYPE_WIDE static final int FORWARD_REFERENCE_HANDLE_MASK static final org.objectweb.asm.Label EMPTY_LIST public Object info short flags private short lineNumber private int[] otherLineNumbers int bytecodeOffset private int[] forwardReferences short inputStackSize short outputStackSize short outputStackMax short subroutineId org.objectweb.asm.Frame frame org.objectweb.asm.Label nextBasicBlock org.objectweb.asm.Edge outgoingEdges org.objectweb.asm.Label nextListElement public void <init> () public int getOffset () final org.objectweb.asm.Label getCanonicalInstance () final void addLineNumber (int) int[] newLineNumbers int otherLineNumberIndex int lineNumber final void accept (org.objectweb.asm.MethodVisitor, boolean) int i org.objectweb.asm.MethodVisitor methodVisitor boolean visitLineNumbers final void put (org.objectweb.asm.ByteVector, int, boolean) org.objectweb.asm.ByteVector code int sourceInsnBytecodeOffset boolean wideReference private void addForwardReference (int, int, int) int[] newValues int sourceInsnBytecodeOffset int referenceType int referenceHandle int lastElementIndex final boolean resolve (byte[], int) int opcode int sourceInsnBytecodeOffset int reference int relativeOffset int handle int i byte[] code int bytecodeOffset boolean hasAsmInstructions final void markSubroutine (short) org.objectweb.asm.Label basicBlock short subroutineId org.objectweb.asm.Label listOfBlocksToProcess final void addSubroutineRetSuccessors (org.objectweb.asm.Label) org.objectweb.asm.Label basicBlock org.objectweb.asm.Label newListOfProcessedBlocks org.objectweb.asm.Label subroutineCaller org.objectweb.asm.Label listOfProcessedBlocks org.objectweb.asm.Label listOfBlocksToProcess private org.objectweb.asm.Label pushSuccessors (org.objectweb.asm.Label) boolean isJsrTarget org.objectweb.asm.Label listOfLabelsToProcess org.objectweb.asm.Label newListOfLabelsToProcess org.objectweb.asm.Edge outgoingEdge public java.lang.String toString () static void <clinit> () }
org/objectweb/asm/MethodTooLargeException.class
MethodTooLargeException.java package org.objectweb.asm public final org.objectweb.asm.MethodTooLargeException extends java.lang.IndexOutOfBoundsException { private static final long serialVersionUID private final String className private final String methodName private final String descriptor private final int codeSize public void <init> (java.lang.String, java.lang.String, java.lang.String, int) String className String methodName String descriptor int codeSize public java.lang.String getClassName () public java.lang.String getMethodName () public java.lang.String getDescriptor () public int getCodeSize () }
org/objectweb/asm/MethodVisitor.class
MethodVisitor.java package org.objectweb.asm public abstract org.objectweb.asm.MethodVisitor extends java.lang.Object { private static final String REQUIRES_ASM5 protected final int api protected org.objectweb.asm.MethodVisitor mv protected void <init> (int) int api protected void <init> (int, org.objectweb.asm.MethodVisitor) int api org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.MethodVisitor getDelegate () public void visitParameter (java.lang.String, int) String name int access public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault () public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitAnnotableParameterCount (int, boolean) int parameterCount boolean visible public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation (int, java.lang.String, boolean) int parameter String descriptor boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitCode () public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int type int numLocal Object[] local int numStack Object[] stack public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int varIndex public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor int opcodeAndSource public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcode String owner String name String descriptor boolean isInterface public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) Object value public void visitIincInsn (int, int) int varIndex int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions public org.objectweb.asm.AnnotationVisitor visitInsnAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitTryCatchBlock (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String) org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String type public org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) String name String descriptor String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation (int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.Label[] start org.objectweb.asm.Label[] end int[] index String descriptor boolean visible public void visitLineNumber (int, org.objectweb.asm.Label) int line org.objectweb.asm.Label start public void visitMaxs (int, int) int maxStack int maxLocals public void visitEnd () }
org/objectweb/asm/MethodWriter.class
MethodWriter.java package org.objectweb.asm final org.objectweb.asm.MethodWriter extends org.objectweb.asm.MethodVisitor { static final int COMPUTE_NOTHING static final int COMPUTE_MAX_STACK_AND_LOCAL static final int COMPUTE_MAX_STACK_AND_LOCAL_FROM_FRAMES static final int COMPUTE_INSERTED_FRAMES static final int COMPUTE_ALL_FRAMES private static final int NA private static final int[] STACK_SIZE_DELTA private final org.objectweb.asm.SymbolTable symbolTable private final int accessFlags private final int nameIndex private final String name private final int descriptorIndex private final String descriptor private int maxStack private int maxLocals private final org.objectweb.asm.ByteVector code private org.objectweb.asm.Handler firstHandler private org.objectweb.asm.Handler lastHandler private int lineNumberTableLength private org.objectweb.asm.ByteVector lineNumberTable private int localVariableTableLength private org.objectweb.asm.ByteVector localVariableTable private int localVariableTypeTableLength private org.objectweb.asm.ByteVector localVariableTypeTable private int stackMapTableNumberOfEntries private org.objectweb.asm.ByteVector stackMapTableEntries private org.objectweb.asm.AnnotationWriter lastCodeRuntimeVisibleTypeAnnotation private org.objectweb.asm.AnnotationWriter lastCodeRuntimeInvisibleTypeAnnotation private org.objectweb.asm.Attribute firstCodeAttribute private final int numberOfExceptions private final int[] exceptionIndexTable private final int signatureIndex private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation private int visibleAnnotableParameterCount private org.objectweb.asm.AnnotationWriter[] lastRuntimeVisibleParameterAnnotations private int invisibleAnnotableParameterCount private org.objectweb.asm.AnnotationWriter[] lastRuntimeInvisibleParameterAnnotations private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation private org.objectweb.asm.ByteVector defaultValue private int parametersCount private org.objectweb.asm.ByteVector parameters private org.objectweb.asm.Attribute firstAttribute private final int compute private org.objectweb.asm.Label firstBasicBlock private org.objectweb.asm.Label lastBasicBlock private org.objectweb.asm.Label currentBasicBlock private int relativeStackSize private int maxRelativeStackSize private int currentLocals private int previousFrameOffset private int[] previousFrame private int[] currentFrame private boolean hasSubroutines private boolean hasAsmInstructions private int lastBytecodeOffset private int sourceOffset private int sourceLength void <init> (org.objectweb.asm.SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], int) int i int argumentsSize org.objectweb.asm.SymbolTable symbolTable int access String name String descriptor String signature String[] exceptions int compute boolean hasFrames () boolean hasAsmInstructions () public void visitParameter (java.lang.String, int) String name int access public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault () public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitAnnotableParameterCount (int, boolean) int parameterCount boolean visible public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation (int, java.lang.String, boolean) int parameter String annotationDescriptor boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitCode () public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int argumentsSize org.objectweb.asm.Frame implicitFirstFrame int i int i int frameIndex int offsetDelta int i int i int i int offsetDelta int i int type int numLocal Object[] local int numStack Object[] stack public void visitInsn (int) int size int opcode public void visitIntInsn (int, int) int size int opcode int operand public void visitVarInsn (int, int) int optimizedOpcode int optimizedOpcode int size int currentMaxLocals int currentMaxLocals int opcode int varIndex public void visitTypeInsn (int, java.lang.String) int size int opcode String type org.objectweb.asm.Symbol typeSymbol public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int size int size int size int size char firstDescChar int opcode String owner String name String descriptor org.objectweb.asm.Symbol fieldrefSymbol public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int size int argumentsAndReturnSize int stackSizeDelta int size int opcode String owner String name String descriptor boolean isInterface org.objectweb.asm.Symbol methodrefSymbol public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) int argumentsAndReturnSize int stackSizeDelta int size String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments org.objectweb.asm.Symbol invokeDynamicSymbol public void visitJumpInsn (int, org.objectweb.asm.Label) org.objectweb.asm.Label nextBasicBlock int opcode org.objectweb.asm.Label label int baseOpcode boolean nextInsnIsJumpTarget public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) char firstDescriptorChar int size Object value org.objectweb.asm.Symbol constantSymbol int constantIndex boolean isLongOrDouble public void visitIincInsn (int, int) int currentMaxLocals int varIndex int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) org.objectweb.asm.Label label int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) int i org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels private void visitSwitchInsn (org.objectweb.asm.Label, org.objectweb.asm.Label[]) org.objectweb.asm.Label label org.objectweb.asm.Label label org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions org.objectweb.asm.Symbol descSymbol public org.objectweb.asm.AnnotationVisitor visitInsnAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitTryCatchBlock (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String) org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String type org.objectweb.asm.Handler newHandler public org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) char firstDescChar int currentMaxLocals String name String descriptor String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation (int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean) int i int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.Label[] start org.objectweb.asm.Label[] end int[] index String descriptor boolean visible org.objectweb.asm.ByteVector typeAnnotation public void visitLineNumber (int, org.objectweb.asm.Label) int line org.objectweb.asm.Label start public void visitMaxs (int, int) int maxStack int maxLocals private void computeAllFrames () String catchTypeDescriptor int catchType org.objectweb.asm.Label handlerBlock org.objectweb.asm.Label handlerRangeBlock org.objectweb.asm.Label handlerRangeEnd org.objectweb.asm.Label successorBlock boolean successorBlockChanged org.objectweb.asm.Label basicBlock int maxBlockStackSize org.objectweb.asm.Edge outgoingEdge int i int frameIndex org.objectweb.asm.Label nextBasicBlock int startOffset int endOffset org.objectweb.asm.Handler handler org.objectweb.asm.Frame firstFrame org.objectweb.asm.Label listOfBlocksToProcess int maxStackSize org.objectweb.asm.Label basicBlock private void computeMaxStackAndLocal () org.objectweb.asm.Label handlerBlock org.objectweb.asm.Label handlerRangeBlock org.objectweb.asm.Label handlerRangeEnd org.objectweb.asm.Label jsrTarget org.objectweb.asm.Label basicBlock short currentSubroutine org.objectweb.asm.Label subroutine short numSubroutines org.objectweb.asm.Label basicBlock org.objectweb.asm.Label successorBlock org.objectweb.asm.Label basicBlock int inputStackTop int maxBlockStackSize org.objectweb.asm.Edge outgoingEdge org.objectweb.asm.Handler handler org.objectweb.asm.Label listOfBlocksToProcess int maxStackSize public void visitEnd () private void addSuccessorToCurrentBasicBlock (int, org.objectweb.asm.Label) int info org.objectweb.asm.Label successor private void endCurrentBasicBlockWithNoSuccessor () org.objectweb.asm.Label nextBasicBlock int visitFrameStart (int, int, int) int offset int numLocal int numStack int frameLength void visitAbstractType (int, int) int frameIndex int abstractType void visitFrameEnd () private void putFrame () int i int frameIndex int numLocal int numStack int offsetDelta int previousNumlocal int numLocalDelta int type private void putAbstractTypes (int, int) int i int start int end private void putFrameType (java.lang.Object) Object type boolean canCopyMethodAttributes (org.objectweb.asm.ClassReader, boolean, boolean, int, int, int) int i int currentExceptionOffset org.objectweb.asm.ClassReader source boolean hasSyntheticAttribute boolean hasDeprecatedAttribute int descriptorIndex int signatureIndex int exceptionsOffset boolean needSyntheticAttribute void setMethodAttributesSource (int, int) int methodInfoOffset int methodInfoLength int computeMethodInfoSize () boolean useStackMapTable int size void putMethodInfo (org.objectweb.asm.ByteVector) boolean useStackMapTable int size int codeAttributeCount int exceptionIndex org.objectweb.asm.ByteVector output boolean useSyntheticAttribute int mask int attributeCount final void collectAttributePrototypes (org.objectweb.asm.Attribute$Set) org.objectweb.asm.Attribute$Set attributePrototypes static void <clinit> () }
org/objectweb/asm/ModuleVisitor.class
ModuleVisitor.java package org.objectweb.asm public abstract org.objectweb.asm.ModuleVisitor extends java.lang.Object { protected final int api protected org.objectweb.asm.ModuleVisitor mv protected void <init> (int) int api protected void <init> (int, org.objectweb.asm.ModuleVisitor) int api org.objectweb.asm.ModuleVisitor moduleVisitor public org.objectweb.asm.ModuleVisitor getDelegate () public void visitMainClass (java.lang.String) String mainClass public void visitPackage (java.lang.String) String packaze public void visitRequire (java.lang.String, int, java.lang.String) String module int access String version public transient void visitExport (java.lang.String, int, java.lang.String[]) String packaze int access String[] modules public transient void visitOpen (java.lang.String, int, java.lang.String[]) String packaze int access String[] modules public void visitUse (java.lang.String) String service public transient void visitProvide (java.lang.String, java.lang.String[]) String service String[] providers public void visitEnd () }
org/objectweb/asm/ModuleWriter.class
ModuleWriter.java package org.objectweb.asm final org.objectweb.asm.ModuleWriter extends org.objectweb.asm.ModuleVisitor { private final org.objectweb.asm.SymbolTable symbolTable private final int moduleNameIndex private final int moduleFlags private final int moduleVersionIndex private int requiresCount private final org.objectweb.asm.ByteVector requires private int exportsCount private final org.objectweb.asm.ByteVector exports private int opensCount private final org.objectweb.asm.ByteVector opens private int usesCount private final org.objectweb.asm.ByteVector usesIndex private int providesCount private final org.objectweb.asm.ByteVector provides private int packageCount private final org.objectweb.asm.ByteVector packageIndex private int mainClassIndex void <init> (org.objectweb.asm.SymbolTable, int, int, int) org.objectweb.asm.SymbolTable symbolTable int name int access int version public void visitMainClass (java.lang.String) String mainClass public void visitPackage (java.lang.String) String packaze public void visitRequire (java.lang.String, int, java.lang.String) String module int access String version public transient void visitExport (java.lang.String, int, java.lang.String[]) String module String packaze int access String[] modules public transient void visitOpen (java.lang.String, int, java.lang.String[]) String module String packaze int access String[] modules public void visitUse (java.lang.String) String service public transient void visitProvide (java.lang.String, java.lang.String[]) String provider String service String[] providers public void visitEnd () int getAttributeCount () int computeAttributesSize () int size void putAttributes (org.objectweb.asm.ByteVector) org.objectweb.asm.ByteVector output int moduleAttributeLength }
org/objectweb/asm/Opcodes.class
Opcodes.java package org.objectweb.asm public abstract org.objectweb.asm.Opcodes extends java.lang.Object { public static final int ASM4 public static final int ASM5 public static final int ASM6 public static final int ASM7 public static final int ASM8 public static final int ASM9 public static final int ASM10_EXPERIMENTAL public static final int SOURCE_DEPRECATED public static final int SOURCE_MASK public static final int V1_1 public static final int V1_2 public static final int V1_3 public static final int V1_4 public static final int V1_5 public static final int V1_6 public static final int V1_7 public static final int V1_8 public static final int V9 public static final int V10 public static final int V11 public static final int V12 public static final int V13 public static final int V14 public static final int V15 public static final int V16 public static final int V17 public static final int V18 public static final int V19 public static final int V20 public static final int V_PREVIEW public static final int ACC_PUBLIC public static final int ACC_PRIVATE public static final int ACC_PROTECTED public static final int ACC_STATIC public static final int ACC_FINAL public static final int ACC_SUPER public static final int ACC_SYNCHRONIZED public static final int ACC_OPEN public static final int ACC_TRANSITIVE public static final int ACC_VOLATILE public static final int ACC_BRIDGE public static final int ACC_STATIC_PHASE public static final int ACC_VARARGS public static final int ACC_TRANSIENT public static final int ACC_NATIVE public static final int ACC_INTERFACE public static final int ACC_ABSTRACT public static final int ACC_STRICT public static final int ACC_SYNTHETIC public static final int ACC_ANNOTATION public static final int ACC_ENUM public static final int ACC_MANDATED public static final int ACC_MODULE public static final int ACC_RECORD public static final int ACC_DEPRECATED public static final int T_BOOLEAN public static final int T_CHAR public static final int T_FLOAT public static final int T_DOUBLE public static final int T_BYTE public static final int T_SHORT public static final int T_INT public static final int T_LONG public static final int H_GETFIELD public static final int H_GETSTATIC public static final int H_PUTFIELD public static final int H_PUTSTATIC public static final int H_INVOKEVIRTUAL public static final int H_INVOKESTATIC public static final int H_INVOKESPECIAL public static final int H_NEWINVOKESPECIAL public static final int H_INVOKEINTERFACE public static final int F_NEW public static final int F_FULL public static final int F_APPEND public static final int F_CHOP public static final int F_SAME public static final int F_SAME1 public static final Integer TOP public static final Integer INTEGER public static final Integer FLOAT public static final Integer DOUBLE public static final Integer LONG public static final Integer NULL public static final Integer UNINITIALIZED_THIS public static final int NOP public static final int ACONST_NULL public static final int ICONST_M1 public static final int ICONST_0 public static final int ICONST_1 public static final int ICONST_2 public static final int ICONST_3 public static final int ICONST_4 public static final int ICONST_5 public static final int LCONST_0 public static final int LCONST_1 public static final int FCONST_0 public static final int FCONST_1 public static final int FCONST_2 public static final int DCONST_0 public static final int DCONST_1 public static final int BIPUSH public static final int SIPUSH public static final int LDC public static final int ILOAD public static final int LLOAD public static final int FLOAD public static final int DLOAD public static final int ALOAD public static final int IALOAD public static final int LALOAD public static final int FALOAD public static final int DALOAD public static final int AALOAD public static final int BALOAD public static final int CALOAD public static final int SALOAD public static final int ISTORE public static final int LSTORE public static final int FSTORE public static final int DSTORE public static final int ASTORE public static final int IASTORE public static final int LASTORE public static final int FASTORE public static final int DASTORE public static final int AASTORE public static final int BASTORE public static final int CASTORE public static final int SASTORE public static final int POP public static final int POP2 public static final int DUP public static final int DUP_X1 public static final int DUP_X2 public static final int DUP2 public static final int DUP2_X1 public static final int DUP2_X2 public static final int SWAP public static final int IADD public static final int LADD public static final int FADD public static final int DADD public static final int ISUB public static final int LSUB public static final int FSUB public static final int DSUB public static final int IMUL public static final int LMUL public static final int FMUL public static final int DMUL public static final int IDIV public static final int LDIV public static final int FDIV public static final int DDIV public static final int IREM public static final int LREM public static final int FREM public static final int DREM public static final int INEG public static final int LNEG public static final int FNEG public static final int DNEG public static final int ISHL public static final int LSHL public static final int ISHR public static final int LSHR public static final int IUSHR public static final int LUSHR public static final int IAND public static final int LAND public static final int IOR public static final int LOR public static final int IXOR public static final int LXOR public static final int IINC public static final int I2L public static final int I2F public static final int I2D public static final int L2I public static final int L2F public static final int L2D public static final int F2I public static final int F2L public static final int F2D public static final int D2I public static final int D2L public static final int D2F public static final int I2B public static final int I2C public static final int I2S public static final int LCMP public static final int FCMPL public static final int FCMPG public static final int DCMPL public static final int DCMPG public static final int IFEQ public static final int IFNE public static final int IFLT public static final int IFGE public static final int IFGT public static final int IFLE public static final int IF_ICMPEQ public static final int IF_ICMPNE public static final int IF_ICMPLT public static final int IF_ICMPGE public static final int IF_ICMPGT public static final int IF_ICMPLE public static final int IF_ACMPEQ public static final int IF_ACMPNE public static final int GOTO public static final int JSR public static final int RET public static final int TABLESWITCH public static final int LOOKUPSWITCH public static final int IRETURN public static final int LRETURN public static final int FRETURN public static final int DRETURN public static final int ARETURN public static final int RETURN public static final int GETSTATIC public static final int PUTSTATIC public static final int GETFIELD public static final int PUTFIELD public static final int INVOKEVIRTUAL public static final int INVOKESPECIAL public static final int INVOKESTATIC public static final int INVOKEINTERFACE public static final int INVOKEDYNAMIC public static final int NEW public static final int NEWARRAY public static final int ANEWARRAY public static final int ARRAYLENGTH public static final int ATHROW public static final int CHECKCAST public static final int INSTANCEOF public static final int MONITORENTER public static final int MONITOREXIT public static final int MULTIANEWARRAY public static final int IFNULL public static final int IFNONNULL static void <clinit> () }
org/objectweb/asm/RecordComponentVisitor.class
RecordComponentVisitor.java package org.objectweb.asm public abstract org.objectweb.asm.RecordComponentVisitor extends java.lang.Object { protected final int api protected org.objectweb.asm.RecordComponentVisitor delegate protected void <init> (int) int api protected void <init> (int, org.objectweb.asm.RecordComponentVisitor) int api org.objectweb.asm.RecordComponentVisitor recordComponentVisitor public org.objectweb.asm.RecordComponentVisitor getDelegate () public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitEnd () }
org/objectweb/asm/RecordComponentWriter.class
RecordComponentWriter.java package org.objectweb.asm final org.objectweb.asm.RecordComponentWriter extends org.objectweb.asm.RecordComponentVisitor { private final org.objectweb.asm.SymbolTable symbolTable private final int nameIndex private final int descriptorIndex private int signatureIndex private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation private org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation private org.objectweb.asm.Attribute firstAttribute void <init> (org.objectweb.asm.SymbolTable, java.lang.String, java.lang.String, java.lang.String) org.objectweb.asm.SymbolTable symbolTable String name String descriptor String signature public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitEnd () int computeRecordComponentInfoSize () int size void putRecordComponentInfo (org.objectweb.asm.ByteVector) org.objectweb.asm.ByteVector output int attributesCount final void collectAttributePrototypes (org.objectweb.asm.Attribute$Set) org.objectweb.asm.Attribute$Set attributePrototypes }
org/objectweb/asm/Symbol.class
Symbol.java package org.objectweb.asm abstract org.objectweb.asm.Symbol extends java.lang.Object { static final int CONSTANT_CLASS_TAG static final int CONSTANT_FIELDREF_TAG static final int CONSTANT_METHODREF_TAG static final int CONSTANT_INTERFACE_METHODREF_TAG static final int CONSTANT_STRING_TAG static final int CONSTANT_INTEGER_TAG static final int CONSTANT_FLOAT_TAG static final int CONSTANT_LONG_TAG static final int CONSTANT_DOUBLE_TAG static final int CONSTANT_NAME_AND_TYPE_TAG static final int CONSTANT_UTF8_TAG static final int CONSTANT_METHOD_HANDLE_TAG static final int CONSTANT_METHOD_TYPE_TAG static final int CONSTANT_DYNAMIC_TAG static final int CONSTANT_INVOKE_DYNAMIC_TAG static final int CONSTANT_MODULE_TAG static final int CONSTANT_PACKAGE_TAG static final int BOOTSTRAP_METHOD_TAG static final int TYPE_TAG static final int UNINITIALIZED_TYPE_TAG static final int MERGED_TYPE_TAG final int index final int tag final String owner final String name final String value final long data int info void <init> (int, int, java.lang.String, java.lang.String, java.lang.String, long) int index int tag String owner String name String value long data int getArgumentsAndReturnSizes () }
org/objectweb/asm/SymbolTable$Entry.class
SymbolTable.java package org.objectweb.asm org.objectweb.asm.SymbolTable$Entry extends org.objectweb.asm.Symbol { final int hashCode org.objectweb.asm.SymbolTable$Entry next void <init> (int, int, java.lang.String, java.lang.String, java.lang.String, long, int) int index int tag String owner String name String value long data int hashCode void <init> (int, int, java.lang.String, int) int index int tag String value int hashCode void <init> (int, int, java.lang.String, long, int) int index int tag String value long data int hashCode void <init> (int, int, java.lang.String, java.lang.String, int) int index int tag String name String value int hashCode void <init> (int, int, long, int) int index int tag long data int hashCode }
org/objectweb/asm/SymbolTable.class
SymbolTable.java package org.objectweb.asm final org.objectweb.asm.SymbolTable extends java.lang.Object { final org.objectweb.asm.ClassWriter classWriter private final org.objectweb.asm.ClassReader sourceClassReader private int majorVersion private String className private int entryCount private org.objectweb.asm.SymbolTable$Entry[] entries private int constantPoolCount private org.objectweb.asm.ByteVector constantPool private int bootstrapMethodCount private org.objectweb.asm.ByteVector bootstrapMethods private int typeCount private org.objectweb.asm.SymbolTable$Entry[] typeTable void <init> (org.objectweb.asm.ClassWriter) org.objectweb.asm.ClassWriter classWriter void <init> (org.objectweb.asm.ClassWriter, org.objectweb.asm.ClassReader) int nameAndTypeItemOffset int nameAndTypeItemOffset int memberRefItemOffset int nameAndTypeItemOffset int itemOffset int itemTag org.objectweb.asm.ClassWriter classWriter org.objectweb.asm.ClassReader classReader byte[] inputBytes int constantPoolOffset int constantPoolLength char[] charBuffer boolean hasBootstrapMethods int itemIndex private void copyBootstrapMethods (org.objectweb.asm.ClassReader, char[]) String attributeName int i int bootstrapArgument int offset int bootstrapMethodRef int numBootstrapArguments int hashCode int i int bootstrapMethodsOffset int bootstrapMethodsLength int currentOffset org.objectweb.asm.ClassReader classReader char[] charBuffer byte[] inputBytes int currentAttributeOffset org.objectweb.asm.ClassReader getSource () int getMajorVersion () java.lang.String getClassName () int setMajorVersionAndClassName (int, java.lang.String) int majorVersion String className int getConstantPoolCount () int getConstantPoolLength () void putConstantPool (org.objectweb.asm.ByteVector) org.objectweb.asm.ByteVector output int computeBootstrapMethodsSize () void putBootstrapMethods (org.objectweb.asm.ByteVector) org.objectweb.asm.ByteVector output private org.objectweb.asm.SymbolTable$Entry get (int) int hashCode private org.objectweb.asm.SymbolTable$Entry put (org.objectweb.asm.SymbolTable$Entry) int newCurrentEntryIndex org.objectweb.asm.SymbolTable$Entry nextEntry org.objectweb.asm.SymbolTable$Entry currentEntry int i int currentCapacity int newCapacity org.objectweb.asm.SymbolTable$Entry[] newEntries org.objectweb.asm.SymbolTable$Entry entry int index private void add (org.objectweb.asm.SymbolTable$Entry) org.objectweb.asm.SymbolTable$Entry entry int index org.objectweb.asm.Symbol addConstant (java.lang.Object) org.objectweb.asm.Type type int typeSort org.objectweb.asm.Handle handle org.objectweb.asm.ConstantDynamic constantDynamic Object value org.objectweb.asm.Symbol addConstantClass (java.lang.String) String value org.objectweb.asm.Symbol addConstantFieldref (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor org.objectweb.asm.Symbol addConstantMethodref (java.lang.String, java.lang.String, java.lang.String, boolean) String owner String name String descriptor boolean isInterface int tag private org.objectweb.asm.SymbolTable$Entry addConstantMemberReference (int, java.lang.String, java.lang.String, java.lang.String) int tag String owner String name String descriptor int hashCode org.objectweb.asm.SymbolTable$Entry entry private void addConstantMemberReference (int, int, java.lang.String, java.lang.String, java.lang.String) int index int tag String owner String name String descriptor org.objectweb.asm.Symbol addConstantString (java.lang.String) String value org.objectweb.asm.Symbol addConstantInteger (int) int value org.objectweb.asm.Symbol addConstantFloat (float) float value private org.objectweb.asm.Symbol addConstantIntegerOrFloat (int, int) int tag int value int hashCode org.objectweb.asm.SymbolTable$Entry entry private void addConstantIntegerOrFloat (int, int, int) int index int tag int value org.objectweb.asm.Symbol addConstantLong (long) long value org.objectweb.asm.Symbol addConstantDouble (double) double value private org.objectweb.asm.Symbol addConstantLongOrDouble (int, long) int tag long value int hashCode org.objectweb.asm.SymbolTable$Entry entry int index private void addConstantLongOrDouble (int, int, long) int index int tag long value int addConstantNameAndType (java.lang.String, java.lang.String) String name String descriptor int tag int hashCode org.objectweb.asm.SymbolTable$Entry entry private void addConstantNameAndType (int, java.lang.String, java.lang.String) int index String name String descriptor int tag int addConstantUtf8 (java.lang.String) String value int hashCode org.objectweb.asm.SymbolTable$Entry entry private void addConstantUtf8 (int, java.lang.String) int index String value org.objectweb.asm.Symbol addConstantMethodHandle (int, java.lang.String, java.lang.String, java.lang.String, boolean) int referenceKind String owner String name String descriptor boolean isInterface int tag int hashCode org.objectweb.asm.SymbolTable$Entry entry private void addConstantMethodHandle (int, int, java.lang.String, java.lang.String, java.lang.String) int index int referenceKind String owner String name String descriptor int tag int hashCode org.objectweb.asm.Symbol addConstantMethodType (java.lang.String) String methodDescriptor transient org.objectweb.asm.Symbol addConstantDynamic (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments org.objectweb.asm.Symbol bootstrapMethod transient org.objectweb.asm.Symbol addConstantInvokeDynamic (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments org.objectweb.asm.Symbol bootstrapMethod private org.objectweb.asm.Symbol addConstantDynamicOrInvokeDynamicReference (int, java.lang.String, java.lang.String, int) int tag String name String descriptor int bootstrapMethodIndex int hashCode org.objectweb.asm.SymbolTable$Entry entry private void addConstantDynamicOrInvokeDynamicReference (int, int, java.lang.String, java.lang.String, int) int tag int index String name String descriptor int bootstrapMethodIndex int hashCode org.objectweb.asm.Symbol addConstantModule (java.lang.String) String moduleName org.objectweb.asm.Symbol addConstantPackage (java.lang.String) String packageName private org.objectweb.asm.Symbol addConstantUtf8Reference (int, java.lang.String) int tag String value int hashCode org.objectweb.asm.SymbolTable$Entry entry private void addConstantUtf8Reference (int, int, java.lang.String) int index int tag String value transient org.objectweb.asm.Symbol addBootstrapMethod (org.objectweb.asm.Handle, java.lang.Object[]) int i int i Object bootstrapMethodArgument org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments org.objectweb.asm.ByteVector bootstrapMethodsAttribute int numBootstrapArguments int[] bootstrapMethodArgumentIndexes int bootstrapMethodOffset int bootstrapMethodlength int hashCode private org.objectweb.asm.Symbol addBootstrapMethod (int, int, int) int i int otherOffset boolean isSameBootstrapMethod int offset int length int hashCode byte[] bootstrapMethodsData org.objectweb.asm.SymbolTable$Entry entry org.objectweb.asm.Symbol getType (int) int typeIndex int addType (java.lang.String) String value int hashCode org.objectweb.asm.SymbolTable$Entry entry int addUninitializedType (java.lang.String, int) String value int bytecodeOffset int hashCode org.objectweb.asm.SymbolTable$Entry entry int addMergedType (int, int) int typeTableIndex1 int typeTableIndex2 long data int hashCode org.objectweb.asm.SymbolTable$Entry entry String type1 String type2 int commonSuperTypeIndex private int addTypeInternal (org.objectweb.asm.SymbolTable$Entry) org.objectweb.asm.SymbolTable$Entry[] newTypeTable org.objectweb.asm.SymbolTable$Entry entry private static int hash (int, int) int tag int value private static int hash (int, long) int tag long value private static int hash (int, java.lang.String) int tag String value private static int hash (int, java.lang.String, int) int tag String value1 int value2 private static int hash (int, java.lang.String, java.lang.String) int tag String value1 String value2 private static int hash (int, java.lang.String, java.lang.String, int) int tag String value1 String value2 int value3 private static int hash (int, java.lang.String, java.lang.String, java.lang.String) int tag String value1 String value2 String value3 private static int hash (int, java.lang.String, java.lang.String, java.lang.String, int) int tag String value1 String value2 String value3 int value4 }
org/objectweb/asm/Type.class
Type.java package org.objectweb.asm public final org.objectweb.asm.Type extends java.lang.Object { public static final int VOID public static final int BOOLEAN public static final int CHAR public static final int BYTE public static final int SHORT public static final int INT public static final int FLOAT public static final int LONG public static final int DOUBLE public static final int ARRAY public static final int OBJECT public static final int METHOD private static final int INTERNAL private static final String PRIMITIVE_DESCRIPTORS public static final org.objectweb.asm.Type VOID_TYPE public static final org.objectweb.asm.Type BOOLEAN_TYPE public static final org.objectweb.asm.Type CHAR_TYPE public static final org.objectweb.asm.Type BYTE_TYPE public static final org.objectweb.asm.Type SHORT_TYPE public static final org.objectweb.asm.Type INT_TYPE public static final org.objectweb.asm.Type FLOAT_TYPE public static final org.objectweb.asm.Type LONG_TYPE public static final org.objectweb.asm.Type DOUBLE_TYPE private final int sort private final String valueBuffer private final int valueBegin private final int valueEnd private void <init> (int, java.lang.String, int, int) int sort String valueBuffer int valueBegin int valueEnd public static org.objectweb.asm.Type getType (java.lang.String) String typeDescriptor public static org.objectweb.asm.Type getType (java.lang.Class) Class clazz public static org.objectweb.asm.Type getType (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public static org.objectweb.asm.Type getType (java.lang.reflect.Method) java.lang.reflect.Method method public org.objectweb.asm.Type getElementType () int numDimensions public static org.objectweb.asm.Type getObjectType (java.lang.String) String internalName public static org.objectweb.asm.Type getMethodType (java.lang.String) String methodDescriptor public static transient org.objectweb.asm.Type getMethodType (org.objectweb.asm.Type, org.objectweb.asm.Type[]) org.objectweb.asm.Type returnType org.objectweb.asm.Type[] argumentTypes public org.objectweb.asm.Type[] getArgumentTypes () public static org.objectweb.asm.Type[] getArgumentTypes (java.lang.String) int semiColumnOffset int semiColumnOffset int currentArgumentTypeOffset String methodDescriptor int numArgumentTypes int currentOffset org.objectweb.asm.Type[] argumentTypes int currentArgumentTypeIndex public static org.objectweb.asm.Type[] getArgumentTypes (java.lang.reflect.Method) int i java.lang.reflect.Method method Class[] classes org.objectweb.asm.Type[] types public org.objectweb.asm.Type getReturnType () public static org.objectweb.asm.Type getReturnType (java.lang.String) String methodDescriptor public static org.objectweb.asm.Type getReturnType (java.lang.reflect.Method) java.lang.reflect.Method method static int getReturnTypeOffset (java.lang.String) int semiColumnOffset String methodDescriptor int currentOffset private static org.objectweb.asm.Type getTypeInternal (java.lang.String, int, int) String descriptorBuffer int descriptorBegin int descriptorEnd public java.lang.String getClassName () int i StringBuilder stringBuilder public java.lang.String getInternalName () public static java.lang.String getInternalName (java.lang.Class) Class clazz public java.lang.String getDescriptor () public static java.lang.String getDescriptor (java.lang.Class) Class clazz StringBuilder stringBuilder public static java.lang.String getConstructorDescriptor (java.lang.reflect.Constructor) Class parameter java.lang.reflect.Constructor constructor StringBuilder stringBuilder Class[] parameters public static transient java.lang.String getMethodDescriptor (org.objectweb.asm.Type, org.objectweb.asm.Type[]) org.objectweb.asm.Type argumentType org.objectweb.asm.Type returnType org.objectweb.asm.Type[] argumentTypes StringBuilder stringBuilder public static java.lang.String getMethodDescriptor (java.lang.reflect.Method) Class parameter java.lang.reflect.Method method StringBuilder stringBuilder Class[] parameters private void appendDescriptor (java.lang.StringBuilder) StringBuilder stringBuilder private static void appendDescriptor (java.lang.Class, java.lang.StringBuilder) char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor char descriptor Class clazz StringBuilder stringBuilder Class currentClass public int getSort () public int getDimensions () int numDimensions public int getSize () public int getArgumentsAndReturnSizes () public static int getArgumentsAndReturnSizes (java.lang.String) int semiColumnOffset int returnSize String methodDescriptor int argumentsSize int currentOffset int currentChar public int getOpcode (int) int opcode public boolean equals (java.lang.Object) int i int j Object object org.objectweb.asm.Type other int begin int end int otherBegin int otherEnd public int hashCode () int i int end int hashCode public java.lang.String toString () static void <clinit> () }
org/objectweb/asm/TypePath.class
TypePath.java package org.objectweb.asm public final org.objectweb.asm.TypePath extends java.lang.Object { public static final int ARRAY_ELEMENT public static final int INNER_TYPE public static final int WILDCARD_BOUND public static final int TYPE_ARGUMENT private final byte[] typePathContainer private final int typePathOffset void <init> (byte[], int) byte[] typePathContainer int typePathOffset public int getLength () public int getStep (int) int index public int getStepArgument (int) int index public static org.objectweb.asm.TypePath fromString (java.lang.String) int typeArg char c String typePath int typePathLength org.objectweb.asm.ByteVector output int typePathIndex public java.lang.String toString () int i int length StringBuilder result static void put (org.objectweb.asm.TypePath, org.objectweb.asm.ByteVector) int length org.objectweb.asm.TypePath typePath org.objectweb.asm.ByteVector output }
org/objectweb/asm/TypeReference.class
TypeReference.java package org.objectweb.asm public org.objectweb.asm.TypeReference extends java.lang.Object { public static final int CLASS_TYPE_PARAMETER public static final int METHOD_TYPE_PARAMETER public static final int CLASS_EXTENDS public static final int CLASS_TYPE_PARAMETER_BOUND public static final int METHOD_TYPE_PARAMETER_BOUND public static final int FIELD public static final int METHOD_RETURN public static final int METHOD_RECEIVER public static final int METHOD_FORMAL_PARAMETER public static final int THROWS public static final int LOCAL_VARIABLE public static final int RESOURCE_VARIABLE public static final int EXCEPTION_PARAMETER public static final int INSTANCEOF public static final int NEW public static final int CONSTRUCTOR_REFERENCE public static final int METHOD_REFERENCE public static final int CAST public static final int CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT public static final int METHOD_INVOCATION_TYPE_ARGUMENT public static final int CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT public static final int METHOD_REFERENCE_TYPE_ARGUMENT private final int targetTypeAndInfo public void <init> (int) int typeRef public static org.objectweb.asm.TypeReference newTypeReference (int) int sort public static org.objectweb.asm.TypeReference newTypeParameterReference (int, int) int sort int paramIndex public static org.objectweb.asm.TypeReference newTypeParameterBoundReference (int, int, int) int sort int paramIndex int boundIndex public static org.objectweb.asm.TypeReference newSuperTypeReference (int) int itfIndex public static org.objectweb.asm.TypeReference newFormalParameterReference (int) int paramIndex public static org.objectweb.asm.TypeReference newExceptionReference (int) int exceptionIndex public static org.objectweb.asm.TypeReference newTryCatchReference (int) int tryCatchBlockIndex public static org.objectweb.asm.TypeReference newTypeArgumentReference (int, int) int sort int argIndex public int getSort () public int getTypeParameterIndex () public int getTypeParameterBoundIndex () public int getSuperTypeIndex () public int getFormalParameterIndex () public int getExceptionIndex () public int getTryCatchBlockIndex () public int getTypeArgumentIndex () public int getValue () static void putTarget (int, org.objectweb.asm.ByteVector) int targetTypeAndInfo org.objectweb.asm.ByteVector output }
org/objectweb/asm/signature/
org/objectweb/asm/signature/SignatureReader.class
SignatureReader.java package org.objectweb.asm.signature public org.objectweb.asm.signature.SignatureReader extends java.lang.Object { private final String signatureValue public void <init> (java.lang.String) String signature public void accept (org.objectweb.asm.signature.SignatureVisitor) int classBoundStartOffset int offset char currentChar org.objectweb.asm.signature.SignatureVisitor signatureVistor String signature int length int offset public void acceptType (org.objectweb.asm.signature.SignatureVisitor) org.objectweb.asm.signature.SignatureVisitor signatureVisitor private static int parseType (java.lang.String, int, org.objectweb.asm.signature.SignatureVisitor) int endOffset String name String name int start boolean visited boolean inner String signature int startOffset org.objectweb.asm.signature.SignatureVisitor signatureVisitor int offset char currentChar }
org/objectweb/asm/signature/SignatureVisitor.class
SignatureVisitor.java package org.objectweb.asm.signature public abstract org.objectweb.asm.signature.SignatureVisitor extends java.lang.Object { public static final char EXTENDS public static final char SUPER public static final char INSTANCEOF protected final int api protected void <init> (int) int api public void visitFormalTypeParameter (java.lang.String) String name public org.objectweb.asm.signature.SignatureVisitor visitClassBound () public org.objectweb.asm.signature.SignatureVisitor visitInterfaceBound () public org.objectweb.asm.signature.SignatureVisitor visitSuperclass () public org.objectweb.asm.signature.SignatureVisitor visitInterface () public org.objectweb.asm.signature.SignatureVisitor visitParameterType () public org.objectweb.asm.signature.SignatureVisitor visitReturnType () public org.objectweb.asm.signature.SignatureVisitor visitExceptionType () public void visitBaseType (char) char descriptor public void visitTypeVariable (java.lang.String) String name public org.objectweb.asm.signature.SignatureVisitor visitArrayType () public void visitClassType (java.lang.String) String name public void visitInnerClassType (java.lang.String) String name public void visitTypeArgument () public org.objectweb.asm.signature.SignatureVisitor visitTypeArgument (char) char wildcard public void visitEnd () }
org/objectweb/asm/signature/SignatureWriter.class
SignatureWriter.java package org.objectweb.asm.signature public org.objectweb.asm.signature.SignatureWriter extends org.objectweb.asm.signature.SignatureVisitor { private final StringBuilder stringBuilder private boolean hasFormals private boolean hasParameters private int argumentStack public void <init> () private void <init> (java.lang.StringBuilder) StringBuilder stringBuilder public void visitFormalTypeParameter (java.lang.String) String name public org.objectweb.asm.signature.SignatureVisitor visitClassBound () public org.objectweb.asm.signature.SignatureVisitor visitInterfaceBound () public org.objectweb.asm.signature.SignatureVisitor visitSuperclass () public org.objectweb.asm.signature.SignatureVisitor visitInterface () public org.objectweb.asm.signature.SignatureVisitor visitParameterType () public org.objectweb.asm.signature.SignatureVisitor visitReturnType () public org.objectweb.asm.signature.SignatureVisitor visitExceptionType () public void visitBaseType (char) char descriptor public void visitTypeVariable (java.lang.String) String name public org.objectweb.asm.signature.SignatureVisitor visitArrayType () public void visitClassType (java.lang.String) String name public void visitInnerClassType (java.lang.String) String name public void visitTypeArgument () public org.objectweb.asm.signature.SignatureVisitor visitTypeArgument (char) char wildcard public void visitEnd () public java.lang.String toString () private void endFormals () private void endArguments () }
org/objectweb/asm/commons/
org/objectweb/asm/commons/AdviceAdapter.class
AdviceAdapter.java package org.objectweb.asm.commons public abstract org.objectweb.asm.commons.AdviceAdapter extends org.objectweb.asm.commons.GeneratorAdapter implements org.objectweb.asm.Opcodes { private static final Object UNINITIALIZED_THIS private static final Object OTHER private static final String INVALID_OPCODE protected int methodAccess protected String methodDesc private final boolean isConstructor private boolean superClassConstructorCalled private java.util.List stackFrame private java.util.Map forwardJumpStackFrames protected void <init> (int, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String) int api org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor public void visitCode () public void visitLabel (org.objectweb.asm.Label) java.util.List labelStackFrame org.objectweb.asm.Label label public void visitInsn (int) int stackSize int stackSize int stackSize int stackSize int stackSize int stackSize int opcode public void visitVarInsn (int, int) int opcode int varIndex public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) char firstDescriptorChar boolean longOrDouble int opcode String owner String name String descriptor public void visitIntInsn (int, int) int opcode int operand public void visitLdcInsn (java.lang.Object) Object value public void visitMultiANewArrayInsn (java.lang.String, int) int i String descriptor int numDimensions public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcodeAndSource String owner String name String descriptor boolean isInterface int opcode private void doVisitMethodInsn (int, java.lang.String, java.lang.String) org.objectweb.asm.Type argumentType Object value org.objectweb.asm.Type returnType int opcode String name String descriptor public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitTryCatchBlock (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String) java.util.List handlerStackFrame org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String type private void addForwardJumps (org.objectweb.asm.Label, org.objectweb.asm.Label[]) org.objectweb.asm.Label label org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels private void addForwardJump (org.objectweb.asm.Label) org.objectweb.asm.Label label private void endConstructorBasicBlockWithoutSuccessor () private java.lang.Object popValue () private java.lang.Object peekValue () private void pushValue (java.lang.Object) Object value protected void onMethodEnter () protected void onMethodExit (int) int opcode static void <clinit> () }
org/objectweb/asm/commons/AnalyzerAdapter.class
AnalyzerAdapter.java package org.objectweb.asm.commons public org.objectweb.asm.commons.AnalyzerAdapter extends org.objectweb.asm.MethodVisitor { public java.util.List locals public java.util.List stack private java.util.List labels public java.util.Map uninitializedTypes private int maxStack private int maxLocals private String owner public void <init> (java.lang.String, int, java.lang.String, java.lang.String, org.objectweb.asm.MethodVisitor) String owner int access String name String descriptor org.objectweb.asm.MethodVisitor methodVisitor protected void <init> (int, java.lang.String, int, java.lang.String, java.lang.String, org.objectweb.asm.MethodVisitor) org.objectweb.asm.Type argumentType int api String owner int access String name String descriptor org.objectweb.asm.MethodVisitor methodVisitor public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int type int numLocal Object[] local int numStack Object[] stack private static void visitFrameTypes (int, java.lang.Object[], java.util.List) Object frameType int i int numTypes Object[] frameTypes java.util.List result public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int varIndex boolean isLongOrDouble public void visitTypeInsn (int, java.lang.String) org.objectweb.asm.Label label org.objectweb.asm.Label label int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) Object initializedValue int i int i Object initializedValue Object value int opcodeAndSource String owner String name String descriptor boolean isInterface int opcode public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) int sort Object value public void visitIincInsn (int, int) int varIndex int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) String name String descriptor String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index char firstDescriptorChar public void visitMaxs (int, int) int maxStack int maxLocals private java.lang.Object get (int) int local private void set (int, java.lang.Object) int local Object type private void push (java.lang.Object) Object type private void pushDescriptor (java.lang.String) String fieldOrMethodDescriptor String descriptor private java.lang.Object pop () private void pop (int) int i int numSlots int size int end private void pop (java.lang.String) org.objectweb.asm.Type type int numSlots org.objectweb.asm.Type[] types String descriptor char firstDescriptorChar private void execute (int, int, java.lang.String) Object value1 Object value1 Object value2 Object value1 Object value2 Object value1 Object value1 Object value2 Object value1 Object value2 Object value3 Object value1 Object value2 Object value1 Object value2 Object value3 Object value1 Object value2 Object value3 Object t4 Object value1 Object value2 int opcode int intArg String stringArg }
org/objectweb/asm/commons/AnnotationRemapper.class
AnnotationRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.AnnotationRemapper extends org.objectweb.asm.AnnotationVisitor { protected final String descriptor protected final org.objectweb.asm.commons.Remapper remapper public void <init> (org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.commons.Remapper) org.objectweb.asm.AnnotationVisitor annotationVisitor org.objectweb.asm.commons.Remapper remapper public void <init> (java.lang.String, org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.commons.Remapper) String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.commons.Remapper) int api org.objectweb.asm.AnnotationVisitor annotationVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, java.lang.String, org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.commons.Remapper) int api String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor org.objectweb.asm.commons.Remapper remapper public void visit (java.lang.String, java.lang.Object) String name Object value public void visitEnum (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String value public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, java.lang.String) String name String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor visitArray (java.lang.String) String name org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (org.objectweb.asm.AnnotationVisitor) org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (java.lang.String, org.objectweb.asm.AnnotationVisitor) String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor final org.objectweb.asm.AnnotationVisitor orDeprecatedValue (org.objectweb.asm.AnnotationVisitor) org.objectweb.asm.commons.AnnotationRemapper deprecatedAnnotationRemapper org.objectweb.asm.AnnotationVisitor deprecatedAnnotationVisitor private java.lang.String mapAnnotationAttributeName (java.lang.String) String name }
org/objectweb/asm/commons/ClassRemapper.class
ClassRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.ClassRemapper extends org.objectweb.asm.ClassVisitor { protected final org.objectweb.asm.commons.Remapper remapper protected String className public void <init> (org.objectweb.asm.ClassVisitor, org.objectweb.asm.commons.Remapper) org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, org.objectweb.asm.ClassVisitor, org.objectweb.asm.commons.Remapper) int api org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.commons.Remapper remapper public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public org.objectweb.asm.ModuleVisitor visitModule (java.lang.String, int, java.lang.String) String name int flags String version org.objectweb.asm.ModuleVisitor moduleVisitor public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public void visitAttribute (org.objectweb.asm.Attribute) int i org.objectweb.asm.commons.ModuleHashesAttribute moduleHashesAttribute java.util.List modules org.objectweb.asm.Attribute attribute public org.objectweb.asm.RecordComponentVisitor visitRecordComponent (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String signature org.objectweb.asm.RecordComponentVisitor recordComponentVisitor public org.objectweb.asm.FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String descriptor String signature Object value org.objectweb.asm.FieldVisitor fieldVisitor public org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String descriptor String signature String[] exceptions String remappedDescriptor org.objectweb.asm.MethodVisitor methodVisitor public void visitInnerClass (java.lang.String, java.lang.String, java.lang.String, int) String name String outerName String innerName int access public void visitOuterClass (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void visitNestHost (java.lang.String) String nestHost public void visitNestMember (java.lang.String) String nestMember public void visitPermittedSubclass (java.lang.String) String permittedSubclass protected org.objectweb.asm.FieldVisitor createFieldRemapper (org.objectweb.asm.FieldVisitor) org.objectweb.asm.FieldVisitor fieldVisitor protected org.objectweb.asm.MethodVisitor createMethodRemapper (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (org.objectweb.asm.AnnotationVisitor) org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (java.lang.String, org.objectweb.asm.AnnotationVisitor) String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.ModuleVisitor createModuleRemapper (org.objectweb.asm.ModuleVisitor) org.objectweb.asm.ModuleVisitor moduleVisitor protected org.objectweb.asm.RecordComponentVisitor createRecordComponentRemapper (org.objectweb.asm.RecordComponentVisitor) org.objectweb.asm.RecordComponentVisitor recordComponentVisitor }
org/objectweb/asm/commons/CodeSizeEvaluator.class
CodeSizeEvaluator.java package org.objectweb.asm.commons public org.objectweb.asm.commons.CodeSizeEvaluator extends org.objectweb.asm.MethodVisitor implements org.objectweb.asm.Opcodes { private int minSize private int maxSize public void <init> (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor protected void <init> (int, org.objectweb.asm.MethodVisitor) int api org.objectweb.asm.MethodVisitor methodVisitor public int getMinSize () public int getMaxSize () public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int varIndex public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcodeAndSource String owner String name String descriptor boolean isInterface int opcode public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) Object value public void visitIincInsn (int, int) int varIndex int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions }
org/objectweb/asm/commons/FieldRemapper.class
FieldRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.FieldRemapper extends org.objectweb.asm.FieldVisitor { protected final org.objectweb.asm.commons.Remapper remapper public void <init> (org.objectweb.asm.FieldVisitor, org.objectweb.asm.commons.Remapper) org.objectweb.asm.FieldVisitor fieldVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, org.objectweb.asm.FieldVisitor, org.objectweb.asm.commons.Remapper) int api org.objectweb.asm.FieldVisitor fieldVisitor org.objectweb.asm.commons.Remapper remapper public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (org.objectweb.asm.AnnotationVisitor) org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (java.lang.String, org.objectweb.asm.AnnotationVisitor) String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor }
org/objectweb/asm/commons/GeneratorAdapter.class
GeneratorAdapter.java package org.objectweb.asm.commons public org.objectweb.asm.commons.GeneratorAdapter extends org.objectweb.asm.commons.LocalVariablesSorter { private static final String CLASS_DESCRIPTOR private static final org.objectweb.asm.Type BYTE_TYPE private static final org.objectweb.asm.Type BOOLEAN_TYPE private static final org.objectweb.asm.Type SHORT_TYPE private static final org.objectweb.asm.Type CHARACTER_TYPE private static final org.objectweb.asm.Type INTEGER_TYPE private static final org.objectweb.asm.Type FLOAT_TYPE private static final org.objectweb.asm.Type LONG_TYPE private static final org.objectweb.asm.Type DOUBLE_TYPE private static final org.objectweb.asm.Type NUMBER_TYPE private static final org.objectweb.asm.Type OBJECT_TYPE private static final org.objectweb.asm.commons.Method BOOLEAN_VALUE private static final org.objectweb.asm.commons.Method CHAR_VALUE private static final org.objectweb.asm.commons.Method INT_VALUE private static final org.objectweb.asm.commons.Method FLOAT_VALUE private static final org.objectweb.asm.commons.Method LONG_VALUE private static final org.objectweb.asm.commons.Method DOUBLE_VALUE public static final int ADD public static final int SUB public static final int MUL public static final int DIV public static final int REM public static final int NEG public static final int SHL public static final int SHR public static final int USHR public static final int AND public static final int OR public static final int XOR public static final int EQ public static final int NE public static final int LT public static final int GE public static final int GT public static final int LE private final int access private final String name private final org.objectweb.asm.Type returnType private final org.objectweb.asm.Type[] argumentTypes private final java.util.List localTypes public void <init> (org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String) org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor protected void <init> (int, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String) int api org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor public void <init> (int, org.objectweb.asm.commons.Method, org.objectweb.asm.MethodVisitor) int access org.objectweb.asm.commons.Method method org.objectweb.asm.MethodVisitor methodVisitor public void <init> (int, org.objectweb.asm.commons.Method, java.lang.String, org.objectweb.asm.Type[], org.objectweb.asm.ClassVisitor) int access org.objectweb.asm.commons.Method method String signature org.objectweb.asm.Type[] exceptions org.objectweb.asm.ClassVisitor classVisitor private static java.lang.String[] getInternalNames (org.objectweb.asm.Type[]) int i org.objectweb.asm.Type[] types String[] names public int getAccess () public java.lang.String getName () public org.objectweb.asm.Type getReturnType () public org.objectweb.asm.Type[] getArgumentTypes () public void push (boolean) boolean value public void push (int) int value public void push (long) long value public void push (float) float value int bits public void push (double) double value long bits public void push (java.lang.String) String value public void push (org.objectweb.asm.Type) org.objectweb.asm.Type value public void push (org.objectweb.asm.Handle) org.objectweb.asm.Handle handle public void push (org.objectweb.asm.ConstantDynamic) org.objectweb.asm.ConstantDynamic constantDynamic private int getArgIndex (int) int i int arg int index private void loadInsn (org.objectweb.asm.Type, int) org.objectweb.asm.Type type int index private void storeInsn (org.objectweb.asm.Type, int) org.objectweb.asm.Type type int index public void loadThis () public void loadArg (int) int arg public void loadArgs (int, int) org.objectweb.asm.Type argumentType int i int arg int count int index public void loadArgs () public void loadArgArray () int i public void storeArg (int) int arg public org.objectweb.asm.Type getLocalType (int) int local protected void setLocalType (int, org.objectweb.asm.Type) int local org.objectweb.asm.Type type int index public void loadLocal (int) int local public void loadLocal (int, org.objectweb.asm.Type) int local org.objectweb.asm.Type type public void storeLocal (int) int local public void storeLocal (int, org.objectweb.asm.Type) int local org.objectweb.asm.Type type public void arrayLoad (org.objectweb.asm.Type) org.objectweb.asm.Type type public void arrayStore (org.objectweb.asm.Type) org.objectweb.asm.Type type public void pop () public void pop2 () public void dup () public void dup2 () public void dupX1 () public void dupX2 () public void dup2X1 () public void dup2X2 () public void swap () public void swap (org.objectweb.asm.Type, org.objectweb.asm.Type) org.objectweb.asm.Type prev org.objectweb.asm.Type type public void math (int, org.objectweb.asm.Type) int op org.objectweb.asm.Type type public void not () public void iinc (int, int) int local int amount public void cast (org.objectweb.asm.Type, org.objectweb.asm.Type) org.objectweb.asm.Type from org.objectweb.asm.Type to private static org.objectweb.asm.Type getBoxedType (org.objectweb.asm.Type) org.objectweb.asm.Type type public void box (org.objectweb.asm.Type) org.objectweb.asm.Type boxedType org.objectweb.asm.Type type public void valueOf (org.objectweb.asm.Type) org.objectweb.asm.Type boxedType org.objectweb.asm.Type type public void unbox (org.objectweb.asm.Type) org.objectweb.asm.commons.Method unboxMethod org.objectweb.asm.commons.Method unboxMethod org.objectweb.asm.commons.Method unboxMethod org.objectweb.asm.commons.Method unboxMethod org.objectweb.asm.commons.Method unboxMethod org.objectweb.asm.commons.Method unboxMethod org.objectweb.asm.Type type org.objectweb.asm.Type boxedType org.objectweb.asm.commons.Method unboxMethod public org.objectweb.asm.Label newLabel () public void mark (org.objectweb.asm.Label) org.objectweb.asm.Label label public org.objectweb.asm.Label mark () org.objectweb.asm.Label label public void ifCmp (org.objectweb.asm.Type, int, org.objectweb.asm.Label) int intOp org.objectweb.asm.Type type int mode org.objectweb.asm.Label label public void ifICmp (int, org.objectweb.asm.Label) int mode org.objectweb.asm.Label label public void ifZCmp (int, org.objectweb.asm.Label) int mode org.objectweb.asm.Label label public void ifNull (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifNonNull (org.objectweb.asm.Label) org.objectweb.asm.Label label public void goTo (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ret (int) int local public void tableSwitch (int[], org.objectweb.asm.commons.TableSwitchGenerator) float density int[] keys org.objectweb.asm.commons.TableSwitchGenerator generator float density public void tableSwitch (int[], org.objectweb.asm.commons.TableSwitchGenerator, boolean) int i int i org.objectweb.asm.Label label int i int min int max int range org.objectweb.asm.Label[] labels int i int i org.objectweb.asm.Label[] labels int numKeys int[] keys org.objectweb.asm.commons.TableSwitchGenerator generator boolean useTable org.objectweb.asm.Label defaultLabel org.objectweb.asm.Label endLabel public void returnValue () private void fieldInsn (int, org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type) int opcode org.objectweb.asm.Type ownerType String name org.objectweb.asm.Type fieldType public void getStatic (org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type) org.objectweb.asm.Type owner String name org.objectweb.asm.Type type public void putStatic (org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type) org.objectweb.asm.Type owner String name org.objectweb.asm.Type type public void getField (org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type) org.objectweb.asm.Type owner String name org.objectweb.asm.Type type public void putField (org.objectweb.asm.Type, java.lang.String, org.objectweb.asm.Type) org.objectweb.asm.Type owner String name org.objectweb.asm.Type type private void invokeInsn (int, org.objectweb.asm.Type, org.objectweb.asm.commons.Method, boolean) int opcode org.objectweb.asm.Type type org.objectweb.asm.commons.Method method boolean isInterface String owner public void invokeVirtual (org.objectweb.asm.Type, org.objectweb.asm.commons.Method) org.objectweb.asm.Type owner org.objectweb.asm.commons.Method method public void invokeConstructor (org.objectweb.asm.Type, org.objectweb.asm.commons.Method) org.objectweb.asm.Type type org.objectweb.asm.commons.Method method public void invokeStatic (org.objectweb.asm.Type, org.objectweb.asm.commons.Method) org.objectweb.asm.Type owner org.objectweb.asm.commons.Method method public void invokeInterface (org.objectweb.asm.Type, org.objectweb.asm.commons.Method) org.objectweb.asm.Type owner org.objectweb.asm.commons.Method method public transient void invokeDynamic (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments private void typeInsn (int, org.objectweb.asm.Type) int opcode org.objectweb.asm.Type type public void newInstance (org.objectweb.asm.Type) org.objectweb.asm.Type type public void newArray (org.objectweb.asm.Type) org.objectweb.asm.Type type public void arrayLength () public void throwException () public void throwException (org.objectweb.asm.Type, java.lang.String) org.objectweb.asm.Type type String message public void checkCast (org.objectweb.asm.Type) org.objectweb.asm.Type type public void instanceOf (org.objectweb.asm.Type) org.objectweb.asm.Type type public void monitorEnter () public void monitorExit () public void endMethod () public void catchException (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Type) org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Type exception org.objectweb.asm.Label catchLabel static void <clinit> () }
org/objectweb/asm/commons/InstructionAdapter.class
InstructionAdapter.java package org.objectweb.asm.commons public org.objectweb.asm.commons.InstructionAdapter extends org.objectweb.asm.MethodVisitor { public static final org.objectweb.asm.Type OBJECT_TYPE public void <init> (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor protected void <init> (int, org.objectweb.asm.MethodVisitor) int api org.objectweb.asm.MethodVisitor methodVisitor public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int varIndex public void visitTypeInsn (int, java.lang.String) int opcode String type org.objectweb.asm.Type objectType public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcodeAndSource String owner String name String descriptor boolean isInterface int opcode public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) Object value public void visitIincInsn (int, int) int varIndex int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions public void nop () public void aconst (java.lang.Object) Object value public void iconst (int) int intValue public void lconst (long) long longValue public void fconst (float) float floatValue int bits public void dconst (double) double doubleValue long bits public void tconst (org.objectweb.asm.Type) org.objectweb.asm.Type type public void hconst (org.objectweb.asm.Handle) org.objectweb.asm.Handle handle public void cconst (org.objectweb.asm.ConstantDynamic) org.objectweb.asm.ConstantDynamic constantDynamic public void load (int, org.objectweb.asm.Type) int varIndex org.objectweb.asm.Type type public void aload (org.objectweb.asm.Type) org.objectweb.asm.Type type public void store (int, org.objectweb.asm.Type) int varIndex org.objectweb.asm.Type type public void astore (org.objectweb.asm.Type) org.objectweb.asm.Type type public void pop () public void pop2 () public void dup () public void dup2 () public void dupX1 () public void dupX2 () public void dup2X1 () public void dup2X2 () public void swap () public void add (org.objectweb.asm.Type) org.objectweb.asm.Type type public void sub (org.objectweb.asm.Type) org.objectweb.asm.Type type public void mul (org.objectweb.asm.Type) org.objectweb.asm.Type type public void div (org.objectweb.asm.Type) org.objectweb.asm.Type type public void rem (org.objectweb.asm.Type) org.objectweb.asm.Type type public void neg (org.objectweb.asm.Type) org.objectweb.asm.Type type public void shl (org.objectweb.asm.Type) org.objectweb.asm.Type type public void shr (org.objectweb.asm.Type) org.objectweb.asm.Type type public void ushr (org.objectweb.asm.Type) org.objectweb.asm.Type type public void and (org.objectweb.asm.Type) org.objectweb.asm.Type type public void or (org.objectweb.asm.Type) org.objectweb.asm.Type type public void xor (org.objectweb.asm.Type) org.objectweb.asm.Type type public void iinc (int, int) int varIndex int increment public void cast (org.objectweb.asm.Type, org.objectweb.asm.Type) org.objectweb.asm.Type from org.objectweb.asm.Type to static void cast (org.objectweb.asm.MethodVisitor, org.objectweb.asm.Type, org.objectweb.asm.Type) org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.Type from org.objectweb.asm.Type to public void lcmp () public void cmpl (org.objectweb.asm.Type) org.objectweb.asm.Type type public void cmpg (org.objectweb.asm.Type) org.objectweb.asm.Type type public void ifeq (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifne (org.objectweb.asm.Label) org.objectweb.asm.Label label public void iflt (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifge (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifgt (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifle (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ificmpeq (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ificmpne (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ificmplt (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ificmpge (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ificmpgt (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ificmple (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifacmpeq (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifacmpne (org.objectweb.asm.Label) org.objectweb.asm.Label label public void goTo (org.objectweb.asm.Label) org.objectweb.asm.Label label public void jsr (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ret (int) int varIndex public transient void tableswitch (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void lookupswitch (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public void areturn (org.objectweb.asm.Type) org.objectweb.asm.Type type public void getstatic (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void putstatic (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void getfield (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void putfield (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void invokevirtual (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void invokevirtual (java.lang.String, java.lang.String, java.lang.String, boolean) String owner String name String descriptor boolean isInterface public void invokespecial (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void invokespecial (java.lang.String, java.lang.String, java.lang.String, boolean) String owner String name String descriptor boolean isInterface public void invokestatic (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void invokestatic (java.lang.String, java.lang.String, java.lang.String, boolean) String owner String name String descriptor boolean isInterface public void invokeinterface (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public void invokedynamic (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void anew (org.objectweb.asm.Type) org.objectweb.asm.Type type public void newarray (org.objectweb.asm.Type) org.objectweb.asm.Type type static void newarray (org.objectweb.asm.MethodVisitor, org.objectweb.asm.Type) int arrayType int arrayType int arrayType int arrayType int arrayType int arrayType int arrayType int arrayType org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.Type type int arrayType public void arraylength () public void athrow () public void checkcast (org.objectweb.asm.Type) org.objectweb.asm.Type type public void instanceOf (org.objectweb.asm.Type) org.objectweb.asm.Type type public void monitorenter () public void monitorexit () public void multianewarray (java.lang.String, int) String descriptor int numDimensions public void ifnull (org.objectweb.asm.Label) org.objectweb.asm.Label label public void ifnonnull (org.objectweb.asm.Label) org.objectweb.asm.Label label public void mark (org.objectweb.asm.Label) org.objectweb.asm.Label label static void <clinit> () }
org/objectweb/asm/commons/JSRInlinerAdapter$Instantiation.class
JSRInlinerAdapter.java package org.objectweb.asm.commons org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation extends java.util.AbstractMap { final org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation parent final java.util.BitSet subroutineInsns final java.util.Map clonedLabels final org.objectweb.asm.tree.LabelNode returnLabel final synthetic org.objectweb.asm.commons.JSRInlinerAdapter this$0 void <init> (org.objectweb.asm.commons.JSRInlinerAdapter, org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation, java.util.BitSet) org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation org.objectweb.asm.tree.LabelNode labelNode org.objectweb.asm.tree.AbstractInsnNode insnNode int insnIndex org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation parent java.util.BitSet subroutineInsns org.objectweb.asm.tree.LabelNode clonedLabelNode org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation findOwner (int) org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation int insnIndex org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation owner org.objectweb.asm.tree.LabelNode getClonedLabelForJumpInsn (org.objectweb.asm.tree.LabelNode) org.objectweb.asm.tree.LabelNode labelNode org.objectweb.asm.tree.LabelNode getClonedLabel (org.objectweb.asm.tree.LabelNode) org.objectweb.asm.tree.LabelNode labelNode public java.util.Set entrySet () public org.objectweb.asm.tree.LabelNode get (java.lang.Object) Object key public boolean equals (java.lang.Object) Object other public int hashCode () public volatile synthetic java.lang.Object get (java.lang.Object) }
org/objectweb/asm/commons/JSRInlinerAdapter.class
JSRInlinerAdapter.java package org.objectweb.asm.commons public org.objectweb.asm.commons.JSRInlinerAdapter extends org.objectweb.asm.tree.MethodNode implements org.objectweb.asm.Opcodes { private final java.util.BitSet mainSubroutineInsns private final java.util.Map subroutinesInsns final java.util.BitSet sharedSubroutineInsns public void <init> (org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor String signature String[] exceptions protected void <init> (int, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int api org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor String signature String[] exceptions public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label org.objectweb.asm.tree.LabelNode labelNode public void visitEnd () private void findSubroutinesInsns () org.objectweb.asm.tree.LabelNode jsrLabelNode java.util.BitSet subroutineInsns java.util.Map$Entry entry java.util.BitSet visitedInsns private void findSubroutineInsns (int, java.util.BitSet, java.util.BitSet) int handlerIndex int startIndex int endIndex int firstSubroutineInsnAfterTryCatchStart org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode boolean applicableHandlerFound int startInsnIndex java.util.BitSet subroutineInsns java.util.BitSet visitedInsns private void findReachableInsns (int, java.util.BitSet, java.util.BitSet) org.objectweb.asm.tree.JumpInsnNode jumpInsnNode org.objectweb.asm.tree.LabelNode labelNode org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsnNode org.objectweb.asm.tree.LabelNode labelNode org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsnNode org.objectweb.asm.tree.AbstractInsnNode currentInsnNode int insnIndex java.util.BitSet subroutineInsns java.util.BitSet visitedInsns int currentInsnIndex private void emitCode () org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation java.util.LinkedList worklist org.objectweb.asm.tree.InsnList newInstructions java.util.List newTryCatchBlocks java.util.List newLocalVariables private void emitInstantiation (org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation, java.util.List, org.objectweb.asm.tree.InsnList, java.util.List, java.util.List) org.objectweb.asm.tree.LabelNode labelNode org.objectweb.asm.tree.LabelNode clonedLabelNode org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation retLabelOwner org.objectweb.asm.tree.LabelNode retLabel org.objectweb.asm.tree.LabelNode jsrLabelNode java.util.BitSet subroutineInsns org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation newInstantiation org.objectweb.asm.tree.LabelNode clonedJsrLabelNode org.objectweb.asm.tree.AbstractInsnNode insnNode int i org.objectweb.asm.tree.LabelNode handler org.objectweb.asm.tree.LabelNode start org.objectweb.asm.tree.LabelNode end org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode org.objectweb.asm.tree.LabelNode start org.objectweb.asm.tree.LabelNode end org.objectweb.asm.tree.LocalVariableNode localVariableNode org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation instantiation java.util.List worklist org.objectweb.asm.tree.InsnList newInstructions java.util.List newTryCatchBlocks java.util.List newLocalVariables org.objectweb.asm.tree.LabelNode previousLabelNode }
org/objectweb/asm/commons/LocalVariablesSorter.class
LocalVariablesSorter.java package org.objectweb.asm.commons public org.objectweb.asm.commons.LocalVariablesSorter extends org.objectweb.asm.MethodVisitor { private static final org.objectweb.asm.Type OBJECT_TYPE private int[] remappedVariableIndices private Object[] remappedLocalTypes protected final int firstLocal protected int nextLocal public void <init> (int, java.lang.String, org.objectweb.asm.MethodVisitor) int access String descriptor org.objectweb.asm.MethodVisitor methodVisitor protected void <init> (int, int, java.lang.String, org.objectweb.asm.MethodVisitor) org.objectweb.asm.Type argumentType int api int access String descriptor org.objectweb.asm.MethodVisitor methodVisitor public void visitVarInsn (int, int) org.objectweb.asm.Type varType org.objectweb.asm.Type varType org.objectweb.asm.Type varType org.objectweb.asm.Type varType org.objectweb.asm.Type varType int opcode int varIndex org.objectweb.asm.Type varType public void visitIincInsn (int, int) int varIndex int increment public void visitMaxs (int, int) int maxStack int maxLocals public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) String name String descriptor String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index int remappedIndex public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation (int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean) int i int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.Label[] start org.objectweb.asm.Label[] end int[] index String descriptor boolean visible org.objectweb.asm.Type type int[] remappedIndex public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) org.objectweb.asm.Type varType Object localType int i Object localType int type int numLocal Object[] local int numStack Object[] stack Object[] oldRemappedLocals int oldVar int newVar int remappedNumLocal public int newLocal (org.objectweb.asm.Type) Object localType Object localType Object localType Object localType Object localType Object localType org.objectweb.asm.Type type Object localType int local protected void updateNewLocals (java.lang.Object[]) Object[] newLocals protected void setLocalType (int, org.objectweb.asm.Type) int local org.objectweb.asm.Type type private void setFrameLocal (int, java.lang.Object) Object[] newRemappedLocalTypes int local Object type int numLocals private int remap (int, org.objectweb.asm.Type) int[] newRemappedVariableIndices int varIndex org.objectweb.asm.Type type int key int size int value protected int newLocalMapping (org.objectweb.asm.Type) org.objectweb.asm.Type type int local static void <clinit> () }
org/objectweb/asm/commons/Method.class
Method.java package org.objectweb.asm.commons public org.objectweb.asm.commons.Method extends java.lang.Object { private final String name private final String descriptor private static final java.util.Map PRIMITIVE_TYPE_DESCRIPTORS public void <init> (java.lang.String, java.lang.String) String name String descriptor public void <init> (java.lang.String, org.objectweb.asm.Type, org.objectweb.asm.Type[]) String name org.objectweb.asm.Type returnType org.objectweb.asm.Type[] argumentTypes public static org.objectweb.asm.commons.Method getMethod (java.lang.reflect.Method) java.lang.reflect.Method method public static org.objectweb.asm.commons.Method getMethod (java.lang.reflect.Constructor) java.lang.reflect.Constructor constructor public static org.objectweb.asm.commons.Method getMethod (java.lang.String) String method public static org.objectweb.asm.commons.Method getMethod (java.lang.String, boolean) String argumentDescriptor String argumentDescriptor String method boolean defaultPackage int spaceIndex int currentArgumentStartIndex int endIndex String returnType String methodName StringBuilder stringBuilder int currentArgumentEndIndex private static java.lang.String getDescriptorInternal (java.lang.String, boolean) String type boolean defaultPackage StringBuilder stringBuilder int arrayBracketsIndex String elementType String descriptor public java.lang.String getName () public java.lang.String getDescriptor () public org.objectweb.asm.Type getReturnType () public org.objectweb.asm.Type[] getArgumentTypes () public java.lang.String toString () public boolean equals (java.lang.Object) Object other org.objectweb.asm.commons.Method otherMethod public int hashCode () static void <clinit> () java.util.HashMap descriptors }
org/objectweb/asm/commons/MethodRemapper.class
MethodRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.MethodRemapper extends org.objectweb.asm.MethodVisitor { protected final org.objectweb.asm.commons.Remapper remapper public void <init> (org.objectweb.asm.MethodVisitor, org.objectweb.asm.commons.Remapper) org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, org.objectweb.asm.MethodVisitor, org.objectweb.asm.commons.Remapper) int api org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.commons.Remapper remapper public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault () org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation (int, java.lang.String, boolean) int parameter String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int type int numLocal Object[] local int numStack Object[] stack private java.lang.Object[] remapFrameTypes (int, java.lang.Object[]) int i int numTypes Object[] frameTypes Object[] remappedFrameTypes public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcodeAndSource String owner String name String descriptor boolean isInterface public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) int i String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments Object[] remappedBootstrapMethodArguments public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitLdcInsn (java.lang.Object) Object value public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions public org.objectweb.asm.AnnotationVisitor visitInsnAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public void visitTryCatchBlock (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String) org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String type public org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) String name String descriptor String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation (int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.Label[] start org.objectweb.asm.Label[] end int[] index String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (org.objectweb.asm.AnnotationVisitor) org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (java.lang.String, org.objectweb.asm.AnnotationVisitor) String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor }
org/objectweb/asm/commons/ModuleHashesAttribute.class
ModuleHashesAttribute.java package org.objectweb.asm.commons public final org.objectweb.asm.commons.ModuleHashesAttribute extends org.objectweb.asm.Attribute { public String algorithm public java.util.List modules public java.util.List hashes public void <init> (java.lang.String, java.util.List, java.util.List) String algorithm java.util.List modules java.util.List hashes public void <init> () protected org.objectweb.asm.Attribute read (org.objectweb.asm.ClassReader, int, int, char[], int, org.objectweb.asm.Label[]) int j String module int hashLength byte[] hash int i org.objectweb.asm.ClassReader classReader int offset int length char[] charBuffer int codeAttributeOffset org.objectweb.asm.Label[] labels int currentOffset String hashAlgorithm int numModules java.util.ArrayList moduleList java.util.ArrayList hashList protected org.objectweb.asm.ByteVector write (org.objectweb.asm.ClassWriter, byte[], int, int, int) String module byte[] hash int i int numModules org.objectweb.asm.ClassWriter classWriter byte[] code int codeLength int maxStack int maxLocals org.objectweb.asm.ByteVector byteVector }
org/objectweb/asm/commons/ModuleRemapper.class
ModuleRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.ModuleRemapper extends org.objectweb.asm.ModuleVisitor { protected final org.objectweb.asm.commons.Remapper remapper public void <init> (org.objectweb.asm.ModuleVisitor, org.objectweb.asm.commons.Remapper) org.objectweb.asm.ModuleVisitor moduleVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, org.objectweb.asm.ModuleVisitor, org.objectweb.asm.commons.Remapper) int api org.objectweb.asm.ModuleVisitor moduleVisitor org.objectweb.asm.commons.Remapper remapper public void visitMainClass (java.lang.String) String mainClass public void visitPackage (java.lang.String) String packaze public void visitRequire (java.lang.String, int, java.lang.String) String module int access String version public transient void visitExport (java.lang.String, int, java.lang.String[]) int i String packaze int access String[] modules String[] remappedModules public transient void visitOpen (java.lang.String, int, java.lang.String[]) int i String packaze int access String[] modules String[] remappedModules public void visitUse (java.lang.String) String service public transient void visitProvide (java.lang.String, java.lang.String[]) int i String service String[] providers String[] remappedProviders }
org/objectweb/asm/commons/ModuleResolutionAttribute.class
ModuleResolutionAttribute.java package org.objectweb.asm.commons public final org.objectweb.asm.commons.ModuleResolutionAttribute extends org.objectweb.asm.Attribute { public static final int RESOLUTION_DO_NOT_RESOLVE_BY_DEFAULT public static final int RESOLUTION_WARN_DEPRECATED public static final int RESOLUTION_WARN_DEPRECATED_FOR_REMOVAL public static final int RESOLUTION_WARN_INCUBATING public int resolution public void <init> (int) int resolution public void <init> () protected org.objectweb.asm.Attribute read (org.objectweb.asm.ClassReader, int, int, char[], int, org.objectweb.asm.Label[]) org.objectweb.asm.ClassReader classReader int offset int length char[] charBuffer int codeOffset org.objectweb.asm.Label[] labels protected org.objectweb.asm.ByteVector write (org.objectweb.asm.ClassWriter, byte[], int, int, int) org.objectweb.asm.ClassWriter classWriter byte[] code int codeLength int maxStack int maxLocals org.objectweb.asm.ByteVector byteVector }
org/objectweb/asm/commons/ModuleTargetAttribute.class
ModuleTargetAttribute.java package org.objectweb.asm.commons public final org.objectweb.asm.commons.ModuleTargetAttribute extends org.objectweb.asm.Attribute { public String platform public void <init> (java.lang.String) String platform public void <init> () protected org.objectweb.asm.Attribute read (org.objectweb.asm.ClassReader, int, int, char[], int, org.objectweb.asm.Label[]) org.objectweb.asm.ClassReader classReader int offset int length char[] charBuffer int codeOffset org.objectweb.asm.Label[] labels protected org.objectweb.asm.ByteVector write (org.objectweb.asm.ClassWriter, byte[], int, int, int) org.objectweb.asm.ClassWriter classWriter byte[] code int codeLength int maxStack int maxLocals org.objectweb.asm.ByteVector byteVector }
org/objectweb/asm/commons/RecordComponentRemapper.class
RecordComponentRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.RecordComponentRemapper extends org.objectweb.asm.RecordComponentVisitor { protected final org.objectweb.asm.commons.Remapper remapper public void <init> (org.objectweb.asm.RecordComponentVisitor, org.objectweb.asm.commons.Remapper) org.objectweb.asm.RecordComponentVisitor recordComponentVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, org.objectweb.asm.RecordComponentVisitor, org.objectweb.asm.commons.Remapper) int api org.objectweb.asm.RecordComponentVisitor recordComponentVisitor org.objectweb.asm.commons.Remapper remapper public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (org.objectweb.asm.AnnotationVisitor) org.objectweb.asm.AnnotationVisitor annotationVisitor protected org.objectweb.asm.AnnotationVisitor createAnnotationRemapper (java.lang.String, org.objectweb.asm.AnnotationVisitor) String descriptor org.objectweb.asm.AnnotationVisitor annotationVisitor }
org/objectweb/asm/commons/Remapper.class
Remapper.java package org.objectweb.asm.commons public abstract org.objectweb.asm.commons.Remapper extends java.lang.Object { public void <init> () public java.lang.String mapDesc (java.lang.String) String descriptor private org.objectweb.asm.Type mapType (org.objectweb.asm.Type) int i StringBuilder remappedDescriptor String remappedInternalName org.objectweb.asm.Type type public java.lang.String mapType (java.lang.String) String internalName public java.lang.String[] mapTypes (java.lang.String[]) String internalName String remappedInternalName int i String[] internalNames String[] remappedInternalNames public java.lang.String mapMethodDesc (java.lang.String) org.objectweb.asm.Type argumentType String methodDescriptor StringBuilder stringBuilder org.objectweb.asm.Type returnType public java.lang.Object mapValue (java.lang.Object) org.objectweb.asm.Handle handle boolean isFieldHandle int i org.objectweb.asm.ConstantDynamic constantDynamic int bootstrapMethodArgumentCount Object[] remappedBootstrapMethodArguments String descriptor Object value public java.lang.String mapSignature (java.lang.String, boolean) String signature boolean typeSignature org.objectweb.asm.signature.SignatureReader signatureReader org.objectweb.asm.signature.SignatureWriter signatureWriter org.objectweb.asm.signature.SignatureVisitor signatureRemapper protected org.objectweb.asm.signature.SignatureVisitor createRemappingSignatureAdapter (org.objectweb.asm.signature.SignatureVisitor) org.objectweb.asm.signature.SignatureVisitor signatureVisitor protected org.objectweb.asm.signature.SignatureVisitor createSignatureRemapper (org.objectweb.asm.signature.SignatureVisitor) org.objectweb.asm.signature.SignatureVisitor signatureVisitor public java.lang.String mapAnnotationAttributeName (java.lang.String, java.lang.String) String descriptor String name public java.lang.String mapInnerClassName (java.lang.String, java.lang.String, java.lang.String) int originSplit int remappedSplit int index String name String ownerName String innerName String remappedInnerName public java.lang.String mapMethodName (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public java.lang.String mapInvokeDynamicMethodName (java.lang.String, java.lang.String) String name String descriptor public java.lang.String mapRecordComponentName (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public java.lang.String mapFieldName (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public java.lang.String mapPackageName (java.lang.String) String name public java.lang.String mapModuleName (java.lang.String) String name public java.lang.String map (java.lang.String) String internalName }
org/objectweb/asm/commons/SerialVersionUIDAdder$Item.class
SerialVersionUIDAdder.java package org.objectweb.asm.commons final org.objectweb.asm.commons.SerialVersionUIDAdder$Item extends java.lang.Object implements java.lang.Comparable { final String name final int access final String descriptor void <init> (java.lang.String, int, java.lang.String) String name int access String descriptor public int compareTo (org.objectweb.asm.commons.SerialVersionUIDAdder$Item) org.objectweb.asm.commons.SerialVersionUIDAdder$Item item int result public boolean equals (java.lang.Object) Object other public int hashCode () public volatile synthetic int compareTo (java.lang.Object) }
org/objectweb/asm/commons/SerialVersionUIDAdder.class
SerialVersionUIDAdder.java package org.objectweb.asm.commons public org.objectweb.asm.commons.SerialVersionUIDAdder extends org.objectweb.asm.ClassVisitor { private static final String CLINIT private boolean computeSvuid private boolean hasSvuid private int access private String name private String[] interfaces private java.util.Collection svuidFields private boolean hasStaticInitializer private java.util.Collection svuidConstructors private java.util.Collection svuidMethods public void <init> (org.objectweb.asm.ClassVisitor) org.objectweb.asm.ClassVisitor classVisitor protected void <init> (int, org.objectweb.asm.ClassVisitor) int api org.objectweb.asm.ClassVisitor classVisitor public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int mods int access String name String descriptor String signature String[] exceptions public org.objectweb.asm.FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int mods int access String name String desc String signature Object value public void visitInnerClass (java.lang.String, java.lang.String, java.lang.String, int) String innerClassName String outerName String innerName int innerClassAccess public void visitEnd () java.io.IOException e public boolean hasSVUID () protected void addSVUID (long) long svuid org.objectweb.asm.FieldVisitor fieldVisitor protected long computeSVUID () throws java.io.IOException String interfaceName int i int mods byte[] hashBytes java.io.DataOutputStream dataOutputStream java.io.ByteArrayOutputStream byteArrayOutputStream long svuid protected byte[] computeSHAdigest (byte[]) java.security.NoSuchAlgorithmException e byte[] value private static void writeItems (java.util.Collection, java.io.DataOutput, boolean) throws java.io.IOException org.objectweb.asm.commons.SerialVersionUIDAdder$Item item java.util.Collection itemCollection java.io.DataOutput dataOutputStream boolean dotted org.objectweb.asm.commons.SerialVersionUIDAdder$Item[] items }
org/objectweb/asm/commons/SignatureRemapper.class
SignatureRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.SignatureRemapper extends org.objectweb.asm.signature.SignatureVisitor { private final org.objectweb.asm.signature.SignatureVisitor signatureVisitor private final org.objectweb.asm.commons.Remapper remapper private java.util.ArrayList classNames public void <init> (org.objectweb.asm.signature.SignatureVisitor, org.objectweb.asm.commons.Remapper) org.objectweb.asm.signature.SignatureVisitor signatureVisitor org.objectweb.asm.commons.Remapper remapper protected void <init> (int, org.objectweb.asm.signature.SignatureVisitor, org.objectweb.asm.commons.Remapper) int api org.objectweb.asm.signature.SignatureVisitor signatureVisitor org.objectweb.asm.commons.Remapper remapper public void visitClassType (java.lang.String) String name public void visitInnerClassType (java.lang.String) String name String outerClassName String className String remappedOuter String remappedName int index public void visitFormalTypeParameter (java.lang.String) String name public void visitTypeVariable (java.lang.String) String name public org.objectweb.asm.signature.SignatureVisitor visitArrayType () public void visitBaseType (char) char descriptor public org.objectweb.asm.signature.SignatureVisitor visitClassBound () public org.objectweb.asm.signature.SignatureVisitor visitExceptionType () public org.objectweb.asm.signature.SignatureVisitor visitInterface () public org.objectweb.asm.signature.SignatureVisitor visitInterfaceBound () public org.objectweb.asm.signature.SignatureVisitor visitParameterType () public org.objectweb.asm.signature.SignatureVisitor visitReturnType () public org.objectweb.asm.signature.SignatureVisitor visitSuperclass () public void visitTypeArgument () public org.objectweb.asm.signature.SignatureVisitor visitTypeArgument (char) char wildcard public void visitEnd () }
org/objectweb/asm/commons/SimpleRemapper.class
SimpleRemapper.java package org.objectweb.asm.commons public org.objectweb.asm.commons.SimpleRemapper extends org.objectweb.asm.commons.Remapper { private final java.util.Map mapping public void <init> (java.util.Map) java.util.Map mapping public void <init> (java.lang.String, java.lang.String) String oldName String newName public java.lang.String mapMethodName (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor String remappedName public java.lang.String mapInvokeDynamicMethodName (java.lang.String, java.lang.String) String name String descriptor String remappedName public java.lang.String mapAnnotationAttributeName (java.lang.String, java.lang.String) String descriptor String name String remappedName public java.lang.String mapFieldName (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor String remappedName public java.lang.String map (java.lang.String) String key }
org/objectweb/asm/commons/StaticInitMerger.class
StaticInitMerger.java package org.objectweb.asm.commons public org.objectweb.asm.commons.StaticInitMerger extends org.objectweb.asm.ClassVisitor { private String owner private final String renamedClinitMethodPrefix private int numClinitMethods private org.objectweb.asm.MethodVisitor mergedClinitVisitor public void <init> (java.lang.String, org.objectweb.asm.ClassVisitor) String prefix org.objectweb.asm.ClassVisitor classVisitor protected void <init> (int, java.lang.String, org.objectweb.asm.ClassVisitor) int api String prefix org.objectweb.asm.ClassVisitor classVisitor public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int newAccess String newName org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor String signature String[] exceptions org.objectweb.asm.MethodVisitor methodVisitor public void visitEnd () }
org/objectweb/asm/commons/TableSwitchGenerator.class
TableSwitchGenerator.java package org.objectweb.asm.commons public abstract org.objectweb.asm.commons.TableSwitchGenerator extends java.lang.Object { public abstract void generateCase (int, org.objectweb.asm.Label) public abstract void generateDefault () }
org/objectweb/asm/commons/TryCatchBlockSorter$1.class
TryCatchBlockSorter.java package org.objectweb.asm.commons org.objectweb.asm.commons.TryCatchBlockSorter$1 extends java.lang.Object implements java.util.Comparator { final synthetic org.objectweb.asm.commons.TryCatchBlockSorter this$0 void <init> (org.objectweb.asm.commons.TryCatchBlockSorter) org.objectweb.asm.commons.TryCatchBlockSorter this$0 public int compare (org.objectweb.asm.tree.TryCatchBlockNode, org.objectweb.asm.tree.TryCatchBlockNode) org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode1 org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode2 private int blockLength (org.objectweb.asm.tree.TryCatchBlockNode) org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode int startIndex int endIndex public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
org/objectweb/asm/commons/TryCatchBlockSorter.class
TryCatchBlockSorter.java package org.objectweb.asm.commons public org.objectweb.asm.commons.TryCatchBlockSorter extends org.objectweb.asm.tree.MethodNode { public void <init> (org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor String signature String[] exceptions protected void <init> (int, org.objectweb.asm.MethodVisitor, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int api org.objectweb.asm.MethodVisitor methodVisitor int access String name String descriptor String signature String[] exceptions public void visitEnd () int i }
org/objectweb/asm/tree/
org/objectweb/asm/tree/AbstractInsnNode.class
AbstractInsnNode.java package org.objectweb.asm.tree public abstract org.objectweb.asm.tree.AbstractInsnNode extends java.lang.Object { public static final int INSN public static final int INT_INSN public static final int VAR_INSN public static final int TYPE_INSN public static final int FIELD_INSN public static final int METHOD_INSN public static final int INVOKE_DYNAMIC_INSN public static final int JUMP_INSN public static final int LABEL public static final int LDC_INSN public static final int IINC_INSN public static final int TABLESWITCH_INSN public static final int LOOKUPSWITCH_INSN public static final int MULTIANEWARRAY_INSN public static final int FRAME public static final int LINE protected int opcode public java.util.List visibleTypeAnnotations public java.util.List invisibleTypeAnnotations org.objectweb.asm.tree.AbstractInsnNode previousInsn org.objectweb.asm.tree.AbstractInsnNode nextInsn int index protected void <init> (int) int opcode public int getOpcode () public abstract int getType () public org.objectweb.asm.tree.AbstractInsnNode getPrevious () public org.objectweb.asm.tree.AbstractInsnNode getNext () public abstract void accept (org.objectweb.asm.MethodVisitor) protected final void acceptAnnotations (org.objectweb.asm.MethodVisitor) org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.MethodVisitor methodVisitor public abstract org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) static org.objectweb.asm.tree.LabelNode clone (org.objectweb.asm.tree.LabelNode, java.util.Map) org.objectweb.asm.tree.LabelNode label java.util.Map clonedLabels static org.objectweb.asm.tree.LabelNode[] clone (java.util.List, java.util.Map) int i int n java.util.List labels java.util.Map clonedLabels org.objectweb.asm.tree.LabelNode[] clones protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.TypeAnnotationNode sourceAnnotation org.objectweb.asm.tree.TypeAnnotationNode cloneAnnotation int i int n org.objectweb.asm.tree.TypeAnnotationNode sourceAnnotation org.objectweb.asm.tree.TypeAnnotationNode cloneAnnotation int i int n org.objectweb.asm.tree.AbstractInsnNode insnNode }
org/objectweb/asm/tree/AnnotationNode.class
AnnotationNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.AnnotationNode extends org.objectweb.asm.AnnotationVisitor { public String desc public java.util.List values public void <init> (java.lang.String) String descriptor public void <init> (int, java.lang.String) int api String descriptor void <init> (java.util.List) java.util.List values public void visit (java.lang.String, java.lang.Object) String name Object value public void visitEnum (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String value public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, java.lang.String) String name String descriptor org.objectweb.asm.tree.AnnotationNode annotation public org.objectweb.asm.AnnotationVisitor visitArray (java.lang.String) String name java.util.List array public void visitEnd () public void check (int) int api public void accept (org.objectweb.asm.AnnotationVisitor) String name Object value int i int n org.objectweb.asm.AnnotationVisitor annotationVisitor static void accept (org.objectweb.asm.AnnotationVisitor, java.lang.String, java.lang.Object) String[] typeValue org.objectweb.asm.tree.AnnotationNode annotationValue int i int n java.util.List arrayValue org.objectweb.asm.AnnotationVisitor arrayAnnotationVisitor org.objectweb.asm.AnnotationVisitor annotationVisitor String name Object value }
org/objectweb/asm/tree/ClassNode.class
ClassNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.ClassNode extends org.objectweb.asm.ClassVisitor { public int version public int access public String name public String signature public String superName public java.util.List interfaces public String sourceFile public String sourceDebug public org.objectweb.asm.tree.ModuleNode module public String outerClass public String outerMethod public String outerMethodDesc public java.util.List visibleAnnotations public java.util.List invisibleAnnotations public java.util.List visibleTypeAnnotations public java.util.List invisibleTypeAnnotations public java.util.List attrs public java.util.List innerClasses public String nestHostClass public java.util.List nestMembers public java.util.List permittedSubclasses public java.util.List recordComponents public java.util.List fields public java.util.List methods public void <init> () public void <init> (int) int api public void visit (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int version int access String name String signature String superName String[] interfaces public void visitSource (java.lang.String, java.lang.String) String file String debug public org.objectweb.asm.ModuleVisitor visitModule (java.lang.String, int, java.lang.String) String name int access String version public void visitNestHost (java.lang.String) String nestHost public void visitOuterClass (java.lang.String, java.lang.String, java.lang.String) String owner String name String descriptor public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.tree.AnnotationNode annotation public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitNestMember (java.lang.String) String nestMember public void visitPermittedSubclass (java.lang.String) String permittedSubclass public void visitInnerClass (java.lang.String, java.lang.String, java.lang.String, int) String name String outerName String innerName int access org.objectweb.asm.tree.InnerClassNode innerClass public org.objectweb.asm.RecordComponentVisitor visitRecordComponent (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String signature org.objectweb.asm.tree.RecordComponentNode recordComponent public org.objectweb.asm.FieldVisitor visitField (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String descriptor String signature Object value org.objectweb.asm.tree.FieldNode field public org.objectweb.asm.MethodVisitor visitMethod (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String descriptor String signature String[] exceptions org.objectweb.asm.tree.MethodNode method public void visitEnd () public void check (int) int i int i int i int i int i int i int i int api public void accept (org.objectweb.asm.ClassVisitor) org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n int i int n int i int n int i int n int i int n int i int n int i int n int i int n org.objectweb.asm.ClassVisitor classVisitor String[] interfacesArray }
org/objectweb/asm/tree/FieldInsnNode.class
FieldInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.FieldInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public String owner public String name public String desc public void <init> (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void setOpcode (int) int opcode public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/FieldNode.class
FieldNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.FieldNode extends org.objectweb.asm.FieldVisitor { public int access public String name public String desc public String signature public Object value public java.util.List visibleAnnotations public java.util.List invisibleAnnotations public java.util.List visibleTypeAnnotations public java.util.List invisibleTypeAnnotations public java.util.List attrs public void <init> (int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int access String name String descriptor String signature Object value public void <init> (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object) int api int access String name String descriptor String signature Object value public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.tree.AnnotationNode annotation public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitEnd () public void check (int) int api public void accept (org.objectweb.asm.ClassVisitor) org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n int i int n org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.FieldVisitor fieldVisitor }
org/objectweb/asm/tree/FrameNode.class
FrameNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.FrameNode extends org.objectweb.asm.tree.AbstractInsnNode { public int type public java.util.List local public java.util.List stack private void <init> () public void <init> (int, int, java.lang.Object[], int, java.lang.Object[]) int type int numLocal Object[] local int numStack Object[] stack public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) Object localElement int i int n Object stackElement int i int n java.util.Map clonedLabels org.objectweb.asm.tree.FrameNode clone private static java.lang.Object[] asArray (java.util.List) Object o int i int n java.util.List list Object[] array }
org/objectweb/asm/tree/IincInsnNode.class
IincInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.IincInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public int var public int incr public void <init> (int, int) int varIndex int incr public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/InnerClassNode.class
InnerClassNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.InnerClassNode extends java.lang.Object { public String name public String outerName public String innerName public int access public void <init> (java.lang.String, java.lang.String, java.lang.String, int) String name String outerName String innerName int access public void accept (org.objectweb.asm.ClassVisitor) org.objectweb.asm.ClassVisitor classVisitor }
org/objectweb/asm/tree/InsnList$InsnListIterator.class
InsnList.java package org.objectweb.asm.tree final org.objectweb.asm.tree.InsnList$InsnListIterator extends java.lang.Object implements java.util.ListIterator { org.objectweb.asm.tree.AbstractInsnNode nextInsn org.objectweb.asm.tree.AbstractInsnNode previousInsn org.objectweb.asm.tree.AbstractInsnNode remove final synthetic org.objectweb.asm.tree.InsnList this$0 void <init> (org.objectweb.asm.tree.InsnList, int) int i org.objectweb.asm.tree.AbstractInsnNode currentInsn int index public boolean hasNext () public java.lang.Object next () org.objectweb.asm.tree.AbstractInsnNode result public void remove () public boolean hasPrevious () public java.lang.Object previous () org.objectweb.asm.tree.AbstractInsnNode result public int nextIndex () public int previousIndex () public void add (java.lang.Object) Object o public void set (java.lang.Object) Object o }
org/objectweb/asm/tree/InsnList.class
InsnList.java package org.objectweb.asm.tree public org.objectweb.asm.tree.InsnList extends java.lang.Object implements java.lang.Iterable { private int size private org.objectweb.asm.tree.AbstractInsnNode firstInsn private org.objectweb.asm.tree.AbstractInsnNode lastInsn org.objectweb.asm.tree.AbstractInsnNode[] cache public void <init> () public int size () public org.objectweb.asm.tree.AbstractInsnNode getFirst () public org.objectweb.asm.tree.AbstractInsnNode getLast () public org.objectweb.asm.tree.AbstractInsnNode get (int) int index public boolean contains (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode insnNode org.objectweb.asm.tree.AbstractInsnNode currentInsn public int indexOf (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode insnNode public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.tree.AbstractInsnNode currentInsn public java.util.ListIterator iterator () public java.util.ListIterator iterator (int) int index public org.objectweb.asm.tree.AbstractInsnNode[] toArray () int currentInsnIndex org.objectweb.asm.tree.AbstractInsnNode currentInsn org.objectweb.asm.tree.AbstractInsnNode[] insnNodeArray public void set (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) int index org.objectweb.asm.tree.AbstractInsnNode oldInsnNode org.objectweb.asm.tree.AbstractInsnNode newInsnNode org.objectweb.asm.tree.AbstractInsnNode nextInsn org.objectweb.asm.tree.AbstractInsnNode previousInsn public void add (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode insnNode public void add (org.objectweb.asm.tree.InsnList) org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement org.objectweb.asm.tree.InsnList insnList public void insert (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode insnNode public void insert (org.objectweb.asm.tree.InsnList) org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement org.objectweb.asm.tree.InsnList insnList public void insert (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode previousInsn org.objectweb.asm.tree.AbstractInsnNode insnNode org.objectweb.asm.tree.AbstractInsnNode nextInsn public void insert (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.InsnList) org.objectweb.asm.tree.AbstractInsnNode previousInsn org.objectweb.asm.tree.InsnList insnList org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement org.objectweb.asm.tree.AbstractInsnNode nextInsn public void insertBefore (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode nextInsn org.objectweb.asm.tree.AbstractInsnNode insnNode org.objectweb.asm.tree.AbstractInsnNode previousInsn public void insertBefore (org.objectweb.asm.tree.AbstractInsnNode, org.objectweb.asm.tree.InsnList) org.objectweb.asm.tree.AbstractInsnNode nextInsn org.objectweb.asm.tree.InsnList insnList org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement org.objectweb.asm.tree.AbstractInsnNode previousInsn public void remove (org.objectweb.asm.tree.AbstractInsnNode) org.objectweb.asm.tree.AbstractInsnNode insnNode org.objectweb.asm.tree.AbstractInsnNode nextInsn org.objectweb.asm.tree.AbstractInsnNode previousInsn void removeAll (boolean) org.objectweb.asm.tree.AbstractInsnNode next org.objectweb.asm.tree.AbstractInsnNode currentInsn boolean mark public void clear () public void resetLabels () org.objectweb.asm.tree.AbstractInsnNode currentInsn public volatile synthetic java.util.Iterator iterator () }
org/objectweb/asm/tree/InsnNode.class
InsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.InsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public void <init> (int) int opcode public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/IntInsnNode.class
IntInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.IntInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public int operand public void <init> (int, int) int opcode int operand public void setOpcode (int) int opcode public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/InvokeDynamicInsnNode.class
InvokeDynamicInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.InvokeDynamicInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public String name public String desc public org.objectweb.asm.Handle bsm public Object[] bsmArgs public transient void <init> (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/JumpInsnNode.class
JumpInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.JumpInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public org.objectweb.asm.tree.LabelNode label public void <init> (int, org.objectweb.asm.tree.LabelNode) int opcode org.objectweb.asm.tree.LabelNode label public void setOpcode (int) int opcode public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/LabelNode.class
LabelNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.LabelNode extends org.objectweb.asm.tree.AbstractInsnNode { private org.objectweb.asm.Label value public void <init> () public void <init> (org.objectweb.asm.Label) org.objectweb.asm.Label label public int getType () public org.objectweb.asm.Label getLabel () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels public void resetLabel () }
org/objectweb/asm/tree/LdcInsnNode.class
LdcInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.LdcInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public Object cst public void <init> (java.lang.Object) Object value public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/LineNumberNode.class
LineNumberNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.LineNumberNode extends org.objectweb.asm.tree.AbstractInsnNode { public int line public org.objectweb.asm.tree.LabelNode start public void <init> (int, org.objectweb.asm.tree.LabelNode) int line org.objectweb.asm.tree.LabelNode start public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/LocalVariableAnnotationNode.class
LocalVariableAnnotationNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.LocalVariableAnnotationNode extends org.objectweb.asm.tree.TypeAnnotationNode { public java.util.List start public java.util.List end public java.util.List index public void <init> (int, org.objectweb.asm.TypePath, org.objectweb.asm.tree.LabelNode[], org.objectweb.asm.tree.LabelNode[], int[], java.lang.String) int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.tree.LabelNode[] start org.objectweb.asm.tree.LabelNode[] end int[] index String descriptor public void <init> (int, int, org.objectweb.asm.TypePath, org.objectweb.asm.tree.LabelNode[], org.objectweb.asm.tree.LabelNode[], int[], java.lang.String) int api int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.tree.LabelNode[] start org.objectweb.asm.tree.LabelNode[] end int[] index String descriptor public void accept (org.objectweb.asm.MethodVisitor, boolean) int i int n org.objectweb.asm.MethodVisitor methodVisitor boolean visible org.objectweb.asm.Label[] startLabels org.objectweb.asm.Label[] endLabels int[] indices }
org/objectweb/asm/tree/LocalVariableNode.class
LocalVariableNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.LocalVariableNode extends java.lang.Object { public String name public String desc public String signature public org.objectweb.asm.tree.LabelNode start public org.objectweb.asm.tree.LabelNode end public int index public void <init> (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode, int) String name String descriptor String signature org.objectweb.asm.tree.LabelNode start org.objectweb.asm.tree.LabelNode end int index public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor }
org/objectweb/asm/tree/LookupSwitchInsnNode.class
LookupSwitchInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.LookupSwitchInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public org.objectweb.asm.tree.LabelNode dflt public java.util.List keys public java.util.List labels public void <init> (org.objectweb.asm.tree.LabelNode, int[], org.objectweb.asm.tree.LabelNode[]) org.objectweb.asm.tree.LabelNode dflt int[] keys org.objectweb.asm.tree.LabelNode[] labels public int getType () public void accept (org.objectweb.asm.MethodVisitor) int i int n int i int n org.objectweb.asm.MethodVisitor methodVisitor int[] keysArray org.objectweb.asm.Label[] labelsArray public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels org.objectweb.asm.tree.LookupSwitchInsnNode clone }
org/objectweb/asm/tree/MethodInsnNode.class
MethodInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.MethodInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public String owner public String name public String desc public boolean itf public void <init> (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void <init> (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcode String owner String name String descriptor boolean isInterface public void setOpcode (int) int opcode public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/MethodNode$1.class
MethodNode.java package org.objectweb.asm.tree org.objectweb.asm.tree.MethodNode$1 extends java.util.ArrayList { final synthetic org.objectweb.asm.tree.MethodNode this$0 void <init> (org.objectweb.asm.tree.MethodNode, int) org.objectweb.asm.tree.MethodNode this$0 int arg0 public boolean add (java.lang.Object) Object o }
org/objectweb/asm/tree/MethodNode.class
MethodNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.MethodNode extends org.objectweb.asm.MethodVisitor { public int access public String name public String desc public String signature public java.util.List exceptions public java.util.List parameters public java.util.List visibleAnnotations public java.util.List invisibleAnnotations public java.util.List visibleTypeAnnotations public java.util.List invisibleTypeAnnotations public java.util.List attrs public Object annotationDefault public int visibleAnnotableParameterCount public java.util.List[] visibleParameterAnnotations public int invisibleAnnotableParameterCount public java.util.List[] invisibleParameterAnnotations public org.objectweb.asm.tree.InsnList instructions public java.util.List tryCatchBlocks public int maxStack public int maxLocals public java.util.List localVariables public java.util.List visibleLocalVariableAnnotations public java.util.List invisibleLocalVariableAnnotations private boolean visited public void <init> () public void <init> (int) int api public void <init> (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int access String name String descriptor String signature String[] exceptions public void <init> (int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) int api int access String name String descriptor String signature String[] exceptions public void visitParameter (java.lang.String, int) String name int access public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault () public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.tree.AnnotationNode annotation public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation public void visitAnnotableParameterCount (int, boolean) int parameterCount boolean visible public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation (int, java.lang.String, boolean) int params int params int parameter String descriptor boolean visible org.objectweb.asm.tree.AnnotationNode annotation public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitCode () public void visitFrame (int, int, java.lang.Object[], int, java.lang.Object[]) int type int numLocal Object[] local int numStack Object[] stack public void visitInsn (int) int opcode public void visitIntInsn (int, int) int opcode int operand public void visitVarInsn (int, int) int opcode int varIndex public void visitTypeInsn (int, java.lang.String) int opcode String type public void visitFieldInsn (int, java.lang.String, java.lang.String, java.lang.String) int opcode String owner String name String descriptor public void visitMethodInsn (int, java.lang.String, java.lang.String, java.lang.String, boolean) int opcodeAndSource String owner String name String descriptor boolean isInterface int opcode public transient void visitInvokeDynamicInsn (java.lang.String, java.lang.String, org.objectweb.asm.Handle, java.lang.Object[]) String name String descriptor org.objectweb.asm.Handle bootstrapMethodHandle Object[] bootstrapMethodArguments public void visitJumpInsn (int, org.objectweb.asm.Label) int opcode org.objectweb.asm.Label label public void visitLabel (org.objectweb.asm.Label) org.objectweb.asm.Label label public void visitLdcInsn (java.lang.Object) Object value public void visitIincInsn (int, int) int varIndex int increment public transient void visitTableSwitchInsn (int, int, org.objectweb.asm.Label, org.objectweb.asm.Label[]) int min int max org.objectweb.asm.Label dflt org.objectweb.asm.Label[] labels public void visitLookupSwitchInsn (org.objectweb.asm.Label, int[], org.objectweb.asm.Label[]) org.objectweb.asm.Label dflt int[] keys org.objectweb.asm.Label[] labels public void visitMultiANewArrayInsn (java.lang.String, int) String descriptor int numDimensions public org.objectweb.asm.AnnotationVisitor visitInsnAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.tree.AbstractInsnNode currentInsn org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation public void visitTryCatchBlock (org.objectweb.asm.Label, org.objectweb.asm.Label, org.objectweb.asm.Label, java.lang.String) org.objectweb.asm.Label start org.objectweb.asm.Label end org.objectweb.asm.Label handler String type org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock public org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation public void visitLocalVariable (java.lang.String, java.lang.String, java.lang.String, org.objectweb.asm.Label, org.objectweb.asm.Label, int) String name String descriptor String signature org.objectweb.asm.Label start org.objectweb.asm.Label end int index org.objectweb.asm.tree.LocalVariableNode localVariable public org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation (int, org.objectweb.asm.TypePath, org.objectweb.asm.Label[], org.objectweb.asm.Label[], int[], java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath org.objectweb.asm.Label[] start org.objectweb.asm.Label[] end int[] index String descriptor boolean visible org.objectweb.asm.tree.LocalVariableAnnotationNode localVariableAnnotation public void visitLineNumber (int, org.objectweb.asm.Label) int line org.objectweb.asm.Label start public void visitMaxs (int, int) int maxStack int maxLocals public void visitEnd () protected org.objectweb.asm.tree.LabelNode getLabelNode (org.objectweb.asm.Label) org.objectweb.asm.Label label private org.objectweb.asm.tree.LabelNode[] getLabelNodes (org.objectweb.asm.Label[]) int i int n org.objectweb.asm.Label[] labels org.objectweb.asm.tree.LabelNode[] labelNodes private java.lang.Object[] getLabelNodes (java.lang.Object[]) Object o int i int n Object[] objects Object[] labelNodes public void check (int) org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock int i boolean isInterface Object value org.objectweb.asm.tree.AbstractInsnNode insn int i Object value org.objectweb.asm.tree.AbstractInsnNode insn int i int api public void accept (org.objectweb.asm.ClassVisitor) org.objectweb.asm.ClassVisitor classVisitor String[] exceptionsArray org.objectweb.asm.MethodVisitor methodVisitor public void accept (org.objectweb.asm.MethodVisitor) int i int n org.objectweb.asm.AnnotationVisitor annotationVisitor org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.tree.AnnotationNode annotation int j int m java.util.List parameterAnnotations int i int n org.objectweb.asm.tree.AnnotationNode annotation int j int m java.util.List parameterAnnotations int i int n int i int n int i int n int i int n int i int n int i int n org.objectweb.asm.MethodVisitor methodVisitor }
org/objectweb/asm/tree/ModuleExportNode.class
ModuleExportNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.ModuleExportNode extends java.lang.Object { public String packaze public int access public java.util.List modules public void <init> (java.lang.String, int, java.util.List) String packaze int access java.util.List modules public void accept (org.objectweb.asm.ModuleVisitor) org.objectweb.asm.ModuleVisitor moduleVisitor }
org/objectweb/asm/tree/ModuleNode.class
ModuleNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.ModuleNode extends org.objectweb.asm.ModuleVisitor { public String name public int access public String version public String mainClass public java.util.List packages public java.util.List requires public java.util.List exports public java.util.List opens public java.util.List uses public java.util.List provides public void <init> (java.lang.String, int, java.lang.String) String name int access String version public void <init> (int, java.lang.String, int, java.lang.String, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List) int api String name int access String version java.util.List requires java.util.List exports java.util.List opens java.util.List uses java.util.List provides public void visitMainClass (java.lang.String) String mainClass public void visitPackage (java.lang.String) String packaze public void visitRequire (java.lang.String, int, java.lang.String) String module int access String version public transient void visitExport (java.lang.String, int, java.lang.String[]) String packaze int access String[] modules public transient void visitOpen (java.lang.String, int, java.lang.String[]) String packaze int access String[] modules public void visitUse (java.lang.String) String service public transient void visitProvide (java.lang.String, java.lang.String[]) String service String[] providers public void visitEnd () public void accept (org.objectweb.asm.ClassVisitor) int i int n int i int n int i int n int i int n int i int n int i int n org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.ModuleVisitor moduleVisitor }
org/objectweb/asm/tree/ModuleOpenNode.class
ModuleOpenNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.ModuleOpenNode extends java.lang.Object { public String packaze public int access public java.util.List modules public void <init> (java.lang.String, int, java.util.List) String packaze int access java.util.List modules public void accept (org.objectweb.asm.ModuleVisitor) org.objectweb.asm.ModuleVisitor moduleVisitor }
org/objectweb/asm/tree/ModuleProvideNode.class
ModuleProvideNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.ModuleProvideNode extends java.lang.Object { public String service public java.util.List providers public void <init> (java.lang.String, java.util.List) String service java.util.List providers public void accept (org.objectweb.asm.ModuleVisitor) org.objectweb.asm.ModuleVisitor moduleVisitor }
org/objectweb/asm/tree/ModuleRequireNode.class
ModuleRequireNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.ModuleRequireNode extends java.lang.Object { public String module public int access public String version public void <init> (java.lang.String, int, java.lang.String) String module int access String version public void accept (org.objectweb.asm.ModuleVisitor) org.objectweb.asm.ModuleVisitor moduleVisitor }
org/objectweb/asm/tree/MultiANewArrayInsnNode.class
MultiANewArrayInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.MultiANewArrayInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public String desc public int dims public void <init> (java.lang.String, int) String descriptor int numDimensions public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/ParameterNode.class
ParameterNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.ParameterNode extends java.lang.Object { public String name public int access public void <init> (java.lang.String, int) String name int access public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor }
org/objectweb/asm/tree/RecordComponentNode.class
RecordComponentNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.RecordComponentNode extends org.objectweb.asm.RecordComponentVisitor { public String name public String descriptor public String signature public java.util.List visibleAnnotations public java.util.List invisibleAnnotations public java.util.List visibleTypeAnnotations public java.util.List invisibleTypeAnnotations public java.util.List attrs public void <init> (java.lang.String, java.lang.String, java.lang.String) String name String descriptor String signature public void <init> (int, java.lang.String, java.lang.String, java.lang.String) int api String name String descriptor String signature public org.objectweb.asm.AnnotationVisitor visitAnnotation (java.lang.String, boolean) String descriptor boolean visible org.objectweb.asm.tree.AnnotationNode annotation public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation (int, org.objectweb.asm.TypePath, java.lang.String, boolean) int typeRef org.objectweb.asm.TypePath typePath String descriptor boolean visible org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation public void visitAttribute (org.objectweb.asm.Attribute) org.objectweb.asm.Attribute attribute public void visitEnd () public void check (int) int api public void accept (org.objectweb.asm.ClassVisitor) org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.AnnotationNode annotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n int i int n org.objectweb.asm.ClassVisitor classVisitor org.objectweb.asm.RecordComponentVisitor recordComponentVisitor }
org/objectweb/asm/tree/TableSwitchInsnNode.class
TableSwitchInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.TableSwitchInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public int min public int max public org.objectweb.asm.tree.LabelNode dflt public java.util.List labels public transient void <init> (int, int, org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode[]) int min int max org.objectweb.asm.tree.LabelNode dflt org.objectweb.asm.tree.LabelNode[] labels public int getType () public void accept (org.objectweb.asm.MethodVisitor) int i int n org.objectweb.asm.MethodVisitor methodVisitor org.objectweb.asm.Label[] labelsArray public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/TryCatchBlockNode.class
TryCatchBlockNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.TryCatchBlockNode extends java.lang.Object { public org.objectweb.asm.tree.LabelNode start public org.objectweb.asm.tree.LabelNode end public org.objectweb.asm.tree.LabelNode handler public String type public java.util.List visibleTypeAnnotations public java.util.List invisibleTypeAnnotations public void <init> (org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode, java.lang.String) org.objectweb.asm.tree.LabelNode start org.objectweb.asm.tree.LabelNode end org.objectweb.asm.tree.LabelNode handler String type public void updateIndex (int) int i int n int i int n int index int newTypeRef public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation int i int n org.objectweb.asm.MethodVisitor methodVisitor }
org/objectweb/asm/tree/TypeAnnotationNode.class
TypeAnnotationNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.TypeAnnotationNode extends org.objectweb.asm.tree.AnnotationNode { public int typeRef public org.objectweb.asm.TypePath typePath public void <init> (int, org.objectweb.asm.TypePath, java.lang.String) int typeRef org.objectweb.asm.TypePath typePath String descriptor public void <init> (int, int, org.objectweb.asm.TypePath, java.lang.String) int api int typeRef org.objectweb.asm.TypePath typePath String descriptor }
org/objectweb/asm/tree/TypeInsnNode.class
TypeInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.TypeInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public String desc public void <init> (int, java.lang.String) int opcode String type public void setOpcode (int) int opcode public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
org/objectweb/asm/tree/UnsupportedClassVersionException.class
UnsupportedClassVersionException.java package org.objectweb.asm.tree public org.objectweb.asm.tree.UnsupportedClassVersionException extends java.lang.RuntimeException { private static final long serialVersionUID public void <init> () }
org/objectweb/asm/tree/Util.class
Util.java package org.objectweb.asm.tree final org.objectweb.asm.tree.Util extends java.lang.Object { private void <init> () static java.util.List add (java.util.List, java.lang.Object) java.util.List list Object element java.util.List newList static java.util.List asArrayList (int) int i int length java.util.List list static java.util.List asArrayList (java.lang.Object[]) Object t Object[] array java.util.ArrayList list static java.util.List asArrayList (byte[]) byte b byte[] byteArray java.util.ArrayList byteList static java.util.List asArrayList (boolean[]) boolean b boolean[] booleanArray java.util.ArrayList booleanList static java.util.List asArrayList (short[]) short s short[] shortArray java.util.ArrayList shortList static java.util.List asArrayList (char[]) char c char[] charArray java.util.ArrayList charList static java.util.List asArrayList (int[]) int i int[] intArray java.util.ArrayList intList static java.util.List asArrayList (float[]) float f float[] floatArray java.util.ArrayList floatList static java.util.List asArrayList (long[]) long l long[] longArray java.util.ArrayList longList static java.util.List asArrayList (double[]) double d double[] doubleArray java.util.ArrayList doubleList static java.util.List asArrayList (int, java.lang.Object[]) int i int length Object[] array java.util.List list }
org/objectweb/asm/tree/VarInsnNode.class
VarInsnNode.java package org.objectweb.asm.tree public org.objectweb.asm.tree.VarInsnNode extends org.objectweb.asm.tree.AbstractInsnNode { public int var public void <init> (int, int) int opcode int varIndex public void setOpcode (int) int opcode public int getType () public void accept (org.objectweb.asm.MethodVisitor) org.objectweb.asm.MethodVisitor methodVisitor public org.objectweb.asm.tree.AbstractInsnNode clone (java.util.Map) java.util.Map clonedLabels }
META-INF/services/javax.annotation.processing.Processor
META-INF/services/com.google.auto.value.extension.AutoValueExtension
META-INF/services/com.google.auto.value.extension.serializable.serializer.interfaces.SerializerExtension
META-INF/services/com.sun.source.util.Plugin